/*
	Theme Name: Digital Pro
	Theme URI: http://my.studiopress.com/themes/digital/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.3

	Tags: black, red, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar	
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

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



/* Chrome fix */
/*body > div {
    font-size: 1.6rem;
}*/

body {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: none;
	margin: 0;
	letter-spacing: 0.36px;
	-webkit-font-smoothing: antialiased;
}


body#tinymce.mce-content-body {
  float: none !important;
  background: #FFFFFF;
  padding-left: 5px !important;
  padding-right: 5px !important;
  max-width: 770px;
  width: 100% !important;
}

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

::-moz-selection {
	background-color: #5b5e5e;
	color: #fff;
}

::selection {
	background-color: #5b5e5e;
	color: #fff;
}

a {
	color: #39a448;
	text-decoration: none;
	font-weight: bold;
}

a:focus,
a:hover {
	color: #333333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px 0;
	background: #20448b;
}

blockquote:before{
	display: none;
}



blockquote p{

  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  padding: 20px;

}


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

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {
	font-size: 60px;
	line-height: 52px;
	margin: 10px 0 15px 0;
	color: #20448b;
	font-family: 'Rokkitt', serif;
    font-weight: 700;
    letter-spacing: 1.2px;
}

h2 {
	font-size: 40px;
	line-height: 44px;
	text-transform: normal;
	margin: 10px 0 15px 0;
	color: #333333;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h3 {
	font-size: 28px;
	line-height:  28px;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	color: #43a754;
	font-family: 'Rokkitt', serif;
    font-weight: 700;
    letter-spacing: 1.12px;
}



h4 {
	font-size: 26px;
	line-height:  30px;
	text-transform: normal;
	margin: 15px 0 10px 0;
	color: #20448b;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}



h5 {
	font-size: 22px;
	line-height:  28px;
	text-transform: normal;
	margin: 15px 0 15px 0;
	color: #20448b;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h6 {
	font-size: 18px;
	line-height:  22px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	color: #333333;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}



.entry-content h1 + blockquote,
.entry-content h2 + blockquote,
.entry-content h3 + blockquote,
.entry-content h4 + blockquote,
.entry-content h5 + blockquote,
.entry-content h6 + blockquote {
  margin: 40px 0px 40px 0px;
}

.entry-content h1 + ul,
.entry-content h2 + ul,
.entry-content h3 + ul,
.entry-content h4 + ul,
.entry-content h5 + ul,
.entry-content h6 + ul,
.entry-content h1 + ol,
.entry-content h2 + ol,
.entry-content h3 + ol,
.entry-content h4 + ol,
.entry-content h5 + ol,
.entry-content h6 + ol {
  margin: 20px 0 28px 0px !important;
}

h1 + .accordion-wrap,
h2 + .accordion-wrap,
h3 + .accordion-wrap,
h4 + .accordion-wrap,
h5 + .accordion-wrap,
h6 + .accordion-wrap,
h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr {
  margin: 20px 0 40px 0;
}

.entry-content h1 + h2,
.entry-content h1 + h3,
.entry-content h2 + h3,
.entry-content h2 + h4,
.entry-content h3 + h4,
.entry-content h3 + h5,
.entry-content h4 + h5,
.entry-content h4 + h6,
.entry-content h5 + h6 {
  margin: 15px 0 0 0;
}

.entry-content h1 + a.vivid-button,
.entry-content h2 + a.vivid-button,
.entry-content h3 + a.vivid-button,
.entry-content h4 + a.vivid-button,
.entry-content h5 + a.vivid-button,
.entry-content h6 + a.vivid-button {
  margin: 0px 5px 15px 0;
}

.entry-content h1 + .vimm-tabs-wrap,
.entry-content h2 + .vimm-tabs-wrap,
.entry-content h3 + .vimm-tabs-wrap,
.entry-content h4 + .vimm-tabs-wrap,
.entry-content h5 + .vimm-tabs-wrap,
.entry-content h6 + .vimm-tabs-wrap {
  margin: 15px 0 10px 0;
}

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

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

img {
	height: auto;
}

img.entry-image {
	max-width: 500px;
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
textarea {
	background-color: #fff;
	border: 3px solid #EAEAEA;
	box-shadow: none;
	padding: 20px;
	width: 100%;
	font-weight: normal;
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
	border-radius: 3px;
}

select {
	background-color: #fff;
	border: 3px solid #EAEAEA;
	box-shadow: none;
	padding: 6px;
	width: 100%;
	font-weight: normal;
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
	border-radius: 3px;
}

input[type="number"] {
	background-color: #fff;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}



input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
     color: #4d4d4d;
	font-weight: 500;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #4d4d4d;
	font-weight: 500;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {

	border: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {

}

input[type="submit"],
.content input[type="submit"] {

}

a.more-link {
	display: inline-block;
	color: #39a448;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Lato', serif;
	border-bottom: 1px solid #39a448;
	text-transform: uppercase;
}

a.more-link:hover{
   color: #333333;
   border-bottom: 1px solid #333333;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #232525;
	border: none;
	color: #fff;
	text-decoration: none;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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-sixth {
	width: 14.52991452991453%;
}
	
.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

tbody {
	
}

td,
th {
	text-align: left;
}

td {
	
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

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


.screen-reader-shortcut:focus,
.screen-reader-text:focus,
 {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 90px auto 0;
	padding:35px 40px;
	max-width: 1280px;
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

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

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}

/* Genesis
--------------------------------------------- */
.content .archive-description{
    display: none;
}
.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

#search-4{
	margin-bottom: 0;
	float: left;
}

.search-form.show {
	display: inline-block;
	width: 330px;
	margin-left: 10px;
	margin-right: 22px;
	border: 3px solid #eaeaea;
	vertical-align: bottom;
	background: #FFFFFF;
	border-radius: 28px;

}


/*.search-form {
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 28px;
	-webkit-transition: width 0.3s; 
    transition: width 0.3s;
    width: 0;
    display: inline-block;

}*/

.search-form {
    width: 0px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	max-height: 52px;
}

.search-form input {
	-webkit-appearance: none;
	border: 0;
}

.search-form input[type="search"] {
	width: 80%;
	float: left;
	padding: 12px 12px 12px 18px;
	box-sizing: border-box;
	color: #4d4d4d;

}

.search-form input[type="submit"] {
	border: 0;
	padding: 0;
	width: 27px;
	height: 27px;
	float: right;
	font-size: 0;
	background: url(images/search-submit.png) center no-repeat;
	position: relative;
	top: 10px;
	right: 10px;
}


.search-form input[type="submit"]:hover{
	background: url(images/search-submit.png) center no-repeat;
}


#search-container #widget_sp_image-12{
	float: right;
	cursor: pointer;
	width: 28px;
	margin-left: 14px;
	margin-top: 14px;
	padding-left: 5px;
	position: relative;
}
#search-container #widget_sp_image-12:before{
	
	content: '';
	height: 40px;
    position: absolute;
    top: -10px;
    left: -22px;

}


.search-button{
	color: #7d7d7d;
	background: transparent !important;
	border-left: 3px solid #eaeaea;
	border-radius: 0;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	padding: 15px 0 15px 15px;
	margin-left: 15px;
}



.entry-content .search-form {
	display: inline-block;
	width: 330px;
	margin-left: 10px;
	margin-right: 22px;
	border: 3px solid #eaeaea;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 28px;
}


.error-search{
	text-align: center;
	padding: 25px 0 50px 0;
}




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

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}


.search .archive-description{
	display: none;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {

}

.page .entry-title,
.single .entry-title {
	font-size: 40px;
	line-height: 44px;
    color: #333333;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
	display: none;
}

.error404 .entry{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #39a448;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 25px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 25px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 0 0 35px 0; 
}

.wp-caption img{
	margin-bottom: -7px;
}
.wp-caption-text,
.wp-caption-dd {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	background: #eaeaea;
	color: #4d4d4d;
	padding: 20px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content a {
	border-width: 0;
}

.featured-content.widget .entry {	
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.featured-content .more-link {
	border-width: 1px;
}


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

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

.enews-widget ::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

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

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

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

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: 0;
}


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

.site-header {
	background-color: #fff;
	padding: 28px 30px;
	position: fixed;
	top: 28px;	
	width: 100%;
	z-index: 999;
}

.site-header.shrink {
	border-bottom: 1px solid #eee;
	padding: 18px 30px;
}

.admin-bar #top-blue-bar-container {
	top: 32px;
}

.admin-bar .site-header {
	top: 50px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
	padding: 23px 0;
}

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .nav-primary:not(button) {
	margin-top: 48px;
}

.header-image .site-header {
	padding: 9px 40px;
	border-bottom: 1px solid #eaeaea;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 212px;
}

.header-image .title-area {
	margin: 0;
}

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

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #333333;
	display: block;
	padding: 10px 18px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.genesis-nav-menu .first-menu-item a{
	padding-left: 0;
}
.genesis-nav-menu .last-menu-item a{
	display: inline-block;
  width: auto;
  background: #3ea64e;
  border-radius: 28px;
  border: 0;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 10px;
}

.genesis-nav-menu .last-menu-item a:after{
     color: rgb(194, 194, 194);
    font-family: FontAwesome;
    content: '\f054';
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.genesis-nav-menu .last-menu-item a:hover{

   color: #FFFFFF;
   background: #333333;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #39a448;
}



.genesis-nav-menu .gray-store a{
display: inline-block;
  width: auto;
  background: #eaeaea;
  border-radius: 28px;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 0px;
}

.genesis-nav-menu .gray-store a:after{
    color: #c2c2c2;
    font-family: FontAwesome;
    content: '\f054';
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.genesis-nav-menu .gray-store a:hover{
   color: #FFFFFF;
   background: #333333;
}


.genesis-nav-menu .menu-item-has-children  > a:hover{
	
}

.genesis-nav-menu .sub-menu {
	
	left: -9999px;
	opacity: 0;
	position: absolute;
	background: url(images/submenu-arrow.png) top center no-repeat;
	padding-top: 22px;
}


.genesis-nav-menu .sub-menu li{
	background-color: #333333;
	width: 100%;
	float: left;

}


.genesis-nav-menu .sub-menu li{

    
}
.genesis-nav-menu .sub-menu li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 10px;
}

.genesis-nav-menu .sub-menu li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.genesis-nav-menu .sub-menu{
	width: 216px;
}

.genesis-nav-menu .sub-menu a {
	padding: 0 8px;
	box-sizing: border-box;
}

.genesis-nav-menu .sub-menu a:hover {

   color: #3ea64e;
}




.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {

	padding: 15px 20px 5px 20px;
	position: relative;
	color: #FFFFFF;
	font-size: 15px;
	box-sizing: border-box;
	width: 216px;
	float: left;

}

.genesis-nav-menu .sub-menu a:after{
	content: ' ';
	width: 100%;
	display: block;
	border-bottom: 1px solid #939598;
	padding: 0px 5px;
	margin-top: 15px;
	box-sizing: border-box;
}


.genesis-nav-menu .sub-menu li:last-child a:after{
	border-bottom: 1px solid #333333;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	left: 50%;
   margin-left: -105px;
}

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

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	/*left: auto;
	opacity: 1;*/

	
}

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

.nav-primary {
	float: right;
	margin-top: 2px;
}

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

.nav-primary .sub-menu {
	/*border-top: 1px solid #ddd;*/
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

.content-sidebar .content,
.sidebar-content .content {
	width: 65%;
}

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

.sidebar-content .content {
	float: right
}

.page .content,
.single .content {
	overflow: hidden;
}

.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.vivid-button,
div.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  background: #3ea64e;
  border-radius: 28px;
  border: 0;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

a.vivid-button{
	margin-right: 10px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.vivid-button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #333333;
   color: #FFFFFF;
}


.content a.vivid-button.blue{
 background-color: #20448b;
}

.content a.vivid-button.blue:hover{
 background-color: #333333;
}

/** basic accordion styling **/
.accordion-wrap{
   clear: both;
}
.accordion-wrap .accordion {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #eaeaea;
  border-radius: 3px;
}

.accordion-wrap .accordion.open .accordion-title{
	background: #FFFFFF;
}
.accordion-wrap .accordion .accordion-title {
  	width: 100%;
  	padding: 16px 20px;
  	cursor: pointer;
  	font-size: 18px;
	line-height: 20px;
	margin: 0px 0 0px 0;
	color: #214289;
	font-weight: bold;
	background: #eaeaea;
	text-transform: uppercase;
}
.accordion-wrap .accordion .accordion-title::before {
  content: url(images/accordion-close.png);
  display: inline-block;
  float: right;
  margin-left: 10px;
  line-height: 25px;
}
.accordion-wrap .accordion.open .accordion-title::before {
  content: url(images/accordion-open.png);
}
.accordion-wrap .accordion .accordion-content {
  padding: 10px 20px 20px 20px;
}

/* basic tab styling */
.vimm-tabs-wrap {
  position: relative;
  margin: 10px 0px;
  /* Vertical Tabs */
}
.vimm-tabs-wrap .tabs {
  margin: 0px;
  padding: 0px;
}
.vimm-tabs-wrap .tabs a {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0px 10px 0px 0;
  color: #214289;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.0s ease-in-out;
	-moz-transition:    all 0.0s ease-in-out;
	-ms-transition:     all 0.0s ease-in-out;
	-o-transition:      all 0.0s ease-in-out;
	transition:         all 0.0s ease-in-out;

}
.vimm-tabs-wrap .tabs a.active {
  
  border-bottom: 3px solid #3ea64e;
  margin-bottom: -3px;
  -webkit-transition: all 0.0s ease-in-out;
	-moz-transition:    all 0.0s ease-in-out;
	-ms-transition:     all 0.0s ease-in-out;
	-o-transition:      all 0.0s ease-in-out;
	transition:         all 0.0s ease-in-out;
}
.vimm-tabs-wrap .tab-content {
  display: none;
  padding: 30px 0px;
  margin: 0 !important;
  width: 100%;
  border-top: 3px solid #d9d9d9;
  border-bottom: 3px solid #d9d9d9;
  float: left;
}

.vimm-tabs-wrap2 .tab-content:after {
    border-bottom: 3px solid #efc452;
	content: "";
	display: block;
	margin: 22px auto 30px auto;
	padding-bottom: 30px;
	width: 60%;
}
.vimm-tabs-wrap .tab-content.active {
  display: block;
}
.vimm-tabs-wrap.vertical .tabs {
  float: left;
  width: 25%;
}
.vimm-tabs-wrap.vertical .tabs a {
  display: block;
}
.vimm-tabs-wrap.vertical .tab-content {
  width: 75%;
  float: left;
}

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

div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .ginput_complex label {
  padding: 0;
  text-transform: none;
  font-size: 22px;
	line-height:  28px;
	color: #20448b;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 10px 0 0;
}
div.gform_wrapper .ginput_complex span > label {
  margin-bottom: 35px;
  margin-top: -72px;
  padding-top: 8px;
  color: #4d4d4d;
  font-size: 18px !important;
  font-weight: normal;
  margin-bottom: 0 !important;
}
div.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
}
div.gform_wrapper .ginput_complex span > input,
div.gform_wrapper .ginput_complex span > select {
  margin-top: 10px;
}

body .gform_wrapper label.gfield_label + div.ginput_container.ginput_complex {
  margin-top: 15px;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0px;
}

body .gform_wrapper label.gfield_label + div.ginput_container.ginput_complex {
  margin-top: 10px;
}

body .gform_wrapper  .ginput_complex span > input,
body .gform_wrapper  .ginput_complex span > select { margin-top: 0px; }
body .gform_wrapper  .ginput_complex span > label { margin-bottom: 65px; margin-top: -75px; }


body .gform_wrapper .ginput_complex span select  + label{
  margin-top: -80px;
}

body .gform_wrapper .gform_footer{
	padding: 0;
    margin: 0;
}


body .gform_wrapper.gf_browser_ie .gform_footer input.button{
    padding: 14px 28px;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 13px 6px;
}

body div.gform_wrapper ul li.gfield{
	margin-bottom: 25px;
}


body .gform_wrapper .gform_footer input[type=submit], 
body .gform_wrapper .gform_page_footer input[type=submit]{
	margin-top: 15px;
	padding: 14px 32px;
}

.front-page-1{
	position: relative;
}
.front-page-1 .widget_text .widget-title{

	/*color: #20448b;*/
	color: #FFFFFF;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Rokkitt', serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    max-width: 565px;
    width: 100%;
    margin-bottom: 30px;
}


.front-page-1 p{
	/*color: #7d7d7d;*/
	color: #FFFFFF;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 50px;
}
.front-page .vivid-button{
	margin-right: 15px;
	padding: 18px 28px;
	border-radius: 40px;
}

.front-page .vivid-button.blue{
	background-color: #20448b;
}


.front-page .vivid-button.blue:hover{
    background: #333333;
}

.front-page .vivid-button:after{
	color: #c2c2c2;
	font-family: FontAwesome;
	content: '\f054';
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;

}
#big-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    display: inline-block;
    overflow: hidden;
    opacity: 1.0;
}

#big-video video {
    width: 100%;
}


#big-video .video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
   /* display: none;*/
}



.front-page-2 #text-4{

	margin: 0 auto;
	width: 100%;
	max-width: 650px;
	text-align: center;

}
.front-page-2 #text-4 .widget-title{
    color: #333333;
    font-size: 45px;
    line-height: 48px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    background: url(images/dot-dvider-green.png) bottom center no-repeat;
    /*background: url(images/dot-divider-yellow.png) bottom center no-repeat;*/
    padding-bottom: 18px;
    margin-bottom: 8px;
 }


