@import url("//hello.myfonts.net/count/393487");

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
#ssbd .video_iframe { padding-bottom:0px; }
.footer_right_bottom aside { display:none; }
html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form {
	border: none;
	margin: 0;
	padding: 0;
}
* {outline: 0;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol li, ul li {
	list-style-position: outside;
}
.wpb_image_grid .wpb_image_grid_ul a {
    /*display: block;
    /*margin-bottom: 20px !important;*/
}
/* =Global
----------------------------------------------- */

@font-face {
	font-family: 'Alvar';
	src: url('../webfonts/393487_A_0.eot');
	src: url('../webfonts/393487_A_0.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/393487_A_0.woff2') format('woff2'),
		url('../webfonts/393487_A_0.woff') format('woff'),
		url('../webfonts/393487_A_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
   
@font-face {
	font-family: 'Alvar';
	src: url('../webfonts/393487_D_0.eot');
	src: url('../webfonts/393487_D_0.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/393487_D_0.woff2') format('woff2'),
		url('../webfonts/393487_D_0.woff') format('woff'),
		url('../webfonts/393487_D_0.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Alvar';
	src: url('../webfonts/393487_E_0.eot');
	src: url('../webfonts/393487_E_0.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/393487_E_0.woff2') format('woff2'),
		url('../webfonts/393487_E_0.woff') format('woff'),
		url('../webfonts/393487_E_0.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
 
@font-face {
	font-family: 'Alvar';
	src: url('../webfonts/393487_F_0.eot');
	src: url('../webfonts/393487_F_0.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/393487_F_0.woff2') format('woff2'),
		url('../webfonts/393487_F_0.woff') format('woff'),
		url('../webfonts/393487_F_0.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}


body {
	font-family: 'Alvar', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333335;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 15px;
}

body.search h1 {margin-bottom: 120px;}

h2 {
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 15px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}

h4, h5 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

h5 {font-weight: normal;}

h6 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

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

a:hover, a:focus, a:active {
	text-decoration: none;
}

blockquote {
	font-size: 24px;
	line-height: 36px;
}

.clear, .cff-clear {
	clear: both;
	font-size: 1px;
}

.clearfix:after, .wrapper:after, .cff-author:after {
	content: "";
	display: block;
	clear: both;
}
.wrapper.clearnone:after {display: none;}

.a11y, .flex-pauseplay {
	position: absolute;
	left: -9999px;
}

/* To make YouTube/Vimeo iframe responsive */

.video_iframe, .map_iframe > div {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.map_iframe > div {padding-bottom: 70%;}

.map_iframe > div iframe, .video_iframe iframe, .video_iframe object, .video_iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-caption {display: table;}

.wp-caption img {display: block;}

.wp-caption p {
	display: table-caption;
    caption-side: bottom;
	background: #eee;
	margin-bottom: 0 !important;
	padding: 10px 20px;
}

.span25, .span33, .span50, .span66, .span75, .span100 {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.span25 {width: 25%;}
.span33 {width: 33.3%;}
.span50 {width: 50%;}
.span66 {width: 66.7%;}
.span75 {width: 75%;}
.span100 {width: 100%;}

.container {margin: 0 -10px;}

.thumbnail {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	min-height: 154px;
	-webkit-align-items: center;
	align-items: center;
}

.thumbnail a {
	position: relative;
	margin: 0 auto;
	border-bottom: none !important;
}

.rounded img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

body .wpb_single_image .vc_figure-caption {
	font-weight: 600;
	font-size: 14px;
}

.resource .thumbnail {
	text-align: left;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 1px;
	margin-bottom: 20px;
}

.resource .thumbnail a {
	/*display: block;*/
	position: relative;
}
.resource .thumbnail a, .resource .thumbnail a img {margin: 0;}

.resource .thumbnail a.video_popup:after {
	content: "\f522";
	font-family: "Dashicons";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -45px;
	display: inline-block;
	font-size: 90px;
	line-height: 90px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	opacity: 0.8;
}

.thumbnail img {margin: 0 auto;}

.justify-center {
	-webkit-justify-center: center;
	justify-content: center;
}

.space_top {margin-top: 20px;}

.flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}

fieldset {
	border: none;
	padding: 0;
	margin: 20px 0;
}

label, fieldset legend {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

fieldset label {
	font-size: 18px;
	margin-bottom: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], textarea{
	border: none;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 100%;
	font-family: 'Alvar', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #333335;
}

.post-password-form {
	max-width: 450px;
	padding: 50px 0;
}

.post-password-form input[type="password"]{
	border: 1px solid #5b5b5d;
}

textarea {
	min-height: 120px;
	resize: vertical;
}

.wpcf7 span.wpcf7-list-item {
	margin: 0 0 10px 0;
	display: block;
}

.g-recaptcha {margin: 20px 0;}

.error, .mc4wp-response > .mc4wp-alert {
	border: 2px solid red;
	padding: 10px 20px;
	margin-bottom: 20px !important;
	font-size: 19px;
	line-height: 33px;
}
.error, .mc4wp-response > .mc4wp-error {border: 2px solid red;}

.error p {margin-bottom: 0 !important;}

.mc4wp-response > .mc4wp-success {
	border: 2px solid #599583;
}

body .ui-datepicker {display: none;}

.grecaptcha-badge {display: none;}

.cookies_text {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 30px 10px;
	background: #599583;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.cookies_text span {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	background: url(../images/icon_cookies.png) no-repeat 50% 0;
	cursor: pointer;
	vertical-align: middle;
}
.cookies_text span:hover {background-position: 50% 100%;}

/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: none;
	cursor: pointer;
}

.icheckbox_flat.checked, .iradio_flat.checked {
	background: url(../images/icheck.png) no-repeat #fff -3px 50%;
}
.icheckbox_flat.disabled,
.iradio_flat.disabled {
	background: #ccc;
	cursor: default;
}
.icheckbox_flat.checked.disabled, .iradio_flat.checked.disabled {
	background-position: -26px 0;
}

/* =Structure
----------------------------------------------- */

.wrapper {
	max-width: 1170px;
	min-width: 280px;
	padding: 0 20px;
	margin: 0 auto;
}

#main {

}

#main p, #main ol, #main ul {margin-bottom: 35px;}
#main ol, #main ul {margin-left: 22px;}

#main form p {margin-bottom: 10px;}

/*#main p + h1, #main p + h2, #main p + h3, #main p + h4, #main p + h5, #main p + h6,
#main ul + h1, #main ul + h2, #main ul + h3, #main ul + h4, #main ul + h5, #main ul + h6,
#main ol + h1, #main ol + h2, #main ol + h3, #main ol + h4, #main ol + h5, #main ol + h6,
#main blockquote + h1, #main blockquote + h2, #main blockquote + h3, #main blockquote + h4, #main blockquote + h5, #main blockquote + h6,
#main .video_iframe + h1, #main .video_iframe + h2, #main .video_iframe + h3, #main .video_iframe + h4, #main .video_iframe + h5, #main .video_iframe + h6 {margin-top: 40px;}
*/

nav ul {
	list-style-type: none !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.wp-caption p {
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
}

/* Block Alignment */

.alignleft {float: left;}
img.alignleft {margin: 0 40px 20px 0;}

.alignright {float: right;}
img.alignright {margin: 0 0 20px 40px;}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text Alignment */

.textleft {text-align: left;}
.textright {text-align: right;}
.textcenter {text-align: center;}
.textjustify {text-align: justify;}

/* =Header
----------------------------------------------- */

#branding {padding-bottom: 30px;}
body.home #branding {padding-bottom: 74px;}

#branding a, #branding a:hover, #branding a:focus, #branding a:active {
	text-decoration: none;
	border-bottom: none;
}

#branding #site-title {
	float: left;
	padding: 52px 30px 32px 0;
}

#branding #site-title a {text-decoration: none;}
#branding #site-title a:focus, #branding #site-title a:active {background: none;}

#branding #site-title img {
	/*width: 223px;*/
	height: 98px;
}

.header_right {
	text-align: right;
	padding-top: 12px;
}

/* =Top menu
-------------------------------------------------------------- */

#topmenu, #topmenu * {
	display: inline;
}

#topmenu {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

#topmenu li {
	display: inline;
	list-style-type: none;
	margin-right: 30px;
}

#topmenu a {color: #000;}

#topmenu a:hover, #topmenu a:focus, #topmenu a:active {
	color: #4A9BA6;
	text-decoration: none;
}

#topmenu li.current-menu-ancestor > a,
#topmenu li.current-menu-parent > a,
#topmenu li.current_page_parent > a,
#topmenu li.current_page_ancestor > a,
#topmenu li.current-menu-item > a,
#topmenu li.current-type-ancestor > a,
#topmenu li.current-menu-item > a,
#topmenu li.current-product-ancestor > a {
	color: #4A9BA6;
}

/* =Search form
-------------------------------------------------------------- */

.searchform, .searchform > div {
	display: inline-block;
	vertical-align: baseline;
}

.searchform:before {
	content: "|";
	color: #707070;
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	padding-right: 29px;
}

.searchform button[type="submit"] {
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
	color: #333335;
	font-size: 16px;
	cursor: pointer;
	-webkit-appearance: none;
}

.searchform button[type="submit"]:hover {
	color: #4A9BA6;
}

.searchform input.field {
	font-family: 'Alvar';
	font-size: 14px;
	color: #333335;
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
	width: 150px;
	height: 26px;
	vertical-align: top;
}

.searchform input::-webkit-input-placeholder {color: #333335; opacity: 1; font-size: 14px; font-family: 'Alvar';}
.searchform input:-moz-placeholder {color: #333335; opacity: 1; font-size: 14px; font-family: 'Alvar';}
.searchform input::-moz-placeholder {color: #333335; opacity: 1; font-size: 14px; font-family: 'Alvar';}
.searchform input:-ms-input-placeholder {color: #333335; opacity: 1; font-size: 14px; font-family: 'Alvar';}

/* =Main menu
-------------------------------------------------------------- */

button.show_nav, button.search_toggle {
	display: none;
	float: right;
	padding: 0;
	background: none;
	border: none;
	color: #333335;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	font-size: 14px;
	margin-left: 8px;
}

button.show_nav:hover, button.search_toggle:hover {
	color: #4A9BA6;
}

button.show_nav:before, button.search_toggle:before {
	font-size: 25px;
	line-height: 25px;
	margin-left: -4px;
}

button.show_nav span, button.search_toggle span {
	display: block;
	text-transform: uppercase;
	padding-top: 4px;
	font-family: 'Alvar', Arial, Helvetica, sans-serif;
}

#mainmenu {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding-top: 40px;
}

#mainmenu li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	white-space: nowrap;
	margin-left: 50px;
	padding-bottom: 25px;
}

#mainmenu li:first-child {margin-left: 0;}

#mainmenu a {
	display: inline-block;
	position: relative;
	color: #333335;
}

#mainmenu li.button > a {
	background: #62CEDD;
	color: #fff;
	padding: 18px 30px 24px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#mainmenu li.button > a:hover {background: #4A9BA6;}

#mainmenu li.current-menu-ancestor > a,
#mainmenu li.current-menu-parent > a,
#mainmenu li.current_page_parent > a,
#mainmenu li.current_page_ancestor > a,
#mainmenu li.current-menu-item > a,
#mainmenu li.current-type-ancestor > a,
#mainmenu li.current-menu-item > a,
#mainmenu li.current-product-ancestor > a,
#mainmenu li[aria-expanded="true"] > a,
#mainmenu a:focus,
#mainmenu a:active,
#mainmenu a:hover {
	color: #4A9BA6;
	text-decoration: none;
}
#mainmenu li.current-menu-item.button > a {color: #fff;}

#mainmenu ul ul {
	position: absolute;
	z-index: 10;
    left: -9999px;
	top: 100%;
	text-align: left;
	width: 230px;
	background: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#mainmenu li:hover > ul {left: -25px;}

#mainmenu ul ul:before {
	content: "";
	display: block;
	width: 20px;
	height: 14px;
	background: url(../images/mainmenu_arrow.png) no-repeat 0 0;
	position: absolute;
	top: -14px;
	left: 24px;
}

#mainmenu ul ul a {
	display: block;
	padding: 10px 25px;
}

