/*
	Theme Name: Green Business
	Description: Green Business website template
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');


/* ---------------------------
	reset
--------------------------- */
@charset "UTF-8";
*,
*:before,
*:after {
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:40px;padding:10px;font-size:14px;line-height:1;color:#555555;vertical-align:middle;width:100%;}
textarea{height:auto;padding:10px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}


/* --------------------------
	default
-------------------------- */
html {
	overflow-y:scroll;
	 -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body { background:#f6f6f6; font: 300 14px/1.6 'Open Sans', sans-serif; color:#515151; overflow-x: hidden;}
a { color:#014999; text-decoration:none; }
a:hover { text-decoration:underline; }
button { cursor:pointer; }
:focus { outline:none; }
h1 { font-size:26px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h1,
h2,
h3,
h4 {
	margin:0;
	padding:0 0 10px 0;
	color:#515151;
}
h5 {
	padding-bottom:15px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
p {
	margin:0;
	padding:0 0 10px;
}
img {
	display:block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin:10px 0;
}
td {
	padding:5px;
	border:1px solid #eee;
}
th {
	background:#eee;
	border:1px solid #fff;
	padding:5px;
}
tr:nth-child(odd) {
	background:#f8fff8;
}
hr {
	clear: both;
	margin: 20px 0;
	padding: 0;
	border: 0;
	border-top: 2px solid #ddd;
}
h1,
h2,
h3,
h4,
h5,
.btn,
#nav {
	font-family: 'Open sans', sans-serif;
}

h2 {
	color: #0065a9;
	font-size: 36px;
	line-height: 36px;
}


/* --------------------------
	layout
-------------------------- */
#header {
	padding: 15px 0;
	background: #fff;
}
#header img {
    margin: 0 auto;
}
#header .row {
	align-items: flex-end;
}
#header .col-xs-12:last-of-type img {
	float: right;
	padding-left: 20px;
	border-left: solid 1px rgba(105, 174, 176, 0.28);
}

#nav {
	text-align: right;
	margin-right: -40px;
}
#nav li {
	margin-left: 17px;
	position: relative;
}
#nav > ul > li:first-child {
	margin-left: 0;
}
#nav ul ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -100px;
	z-index: 9999;
	background: #fff;
	width: 200px;
	text-align: center;
	padding: 15px 0;
}
#nav li li {
	margin-left: 0;
}

#nav li:hover ul {
	display: block;
}
#nav li:last-of-type {
	margin-right: 0;
}
#nav a {
	color: #69aeb0;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1.2px;
	font-weight: 700;
	text-transform: uppercase;
}
#nav > ul > li:first-child a {
	display: inline-block;
	width: 16px;
	text-indent: -9999px;
	text-align: left;
	background: url(images/home-icon.png) center center no-repeat;
}
#nav li.active > a {
	color: #0066aa;
}

.secondary-logo {
	display: none;
}

.nav-trigger {
	top: 15px;
	right: 15px;
  display: none;
  cursor: pointer;
  position: absolute;
	width: 30px;
  height: 40px;
  z-index: 999999;
}
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    width: 100%;
		height: 4px;
    background: #0065a9;
}
.nav-trigger:hover span {
	background: #0065a9;
}
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
	background: #0065a9;
}
.nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-trigger span::before,
.nav-trigger span::after {
    content: '';
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.nav-trigger span::before {
    top: -7px;
}
.nav-trigger span::after {
    bottom: -7px;
}

.nav-visible .nav-trigger span {
    background: rgba(34, 34, 33, 0);
}
.nav-visible .nav-trigger span::before,
.nav-visible .nav-trigger span::after {
    background: #0065a9;
}
.nav-visible .nav-trigger span::before {
    -webkit-transform: translate(5px, -3px) rotate(45deg);
    transform: translate(5px, -3px) rotate(45deg);
}
.nav-visible .nav-trigger span::after {
    -webkit-transform: translate(5px, 4px) rotate(-45deg);
    transform: translate(5px, 4px) rotate(-45deg);
}

.nav-visible #nav {
	display: block;
	background: #fff;
	z-index: 999;
	padding: 20px 0;
	margin-right: 0;
}
.nav-visible #nav li {
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin-left: 0;
}
.nav-visible #nav a {
	font-size: 14px;
	line-height: 24px;
}


.page-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 10px;
	color: #fff;
}
.page-header + .mx_breadcrumb {
	margin-bottom: 55px;
}
.page-header.header-no-padding {
	padding-top: 0;
}
.page-header.header-no-margin {
	margin-bottom: 0;
}
.page-header.header-no-margin + .mx_breadcrumb {
	margin-bottom: 0;
}
.page-header h1 {
	font-weight: 700;
	color: #fff;
	font-size: 42px;
}
.page-header p {
	font-size: 20px;
	line-height: 24px;
}
.page-header p.date {
	color: #fff;
	font-weight: bold;
}


#children-nav {
	box-shadow: none;
	background: transparent;
	text-align: right;
	font-size: 16px;
}
#children-nav li {
	margin-bottom: 15px;
	border-right: 3px solid #5abfc2;
	transition: ease-in-out 0.2s;
	padding: 10px 20px;
}
#children-nav li:hover,
#children-nav li.active {
	background: #5abfc2;
}
#children-nav li:hover {
	cursor: pointer;
}
#children-nav li:hover a,
#children-nav li.active a {
	color: #fff;
}


aside {
	background: #fff;
	padding: 30px;
}
aside ul {
	list-style: none;
	margin-bottom: 20px;
}
aside h5 {
	font-size: 16px;
}
aside a {
	color: #42495c;
}
aside a:hover {
	color: #0065a9;
	text-decoration: none;
}