.front-page-2 #text-4 .textwidget{
	color: #7d7d7d;
	font-size: 28px;
	line-height: 40px;
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: 400;
}



.front-page-2 #widget_sp_image-3{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 35px 0;
}


.front-page-2 #text-5{

	margin: 0 auto;
	width: 100%;
	text-align: center;
}


.front-page-2 #text-5 .vivid-button{
    margin-right: 0;
}


.front-page-3{
	background: url(images/bk-img-planting.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0 100px;
	background-position: center;
}

.front-page-3 #text-10  .widget-title{
    color: #FFFFFF;
    font-size: 45px;
    line-height: 48px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    background: url(images/dot-dvider-green.png) bottom center no-repeat;
    padding-bottom: 18px;
    margin-bottom: 8px;
    margin-bottom: 40px;
 }

.front-page-3 #text-10 .widget-title:after{
    content: '\f01a';
    color: #c2c2c2;
    font-size: 30px;
    font-family: FontAwesome;
    position: relative;
    left: 10px;
    top: -3px;
    font-weight: normal;
}

.front-page-3 .widget_sp_image{
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 7%;
	box-sizing: border-box;
}


.front-page-3 .widget_sp_image .widget-title{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-bottom: 22px;
}



.front-page-3 .widget_sp_image .widget_sp_image-description p{
   font-size: 17px;
   line-height: 24px;
}



.front-page-3 .widget_sp_image .vivid-button{
	margin-top:45px;
	margin-right: 0;
}
.front-page-3 .widget_sp_image .vivid-button:hover{
	background: #7d7d7d;

}



.front-page-3 .widget_sp_image .vivid-button:after{
    display: none;

}

.front-page-4 #featured-post-2  .widget-title,
#most-popular-posts #featured-post-3 .widget-title {
    color: #333333;
    font-size: 45px;
    line-height: 48px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    background: url(images/dot-dvider-green.png) bottom center no-repeat;
    padding-bottom: 18px;
    margin-bottom: 8px;
    margin-bottom: 55px;
    text-align: center;
 }


 .front-page-4 #featured-post-2  .widget-title:after,
 #most-popular-posts #featured-post-3 .widget-title:after{
    content: '\f01a';
    color: #c2c2c2;
    font-size: 30px;
    font-family: FontAwesome;
    position: relative;
    left: 10px;
    top: -3px;
    font-weight: normal;
}


