/**
 *	Theme Name: CodeArt Theme
 *	Theme URI: http://codeart.mk/
 *	Author: CodeArt Team
 *	Author URI: http://codeart.mk/
 *	Description: CodeArt Child WordPress Theme for Genesis Framework.
 *	Version: 2.2
 *	License: GNU General Public License v2 or later
 *	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *	Text Domain: codeart
 *	Template: genesis
 **/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#wpadminbar { z-index: 999999; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote,
q {
	quotes: none;
	background: #EBEBEB;
	color: #4F4F4F;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;

	padding: 30px 10px 30px 50px;
	border-left: 5px solid #00B2DD;

	margin-bottom: 15px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote p,
q p { margin: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:after,
*:before {
	outline: none;
	border: none;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: #FFFFFF;
	color: #7E7E7E;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
}

p {
	color: #7E7E7E;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

h1, h2, h3, h4 ,h5, h6 {
	color: #202020;
	font-weight: bold;
	margin: 10px 0;
}

h1 { font-size: 26px; line-height: 30px; }
h2 { font-size: 22px; line-height: 26px; }
h3 { font-size: 18px; line-height: 22px; }
h4 { font-size: 16px; line-height: 20px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 16px; line-height: 20px; }

b,
strong { font-weight: bold; }

em { font-style: italic; }

.alignleft { float: left; }
img.alignleft { margin: 0 15px 15px 0; }
.alignright { float: right; }
img.alignright { margin: 0 0 15px 15px; }

a { color: #4DAADF; text-decoration: none; }
a:hover { color: #0089AB; }

img { max-width: 100%; height: auto; }

input{
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	background:none;
}

.entry-content ul,
.entry-content ol {
	margin-left: 40px;
	list-style-type: disc;
	margin-bottom: 15px;
}

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

.entry-content li { font-size: 15px; line-height: 19px; margin-bottom: 5px; }

.entry-content iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.entry-content .wp-caption {
	padding: 5px;
	border: 1px solid #DEDEDE;
	width: 100% !important;
}

.entry-content .wp-caption.alignleft { margin: 0 15px 15px 0; }
.entry-content .wp-caption.alignright { margin: 0 0 15px 15px; }
.entry-content .wp-caption img { margin-bottom: 5px; }
.entry-content .wp-caption p { margin-bottom: 0; text-align: right; }

input[type=text],
input[type=email],
textarea {
	display: block;
	height: 35px;

	color: #757575;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
	border: 1px solid #D2D2D2;

	max-width: 100%;
}

textarea {
	height: auto;
	line-height: 18px;
	padding: 10px;
}

input[type=submit],
.infusion-submit button {
	display: block;
	height: 45px;

	background: url('images/submit-pattern.png') repeat-x 0 0;

	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;

	border: 1px solid #E95E0A;
	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=submit]:hover,
.infusion-submit button:hover { background: url('images/submit-pattern-hover.png') repeat-x 0 0; }

body.faqs .entry-content iframe { margin-bottom: 25px; }

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;

	margin: 20px auto;

	max-width: 710px;
	width: 100%;
	clear: both;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrap {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.wrap,
#content-sidebar-wrap {
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1180px;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

.wrap.vis { overflow: visible; }

.clr { clear: both; }

body.content-sidebar #content-sidebar-wrap { padding-right: 395px; }

a.shopNow {
	background: rgba(0, 0, 0, 0) url("images/blue-btn-bg.png") repeat-x scroll 0 0;
   border: 1px solid #009fc6;
   border-top:none;
   border-radius: 5px;
   color: #fff;
   cursor: pointer;
   display: block;
   font-size: 20px;
   height: 42px;
   line-height: 42px;
   margin: 0 auto 10px;
   max-width: 155px;
   text-align: center;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.47);
   width: 155px;
}

#header .widget_text {
	position: absolute;
	top: 20px;
	right: 4px;
}

#header, #nav, #inner, #footer {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#inner { padding-bottom: 30px; }

/* HEADER */

#header #title-area {
	float: left;
	margin-top: 12px;

	position: relative;
	z-index: 999;
}

#header #title-area h1 { margin: 0; }

#header #title-area h1 a,
#header #title-area p#title a {
	display: block;
	width: 323px;
	height: 71px;

	background: url('images/anniversary-logo-new.png') no-repeat 0 0;
/*	background: url('images/cpd-solutions-logo-christmas-small.png') no-repeat 0 0;*/

	font-size: 0;
}

#header #title-area p { margin-bottom: 0; }

#header #title-area p#title { display: block; }
#header #title-area p { display: none; }

#header .header-widget-area {
	width: 100%;
	position: relative;
	padding-left: 330px;
}

#header .header-widget-area ul {
	padding-left: 20px;
	font-size: 0;
}

#header .header-widget-area ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#header .header-widget-area ul li a {
	display: block;

	color: #484848;
	font-size: 16px;
	line-height: 20px;
	padding: 30px 20px;

	border-bottom: 5px solid transparent;
}

#header .header-widget-area ul li.current-menu-item a,
#header .header-widget-area ul li:hover a {
	background: #F5F5F5;
	border-bottom-color: #00B2DD;
}

#header .header-widget-area form.search-form {
	position: absolute;
	right: 0;
	top: 50%;

	margin-top: -20px;

	height: 40px;
	width: 200px;

	overflow: hidden;
}

#header .header-widget-area form.search-form input[type=text] {
	display: block;
	/*width: 150px;*/
	width: 0;
	height: 40px;

	color: #202020;
	font-size: 14px;
	line-height: 40px;

	border-bottom: 1px solid #D4D4D4;
	border-top: 0;
	border-right: 0;
	border-left: 0;

	position: absolute;
	right: 50px;
	top: 0;

	opacity: 0;
}

#header .header-widget-area form.search-form input[type=submit] {
	display: block;
	width: 40px;
	height: 40px;

	background: url('images/search.png') no-repeat center center #00B2DD;

	cursor: pointer;

	font-size: 0;

	position: absolute;
	right: 0;
	top: 0;

	border: 0;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#top-title {
	background: #EEEEEE;
	padding: 10px 0;
	margin-bottom: 20px;
}

#top-title h4 {
	color: #4DAADF;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}

#content { width: 100%; }

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

#sidebar {
	/*width: 32%;*/
	width: 380px;
	float: right;
	padding: 0 3px;
}