#content ul,
#content ol {
	margin:0 0 5px 20px;
}

#main {
	padding-bottom: 55px;
}

#footer {
	background-image: linear-gradient(100deg, #5abfc2, #458dbf);
	padding: 25px 0 35px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}
#footer .footer-nav {
	text-align: right;
	padding-top: 9px;
}
#footer .footer-nav ul li {
	margin-right: 5px;
	padding-right: 7px;
	border-right: 1px solid #fff;
}
#footer .footer-nav ul li:last-of-type {
	border-right: none;
}
#footer .footer-nav ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
#footer .copy {
	padding-top: 5px;
}
#footer .footer-nav, #footer .social {
	margin-top: 5px;
}


/* ---------------------------
	post boxes
-----------------------------*/
.box-shadow {
	position: relative;
	height: 100%;
}
.box-shadow::after {
	content: '';
	display: block;
	position: absolute;
	width: 90%;
	height: 50%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
}
.listing-box {
	background: #fff;
	padding: 16px;
	padding-bottom: 40px;
	/* box-shadow: 0 0 10px rgba(100, 100, 100, 0.5); */
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.listing-box .btn {
	position: absolute;
	bottom: 16px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
.listing-box .thumb {
	width: 100%;
	display: block;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.listing-box h4 {
	font-size: 20px;
	line-height: 24px;
	height: 49px;
	overflow: hidden;
	font-weight: 700;
	color: #0065a9;
	margin-bottom: 5px;
}

.post-listing div[class^=col] {
	margin-bottom: 54px;
}

/*  SPECIFIC BOXES  */
.case-study-box {
	padding-bottom: 60px;
}
.case-study-box .thumb {
	margin-bottom: 25px;
}
.case-study-box h4 {
	margin-bottom: 30px;
}

.workshop-event-box {
	background: #69aeb0;
	color: #fff;
	padding-bottom: 70px;
}
.workshop-event-box h4 {
	color: #fff;
	line-height: 29px;
	margin-bottom: 10px;
	height: 60px;
	overflow: hidden;
}
.workshop-event-box .thumb {
	margin-bottom: 20px;
}
.workshop-event-box .event-date, .workshop-event-box .event-location {
	font-size: 14px;
	line-height: 29px;
	padding-bottom: 3px;
}
.workshop-event-box .event-date img, .workshop-event-box .event-location img {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.workshop-event-box .event-location img {
	margin-right: 14px;
}

.post-box time {
	display: inline-block;
	color: #69aeb0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 9px;
}
.post-box p {
	color: #42495c;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 28px;
}

.repository-box {
	padding-bottom: 20px;
}
.repository-box .bottom {
	position: relative;
	padding-right: 56px;
	font-size: 14px;
}
.repository-box table {
	width: auto;
	margin: 0;
}
.repository-box td {
	border: none;
	font-weight: 600;
	padding: 0;
	color: #42495c;
}
.repository-box td:first-of-type {
	color: #69aeb0;
	padding-right: 10px;
}
.repository-box tr {
	background: #fff;
}
.repository-box .year {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 0;
	color: #69aeb0;
	font-size: 20px;
	line-height: 20px;
}
.repository-box .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0065a9;
	color: #fff;
	transition: ease-in-out 0.3s;
	height: 100%;
	padding: 18px;
	opacity: 0;
}
.repository-box h4 {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	height: 41px;
	margin-bottom: 34px;
}
.repository-box .content h4 {
	color: #fff;
	margin-bottom: 13px;
}
.repository-box .content p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}
.repository-box .content p:nth-of-type(2) {
	color: #69aeb0;
	padding-bottom: 0;
}
.repository-box .content .keywords {
	list-style: none;
}
.repository-box .content .keywords li {
	display: inline;
}
.repository-box .content .keywords a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.repository-box .btn {
	left: auto;
	right: 20px;
	transform: none;
}
.repository-box:hover .content {
	opacity: 1;
}
/* ---------------------------
	newsletter
-----------------------------*/
.newsletter {
	background: linear-gradient(122deg, rgb(90, 191, 194), rgb(69, 141, 191));
}
.newsletter .inner {
	padding: 50px 0;
	max-width: 600px;
	margin: 0 auto;
}
.newsletter h3 {
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 12px;
}
.newsletter p {
	color :#fff;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
}
.newsletter input[type="email"] {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 20px 24px;
	font-size: 14px;
	line-height: 18px;
	height: 48px;
	color: #fff;
}
.newsletter .btn {
	transform: none;
	display: block;
	width: 100%;
	white-space: nowrap;
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
	font-weight: 600;
	font-style: italic;
	opacity: 0.53;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
	font-weight: 600;
	font-style: italic;
	opacity: 0.53;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
	font-weight: 600;
	font-style: italic;
	opacity: 0.53;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
  color: #fff;
	font-weight: 600;
	font-style: italic;
	opacity: 0.53;
}
/* ---------------------------
	pages
-----------------------------*/
.page-home h2 {
	text-align: center;
	margin-bottom: 45px;
	padding-top: 55px;
}
.page-home #main {
	padding-bottom: 0;
}

.page-contact-us #main {
	padding-bottom: 0;
}
.page-contact-us .page-header {
	padding: 0;
}


.page-about-us .page-header {
	margin-bottom: 0;/*
	padding-top: 255px;
	padding-bottom: 55px */
	padding-bottom: 10px;
}
.page-stakeholders #main {
	padding-bottom: 0;
}
/*
.page-about-us .page-header h1 {
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 58px;
	font-weight: 600;
	letter-spacing: 2px;
} */
.page-tools .page-header {
	margin-bottom: 0;
}
.page-tools #main {
	padding-bottom: 0;
}
.page-about-us .page-header p {
	display: none;
}
.single-case-study #main {
	background: #fff;
}
.single-case-study #main .content a {
	font-size: 20px;
	line-height: 32px;
}
.single-case-study #main,
#main .container-narrow,
.page-about-us #main {
	padding-top: 0;
	/* font-size: 20px; */
	/* line-height: 32px; */
	color: #42495c;
}

