/*
	Theme Name:  CauseVox
	Description: Custom <a href="http://genesistheme.com">Genesis</a> child theme for CauseVox.
	Author:      JT Grauke
	Author URI:  http://www.jtgrauke.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML 5 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:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Error Labels
 * ========================================================================== */


.error-label{
  background: #a72d2d;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 12px;
  position: absolute;
  z-index: 100;
}

.error-input{
  background: #f3dede !important;
}

.error-input::-moz-placeholder {
  color: #d28585;
}
.error-input:-ms-input-placeholder {
  color: #d28585;
}
.error-input::-webkit-input-placeholder {
  color: #d28585;
}


/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.col2-set:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.col2-set:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

/* Toggle
 * ========================================================================== */

.toggle-help{
  color: rgba(0,0,0,.5);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0 15px;
  vertical-align: middle;
}

.switch-wrapper{
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.switch-disabled{
  opacity: .5;
  pointer-events: none;
}

/**
 * Switch Styles
 */
/* Variables */
/* Switch Container */
.switch {
  position: relative;
  display: inline-block;
}
/* Hide the checkbox input (only needed for `:checked` property) */
.switch-input {
  display: none;
}
/* Switch */
.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Switch Rail & Knob */
  /* Switch Rail */
  /* Switch Knob */
}
.switch-label:before,
.switch-label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label:before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  background-color: #F37B58;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.pane .switch-label:before{
  background-color: #2d9dac;
}
.switch-label:after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
/* When input is checked */
.switch-input:checked + .switch-label {
  /* Switch Rail */
  /* Switch Knob */
}
.switch-input:checked + .switch-label:before {
  background-color: #F37B58;
}
.pane .switch-input:checked + .switch-label:before {
  background-color: #2d9dac !important;
}
.switch-input:checked + .switch-label:after {
  left: 24px;
}


/* Typography
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
h6,
.entry-meta,
.nav-primary .genesis-nav-menu a,
.comment-meta,
.widgettitle,
.ui-tabs-nav li a {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 500;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Brandon Text W01", "brandon text", "Avenir", arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6,
.widgettitle {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin: 0 0 1.625em;
	padding: 0;
}

strong {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	margin: 24px 0;
	padding: 40px 0;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	text-align: center;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 2px solid #f2f2f2;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

@media only screen and (min-width: 1024px) {

	body {
		font-size: 18px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	blockquote {
		font-size: 32px;
	}
}

@media only screen and (min-width: 1281px) {

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 18px;
	}
}

/* Links
 * ========================================================================== */

a {
	color: #30bed1;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.genesis-nav-menu a {
	-webkit-transition: all .2s cubic-bezier(0.23,1,.32,1);
	-moz-transition:    all .2s cubic-bezier(0.23,1,.32,1);
	-ms-transition:     all .2s cubic-bezier(0.23,1,.32,1);
	-o-transition:      all .2s cubic-bezier(0.23,1,.32,1);
	transition:         all .2s cubic-bezier(0.23,1,.32,1);
}

.genesis-nav-menu .sub-menu {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition:    opacity .2s ease-out;
	-ms-transition:     opacity .2s ease-out;
	-o-transition:      opacity .2s ease-out;
	transition:         opacity .2s ease-out;
}

/* Site Footer
 * ========================================================================== */

.site-footer{
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .site-footer{
    padding-top: 40px;
  }
}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.entry-content img{
  border: 1px solid rgba(0,0,0,.1);
}


/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	color: #333;
	font-size: 16px;
	padding: 14px 16px 12px;
	width: 100%;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: inset 0 0 0 1px #F37B58;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}


/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #F37B58;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.6;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 20px 12px 20px;
	text-decoration: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.-stroke:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background-color: #F37B58;
	box-shadow: inset 0 0 0 100px rgba(255,255,255,0.1);
}

.button.-full-width {
	display: block;
	width: 100%;
}

.button.-light {
	background-color: rgba(243,123,88,0.2);
	color: #F37B58;
}

.button.-light:hover {
	background-color: rgba(243,123,88,1);
	color: #fff;
}