.front-page-4 #featured-post-2 .post,
#most-popular-posts #featured-post-3 .post{
	width: 31.5%;
	float: left;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 25px;
	
}
.front-page-4 #featured-post-2 .post a.alignnone,
#most-popular-posts #featured-post-3 .post a.alignnone{
	position: relative;
}



.front-page-4 #featured-post-2 .post a.alignnone:after,
#most-popular-posts #featured-post-3 .post a.alignnone:after{

	content: url(images/icon-blog-article.png);
	position: absolute;
	bottom: -18px;
	right: 15px;
}

.front-page-4 #featured-post-2 .post.category-video a.alignnone:after,
#most-popular-posts #featured-post-3 .post.category-video a.alignnone:after{

	content: url(images/icon-blog-video.png);
	position: absolute;
	bottom: -18px;
	right: 15px;


}





.front-page-4 #featured-post-2 .post h4.entry-title a,
#most-popular-posts #featured-post-3 .post h4.entry-title a{
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    text-align: left;

}

.front-page-4 #featured-post-2 .post h4.entry-title,
#most-popular-posts #featured-post-3 .post h4.entry-title{
	text-align: left;
	margin-top: 30px;
	font-size: 24px;
    line-height: 30px;
}


.front-page-4 #featured-post-2 .post .entry-content p,
#most-popular-posts #featured-post-3 .post .entry-content p{
	color: #333333;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}
.front-page-4 #featured-post-2 .post .entry-content a.more-link,
#most-popular-posts #featured-post-3 .post .entry-content a.more-link{
	color: #39a448;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Lato', serif;
	border-bottom: 1px solid #39a448;
}

.front-page-4 #featured-post-2 .post .entry-content a.more-link:hover,
#most-popular-posts #featured-post-3 .post .entry-content a.more-link:hover{
    color: #333333;
    border-bottom: 1px solid #333333;
}


.front-page-4 #featured-post-2 .post:nth-of-type(1),
#most-popular-posts #featured-post-3 .post:nth-of-type(1){


}
.front-page-4 #featured-post-2 .post:nth-of-type(2),
#most-popular-posts #featured-post-3 .post:nth-of-type(2){
	margin-left: 1.5%;
}


.front-page-4 #featured-post-2 .post:nth-of-type(3),
#most-popular-posts #featured-post-3 .post:nth-of-type(3){
	margin-left: 1.5%;
}


.front-page-4 #featured-post-2 .post a.alignleft, 
.front-page-4 #featured-post-2 .post a.alignnone, 
.front-page-4 #featured-post-2 .post a.alignright,
#most-popular-posts #featured-post-3 .post a.alignleft, 
#most-popular-posts #featured-post-3 .post a.alignnone, 
#most-popular-posts #featured-post-3 .post a.alignright{
	max-width: 388px;
	width: 100%;
}

.front-page-4 #featured-post-2 .post .entry-header,
.front-page-4 #featured-post-2 .post .entry-content,
#most-popular-posts #featured-post-3 .post .entry-header,
#most-popular-posts #featured-post-3 .post .entry-content{
	padding: 0 3%;
	box-sizing: border-box;
}

.front-page-4 #text-8 {
    margin-top: 20px;
}

.front-page-4 #text-8 .vivid-button{
    margin-right: 0;
}


.front-page-5{
	background: url(images/img-home-lower.jpg) no-repeat;
	background-size: cover;
	padding: 215px 0 210px;
	/*background-position: center;*/
}

.front-page-5 #text-9 {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 0 5px;
	box-sizing: border-box;
}
.front-page-5 #text-9  .widget-title{
    color: #FFFFFF;
    font-size: 35px;
    line-height: 38px;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;   
    padding-bottom: 18px;
    margin-bottom: 8px;
    margin-bottom: 40px;

 }





.circles{
   clear: both;
}


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

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search .entry{
	padding: 20px 0;
	margin-bottom: 0;
}

.search .entry:nth-of-type(3){
 border-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	margin-left: 0;
	margin-right: 0;
	max-width: 758px;
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

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

.entry-content ol,
.entry-content ul, #tinymce ol,
#tinymce ul {
  margin: 0 0 35px 0;
}
.entry-content ol > li, #tinymce ol > li {
  list-style-type: decimal;
  margin: 0 0 15px 40px;
}
.entry-content ul > li, #tinymce ul > li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
  margin: 0 0 15px 40px;
}
.entry-content ol ol, #tinymce ol ol {
  margin: 15px 0 0px 0;
}
.entry-content ul ul, #tinymce ul ul {
  margin: 15px 0 0px 0;
}
.entry-content ul li li,
.entry-content ol li li, #tinymce ul li li,
#tinymce ol li li {
  margin: 0 0 15px 20px;
}
.entry-content ul li li, 
#tinymce ul li li
 {
  list-style-image: url("images/bullet2.png");
}


.entry-content code, #tinymce code {
  background-color: #000;
  color: #ddd;
}
.entry-content hr, #tinymce hr {
  border: 1px solid #eaeaea;
  margin: 30px 0 32px 0;
  width: 100%;
  clear: both;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {

	margin-bottom: 10px;
	border-top: 2px solid #eaeaea;
	text-transform: uppercase;
	padding-top: 5px;
	font-color: #7d7d7d;
	font-weight: bold;
	font-size: 14px;
}


.entry-header p.entry-meta {
    border-top: 0;
}

.entry-header p.entry-meta time{
   color: #7d7d7d;
}
.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
	margin: 0 auto 0px;
	max-width: 100%;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.entry-footer {
	margin: 0px auto 0px;
	max-width: 100%;
}


body .addtoany_share_save_container{
	margin-top: 60px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

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

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

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

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

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

.pagination {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
	border-top: 2px solid #eaeaea;
	padding-top: 10px;
}

.pagination a {

}

.pagination a:focus,
.pagination a:hover {

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #39a448;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

.archive-pagination li a:before {
    content: '/';
    padding: 0 5px;
    color: #333333;

}

.archive-pagination li:first-child a:before {
	display: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {

	color: #333333;

}


.archive-pagination .pagination-next{
	float: right;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a{
     border-bottom: 1px solid #39a448;
}

.archive-pagination .pagination-previous a:hover,
.archive-pagination .pagination-next a:hover{
     border-bottom: 1px solid #333333;
}

.archive-pagination .pagination-next a:before{
   display: none;
}



/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	width: 30%;
}

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

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

.sidebar .widgettitle {

}

.sidebar .widget {
	margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

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



.sidebar-primary .widget_sp_image{
	width: 100%;
	float: left;
	text-align: center;
	padding: 44px 42px;
	box-sizing: border-box;
	background: url(images/widget-bg-img.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}


.sidebar-primary #blog-post-sidebar .widget_sp_image{
	background: none;
	padding: 0;
}

.sidebar-primary .widget_sp_image .widget-title{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-bottom: 22px;
    color: #FFFFFF;
    font-family: 'Rokkitt', serif;
}

.sidebar-primary .widget_sp_image .widget_sp_image-description p{
   font-size: 17px;
   line-height: 24px;
   color: #FFFFFF;
}

.sidebar-primary .widget_sp_image .vivid-button{
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
}
.sidebar-primary .widget_sp_image .vivid-button:hover{
	background: #7d7d7d;

}


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

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 100%;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

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

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-form-comment label{
    font-size: 22px;
	line-height:  28px;
	margin: 15px 0 15px 0;
	color: #20448b;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

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

.comment-list ul.children {
	margin-left: 40px;
}


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

.footer-widgets {
	background-color: #172e63;
	clear: both;
	text-align: center;
	margin-top: -2px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 60px 4% 30px;
	box-sizing: border-box;
}

.footer-widgets-1 {
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 74%;
	background: url(images/dot-divider-footer.png) left 40px no-repeat;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}


.footer-widgets .footer-widgets-1 p {
   font-size: 17px;
   line-height: 24px;
   font-family: 'Rokkitt', serif;
   margin-bottom: 10px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 28px;
    line-height: 40px;
	color: #c2c2c2;
	letter-spacing: 1.5px;
}

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

.footer-widgets a {
	border-bottom-width: 0;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #7d7d7d;

}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #7d7d7d;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}

.footer-widgets #text-6.widget{
	margin-bottom:18px;
}
.footer-widgets-1 .widget_sp_image{
	display: inline-block;
	margin-left: 20px;
}

.footer-widgets-1 .widget_sp_image a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.footer-widgets-2  #text-7 .image{
	float: right;
	width: 30%;
}

.footer-widgets-2  #text-7 .image img{

   margin-top: -20px;
}

.footer-widgets .footer-widgets-2  .widget-title{
   margin-bottom: 15px;	
}
.footer-widgets-2  #text-7 .text{
	float: right;
	width: 70%;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	padding-right: 6%;
}

.footer-widgets-2  #text-7 .text p{
    margin-bottom: 20px;
}

.footer-widgets-2  #text-7 .text a{
   text-transform: uppercase;
   color: #39a448;
   margin-top: 30px;
   border-bottom: 1px solid #39a448;
   font-size: 15px;
   line-height: 27px;
   padding-bottom: 5px;
}

.footer-widgets-2  #text-7 .text a:hover{
     text-decoration: none;
     color: #7d7d7d;
     border-bottom: 1px solid #7d7d7d;
}


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

.site-footer {
	padding: 20px;
	text-align: center;
	background: #20448b;
	box-sizing: border-box;
}

.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #FFFFFF;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #7d7d7d;
}

.site-footer p {
	font-size: 15px;
	margin-bottom: 0;
}




/*Page Bottom
---------------------------------------------------------------------------------------------------- */

#page-bottom-container{
	clear: both;
    margin: 0px auto 0px auto;
    padding: 0 40px;
    max-width: 1280px;

}