.page-about-us #content .container-narrow a {
	color: #0065a9;
}
.page-about-us .post-listing h2 {
	text-align: center;
	margin-bottom: 48px;
	padding-top: 50px;
}

.page-contact-us .contact-details td {
	border: none;
	padding: 0;
}
.page-contact-us .contact-details tr {
	background: none;
}
.page-contact-us .contact-details td {
	color: #42495c;
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 6px;
}
.page-contact-us .contact-details td:first-of-type {
	font-weight: 700;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 16px;
}
.page-contact-us .contact-details td a {
	color: #0065a9;
}
.page-contact-us .contact-details tr:first-of-type td:first-of-type {
	background-image: url('images/mail-icon.svg');
}
.page-contact-us .contact-details tr:nth-of-type(2) td:first-of-type {
	background-image: url('images/phone-icon.svg');
	background-size: 22px 22px;
}
.page-contact-us .contact-details tr:last-of-type td:first-of-type {
	background-image: url('images/location-icon.svg');
	background-size: 16px 24px;
}

.page-newsblog .page-header p {
	width: 60%;
}

body.single-post {
	background: #fff;
}
.single-post #main {
	padding-bottom: 0;
}
.single-post section#related {
	background: #f6f6f6;
	padding: 50px 0 ;
}
.single-post .content {
	background: #fff;
	width: 100%;
	color: #42495c;
	font-size: 16px;
	padding-bottom: 200px;
}
.single-post .content a {
	display: inline-block;
}
.single-post .page-header {
	padding-top: 195px;
	padding-bottom: 77px;
	text-align: center;
}
.single-post .page-header h1 {
	text-transform: uppercase;
	font-size: 36px;
}
.single-post .page-header .date::before {
	content: '';
	display: block;
	width: 55px;
	height: 1.5px;
	background: #fff;
	margin: 8px auto 14px;
}
.single-post .content ul {
	margin-left: 20px;
}
/*--------------------------
	sections
--------------------------*/
section#partners {
	background: #fff;
	padding: 0 58px 52px;
}
section#partners ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
section#partners h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
	padding-top: 40px;
	font-weight: 700;
	text-align: center;
}

section#filters {
	background: #fff;
	padding: 12px 15px 30px;
	margin-bottom: 35px;
}
section#filters h3 {
	color: #69aeb0;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 12px;
}
section#filters label {
	color: #42495c;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 25px;
	width: 100%;
}
section#filters select {
	width: 100%;
	margin-top: 5px;
	display: block;
	border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #e0e7ee;
	font-size: 14px;
  line-height: 26px;
  color: #445870;
	padding: 11px 18px;
}
section#filters .btn {
	margin-left: 0;
	transform: none;
	margin-top: 15px;
}
/* --------------------------
	specific
-------------------------- */
.secondary-filters {
	margin-bottom: 35px;
}
.secondary-filters div[class^=col] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
.secondary-filters div[class^=col]:nth-of-type(2) {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.secondary-filters label {
	color: #42495c;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
.secondary-filters select {
	border-radius: 5px;
 	background-color: #ffffff;
 	border: solid 1px #e0e7ee;
	padding: 13px 18px;
	color: #445870;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	width: auto;
}

/* .what-row {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
} */
.what-box p {
	color: #42495c;
	font-size: 14px;
	line-height: 24px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0;
}
.what-box .phone a {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.what-box .phone::before {
	content: '';
	display: block;
	width: 55px;
	height: 1px;
	background: #0065a9;
	margin: 0 auto;
}

.how-row {
	position: relative;
}
.how-row p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 16px;
}
.how-row h2 {
	margin-bottom: 30px;
	padding-top: 80px;
	padding-bottom: 0;
	width: 75%;
}
.how-row .tree {
	width: 320px;
	height: 370px;
	background-image: url('images/tree.svg');
	background-size: cover;
	background-position: top;
	margin: 0 auto;
	position: relative;
	bottom: -60px;
}

.how-box {
	background: #fff;
	border-radius: 16px;
	padding: 22px 28px;
	width: 200px;
	margin: 110px auto 0;
}
.how-box img {
	display: inline-block;
	margin: 0 auto 45px;
}
.how-box .btn {
	padding: 8px;
}

.wpcf7 .wpcf7-submit,
.btn {
	display: block;
	background: linear-gradient(121deg, #5abfc2, #458dbf);
	border-radius: 100px;
	padding: 0 25px;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	margin: 0 auto;
	transition: ease-in-out 0.3s;
}
.download-btn {
	background: none;
	padding: 5px;
	border: none;
	right: 20px;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus,
.btn:hover {
	text-decoration: none;
	background: linear-gradient(121deg, #5abfc2, #458dbf 0%);
}
.download-btn:hover {
	background: none;
	border: none;
	transform: scale(1.1,1.1);
	cursor: pointer;
}
.btn-white {
	background: #fff;
	color: #69aeb0;
}
.btn-white:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-listing {
	width: 30.33333%;
}

/* NAV CATEGORIES */
#nav-categories {
	margin-bottom: 50px;
}
#nav-categories h6 {
	margin-bottom: 10px;
	color: #69aeb0;
	font-size: 18px;
}
#nav-categories,
#nav-categories ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#nav-categories li {
	margin: 0 10px 10px 0;
}
#nav-categories a {
	color: #69aeb0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	padding: 8px 28px;
	display: inline-block;
	border: 1px solid #69aeb0;
	border-radius: 100px;
	transition: ease-in-out 0.3s;
	text-transform: uppercase;
}
#nav-categories p {
	color: #69aeb0;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}
#nav-categories a:hover,
#nav-categories .active a {
	color: #fff;
	background: linear-gradient(124deg, #5abfc2, #458dbf);
	text-decoration: none;
}

/* SOCIALS */
.social {
	text-align: right;
	list-style: none;
}
.social li {
	display: inline-block;
	margin-left: 10px;
}
.social li:last-of-type {
	margin-right: none;
}
.social li a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	padding-top: 7px;
	border: 1px solid #fff;
	border-radius: 100%;
	transition: ease-in-out 0.2s;
}
.social li a:hover {
	background: #fff;
	color: #69aeb0;
}