#mainmenu ul ul li {
	display: block;
	white-space: normal;
	margin-left: 0;
	padding: 0;
}

/* =Mobile menu
------------------------------------------------------- */

html.overlay, html.overlay body {
	overflow: hidden;
    position: relative;
    height: 100%;
}

.shadow_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/shadow_bg.png) repeat;
	z-index: 98;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

html.overlay .shadow_overlay {
	visibility: visible;
	opacity: 1;
}

#mobile_menu a.close_mobile_menu {
	position: absolute;
	display: block;
	right: 34px;
	top: 10px;
	color: #333335;
}
body.admin-bar #mobile_menu a.close_mobile_menu {top: 35px;}

#mobile_menu a.close_mobile_menu span {font-size: 32px;}

#mobile_menu {
	display: none;
	background: #fff;
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	right: 0;
	width: 320px;
	box-sizing: border-box;
	padding: 60px 30px 30px;
	text-align: left;
	font-size: 19px;
	overflow-y: scroll;
}
body.admin-bar #mobile_menu {padding-top: 80px;}

#mobile_menu li {
	padding: 10px 0;
	border-top: 2px solid #b1e8ef;
	font-weight: 600;
	position: relative;
}

#mobile_menu li:first-child {border-top: none;}

#mobile_menu li li {
	border-top: 2px solid #f6fcfc !important;
	font-weight: normal;
}

