@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=proxima-nova:300,400,500,600,700,800);

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background-image:url("/images/bg.jpg");
	font-family:'proxima-nova',Arial, Helvetica, Tahoma, sans-serif;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable.padcol .col{
	padding:10px;
}
.coltable .col {
	display:table-cell;
	box-sizing:border-box;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable .col.first {
	padding-right:20px;
}
.coltable .col.last {
	padding-left:20px;
}
.coltable .col.ex-first {
	padding-right:40px;
}
.coltable .col.ex-last {
	padding-left:40px;
}
.coltable .col.whitebox {
	box-sizing:border-box;
	background:none;
	padding:40px 50px;
}
.coltable .col.contact-image {
	background-image:url(/images/misc/contact.jpg);
	background-position:center;
	background-size:cover;	
	min-height:300px;
}
.coltable .col.whitebox h1 {
	margin:-10px 0 -10px;
}
.coltable .col iframe {
	width:100%;
	height:300px;
	vertical-align:top;	
	box-sizing:border-box;
}
.coltable .col iframe.b-right {
	padding-top:25px;
	padding-right:5px;
}
.coltable .col iframe.b-left {
	padding-left:5px;
	padding-top:25px;
}

.coltable .col.w70 {
	width:70%;
}
.coltable .col.w30 {
	width:30%;
}
.coltable .col.w60 {
	width:60%;
}
.coltable .col.w40 {
	width:40%;
}
.coltable .col.w65 {
	width:65%;
}
.coltable .col.w35 {
	width:35%;
}
.coltable.col2 .col {
	width:50%;
}
.coltable.col3 .col {
	width:33%;
}
.coltable.col4 .col {
	width:25%;
}
.coltable.pad .col {
	padding:25px;
}
.coltable.pad .col:first-child {
	padding-left:0px;
}
.coltable.pad .col:last-child {
	padding-right:0px;
}
.coltable.vtop .col {
	vertical-align:top;
}
.coltable.vbottom .col {
	vertical-align:bottom;
}
.coltable .col.center {
	text-align:center;
}
.coltable img {
	max-width:100%;
	width:100%;
}

/*Content*/
.frame {
	width:1100px;
	margin:0px auto;
}
.small-frame {
	width:800px;
	margin:0px auto;
}
.row-wrapper {
	display:block;
}
.row-wrapper .row {
	overflow:hidden;
	padding:40px 0;
}
.row-wrapper .row.row-no-pad {
	padding:0;
}

.row-wrapper .row.grey {
	background-color:#EEE;
}

.row-wrapper .row.about {
	background-image:url(/images/misc/about-bg-dark.jpg);
	background-size:cover;
	background-position:top;
	padding:80px 0;
}
.row-wrapper .row.about h1,
.row-wrapper .row.about p {
	color:#fff !important;
}

.row-wrapper .row.prestige-bg {
	background-image:url(/images/misc/prestige-bg.jpg);
	background-size:cover;
	background-position:top;
	padding:80px 0;
}
.row-wrapper .row.prestige-bg h1,
.row-wrapper .row.prestige-bg p {
	color:#fff !important;
}

.row-wrapper .row.ex-pad {
	padding:70px 0;
}

.row-wrapper .row.blue {
	background-color:#00A0F6;
}
.row-wrapper .row.blue h1,
.row-wrapper .row.blue h2,
.row-wrapper .row.blue p,
.row-wrapper .row.blue a {
	color:#FFF;
}
.whitebox {
	box-sizing:border-box;
	background-color:#fff;
	padding:50px 80px;
}

/*Case Study Block*/
.row-wrapper .row.case-study {
	padding:80px 0;
}

/*Sidebox*/
#sidebox .block {
	background-color:#EEE;
	margin-bottom:10px;
	padding:10px;
	font-size:14px;
}
#sidebox .block h4 {
	color:#999;
	font-size:18px;
}
#sidebox .block.nopadding {
	padding:0;
}

/*Header*/
#header,#footer,#nav {
	display:block;
}
#header {
	background-image:url("/images/bg.jpg");
	transition:all 0.4s ease-in-out 0.4s;
	height:173px;
	width:100%;
}
#header.shrink {
	height:105px;
	transition:all 0.4s ease-in-out 0.0s;
}
#header .hwrap {
	position:fixed;
	padding:20px 0;
	overflow:hidden;
	border-color:#f3f3f3;
	transition:all 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.8s;
	width:100%;
	z-index:10;
	top:0;
}
#header.shrink .hwrap {
	padding:10px 0;
	border-bottom:5px solid #f3f3f3;
	background-color:#FFF;
	transition:all 0.4s ease-in-out 0.4s, background-color 0.2s ease-in-out 0.0s;
}
#header .col {
	vertical-align:bottom;
}
#header h1 a {
	display:block;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:255px;
	height:133px;
	text-indent:-9999px;
	transition:all 0.4s ease-out 0s;
}
#header.shrink h1 a {
	width:200px;
	height:64px;
}
.header-left {
	width:25%;
}
.header-mid {
	text-align:center !important;
	transition:all 0.4s ease-out 0.0s;
	width:55%;
}
#header.shrink .header-mid {
	text-align:right !important;
	width:65%;
}
.header-mid ul.menu {
	display:inline-block;
}
.header-right {
	text-align:right;
	transition:all 0.4s ease-out 0.0s;
	width:20%;
}
#header.shrink .header-right {
	width:10%;
}
p.prestige {
	margin:0;
}
p.prestige img {
	width:150px;
	transition:all 0.4s ease-out 0.0s;
}
#header.shrink p.prestige img {
	width:65px;
}

/*Nav*/
#nav {
	background-color:#ffd503;
	border-bottom:1px solid #d4b102;
}