/* PAGINATION */

.pagination input {
	background-color: #ffffff;
	box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5), inset 0 1px 3px 0 rgba(153, 153, 153, 0.5);
	border: solid 1px #b4b8c2;
	width: 56px;
	text-align: center;
	color: #4a4a4a;
	font-size: 14px;
	height: 41px;
}
.pagination input:focus {
	box-shadow: none;
	outline: none;
}
.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}
.pagination form {
	display: inline-block;
}
.pagination form p {
	display: inline-block;
	margin: 0 9px;
	color: #4a4a4a;
}
.pagination form p span {
	color: #0065a9;
}
.pagination a {
	border-radius: 4px;
 	background-color: #f9f9f9;
 	border: solid 0.5px #b4b8c2;
	display: inline-block;
	font-size: 21px;
	text-align: center;
	padding: 0 15px;
	line-height: 39px;
}
.pagination .inactive a {
	color: #4a4a4a;
}
.pagination input[type=number]::-webkit-inner-spin-button,
.pagination input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.tp-caption {
	text-align: center !important;
	letter-spacing: 1px !important;
}

.alert {
	margin-bottom: 20px;
	font-family: tahoma, verdana, sans-serif;
	text-align: left;
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
	background: #fafafa;
	position: relative;
	border-top: 5px solid #ddd;
}
.alert a {
	color: inherit;
	font-weight: bold;
}
.alert ul {
	padding-left: 22px;
}
.alert li {
	margin-bottom: 3px;
}
.alert h5 {
	padding: 0 0 20px;
}
.alert-error {
	background-color: #fcf2f2;
	border-color: #d20;
	color: #d20;
}
.alert-warning {
	color: #c09853;
	background-color: #fefbed;
	border-color: #c09853;
}
.alert-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after,.clearfix .pagination:after {
  clear: both;
}

.prev,
.next {
	max-width: 49%;
}
.prev, .alignleft {
	float: left;
	text-align: left;
}
.prev{
	padding-top: 5px;
}
.next, .alignright {
	float: right;
	text-align: right;
}
.next{
	padding-top: 5px;
}
.alignleft {
	margin: 0 20px 20px 0;
}
.alignright {
	margin: 0 0 20px 20px;
}


.rea {
	margin-bottom: 15px;
}
.home .rea {
	margin: 0;
}
.rea a {
	display: block;
}
.rea img {
	display: block;
	margin: 0 auto;
}


/*.rea {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	padding: 0 20px;
	padding-top: 195px;
	margin: 0 0 15px 0;
	height:330px;
	background: url(images/rea.png) top center no-repeat;
	border: 1px solid #66cc66;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.rea,
.rea a {
	text-transform: uppercase;
	color: #666;
}
.rea a {
	display: block;
	text-decoration: underline;
	margin-bottom: 20px;
	font-size: 13px;
}
.rea a:hover {
	color: #000;
}*/
.welcome {
	background:url(images/welcome-bg.png) 0 12px repeat-x;
	font-size:13px;
	margin-bottom:10px;
}
.welcome h4 {
	background:#fff;
	text-align:center;
	font-size:20px;
}
.welcome p {
	padding:0 10px 10px 10px;
}


.tips img {
	margin: 0 auto;
}

.boxes {
	margin-bottom:-30px;
	border-top: 1px solid #ddd;
}

.box article {
	padding-bottom: 20px;
}

.news h5 {
	padding:0 0 0 20px;
	margin-bottom:15px;
	background:url(images/icon-rss.png) left center no-repeat;
}

.home .rea {
	width:280px;
	margin: 0;
	display: inline-block;
}


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

.form__group {
	margin-bottom: 1rem;
}

.questionnaire  {
	padding: 0 3rem;
}

.questionnaire h2 {
	color: #000;
	font-weight: bold;
}

.questionnaire p {
	padding: 0;
	margin-bottom: 1rem;
}

.questionnaire label {
	display: inline-block;
	cursor: pointer;
	color: #000;
	line-height: 24px;
	font-weight: 300;
}
.questionnaire li {
	text-align: center;
}
.questionnaire li label {
	padding-left: 25px;
}
.questionnaire li label input {
	float: left;
	margin-left: -25px;
}

.questionnaire .form__input {
	box-shadow: inset 3px 3px 7px rgba(0, 0, 0, .15);
	margin-bottom: 5px;
}

.questionnaire .intro img {
	margin: 0 auto 1rem;
}

.questionnaire .intro__icons {
	padding: 2rem 0;
}

.questionnaire .intro__icon {
	text-align: center;
	font-size: 1rem;
	color: #23408f;
}

.questionnaire .intro__icon img {
	max-height: 80px;
	margin: 0 auto 10px;
}

.step h3 {
	position: relative;
	color: #23408f;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0;
}

.step h4 {
	color: #000;
	font-weight: bold;
}