#mobile_menu ul#menu-mobile-menu {padding-bottom: 20px;}

#mobile_menu ul ul {
	display: none;
	padding-top: 10px;
}

#mobile_menu a {display: block;}
#mobile_menu li.current-menu-ancestor > a,
#mobile_menu li.current-menu-parent > a,
#mobile_menu li.current_page_parent > a,
#mobile_menu li.current_page_ancestor > a,
#mobile_menu li.current-menu-item > a,
#mobile_menu li.current-type-ancestor > a,
#mobile_menu li.current-menu-item > a,
#mobile_menu li.current-product-ancestor > a,
#mobile_menu li[aria-expanded="true"] > a,
#mobile_menu a:focus,
#mobile_menu a:active,
#mobile_menu a:hover {color: #62CEDD;}

#mobile_menu li.menu-item-has-children > a {
	padding-right: 20px;
}

#mobile_menu li.menu-item-has-children > a:after {
	content: "\f347";
	font-family: "Dashicons";
	color: #62CEDD;
	font-size: 19px;
	font-weight: bold;
	position: absolute;
	right: 2px;
	top: 9px;
	width: 19px;
}

#mobile_menu li.menu-item-has-children > a.open:after {
	content: "\f343";
}

#mobile_menu a.open + ul {display: block !important;}

/* =General
------------------------------------------------------- */

section.vc_section.has_line {
	padding-bottom: 60px;
}

section.vc_section {overflow: hidden;}

section.vc_section > .vc_row > .vc_column_container > .vc_column-inner, .section, .content_box > .vc_row > .vc_column_container > .vc_column-inner {
	padding-top: 70px;
	padding-bottom: 40px;
}

