/* Machie's CSS */
.h-image {
	max-width: 50%;
}
.italic {
	font-style: italic;
	margin-top: 40px;
}
article img {
	margin-bottom: 40px;
}
.bg-coloured-gold {
	background-color: gold;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
}
.bg-coloured-gold p {
	margin-bottom: 0px;
}
.bg-coloured-gold a {
	color: #eee;
}
.bg-coloured {
	background-color: #AB1616;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
}
.bg-coloured p {
	margin-bottom: 0px;
}
.bg-coloured a {
	color: #eee;
}
.bg-border {
	background-color: #AB1616;
	padding: 7px 10px;
	display: inline-block;
	margin-bottom: 35px;
}
.bg-border p {
	display: inline-block;
	margin-bottom: 0px;
	color: #fff;
}
#chapter9 img {
	margin-top: 40px;
}
.image-header {
	max-width: 240px;
}
.layne {
	float: left;
    max-height: 107px;
    /* display: block; */
    margin-right: 23px;
    border-right: 1px solid #eee;
    padding-right: 23px;
}
.share-icons {
	margin-left: 20px;
	text-align: center;
}

.bubble-g{
    background-color: #AB1616;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px 20px;
    position: relative;
    vertical-align: top;
    margin-bottom: 25px !important;
}

.bubble-g::before {
    background-color: #AB1616;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 26deg ) skew( -35deg );
        -moz-transform:    rotate( 26deg ) skew( -35deg );
        -ms-transform:     rotate( 26deg ) skew( -35deg );
        -o-transform:      rotate( 26deg ) skew( -35deg );
        -webkit-transform: rotate( 26deg ) skew( -35deg );
    width:  20px; 
}

/*******/



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-appearance: none;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fbfbfb;
	color: #555;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}
.chat {
    width: 100%; color:#333333;
}

.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 26deg ) skew( -35deg );
        -moz-transform:    rotate( 26deg ) skew( -35deg );
        -ms-transform:     rotate( 26deg ) skew( -35deg );
        -o-transform:      rotate( 26deg ) skew( -35deg );
        -webkit-transform: rotate( 26deg ) skew( -35deg );
    width:  20px; 
}

.me {
    float: left;   
    margin: 5px;         
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;           
}

.you {
    float: right;    
    margin: 5px 20px 5px 45px;         
}