#page-bottom-container #page-bottom-5steps{
    width: 100%;
    /*background: #f3f3f3;*/
    background: #1f2e60 url(images/footer-lead-magnet-background.jpg);
    background-size: cover;
    /*padding: 40px 25px 20px 25px;*/
    padding: 40px 25px 40px 25px;
    box-sizing: border-box;	
    margin-bottom: 30px;
    float: left;
    position: relative;

}
/**Page Bottom  - Trouble Call Thursdays**/
#page-bottom-container #page-bottom{

	width: 100%;
    background: url(images/tct-banner-img-2.png) left -1px;
    background-size: cover;
    padding: 40px 25px 40px 25px;
    box-sizing: border-box;	
    margin-bottom: 30px;
    float: left;
    position: relative;
}

#page-bottom-container #page-bottom .widget_custom_html {
	padding: 55px 70px;
    width: 100%;
    box-sizing: border-box;
}

#page-bottom-container #page-bottom .widget_custom_html .left{
	width: 75%;
	float: left;
	padding-left: 2%;
}

#page-bottom-container #page-bottom .widget_custom_html h2{
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0.9px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#page-bottom-container #page-bottom .widget_custom_html h4{
	font-size: 34px;
	line-height: 45px;
	letter-spacing: 0.68px;
    color: #ACACAC;
    margin-top: 0;
    margin-bottom: 0;
}
#page-bottom-container #page-bottom .widget_custom_html .right{
	width: 25%;
	float: left;
	padding-left: 2%;
	box-sizing: border-box;
	text-align: left;
}
#page-bottom-container #page-bottom .widget_custom_html .vivid-button.red{
	background: #E0001B;
	width: 100%;
    text-align: center;
    max-width: 212px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
}
#page-bottom-container #page-bottom .widget_custom_html .vivid-button.red:hover{
	background: #555555;
}	
/**End Page Bottom - Trouble Call Thursdays **/

.page-id-10823 #page-bottom-container{
	display: none;
}

#page-bottom-container #page-bottom #text-11{
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#page-bottom-container #page-bottom #text-11 .widget-title{
   color: #20448b;
   font-size: 35px;
   line-height: 40px;
   text-transform: none;
  background: url(images/dot-dvider-green.png) bottom center no-repeat;
   /* background: url(images/dot-divider-gray.png) bottom center no-repeat;*/
   /*background: url(images/dot-divider-yellow.png) bottom center no-repeat;*/
   font-family: 'Lato', serif;
   padding-bottom: 22px;
   letter-spacing: 1.5px;
   margin-top: 12px;
  /* margin-top: 40px;
   padding-left: 40px;
    padding-right: 40px;*/
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#page-bottom-container #page-bottom #text-11 .textwidget{
	color: #7d7d7d;
	font-size: 28px;
	line-height: 40px;
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: 400;
}

#page-bottom-container #page-bottom #text-23{
    float: right;
    width: 60%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#page-bottom-container #page-bottom #text-23 .widget-title{
   color: #FFFFFF;
   font-size: 45px;
   line-height: 55px;
   text-transform: none;
   font-family: 'Lato', serif;
   letter-spacing: 1.5px;
   margin-top: 12px;
  /* margin-top: 40px;
   padding-left: 40px;
    padding-right: 40px;*/
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
    font-weight: normal;
}

#page-bottom-container #page-bottom #text-23 .textwidget{
	color: #7d7d7d;
	font-size: 28px;
	line-height: 40px;
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: 400;
}

#page-bottom-container #page-bottom #text-23  a.vivid-button{
	background-color: #ffd047;
    color: #333333;
    font-family: 'Lato', sans-serif;
        border-radius: 28px;
    padding: 10px 28px;
}


#page-bottom-container #page-bottom #text-23  a.vivid-button:hover{
    background: #eaeaea;
}

#page-bottom-container #page-bottom #text-23  a.vivid-button:after{
	color: #333333;
	font-family: FontAwesome;
	content: '\f054';
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;

}
#page-bottom-container #page-bottom #widget_sp_image-15{
	float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}


#page-bottom-container #page-bottom #widget_sp_image-15 .widget_sp_image-image-link{
	display: block;
}

#page-bottom-container #page-bottom #widget_sp_image-15 img{
     margin-bottom: -35px;
}



#page-bottom-container #page-bottom #widget_sp_image-15 a.vivid-button{
	background-color: #20448b;
	position: absolute;
	/*top: 94%;
    left: 60%;*/
    top: 129%;
    left: 55%;
    transform: translate(-60%, -94%);
    width: 240px;
}


#page-bottom-container #page-bottom #widget_sp_image-15 a.vivid-button:hover{
    background: #333333;
}

#page-bottom-container #page-bottom #widget_sp_image-15 a.vivid-button:after{
	color: #c2c2c2;
	font-family: FontAwesome;
	content: '\f054';
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;

}

#page-bottom-container #page-bottom #widget_sp_image-41{
	float: left;
    width: 40%;
    text-align: center;
    margin-bottom: 0;
    /*position: relative;*/
}


#page-bottom-container #page-bottom #widget_sp_image-41 .widget_sp_image-image-link{
	display: block;
}

#page-bottom-container #page-bottom #widget_sp_image-41 img{
    position: absolute;
    bottom: 0;
    left: 5%;
}





/*Featured Page Image
-------------------------------------------------------------------------------------*/
#pageImage {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 157px;
  position: relative;
  height: 338px;
}

/*#pageImage .wrap img{
  max-height: 340px;
}*/
#pageImage .wrap,
#pageImage .sidebar{
   width: 100%;
   max-width: 100%;
   
}

#pageImage .sidebar .widget{
  margin-bottom: 0;
}


#pageImage img,
#pageImage .widget-wrap {
  width: 100%;
  height: 338px !important;
}


#blue-container{
	background: #20448b;
	width: 100%;
	float: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: 106px;
    position: absolute;
    bottom: 0;
}

#blue-container #blue{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px;
    height: 106px;
    box-sizing: border-box;
}


#blue-container .page-title{
     float: left;
      width: 70%;
     text-align: left;
     display: table;
     height: 106px;
}
body .blog-title #blue-container .page-title{
   width: 30%;
}

#blue-container .page-title  h1.entry-title{
   color: #FFFFFF;
   font-size: 60px;
   line-height: 44px;
   font-family: 'Rokkitt', sans-serif;
   letter-spacing: 1px;
   margin: 0;
   display: table-cell;
   vertical-align: middle;
}


#blue-container .breadcrumb{
	float: right;
	text-align: right;
	width: 30%;
	margin: 0;
	border-bottom: 0;
	font-size: 15px;
	/*line-height: 28px;*/
	line-height: 20px;
	color: #c2c2c2;
	display: table;

    height: 85px;

}

body .blog-title #blue-container .breadcrumb{
    width: 70%;
}


#blue-container .breadcrumb .breadcrumb-wrap{
    display: table-cell;
    vertical-align: bottom;
}

#blue-container .breadcrumb a{
    color: #FFFFFF;
    font-weight: bold;
}


#blue-container .breadcrumb .sep{
	color: #39a448;
	padding: 0 4px;
}

#blue-container .breadcrumb a:hover{
    color: #c2c2c2;
}



.page-template-page_blog .archive-description{
	display: none;
}


.featured-post {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 157px;
  position: relative;
  text-align: left;

}


.archive .featured-post .post-image{

    width: 100%;
}


.archive .featured-post .post-image:after{
	display: none;
}


.featured-post .post-details{
	background: #20448b;
	width: 100%;
	float: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #FFFFFF;
	position: absolute;
    bottom: 7px;
    padding: 48px 0;
}



.featured-post .post-details .wrap{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px;
    box-sizing: border-box;
}

.featured-post .post-details .featured-title{
	float: left;
	width: 41%;
    margin-right: 4%;
}


.featured-post .post-details .featured-title h2.entry-title a{
color: #FFFFFF;
   font-size: 60px;
   line-height: 50px;
   font-family: 'Rokkitt', sans-serif;
   letter-spacing: 1px;
   margin: 0;
 }

.featured-post .post-details .featured-details{
	float: left;
	width: 55%;


}

.featured-post .post-details .featured-details p{

	color: #FFFFFF;
	font-size: 17px;
	line-height: 24px;

}

.featured-post .post-details .featured-details a.more-link{

	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
	font-size: 13px;
	font-family: 'Lato', serif;
}

.featured-post .post-details .featured-details a.more-link:hover{
    color: #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
}


.archive .size-featured-post,
.page-template-page_blog .size-featured-post{
	float: left;
	width: 100%;

}


.archive .post-image,
.page-template-page_blog .post-image{
	float: left;
	width: 40.25%;
	position: relative;

}

.archive .post-image img,
.page-template-page_blog .post-image img{
    width: 100%;
}


body.archive .post-image:after,
body.page.page-template-page_blog .post-image:after{

	content: url(images/icon-blog-article.png);
	position: absolute;
	bottom:25px;
	right: 15px;
}


body.archive .entry.category-video .post-image:after,
body.page.page-template-page_blog  .entry.category-video .post-image:after{

	content: url(images/icon-blog-video.png);
	position: absolute;
	bottom: 25px;
	right: 15px;


}



.archive .entry-header,
.page-template-page_blog .entry-header,
.archive .entry-content,
.page-template-page_blog .entry-content{
    float: right;
    text-align: left;
    width: 51%;
}


.archive  .entry-header .entry-meta,
.page-template-page_blog .entry-header .entry-meta{
     display: none;
}



body.archive .entry,
body.page.page-template-page_blog .entry{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 50px;
}

body.archive .entry a.more-link,
body.page.page-template-page_blog .entry a.more-link{
    color: #39a448;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Lato', serif;
	border-bottom: 1px solid #39a448;
}

body.archive .entry a.more-link:hover,
body.page.page-template-page_blog .entry a.more-link:hover{
   color: #333333;
   border-bottom: 1px solid #333333;
}