.section, .content_box > .vc_row > .vc_column_container > .vc_column-inner {
	padding: 70px 92px 50px;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#main .wpb_button, #main .wpb_content_element, #main ul.wpb_thumbnails-fluid > li {margin-bottom: 20px;}

.white_bg {background-color: #fff;}

.feature_text {
	font-size: 19px;
	line-height: 32px;
}

.circle > .wpb_wrapper {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

/*.vc_single_image-wrapper.size-square_nocrop {padding: 50px;}*/

.content_box {
	position: relative;
	margin: 0 15px 140px 15px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.yellow {
	background: #FFB35D;
	color: #333335;
}
.orange {
	background: #FC7E52;
	color: #333335;
}
.darkorange {
	background: #D6643C;
	color: #333335;
}
.blue {
	background: #62CEDD;
	color: #333335;
}
.darkblue {
	background: #4A9BA6;
	color: #fff;
}
.green {
	background: #76C7AF;
	color: #333335;
}
.darkgreen {
	background: #599583;
	color: #fff;
}
.grey {
	background: #DEEDEF;
	color: #333335;
}
.white {
	background: #fff;
	color: #333335;
}

.line_asc, .line_desc {
	height: 102px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -102px;
}

/*.content_box .line_asc, .content_box .line_desc {
	margin-left: -15px;
	margin-right: -15px;
}*/	

/* Ascending lines */
.line_asc {background: url(../images/line_asc.svg) no-repeat 50% 50%;}
.line_asc.yellow {background: url(../images/line_asc_yellow.svg) no-repeat 50% 50%;}
.line_asc.orange {background: url(../images/line_asc_orange.svg) no-repeat 50% 50%;}
.line_asc.darkorange {background: url(../images/line_asc_darkorange.svg) no-repeat 50% 50%;}
.line_asc.blue {background: url(../images/line_asc_blue.svg) no-repeat 50% 50%;}
.line_asc.darkblue {background: url(../images/line_asc_darkblue.svg) no-repeat 50% 50%;}
.line_asc.green {background: url(../images/line_asc_green.svg) no-repeat 50% 50%;}
.line_asc.darkgreen {background: url(../images/line_asc_darkgreen.svg) no-repeat 50% 50%;}
.line_asc.grey {background: url(../images/line_asc_grey.svg) no-repeat 50% 50%;}

/* Descending lines */
.line_desc {background: url(../images/line_desc.svg) no-repeat 50% 50%;}
.line_desc.yellow {background: url(../images/line_desc_yellow.svg) no-repeat 50% 50%;}
.line_desc.orange {background: url(../images/line_desc_orange.svg) no-repeat 50% 50%;}
.line_desc.darkorange {background: url(../images/line_desc_darkorange.svg) no-repeat 50% 50%;}
.line_desc.blue {background: url(../images/line_desc_blue.svg) no-repeat 50% 50%;}
.line_desc.darkblue {background: url(../images/line_desc_darkblue.svg) no-repeat 50% 50%;}
.line_desc.green {background: url(../images/line_desc_green.svg) no-repeat 50% 50%;}
.line_desc.darkgreen {background: url(../images/line_desc_darkgreen.svg) no-repeat 50% 50%;}
.line_desc.grey {background: url(../images/line_desc_grey.svg) no-repeat 50% 50%;}

.vc_row .line_asc, .line_desc {background-position: -2px 0;}

.shift_up {
	margin-top: -175px;
	position: relative;
}
.shift_up .color_section {
	padding-top: 175px !important;
}

.color_section h1, .color_section h2, .color_section h3, .color_section h4, .color_section h5 {color: #fff;}
.color_section.grey h1, .color_section.grey h2, .color_section.grey h3, .color_section.grey h4, .color_section.grey h5,
.color_section .white h1, .color_section .white h2, .color_section .white h3, .color_section .white h4, .color_section .white h5,
.color_section .grey h1, .color_section .grey h2, .color_section .grey h3, .color_section .grey h4, .color_section .grey h5 {color: #333335;}

a.vc_general.vc_btn3, input.button, input[type="submit"], button {
	color: #333335;
	background: #DEEDEF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	vertical-align: baseline;
	padding: 14px 30px 20px 30px;
	cursor: pointer;
	font-family: 'Alvar', Arial, Helvetica, sans-serif;
	border: none !important;
	text-decoration: none !important;
	-webkit-appearance: none;
}

.vc_btn3-container.vc_btn3-inline {margin-right: 10px;}

a.vc_general.vc_btn3:after {
	content: "\f345";
	font-family: "Dashicons";
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}
a.vc_general.vc_btn3.no_arrow:after {display: none !important;}

a.vc_general.vc_btn3:hover, input.button:hover, input[type="submit"]:hover, button:hover {
	background: #B0CBCE;
	color: #333335;
}

.yellow a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-yellow, .yellow input.button, .yellow input[type="submit"], .yellow button {
	background: #DE9B50;
	color: #fff;
}
.yellow a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-yellow:hover, .yellow input.button:hover, .yellow input[type="submit"]:hover, .yellow button:hover {
	background: #805A2F;
	color: #fff;
}

.orange a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-orange, .orange input.button, .orange input[type="submit"], .orange button {
	background: #d1693f; /*FC7E52*/
	color: #fff;
}
.orange a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-orange:hover, .orange input.button:hover, .orange input[type="submit"]:hover, .orange button:hover {
	background: #7E3F29;
	color: #fff;
}

.darkorange a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-darkorange, .darkorange input.button, .darkorange input[type="submit"], .darkorange button {
	background: #D6643C;/*f78455*/
	color: #fff;
}
.darkorange a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-darkorange:hover, .darkorange input.button:hover, .darkorange input[type="submit"]:hover, .darkorange button:hover {
	background: #7E3F29;
	color: #fff;
}

.blue a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-blue, .blue input.button, .blue input[type="submit"], .blue button {
	background: #4A9BA6;
	color: #fff;
}
.blue a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-blue:hover, .blue input.button:hover, .blue input[type="submit"]:hover, .blue button:hover {
	background: #31676F;
	color: #fff;
}

.darkblue a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-darkblue, .darkblue input.button, .darkblue input[type="submit"], .darkblue button {
	background: #62CEDD;
	color: #fff;
}
.darkblue a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-darkblue:hover, .darkblue input.button:hover, .darkblue input[type="submit"]:hover, .darkblue button:hover {
	background: #31676F;
	color: #fff;
}

.green a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-green, .green input.button, .green input[type="submit"], .green button {
	background: #599583;
	color: #fff;
}
.green a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-green:hover, .green input.button:hover, .green input[type="submit"]:hover, .green button:hover {
	background: #33746A;
	color: #fff;
}

.darkgreen a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-darkgreen, .darkgreen input.button, .darkgreen input[type="submit"], .darkgreen button {
	background: #76C7AF;
	color: #fff;
}
.darkgreen a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-darkgreen:hover, .darkgreen input.button:hover, .darkgreen input[type="submit"]:hover, .darkgreen button:hover {
	background: #33746A;
	color: #fff;
}

.grey a.vc_general.vc_btn3, body a.vc_general.vc_btn3.vc_btn3-color-btn-grey, .grey input.button, .grey input[type="submit"], .grey button {
	background: #B0CBCE;
	color: #fff;
}
.grey a.vc_general.vc_btn3:hover, body a.vc_general.vc_btn3.vc_btn3-color-btn-grey:hover, .grey input.button:hover, .grey input[type="submit"]:hover, .grey button:hover {
	background: #6F7778;
	color: #fff;
}

body a.vc_general.vc_btn3.vc_btn3-color-btn-silver {
	background: #DEEDEF;
	color: #333335;
}
body a.vc_general.vc_btn3.vc_btn3-color-btn-silver:hover {
	background: #B0CBCE;
	color: #333335;
}

body .vc_row.vc_column-gap-20 {
    overflow: hidden;
}

.white_box {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.vc_quote_box {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 60px;
}
#main .vc_quote_box p {margin-bottom: 10px;}
.vc_quote_box h6 {font-weight: 400;}

.card {padding-bottom: 30px;}

.card .inner {
	background: #DEEDEF;
	text-align: center;
	padding: 20px;
	min-height: 150px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	
	align-self: flex-start;
	-webkit-align-self: flex-start;
	
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.color_section .card .inner {background: #fff;}

.card .thumbnail {margin-bottom: 20px;}
.card h2, .card h3, .card h4, .card h5, .card h6 {color: #333335;}

#main .card p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
}

.card .vc_btn3-container {
	margin-bottom: 0;
	display: block;
}

.card a.vc_general.vc_btn3 {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
	box-sizing: border-box;
}

.wpb_single_image img {
	position: relative;
	z-index: 1;
}

.filters {padding-bottom: 40px;}

.filters a {margin: 0 10px 10px 0 !important;}
.filters a.vc_general.vc_btn3:after {display: none;}
.filters a.current {background: #333335 !important;}
.blue .filters a.current {background: #31676F !important;}

.resource {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.resource h6 {margin-bottom: 0;}

.quiz_link {
	text-align: right;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 600;
}

.quiz_link a {
	color: #333335;
	text-decoration: none;
	border-bottom: none;
}
.quiz_link.colored a {color: #fff;}
.quiz_link a:hover {text-decoration: underline;}

.quiz_link a:after, .readmore a:after {
	content: "\f345";
	font-family: "Dashicons";
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}

.readmore a:after {
	margin-left: 3px;
	font-size: 12px;
	line-height: 12px;
}

body.search .white_box {padding: 50px 0;}

body.search article {
	border-top: 1px solid #FC7E52;
	margin: 50px 50px 0;
	padding-top: 50px;
}

body.search article:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

body #main .quiz_box {
	background-position: 50% 30% !important;
}

.quiz_box > .content_box {
	margin-left: auto;
	margin-right: auto;
	/*width: 40%;*/
}

/* =Single card page
----------------------------------------------- */

body.single-what-you-can-do #primary, body.single-story #primary, body.single-post #primary {
	position: relative;
	background: #fff;
	padding-top: 15px;
}

body.single-what-you-can-do #primary > .line_asc, body.single-story #primary > .line_asc, body.single-post #primary > .line_asc {
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	height: 173px;
	margin-top: 0;
	background: url(../images/line_asc_reverse.svg) no-repeat 50% 50%;
}

body.single-what-you-can-do #primary > article {
	background: #FFB35D;
	padding-bottom: 80px;
	position: static;
}

body.single-story #primary > article {
	background: #75c7b0;
	padding-bottom: 150px;
	position: static;
}

body.single-post #primary > article {
	background: #62CEDD;
	padding-bottom: 150px;
	position: static;
}

.card_single {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	position: relative;
	z-index: 5;
}

.card_top {
	padding: 40px 0 10px;
	position: relative;
	color: #fff;
}
.story_single .card_top, .wycd_single .card_top > .inner {width: 64%;}
.wycd_single .card_top > .inner {padding-bottom: 0;}

.wycd_single .card_top:after {
	content: "";
	background: url(../images/line_asc_green_reverse.svg) no-repeat right top;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
}

.card_top > .inner {
	box-sizing: border-box;
	min-height: 285px;
	padding: 40px 100px;
}

.story_single .card_top > .inner {
	min-height: 120px;
	padding-bottom: 60px;
}

#main .card_top p {margin-bottom: 0;}

.card_top .featured {
	width: 36%;
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 0;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
	z-index: 5;
}

.story_single .featured {
	position: relative;
	padding: 0;
}

.story_single .featured:after {
	content: "";
	position: absolute;
	height: 20px;
	left: 0;
	right: -1px;
	bottom: 0;
	background: url(../images/line_asc_sidebar.svg) no-repeat left bottom;
	background-size: 100% !important;
}

.story_single .featured img {display: none;}

.wycd_single .featured .inner {
	width: 245px;
	height: 245px;
	padding: 50px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-center: center;
	justify-center: center;
	text-align: center;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.wycd_single .featured .inner img {margin: 0 auto;}

.wycd_content {
	position: relative;
	z-index: 2;
}

.story_single .card_left:before, body.single-post .story_single .card_left:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 45px;
	background: url(../images/line_asc_green_reverse.svg) no-repeat 50% 50%;
}

.story_single .card_left:before, body.single-post .story_single .card_left:before {
	height: 20px;
	background: url(../images/line_asc_blue_reverse.svg) no-repeat 100% 0;
}

body.single-post .story_single .card_left:before {background: url(../images/line_asc_darkblue_reverse.svg) no-repeat 100% 0;}

.card_left {
	width: 64%;
	background: #fff;
	position: relative;
}

.card_left .inner {padding: 100px 100px 120px;}
.story_single .card_left .inner {padding-top: 60px;}

.sidebar {
	width: 36%;
	background: #EBF8F7;
}

.wycd_single .sidebar.featured {background: #76C7AF;}
.story_single .sidebar.featured {background: #62CEDD;}

.sidebar .inner {padding: 120px 10% 120px;}

.story_single .sidebar {padding-top: 0;}
.story_single .sidebar .inner {padding-top: 60px;}

body.single-what-you-can-do .section, body.single-story .section, body.single-post .section {padding-top: 20px;}

#main .story_single .sidebar ul {margin-left: 0;}

#main .story_single .sidebar ul li {
	list-style-type: none;
	padding-bottom: 12px;
	border-bottom: 1px solid #62CEDD;
	margin-bottom: 7px;
}

#main .story_single .sidebar ul.share li {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 3px;
}

.sidebar ul.share li a:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.sidebar ul.share li.icon_facebook a:before {background: url(../images/icon_facebook.png) no-repeat 0 0;}
.sidebar ul.share li.icon_twitter a:before {background: url(../images/icon_twitter.png) no-repeat 0 0;}
.sidebar ul.share li.icon_linkedin a:before {background: url(../images/icon_linkedin.png) no-repeat 0 0;}
.sidebar ul.share li.icon_email a:before {background: url(../images/icon_email.png) no-repeat 0 0;}
.sidebar ul.share li.icon_rss a:before {background: url(../images/icon_rss.png) no-repeat 0 0;}

#main .story_single .sidebar ul ul {margin: 0 0 0 20px;}

#main .story_single .sidebar ul ul li {
	list-style-type: disc;
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}

/* =Gallery thumbnails
----------------------------------------------- */

#main .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {margin: 0;}

#main .ngg-gallery-thumbnail-box.ngg-3-columns {
	float: left;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
}

#main .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main .ngg-slideshow {text-align: left;}
#main .ngg-slideshow .ngg-gallery-slideshow-image {text-align: left;}
#main .ngg-slideshow.slick-slider {margin: 40px 0 !important;}

#main .ngg-galleryoverview.default-view {
	margin-left: -25px;
	margin-right: -25px;
}

#main .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {margin-bottom: 25px;}

/* =Pager
----------------------------------------------- */

.wp-pagenavi {
	text-align: right;
	clear: both;
	font-size: 18px;
}

.wp-pagenavi a .dashicons, #main .ngg-navigation a.prev:after, #main .ngg-navigation a.next:after {
	vertical-align: middle;
	color: #b3c8e2;
	font-size: 16px;
	line-height: 16px;
	padding-top: 2px;
}

#primary .wp-pagenavi span.current, #primary .wp-pagenavi a,
#main .ngg-navigation span, #main .ngg-navigation a {
	border: none;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	white-space: nowrap;
}

#main .ngg-navigation a.next, #main .ngg-navigation a.prev {
	text-indent: -9999px;
	text-align: left;
	position: relative;
	padding: 0;
	display: inline-block;
	width: 15px;
}

#main .ngg-navigation a.prev:after, #main .ngg-navigation a.next:after {
	color: #b3c8e2;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	text-indent: 0;
	right: 0;
	top: 6px;
	font-family: "Dashicons";
}