#sidebar {
	width: 380px;

	position: absolute;
	top: 0;
	right: 0;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap { border: 1px solid #D4D4D4; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs { overflow: hidden; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div {
	background: #EBEBEB;

	color: #000000;
	font-size: 16px;
	line-height: 50px;
	font-weight: 300;
	text-align: center;

	cursor: pointer;

	width: 33.33%;
	height: 50px;
	float: left;

	position: relative;

	border: 1px solid #D4D4D4;
	border-right: 0;
	border-top: 0;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div:first-child {
	border-left: 0 !important;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div.active,
#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div.active:hover {
	background: #FFFFFF;
	border-bottom-color: transparent;
	border-left: 1px solid transparent;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div:hover {
	background: #F7F7F7;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div div {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 5px;

	background: transparent;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div:hover div,
#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div.active div { background: #00B2DD; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts { padding: 15px; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 10px;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li:last-child { border-bottom: none; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li > a {
	display: block;
	overflow: hidden;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li img {
	display: block;
	width: 65px;
	height: 65px;

	margin-right: 10px;
	float: left;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li:first-child { border-top: 0; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li h2 {
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 0 8px;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li:hover h2 { color: #00B2DD; }

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li .meta,
#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li .meta span {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}

#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li .meta span.author { color: #00B2DD; }

#sidebar .codeart-wpcf7 h2 {
	background: #00B2DD;

	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;

	padding: 15px;
	margin: 0;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution {
	padding: 15px;
	border: 1px solid #D4D4D4;
	position: relative;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution p {
	color: #363636;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution p:first-child,
#sidebar .codeart-wpcf7 div.find-cpd-solution p.margin { margin-bottom: 15px; }

#sidebar .codeart-wpcf7 div.find-cpd-solution input[type=text],
#sidebar .codeart-wpcf7 div.find-cpd-solution input[type=email] {
	display: block;
	width: 100%;
	height: 35px;

	color: #757575;
	font-size: 14px;
	line-height: 35px;

	padding: 0 10px;
	border: 1px solid #D2D2D2;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution input.err { border-color: #DB3333; }

#sidebar .codeart-wpcf7 div.find-cpd-solution label { position: relative; }

#sidebar .codeart-wpcf7 div.find-cpd-solution label input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution label span {
	color: #757575;
	font-size: 14px;
	line-height: 18px;

	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution label span:before {
	content: '';

	background: #EBEBEB;
	display: block;
	width: 14px;
	height: 14px;

	position: absolute;
	left: 0;
	top: 0px;

	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution label span:after {
	content: '';

	background: #808080;
	display: block;
	width: 6px;
	height: 6px;

	position: absolute;
	left: 4px;
	top: 4px;

	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);

	transition:
		all 0.20s ease-in-out 0s;
	-webkit-transition:
		all 0.20s ease-in-out 0s;
	-moz-transition:
		all 0.20s ease-in-out 0s;
	-o-transition:
		all 0.20s ease-in-out 0s;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution label input[type=radio]:checked + span:after {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

#sidebar .codeart-wpcf7 div.find-cpd-solution button[type=submit] {
	display: block;

	width: 100%;
	max-width: 270px;
	height: 45px;

	background: url('images/submit-pattern.png') repeat-x 0 0;

	color: #FFFFFF;
	font-size: 16px;
	line-height: 0;
	font-weight: bold;
	text-align: center;

	border: 1px solid #E95E0A;
	margin: 0 auto;

	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution button[type=submit]:hover { background: url('images/submit-pattern-hover.png') repeat-x 0 0; }

#sidebar .codeart-wpcf7 div.find-cpd-solution img.ajax-loader {
	display: block;

	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
}

#sidebar .codeart-wpcf7 div.find-cpd-solution span.wpcf7-not-valid-tip { display: none; }

#sidebar .codeart-wpcf7-response-output { display: none !important; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

/* TOP LINE */

#top-line {
	background: #00B2DD;
	padding: 6px 0;
	position: sticky;
	top: 0;
	z-index: 99999;
}

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

#top-line .phone {
	background: url('images/phone.png') no-repeat 0 center;

	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 25px;

	margin: 0;
	float: right;

	padding-left: 20px;
	margin-right: 4px;
}

#top-line .phone:hover{
	opacity: 0.9;
}

#top-line .res-menu {
	display: none;

	width: 32px;
	height: 21px;

	margin-top: 2px;
	float: left;

	cursor: pointer;
}

#top-line .res-menu > span {
	background: #FFFFFF;
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 3px;
}

#top-line .res-menu > span:first-child { margin-top: 0; }

.res-menu-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.8);
	opacity: 0;
	pointer-events: none;
	z-index: 9999;
	transition: .3s ease-in-out;
}

.res-menu-overlay.active {
	pointer-events: auto;
	opacity: 1;
}

/* END TOP LINE */

/* CONTACT US */

.entry-content div.wpcf7 form input[type=submit] { width: 100%; max-width: 180px; }
.wpcf7-form .g-recaptcha{ margin-bottom: 15px; }

/* END CONTACT US */

/* WEBINAR CLUB */

.webinar-club h2 {
	background: #003744;

	color: #FFFFFF;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: normal;

	padding: 15px 5px;

	margin: 0;
}

.webinar-club .optin-wrap {
	background: #FFFFFF;
	padding: 10px 15px 10px;

	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.27);
}

.webinar-club .optin-wrap img {
	max-width: 100%;
	margin: 0 auto 15px;
	display: block;
}

.webinar-club .optin-wrap p {
	color: #003D4C;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0;
	font-weight: bold;
	text-align: center;
}

.webinar-club .optin-wrap a {
	background: url('images/submit-pattern.png') repeat-x 0 0;
	display: block;
	width: 100%;
	max-width: 300px;
	height: 45px;

	color: #003947;
	font-size: 22px;
	line-height: 45px;
	text-align: center;

	border: 1px solid #E95E0A;
	margin: 0 auto 10px;

	cursor: pointer;

	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.47);

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.webinar-club .optin-wrap a:hover { background: url('images/submit-pattern-hover.png') repeat-x 0 0; }

/* END WEBINAR CLUB */

/* HOME */

body.home #home-video-section {
	background: #EEEEEE;
	padding: 20px 0;
}

body.home #home-video-section .video,
body.home #home-video-section .image {
	width: 66%;
	float: left;
}

body.home #home-video-section .video .videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

body.home #home-video-section .video .videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.home #home-video-section .widget-area {
	width: 33%;
	float: right;
	max-width: 380px;
	padding: 0 3px;
}

.mobile-video { display: none; }

body.home #content-sidebar-wrap { padding-top: 20px; }

body.home #content-sidebar-wrap #sidebar { padding-top: 38px; }

.video-btn-cta {
    background: url(images/submit-pattern.png) repeat-x 0 0;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 45px;
    color: #003947;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #E95E0A;
    margin: 20px auto 10px;
    cursor: pointer;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.47);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: .3s ease-in-out;
}

.video-btn-cta:hover {
    background: url(images/submit-pattern-hover.png) repeat-x 0 0;
    color: #003947;
}