.step__number {
	position: absolute;
	right: 100%;
	background: #23408f;
	border-radius: 50%;
	color: #fff;
	font-size: 1.6rem;
	width: 1.6rem;
	text-align: center;
	margin: -0.1rem 1rem 0 0;
}

.step__icon {
	position: absolute;
	right: 0; bottom: 0;
}

.step__icon img {
	max-height: 60px;
}

.step__content {
	background: #f3f3f4;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 2rem;
}

.questionnaire__questions {
	list-style: none;
}

.questionnaire__questions li {
	box-sizing: border-box;
	background: #fff;
	padding: 15px;
	margin-bottom: 1rem;
	box-shadow: inset 3px 3px 7px rgba(0, 0, 0, .15);
}

.questionnaire__questions table {
	table-layout: fixed;
}

.questionnaire__questions tr,
.questionnaire__questions th,
.questionnaire__questions td {
	background: transparent;
	border: none;
	text-align: center;
}

.questionnaire__questions th {
	font-size: 1rem;
	font-weight: 300;
	color: #000;
}

.questionnaire section, .results section {
	margin-bottom: 30px;
}

.results table {
	margin-bottom: 20px;
}

.results td {
	font-size: 16px;
	padding: 10px;
}

.questionnaire p, .results p, .results blockquote {
	font-size: 15px;
}

.questionnaire-results {
	color: #43afa4;
	font-size: 14px;
	line-height: 1.2;
}
.questionnaire-results .header {
	border-bottom: 5px solid #43afa4;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.questionnaire-results .header h2 {
	font-weight: bold;
	color: #43afa4;
	font-size: 24px;
	line-height: 1.2;
	padding: 35px 0 0;
}

.questionnaire-navigation a {
	margin-bottom: 15px;
}

.re {
	padding: 20px 20px 40px;
	text-align: center;
}
.re-separator {
	background: url(images/questionnaire/divider.jpg) bottom center no-repeat;
}
.re h4 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #43afa4;
	padding: 0 0 20px 0;
	text-align: left;
}
.re h5 {
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.2;
	font-weight: bold;
	color: #43afa4;
}
.re h5 strong {
	display: block;
	font-size: 30px;
}
.re-rating h2 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
	color: #43afa4;
	text-align: left;
	padding: 0 0 20px;
}
.re-rating time {
	font-size: 20px;
	line-height: 1.2;
	color: #43afa4;
	display: block;
	text-align: left;
}
.re-rating .total {
	display: inline-block;
	text-align: center;
	background: #43afa4;
	color: #fff;
	width: 190px;
	font-size: 60px;
	font-weight: bold;
	padding-top: 50px;
	height: 190px;
	margin: 0 auto;
	line-height: 1;
	border-radius: 100%;
}
.re-rating .total small {
	display: block;
	font-size: 24px;
}
.re-cta .col3 {
	border-right: 1px dashed #43afa4;
	height: 250px;
}
.re-cta .col3:last-child {
	border-right: 0;
}
.re-cta img {
	display: block;
	width: 60%;
	margin: 0 auto 10px;
}

.questionnaire-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
	table-layout: fixed;
	width: 100%;
}

.questionnaire-tabs li {
	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;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.questionnaire-tabs li a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #f5f5f5;
	border: 1px solid #eee;
	color: #888;
	cursor: default;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 15px;
	text-align: center;
	text-decoration: none;
}

.questionnaire-tabs li a.active {
	background: #9dc776;
	border-color: #83b852;
	color: #385021;
	cursor: pointer;
}

.questionnaire-sections {
	/*overflow: hidden;*/
	position: relative;
}

.questionnaire-section {
	display: none;
	/*opacity: 0;
	position: absolute;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);*/
}

.questionnaire-section.active {
	display: block;
	/*opacity: 1;
	position: static;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);*/
}

.benchmark h3 {
	color: #23408f;
	margin-bottom: 2rem;
}

.benchmark h4 {
	color: #000;
	margin-bottom: 1rem;
}

.benchmark h3,
.benchmark h4 {
	font-weight: 600;
	letter-spacing: 1px;
}

.benchmark-form label {
	font-weight: 400;
	font-size: 12px;
}

.benchmark-form section {
	margin-bottom: 2rem;
}

.benchmark-form select,
.benchmark-form input {
	margin-bottom: 1rem;
}

.benchmark-form .secondary {
	display: block;
}

.benchmark-section {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 10px;
}

.benchmark-section select,
.benchmark-section input {
	margin-bottom: 5px;
}

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

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

.reg-form label {
	text-align: right;
	padding: 5px 0 0;
	display: block;
}
.reg-form .form-actions {
	text-align: center;
	padding-top: 10px;
}
.reg-form .forgot-password {
	padding-top: 10px;
}

.well {
	margin-bottom: 30px;
	background: #eee;
	padding: 30px;
}
.well h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #014999;
}
.questionnaire .well h3 a {
	font-size: .8em;
	font-weight: normal;
	text-decoration: underline;
	opacity: .8;
}
.questionnaire .well h3 a:hover {
	opacity: 1;
}

.container,
.container-full,
.container-medium,
.container-narrow {
	position: relative;
	max-width: 1200px;
	padding: 0 1.5%;
	margin: 0 auto;
}
.container-narrow {
	max-width: 980px;
}
.container-full {
	max-width: 100%;
	padding: 0;
}