body .blog-title{
	/*margin-top: 157px;*/
        margin-top: 183px;
	width: 100%;
	clear: both;
	float: left;
	background: #20448b;
}


/*body .blog-title .wrap{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    box-sizing: border-box;
}

body .blog-title .wrap h2.entry-title{
   color: #FFFFFF;
   font-size: 60px;
   line-height: 50px;
   font-family: 'Rokkitt', sans-serif;
   letter-spacing: 1px;
   margin: 0;
}*/


body .blog-title #blue-container{
	position: static;
	opacity: 1.0;

}



#blog-post-sidebar-container{
	width: 100%;
	float: left;
}
#blog-post-sidebar-container #blog-post-sidebar.sidebar{
	width: 100%;
}



.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17{

	background: #f3f3f3;
	padding: 44px 30px;
}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 img{
   /* margin-left: -25px; */
}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 h3.widgettitle{

	   color: #20448b;
	   font-size: 28px;
	   line-height: 32px;
	   text-transform: none;
	   background: url(images/dot-dvider-green.png) bottom center no-repeat;
	  /* background: url(images/dot-divider-gray.png) bottom center no-repeat;*/
	  /*background: url(images/dot-divider-yellow.png) bottom center no-repeat;*/
	   font-family: 'Lato', serif;
	   padding-bottom: 22px;
	   letter-spacing: 1.5px;
	   margin-top: 0px;
	   margin-bottom: 10px;

}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 .widget_sp_image-description p{
    color: #7d7d7d;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: 400;
	margin-bottom:20px;
	margin-top: 15px;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 .vivid-button.blue{
	background-color: #20448b;
	margin-top: 10px;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 .vivid-button.blue:hover{
   background-color: #333333;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 .vivid-button.blue:after{
color: #c2c2c2;
	font-family: FontAwesome;
	content: '\f054';
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40{

	background: #203063;
	padding: 44px 30px;
}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 img{
   /* margin-left: -25px; */
   margin-bottom: -80px;
}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 h3.widgettitle{

	   color: #FFFFFF;
	   font-size: 28px;
	   line-height: 32px;
	   text-transform: none;
	   font-family: 'Lato', serif;
	   padding-bottom: 22px;
	   letter-spacing: 1.5px;
	   margin-top: 0px;
	   margin-bottom: 10px;

}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 .widget_sp_image-description p{
    color: #7d7d7d;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Rokkitt', serif;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: 400;
	margin-bottom:20px;
	margin-top: 15px;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 .vivid-button.yellow{
	background-color: #ffd047;
	margin-top: 10px;
	color: #333333;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 .vivid-button.yellow:hover{
   background-color: #eaeaea;

}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 .vivid-button.yellow:after{
color: #333333;
	font-family: FontAwesome;
	content: '\f054';
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
}


/**Sidebar - Trouble Call Thursdays**/

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar .widget_custom_html{

	background: url(images/tct-sidebar-1.png) left -1px no-repeat;
	text-align: center;
	width: 100%;
	float: left;
	padding: 198px 25px 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-size: cover;

}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar .widget_custom_html .widget-title{
	color: #FFFFFF;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0.68px;
	font-family: 'Lato', serif;
	margin-bottom: 0;
	text-transform: none
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar .widget_custom_html h5{

	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.43px;
	color: #ACACAC;
	margin-top: 0;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar .widget_custom_html .vivid-button.red{
	background: #E0001B;
	width: 100%;
	max-width: 212px;
}
.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar .widget_custom_html .vivid-button.red:hover{
	background: #555555;
}


/**End Sidebar - Trouble Call Thursdays**/



.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #categories-3{
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 26px 30px;
}


.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #categories-3 h3.widgettitle{
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;

}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #categories-3{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
}

.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #categories-3 a{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-transform: uppercase;

}


.single .entry-header .entry-meta{

   margin-top: 0;
   padding-top: 0;
}

#store{
	width: 100%;
	float: left;
	margin-top: 25px;
}
#store .widget_sp_image{
	width: 50%;
	float: left;
	margin-bottom: 45px;
}


#store .widget_sp_image .widget-wrap{
   position: relative;
}

#store .widget_sp_image:nth-child(even){
   padding-left: 2%;
   box-sizing: border-box;
}

#store .widget_sp_image:nth-child(odd){
   clear: both;
   padding-right: 2%;
   box-sizing: border-box;
}



#store .widget_sp_image img{
	border: 2px solid #eaeaea;
}

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

.full-width-content.full-width-margins .entry-content{
	max-width: 100%;
	padding: 0 150px;
	box-sizing: border-box;
}


#store .widget_sp_image .widget-text-box{
	width: 100%;
	max-width:569px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 40%;
	padding: 0 35px;
	box-sizing: border-box;
}


#store .widget_sp_image .widget-text-box a.title{
   color: #FFFFFF;
   font-size: 55px;
   line-height: 55px;
   font-family: 'Rokkitt', serif;
}



#store .widget_sp_image .widget_sp_image-image-link{
	height: 361px;
}

#store .widget_sp_image .widget-text-box a.title:after{
    content: '\f18e';
    font-family: 'FontAwesome';
    color: #39a448;
    font-size: 50px;
    margin-left: 10px;
}

#store .widget_sp_image .widget-text-box .widget_sp_image-description{
    display: none;
    padding: 0 50px;
}

#store .widget_sp_image:hover .widget-text-box .widget_sp_image-description{
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


.page-id-30 .content{
	display: none;
}

.page-id-30 .sidebar-primary{
	width: 100%;
}


.page-id-30 .sidebar-primary .widget_sp_image{
	width: 48%;
}


.page-id-30 .sidebar-primary #widget_sp_image-13{
	float: left;
}

.page-id-30 .sidebar-primary #widget_sp_image-14{
	float: right;
}



/**Check Availability anchor tag*/
h3.anchor{ position:relative; }
h3.anchor span{ position:absolute; top:-200px;}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


#top-blue-bar-container{
	width: 100%;
	background: #20448b;
	position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0px;
    top: 0;
    padding: 0 40px;
}



#nav_menu-2 .menu{
	float: right;
}
#nav_menu-2 .menu li{
	margin-bottom: 0;
	padding-bottom: 0;
	display: inline-block;
}
#nav_menu-2 .menu a{

	text-transform: none;
	font-style: italic;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding: 0px 10px;
	display: block;
	font-family: 'Lato', sans-serif;
}
#nav_menu-2 .menu a:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}




#search-container{
	float: right;
	margin-top: 48px;
}

#search{
	width: 100%;
}


.product{
	width: 100%;
	float: left;
	margin-top: 40px;
}

.product .top{
	float: left;
	width: 100%;
}

.product .top .left{
	float: left;
	width: 43.6666%;
	text-align: center;
}

.product .top .left .video-link{
    margin-top: 15px;

}

.product .top .right{
	float: right;
	width: 54%;
	text-align: left;
}


.product .top .right .actual-price,
.product .top .right .full-price,
.product .top .right .you-save{
   display: inline-block;
   font-size: 22px;
   line-height: 28px;
   font-weight: bold;
   color: #7d7d7d;
   margin-right: 5px;
}

.product .top .right .actual-price,
.product .top .right .full-price{
	color: #39a448;
}

.product .top .right .full-price{
	text-decoration: line-through;
}

.product .top .right h2{
	margin-top: 0;
}
.product .top .right .product-description{
	width: 100%;
	display: block;
	margin-top: 12px;
}

.product .top .right .vivid-button{
	margin-top: 25px;
	margin-right: 15px;
}
.product .top .right .vivid-button.blue{
	background-color: #20448b;
}


.product .top .right .vivid-button.blue:hover{
    background: #333333;
}


.product .bottom{
	float: left;
	width: 100%;
	padding: 38px 0;
}


.product .bottom .mobile-title{
	padding: 10px 0px;
  	margin: 0px 10px 0px 0;
 	color: #214289;
  	font-weight: 700;
  	text-transform: uppercase;
 	font-size: 18px;
  	line-height: 18px;
  	display: none;

}

.product .bottom .product-details .product_details_row{
   width: 100%;
   float: left;
   border-bottom: 2px solid #eaeaea;
   padding: 40px 0;
}

.product .bottom .product-details .product_details_row:last-child{
    border-bottom: 0;
}

.product .bottom .product-details .left{

     float: left;
     width: 29.5%;
     text-align: center;

}


.product .bottom .product-details .right{

     float: right;
     width: 66.1666%;
     text-align: left;

}


.product .bottom .product-details .right .product_link{
    display: inline-block;
}

.product .bottom .product-details .right .product_price_details{
     display: inline-block;
     color: #20448b;
     text-transform: uppercase;
     font-size: 18px;
     line-height: 28px;
     font-weight: bold;
     margin-left:  0px;
     margin-top: 20px;
}

.product .bottom .vimm-tabs-wrap .tabs a{
    color: #7d7d7d;
}

.product .bottom .vimm-tabs-wrap .tabs a.active{
    color: #20448b;
}


.featured-product{
	width: 100%;
	float: left;
	background: #eaeaea;
	margin-top: 20px;
	padding: 70px 85px 70px 25px;
	box-sizing: border-box;
}

.featured-product .left{
	float: left;
	width: 43.6666%;
	text-align: center;
}


.featured-product .right{
	float: right;
	width: 52%;
	text-align: left;
	padding-right: 15px;
    box-sizing: border-box;
}

.featured-product .vivid-button.blue{
	background-color: #20448b;
	margin-top: 35px;
}


.featured-product .vivid-button.blue:hover{
    background: #333333;
}


.featured-product .right .product-description p{
	font-size: 15px;
	line-height: 20px;
}


.all-products{
	width: 100%;
	float: left;
	margin-top: 50px;
}


.all-products .store-product{
	width: 30%;
	float: left;
	border: 3px solid #eaeaea;
	text-align: center;
	padding: 45px 30px 125px 30px;
	box-sizing: border-box;
	position: relative;
	min-height: 595px;
}