body.home .home-news > h2 {
	color: #4DAADF;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;

	margin: 0 0 25px;

	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

body.home .home-news .news-wrap .post {
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px solid #D4D4D4;
	overflow: hidden;
}

body.home .home-news .news-wrap .post:first-child { margin-top: 0; padding-top: 0; border-top: 0; }

body.home .home-news .news-wrap .post > a img {
	float: left;
	margin: 0 10px 10px 0;
}

body.home .home-news .news-wrap .post.featured > a img {
	margin-bottom: 15px;
	float: none;
}

body.home .home-news .news-wrap .post h2 { margin: 0 0 15px; }

body.home .home-news .news-wrap .post.featured h2 { margin: 0 0 10px; }

body.home .home-news .news-wrap .post h2 a {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

body.home .home-news .news-wrap .post:hover h2 a { color: #4DAADF; }

body.home .home-news .news-wrap .post .meta { margin-bottom: 15px; }
body.home .home-news .news-wrap .post.featured .meta { margin-bottom: 30px; }

body.home .home-news .news-wrap .post .meta span {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}

body.home .home-news .news-wrap .post .meta span a { color: #4DAADF; }

body.home .home-news .news-wrap .post .entry-content p {
	margin-bottom: 30px;
}

body.home .home-news .news-wrap .post .entry-content p a.read-more { color: #4DAADF; }

body.home .home-news .news-wrap .categories { font-size: 0; }

body.home .home-news .news-wrap .categories a {
	display: inline-block;

	height: 24px;

	background: #EBEBEB;
	color: #505050;
	font-size: 10px;
	line-height: 26px;
	text-transform: uppercase;

	margin-left: 3px;
	margin-bottom: 3px;
	padding: 0 5px;
}

body.home.ie .home-news .news-wrap .categories a { line-height: 24px; }

body.home .home-news .news-wrap .categories a:hover {
	background: #505050;
	color: #EBEBEB;
}

body.home .home-news a.more-news {
	display: block;
	width: 160px;
	height: 35px;

	background: url('images/read-more-arrow.png') no-repeat 140px center #00B2DD;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 37px;
	text-align: center;

	padding-right: 20px;
	margin: 20px 0;
}

body.home.ie .home-news a.more-news { line-height: 35px; }

body.home .home-news a.more-news:hover { background-color: #0089AB; }

.section-links{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.section-links__link-first{
	width: 30%;
	float: left;
	color: #ffffff;
	display: block;
	cursor: pointer;
	text-align: center;
	min-height: 160px;
	max-height: 160px;
	-webkit-transition: width 0.4s;
	transition: 0.4s;
	transition-timing-function: ease;
}
.section-links__link-first img{
	margin: 0 20px 0 auto !important;
}
.section-links__link{
	display: block;
	cursor: pointer;
	float: left;
	width: 23.3333%;
	color: #ffffff;
	text-align: center;
	min-height: 160px;
	max-height: 160px;
	-webkit-transition: width 0.4s;
	transition: 0.4s;
	transition-timing-function: ease;
}
.section-links .section-links__link-first, .section-links .section-links__link{
	font-size: 18px;
	line-height: 30px;
}
.section-links img, .section-links-mob img{
	display: block;
	margin: 0 auto;
}
.section-links-mob{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 5px 10px 5px;
}
.link--dark{
	background-color: #194b56;
}
.link--dark:hover{
	background-color: #143c44;
}
.link--bright{
	background-color: #40c2f3;
}
.link--bright:hover{
	background-color: #339bc2;
}
.link--green{
	background-color: #59c58e;
}
.link--green:hover{
	background-color: #479d71;
}
.section-links-mob .section-links__link-first, .section-links-mob .section-links__link{
	width: 50%;
	border: 1px solid #ffffff;
}
.section-links__link-first:hover, .section-links__link:hover{
	color: #ffffff;
}
.section-links .section-links__link-first{
	border-right: 4px solid #ffffff;
}
.section-links .section-links__link{
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}
/*
.section-links .border-right--none{
	border-right: none !important;
}
*/

.hide-buttons .home-btns-wrapper {
	display: none !important;
}

.home-btns-wrapper{
	padding: 20px 0;
	display: flex;
	width: 100%;
}

.home-btns-wrapper a {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0 10px;
	-webkit-transition: width 0.4s;
	transition: 0.4s;
	transition-timing-function: ease;
	background-position: 100% center;

}

.home-btns-wrapper a:hover {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABlVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gR4oeAAAAhnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESFBUWFxobHB4hIyQlJigpKi4vNDU2Nzg5Ojw9PkNERUlMWFlbXV5iY2RmZ2hpa2xtb3Bxc3R1d3h5e3x+f4CCg4WGiImLjI6PkZKUlZiapaaoq7K1t7m6vMHDyMzOz9HV19na3uDi5Obo6evv8fP19/n7/Ynw1h8AAAP5SURBVHja7dxXV9RQFIbhndEZG1bsDQV7V8Cu2BU79t6wY0PsBSz4/W4vXF6oM5BAlovsd+9fMO+zmJA5OSdm/3uShfue6df03tw4wWBT2dmrP+ZhIyk/2dqvf+bpLEx/fY+qTnvC6F/3QzWmawyhv1W1581E//07NdB8msLu9y8wWL93gcH7fQuk6fcskK7fr0Dafq8C6ft9CmTp9yiQrd+fQNZ+bwLZ+30JbJfQAi0SWqBJQguM/yq2wG0JLbBQYgs8ElugXmIL7BJc4KXYAhWJLTBHcIGVggs0Cy7QIrhAfgAFFWgWXGCl4AJzBBeoiC7wki6wS3CBetEFHtMFGkQXuEMXGM6yuA+BJaILtOAFduAFdocAXqAtBPACe/ACe0MAL7APL7AfL3AgBPACB0MAL3AIL3AYL3AkBPAC7SGAFziKFziGFzgeAniBEyGAFziJFzgVAniB03iBjhDAC5zBC5wNAbzAObzA+RAIAbzABbzARbzApRAIAbzAZbzAFbzA1RAIgREiMG7pwc5XvfIxmQWS5Q/lajIKLO6Rt8kiUDovh5NeoNIlkQXKLySyQNIloQXOSWiBJRJaYNRHsQU2S2iB0lexBdZKbIH7YgtUJLbAIsEFtggjMLkqwDUMgD7UVQN4wgHQm3IVgA8gAHVWAfhGAtD6fwFQ/fpShgNoKx3gSwIH0GI6QAcd4D0dQBU6wAw6QCMdYBkdYG38BcQ1gA0wPe4D2ABv6XeCJ+kADXCAXvp6QCt8RahvNHxVeAP8ucA9+JOhz2P+zz7tkTrfZrCfDvfPY+8P6J/P3iFSq5+yR6h2v62B9yP2CQ7UT9gpOnC/lT6y+82a4P3Ozwuk6Hd9YiRNv1m5m93v99RY2n6z0gV2v5k1vmL3Ozw7nLHfzGz88kN3X/dx+129P6BQ/deiP/qjP/qjP/qjP/qjP/qjH9N/PfqjP/qjP/qjP/qjP/qjn9OfRH/0R3/0R3/0R3/0R3/0R3/0U/pvRH/0R3/0R3/0R3/0R3/0g55/XIb3H4b3r4L3T/jO7rc78P4F8H57AO+fBu+3bfB+64b3l+H9Nhvebyvg/dYM77cWeH+OAMXsz+8rUND+3C6CRe3P699gYftzuhEqbn8+t8JF7s/jx1Ch+3P4OVzs/uEviBS9f7hLYoXvN+uE91vdd3a/2Wp4v1k7vN/sCrx/aI/HHfUPScBV/xAEnPVnFnDXn3GbuMP+TAIu+zMIOO23tIfF/fanE/Dcn+aFWb77Bxfw3j+YgP9+s44B+vvmGmBaa/b3TDbEzH1Xvf9iySBTaquS3z3fQDO27a/X9j9uMtgkDfuf/7703dpUZ8hJxk2dWT9p9Ej4KD8BfpCi06UBc78AAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: 97% center;
    background-size: 18px;
}

/* END HOME */

/* BEFORE FOOTER FAQs & TESTIMONIALS */

#faqs-testimonials {
	background: #000000 !important;
	padding: 60px 0;
}

#faqs-testimonials .backstretch { opacity: 0.64; }

#faqs-testimonials .wrap > div {
	background: #FFFFFF;
	padding: 15px;

	width: 49%;
	margin-left: 2%;
	float: left;

	min-height: 260px;
}

#faqs-testimonials .wrap > div:first-child { margin-left: 0; }

#faqs-testimonials .wrap > div > div {
	position: relative;
	overflow: hidden;
}

#faqs-testimonials .wrap > div > div h2 {
	color: #4DAADF;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;

	margin: 0 0 25px;

	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

#faqs-testimonials .wrap > div > div .navigation {
	position: absolute;

	right: 0;
	top: 0;

	width: 60px;
	height: 30px;

	overflow: hidden;
}

#faqs-testimonials .wrap > div > div .navigation span {
	display: block;

	width: 30px;
	height: 30px;

	background: #FFFFFF;
	border: 1px solid #C7C7C7;

	cursor: pointer;

	float: left;
}

#faqs-testimonials .wrap > div > div .navigation span.prev {
	background: url('images/faq-prev.png') no-repeat center;
	border-right: 0;
}

#faqs-testimonials .wrap > div > div .navigation span.next {
	background: url('images/faq-next.png') no-repeat center;
}

#faqs-testimonials .wrap > div > div .navigation span.prev:hover {
	background: url('images/faq-prev-hover.png') no-repeat center #00B2DD;
}

#faqs-testimonials .wrap > div > div .navigation span.next:hover {
	background: url('images/faq-next-hover.png') no-repeat center #00B2DD;
}

#faqs-testimonials .wrap > div .faqs-wrap .faq h3 {
	color: #8A8A8A;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin-top: 25px;
}

#faqs-testimonials .wrap > div .faqs-wrap .faq h3:first-child { margin-top: 0; }

#faqs-testimonials .wrap > div .faqs-wrap .faq h3 span { color: #313131; }

#faqs-testimonials .wrap > div .testimonials-wrap .testimonial {
	overflow: hidden;
	margin-bottom: 15px;
}

#faqs-testimonials .wrap > div .testimonials-wrap .testimonial p {
	color: #8A8A8A;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

#faqs-testimonials .wrap > div .testimonials-wrap .testimonial span {
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	float: right;
}

#faqs-testimonials .wrap > div a.view-all {
	display: block;
	width: 175px;
	height: 35px;

	background: url('images/read-more-arrow.png') no-repeat 155px center #00B2DD;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	text-align: center;

	float: right;

	padding-right: 20px;
	margin: 10px 0 0;
}