#main .ngg-navigation a.prev:after {content: "\f340";}
#main .ngg-navigation a.next:after {content: "\f344";}

#primary .wp-pagenavi span.current, #main .ngg-navigation span {
	color: #ffba27;
	font-weight: normal;
}

/* =Accordions
----------------------------------------------- */

.vc_tta-accordion .vc_tta-panel-heading i.vc_tta-controls-icon {display: none;}

.vc_tta-panel {
	margin-bottom: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	border: 1px solid #B6CACD;
}

.yellow .vc_tta-panel {border-color: #FFB35D;}
.orange .vc_tta-panel {border-color: #FC7E52;}
.darkorange .vc_tta-panel {border-color: #D6643C;}
.blue .vc_tta-panel {border-color: #62CEDD;}
.darkblue .vc_tta-panel {border-color: #4A9BA6;}
.green .vc_tta-panel {border-color: #76C7AF;}
.darkgreen .vc_tta-panel {border-color: #599583;}
.grey .vc_tta-panel {border-color: #DEEDEF;}

.vc_tta-panel-heading, .vc_tta-panel-body {
	border-radius: 0 !important;
	border: none !important;
}

.vc_tta-panel-heading {
	margin-bottom: 0 !important;
	background: #fff !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a {padding: 20px;}

.vc_tta-accordion .vc_tta-panel-heading h4 a {
	color: #333335 !important;
	position: relative;
	padding: 20px 60px !important;
}

.vc_tta-accordion .vc_tta-panel-heading h4 a:after {
	content: "\f140";
	font-family: "Dashicons";
	font-size: 32px;
	position: absolute;
	right: 17px;
	top: 13px;
	color: #B6CACD;
}

.vc_tta-accordion .vc_active .vc_tta-panel-heading h4 a:after {content: "\f142";}

.yellow .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #FFB35D;}
.orange .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #FC7E52;}
.darkorange .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #D6643C;}
.blue .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #62CEDD;}
.darkblue .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #4A9BA6;}
.green .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #76C7AF;}
.darkgreen .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #599583;}
.grey .vc_tta-accordion .vc_tta-panel-heading h4 a:after {color: #DEEDEF;}

.vc_tta-accordion .vc_tta-panel-heading h4 a .num {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	min-height: 60px;
	line-height: 55px;
	font-size: 32px;
	text-align: center;
	color: #fff;
	background: #B6CACD;
}

.yellow .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .yellow .vc_tta-panel-body:after {background: #DE9B50;}
.orange .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .orange .vc_tta-panel-body:after {background: #D6643C;}
.darkorange .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .darkorange .vc_tta-panel-body:after {background: #FC7E52;}
.blue .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .blue .vc_tta-panel-body:after {background: #4A9BA6;}
.darkblue .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .darkblue .vc_tta-panel-body:after {background: #62CEDD;}
.green .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .green .vc_tta-panel-body:after {background: #599583;}
.darkgreen .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .darkgreen .vc_tta-panel-body:after {background: #76C7AF;}
.grey .vc_tta-accordion .vc_tta-panel-heading h4 a .num, .grey .vc_tta-panel-body:after {background: #B6CACD;}

.vc_tta-accordion .vc_tta-panel-heading h4 .vc_tta-title-text {
	margin-left: 20px !important;
	display: inline-block;
}

.vc_tta-panel-body {
	padding: 28px 80px 1px 82px !important;
	position: relative;
	background: #EBF8F7 !important;
}

.vc_tta-panel-body:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	background: #B6CACD;
}

/* =Footer
----------------------------------------------- */

#footer {
	clear: both;
	font-size: 19px;
	line-height: 32px;
	padding: 70px 0 50px 0;
	color: #fff;
	background: #333335;
}

#footer p {margin-bottom: 25px;}

#footer a, .copyrights a {color: #fff;}
#footer nav a {text-decoration: none;}
#footer a:hover, #footer a:focus, #footer a:active,
.copyrights a:hover, .copyrights a:focus, .copyrights a:active {color: #ffba27;}

.footer_left {
	float: left;
	width: 420px;
}

.footer_right {
	float: right;
	width: 390px;
}

.footer_right nav {margin-bottom: 50px;}

.footer_right nav div.menu {
	float: left;
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
}
.footer_right nav div.menu:first-child {padding-left: 0;}

.footer_right .widget img {margin-right: 30px;}

.socials li {
	display: inline;
	margin-right: 10px;
}

.socials li a {
	display: inline-block;
	width: 24px;
	padding-top: 24px;
	height: 0;
	overflow: hidden;
}

.socials li.icon_facebook a {background: url(../images/icon_facebook.svg) no-repeat 0 0;}
.socials li.icon_twitter a {background: url(../images/icon_twitter.svg) no-repeat 0 0;}
.socials li.icon_instagram a {background: url(../images/icon_instagram.svg) no-repeat 0 0;}
.socials li.icon_youtube a {background: url(../images/icon_youtube.svg) no-repeat 0 0;}
.socials li.icon_linkedin a {background: url(../images/icon_linkedin.svg) no-repeat 0 0;}

.footer_right_bottom hr {
	margin: 0 0 29px 0;
}

.footer_right_bottom p {line-height: 26px;}

.copyrights {
	background: #5b5b5d;
	font-size: 19px;
	line-height: 32px;
	color: #fff;
	padding: 5px 0 7px 0;
}
#chair-guy-smallsteps { min-width:157px; }
/* =Responsive styles
----------------------------------------------- */

@media screen and (max-width: 1170px){
	.wycd_single .card_top .featured {right: 40px;}
	.wycd_single .featured .inner {
		width: 180px;
		height: 180px;
	}
}

@media screen and (max-width: 1100px){
	#mainmenu li {margin-left: 30px;}
	.section {
		padding: 70px 0 50px;
	}
}

@media screen and (max-width: 940px){
	
	#footer {padding: 30px 0;}
	.footer_left, .footer_right {
		float: none;
		width: auto;
	}
	.footer_left {margin-bottom: 30px;}
	.map_iframe > div {padding-bottom: 120%;}
}

@media screen and (max-width: 860px){
	#topmenu, #mainmenu, #wpadminbar {display: none;}
	html, body {
		margin: 0 !important;
		padding: 0 !important;
	}
	button.show_nav, button.search_toggle {display: block;}
	
	#branding {padding: 20px 0;}
	body.home #branding {padding-bottom: 50px;}
	#branding #site-title {padding: 0;}
	
	.header_right {padding-top: 0;}
	
	.searchform {
		display: none;
		position: absolute;
		width: 280px;
		padding: 20px;
		height: auto;
		right: 0;
		background: #deedf0;
		margin-top: 60px;
		z-index: 98;
	}
	
	.searchform > div {position: relative;}
	.searchform:before {display: none;}

	.searchform input.field {
		font-size: 18px;
		display: block;
		background: #fff;
		height: auto;
		padding: 14px 80px 14px 20px;
		box-sizing: border-box;
		width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		overflow: hidden;
	}

	.searchform button[type="submit"] {
		display: block;
		z-index: 98;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		border: none;
		width: 50px;
		cursor: pointer;
	}
	
	.searchform .dashicons-search:before {
		content: "\f345";
	}
	
	.searchform input::-webkit-input-placeholder {color: #333335; opacity: 1; font-size: 16px; font-family: 'Alvar';}
	.searchform input:-moz-placeholder {color: #333335; opacity: 1; font-size: 16px; font-family: 'Alvar';}
	.searchform input::-moz-placeholder {color: #333335; opacity: 1; font-size: 16px; font-family: 'Alvar';}
	.searchform input:-ms-input-placeholder {color: #333335; opacity: 1; font-size: 16px; font-family: 'Alvar';}
	
	a.vc_general.vc_btn3, input.button, input[type="submit"] {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.line_asc, .line_desc {
		height: 50px;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -50px;
	}
	
	section.vc_section > .vc_row > .vc_column_container > .vc_column-inner, .section, .content_box > .vc_row > .vc_column_container > .vc_column-inner {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.quiz_link {text-align: left;}
	
	.card_top {padding: 20px 0;}
	.card_top > .inner {
		min-height: 1px;
		padding: 0 30px;
	}

	.story_single .card_top > .inner {
		min-height: 1px;
		padding-bottom: 0;
	}
	
	.card_left .inner {padding: 50px 50px 70px;}
	.story_single .card_left .inner {padding-top: 60px;}
	
	.card_single .flex {display: block;}
	.card_left, .story_single .card_top, .wycd_single .card_top > .inner, .sidebar {
		float: none;
		width: auto;
	}
	.story_single .sidebar.featured {background: #fff !important;}
	.story_single .featured, .sidebar .inner, .story_single .sidebar .inner {padding: 20px 30px;}
	.card_left .inner, .story_single .card_left .inner {padding: 1px 30px;}
	.story_single .featured img {display: block;}
	
	.story_single .card_left:before, .card_single .line_desc, .story_single .featured:after, .wycd_single .card_top:after, html body.single-post .story_single .card_left:before {display: none !important;}
	
	.wycd_single .card_top .featured {
		position: static;
		margin: 0 0 20px 0;
		padding: 0 30px;
	}
	.wycd_single .card_left .inner {
		padding: 20px 30px;
	}
	
}

@media screen and (max-width: 740px){
	#chair-guy-smallsteps { min-width:157px;position:relative; left:-60px; }
	.section, .content_box > .vc_row > .vc_column_container > .vc_column-inner {
		padding-left: 40px;
		padding-right: 40px;
	}
	body.search .section {
		padding-left: 0;
		padding-right: 0;
	}
	.content_box {margin-bottom: 100px;}
	#main p, #main ol, #main ul {margin-bottom: 20px;}
	.copyrights .alignright {float: none;}
	.justify-center {
		display: block;
	}
	.card_single .section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	#main .ngg-gallery-thumbnail-box.ngg-3-columns {
		float: 50%;
		width: auto;
		padding: 0 10px 10px;
	}
	a.vc_general.vc_btn3 {text-align: left;}
}

@media screen and (max-width: 480px){
	#chair-guy-smallsteps { min-width:157px; left:-120px; }
	#branding #site-title img {
		/*width: 140px;*/
		height: 50px;
	}
	h1 {
		font-size: 29px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 26px;
		line-height: 39px;
		margin-bottom: 10px;
	}

	.map_iframe > div {padding-bottom: 180%;}
	.copyrights {
		font-size: 17px;
		line-height: 24px;
	}
	#main .ngg-gallery-thumbnail-box.ngg-3-columns {
		float: none !important;
		width: auto;
		padding: 0 0 10px;
		text-align: left;
	}
	#main .ngg-galleryoverview.default-view {text-align: left;}
	#main .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {margin: 0;}
	#main .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {display: block;}
	.wycd_single .featured .inner {
		width: 140px;
		height: 140px;
	}
	.section {
		padding-left: 0;
		padding-right: 0;
	}
}
#campaign_video_row .vc_column-inner { padding-top:0px !important; }