.all-products .store-product h3{
    margin-top: 20px;
}


.all-products .store-product:nth-of-type(2){
	margin: 0 5%;
}

.all-products .store-product .store-product-image{
	height: 240px;
	display: table;
	margin: 0 auto;
}

.all-products .store-product .store-product-image .image-wrap{
	display: table-cell;
	vertical-align: middle;
}

.all-products .store-product .store-product-image .image-wrap img{
    max-height: 240px;
    width: auto;
}



.all-products .store-product .short_description {
	font-size: 15px;
	line-height: 20px;
}

.all-products .store-product a.vivid-button {
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 180px;
  }

/*Product Cards*/


.all-cards{
	width: 100%;
	float: left;
	margin: 30px 0;
}
.all-cards .store-product-card{
	display: none;
}
.all-cards .store-product-card.show{
	width: 48%;
	float: left;
	margin: 0 2%;
	margin-bottom: 60px;
	display: block;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.all-cards .store-product-card.show.left{
	clear: left;
	margin-left: 0;
}
.all-cards .store-product-card.show.right{
	margin-right: 0;
}

.all-cards .store-product-card .store-product-titles{
	background: #20448B;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	padding: 25px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.all-cards .store-product-card .store-product-titles h3{
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	font-family: 'Lato',sans-serif;
	letter-spacing: 1.3px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.all-cards .store-product-card .store-product-titles .card-icon{
	display: inline-block;
	position: relative;
	top: 2px;
}
.all-cards .store-product-card .store-product-titles h5{
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 1.43px;
	color: #FFC42F;
	text-transform: uppercase;
	display: inline-block;
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
}
.all-cards .store-product-card .store-card-description{
	background: #EBEBEB;
	width: 100%;
	float: left;
	padding: 40px 35px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.36px;
	color: #333333;
	min-height: 241px;
}

.all-cards .store-product-card .store-product-image{
	margin-bottom: -8px;
	background: #EBEBEB;
}

.all-cards .store-product-card .store-product-investment{
	background: #F7F7F7;
	text-align: center;
	width: 100%;
	float: left;
	padding: 18px 25px;
	height: 120px;
	position: relative;
}
.all-cards .store-product-card .store-product-investment .investment-wrap{
 	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 100%;
  	text-align: center;
}

.all-cards .store-product-card .store-product-investment h6{
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.9px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
}


.all-cards .store-product-card .store-product-investment h5{
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0;
	color: #214087;
	text-transform: uppercase;
	margin-top: 3px;
}

.all-cards .store-product-card .store-product-link{
	width: 100%;
	float: left;
	text-align: center;
}

.all-cards .store-product-card .store-product-link a{
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.9px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 26px;
	background: #20448B;
	border-radius: 0 0 8px 8px;
	width: 100%;
	float: left;
}

.all-cards .store-product-card .store-product-link a:hover{
	color: #FFFFFF;
	background: #203162;
}

.card-filters-container {
  padding: 45px 0 15px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.card-filters-container .card-filters-wrap li{
  display: inline-block;
  list-style-type: none;
  margin-right: 30px;
  margin-bottom: 25px;
  width: 22%;
  float: left;
  margin-right: 4%;

}
.card-filters-container .card-filters-wrap a {
   color: #20448B;
   font-size: 15px;
   line-height: 27px;
   text-transform: uppercase;
   letter-spacing: 0.75px;
   background: #EBEBEB;
   position: relative;
   border-radius: 10px;
   padding: 20px 15px;
   width: 100%;
   text-align: center;
   float: left;
}

.card-filters-container .card-filters-wrap li:last-child,
.card-filters-container .card-filters-wrap li:nth-of-type(4n){
  margin-right: 0;
}


.card-filters-container .card-filters-wrap a.active,
.card-filters-container .card-filters-wrap a:hover{
  color: #FFFFFF;
  background: #20448B;
}

/*End Product Cards*/





.staff-title{
	padding: 20px 0 15px;
}


   .page-id-34 #testimonial_rotator_wrap_9398{
   	   display: none;
   }


.video-container {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-id-10380 .content,
.page-id-10452 .content{
	width:100%;
	max-width: 768px;
	margin: 0 auto;
}

.page-id-10380 .content .video-container p,
.page-id-10452 .content .video-container p{
	display: none;
}

.page-id-10380 .content .video-container,
.page-id-10452 .content .video-container{
	padding-bottom: 70%;
}

.academy .site-title a{
	background: url(images/academy-logo.png) no-repeat !important;
}


.header-image .site-title > a {
    min-height: 95px;
    width: 250px;
}

.academy .site-header{
	position: static;
	padding: 0 40px;
    box-sizing: border-box;
}


.academy .site-header .wrap{

	width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;

}

.academy.header-image .title-area{
   padding: 0 0 15px 0;
}

.academy .title{
	background-color: rgb(228, 229, 231);
    padding-top: 30px;
    padding-bottom: 30px;
}


.academy .title .wrap{

	width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}



.academy h1{

	font-size: 39px;
	font-size: 2.2941rem;
	line-height: 45px;
	margin: 0px 0 25px 0;
	color: #24408e;
	font-family: 'Roboto Slab', serif;
    font-weight: 700;
	
}
.academy h1.entry-title{
	font-size: 50px;
	line-height: normal;
	margin: 0px 0 0 0;
	color: #24408e;
	font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

.academy h2{

	font-size: 30px;
	/*font-size: 1.7647rem;*/
	line-height: 38px;
	margin: 5px 0 15px 0;
	color: #24408e;
	font-family: 'Karla', sans-serif;
    font-weight: 400;
	
}

.academy h3 {
	font-size: 22px;
	font-size: 1.2941rem;
	line-height:  24px;
	text-transform: uppercase;
	margin: 4px 0 15px 0;
	color: #223862;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
	
}

.academy h4 {
	font-size: 19px;
	/*font-size: 1.1176rem;*/
	line-height:  25px;
	margin: 5px 0 15px 0;
	color: #555555;
	font-family: 'Karla', sans-serif;
    font-weight: 700;
}

.academy h5 {

	font-size: 24px;
	/*font-size: 1.4118rem;*/
	line-height:  30px;
	font-style:italic;
	margin: 5px 0 15px 0;
	font-style:italic;
	color: #555555;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
	
}

.academy h6 {
	font-size: 19px;
	/*font-size: 1.1176rem;*/
	line-height:  22px;
	margin: 10px 0 15px 0;
	color: #24408e;
	font-family: 'Karla', sans-serif;
    font-weight: 700;
}


.academy .site-inner{
	margin-top: 0;
}


.academy .academy-form{
	max-width: 450px;
	width: 100%;
    margin: 0 auto;
    border: 1px solid rgb(0, 0, 0);
    padding: 25px;
    box-sizing: border-box;
}


.academy  span.infusion-option {
    display: block;
}

.academy  span.infusion-option label{
	margin-left: 10px;
}


.academy .infusion-submit input{
  background: #ffd047;
  color: #203062;
  font-weight: 700;
  color: #203062;
  border-radius: 6px;
  font-size: 17px;
  line-height: 17px;
  padding: 18px 25px !important;
  max-width: 115px;
   width: 100%;
    margin: 15px auto 0;
    display: block;

}
.academy .infusion-submit input:hover{
   background: #eec250;
   color: #203062;
}

.academy .academy-footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(237, 237, 237);
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
}


.academy .academy-footer .wrap{
   width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

.academy .academy-footer p{
    font-size: 14px;
    padding: 0;
    margin: 0;

}

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


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


	.search-form{
		width: 330px;
		margin-left: 0px;
		margin-right: 0px;
		border: 3px solid #eaeaea;
		position: absolute;
		z-index: 9999;
		bottom: -68px;
		right: 0px;
		display: none;
		background: #FFFFFF;
		border-radius: 28px;
	}

    .genesis-nav-menu .menu-item.right{
    	position: relative;
    }
}

@media only screen and (max-width: 1400px) {
	.title-area {
      width: 100%;
   }
   .header-image .site-title > a{
   	  width: 100%;
   }

   .header-image .site-header.shrink{
   	   padding: 0 20px;
   }

   .header-image .site-header{
   		padding: 9px 20px;
   }
   #search-container{
   	   max-width: 256px;
   	   width: 100%;
   	   float: none;
   	   margin: 0 auto;
   }

   #search-container #widget_sp_image-12{
   	   display: none;
   	   text-align: center;
   }


   #search-container .search-form{
   	   display: block;
   	   max-width: 330px;
	   border: 3px solid #eaeaea;
	   width: 100%;
	   position: static;

   }

   .genesis-nav-menu{
   	    float: none;
   	    letter-spacing: 0;
   }

   .header-image .nav-primary:not(button){
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-right: 0;
		margin-top: 0;
	}

	 body.admin-bar .blog-title{
          margin-top: 250px;
      }


      body #pageImage{
		margin-top: 236px;
		background-size: auto;
	}

	 body.admin-bar #pageImage{
		margin-top: 225px;
		background-size: auto;
	}

	.featured-post{
		margin-top: 240px;
		background-size: auto;
	}


	.admin-bar .featured-post{
		margin-top: 226px;
		background-size: auto;
	}

      body .blog-title{
          margin-top: 240px;
      }

       body.admin-bar .blog-title{
          margin-top: 226px;
      }


       .front-page-1{
           margin-top: 240px;
       }

       .admin-bar .front-page-1{
           margin-top: 226px;
       }
}





@media only screen and (max-width: 1200px) {
   .featured-post .post-details{
		position: static;
		margin-top: -7px;
		opacity: 1.0;
	}
}