#faqs-testimonials .wrap > div a.view-all:hover { background-color: #0089AB; }

/* END BEFORE FOOTER FAQs & TESTIMONIALS */

/*------------------------------
#HOMEPAGE TESTIMONIAL SLIDER
------------------------------*/
.testimonial-slider {
	width: 100%;
	padding: 0 50px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px
}
.testimonial-slider .box {
    display: flex;
    align-items: center;						   
}

.testimonial-slider .box__img {
    width: 100%;
    max-width: 220px;
    height: 220px;
    position: relative;
    z-index: 9;					    
    background: #eeeeee;
    border-radius: 50%;
    border: 4px solid #00B2DD;
}

.testimonial-slider .box__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-slider .box__body {						
	width: 100%;
	margin-left: -90px;	
	position: relative;					
}

.testimonial-slider .box__body:after {
	content: url('images/quote.png');
	position: absolute;
	position: absolute;
    top: 0;
    left: 85px;
}						

.testimonial-slider .box__header { 
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7ad0f1;
	border-top-right-radius: 13px;
	position: relative;
	min-height: 35px;
}

.testimonial-slider .box__header p {
    margin: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    transform: translateY(5px);
}

.testimonial-slider .box__content {
    background-color: #f2f2f2;
    padding: 20px 20px 20px 110px;
    border-bottom-right-radius: 13px;
    min-height: 130px;
}
.testimonial-slider .box__content p { 
	color: #000;
	font-size: 14px;
}

.testimonial-slider .box__title { 
	margin: 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.testimonial-slider .box__title .txt--blue { color: #00aef1 }

.testimonial-slider .box__header:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1;
    border: solid 15px transparent;
    border-top-color: #79d0f1;
}

.testimonial-slider .flex-direction-nav .flex-prev:before {
	content: url('images/arrow-left-slide.png');
}

.testimonial-slider .flex-direction-nav .flex-next:before {
	content: url('images/arrow-right-slide.png');
}

.testimonial-slider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);    
}

.testimonial-slider .flex-nav-prev {
    position: absolute;
    top: -25px;
    left: 0;
    transition: .3s ease-in-out;
}

.testimonial-slider .flex-nav-next {
	position: absolute;
	top: -25px;
	right: 0;
	transition: .3s ease-in-out;
}

.testimonial-slider .flex-nav-prev:hover,
.testimonial-slider .flex-nav-next:hover { opacity: .5; }
/*------------------------------
#END HOMEPAGE TESTIMONIAL SLIDER
------------------------------*/

/* FAQS */

h2.faqs-question {
	margin: 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}

/* END FAQS */

/* DIRECTIONS */

body.directions .entry-content div.forms { overflow: hidden; }

body.directions .entry-content div.forms form {
	width: 49%;
	margin-left: 2%;
	float: left;
	margin-bottom: 20px;

	position: relative;
	padding-right: 140px;
}

body.directions .entry-content div.forms form:nth-child(odd) {
	margin-left: 0;
	clear: left;
}

body.directions .entry-content div.forms form label { display: inline-block; min-height: 35px; vertical-align: bottom; }

body.directions .entry-content div.forms form input[type=text] { width: 100%; }

body.directions .entry-content div.forms form input[type=submit] {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 0;

	position: absolute;
	bottom: 0;
	right: 0;
}

body.directions .entry-content .map iframe { width: 100%; min-height: 350px; }

/* END DIRECTIONS */

/* SPONSORS */

#sponsors {
	padding: 35px 0;
}

#sponsors .sponsors-wrap {
	font-size: 0;
	margin-bottom: 0;
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	column-gap: 20px;
	row-gap: 20px;
}

#sponsors .sponsors-wrap:first-child { margin-top: 0px; }

#sponsors .sponsors-wrap img {
	display: inline-block;
	vertical-align: middle;
	max-width: 125px;
   max-height: 55px;
}

/* END SPONSORS */

/* TESTIMONIALS */

body.testimonials div.template-testimonials div.filter {
	/*padding-bottom: 3px;*/
	border-bottom: 1px solid #D4D4D4;
	font-size: 0;
}

body.testimonials div.template-testimonials div.filter > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;

	height: 32px;
	margin-right: 5px;
	margin-bottom: 3px;

	background: #EBEBEB;
	color: #484848;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0 15px;
}

body.testimonials div.template-testimonials div.filter > a:first-child { margin-left: 0; }

body.testimonials div.template-testimonials div.filter > a:hover,
body.testimonials div.template-testimonials div.filter > a.active {
	background: #00B2DD;
	color: #FFFFFF;
}

body.testimonials div.template-testimonials div.testimonials-category { margin: 20px 0; }

body.testimonials div.template-testimonials div.testimonials-category h4 {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
}

body.testimonials div.template-testimonials div.testimonials-category > div {
	background: #EBEBEB;
	padding: 5px 20px;
	border: 1px solid #D4D4D4;
	margin-top: 5px;
}

body.testimonials div.template-testimonials div.testimonials-category > div:first-child { margin-top: 0; }

body.testimonials div.template-testimonials div.testimonials-category > div span {
	display: block;
	width: 100%;

	color: #ABABAB;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;

	margin-bottom: 25px;
}

body.testimonials div.template-testimonials div.testimonials-category > div p {
	color: #646464;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-style: italic;

	margin-bottom: 5px;
}

body.testimonials div.template-testimonials div.testimonials-category > div span.says {
	color: #202020;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	text-transform: none;
	margin: 0;
}

/* END TESTIMONIALS */

/* BLOG POSTS */

body.blog .archive-description { display: none; }

body.blog .posts-wrap .post {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #D4D4D4;
	overflow: hidden;
}

body.blog .posts-wrap .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.blog .posts-wrap .post > a img {
	float: left;
	margin: 0 15px 15px 0;
}

body.blog .posts-wrap .post > h2 {
	margin: 0 0 15px;
	font-weight: 400;
}

body.blog .posts-wrap .post > h2 a {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
}