/*Banner*/
#banner {
	background-image:url("/images/bg.jpg");
	background-repeat:repeat;
	background-position:center;
	position:relative;
}
#banner .accent-bar {
	width:345px;
	height:39px;
	background-image:url(images/accent-bar-l.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#banner .accent-bar.right {
	background-image:url(images/accent-bar-r.png);
	right:0;
	z-index:9;
	left:auto;
}
#banner .slider {
	width:1100px;
	margin:0 auto;
	position:relative;
}
#banner .slider .slide-inner {
	left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
	padding-top:20%;
}
#banner .slider .slide-inner h1.title-block {
	text-align:center;
	margin:0 auto;
	display:inline-block;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	text-shadow:0 0 15px rgba(0,0,0,0.50);
	padding:20px 40px;
	font-size:50px;
	color:#fff;
	z-index:99;
}
#banner .slider .slide-inner h4 {
	color:#fff;	
	margin-top:30px;
}
.sss img {
	width:100%;
}

/*Footer*/
#footer-links {
	border-top:2px solid #fff;
	background-color:#242424;
	padding:55px 0;
}

#footer-links .block.ffone {
	padding-right:60px;
	border-right:3px solid rgba(255,255,255,0.30);
}
#footer-links .block.fftwo {
	padding:0 60px;
}
#footer-links .block.ffthree {
	padding-left:60px;
	border-left:3px solid rgba(255,255,255,0.30);
}

#footer-links .block.ffone img {
	opacity:0.5;
}
#footer-links .block.fftwo h2 {
	color:#888 !important;
	line-height:24px;
}
#footer-links .block.fftwo h2.spacer {
	margin:21px 0;
}
#footer-links .block.fftwo h2 span.fa {
	font-size:40px;
}

#footer-links .brands {
	list-style:none;
}
#footer-links .brands li {
	float:right;
}
#footer-links .brands img {
	width:auto !important;
	height:auto !important;
	max-width:none;
}

#footer-links .contact-box-wrap {
	display:table;
	width:100%;
}
#footer-links .contact-fade {
	width:42px;
	height:92px;
	background-image:url(images/footer-title-fade.png);
	background-position:top;
	background-repeat:no-repeat;
	display:table-cell;
	vertical-align:top;
}
#footer-links .contact-box {
	display:table-cell;
	vertical-align:top;
	width:386px;
}
#footer-links .contact-box h2 {
	background-image:url(images/footer-title.png);
	background-repeat:no-repeat;
	padding:12px 0 10px 10px;
	margin:0;
	min-width:226px;
}
#footer-links .contact-box-wrapper {
	position:relative;
}
#footer-links .contact-box-wrapper .document {
	width:110px;
	height:143px;
	background-image:url(images/footer-document.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-85px;
	right:0;
}

#footer-links .col:first-child {
	/*border-right:2px dashed #FFF;*/
}
#footer-links .col:last-child .contact-box {
	border-right:none;
}
#footer-links .col:first-child .contact-box {
	border-left:none;
}
#footer-links .contact-box h2 {
	font-weight:800;
	font-size:20px;
	color:#FFF;
	letter-spacing:0;
	margin-bottom:10px;
}
#footer-links .contact-box .links li {
	list-style:none;
	color:#CCC;
	font-weight:300;
	padding:10px 0;
	color:#FFF;
	font-size:20px;
}
#footer-links .contact-box .links a {
	text-decoration:none;
	color:#FFF;
	transition:all 0.2s ease-in-out 0s;
}
#footer-links .contact-box .social {
	list-style:none;
	overflow:hidden;
}
#footer-links .contact-box .social li {
	float:left;
}
#footer-links .contact-box .social li a {
	color:#FFF;
	font-size:26px;
}

/*Footer*/
#footer {
	border-top:solid 2px #7C94AD;
	background-color:#12457A;
	background-position:top;
	padding:15px 0;
	font-size:14px;
	font-weight:300;
}
#footer p {
	margin:0;
	color:#999;
}
#footer p,
#footer ul li,
#footer ul li a {
	color:rgba(255,255,255,0.70);
	font-weight:700;
	font-size:14px;
}
#footer .rzr {
	font-size:11px;
	text-decoration:none;
	color:rgba(255,255,255,0.40);
	transition:all 0.2s ease-in-out 0s;
}
#footer .rzr:hover {
	color:rgba(255,255,255,1);
}
.footer-left,
.footer-right {
	vertical-align:middle;
	display:table-cell;
	width:50%;
}

/*Notification*/
.notification {
	padding:20px;
	color:#FFF;
	display:none;
	text-align:center;
}
.notification p,
.notification a {
	margin:0;
	color:#FFF;
	font-size:16px;
}
.notification p.info {
	font-size:12px;
	color:#FFF;
}
.notification.red {
	background-color:#972422;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {	
	font-family:proxima-nova,Arial,sans-serif;
}
h1 {
	font-size:40px;
	color:#333;
	letter-spacing:1px;
	line-height:60px;
	text-transform:uppercase;
	font-weight:600;
}
h2 {
	font-size:30px;
	color:#12457A;
	font-weight:400;
	line-height:32px;
	letter-spacing:-1px;
}
h2 a {
	color:inherit;
	text-decoration:none;
}
h3 {
	font-size:22px;
	color:#12457A;
	font-weight:300;
	letter-spacing:0px;
	text-transform:uppercase;
}
h4 {
	font-size:28px;
	font-family:balzano-std;
	letter-spacing:0;
	color:#888;
}
p {
	margin:1em 0;
	font-size:18px;
	color:#000;
	font-weight:300;
}
p b {
	font-weight:800;	
}
a {
	color:#12457A;
	text-decoration:none;
	transition:all 0.2s ease-out 0.0s;
}
a:hover {
	opacity:0.66;
}
hr {
	border:0;
	margin:30px auto;
	border-bottom:1px solid rgba(0,0,0,0.1);
	width:100%;
	clear:both;
}
hr.classy-hr {
	margin:20px auto;
	background-image:url(/images/classy-hr.png);
	background-position:center;
	height:60px;
	border:none;
	width:100%;
	clear:both;
}
hr.blind {
	border:none;
}
h2.large {
	font-size:36px;
}
h2.subhead {
	font-size:28px;
	color:#12457A;
	font-weight:200;
	line-height:32px;
	letter-spacing:1px;
}
span.force-gap {
	padding:0 4px;	
}