@media only screen and (max-width: 1140px) {
	.footer-widgets-1 {

		width: 35%;
	}

	.footer-widgets-2 {
	    width: 65%;
	}


	#page-bottom-container #page-bottom #text-11 .widget-title{
		margin-top: 10px;
	}

	.full-width-content.full-width-margins .entry-content{
		padding: 0;
	}

}


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

  /*  .title-area {
      width: 100%;
   }
   .header-image .site-title > a{
   	  width: 100%;
   }

   #search-container{
   	   max-width: 256px;
   	   width: 100%;
   	   float: none;
   	   margin: 0 auto;
   }

   #search-container #widget_sp_image-12{
   	   display: none;
   	   text-align: center;
   }


   #search-container .search-form{
   	   display: block;
   	   max-width: 330px;
	   border: 3px solid #eaeaea;
	   width: 100%;
	   position: static;

   }

   .genesis-nav-menu{
   	    float: none;
   	    letter-spacing: 0;
   }

   .header-image .nav-primary:not(button){
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-right: 0;
		margin-top: 0;
	}*/

	body #pageImage{
		margin-top: 236px;
		background-size: auto;
	}

	 body.admin-bar #pageImage{
		margin-top: 225px;
		background-size: auto;
	}

	.featured-post{
		margin-top: 240px;
		background-size: auto;
	}


	.admin-bar .featured-post{
		margin-top: 226px;
		background-size: auto;
	}

      body .blog-title{
          margin-top: 240px;
      }

       body.admin-bar .blog-title{
          margin-top: 226px;
      }


       .front-page-1{
           margin-top: 240px;
       }

       .admin-bar .front-page-1{
           margin-top: 226px;
       }

       #page-bottom-container #page-bottom .widget_custom_html .left,
       #page-bottom-container #page-bottom .widget_custom_html .right{
       		width: 100%;
       		text-align: center;
       		padding-left: 0;
       }
       #page-bottom-container #page-bottom .widget_custom_html .vivid-button.red{
       	   margin-top: 25px;
       }

}


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

	.site-header {
	    position: inherit;
	    text-align: center;
	}

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding-bottom: 0;
		padding-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #1e1e1e;
		/*content: "\f130";*/
		content: "\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 20px;
		/*font: normal 20px/1 'ionicons';*/
		margin: -2px auto 0;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		/*content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;*/
		content: url(images/submenu-arrow.png);
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		/*content: "\f3d8";*/
		content: url(images/submenu-arrow-up.png);
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
		font-size: 18px;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	 .js .genesis-nav-menu .menu-item:hover > .sub-menu {
			left: auto !important;
			opacity: 1;
	   		margin-left: 0 !important;
	   		position: static !important;
      }

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static !important;
		width: 100%;
		background: none;
		padding-top: 0;
		margin-left: 0;
		left: auto !important;
		float: left;
		padding-bottom: 10px;

	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
		color: #333333;
		font-size: 18px;
		display: block;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu a:after {
		display: none;
	 }

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #1e1e1e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #3ea64e;
	}

	body #pageImage{
		margin-top: 0px;
		background-size: auto;
	}

	 body.admin-bar #pageImage{
		margin-top: 0px;
		background-size: auto;
	}

	.featured-post{
		margin-top: 0px;
		background-size: auto;
	}


	.admin-bar .featured-post{
		margin-top: 0px;
		background-size: auto;
	}

      body .blog-title{
          margin-top: 0px;
      }

       body.admin-bar .blog-title{
          margin-top: 0px;
      }


       .front-page-1{
           margin-top: 0px;
       }

       .admin-bar .front-page-1{
           margin-top: 0px;
       }


       #top-blue-bar-container{
		position: inherit;
	}


	.js .genesis-nav-menu .last-menu-item a{

	    padding: 18px 28px;
	    font-size: 18px;
	    margin-left: 0;
	    margin-bottom: 0;
    }

    .js .genesis-nav-menu .gray-store a{

	    padding: 18px 28px;
	    font-size: 18px;
	    margin-left: 0;
	    margin-top: 10px;
    }
     
  
    .js .genesis-nav-menu .last-menu-item a:after{
    	float: right;
    	margin-top: 5px;
    }


    .js .genesis-nav-menu .gray-store a:after{
    	float: right;
    	margin-top: 5px;
    }

    .search-form{
		max-width: 100%;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border: 3px solid #eaeaea;
		z-index: 9999;
		display: block;
		margin: 15px auto;
		position: static;
		display: block !important;
	}

	.search-button{
		display: none;
	}

	.genesis-nav-menu .sub-menu li:first-child{
		padding-top: 0;
	}

}


@media only screen and (max-width: 980px) {
   #big-video {
      display: none;
  }

  #big-video video{
    display: none;
  }

  .front-page-1{
  
     background: url('images/home-main-img.png') no-repeat;
     background-size: cover;
     background-position: top;
  }

  /*.home-section-1 .wrap{
        padding: 125px 20px;
  }*/

  .front-page-1 .widget_text .widget-title{

	  color: #20448b;
  }

  .front-page-1 p{
	color: #7d7d7d;
  }

}




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

	#page-bottom-container #page-bottom #text-11{
		width: 100%;
	}

	#page-bottom-container #page-bottom #widget_sp_image-15{
		width: 100%;
		margin-top: 25px;
	}


	#page-bottom-container #page-bottom #text-11 .widget-title{
		max-width: 560px;
		margin: 10px auto 15px;
	}


	#page-bottom-container #page-bottom #text-23{
		width: 100%;
	}

	#page-bottom-container #page-bottom #widget_sp_image-41{
		width: 100%;
		margin-top: 25px;
	}


	#page-bottom-container #page-bottom #text-11 .widget-title{
		max-width: 560px;
		margin: 10px auto 15px;
	}

	#page-bottom-container #page-bottom #text-23 .widget-title{
		max-width: 560px;
		margin: 10px auto 15px;
		    padding-left: 0;
       padding-right: 0;
	}

	#page-bottom-container #page-bottom #widget_sp_image-41 img{
		position: static;
		margin-bottom: -7px;
	}

	#page-bottom-container #page-bottom{
		padding-bottom: 0;
	}

	#store .widget_sp_image{
		width: 100%;
		float: none;
		max-width: 569px;
		margin: 0 auto 25px;

	}

    #page-bottom-container #page-bottom #widget_sp_image-15 a.vivid-button{

    	position: static;
    	transform: none;
    	margin: 0 auto;
    }

	#store .widget_sp_image:nth-child(even){
	   padding-left: 0%;
	   box-sizing: border-box;
	}

	#store .widget_sp_image:nth-child(odd){
	   clear: both;
	   padding-right: 0%;
	   box-sizing: border-box;
	   clear: both;
	}


	.product .top .left{
		width: 100%;
	}

	.product .top .right{
		width: 100%;
		margin-top:25px;
		text-align: center;
	}

	.product .top .right .vivid-button{
	}


	.all-products .store-product{
		width: 48%;
		
	}
	.all-products .store-product:nth-of-type(2){
		margin-right: 0;
	}

	.all-products .store-product:nth-of-type(odd){
		margin-right: 2%;
		margin-bottom: 25px;
	}
	.all-products .store-product:nth-of-type(even){
		margin-left: 2%;
		margin-bottom: 25px;
	}

	.featured-product .left{
		width: 100%;
	}

	.featured-product .right{
		width: 100%;
		margin-top: 25px;
		text-align: center;
		padding-right: 0;
	}

	.featured-product{
		padding: 70px 70px 55px 70px;

	}



}



@media only screen and (max-width: 900px) {
	.content-sidebar .content,
	.content-sidebar .sidebar{
		float: none;
		width: 100%;
	}

	.page-id-30 .sidebar-primary .widget_sp_image{
		width: 100%;
	}

	.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17{

	}


	.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 a.widget_sp_image-image-link{
		display: block;
	}

	.sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-17 h3.widgettitle{
	    max-width: 560px;
        margin: 10px auto 15px;
    }

    .single-post #page-bottom-container{
    	display: none;
    }

    .sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar #widget_sp_image-40 img{
    	margin-bottom: 0;
    	display: block;
    	margin: 0 auto;
    }

    .sidebar-primary #blog-post-sidebar-container #blog-post-sidebar.sidebar .widget_custom_html{
    	background: #0D0D0D;
    	padding: 40px;
    }
}