body.blog .posts-wrap .post:hover > h2 a { color: #4DAADF; }

body.blog .posts-wrap .post > div.meta { margin-bottom: 15px; }

body.blog .posts-wrap .post > div.meta span {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}

body.blog .posts-wrap .post > div.meta span a { color: #4DAADF; }

body.blog .posts-wrap .post > div.entry-content { margin-bottom: 15px; }

body.blog .posts-wrap .post > div.entry-content p {
	color: #7E7E7E;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}

body.blog .posts-wrap .post > div.categories a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;

	height: 20px;

	background: #EBEBEB;
	color: #505050;
	font-size: 10px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;

	margin-left: 3px;
	margin-bottom: 3px;
	padding: 0 5px;
}

body.blog.ie .posts-wrap .post > div.categories a { line-height: 20px; }

body.blog .posts-wrap .post > div.categories a:hover {
	background: #505050;
	color: #EBEBEB;
}

	/* PAGINATION */

body.blog div.pagination {
	margin-top: 20px;
	font-size: 0;
}

body.blog  div.pagination a,
body.blog  div.pagination span {
	display: inline-block;
	*display: block;
	zoom: 1;
	vertical-align: top;

	width: 32px;
	height: 32px;

	color: #7E7E7E;
	font-size: 14px;
	line-height: 32px;
	text-align: center;

	margin-left: -1px;
	margin-bottom: 3px;

	border: 1px solid #C7C7C7;
}

body.blog div.pagination a:hover {
	background: #EBEBEB;
}

body.blog div.pagination span.current {
	background: #00B2DD;
	color: #FFFFFF;
	border-color: #00B2DD;
	position: relative;
	z-index: 9;
}

body.blog div.pagination a.next,
body.blog div.pagination a.prev { width: 80px; }

body.blog div.pagination a.prev { margin-left: 0; }

	/* END PAGINATION */

/* END BLOG POSTS */

/* SINGLE POST */

body.single .feat-image {
	float: left;
	margin: 0 15px 15px 0;
}

body.single .entry-content { overflow: hidden; }

body.single .before-post-content {
	margin-bottom: 15px;
	border-bottom: 1px solid #D4D4D4;

	position: relative;
}

body.single .before-post-content h1 {
	color: #202020;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;

	margin: 0 0 10px;
	padding-right: 120px;
}

body.single .before-post-content .share {
	position: absolute;
	width: 96px;
	height: 30px;

	right: 0;
	top: 0;

	overflow: hidden;
}

body.single .before-post-content .share a {
	display: block;
	width: 30px;
	height: 30px;

	float: left;
	margin-left: 3px;
}

body.single .before-post-content .share a:first-child { margin-left: 0; }

body.single .before-post-content .share a.tw { background: url('images/social/tw-share-hover.png') no-repeat center center #00AAEB; }
body.single .before-post-content .share a.tw:hover { background-color: #0090C9; }
body.single .before-post-content .share a.fb { background: url('images/social/fb-share-hover.png') no-repeat center center #3D5A99; }
body.single .before-post-content .share a.fb:hover { background-color: #304778; }
body.single .before-post-content .share a.gp { background: url('images/social/gp-share-hover.png') no-repeat center center #BA0000; }
body.single .before-post-content .share a.gp:hover { background-color: #990000; }

body.single .meta { margin-bottom: 15px; }

body.single .meta span {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}

body.single .meta span a { color: #4DAADF; }

body.single .categories { font-size: 0; margin-bottom: 10px; }

body.single .categories a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;

	height: 20px;
	background: #EBEBEB;
	color: #505050;
	font-size: 10px;
	line-height: 22px;
	text-transform: uppercase;

	padding: 0 10px;
	margin-right: 3px;
	margin-bottom: 3px;
}

body.single.ie .categories a { line-height: 20px; }

body.single .categories a:first-child { margin-left: 0; }

body.single .categories a:hover {
	background: #505050;
	color: #EBEBEB;
}

body.single .after-post-content {
	margin-bottom: 50px;

	position: relative;
}

body.single .after-post-content div.share {
	overflow: hidden;

	position: absolute;
	top: 10px;
	right: 0;

	width: 261px;
}

body.single .after-post-content div.share > a {
	color: #7F7D7D;
	font-size: 13px;
	line-height: 32px;

	display: block;
	width: 85px;
	height: 30px;

	background: #E6E6E6;
	float: left;
	margin-left: 3px;
	padding-left: 35px;

	position: relative;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

body.single.ie .after-post-content div.share > a { line-height: 30px; }

body.single .after-post-content div.share > a:first-child { margin-left: 0; }

body.single .after-post-content .share.sticky {
	position: fixed;
	left: 0;
	right: auto;
	top: auto;
	bottom: -50px;

	width: 100%;
	height: 50px;

	margin: 0;

	z-index: 995;

	transition:	all 0.10s ease-in-out 0.10s;
	-webkit-transition:	all 0.10s ease-in-out 0.10s;
	-moz-transition: all 0.10s ease-in-out 0.10s;
	-o-transition: all 0.10s ease-in-out 0.10s;
}

body.single.sticky-share .after-post-content .share.sticky {
	transform: translateY( -50px );
	-moz-transform: translateY( -50px );
	-webkit-transform: translateY( -50px );
	-o-transform: translateY( -50px );
}

body.single.sticky-share { padding-bottom: 50px; }

body.single .after-post-content div.share.sticky > a {
	line-height: 52px;
	height: 50px;
	padding-left: 55px;
}

body.single.ie .after-post-content div.share.sticky > a { line-height: 50px; }

body.single .after-post-content div.share.sticky > a span.icon { width: 50px; }

body.single .after-post-content div.share.sticky > a span.icon svg { width: 50px; height: 20px; }

body.single .after-post-content .share.sticky a {
	width: 33.33%;
	float: left;
	margin: 0;

	border-left: 1px solid #CCCCCC;

	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

body.single .after-post-content .share.sticky a:first-child { border-left: 0; }

body.single .after-post-content div.share > a span.icon {
	display: block;
	width: 35px;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
}

body.single .after-post-content div.share > a span.icon svg {
	width: 35px;
	height: 16px;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;

	margin: auto;

	fill: #7E7E7E;
}

body.single .after-post-content div.share > a.tw:hover { background-color: #4099FF; }
body.single .after-post-content div.share > a.fb:hover { background-color: #3B5998; }
body.single .after-post-content div.share > a.gp:hover { background-color: #DD4B39; }

body.single .after-post-content div.share > a:hover { color: #FFFFFF; }

body.single .after-post-content div.share > a:hover span.icon svg { fill: #FFFFFF; }

body.single .after-post-content div.author {
	background: #EBEBEB;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #D4D4D4;
	overflow: hidden;
}

body.single .after-post-content div.author img {
	display: block;
	width: 85px;
	height: 85px;

	float: left;
	margin: 0 15px 15px 10px;

	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

body.single .after-post-content div.author h2 {
	color: #202020;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}

body.single .after-post-content div.author p {
	color: #7E7E7E;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

body.single .post-navigation { overflow: hidden; margin-top: 20px; }

body.single .post-navigation > a {
	display: block;

	width: 49%;
	float: left;
	margin-left: 2%;

	text-align: right;

	padding: 5px;
	border: 1px solid #D4D4D4;

	overflow: hidden;
}

body.single .post-navigation > a img {
	float: right;
	margin: 0 0 0 10px;

	width: 65px;
	height: 65px;
}

body.single .post-navigation > a span {
	color: #9C9C9C;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;

	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
}

body.single .post-navigation > a h2 {
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}

body.single .post-navigation > a:first-child {
	margin-left: 0;
	text-align: left;
}

body.single .post-navigation > a:first-child img {
	float: left;
	margin: 0 10px 0 0;
}

body.single .post-navigation > a:hover h2 { color: #4DAADF; }

body.single .after-post-content div.related {
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}

body.single .after-post-content div.related > h2 {
	color: #4DAADF;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
	margin: 0 0 10px;
}

body.single .after-post-content div.related > .posts-wrap { overflow: hidden; }

body.single .after-post-content div.related > .posts-wrap .post {
	width: 32%;
	margin-left: 2%;
	float: left;
}

body.single .after-post-content div.related > .posts-wrap .post:first-child { margin-left: 0; }

body.single .after-post-content div.related > .posts-wrap .post img { width: 100%; }

body.single .after-post-content div.related > .posts-wrap .post h2 { margin: 10px 0 0; }

body.single .after-post-content div.related > .posts-wrap .post h2 a {
	color: #202020;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

body.single .after-post-content div.related > .posts-wrap .post:hover h2 a { color: #4DAADF; }

/* END SINGLE POST */


/* VETS TEMPLATE */

.vets-template #content-sidebar-wrap{
	max-width: 100%;
	font-family: "Roboto";
}

.vets-template #top-title {
	margin-bottom: 0;
}

.vets-template #inner{
	padding-bottom: 0;
}
.vets-template .overflow{
	overflow: hidden;
}

.vets-template .background--white{
	background-color: #ffffff;
}
.vets-template .background--grey{
	background-color: #f4f5f6;
}
.vets-template .wrapper__width{
	position: relative;
	display: block;
	max-width: 1180px;
	margin: 40px auto;
	padding: 0 140px;
}
.vets-template .header{
	padding: 0 125px;
}

.vets-template h2, .vets-template .header h3{
	font-size: 26px !important;
	line-height: 34px !important;
	color: #000000;
	margin: 25px 0;
	font-weight: 700;
}
.vets-template .header h3{
	margin: 0 0 30px 0;
}

.vets-template .box p, .vets-template .header p{
	font-size: 16px !important;
	color: rgb(126, 126, 126);
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 30px;
	display: block;
}
.vets-template .box strong, .vets-template .header strong{
	font-weight: 700;
	font-size: 16px;
	color: rgb(126, 126, 126);
	line-height: 22px;
	margin-bottom: 10px;
	display: block;
}

.vets-template .text--center{
	text-align: center;
}

.vets-template .button{
	margin: 7px auto;
	padding: 15px 10px;
	display: block;
	max-width: 395px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.66);
}

.vets-template .button-orange {
	border-color: rgb(233, 94, 10);
	background-image: -moz-linear-gradient( -90deg, rgb(255,174,0) 0%, rgb(255,108,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(255,174,0) 0%, rgb(255,108,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(255,174,0) 0%, rgb(255,108,0) 100%);
	color: rgb(0, 57, 71);
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.2;
	text-shadow: 0.5px 0.866px 0 rgba(255, 255, 255, 0.47);
	-webkit-transition: width 0.4s;
	transition: 0.4s;
	transition-timing-function: ease;
}
.vets-template .button-orange:hover {
	border-color: rgb(233, 94, 10);
	background-image: -moz-linear-gradient(-90deg, rgb(230,157,0) 0%, rgb(230,97,0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(230,157,0) 0%, rgb(230,97,0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(230,157,0) 0%, rgb(230,97,0) 100%);
}

.vets-template .button-blue{
	border-color: rgb(2, 165, 205);
	background-image: -moz-linear-gradient( -90deg, rgb(4,198,245) 0%, rgb(2,170,211) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(4,198,245) 0%, rgb(2,170,211) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(4,198,245) 0%, rgb(2,170,211) 100%);
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.47);
	-webkit-transition: width 0.4s;
	transition: 0.4s;
	transition-timing-function: ease;
}
.vets-template .button-blue:hover {
	border-color: rgb(2, 165, 205);
	background-image: -moz-linear-gradient(-90deg, rgb(4,178,220) 0%, rgb(44,157,198) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(4,178,220) 0%, rgb(44,157,198) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(4,178,220) 0%, rgb(44,157,198) 100%);
}

.vets-template .buttons{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.vets-template .button-small{
	max-width: 350px;
}
.vets-template .button-large{
	max-width: 420px;
}

.vets-template .margin-top-bottom-47{
	margin: 47px auto;
}

.vets-template .box{
	position: relative;
	display: block;
	border: 4px solid #dcdddf;
	background-color: #ffffff;
}
.vets-template .box__header{
	background-color: #dcdddf;
}
.vets-template .box h3{
	font-size: 26px !important;
	padding: 25px 0;
	margin: 0;
	color: #0d5273;
	font-weight: 700;
}
.vets-template .padding-20-40{
	padding: 30px 35px;
}
.vets-template .float-left{
	float: left;
}

.vets-template .float-right{
	float: right;
}
.vets-template .box__logo{
	display: block;
	margin: 10px auto;
}

.vets-template img.aligncenter,
.vets-template img.alignnone,
.vets-template img.alignleft,
.vets-template img.alignright {
	display: block;
}

.vets-template img.aligncenter {
	margin: 0 auto;
}


.vets-template img.alignnone {
	display: block;
}

.vets-template img.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.vets-template img.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/* END VETS TEMPLATE */


/* FOOTER */

#footer {
	background: #2E2E2E;
	padding: 25px 0;
}

#footer .widget-area {
	overflow: hidden;
}

#footer .widget-area .widget {
	float: left;
	width: 19%;
	margin-left: 3.66%;
}

#footer .widget-area .widget:first-child { margin-left: 0; width: 32%; }

#footer .widget-area .widget h4.widget-title,
#footer .widget-area .widget .page-social h4.page-social-title {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;

	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #505050;
}

#footer .widget-area .widget .ca-phone,
#footer .widget-area .widget p {
	color: #B4BBC2;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}


#footer .widget-area .widget img.logo { margin-bottom: 15px; }

#footer .widget-area .widget .ca-phone:hover,
#footer .widget-area .widget .ca-phone span,
#footer .widget-area .widget p span { color: #FFFFFF; }

#footer .widget-area .widget ul { padding-left: 10px; margin-left: 20px; list-style-type: disc; }

#footer .widget-area .widget ul li { margin-bottom: 5px; }

#footer .widget-area .widget ul li a {
	color: #B4BBC2;
	font-size: 16px;
	line-height: 20px;
}

#footer .widget-area .widget ul li a:hover { color: #FFFFFF; }

#footer .widget-area .widget .footer-info {
	text-align: right;
}

#footer .widget-area .widget .footer-info img { margin-bottom: 25px; }

#footer .widget-area .widget .footer-info p {
	color: #B4BBC2;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

#footer .widget-area .widget .page-social h4.page-social-title { margin-bottom: 5px; }

#footer .widget-area .widget .page-social .links a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;

	width: 36px;
	height: 36px;
	margin-right: 15px;

	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

#footer .widget-area .widget .page-social .links a.fb { background: url('images/social/facebook-icon.svg') no-repeat center center #3162A2; }
#footer .widget-area .widget .page-social .links a.tw { background: url('images/social/twitter-icon.svg') no-repeat center center #2EB1EB; }
#footer .widget-area .widget .page-social .links a.in { background: url('images/social/instagram-icon.svg') no-repeat center center; }

#footer .widget-area .widget .page-social .links a:hover { opacity: 0.85; }

/* END FOOTER */

/* 404 */

body.error404 #top-title h4 {
	font-size: 64px;
	line-height: 60px;
	text-align: center;
	letter-spacing: -2px;
}

body.error404 #top-title h4 span { font-size: 54px; }

body.error404 #content { text-align: center; }

body.error404 #content h3 {
	text-transform: uppercase;
	color: #4DAADF;
}

body.error404 #content h2 {
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin: 20px 0;
	color: #4DAADF;
}

body.error404 #content a {
	font-size: 18px;
	line-height: 35px;


	display: block;
	width: 100px;
	height: 35px;

	margin: 15px auto 0;

	border: 1px solid #DEDEDE;
}

body.error404 #content a:hover {
	background: #4DAADF;
	border-color: #4DAADF;
	color: #FFFFFF;
}

/* END 404 */

/******************
** TRANSITIONS
*******************/

a,
#faqs-testimonials .wrap > div > div .navigation span,
#faqs-testimonials .wrap > div a.view-all,
body.single .post-navigation > a h2,
#top-line .res-menu-overlay,
#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div,
#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .tabs > div div,
body.single .after-post-content div.share > a:hover span.icon svg,
#sidebar .codeart_top_posts_widget .codeart_top_posts_wrap .posts ul li h2 {
	transition:
		background-color 0.20s ease-in-out 0s,
		color 0.20s ease-in-out 0s,
		opacity 0.20s ease-in-out 0s,
		box-shadow 0.20s ease-in-out 0s,
		border 0.20s ease-in-out 0s,
		fill 0.20s ease-in-out 0s;
	-webkit-transition:
		background-color 0.20s ease-in-out 0s,
		color 0.20s ease-in-out 0s,
		opacity 0.20s ease-in-out 0s,
		box-shadow 0.20s ease-in-out 0s,
		border 0.20s ease-in-out 0s,
		fill 0.20s ease-in-out 0s;
	-moz-transition:
		background-color 0.20s ease-in-out 0s,
		color 0.20s ease-in-out 0s,
		opacity 0.20s ease-in-out 0s,
		box-shadow 0.20s ease-in-out 0s,
		border 0.20s ease-in-out 0s,
		fill 0.20s ease-in-out 0s;
	-o-transition:
		background-color 0.20s ease-in-out 0s,
		color 0.20s ease-in-out 0s,
		opacity 0.20s ease-in-out 0s,
		box-shadow 0.20s ease-in-out 0s,
		border 0.20s ease-in-out 0s,
		fill 0.20s ease-in-out 0s;
}

body.single .after-post-content div.share > a span.icon,
.webinar-club .optin-wrap a,
#sidebar .codeart-wpcf7 div.find-cpd-solution button[type=submit],
input[type=submit] {

	transition:	background-image 0.20s ease-in-out 0s;
	-webkit-transition:	background-image 0.20s ease-in-out 0s;
	-moz-transition: background-image 0.20s ease-in-out 0s;
	-o-transition: background-image 0.20s ease-in-out 0s;
}

/******************
** END TRANSITIONS
*******************/





/* MEDIA QUERIES */

@media only screen and (max-width: 1210px) {
	.wrap,
	#content-sidebar-wrap {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 1185px) {
	.vets-template .mob--left{
		float: left;
	}
	.vets-template .buttons{
		margin: 0;
	}
	.vets-template .button{
		max-width: 100%;
		width: 100%;
		margin: 10px 0;
	}

	#header .header-widget-area ul li a { padding: 30px 15px; }

	a.shopNow { max-width: 150px; }
}
@media only screen and (max-width: 1070px) {
	#header .header-widget-area ul { padding-left: 0; }

	#header .header-widget-area ul li a { font-size: 15px; }

	.webinar-club h2 { font-size: 24px; }
}

@media only screen and (max-width: 1035px) {
	#header .header-widget-area ul li a { padding: 30px 15px; }
}
@media only screen and (max-width: 1023px) {

	.testimonial-slider .box { 
		flex-wrap: wrap;	
		position: relative;
	}

	.testimonial-slider .box__body { margin-left: 0; }

	.testimonial-slider .box__header { 
		padding-left: 20px;
		border-top-left-radius: 13px;
	}

	.testimonial-slider .box__content { 
		padding: 20px 20px 20px 130px;
		border-bottom-left-radius: 13px;
	}

	.testimonial-slider .box__header:before { transform: translateX(-50%); }

	.testimonial-slider .box__img {
	    max-width: 100px;
	    height: 100px;
	    position: absolute;
	    left: 10px;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.testimonial-slider .box__body:after { left: 0; }


		#header,
		#header .wrap { overflow: visible; }

		#header .widget_text { top: -60px; }

		#header #title-area { float: none; margin: 11px 5px; width: 317px; }

		#header .header-widget-area { padding: 0; }

		#header .header-widget-area form.search-form { top: -30px; z-index: 990; }

		#header .header-widget-area ul {
			display: table;
			width: 100%;
		}

		#header .header-widget-area ul li {
			display: table-cell;
			text-align: center;
		}
}

@media only screen and (max-width: 980px) {
	#header .header-widget-area { padding-left: 0; }
/*
	body.content-sidebar #content-sidebar-wrap { padding-right: 375px; }*/
	#sidebar {
		width: 40%;
		position: relative;
		float: left;
	}
	#content {
		width: 60%;
		float: left;
	}
	body.content-sidebar #content-sidebar-wrap {
		padding-right: 0;
	}

	body.home #home-video-section .video,
	body.home #home-video-section .image { width: 61%; }
	body.home #home-video-section .widget-area { width: 38%; }
}

@media only screen and (min-width: 900px) and (max-width: 980px) {
	#header #title-area { margin-top: 22px; }

/*	#header #title-area h1 a,
	#header #title-area p#title a {
		background-image: url('images/logo-small.png');
		width: 241px;
		height: 42px;
	}*/
}

@media only screen and (max-width: 940px) {
	.home-btns-wrapper{
		padding: 20px 0;
		display: block;
	}

	.home-btns-wrapper a {
		width: 49%;
		margin: 10px 0 0;
	}
	.home-btns-wrapper a:nth-child(odd){
		width: 49%;
		margin: 10px 1.4% 0 0;
	}
}

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

}

@media only screen and (max-width: 890px) {
	#footer .widget-area .widget { width: 21%; margin-left: 3.66%; }
	#footer .widget-area .widget:first-child { width: 26%; margin-left: 0; }

	.vets-template .header, .vets-template .wrapper__width{
		padding: 0 40px;
	}

}

@media only screen and (max-width: 860px) {
	body.home #home-video-section .video,
	body.home #home-video-section .image { margin-top: 70px; }

	#sponsors .sponsors-wrap img {
		width: initial;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 810px) {
	.webinar-club h2 { font-size: 21px; }
}

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

	#footer .widget-area .widget {
		width: 24%;
		margin: 0 0.5%;
	}

	#footer .widget-area .widget:first-child {
		width: 100%;
		float: none;
		margin: 0 0 40px;
		padding: 0 50px;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1020px), (max-width: 570px) {
	body.directions .entry-content div.forms form,
	body.directions .entry-content div.forms form:nth-child(odd) {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 930px) {
	body.home .home-news .news-wrap .post.not-featured > a img { width: 150px; }

	body.single .post-navigation > a,
	body.single .post-navigation > a:first-child {
		width: 100%;
		margin: 0 0 5px;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 860px), (max-width: 430px) {
	body.testimonials div.template-testimonials div.testimonials-category > div { padding: 5px 10px; }

	body.single .after-post-content div.related > .posts-wrap .post,
	body.single .after-post-content div.related > .posts-wrap .post:first-child {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px), (max-width: 630px) {
	body.blog .posts-wrap .post > a img,
	body.home .home-news .news-wrap .post.not-featured > a img { width: 150px; }

	body.blog .posts-wrap .post > h2 a { font-size: 18px; line-height: 20px; }

	body.single .after-post-content div.share {
		position: relative;
		margin: 20px auto 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 830px), (max-width: 470px) {
	body.blog .posts-wrap .post > a img,
	body.home .home-news .news-wrap .post.not-featured > a img {
		display: block;
		width: 100%;
		margin: 0 0 20px;
		float: none;
		max-width: 250px;
	}
}

@media only screen and (max-width: 768px) {
	body.content-sidebar #content-sidebar-wrap  { padding: 0 15px; }

	#top-title h4 { padding-left: 10px; }

	body.home.content-sidebar #content-sidebar-wrap { padding-top: 20px; }

	#content {
		height: auto !important;
		margin-bottom: 65px;
		width: 100% !important;
	}

	#sidebar {
		position: relative;
		width: 100%;
		overflow: hidden;
		right: auto;
		padding-top: 38px;

		border-top: 1px solid #F0F0F0;
	}

	#sidebar .widget {
		width: 49%;
		float: left;
		margin-left: 2%;
		margin-top: 0;
	}

	#sidebar .widget:first-child { margin-top: 0; }

	#sidebar .widget:nth-child(odd) { margin-left: 0; clear: left; }

	#faqs-testimonials .wrap > div {
		width: 100%;
		margin: 20px 0 0;
	}

	#faqs-testimonials .wrap > div:first-child { margin-top: 0; }

	body.home #home-video-section .video,
	body.home #home-video-section .image {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	body.home #home-video-section .widget-area {
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	body.home #home-video-section .webinar-club .optin-wrap { overflow: hidden; }

	body.home #home-video-section .webinar-club .optin-wrap .left-part,
	body.home #home-video-section .webinar-club .optin-wrap .right-part {
		width: 48.5%;
		float: left;
		margin-left: 3%;
	}

	body.home #home-video-section .webinar-club .optin-wrap .left-part { margin-left: 0; }


	#sponsors .sponsors-wrap { flex-wrap: wrap; }

}

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

	.wmts_members {
		height: 100% !important;
		min-height: 500px;
	}

	.wmts_member{
		position: relative !important;
		width: 46% !important;
		height: 375px !important;
		display: block !important;
		float: left;
		top: 0 !important;
		margin: 2% !important;
		line-height: 0;
	}

	.wmts_members img.wmts_element {
		width: 100% !important;
		height: 100% !important;
	}
}