.you::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;    
}
.g_text{color:#006600; font-size:20px;}
.g_text a{color:#AB1616!important; text-decoration:underline; font-size:18px;}
.chat a{color:#AB1616!important; text-decoration:underline;}
@font-face {font-family: "sw-icon-font";src:url("https://2y3k762v0f153f3cbu4efo8g-wpengine.netdna-ssl.com/wp-content/plugins/social-warfare/fonts/sw-icon-font.eot");src:url("https://2y3k762v0f153f3cbu4efo8g-wpengine.netdna-ssl.com/wp-content/plugins/social-warfare/fonts/sw-icon-font.eot?#iefix") format("embedded-opentype"),url("https://2y3k762v0f153f3cbu4efo8g-wpengine.netdna-ssl.com/wp-content/plugins/social-warfare/fonts/sw-icon-font.woff") format("woff"),
    url("https://2y3k762v0f153f3cbu4efo8g-wpengine.netdna-ssl.com/wp-content/plugins/social-warfare/fonts/sw-icon-font.ttf") format("truetype"),url("https://2y3k762v0f153f3cbu4efo8g-wpengine.netdna-ssl.com/wp-content/plugins/social-warfare/fonts/sw-icon-font.svg#1445203416") format("svg");font-weight: normal;font-style: normal;}
::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #20b1b6;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #666;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #777; font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #eee;
	border-left: 20px solid #20b1b6;
	/* letter-spacing: 1px; */
	padding: 20px;
	margin: 40px;
	background: #fff;
	font-style: italic;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/*.archive-description,*/
.boxed {
	background-color: #fff;
	color: #555;
    font-family: "nimbus-sans",sans-serif;
	text-align: center;
	padding: 30px;
	border: 4px solid #AB1616;
	border-radius: 6px;
	margin: 0 auto 30px;
}

/*.archive-description .archive-title,*/
.boxed h4 {
	position: relative;
	top: -32px;
	display: inline-block;
	background-color: #AB1616;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 12px;
	margin: 0;
	vertical-align: top;
}

.boxed p,
.boxed ul,
.boxed ol {
	text-align: left;
}

.boxed ul,
.boxed ol {
	line-height: 1.4;
	list-style-type: circle;
	margin-left: 30px;
	margin-bottom: 30px;
}

.boxed li {
	margin-bottom: 8px;
}

.boxed.gray {
	border-color: #555;
}
.boxed.gray h4 {
	background-color: #555;
}

.boxed.tldr {
	background-color: #555;
	color: #fff;
	border-color: #20b1b6;
}
.boxed.tldr h4 {
	background-color: #20b1b6;
}

.boxed a,
.chapter.light .boxed a {
	color: #20b1b6;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item &gt; a:focus + ul.sub-menu,
.menu .menu-item.sfHover &gt; ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "nimbus-sans",sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Hide the blog title and post titles while web fonts are loading */
.wf-loading .entry-title {
	visibility: hidden;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

input,
textarea {
	width: 100%;
}

select {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.search-form input:focus::-webkit-input-placeholder { color: white; }
.search-form input:focus:-moz-input-placeholder { color: white; }
.search-form input:focus::-moz-input-placeholder { color: white; }
.search-form input:focus:-ms-input-placeholder { color: white; }

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

select {
   -webkit-appearance: menulist;
   -moz-appearance:    menulist;
   appearance:         menulist;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	margin: 0 0 3px 3px;
	vertical-align: middle;
	box-sizing: border-box;
}

input[type="checkbox"] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input[type="radio"] {
   -webkit-appearance: radio;
   -moz-appearance:    radio;
   appearance:         radio;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #20b1b6;
	border: none;
	border-radius: 1px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #18878b;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

.table-table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

.table-tr {
	display: table-row;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table-tr:first-of-type {
	border-bottom: 0;
}

.table-th,
.table-td {
	display: table-cell;
}

.table-th {
	background-color: rgba(0,0,0,0.05);
	font-weight: bold;
	padding: 12px 20px;
}

.table-td {
	padding: 8px 20px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.content-sidebar .site-inner,
.wrap {
	max-width: 1160px;
	padding: 0 15px;
}

.site-inner {
	clear: both;
	margin:6px auto;
}

.home .site-inner {
	background: transparent;
	margin: 0;
}

.wrap {
	margin: 0 auto;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

/* Content */

#chapters .nc_socialPanel,
.content,
.chapter-wrap,
.single-post.full-width-content .content {
	max-width: 720px;
}

#chapters .nc_socialPanel,
.content,
.chapter-wrap,
.single-post.full-width-content .content {
	margin: 0 auto;
	padding: 0 2%;
}

.home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.page.full-width-content .content {
	max-width: 900px;
}
.footer-section {
	background: #fff;
	padding: 25px 0px;
	width: 100%;
}
.landing-sections .title-section .wrap,
.landing-sections.page.full-width-content .content,
.landing-sections .section-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 4%;
	padding-right: 4%;
}

.landing-sections .section {
	padding: 60px 0;
}

.landing-sections .section.odd {
	background-color: #eff0ef;
}

.home.page.full-width-content .content {
	max-width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery {
	clear: both;
	padding: 0;
	font-size: 0;
}

.gallery .gallery-item {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
	width: 48.717948717948715%;
}

.gallery-columns-3 .gallery-item {
	width: 31.623931623931625%;
}

.gallery-columns-4 .gallery-item {
	width: 23.076923076923077%;
}

.gallery-columns-2 .gallery-item:nth-child(3n+1),
.gallery-columns-3 .gallery-item:nth-child(4n+1),
.gallery-columns-4 .gallery-item:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.gallery-caption {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background: #dfdfdf;
	color: #969696;
	font-size: 14px;
	padding: 9px 14px;
}

.breadcrumb a {
	color: #7A7A7A;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #20b1b6;
	color: #fff;
	padding: 40px;
	overflow: hidden;
}

.archive-description .archive-title,
.author-box-title {
	color: rgba(255,255,255,0.7);
	font-size: 20px;
	margin-bottom: 4px;
}

.archive-description .archive-title {
	font-size: 26px;
}

.author-box-content {
	overflow: hidden;
}

.author-box a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.author-box a:hover {
	color: #eee;
	border: none;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	width: 100px;
	margin-right: 24px;
	border: 4px solid #fff;
	border-radius: 50%;
}

/* Titles
--------------------------------------------- */

h1.entry-title {
	font-size: 50px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.title-section {
	color: #fff;
	background-color: #AB1616;
}

.title-section .wrap {
	max-width: 800px;
	text-align: center;
	padding: 60px 15px 0;
}

.title-section h1 {
	color: #fff;
}

.pretitle {
	color: rgba(255,255,255,0.7);
    font-family: "nimbus-sans",sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.subtitle {
    font-family: "nimbus-sans",sans-serif;
    text-transform: capitalize;
	margin-top: 30px;
}


.ss-post-info {
	color: #8a8a8a;
	float: right;
}

.ss-post-info a:hover {
	color: #AB1616;
}

.ss-image {
	margin: 30px 0 0;
}

.title-section .nc_socialPanel {
	height: auto;
	background-color: #fbfbfb;
	margin: 20px 0 0 !important;
	margin-top: 20px !important;
	padding: 20px 20px 10px;
	overflow: hidden;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

body .tl-style .tve-leads-conversion-object p {
	font-family: "adelle",serif !important;
}
body .tl-style .tve-leads-conversion-object button {
    font-family: "nimbus-sans",sans-serif !important;
}

.wp_widget_plugin_box li a {
	color: #777;
	font-size: 14px;
}

.wp_widget_plugin_box li a b {
	color: #20b1b6;
	font-size: 17px;
	font-weight: normal;
}

.wp_widget_plugin_box li a:hover,
.wp_widget_plugin_box li a b:hover {
	color: #333;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #067CCC;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #333;
}

/* Genesis Simple Share
--------------------------------------------- */

.share-before {
	margin-bottom: 10px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */


div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* WordPress SEO (Yoast)
--------------------------------------------- */

/*Local SEO add-on*/

#wpseo-directions-wrapper {
	margin-top: 30px;
}

.wpseo-directions-submit {
	margin-top: 10px;
}

.adp-step, .adp-text {
	padding-left: 34px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.site-header .wrap {
	padding: 20px 10px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.site-title {
	margin-bottom: 0;
}

.site-title a {
	display: block;
	background: url(images/logo.png) no-repeat;
	background-size: contain;
	width: 200px;
	height: 52px;
	text-indent: -9999px;
}

.site-description {
	height: 0;
	text-indent: -9999px;
	margin: 0;
}

/* Header Content
--------------------------------------------- */
header{background:#24272B!important;}
.header-content {
	display: inline-block;
	float: right;
}

.site-header .search-form {
	float: right;
	margin: 20px 0;
}

.site-header .search-form input {
	display: inline;
	width: 222px;
	border: none;
	border-radius: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* General Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
    font-family: "nimbus-sans",sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	position: relative;
	display: block;
	color: #e4e4e4;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 26px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 6px;
	-webkit-font-smoothing: antialiased;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	border: 1px solid #222;
	border-top: none;
	font-size: 14px;
	padding: 12px 18px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #222;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 239px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	width: 200px;
	padding: 7px 0 0;
}

.genesis-nav-menu > .search input {
	padding: 8px 16px 8px;
	border-radius: 1px;
	border: none;
}

.genesis-nav-menu > .twitter a:hover {
	color: #fff;
}

.genesis-nav-menu > .twitter::before {
	color: #fff;
	content: "\f099";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0 15px 0 0;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

/* Site Header Navigation
--------------------------------------------- */

.nav-header {
	float: right;
	margin-top: 10px;
}

.nav-header a {
	color: #252525;
	font-size: 17px;
	padding: 8px 4px;
	margin: 0 20px;
}

.nav-header a:hover,
.nav-header .current-menu-item > a,
.nav-header .menu-item-has-children:hover > a,
.nav-header .sub-menu .current-menu-item > a:hover {
	color: #20b1b6;
}

.nav-header .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-header .sub-menu a {
}

.nav-header .sub-menu a:hover,
.nav-header .sub-menu .current-menu-item > a,
.nav-header .sub-menu .current-menu-item > a:hover {
}

.nav-header .sub-menu .current-menu-item > a {
}

.site-header .sub-menu .sub-menu {
	margin-top: -59px;
}

/* Primary Navigation
--------------------------------------------- */

.home .nav-primary .current-menu-item > a,
.menu-toggle.primary-toggle,
.nav-primary {
	background-color: #333;
	border-radius: 0;
}

.nav-primary a {
	color: #e4e4e4;
	font-size: 17px;
	padding: 12px 18px;
}

.nav-primary a:hover {
	background: #3d3d3d;
}
.nav-primary .current-menu-item > a,
.nav-primary .menu-item-has-children:hover > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #20b1b6;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-primary .sub-menu a {
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
}

.nav-primary .sub-menu .current-menu-item > a {
}

/* Secondary Navigation
--------------------------------------------- */

.menu-toggle.secondary-toggle,
.nav-secondary {
	background-color: #252525;
	border-radius: 0;
}

.nav-secondary {
	text-align: center;
}

.nav-secondary a {
	color: #e4e4e4;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-has-children:hover > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	background: #111;
	color: #fff;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-secondary .sub-menu a {
}

.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
}

.nav-secondary .sub-menu .current-menu-item > a {
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home / Front Page
--------------------------------------------- */

.home .section .wrap {
	max-width: 100%;
}

.home .section.odd {
	background: #fff;
}

.home-one {
	background-position: top;
	font-size: 20px;
	text-shadow: 0 0 3px rgba(255,255,255,0.3);
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size   : cover;
	-o-background-size     : cover;
	background-size        : cover;
	padding: 160px 15px;
}

.home .section.home-one .wrap {
	max-width: 1160px;
}

.home-one h1 {
	color: #333;
	font-size: 40px;
	text-shadow: 0 0 3px rgba(255,255,255,0.3);
	text-align: center;
	margin-bottom: 18px;
}

.home-top {
	margin: 40px auto 0;
	overflow: hidden;
}

.home-top .widget-title {
	color: #333;
	font-size: 22px;
}

.home-top input {
	border: none;
	box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
}

.home-two .wrap {
	text-align: center;
	padding: 80px 0;
}

.home-three .wrap {
	padding: 0;
}

#filter-filter {
	display: block;
	background-color: #eaebed;
	text-align: center;
	padding: 5px 0;
	border-top: 4px solid #26b4b9;
}

#filter-filter .filter {
	background-color: transparent;
	color: #9ca4ac;
    font-family: "nimbus-sans",sans-serif;
    font-size: 16px;
	padding: 8px 12px;
	margin: 2px 0;
	border-radius: 3px;
}

#filter-filter .filter:hover {
	background-color: rgba(255,255,255,0.3);
}

#filter-filter .filter.active {
	background-color: #fff;
	color: #777;
}

#filter-filter .filter:focus {
	outline: none;
}

.filter-wrap {
	text-align: justify;
	padding: 30px;
	max-width: 1000px;
	margin: 0 auto;
}

.filter-wrap:after{
	content: '';
	display: inline-block;
	width: 100%;
}

.filter-wrap .entry.mix {
	display: none;
}

.filter-wrap .entry,
.filter-wrap .gap {
	display: inline-block;
	width: 32%;
	margin: 10px auto 20px;
	padding: 0;
	vertical-align: top;
}

.filter-wrap .entry a {
	display: block;
	background: #f6f6f6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.filter-wrap .entry a:hover {
	background-color: #fff;
	opacity: 0.8;
}

.mix-title {
	display: block;
	background-color: transparent;
    border: 1px solid #ececec;
    border-top: none;
	color: #444;
    border-radius: 0 0 5px 5px;
	font-family: "nimbus-sans",sans-serif;
	font-size: 18px;
	padding: 20px;
	text-align: center;
}

.mix-title:before {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	margin: 5px auto 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.filter-wrap .entry a:hover .mix-title:before {
	width: 140px;
}

.mix-image {
	display: table;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	vertical-align: middle;
    border-radius: 5px 5px 0 0;
}

.mix-image > img {
	max-width: 140px;
	display: table-cell;
    vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Entries
--------------------------------------------- */

.entry,
.after-entry.widget-area {
	margin-bottom: 40px;
}

.entry-content a {
	color: #20b1b6;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.chapter-wrap ol,
.chapter-wrap ul,
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.chapter-wrap ol,
.chapter-wrap ul,
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.single .wp-post-image {
	margin-bottom: 16px;
}

.entry-meta {
	color: #555;
	font-size: 14px;
}

.ss-post-meta {
	margin-bottom: 30px;
}

.separator {
	margin: 0 8px;
}

.entry-header .entry-meta a {
	color: #555;
}

.entry-header .entry-meta a:hover {
	color: #222;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 10px 0;
	padding: 10px 0 0 0;
}

.chapters .entry-meta {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
}

/* Guide Book (Chapters)
--------------------------------------------- */

.entry-content .tableofcontents {
	margin: 0;
}

.entry-content .tableofcontents li {
	list-style-type: none;
}

.tableofcontents a {
	color: #666;
	font-weight: bold;
}

.tableofcontents a:hover {
	color: #888;
}

.chapter.odd {
	background-color: #fff;
}

.chapter.light,
.chapter.light h1,
.chapter.light h2,
.chapter.light h3,
.chapter.light h4,
.chapter.light h5,
.chapter.light h6,
.chapter.light .chapter-number {
	color: #fff;
}

.chapter.light,
.chapter.light .wrap {
	border-color: #fff;
}

.chapter.light :not(boxed) a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.chapter.light a:hover {
	color: #eee;
	border: none;
}

.chapter-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.chapter-number {
	display: inline-block;
	position: relative;
    font-family: "nimbus-sans",sans-serif;
	color: #888;
	border-color: #888;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.chapter-number:before,
.chapter-number:after {
	content: '';
    border-bottom: 2px dotted;
    display: inline-block;
    width: 26px;
    height: 2px;
    vertical-align: middle;
    margin: -4px 5px 0;
}

.chapter-title {
	color: #555;
	font-size: 40px;
	text-align: center;
	height:100%; width:100%; border:6px solid #AB1616; background:#FFFFFF; border-radius:2%; padding:2%; margin:0px auto 30px auto;
}

.chapters .comment-respond {
	margin-top: 60px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
}

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #333;
    margin: 4px 1px 4px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #AB1616;
}

.archive-pagination .pagination-previous a, .archive-pagination .pagination-next a {
    width: auto;
    padding: 0 15px;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 20px 20px 16px;
}

.comment-content p {
	margin-bottom: 14px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid rgba(255,255,255,0.6);
	border-right: none;
}

.comment .avatar {
	width: 80px;
	margin: 0 16px 24px 0;
	border-radius: 50%;
	border: 3px solid #fff;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #686868;
	font-family: "nimbus-sans",sans-serif;
    border-left: 1px solid #e7e7e7;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
	padding-bottom: 5px;
    margin-bottom: 5px;
	border-bottom: 1px dashed #e7e7e7;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 20px;
}

.sidebar .enews-widget {
	background-color: #252525;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 20px 16px;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 49%;
}

.footer-widgets-1 {
	margin-right: 2%;
}

.footer-widgets-1 {
	float: left;
}

.footer-widgets-2 {
	float: right;
	text-align: right;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 8px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer-widget {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 40px 20px 20px;
}

.site-footer-widget .widget {
	margin: 0 auto;
}

.site-footer-widget .widget-title {
	color: #fff;
	font-weight: normal;
}

.site-footer {
	background-color: #333;
	color: #999;
    font-family: "nimbus-sans",sans-serif;
	font-size: 14px;
	padding: 40px 16px;
	text-align: center;
}

.site-footer p {
	color: #999;
	margin-bottom: 0;
}

.site-footer a {
	color: #ddd;
}

.site-footer a:hover {
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title a {
		background: url('images/logo@2x.png') no-repeat center;
		background-size: contain;
	}

}

@media only screen and (max-width: 1159px) {

	.content-sidebar .site-inner {
		max-width: 940px;
		padding: 0;
	}

	.content-sidebar .content {
		width: 660px;
	}

	.sidebar-primary {
		width: 260px;
	}

}

@media only screen and (max-width: 1023px) {

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 960px) {

	.content-sidebar .content,
	.sidebar-primary,
	.site-inner,
	.wrap {
		max-width: 100%;
		width: 100%;
	}

	.content-sidebar .content {
		padding: 0 4%;
	}
}

@media only screen and (max-width: 768px) {

	.entry-title {
		font-size: 26px;
	}

	.nav-header a {
		margin: 0 6px;
	}

	.home-one {
		padding: 50px 15px;
	}

	#filter-filter .filter {
		font-size: 15px;
	}

	.filter-wrap .entry,
	.filter-wrap .gap {
		width: 49%;
	}

	.one-fifth,
	.two-fifths,
	.three-fifths
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 100%;
		text-align: center;
		margin: 4px 0;
	}

	div.gform_wrapper textarea.medium,
	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right,
	div.gform_wrapper .top_label .gf_left_half,
	div.gform_wrapper .top_label .gf_right_half,
	div.gform_wrapper .top_label input,
	div.gform_wrapper .top_label select,
	div.gform_wrapper .ginput_complex input[type=text],
	div.gform_wrapper .ginput_complex input[type=url],
	div.gform_wrapper .ginput_complex input[type=email],
	div.gform_wrapper .ginput_complex input[type=tel],
	div.gform_wrapper .ginput_complex input[type=number],
	div.gform_wrapper .ginput_complex input[type=password],
	div.gform_wrapper .ginput_complex select,
	div.gform_wrapper .ginput_complex .ginput_left input[type=text],
	div.gform_wrapper .ginput_complex .ginput_left input[type=url],
	div.gform_wrapper .ginput_complex .ginput_left input[type=email],
	div.gform_wrapper .ginput_complex .ginput_left input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_left input[type=number],
	div.gform_wrapper .ginput_complex .ginput_left input[type=password],
	div.gform_wrapper .ginput_complex .ginput_left select,
	div.gform_wrapper .ginput_complex .ginput_right input[type=text],
	div.gform_wrapper .ginput_complex .ginput_right input[type=url],
	div.gform_wrapper .ginput_complex .ginput_right input[type=email],
	div.gform_wrapper .ginput_complex .ginput_right input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_right input[type=number],
	div.gform_wrapper .ginput_complex .ginput_right input[type=password],
	div.gform_wrapper .ginput_complex .ginput_right select {
		float: none;
		width: 100% !important;
	}

	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	div.gform_wrapper input.datepicker.datepicker_with_icon,
	div.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
		width: auto !important;
	}

}

@media only screen and (max-width: 600px) {

	.nav-header,
	.nav-primary,
	.nav-secondary {
		/*display: none;*/
		width: 100%;
	}

	.title-area {
		float: none;
	}

	.site-title a {
		margin: 0 auto;
	}

	.header-content {
		display: block;
		float: none;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.genesis-nav-menu .menu-item {
		/*display: block;*/
		/*width: 100%;*/
	}

	.genesis-nav-menu a {
		/*display: block;*/
		/*width: 100%;*/
	}

	.filter-wrap .entry,
	.filter-wrap .gap {
		width: 100%;
	}

	.author-box .avatar {
		display: block;
		float: none;
		margin: 0 auto 30px;
	}

	.author-box-title {
		text-align: center;
	}

}

.roundup em {
	font-family: "nimbus-sans",sans-serif;
	font-size: 16px;
	color:#a2a2a2;
}

.roundup .title-section {
     background: url("https://selfstartr.com/wp-content/uploads/2015/09/Ecommerce-Experts-Business-Ideas.jpg") repeat;
}


/* sheet 2 
	
	/* Global Styles */
.nc_socialPanel {clear: both;width: 100%!important;margin-top:20px!important;margin-bottom:20px!important;height: 30px;padding: 0;line-height:1;}
.nc_wrapper .nc_socialPanel {margin-top:10px!important;margin-bottom:10px!important;}
div.nc_socialPanel .nc_tweetContainer {float:left;margin:0 5px;cursor:pointer;height:32px;font-family: 'Lato';border-radius:2px;transition:all 0.1s linear;border-size:1px;}
.nc_socialPanel .nc_tweetContainer a.nc_tweet, .nc_socialPanel .totes .sw_count {display: block;font-size: 18px!important;font-family: 'Lato', sans-serif;font-weight: bold;text-decoration: none;height:30px;text-transform:none;}
.nc_socialPanel a .sw_count {padding: 0;line-height: 32px;display:inline-block;}
.nc_socialPanel .totes .sw_count {line-height:30px;}
.nc_socialPanel .spaceManWilly {display:block;}
/* Adjusted Margins for First and Last Elements */
.nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1) {margin-left:0;}
.nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1) {margin-right:0;}
.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1) {margin-left:0;padding-left:0;margin-right:15px;}
.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1) {margin-right:0px;padding-right:0px;}
/* Click to Tweet Cursor */
a.sw_CTT {cursor:pointer;}
/* Icons and Calls to Action */
span.sw_share {font-weight: normal;font-size: 14px;display:block;height: 30px;vertical-align: middle;line-height: 32px;float:right;}
.nc_socialPanel .sw {margin: 0 7px;height: 30px;line-height: 32px; text-shadow:none!important;width:20px;}
/* Default Icon Settings */
.iconFiller {display:block;float:left;transition: width .1s linear;overflow:hidden;height:30px}
.nc_socialPanel .iconFiller {width: 30px;}
/* Mobile Fix */
.mobile .nc_tweetContainer:nth-last-child(2), .nc_tweetContainer.totes:nth-last-child(1) {margin-right:0;}
/* Total Shares */
.nc_socialPanel .totes {color:white;padding:0px 10px;display:block;font-size:19px;cursor:default;background:#c4c4c4;border:1px solid #e08a0f;border-radius:2px;}
.nc_socialPanel div.totes.totesalt, .nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {background:transparent!important;color:#474B4D;margin-left:10px;border:none;}
div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {background:transparent;color:#474B4D;margin-left:10px;}
.nc_socialPanel .totes.totesalt .sw_label {font-size:10px;color:#474B4D;vertical-align:middle;}
.nc_socialPanel .totes .sw_label {font-size:10px;vertical-align:middle;}
.nc_socialPanel .totes.totesalt .sw_count {color:#474B4D;font-size:24px;}
.nc_socialPanel:hover .totes, .nc_socialPanel.sw_fullColor .totes, .nc_socialPanel.sw_fade .totes, .nc_socialPanel.sw_customFull:hover div.totes {background:#e08a0f;}
/* Button Shapes */
.nc_socialPanel.sw_leaf .nc_tweetContainer {border-radius:15px 0;border-width:1px;}
.nc_socialPanel.sw_pill .nc_tweetContainer {border-radius:50px; border-width:1px;}
.nc_socialPanel.sw_shift .nc_tweetContainer:not(.totes) {border-width:1px;-webkit-transform:skew(-25deg);-moz-transform:skew(-25deg);-o-transform:skew(-25deg); }
.nc_socialPanel.sw_shift .nc_tweetContainer a {-webkit-transform:skew(25deg);-moz-transform:skew(25deg);-o-transform:skew(25deg); }
.sw_connected .nc_tweetContainer, .sw_connected:hover .nc_tweetContainer, .sw_connected .nc_tweetContainer:hover  {margin:0!important;border-radius:0!important;border-width:1px;}
/*Flash & Fresh Outlines */
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .googlePlus, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .googlePlus:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .googlePlus {border:1px solid #df4b37;}
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .twitter, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .twitter:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .twitter {border:1px solid #429cd6;}
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .fb, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .fb:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .fb {border:1px solid #3a589e;}
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .nc_pinterest, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .nc_pinterest:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .nc_pinterest {border:1px solid #cd2029;}
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .linkedIn, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .linkedIn:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .linkedIn {border:1px solid #0d77b7;}
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .sw_tumblr, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .sw_tumblr:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .sw_tumblr {border:1px solid #39475d;}
.nc_socialPanel.sw_flatFresh.sw_d_fullColor .sw_stumbleupon, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .sw_stumbleupon:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .sw_stumbleupon {border:1px solid #ef5025;}

.nc_socialPanel.sw_flatFresh.sw_d_fullColor .sw_reddit, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .sw_reddit:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .sw_reddit {border:1px solid #f04b23;}

.nc_socialPanel.sw_flatFresh.sw_d_fullColor .sw_email, html body .nc_socialPanel.sw_flatFresh.sw_i_fullColor .sw_email:hover, body .nc_socialPanel.sw_flatFresh.sw_o_fullColor:hover .sw_email {border:1px solid #6bcce9;}
/* Full Color */
.nc_socialPanel.sw_d_fullColor a, html body .nc_socialPanel.sw_i_fullColor .nc_tweetContainer:hover a, body .nc_socialPanel.sw_o_fullColor:hover a {color:white;}
.nc_socialPanel.sw_d_fullColor .googlePlus, html body .nc_socialPanel.sw_i_fullColor .googlePlus:hover, body .nc_socialPanel.sw_o_fullColor:hover .googlePlus {background:#df4b37;border:1px solid #c44133;}
.nc_socialPanel.sw_d_fullColor .twitter, html body .nc_socialPanel.sw_i_fullColor .twitter:hover, body .nc_socialPanel.sw_o_fullColor:hover .twitter {background:#429cd6;border:1px solid #3c87b2;}
.nc_socialPanel.sw_d_fullColor .fb, html body .nc_socialPanel.sw_i_fullColor .fb:hover, body .nc_socialPanel.sw_o_fullColor:hover .fb {background:#3a589e;border:1px solid #2e4675;}
.nc_socialPanel.sw_d_fullColor .nc_pinterest, html body .nc_socialPanel.sw_i_fullColor .nc_pinterest:hover, body .nc_socialPanel.sw_o_fullColor:hover .nc_pinterest {background:#cd2029;border:1px solid #aa1b29;}
.nc_socialPanel.sw_d_fullColor .linkedIn, html body .nc_socialPanel.sw_i_fullColor .linkedIn:hover, body .nc_socialPanel.sw_o_fullColor:hover .linkedIn {background:#0d77b7;border:1px solid #0c6591;}
.nc_socialPanel.sw_d_fullColor .sw_tumblr, html body .nc_socialPanel.sw_i_fullColor .sw_tumblr:hover, body .nc_socialPanel.sw_o_fullColor:hover .sw_tumblr {background:#39475d;border:1px solid #27313f;}
.nc_socialPanel.sw_d_fullColor .sw_stumbleupon, html body .nc_socialPanel.sw_i_fullColor .sw_stumbleupon:hover, body .nc_socialPanel.sw_o_fullColor:hover .sw_stumbleupon {background:#ef5025;border:1px solid #d34427;}

.nc_socialPanel.sw_d_fullColor .sw_reddit, html body .nc_socialPanel.sw_i_fullColor .sw_reddit:hover, body .nc_socialPanel.sw_o_fullColor:hover .sw_reddit {background:#f04b23;border:1px solid #d33f27;}

.nc_socialPanel.sw_d_fullColor .sw_email, html body .nc_socialPanel.sw_i_fullColor .sw_email:hover, body .nc_socialPanel.sw_o_fullColor:hover .sw_email {background:#6bcce9;border:1px solid #61bace;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .googlePlus, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .googlePlus:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .googlePlus {border-bottom:3px solid #c44133;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .twitter, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .twitter:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .twitter {border-bottom:3px solid #5595bc;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .fb, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .fb:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .fb {border-bottom:3px solid #2e4675;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .nc_pinterest, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .nc_pinterest:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .nc_pinterest {border-bottom:3px solid #aa1b29;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .linkedIn, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .linkedIn:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .linkedIn {border-bottom:3px solid #0c6591;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .sw_tumblr, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .sw_tumblr:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .sw_tumblr {border-bottom:3px solid #27313f;}
.nc_socialPanel.sw_threeDee.sw_d_fullColor .sw_stumbleupon, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .sw_stumbleupon:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .sw_stumbleupon {border-bottom:3px solid #d34427;}

.nc_socialPanel.sw_threeDee.sw_d_fullColor .sw_reddit, html body .nc_socialPanel.sw_threeDee.sw_i_fullColor .sw_reddit:hover, body .nc_socialPanel.sw_threeDee.sw_o_fullColor:hover .sw_reddit {border-bottom:3px solid #d33f27;}

/* Light Gray */
.nc_socialPanel.sw_d_lightGray a, html body .nc_socialPanel.sw_i_lightGray .nc_tweetContainer:hover a, body .nc_socialPanel.sw_o_lightGray:hover a {color:white}
.nc_socialPanel.sw_d_lightGray .nc_tweetContainer, html body .nc_socialPanel.sw_i_lightGray .nc_tweetContainer:hover, body .nc_socialPanel.sw_o_lightGray:hover .nc_tweetContainer {background-color:#ccc;border:1px solid #ccc;}
.nc_socialPanel.sw_threeDee.sw_d_lightGray .nc_tweetContainer:not(.totesalt), html body .nc_socialPanel.sw_threeDee.sw_i_lightGray .nc_tweetContainer:not(.totesalt):hover, body .nc_socialPanel.sw_threeDee.sw_o_lightGray:hover .nc_tweetContainer:not(.totesalt) {border-bottom:3px solid #999;}
/* Medium Gray */
.nc_socialPanel.sw_d_mediumGray a, html body .nc_socialPanel.sw_i_mediumGray a:hover, body .nc_socialPanel.sw_o_mediumGray:hover a {color:white;}
.nc_socialPanel.sw_d_mediumGray .nc_tweetContainer, html body .nc_socialPanel.sw_i_mediumGray .nc_tweetContainer:hover, body .nc_socialPanel.sw_o_mediumGray:hover .nc_tweetContainer {background-color:#999;border:1px solid #999}
.nc_socialPanel.sw_threeDee.sw_d_mediumGray .nc_tweetContainer:not(.totesalt), html body .nc_socialPanel.sw_threeDee.sw_i_mediumGray .nc_tweetContainer:not(.totesalt):hover, body .nc_socialPanel.sw_threeDee.sw_o_mediumGray:hover .nc_tweetContainer:not(.totesalt) {border-bottom:3px solid #444}
/* Dark Gray */
.nc_socialPanel.sw_d_darkGray a, html body .nc_socialPanel.sw_i_darkGray a:hover, body .nc_socialPanel.sw_o_darkGray:hover a {color:white;}
.nc_socialPanel.sw_d_darkGray .nc_tweetContainer, html body .nc_socialPanel.sw_i_darkGray .nc_tweetContainer:hover, body .nc_socialPanel.sw_o_darkGray:hover .nc_tweetContainer {background-color:#444;border:1px solid #444}
.nc_socialPanel.sw_threeDee.sw_d_darkGray .nc_tweetContainer:not(.totesalt), html body .nc_socialPanel.sw_threeDee.sw_i_darkGray .nc_tweetContainer:not(.totesalt):hover, body .nc_socialPanel.sw_threeDee.sw_o_darkGray:hover .nc_tweetContainer:not(.totesalt) {border-bottom:3px solid #222}
/* Light Gray Outlines */
.nc_socialPanel.sw_d_lgOutlines a, html body .nc_socialPanel.sw_i_lgOutlines a:hover, body .nc_socialPanel.sw_o_lgOutlines:hover a { color:#ccc }
.nc_socialPanel.sw_d_lgOutlines .nc_tweetContainer, html body .nc_socialPanel.sw_i_lgOutlines .nc_tweetContainer:hover, body .nc_socialPanel.sw_o_lgOutlines:hover .nc_tweetContainer { background:transparent; border:1px solid #ccc; }
/* Medium Gray Outlines */
.nc_socialPanel.sw_d_mdOutlines a, html body .nc_socialPanel.sw_i_mdOutlines a:hover, body .nc_socialPanel.sw_o_mdOutlines:hover a { color:#999 }
.nc_socialPanel.sw_d_mdOutlines .nc_tweetContainer, html body .nc_socialPanel.sw_i_mdOutlines .nc_tweetContainer:hover, body .nc_socialPanel.sw_o_mdOutlines:hover .nc_tweetContainer { background:transparent; border:1px solid #999; }
/* Dark Gray Outlines */
.nc_socialPanel.sw_d_dgOutlines a, html body .nc_socialPanel.sw_i_dgOutlines a:hover, body .nc_socialPanel.sw_o_dgOutlines:hover a { color:#444 }
.nc_socialPanel.sw_d_dgOutlines .nc_tweetContainer, html body .nc_socialPanel.sw_i_dgOutlines .nc_tweetContainer:hover, body .nc_socialPanel.sw_o_dgOutlines:hover .nc_tweetContainer { background:transparent; border:1px solid #444; }
/* Color Outlines */
.nc_socialPanel.sw_d_colorOutlines .googlePlus a, html body .nc_socialPanel.sw_i_colorOutlines .googlePlus a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .googlePlus a {color:#df4b37;}
.nc_socialPanel.sw_d_colorOutlines .twitter a, html body .nc_socialPanel.sw_i_colorOutlines .twitter a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .twitter a {color:#429cd6;}
.nc_socialPanel.sw_d_colorOutlines .fb a, html body .nc_socialPanel.sw_i_colorOutlines .fb a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .fb a {color:#3a589e;}
.nc_socialPanel.sw_d_colorOutlines .nc_pinterest a, html body .nc_socialPanel.sw_i_colorOutlines .nc_pinterest a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .nc_pinterest a {color:#cd2029;}
.nc_socialPanel.sw_d_colorOutlines .linkedIn a, html body .nc_socialPanel.sw_i_colorOutlines .linkedIn a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .linkedIn a {color:#0d77b7;}
.nc_socialPanel.sw_d_colorOutlines .sw_tumblr a, html body .nc_socialPanel.sw_i_colorOutlines .sw_tumblr a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_tumblr a {color:#39475d;}
.nc_socialPanel.sw_d_colorOutlines .sw_stumbleupon a, html body .nc_socialPanel.sw_i_colorOutlines .sw_stumbleupon a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_stumbleupon a {color:#ef5025;}

.nc_socialPanel.sw_d_colorOutlines .sw_reddit a, html body .nc_socialPanel.sw_i_colorOutlines .sw_reddit a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_reddit a {color:#f04b23;}

.nc_socialPanel.sw_d_colorOutlines .sw_email a, html body .nc_socialPanel.sw_i_colorOutlines .sw_email a:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_email a {color:#6bcce9;}
/* Color Outlines */
.nc_socialPanel.sw_d_colorOutlines .googlePlus, html body .nc_socialPanel.sw_i_colorOutlines .googlePlus:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .googlePlus {background:transparent;border:1px solid #df4b37;}
.nc_socialPanel.sw_d_colorOutlines .twitter, html body .nc_socialPanel.sw_i_colorOutlines .twitter:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .twitter {background:transparent;border:1px solid #429cd6;}
.nc_socialPanel.sw_d_colorOutlines .fb, html body .nc_socialPanel.sw_i_colorOutlines .fb:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .fb {background:transparent;border:1px solid #3a589e;}
.nc_socialPanel.sw_d_colorOutlines .nc_pinterest, html body .nc_socialPanel.sw_i_colorOutlines .nc_pinterest:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .nc_pinterest {background:transparent;border:1px solid #cd2029;}
.nc_socialPanel.sw_d_colorOutlines .linkedIn, html body .nc_socialPanel.sw_i_colorOutlines .linkedIn:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .linkedIn {background:transparent;border:1px solid #0d77b7;}
.nc_socialPanel.sw_d_colorOutlines .sw_tumblr, html body .nc_socialPanel.sw_i_colorOutlines .sw_tumblr:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_tumblr {background:transparent;border:1px solid #39475d;}
.nc_socialPanel.sw_d_colorOutlines .sw_stumbleupon, html body .nc_socialPanel.sw_i_colorOutlines .sw_stumbleupon:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_stumbleupon {background:transparent;border:1px solid #ef5025;}

.nc_socialPanel.sw_d_colorOutlines .sw_reddit, html body .nc_socialPanel.sw_i_colorOutlines .sw_reddit:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_reddit {background:transparent;border:1px solid #f04b23;}

.nc_socialPanel.sw_d_colorOutlines .sw_email, html body .nc_socialPanel.sw_i_colorOutlines .sw_email:hover, body .nc_socialPanel.sw_o_colorOutlines:hover .sw_email {background:transparent;border:1px solid #6bcce9;}
/* Side Floating Buttons */
.nc_socialPanelSide {position:fixed;left:-100px;z-index:9999999;width:auto;top:200px;overflow:hidden;transition:all 0.2s linear;height:auto;width:100px!important;overflow:visible;}
.nc_socialPanelSide.displayed {left:5px;transition:all 0.2s linear;}
.nc_socialPanelSide .nc_tweetContainer {width: auto;height: 32px;background: #DD4B38;margin: 3px 0!important;padding: 0;display: block;font-family: 'Lato',sans-serif;clear: both;vertical-align: top;width:90px;transition:all 0.1s linear;overflow:hidden;border-radius:3px;}
.nc_socialPanelSide .nc_tweetContainer .iconFiller {display: inline-block;width: 21px;height: 40px;margin: 0 6px;padding: 0;vertical-align: middle;transition:all 0.1s linear;}
.nc_socialPanelSide .nc_tweetContainer .sw_count {display: inline-block;width: 0;overflow:hidden;line-height: 35px;text-align: right;padding: 0;font-size: 19px;margin: 0;height: 32px;vertical-align: top;transition:all 0.1s linear;}
.nc_socialPanelSide .nc_tweetContainer a {display: block;text-decoration: none;padding: 0;margin: 0;vertical-align: top;height: 36px;cursor:pointer;transition:all 0.1s linear;font-weight:500;}
.nc_socialPanelSide .nc_tweetContainer .sw, .nc_socialPanelSide .nc_tweetContainer .sw_share {line-height:34px;float:left;}
.nc_socialPanelSide .nc_tweetContainer .sw_share {font-size:13px;}
.nc_socialPanelSide .nc_tweetContainer:hover, .nc_socialPanelSide .nc_tweetContainer:hover .iconFiller, .nc_socialPanelSide .nc_tweetContainer:hover .sw_count {transition:all 0.1s linear;}
/* Side Floating Boxes */
.nc_socialPanelSide.sw_boxed {transform:scale(0.9);}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer {margin-bottom:5px;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer, .nc_socialPanelSide.sw_boxed .nc_tweetContainer a {height:75px; width:75px;position:relative;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer i.sw {width: 60px;text-align: center;padding-top: 10px;font-size: 27px;height: 40px;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes) span.sw_share {position: absolute;bottom: 0;left: 0;width: 75px;text-align: center;height: 35px;opacity:0;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes) .sw_hide span.sw_share {opacity:1;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes) span.sw_count {transition: padding 0.1s linear;position: absolute;bottom: 0;left: 0;width: 75px;text-align: center;height: 35px;padding:0;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes) span.sw_count.sw_hide, .nc_socialPanelSide.sw_boxed .nc_tweetContainer span.sw_hide .iconFiller, .nc_socialPanelSide.sw_boxed .nc_tweetContainer span.sw_hide .spaceManWilly {height:75px;opacity:1;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer span.iconFiller {width:75px;height:40px;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes):hover span.sw_share:not(.sw_hide) {opacity:1;}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes):hover span.sw_count:not(.sw_hide) {opacity:0;}
.nc_socialPanelSide.sw_boxed .totes {width:75px!important;padding:0;}
/* Side Floating Sizes */
.nc_socialPanelSide .nc_tweetContainer:not(.totes) {line-height:34px;}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .iconFiller {width:30px;margin-left:2px;}
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .sw_count {width:48px;padding:0 8px;}
.nc_socialPanelSide:not(.sw_boxed) .nc_tweetContainer:not(.totes) .sw_count {width:100%;}
.nc_socialPanelSide:not(.sw_boxed) .nc_tweetContainer:not(.totes):hover {width:130px;}
.nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller, .nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly {width:72px;}
/* Side Floating Totals */
.nc_socialPanelSide .nc_tweetContainer.totes {background: rgba(0, 0, 0, 0);height: 45px;font-weight: 500;text-align: center;width:90px;margin:0;padding:0;border:0px!important;}
.nc_socialPanelSide .nc_tweetContainer.totes .sw_count {font-family: 'Lato', sans-serif;color: #444;font-weight: 500;display: block;width: 100%;text-align: center;height:28px;}
.nc_socialPanelSide .nc_tweetContainer.totes .sw_label {font-family: 'Lato', sans-serif;display: block;width: 100%;text-align: center;font-size: 50%;color: #444;font-weight:500;}
/* Top and Bottom Floating Buttons */
.nc_wrapper {position: fixed;background: white;width: 100%;transition: top 0.5s, bottom 0.5s;z-index:99999;}
.nc_wrapper.floatBottom {bottom:0px;left:0;}
.nc_wrapper.floatTop {top:0px;left:0;}
.nc_floater {width: 740px;left: 304px;position: relative;margin: 10px 0;}
/* Side Floating Options with Shares Hidden */
.nc_socialPanelSide.hideCounts a {text-align:center;}
.nc_socialPanelSide.hideCounts .iconFiller {float:none;text-align:left;}
.nc_socialPanel.mobile .iconFiller ~ .sw_count {display:none;}
/* Custom Font Icons */
.sw {display: inline-block;font-family:"sw-icon-font"!important;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);font-style:normal;font-weight:normal;}
.wp-editor-container .sw:before {font-size:18px;line-height:22px;}
.wp-editor-container .sw-twitter:before{color:#429cd6;}
.wp-editor-container .sw-social-warfare:before{color:#ee464f;}
.mce-container .sw-social-warfare {font-size: 20px;vertical-align: middle;margin-right: 15px;color: #ee464f;}
.sw-google-plus:before {content: "h";}
.sw-pinterest:before {content: "b";}
.sw-twitter:before {content: "s";}
.sw-facebook:before {content: "j";}
.sw-linkedin:before {content: "f";}
.sw-tumblr:before {content: "r";}
.sw-stumbleupon:before {content: "q";}
.sw-reddit:before {content: "a";}
.sw-email:before {content: "k"}
.sw-social-warfare:before {content: "p"}
/* Click to Tweet Global Styles */
.sw-CTT {display:block;}
.sw-tweet-clear {zoom: 1;}
.sw-tweet-clear:after {display: block;visibility: hidden;height: 0;clear: both;content: ".";}
.sw-click-to-tweet {display: block;position: relative;padding: 15px 30px;margin: 15px 0px;}
.sw-click-to-tweet:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.sw-click-to-tweet .sw-ctt-text {margin: 0;padding: 0;position: relative;margin-bottom: 10px;word-wrap: break-word;}
a .sw-click-to-tweet .sw-ctt-text {margin: 0;padding: 0;position: relative;font-size: 24px;line-height: 140%;text-transform: none;font-weight: 500;text-decoration: none;text-transform: none;display:block;}
.sw-click-to-tweet .sw-ctt-btn {margin: 0;padding: 3px;position: relative;display: block;text-transform: uppercase;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 12px;font-weight: bold;line-height: 100%;float: right;padding-right: 5px;text-decoration: none;}
.sw-click-to-tweet i.sw-twitter {float: right;font-size:21px;margin-left:15px;text-transform:none;margin-top:-3px;}
/*Click to Tweet Style #1 */
a.sw_CTT.style1 .sw-click-to-tweet {background-color:#fff;border:1px soazlid #dddddd;border-radius:4px;}
a.style1 .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #999999;}
a.style1:hover .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #666666;}
a.style1 .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #999999;}
a.style1:hover .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #666666;}
a.style1 .sw-click-to-tweet i.sw-twitter {color:#429cd6;}
/*Click to Tweet Style #2 */
a.sw_CTT.style2 .sw-click-to-tweet {background-color:#fff;border:4px double #dddddd;border-radius:0px;}
a.style2 .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #666666; font-style:italic; }
a.style2:hover .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #666666;}
a.style2 .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #666666;}
a.style2:hover .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #666666;}
a.style2 .sw-click-to-tweet i.sw-twitter {color:#429cd6;}
/*Click to Tweet Style #3 */
a.sw_CTT.style3:hover .sw-click-to-tweet {border-left:10px solid #3c87b2;padding-right:20px;transition:all .25s linear;}
a.sw_CTT.style3 .sw-click-to-tweet {background-color:#429cd6;border:none;border-radius:0px;border-left:0px solid #3c87b2;padding-right:30px;transition:all .25s linear;}
a.style3 .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #FFFFFF; font-style:italic; }
a.style3:hover .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #FFFFFF;}
a.style3 .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #FFFFFF;}
a.style3:hover .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #FFFFFF;}
a.style3 .sw-click-to-tweet i.sw-twitter {color:#FFFFFF;}
/*Click to Tweet Style #4 */
a.sw_CTT.style4:hover .sw-click-to-tweet {border-left: 10px solid #3c87b2;transition:all .25s linear;}
a.sw_CTT.style4 .sw-click-to-tweet {background-color:#333;border-left: 10px solid #C33;border-radius:0px;transition:all .25s linear;}
a.style4 .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #FFFFFF; }
a.style4:hover .sw-click-to-tweet .sw-ctt-text {text-decoration: none;color: #FFFFFF;}
a.style4 .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #FFFFFF;}
a.style4:hover .sw-click-to-tweet .sw-ctt-btn {text-decoration: none;color: #FFFFFF;}
a.style4 .sw-click-to-tweet i.sw-twitter {color:#FFFFFF;}


/* One set */
@font-face{font-family:'tve-leads-one-set-icons';src:url("fonts/one_set/one_set_icons.eot?-o8i8n5");src:url("fonts/one_set/one_set_icons.eot?#iefix-o8i8n5") format("embedded-opentype"),url("fonts/one_set/one_set_icons.woff?-o8i8n5") format("woff"),url("fonts/one_set/one_set_icons.ttf?-o8i8n5") format("truetype"),url("fonts/one_set/one_set_icons.svg?-o8i8n5#icomoon") format("svg");font-weight:normal;font-style:normal}[class^="one-set-icon"],[class*=" one-set-icon"]{color:inherit;font-family:'tve-leads-one-set-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.one-set-icon-lock:before{content:"\e600"}body #tve_one_set a{color:inherit}body #tve_one_set .tve_one_set_v1.tve-leads-lightbox .tve_p_lb_content{max-width:755px;padding:0 40px !important}body #tve_one_set .tve_one_set_v1.tve-leads-lightbox .tve_p_lb_content #tve_editor .tve_p_lb_control{padding-top:40px}body #tve_one_set .tve_one_set_v1.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_close{border:1px solid;color:#797978;font-size:30px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content{border-radius:3px;font-family:'Lato', sans-serif;max-width:1200px;padding:0 !important}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_close{border:1px solid;color:#a6a6a6;font-size:23px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content h3{color:#000;font-size:48px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content h4{color:#fff;font-size:18px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content p{color:#3a3a3a;font-size:15px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content #tve_editor .tve_p_lb_control{padding-top:0;padding-bottom:0}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_cb5{border-top-left-radius:3px;border-top-right-radius:3px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_cb5.tve_white{border:0}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner{padding:0}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner .tve_cb6{box-shadow:0 1px 0 0 #dadada;border-radius:3px;border:0;position:relative}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner .tve_cb6 .thrv_lead_generation.thrv_lead_generation_horizontal input[type="text"],body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner .tve_cb6 .thrv_lead_generation.thrv_lead_generation_horizontal input[type="email"]{padding:26px 10px !important}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner .tve_cb6 .thrv_lead_generation.thrv_lead_generation_horizontal button{font-size:18px;padding:26px 10px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner .tve_cb6 .tve_cb_cnt{padding:15px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_p_lb_inner .tve_cb6:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background:inherit;content:'';display:block;height:10px;margin:0 auto;position:absolute;left:0;right:0;top:-5px;width:10px}body #tve_one_set{text-shadow:none}body #tve_one_set h1,body #tve_one_set h2,body #tve_one_set h3,body #tve_one_set h4,body #tve_one_set h5,body #tve_one_set h6{font-family:'Lato', sans-serif;text-shadow:none;font-weight:400;line-height:1.5em;letter-spacing:normal}body #tve_one_set p{font-family:'Lato', sans-serif;text-shadow:none;line-height:1.5em;margin-bottom:35px}body #tve_one_set ul.thrv_wrapper li{list-style-type:none;position:relative}body #tve_one_set ul.thrv_wrapper li:before{content:'\f054';font-family:'tve-leads-one-set-icons';position:absolute;left:-15px;top:0}body #tve_one_set ul.thrv_wrapper,body #tve_one_set ol.thrv_wrapper{font-size:15px;margin-left:15px}body #tve_one_set ul.thrv_wrapper li,body #tve_one_set ol.thrv_wrapper li{font-family:'Lato', sans-serif;color:#3a3a3a;font-size:inherit}body #tve_one_set .thrv_lead_generation.tve_white button{color:#333333}body #tve_one_set .thrv_lead_generation.thrv_lead_generation_vertical input[type="text"],body #tve_one_set .thrv_lead_generation.thrv_lead_generation_vertical input[type="email"]{margin-bottom:25px;padding:26px 20px !important}body #tve_one_set .thrv_lead_generation button{font-size:18px;padding:26px 10px}body #tve_one_set .thrv_lead_generation.thrv_lead_generation_horizontal input[type="text"],body #tve_one_set .thrv_lead_generation.thrv_lead_generation_horizontal input[type="email"]{margin-bottom:0;padding:11px 10px !important}body #tve_one_set .thrv_lead_generation.thrv_lead_generation_horizontal button{font-size:12px;padding:14px 10px}body #tve_one_set .thrv_lead_generation.thrv_lead_generation_horizontal.tve_2 .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2{width:67%}body #tve_one_set .thrv_lead_generation.thrv_lead_generation_horizontal.tve_2 .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2:last-of-type{width:33%}body #tve_one_set .thrv_lead_generation.thrv_lead_generation_horizontal.tve_2 .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2 button{text-shadow:none}body #tve_one_set .thrv_lead_generation_container input[type="text"],body #tve_one_set .thrv_lead_generation_container input[type="email"]{font-family:'Open Sans', sans-serif;border-radius:3px;background:#f7f7f7;border:1px solid #a3a3a3;color:#a2a2a2;font-size:15px;font-weight:400;height:auto;line-height:22px;margin-top:0}body #tve_one_set .thrv_lead_generation_container input[type="text"]:hover,body #tve_one_set .thrv_lead_generation_container input[type="email"]:hover{border-radius:3px;border:1px solid #6bbe65}body #tve_one_set .thrv_lead_generation_container input[type="text"]:focus,body #tve_one_set .thrv_lead_generation_container input[type="email"]:focus{border-radius:3px;box-shadow:0 0 5px 0 #6bbe65;background:#fff;border:1px solid #6bbe65;color:#000000}body #tve_one_set .thrv_lead_generation_container button{border-radius:3px;font-family:'Lato', sans-serif;font-weight:700;text-transform:uppercase}body #tve_one_set .thrv_lead_generation_container button:active{border-top:0}body #tve_one_set .tve_btn1{border-radius:3px;font-family:'Lato', sans-serif;font-weight:700;font-size:23px}body #tve_one_set .tve_btn1.tve_normalBtn{line-height:23px !important}body #tve_one_set .tve_btn1.tve_normalBtn a{text-shadow:none;padding:45px 20px}body #tve_one_set .thrv-ribbon{font-family:'Open Sans', sans-serif;box-shadow:0 2px 4px 0 rgba(0,0,0,0.6);background:#6bbe65}body #tve_one_set .thrv-ribbon .tve-ribbon-content{max-width:1100px}body #tve_one_set .thrv-ribbon h3{font-family:'Open Sans', sans-serif;color:#fff;font-size:15px;font-weight:400}body #tve_one_set .tve-leads-lightbox .tve_p_lb_content{background:#f2f2f1}body #tve_one_set .tve-leads-lightbox .tve_p_lb_content .tve_p_lb_close{background:transparent;font-family:'Verdana';height:30px;line-height:23px;right:5px;top:10px;width:30px}body #tve_one_set .tve-leads-lightbox .tve_p_lb_content h2{font-family:'Lato', sans-serif;color:#000;font-size:36px;font-weight:400}body #tve_one_set .tve-leads-lightbox .tve_p_lb_content h6{font-family:'Open Sans', sans-serif}body #tve_one_set .tve-leads-lightbox .tve_p_lb_content p{font-family:'Lato', sans-serif;color:#898989;font-weight:400;font-size:14px}body #tve_one_set .thrv-leads-widget{border-radius:3px;border-width:0;padding:0 15px 15px;overflow:hidden}body #tve_one_set .thrv-leads-widget .tve_btn{min-width:100%}body #tve_one_set .thrv-leads-widget .thrv_contentbox_shortcode{padding:0}body #tve_one_set .thrv-leads-widget .thrv_contentbox_shortcode .tve_cb.tve_cb5{border:0}body #tve_one_set .thrv-leads-widget .tve_cb5{border-top-left-radius:3px;border-top-right-radius:3px;position:relative}body #tve_one_set .thrv-leads-widget .tve_cb5 .tve_cb_cnt{background:inherit;position:relative;padding-bottom:5px;z-index:1}body #tve_one_set .thrv-leads-widget .tve_cb5:after{box-shadow:-3px -1px 1px 0 rgba(0,0,0,0.2) inset;background:inherit;content:'';height:80px;position:absolute;bottom:-40px;left:50%;-webkit-transform:rotate(3deg) skew(105.5deg, 9deg) translate(-50%, 0%);-moz-transform:rotate(3deg) skew(105.5deg, 9deg) translate(-50%, 0%);-ms-transform:rotate(3deg) skew(105.5deg, 9deg) translate(-50%, 0%);transform:rotate(3deg) skew(105.5deg, 9deg) translate(-50%, 0%);width:300px;z-index:0}body #tve_one_set .thrv-leads-widget .tve_cb5 .tve_cb_cnt p{font-family:'Open Sans', sans-serif;text-shadow:none}body #tve_one_set .thrv-leads-widget h4{font-family:'Open Sans', sans-serif;color:#fff;font-size:30px;font-weight:400}body #tve_one_set .thrv-leads-slide-in{font-family:'Open Sans', sans-serif;border-radius:3px;border-width:0;max-width:470px}body #tve_one_set .thrv-leads-slide-in h2{font-family:'Open Sans', sans-serif}body #tve_one_set .thrv-leads-slide-in h3{font-family:'Open Sans', sans-serif;color:#fff;font-size:30px}body #tve_one_set .thrv-leads-slide-in p{font-family:'Open Sans', sans-serif;color:#fff;font-size:15px}body #tve_one_set .thrv-leads-slide-in .tve-leads-close{background:transparent;border:1px solid;color:#fff;font-family:'Verdana';font-size:15px;height:20px;line-height:15px;right:5px;top:5px;width:20px}body #tve_one_set .thrv-leads-slide-in .tve_first_cb .tve_cb5{border-top-left-radius:3px;border-top-right-radius:3px}body #tve_one_set .thrv-leads-slide-in .tve_cb5.tve_black{background:#4c4c4c}body #tve_one_set .thrv-leads-slide-in .tve_cb5.tve_black p{text-shadow:none}body #tve_one_set .thrv-leads-slide-in .tve_cb5.tve_white{border:0}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v1 .tve_cb5 .tve_cb_cnt{padding:20px 40px}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v2{overflow:hidden}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v2 .thrv_contentbox_shortcode{padding:0}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v2 .tve-leads-close{z-index:3}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v2 .tve_cb5{position:relative}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v2 .tve_cb5 .tve_cb_cnt{background:inherit;position:relative;padding-bottom:0;z-index:1}body #tve_one_set .thrv-leads-slide-in.tve_one_set_v2 .tve_cb5:after{box-shadow:-3px -1px 1px 0 rgba(0,0,0,0.2) inset;background:inherit;content:'';height:80px;margin-left:auto;margin-right:auto;position:absolute;bottom:-30px;left:0;right:0;-webkit-transform:rotate(3.2deg) skew(104.6deg, 9deg);-moz-transform:rotate(3.2deg) skew(104.6deg, 9deg);-ms-transform:rotate(3.2deg) skew(104.6deg, 9deg);transform:rotate(3.2deg) skew(104.6deg, 9deg);width:310px;z-index:0}body #tve_one_set .thrv-leads-form-box{border-radius:3px;border-width:0;padding:30px}body #tve_one_set .thrv-leads-form-box h2{font-family:'Lato', sans-serif;color:#fff;font-size:36px;font-weight:400}body #tve_one_set .thrv-leads-form-box .thrv_lead_generation.thrv_lead_generation_horizontal input[type="text"],body #tve_one_set .thrv-leads-form-box .thrv_lead_generation.thrv_lead_generation_horizontal input[type="email"]{padding:26px 10px !important}body #tve_one_set .thrv-leads-form-box .thrv_lead_generation.thrv_lead_generation_horizontal button{font-size:18px;padding:25px 10px}body #tve_one_set .thrv-leads-form-box .thrv_lead_generation.thrv_lead_generation_horizontal.tve_2 .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2{width:54%}body #tve_one_set .thrv-leads-form-box .thrv_lead_generation.thrv_lead_generation_horizontal.tve_2 .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2:last-of-type{width:46%}body #tve_one_set .tve_one_set_vms_step1 #tve_editor .tve_p_lb_control{padding:80px 0}body #tve_one_set .tve_one_set_vms_step2 #tve_editor .tve_p_lb_control{padding:60px 0}body #tve_one_set [class*='tve_one_set_vms'] .tve_p_lb_close{border:1px solid #797979;color:#797979;font-size:17px}body #tve_one_set [class*='tve_one_set_vms'].tve-leads-lightbox .tve_p_lb_content h2{font-size:48px}body #tve_one_set [class*='tve_one_set_vms'] .thrv_lead_generation_vertical input[type="text"],body #tve_one_set [class*='tve_one_set_vms'] .thrv_lead_generation_vertical input[type="email"]{margin-bottom:10px}body #tve_one_set [class*='tve_one_set_vms'] .thrv_lead_generation_vertical button{font-size:23px;padding:35px 10px}body #tve_one_set [class*='tve_one_set_vms'] .tve_p_lb_content{border-radius:3px;max-width:800px;padding:0 40px !important}body #tve_one_set [class*='tve_one_set_vms'] h2{line-height:1em}body #tve_one_set [class*='tve_one_set_vms'] h2 .bold_text{color:#6bbe65}[class*='tve_one_set']:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_blue{background:#3e7dbd}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_blue{background-color:#6ab0dc;background-image:-webkit-linear-gradient(#6ab0dc,#488acb);background-image:linear-gradient(#6ab0dc,#488acb,,,,,,,,);box-shadow:0 3px 0 0 #355e7f}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_blue:hover{background-color:#5ca7d3;background-image:-webkit-linear-gradient(#5ca7d3,#3e7dbd);background-image:linear-gradient(#5ca7d3,#3e7dbd,,,,,,,,);box-shadow:0 3px 0 0 #2e5878}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_blue:active{background-color:#3e7dbd;background-image:-webkit-linear-gradient(#3e7dbd,#5ca7d3);background-image:linear-gradient(#3e7dbd,#5ca7d3,,,,,,,,);box-shadow:0 3px 0 0 #2e5878}[class*='tve_one_set'] .thrv_lead_generation.tve_blue .thrv_lead_generation_container button{background-color:#6ab0dc;background-image:-webkit-linear-gradient(#6ab0dc,#488acb);background-image:linear-gradient(#6ab0dc,#488acb,,,,,,,,);box-shadow:0 3px 0 0 #355e7f}[class*='tve_one_set'] .thrv_lead_generation.tve_blue .thrv_lead_generation_container button:hover{background-color:#5ca7d3;background-image:-webkit-linear-gradient(#5ca7d3,#3e7dbd);background-image:linear-gradient(#5ca7d3,#3e7dbd,,,,,,,,);box-shadow:0 3px 0 0 #2e5878}[class*='tve_one_set'] .thrv_lead_generation.tve_blue .thrv_lead_generation_container button:active{background-color:#3e7dbd;background-image:-webkit-linear-gradient(#3e7dbd,#5ca7d3);background-image:linear-gradient(#3e7dbd,#5ca7d3,,,,,,,,);box-shadow:0 3px 0 0 #2e5878}[class*='tve_one_set'].thrv-ribbon.tve_blue{background:#5ca7d3}[class*='tve_one_set'].thrv-leads-form-box.tve_blue{background:#5ca7d3}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_black{background:#505050}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_black{background-color:#868686;background-image:-webkit-linear-gradient(#868686,#5a5a5a);background-image:linear-gradient(#868686,#5a5a5a,,,,,,,,);box-shadow:0 3px 0 0 #434343}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_black:hover{background-color:#767676;background-image:-webkit-linear-gradient(#767676,#505050);background-image:linear-gradient(#767676,#505050,,,,,,,,);box-shadow:0 3px 0 0 #3b3b3b}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_black:active{background-color:#505050;background-image:-webkit-linear-gradient(#505050,#767676);background-image:linear-gradient(#505050,#767676,,,,,,,,);box-shadow:0 3px 0 0 #3b3b3b}[class*='tve_one_set'] .thrv_lead_generation.tve_black .thrv_lead_generation_container button{background-color:#868686;background-image:-webkit-linear-gradient(#868686,#5a5a5a);background-image:linear-gradient(#868686,#5a5a5a,,,,,,,,);box-shadow:0 3px 0 0 #434343}[class*='tve_one_set'] .thrv_lead_generation.tve_black .thrv_lead_generation_container button:hover{background-color:#767676;background-image:-webkit-linear-gradient(#767676,#505050);background-image:linear-gradient(#767676,#505050,,,,,,,,);box-shadow:0 3px 0 0 #3b3b3b}[class*='tve_one_set'] .thrv_lead_generation.tve_black .thrv_lead_generation_container button:active{background-color:#505050;background-image:-webkit-linear-gradient(#505050,#767676);background-image:linear-gradient(#505050,#767676,,,,,,,,);box-shadow:0 3px 0 0 #3b3b3b}[class*='tve_one_set'].thrv-ribbon.tve_black{background:#767676}[class*='tve_one_set'].thrv-leads-form-box.tve_black{background:#767676}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_green{background:#68bf61}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_green{background-color:#80cb79;background-image:-webkit-linear-gradient(#80cb79,#56b151);background-image:linear-gradient(#80cb79,#56b151,,,,,,,,);box-shadow:0 3px 0 0 #40723d}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_green:hover{background-color:#6fc268;background-image:-webkit-linear-gradient(#6fc268,#4ba446);background-image:linear-gradient(#6fc268,#4ba446,,,,,,,,);box-shadow:0 3px 0 0 #386b34}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_green:active{background-color:#4ba446;background-image:-webkit-linear-gradient(#4ba446,#6fc268);background-image:linear-gradient(#4ba446,#6fc268,,,,,,,,);box-shadow:0 3px 0 0 #386b34}[class*='tve_one_set'] .thrv_lead_generation.tve_green .thrv_lead_generation_container button{background-color:#80cb79;background-image:-webkit-linear-gradient(#80cb79,#56b151);background-image:linear-gradient(#80cb79,#56b151,,,,,,,,);box-shadow:0 3px 0 0 #40723d}[class*='tve_one_set'] .thrv_lead_generation.tve_green .thrv_lead_generation_container button:hover{background-color:#6fc268;background-image:-webkit-linear-gradient(#6fc268,#4ba446);background-image:linear-gradient(#6fc268,#4ba446,,,,,,,,);box-shadow:0 3px 0 0 #386b34}[class*='tve_one_set'] .thrv_lead_generation.tve_green .thrv_lead_generation_container button:active{background-color:#4ba446;background-image:-webkit-linear-gradient(#4ba446,#6fc268);background-image:linear-gradient(#4ba446,#6fc268,,,,,,,,);box-shadow:0 3px 0 0 #386b34}[class*='tve_one_set'].thrv-ribbon.tve_green{background:#6fc268}[class*='tve_one_set'].thrv-leads-form-box.tve_green{background:#6fc268}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_white{background:#c2c2c2}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_white{background-color:#dfdfdf;background-image:-webkit-linear-gradient(#dfdfdf,#cfcfcf);background-image:linear-gradient(#dfdfdf,#cfcfcf,,,,,,,,);box-shadow:0 3px 0 0 #b7b7b7}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_white:hover{background-color:#d6d6d6;background-image:-webkit-linear-gradient(#d6d6d6,#c2c2c2);background-image:linear-gradient(#d6d6d6,#c2c2c2,,,,,,,,);box-shadow:0 3px 0 0 #ababab}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_white:active{background-color:#c2c2c2;background-image:-webkit-linear-gradient(#c2c2c2,#d6d6d6);background-image:linear-gradient(#c2c2c2,#d6d6d6,,,,,,,,);box-shadow:0 3px 0 0 #ababab}[class*='tve_one_set'] .thrv_lead_generation.tve_white .thrv_lead_generation_container button{background-color:#dfdfdf;background-image:-webkit-linear-gradient(#dfdfdf,#cfcfcf);background-image:linear-gradient(#dfdfdf,#cfcfcf,,,,,,,,);box-shadow:0 3px 0 0 #b7b7b7}[class*='tve_one_set'] .thrv_lead_generation.tve_white .thrv_lead_generation_container button:hover{background-color:#d6d6d6;background-image:-webkit-linear-gradient(#d6d6d6,#c2c2c2);background-image:linear-gradient(#d6d6d6,#c2c2c2,,,,,,,,);box-shadow:0 3px 0 0 #ababab}[class*='tve_one_set'] .thrv_lead_generation.tve_white .thrv_lead_generation_container button:active{background-color:#c2c2c2;background-image:-webkit-linear-gradient(#c2c2c2,#d6d6d6);background-image:linear-gradient(#c2c2c2,#d6d6d6,,,,,,,,);box-shadow:0 3px 0 0 #ababab}[class*='tve_one_set'].thrv-ribbon.tve_white{background:#d6d6d6}[class*='tve_one_set'].thrv-leads-form-box.tve_white{background:#d6d6d6}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_orange{background:#e97a31}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_orange{background-color:#f9ae56;background-image:-webkit-linear-gradient(#f9ae56,#f5863a);background-image:linear-gradient(#f9ae56,#f5863a,,,,,,,,);box-shadow:0 3px 0 0 #896d38}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_orange:hover{background-color:#f1a649;background-image:-webkit-linear-gradient(#f1a649,#e97a31);background-image:linear-gradient(#f1a649,#e97a31,,,,,,,,);box-shadow:0 3px 0 0 #8e5625}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_orange:active{background-color:#e97a31;background-image:-webkit-linear-gradient(#e97a31,#f1a649);background-image:linear-gradient(#e97a31,#f1a649,,,,,,,,);box-shadow:0 3px 0 0 #8e5625}[class*='tve_one_set'] .thrv_lead_generation.tve_orange .thrv_lead_generation_container button{background-color:#f9ae56;background-image:-webkit-linear-gradient(#f9ae56,#f5863a);background-image:linear-gradient(#f9ae56,#f5863a,,,,,,,,);box-shadow:0 3px 0 0 #896d38}[class*='tve_one_set'] .thrv_lead_generation.tve_orange .thrv_lead_generation_container button:hover{background-color:#f1a649;background-image:-webkit-linear-gradient(#f1a649,#e97a31);background-image:linear-gradient(#f1a649,#e97a31,,,,,,,,);box-shadow:0 3px 0 0 #8e5625}[class*='tve_one_set'] .thrv_lead_generation.tve_orange .thrv_lead_generation_container button:active{background-color:#e97a31;background-image:-webkit-linear-gradient(#e97a31,#f1a649);background-image:linear-gradient(#e97a31,#f1a649,,,,,,,,);box-shadow:0 3px 0 0 #8e5625}[class*='tve_one_set'].thrv-ribbon.tve_orange{background:#f1a649}[class*='tve_one_set'].thrv-leads-form-box.tve_orange{background:#f1a649}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_purple{background:#8f5eaf}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_purple{background-color:#be9cd2;background-image:-webkit-linear-gradient(#be9cd2,#9e6bbc);background-image:linear-gradient(#be9cd2,#9e6bbc,,,,,,,,);box-shadow:0 3px 0 0 #684f77}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_purple:hover{background-color:#b48bc9;background-image:-webkit-linear-gradient(#b48bc9,#8f5eaf);background-image:linear-gradient(#b48bc9,#8f5eaf,,,,,,,,);box-shadow:0 3px 0 0 #614671}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_purple:active{background-color:#8f5eaf;background-image:-webkit-linear-gradient(#8f5eaf,#b48bc9);background-image:linear-gradient(#8f5eaf,#b48bc9,,,,,,,,);box-shadow:0 3px 0 0 #614671}[class*='tve_one_set'] .thrv_lead_generation.tve_purple .thrv_lead_generation_container button{background-color:#be9cd2;background-image:-webkit-linear-gradient(#be9cd2,#9e6bbc);background-image:linear-gradient(#be9cd2,#9e6bbc,,,,,,,,);box-shadow:0 3px 0 0 #684f77}[class*='tve_one_set'] .thrv_lead_generation.tve_purple .thrv_lead_generation_container button:hover{background-color:#b48bc9;background-image:-webkit-linear-gradient(#b48bc9,#8f5eaf);background-image:linear-gradient(#b48bc9,#8f5eaf,,,,,,,,);box-shadow:0 3px 0 0 #614671}[class*='tve_one_set'] .thrv_lead_generation.tve_purple .thrv_lead_generation_container button:active{background-color:#8f5eaf;background-image:-webkit-linear-gradient(#8f5eaf,#b48bc9);background-image:linear-gradient(#8f5eaf,#b48bc9,,,,,,,,);box-shadow:0 3px 0 0 #614671}[class*='tve_one_set'].thrv-ribbon.tve_purple{background:#b48bc9}[class*='tve_one_set'].thrv-leads-form-box.tve_purple{background:#b48bc9}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_red{background:#d53428}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_red{background-color:#ed5b49;background-image:-webkit-linear-gradient(#ed5b49,#e33d31);background-image:linear-gradient(#ed5b49,#e33d31,,,,,,,,);box-shadow:0 3px 0 0 #8b2e25}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_red:hover{background-color:#e34e3c;background-image:-webkit-linear-gradient(#e34e3c,#d53428);background-image:linear-gradient(#e34e3c,#d53428,,,,,,,,);box-shadow:0 3px 0 0 #84271e}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_red:active{background-color:#d53428;background-image:-webkit-linear-gradient(#d53428,#e34e3c);background-image:linear-gradient(#d53428,#e34e3c,,,,,,,,);box-shadow:0 3px 0 0 #84271e}[class*='tve_one_set'] .thrv_lead_generation.tve_red .thrv_lead_generation_container button{background-color:#ed5b49;background-image:-webkit-linear-gradient(#ed5b49,#e33d31);background-image:linear-gradient(#ed5b49,#e33d31,,,,,,,,);box-shadow:0 3px 0 0 #8b2e25}[class*='tve_one_set'] .thrv_lead_generation.tve_red .thrv_lead_generation_container button:hover{background-color:#e34e3c;background-image:-webkit-linear-gradient(#e34e3c,#d53428);background-image:linear-gradient(#e34e3c,#d53428,,,,,,,,);box-shadow:0 3px 0 0 #84271e}[class*='tve_one_set'] .thrv_lead_generation.tve_red .thrv_lead_generation_container button:active{background-color:#d53428;background-image:-webkit-linear-gradient(#d53428,#e34e3c);background-image:linear-gradient(#d53428,#e34e3c,,,,,,,,);box-shadow:0 3px 0 0 #84271e}[class*='tve_one_set'].thrv-ribbon.tve_red{background:#e34e3c}[class*='tve_one_set'].thrv-leads-form-box.tve_red{background:#e34e3c}[class*='tve_one_set'] .thrv_contentbox_shortcode .tve_cb.tve_cb5.tve_teal{background:#1c6e67}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_teal{background-color:#36ada7;background-image:-webkit-linear-gradient(#36ada7,#24857d);background-image:linear-gradient(#36ada7,#24857d,,,,,,,,);box-shadow:0 3px 0 0 #1b5c58}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_teal:hover{background-color:#2a9d98;background-image:-webkit-linear-gradient(#2a9d98,#1c6e67);background-image:linear-gradient(#2a9d98,#1c6e67,,,,,,,,);box-shadow:0 3px 0 0 #15504c}[class*='tve_one_set'] .tve_btn.tve_btn1.tve_teal:active{background-color:#1c6e67;background-image:-webkit-linear-gradient(#1c6e67,#2a9d98);background-image:linear-gradient(#1c6e67,#2a9d98,,,,,,,,);box-shadow:0 3px 0 0 #15504c}[class*='tve_one_set'] .thrv_lead_generation.tve_teal .thrv_lead_generation_container button{background-color:#36ada7;background-image:-webkit-linear-gradient(#36ada7,#24857d);background-image:linear-gradient(#36ada7,#24857d,,,,,,,,);box-shadow:0 3px 0 0 #1b5c58}[class*='tve_one_set'] .thrv_lead_generation.tve_teal .thrv_lead_generation_container button:hover{background-color:#2a9d98;background-image:-webkit-linear-gradient(#2a9d98,#1c6e67);background-image:linear-gradient(#2a9d98,#1c6e67,,,,,,,,);box-shadow:0 3px 0 0 #15504c}[class*='tve_one_set'] .thrv_lead_generation.tve_teal .thrv_lead_generation_container button:active{background-color:#1c6e67;background-image:-webkit-linear-gradient(#1c6e67,#2a9d98);background-image:linear-gradient(#1c6e67,#2a9d98,,,,,,,,);box-shadow:0 3px 0 0 #15504c}[class*='tve_one_set'].thrv-ribbon.tve_teal{background:#2a9d98}[class*='tve_one_set'].thrv-leads-form-box.tve_teal{background:#2a9d98}@media only screen and (max-width: 1300px){.tve-ribbon-content{padding:0 40px}.tve-leads-ribbon .tve-ribbon-close{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);right:5px;top:20px}}@media only screen and (max-width: 774px){body{margin-top:0 !important}.tve-leads-lightbox .tve_p_lb_background .tve_p_lb_content{max-width:500px}}@media only screen and (max-width: 540px){.tve-leads-ribbon .tve-ribbon-content{min-width:100px}.tve-leads-lightbox .tve_p_lb_background .tve_p_lb_content{max-width:300px}.tl-style h1{font-size:33px !important}.tl-style h2{font-size:30px !important}.tl-style h3{font-size:25px !important}.tl-style h4{font-size:22px !important}.tl-style h5{font-size:18px !important}.tl-style h6{font-size:17px !important}}@media only screen and (max-width: 380px){.tve-leads-lightbox .tve_p_lb_background .tve_p_lb_content{max-width:300px}}@media only screen and (max-width: 940px){body #tve_one_set .tve_one_set_vms_step1 .thrv_columns{margin-top:10px !important}body #tve_one_set .tve_one_set_vms_step1 .tve_btn.tve_btn1 a{padding:20px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_close{top:20px;right:30px}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content{padding:10px !important}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content h1{margin-top:15px !important;margin-bottom:15px !important}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content p{margin-bottom:10px !important}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .tve_cb5{border-radius:0}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .thrv_columns{margin-top:0}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .thrv_columns .tve_oth .tve_image_caption{width:100% !important}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .thrv_columns .tve_oth .tve_image_caption.alignright{float:none}body #tve_one_set .tve_one_set_v2.tve-leads-lightbox .tve_p_lb_content .thrv_columns .tve_oth .tve_image_caption img{margin:0 auto;width:100px !important}}@media only screen and (max-width: 774px){body #tve_one_set .tve-ribbon-content .thrv_lead_generation{margin-top:10px !important}body #tve_one_set .tve-leads-lightbox.tve_one_set_v1 .thrv_lead_generation.thrv_lead_generation_vertical input[type="text"],body #tve_one_set .tve-leads-lightbox.tve_one_set_v1 .thrv_lead_generation.thrv_lead_generation_vertical input[type="email"]{margin-bottom:10px;padding:10px !important}body #tve_one_set .tve-leads-lightbox.tve_one_set_v1 .thrv_lead_generation.thrv_lead_generation_vertical button{padding:15px}body #tve_one_set .tve-leads-lightbox.tve_one_set_v1 .tve_twc .tve_image_caption{width:100% !important}body #tve_one_set .tve-leads-lightbox.tve_one_set_v1 .tve_twc .tve_image_caption .tve_image{margin:0 auto;width:100px !important}}


/* thrive */

@-webkit-keyframes tcb-loader{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes tcb-loader{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@keyframes tcb-loader{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes progress-bar{from{width:0}to{width:100%}}@-webkit-keyframes progress-bar{from{width:0}to{width:100%}}@font-face{font-family:'thrvicomoon';src:url("fonts/thrvicomoon/thrvicomoon.eot?w8l9ag");src:url("fonts/thrvicomoon/thrvicomoon.eot?#iefixw8l9ag") format("embedded-opentype"),url("fonts/thrvicomoon/thrvicomoon.ttf?w8l9ag") format("truetype"),url("fonts/thrvicomoon/thrvicomoon.woff?w8l9ag") format("woff"),url("fonts/thrvicomoon/thrvicomoon.svg?w8l9ag#thrvicomoon") format("svg");font-weight:normal;font-style:normal}[class^="thrv-icon-"],[class*=" thrv-icon-"]{font-family:"thrvicomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.thrv-icon-spinner:before{content:"\e97a"}.thrv-icon-spinner2:before{content:"\e97b"}.thrv-icon-spinner8:before{content:"\e981"}.thrv-icon-spinner9:before{content:"\e982"}.thrv-icon-cross:before{content:"\e605"}.thrv-icon-align-justify:before{content:"\e604"}.thrv-icon-uniE603:before{content:"\e603"}.thrv-icon-uniE602:before{content:"\e602"}.thrv-icon-arrow-right:before{content:"\e600"}.thrv-icon-forward:before{content:"\e601"}.thrv-icon-my-library-books:before{content:"\f606"}.tve_make_sortable thead tr:last-child th{cursor:pointer;position:relative}.tve_make_sortable thead tr:last-child th:before{content:'\f0dc';display:block;height:10px;font-family:"thrvicomoon" !important;font-size:10px !important;font-weight:300;margin:auto 0;position:absolute;right:10px;bottom:0;top:0}.tve_make_sortable thead tr:last-child th[data-direction='up']:before{content:'\f0dd';height:5px;line-height:0}.tve_make_sortable thead tr:last-child th[data-direction='down']:before{content:'\f0de';height:5px;line-height:10px}.thrv-icon-google-plus2:before{content:"\f0d5"}.thrv-icon-facebook2:before{content:"\f09a"}.thrv-icon-twitter2:before{content:"\f099"}.thrv-icon-linkedin:before{content:"\f0e1"}.thrv-icon-pinterest2:before{content:"\e606"}.thrv-icon-xing:before{content:"\f168"}#tve_editor .thrv_social .tve_s_icon{font-family:'thrvicomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tve_s_fb_share .tve_s_icon:before{content:'\f09a'}.tve_s_g_share .tve_s_icon:before{content:'\f0d5'}.tve_s_t_share .tve_s_icon:before{content:'\f099'}.tve_s_in_share .tve_s_icon:before{content:'\f0e1'}.tve_s_pin_share .tve_s_icon:before{content:'\e606'}.tve_s_xing_share .tve_s_icon:before{content:'\f168'}.tve_lightbox_link_refresh:before{content:'\f01e'}html{text-rendering:auto !important}html body{text-rendering:auto !important}.thrv_wrapper .alignnone{margin:10px}.thrv_wrapper .aligncenter{display:block;margin-left:auto;margin-right:auto}.thrv_wrapper.aligncenter{display:block;margin-left:auto;margin-right:auto}.thrv_wrapper .alignright{float:right;margin:10px 0 10px 20px}.thrv_wrapper.alignright{float:right;margin:10px 0 10px 20px}.thrv_wrapper .alignleft{float:left;margin:10px 20px 10px 0}.thrv_wrapper.alignleft{float:left;margin:10px 20px 10px 0}.thrv_wrapper.thrv_contentbox_shortcode{position:relative}#tve_editor .thrv_bullets_shortcode ol.tve_ul,#tve_editor .thrv_bullets_shortcode ul.tve_ul{line-height:1.4em}#tve_editor .thrv_bullets_shortcode ol.tve_ul li,#tve_editor .thrv_bullets_shortcode ul.tve_ul li{margin-bottom:10px}#tve_editor .thrv_bullets_shortcode ol.tve_ul li:before,#tve_editor .thrv_bullets_shortcode ul.tve_ul li:before{content:'' !important}#tve_editor ol,#tve_editor ul{margin-left:20px}#tve_editor ol.thrv_wrapper,#tve_editor ul.thrv_wrapper{line-height:1.4em}#tve_editor ol.thrv_wrapper li,#tve_editor ul.thrv_wrapper li{margin-bottom:10px}#tve_editor .tve_block_center{display:table;margin-left:auto;margin-right:auto}.bold_text{font-weight:bold}.italic_text{font-style:italic}.underline_text{text-decoration:underline}.strikethrough_text{text-decoration:line-through}.tve_p_left{text-align:left}.tve_p_right{text-align:right}.tve_p_center{text-align:center}.tvealignjustify{text-align:justify}.thrv_columns:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.thrv_wrapper div{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.thrv_wrapper.tve_wp_shortcode .ui-social-locker-button-inner-wrap,.thrv_wrapper.tve_wp_shortcode .ui-social-locker-button-overlay{box-sizing:border-box !important}.thrv_wrapper,.ignore_during_draggable{margin-top:20px;margin-bottom:20px;padding:1px}.tve_left{float:left}.tve_right{float:right}.tve_clear{clear:both}.tve_ctr{text-align:center}.tve_center{margin-left:auto;margin-right:auto}.tve_shortcode_editor h1{padding:0}p{font-size:1em}.tve_fg{box-sizing:border-box !important;margin-left:auto;margin-right:auto;padding:4.2%;position:relative;width:83%}.tve_fg>span{background-repeat:no-repeat;display:block}.tve_fg hr{border:none;height:1px;margin:25px auto 25px auto;width:60%}.tve_fg .tve_line{height:51px;max-height:51px;position:relative}.tve_fg .tve_line h3{position:absolute;top:50%;height:51px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:-16px 0px 0px 0px !important;padding:0px !important}.tve_fg.tve_fg3 .tve_badge,.tve_fg.tve_fg4 .tve_badge,.tve_fg.tve_fg5 .tve_badge{display:block;position:absolute;z-index:2}.tve_fg.tve_fg2 h2,.tve_fg.tve_fg1 h2{text-align:center}.tve_fg1{margin:100px auto 0px auto}.tve_fg1 .tve_badge{margin:-130px auto 0px auto}.tve_fg2{margin-top:10px}.tve_fg3{margin-top:30px;position:relative;width:78%}.tve_fg3 .tve_line h3{left:28%;width:70%}.tve_fg4{margin-top:30px}.tve_fg4 .tve_line{padding-right:10px;width:60%}.tve_fg4 .tve_line h3{left:25%;width:75%}.tve_fg5{margin-top:60px;padding-top:1%;padding-bottom:10%}.tve_fg5 .tve_badge{left:-70px;top:-51px}.tve_fg5 .tve_rbn{margin-top:12%;margin-bottom:-17%;position:relative}.tve_fg5 .tve_rbn>span.tve_left{height:42px;width:6px}.tve_fg5 .tve_line{height:38px;max-height:38px;width:78%}.tve_fg5 .tve_line h3{height:38px}.tve_btn{display:inline-block;margin:0px 0px;max-width:100%;text-align:center}.tve_btn.tve_normalBtn{font-size:15px;line-height:15px !important;min-width:250px}@media only screen and (max-width: 340px){.tve_btn.tve_normalBtn{min-width:200px}}.tve_btn.tve_normalBtn a{padding:20px}.tve_btn.tve_smallBtn{font-size:13px;line-height:13px !important;min-width:140px}.tve_btn.tve_smallBtn a{padding:11px}.tve_btn.tve_bigBtn{font-size:26px;line-height:26px !important;min-width:440px}@media only screen and (max-width: 740px){.tve_btn.tve_bigBtn{min-width:300px}}@media only screen and (max-width: 340px){.tve_btn.tve_bigBtn{min-width:200px}}.tve_btn.tve_bigBtn a{padding:36px}.tve_btn.tve_hugeBtn{font-size:40px;line-height:40px !important}@media only screen and (max-width: 740px){.tve_btn.tve_hugeBtn{font-size:20px !important}}.tve_btn.tve_hugeBtn a{padding:35px}.tve_btn.tve_hugeBtn{min-width:90%}.tve_btn a.tve_btnLink{background:none;color:#fff;display:block !important;text-decoration:none !important}.tve_btn.tve_btn7,.tve_btn.tve_btn8{margin-bottom:5px}.tve_btn.tve_btn5 i,.tve_btn.tve_btn6 i{display:block}.tve_btn.tve_btn5.tve_normalBtn a>div,.tve_btn.tve_btn6.tve_normalBtn a>div{height:55px;margin:-20px 0px}.tve_btn.tve_btn5.tve_normalBtn a>span,.tve_btn.tve_btn6.tve_normalBtn a>span{margin-left:20px}.tve_btn.tve_btn5.tve_normalBtn i,.tve_btn.tve_btn6.tve_normalBtn i{height:14px;margin-top:20px;margin-right:20px;width:21px;background-size:contain;background-repeat:no-repeat;background-position:center center}.tve_btn.tve_btn5.tve_normalBtn i.tve_sc_icon,.tve_btn.tve_btn6.tve_normalBtn i.tve_sc_icon{margin-top:0;width:auto;height:auto}.tve_btn.tve_btn5.tve_smallBtn a>div,.tve_btn.tve_btn6.tve_smallBtn a>div{height:35px;margin:-11px 0px}.tve_btn.tve_btn5.tve_smallBtn a>span,.tve_btn.tve_btn6.tve_smallBtn a>span{margin-left:4px}.tve_btn.tve_btn5.tve_smallBtn i,.tve_btn.tve_btn6.tve_smallBtn i{height:11px;margin-right:11px;margin-top:12px;width:16px;background-size:contain;background-repeat:no-repeat;background-position:center center}.tve_btn.tve_btn5.tve_bigBtn a>div,.tve_btn.tve_btn6.tve_bigBtn a>div{height:98px;margin:-36px 0px}.tve_btn.tve_btn5.tve_bigBtn a>span,.tve_btn.tve_btn6.tve_bigBtn a>span{margin-left:20px}.tve_btn.tve_btn5.tve_bigBtn i,.tve_btn.tve_btn6.tve_bigBtn i{background-size:contain;background-repeat:no-repeat;background-position:center center;height:29px;margin-top:35px;margin-right:35px;width:42px}.tve_btn.tve_btn5.tve_hugeBtn a>div,.tve_btn.tve_btn6.tve_hugeBtn a>div{height:109px;margin:-34px 0px}.tve_btn.tve_btn5.tve_hugeBtn i,.tve_btn.tve_btn6.tve_hugeBtn i{background-size:contain;background-repeat:no-repeat;background-position:center center;height:61px;margin-top:25px;margin-right:35px;width:87px}.thrv_columns .tve_btn{min-width:100%;max-width:100%}.thrv_columns .tve_btn.tve_nb span.tve_btn_txt{white-space:pre-line}.tve_ca{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box;margin:40px auto 80px auto;padding:4%;position:relative;width:85%}.tve_ca.tve_ca2 h1,.tve_ca.tve_ca2 h2,.tve_ca.tve_ca2 h3,.tve_ca.tve_ca3 h1,.tve_ca.tve_ca3 h2,.tve_ca.tve_ca3 h3,.tve_ca.tve_ca4 h1,.tve_ca.tve_ca4 h2,.tve_ca.tve_ca4 h3{margin:0px !important;padding:0px !important}.tve_ca p{color:#888787;margin:0px !important;padding:0px !important}.tve_ca.tve_ca1 .tve_line{padding:0px 20px;margin:0 auto}.tve_ca .tve_btn_cnt{height:0px;position:relative;bottom:0px;text-align:center}.tve_ca.tve_ca1 .tve_btn_cnt{margin-top:4%}.tve_ca.tve_ca1 .tve_btn_cnt .tve_btn.tve_normalBtn{font-size:30px !important;line-height:100% !important}.tve_ca.tve_ca1 .tve_btn_cnt .tve_btn.tve_normalBtn,.tve_ca.tve_ca4 .tve_btn_cnt .tve_btn.tve_normalBtn{display:inline-block;font-size:30px !important;line-height:100% !important;position:relative;width:auto}.tve_ca.tve_ca3 .tve_btn.tve_normalBtn,.tve_ca.tve_ca4 .tve_btn.tve_normalBtn{font-size:30px;line-height:100% !important}.tve_ca.tve_ca3 .tve_btn.tve_normalBtn .tve_ca_sp,.tve_ca.tve_ca4 .tve_btn.tve_normalBtn .tve_ca_sp{display:block;font-size:12px}.tve_ts.tve_ts1{margin-bottom:40px}.thrv_columns .tve_ts{box-sizing:border-box !important}.thrv_columns .tve_ts div{box-sizing:border-box !important}.tve_ts .tve_ts_ql{float:left;display:block;height:19px;margin-right:20px}.tve_ts .tve_ts_cn{padding:40px}.tve_ts .tve_ts_o>span{font-size:1em}.tve_ts .tve_ts_o>span>b{font-size:1.3em}.tve_ts4 .tve_ts_cn,.tve_ts9 .tve_ts_cn{padding-bottom:20px}.tve_tS:before{content:'' !important}#tve_editor .thrv_wrapper>.tve_sep{margin:20px auto;width:100%;background-color:transparent}.tve_scT{margin:5px}.tve_scT>ul{list-style-type:none;margin:0px !important;padding:0px !important}.tve_scT>ul li{box-sizing:border-box !important;border-top-left-radius:4px;border-top-right-radius:4px;background:#f8f8f8;border-top:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5;cursor:pointer;display:block;float:left;padding:15px 30px;text-align:center;margin:0px 0px 0px 3px !important;position:relative;text-transform:uppercase;z-index:2;width:auto !important}.tve_scT>ul li:first-child{margin-left:0px !important}.tve_scT>ul li:before{content:'' !important}.tve_scT>ul li a{text-decoration:none}.tve_scT>ul li:hover{cursor:pointer;padding-bottom:16px !important;margin-bottom:-1px !important}.tve_scT>ul li.tve_tS{padding-bottom:16px !important;margin-bottom:-1px !important}.tve_scT .tve_scTC{border-top-right-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box !important;background:#f8f8f8;border:1px solid #d5d5d5;display:none;padding:40px 20px;position:initial;z-index:2;width:100%}.tve_scT.tve_vtabs{padding-left:200px;position:relative}.tve_scT.tve_vtabs>ul{width:200px;position:absolute;left:0;top:0;margin-top:20px !important}.tve_scT.tve_vtabs>ul li{float:none;display:block;box-sizing:border-box !important;border-top-left-radius:4px;border-top-right-radius:0px;border-bottom-left-radius:4px;margin:0px 0px 5px 0 !important;border-right:0;border-bottom:1px solid #d5d5d5}.tve_scT.tve_vtabs>ul li.tve_tS,.tve_scT.tve_vtabs>ul li:hover{padding-right:31px;margin-right:-1px !important;padding-bottom:15px !important}.tve_scT.tve_vtabs>.tve_scTC{margin-top:0 !important;position:relative;border-bottom-left-radius:4px;border-top-left-radius:4px}.tve_clearfix:after,.tve_cb_cnt:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.tve_scT.tve_black li.tve_tS span{color:#fff !important}.tve_scT.tve_black li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_blue li.tve_tS span{color:#fff !important}.tve_scT.tve_blue li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_green li.tve_tS span{color:#fff !important}.tve_scT.tve_green li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_orange li.tve_tS span{color:#fff !important}.tve_scT.tve_orange li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_purple li.tve_tS span{color:#fff !important}.tve_scT.tve_purple li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_red li.tve_tS span{color:#fff !important}.tve_scT.tve_red li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_teal li.tve_tS span{color:#fff !important}.tve_scT.tve_teal li.tve_tS.edit_light span{color:#000000 !important}.tve_scT.tve_white li.tve_tS span{color:#4E4E4E !important}.tve_faq{-webkit-transition:all,0.5s,ease;-moz-transition:all,0.5s,ease;transition:all,0.5s,ease;background:#e4e4e4}.tve_faq:hover .tve_toggle{background:url("images/toggle_closed_hover.png") no-repeat center center}.tve_faq:hover h4{color:#fff !important}.tve_faq.tve_oFaq{background:#f8f8f8}.tve_faq.tve_oFaq:hover{background:#f8f8f8 !important}.tve_faq.tve_oFaq h4{color:inherit !important}.tve_faq .tve_faqC{display:none;padding:10px 37px}.tve_faq .tve_faqB:hover{cursor:pointer}.tve_faq .tve_faqB:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.tve_faq h4{cursor:pointer;box-sizing:border-box !important;width:auto !important;padding:0 0 0 18px !important;font-size:100%;margin:0px !important;clear:none}.tve_faq.tve_oFaq .tve_toggle{background:url("images/toggle_open.png") no-repeat center center}.tve_faq .tve_toggle{display:inline-block;position:absolute;width:11px;height:11px;top:50%;margin-top:-5px !important;left:17px;background:url("images/toggle_closed.png") no-repeat center center}.tve_faq .tve_faqB{cursor:pointer;padding:17px;position:relative}.tve_colm{float:left}.tve_twc{padding:0% 2% 0% 0%;width:49%}.tve_twc.tve_lst{padding:0% 0% 0% 0%}.tve_oth,.tve_thc{padding:0% 2% 0% 0%;width:32%}.tve_oth.tve_lst,.tve_thc.tve_lst{padding:0% 0% 0% 0%}.tve_foc{padding:0% 2% 0% 0%;width:23.5%}.tve_foc.tve_lst{padding:0%}.tve_fic{padding:0% 2% 0% 0%;width:18.4%}.tve_fic.tve_lst{padding:0%}.tve_tth{padding:0% 2% 0% 0%;width:66%}.tve_tth.tve_lst{padding:0% 0% 0% 0%}.tve_tfo{padding:0% 2% 0% 0%;width:74.5%}.tve_tfo.tve_lst{padding:0%}.tve_one{width:100%}.tve_two{width:50%}.tve_three{width:33.3%}.tve_four{width:25%}.tve_five{width:20%}.tve_tthirds{width:66.6%}.tve_tquarters{width:75%}@media only screen and (max-width: 1080px){.thrv_columns .tve_foc:not(.tve_df),.tve_gr .tve_foc:not(.tve_df){padding:0% 2% 0% 0%;width:49%}.thrv_columns .tve_foc:not(.tve_df):nth-child(2n),.tve_gr .tve_foc:not(.tve_df):nth-child(2n){padding:0% 0% 0% 0%}.thrv_columns .tve_fic,.tve_gr .tve_fic{padding:0% 2% 0% 0%;width:49%}.thrv_columns .tve_fic:nth-child(2n),.tve_gr .tve_fic:nth-child(2n){padding:0% 0% 0% 0%}.thrv_columns .tve_tfo:not(.tve_df),.tve_gr .tve_tfo:not(.tve_df){padding:0% 2% 0% 0%;width:49%}.thrv_columns .tve_tfo:not(.tve_df):nth-child(2n),.tve_gr .tve_tfo:not(.tve_df):nth-child(2n){padding:0% 0% 0% 0%}.thrv_columns .tve_foc:not(.tve_df)+.tve_twc.tve_lst,.tve_gr .tve_foc:not(.tve_df)+.tve_twc.tve_lst{padding:0;width:100%}.thrv_columns .tve_foc:not(.tve_df)+.tve_twc,.tve_gr .tve_foc:not(.tve_df)+.tve_twc{padding:0}.thrv_columns .tve_twc+.tve_foc:not(.tve_df).tve_lst,.tve_gr .tve_twc+.tve_foc:not(.tve_df).tve_lst{padding:0;width:100%}.thrv_columns .tve_twc+.tve_foc:not(.tve_df)+.tve_foc:not(.tve_df).tve_lst,.tve_gr .tve_twc+.tve_foc:not(.tve_df)+.tve_foc:not(.tve_df).tve_lst{padding:0;width:100%}#tve_editor .rfs{font-size:70px !important}}@media only screen and (max-width: 940px){.thrv_columns .tve_thc,.thrv_columns .tve_oth,.thrv_columns .tve_tth,.tve_gr .tve_thc,.tve_gr .tve_oth,.tve_gr .tve_tth{padding:0%;width:100%}.thrv_columns .tve_thc.tve_lst,.thrv_columns .tve_oth.tve_lst,.thrv_columns .tve_tth.tve_lst,.tve_gr .tve_thc.tve_lst,.tve_gr .tve_oth.tve_lst,.tve_gr .tve_tth.tve_lst{padding:0%}.thrv_columns .tve_oth,.thrv_columns .tve_ofo,.tve_gr .tve_oth,.tve_gr .tve_ofo{padding:0%;width:100%}.thrv_columns .tve_oth.tve_lst,.thrv_columns .tve_ofo.tve_lst,.tve_gr .tve_oth.tve_lst,.tve_gr .tve_ofo.tve_lst{padding:0%;width:100%}.thrv_columns .tve_ofo,.tve_gr .tve_ofo{padding:0%;width:100%}.thrv_columns .tve_tfo.tve_df,.thrv_columns .tve_tfo.tve_df.tve_lst,.tve_gr .tve_tfo.tve_df,.tve_gr .tve_tfo.tve_df.tve_lst{padding:0%;width:100%}.thrv_columns .tve_fft,.tve_gr .tve_fft{padding:0%;width:49%}.thrv_columns .tve_fft:first-child,.tve_gr .tve_fft:first-child{padding:0% 2% 0% 0%}.thrv_columns .tve_fft.tve_lst,.tve_gr .tve_fft.tve_lst{padding:0% 0% 0% 0%;width:100%}.thrv_columns .tve_twc+.tve_fft.tve_lst,.tve_gr .tve_twc+.tve_fft.tve_lst{padding:0%}.thrv_columns .tve_fft+.tve_twc.tve_lst,.tve_gr .tve_fft+.tve_twc.tve_lst{width:100%}.thrv_columns .tve_fft+.tve_twc,.tve_gr .tve_fft+.tve_twc{padding:0%}}@media only screen and (max-width: 774px){.thrv_table{overflow-x:scroll}.thrv_columns .tve_colm,.tve_gr .tve_colm{margin-right:0 !important;padding:0 !important;width:100% !important}.tve_gr .tve_gri.alignleft .tve_image_caption,.tve_gr .tve_gri.alignleft .thrv_icon,.tve_gr .tve_gri.alignright .tve_image_caption,.tve_gr .tve_gri.alignright .thrv_icon{margin-left:auto;margin-right:auto;float:none}}.tve_gr.tve_gr1 .tve_twc .tve_gri .upload_image span,.tve_gr.tve_gr1 .tve_oth .tve_gri .upload_image span,.tve_gr.tve_gr1 .tve_thc .tve_gri .upload_image span,.tve_gr.tve_gr1 .tve_foc .tve_gri .upload_image span{display:none}.tve_gr.tve_gr1 .tve_oth .upload_image,.tve_gr.tve_gr1 .tve_thc .upload_image{padding:8px}.tve_gr.tve_gr1 .tve_foc .upload_image{padding:3px}.tve_gr.tve_gr2 .tve_twc .tve_gri .upload_image span,.tve_gr.tve_gr2 .tve_oth .tve_gri .upload_image span,.tve_gr.tve_gr2 .tve_thc .tve_gri .upload_image span,.tve_gr.tve_gr2 .tve_foc .tve_gri .upload_image span{display:none}.tve_gr.tve_gr2 .tve_oth .upload_image,.tve_gr.tve_gr2 .tve_thc .upload_image,.tve_gr.tve_gr2 .tve_foc .upload_image{padding:8px}.tve_gr.tve_gr3 .tve_oth .tve_gri .upload_image span,.tve_gr.tve_gr3 .tve_thc .tve_gri .upload_image span,.tve_gr.tve_gr3 .tve_foc .tve_gri .upload_image span{display:none}@media only screen and (max-width: 600px){.tve_gr .tve_colm{width:100%}}@media only screen and (max-width: 772px){.tve_gr .tve_gri,.tve_gr .tve_grt{text-align:center}}@media only screen and (max-width: 940px){.tve_gr.tve_gr1 .tve_oth,.tve_gr.tve_gr1 .tve_thc,.tve_gr.tve_gr2 .tve_oth,.tve_gr.tve_gr2 .tve_thc,.tve_gr.tve_gr3 .tve_oth,.tve_gr.tve_gr3 .tve_thc{width:32%}.tve_gr.tve_gr1 .tve_oth .tve_gri,.tve_gr.tve_gr1 .tve_oth .tve_grt,.tve_gr.tve_gr1 .tve_thc .tve_gri,.tve_gr.tve_gr1 .tve_thc .tve_grt,.tve_gr.tve_gr2 .tve_oth .tve_gri,.tve_gr.tve_gr2 .tve_oth .tve_grt,.tve_gr.tve_gr2 .tve_thc .tve_gri,.tve_gr.tve_gr2 .tve_thc .tve_grt,.tve_gr.tve_gr3 .tve_oth .tve_gri,.tve_gr.tve_gr3 .tve_oth .tve_grt,.tve_gr.tve_gr3 .tve_thc .tve_gri,.tve_gr.tve_gr3 .tve_thc .tve_grt{margin-right:0;width:100%}.tve_gr.tve_gr1 .tve_oth .tve_gri img,.tve_gr.tve_gr1 .tve_oth .tve_grt img,.tve_gr.tve_gr1 .tve_thc .tve_gri img,.tve_gr.tve_gr1 .tve_thc .tve_grt img,.tve_gr.tve_gr2 .tve_oth .tve_gri img,.tve_gr.tve_gr2 .tve_oth .tve_grt img,.tve_gr.tve_gr2 .tve_thc .tve_gri img,.tve_gr.tve_gr2 .tve_thc .tve_grt img,.tve_gr.tve_gr3 .tve_oth .tve_gri img,.tve_gr.tve_gr3 .tve_oth .tve_grt img,.tve_gr.tve_gr3 .tve_thc .tve_gri img,.tve_gr.tve_gr3 .tve_thc .tve_grt img{display:table;margin:0 auto}}.tve_gr h1,.tve_gr h2,.tve_gr h3,.tve_gr h4,.tve_gr h5,.tve_gr h6{margin:0px !important}.tve_gr .tve_gri{margin-top:10px;margin-right:10px}.tve_gr .tve_gri.alignleft,.tve_gr .tve_gri.alignright{margin:10px 0 0 0}.tve_gr .tve_gri.alignleft{margin-right:10px}.tve_gr .tve_gri .alignleft,.tve_gr .tve_gri .alignright{margin:0}.tve_gr .tve_gri .thrv_wrapper{margin:0}.tve_gr img{display:block;max-width:100%}.tve_gr.tve_gr1 .tve_gri{margin-right:5%;width:12%}.tve_gr.tve_gr1 .tve_grt{width:83%}.tve_gr.tve_gr2 .tve_gri{width:24%}.tve_gr.tve_gr2 .tve_grt{width:71%}.tve_gr.tve_gr3 .tve_gri{width:36%}.tve_gr.tve_gr3 .tve_grt{width:59%}@media only screen and (max-width: 600px){.tve_gr .colm{width:100%}}.tve_gr h1,.tve_gr h2,.tve_gr h3,.tve_gr h4,.tve_gr h5,.tve_gr h6{margin:0 !important}@media only screen and (max-width: 774px){.tve_gr.tve_gr1 .tve_gri{width:100%}.tve_gr.tve_gr1 .tve_gri img{display:table;margin:0 auto;max-width:auto;width:auto}}@media only screen and (max-width: 774px){.tve_gr.tve_gr1 .tve_grt{width:100%}}@media only screen and (max-width: 774px){.tve_gr.tve_gr2 .tve_gri{width:100%}.tve_gr.tve_gr2 .tve_gri img{display:table;margin:0 auto;max-width:auto;width:auto}}@media only screen and (max-width: 774px){.tve_gr.tve_gr2 .tve_grt{width:100%}}@media only screen and (max-width: 774px){.tve_gr.tve_gr3 .tve_gri{width:100%}.tve_gr.tve_gr3 .tve_gri img{display:table;margin:0 auto;max-width:auto;width:auto}}@media only screen and (max-width: 774px){.tve_gr.tve_gr3 .tve_grt{width:100%}}.tve_prt .tve_prt_col{float:left;margin-top:10px}.tve_prt .tve_prt_col.tve_hgh{margin-top:0px}.tve_prt .tve_prt_col.tve_hgh .tve_prt_in{padding:50px 1.3% 10px 1.3%}.tve_prt .tve_prt_in{margin:0 auto;padding:40px 0px 1px 0px;position:relative;z-index:0}.tve_prt .tve_prt_in h2{margin:0px}.tve_prt .tve_prt_in .tve_ftr p{margin:15px 0px 25px 0px}.tve_prt .tve_prt_in .tve_ctr h3{margin-top:0px}.tve_prt .tve_ul{margin:0px;padding-left:25px;padding-bottom:0px;text-indent:10px}.tve_prt .tve_ul li{margin-bottom:20px;margin-left:0px}.tve_prt .tve_ul li:before{content:'' !important}.tve_prt .tve_ul:last-of-type li:last-of-type{margin-bottom:10px}.tve_prt .tve_hgh .tve_prt_in{z-index:1}.tve_prt .tve_cond{font-size:0.8em;margin-bottom:30px}.tve_prt .tve_ctr,.tve_prt .tve_ftr,.tve_prt .thrv_button_shortcode{margin:0 auto;width:75%}.tve_prt .tve_btn.tve_normalBtn{min-width:100%;margin-bottom:15px;width:100%}.tve_prt .thrv_button_shortcode{display:block;margin-bottom:0px}.tve_prt .thrv_button_shortcode .tve_btn a.tve_btnLink{text-shadow:none}.tve_prt .tve_centerBtn{display:table;margin:0 auto;width:auto}.tve_prt .tve_btn.tve_bigBtn{min-width:100%}.tve_four .tve_prt_in .tve_ul{font-size:0.9em}.tve_five .tve_prt_in .tve_ul{font-size:0.8em;text-indent:0px}@media only screen and (max-width: 940px){.tve_gr3 .tve_twc .tve_gri .upload_image>span{display:none}.tve_four{width:50%}.tve_prt .tve_five{width:50%}.tve_prt .tve_five:nth-child(4){margin-bottom:10px}.tve_prt .tve_five:nth-child(5){display:table;float:none;margin:0px auto 0px}}@media only screen and (max-width: 740px){.tve_colm .tve_gri .upload_image span{display:block !important}.tve_scT>ul li{padding:15px 5px !important}}@media only screen and (max-width: 774px){.tve_prt .tve_two,.tve_prt .tve_three,.tve_prt .tve_four,.tve_prt .tve_five{float:none;margin:10px 0px !important;width:100%}}@media only screen and (max-width: 540px){#tve_editor .rft{font-size:30px !important}#tve_editor .rfs{font-size:30px !important}.tve_ca .tve_btn.tve_normalBtn{min-width:10px}.tve_ca .tve_btn.tve_normalBtn a.tve_btnLink{font-size:16px}.tve_btn.tve_bigBtn{min-width:10px}.thrv_columns .tve_colm{width:100%}.tve_scT>.tve_scTC{border-top-right-radius:0px;border-bottom-left-radius:4px;border-top:0}.tve_scT>ul li{border-top:0;border-bottom:1px solid #d5d5d5;display:block;float:none;margin-left:0px !important;width:100%;border-radius:0px}.tve_scT>ul li:first-child{border-top:1px solid #d5d5d5;border-top-left-radius:4px;border-top-right-radius:4px}.tve_scT>ul li.tve_tS{margin-bottom:0 !important;padding-bottom:15px !important}.tve_scT.tve_vtabs{padding-left:0 !important}.tve_scT.tve_vtabs ul{position:static;width:auto !important}.tve_scT.tve_vtabs ul li{border-radius:0;margin-bottom:0px !important;border-right:1px solid #d5d5d5}.tve_scT.tve_vtabs ul li:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.tve_scT.tve_vtabs ul li.tve_tS{margin-right:0 !important}.tve_scT.tve_vtabs .tve_scTC{left:0;border-top:0;border-top-right-radius:0px;border-top-left-radius:0px;min-height:0px !important}}.tve_image{border-radius:0;box-shadow:none}.thrv_wrapper.tve_image_caption{padding:0;max-width:100%;box-sizing:content-box !important}.thrv_wrapper.tve_image_caption.fwi{max-width:none;width:auto !important}.thrv_wrapper.tve_image_caption.fwi img{width:auto !important}.thrv_wrapper.tve_image_caption img.alignright,.thrv_wrapper.tve_image_caption img.aligncenter,.thrv_wrapper.tve_image_caption img.alignleft{margin:0}.thrv_wrapper.tve_image_caption .tve_image_frame{display:block;max-width:100%}.thrv_wrapper.tve_image_caption .tve_image{display:block;padding:0;max-width:100%;height:auto}.thrv_wrapper.tve_image_caption .wp-caption-text{margin:0;font-size:14px;font-style:italic;color:#696969;padding:5px 0 0 0;max-width:100%}.thrv_wrapper.tve_image_caption.img_style_dark_frame{border:5px solid #202020;padding:0}.thrv_wrapper.tve_image_caption.img_style_dark_frame>.wp-caption-text{background:#202020;margin:0 !important;color:#ffffff;padding:5px 0 0 0}.thrv_wrapper.tve_image_caption.img_style_framed{padding:5px;border:1px solid #e7e7e7;border-radius:1px}.thrv_wrapper.tve_image_caption.img_style_framed>.wp-caption-text{padding:5px 0 0 0}.thrv_wrapper.tve_image_caption.img_style_lifted_style1>.wp-caption-text{padding:7px 0 0 0}.thrv_wrapper.tve_image_caption.img_style_lifted_style1 .tve_image{box-shadow:4px 4px 6px -3px #333}.thrv_wrapper.tve_image_caption.img_style_polaroid{background:#fff;padding:15px;box-shadow:1px 1px 3px -1px #777}.thrv_wrapper.tve_image_caption.img_style_polaroid>.wp-caption-text{padding:13px 0 0 0}.thrv_wrapper.tve_image_caption.img_style_rounded_corners .tve_image{border-radius:10px}.thrv_wrapper.tve_image_caption.img_style_circle .tve_image{border-radius:50%}.thrv_wrapper.tve_image_caption.img_style_caption_overlay{position:relative;padding-left:0;padding-right:0}.thrv_wrapper.tve_image_caption.img_style_caption_overlay>.wp-caption-text{position:absolute;bottom:0;width:100%;padding:5px 0;background:-moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.16) 31%, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(31%, rgba(0,0,0,0.16)), color-stop(100%, #000));background:-webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.16) 31%, #000 100%);background:-o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.16) 31%, #000 100%);background:-ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.16) 31%, #000 100%);background:linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.16) 31%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);color:#ffffff}.thrv_wrapper.tve_image_caption.img_style_lifted_style2 .tve_image_frame{max-width:100%;position:relative;display:inline-block;z-index:1}.thrv_wrapper.tve_image_caption.img_style_lifted_style2 .tve_image_frame:before,.thrv_wrapper.tve_image_caption.img_style_lifted_style2 .tve_image_frame:after{z-index:-1;position:absolute;content:"";left:14px;width:60%;bottom:8px;background:#555;background:rgba(0,0,0,0.7);box-shadow:0 0 8px 9px rgba(0,0,0,0.7);-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-ms-transform:rotate(-2deg);-o-transform:rotate(-2deg);transform:rotate(-2deg);border:0}.thrv_wrapper.tve_image_caption.img_style_lifted_style2 .tve_image_frame:after{-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-ms-transform:rotate(2deg);-o-transform:rotate(2deg);transform:rotate(2deg);right:14px;left:auto}.thrv_button_shortcode{display:table}.thrv_button_shortcode.tve_leftBtn{float:left;margin-right:10px}.thrv_button_shortcode.tve_rightBtn{float:right;margin-left:10px}.thrv_button_shortcode.tve_fullwidthBtn{width:100% !important}.thrv_button_shortcode.tve_fullwidthBtn .tve_btn{width:100% !important}.thrv_button_shortcode .tve_btn .tve_btnLink i.tve_sc_icon{background-image:none !important}.thrv_button_shortcode .tve_btn.tve_bigBtn i.tve_sc_icon{height:auto;width:auto;font-size:35px;margin-top:32px}.thrv_button_shortcode .tve_btn.tve_hugeBtn i.tve_sc_icon{font-size:40px}.thrv_button_shortcode .tve_btn.tve_btn1 i.tve_sc_icon,.thrv_button_shortcode .tve_btn.tve_btn3 i.tve_sc_icon,.thrv_button_shortcode .tve_btn.tve_btn7 i.tve_sc_icon,.thrv_button_shortcode .tve_btn.tve_btn8 i.tve_sc_icon{display:none}.thrv_button_shortcode.tve_centerBtn{margin:20px auto}.tve_centerBtn{display:table;margin-left:auto;margin-right:auto}.tve-flexible-container{height:0;margin-bottom:20px;position:relative;padding-bottom:56.25% !important;padding-top:30px;overflow:hidden}.tve-flexible-container iframe,.tve-flexible-container object,.tve-flexible-container embed{height:94%;position:absolute;top:0;left:0;width:96%}.thrv_columns .tve-flexible-container iframe,.thrv_columns .tve-flexible-container object,.thrv_columns .tve-flexible-container embed{width:92%}@media only screen and (max-width: 940px){.thrv_columns .tve-flexible-container iframe,.thrv_columns .tve-flexible-container object,.thrv_columns .tve-flexible-container embed{width:88%}}.thrv_columns .tve_oth .tve-flexible-container iframe,.thrv_columns .tve_oth .tve-flexible-container object,.thrv_columns .tve_oth .tve-flexible-container embed{width:82%}@media only screen and (max-width: 940px){.thrv_columns .tve_oth .tve-flexible-container iframe,.thrv_columns .tve_oth .tve-flexible-container object,.thrv_columns .tve_oth .tve-flexible-container embed{width:80%}}.thrv_wrapper.tve-flexible-container iframe{margin:20px}.thrv_cc_icons{overflow:hidden}.thrv_cc_wrapper{margin:0 auto;display:table}.tve_cc_logo{width:46px;height:32px;display:block;float:left;margin:5px;overflow:hidden}.tve_cc_amex{background:url("images/cc_amex.png") no-repeat}.tve_cc_discover{background:url("images/cc_discover.png") no-repeat}.tve_cc_mc{background:url("images/cc_mc.png") no-repeat}.tve_cc_paypal{background:url("images/cc_paypal.png") no-repeat}.tve_cc_visa{background:url("images/cc_visa.png") no-repeat}.tve_more_tag{border-top:1px dotted #cbcbcb;height:25px}.tve_more_tag span{background:#dfe8f1;border:1px solid #cccccc;border-top:none;color:#000 !important;display:block;float:right;font-size:12px !important;padding:0px 5px}.tve_more_tag span:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.thrv_content_container_shortcode{margin-top:0px}.thrv_content_container_shortcode .tve_content_inner{max-width:100%;padding:1px}.thrv_content_container_shortcode>.tve_center{margin-left:auto !important;margin-right:auto !important}.thrv_page_section{margin:0px;padding:0px}.thrv_page_section .out.tve_brdr_none{border-style:none !important}.thrv_page_section .out.tve_brdr_dotted{border-style:dotted !important}.thrv_page_section .out.tve_brdr_dashed{border-style:dashed !important}.thrv_page_section .out.tve_brdr_solid{border-style:solid !important}.thrv_page_section .out.tve_brdr_double{border-style:double !important}.thrv_page_section .out.tve_brdr_groove{border-style:groove !important}.thrv_page_section .out.tve_brdr_ridge{border-style:ridge !important}.thrv_page_section .out.tve_brdr_inset{border-style:inset !important}.thrv_page_section .out.tve_brdr_outset{border-style:outset !important}.tve_table{margin:0;width:100%;-moz-box-sizing:border-box;border-spacing:0;border-collapse:collapse;box-sizing:border-box}.tve_table.tve_no_border{border:0 !important}.tve_table.tve_no_inner_border>tbody>tr>td,.tve_table.tve_no_inner_border>thead>tr>th{border-width:0px !important}#tve_editor .tve_table th{background-clip:padding-box}.tve_table tbody tr.tve_table_row,.tve_table thead tr.tve_table_row{border:0}.tve_table tbody tr.tve_table_row td,.tve_table tbody tr.tve_table_row th,.tve_table thead tr.tve_table_row td,.tve_table thead tr.tve_table_row th{line-height:1;padding:5px}.tve_table tbody tr.tve_table_row td.tve_table_cell>p,.tve_table tbody tr.tve_table_row th.tve_table_cell>p,.tve_table thead tr.tve_table_row td.tve_table_cell>p,.tve_table thead tr.tve_table_row th.tve_table_cell>p{margin:0;padding:0}.tve_table tbody tr.tve_table_row td.tve_valign_top,.tve_table tbody tr.tve_table_row th.tve_valign_top,.tve_table thead tr.tve_table_row td.tve_valign_top,.tve_table thead tr.tve_table_row th.tve_valign_top{vertical-align:top}.tve_table tbody tr.tve_table_row td.tve_valign_bottom,.tve_table tbody tr.tve_table_row th.tve_valign_bottom,.tve_table thead tr.tve_table_row td.tve_valign_bottom,.tve_table thead tr.tve_table_row th.tve_valign_bottom{vertical-align:bottom}.tve_table tbody tr.tve_table_row td.tve_valign_middle,.tve_table tbody tr.tve_table_row th.tve_valign_middle,.tve_table thead tr.tve_table_row td.tve_valign_middle,.tve_table thead tr.tve_table_row th.tve_valign_middle{vertical-align:middle}.tve_table tbody tr.tve_table_row td.tve_align_left,.tve_table tbody tr.tve_table_row th.tve_align_left,.tve_table thead tr.tve_table_row td.tve_align_left,.tve_table thead tr.tve_table_row th.tve_align_left{text-align:left}.tve_table tbody tr.tve_table_row td.tve_align_center,.tve_table tbody tr.tve_table_row th.tve_align_center,.tve_table thead tr.tve_table_row td.tve_align_center,.tve_table thead tr.tve_table_row th.tve_align_center{text-align:center}.tve_table tbody tr.tve_table_row td.tve_align_right,.tve_table tbody tr.tve_table_row th.tve_align_right,.tve_table thead tr.tve_table_row td.tve_align_right,.tve_table thead tr.tve_table_row th.tve_align_right{text-align:right}.tve_table tbody tr.tve_table_row td.tve_align_justify,.tve_table tbody tr.tve_table_row th.tve_align_justify,.tve_table thead tr.tve_table_row td.tve_align_justify,.tve_table thead tr.tve_table_row th.tve_align_justify{text-align:justify}.tve_table tbody tr.tve_odd{background-color:#ccc}.tve_table tbody tr.tve_even{background-color:#eee}.tve_table.tve_brdr_none{border-style:none !important}.tve_table.tve_brdr_none td,.tve_table.tve_brdr_none th{border-style:none !important}.tve_table>tbody>tr>td.tve_brdr_none,.tve_table>thead>tr>th.tve_brdr_none{border-style:none !important}.tve_table.tve_brdr_dotted{border-style:dotted !important}.tve_table.tve_brdr_dotted td,.tve_table.tve_brdr_dotted th{border-style:dotted !important}.tve_table>tbody>tr>td.tve_brdr_dotted,.tve_table>thead>tr>th.tve_brdr_dotted{border-style:dotted !important}.tve_table.tve_brdr_dashed{border-style:dashed !important}.tve_table.tve_brdr_dashed td,.tve_table.tve_brdr_dashed th{border-style:dashed !important}.tve_table>tbody>tr>td.tve_brdr_dashed,.tve_table>thead>tr>th.tve_brdr_dashed{border-style:dashed !important}.tve_table.tve_brdr_solid{border-style:solid !important}.tve_table.tve_brdr_solid td,.tve_table.tve_brdr_solid th{border-style:solid !important}.tve_table>tbody>tr>td.tve_brdr_solid,.tve_table>thead>tr>th.tve_brdr_solid{border-style:solid !important}.tve_table.tve_brdr_double{border-style:double !important}.tve_table.tve_brdr_double td,.tve_table.tve_brdr_double th{border-style:double !important}.tve_table>tbody>tr>td.tve_brdr_double,.tve_table>thead>tr>th.tve_brdr_double{border-style:double !important}.tve_table.tve_brdr_groove{border-style:groove !important}.tve_table.tve_brdr_groove td,.tve_table.tve_brdr_groove th{border-style:groove !important}.tve_table>tbody>tr>td.tve_brdr_groove,.tve_table>thead>tr>th.tve_brdr_groove{border-style:groove !important}.tve_table.tve_brdr_ridge{border-style:ridge !important}.tve_table.tve_brdr_ridge td,.tve_table.tve_brdr_ridge th{border-style:ridge !important}.tve_table>tbody>tr>td.tve_brdr_ridge,.tve_table>thead>tr>th.tve_brdr_ridge{border-style:ridge !important}.tve_table.tve_brdr_inset{border-style:inset !important}.tve_table.tve_brdr_inset td,.tve_table.tve_brdr_inset th{border-style:inset !important}.tve_table>tbody>tr>td.tve_brdr_inset,.tve_table>thead>tr>th.tve_brdr_inset{border-style:inset !important}.tve_table.tve_brdr_outset{border-style:outset !important}.tve_table.tve_brdr_outset td,.tve_table.tve_brdr_outset th{border-style:outset !important}.tve_table>tbody>tr>td.tve_brdr_outset,.tve_table>thead>tr>th.tve_brdr_outset{border-style:outset !important}.tve_image.tve_brdr_none{border-style:none !important}.tve_image.tve_brdr_dotted{border-style:dotted !important}.tve_image.tve_brdr_dashed{border-style:dashed !important}.tve_image.tve_brdr_solid{border-style:solid !important}.tve_image.tve_brdr_double{border-style:double !important}.tve_image.tve_brdr_groove{border-style:groove !important}.tve_image.tve_brdr_ridge{border-style:ridge !important}.tve_image.tve_brdr_inset{border-style:inset !important}.tve_image.tve_brdr_outset{border-style:outset !important}.thrv_content_reveal{display:none}.thrv_countdown_timer{opacity:0}.thrv_countdown_timer.tve_cd_expired{opacity:1}.thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits{border-radius:5px;font-size:48px;height:80px;min-width:50px;padding:0 10px}.thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits:after{background:#fff;content:'';display:block;height:3px;margin:auto 0;position:absolute;top:0;bottom:0;left:0;right:0}.thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits [class*='part-']{color:#fff;font-weight:700;line-height:80px;min-width:25px;right:10px}.thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits .part-2{right:35px}.thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits .part-3{right:60px}.thrv_countdown_timer.tve_countdown_3 .tve_t_part .t-digits .part-4{right:85px}.thrv_countdown_timer.tve_countdown_2 .tve_t_part{border-radius:100%;padding:20px 0}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits{font-size:60px;height:85px;min-width:80px;padding:0 35px}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits [class*='part-']{line-height:70px;min-width:40px;right:35px}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits .part-2{right:75px}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits .part-3{right:115px}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-digits .part-4{right:155px}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-caption{border-top:0;font-size:13px;position:relative}.thrv_countdown_timer.tve_countdown_2 .tve_t_part .t-caption:before{content:'';height:1px;margin:0 auto;position:absolute;left:0;right:0;top:0;width:80px}.thrv_countdown_timer.tve_countdown_timer_evergreen{opacity:1}.thrv_countdown_timer.init_done{-webkit-transition:0.2s,opacity,ease-in;-moz-transition:0.2s,opacity,ease-in;transition:0.2s,opacity,ease-in;opacity:1}.thrv_countdown_timer .tve_t_part{position:relative;margin-right:10px;float:left}.thrv_countdown_timer .tve_t_part.ct_finished{display:none !important}.thrv_countdown_timer .tve_t_part .t-digits{position:relative;padding:0 17px;height:38px;overflow:hidden;min-width:50px;font-size:170%}.thrv_countdown_timer .tve_t_part .t-digits [class*='part-']{line-height:38px;position:absolute;top:0;right:17px;min-width:25px;text-align:center}.thrv_countdown_timer .tve_t_part .t-digits [class*='part-'].go-down{transition:top 0.2s linear;top:100%}.thrv_countdown_timer .tve_t_part .t-digits [class*='part-'].next{top:-100%;transition:top 0.2s linear}.thrv_countdown_timer .tve_t_part .t-digits [class*='part-'].next.go-down{top:0;transition:top 0.2s linear}.thrv_countdown_timer .tve_t_part .t-digits .part-2{right:42px}.thrv_countdown_timer .tve_t_part .t-digits .part-3{right:67px}.thrv_countdown_timer .tve_t_part .t-digits .part-4{right:92px}.thrv_countdown_timer .tve_t_part .t-caption{border-top:1px solid #dedede;padding:5px 0;min-width:60px;text-align:center}.tve_responsive_video_container{position:relative;height:0;overflow:hidden;padding-bottom:56.25%;display:block}.thrv_responsive_video[data-controls="0"] .tve_responsive_video_container{padding-top:0}.tve_responsive_video_container .iframe-embed{position:static}.tve_responsive_video_container iframe,.tve_responsive_video_container object,.tve_responsive_video_container embed{position:absolute;top:0;left:0;width:100%;height:100%}.responsive_video_option{display:none}.thrv_contents_table{box-sizing:border-box !important;width:100%}.thrv_contents_table.tve_p_right{float:right}.thrv_contents_table.tve_p_left{float:left}.thrv_contents_table.tve_p_center{margin-left:auto !important;margin-right:auto !important}.thrv_contents_table .tve_contents_table{width:100%}.thrv_contents_table .tve_contents_table.tve_p_right{float:right}.thrv_contents_table .tve_contents_table.tve_p_left{float:left}.thrv_contents_table .tve_contents_table.tve_p_center{margin-left:auto !important;margin-right:auto !important}.thrv_contents_table .tve_contents_table .tve_ct_content{text-align:left}.thrv_contents_table .tve_contents_table .ct_column{float:left}.thrv_contents_table .tve_contents_table .ct_column.sep{background-image:url("./images/flat_vSep.png");background-position:100% 0%;background-repeat:repeat-y}.thrv_contents_table .tve_contents_table .tve_ct_title{display:inline-block;color:#ffffff;padding:5px 50px;font-size:20px;margin:0 0 10px 0}.thrv_contents_table .tve_contents_table .tve_ct_level0{box-sizing:border-box;color:#4b4b4b;font-size:16px;padding:0 0 0 20px;text-decoration:none;width:100%;display:block;font-weight:bold;margin:10px 0 5px 0}.thrv_contents_table .tve_contents_table .tve_ct_level1{box-sizing:border-box;color:#4b4b4b;font-size:16px;text-decoration:none;width:100%;display:block;padding-left:40px;margin:6px 0 4px 0}.thrv_contents_table .tve_contents_table .tve_ct_level2{box-sizing:border-box;color:#4b4b4b;font-size:16px;text-decoration:none;width:100%;display:block;margin:3px 0 1px 0;padding-left:60px}.thrv_contents_table .tve_contents_table a,.thrv_contents_table .tve_contents_table a:visited,.thrv_contents_table .tve_contents_table a:active{box-sizing:border-box;color:#4b4b4b;font-size:16px;text-decoration:none}.thrv_contents_table .tve_contents_table a.tve_ct_level0,.thrv_contents_table .tve_contents_table a:visited.tve_ct_level0,.thrv_contents_table .tve_contents_table a:active.tve_ct_level0{font-weight:bold;margin:10px 0 5px 0}.thrv_contents_table .tve_contents_table a.tve_ct_level1,.thrv_contents_table .tve_contents_table a:visited.tve_ct_level1,.thrv_contents_table .tve_contents_table a:active.tve_ct_level1{padding-left:40px;margin:6px 0 4px 0}.thrv_contents_table .tve_contents_table a.tve_ct_level2,.thrv_contents_table .tve_contents_table a:visited.tve_ct_level2,.thrv_contents_table .tve_contents_table a:active.tve_ct_level2{padding-left:60px;margin:3px 0 1px 0}.thrv_contents_table .tve_contents_table a:hover,.thrv_contents_table .tve_contents_table a:visited:hover,.thrv_contents_table .tve_contents_table a:active:hover{text-decoration:underline}.thrv_contents_table .tve_contents_table.tve_blue a:hover{color:#4E7AC7 !important}.thrv_contents_table .tve_contents_table.tve_blue .tve_ct_title{background-color:#4E7AC7}.thrv_contents_table .tve_contents_table.tve_green a:hover{color:#45BF55 !important}.thrv_contents_table .tve_contents_table.tve_green .tve_ct_title{background-color:#45BF55}.thrv_contents_table .tve_contents_table.tve_black a:hover{color:#595959 !important}.thrv_contents_table .tve_contents_table.tve_black .tve_ct_title{background-color:#595959}.thrv_contents_table .tve_contents_table.tve_orange a:hover{color:#FF712C !important}.thrv_contents_table .tve_contents_table.tve_orange .tve_ct_title{background-color:#FF712C}.thrv_contents_table .tve_contents_table.tve_purple a:hover{color:#9768D1 !important}.thrv_contents_table .tve_contents_table.tve_purple .tve_ct_title{background-color:#9768D1}.thrv_contents_table .tve_contents_table.tve_red a:hover{color:#e93c31 !important}.thrv_contents_table .tve_contents_table.tve_red .tve_ct_title{background-color:#e93c31}.thrv_contents_table .tve_contents_table.tve_teal a:hover{color:teal !important}.thrv_contents_table .tve_contents_table.tve_teal .tve_ct_title{background-color:teal}.thrv_contents_table .tve_contents_table.tve_white a:hover{color:#4b4b4b}.thrv_contents_table .tve_contents_table.tve_white .tve_ct_title{background-color:#efefef;color:#595959}.thrv_contents_table .tve_contents_table.tve_white .tve_contents_table{background-color:#ffffff}.thrv_star_rating>.tve_rating_stars{display:block;height:25px;background:url("images/stars.png") repeat-x 0 -26px}.thrv_star_rating>.tve_rating_stars>span{display:block;height:25px;background:url("images/stars.png") repeat-x 0 0px}.thrv_star_rating>.tve_rating_stars.tve_rightBtn{float:right}.thrv_star_rating.tve_blue>span>span{background-position:0 -104px}.thrv_star_rating.tve_green>span>span{background-position:0 -78px}.thrv_star_rating.tve_orange>span>span{background-position:0 -130px}.thrv_star_rating.tve_purple>span>span{background-position:0 -156px}.thrv_star_rating.tve_red>span>span{background-position:0 -52px}.thrv_star_rating.tve_teal>span>span{background-position:0 -182px}.thrv_star_rating.tve_white>span>span{background-position:0 -208px}@media only screen and (max-width: 740px){.thrv_contents_table .ct_column{width:100% !important;float:none;min-height:inherit !important}.thrv_contents_table .ct_column.sep{background-image:none !important}}.thrv_lead_generation_container input[type="password"],.thrv_lead_generation_container input[type="email"],.thrv_lead_generation_container input[type="url"],.thrv_lead_generation_container input[type="text"],.thrv_lead_generation_container button,.thrv_lead_generation_container select,.thrv_lead_generation_container textarea{box-sizing:border-box !important;border:1px solid #999;float:none !important;max-width:none;width:100% !important}.thrv_lead_generation_container input[type="password"].tve-lg-error,.thrv_lead_generation_container input[type="email"].tve-lg-error,.thrv_lead_generation_container input[type="url"].tve-lg-error,.thrv_lead_generation_container input[type="text"].tve-lg-error,.thrv_lead_generation_container select.tve-lg-error,.thrv_lead_generation_container button.tve-lg-error,.thrv_lead_generation_container textarea.tve-lg-error{border-color:transparent !important;box-shadow:0 0 4px #a94442 inset !important}.thrv_lead_generation_container input[type="image"]{box-sizing:border-box}.thrv_lead_generation_container input[type="radio"].tve-lg-error,.thrv_lead_generation_container input[type="checkbox"].tve-lg-error{border-color:transparent !important;box-shadow:0 0 3px #a94442 !important}.thrv_lead_generation_container textarea{font-family:arial}.thrv_lead_generation_container input[type="password"],.thrv_lead_generation_container input[type="email"],.thrv_lead_generation_container input[type="text"],.thrv_lead_generation_container input[type="url"]{outline:none;padding:5px}.thrv_lead_generation_container button{border-width:0;color:#fff;cursor:pointer;font-size:16px;padding:10px}.thrv_lead_generation_container .tve_lead_fields_overlay{display:none !important}.thrv_lead_generation_container .tve_lg_radio_wrapper,.thrv_lead_generation_container .tve_lg_checkbox_wrapper{box-sizing:border-box;float:left;margin-bottom:5px;padding:11px;width:100%}.thrv_lead_generation_container .tve_lg_radio_wrapper input[type="radio"],.thrv_lead_generation_container .tve_lg_radio_wrapper input[type="checkbox"],.thrv_lead_generation_container .tve_lg_checkbox_wrapper input[type="radio"],.thrv_lead_generation_container .tve_lg_checkbox_wrapper input[type="checkbox"]{margin:0 10px 3px 0}.thrv_lead_generation_container .tve_lg_checkbox_wrapper{width:100%}.thrv_lead_generation_container .tcb-form-loader{display:none;position:absolute;width:100%;height:100%;top:0;left:0}.thrv_lead_generation_container .tcb-form-loader>span.tcb-form-loader-icon{-webkit-animation:tcb-loader 0.7s infinite linear;-moz-animation:tcb-loader 0.7s infinite linear;animation:tcb-loader 0.7s infinite linear;display:inline-block;font-size:24px;line-height:24px;height:24px;width:24px;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;opacity:.7}body.rtl .thrv_lead_generation.thrv_lead_generation_horizontal .tve_lg_input_container{float:right;padding-left:2%;padding-right:0}.thrv_lead_generation{box-sizing:border-box;width:100%}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container{width:100%}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container{box-sizing:border-box !important;float:left;padding-right:2%}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_3{width:33.33%}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_3:nth-of-type(3n+1){padding:0}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2{width:50%}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_2:nth-of-type(odd){padding:0}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_select_container .thrv_icon{margin-right:50px;margin-top:10px}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container{position:relative}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container label{font-size:16px}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container input[type='text'],.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container input[type='email'],.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container select,.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container textarea,.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container button,.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox,.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_radio{margin:0 0 5px 0}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container textarea{min-height:40px}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_select_container .thrv_icon{margin-right:10px}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_black label{color:#101010}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_blue label{color:#3E68B2}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_green label{color:#1abc9c}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_orange label{color:#e67e22}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_purple label{color:#8656C1}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_red label{color:#CE271B}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_teal label{color:#387D71}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_checkbox.tve_white label{color:#D8D8D8}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column1 .tve_lg_radio_wrapper{width:100%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column2 .tve_lg_radio_wrapper{width:50%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column3 .tve_lg_radio_wrapper{width:33%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column4 .tve_lg_radio_wrapper{width:25%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column5 .tve_lg_radio_wrapper{width:20%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column6 .tve_lg_radio_wrapper{width:16.5%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column7 .tve_lg_radio_wrapper{width:14.2%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column8 .tve_lg_radio_wrapper{width:12.5%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column9 .tve_lg_radio_wrapper{width:11%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_column10 .tve_lg_radio_wrapper{width:10%}.thrv_lead_generation .tve_lead_generated_inputs_container .tve_lg_input_container.tve_lg_image_submit input[type="image"]{max-width:100%;max-height:100%}@media only screen and (max-width: 740px){.thrv_lead_generation.tve_leftBtn,.thrv_lead_generation.tve_centerBtn,.thrv_lead_generation.tve_rightBtn{width:100% !important;float:none !important}}.thrv_lead_generation.tve_leftBtn{float:left}.thrv_lead_generation.tve_centerBtn{margin-left:auto !important;margin-right:auto !important;float:none}.thrv_lead_generation.tve_rightBtn{float:right}.thrv_lead_generation button.tve_brdr_none,.thrv_lead_generation input[type="text"].tve_brdr_none,.thrv_lead_generation textarea.tve_brdr_none,.thrv_lead_generation select.tve_brdr_none,.thrv_lead_generation input[type="email"].tve_brdr_none{border-style:none !important}.thrv_lead_generation button.tve_brdr_dotted,.thrv_lead_generation input[type="text"].tve_brdr_dotted,.thrv_lead_generation textarea.tve_brdr_dotted,.thrv_lead_generation select.tve_brdr_dotted,.thrv_lead_generation input[type="email"].tve_brdr_dotted{border-style:dotted !important}.thrv_lead_generation button.tve_brdr_dashed,.thrv_lead_generation input[type="text"].tve_brdr_dashed,.thrv_lead_generation textarea.tve_brdr_dashed,.thrv_lead_generation select.tve_brdr_dashed,.thrv_lead_generation input[type="email"].tve_brdr_dashed{border-style:dashed !important}.thrv_lead_generation button.tve_brdr_solid,.thrv_lead_generation input[type="text"].tve_brdr_solid,.thrv_lead_generation textarea.tve_brdr_solid,.thrv_lead_generation select.tve_brdr_solid,.thrv_lead_generation input[type="email"].tve_brdr_solid{border-style:solid !important}.thrv_lead_generation button.tve_brdr_double,.thrv_lead_generation input[type="text"].tve_brdr_double,.thrv_lead_generation textarea.tve_brdr_double,.thrv_lead_generation select.tve_brdr_double,.thrv_lead_generation input[type="email"].tve_brdr_double{border-style:double !important}.thrv_lead_generation button.tve_brdr_groove,.thrv_lead_generation input[type="text"].tve_brdr_groove,.thrv_lead_generation textarea.tve_brdr_groove,.thrv_lead_generation select.tve_brdr_groove,.thrv_lead_generation input[type="email"].tve_brdr_groove{border-style:groove !important}.thrv_lead_generation button.tve_brdr_ridge,.thrv_lead_generation input[type="text"].tve_brdr_ridge,.thrv_lead_generation textarea.tve_brdr_ridge,.thrv_lead_generation select.tve_brdr_ridge,.thrv_lead_generation input[type="email"].tve_brdr_ridge{border-style:ridge !important}.thrv_lead_generation button.tve_brdr_inset,.thrv_lead_generation input[type="text"].tve_brdr_inset,.thrv_lead_generation textarea.tve_brdr_inset,.thrv_lead_generation select.tve_brdr_inset,.thrv_lead_generation input[type="email"].tve_brdr_inset{border-style:inset !important}.thrv_lead_generation button.tve_brdr_outset,.thrv_lead_generation input[type="text"].tve_brdr_outset,.thrv_lead_generation textarea.tve_brdr_outset,.thrv_lead_generation select.tve_brdr_outset,.thrv_lead_generation input[type="email"].tve_brdr_outset{border-style:outset !important}#tve_editor .thrv_lead_generation.thrv_lead_generation_horizontal .thrv_lead_generation_container .tve_lg_input_container .thrv_icon,.tve-leads-shortcode .thrv_lead_generation.thrv_lead_generation_horizontal .thrv_lead_generation_container .tve_lg_input_container .thrv_icon{margin:0 20px 0 0}#tve_editor .thrv_lead_generation.thrv_lead_generation_horizontal .thrv_lead_generation_container .tve_lg_input_container .thrv_icon.tve_lg_text_icon,.tve-leads-shortcode .thrv_lead_generation.thrv_lead_generation_horizontal .thrv_lead_generation_container .tve_lg_input_container .thrv_icon.tve_lg_text_icon{bottom:auto}#tve_editor .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container .thrv_icon,.tve-leads-shortcode .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container .thrv_icon{-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:transparent;border:0;font-size:25px;position:absolute;right:0;top:47%;z-index:2}#tve_editor .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container .thrv_icon .tve_sc_icon,.tve-leads-shortcode .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container .thrv_icon .tve_sc_icon{font-size:25px;height:auto;padding:0;width:auto}#tve_editor .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container .thrv_icon.tve_lg_text_icon,.tve-leads-shortcode .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container .thrv_icon.tve_lg_text_icon{bottom:auto}#tve_editor .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea .tve_lg_text_icon,.tve-leads-shortcode .thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea .tve_lg_text_icon{margin-right:0px}@media only screen and (max-width: 740px){.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container{padding:0 0 5px 0 !important;width:100% !important}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container .thrv_icon{margin:0 11px 19px 0}.thrv_lead_generation.thrv_lead_generation_horizontal .tve_lead_generated_inputs_container .tve_lg_input_container .thrv_icon.tve_lg_text_icon{margin-top:11px}.thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container.tve_lg_select_container .thrv_icon{margin-right:14px}}.pattern1,.tve_p_lb_background .tve_p_lb_content.pattern1,.tve_post_lp .tve_lp_content.pattern1{background:#2980b9}.pattern2,.tve_p_lb_background .tve_p_lb_content.pattern2,.tve_post_lp .tve_lp_content.pattern2{background:#c0392b}.pattern3,.tve_p_lb_background .tve_p_lb_content.pattern3,.tve_post_lp .tve_lp_content.pattern3{background:#2ecc71}.tve_p_lb_background .tve_p_lb_content.tve_brdr_none,.tve_p_lb_background .tve_p_lb_close.tve_brdr_none{border-style:none !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_dotted,.tve_p_lb_background .tve_p_lb_close.tve_brdr_dotted{border-style:dotted !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_dashed,.tve_p_lb_background .tve_p_lb_close.tve_brdr_dashed{border-style:dashed !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_solid,.tve_p_lb_background .tve_p_lb_close.tve_brdr_solid{border-style:solid !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_double,.tve_p_lb_background .tve_p_lb_close.tve_brdr_double{border-style:double !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_groove,.tve_p_lb_background .tve_p_lb_close.tve_brdr_groove{border-style:groove !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_ridge,.tve_p_lb_background .tve_p_lb_close.tve_brdr_ridge{border-style:ridge !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_inset,.tve_p_lb_background .tve_p_lb_close.tve_brdr_inset{border-style:inset !important}.tve_p_lb_background .tve_p_lb_content.tve_brdr_outset,.tve_p_lb_background .tve_p_lb_close.tve_brdr_outset{border-style:outset !important}.thrv_icon{line-height:0}.thrv_icon.thrv_wrapper{margin:0;padding:0}.thrv_icon.aligncenter{display:table;margin-left:auto !important;margin-right:auto !important}.thrv_icon span.tve_sc_icon{-ms-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;font-size:inherit;height:auto;width:auto;text-align:center;text-decoration:none !important;background-clip:padding-box}#tve_editor .thrv_icon span.tve_sc_icon.tve_blue,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_blue{color:#4E7AC7}#tve_editor .thrv_icon span.tve_sc_icon.tve_green,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_green{color:#45BF55}#tve_editor .thrv_icon span.tve_sc_icon.tve_black,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_black{color:#595959}#tve_editor .thrv_icon span.tve_sc_icon.tve_orange,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_orange{color:#FF712C}#tve_editor .thrv_icon span.tve_sc_icon.tve_purple,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_purple{color:#9768D1}#tve_editor .thrv_icon span.tve_sc_icon.tve_red,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_red{color:#e93c31}#tve_editor .thrv_icon span.tve_sc_icon.tve_teal,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_teal{color:teal}#tve_editor .thrv_icon span.tve_sc_icon.tve_white,.thrv-leads-form-box .thrv_icon span.tve_sc_icon.tve_white{color:#efefef}.thrv_icon span.tve_sc_icon.tve_brdr_none{border-style:none !important}.thrv_icon span.tve_sc_icon.tve_brdr_dotted{border-style:dotted !important}.thrv_icon span.tve_sc_icon.tve_brdr_dashed{border-style:dashed !important}.thrv_icon span.tve_sc_icon.tve_brdr_solid{border-style:solid !important}.thrv_icon span.tve_sc_icon.tve_brdr_double{border-style:double !important}.thrv_icon span.tve_sc_icon.tve_brdr_groove{border-style:groove !important}.thrv_icon span.tve_sc_icon.tve_brdr_ridge{border-style:ridge !important}.thrv_icon span.tve_sc_icon.tve_brdr_inset{border-style:inset !important}.thrv_icon span.tve_sc_icon.tve_brdr_outset{border-style:outset !important}.thrv_icon.tve_brdr_none{border-style:none !important}.thrv_icon.tve_brdr_dotted{border-style:dotted !important}.thrv_icon.tve_brdr_dashed{border-style:dashed !important}.thrv_icon.tve_brdr_solid{border-style:solid !important}.thrv_icon.tve_brdr_double{border-style:double !important}.thrv_icon.tve_brdr_groove{border-style:groove !important}.thrv_icon.tve_brdr_ridge{border-style:ridge !important}.thrv_icon.tve_brdr_inset{border-style:inset !important}.thrv_icon.tve_brdr_outset{border-style:outset !important}.thrv_page_section .out.pswr .lightSec .cck,.thrv_page_section .out.pswr .lightSec .cck>*{text-shadow:1px 1px 3px rgba(0,0,0,0.8)}.thrv_wrapper [class^="icon-"],.thrv_wrapper [class*=" icon-"],#tve_lightbox_content [class^="icon-"],#tve_lightbox_content [class*=" icon-"]{border-radius:0;background:transparent}.tve_btn.tve_nb.tve_btn5,.tve_btn.tve_nb.tve_btn6{display:table;overflow:hidden}.tve_btn.tve_nb.tve_btn5 a.tve_btnLink,.tve_btn.tve_nb.tve_btn6 a.tve_btnLink{box-sizing:border-box !important;display:table !important;overflow:hidden;table-layout:auto;width:100%}.tve_btn.tve_nb.tve_btn5 .tve_btn_im,.tve_btn.tve_nb.tve_btn6 .tve_btn_im{display:table-cell;float:none;vertical-align:middle;position:relative}.tve_btn.tve_nb.tve_btn5 .tve_btn_im .tve_btn_divider,.tve_btn.tve_nb.tve_btn6 .tve_btn_im .tve_btn_divider{display:block;height:500px;position:absolute;top:-200px;right:0;width:1px}.tve_btn.tve_nb.tve_btn5 .tve_btn_im i,.tve_btn.tve_nb.tve_btn6 .tve_btn_im i{margin-top:0}.tve_btn.tve_nb.tve_btn5 .tve_btn_im i.tve_sc_icon,.tve_btn.tve_nb.tve_btn6 .tve_btn_im i.tve_sc_icon{height:auto;min-width:50px;width:auto}.tve_btn.tve_nb.tve_btn5 .tve_btn_txt,.tve_btn.tve_nb.tve_btn6 .tve_btn_txt{box-sizing:border-box !important;display:table-cell;padding-right:10%;vertical-align:middle;white-space:nowrap;width:100%}@media only screen and (max-width: 940px){.tve_btn.tve_nb.tve_btn5 .tve_btn_txt,.tve_btn.tve_nb.tve_btn6 .tve_btn_txt{white-space:normal}}@media only screen and (max-width: 540px){.thrv_button_shortcode .tve_btn.tve_btn5 .tve_btn_im,.thrv_button_shortcode .tve_btn.tve_btn6 .tve_btn_im{display:none}.thrv_button_shortcode .tve_btn.tve_btn5 .tve_btn_txt,.thrv_button_shortcode .tve_btn.tve_btn6 .tve_btn_txt{padding-right:0}}@media only screen and (max-width: 320px){.thrv_content_container_shortcode .thrv_lead_generation.tve_leftBtn,.thrv_content_container_shortcode .thrv_lead_generation.tve_centerBtn,.thrv_content_container_shortcode .thrv_lead_generation.tve_rightBtn{width:98% !important}}.thrv_post_grid .tve_post_grid_wrapper{width:100%}.thrv_post_grid .tve_post_grid_wrapper.tve_post_grid_masonry .tve_pg_container{margin:0 5px}.thrv_post_grid .tve_post{box-sizing:border-box;float:left;margin-bottom:15px}.thrv_post_grid .tve_post:hover .tve_post_grid_image_wrapper .tve_pg_img_overlay{background-color:rgba(255,255,255,0.34);transition:background-color 0.2s linear}.thrv_post_grid .tve_post:hover .tve_post_grid_image_wrapper .tve_pg_img_overlay .thrv-icon-forward{opacity:1;transition:opacity 0.5s linear}.thrv_post_grid .tve_post .tve_pg_img_overlay{background-color:rgba(255,255,255,0);width:100%;height:100%;position:relative}.thrv_post_grid .tve_post .tve_pg_img_overlay .thrv-icon-forward{opacity:0;position:absolute;bottom:0;right:0;background-color:#161616;color:#b8b0af;padding:10px}.thrv_post_grid .tve_post .tve_pg_container{height:100%;box-sizing:border-box;border:1px solid #e1e0e0;box-shadow:0px 3px 2px -3px rgba(0,0,0,0.9)}.thrv_post_grid .tve_post.tve_last{margin-right:0}.thrv_post_grid .tve_post .tve_post_grid_image_wrapper{background-size:cover;background-repeat:no-repeat;background-position:center center;height:280px;margin-left:auto;margin-right:auto;max-width:100%;text-align:center}.thrv_post_grid .tve_post .tve-post-grid-title{overflow:hidden;text-transform:none;padding:15px;margin:0;line-height:1;font-size:40px;display:block}.thrv_post_grid .tve_post .tve-post-grid-title a{color:#333333;text-decoration:none}.thrv_post_grid .tve_post .tve-post-grid-title a:hover{text-decoration:none}.thrv_post_grid .tve_post .tve-post-grid-text{margin:0 15px 15px 15px;border-top-width:0;border-top-style:solid;border-top-color:#e1e0e0;padding:15px 0 0 0;overflow:hidden}.thrv_post_grid .tve_post .tve_pg_more{margin:0 15px 15px 15px;font-weight:600}.thrv_post_grid .tve_post .tve_pg_more a{color:#333333;font-weight:600}.thrv_post_grid .tve_post .tve_pg_more a:hover{text-decoration:underline}.thrv_post_grid .tve_post .tve_pg_more span{font-size:10px;font-weight:bold}.thrv_post_grid .tve_pg_row .tve_pg_container{margin:0 5px}.thrv_post_grid .tve_pg_row .tve_post:first-child .tve_pg_container{margin:0 5px 0 0}.thrv_post_grid .tve_pg_row .tve_post:last-child .tve_pg_container{margin:0 0 0 5px}.thrv_post_grid .tve_post_grid_vertical .tve_pg_row{margin:0 0 15px 0}.thrv_post_grid .tve_post_grid_vertical .tve_pg_row:last-child{margin-bottom:0}.thrv_post_grid .tve_post_grid_vertical .tve_post:last-child .tve_pg_container{margin:0}.thrv_post_grid .tve_post_grid_vertical .tve_post{margin:0}.thrv_post_grid .tve_post_grid_vertical .tve_post .tve-post-grid-text{padding:15px;margin:0}.thrv_post_grid .tve_post_grid_vertical .tve_post .tve_pg_more{display:inline-block;margin:0 0 15px 0;padding:0 0 0 15px}.thrv_post_grid .tve_post_grid_vertical .tve_post .tve_pg_more a{border-width:0}.thrv_post_grid .tve_post_width_1{width:100%}.thrv_post_grid .tve_post_width_1 .tve_post_grid_image_wrapper{height:640px}.thrv_post_grid .tve_post_grid_vertical .tve_post_width_1 .tve_post_grid_image_wrapper{height:235px;width:342px;float:left}.thrv_post_grid .tve_post_width_2{width:50%}.thrv_post_grid .tve_post_width_3{width:33.33%}.thrv_post_grid .tve_post_width_4{width:25%}.thrv_post_grid .tve_post_width_4 .tve_post_grid_image_wrapper{height:200px}.thrv_post_grid .tve_post_width_5{width:20%}.thrv_post_grid .tve_post_width_5 .tve_post_grid_image_wrapper{height:150px}.thrv_post_grid .tve_post_width_6{width:16.6%}.thrv_post_grid .tve_post_width_6 .tve_post_grid_image_wrapper{height:125px}.thrv_post_grid.tve_black .tve_post .tve-post-grid-title a{color:#595959}.thrv_post_grid.tve_blue .tve_post .tve-post-grid-title a{color:#4E7AC7}.thrv_post_grid.tve_green .tve_post .tve-post-grid-title a{color:#45BF55}.thrv_post_grid.tve_orange .tve_post .tve-post-grid-title a{color:#FF712C}.thrv_post_grid.tve_purple .tve_post .tve-post-grid-title a{color:#9768D1}.thrv_post_grid.tve_red .tve_post .tve-post-grid-title a{color:#e93c31}.thrv_post_grid.tve_teal .tve_post .tve-post-grid-title a{color:teal}.thrv_post_grid.tve_white .tve_post .tve-post-grid-title a{color:#efefef}@media only screen and (max-width: 774px){.thrv_post_grid .tve_post_width_1,.thrv_post_grid .tve_post_width_2,.thrv_post_grid .tve_post_width_3,.thrv_post_grid .tve_post_width_4,.thrv_post_grid .tve_post_width_5,.thrv_post_grid .tve_post_width_6{width:100%}.thrv_post_grid .tve_post_width_1 .tve_pg_container,.thrv_post_grid .tve_post_width_2 .tve_pg_container,.thrv_post_grid .tve_post_width_3 .tve_pg_container,.thrv_post_grid .tve_post_width_4 .tve_pg_container,.thrv_post_grid .tve_post_width_5 .tve_pg_container,.thrv_post_grid .tve_post_width_6 .tve_pg_container{margin:0 !important}.thrv_post_grid .tve_post_grid_vertical .tve_post .tve_pg_more{display:block}.thrv_post_grid .tve_post_grid_vertical .tve_post_width_1 .tve_post_grid_image_wrapper{width:100%}}@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 900px){::i-block-chrome,.tve_btn.tve_nb.tve_btn5 .tve_btn_txt,.tve_btn.tve_nb.tve_btn6 .tve_btn_txt{min-width:250px}}body .tve_shortcode_editor .thrv_wrapper .lightSec{color:#fff}body .tve_shortcode_editor .thrv_wrapper .lightSec p,body .tve_shortcode_editor .thrv_wrapper .lightSec ul,body .tve_shortcode_editor .thrv_wrapper .lightSec ol,body .tve_shortcode_editor .thrv_wrapper .lightSec li,body .tve_shortcode_editor .thrv_wrapper .lightSec div,body .tve_shortcode_editor .thrv_wrapper .lightSec h1,body .tve_shortcode_editor .thrv_wrapper .lightSec h2,body .tve_shortcode_editor .thrv_wrapper .lightSec h3,body .tve_shortcode_editor .thrv_wrapper .lightSec h4,body .tve_shortcode_editor .thrv_wrapper .lightSec h5,body .tve_shortcode_editor .thrv_wrapper .lightSec h6,body .tve_shortcode_editor .thrv_wrapper .lightSec>p{color:#fff}body .tve_shortcode_editor .thrv_wrapper .lightSec p span{color:inherit}body .tve_shortcode_editor .thrv_wrapper .lightSec span.tve_ct_title{color:#fff}body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI{color:#333}body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI p,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI ul,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI ol,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI li,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI div,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h1,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h2,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h3,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h4,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h5,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI h6,body .tve_shortcode_editor .thrv_wrapper .lightSec .tve_faqI>p{color:inherit}body .tve_shortcode_editor .thrv_wrapper .darkSec{color:#333}body .tve_shortcode_editor .thrv_wrapper .darkSec p,body .tve_shortcode_editor .thrv_wrapper .darkSec ul,body .tve_shortcode_editor .thrv_wrapper .darkSec ol,body .tve_shortcode_editor .thrv_wrapper .darkSec li,body .tve_shortcode_editor .thrv_wrapper .darkSec div,body .tve_shortcode_editor .thrv_wrapper .darkSec h1,body .tve_shortcode_editor .thrv_wrapper .darkSec h2,body .tve_shortcode_editor .thrv_wrapper .darkSec h3,body .tve_shortcode_editor .thrv_wrapper .darkSec h4,body .tve_shortcode_editor .thrv_wrapper .darkSec h5,body .tve_shortcode_editor .thrv_wrapper .darkSec h6,body .tve_shortcode_editor .thrv_wrapper .darkSec>p{color:#333}body .tve_shortcode_editor .thrv_wrapper .darkSec p span{color:inherit}body .tve_shortcode_editor .thrv_wrapper .darkSec span.tve_ct_title{color:#fff}body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI{color:#333}body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI p,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI ul,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI ol,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI li,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI div,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h1,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h2,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h3,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h4,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h5,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI h6,body .tve_shortcode_editor .thrv_wrapper .darkSec .tve_faqI>p{color:inherit}.tve_cb.tve_cb_symbol{padding-top:30px;margin-top:45px;position:relative}.tve_cb.tve_cb_symbol>.thrv_icon,.tve_cb.tve_cb_symbol>.thrv_cb_text{margin:0;position:absolute;top:0;display:inline-block;border:5px solid rgba(0,0,0,0.15);border-radius:50%}.tve_cb.tve_cb_symbol>.thrv_icon span.tve_sc_icon,.tve_cb.tve_cb_symbol>.thrv_icon span.tve_sc_text,.tve_cb.tve_cb_symbol>.thrv_cb_text span.tve_sc_icon,.tve_cb.tve_cb_symbol>.thrv_cb_text span.tve_sc_text{border-radius:50%;background-color:#333333;border-color:none;text-align:center;color:#efefef;display:inline-block;font-size:40px;height:40px;line-height:1;min-width:40px;padding:20px;width:auto}.tve_cb.tve_cb_symbol>.thrv_icon.aligncenter,.tve_cb.tve_cb_symbol>.thrv_cb_text.aligncenter{left:50%;display:inline-block;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.tve_cb.tve_cb_symbol>.thrv_icon.alignright,.tve_cb.tve_cb_symbol>.thrv_cb_text.alignright{float:none !important;left:100%;-webkit-transform:translate(-100%, -50%);-moz-transform:translate(-100%, -50%);-ms-transform:translate(-100%, -50%);-o-transform:translate(-100%, -50%);transform:translate(-100%, -50%)}.tve_cb.tve_cb_symbol>.thrv_icon.alignleft,.tve_cb.tve_cb_symbol>.thrv_cb_text.alignleft{float:none !important;left:0;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}.tve_cb.tve_cb_symbol.tve_sb_bot{padding-top:0;padding-bottom:30px;margin-top:0;margin-bottom:45px}.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon,.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text{top:auto;bottom:0}.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon.aligncenter,.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text.aligncenter{left:50%;display:inline-block;-webkit-transform:translate(-50%, 50%);-moz-transform:translate(-50%, 50%);-ms-transform:translate(-50%, 50%);-o-transform:translate(-50%, 50%);transform:translate(-50%, 50%)}.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon.alignright,.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text.alignright{float:none !important;left:100%;-webkit-transform:translate(-100%, 50%);-moz-transform:translate(-100%, 50%);-ms-transform:translate(-100%, 50%);-o-transform:translate(-100%, 50%);transform:translate(-100%, 50%)}.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_icon.alignleft,.tve_cb.tve_cb_symbol.tve_sb_bot>.thrv_cb_text.alignleft{float:none !important;left:0;-webkit-transform:translate(0%, 50%);-moz-transform:translate(0%, 50%);-ms-transform:translate(0%, 50%);-o-transform:translate(0%, 50%);transform:translate(0%, 50%)}#tve_editor .thrv_widget_menu.thrv_wrapper .tve-m-trigger{display:none}#tve_editor .thrv_widget_menu.thrv_wrapper.tve_center{display:table;margin-left:auto !important;margin-right:auto !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu{position:relative;margin:0;padding:0 0 0 1em;list-style-type:none;list-style-image:none}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu ul{margin:0;padding:0 0 0 1em;list-style-type:none;list-style-image:none}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li{margin:0}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu li:before{content:'';display:none}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu a{color:#373737;text-decoration:none;display:inline-block;line-height:1;padding:10px 0;position:relative}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical a{background-color:inherit !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical a:before{display:inline-block;position:absolute;top:10px;left:-1em;font-family:'thrvicomoon' !important;content:"\e603";height:1em;line-height:1em}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_vertical a:hover{background-color:inherit !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{z-index:3;padding:0}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li{display:inline-block;position:relative}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li{padding:0}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>a{padding:5px 10px}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul{width:250px;background-color:#ffffff;padding:0;position:absolute;border:1px solid #b4b4b4;border-radius:3px;display:none;z-index:4}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li{padding:0;display:block;position:relative}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li.menu-item-has-children>a:after{display:inline-block;position:absolute;top:12px;right:5px;font-family:'thrvicomoon' !important;content:"\e603";height:1em;line-height:1em}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li:last-child a{border-bottom-left-radius:3px;border-bottom-right-radius:3px}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul a{padding:12px 15px;display:block;background-color:#ffffff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>ul{top:100%;left:0}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>ul ul{left:100%;top:-1px}@media only screen and (max-width: 774px){#tve_editor .thrv_widget_menu.thrv_wrapper .tve_menu_title{display:none}#tve_editor .thrv_widget_menu.thrv_wrapper .thrive-shortcode-html{padding-top:1px;position:relative}#tve_editor .thrv_widget_menu.thrv_wrapper.tve_center,#tve_editor .thrv_widget_menu.thrv_wrapper.tve_left,#tve_editor .thrv_widget_menu.thrv_wrapper.tve_right{display:block;float:none}#tve_editor .thrv_widget_menu.thrv_wrapper .tve-m-trigger.t_tve_horizontal{border-radius:4px;box-sizing:content-box !important;border-width:1px;border-style:solid;display:inline-block;float:right;font-size:33px;height:30px;line-height:30px;margin:0;padding:8px;text-align:center;text-decoration:none;width:33px}#tve_editor .thrv_widget_menu.thrv_wrapper ul{max-width:none !important;width:100% !important;box-sizing:border-box !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul li,#tve_editor .thrv_widget_menu.thrv_wrapper ul a{display:block !important;box-sizing:border-box !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{background-color:#ffffff;max-height:0;overflow:hidden;top:50px !important;position:absolute !important;-webkit-transition:max-height 0.3s;-moz-transition:max-height 0.3s;transition:max-height 0.3s;z-index:101}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal.tve-m-expanded{-webkit-transition:max-height 0.3s;-moz-transition:max-height 0.3s;transition:max-height 0.3s;max-height:1200px;border:1px solid #b4b4b4;top:49px !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>a{padding:12px 15px;display:block;background-color:#ffffff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul{display:block !important;position:static !important;border:0 !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul a:after{display:none !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul a{border-radius:0 !important}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>ul>li>a{padding-left:30px}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>ul>li>ul>li>a{padding-left:45px}#tve_editor .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li>ul>li>ul>li>ul>li>a{padding-left:45px}}body.tve-lightbox-page .tve_p_lb_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000;opacity:.8}body.tve-lightbox-page .tve_p_lb_background{top:32px;padding-top:150px}body.tve-lightbox-page .tve-spacer{height:40px;width:100%}#tve-lg-error-container{background-color:#f2dede;color:#a94442;border:1px solid #ebccd1;border-radius:3px;box-sizing:border-box !important;padding:4px 10px;position:absolute;z-index:3000000}#tve-lg-error-container .tve-lg-err-item{line-height:1.2;font-size:14px}#tve-lg-error-container .tve-lg-err-close{color:#a94442;display:inline-block;font-size:12px;width:12px;height:12px;position:absolute;top:50%;right:10px;margin:-6px 0 0}#tve-lg-error-container .tve-lg-err-close:hover{text-decoration:none}.tve-lp-pw-form{margin:auto;max-width:700px;padding:50px 0 0}.thrv_social_default .tve_social_items .tve_s_item{float:left;margin:0 10px 10px 0;height:22px}.thrv_social_default .tve_social_items .tve_s_item iframe{vertical-align:initial}.thrv_social_default .tve_social_items .tve_s_item.tve_s_fb_share span{display:block !important}.thrv_social_default .tve_social_items .tve_s_item.tve_s_fb_like{overflow:hidden}.thrv_social_default .tve_social_items .tve_s_item.tve_s_fb_like span{display:block !important}.thrv_social_default .tve_social_items .tve_s_item.tve_s_g_share{min-width:58px}.thrv_social_default .tve_social_items .tve_s_item.tve_s_g_plus.tve_s_g_plus_count{margin-right:-20px}.thrv_social_default .tve_social_items .tve_s_item.tve_s_pin_share.tve_s_pin_share_count{margin-right:30px}.tve_social_custom .tve_s_item{display:inline-block;margin-right:10px}.tve_social_custom .tve_s_item.tve_s_t_share .tve_s_count{display:none !important}.tve_social_custom .tve_s_link{display:table;border:0;text-decoration:none !important}.tve_social_custom .tve_s_link:hover{text-decoration:none}.tve_social_custom .tve_s_icon{display:table-cell;text-align:center;vertical-align:middle}.tve_social_custom .tve_s_text{display:table-cell;font-size:inherit;text-decoration:none;padding:0 20px 0 10px;vertical-align:middle}.tve_social_custom .tve_s_count{display:none}.tve_social_custom.tve_social_ib .tve_s_text{display:none}.tve_social_custom.tve_social_cb .tve_s_count{display:table-cell;font-size:inherit;padding:0 20px 0 10px;vertical-align:middle}.tve_social_custom.tve_style_1{font-size:22px}.tve_social_custom.tve_style_1 .tve_s_link{color:#fff !important;font-size:inherit;padding:2px}.tve_social_custom.tve_style_1 .tve_s_item{border-radius:50px}.tve_social_custom.tve_style_1 .tve_s_text{text-shadow:0 1px 1px rgba(0,0,0,0.11)}.tve_social_custom.tve_style_1 .tve_s_icon{border-radius:50px;background:#fff;font-size:1.227em;display:table-cell;height:1.778em;line-height:1em;width:1.778em}.tve_social_custom.tve_style_1.tve_social_itb .tve_s_item{box-shadow:0 1px 1px 0 rgba(0,0,0,0.28) inset,0 1px 1px 0 rgba(255,255,255,0.7)}.tve_social_custom.tve_style_1.tve_social_itb .tve_s_icon{box-shadow:0 2px 3px 0 rgba(0,0,0,0.25)}.tve_social_custom.tve_style_1.tve_social_ib .tve_s_item{box-shadow:0 2px 3px 0 rgba(0,0,0,0.25)}.tve_social_custom.tve_style_1.tve_social_ib .tve_s_icon{background:transparent}.tve_social_custom.tve_style_1.tve_social_cb .tve_s_text{display:none}.tve_social_custom.tve_style_2{font-size:24px}.tve_social_custom.tve_style_2 .tve_s_link{color:#fff !important;font-size:inherit}.tve_social_custom.tve_style_2 .tve_s_item{border-radius:5px;box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset,0 1px 1px 0 rgba(0,0,0,0.24)}.tve_social_custom.tve_style_2 .tve_s_icon{font-size:1.167em;height:1.714em;line-height:1em;width:1.714em}.tve_social_custom.tve_style_2 .tve_s_text{text-shadow:0 1px 1px rgba(0,0,0,0.11)}.tve_social_custom.tve_style_2.tve_social_itb .tve_s_icon{border-right:1px solid rgba(255,255,255,0.08);box-shadow:1px 0 0 0 rgba(0,0,0,0.15)}.tve_social_custom.tve_style_2.tve_social_cb .tve_s_count{border-top-right-radius:5px;border-bottom-right-radius:5px;box-shadow:1px 0 0 1px #ccc;border-left:1px solid #ccc;background:#fff;color:#333;padding:0 15px;position:relative}.tve_social_custom.tve_style_2.tve_social_cb .tve_s_count:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #fff;content:'';display:block;height:0;margin:auto 0;position:absolute;top:0;bottom:0;left:-8px;width:0}.tve_social_custom.tve_style_3{font-size:24px}.tve_social_custom.tve_style_3 .tve_s_link{color:#fff !important;font-size:inherit}.tve_social_custom.tve_style_3 .tve_s_text{text-shadow:1px 1px 1px rgba(0,0,0,0.11)}.tve_social_custom.tve_style_3 .tve_s_icon{font-size:1.167em;height:1.714em;line-height:1em;text-shadow:3px 3px 0 rgba(0,0,0,0.11);width:1.714em}.tve_social_custom.tve_style_3 .tve_s_item{border-radius:5px;box-shadow:0 -4px 0 0 rgba(0,0,0,0.15) inset}.tve_social_custom.tve_style_3 .tve_s_item:active{box-shadow:0 -3px 0 0 rgba(0,0,0,0.15) inset}.tve_social_custom.tve_style_3.tve_social_cb .tve_s_text{display:none}.tve_social_custom.tve_style_4{font-size:22px}.tve_social_custom.tve_style_4 .tve_s_link{color:#fff !important;font-size:inherit}.tve_social_custom.tve_style_4 .tve_s_icon{border-top-left-radius:3px;border-bottom-left-radius:3px;color:rgba(0,0,0,0.5);font-size:1.182em;line-height:1em;height:1.923em;width:1.923em}.tve_social_custom.tve_style_4 .tve_s_text{border-top-right-radius:3px;border-bottom-right-radius:3px}.tve_social_custom.tve_style_4.tve_social_ib .tve_s_icon{border-radius:3px}.tve_social_custom.tve_style_4.tve_social_cb .tve_s_count{border:1px solid #c2c1c1;border-radius:3px;display:block;font-size:1.182em;line-height:1.923em;height:1.923em;margin-left:15px;padding:0 10px;position:relative}.tve_social_custom.tve_style_4.tve_social_cb .tve_s_count:before{content:'';border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #c2c1c1;display:block;height:0;margin:auto 0;position:absolute;top:0;bottom:0;left:-7px;width:0}.tve_social_custom.tve_style_4.tve_social_cb .tve_s_count:after{content:'';border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #fff;display:block;height:0;margin:auto 0;position:absolute;top:0;bottom:0;left:-6px;width:0}.tve_social_custom.tve_style_5{font-size:22px}.tve_social_custom.tve_style_5 .tve_s_link{font-size:inherit}.tve_social_custom.tve_style_5 .tve_s_icon{font-size:1.136em;line-height:1em;height:1.92em;width:1.92em}.tve_social_custom.tve_style_5 .tve_s_item:hover .tve_s_link,.tve_social_custom.tve_style_5 .tve_s_item:active .tve_s_link{color:#fff !important}.tve_social_custom.tve_style_5.tve_social_cb .tve_s_text{display:none}@-moz-keyframes blink-text{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}@-webkit-keyframes blink-text{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}@keyframes blink-text{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}.tve_count_loading .tve_s_count{-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink-text;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink-text;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.thrv_social_custom.tve_leftBtn,.thrv_social_default.tve_leftBtn{float:left;margin-right:10px}.thrv_social_custom.tve_rightBtn,.thrv_social_default.tve_rightBtn{float:right;margin-left:10px}.thrv_social_custom.tve_centerBtn,.thrv_social_default.tve_centerBtn{display:table;margin-left:auto;margin-right:auto}.thrv_social_custom .tve_s_share_count{display:inline-block;vertical-align:middle;margin-right:10px}.thrv_social_custom .tve_social_items{display:inline-block;vertical-align:middle}.tve_s_share_count{font-size:20px;text-align:center}.tve_s_share_count .tve_s_cnt{display:block;font-size:35px;font-weight:bold}.tve_style_1.tve_social_itb .tve_s_fb_share{background-color:#3569b4;background-image:-webkit-linear-gradient(#3569b4,#5581c0);background-image:linear-gradient(#3569b4,#5581c0,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_fb_share:hover{background-color:#658dc6;background-image:-webkit-linear-gradient(#658dc6,#7e9fcf);background-image:linear-gradient(#658dc6,#7e9fcf,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_fb_share:hover .tve_s_icon{color:#658dc6}.tve_style_1.tve_social_itb .tve_s_fb_share:active{background-color:#285089;background-image:-webkit-linear-gradient(#285089,#416292);background-image:linear-gradient(#285089,#416292,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_fb_share:active .tve_s_icon{color:#30558c}.tve_style_1.tve_social_itb .tve_s_fb_share .tve_s_icon{color:#3569b4}.tve_style_1.tve_social_cb .tve_s_fb_share{background-color:#3569b4;background-image:-webkit-linear-gradient(#3569b4,#5581c0);background-image:linear-gradient(#3569b4,#5581c0,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_fb_share:hover{background-color:#658dc6;background-image:-webkit-linear-gradient(#658dc6,#7e9fcf);background-image:linear-gradient(#658dc6,#7e9fcf,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_fb_share:hover .tve_s_icon{color:#658dc6}.tve_style_1.tve_social_cb .tve_s_fb_share:active{background-color:#285089;background-image:-webkit-linear-gradient(#285089,#416292);background-image:linear-gradient(#285089,#416292,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_fb_share:active .tve_s_icon{color:#30558c}.tve_style_1.tve_social_cb .tve_s_fb_share .tve_s_icon{color:#3569b4}.tve_style_1.tve_social_itb .tve_s_g_share{background-color:#e04b35;background-image:-webkit-linear-gradient(#e04b35,#e56855);background-image:linear-gradient(#e04b35,#e56855,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_g_share:hover{background-color:#e77665;background-image:-webkit-linear-gradient(#e77665,#eb8c7e);background-image:linear-gradient(#e77665,#eb8c7e,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_g_share:hover .tve_s_icon{color:#e77665}.tve_style_1.tve_social_itb .tve_s_g_share:active{background-color:#aa3928;background-image:-webkit-linear-gradient(#aa3928,#ae4f41);background-image:linear-gradient(#aa3928,#ae4f41,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_g_share:active .tve_s_icon{color:#ac4030}.tve_style_1.tve_social_itb .tve_s_g_share .tve_s_icon{color:#e04b35}.tve_style_1.tve_social_cb .tve_s_g_share{background-color:#e04b35;background-image:-webkit-linear-gradient(#e04b35,#e56855);background-image:linear-gradient(#e04b35,#e56855,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_g_share:hover{background-color:#e77665;background-image:-webkit-linear-gradient(#e77665,#eb8c7e);background-image:linear-gradient(#e77665,#eb8c7e,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_g_share:hover .tve_s_icon{color:#e77665}.tve_style_1.tve_social_cb .tve_s_g_share:active{background-color:#aa3928;background-image:-webkit-linear-gradient(#aa3928,#ae4f41);background-image:linear-gradient(#aa3928,#ae4f41,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_g_share:active .tve_s_icon{color:#ac4030}.tve_style_1.tve_social_cb .tve_s_g_share .tve_s_icon{color:#e04b35}.tve_style_1.tve_social_itb .tve_s_t_share{background-color:#3bceff;background-image:-webkit-linear-gradient(#3bceff,#5bd6ff);background-image:linear-gradient(#3bceff,#5bd6ff,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_t_share:hover{background-color:#68d9ff;background-image:-webkit-linear-gradient(#68d9ff,#82e0ff);background-image:linear-gradient(#68d9ff,#82e0ff,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_t_share:hover .tve_s_icon{color:#68d9ff}.tve_style_1.tve_social_itb .tve_s_t_share:active{background-color:#2b9cc2;background-image:-webkit-linear-gradient(#2b9cc2,#45a3c2);background-image:linear-gradient(#2b9cc2,#45a3c2,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_t_share:active .tve_s_icon{color:#359fc2}.tve_style_1.tve_social_itb .tve_s_t_share .tve_s_icon{color:#3bceff}.tve_style_1.tve_social_cb .tve_s_t_share{background-color:#3bceff;background-image:-webkit-linear-gradient(#3bceff,#5bd6ff);background-image:linear-gradient(#3bceff,#5bd6ff,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_t_share:hover{background-color:#68d9ff;background-image:-webkit-linear-gradient(#68d9ff,#82e0ff);background-image:linear-gradient(#68d9ff,#82e0ff,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_t_share:hover .tve_s_icon{color:#68d9ff}.tve_style_1.tve_social_cb .tve_s_t_share:active{background-color:#2b9cc2;background-image:-webkit-linear-gradient(#2b9cc2,#45a3c2);background-image:linear-gradient(#2b9cc2,#45a3c2,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_t_share:active .tve_s_icon{color:#359fc2}.tve_style_1.tve_social_cb .tve_s_t_share .tve_s_icon{color:#3bceff}.tve_style_1.tve_social_itb .tve_s_in_share{background-color:#0177b5;background-image:-webkit-linear-gradient(#0177b5,#2a8dc1);background-image:linear-gradient(#0177b5,#2a8dc1,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_in_share:hover{background-color:#3e98c7;background-image:-webkit-linear-gradient(#3e98c7,#5da8d0);background-image:linear-gradient(#3e98c7,#5da8d0,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_in_share:hover .tve_s_icon{color:#3e98c7}.tve_style_1.tve_social_itb .tve_s_in_share:active{background-color:#015b8a;background-image:-webkit-linear-gradient(#015b8a,#206b93);background-image:linear-gradient(#015b8a,#206b93,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_in_share:active .tve_s_icon{color:#10638e}.tve_style_1.tve_social_itb .tve_s_in_share .tve_s_icon{color:#0177b5}.tve_style_1.tve_social_cb .tve_s_in_share{background-color:#0177b5;background-image:-webkit-linear-gradient(#0177b5,#2a8dc1);background-image:linear-gradient(#0177b5,#2a8dc1,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_in_share:hover{background-color:#3e98c7;background-image:-webkit-linear-gradient(#3e98c7,#5da8d0);background-image:linear-gradient(#3e98c7,#5da8d0,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_in_share:hover .tve_s_icon{color:#3e98c7}.tve_style_1.tve_social_cb .tve_s_in_share:active{background-color:#015b8a;background-image:-webkit-linear-gradient(#015b8a,#206b93);background-image:linear-gradient(#015b8a,#206b93,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_in_share:active .tve_s_icon{color:#10638e}.tve_style_1.tve_social_cb .tve_s_in_share .tve_s_icon{color:#0177b5}.tve_style_1.tve_social_itb .tve_s_pin_share{background-color:#cf2123;background-image:-webkit-linear-gradient(#cf2123,#d74546);background-image:linear-gradient(#cf2123,#d74546,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_pin_share:hover{background-color:#da5658;background-image:-webkit-linear-gradient(#da5658,#e17172);background-image:linear-gradient(#da5658,#e17172,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_pin_share:hover .tve_s_icon{color:#da5658}.tve_style_1.tve_social_itb .tve_s_pin_share:active{background-color:#9d191b;background-image:-webkit-linear-gradient(#9d191b,#a43435);background-image:linear-gradient(#9d191b,#a43435,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_pin_share:active .tve_s_icon{color:#9f2122}.tve_style_1.tve_social_itb .tve_s_pin_share .tve_s_icon{color:#cf2123}.tve_style_1.tve_social_cb .tve_s_pin_share{background-color:#cf2123;background-image:-webkit-linear-gradient(#cf2123,#d74546);background-image:linear-gradient(#cf2123,#d74546,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_pin_share:hover{background-color:#da5658;background-image:-webkit-linear-gradient(#da5658,#e17172);background-image:linear-gradient(#da5658,#e17172,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_pin_share:hover .tve_s_icon{color:#da5658}.tve_style_1.tve_social_cb .tve_s_pin_share:active{background-color:#9d191b;background-image:-webkit-linear-gradient(#9d191b,#a43435);background-image:linear-gradient(#9d191b,#a43435,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_pin_share:active .tve_s_icon{color:#9f2122}.tve_style_1.tve_social_cb .tve_s_pin_share .tve_s_icon{color:#cf2123}.tve_style_1.tve_social_itb .tve_s_xing_share{background-color:#00605e;background-image:-webkit-linear-gradient(#00605e,#297a78);background-image:linear-gradient(#00605e,#297a78,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_xing_share:hover{background-color:#3d8685;background-image:-webkit-linear-gradient(#3d8685,#5c9a98);background-image:linear-gradient(#3d8685,#5c9a98,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_xing_share:hover .tve_s_icon{color:#3d8685}.tve_style_1.tve_social_itb .tve_s_xing_share:active{background-color:#004948;background-image:-webkit-linear-gradient(#004948,#1f5d5b);background-image:linear-gradient(#004948,#1f5d5b,,,,,,,,)}.tve_style_1.tve_social_itb .tve_s_xing_share:active .tve_s_icon{color:#084e4d}.tve_style_1.tve_social_itb .tve_s_xing_share .tve_s_icon{color:#00605e}.tve_style_1.tve_social_cb .tve_s_xing_share{background-color:#00605e;background-image:-webkit-linear-gradient(#00605e,#297a78);background-image:linear-gradient(#00605e,#297a78,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_xing_share:hover{background-color:#3d8685;background-image:-webkit-linear-gradient(#3d8685,#5c9a98);background-image:linear-gradient(#3d8685,#5c9a98,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_xing_share:hover .tve_s_icon{color:#3d8685}.tve_style_1.tve_social_cb .tve_s_xing_share:active{background-color:#004948;background-image:-webkit-linear-gradient(#004948,#1f5d5b);background-image:linear-gradient(#004948,#1f5d5b,,,,,,,,)}.tve_style_1.tve_social_cb .tve_s_xing_share:active .tve_s_icon{color:#084e4d}.tve_style_1.tve_social_cb .tve_s_xing_share .tve_s_icon{color:#00605e}.tve_style_1.tve_social_ib .tve_s_fb_share{background-color:#729edd;background-image:-webkit-linear-gradient(#729edd,#254a7f);background-image:linear-gradient(#729edd,#254a7f,,,,,,,,);border:1px solid #29344e}.tve_style_1.tve_social_ib .tve_s_fb_share:hover{background-color:#97b9ea;background-image:-webkit-linear-gradient(#97b9ea,#59759e);background-image:linear-gradient(#97b9ea,#59759e,,,,,,,,);border:1px solid #5c6578}.tve_style_1.tve_social_ib .tve_s_fb_share:active{background-color:#5778a8;background-image:-webkit-linear-gradient(#5778a8,#1b375e);background-image:linear-gradient(#5778a8,#1b375e,,,,,,,,);border:1px solid #1f283b}.tve_style_1.tve_social_ib .tve_s_g_share{background-color:#d94a38;background-image:-webkit-linear-gradient(#d94a38,#a4281a);background-image:linear-gradient(#d94a38,#a4281a,,,,,,,,);border:1px solid #7c1105}.tve_style_1.tve_social_ib .tve_s_g_share:hover{background-color:#e27568;background-image:-webkit-linear-gradient(#e27568,#bb5c52);background-image:linear-gradient(#e27568,#bb5c52,,,,,,,,);border:1px solid #9b4a41}.tve_style_1.tve_social_ib .tve_s_g_share:active{background-color:#a5382b;background-image:-webkit-linear-gradient(#a5382b,#7e1f15);background-image:linear-gradient(#a5382b,#7e1f15,,,,,,,,);border:1px solid #5e0d04}.tve_style_1.tve_social_ib .tve_s_t_share{background-color:#64cdee;background-image:-webkit-linear-gradient(#64cdee,#04afe4);background-image:linear-gradient(#64cdee,#04afe4,,,,,,,,);border:1px solid #0089b4}.tve_style_1.tve_social_ib .tve_s_t_share:hover{background-color:#89d9f2;background-image:-webkit-linear-gradient(#89d9f2,#41c4ec);background-image:linear-gradient(#89d9f2,#41c4ec,,,,,,,,);border:1px solid #3da5c6}.tve_style_1.tve_social_ib .tve_s_t_share:active{background-color:#4c9cb5;background-image:-webkit-linear-gradient(#4c9cb5,#0487af);background-image:linear-gradient(#4c9cb5,#0487af,,,,,,,,);border:1px solid #006889}.tve_style_1.tve_social_ib .tve_s_in_share{background-color:#5aa8cc;background-image:-webkit-linear-gradient(#5aa8cc,#034a81);background-image:linear-gradient(#5aa8cc,#034a81,,,,,,,,);border:1px solid #00355e}.tve_style_1.tve_social_ib .tve_s_in_share:hover{background-color:#81bdd8;background-image:-webkit-linear-gradient(#81bdd8,#3f749e);background-image:linear-gradient(#81bdd8,#3f749e,,,,,,,,);border:1px solid #3d6585}.tve_style_1.tve_social_ib .tve_s_in_share:active{background-color:#44809b;background-image:-webkit-linear-gradient(#44809b,#023761);background-image:linear-gradient(#44809b,#023761,,,,,,,,);border:1px solid #002848}.tve_style_1.tve_social_ib .tve_s_pin_share{background-color:#fd6566;background-image:-webkit-linear-gradient(#fd6566,#c32223);background-image:linear-gradient(#fd6566,#c32223,,,,,,,,);border:1px solid #9a1819}.tve_style_1.tve_social_ib .tve_s_pin_share:hover{background-color:#fd8a8b;background-image:-webkit-linear-gradient(#fd8a8b,#d05758);background-image:linear-gradient(#fd8a8b,#d05758,,,,,,,,);border:1px solid #b24f50}.tve_style_1.tve_social_ib .tve_s_pin_share:active{background-color:#c04d4e;background-image:-webkit-linear-gradient(#c04d4e,#931a1b);background-image:linear-gradient(#c04d4e,#931a1b,,,,,,,,);border:1px solid #751213}.tve_style_1.tve_social_ib .tve_s_xing_share{background-color:#209e9c;background-image:-webkit-linear-gradient(#209e9c,#00615e);background-image:linear-gradient(#209e9c,#00615e,,,,,,,,);border:1px solid #014f4d}.tve_style_1.tve_social_ib .tve_s_xing_share:hover{background-color:#57b8b7;background-image:-webkit-linear-gradient(#57b8b7,#3d8785);background-image:linear-gradient(#57b8b7,#3d8785,,,,,,,,);border:1px solid #3e7978}.tve_style_1.tve_social_ib .tve_s_xing_share:active{background-color:#1a7b7a;background-image:-webkit-linear-gradient(#1a7b7a,#004a48);background-image:linear-gradient(#1a7b7a,#004a48,,,,,,,,);border:1px solid #013c3b}.tve_style_2 .tve_s_fb_share{background-color:#4985c6;background-image:-webkit-linear-gradient(#4985c6,#284f9b);background-image:linear-gradient(#4985c6,#284f9b,,,,,,,,);border:1px solid #3c5a96}.tve_style_2 .tve_s_fb_share:hover{background-color:#5a8dc9;background-image:-webkit-linear-gradient(#5a8dc9,#4d7fba);background-image:linear-gradient(#5a8dc9,#4d7fba,,,,,,,,);border:1px solid #506ba1}.tve_style_2 .tve_s_fb_share:active{background-color:#365daa;background-image:-webkit-linear-gradient(#365daa,#3b75b5);background-image:linear-gradient(#365daa,#3b75b5,,,,,,,,);border:1px solid #3c5a96}.tve_style_2 .tve_s_g_share{background-color:#e76249;background-image:-webkit-linear-gradient(#e76249,#cb3928);background-image:linear-gradient(#e76249,#cb3928,,,,,,,,);border:1px solid #a75e57}.tve_style_2 .tve_s_g_share:hover{background-color:#e9725c;background-image:-webkit-linear-gradient(#e9725c,#d04d3e);background-image:linear-gradient(#e9725c,#d04d3e,,,,,,,,);border:1px solid #b06e68}.tve_style_2 .tve_s_g_share:active{background-color:#dc4636;background-image:-webkit-linear-gradient(#dc4636,#d7533b);background-image:linear-gradient(#dc4636,#d7533b,,,,,,,,);border:1px solid #a75e57}.tve_style_2 .tve_s_t_share{background-color:#3cbfe7;background-image:-webkit-linear-gradient(#3cbfe7,#1f92cb);background-image:linear-gradient(#3cbfe7,#1f92cb,,,,,,,,);border:1px solid #2ca2c7}.tve_style_2 .tve_s_t_share:hover{background-color:#4ec4e9;background-image:-webkit-linear-gradient(#4ec4e9,#42b4da);background-image:linear-gradient(#4ec4e9,#42b4da,,,,,,,,);border:1px solid #42abcd}.tve_style_2 .tve_s_t_share:active{background-color:#2ca1dc;background-image:-webkit-linear-gradient(#2ca1dc,#2eafd7);background-image:linear-gradient(#2ca1dc,#2eafd7,,,,,,,,);border:1px solid #2ca2c7}.tve_style_2 .tve_s_in_share{background-color:#0e94c6;background-image:-webkit-linear-gradient(#0e94c6,#015a9c);background-image:linear-gradient(#0e94c6,#015a9c,,,,,,,,);border:1px solid #3182a3}.tve_style_2 .tve_s_in_share:hover{background-color:#279fcc;background-image:-webkit-linear-gradient(#279fcc,#1b6ba6);background-image:linear-gradient(#279fcc,#1b6ba6,,,,,,,,);border:1px solid #468fac}.tve_style_2 .tve_s_in_share:active{background-color:#0e68ab;background-image:-webkit-linear-gradient(#0e68ab,#0185b6);background-image:linear-gradient(#0e68ab,#0185b6,,,,,,,,);border:1px solid #3182a3}.tve_style_2 .tve_s_pin_share{background-color:#da3235;background-image:-webkit-linear-gradient(#da3235,#b9191a);background-image:linear-gradient(#da3235,#b9191a,,,,,,,,);border:1px solid #aa1223}.tve_style_2 .tve_s_pin_share:hover{background-color:#de474a;background-image:-webkit-linear-gradient(#de474a,#c03031);background-image:linear-gradient(#de474a,#c03031,,,,,,,,);border:1px solid #b32a39}.tve_style_2 .tve_s_pin_share:active{background-color:#c92728;background-image:-webkit-linear-gradient(#c92728,#ca2427);background-image:linear-gradient(#c92728,#ca2427,,,,,,,,);border:1px solid #aa1223}.tve_style_2 .tve_s_xing_share{background-color:#0d7a77;background-image:-webkit-linear-gradient(#0d7a77,#004947);background-image:linear-gradient(#0d7a77,#004947,,,,,,,,);border:1px solid #134746}.tve_style_2 .tve_s_xing_share:hover{background-color:#266766;background-image:-webkit-linear-gradient(#266766,#1a7978);background-image:linear-gradient(#266766,#1a7978,,,,,,,,);border:1px solid #2b5a59}.tve_style_2 .tve_s_xing_share:active{background-color:#0d5655;background-image:-webkit-linear-gradient(#0d5655,#006a69);background-image:linear-gradient(#0d5655,#006a69,,,,,,,,);border:1px solid #134746}.tve_style_3 .tve_s_fb_share{background:#3569b4}.tve_style_3 .tve_s_fb_share:hover{background:#537fbf}.tve_style_3 .tve_s_fb_share:active{background:#0f438e}.tve_style_3 .tve_s_g_share{background:#e04b35}.tve_style_3 .tve_s_g_share:hover{background:#e56653}.tve_style_3 .tve_s_g_share:active{background:#ba250f}.tve_style_3 .tve_s_t_share{background:#29ace0}.tve_style_3 .tve_s_t_share:hover{background:#49b8e5}.tve_style_3 .tve_s_t_share:active{background:#0386ba}.tve_style_3 .tve_s_in_share{background:#0177b5}.tve_style_3 .tve_s_in_share:hover{background:#278bc0}.tve_style_3 .tve_s_in_share:active{background:#00518f}.tve_style_3 .tve_s_pin_share{background:#cf2123}.tve_style_3 .tve_s_pin_share:hover{background:#d64244}.tve_style_3 .tve_s_pin_share:active{background:#9b1314}.tve_style_3 .tve_s_xing_share{background:#00605e}.tve_style_3 .tve_s_xing_share:hover{background:#267876}.tve_style_3 .tve_s_xing_share:active{background:#003a38}.tve_style_4 .tve_s_fb_share .tve_s_icon,.tve_style_4 .tve_s_fb_share .tve_s_text{background:#3569b4}.tve_style_4 .tve_s_fb_share:hover .tve_s_icon,.tve_style_4 .tve_s_fb_share:hover .tve_s_text{background:#5782c1}.tve_style_4 .tve_s_fb_share:active .tve_s_icon,.tve_style_4 .tve_s_fb_share:active .tve_s_text{background:#214170}.tve_style_4.tve_social_cb .tve_s_fb_share .tve_s_count{color:#3569b4}.tve_style_4 .tve_s_g_share .tve_s_icon,.tve_style_4 .tve_s_g_share .tve_s_text{background:#e04b35}.tve_style_4 .tve_s_g_share:hover .tve_s_icon,.tve_style_4 .tve_s_g_share:hover .tve_s_text{background:#e56957}.tve_style_4 .tve_s_g_share:active .tve_s_icon,.tve_style_4 .tve_s_g_share:active .tve_s_text{background:#8b2e21}.tve_style_4.tve_social_cb .tve_s_g_share .tve_s_count{color:#e04b35}.tve_style_4 .tve_s_t_share .tve_s_icon,.tve_style_4 .tve_s_t_share .tve_s_text{background:#29ace0}.tve_style_4 .tve_s_t_share:hover .tve_s_icon,.tve_style_4 .tve_s_t_share:hover .tve_s_text{background:#4dbae5}.tve_style_4 .tve_s_t_share:active .tve_s_icon,.tve_style_4 .tve_s_t_share:active .tve_s_text{background:#196b8b}.tve_style_4.tve_social_cb .tve_s_t_share .tve_s_count{color:#29ace0}.tve_style_4 .tve_s_in_share .tve_s_icon,.tve_style_4 .tve_s_in_share .tve_s_text{background:#0177b5}.tve_style_4 .tve_s_in_share:hover .tve_s_icon,.tve_style_4 .tve_s_in_share:hover .tve_s_text{background:#2c8ec1}.tve_style_4 .tve_s_in_share:active .tve_s_icon,.tve_style_4 .tve_s_in_share:active .tve_s_text{background:#014a70}.tve_style_4.tve_social_cb .tve_s_in_share .tve_s_count{color:#0177b5}.tve_style_4 .tve_s_pin_share .tve_s_icon,.tve_style_4 .tve_s_pin_share .tve_s_text{background:#cf2123}.tve_style_4 .tve_s_pin_share:hover .tve_s_icon,.tve_style_4 .tve_s_pin_share:hover .tve_s_text{background:#d74648}.tve_style_4 .tve_s_pin_share:active .tve_s_icon,.tve_style_4 .tve_s_pin_share:active .tve_s_text{background:#801416}.tve_style_4.tve_social_cb .tve_s_pin_share .tve_s_count{color:#cf2123}.tve_style_4 .tve_s_xing_share .tve_s_icon,.tve_style_4 .tve_s_xing_share .tve_s_text{background:#00605e}.tve_style_4 .tve_s_xing_share:hover .tve_s_icon,.tve_style_4 .tve_s_xing_share:hover .tve_s_text{background:#2b7b79}.tve_style_4 .tve_s_xing_share:active .tve_s_icon,.tve_style_4 .tve_s_xing_share:active .tve_s_text{background:#003b3a}.tve_style_4.tve_social_cb .tve_s_xing_share .tve_s_count{color:#00605e}.tve_style_5 .tve_s_fb_share{border:2px solid #3569b4}.tve_style_5 .tve_s_fb_share .tve_s_link{color:#3569b4 !important}.tve_style_5 .tve_s_fb_share:hover{background:#3569b4}.tve_style_5 .tve_s_fb_share:active{border-color:#2a5490;background:#2a5490}.tve_style_5 .tve_s_g_share{border:2px solid #e04b35}.tve_style_5 .tve_s_g_share .tve_s_link{color:#e04b35 !important}.tve_style_5 .tve_s_g_share:hover{background:#e04b35}.tve_style_5 .tve_s_g_share:active{border-color:#b33c2a;background:#b33c2a}.tve_style_5 .tve_s_t_share{border:2px solid #29ace0}.tve_style_5 .tve_s_t_share .tve_s_link{color:#29ace0 !important}.tve_style_5 .tve_s_t_share:hover{background:#29ace0}.tve_style_5 .tve_s_t_share:active{border-color:#218ab3;background:#218ab3}.tve_style_5 .tve_s_in_share{border:2px solid #0177b5}.tve_style_5 .tve_s_in_share .tve_s_link{color:#0177b5 !important}.tve_style_5 .tve_s_in_share:hover{background:#0177b5}.tve_style_5 .tve_s_in_share:active{border-color:#015f91;background:#015f91}.tve_style_5 .tve_s_pin_share{border:2px solid #cf2123}.tve_style_5 .tve_s_pin_share .tve_s_link{color:#cf2123 !important}.tve_style_5 .tve_s_pin_share:hover{background:#cf2123}.tve_style_5 .tve_s_pin_share:active{border-color:#a61a1c;background:#a61a1c}.tve_style_5 .tve_s_xing_share{border:2px solid #00605e}.tve_style_5 .tve_s_xing_share .tve_s_link{color:#00605e !important}.tve_style_5 .tve_s_xing_share:hover{background:#00605e}.tve_style_5 .tve_s_xing_share:active{border-color:#004d4b;background:#004d4b}@media only screen and (max-width: 540px){.thrv_social_custom .tve_social_items{width:100%}.tve_social_custom .tve_s_item{display:table;margin:0 auto 10px}}.thrv_progress_bar{padding:0}.tve_progress_bar{border-radius:1px;background:#f7f7f7;display:block;font-size:18px;height:2.778em;position:relative;overflow:hidden}.thrv_progress_bar.tve_brdr_none{border-style:none !important}.thrv_progress_bar.tve_brdr_dotted{border-style:dotted !important}.thrv_progress_bar.tve_brdr_dashed{border-style:dashed !important}.thrv_progress_bar.tve_brdr_solid{border-style:solid !important}.thrv_progress_bar.tve_brdr_double{border-style:double !important}.thrv_progress_bar.tve_brdr_groove{border-style:groove !important}.thrv_progress_bar.tve_brdr_ridge{border-style:ridge !important}.thrv_progress_bar.tve_brdr_inset{border-style:inset !important}.thrv_progress_bar.tve_brdr_outset{border-style:outset !important}.tve_progress_bar_fill{animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-name:progress-bar;-webkit-animation-name:progress-bar;animation-play-state:paused;-webkit-animation-play-state:paused;border-radius:1px;height:2.778em;overflow:hidden}.tve_editor_page .tve_progress_bar_fill{animation-name:none;-webkit-animation-name:none;width:100%}.tve_progress_bar .tve_data_element_label{border-radius:1px;background:rgba(44,44,44,0.67);color:#fff;display:block;font-weight:300;line-height:26px;height:1.444em;margin:auto 0;max-width:80%;padding:0 10px;overflow:hidden;position:absolute;top:0;bottom:0;left:10px;text-overflow:ellipsis;z-index:3;white-space:nowrap}.thrv_fill_counter{border-radius:100%;display:table}.thrv_fill_counter.aligncenter{display:table}.thrv_fill_counter.tve_brdr_none{border-style:none !important}.thrv_fill_counter.tve_brdr_dotted{border-style:dotted !important}.thrv_fill_counter.tve_brdr_dashed{border-style:dashed !important}.thrv_fill_counter.tve_brdr_solid{border-style:solid !important}.thrv_fill_counter.tve_brdr_double{border-style:double !important}.thrv_fill_counter.tve_brdr_groove{border-style:groove !important}.thrv_fill_counter.tve_brdr_ridge{border-style:ridge !important}.thrv_fill_counter.tve_brdr_inset{border-style:inset !important}.thrv_fill_counter.tve_brdr_outset{border-style:outset !important}.tve_smallfc .tve_fill_counter{height:102px;width:102px}.tve_smallfc .tve_fill_counter .tve_fill_circle,.tve_smallfc .tve_fill_counter .tve_fill_c_in{height:102px;width:102px}.tve_smallfc .tve_fill_counter .tve_fill_circle{clip:rect(0px, 102px, 102px, 51px)}.tve_smallfc .tve_fill_counter .tve_fill_circle .tve_fill_c_in{clip:rect(0px, 51px, 102px, 0px)}.tve_smallfc .tve_fill_text_in{height:94px;top:4px;bottom:4px;left:4px;right:4px;width:94px}.tve_smallfc .tve_fill_text_in .tve_fill_text_value{margin-top:20px}.tve_smallfc .tve_fill_text_in .tve_fill_text_before{font-size:30px;line-height:30px}.tve_smallfc .tve_fill_text_in .tve_fill_text{font-size:30px;line-height:30px}.tve_smallfc .tve_fill_text_in .tve_fill_text_after{font-size:30px;line-height:30px}.tve_smallfc .tve_fill_text_in .tve_data_element_label{font-size:12px}.tve_normalfc .tve_fill_counter{height:202px;width:202px}.tve_normalfc .tve_fill_counter .tve_fill_circle,.tve_normalfc .tve_fill_counter .tve_fill_c_in{height:202px;width:202px}.tve_normalfc .tve_fill_counter .tve_fill_circle{clip:rect(0px, 202px, 202px, 101px)}.tve_normalfc .tve_fill_counter .tve_fill_circle .tve_fill_c_in{clip:rect(0px, 101px, 202px, 0px)}.tve_normalfc .tve_fill_text_in{height:186px;top:8px;bottom:8px;left:8px;right:8px;width:186px}.tve_normalfc .tve_fill_text_in .tve_fill_text_value{margin-top:50px}.tve_normalfc .tve_fill_text_in .tve_fill_text_before{font-size:60px;line-height:60px}.tve_normalfc .tve_fill_text_in .tve_fill_text{font-size:60px;line-height:60px}.tve_normalfc .tve_fill_text_in .tve_fill_text_after{font-size:60px;line-height:60px}.tve_bigfc .tve_fill_counter{height:252px;width:252px}.tve_bigfc .tve_fill_counter .tve_fill_circle,.tve_bigfc .tve_fill_counter .tve_fill_c_in{height:252px;width:252px}.tve_bigfc .tve_fill_counter .tve_fill_circle{clip:rect(0px, 252px, 252px, 126px)}.tve_bigfc .tve_fill_counter .tve_fill_circle .tve_fill_c_in{clip:rect(0px, 126px, 252px, 0px)}.tve_bigfc .tve_fill_text_in{height:228px;top:12px;bottom:12px;left:12px;right:12px;width:228px}.tve_bigfc .tve_fill_text_in .tve_fill_text_value{margin-top:65px}.tve_bigfc .tve_fill_text_in .tve_fill_text_before{font-size:80px;line-height:80px}.tve_bigfc .tve_fill_text_in .tve_fill_text{font-size:80px;line-height:80px}.tve_bigfc .tve_fill_text_in .tve_fill_text_after{font-size:80px;line-height:80px}.tve_fill_counter{border-radius:50%;background-color:#e0e0e0;position:relative}.tve_fill_counter .tve_fill_circle,.tve_fill_counter .tve_fill_c_in{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;position:absolute;transition:-webkit-transform 2s;transition:-ms-transform 2s;transition:transform 2s}.tve_fill_text_in{border-radius:50%;background:#fff;position:absolute;text-align:center}.tve_fill_text_in .tve_fill_text_before{font-weight:300}.tve_fill_text_in .tve_fill_text{font-weight:300}.tve_fill_text_in .tve_fill_text_after{font-weight:300}.tve_fill_text_in .tve_data_element_label{color:#343434;display:block;font-size:17px;font-weight:300}.tve_editor_page .tve_fill_counter .tve_fill_c_in,.tve_editor_page .tve_fill_counter .tve_fill_circle.tve_fill_circle1{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.tve_editor_page .tve_fill_counter .tve_fill_c_in-d{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.tve_editor_page .tve_fill_counter .tve_fill_circle,.tve_editor_page .tve_fill_counter .tve_fill_c_in{-webkit-transition:none;-moz-transition:none;transition:none}@keyframes fill-counter-svg-normal{from{stroke-dasharray:0 635}}@keyframes fill-counter-svg-small{from{stroke-dasharray:0 321}}@keyframes fill-counter-svg-big{from{stroke-dasharray:0 792}}.tve_fill_counter_n{position:relative}.tve_fill_counter_n .tve_fill_counter_circle{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);background:#e0e0e0;border-radius:50%;display:block;stroke-dasharray:inherit}.tve_fill_counter_n .tve_fill_counter_circle circle{-webkit-transition:stroke-dasharray 2s linear;-moz-transition:stroke-dasharray 2s linear;transition:stroke-dasharray 2s linear;fill:none}.thrv_data_element_start .tve_fill_counter_n .tve_fill_counter_circle circle,.tve_editor_page .tve_fill_counter_n .tve_fill_counter_circle circle{stroke-dasharray:inherit}.tve_editor_page .tve_fill_counter_n .tve_fill_counter_circle circle{-webkit-transition:none;-moz-transition:none;transition:none}.tve_normalfc .tve_fill_counter_circle{height:202px;width:202px}.tve_normalfc .tve_fill_counter_circle circle{stroke-dasharray:0 635;stroke-width:16}.tve_normalfc.thrv_data_element_start .tve_fill_counter_circle circle{animation:fill-counter-svg-normal 2s linear}.tve_smallfc .tve_fill_counter_circle{height:102px;width:102px}.tve_smallfc .tve_fill_counter_circle circle{stroke-dasharray:0 321;stroke-width:8}.tve_smallfc.thrv_data_element_start .tve_fill_counter_circle circle{animation:fill-counter-svg-small 2s linear}.tve_bigfc .tve_fill_counter_circle{height:252px;width:252px}.tve_bigfc .tve_fill_counter_circle circle{stroke-dasharray:0 792;stroke-width:24}.tve_bigfc.thrv_data_element_start .tve_fill_counter_circle circle{animation:fill-counter-svg-big 2s linear}.tve_number_counter{display:table;text-align:center}.tve_number_counter .tve_numberc_before{font-weight:300;font-size:50px;line-height:1em}.tve_number_counter .tve_numberc_text{font-weight:300;font-size:50px;line-height:1em}.tve_number_counter .tve_numberc_after{font-weight:300;font-size:50px;line-height:1em}.tve_number_counter .tve_data_element_label{color:#2c2c2c;display:block;font-weight:300;font-size:18px;margin-top:5px;padding:0 20px}.thrv_data_element.thrv_wrapper.aligncenter{display:table}.thrv_data_element_start .tve_progress_bar_fill{animation-play-state:running;-webkit-animation-play-state:running}.thrv_lead_generation_vertical .tve-captcha-container>div>div{margin:0 auto 10px auto}.thrv_lead_generation_horizontal .tve-captcha-container{min-width:305px !important;margin:0 5px 5px 0}#tve_editor [class*='ttfm'] a,#tve_editor [class*='ttfm'] span{font-family:inherit !important}.thrv_responsive_video.rv_style_white_frame{background:#000;border:7px solid #fff;border-radius:7px;padding:0}.thrv_responsive_video.rv_style_gray_frame{background:#000;border:10px solid #f1f1f1;padding:0}.thrv_responsive_video.rv_style_gray_frame .tve_responsive_video_container{box-shadow:0 0 3px 0 rgba(0,0,0,0.56)}.thrv_responsive_video.rv_style_dark_frame{background-color:#000;background-image:-webkit-linear-gradient(#000 0%,#656565 50%,#000 50%,#000 100%);background-image:linear-gradient(#000 0%,#656565 50%,#000 50%,#000 100%,,,,,,);box-shadow:0 0 3px 0 rgba(0,0,0,0.95);border-radius:20px;padding:20px}.thrv_responsive_video.rv_style_dark_frame .tve_responsive_video_container{box-shadow:0 0 3px 0 rgba(0,0,0,0.56);background:#000}.thrv_responsive_video.rv_style_light_frame{background:#000;border:1px solid #fff;box-shadow:0 0 6px 0 rgba(0,0,0,0.19);padding:0}.thrv_responsive_video.rv_style_lifted_style1{background:#000;margin-bottom:50px;position:relative}.thrv_responsive_video.rv_style_lifted_style1:after{background-image:-moz-radial-gradient(center, ellipse, rgba(0,0,0,0.5) 0%, transparent 100%);background-image:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.5) 0%, transparent 50%);background-image:radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, transparent 50%);border-radius:100%;content:'';display:block;height:30px;position:absolute;bottom:-35px;left:0;right:0}.thrv_responsive_video.rv_style_lifted_style2{background:#000;box-shadow:0 0 3px 0 rgba(0,0,0,0.56);position:relative;-webkit-perspective:150px;perspective:150px;padding:0}.thrv_responsive_video.rv_style_lifted_style2:before{-webkit-transform:rotateX(45deg);-moz-transform:rotateX(45deg);-ms-transform:rotateX(45deg);-o-transform:rotateX(45deg);transform:rotateX(45deg);box-shadow:0 0 8px 9px rgba(0,0,0,0.7);content:'';display:block;height:0;position:absolute;bottom:0;left:50px;right:50px}.thrv_responsive_video.rv_style_lifted_style3{background:#000;box-shadow:0 0 3px 0 rgba(0,0,0,0.56);margin-bottom:50px;padding:0;position:relative;z-index:1}.thrv_responsive_video.rv_style_lifted_style3:before{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);background-image:url("images/video_frame_3.png");background-repeat:no-repeat;background-size:100% auto;background-position:center top;content:"";display:block;height:45px;position:absolute;top:100%;left:0;right:0;width:100%}.thrv_responsive_video.rv_style_lifted_style4{background:#000;box-shadow:0 0 3px 0 rgba(0,0,0,0.56);margin-bottom:50px;padding:0;position:relative;z-index:1}.thrv_responsive_video.rv_style_lifted_style4:before{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);background-image:url("images/video_frame_4.png");background-repeat:no-repeat;background-size:100% auto;background-position:center top;content:"";display:block;height:45px;position:absolute;top:100%;left:0;right:0;width:100%}.thrv_responsive_video.rv_style_lifted_style5{background:#000;margin-left:30px;margin-right:30px;-webkit-perspective:150px;perspective:150px;-webkit-perspective-origin:bottom center;perspective-origin:bottom center;padding:0;position:relative}.thrv_responsive_video.rv_style_lifted_style5:before{-webkit-transform:rotateX(-25deg);-moz-transform:rotateX(-25deg);-ms-transform:rotateX(-25deg);-o-transform:rotateX(-25deg);transform:rotateX(-25deg);box-shadow:0 0 14px 9px rgba(0,0,0,0.7);content:'';display:block;height:0;position:absolute;bottom:10px;width:100%}.thrv_responsive_video.rv_style_lifted_style6{background:#000;margin-left:20px;margin-right:20px;padding:0;position:relative}.thrv_responsive_video.rv_style_lifted_style6 .tve_responsive_video_container{border:4px solid #fff;box-shadow:0 0 6px 0 rgba(0,0,0,0.19)}.thrv_responsive_video.rv_style_lifted_style6:before,.thrv_responsive_video.rv_style_lifted_style6:after{background-image:url("images/video_frame_6.png");background-repeat:no-repeat;background-position:right top;background-size:auto 100%;content:"";height:100%;position:absolute;top:0;bottom:0;width:100%}.thrv_responsive_video.rv_style_lifted_style6:before{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);left:1px}.thrv_responsive_video.rv_style_lifted_style6:after{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);left:100%;z-index:-1}.tve_selected_typist{-webkit-transition:background-color 300ms linear;-moz-transition:background-color 300ms linear;transition:background-color 300ms linear}span.tve_typefocus{color:inherit !important}span.tve_typefocus .tve_selected_typist{color:inherit !important;background-color:#fff}.typed-cursor{color:inherit !important;display:inline-block;font-family:arial, sans-serif;opacity:1;-webkit-animation:blink 0.5s infinite;-moz-animation:blink 0.5s infinite;animation:blink 0.5s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}


/* font awesome */

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