.row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;margin-left:-1.5%;margin-right:-1.5%;}
.row:after, .row:before {
	content: none !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-20 {
	padding: 0 1.5%;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}
.col-20 {
	width: 100%;
}
@media (min-width: 544px) {
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-20 {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-2 {
		width: 16.66667%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.33333%;
	}
	.col-xl-5 {
		width: 41.66667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.33333%;
	}
	.col-xl-8 {
		width: 66.66667%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.33333%;
	}
	.col-xl-11 {
		width: 91.66667%;
	}
	.col-xl-12 {
		width: 100%;
	}
}

/* --------------------------
	plugins
-------------------------- */
.wpcf7 form { position:relative; font-size:12px; margin: 30px auto; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;}
.wpcf7 p { width: 30%;}
.wpcf7 table {width: 60%; margin: 0 auto;}
.wpcf7 div.wpcf7-form-control-wrap {width: 100%;}
.wpcf7 div.wpcf7-form-control-wrap > div > div {margin : 0 auto;}
.wpcf7 tr {background: none;}
.wpcf7 td {border: none; padding: 0; padding-bottom: 15px; vertical-align: middle;}
.wpcf7 table:first-of-type tr td:first-of-type {letter-spacing: 0.8px; color:#42495c; font-size: 14px; font-weight: 700;padding-right: 15px;margin-bottom: 50px;}
.wpcf7 table:nth-of-type(2) {background: rgba(216, 216, 216, 0.39); margin-bottom: 36px;}
.wpcf7 table:nth-of-type(2) td,.wpcf7 table:nth-of-type(2) th {padding: 8px 13px 6px 18px; vertical-align: middle;border: none;}
.wpcf7 table:nth-of-type(2) th {color:#42495c; font-size: 14px;letter-spacing: 0.8px;font-weight: 700;}
.wpcf7 table:nth-of-type(2) td:last-of-type,.wpcf7 table:nth-of-type(2) th:last-of-type {padding-bottom: 13px;}
.wpcf7 table:nth-of-type(2) tr:first-of-type th {background: #f9f9f9; border-bottom: 3px solid #fff; border-right: 3px solid #fff;font-size: 12px; line-height: 16px; color: #42495c;font-weight: normal; font-style: italic;}
.wpcf7 table:nth-of-type(2) tr:first-of-type td {background: rgba(105, 174, 176, 0.21); border-bottom: 3px solid #fff; color: #42495c; font-size: 14px; line-height: 16px; }
.wpcf7 p {width: 80%; color: #42495c; font-size: 16px; line-height: 24px;}
.wpcf7 p:first-of-type {padding-bottom: 20px;padding-top: 20px;}
.wpcf7 p:nth-of-type(2) {padding-bottom: 30px;}
.wpcf7 p:last-of-type {width: 100%;}
.wpcf7 input,
.wpcf7 textarea { width: 100%;padding:10px; border-radius: 3px;background-color: #ffffff;border: solid 1px rgba(66, 73, 92, 0.38);}
.wpcf7 input { padding:8px 10px;border-radius: 3px;background-color: #ffffff;border: solid 1px rgba(66, 73, 92, 0.38); }
.wpcf7 input:last-of-type {width: auto;}
.wpcf7-list-item {display:block}
.wpcf7-list-item input { width:20px !important; }
.wpcf7 textarea { height:150px; }
.wpcf7 input:focus,
.wpcf7 textarea:focus { background:#fff; }
.wpcf7 input.checkbox { width:auto; }
.wpcf7 input[type="submit"] {width: auto; margin-top: 40px; padding: 0 40px;}
.wpcf7-response-output { margin:10px 0; padding:10px !important; text-align:center; }
.wpcf7-mail-sent-ok { border: 1px solid #398f14; background:#ccebbc; }
.wpcf7-spam-blocked { border: 1px solid #ffa500; }
.wpcf7-display-none { display: none; }
.wpcf7-validation-errors { background:#b00; color:#fff; }
.wpcf7-form-control-wrap { position: relative; }
.wpcf7-not-valid-tip { border-radius:0 15px 15px 15px; z-index:100; display:inline-block; color:#fff; background:#d00; padding:5px 20px; border:none; right:10px; width:auto; margin-top: 5px; }
.wpcf7-not-valid-tip-no-ajax { color: #f00; display: block; }
.ajax-loader { border: none; vertical-align: middle;  display:inline; margin:0 0 0 10px; }
.wpcf7-validation-errors {margin: 0 auto;}
.bx-pager-item {
	display: inline-block;
}
.wpcf7 .screen-reader-response {display: none;}

/* START OF GREEN REPO ---------------------------------------------------------- */

.resources .pagination {
	text-align: center;
}

.resources .pagination li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
}
.resources .pagination a {
	display: block;
	width: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	background: #ccc;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 10px;
}
.resources .pagination a:hover,
.resources .pagination .active a {
	background: #0854a6;
}

.resources *,
.resources *:before,
.resources *:after {
	box-sizing: border-box;
}


.resources aside a {
	padding: 0;
	background: none;
}
.resources .box {
	padding: 0;
	width: auto;
	float: none;
}

.resources .filters {
	position: relative;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
.resources .filters ul ul {
	padding: 0;
}
.resources .filters ul div {
	display:none;
	z-index: 70000;
	padding: 10px;
	padding-top: 15px;
	width: 100%;
	background: #63abad;
	color: #fff;
}
.resources .filters li {
	display: block;
	list-style: none;
	color: #63abad;
	font-size: 16px;
	line-height: 34px;
}

.resources .filters li > span,
.resources .search header {
	padding: 10px;
	padding-right: 37px;
	background: url(images/arrow.png) right top no-repeat;
}
.resources .filters .col4 {
	text-align: right;
}
.resources .filters li > span.active,
.resources .filters li > span:hover,
.resources .search header {
	color: #fff;
	background-color: #63abad;
	background-position: right bottom;
}
.resources .filters li > span:hover + div,
.resources .filters li > div:hover {
	display: block;
}

.resources .filters li > div {
	text-align: left;
	position: absolute;
	width: auto;
}

.resources .filters li:last-child > div {
	right: 0;
}

.resources .filters .pull-left section {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.resources .filters .pull-left section:after {
	content: 'And / Or';
	position: absolute;
	bottom: -10px;
	left: 0;
	padding: 0 10px;
	background: #63abad;
	border: 1px solid #fff;
	line-height: 20px;
	color: #fff;
}
.resources .filters .pull-left section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.resources .filters .pull-left section:last-child:after {
	display:none;
}
.resources .filters ul ul a {
	color: #63abad;
}
.resources .filters ul ul li {
	float: none;
	display: inline-block;
}
.resources .filters .pull-right ul li {
	float: right;
}
.resources .filters .pull-left > a {
	color: #63abad;
	text-decoration: none;
}
.resources .filters .pull-left > a:hover {
	color: #175fad;
}

.resources .boxes {
	border-top: 0;
	margin-bottom: 0;
}
.resources .boxes article,
.resources .box {
	position: relative;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #999;
	text-align: center;
	color: #999;
}
.resources .boxes img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	border-bottom: 5px solid #63abad;
}
.resources .boxes header,
.resources .box header {
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}
.resources .boxes h2,
.resources .boxes h3 {
	text-transform: none;
	font-size: 12px;
	line-height: 16px;
	color: #175fad;
}
.resources .boxes h2 {
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
}
.resources .boxes footer,
.resources .box footer {
	padding-left: 20px;
	border-top: 1px solid #999;
	line-height: 40px;
	text-align: left;
}
.resources .boxes footer span {
	float: right;
	display: block;
	padding: 0 20px;
	border-left: 1px solid #999;
}
.resources .boxes article > span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4% 4% 50px;
	width: 100%;
	min-height: 100%;
	background: #175fad;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	z-index: 10;
}
.resources .boxes article:hover > span {
	display: block;
}
.resources .boxes article > span > a {
	position: absolute;
	right: 4%;
	bottom: 4%;
	display: inline-block;
	padding: 6px;
	padding-right: 26px;
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}
.resources .boxes article > span > a:hover {
	text-decoration: none;
	color: #175fad;
	background-position: right bottom;
	background-color: #fff;
}
.resources .boxes article > span h3 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 15px 0;
}
.resources .boxes article > span strong {
	display: block;
}
.resources .boxes article > span strong,
.resources .boxes article > span p {
	padding-bottom: 10px;
}
.resources .boxes article > span ul {
	padding: 0;
}
.resources .filters ul ul li {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
}
.resources .boxes article > span li {
	list-style: none;
	display: inline;
}
.resources .boxes article > span li a {
	color: #fff;
	text-decoration: underline;
}
.resources .boxes article > span li a:hover {
	color: #ccc;
}
.resources .filters ul ul a,
.resources button {
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #175fad;
}
.resources .filters ul ul a {
	color: #63abad;
}
.resources .boxes span li a:hover,
.resources .boxes span .active a,
.resources .filters ul ul a:hover,
.resources .filters ul ul .active a,
.resources button:hover {
	color: #fff;
	background: none;
}

.resources .box {
	text-decoration: none;
	margin: 0;
}
.resources .box:hover {
	border-color: #63abad;
}
.resources .box:hover footer {
	background: #63abad;
	color: #fff;
}
.resources .box:hover footer span {
	background: #fff;
	color: #999;
}
.resources .box:hover footer,
.resources .box:hover footer span {
	border-color: #63abad;
}

.resources section.search {
	margin-bottom: 30px;
}

.resources .control-row {
	margin-bottom: 10px;
}
.resources .control-group {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.resources .control-group:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.resources input,
.resources select {
	border: 0;
	background: #fff;
	padding: 5px 10px;
	height: 30px;
	border-radius: 3px;
}
.resources select {
	width:100%;
}
.resources input {
	width: 100%;
}

.resources .search > form > .row > [class^="col"] {
	border-right: 1px solid #fff;
	margin-bottom: 15px;
}

.resources .search > form > .row > [class^="col"]:last-child {
	border-right: none;
}

.resources .form-group span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.resources button {
	width: 100%;
	color: #63abad;
	margin: 0;
	display: inline-block;
	height: 30px;
	border-radius: 3px;
}

.resources .search header {
	display: inline-block;
	font-size: 16px;
}
.resources .simple input {
	margin: 0 2% 0 0;
	width: 90%;
}
.resources .simple button {
	width: 8%;
}
.resources .simple input,
.resources .simple button {
	float: left;
}
.resources form a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.resources .search .active {
	display: block;
}


.unregistered-result-cta {
	padding-top: 60px;
}

/* Pages  */
.resources .content > header h2 {
	font-size: 32px;
	line-height: 32px;
	color: #777;
}
/* home */
.resources .content {
	padding: 0 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.single-repository #main > section {
	padding-top: 0;
}
.resources #main section.featured {
	margin-bottom: 30px;
	border-bottom: 1px solid #63abad;
}


#breadcrumbs {
	margin-bottom: 15px;
}

/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 1200px) {
	.secondary-filters {
		padding: 0 1.5%;
	}

	.wpcf7 table {
		margin: 0 auto;
		width: 75%;
	}
	.wpcf7 p,
	.wpcf7 p:last-of-type {
		width: 100%;
		text-align: center;
	}
	.wpcf7 img {
		margin: 0 auto;
	}
}

@media (max-width: 1080px) {
	#nav-categories h6 {
		text-align: center;
		display: inline-block;
		margin: 0 auto 20px;
	}
	#nav-categories li {
		width: 49%;
		margin: 0 auto 10px;
	}
	#nav-categories li a {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 1040px) {
	#nav li {
		margin-left: 15px;
	}
}

@media (max-width: 991px) {
	#nav,
	#header .col-xs-12:last-of-type img {
		display: none;
	}
	#header .logo,
	#header .secondary-logo {
		display: inline-block;
	}
	#header .secondary-logo {
		position: relative;
		top: 8px;
		padding-left: 10px;
		margin-left: 10px;
		border-left: solid 1px rgba(105, 174, 176, 0.28);
	}
	#header {
		padding: 15px 10px;
	}

	#content,
	.page-header {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.nav-trigger {
		display: block;
	}

	aside ul {
		column-count: 3;
	}


	.btn {
		white-space: nowrap;
	}
	.btn-listing {
		width: 75%;
	}

	.newsletter .inner {
		padding: 30px 15px;
	}
	.newsletter .btn {
		margin-top: 15px;
	}

	.post-listing {
		padding: 0 1.5%;
	}
	.page-home .post-listing.event-listing {
		padding: 0;
	}

	.page-newsblog .page-header p {
		width: 100%;
	}

	.tree {
		display: none;
	}
	.how-box {
		margin: 0 auto;
	}

	#footer {
		padding: 15px 10px 20px;
	}
	#footer,
	#footer .footer-nav {
		text-align: center;
	}
	#footer .footer-nav li {
		margin-bottom: 5px;
	}
	#footer img {
		margin: 0 auto 5px;
	}
	#footer .social {
		margin-top: 15px;
	}

}