@media only screen and (max-width: 740px) {
	.wmts_member { height: 320px !important; }
}
@media only screen and (max-width: 700px) {
	#footer .widget-area .widget {
		width: 47%;
		margin: 0 1.5% 15px;
	}

	.wmts_member {
		width: 100% !important;
		height: 300px !important;
		display: block !important;
		max-width: 300px;
		float: none;
		top: 0 !important;
		margin: 0 auto 30px !important;
	}
}

@media only screen and (max-width: 590px) {
	#sidebar .widget,
	#sidebar .widget:nth-child(odd) {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 20px;
		float: none;
	}
	.home-btns-wrapper a,
	.home-btns-wrapper a:nth-child(odd) {
		width: 100%;
		margin: 5px 0;
	}
	
}



@media only screen and (max-width: 550px) {
	body.single .post-navigation > a,
	body.single .post-navigation > a:first-child {
		width: 100%;
		float: none;
		margin: 0 0 5px;
	}

	body.single .after-post-content div.related > .posts-wrap .post,
	body.single .after-post-content div.related > .posts-wrap .post:first-child {
		width: 100%;
		float: none;
		margin: 0 auto 20px;

		padding-bottom: 20px;
		border-bottom: 1px solid #DCDCDC;
	}

	#header .header-widget-area ul li a { padding: 20px 10px; }
}