@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		 
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}




}

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

	.site-inner {
		margin-top: 0;
	}

	

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}



	.site-header {
		position: inherit;
		text-align: center;
	}
	
	.header-image .nav-primary:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
                display: none;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar{
		float: none;
	}

	#page-bottom-container #page-bottom{
		float: left;
	}
	
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding-bottom: 0;
		padding-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #1e1e1e;
		content: "\f0c9";
	    display: inline-block;
	    font-family: FontAwesome;
	    font-size: 20px;
	    margin: -2px auto 0;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		/*content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;*/
		content: url(images/submenu-arrow.png);
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		/*content: "\f3d8";*/
		content: url(images/submenu-arrow-up.png);
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	 .js .genesis-nav-menu .menu-item:hover > .sub-menu {
			left: auto !important;
			opacity: 1;
	   		margin-left: 0 !important;
	   		position: static !important;
      }

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static !important;
		width: 100%;
		background: none;
		padding-top: 0;
		margin-left: 0;
		left: auto !important;
		float: left;
		padding-bottom: 10px;

	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
		color: #333333;
		font-size: 18px;
		display: block;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu a:after {
		display: none;
	 }

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #1e1e1e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #3ea64e;
	}

	.content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 8%;
		padding-left: 1%;
		padding-right: 1%;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 8% 5%;
	}

	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}

	.site-footer {
		padding: 20px;
	}


	.footer-widgets-1{
		text-align: center;
		padding-bottom: 0;
	}



	.front-page-5{
		background-position: center;
	}

	.footer-widgets-1 #widget_sp_image-9{
		margin-left: 0;
	}


	.footer-widgets-2{
		text-align: center;
		background: none;
	}

	.footer-widgets-2 #text-7 .text,
	.footer-widgets-2 #text-7 .image{
		width: 100%;
		padding-right: 0;
	}

	.footer-widgets-2 #text-7 .image img{
		margin-top: 0;
	}



	.front-page-4 #featured-post-2 .post{
		width: 100%;
		margin-left: 0% !important;
		margin-bottom: 45px;
	}

	#most-popular-posts #featured-post-3 .post {
	    width: 100%;
	    margin-left: auto !important;
	    margin-bottom: 45px;
	    max-width: 388px;
	    margin: 0 auto 45px !important;
	    float: none;
    }

	.front-page-4 #featured-post-2 .post .entry-header, 
	.front-page-4 #featured-post-2 .post .entry-content,
	#most-popular-posts #featured-post-3 .post .entry-header,
	#most-popular-posts #featured-post-3 .post .entry-content{
		max-width: 388px;
		width: 100%;
		margin: 0 auto;
	}

	.front-page-5 #text-9{
		padding: 0 20px;
	}



	.archive .post-image, .page-template-page_blog .post-image{
		width: 100%;
		max-width: 481px;
		text-align: center;
	}


	.archive .entry-header,
	.page-template-page_blog .entry-header,
	.archive .entry-content,
	.page-template-page_blog .entry-content{
	    text-align: left;
	    width: 100%;
	    max-width: 481;
	    float: none;
	    margin: 0 auto;
	}



	#store .widget_sp_image:hover .widget-text-box .widget_sp_image-description{
	    display: none;
	}

	.product .bottom .product-details .left{
        width: 100%;
	}

	.product .bottom .product-details .right{
		width: 100%;
	}

	.tabs{
		display: none;
	}


	.product .bottom .mobile-title{
		display: block;
		clear: both;
		float: left;
		margin-top: 15px;
	}

	.product .bottom .vimm-tabs-wrap .tab-content{
		display: block;
		border-bottom: 0;
	}


	
	body #pageImage{
		margin-top: 0;
	}

	#blue-container .breadcrumb{
		display: none;
	}

        #blue-container .page-title{
           width: 100%;
        }
	.featured-post .post-details .featured-title{
		width: 100%;
		margin-right: 0;
	}

	.featured-post .post-details .featured-details{
		width: 100%;
	}
	.archive .featured-post .post-image{
		max-width: 100%;
	}

	.featured-post{
		margin-top: 0;
	}


	#top-blue-bar-container{
		position: inherit;
	}


	.js .genesis-nav-menu .last-menu-item a{

	    padding: 18px 28px;
	    font-size: 18px;
	    margin-left: 0;
	    margin-bottom: 0;
    }

    .js .genesis-nav-menu .gray-store a{

	    padding: 18px 28px;
	    font-size: 18px;
	    margin-left: 0;
	    margin-top: 10px;
    }
     
  
    .js .genesis-nav-menu .last-menu-item a:after{
    	float: right;
    	margin-top: 5px;
    }


    .js .genesis-nav-menu .gray-store a:after{
    	float: right;
    	margin-top: 5px;
    }



    body .blog-title{
    	margin-top: 0;
    }

    .front-page-1{
        margin-top: 0;
    }


    .search-form{
		max-width: 100%;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border: 3px solid #eaeaea;
		z-index: 9999;
		display: block;
		margin: 15px auto;
		position: static;
		display: block !important;
	}

	.search-button{
		display: none;
	}

	.genesis-nav-menu .sub-menu li:first-child{
		padding-top: 0;
	}

	body.admin-bar #pageImage{
		margin-top: 0;

	}


	.admin-bar .featured-post{
		margin-top: 0;

	}

       body.admin-bar .blog-title{
          margin-top: 0;
      }

       .admin-bar .front-page-1{
           margin-top: 0;
       }

       #blue-container{
          height: auto;
          padding:15px 0; 
      }


      /**Check Availability anchor tag*/
		h3.anchor span{ position:absolute; top:-40px;}

	.front-page-1{
	     background-size: auto;
	     background-position: top left;
	  }


	.all-cards .store-product-card:nth-of-type(Odd),
	.all-cards .store-product-card:nth-of-type(Even){
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.all-cards .store-product-card .store-product-image img{
		width: 100%;
	}

	.card-filters-container .card-filters-wrap li{
    	width: 48%;
    }

    .card-filters-container .card-filters-wrap li:nth-of-type(Even){
    	margin-right: 0;
    	padding-right: 0;
    }

    .all-cards .store-product-card .store-card-description{
    	min-height: 0;
    }
}

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

.all-products .store-product:nth-of-type(2){
		margin-right: 0;
	}

	.all-products .store-product:nth-of-type(odd){
		margin-right: 0;
		width: 100%;
		min-height: auto;
	}
	.all-products .store-product:nth-of-type(even){
		margin-left: 0;
		width: 100%;
		min-height: auto;
	}


	.front-page-1 .backstretch img{
		display: none !important;
	}

	.front-page-1 .backstretch{
		background: url(images/home-mobile.jpg) top left;
		background-position: cover;
	}


	.front-page-1 #text-3 {
	    max-width: 100%;
	    text-align: center;
	}

	.front-page-1{
		height: auto !important;
	}

   .front-page-1 .widget-area{
   	    padding-top: 50px;
   	    padding-bottom: 50px;
   }


   .testimonial_rotator.template-default .has-image .img, .testimonial_rotator_single.has-image.template-default .img{
   	    width: 100%;
   	    text-align: center;
   }

   .testimonial_rotator.template-default .has-image .text, .testimonial_rotator_single.has-image.template-default .text{
   	   width: 100%;
   	   text-align: center;
   }


   .testimonial_rotator.template-default .testimonial_rotator_author_info{
   	   border-left: 0;
   }

   .testimonial_rotator .testimonial_rotator_slide_title {
	    font-size: 30px;
	    line-height: 30px;
   }


   .page-id-34 #testimonial_rotator_wrap_9293{
     display: none;
   }

   .page-id-34 #testimonial_rotator_wrap_9398{
   	   display: block;
   }



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

	/*.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
	}*/

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}


	.front-page-3 .widget_sp_image{
	    width: 100%;
    }


    .front-page-3 .widget_sp_image{
	    width: 100%;
    }

    .front-page-3 #widget_sp_image-4{
        margin-bottom: 60px;
    }


    #nav_menu-2{
    	text-align: center;
    	float: none;
    }

    #nav_menu-2 .menu{
    	float: none;
    }


   #store .widget_sp_image .widget-text-box a.title{
    	font-size: 40px;
    	line-height: 40px;
    }

    #store .widget_sp_image .widget-text-box a.title:after{
    	font-size: 35px;
    }

    body .gform_wrapper .gform_footer input[type=submit], 
	body .gform_wrapper .gform_page_footer input[type=submit]{
		width: 100%;
		text-align: center;
	}


}


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

	.page .staff-photo{
	    float: none;
	    margin: 0 auto 20px;
	}

	.page h3.staff-image,
	.page h5.staff-image{
		text-align: center;
		width: 100%;
	}


	.staff-title{
	   padding: 0px 0 15px;
	   text-align: center;
    }

    #page-bottom-container #page-bottom #text-23 .widget-title{
    	font-size: 30px;
    	line-height: 35px;
    }

    #page-bottom-container #page-bottom .widget_custom_html{
    	padding: 75px 25px 55px;
    }

    .card-filters-container .card-filters-wrap li{
    	width: 100%;
    	margin-right: 0;
    	padding-right: 0;
    }

    .page-id-10380 .content .video-container{
    	padding-bottom: 64%;
    }

}

@media only screen and (max-width: 400px) {
	.front-page-2 #text-4 .widget-title{
		font-size: 36px;
		line-height: 40px;
	}



	.product .top .right .vivid-button{
	
		margin-right: 0;
	}


	#page-bottom-container #page-bottom #text-11 .widget-title {
        font-size: 28px;
        line-height: 34px;
    }

    #page-bottom-container #page-bottom #text-11{
    	padding: 0;
    }

    #page-bottom-container #page-bottom #widget_sp_image-15 a.vivid-button{
    	margin-top: 48px;
    }


    .product .bottom .product-details .right .product_price_details{
    	margin-left: 0;
    	display: block;
    	text-align: center;
    }


    .product .bottom .product-details .right .product_link {
         display: block;
         text-align: center;
    }

    .product .bottom{
    	padding: 38px 0  15px 0;
    }

    .front-page-1 .widget-area{
    	padding-top: 50px;
    	padding-bottom: 45px;
    }


    .front-page-1 #text-3{
    	max-width: 100%;
    }

    div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 100%;
        padding-right: 0;
    }

    .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right{
    	width: 100%;

    }

    .gform_wrapper .ginput_complex .ginput_right{
    	margin-left: 0;
    }

    

    .front-page-1 .vivid-button{
   	   margin-right: 0;
   }

   #blue-container .page-title h1.entry-title{
   	font-size: 40px;
   }


   .sidebar-primary .widget_sp_image{

   		padding: 36px;
   }


   #store .widget_sp_image .widget-text-box{
	   	   top: 28%;
	   }

	 #store #widget_sp_image-21.widget_sp_image .widget-text-box{
	      top: 37%;
	   }


	.academy .academy-footer .wrap{
		text-align: center;
	}
	.academy .site-title a{
	   	   background-size: 100% 100% !important;
	}

	/**Page- Bottom: Trouble Call Thursdays**/
	#page-bottom-container #page-bottom{
		background: #0D0D0D;
		padding-bottom: 40px;
		
	}

	#page-bottom-container #page-bottom .widget_custom_html{
		padding: 0;
	}
	/**End Page- Bottom: Trouble Call Thursdays**/



 }

 @media only screen and (max-width: 320px) {
	   #store .widget_sp_image .widget-text-box a.title{
	   	   font-size: 30px;
	   	   line-height: 30px;
	   }

	   #store .widget_sp_image .widget-text-box{
	   	   top: 30%;
	   }


	   #store .widget_sp_image .widget-text-box a.title:after {
	    font-size: 25px;
	   }


	   #store #widget_sp_image-21.widget_sp_image .widget-text-box{
	      top: 37%;
	   }

	   #page-bottom-container #page-bottom #text-23 .widget-title{
    	font-size: 25px;
    	line-height: 30px;
    }
	   
}