/*
	Theme Name: CCINTL 2018
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.3.2
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.3.0
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: #c3251d;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	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 #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #c3251d;
	color: #fff;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link {
	position: relative;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

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

/* Content */

.content {
	float: right;
	width: 880px;
}

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

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

.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;
}


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

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

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

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* 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: 100%;
}

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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 .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

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

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

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

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

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

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

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

.enews form + p {
	margin-top: 24px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #c3251d;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
/*:focus {
	color: #333;
	outline: #ccc solid 1px;
}*/


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

.site-header {
	background-color: #fff;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

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

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

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

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

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
}



/*Responsive Menu
__________________*/


.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::after {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
  vertical-align:text-bottom;
}
  
  .responsive-menu-icon.menu-open::after {
content: "\f158";
}
  .responsive-menu-icon .menutext{
  	display:none;
  }






/* 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;
}

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

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

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

/* After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

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

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

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

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

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

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

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

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

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

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

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


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

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

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

/* ### Genesis Responsive Menus */
  
  
  /* Responsive Menu
--------------------------------------------- */
  
   /*Responsive menu*/
  
  .genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
  .genesis-nav-menu.responsive-menu .menu-item{
  	border-bottom:1px solid #ededed;
  }
  .genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
  

 .responsive-menu-icon .menutext{
  	display:inline-block;
    font-weight:bolder;
    font-size:16px;
    margin-right:10px;
  }
.site-header .responsive-menu-icon::after {
	padding: 0;
}
  .responsive-menu .sub-menu{
  	display:none;
  }
  .responsive-menu .menu-item-has-children, .responsive-menu .menu-item:hover{
  position:relative;
  }
  .responsive-menu .menu-item-has-children:after{
  	content: "\f347";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: all .4s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right:5px;
  	 top:20px;
    position:absolute;
    
  }
  .responsive-menu .menu-item-has-children.activated:after{
  	transform:rotate(180deg);
  }
  .responsive-menu .sub-menu{
  	position:relative;
    width:100%;
    }
   .responsive-menu .sub-menu a{
    width:100%;
    border:0;
    
  }
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

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

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

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

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

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


	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

}




