html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* float clearing for IE6 */
* html .clearFix{
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
*+html .clearFix{
    min-height: 1%;
}

/* float clearing for everyone else */
.clearFix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    background: #fff;
    color: #666;
    font-family: Source Sans Pro, Arial, sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

*, div, fieldset, input, select, textarea, p, ul, li, ol, a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*p:first-child, div:first-child {
    margin-top: 0;
}*/

p:last-child, div:last-child {
    margin-bottom: 0;
}

.formRow .form-control, input, select, button, textarea {
    font-family: Source Sans Pro, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.45;
    color: #666;
    outline: none;
    border-radius: 2px;
    margin: 2px 0;
    height: 43px;    
}

body.home {
    background: #fff;
}

p {
    margin: 0px;
    margin-bottom: 15px;
}

b, strong, .bold {
    font-weight: bold !important;
}

h1 {
    font-weight: 500;
    color: #666;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 300%;
    letter-spacing: -0.022em;
}

h2 {
    font-weight: normal;
    color: #666;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 220%;
    letter-spacing: -0.02em;
    font-weight: 300;
}

h3 {
    font-weight: bold;
    color: #666;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 110%;
    letter-spacing: 0em;
}

h4 {
    font-weight: bold;
    color: #666;
    line-height: 1.1;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 110%;
    letter-spacing: 0em;
}

ul {
    margin: 15px 0;
    padding: -1em;
    padding-left: 1.2em;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 2.5em;
    margin-bottom: 20px;
}

ul > li, ol > li {
    margin: 8px 0px;
}

p.intro {
    font-size: 160%;
    font-weight: 300;
	width: 80%;
	margin: 0 auto;
}

p.large, label.large, span.large {
    font-size: 130%;
    line-height: 130%;
}

p.medium, label.medium {
    font-size: 120%;
    line-height: 130%;
}

p.small {
    font-size: 90%;
    line-height: 130%;
}

h2 .small {
    font-size: 70%;
}

a {
    color: #0c65af;
}

a:hover {
    color: #7788bb;
}

a > img {
    border: none;
}

.uppercase {
    text-transform: uppercase;
}

/*** Header & Navigation ***/

.header {
    padding-top: 5px;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    z-index: 2;
    position: relative;
    -moz-box-shadow: 0 4px 12px 0 rgba(0,0,64,0.25);
    box-shadow: 0 4px 12px 0 rgba(0,0,64,0.25);
}

.stripe {
    background: rgba(252,5,5,1);
    background: -moz-linear-gradient(left, rgba(252,5,5,1) 0%, rgba(250,5,197,1) 16%, rgba(95,5,250,1) 33%, rgba(0,255,230,1) 49%, rgba(0,255,43,1) 66%, rgba(230,255,0,1) 81%, rgba(247,10,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,5,5,1)), color-stop(16%, rgba(250,5,197,1)), color-stop(33%, rgba(95,5,250,1)), color-stop(49%, rgba(0,255,230,1)), color-stop(66%, rgba(0,255,43,1)), color-stop(81%, rgba(230,255,0,1)), color-stop(100%, rgba(247,10,10,1)));
    background: -webkit-linear-gradient(left, rgba(252,5,5,1) 0%, rgba(250,5,197,1) 16%, rgba(95,5,250,1) 33%, rgba(0,255,230,1) 49%, rgba(0,255,43,1) 66%, rgba(230,255,0,1) 81%, rgba(247,10,10,1) 100%);
    background: -o-linear-gradient(left, rgba(252,5,5,1) 0%, rgba(250,5,197,1) 16%, rgba(95,5,250,1) 33%, rgba(0,255,230,1) 49%, rgba(0,255,43,1) 66%, rgba(230,255,0,1) 81%, rgba(247,10,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,5,5,1) 0%, rgba(250,5,197,1) 16%, rgba(95,5,250,1) 33%, rgba(0,255,230,1) 49%, rgba(0,255,43,1) 66%, rgba(230,255,0,1) 81%, rgba(247,10,10,1) 100%);
    background: linear-gradient(to right, rgba(252,5,5,1) 0%, rgba(250,5,197,1) 16%, rgba(95,5,250,1) 33%, rgba(0,255,230,1) 49%, rgba(0,255,43,1) 66%, rgba(230,255,0,1) 81%, rgba(247,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0505', endColorstr='#f70a0a', GradientType=1 );
    height: 5px;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navigation {
    padding: 0;
    margin: 0 auto;
}

a.logo {
    display: block;
    width: 200px;
    padding: 12px 0;
}

a.logo img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

ul.links {
    white-space: nowrap;
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}

ul.links > li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.links > li > a {
    font-family: Source Sans Pro, Arial, sans-serif;
    text-transform: uppercase;
    padding: 20px 12px;
    line-height: 33px;
    color: #666;
    display: block;
    text-decoration: none;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

ul.links > li > a.active {
    color: #0c65af;
    -moz-box-shadow: inset 0 -4px 0 0 rgba(12,101,175,0.5);
    box-shadow: inset 0 -4px 0 0 rgba(12,101,175,0.5);
}

ul.links > li > a:hover {
    color: #0c65af;
    -moz-box-shadow: inset 0 -4px 0 0 rgba(12,101,175,1);
    box-shadow: inset 0 -4px 0 0 rgba(12,101,175,1);
}

ul.links > li.trial > a  {
    background-color: #0c65af;
    color: #fff;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

ul.links > li.trial > a:hover  {
    background: #65af0c;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*** Boxes, Frames & Banner ***/

.box {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: rgba(255,255,255,0.9);
    padding: 50px;
    margin: 50px 80px !important;
    -moz-box-shadow: 0 4px 12px 0 rgba(0,0,64,0.25);
    box-shadow: 0 4px 12px 0 rgba(0,0,64,0.25);
}

.box h2 {
    font-size: 140%;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0;
}


/*** Footer ***/

.footer {
    font-size: 85%;
    color: #fff;
    background: #25252f;
}

.footer > .sectionContent {
    opacity: 0.60;
}

div.footer img {
    display: inline-block;
}

div.footer p {
    margin: 5px 0;
}

div.footer a {
    color: #fff;
    text-decoration: none;
}

div.footer a:hover {
    text-decoration: underline;
}


/*** Form Fields ***/

form label {
    display: block;
    font-size: 90%;
    color: #666;
    padding: 5px 0;
}

form .formRow {
    padding: 5px 0;
}

.formRow input[type="email"], .formRow input[type="text"], .formRow input[type="password"], .formRow select, .formRow textarea {
    width: 100%;
}

form.inline .formRow {
    max-width: 500px;
    margin: 0 auto;
}

input[type="text"], .formRow input[type="email"], input[type="password"] {
    border: 1px solid #ccc;
    padding: 8px;
}

select {
    border: 1px solid #ccc;
    padding: 8px;
}

textarea {
    border: 1px solid #ccc;
    padding: 10px;
}

input[type="text"]:focus, .formRow input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #bbb;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(12,101,175,0.6);
    box-shadow: 0px 0px 3px 0px rgba(12,101,175,0.6);
    background-color: #f9f9fc;
}

input.readonly, input.readonly:focus {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9fc;
}

input:disabled, textarea:disabled, select:disabled {
    border-color: #ededed;
    background-color: #f4f4f4;
    color: #bbb;
}

a.more {
    padding-right: 15px;
    background: url(images/arrow-tbe9r.png) right center no-repeat;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

a.more:hover {
    background: url(images/arrow-tbf9r.png) right center no-repeat;
}

a.button {
    padding: 15px 20px;
    color: #0c65af;
    margin: 20px;
    display: inline-block;
    border: 2px solid rgba(12,101,175,0.6);
    background: #fff;
    font-weight: 500;
    font-size: 120%;
    line-height: 100%;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: border .5s ease-in-out;
    -moz-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

a.button:hover {
    border: 2px solid #0c65af;
    background: #0c65af;
    color: #fff;
}


/*** Sections ***/

.section {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.grey {
    background-color: #f5f5f8;
}

.section.blue {
    background-color: rgba(12,101,175,0.8);
}

.section.line {
    border-bottom: 1px solid #ddd;
}

.section.blog  {
    height: 280px;
    background-attachment: fixed;
}

.sectionContent {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.center {
    text-align: center;
}

.sectionContent .text {
    width: 50%;
}

.sectionContent h2 {
    font-size: 250%;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sectionContent > p.large {
}

.headerSection {
    clear: both;
    margin: 0 auto;
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.headerSection h2 {
    color: #fff;
    font-size: 400%;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    letter-spacing: -0.05em;
    text-shadow: 1px 1px 6px #444444;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.headerSection p {
    color: #fff;
    font-size: 200%;
    letter-spacing: -0.025em;
    font-weight: normal;
    margin-top: 10px;
    text-shadow: 1px 1px 3px #444444;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.hpSplash {
	padding-top: 50px;
	padding-bottom: 50px;
}

.hpTitle {
    margin-bottom: 60px;
}

.hpTitle h2 {
    color: #fff;
    font-size: 440%;
    font-weight: bold;
    margin: 10px 0;
    text-transform: none;
    letter-spacing: -0.025em;
    text-shadow: 1px 1px 6px #444444;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.hpTitle p {
    color: #fff;
    font-size: 250%;
    line-height: 110%;
    letter-spacing: -0.025em;
    font-weight: normal;
    margin: 10px 0;
    text-shadow: 1px 1px 3px #444444;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.hpTitle > div {
    width: 50%;
    padding-top: 60px;
}

.bigButtons {
    margin: 0 auto;
    text-align: center;
}

.bigButtons a {
    font-weight: normal;
    font-size: 130%;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    margin: 0 20px;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.2);
    -webkit-transition: border .5s ease-in-out;
    -moz-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.bigButtons a:hover {
    border: 2px solid rgba(255,255,255,1);
    background: rgba(255,255,255,0.2);
}

.tiles {
    margin: 60px 0;
    clear: both;
}

.tiles a.button {
    padding: 10px 20px;
    color: #fff;
    margin: 20px;
    display: inline-block;
	text-transform: uppercase;
    border: 2px solid rgba(12,101,175,0.6);
    background: #0c65af;;
    font-weight: 600;
    font-size: 120%;
    line-height: 100%;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: border .5s ease-in-out;
    -moz-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

a.button:hover {
    border: 2px solid #0c65af;
    background: #fff;
    color: #0c65af;
}

.tileImage {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.70;
}

.tileImage img {
    width: 100%;
    height: 100%;
    display: block;
}

.tileImage span.caption {
    display: block;
    margin-top: 8px;
    width: 120px;
    text-align: center;
    font-size: 80%;
}

.tile {
    float: left;
    padding-left: 100px;
    min-height: 120px;
    position: relative;
}

.tile p {
    margin: 0;
}

.tiles.three .tile {
    width: 30%;
    margin: 0 5%;
    font-size: 95%;
    line-height: 140%;
}

.tiles.five .tile {
    width: 20%;
    margin: 0;
    font-size: 80%;
    line-height: 140%;
}

.tiles.two .tile {
    width: 45%;
}

.tiles.three .tile:first-child {
    margin: 0;
}

.tiles.three .tile:last-child {
    margin: 0;
}

.tiles.two .tile:first-child {
    margin-right: 5%;
}

.tiles.two .tile:last-child {
    margin-left: 5%;
}

.tiles.pricing .tile {
    background: #fff;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 0 0 #000;
    position: relative;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tiles.pricing .tile:last-child {
    border-right: 1px solid #ddd;
}


.tiles.pricing .tile .price {
    margin-bottom: 10px;
    padding: 10px 0px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
	color: rgba(12,101,175,0.8);
    font-weight: bold;
    font-size: 340%;
    line-height: 100%;
    background-color: #f7f7f9;
	font-family: "Slabo 13px", Arial, sans-serif;
	letter-spacing: -0.05em;
}

.tiles.pricing .tile .price span {
    font-size: 30%;
    line-height: 80%;
    display: block;
    margin: 5px 0;
    font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: Source Sans Pro, Arial, sans-serif;
	color: #555;
}

.tiles.pricing .tile p.contactus {
 /*   font-size: 50%;
	letter-spacing: 0;
	line-height: 100%;
	margin: 0;*/
}

.tiles.pricing .tile.popular {
	top: -10px;
	padding-bottom: 30px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.35);
}

.bestseller {
	position: absolute;
	top: -12px;
	color: #fff;
	background: #dd5511;
	padding: 2px 18px;
	text-align: center;
	font-weight: bold;
	left: 50px;
	right: 50px;
	text-transform: uppercase;
	font-size: 90%;
	border-radius: 4px;
	display: none;
}

.tiles.pricing .tile .price span.currency {
    font-size: 65%;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    margin-right: 2px;
	color: red;
}

.tiles.pricing h2 {
    font-size: 160%;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0;
    background-color: rgba(12,101,175,0.8);
    color: #fff;
	width: 100%;
	height: 80px;
	display: table;
}

.tiles.pricing h2 > span {
	display: table-cell;
	vertical-align: middle;
}

.tiles.pricing p {
    padding: 0 15px;
}

#videoPlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    display: none;
}

#videoPlayer iframe {
    display: block;
    position: relative;
    top: 50%;
    margin: 0px auto;
    margin-top: -300px;
    -moz-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    z-index: 2;
}

#videoPlayer .bigButtons {
    position: relative;
    top: 50%;
    margin-top: 30px;
    width: 100%;
    z-index: 1;
}

.activeImage {
    border: 1px solid #666;
    box-shadow: 0 0 0 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}

.white {
    color: #fff;
}

.scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px 20px;
    background: rgba(0,0,0,0.2) url(images/19px-white-up.png) center center no-repeat;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    box-shadow: 0 0 0 0;
    z-index: 100;
    display: none;
}

.scrollTop:hover {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.3);
}

/*** Testimonials ***/

.testimonials {
	position: relative;
	overflow: auto;
	height: 0px;
}

.testimonials ul {
	margin: 0;
	padding: 0;
}

.testimonials li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.testimonials ul li {
	float: left;
}

.testimonials p {
	text-align: center;
	margin: 0;
    font-size: 110%;
}

.testimonials p.quoteText {
    font-family: "Slabo 13px";
    font-size: 110%;
    line-height: 140%;
	text-align: center;
	margin-bottom: 15px;
}

.testimonials p:first-child:before {
    content: "\201C";
    font-size: 250%;
    color: orange;
    position: relative;
    line-height: 10%;
    top: .3em;
    margin-right: 5px;
    display: inline;
}

.testimonials p:first-child:after {
    content: "\201D";
    font-size: 250%;
    line-height: 10%;
    color: orange;
    position: relative;
    top: .3em;
    margin-left: 5px;
    display: inline;
}


/* Set Page Width */

/* For tablets & smart phones */
@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
    a.logo {
        width: 120px;
        padding: 13px 0;
    }
    .sectionContent {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tileImage {
        width: 40px;
        height: 40px;
    }
    .tile {
        padding-left: 60px;
    }
	.hpTitle {
        padding: 20px;
	    margin-bottom: 10px;
    }
	.hpSplash {
		padding-top: 15px;
		padding-bottom: 15px;
	}
    ul.links > li > a {
        padding: 10px 10px;
    }
    #home {
        display: none;
    }
    .setWidth {
        max-width: 720px;
        min-width: 720px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* For smaller displays like laptops */
@media (min-width: 769px) and (max-width: 1023px) {
    body {
        font-size: 14.5px;
    }
    a.logo {
        width: 150px;
        padding: 14px 0;
    }
    .sectionContent {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tileImage {
        width: 60px;
        height: 60px;
    }
    .tile {
        padding-left: 80px;
    }
	.tiles.pricing .tile .price {
		font-size: 250%;
	}
	.tiles.pricing .tile .price span {
		font-size: 10px;
	}
    ul.links > li > a {
        padding: 15px 10px;
    }
    #home {
        display: none;
    }
    .hpTitle {
        padding: 20px;
	    margin-bottom: 30px;
    }
	.hpSplash {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .setWidth {
        max-width: 1000px;
        min-width: 800px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* For larger displays */
@media (min-width: 1024px) {
    .setWidth {
        max-width: 1280px;
        min-width: 1024px;
        padding-left: 50px;
        padding-right: 50px;
    }
}


/* Blog Specific Styles (overrides default Wordpress style 'style.css' */

#page {
    margin: 0 auto;
    width: 1280px;
    border: none;
    box-shadow: none;
    padding: 60px 50px;
}

.help-block  {
    background-color: #eed3d7;
    color: #c55;
}

.please_wait {
    color: #444440;
    font-size: 200%;
}

#domMessage {
    padding: 30px;
}

.modal-xl {
    width: 1680px;
}