/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { 
	min-width: 100%; 
	background: #fff; 
	font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
	font-size: 14px;
	line-height: 1.3; 
	color: #666; 
	-webkit-font-smoothing:antialiased; 
}

a { text-decoration: none; color: #08c;  }
a:hover { text-decoration: underline; color: #005580; text-decoration: none; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h1 { font-size:32px; font-weight: normal; }
h2 { font-size: 23px;  font-weight: normal; margin-bottom:12px; }
h3 { font-size: 20px ; margin-bottom:12px;  }
h4 { font-size: 16px; margin-bottom:10px;  }
h5 { font-size: 14px; }
p { margin-bottom:10px; }
/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

.shell { width: calc(100% - 80px); margin: 0 auto; max-width: 1366px; }

/* ================================================================ *\
	#Header
\* ================================================================ */

.header { text-align:center; }

.header .logo { padding: 10px 0; display: inline-block; }
.header .logo img { width: 200px; }
.header .logo span { font-size: 0; line-height: 0; text-indent: -4000px; }

/* ================================================================ *\
	#Navigation
\* ================================================================ */
.nav { text-transform: uppercase; border-bottom:1px solid #3e0808; font-size:11px; 
	background: rgb(154,6,6);
	background: -moz-linear-gradient(top,  rgba(154,6,6,1) 1%, rgba(117,8,8,1) 41%, rgba(83,10,10,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(154,6,6,1)), color-stop(41%,rgba(117,8,8,1)), color-stop(100%,rgba(83,10,10,1)));
	background: -webkit-linear-gradient(top,  rgba(154,6,6,1) 1%,rgba(117,8,8,1) 41%,rgba(83,10,10,1) 100%);
	background: -o-linear-gradient(top,  rgba(154,6,6,1) 1%,rgba(117,8,8,1) 41%,rgba(83,10,10,1) 100%);
	background: -ms-linear-gradient(top,  rgba(154,6,6,1) 1%,rgba(117,8,8,1) 41%,rgba(83,10,10,1) 100%);
	background: linear-gradient(to bottom,  rgba(154,6,6,1) 1%,rgba(117,8,8,1) 41%,rgba(83,10,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0606', endColorstr='#530a0a',GradientType=0 );
}

.nav a:hover { text-decoration: none;
	background: rgb(158,16,16);
	background: -moz-linear-gradient(top,  rgba(158,16,16,1) 1%, rgba(124,18,18,1) 41%, rgba(90,20,20,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(158,16,16,1)), color-stop(41%,rgba(124,18,18,1)), color-stop(100%,rgba(90,20,20,1)));
	background: -webkit-linear-gradient(top,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
	background: -o-linear-gradient(top,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
	background: -ms-linear-gradient(top,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
	background: linear-gradient(to bottom,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1010', endColorstr='#5a1414',GradientType=0 );
}
.nav-toggle { display:none; }
.nav li { list-style:none; list-style-position: outside; float:left; position: relative; }
.nav li a { color: #fff; padding: 20px 8px; letter-spacing: 1px; display:block; 
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.nav .caret { display: inline-block; width: 0; height:0;  border-top:4px solid #fff; border-left:4px solid transparent; border-right:4px solid transparent; margin:0 0 2px 7px;}
.nav li:hover .dropdown { visibility: visible; opacity: 1; }

.nav .dropdown { position: absolute; top:51px; left:0; background: #510a0a; border: 1px solid #000; padding: 8px; visibility: hidden; opacity: 0; z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav .dropdown li { float:none; }
.nav .dropdown a { padding: 12px; border-radius: 5px; 
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.nav .dropdown a:hover { background: #6c0e0e; }

/* ================================================================ *\
	#Main
\* ================================================================ */
.container { background: #eeeeee; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; padding-bottom:60px; margin-bottom:60px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 10px 5px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 10px 5px rgba(50, 50, 50, 0.4);
}
.container-body { border:1px solid #fff; }

.main { padding: 0 20px; }
.content { width: calc(100% - 350px); float:left; }
.content-head h1 { line-height:35px; padding: 15px 0; }
.content-body { background: #fff; border: 1px solid #e3e3e3; border-radius: 5px; overflow: hidden; padding: 20px; margin-bottom:20px; margin-right:25px; }
.content-intro { text-align:center; padding: 10px 0; }
.contacts h3 { color: #333; font-size:20px; font-weight: normal; }
.contacts h3 strong { font-weight: bold; display:block; }

.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video { position: relative; margin-bottom:10px; }
.video .video-inner { padding-bottom: 56.25%; padding-top: 25px; height: 0; }

/* ================================================================ *\
	#sideabar
\* ================================================================ */
.sidebar { height:100%; overflow: hidden; padding: 30px 19px; position: relative; overflow: hidden; }
.sidebar:before { content: ''; position: absolute; top:10px; left:-10px; width: 10px; height:90%; border-radius: 50%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.sidebar li { list-style:none; list-style-position: outside; }
.sidebar .widget { padding-bottom:22px; }
.list-events li { list-style:none; list-style-position: outside; }
.list-events { font-size:23px; }
.list-events h4 { font-size:20px; font-weight: normal; }
.list-events h4 a { color: #333; }

.list-contacts a { color: #666; }
.list-contacts li { padding-bottom:4px; }
.list-contacts i { display: inline-block; background: url(images/icons.png) no-repeat 0 0; width: 18px; margin-right:5px; }
.list-contacts i.ico-phone { background-position:0 0; height:14px; }
.list-contacts i.ico-mail { background-position:0 bottom; height:12px; }

.list-testimonials li { padding-bottom:30px; }

/* ================================================================ *\
	#Footer
\* ================================================================ */
.footer { margin: 0 10px; border:1px solid #fff; border-radius: 5px; overflow: hidden; padding: 36px 25px 13px 25px; background: #e8e8e8;
	box-shadow:         inset 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
}

.footer p { color: #999999; margin: 0; }
.footer p strong { color: #333; font-weight: normal; }

/* FROM OLD SITE */
.CSSTableGenerator {
    border: 1px solid #7f0000;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.CSSTableGenerator tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
.CSSTableGenerator table tr:first-child td:first-child {
    border-top-left-radius: 0;
}
.CSSTableGenerator table tr:first-child td:last-child {
    border-top-right-radius: 0;
}
.CSSTableGenerator tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
.CSSTableGenerator tr:nth-child(2n+1) {
    background-color: #e5e5e5;
}
.CSSTableGenerator tr:nth-child(2n) {
    background-color: #fff;
}
.CSSTableGenerator td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7f0000;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    padding: 13px;
    text-align: left;
    vertical-align: middle;
}
.CSSTableGenerator tr:last-child td {
    border-width: 0 1px 0 0;
}
.CSSTableGenerator tr td:last-child {
    border-width: 0 0 1px;
}
.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0;
}
.CSSTableGenerator tr:first-child td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #ff5656 5%, #7f0000 100%) repeat scroll 0 0 #ff5656;
    border-color: #7f0000;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.CSSTableGenerator tr:first-child:hover td {
    background: -moz-linear-gradient(center top , #ff5656 5%, #7f0000 100%) repeat scroll 0 0 #ff5656;
}
.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0 0 1px;
}
.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}

.btn:first-child {
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    /* background-image: linear-gradient(to bottom, #fff, #e6e6e6); */
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
 
.black, .blue, .brown, .dark_blue, .dark_brown, .dark_green, .green, .mauve, .orange, .pearl, .pink, .purple, .red, .slate_grey, .silver, .steel_blue, .teal, .yellow, .wheat, .white {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.red {
    background-color: #a7170c;
    /* background-image: -moz-linear-gradient(center top , #a7170c, #490502); */
	/* background-color: #510a0a; */
    border-color: #220100;
}
.red:hover {color:#fff;}

/* END FROM OLD SITE */


/* LYONSSOFT */
.single-column .content {width:985px;}
.desktop-only {display:block;}
.sm-only {display:none;}

.box {padding:10px;border:1px solid #dedede;}

.app-review .col1 {float:left;}
.app-review .col2 {float:left;padding-left:40px;}

.nav > ul > li:first-child {padding-left:5px;}

#coverage td p {padding:5px 0 0 5px;}

.nav > ul > li:nth-child(5) .dropdown {width:300px;}
.nav > ul > li:nth-child(7) .dropdown {width:200px;}
/* END LYONSSOFT */


@media (max-width: 1024px) {
	.shell { width: auto; margin: 0 10px; }

	.nav { font-size:9px; }
	.nav li a { padding-left:5px; padding-right:5px; }
}

@media (max-width: 980px) {
	.content { width: 70%; }

	.content-intro img { width: 100%; }
}

@media (max-width: 820px) {
	/* LYONSSOFT */
	.desktop-only {display:none;}
	.sm-only {display:block;}

	.app-review .col1 {float:none;}
	.app-review .col2 {float:none;padding-left:0px;}
	/* END LYONSSOFT */


	.nav { font-size:12px; padding-top:10px; }
	.nav li { float:none; }
	.nav .dropdown li a,
	.nav li a { padding:10px 20px; }
	.nav .caret { display:none; }
	
	.nav .dropdown { position: static; visibility: visible; opacity: 1; padding: 0; }
	.nav .dropdown { background: transparent; border:0;}

	.nav .dropdown li a:hover {
		background: rgb(158,16,16);
		background: -moz-linear-gradient(top,  rgba(158,16,16,1) 1%, rgba(124,18,18,1) 41%, rgba(90,20,20,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(158,16,16,1)), color-stop(41%,rgba(124,18,18,1)), color-stop(100%,rgba(90,20,20,1)));
		background: -webkit-linear-gradient(top,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
		background: -o-linear-gradient(top,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
		background: -ms-linear-gradient(top,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
		background: linear-gradient(to bottom,  rgba(158,16,16,1) 1%,rgba(124,18,18,1) 41%,rgba(90,20,20,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1010', endColorstr='#5a1414',GradientType=0 );		
	}

	.nav-toggle { font-size: 0; line-height: 0; text-indent: -4000px; width: 40px; display: block; margin: 0 auto; }
	.nav-toggle span { display:block; height:5px; background: #fff; border-radius: 3px; margin-bottom:5px; }
	.nav-toggle:before { content:''; display:block; height:5px; background: #fff; border-radius: 3px; margin-bottom:5px; }
	.nav-toggle:after { content:''; display:block; height:5px; background: #fff; border-radius: 3px; margin-bottom:5px; }
	.nav .nav-toggle:hover  { background: transparent; }
	.nav > ul {  border-top:1px solid #000; height:0;  overflow: hidden; visibility: hidden; opacity: 0; 
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.nav > ul.open { height:auto; visibility: visible; opacity: 1; }
	
	.main { padding: 0 10px; }
	.single-column .content, .content { float:none; width: auto; }
	.content-body { margin: 0;}
	.sidebar:before { display:none; }
	.sidebar { padding:20px 5px 0 5px; }

	.list-testimonials li { padding-bottom:10px; }
}

/* LYONSSOFT */
.cert-class-listing h2 {line-height:28px;margin-bottom:0px;}
.cert-class-listing .entry {padding-bottom:20px;}
.cert-class-listing a { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(154, 6, 6, 1) 1%, rgba(117, 8, 8, 1) 41%, rgba(83, 10, 10, 1) 100%) repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    width: 80%;}

#quote-form h2 {text-transform:uppercase;font-size:20px;margin-bottom:0px;}
.login {max-width:300px;}

.content-body {line-height:1.5em;}
.content-body h3 {line-height:26px;}
.content-body ul {margin:0 0 10px 30px;}
.content-head span {display:block;margin-bottom:10px;}
.content-head h1 .head {font-size:18px !important;}

#join-now {width:100%px;background-color:#510a0a;background:linear-gradient(to bottom, rgba(154, 6, 6, 1) 1%, rgba(117, 8, 8, 1) 41%, rgba(83, 10, 10, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);font-size:28px;font-weight:normal;padding:3px 0;-moz-border-radius: 10px;border-radius: 10px;text-align:center;color:#fff;width:80%;margin:0 auto;}
/* END LYONSSOFT */ 