/*UL Bullet List*/
.html-style ul,
ul.bullet li,
ul.bullet-list li {
	list-style:none;
}
.html-style ul li,
ul.bullet li,
ul.bullet-list li {
	position:relative;
	margin:5px 0;
	margin-left:20px;
	line-height:22px;
	margin-bottom:15px !important;
}
/*.html-style ul li:last-child,
ul.bullet li:last-child,
ul.bullet-list li:last-child {
	margin-bottom:0px !important; 
}*/
.html-style ul li::before,
ul.bullet li::before,
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f111";
	color:#12457A;
	padding-right:10px;
	position:absolute;
	left:-21px;
	top:0px;
}
.html-style ol li {
	padding-left:0;
	list-style-position:inside;
	
}
ul.bullet.bl-bold li,
ul.bullet-list.bl-bold li {
	font-weight:600;
	color:#23459d;
}

.product-box .bullet {
	padding-top:10px;
}
ul.bullet li::before {
    color: #23459d;
}
.product-box li ul li {
    font-size: 13px;
	margin:0 0 10px 25px;
}
ul.bullet li {
    list-style: outside none none;
    margin-bottom: 10px;
}

/*Misc Global Classes*/
p.disclaimer {
	font-size:11px;
	color:#999;
}

/*Button*/
a.button {
	border:2px solid #12457A;
	padding:5px 15px;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
	display:inline-block;
}
a.button.yellow {
	border-color:#f6b020;
}
a.button.white {
	border-color:#FFF;
}
a.button:hover {
	border-color:#000 !important;
	color:#000 !important;
}

/*BODY SIZES*/

.body-sidebox {
	float:left;
	width:200px;
}
.body-sidebox .block {
	width:184px;
	padding:8px;
	background-color:#EEE;
	border-radius:5px;
	margin-bottom:10px;
}
.body-sidebox .block p {
	font-size:13px;
	margin:0.5em 0;
}

/*SEPERATORS*/
.saddle-seperator {
	background-image:url(/images/misc/saddle-seperator.jpg);
	background-position:center;
	background-size:cover;
	height:340px;	
}
.prestige-seperator {
	background-image:url(/images/misc/prestige-seperator.jpg);
	background-position:center;
	background-size:cover;
	height:300px;	
}
.about-seperator {
	background-image:url(/images/about.jpg);
	background-position:center;
	background-size:cover;
	height:380px;	
}

/*Homebox*/
.homebox {
	box-sizing:border-box;
	margin-top:-40px;
	margin-bottom:-40px;
	background-color:#fff;
	/*background-image:url(/images/bg.jpg);*/
	padding:50px 80px;	
}

/*OTHER*/
.no-margin-bottom {
	margin-bottom:0;
}
.inline-block {
	display:inline-block;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}