/*Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated-inf{
	-webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	animation-iteration-count:infinite;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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


@-webkit-keyframes fadeOutUpLeft {
  from {
	  transform:  scale(1);
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.3)  translate3d(-1000px, -1000px, 0);
    transform: scale(0.3) translate3d(-1000px, -1000px, 0);
  }
}

@keyframes fadeOutUpLeft {
  from {
	transform:  scale(1);
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.3)  translate3d(-1000px, -1000px, 0);
    transform: scale(0.3) translate3d(-1000px, -1000px, 0);
  }
}

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


@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

/*Additions
___________________________*/
.entry, .archive-description{padding:20px;}
.entry{margin-bottom:10px;}
.search-results .entry{margin-bottom:0;}
h2{margin-bottom:24px;}
td{word-break:keep-all;}
.site-container{overflow:hidden;}
body{max-width:1920px;margin:0 auto;}
.t-left{text-align:left;}
.t-right{text-align:right;}
.t-center{text-align:center !important;}
.t-italic{font-style:italic;}
.blue-border{padding:10px; border:1px solid #0069c0;}
.border-left{ border-left: 2px solid #db5a3d; padding-left: 30px;}

.entry-title a,.entry-title a:visited{color: #698ED2;}
.entry-title a:focus, .entry-title a:hover{color:#db5a3d !important;}
a:focus, a:hover, a:active{color:#db5a3d;}
a, a:visited{color:#698ED2; text-decoration:none;}
.border-left li{list-style:none !important;position:relative;}
.border-left li:before{content:"\02022"; position:absolute; left:-16px;line-height:1.4;font-size:24px;color:#db5a3d;}

.cta{display:inline-block; padding:10px 30px; text-align:center; font-weight:bold; margin:20px;transition:0.4s all ease-in-out;}

.cta.primary, .cta.primary:visited{color:#fff;background-color:#db5a3d; border: 2px solid #db5a3d;}
.cta.primary:hover, .cta.primary:focus{color:#db5a3d;background-color:#fff; border: 2px solid #db5a3d;}
.cta.secondary, .cta.secondary:visited{color:#698ed2;background-color:transparent; border:2px solid #698ed2;}
.cta.secondary:hover, .cta.secondary:focus{color:#fff;background-color:#698ed2; border:2px solid #698ed2;}
.cta.primary_b, .cta.primary_b:visited{color:#db5a3d;background-color:#fff; border: 2px solid #db5a3d;}
.cta.primary_b:hover, .cta.primary_b:focus{color:#fff;background-color:#db5a3d; border: 2px solid #db5a3d;}
.cta.secondary_b, .cta.secondary_b:visited{color:#fff;background-color:#698ed2; border:2px solid #698ed2;}
.cta.secondary_b:hover, .cta.secondary_b:focus{color:#698ed2;background-color:transparent; border:2px solid #698ed2;}
a.white-b{
	padding: 5px 10px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
	position:relative;
	padding-right:40px;
	transition:0.4s all ease-in-out;
	font-size:16px;
	font-size:1.6rem;
}
a.white-b:after{
	content: '';
    position: absolute;
    width: 32px;
    height: calc( 100% + 2px);
    top: -1px;
    right: -1px;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: url(/../../../wp-content/uploads/send-mail.svg);
	background-position:center center;
	background-repeat:no-repeat;
	transition:0.4s all ease-in-out;
}
a.white-b:hover{
	color:#0069c0;
	background-color:#fff;
	
}
a.white-b:hover:after{
	background-color:#0069c0;
	background-image: url(/../../../wp-content/uploads/send-mail-hover.svg);
}
.full-width{
	margin-right: calc( 560px - 50vw );
    margin-left: calc( 560px - 50vw );
    padding: 40px 0;
    overflow-x: hidden;
}
.desktop-hide{display:none;}
	.mobile-hide{display:initial;}
input, select, textarea{border:1px solid #0069c0; border-bottom:3px solid #0069c0; border-top-left-radius:5px; border-top-right-radius:5px; position:relative; padding-left:60px;}
input[type="submit"]{border-radius:0;}

/*customizing file uploads*/
input[type="file"]{opacity:0;}
.file-upload{
position:relative;
  overflow:hidden;
 
}

.file-upload .wpcf7-form-control-wrap
{
	height:65px;
	border:1px solid #0069c0; border-bottom:3px solid #0069c0; border-top-left-radius:5px; border-top-right-radius:5px;
}
.file-upload .wpcf7-form-control-wrap:hover
{
	
	border:1px solid #db5a3d; border-bottom:3px solid #db5a3d; border-top-left-radius:5px; border-top-right-radius:5px;
}
.file-upload input{padding:0; height:100%; opacity:0;}
.file-upload .file-upload-btn{position:absolute;opacity:0.8; transform:translateY(10px); transition:all 0.4s ease-in-out; color:#fff; text-align:center; font-size:14px;}
.file-upload.active .file-upload-btn{opacity:1; transform:translateY(0); font-size:14px;}
.file-upload.active {
	overflow:initial;
}
.file-upload p.image-name{position:absolute; top:0; bottom:0; left:65px; line-height:125px; pointer-events:none;}

/*customizing the checkboxes*/
input[type=checkbox] {
	/*visibility: hidden;*/
	width: 15px;
    height: 15px;
    border-radius: 50%;
	-moz-appearance:none;
    -webkit-appearance: none;
    border: 2px solid #0069c0;
	vertical-align:baseline;
	transition:0.4s all ease-in-out;
}
input[type=checkbox]:checked,input[type=checkbox]:hover, input[type=checkbox]:focus{
	transition:0.4s all ease-in-out;
	border: 2px solid #db5a3d;
	background: #db5a3d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #db5a3d 2%, #db5a3d 50%, #ffffff 53%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #db5a3d 2%,#db5a3d 50%,#ffffff 53%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #db5a3d 2%,#db5a3d 50%,#ffffff 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5a3d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.wpcf7-form-control-wrap{display:block; margin-bottom:48px;}

.wpcf7-form-control-wrap:before{
	content:'';
	display:block;
	width:50px;
	top:0;
	bottom:0;
	left:0;
	position:absolute;
	z-index:2;
	border-top-left-radius:5px;
	background-color:#0069c0;
	background-repeat:no-repeat;
	background-position:center center;
	
}
.wpcf7-form-control-wrap textarea{display:table;}
input:hover, select:hover, textarea:hover,input:focus, select:focus, textarea:focus{
	border:1px solid #db5a3d; border-bottom:3px solid #db5a3d;
	
}
.wpcf7-form-control-wrap:hover:before{background-color:#db5a3d;}

span.wpcf7-not-valid-tip{
	position:absolute;
  color:#db5a3d !important;
  font-size:16px;
 bottom: -40px;
  left: 20px;
  background: #fff;
  padding: 0 10px;
  border:1px solid #db5a3d;
  z-index:15;
}
span.wpcf7-not-valid-tip:after{
  content:'';
	position:absolute;
  width:0;
  height:0;
	top:-20px;
  left:10px;
  border:10px solid transparent;
  border-bottom:10px solid #db5a3d;
}

span.wpcf7-not-valid-tip:before{
  content:'';
	position:absolute;
  width:0;
  height:0;
  top:-18px;
  left:10px;
  border:10px solid transparent;
  border-bottom:10px solid #fff;;
  z-index:16;
}
.file-upload span.wpcf7-not-valid-tip{left:70px; top:-70px}


select {
  background-image:
    linear-gradient(45deg, transparent 50%, #0069c0 50%),
    linear-gradient(135deg, #0069c0 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 12px),
    calc(100% - 15px) calc(1em + 12px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
	-webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  background-image:
    linear-gradient(45deg, #0069c0 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #0069c0 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 15px) calc(1em + 12px) ,
    calc(100% - 20px) calc(1em + 12px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #698ed2;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #698ed2;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #698ed2;
}



/*Header
 ___________*/

body:not(.home) .site-header{height:530px; background-repeat:no-repeat; background-size:cover; background-position:top center;position:relative; background-image: url(/../../../wp-content/uploads/training-who-should-hi.jpg);
}
body:not(.home) .site-header > .wrap{    
	background: #fff;
    padding: 0;
    margin-top: 50px;}

.page-id-71 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-header-hi.jpg);}
.page-id-73 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-tell-us-hi.jpg);}

.page-id-16 .site-header,.page-id-139 .site-header,.page-id-262 .site-header{background-image:url(/../../../wp-content/uploads/training-header.jpg);}
.page-id-141 .site-header{background-image:url(/../../../wp-content/uploads/training-who-should-hi.jpg);}
.page-id-143 .site-header,.page-id-264 .site-header{background-image:url(/../../../wp-content/uploads/courses-grid-hi.jpg);}
.page-id-266 .site-header{background-image:url(/../../../wp-content/uploads/courses-table-hi.jpg);}
.page-id-268 .site-header,.parent-pageid-268 .site-header{background-image:url(/../../../wp-content/uploads/courses-map-hi.jpg);}

.page-id-18 .site-header, .parent-pageid-18 .site-header{background-image:url(/../../../wp-content/uploads/consulting-hi.jpg);}

.page-id-83 .site-header{background-image:url(/../../../wp-content/uploads/team-presenter-hi.jpg);}
.page-id-85 .site-header{background-image:url(/../../../wp-content/uploads/team-admin-hi.jpg);}

.page-id-26 .site-header{background-image:url(/../../../wp-content/uploads/contact-hi.jpg);}

.page-id-22 .site-header{background-image:url(/../../../wp-content/uploads/memberships-hi.jpg);}

.site-header .widget-area {
	width:calc( 100% - 320px );  
	/*width:100%;
	padding-right: calc( 50vw - 640px );
    margin-right: calc( 640px - 50vw );*/
    background-color: #fff;
	position:relative;
}

.site-header .widget-area:after{
	content:'';
	display:block;
	position:absolute;
	width:calc( 50vw - 640px);
	top:0;
	bottom:0;
	right:calc( 640px - 50vw );
	background-color:#fff;
	
}
.top_bar{
	background-color:rgba(255,255,255,0.8);
	width:100%;
	height:50px;
	line-height:50px;
	text-align:right;
	position:fixed;
	top:0;
	z-index:5;
}
.top_bar i.blue  {fill:#698ED2; padding:0 10px; display:inline; vertical-align:middle;}
.top_bar a{color:#000;}
.top_bar .widget{display:inline-block;margin:0;}
.top_bar #custom_html-3{vertical-align:top; margin-right:24px;}
.top_bar #search-3 {margin-top:-3px; margin-right:36px;}


/*search field*/
.genesis-nav-menu .search input[type="search"], .widget_search input[type="search"]{
	box-sizing: border-box;
    height: 30px;
    padding: 4px 16px;
    border: 0 solid #698ed2;
    border-bottom-width: 3px;
    color: #698ed2;
}
.genesis-nav-menu .search input[type="submit"],.genesis-nav-menu .search input[type="submit"]:active,
.genesis-nav-menu .search input[type="submit"]:focus, .genesis-nav-menu .search input[type="submit"]:hover , .widget_search input[type="submit"], .widget_search input[type="submit"]:active,.widget_search input[type="submit"]:focus,.widget_search input[type="submit"]:hover{
	border: 3px solid #698ed2;
    height: 30px;
    bottom:10px;
	background-color: #698ed2;
	background-image:url(/../../../wp-content/uploads/search-icon.svg);
	background-position:center center;
	background-repeat:no-repeat;
    font-size: 0;
    padding: 0;
    position: absolute;
    width: 30px;
	clip:unset;
	margin:0;
	box-shadow:none;
	display:inline-block;
}

/*Navigation*/
.nav-primary{border-top:0;}
.home #menu-item-32{display:none;}
.genesis-nav-menu a, .genesis-nav-menu a:visited{color:#333;}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{color:#db5a3d !important; text-decoration:none;}

.genesis-nav-menu .sub-menu{width:350px;}
.genesis-nav-menu .sub-menu a{padding:15px 20px;}

/*Home page  header
_____________________*/
.home .top_bar{z-index:0;}
.home .site-container{position:relative;}
.home .bannercontainer{
	width:100%;
	height:calc( 100vh - 40px );
	position:absolute;
	top:0;
	left:0;
	background-image:url(/../../../wp-content/uploads/home-header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	z-index:0;
}
.home .site-inner{margin-top:150vh; max-width:100%; background-color:#fff; z-index:2; position:relative; overflow-x:hidden;}

.home .bannercontainer, .home .bannercontainer *,.home .site-inner{transition:0.4s all ease-in-out;}
.home .site-header{width:0; height:0; overflow:hidden; transition:0.4s all ease-in-out; position:relative; top:auto; z-index:initial;}
.home .site-header .wrap{padding:0;}
.home.scrolled .top_bar{z-index:2;}
.home.scrolled .site-header{width:100%; height:auto; overflow:unset; position:fixed; top:50px; z-index:1;}
.home .bannercontainer h3, .home .bannercontainer p, .home .bannercontainer .cta{font-size:0; margin:0; padding:0; border-width:0;}
.home .bannercontainer h1{font-size:70px; text-align:center; line-height:130px;}
.home.scrolled .bannercontainer h1{font-size:50px; text-align:right;}
.home.scrolled .bannercontainer h3{font-size:25px; font-weight:bold; text-align:right; margin-bottom:10px;} 
.home.scrolled .bannercontainer p{font-size:20px; text-align:right; margin-bottom:24px;}
.home.scrolled .bannercontainer .cta{font-size:18px; padding:10px 20px; border-width:2px; margin:20px;}
.home.scrolled .bannercontainer{
	position:fixed;
}
.home.scrolled .bannercontainer.shrinked{
	height:700px;
	max-height:90vh;
}
.home .bannercontainer .textwidget{
	background-image:url(/../../../wp-content/uploads/splash-content-bg-500-optimized.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:500px;
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
}

.home.scrolled .bannercontainer .textwidget{
	height:345px;
	padding-top:30px;
}
.home .scroll-down{
	display:block;
	text-align:center;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	max-width:80%;
	margin:auto;
	cursor:pointer;
}
.home .scroll-down::before{
	content:'';
	display:block;
	width:100%;
	height:65px;
	background-image:url(/../../../wp-content/uploads/scroll-down.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	
}
.home.scrolled .scroll-down{display:none;}
.home .splash-logo{
	display:inline-block;
	width:800px;
	height:166px;
	max-width:80%;
	background-image:url(/../../../wp-content/uploads/ccintl-logo-295.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	margin-top:30px;
	/*transition:2s all ease-in-out;*/
}

/*Child page list styling*/
.page-link-wrapper{
	height:124px;
	margin-top:-64px;
}
.search-results .page-link-wrapper{display:none;}
.page-link-wrapper .wrap{margin:0 auto !important; background-color:transparent !important;}
.parent-page{height:64px;}
.parent-page h2{
	display: inline-block;
    background-color: #EDF4FA;
    margin-left: calc( 640px - 50vw );
    padding-left: calc( 50vw - 640px );
    padding-top: 5px;
    padding-bottom: 5px;
	padding-right:24px;
    margin-bottom: 0;
	line-height:54px;
	height:64px;
	position:relative;
}
.parent-page h2:after{
	 content: '';
    width: 0;
    height: 0;
    border: 32px solid transparent;
    border-top-color: #EDF4FA;
    border-left-color: #EDF4FA;
    position: absolute;
    right: -62px;
    top: 0;
}
.child-pages{
	background-color:#EDF4FA;
	position:relative;
	height:60px;
	line-height:60px;
}
.child-pages li{
	display:inline-block;
	margin-right:24px;
}
.child-pages .wrap{overflow:hidden; max-height:60px;position:relative;}
.child-pages ul{white-space:nowrap;overflow-x:auto;}
.child-pages .menu-scroll-right{
	width:50px;
	display:block;
	position:absolute;
	height:60px;
	right:0;
	top:0;
	z-index:2;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(237,244,250,0.99) 99%, rgba(237,244,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(237,244,250,0.99) 99%,rgba(237,244,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background-image:url(/../../../wp-content/uploads/arrow-right-10.svg), linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(237,244,250,0.99) 99%,rgba(237,244,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#edf4fa',GradientType=1 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
}
.child-pages.scrolled .menu-scroll-left{
	width:50px;
	display:block;
	position:absolute;
	height:60px;
	left:0;
	top:0;
	z-index:2;
	background: -moz-linear-gradient(left, rgba(237,244,250,1) 0%, rgba(237,244,250,0.99) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(237,244,250,1) 0%,rgba(237,244,250,0.99) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background-image:url(/../../../wp-content/uploads/arrow-left-10.svg), linear-gradient(to right, rgba(237,244,250,1) 0%,rgba(237,244,250,0.99) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4fa', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
	
}
.child-pages.scrolled .menu-scroll-right, .child-pages .menu-scroll-left{
	width:0;
}
.child-pages li a,.child-pages li a:visited{font-weight:bold; color:#333;}
.child-pages li a:hover, .child-pages li a:focus, .child-pages li.current_page_item a{color:#db5a3d;}
/*Footer
__________________*/

.footer-widgets,.before-footer{
	z-index:3;
	position:relative;
	background-color:#edf4fa;
	padding:10px;
	}

.before-footer .widget{margin:0;}
.before-footer .wrap{margin:20px auto; }
.footer-widgets a, .footer-widgets a:visited, .site-footer a, .site-footer a:visited{color:#333;}
.footer-widgets a:hover, .footer-widgets a:focus, .site-footer a:hover, .site-footer a:focus{color:#698ed2;}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
	width:auto;
	max-width:480px;
}
.footer-widgets-2, .footer-widgets-3{
	border-left:2px solid #db5a3d;
	padding-left:54px;
	
}
/*.footer-widgets-1, .footer-widgets-2{
	padding-right:30px;
}*/
.footer-widgets li:before{
	content:'';
	width:24px;
	height:24px;
	display:block;
	position:absolute;
	left:-24px;
	top:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	
}
.footer-widgets li{
	padding-left:24px;
	position:relative;

}
.footer-adress:before{background-image:url(/../../../../wp-content/uploads/adress-footer.svg);}
.footer-post-adress:before{background-image:url(/../../../../wp-content/uploads/post-adress-footer.svg);}
.footer-phone:before{background-image:url(/../../../../wp-content/uploads/phone-footer.svg);}
.footer-fax:before{background-image:url(/../../../../wp-content/uploads/fax-footer.svg);}
.footer-facebook:before{background-image:url(/../../../../wp-content/uploads/facebook-footer.svg);}
.footer-linkedin:before{background-image:url(/../../../../wp-content/uploads/linkedin-footer.svg);}
.footer-skype:before{background-image:url('https://www.ccintl.com.au/wp-content/uploads/Instagram_logo.svg');}
.footer-contact:before{background-image:url(/../../../../wp-content/uploads/mail-footer.svg);}
.footer-logo{
	display:block;
	width:100%;
	height:60px;
	background-image:url(/../../../wp-content/uploads/ccintl-logo-295.svg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	
}
.site-footer {
	z-index:3;
	position:relative;
	padding:10px 0;
	background-color:#fff;
}




/*Swiper
______________*/

.after_entry{position:relative;background-color:#fff; z-index:3;}
.swiper-wrapper {
   transition-duration: 2s !important;
}
.swiper-container{
	padding-bottom:50px;
	
}
.after_entry .swiper-button-prev{width:14px; height:28px;left:calc( 50vw - 700px ); background-image:url(/../../../../wp-content/uploads/prev.svg);background-size:contain; background-repeat:no-repeat;}
.after_entry .swiper-button-next{width:14px; height:28px;right:calc( 50vw - 700px ); background-image:url(/../../../../wp-content/uploads/next.svg);background-size:contain; background-repeat:no-repeat;}

.after_entry .swiper-scrollbar{
	height:2px !important;
	background-color:#7899D7;
}
.after_entry .swiper-scrollbar-drag{
	height:4px;
	background-color:#7899D7;
	top:-1px;
}


/*Home page
___________________*/
.pointing{
	background-image:url(/../../../wp-content/uploads/pointing-man.jpg);
	background-position:right bottom;
	padding-right:518px;
	background-size:contain;
	background-repeat:no-repeat;
	padding-bottom:24px;
}
.pointing .wrap{margin-left:calc( 50vw - 640px );}
.home-services{
	background-image:url(/../../../wp-content/uploads/home-services-bg.jpg);
	background-size:cover;
	
}

.services-header{
	background-color: #698ed2;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    box-shadow: 0px -4px 0px 0px rgb(105, 142, 210);
    border-top: 2px solid #fff;
	position:relative;
	margin-top:45px;
}
.services-header:before{
	content:'';
	position:absolute;
	width:80px;
	height:45px;
	left:0;
	right:0;
	top:-47px;
	margin:auto;
	background-repeat:no-repeat;
	background-size:contain;
}
.services-header:nth-child(0):before{
	background-image:url(/../../../wp-content/uploads/public-training.svg);
}
.services-header:nth-child(1):before{
	background-image:url(/../../../wp-content/uploads/in-house-training.svg);
}
.services-header:nth-child(2):before{
	background-image:url(/../../../wp-content/uploads/consulting.svg);
}
.social-proof a{display:block;position:relative;}
.social-proof a img{width:100%; height:auto;}
.social-proof-footer{
	background-color: #698ed2;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    box-shadow: 0px -4px 0px 0px rgb(105, 142, 210);
    border-top: 2px solid #fff;
	position:absolute;
	bottom:-10px;;
	left:0;
	right:0;
	transition:0.4s all ease-in-out;
}
.social-proof a:hover .social-proof-footer{
	
	background-color:#db5a3d;
	box-shadow: 0px -4px 0px 0px #db5a3d;;
}
.home-map{
	background-image:url(/../../../wp-content/uploads/home-map-bg.jpg);
	background-size:cover;
	
}

.home-map svg .str1 {stroke:#DB5A3D;stroke-width:66.6709}
.home-map svg .str0 {stroke:white;stroke-width:28.8}
.home-map svg .fil6 {fill:none}
.home-map svg .fil5 {fill:#4B5052; cursor:pointer;}
.home-map svg .fil7 {fill:#4B5052;cursor:pointer;}
.home-map svg .fil0 {fill:#4B5052;fill-rule:nonzero;cursor:pointer;}
.home-map svg .fil4 {fill:#4B5052;fill-rule:nonzero;}
.home-map svg .fil0:hover,.home-map svg .fil5:hover,.home-map svg .fil7:hover {fill:#698ED2;fill-rule:nonzero}
.home-map svg .fil3 {fill:white;fill-rule:nonzero}
.home-map svg .fil2 {fill:white;fill-rule:nonzero}
.home-map svg .globe{cursor:pointer; transform-origin:center;transition:0.4s all ease-in-out;}
.home-map svg .globe:hover{transform:scale(0.96); }


/*Contact page
____________________*/
.wpcf7-form-control-wrap.checkbox-1:before{display:none;}
.wpcf7-form-control-wrap.your-name:before,.wpcf7-form-control-wrap.first-name:before, .wpcf7-form-control-wrap.last-name:before{background-image:url(/../../../../wp-content/uploads/person-white.svg);}
.wpcf7-form-control-wrap.your-email:before{background-image:url(/../../../../wp-content/uploads/mail-white.svg);}
.wpcf7-form-control-wrap.phone:before{background-image:url(/../../../../wp-content/uploads/phone-white.svg);}
.wpcf7-form-control-wrap.Natureofenquiry:before,.wpcf7-form-control-wrap.picture:before,.wpcf7-form-control-wrap.course-type:before{background-image:url(/../../../../wp-content/uploads/up-arrow-white.svg);}
.wpcf7-form-control-wrap.your-message:before,.wpcf7-form-control-wrap.testimonial:before{background-image:url(/../../../../wp-content/uploads/chat-bubble-white.svg); background-position:center 10px;}
.wpcf7-form-control-wrap.company:before,.wpcf7-form-control-wrap.company-name:before,.wpcf7-form-control-wrap.organization:before{background-image:url(/../../../../wp-content/uploads/company-white.svg);}
.wpcf7-form-control-wrap.position:before,.wpcf7-form-control-wrap.job-title:before{background-image:url(/../../../../wp-content/uploads/work-white.svg);}
.wpcf7-form-control-wrap.type-of-course:before{background-image:url(/../../../../wp-content/uploads/course-type-white.svg);}
.wpcf7-form-control-wrap.location:before{background-image:url(/../../../../wp-content/uploads/location-white.svg);}
.wpcf7-form-control-wrap.date-788:before{background-image:url(/../../../../wp-content/uploads/date-white.svg);}
.wpcf7-form-control-wrap.participants:before{background-image:url(/../../../../wp-content/uploads/users-white.svg);}
.wpcf7-form-control-wrap.custom:before{background-image:url(/../../../../wp-content/uploads/custom-white.svg);}
.wpcf7-form-control-wrap.where:before{background-image:url(/../../../../wp-content/uploads/globe-white.svg);}

.conditional_checkbox p{margin-bottom:0;}

#ui-datepicker-div.ui-datepicker{z-index:15 !important;}
.page-id-26 #custom_html-7 .cta.primary{display:none;}

/*Course pages
_____________*/
#custom_html-8{margin-bottom:0;}
.page-id-139 .entry, .parent-pageid-139 .entry{padding:0;}
.parent-pageid-139 .child-pages,.parent-pageid-268 .page-link-wrapper{display:none;}
.course-nav{margin:24px 0;}
.course-nav a, .course-nav a:visited{
	padding:5px 25px;
	color:#333;
	font-weight:bold;
}
.course-nav a:hover, .course-nav a:focus{
	color:#698ed2;
	
}
.single-espresso_events .site-header, .single-espresso_venues .site-header{height:350px !important; background-image:url(/../../../wp-content/uploads/single-event-header.jpg);}
.single-espresso_events .page-link-wrapper, .single-espresso_venues .page-link-wrapper{display:none}
/*calendar view*/
#espresso_calendar{
	background-color: rgba(255,255,255,0.5);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #698ed2;
}
#espresso_calendar:not(.ui-widget).calendar_fullsize .fc-other-month {
    background: #f5f3f3;
}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #698ed24f;
}
.fc-day-header{background-color:#fff;}

.powered-by-event-espresso-credit{display:none;}
.qtip-bootstrap{border:1px solid #698ed2; border-bottom:3px solid #698ed2;}
.qtip-bootstrap .qtip-titlebar{background-color:#fff; font-size:16px;}
.qtip-bootstrap .reg-now-btn {
	width: 90%;
    text-align: center;
    margin: auto;
    color: #fff;
    background-color: #0069c0;
	border-color:#0069c0;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}
.qtip-bootstrap .reg-now-btn:hover{
	background-color:#fff;
	color:#0069c0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{width:18px; text-align:center;right:0 !important;}
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon{text-indent:unset;}

/*Table view*/
.footable > thead > tr > th, .footable > thead > tr > td,.footable > tfoot > tr > th, .footable > tfoot > tr > td{background-color:#698ed2 !important;background-image:none !important; color:#fff;}
.footable > tbody > tr > td{border:1px solid #698ed2 !important;}
.footable > tbody > tr:hover{background-color:#EBF2FF !important;}
.footable{border:1px solid #698ed2 !important;}
.ee-category-filter, .ee-live-search{position:relative; display:block;}
.ee-category-filter:before,.ee-live-search:before{
    content: '';
    display: block;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    border-top-left-radius: 5px;
    background-color: #0069c0;
    background-repeat: no-repeat;
    background-position: center center;
}
.ee-category-filter:before{background-image:url(/../../../wp-content/uploads/filter-icon.svg);}
.ee-live-search:before{ background-image: url(/../../../wp-content/uploads/search-icon.svg);}
.ee-category-filter:hover:before, .ee-live-search:hover:before{   
	background-color: #db5a3d;
}

.location_title .venue_addr_line2{display:none;}
.venue_title .venue_addr_line1{display:none;}
/*Grid view*/
.ee_grid_box_v2 {
	display: inline-block;
    margin: 20px !important;
	max-width:unset !important;
    width: calc( 33.3333% - 44px );
}
.ee_grid_box_v2 img{
	width:100% !important;
	height:auto !important;
	display:table;
}
.ee_grid_box_v2 .event-title {
    margin: 0 !important;
    padding: 10px;
    color: #fff;
	height:80px;
	max-height:80px;
	overflow-y:auto;
    text-align: center;
    background-color: #0069c0;
	position:relative;
	z-index:5;
}
.ee_grid_box_v2 .event-title::-webkit-scrollbar {
    width: 3px;
}
 
.ee_grid_box_v2 .event-title:-webkit-scrollbar-track {
      background-color: #A1BEE5;
}
 
.ee_grid_box_v2 .event-title::-webkit-scrollbar-thumb {
   
     background-color: #fff;
}





.ee_overlay{padding:10px;}
.ee_overlay p{font-weight:400; text-align:left !important;}
.ee_grid_box_v2 p{text-align:left !important;}
.ee_overlay svg{vertical-align:text-bottom;}

/*List view*/
.course-list li{border:1px solid #0069c0;padding:12px; margin-bottom:24px;}
.course-list p{margin-bottom:4px;}

/*Single event */
.tckt-slctr-tbl-td-qty select{padding:16px;width:80px;}
.ticket-details-label-spn{width:auto !important;}
.espresso-notices, .espresso-ajax-notices{width:auto !important; max-width:100% !important;}
.tkt-slctr-tbl-wrap-dv{margin:0 !important;}
/*Checkout page*/
.spco-payment-method-info-dv{padding:1em!important;}
.ee-attention{
	text-align:left!important;
    padding: .75em 1%!important;
	font-size:1em!important;
}
.discount-info{text-align:center;padding:15px;}

.discount-code{
	display: inline-block;
    width: auto;
   
    background-color: #efefef;
    padding: 5px 25px;
    border-radius: 10px;
    color: red;
    border: 1px solid  #db5a3d;
	margin-top:15px;
}
.warning{
	padding: 15px;
    border: 1px solid #db5a3d;
    border-radius: 15px;
    text-align: center;
    background-color: #fff5f5;
    color: #db5a3d;
    margin-top: 15px;
	
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
#new_state_micro_form{display:none;}
#spco-copy-attendee-dv{display:none;}
.copy-switch-container{
	border:1px solid #db5a3d;
	background-color: #fafafa;
    margin: 2.5%;
    padding: 2.5%;
	
}
.copy-switch-container span{
	display: inline-block;
    margin-right: 20px;
    vertical-align: bottom;
    
}
.copy-switch-container .pmd-switch{display:inline-block;margin-bottom:10px;}
/*!
 * Propeller v1.3.1 (http://propeller.in): toggle-switch.css
 * Copyright 2016-2018 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
.pmd-switch {
  vertical-align: middle;
  -moz-user-select: none;
}
.pmd-switch label,
.pmd-switch input,
.pmd-switch .pmd-switch-label {
  -moz-user-select: none;
}
.pmd-switch label {
  cursor: pointer;
  font-weight: 400;
}
.pmd-switch label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
  position: absolute;
}
.pmd-switch label .pmd-switch-label,
.pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label {
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 15px;
  content: "";
  display: block;
  height: 15px;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  width: 30px;
  position: relative;
}
.pmd-switch label .pmd-switch-label::after {
  background-color: #f1f1f1;
  border-radius: 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  content: "";
  display: inline-block;
  height: 20px;
  left: -6px;
  position: absolute;
  top: -2px;
  transition: all 0.2s ease-in-out;
  width: 20px;
}
.pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label::after, .pmd-switch label input[type="checkbox][disabled"]:checked + .pmd-switch-label::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.pmd-switch label input[type="checkbox"] + .pmd-switch-label:active::after,
.pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label:active::after {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label::after {
  left: 15px;
  background-color: #4285f4;
}
.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label {
  background-color: rgba(66, 133, 244, 0.54);
}
.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label:active::after {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*# sourceMappingURL=toggle-switch.css.map */
#ee-single-page-checkout-dv .nano-lbl.ee-checkbox-label-after{min-width:unset;}
.ee-checkbox-label-after{
	cursor: pointer;
	text-indent: -9999px;
	width: 30px;
	height: 15px;
	background: grey;
	display: block;
	border-radius: 15px;
	position: relative;
}
.ee-checkbox-label-after:after {
	background-color: #f1f1f1;
    border-radius: 20px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    content: "";
    display: inline-block;
    height: 20px;
    left: -6px;
    position: absolute;
    top: -2px;
    transition: all 0.2s ease-in-out;
    width: 20px;
	
	
}
 .ee-checkbox-label-after.checked {
	background: #bada55;
}

.ee-checkbox-label-after.checked:after {
	left: 36px;
	transform: translateX(-100%);
}

.ee-checkbox-label-after:active:after {
	width: 30px;
}
.ee-reg-qstn-29{width:0!important; height:0!important; border:0!important; box-shadow:none!important;}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #0069c0;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/*invoice*/

/*Courses by name*/
.grid-course-id .page-link-wrapper{display:none;}

/*Map view*/
.accordion-item{    
	border: 1px solid #0069c0;
    border-radius: 5px;
	margin-bottom:24px;
}
.accordion-body{
	height:0;
	overflow:hidden;
	transition:all 0.4s ease-in-out;
	padding:0;
}
.accordion-header{
	background-color: #0069c0;
    color: #fff;
    padding: 10px 20px;
	cursor:pointer;
}
.accordion-header:after{
	content:' +';
	display:inline-block;
	padding-left:10px;
}
.accordion-item.active .accordion-header:after{
	content:' -';
}
.accordion-item.active .accordion-body{
	height:auto;
	padding:10px 20px;
}

.accordion-body > div.clearfix:first-child{display:none}
/*Testimonial page
 ________________*/

.testimonial-item{
	display:inline-block;
	margin:20px;
	border:1px solid transparent;
	padding:0;
	width:calc( 33.3333% - 42px );
	position:relative;
	
}
.testimonial-item.blue-border{
	border:1px solid #0069c0;
	padding:10px 10px 60px 10px;

}
.client-testimonial{
	max-height:300px;
	height:300px;
	overflow-y:auto;
		
}
.client-testimonial::-webkit-scrollbar {
    width: 3px;
}
 
.client-testimonial:-webkit-scrollbar-track {
      background-color: #dcff2a;
}
 
.client-testimonial::-webkit-scrollbar-thumb {
   
     background-color: #A1BEE5;
}

.client-testimonial > p:first-child:before{
	content:'';
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:5px;
	vertical-align:bottom;
	background-image:url(/../../../../wp-content/uploads/quote.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	
}

.client-details{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:45px;
	line-height:45px;
	background-color:#0069c0;
	border-top:2px solid #fff;
	padding-top:1px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	box-shadow: 0px -4px 0px 0px rgb(0, 105, 192);
}
.page-template-archive-testimonials .client-details{height:120px; text-align:left;padding-left:10px;padding-top:5px;line-height:40px;bottom:-20px; }
.page-template-archive-testimonials .client-details >*{white-space:nowrap; overflow-x:hidden; text-overflow:ellipsis;}
.page-template-archive-testimonials .client-details svg{  vertical-align: text-bottom;   margin-right: 5px;}
.page-template-archive-testimonials .client-details .t-italic{font-size:80%}
.client-details p{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:0 5px;
}
.client-details .t-left{font-weight:normal;}


/*Our Team page
________________________*/

.team-item{
	display:inline-block;
	margin:20px;
	width:calc( 33.3333% - 44px );	
	position:relative;
	border:2px solid #0069c0;
	background-color:#f4f9fb;
	margin-top:140px;
	padding: 140px 10px 50px 10px;
    text-align: center;
	transition:0.4s all ease-in-out;
	min-height:450px;
	vertical-align:top;
}
body.presenter  .team-item:hover, .team-item.active{
	border:2px solid #db5a3d;
	
}
.team-item.active{
	margin-bottom:296px;
}

.team-img{
	position: absolute;
    left: 0;
    right: 0;
    top: -129px;
    width: 226px;
	height:256px;
    margin: auto;
    
}
.team-img img{width:100%; height:auto;}
.team-img:after{
	content:'';
	background-image:url(/../../../../wp-content/uploads/hexagon-cover-blue.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:-12px;
	left:-17px;
	right:-12px;
	bottom:-17px;
	width:260px;
	height:280px;
	z-index:2;
	transition:0.4s all ease-in-out;
	
}
.team-item .client-details {text-align:center; transition:0.4s all ease-in-out;cursor:pointer;}
.team-item .client-details i {margin-left:24px;}
.team-item .client-details i svg{transform: rotate(180deg); transition:0.4s all ease-in-out;}
.team-item.active .client-details i svg{transform: rotate(0deg); transition:0.4s all ease-in-out;}
body.presenter .team-item:hover .client-details, .team-item.active .client-details{background-color:#db5a3d;box-shadow: 0px -4px 0px 0px #db5a3d}
body.presenter  .team-item:hover .team-img:after, .team-item.active .team-img:after{
	background-image:url(/../../../../wp-content/uploads/hexagon-cover-red.svg);
}
.hidden-bio{display:none;}
.bio{transition:0.4s all ease-in-out;}
.bio.active{
	
	position:fixed;
	width:95%;
	height:95%;
	border:2px solid #db5a3d;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:#fff;
	border-radius:5px;
	padding:15px;
	text-align:left;
	z-index:100;
}
.bio.active .hidden-bio{display:block;overflow-y:auto; height:calc( 100% - 45px );}


.bio.active .hidden-bio::-webkit-scrollbar {
    width: 3px;
}
 
.bio.active .hidden-bio::-webkit-scrollbar-track {
      background-color: rgba(219,90,61,0.4);
}
 
.bio.active .hidden-bio::-webkit-scrollbar-thumb {
   
     background-color: #db5a3d;
}

.member-bio{height:380px; overflow-y:auto;}

 .member-bio::-webkit-scrollbar {
    width: 3px;
}
 
.member-bio::-webkit-scrollbar-track {
      background-color: #DCF2FA;
}
 
.member-bio::-webkit-scrollbar-thumb {
   
     background-color: #A1BEE5;
}

body.presenter .member-bio{min-height:320px;max-height:320px;overflow-y:auto;}
/*memberships page*/
.affiliate-link{display:block;width:200px; height:200px; border:1px solid #0069c0; float:left;text-align:center;line-height:200px; margin:0 20px 20px 0;}
.affiliate-link img{display:inline-block; margin:auto; vertical-align:middle;}
.affiliate-wrapper{padding-bottom:16px; border-bottom:1px solid #db5a3d; margin-bottom:24px;}


/*Blog
____________*/

.page-template-page_blog .archive-description{display:none;}
.page-template-page_blog .cta.primary{margin-left:0;}
.page-template-page_blog .page-link-wrapper{height:64px;}
.entry-categories, .entry-tags{display:inline;}
.entry-time:before, .entry-author:before,.entry-categories:before, .entry-tags:before{content:''; display:inline-block; width:18px; height:18px; margin-right:8px; background-size:contain;background-position:center center;background-repeat:no-repeat;vertical-align:text-bottom;}
.entry-time:before{background-image:url(/../../../wp-content/uploads/calendar.svg);}
.entry-author:before{background-image:url(/../../../wp-content/uploads/author.svg);}
.entry-categories:before{background-image:url(/../../../wp-content/uploads/folder.svg);}
.entry-tags:before{background-image:url(/../../../wp-content/uploads/tag.svg);}
.entry-header .entry-meta{display:none;}
.single-post .page-link-wrapper{display:none;}
body.page-template-page_blog .site-header{background-image:url(/../../../wp-content/uploads/blog-header.jpg)}

/*Subscribe Popup*/
#popup-overlay{width:0;height:0; overflow:hidden;top:0; left:0;right:0; bottom:0; transition:all 0.4s ease-in-out;}
#popup-overlay.active{position:fixed; width:100%; height:100%; top:0; left:0;right:0; bottom:0;/*background-color:rgba(0,0,0,0.95);*/ background-image:url(/../../../../wp-content/uploads/popup-bg-interlaced.jpg);background-size:cover;display:flex;justify-content:center; align-items:center;}
#popup-wrap{
	width: 800px;
    height: auto;
	min-height:500px;
	max-width:95%;
	max-height:95%;
	margin:auto;
	top:0; left:0; bottom:0;right:0;
	/*background-color: rgba(0, 105, 192, .8);*/
    padding: 20px 20px 40px 20px;
	color:#fff;
    border: 2px solid #fff;
    border-radius: 5px;
    background: rgba(105, 142, 210, 0.8);
}
#popup-overlay.active h2{
	color: #fff;
    position: relative;
	width:auto;
	display:inline-block;
	padding:10px 0;
     text-align: center;
	border-bottom:1px solid #fff; 
	border-top:1px solid #fff;
    }
#popup-overlay.active .wpcf7-form-control-wrap{margin-bottom:12px;}
#popup-overlay.active .wpcf7-form-control-wrap:before{background-color:#fff;}
#popup-overlay.active  .wpcf7-form-control-wrap.first-name:before,#popup-overlay.active  .wpcf7-form-control-wrap.last-name:before {
    background-image: url(/../../../../wp-content/uploads/person-blue.svg);
}
#popup-overlay.active .wpcf7-form-control-wrap.your-email:before {
    background-image: url(/../../../../wp-content/uploads/mail-blue-dark.svg);
}
#popup-overlay.active .clearfix{text-align:left;}
#popup-overlay.active #popup-wrap span input{background-color:rgba(0,0,0,0.3); max-width:99%; border-color:#fff; color:#fff;}
#popup-overlay.active #popup-wrap span input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px #1a4c7a inset;
	 -webkit-text-fill-color: #fff !important;
}
#popup-overlay.active input[type="submit"]{display:block; width:99%; min-width:min-content; margin:24px 0 0 0;}
#popup-overlay.active #popup-wrap label {transform: translate3d(55px,45px,0); transition:0.6s all ease-in-out; display:inline-block; color:#fff; font-weight:bold;}
#popup-overlay.active #popup-wrap label.active{transform: translate3d(0,0,0);}
#popup-overlay.active >div{position:relative; text-align:center;}
#popup-overlay.active #popup-close{position:absolute;top:0; right:0; z-index:2; width:20px; height:20px; background-color:#db5a3d; cursor:pointer; border-top-right-radius:4px;  border-bottom-left-radius:5px; text-align:left;}
#popup-overlay.active #popup-close:after{   
	content: 'x';
    color: #fff;
    font-weight: bold;
    width: 20px;
    line-height: 20px;
    height: 20px;
    position: absolute;
    text-align: center;}
#popup-overlay.active .popup-bottom{position:absolute; bottom:0; height:40px; line-height:40px; width:100%; left:0; background-color:rgba(255,255,255,0.5); border-top:1px solid #fff; color:#141414;}

/*Media Queries additions*/

@media only screen and (max-width: 1340px) {
	.entry{padding:10px 0; }
.parent-page h2{
	margin-left: calc( 570px - 50vw );
    padding-left: calc( 50vw - 570px );
	}
	.site-header .widget-area:after{
		width:calc( 50vw - 570px);
		right:calc( 570px - 50vw );
	}
	.genesis-nav-menu a {padding:32px 10px;}
	.after_entry .swiper-button-prev{left:calc( 50vw - 600px ); }
.after_entry .swiper-button-next{right:calc( 50vw - 600px );}
	.full-width{
	margin-right: calc( 570px - 50vw );
    margin-left: calc( 570px - 50vw );
   
}
	.pointing .wrap{margin-left:calc( 50vw - 570px );}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{max-width:440px;}
	.pointing{background-size:unset;}
	.home .bannercontainer h1{font-size:50px;font-size:4.47vw;}
	.home.scrolled .bannercontainer h1{font-size:50px;font-size:4.47vw;}
	.home.scrolled .bannercontainer h3{font-size:20px; font-size:3.2vw;}
	.home.scrolled .bannercontainer p{font-size:18px; font-size:2.2vw;}
	.home .splash-logo{width:80vw;height:16.6vw;}
}

	

@media only screen and (max-width: 1200px) {
	body:not(.home) .site-header > .wrap{max-width:100%; padding:0 20px;}
	.site-inner, .wrap{max-width:calc( 100vw - 40px );}
.parent-page h2{
	margin-left: -20px;
    padding-left: 20px;
	}
	.site-header .widget-area:after{
		width:0;
		right:-0;
	}
	.genesis-nav-menu a {
		padding:32px 10px;
		font-size:14px;
	}
	
.full-width{
	margin-right: -20px;
    margin-left: -20px;
   
}
	.pointing .wrap{margin-left:20px; padding-left:20px;}
	.top_bar #custom_html-3{width:calc( 100% - 350px );}
	.after_entry .swiper-button-prev{left:0; }
.after_entry .swiper-button-next{right:0;}
}
@media only screen and (max-width: 1100px) {
	.genesis-nav-menu a {
    padding: 32px 8px;
    font-size: 13px;
}
}
@media only screen and (max-width: 1023px) {
	
	.entry{padding:10px 0;}


	.site-header .widget-area:after{width:0; right:0;}
	body:not(.home) .site-header > .wrap, .nav-primary{background-color:#fff; position: absolute;  left: -20px; right: -20px; margin: auto; z-index: 10;max-width:calc( 100% + 40px );}
	

	.site-header .widget-area{width:100%;background-color:transparent;}
	.site-header ul.genesis-nav-menu{background-color:rgba(255,255,255,0.4)}
	.top_bar #custom_html-3 {
    vertical-align: top;
    margin-right: 0;
    width: calc( 100% - 350px );
}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{max-width:320px;}
	.footer-widgets-1{margin-right:20px;}
	.footer-widgets-2, .footer-widgets-3{padding-left:38px;}
	.ee_grid_box_v2,.team-item,.testimonial-item{
		width: calc( 50% - 44px );
	}
	
	.home .bannercontainer .textwidget{max-height:80vh;}

	#ee_filter_table,#ee_filter_table tbody,#ee_filter_table thead,#ee_filter_table tfoot, #ee_filter_table tr, #ee_filter_table td {display:block;}
	/*#ee_filter_table tfoot,*/ .espresso-table-header-row{display:none !important;}
	#ee_filter_table tbody td:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    width: 170px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    background-color: #698ed2;
    color: #fff;
  }
	#ee_filter_table tr.footable-odd  td:before{background-color:#0069c0;}
	#ee_filter_table td.event_title:before{content:'Workshop:';}
	#ee_filter_table td.location_title:before{content:'Location:';}
	#ee_filter_table td.venue_title:before{content:'Venue:';}
	#ee_filter_table td.start_date:before{content:'Commences:';}
	#ee_filter_table td.duration:before{content:'Duration:';}
	#ee_filter_table td.event_link:before{content:'Link:';}
	#ee_filter_table td.event_title,#ee_filter_table td.location_title,#ee_filter_table td.venue_title,#ee_filter_table td.start_date,#ee_filter_table td.duration,#ee_filter_table td.event_link{width:auto!important; position:relative;padding-left:180px;}
	#ee_filter_table td.event_link a{width:calc( 100% - 44px );}
	
	
	.home .bannercontainer{	background-image:url(/../../../wp-content/uploads/home-header-1024.jpg);}

body:not(.home) .site-header{height:530px; background-repeat:no-repeat; background-size:cover; background-position:top center;position:relative; background-image: url(/../../../wp-content/uploads/training-who-should-hi-1024.jpg);
}
.page-id-71 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-header-hi-1024.jpg);}
.page-id-73 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-tell-us-hi-1024.jpg);}

.page-id-16 .site-header,.page-id-139 .site-header,.page-id-262 .site-header{background-image:url(/../../../wp-content/uploads/training-header-1024.jpg);}
.page-id-141 .site-header{background-image:url(/../../../wp-content/uploads/training-who-should-hi.jpg);}
.page-id-143 .site-header,.page-id-264 .site-header{background-image:url(/../../../wp-content/uploads/courses-grid-hi-1024.jpg);}
.page-id-266 .site-header{background-image:url(/../../../wp-content/uploads/courses-table-hi.jpg);}
.page-id-268 .site-header,.parent-pageid-268 .site-header{background-image:url(/../../../wp-content/uploads/courses-map-hi-1024.jpg);}

.page-id-18 .site-header, .parent-pageid-18 .site-header{background-image:url(/../../../wp-content/uploads/consulting-hi-1024.jpg);}

.page-id-83 .site-header{background-image:url(/../../../wp-content/uploads/team-presenter-hi-1024.jpg);}
.page-id-85 .site-header{background-image:url(/../../../wp-content/uploads/team-admin-hi-1024.jpg);}

.page-id-26 .site-header{background-image:url(/../../../wp-content/uploads/contact-hi-1024.jpg);}

.page-id-22 .site-header{background-image:url(/../../../wp-content/uploads/memberships-hi-1024.jpg);}
	
	
}
@media only screen and (max-width: 950px){
	.pointing { padding-right:0;background-image:none;}
}
@media only screen and (max-width: 860px) {
	.site-inner,.wrap{padding:0;}

	.footer-widgets-1{max-width:100%; width:100%;}
	.footer-widgets-2, .footer-widgets-3{max-width:50%;}
	.top_bar #search-3{display:none;}
	.top_bar #custom_html-3{width:100%;}

}
@media only screen and (max-width: 768px) {
	.ee_grid_box_v2,.team-item,.testimonial-item{
		width: calc( 100% - 44px ) !important;
	}
	.course-nav a{padding:5px 10px;}
	.header-image .site-title > a{min-height:40px;}
	.home .bannercontainer{	background-image:url(/../../../wp-content/uploads/home-header-2-760.jpg);}

body:not(.home) .site-header{height:530px; background-repeat:no-repeat; background-size:cover; background-position:top center;position:relative; background-image: url(/../../../wp-content/uploads/training-who-should-hi-760.jpg);
}
.page-id-71 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-header-hi-760.jpg);}
.page-id-73 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-tell-us-hi-760.jpg);}

.page-id-16 .site-header,.page-id-139 .site-header,.page-id-262 .site-header{background-image:url(/../../../wp-content/uploads/training-header-760.jpg);}
.page-id-141 .site-header{background-image:url(/../../../wp-content/uploads/training-who-should-hi.jpg);}
.page-id-143 .site-header,.page-id-264 .site-header{background-image:url(/../../../wp-content/uploads/courses-grid-hi-760.jpg);}
.page-id-266 .site-header{background-image:url(/../../../wp-content/uploads/courses-table-hi.jpg);}
.page-id-268 .site-header,.parent-pageid-268 .site-header{background-image:url(/../../../wp-content/uploads/courses-map-hi-760.jpg);}

.page-id-18 .site-header, .parent-pageid-18 .site-header{background-image:url(/../../../wp-content/uploads/consulting-hi-760.jpg);}

.page-id-83 .site-header{background-image:url(/../../../wp-content/uploads/team-presenter-hi-760.jpg);}
.page-id-85 .site-header{background-image:url(/../../../wp-content/uploads/team-admin-hi-760.jpg);}

.page-id-26 .site-header{background-image:url(/../../../wp-content/uploads/contact-hi-760.jpg);}

.page-id-22 .site-header{background-image:url(/../../../wp-content/uploads/memberships-hi-760.jpg);}
	
	
	
}
@media only screen and (max-width: 500px){
	.desktop-hide{display:initial;}
	.mobile-hide{display:none;}
	.top_bar .wrap{max-width:100%;}
	.top_bar a{display:block;float:left;  width:50%; height:100%; text-align:center;white-space:nowrap;overflow:hidden;}
	.top_bar a:first-child{background-color:#fff; color:#698ed2; /*font-size:0;position:relative;*/}
	/*.top_bar a:first-child:after{content:'Call Us'; position:absolute; top:0; right:0; bottom:0; margin:auto; }*/
	.top_bar a:last-child{background-color:#668ed2; color:#fff;}
	
	.top_bar a:last-child i.blue{fill:#fff;}
	
	.footer-widgets-2, .footer-widgets-3{max-width:100%; width:100%;}
	.footer-widgets-3 {padding-top:15px;}
	
	.home .bannercontainer .textwidget{background-image:none;background-color:rgba(255,255,255,.5);max-height:50vh;}
	.home.scrolled .bannercontainer .textwidget{max-height:40vh;}
	.home .bannercontainer h1{line-height:6vh;}
	.home.scrolled .bannercontainer h1{line-height:6vh; font-size:7vw;}
	.home.scrolled .bannercontainer p{font-size:12px;}
	.home.scrolled .bannercontainer .cta{margin:10px 5px;padding:10px; font-size:12px;}
	#ee_filter_table td.event_title,#ee_filter_table td.location_title,#ee_filter_table td.venue_title,#ee_filter_table td.start_date,#ee_filter_table td.duration,#ee_filter_table td.event_link{width:auto!important; position:relative;padding-left:110px;}
	#ee_filter_table tbody td:before{width:100px;}
	#ee_filter_table td.event_link a{padding:10px;margin:5px; width:calc( 100% - 14px );}
	body:not(.home) .site-header{height:50vh;}
	.course-nav a{padding:5px 8px; font-size:14px;}
	.page-link-wrapper{height:88px; margin-top:-44px;}
	.parent-page{height:44px;}
	.parent-page h2{height:44px;line-height:44px; font-size:22px;}
	.parent-page h2:after{border:22px solid transparent; border-top-color: #EDF4FA; border-left-color: #EDF4FA;right:-42px;}
	.child-pages{height: 44px;line-height: 44px; font-size: 16px;}
	.child-pages li{margin-right:10px;}
	.header-image .site-title > a{min-height:20px;}
	
	.home .bannercontainer{	background-image:url(/../../../wp-content/uploads/home-header-2-420.jpg);}

body:not(.home) .site-header{height:530px; background-repeat:no-repeat; background-size:cover; background-position:top center;position:relative; background-image: url(/../../../wp-content/uploads/training-who-should-hi-420.jpg);
}
.page-id-71 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-header-hi-420.jpg);}
.page-id-73 .site-header{background-image:url(/../../../wp-content/uploads/testimonial-tell-us-hi-420.jpg);}

.page-id-16 .site-header,.page-id-139 .site-header,.page-id-262 .site-header{background-image:url(/../../../wp-content/uploads/training-header-420.jpg);}
.page-id-141 .site-header{background-image:url(/../../../wp-content/uploads/training-who-should-hi.jpg);}
.page-id-143 .site-header,.page-id-264 .site-header{background-image:url(/../../../wp-content/uploads/courses-grid-hi-420.jpg);}
.page-id-266 .site-header{background-image:url(/../../../wp-content/uploads/courses-table-hi.jpg);}
.page-id-268 .site-header,.parent-pageid-268 .site-header{background-image:url(/../../../wp-content/uploads/courses-map-hi-420.jpg);}

.page-id-18 .site-header, .parent-pageid-18 .site-header{background-image:url(/../../../wp-content/uploads/consulting-hi-420.jpg);}

.page-id-83 .site-header{background-image:url(/../../../wp-content/uploads/team-presenter-hi-420.jpg);}
.page-id-85 .site-header{background-image:url(/../../../wp-content/uploads/team-admin-hi-420.jpg);}

.page-id-26 .site-header{background-image:url(/../../../wp-content/uploads/contact-hi-420.jpg);}

.page-id-22 .site-header{background-image:url(/../../../wp-content/uploads/memberships-hi-420.jpg);}
	
	
}