[class*="bg-gradient-"] .button.-light {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

.button.-minimal {
	background: transparent;
	color: #F37B58;
	padding-left: 0;
	padding-right: 0;
}

.button.-arrow-right:after {
	content: "\f344";
	font-family: Dashicons;
	margin-left: 4px;
	vertical-align: top;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.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 img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
 * ========================================================================== */

img.rounded {
	border-radius: 2px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

img.stretch {
	max-width: 112%;
	margin-left: -6%;
	display: inline-block;
	margin-top: 20px;
}

@media only screen and ( min-width: 1024px ) {
	img.stretch {
		max-width: 140%;
		margin-left: -20%;
	}
}


/* Site Containers
 * ========================================================================== */

#menu-top-menu{
  white-space: nowrap;
}

.site-container {
	margin-top: 70px;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 40px 0;
	overflow: hidden;
}

.page-template-flexible-template .site-inner,
.page-template-pricing .site-inner {
	padding: 0;
}

.full-width-content .content {
	width: 100%;
}

@media only screen and (min-width: 1024px) {

	.content {
		float: right;
		width: 70%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		padding: 0 7%;
		max-width: 1500px;
	}

	.site-inner {
		padding: 80px 0;
	}
}


/* Grid
 * ========================================================================== */


@media only screen and (min-width: 768px) {

	.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.footer-site-menus section,
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-site-menus section {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-site-menus section:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}


/* Site Header
 * ========================================================================== */

.site-header {
	background-color: #30bed1;
	box-shadow: 0 5px 10px -8px rgba(0,0,0,0.2);
	width: 100%;
	margin-top: -70px;
	z-index: 999;
}

.site-header.site-header-fixed{
  position: fixed;
}

.title-area {
	width: 78%;
	max-width: 173px;
	height: 70px;
	float: left;
}

.site-title {
	height: 70px;
	margin: 0 auto;
}

.title-area a {
	background-image: url(images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	color: transparent;
	border: 0;
}

@media only screen and (min-width: 768px) {

	.site-header {
		padding: 16px 0;
		position: relative;
		background: transparent;
		box-shadow: none;
    transition: 250ms padding ease, 250ms background ease;
	}

  .site-header.site-header-fixed{
    background-image: linear-gradient(150deg, #30bed1 50%,#564bdd 100%);
    background: #30bed1;
    position: fixed;
    padding: 10px 0 0 0;
  }

	.error404 .site-header,
	.archive.paged .site-header,
  .blog.paged .site-header,
	.archive-no-results .site-header {
		background-color: #30bed1;
	}

	.error404 .site-header .nav-primary,
  .archive.paged .site-header .nav-primary,
	.blog.paged .site-header .nav-primary,
	.archive-no-results .site-header .nav-primary {
		padding-bottom: 0;
		border-bottom: 0;
	}
}


/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 16px 0;
	position: relative;
	color: #fff;
	opacity: .7;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	opacity: 1;
}

@media only screen and (min-width: 768px) {

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 1px solid #fff;
		border-radius: 3px;
		color: #fff;
		line-height: 1;
		padding: 10px 20px 9px;
		margin-top: 22px;
	}

	.genesis-nav-menu .menu-item.highlight a:hover,
	.genesis-nav-menu .menu-item.highlight.current-menu-item a {
		background: #fff;
		color: #F37B58;
	}

	.genesis-nav-menu .sub-menu {
		width: 160px;
		z-index: 99;
		background: #fff;
		box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
		border-radius: 3px;
		opacity: 0;
		margin-top: -12px;
		padding: 12px 0;
		position: absolute;
		left: 18px;
		text-align: left;
		pointer-events: none;
    white-space: normal !important;
		-webkit-transition: all .2s ease-out;
		-moz-transition:    all .2s ease-out;
		-ms-transition:     all .2s ease-out;
		-o-transition:      all .2s ease-out;
		transition:         all .2s ease-out;
	}

	.genesis-nav-menu .sub-menu:before {
		content: " ";
		position: absolute;
		top: -5px;
		left: 16px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-top: 0;
		opacity: 1;
		pointer-events: inherit;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: none;
		padding: 6px 16px;
		width: 160px;
		margin: 0;
		color: #333;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -50px 0 0 198px;
	}

	.genesis-nav-menu > li.menu-item-has-children > a {
		margin-right: 16px;
	}

	.genesis-nav-menu > li.menu-item-has-children > a:after {
		content: "\f347";
	    float: right;
	    position: absolute;
	    font: normal 12px/1 'dashicons';
	    right: -16px;
	    top: 10px;
	}
}


/* Nav Primary */

.nav-primary {
	width: auto;
}

.nav-primary .genesis-nav-menu a {
	font-size: 18px;
}

@media only screen and (min-width: 768px) {

	.nav-primary .genesis-nav-menu a {
		font-size: 12px;
	}

	.nav-primary {
		text-align: right;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding-bottom: 15px;
    transition: 250ms padding ease;
	}
  .site-header-fixed .nav-primary{
    border-bottom: none;
  }

	.nav-primary > ul {
		margin: 0 0 0 170px;
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 15px;
		padding: 30px 0 15px;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 34px;
	}

}

@media only screen and (min-width: 1024px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: -2px 0 0 36px;
		font-size: 14px;
	}
}

/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

@media only screen and (max-width: 767px) {

	.icon-responsive-nav {
		display: block;
		width: 100%;
		text-align: right;
		cursor: pointer;
		color: #fff;
		padding: 12px 0;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1.5 'dashicons';
		margin: 0 auto;
		padding: 0;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		color: #fff;
		font: normal 16px/1 'dashicons';
		padding: 14px 5px 14px;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
		cursor: pointer;
	}

	.responsive-nav .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.responsive-nav .sub-menu {
		display: none;
	}

	.responsive-nav .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}

	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
	}

	.responsive-nav > li:last-child {
		margin-bottom: 20px;
	}

	.responsive-nav li a {
		padding: 14px 0;
		margin: 0;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
}

/* Nav Secondary */

.nav-secondary {
	margin: -20px -5% 20px;
	text-align: center;
	overflow: hidden;
	/*width: 110%;*/
}

.nav-secondary .wrap {
	padding: 0;
}


.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	width: 33%;
	float: left;
	margin: 0 0 20px;
}