.web-symbols {
	font-family:WebSymbols;
}
.web-symbols {
	text-decoration:none;
	font-weight:normal;
}
.center {
	text-align:center;
}
.blue {
	color:#115283;	
}
.black {
	color:#333;
	font-size:30px;	
}
.text-grey {
	color:#999;
}
.left {
	float:left;
}
.right {
	float:right;
}
.half {
	width:45%;
	overflow:hidden;
}
.clearfix {
	clear:both;	
}
.text-right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
.yellow {
	color:#f8bc28;
}
.orange {
	color:#f6b020;	
}
.lil-bi{
	font-size:1.1em;	
}
.mid-bi{
	font-size:1.5em;	
}
.text-center {
	text-align:center;	
}
.text-justify {
	text-align:justify;	
}
.force-up {
	margin-top:-40px;	
}
.force-down {
	margin-bottom:-40px;	
}
.thin {
	font-weight:100;	
}
.t20 {
	font-size:20px;	
}
.t32 {
	font-size:32px;	
}
.responsive {
	width:100%;
	vertical-align:top;	
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
.gallery:hover {
	border-color:#12457A;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#999;
	font-size:12px;
	font-weight:bold
}

/*Big Bold*/
p.big-bold {
	font-size:24px;
	font-weight:800;
}
p.big-bold span {
	font-weight:300;
}

/*FORM*/
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input,select {
	padding:4px 2px;
	font-size:12px;
}
input[type="text"],input[type="password"],textarea {
	border:2px solid #BBB;
	color:#999;
}
select {
	padding:4px 2px;
	border:2px solid #BBB;
	color:#999;
}
select:focus,input:focus,textarea:focus {
	color:#000;
	border-color:#12457A;
}
input[type="submit"] {
	background-color:#12457A;
	color:#FFF;
	border:none;
	padding:8px 35px;
	font-family:proxima-nova,Arial,sans-serif;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:#666;
}
input[type="submit"]:active {
	box-shadow:inset 0px 0px 5px #000;
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*List Plain*/
.content-row ul.list-plain,
.content-row ul.list-plain li {
	margin:0;
	list-style:none;
}

/*Why List*/
.content-row .why-list {
	padding-top:15px;
}
.content-row .why-list li {
	line-height:2;
	font-size:18px;
	font-family:proxima-nova,Arial,sans-serif;
}
.content-row .why-list li .fa {	
	color:#f8bc28;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Loader*/
#load_contact {
	display:none;
	margin-left:5px;
}

/*HTML Box*/
.content-holder {
	width:800px;
	overflow:hidden;	
}
.content-holder .holder, .content-holder .divider {
	float:left;
	text-align:justify;
}
.content-holder .holder.w50 {
	width:390px;
}
.content-holder .holder.w75 {
	width:585px;
}
.content-holder .holder.w25 {
	width:195px;
}
.content-holder .divider {
	width:20px;
}

/*Contact Container*/
.contact-container {
	border:1px solid #EEE;
	background-color:#F5F5F5;
	box-shadow:inset 0 1px 0 #FFF;
}
.contact-info,
.contact-form {
	width:50%;
}
.contact-container .col {
	padding:10px;
}
.field {
	display:table;
	margin:8px 0 !important;
	width:100% !important;
	float:none !important;
}
.field label,
.field textarea,
.field input {
	display:table-cell !important;
	vertical-align:middle;
}
.field label {
	font-weight:700;
	font-family: proxima-nova,Arial,sans-serif;
	color:#999;
}
.field label.white {
	color:#FFF;
}
.field label {
	width:25%;
}
#map_canvas {
	width:100%;
	height:200px;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none;
	overflow:hidden;
}
ul.gallery-list li {
	float:left;
	width:236px;
	padding:10px;
	margin:5px;
	background-color: #EEE;
	border-radius:5px;
}
ul.gallery-list li h3 {
	font-size:18px;
	letter-spacing:-1px;
	color:#285877;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#285877;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #000;
	text-decoration:underline;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#285877;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}

.selector-block {
	overflow:hidden;
}
.selector-block .block {
	float:left;
	width:135px;
	padding:10px;
	margin:10px;
	background-color:#FFF;
	border-radius:10px;
	text-align:center;
	border:3px solid #CCC;
}
.selector-block .block p {
	font-size:11px;
	text-align:left;
}
.selector-block .block h3, .selector-block .block h3 a  {
	color:#12457A;
}
.selector-block .block h3 a {
	text-decoration:none;
}
.selector-block .block:hover {
	border-color:#AAA;
}

/*Tech Block*/
.text-block {
	overflow:hidden;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:0.5em;
}
.text-block .image {
	float:left;
	padding-right:10px;
	width:93px;
}
.text-block .info {
	float:left;
	width:605px;
}
.text-block .info p {
	font-size:12px;
}


.text-block.image-130 .info {
	width:568px;
}
.text-block.image-130 .image {
	width:130px;
}

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#12457A;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}
.product-block {
	border-top:2px solid #d11d65;
	overflow:hidden;
	padding:10px 0;
}
.product-block .block {
	float:left;
	background-color:#F4F4F4;
	margin:8px;
	border:2px solid #FFF;
	width:210px;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 5px 10px #6f002d;
	position:relative;
}
.product-block-container {
	width:10000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	left:0;
}
.product-block h2, 
.product-block p {
	text-shadow:0 1px 0 #FFF;
}
.product-block .block .block-info {
	padding:10px;
}
.product-block p {
	font-family: Exo,Arial,sans-serif;
    font-weight: normal !important;
}
.product-block p.title {
	font-size:20px;
	color:#12457A;
	margin-bottom:0;
	letter-spacing: -1px;
	margin:0;
}
.product-block p.model {
	font-family: Exo,Arial,sans-serif;
	color:#6B747C;
	margin:0;
}
.product-block p.link a {
	text-align:center;
	display:block;
	background-color:#DDD;
	padding:8px 0;
	color:#6B747C;
	text-decoration:none;
}
.product-block p.link {
	margin-bottom:0;
}
.product-block p.link a:hover {
	background-color:#12457A;
	color:#FFF;
	text-shadow:0 1px 0 #6F002D;
}
.product-block p.rating {
	position:absolute;
	top:5px;
	left:5px;
	background-color:rgba(192,5,80,0.9);
	width:32px;
	padding:12px 5px;
	font-size:11px;
	border-radius:35px;
	text-shadow:0 -1px 0 #6F002D;
	transform:rotate(-7deg);
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	clear:left;
	border-bottom:4px solid #12457A;
}
.product-info-block .block p.link a {
	font-family: Exo,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#12457A;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}

/*Spec Tables*/
table.specs {
    border-top: 1px dotted #999999;
    color: #000000;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #000000;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
table.specs td {
    border-bottom: 1px dotted #999999;
    color: #000000;
    min-width: 100px;
    padding: 4px;
}
table.specs th {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px dotted #999999;
    color: #12457A;
    font: 13px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    padding: 4px;
    text-align: left;
}
table.specs tr:hover td {
    background: none repeat scroll 0 0 #F0F0F0;
}
table.specs p {
    color: #000000;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
.spec-table {
	margin:1em 0;
}

/*Feature Block*/
.feature-block {
	overflow:hidden;
}
.feature-block .block {
	float:left;
	width:276px;
	margin:5px;
	padding:10px;
	min-height:145px;
	border:2px solid #EEE;
	background-color:#FFF;
}
.feature-block.four .block {
	width:205px;
	min-height:185px;
}
.feature-block .block.hover {
	border-color:#12457A;
	cursor:pointer;
}
.feature-block .block h2 {
	font-family: Exo,Arial,sans-serif;
	color:#12457A;
	font-size:18px;
}
.feature-block .block p {
	font-size:11px;
}

/*Breadcrumb*/
.breadcrumb {
	font-family: Exo,Arial,sans-serif;
	font-size:10px;
	color:#6B747C;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	color:#6B747C;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

p.footnote {
	font-size:9px;
	color:grey;
}

/*List*/
ul.list {
	font-size:14px;
	list-style:disc;
	overflow:hidden;
}
ul.list li {
	margin:3px 0;
	margin-left:15px;
}
ul.list.float li {
	float:left;
	min-width:200px;
}

/*Big Star*/
.star-big {
	display:block;
	background-image:url(images/star-big.png);
	width:54px;
	height:67px;
}
/*Ribbon Popular*/
.ribbon-popular {
	display:block;
	background-image:url(images/ribbon-popular.png);
	width:76px;
	height:86px;
}

/*Plan Container*/
.plan-container {
	display:table;
	background-image:url(images/plans.png);
	background-repeat:no-repeat;
	width:605px;
	padding:0 5px;
	height:406px;
}
.plan-container .plan-opt {
	position:relative;
}
.plan-container .ribbon-popular {
	position:absolute;
	top:5px;
	right:-10px;
}
.plan-container .star-big {
	position:absolute;
	top:-23px;
	left:-17px;
}
.plan-container .plan-opt {
	float:left;
	vertical-align:top;
	text-align:center;
}
.plan-container .plan-opt.p1,
.plan-container .plan-opt.p3 {
	width:149px;
	padding:50px 10px 60px;
}
.plan-container .plan-opt.p2 {
	width:204px;
	padding:50px 20px 60px;
}
.plan-container .plan-opt h3 {
	color:#000;
	font-size:30px;
}
.plan-container .plan-opt .tagline {
	font-weight:bold;
	font-size:18px;
	margin:0;
	color:#00a0f6 !important;
	font-family:proxima-nova,Arial,sans-serif;
}
.plan-container .plan-opt .features,
.plan-container .plan-opt .features li {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	font-weight:300;
	font-size:14px;
	line-height:1.5;
	text-align:left;
	padding-left:10px;
	list-style-position:inside;
}
.plan-container .plan-opt .features.ext-pad li {
	padding-left:20px;
}
.plan-container .plan-opt .features {
	padding:15px 0;
	min-height:100px;
}
.plan-container .plan-opt .features li .fa {
	color:#f8bc28;
}
.plan-container .price {
	font-weight:800;
	font-family:proxima-nova,Arial,sans-serif;
	font-size:22px;
	margin:0;
	color:#00a0f6 !important;
}
.plan-container .price .small {
	font-size:13px;
}
.plan-container .disclaimer {
	color:#666 !important;
	font-size:11px;
	margin:0 !important;
}

/*Pointer List*/
.pointer-list .col {
	padding:10px 30px;
}
.pointer-list .col .pointer {
	text-align:center;
}
.pointer-list .col .pointer h2 {
	font-weight:800;
	font-size:20px;
	letter-spacing:0;
}
.pointer-list .col .pointer p {
	margin:0;
}
.pointer-list .col .pointer a {
	text-decoration:none;
}
.pointer-list .col .pointer img {
	padding-bottom:20px;
	vertical-align:top;
	max-width:100px;
	transition:all 0.2s ease-in-out 0s;
}
.pointer-list .col .pointer:hover img {
	transform:rotate(5deg);
}
.pointer-list .col .pointer .button-container {
	padding-top:4px;
}

/*Twin-block*/
.twin-block {
	overflow:hidden;
}
.twin-block .block {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	margin-right:15px;
	float:left;
	width:335px;
}
.twin-block .block.last {
	margin-right:0;
}
.twin-block .block h2, .twin-block .block h3, .twin-block .block h4 {
	border-bottom:1px dotted #DDD;
	padding-bottom:8px;
	margin-bottom:8px;
}

/*Center Text*/
.center-text {
	text-align:center;
}

/*Price Block*/
.product-info-price {
	overflow:hidden;
}
.product-info-price .block-header {
	float:left;
	width:530px;
}
.product-info-price .block-price {
	float:right;
	width:400px;
}

.product-info-price .block-price-option {
	list-style:none;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;
}
.product-info-price .block-price-option li {
	float:left;
}
.product-info-price .block-price-option li.label {
	font-family:Exo,Arial,sans-serif;
	padding-top:7px;
	font-size:12px;
	color:#999;
}
.product-info-price .block-price-option li a {
	display:block;
	height:18px;
	padding:5px;
	margin:0 5px;
	font-size:12px;
	border-radius:5px;
	border:1px solid #DDD;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-image:url(images/bg-price-option.jpg);
}
.product-info-price .block-price-option li a:hover, .product-info-price .block-price-option li a.selected {
	background-image:url(images/bg-price-option-hvr.jpg);
	border-color:#a40243;
	text-shadow:0 -1px 0 #a40243;
	color:#FFF;
	box-shadow:inset 0 1px 0 #ff71aa;
}

.product-info-price .block-price-info {
	list-style:none;
	overflow:hidden;
	background-color:#12457A;
	padding:10px;
	font-size:12px;
	color:#FFF;
}
.product-info-price .block-price-info a {
	color:#FFF;
	text-decoration:none;
}
.product-info-price .block-price-info a:hover {
	text-decoration:underline;
}

.regions-block {
    overflow: hidden;
}
.regions-block .map {
    float: left;
    position: relative;
    width: 440px;
}
.regions-block .map p#label-select {
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 40px;
}
.regions-block .regions {
    float: left;
    width: 483px;
}
.regions-block .regions .block {
    border: 2px solid #CCC;
	background-color:#FFF;
    margin-bottom: 10px;
    padding: 15px;
}
.regions-block .regions .block:hover, .regions-block .regions .block.selected {
    background-color: #EEEEEE;
    border-color: #12457A;
    cursor: pointer;
}
.regions-block .regions .block h2, .regions-block .regions .block h3 {
    margin: 0;
}
.regions-block .regions .block h3 {
    color: #999999;
    font-size: 14px;
}
p#label-select {
	font-size:12px;
	color:#999;
}

/*Contact Box*/
.contact {
	padding:2em 0 1em;
	background-image:url(images/bg-phone.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	text-shadow:0 -1px 0 #FFF;
}
.contact h2 {
	font-family:BryantLGLight,Arial,sans-serif;
	color:#999;
}
.contact p.call {
	font-family:Exo,Arial,sans-serif;
	color:#888;
	font-size:18px;
	background-color:#12457A;
	padding:5px;
	border-radius:5px;
	width:500px;
	margin:0 auto;
	color:#FFF;
	text-shadow: 0 -1px 0 #6F002D;
	box-shadow:0 -1px 0 #FFF;
	margin-top:5px;
}


/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
	padding:0;
}
ul.spec-list li {
	padding:0 !important;
	margin:0 !important;
	display:table;
	width:100%;
}
ul.spec-list li p {
	display:table-cell;
	padding:5px 0;
}
ul.spec-list li p.value {
	width:60%;
}
ul.spec-list li p.label,
ul.spec-list li p.label a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
ul.spec-list li p.label span.date,
ul.spec-list li p.value span.date {
	float:right;
	font-weight:300;
	color:#000;
}
ul.spec-list li p.label.full,
ul.spec-list li p.value.full {
	width:100%;
}
ul.spec-list li {
	border-bottom:1px dotted #CCC;
}
ul.spec-list li:first-child {
	border-top:1px dotted #CCC;
}

ul.spec-list.small li p {
	font-size:12px;
	margin:5px 0;
}

/*Infobox*/
.infobox .inner {
	font-weight:300;
}
.infobox h3 {
	background-color:#12457A;
	color:#FFF;
	padding:8px 5px 6px;
	border-top:1px solid #FFF;
	border-bottom-right-radius:15px;
}
.infobox.yellow h3 {
	background-color:#ffd503;	
}
.infobox.orange h3 {
	background-color:#ff8600;	
}
.infobox img {
	vertical-align:top;
}

/*Testimonial*/
.testimonial {
	padding:15px;
	border:2px dotted #CCC;
	margin-top:1em;
}
.testimonial:hover {
	border-color:#105C84;
}
.testimonial p.author {
	color:#999;
	font-style:italic;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	margin:10px;
	width:250px;
	float:left;
}
.info-block.three .block {
	width:310px;
}
.info-block .block h2 {
	padding:5px;
	text-align:center;
	background-color:#12457A;
	font-size:18px;
	color:#FFF;
	padding-bottom:7px;
	margin-bottom:0;
	border-top:2px solid #12457A;
	border-left:2px solid #12457A;
	border-right:2px solid #12457A;
	border-bottom:1px solid #FFF;
}
.info-block .block .inner {
	background-color:#F4F4F4;
	padding:10px;
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
	min-height:140px;
}
.info-block .block img.main {
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}

/*Box*/
.box {
	overflow:hidden;
}
.box .block {
	padding:10px;
	float:left;
	width:auto;
}
.box .block.half {
	width:450px;
}
.box .block.right {
	float:right;
}
.box .block.first {
	padding-left:0;
}

/*Codes*/
.codes-tile {
	overflow:hidden;
}
.codes-tile div {
	float:left;
	width:233px;
	padding-top:130px;
	height:40px;
	background-color:#CCC;
	text-align:center;
	margin:10px 0;
	margin-left:20px;
}
.codes-tile h3 {
	font-weight:500 !important;
	color:#FFF;
	background-color:rgba(0,0,0,0.8);
	position:relative;
	bottom:0;
}
.codes-tile div.hover h3 {
	bottom:3px;
}
.codes-tile div.first {
	margin-left:0;
}

.codes-tile div.thoroughbred {
	background-image:url(uploads/index/codes/thoroughbred.jpg);
}
.codes-tile div.harness {
	background-image:url(uploads/index/codes/harness.jpg);
}
.codes-tile div.eventing {
	background-image:url(uploads/index/codes/eventing.jpg);
}
.codes-tile div.rodeo {
	background-image:url(uploads/index/codes/rodeo.jpg);
}

/*Reseller*/
.reseller {
	overflow:hidden;
}
.reseller .block {
	float:left;
	width:250px;
	min-height:270px;
	border:4px solid #DDD;
	padding:10px;
	margin:10px;
}
.reseller .block h3 {
	font-size:18px;
}

/*News*/
.news-list {
	overflow:hidden;
}
.news-list .block {
	float:left;
	width:320px;
	margin-right:20px;
}
.news-list .block.last {
	margin-right:0;
}
.news-list .block .info {
	padding:10px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	background-color:#EEE;
	border-top:2px solid #F4F4F4;
}
.news-list .block .info h2, 
.news-list .block .info p {
	margin:0;
}
.news-list .block img {
	vertical-align:top;
}
.news-list .block .info p {
	font-size:12px;
}
.news-list .block .info h2 {
	font-size:18px;
}
.news-list .block .info h2 a {
	text-decoration:none;
}
.news-list .block .info h2 a:hover {
	text-decoration:underline;
}
.news-list .block .info p.date {
	color:#999;
	font-size:14px;
	margin-bottom:10px;
}
.news-image {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

#wrapper ul {
	list-style:square;
}
.content-row ol li,
.content-row ul li {
	font-size:18px;
	font-weight:300;
}
.video-box {
	width:480px;
	height:385px;
}
.form-block {
	overflow:hidden;
	display:block;
	margin:1em 0;
}
.field {
	margin-bottom:5px;
}
.form-block .field {
	float: left;
    width: 210px;
    margin: 0 10px 10px;
}
.form-block .field.textarea-full {
	width:100%;
	border:none;
	box-sizing:border-box;
	float:none;
	margin:5px 0;
}
.form-block .field.textarea-full textarea {
	box-sizing:border-box;
	width:100%;
	min-height:100px;
}
.form-block .field.clear {
	clear:left;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field p.caption, .form_caption { /*Note caption*/
	font-size:10px;
	color:#999;
	letter-spacing:-0.5px
}
.form_caption { /*Toggle caption*/
	margin-left:5px;
	display:none;
}
.form-block.cut .field { /*shrink fields for twin sidebox pages*/
	width:145px;
}
.form-block.cut .field.textarea-full, .form-block.cut .field.textarea-full textarea {
	width:490px;
	margin:0;
}
.form-block.cut .field input[type="text"], .form-block.cut .field input[type="password"], .form-block.cut .field textarea {
	width:140px;
	margin:0;
}
.form-block.cut .field select {
	padding:7px 0 6px;
	width:150px;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}

.form-block.single .field {
	margin:5px 0;
	padding:0;
	width:100%;
	box-sizing:border-box;
	float:none;
}

#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	font-size:12px;
}
.form_subcaption {
	padding:6px 5px;
	margin-bottom:20px;
	color:#FFF;
	background-color:#999;
	font-size:14px;
}
input,select,textarea {
	transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	font-family:'Open Sans',Arial,sans-serif;
	box-sizing:border-box;
}
input[type="submit"] {
/*    background-color: #12457A;
    border: 1px solid #0091c9;
    color: #FFFFFF;
    cursor: pointer;
    padding: 6px 30px;
	font-weight:700;
	font-size:14px;*/
	background:none;
	border:2px solid #12457A;
	color:#12457A;
	padding:5px 25px;
	font-weight:300;
	font-size:22px;
	
	font-family:proxima-nova,'Open Sans',Arial,sans-serif;
}
input[type="submit"].white {
	color:#FFF;
	border-color:#FFF;
}
input[type="submit"]:hover {
	background:none;
	border-color:#000;
	color:#000;
}
input[type="submit"]:disabled {
	border:1px solid #CCC;
	color:#CCC;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#0091c9;
}
input[type="text"],input[type="password"],textarea,select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:12px;
	padding:8px 3px;
	border:1px solid #CCC;
	width:100%;
}
select {
	background-color:#FFF;
	width:100%;
	padding:8px 0 7px;
}
.form-block .field-data { /*field data*/
	width:315px;
	background-color:#F5F5F5;
	border-radius:5px;
	float:left;
	padding:15px 10px;
	margin:5px;
	margin-bottom:10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#0091c9;
	border-bottom:1px dotted #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}
.sidebox select { /*sidebox forms*/
	width:170px;
}
.sidebox input[type="text"], .sidebox input[type="password"], .sidebox textarea {
	background-color:#E1E1E1;
	border:1px solid #BBB;
	border-radius:3px;
	color:#777;
}
.sidebox input[type="text"]:hover, .sidebox input[type="password"]:hover, .sidebox textarea:hover {
	border:1px solid #AAA;
}

/*Article*/
.article {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px solid #FFF;
}
.article.first {
	margin-top:30px;
	padding-top:30px;
	border-top:2px solid #FFF;
}
.article .article-body,
.article .article-info {
	vertical-align:top;
	box-sizing:border-box;
}
.article .article-body {
	width:70%;
	padding-left:30px;
}
.article .article-info {
	width:30%;
	text-align:right;
}
.article .article-body p:first-child {
	margin-top:0;
}
.article .article-body p,
.article .article-body ul,
.article .article-body ol {
	font-weight:300;
	font-size:16px;
}
.article .article-info img {
	border-bottom-right-radius:25px;
	margin-bottom:20px;
}
.article .article-info .sub-text {
	font-size:18px;
	font-weight:300;
	color:#999;
}
.article .article-body a {
	text-decoration:none;
}

/*logos*/
.logos {
	text-align:center;
}
.logos a {
	display:inline-block;
	padding:25px 10px 5px;
	transform:scale(0.85,0.85);
	transition:all 0.2s ease-in-out 0s;
}
.logos a:hover {
	position:relative;
	transform:scale(1.0,1.0);
}

.header-left p.nav-list {
	display:none;
	text-align:right;
	margin-top:30px;
}
#header.shrink .header-left p.nav-list {
	margin-top:20px;
}
.header-left p.nav-list a {
	display:inline-block;
	padding:7px 12px;
	background-color:#12457A;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
.header-left p.nav-list a:hover {
	background-color:#000;
}

/*Lets Talk button*/
.lets-talk p{
	background-color:#12457A;
	border:3px solid #fff;
	color: #fff;
	border-radius:10px;
	border-bottom-right-radius:0px;
	font-size: 16px;
	font-weight:400;
	letter-spacing: 0;
	padding: 8px 15px;
	position: relative;
	text-shadow: none;
	width:13%;
	transition: all 0.2s ease-in-out 0s;	
}
.lets-talk a {
	text-decoration:none;
}
.lets-talk:hover p {
	color: #f6b020;
	border:3px solid #f6b020;
	background-color: #fcfcfc;
}

iframe {
	width:75%;
	height:400px;
}
.pad-bottom {
	padding-bottom:10px;	
}
.prestige {
	width:100%;	
}

/******* RESPONSIVE OVERRIDE **************/

@media screen and (max-width: 1100px) {
	.frame,
	#banner .slider {
		width:100%;	
	}
}
@media screen and (max-width: 800px) {
	#footer-links {
		background:none;
		background-color:#242424;
		padding:0 0 20px;
	}
	.header-mid ul.spec {
		padding-left:0;	
	}
	.header-mid ul.spec a {
		color:#FFF;
		text-decoration:none;
	}
	.header-mid ul.spec li {
		text-align:center;
	}
	.frame {
		width:auto;
		margin:0px auto;
	}
	#header-links,#header-logo {
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}
	#header-links {
		display:none;
	}
	#wrapper {
		padding:1em 0;
	}
	#wrapper .row {
		box-sizing:border-box;
		padding:10px;
	}
	#nav {
		overflow:hidden;
		height:auto;
	}
	#nav ul li.menulink {
		background-color:#12457A;
		width:100%;
		padding:10px 0;
		text-align:center;
		border-bottom:1px solid #2369DC;
	}
	#nav ul li.menulink:hover {
		background-color:#000;
	}
	#footer {
		box-sizing:border-box;
		padding:20px 10px;
	}
	#footer .block.copyright {
		text-align:left !important;
		float:left !important;
	}
	.product-info-block .block,
	.info-block .block,
	.info-block.three .block {
		width:auto;
	}
	.product-info-block .block img.main,
	.info-block .block img.main,
	.info-block.three .block img.main {
		width:100% !important;
		border:none;
	}
	.video-box {
		width:100%;
		height:auto !important;
	}
	#header h1 a {
		margin:0 auto;
	}
	#banner .accent-bar {
		display:none;
	}
	#header {
		height:154px;
	}
	iframe {
		height:300px;
	}
	.small-frame {
		width:100%;
	}
	.homebox {
		margin-top:-50px;
		padding:60px 30px;	
	}
	.whitebox {
		padding:60px 30px;	
	}
	#banner .slider .slide-inner {
		padding-top:12%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
	}
	#banner .slider .slide-inner h1.title-block {
		font-size:38px !important;
		padding:15px 25px;
	}
	#banner .slider .slide-inner h4 {
		font-size:20px !important;
		margin-top:20px;
	}
}
@media screen and (max-width: 620px) {
	.plan-container {
		width:100%;
		box-sizing:border-box;
		text-align:center;
		background-image:none;
	}
	.plan-container .plan-opt,
	.plan-container .plan-opt.p1,
	.plan-container .plan-opt.p2,
	.plan-container .plan-opt.p3 {
		width:49%;
		display:inline-block;
		float:none;
		background-color:#FFF;
		box-sizing:border-box;
		margin-top:10px;
		padding:20px 10px;
	}
	.plan-container .ribbon-popular {
		right:-6px;
		top:-5px;
	}
}
@media screen and (max-width: 600px) {
	ul.menu,
	.header-mid ul.menu {
		display:none;
		width:100%;
		box-sizing:border-box;
	}
	ul.menu li {
		float:none;
		padding:0;
	}
	ul.menu li a {
		text-align:center;
		border-radius:0 !important;
		border-bottom:1px solid #ccc;
	}
	#header h1 {
		margin:0;
	}
	#header.shrink .header-left p.nav-list {
		margin: 16px 0;
	}
	#header.shrink .hwrap {
		padding: 3px 0 !important;
	}
	#header h1 a {
		background-size:contain;
		width:250px;
		height:103px;
	}
	.coltable .col,
	.coltable.col4 .col,
	.coltable.col3 .col,
	.coltable.col2 .col {
		display:block;
		width:100%;
	}
	ul.spec {
		padding-top:20px;
	}
	.footer-left,
	.footer-right {
		text-align:center;
	}
	.footer-right ul.links li {
		display:block;
		float:none;
	}
	.header-left {
		padding:10px;
		box-sizing:border-box;
		overflow:hidden;
	}
	.header-left h1,
	.header-left p.nav-list {
		display:block;
		float:left;
		width:50%;
		box-sizing:border-box;
	}
	#footer-links .contact-box-wrapper .document {
		width:70px;
		height:100px;
		background-size:contain;
		top:-35px;
	}
	#footer-links .coltable {
		padding:10px;
		box-sizing:border-box;
	}
	#footer-links .contact-fade {
		display:none;
	}
	#wrapper .row {
		text-align:center;
	}
	.article .article-info {
		text-align:center;
	}
	.article .article-body {
		padding-left:0;
	}
	#sthoverbuttons {
		display:none;
	}
	iframe {
		height:200px;
	}
	.header-right {
		display:none !important;
	}
	#header.shrink .header-mid {
		width:100%;
	}
	.coltable .col.first,
	.coltable .col.last,
	.coltable .col.ex-first,
	.coltable .col.ex-last {
		padding:15px 0;
	}
	.coltable .col.w70,
	.coltable .col.w30,
	.coltable .col.w60,
	.coltable .col.w40,
	.coltable .col.w65,
	.coltable .col.w35 {
		width:100%;
	}
	
	#footer-links .block.ffone,
	#footer-links .block.fftwo,
	#footer-links .block.ffthree {
		border:none;
		border-bottom:2px solid rgba(255,255,255,0.30) ;
		padding:20px 20px;
	}
	h1 {
		line-height:40px;	
		margin-bottom:20px;
	}
	.prestige {
		width:50% !important;
		text-align:center;	
		padding-bottom:20px;
	}
	.coltable.pad .col {
		padding: 15px !important;
	}
	.coltable.mob-center {
		text-align:center;
	}
	.coltable .col iframe {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
}
@media screen and (max-width: 400px) {
	#footer-links .contact-box-wrapper .document {
		display:none;
	}
	.plan-container .plan-opt,
	.plan-container .plan-opt.p1,
	.plan-container .plan-opt.p2,
	.plan-container .plan-opt.p3 {
		width:100%;
	}
	.plan-container .plan-opt .features, .plan-container .plan-opt .features li {
		text-align:center;
	}
	#banner .slider .slide-inner {
		padding-top:9%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
	}
	#banner .slider .slide-inner h1.title-block {
		font-size:24px !important;
		letter-spacing:-1px;
		padding:10px 20px;
	}
	#banner .slider .slide-inner h4 {
		font-size:18px !important;
		margin-top:15px;
	}
}