@media only screen and (max-width: 500px) {
	#header #title-area {
		float: none;
		/*width: 241px;*/
		margin: 15px auto 20px;
	}

	#header .widget_text {
		position: relative;
		top: 0;
		right: auto;
		margin-bottom: 20px;
	}

	#header .header-widget-area form.search-form {
		right: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;

		width: 80%;
	}

	#header .header-widget-area form.search-form input[type=text] {
		width: 100% !important;
		left: 0;
		opacity: 1 !important;
	}

	#top-line { padding: 15px 0; }

	#top-line .res-menu { display: block; }

	#header .header-widget-area ul {
		position: fixed;
		width: 200px;
		height: 100%;

		opacity: 0;

		top: 0;
		left: 0;

		z-index: 9999;

		transform: translateX( -200px );
		-moz-transform: translateX( -200px );
		-webkit-transform: translateX( -200px );

		padding-top: 100px;
		background: url('images/logo_bw.png') no-repeat center 10px #2E2E2E;
	}

	#header .header-widget-area ul.responsive {
		transform: translateX( 0 );
		-moz-transform: translateX( 0 );
		-webkit-transform: translateX( 0 );

		opacity: 1;

		transition: 0.25s;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25px;
	}

	#header .header-widget-area ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #3E4749;
	}

	#header .header-widget-area ul li a {
		padding: 10px;

		border-left: 5px solid #75CDE2;
		border-bottom: 0;

		color: #FFFFFF;
		text-align: left;
		font-weight: bold;
	}

	#header .header-widget-area ul li.current-menu-item a,
	#header .header-widget-area ul li:hover a {
		border-left-color: #00B2DD;
		background: #454545;
		border-bottom-color: #3E4749;
	}

	body.home #home-video-section .webinar-club .optin-wrap .left-part,
	body.home #home-video-section .webinar-club .optin-wrap .right-part {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.vets-template .header, .vets-template .wrapper__width{
		padding: 0 20px;
	}
	.vets-template .padding-20-40 {
		padding: 20px 10px;
	}

	.mobile-video { display: block; }

	body.home #home-video-section.mobile-video .video, 
	body.home #home-video-section.mobile-video .image { margin-bottom: 0; }

	.desktop-video { display: none; }
}