.nav-secondary .genesis-nav-menu a {
	margin: 0;
	font-weight: 700;
	font-size: 12px;
	opacity: .5;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li a:before {
	content: "";
	font-family: Ionicons;
	font-size: 32px;
	font-weight: 400;
	display: block;
}

.nav-secondary .genesis-nav-menu li.overview a:before {
	content: "\f133";
}

.nav-secondary .genesis-nav-menu li.design a:before {
	content: "\f4d6";
}

.nav-secondary .genesis-nav-menu li.administration a:before {
	content: "\f13d";
}

.nav-secondary .genesis-nav-menu li.personal-pages a:before {
	content: "\f212";
}

.nav-secondary .genesis-nav-menu li.donations a:before {
	content: "\f119";
}

.nav-secondary .genesis-nav-menu li.customer-service a:before {
	content: "\f3fa";
}

@media only screen and (min-width: 768px) {
	.nav-secondary {
		margin: 0 0 60px;
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu a {
		font-size: 16px;
	}

	.nav-secondary .genesis-nav-menu li {
		width: 16.666666667%;
		float: left;
		margin: 0;
	}

	.nav-secondary .genesis-nav-menu li:first-child {
		margin-left: 0;
	}

	.nav-secondary .genesis-nav-menu li:last-child {
		margin-right: 0;
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border-radius: 3px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #30bed1;
	color: #fff;
	border-bottom: 0;
}

/* Background Images and Colors
 * ========================================================================== */

.-with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-gradient-blue,
.bg-gradient-purple,
.bg-gradient-blue a,
.bg-gradient-purple a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-gradient-blue:after,
.bg-gradient-purple:after,
.bg-light-gray:after,
.bg-gradient-fade:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-filter: "alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.90;
	z-index: 0;
}

.bg-gradient-blue:after {
	background: #30bed1; /* Old browsers */
	background-image: -moz-linear-gradient(-70deg, #30bed1 50%, #564bdd 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(-70deg, #30bed1 50%,#564bdd 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(150deg, #30bed1 50%,#564bdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30bed1', endColorstr='#564bdd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient-purple:after {
	background: #f37b58; /* Old browsers */
	background-image: -moz-linear-gradient(-45deg, #f37b58 2%, #955af2 50%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(-45deg, #f37b58 2%,#955af2 50%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(135deg, #f37b58 2%,#955af2 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37b58', endColorstr='#955af2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-light-gray:after {
	background: #f2f2f2;
}

.bg-gradient-fade:after {
	background: -moz-linear-gradient(top,  rgba(85,85,85,0.1) 50%, rgba(51,51,51,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(85,85,85,0.1) 50%,rgba(51,51,51,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(85,85,85,0.1) 50%,rgba(51,51,51,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33555555', endColorstr='#99333333',GradientType=0 ); /* IE6-9 */
}

.color-blue {
	color: #30bed1;
}

.color-orange {
	color: #F37B58;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 40px 0 20px;
	position: relative;
	text-align: center;
	color: #fff;
}

.page-header h1 {
	line-height: 1.2;
	margin-bottom: 0.25em;
	display: inline-block;
}

.page-header .entry-categories a,
.page-header .author-name {
	opacity: .7;
}

.page-header .button {
}

/* Home Header
 * ========================================================================== */

.page-header {
  padding: 160px 0 80px 0;
}

.page-header,
.home-page-header {
  margin-top: -120px;
}


.page-header h1,
.home .page-header h1 {
  font-size: 60px;
}

.page-header .entry-meta {
  font-size: 18px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .page-header {
    padding: 55px 0 40px 0;
  }

  .page-header h1,
  .home .page-header h1 {
    font-size: 42px;
  }

  .page-header,
  .home-page-header {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {

	.page-header {
		padding: 200px 0 120px 0;
	}

	.page-header p,
	.home .page-header p {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1281px) {
	.home .page-header h1 {
		font-size: 72px;
	}
}


/* Header Video
 * ========================================================================== */

.page-header .video {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.page-header .video a{
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50px;
  align-items: center;
  display: flex;
  text-decoration: none;
  transition: border 250ms ease, color 250ms ease;
}
.page-header .video a:hover{
  border: 2px solid rgba(255,255,255,.6);
  text-decoration: none;
}

.page-header .video .icon{
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.65);
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  transition: border 250ms ease, color 250ms ease;
  width: 30px;
}
.page-header .video a:hover .icon{
  color: rgba(255,255,255,1);
}

.page-header .video .caption{
  color: rgba(255,255,255,.65);
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  text-transform: uppercase;
  transition: border 250ms ease, color 250ms ease;
}
.page-header .video a:hover .caption{
  color: rgba(255,255,255,1);
}
#video-popup {
  position: relative;
  background: #000000;
  width: auto;
  max-width: 1050px;
  margin: 20px auto;
}

/* Header Signup
 * ========================================================================== */

.page-header .sign-up {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.page-header .sign-up-under{
  color: rgba(255,255,255,.65);
  font-size: 14px;
  margin-top: 5px;
}
.page-header #signup_email{
  background: rgba(255,255,255,.65) !important;
  color: #000000;
}
.page-header #signup_email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,.4);
}
.page-header #signup_email::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.4);
}
.page-header #signup_email:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.4);
}
.page-header #signup_email:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,.4);
}
.page-header .sign-up div {
  width: 25%;
  margin: 0 3px;
  padding: 0 5px;
}
.page-header .signup-button{
  width: 200px !important;
}

@media only screen and (max-width: 768px) {
  .page-header .sign-up {
    flex-direction: column;
  }

  .page-header .sign-up div {
    width: 100%;
    margin: 3px 0;
    padding: 0;
  }
  .page-header .signup-button{
    width: 100% !important;
  }
}

/* Logos Area
 * ========================================================================== */

.logos-heading{
  color: rgba(0,0,0,.6);
  text-align: center;
  width: 100%;
}

.bg-logo{
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}
.bg-logo img{
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/* Branded Campaigns Area
 * ========================================================================== */

 .bg-branded{
   padding-bottom: 0 !important;
 }

 .bg-branded .wrap-content p:last-of-type{
   margin-bottom: 0 !important;
 }

 .bg-branded .wrap-content img{
   margin: 0 !important;
 }

/* Rob Staff
 * ========================================================================== */

.bg-staff{
  padding: 0 !important;
}

.bg-staff img{
  display: block;
  height: 450px;
  margin-left: 40px;
  margin-top: 50px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .bg-staff{
    padding-top: 40px !important;
  }
}

/* Featured Campaigns
 * ========================================================================== */

[class*="featured-"] .button {
	margin: 0 !important;
}

[class*="featured-"] .grid {
	width: 100%;
}

.campaign-grid .one-fourth {
	align-self: top;
}

.featured-campaigns .one-fourth {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.05);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.featured-campaigns .campaign-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 30px;
}

.featured-campaigns h3,
.featured-campaigns h4,
.featured-campaigns .status {
	padding: 0 8%;
}

.featured-campaigns .status {
	margin: 40px 0 5%;
	overflow: auto;
}

.featured-campaigns h3 a {
	color: #333;
}

.featured-campaigns h4 {
	opacity: .5;
	text-transform: uppercase;
	font-size: .66rem;
	letter-spacing: 0.05em;
}

.featured-campaigns .progress-bar {
	margin: 0 0 20px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	width: 100%;
	height: 4px;
}

.featured-campaigns .progress-bar .progress-fill {
	background: #F37B58;
	height: 4px;
	border-radius: 3px;
}

.featured-campaigns .status h5 {
	float: left;
}

.featured-campaigns .status .days-remaining {
	float: right;
}

.featured-campaigns .status h5,
.featured-campaigns .status .days-remaining {
	font-size: 14px;
	line-height: 2em;
}

.featured-campaigns .status .days-remaining:before {
	content: "\f469";
	font-family: Dashicons;
	margin-right: 4px;
	vertical-align: top;
}

@media only screen and (min-width: 768px) {

	[class*="featured-"] h2 {
		float: left;
	}

	[class*="featured-"] .button {
		float: right;
	}
}

/* Featured Stories
 * ========================================================================== */

.flexible-content.featured-stories {
	padding-top: 0;
}

.featured-stories article {
	padding: 30px 20px 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	min-height: 260px;
	display: flex;
	width: 100%;
}

.featured-stories article > .body {
	align-self: flex-end;
}

.featured-stories article,
.featured-stories h3 a,
.featured-stories article .entry-excerpt * {
	color: #fff;
}

.featured-stories article > * {
	position: relative;
	z-index: 4;
}

.featured-stories article .entry-meta {
	font-size: 12px;
	opacity: .5;
	margin-bottom: 20px;
}

.featured-stories article .entry-excerpt * {
	opacity: 1;
}

@media only screen and (min-width: 768px) {

	.featured-stories .one-half {
		margin: 0;
		width: 50%;
		display: flex;
	}

	.featured-stories .grid {
		padding: 20px 0;
	}

	.featured-stories article {
		margin: 0;
		width: 100%;
	}
}

/* Alternate Use Cases
 * ========================================================================== */

.alt-use-cases {
	padding-top: 0;
}

.alt-use-cases .grid{
  border-radius: 5px;
  min-height: 450px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0;
}

.alt-use-cases h3{
  background: rgba(0,0,0,.9);
  border-radius: 4px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.alt-use-cases a{
  color: rgba(255,255,255,1);
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  transition: 250ms opacity ease;
  width: 100%;
}
.alt-use-cases a:hover{
  opacity: .85;
}

.alt-use-cases a > .body {
}

.alt-use-cases .one-half{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  display: flex;
  margin: 0;
  text-decoration: none;
  width: 50%;

  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

@media only screen and (max-width: 768px) {

	.alt-use-cases .one-half {
    display: block;
		width: 100%;
	}

	.alt-use-cases .grid {
	}

	.alt-use-cases a{
    display: flex;
		height: 150px;
	}
}

/* Tabs Nav
 * ========================================================================== */

.tabs-nav {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}

.tabs-nav li {
    display: inline-block;
    margin: 2px;
}

.tab {
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    display: none;
}

#payasyougo {
 	display: block;
}

@media only screen and (min-width: 768px) {
	.tabs-nav {
		margin-bottom: 60px;
	}
}

/* Pricing Tooltips
 * ========================================================================== */

 .tooltip-link{
   display: inline-block;
   font-weight: 700;
   position: relative;
 }

 .tooltip{
   background: rgba(0,0,0,.9);
   border-radius: 3px;
   color: #ffffff;
   display: none;
   font-size: 13px;
   font-weight: 400;
   line-height: 1.6;
   padding: 10px;
   width: 250px;

   position: absolute;
   left: -125px;
   top: 32px;
   z-index: 5;
 }
 .tooltip:after{
  content:'';
  display:block;
  width:0;
  height:0;
  position:absolute;

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom:5px solid rgba(0,0,0,.9);
  left: 123px;
  top: -5px;
 }

 .tooltip-link:hover .tooltip{
   display: block;
 }

/* Pricing Info
 * ========================================================================== */

.pricing-info {
	text-align: center;
	padding-top: 40px;
}

.pricing-info p {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.pricing-annual, .pricing-monthly{
  display: none;
}
.pricing-table-annual .pricing-annual{
  display: block;
}
.pricing-table-monthly .pricing-monthly{
  display: block;
}

.pricing-table .plan {
	box-shadow: inset 0 0 0 2px #f0f0f0;
	text-align: center;
	padding: 40px 20px 20px;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
	transition: all .2s ease-out;
	font-size: 14px;
	margin-bottom: 40px;
}

.pricing-table .plan em {
	opacity: .5;
	margin-bottom: 20px;
	display: block;
}

.pricing-table .plan h1 {
	color: #30bed1;
}

.pricing-table .plan h1 span {
	font-size: .66em;
}

.pricing-table .plan ul {
	margin-bottom: 40px;
	line-height: 2;
}

.pricing-table .plan ul.features{
  border-top: 2px solid rgba(0,0,0,.05);
  margin: 0 -20px 0 -20px;
  padding-top: 20px;
	line-height: 2;
}

.pricing-table .plan li{
  margin: 0 20px;
}
.pricing-table .plan .features li{
  line-height: 1.6;
  margin: 15px 20px;
}

.pricing-table .plan li:last-child{
  margin-bottom: 0;
}

.pricing-table .plan li.divider{
	border-bottom: 1px solid rgba(0,0,0,.03);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.pricing-table .plan li.last-divider{
  margin-bottom: 20px;
}

.pricing-table .plan p {
	padding-left: 20px;
	padding-right: 20px;
}

.pricing-table .plan ul.small {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	opacity: .7;
}

.pricing-table .plan .button {
	z-index: 3;
	align-self: flex-end;
}

.pricing-table .plan.featured {
	background: #fff;
	box-shadow: none;
	z-index: 2;
}

.pricing-table .plan.featured:before,
.pricing-table .plan.featured:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0;
  height: 100%;
  /*opacity: 1;*/
  pointer-events: none;
  transition: all .2s ease-out;
  transform: scale(1.02);
}

.pricing-table .plan.featured:before {
	border-radius: 6px;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 4px;
	-moz-background-size: 100% 4px;
	background-size: 100% 4px;
	background-image: -webkit-linear-gradient(to right, #f37b58 0%, #955af2 100%), -webkit-linear-gradient(right, #3a4ed5 0%, #955af2 100%);
	background-image: -moz-linear-gradient(to right, #f37b58 0%, #955af2 100%), -moz-linear-gradient(right, #3a4ed5 0%, #955af2 100%);
	background-image: -o-linear-gradient(to right, #f37b58 0%, #955af2 100%), -o-linear-gradient(right, #3a4ed5 0%, #955af2 100%);
	background-image: linear-gradient(to right, #f37b58 0%, #955af2 100%), linear-gradient(to left, #3a4ed5 0%, #955af2 100%);
}

.pricing-table .plan.featured:after {
	border-radius: 6px;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	-webkit-background-size: 4px 100%;
	-moz-background-size: 4px 100%;
	background-size: 4px 100%;
	background-image: -webkit-linear-gradient(top, #f37b58 0%, #955af2 100%), -webkit-linear-gradient(to top, #3a4ed5 0%, #955af2 100%);
	background-image: -moz-linear-gradient(top, #f37b58 0%, #955af2 100%), -moz-linear-gradient(to top, #3a4ed5 0%, #955af2 100%);
	background-image: -o-linear-gradient(top, #f37b58 0%, #955af2 100%), -o-linear-gradient(to top, #3a4ed5 0%, #955af2 100%);
	background-image: linear-gradient(to bottom, #f37b58 0%, #955af2 100%), linear-gradient(to top, #3a4ed5 0%, #955af2 100%);
}

.pricing-table .plan.featured .top:before {
	content: "Popular";
	background-image: -webkit-linear-gradient(left, #f37b58 0%, #955af2 100%), -webkit-linear-gradient(to right, #3a4ed5 0%, #955af2 100%);
	background-image: -moz-linear-gradient(left, #f37b58 0%, #955af2 100%), -moz-linear-gradient(to right, #3a4ed5 0%, #955af2 100%);
	background-image: -o-linear-gradient(left, #f37b58 0%, #955af2 100%), -o-linear-gradient(to right, #3a4ed5 0%, #955af2 100%);
	background-image: linear-gradient(to right, #f37b58 0%, #955af2 100%), linear-gradient(to left, #3a4ed5 0%, #955af2 100%);
	padding: 2px 6px;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	color: rgba(255,255,255,0.8);
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {

	.pricing-info {
		padding-top: 80px;
	}

	.pricing-table .plan {
		margin-bottom: 40px !important;
	}

	.pricing-table .plan.one-fourth {
		width: 50%;
		margin: -2px 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child,
	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.pricing-table .plan.one-third {
		width: 33%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-third:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1024px) {

	.pricing-table .plan.one-fourth {
		width: 25%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child {
		margin-left: 0;
	}

	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: -2px;
	}
}

/* Flexible Content
 * ========================================================================== */

.flexible-content.bg-light-gray{
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.flexible-content {
	padding: 40px 0;
	position: relative;
}

.flexible-content:last-child,
.flexible-content.no-bottom-padding {
	padding-bottom: 0;
}

.flexible-content.no-top-padding {
	padding-top: 0;
}

.flexible-content.bg-gradient-purple:last-child,
.flexible-content.bg-gradient-blue:last-child,
.flexible-content.bg-light-gray:last-child {
	padding-bottom: 40px;
}

.flexible-content p {
	color: #777;
}

.flexible-content ul{
  list-style-type: circle;
}

.flexible-content li{
  color: #777;
  list-style-type: circle;
  margin-left: 20px;
}
.flexible-content li.slick-slide{
  list-style-type: none;
  margin-left: 0;
}

.page-template-pricing .flexible-content .one-fifth {
	font-size: 15px;
}

.bg-gradient-purple p,
.bg-gradient-blue p {
	color: #fff;
	opacity: .65;
}

.flexible-content .button {
	margin: 12px 0;
}

.flexible-content .button + .button {
	margin: 12px;
}

.flexible-content i {
	font-size: 40px;
	color: #F37B58;
}

@media only screen and (min-width: 768px) {
	.flexible-content {
		padding: 80px 0;
	}

	.flexible-content.bg-gradient-purple:last-child,
	.flexible-content.bg-gradient-blue:last-child,
	.flexible-content.bg-light-gray:last-child {
		padding-bottom: 80px;
	}

}

/* Full Width Content
 * ========================================================================== */

.flexible-content.full-width-content h2,
.flexible-content.full-width-content .subtitle  {
	text-align: center;
}

/* Three Boxes // Team Bios // Case Study // Box Image
 * ========================================================================== */

.three-boxes,
.team-grid,
.case-studies-grid,
.learning-center-grid {
	text-align: center;
}

.three-boxes .one-third,
.team-grid .one-third,
.case-studies-grid .one-third,
.learning-center-grid .one-third {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.05);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.case-studies-grid .one-third,
.learning-center-grid .one-third {
	margin-top: 0;
	margin-bottom: 40px;
}

.three-boxes .box-image,
.team-grid .box-image,
.case-studies-grid .box-image,
.learning-center-grid .box-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: -1;
}

.case-studies-grid h3,
.three-boxes h3,
.three-boxes p,
.case-studies-grid p,
.learning-center-grid p {
	padding: 0 8%;
	width: 100%;
}

/* Case Studies // Learning Center
 * ========================================================================== */

.case-studies-grid a h3,
.case-studies-grid a p,
.case-studies-grid a:hover,
.learning-center-grid a h3,
.learning-center-grid a p,
.learning-center-grid a:hover {
	color: #333;
	text-decoration: none;
}

.case-studies-grid a p,
.learning-center-grid a p {
	color: #777;
}

.case-studies-stats {
	padding: 25px 0 0;
}

.case-studies-stats h2 {
	color: #F37B58;
}

@media only screen and (min-width: 1024px) {

	.case-studies-stats {
		padding: 40px 0 15px;
	}
}

/* Content with Image
 * ========================================================================== */

.content-with-image {
  overflow: hidden;
}

.content-with-image h2 {
  margin-bottom: 1.612em;
}

.image.pull-down {
  margin-bottom: -60px;
}

@media only screen and (min-width: 768px) {

  .image.pull-left {
    margin-left: -50%;
  }

  .image.pull-down {
    margin-bottom: 0;
    width: 50%;
    position: absolute;
    bottom: -10px;
  }

  .image.pull-right {
    margin-right: -50%;
  }

  .content-with-image .grid.equal-heights > * {
    align-self: center;
  }
}

@media only screen and (min-width: 1281px) {
  .content-with-image .content {
    padding: 0 13.5%;
  }
}

/* Testimonials
 * ========================================================================== */

.testimonials {
	text-align: center;
}

.testimonials blockquote {
  color: #ffffff;
	max-width: 760px;
	padding: 0 5%;
	margin: 0 auto;
	border: 0;
}

.testimonial-source {
  color: #ffffff;
	max-width: 200px;
	margin: 40px auto;
	text-align: left;
}

.testimonials .testimonial-source img {
	max-width: 50px;
	border-radius: 25px;
	float: left;
	margin-right: 20px;
}

.testimonials .testimonial-source h3,
.testimonials .testimonial-source h4 {
	padding-left: 70px;
	margin-bottom: 0.5em;
}

.testimonials .testimonial-source h4 {
	opacity: .5;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 12px;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #333;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	border-color: #333;
}

.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a.active,
.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a:focus
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a.active,
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #fff;
}

.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a,
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a {
	border-color: #fff;
}

@media only screen and (min-width: 768px) {

	.testimonials blockquote {
		font-size: 24px;
	}

	.testimonials .quote p {
		font-size: 42px;
		line-height: 2;
	}
}

/* Browser window
 * ========================================================================== */

.browser-window {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  display: flex;
  flex-direction: column;
}
.browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  background: rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.browser-window .circles {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 10px;
}
.browser-window .circle {
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background-color: rgba(0,0,0,.2);
  margin-right: 5px;
}
.browser-window .content{
  flex: 1;
  margin: 0;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;
  overflow: hidden;
  width: 100%;

  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;

  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.browser-window .content:before {
  content: "";
  float: left;

  /* essentially the aspect ratio. 100% means the
      div will remain 100% as tall as it is wide, or
      square in other words.  */
  padding-bottom: 75%;
}
.browser-window .content:after {
    content: "";
    display: table;
    clear: both;
}

/* Hubspot form field
 * ========================================================================== */

.hs-form fieldset{
  max-width: none !important;
}

.hs-form li{
  list-style-type: none !important;
  margin-left: 0 !important;
}

.hs-form-field{
  float: none !important;
  margin-bottom: 20px !important;
  width: 75% !important;
}

.hs-form-field label{
  color: rgba(0,0,0,.4) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.hs_submit .hs-button{
  width: 75% !important;
}

@media only screen and (max-width: 768px) {
  .hs-form-field{
    width: 100% !important;
  }

  .hs_submit .hs-button{
    width: 95% !important;
  }
}



/* Example Case Studies
 * ========================================================================== */

.example-studies{
  border-bottom: 1px solid rgba(0,0,0, .05);
  border-top: 1px solid rgba(0,0,0, .05);
  padding: 80px 0;
	text-align: center;
}

.example-studies .tabs{
  display: flex;
  justify-content: center;
  position: relative;
}

.example-studies .tabs a{
  border-bottom: 2px solid transparent;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.example-studies .tabs a:hover{
  text-decoration: none;
}

.example-studies .tabs a.active{
  border-bottom: 2px solid rgba(0,0,0,.1);
}

.example-studies .tabs a:last-child{
  margin-right: 0;
}

.example-study{
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: 40px;
}

.example-study .media{
  width: 50%;
}

.example-study .description{
  padding: 0 40px;
  text-align: left;
  width: 50%;
}

.example-study .logo img{
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  margin-bottom: 40px;
}

.example-study h3{
  margin: 0;
}
.example-study .line2{
  color: rgba(0,0,0,.6);
  font-size: 18px;
  margin: 0;
  margin-top: 10px;
}

.example-study .quote{
  color: rgba(0,0,0,.4);
  font-size: 22px;
  font-style: italic;
  margin: 35px 35px 0 35px;
}

.example-study .author{
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.example-study .author-name{
  color: rgba(0,0,0,.6);
  font-size: 14px;
}

.example-study .author-name strong{
  color: rgba(0,0,0,1);
  font-size: 18px;
}

.example-study .author-photo{
  margin-right: 20px;
}

.example-study .author-photo img{
  border-radius: 50%;
  display: block;
  height: 100px;
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .example-studies .tabs{
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .example-studies{
    padding: 40px 0;
  }

  .example-study{
    display: block;
  }

  .example-study .media{
    width: 100%;
  }

  .example-study .description{
    padding: 40px 0 0 0;
    width: 100%;
  }
}
/* Rotating Feature
 * ========================================================================== */

.rotating-features{
  border-bottom: 1px solid rgba(0,0,0, .05);
  border-top: 1px solid rgba(0,0,0, .05);
  padding: 80px 0;
	text-align: center;
}

.rotating-features .tabs{
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}

.rotating-features .tabs a{
  border-bottom: 2px solid transparent;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.rotating-features .tabs a:hover{
  text-decoration: none;
}

.rotating-features .tabs a.active{
  border-bottom: 2px solid rgba(0,0,0,.1);
}

.rotating-features .tabs a:last-child{
  margin-right: 0;
}

.rotating-feature{
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: 40px;
}
.rotating-feature.rotating-feature-reverse{
  flex-direction: row-reverse;
}

.rotating-feature .media{
  width: 50%;
}
.rotating-feature .media > img{
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.rotating-feature .description{
  padding: 0 40px;
  text-align: left;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .rotating-features .tabs{
    justify-content: flex-start;
    margin-top: 0;
    overflow-x: scroll;
  }

  .rotating-features{
    padding: 40px 0;
  }

  .rotating-feature{
    display: block;
  }

  .rotating-feature .media{
    width: 100%;
  }

  .rotating-feature .description{
    padding: 40px 0 0 0;
    width: 100%;
  }
}

/* Full width content + Content with image
 * ========================================================================== */

.content-width-image img,
.full-width-content .wrap-content img{
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/* Feature Grid
 * ========================================================================== */

.feature-grid{
  padding-bottom: 0;
}

.feature-grid .wrap{
  display: flex;
}

.feature-grid .wrap-heading{
  text-align: left;
  width: 25%;
}

.feature-grid .wrap-heading h2{
  font-size: 24px;
  text-align: left !important;
}

.feature-grid .wrap-heading p{
  text-align: left !important;
}

.feature-grid .wrap-content{
  font-size: 16px;
  padding-left: 80px;
  padding-top: 5px;
  text-align: left;
  width: 75%;
}
.feature-grid .wrap-content > div{
  margin-bottom: 40px;
}

.feature-grid .wrap-content h3{
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .feature-grid .wrap{
    display: block;
  }

  .feature-grid .wrap-heading{
    text-align: center;
    width: 100%;
  }

  .feature-grid .wrap-heading h2{
    font-size: 24px;
    text-align: left !important;
  }

  .feature-grid .wrap-heading p{
    text-align: left !important;
  }

  .feature-grid .wrap-content{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin: 0 -25px;
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    width: calc(100% + 50px);
  }

  .feature-grid .wrap-content > div{
    margin-bottom: 20px !important;
    padding: 0 25px !important;
    width: 50% !important;
  }

  .feature-grid .wrap-content h3{
    font-size: 16px;
  }
}

/* Use Cases
 * ========================================================================== */

.use-cases{
  border-bottom: 1px solid rgba(0,0,0, .05);
  border-top: 1px solid rgba(0,0,0, .05);
  padding: 80px 0;
	text-align: center;
}

.use-cases .tabs{
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}

.use-cases .tabs a{
  border-bottom: 2px solid transparent;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.use-cases .tabs a:hover{
  text-decoration: none;
}

.use-cases .tabs a.active{
  border-bottom: 2px solid rgba(0,0,0,.1);
}

.use-case{
  display: block;
  height: 450px;
  margin-top: 40px;
  position: relative;
}

.use-case .quote{
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.use-case blockquote {
  color: #ffffff;
  line-height: 1.6;
  font-size: 20px;
	border: 0;
  padding: 0 40px 0 40px;
  margin: 0;
  width: 100%;
}

.use-case .author{
  color: rgba(255,255,255,.65);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  padding: 15px 40px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}

.use-case .image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;

  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.use-case .image-desktop{
  display: block;
}
.use-case .image-mobile{
  display: none;
}
.use-case .image-gradient{
  background: linear-gradient(to right, rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 35%,rgba(0,0,0,0) 100%);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


@media only screen and (max-width: 768px) {
  .use-cases .tabs{
    justify-content: flex-start;
    margin-top: 0;
    overflow-x: scroll;
  }

  .use-cases{
    padding: 40px 0;
  }

  .use-case{
    display: block;
    height: 600px;
  }

  .use-case .image-desktop{
    display: none;
  }
  .use-case .image-mobile{
    display: block;
  }

  .use-case .image-gradient{
    background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 35%,rgba(0,0,0,0) 100%);
  }

	.use-case .quote {
    height: auto;
		width: 100%;
	}

  .use-case .quote blockquote{
    font-size: 16px;
    padding: 40px 40px 15px 40px;
  }
}

/* Page End Navigation
 * ========================================================================== */

.page-end-navigation {
	display: block;
	text-align: center;
	color: #333;
}

.page-end-navigation:hover {
	text-decoration: none;
}

/* Blog Toolbar / Search
 * ========================================================================== */

.toolbar {
	padding: 32px 0 24px;
	border-bottom: 1px solid #f2f2f2;
}

.toolbar .one-half {
	text-align: left;
}

.toolbar span {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.toolbar .search-form,
.toolbar .category-menu {
	display: inline-block;
}

.toolbar .category-menu {
	display: inline-block;
	margin-right: 12px;
}

.toolbar .genesis-nav-menu > li > a {
	color: inherit;
	padding-bottom: 12px;
}

.toolbar .genesis-nav-menu > li:first-child > a {
	margin-left: 0;
}

.toolbar .genesis-nav-menu > li.menu-item-has-children > a:after {
	content: "\f347";
    float: right;
    position: absolute;
    font: normal 12px/1 'dashicons';
    right: -16px;
    top: 10px;
}

.toolbar .genesis-nav-menu .sub-menu {
	width: 160px;
	z-index: 99;
	background: #fff;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
	border-radius: 3px;
	opacity: 0;
	margin-top: -12px;
	padding: 12px 0;
	position: absolute;
	left: 18px;
	text-align: left;
	pointer-events: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition:    all .2s ease-out;
	-ms-transition:     all .2s ease-out;
	-o-transition:      all .2s ease-out;
	transition:         all .2s ease-out;
}

.toolbar .genesis-nav-menu .sub-menu:before {
	content: " ";
	position: absolute;
	top: -5px;
	left: 16px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

.toolbar .genesis-nav-menu .menu-item:hover > .sub-menu {
	margin-top: 0;
	opacity: 1;
	left: 0;
	pointer-events: inherit;
}

.toolbar .genesis-nav-menu .sub-menu a {
	border-top: none;
	padding: 6px 16px;
	width: 160px;
	margin: 0;
	color: #333;
}

.toolbar .genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 198px;
}

.toolbar .genesis-nav-menu .sub-menu {
	border: 1px solid #eee;
}

.toolbar .genesis-nav-menu .sub-menu:after {
	content: " ";
    position: absolute;
    top: -6px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eee;
    z-index: -1;
}

/* Search Form */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 7px;
	top: -4px;
	font-family: ionicons;
	font-size: 30px;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 16px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}

@media only screen and (min-width: 768px) {
	.search-form {
		width: auto;
		margin-bottom: 0;
	}

	.toolbar .one-half {
		text-align: right;
	}

	.toolbar .genesis-nav-menu > li.menu-item-has-children > a {
		margin-right: 16px;
	}

	.toolbar .category-menu .genesis-nav-menu > li:first-child > a {
		margin-left: 36px;
	}

	.toolbar .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: 18px;
	}
}


/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.entry.page {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.blog-archive .entry,
.blog .entry,
.single-post .entry,
.single-case-study .entry{
	margin-bottom: 1em;
	padding: 40px 0;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
}

.single-post .entry:first-child,
.single-case-study .entry:first-child {
	padding-top: 0;
}

.single-post .content-sidebar-wrap,
.single-case-study .content-sidebar-wrap,
.flexible-content.full-width-content .content-sidebar-wrap,
.page-template-default.full-width-content .content-sidebar-wrap  {
	max-width: 740px;
	margin: 0 auto;
}

.entry-title {
	margin-bottom: .5em;
}

.entry-title a {
	color: #333;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 2em;
	line-height: 2;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta img {
	max-width: 36px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: 2px solid rgba(255,255,255,0.5);
	margin-bottom: -12px;
	margin-right: 6px;
}

.entry-footer {
	margin: 40px 0 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta .entry-categories {
	display: block;
}

.entry-meta .entry-categories a,
.entry-meta .entry-tags a {
	border: 0;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: 500;
}

.before-content-snippet {
	margin-bottom: 40px;
}

.before-content-snippet img {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {

	.blog-archive .entry {
		padding-right: 340px;
	}

	.blog-archive .entry-content .rounded {
		position: absolute;
		top: 40px;
		right: 0;
	}

}

/* Social Dock
 * ========================================================================== */

a .a2a_svg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

a:hover .a2a_svg {
	opacity: 1 !important;
	-webkit-filter: inherit;
	filter: inherit;
}

@media screen and (min-width: 980px) {
    .a2a_default_style {
    	display: none;
    }
}


@media screen and (max-width: 980px) {
    .a2a_vertical_style {
    	display: none;
    }

    .a2a_default_style {
	    margin-bottom: 40px;
	}
}

/* Slide Box
 * ========================================================================== */

.slidebox {
    padding: 30px 40px 40px;
    background-color: #fff;
    z-index: 99;
    position: fixed;
    bottom: 0;
    min-width: 300px;
    max-width: 400px;
    right: -430px;
    -moz-box-shadow: -2px -2px 50px rgba(0,0,0,0.1);
    -webkit-box-shadow: -2px -2px 50px rgba(0,0,0,0.1);
    box-shadow: -2px -2px 50px rgba(0,0,0,0.1);
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #f2f2f2;
}

.slidebox .simple-social-icons {
	margin-bottom: 10px;
}

.slidebox .simple-social-icons .widgettitle {
	float: left;
	margin-top: 13px;
	color: #F37B58;
}

.slidebox .simple-social-icons ul {
	float: right !important;
}

a.close {
    margin: 20px 0 0;
    display: block;
}


/* Author Box
 * ========================================================================== */

.author-box {
	border-bottom: 2px solid #f2f2f2;
	padding: 40px 0;
}

.author.archive .author-box {
	padding-top: 0;
	margin: 0 auto 40px;
}

.author-box-content,
.author-box-title {
	margin: 0 0 20px;
	margin-left: 80px;
}

.author-box .avatar {
	border-radius: 40px;
	float: left;
	max-width: 60px;
}

@media only screen and (min-width: 768px) {

	.author.archive .author-box {
		padding: 0 10%;
	}

	.author-box .avatar {
		margin: 0 40px 40px 0;
		width: 100%;
	}

	.author-box-content,
	.author-box-title {
		margin-left: 120px;
	}

	.author.archive .author-box {
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
}


/* Comments
 * ========================================================================== */

.entry-comments,
.entry-pings {
	padding: 40px 0;
}

.comment-respond h3 {
	padding-top: 20px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment,
.entry-comments .comment-reply {
	padding: 20px 0 40px;
	border-bottom: 1px solid #f2f2f2;
}

.entry-comments .comment:last-child,
.entry-comments .comment-reply:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 600;
}

.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 6px;
	margin-top: -6px;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-meta a {
	font-size: 12px;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-list li {
	list-style-type: none;
}

.comment-reply-title small {
	font-size: 18px;
	font-weight: 400;
}

/* Sidebars
 * ========================================================================== */

.sidebar .widget {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 16px;
}

/* Footer
 * ========================================================================== */

.footer-cta {
	padding: 70px 0;
	overflow: auto;
}

.footer-cta .one-fourth .button,
.footer-site-menus li {
	margin: 0 0 10px 0;
}

.footer-site-menus section,
.footer-newsletter section {
	margin-bottom: 40px;
}

.footer-site-menus li a {
	color: #333;
	opacity: .6;
}

.footer-site-menus li a:hover {
	opacity: 1;
}

@media only screen and (max-width: 768px) {

	.footer-site-menus {
		width: 100%;
	}

	.footer-site-menus section,
	.footer-cta .one-fourth {
		width: 48.275862068966%;
		float: left;
		margin-left: 3.448275862069%;
	}

	.footer-site-menus section:first-child,
	.footer-site-menus section:nth-child(3),
	.footer-cta .one-fourth:first-child,
	.footer-cta .one-fourth:nth-child(3) {
		clear: both;
		margin-left: 0;
	}

	.footer-newsletter {
		display: inline-block;
		overflow: auto;
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {

	.footer-cta .one-fourth {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

.enews form {
	position: relative;
}

.enews #subbox {
  border: 1px solid rgba(0,0,0,.1);
	padding-right: 60px;
}

.enews #subbutton {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}

.site-credits {
	font-size: 12px;
	opacity: .5;
	text-transform: uppercase;
}

.site-credits p {
	margin: 0;
}


body .simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.simple-social-icons ul li:first-child a {
	padding-left: 0 !important;
}

@media only screen and (min-width: 768px) {

	.footer-site-menus li a {
		font-size: 16px;
	}

	.site-credits {
		text-align: right;
	}

	.footer-social-icons,
	.site-credits {
		padding: 20px 0 40px;
	}
}

/*header issue fix*/

@media only screen and (min-width: 1024px) and (max-width: 1260px){
.nav-primary .genesis-nav-menu > li > a {
    margin: -2px 0 0 20px;
}
.wrap{padding: 0 2%;}
}