@media (max-width: 768px) {
	#nav-categories li {
		width: 100%;
	}
}

@media (max-width: 678px) {
	table.contact-details tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.contact-details td,
	table.contact-details th {
		width: 100%;
	}
}

@media (max-width: 670px) {
	.secondary-filters label {
		display: block;
		width: 100%;
	}
	.secondary-filters .col-xs-6:last-of-type label {
		text-align: right;
	}
}

@media (max-width: 650px) {
	.wpcf7 table {
		width: 100%;
	}
}


@media (max-width: 560px) {
	aside ul {
		column-count: 2;
	}
	.wpcf7 table tr {
		display: flex;
		flex-wrap: wrap;
	}

	.wpcf7 table th,
	.wpcf7 table td,
	.wpcf7 input:last-of-type {
		width: 100%;
	}
	.wpcf7 table:first-of-type tr td:first-of-type {
		margin-bottom: 0px;
	}
}

@media (max-width: 480px) {
	.single-post .page-header h1 {
		font-size: 24px;
	}
	.single-post .page-header {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.single-post .content {
		font-size: 14px;
	}

	.page-header {
		padding-top: 30px;
	}
	.page-about-us #content {
		font-size: 16px;
	}
}

@media (max-width: 470px) {
	#header .secondary-logo {
		display: none;
	}
}