@media only screen and (max-width: 470px) {
	#sponsors .sponsors-wrap img { width: initial; text-align: center; }

}

@media only screen and (max-width: 450px) {
	body.single .before-post-content .share {
		position: relative;
		margin-bottom: 10px;
		top: auto;
		right: auto;
	}
	.vets-template .button{
		font-size: 18px;
	}

	body.single .before-post-content h1 { padding: 0; }

	#footer .widget-area .widget {
		width: 100%;
		float: none;
		margin: 0 0 25px;
	}

	#footer .widget-area .widget:first-child { padding: 0; }

	.vets-template .header, .vets-template .wrapper__width{
		padding: 0 10px;
	}
	.testimonial-slider .box__img {		
	    max-width: 70px;
	    height: 70px;
	    position: absolute;
	    left: 20px;
	    top: auto;
	    transform: none;
	    bottom: 10px;
	}

	.testimonial-slider .box__header { padding-left: 20px; }

	.testimonial-slider .box__content { padding: 20px 20px 90px 20px; }

	.box__title {
	    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    padding-left: 100px;
	}

	.testimonial-slider { padding: 0 30px; }

	img.alignleft,
	img.alignright {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 400px) {
	.entry-content ul,
	.entry-content ol { margin-left: 20px; }

	body.directions .entry-content div.forms form { padding-right: 0; margin-bottom: 40px !important; }

	body.directions .entry-content div.forms form label {
		min-height: 0;
		text-align: center;
		margin-bottom: 3px;
		display: block;
	}
	body.directions .entry-content div.forms form input[type=text] { margin-bottom: 5px; }
	body.directions .entry-content div.forms form input[type=submit] { position: relative; display: block; margin: 0 auto; }
}

@media (max-width: 330px) {
	#header #title-area { width: 100%; }

	#header #title-area h1 a,
	#header #title-area p#title a {
		width: 100%;
		background-size: 100%;
	}
}

.vets-submenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 0 !important;
	gap: 10px;
}

.vets-submenu li {
 	margin-bottom: 0;
 	flex: 1 1 auto;
 }

.vets-submenu li::marker { content:none; }

.vets-submenu li a {
	position: relative;
   color: #134564;
   font-size: 18px;
   font-weight: 400;
   line-height: normal;
   padding: 10px 20px 10px 5px;
   background-color: #E0F9FF;
   display: block;
   transition: .3s ease-in-out;
}

.vets-submenu li a:hover {
	background-color: #00B2DD;
	color: #ffffff;
}

span.vets-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    max-width: 20px;
    transform: translateY(-50%);
}

span.vets-arrow svg {
	width: 100%;
	height: auto;
}

span.vets-arrow svg path { 
	fill: #134564; 
	transition: .3s ease-in-out;
}

.vets-submenu li a:hover span.vets-arrow svg path { fill: #fff; }

.disabled-title .wrapper__width { margin-top: 10px; }

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

	.vets-template .header, 
	.vets-template .wrapper__width { padding: 0 40px; }
}

@media only screen and (max-width: 900px) {
	.vets-submenu {
		flex-wrap: wrap;
    	text-align: left;
    	column-gap: 0;
    	row-gap: 10px;
	}

	.vets-submenu li { 
		flex: none;
		width: calc(50% - 10px); 
		text-align: left;
	}

	.vets-submenu li a { padding: 10px 40px 10px 20px; }
}


@media only screen and (max-width: 625px) {	
	.vets-submenu li { width: 100%; }
}

@media only screen and (max-width: 575px) {
	.page-template-template-vetsnew .home-btns-wrapper { display:  none; }

	.vets-submenu li a { font-size: 16px; }
}

/* General reset and common styles for checkboxes and radio buttons */
input[type="checkbox"], input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    background-color: white;
    vertical-align: middle;
    margin-left: 20px;
}

/* Hover and focus states for both */
input[type="checkbox"]:hover, input[type="radio"]:hover {
    border-color: #888;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 2px solid #4DAADF;
    outline-offset: 2px;
}

/* Checkbox specific styles */
input[type="checkbox"] {
    border-radius: 3px;
}

input[type="checkbox"]:checked {
    background-color: #4DAADF;
    border-color: #4DAADF;
}

input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/* Radio button specific styles */
input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: #4DAADF;
    border-color: #4DAADF;
}

input[type="radio"]:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.newsletter-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    background-color: #00b2dd;
    color: #fff;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.newsletter-box.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 999999;
}

.newsletter-box h2 { color: #fff; }

.close-newsletter {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.close-newsletter:hover {
    background-color: #e58c24;
    color: #fff;
}

.newsleeter-box__content form { margin-bottom: 0; }

.newsleeter-box__content { 
    width: 55%; 
    padding:70px 50px;
}

.newsleeter-box__img {
    background-image: url('images/cpd-newsletter-pic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 45%;
}

.newsleeter-box__content label {
    font-weight: 700;
    font-size: 20px;
}

.newsleeter-box__content input {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    font-style: italic !important;
    box-shadow: none !important;
    color: #fff !important;
    width: 100%;
    margin-bottom: 30px;
}

.newsleeter-box__content input::placeholder { color: #fff !important; }

.newsleeter-box__content .submit-button {
    margin-bottom: 0 !important;
    font-size: 26px !important;
    height: initial !important;
    display: block;
    padding: 5px 20px;
    transition: .3s ease-in-out;
    background: #e58c24;
}

.newsleeter-box__content .submit-button:hover{
	background: #cc730b;
}

.newsleeter-box__content p {
	color: #fff;
}

.ca_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999999;
}

.newsletter-box.active ~ .ca_overlay {
    display: block;
}

@media only screen and (max-width: 575px) {
    .newsleeter-box__img { display: none; }

    .newsleeter-box__content { width: 100%; }
}