@media (max-width: 400px) {
	aside ul {
		column-count: 1;
	}
	.secondary-filters select {
		height: 50px;
	}
}

@media (max-width: 395px) {
	.logo img {
		width: 150px;
	}
	.nav-trigger {
		top: 0;
	}
}


/*.slotholder {*/
	/*background: linear-gradient(#5abfc2, #458dbf);*/
/*}*/
/*.tp-bgimg.defaultimg {*/
	/*mix-blend-mode: soft-light;*/
/*}*/
#breadcrumbs {
	font-size:  14px;
	margin-bottom: 35px;
}
.listing-box.testimonial-box {
	padding-bottom: 100px;
}
.listing-box.testimonial-box img {
	margin-bottom: 20px;
}
.listing-box.testimonial-box h4 {
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}
.listing-box.testimonial-box p {
	padding-bottom: 0;
	color: #0065a9;
	font-size: 16px;
	font-style: italic;
}
.listing-box.testimonial-box iframe {
	width: 100%;
	height: 170px;
}
.testimonial-listing .box-shadow {
	height: 100%;
}
.listing-box.testimonial-box.extra-top-padding {
	/* padding-top: 193px; */
}
.questionnaire input[type="text"], .questionnaire select,.questionnaire input[type="email"],.questionnaire input[type="phone"],input[type="password"] {
	max-width:  350px;
}
@media(max-width: 991px) {
	.questionnaire-tabs {
		flex-wrap: wrap;
	}
	.questionnaire-tabs li {
		width: 100%;
		display: block;
		flex: inherit;
	}
	.questionnaire-navigation {
		margin-bottom: 30px;
	}
	.questionnaire-results img {
		display: block;
		margin:  0 auto;
	}
	.questionnaire .form-group label {
		text-align: left;
	}
	.questionnaire-navigation .btn {
		max-width: 300px;
	}

	#nav ul ul {
		display: block;
		position: static;
		margin-left: 0;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		margin: 10px 0;
		background: #eee;
	}

	.social,
	.listing-box.testimonial-box {
		text-align: center;
	}

	.listing-box.testimonial-box img {
		margin: 0 auto 20px;
	}
	.listing-box .thumb {
		height: 40vh;
	}

}
.mx_breadcrumb {
	padding: 20px 0;
}
.mx_breadcrumb a, .mx_breadcrumb span {
	color:  rgba(69, 141, 191, 0.75);
}
.mx_breadcrumb span {
	margin: 0 5px;
}
.mx_breadcrumb .current {
	font-weight: bold;
}
.mx_breadcrumb .current:hover {
	text-decoration: none;
}
.page-case-studies .page-header + .mx_breadcrumb {
	margin-bottom: 25px;
}

body.single-testimonial .page-header {
	text-align: left;
}

body.page-contact-us .mx_breadcrumb .container {
	max-width: 1020px;
}

body.blog.single-post .mx_breadcrumb .container,
body.single-workshop-event .mx_breadcrumb .container,
body.single-case-study .mx_breadcrumb .container {
	max-width: 980px;
}