/********************** Basic text ***************************/
.page-node-1065 header .logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 17px;
	line-height: 1.4;
	box-sizing: border-box;
}
body {
	background: #ffffff none repeat scroll 0 0;
	color: #4f4d4d;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.6px;
	font-weight: 300;
	margin: 0;
}
h1 {
	font-size: 2rem;
	font-weight:700;
	margin: 0 0 10px 0;
}
h2, .h2 {
	font-size: 1.25em;
  font-weight: 700;	
	margin-top: 0;
	margin-bottom: 10px;
}
h3, .h3 {
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-weight: 700;
	font-size: 1.05rem;
	margin-top: 0;
	margin-bottom: 5px;
}
h5 {
	font-weight: 700;
	font-size: 1em;
}
h5 {
	font-weight: 700;
	font-size: 1em;
}
p {
	font-weight: 300;
	line-height: 1.7;
	margin: 0 0 15px;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	cursor: pointer;
}
a img:hover {
	opacity: 0.9;
}
strong {
	font-weight: 500;
}
ul,
ol {
	margin: 0 0 15px 20px;
	padding: 0;
}
li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.7rem;
}
input {
	border: medium none;
}
blockquote {
  position: relative;
  margin: 40px 0 30px 0;
}
blockquote::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f10d";
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  color: #5bb747;
  line-height: 0;
}
blockquote p {
  padding-left: 60px;
  color: #333333;
  font-weight: 500;
	font-size: 1.05rem;
}
img {
	height: auto;
	max-width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
	background: #ffffff none repeat scroll 0 0;
	font-family: "Lato", sans-serif;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-sizing: border-box;
	color: #313032;
	line-height: 1.2;
	padding: 10px 0;
	text-indent: 10px;
	width: 100%;
	font-size: inherit;
}
textarea {
	padding: 10px;
	text-indent: 0;
}
select {
	color: #313032;
	text-indent: 0;
	border-radius: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 8px 15px 8px 10px;
	font-family: "Lato", sans-serif;
	font-size: inherit;
	font-weight: 300;
}
label {
	color: #313032;
	font-weight: normal;
	margin-bottom: 5px;
}
@media (min-width:768px) {
	html {
		font-size: 1.1rem;
	}
}
@media (min-width:1025px) {
	html {
		font-size: 1.1rem;
	}
}

@media (min-width:1300px) {
	html {
		font-size: 1.2rem;
	}
  h1 {
	  font-size: 2.3rem;
	}
	h2 {
		font-size: 1.3em;
	}
}

/********************* Buttons ********************/
a.button,
input.button,
.button a,
.form-submit {
	background-color: #5bb747;
	border: none;
  border-radius: 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.3;
	padding: 8px 20px;
	text-transform: uppercase;
	transition: all 200ms linear 0s;
	font-family: "Lato", sans-serif;
	text-align: center;
	-webkit-appearance: none;
	letter-spacing: 1px;
}
a.button:hover,
.button a:hover,
input.button:hover,
.form-submit:hover {
	background-color: #4e9e3c;
	cursor: pointer;
}
.button.bg-green {
	background-color: #5bb747;
}
.button.bg-green:hover {
	background-color: #4e9e3c;
}
.button.bg-green-dark {
    background-color: #167003;
}
.button.bg-green-dark:hover {
    background-color: #115602;
}
.button.bg-purple {
    background-color: #8a69ac;
}
.button.bg-purple:hover {
    background-color: #695084;
}
.button.bg-turquoise {
    background-color: #5bc7d4;
}
.button.bg-turquoise:hover {
    background-color: #4caab5;
}
.button.bg-orange {
    background-color: #ff9a0a;
}
.button.bg-orange:hover {
    background-color: #dd8406;
}
.button.bg-orange-dark {
    background-color: #e37e07;
}
.button.bg-orange-dark:hover {
    background-color: #c66e05;
}
.button.bg-purple {
    background-color: #8a69ac;
}
.button.bg-purple:hover {
    background-color: #6f548b;
}
.button.bg-purple-dark {
    background-color: #503968;
}
.button.bg-purple-dark:hover {
    background-color: #39294b;
}
.button.bg-pink {
    background-color: #ef8ebb;
}
.button.bg-pink:hover {
    background-color: #d17ba3;
}
.button.bg-black {
    background-color: #888;
}
.button.bg-black:hover {
    background-color: #666;
}
.inline-buttons .button {
	width: 100%;
}
.inline-buttons .button:nth-of-type(1) {
	margin-bottom: 10px;
}
.button {
		margin-top: 5px;
	}
@media (min-width:550px) {
	.inline-buttons .button {
		width: auto;
	}
	.inline-buttons .button:nth-of-type(1) {
	  border-bottom-left-radius: 35px ;
	  border-bottom-right-radius: 0;
	  margin-right: 10px;
  }
}
@media (min-width:768px) {
	.inline-buttons {
	  text-align: center;
  }
	a.button,
  input.button,
  .button a,
	.form-submit {
		padding: 15px 40px;
	}
}
@media (min-width:1370px) {
	a.button,
	input.button,
	.button a,
	.form-submit {
		padding: 15px 40px;
	}
	.button {
		margin-top: 20px;
	}
}


/************ Font and colour styles ****************/
.bg-green {
	background-color: #5bb747;
}
.bg-green-dark {
  background-color: #167003;
}
.bg-purple {
  background-color: #8a69ac;
}
.bg-turquoise {
  background-color: #5bc7d4;
}
.bg-orange {
  background-color: #ff9a0a;
}
.bg-orange-dark {
  background-color: #e37e07;
}
.bg-purple {
  background-color: #8a69ac;
}
.bg-purple-dark {
  background-color: #503968;
}
.bg-pink {
  background-color: #ef8ebb;
}
.bg-black {
	background-color: #313032;
}
.bg-white {
	background-color: #ffffff;
}
.bg-none {
	background-color: transparent;
}
.bg-grey-light {
	background-color: #f7f6f6;
}
.bg-grey-light-gradient {
	background: rgb(247, 246, 246);
	background: linear-gradient(180deg, rgba(247, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.fc-green {
	color: #5bb747;
}
.fc-purple {
  color: #8a69ac;
}
.fc-turq {
  color: #5bc7d4;
}
.fc-orange {
   color: #ff9a0a;
}
.fc-purple {
  color: #8a69ac;
}
.fc-pink {
  color: #ef8ebb;
}
.fc-white {
	color: #ffffff;
}
.fw-light {
	font-weight: 300;
}
.fw-normal {
	font-weight: 400;
}
.fw-medium {
	font-weight: 500;
}
.fw-bold {
	font-weight: 700;
}
.fw-black {
	font-weight: 900;
}


/************************ Common main regions and elements ********************************/
.wrap {
	clear: both;
	margin: 0 auto;
	width: 80%;
	max-width: 1400px;
	position: relative;
	box-sizing: border-box;
}
.wrap-1000 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.section-main {
	margin-bottom: 40px;
}
.clear {
	clear: both;
	display: block;
	height: 0;
}
.form-item,
.form-actions {
	margin: 0 0 10px;
}
#edit-actions {
	margin-bottom: 0;
}
main {
	margin-top: 40px;
}
.mob-flip .flex-container {
	display: flex;
	flex-direction: column-reverse;
}
.flex-container.cols2 .first {
	margin-bottom: 20px;
}
.mob-flip .flex-container.cols2 .last {
	margin-bottom: 15px;
}
.mob-flip .flex-container.cols2 .first {
	margin-bottom: 0;
}
.mob-hide {
	display: none;
}
.small-mob-hide,
.inline-small-mob-hide {
	display: none;
}
.tab-show {
	display: none;
}
.med-tab-show {
  display: none;
}
.mob-show {
	display: block;
}
iframe {
	max-width: 100%;
}
@media (min-width: 500px) {
  .small-mob-hide {
	  display: block;
  }
	.inline-small-mob-hide {
		display: inline-block;
	}
}
@media (min-width: 768px) {
  .mob-hide {
	  display: block;
  }
	.mob-show {
	  display: none;
  }
	.tab-show {
	  display: block;
  }
}
@media (min-width: 900px) {
	main {
		margin-top: 70px;
	}
	.section-main {
		margin-bottom: 60px;
	}
	.tab-med-show {
		display: none;
	}
	.tab-med-hide {
		display: block;
	}
}
@media (min-width:1025px) {
	.section-main {
		margin-bottom: 80px;
	}
}
@media (min-width:1370px) {
	main {
		margin-top: 90px;
	}
	.section-main {
		margin-bottom: 150px;
	}
	.desk-show {
		display: block;
	}
	.desk-hide {
		display: none;
	}
	.dw-2100 .wrap {
		width: 90%;
	  max-width: 2100px;
  }
}
@media (min-width: 1920px) {
	.dw-40 .wrap,
	.dw-50 .wrap,
	.dw-60 .wrap,
	.dw-70 .wrap,
	.dw-80 .wrap,
	.dw-90 .wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}
	.dw-40 .wrap {
		width: 40%;
	}
	.dw-50 .wrap {
		width: 50%;
	}
	.dw-60 .wrap {
		width: 60%;
	}
	.dw-70 .wrap {
		width: 70%;
	}
	.dw-80 .wrap {
		width: 80%;
	}
	.dw-90 .wrap {
		width: 90%;
	}
}
/* Text and font custom styles */
.lowercase {
	text-transform: lowercase;
}
.field-label-inline,
.label-inline {
	display: inline;
}

/* Margins and padding elements */
.mb-0,
.section-main.mb-0 {
	margin-bottom: 0;
}
.mb-40,
.section-main.mb-40 {
	margin-bottom: 40px;
}
.mb-60,
.section-main.mb-60 {
	margin-bottom: 30px;
}
.mb-80,
.section-main.mb-80 {
	margin-bottom: 30px;
}
.mb-100,
.section-main.mb-100 {
	margin-bottom: 50px;
}
.mb-160,
.section-main.mb-160 {
	margin-bottom: 80px;
}
.ptb-60 {
	padding: 10px 0;
}
.ptb-80 {
	padding: 40px 0;
}
.ptb-100 {
	padding: 50px 0;
}
.ptb-120 {
	padding: 50px 0;
}
.bg-grey-light-gradient.ptb-120 {
	padding-bottom: 0;
}
@media (min-width:768px) {
	.ptb-60 {
	  padding: 15px 0;
  }
  .ptb-80 {
	  padding: 40px 0;
  }
  .ptb-100 {
	  padding: 50px 0;
  }
  .ptb-120 {
	  padding: 70px 0;
  }
}
@media (min-width:900px) {
	.width-80 {
		width: 80%;
		margin: 0 auto;
	}
	.mb-60,
	.section-main.mb-60 {
		margin-bottom: 35px;
	}
	.mb-80,
	.section-main.mb-80 {
		margin-bottom: 50px;
	}
	.mb-100,
	.section-main.mb-100 {
		margin-bottom: 60px;
	}
	.mb-160,
	.section-main.mb-160 {
		margin-bottom: 100px;
	}
	.ptb-60 {
		padding: 30px 0;
	}
	.ptb-80 {
		padding: 40px 0;
	}
	.ptb-100 {
		padding: 50px 0;
	}
	.ptb-120 {
		padding: 80px 0;
	}
}
@media (min-width: 1025px) {
	.mb-60,
	.section-main.mb-60 {
		margin-bottom: 45px;
	}
	.mb-80,
	.section-main.mb-80 {
		margin-bottom: 60px;
	}
	.mb-100,
	.section-main.mb-100 {
		margin-bottom: 80px;
	}
	.mb-160,
	.section-main.mb-160 {
		margin-bottom: 120px;
	}
}
@media (min-width:1370px) {
	.mb-60,
	.section-main.mb-60 {
		margin-bottom: 60px;
	}
	.mb-80,
	.section-main.mb-80 {
		margin-bottom: 80px;
	}
	.mb-100,
	.section-main.mb-100 {
		margin-bottom: 100px;
	}
	.mb-160,
	.section-main.mb-160 {
		margin-bottom: 160px;
	}
	.ptb-60 {
		padding: 60px 0;
	}
	.ptb-80 {
		padding: 80px 0;
	}
	.ptb-100 {
		padding: 100px 0;
	}
	.ptb-120 {
		padding: 120px 0;
	}
}

/* Alignment styles */
.center {
	text-align: center;
}
.inline {
	display: inline;
}
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}

/* Image/video holder elements */
.img-holder {
	overflow: hidden;
	display: block;
}
.img-holder img {
	display: block;
}
.img-holder {
	overflow: hidden;
	display: block;
}
.img-holder img {
	display: block;
}
@media (min-width:500px) and (max-width:899px) {
	.short-img .block-inline-blockimage img {
		max-width: 400px;
	}
}
.hover-zoom img {
	transition: transform 1s;
}
.hover-zoom:hover img {
	transform: scale(1.3);
}

/************************ Custom headings **********************/
h2.section-heading {
	text-align: center;
	margin-bottom: 25px;
}

@media (min-width: 767px) {
  h2.section-heading {
	  font-size: 1.3rem;
		margin-bottom: 35px;
  }
}

@media (min-width: 1025px) {
	h2.section-heading {
	  margin-bottom: 40px;
  }
}

@media (min-width:1300px) {
	h2.section-heading {
		font-size: 1.4rem;
	  margin-bottom: 45px;
  }
}

/******************************** Responsive menu ********************************/
#block-custom-horizontalmenu {
	display: none;
}
.off-canvas-wrapper {
	display: block;
}
.no-js .off-canvas-wrapper {
	display: none;
}
nav.responsive-menu-block-wrapper {
}
body.user-logged-in.toolbar-fixed.mm-wrapper_opening,
body.user-logged-in.toolbar-fixed.mm-wrapper_opened {
	padding-top: 0 !important;
}
.mm-page,
.mm-wrapper_background body {
	background-color: #ffffff;
}
.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
	margin-left: 0;
}
.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
	padding-left: 240px;
	padding-left: 15rem;
}
.responsive-menu-toggle {
	display: inline-block;
}
.responsive-menu-toggle-icon {
	box-sizing: border-box;
	display: block;
	width: 40px;
	height: 20px;
	z-index: 9999;
	margin-top: 0;
	position: fixed;
	right: 10px;
	top: 29px;
}
.no-js .responsive-menu-toggle-icon {
	display: none;
}
.responsive-menu-toggle-icon span.label {
	font-weight: 400;
	font-size: 14px;
	left: 47px;
	top: 1px;
	position: absolute;
	text-transform: uppercase;
	display: none;
}
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
	background: #ffffff;
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}
.responsive-menu-toggle-icon:before {
	top: 0px;
}
.responsive-menu-toggle-icon span.icon {
	top: 10px;
}
.responsive-menu-toggle-icon:after {
	top: 20px;
}
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
	transition: none 0.4s ease-out 0.1s;
	transition-property: -webkit-transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening .responsive-menu-toggle-icon:before,
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
	top: 14px;
}
.mm-wrapper_opening .responsive-menu-toggle-icon span.icon {
	left: -25px;
	opacity: 0;
}
.mm-wrapper_opening .responsive-menu-toggle-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mm-blocker {
	background: rgba(0, 0, 0, 0);
}
.mm-wrapper_opening #mm-blocker {
	background: rgba(0, 0, 0, 0.2);
	transition: background 1s ease 0.3s;
}
.mm-wrapper_opening #page {
	border-left: 1px solid #ccc;
}
.mm-panel a {
	border-bottom: none;
}
ul.menu.mm-listview a.is-active {
	color: inherit;
}
.mm-panel a:hover {
	border: none;
}
ul.menu.mm-listview {
	padding-left: 0;
	margin-left: 0;
}


/********************************* Header region ***************************/
header {
	background: #282828;
	width: 100%;
	height: 80px;
}
header.smaller {
	position: fixed;
	top: 0;
	z-index: 999;
}
header .wrap {
	position: relative;
	max-width: 100%;
	width: 1700px;
}
header.smaller {
	height: 50px;
}
header .logo {
	position: absolute;
	left: 10px;
	top: 21px;
	width: 170px
}
header.smaller .logo {
	width: 170px;
	top: 6px;
}
header .logo img {
	display: block;
}
header.smaller .responsive-menu-toggle-icon {
	top: 14px;
}
@media (min-width: 320px) {
	header .logo {
	  top: 17px;
	  width: 220px
  }
}
@media (min-width: 600px) {
	header .logo {
	  top: 12px;
	  width: 260px
  }
}
@media (min-width: 900px) and (max-width:1199px) {
  header {
		height: 140px;
	}
	header .logo {
		position: relative;
		display: block;
		padding-top: 20px;
		margin: 0 auto 13px auto;
		text-align: center;
		width: 260px;
		left: unset;
		top: unset;
  }
	header.smaller .logo {
		position: absolute;
		left: 10px;
		top: 6px;
		margin: 0;
		padding: 0;
	}
	header .logo img {
		margin: 0 auto;
	}
	header .region-menu {
		position: relative;
		width: 100%;
		text-align: center;
	}
	header.smaller .region-menu {
		position: absolute;
		text-align: right;
		line-height: 1;
		right: 10px;
		top: 14px;
	}
}
@media (min-width:900px) {
	header.smaller .horizontal-menu>li>a {
		font-size: 0.75rem;
		margin-right: 4px;
	}
}
@media (min-width:1056px) {
	header.smaller .horizontal-menu>li>a {
		margin-right: 10px;
	}
}
@media (min-width: 1200px) {
	header {
		height: 100px;
	}
	header .logo {
		width: 260px;
		top: 22px;
		left: 20px;
	}
	header .region-menu {
		position: absolute;
		right: 20px;
		top: 35px;
	}
	header.smaller .region-menu {
		position: absolute;
    text-align: right;
    right: 20px;
    top: 15px;
		line-height: 1;
	}
	header.smaller .horizontal-menu>li>a {
		margin-right: 20px;
	}
}
@media (min-width: 1370px) {
  header .logo {
		width: 290px;
		top: 19px;
	}
	header .region-menu {
		top: 35px;
	}
	header.smaller .region-menu {
    top: 12px;
	}
}


/**************************** Main horizontal menu ***************************/
@media (min-width: 900px) {
	.responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: none;
  }
	#block-custom-horizontalmenu {
		display: block;
	}
	.horizontal-menu {
		position: relative;
		margin: 0 auto;
		padding: 0;
		list-style: none;

	}
	.horizontal-menu>li {
		position: relative;
		list-style: none;
		margin: 0;
		display: inline-block;
		line-height: 1;
		letter-spacing: 0;
	}
	.horizontal-menu>li:last-child a {
		margin-right: 0;
	}
	.horizontal-menu>li ul ul {
		left: 13.75em;
		top: 0;
	}
	.horizontal-menu ul .fly-left ul {
		left: -13.75em;
	}
	.horizontal-menu>li>a {
		text-transform: uppercase;
		color: #ffffff;
		padding: 0;
		margin: 0;
		font-size: 14px;
		display: block;
		text-decoration: none;
		font-weight: 300;
		margin-right: 10px;
	}
	.horizontal-menu>li>a.last {
		margin-right: 0;
	}
	.horizontal-menu>li.menu-item--expanded>a::after {
		position: absolute;
		top: 5px;
		right:0px;
		font-size: 8px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f078";
	}
	.smaller .horizontal-menu>li.menu-item--expanded>a::after {
		font-size: 8px;
		top: 3px;
		right: 19px;
	}
	.smaller .horizontal-menu>li li>a {
		font-size: 14px;
	}
	.horizontal-menu>li>a:hover,
	.horizontal-menu>li>a.is-active,
	.horizontal-menu .is-active-border {
		text-decoration: underline;
	}
	.horizontal-menu>li>a.menu-button.is-active {
		color: #ffffff;
	}
	.horizontal-menu>li ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
		padding: 5px 0 5px 0;
		background: #ffffff;
		box-sizing: border-box;
		width: 210px;
		list-style: none;
		margin: 0 0 -15px -15px;
	}
	.horizontal-menu li.sfHover>ul,
	.horizontal-menu li:hover>ul {
		display: block;
	}
	.horizontal-menu li li {
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
		list-style: none;
		padding: 0 15px;
		background: #ffffff none repeat scroll 0 0;
	}
	.horizontal-menu>li>li:hover>ul,
	.horizontal-menu>li>li.sfHover>ul {
		display: block;
	}
	.horizontal-menu>li li>a {
		display: block;
		position: relative;
		padding: 0;
		text-transform: none;
		line-height: 1.1;
		text-decoration: none;
		font-size: 15px;
	}
	.horizontal-menu>li li>a:hover {
		text-decoration: underline;
		color: #8DC63F;
	}
	.smaller .horizontal-menu>li ul {
		width: 220px;
		padding-top: 0;
	}
	.smaller .horizontal-menu li li {
		margin: 13px 0 0 0;
	}
}
@media (min-width:1056px) {
	.horizontal-menu>li.menu-item--expanded>a::after {
		right: 16px;
		top: 4px;
	}
	.horizontal-menu > li li > a {
		font-size: 17px;
	}
}
@media (min-width: 1200px) {
	.horizontal-menu>li>a {
		font-size: 16px;
		margin-right: 12px;
	}
}
@media (min-width:1370px) {
	.horizontal-menu>li>a {
		font-size: 17px;
		margin: 0 15px 0 0;
	}
}
@media (min-width:1490px) {
	.horizontal-menu>li>a {
		font-size: 18px;
		margin: 0 24px 0 0;
	}
}
@media (min-width:1700px) {
	.horizontal-menu>li>a {
		font-size: 20px;
		margin: 0 24px 0 0;
	}
}

/* Banner (top no wrap) */
#top-no-wrap {
	background-color: #5bb747;
}
#top-no-wrap .banner-inner {
	padding: 60px 0 40px 0;
}
#top-no-wrap h1,
#top-no-wrap h2,
#top-no-wrap h3,
#top-no-wrap h4,
#top-no-wrap p,
#top-no-wrap li {
	color: #ffffff;
}
#top-no-wrap p {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
}
#top-no-wrap p a:hover {
	font-weight: 600;
}
#top-no-wrap .right {
	display: none;
}
#top-no-wrap .button {
	padding: 13px 26px;
	margin-top: 15px;
}
@media (min-width:768px) {
}
@media (min-width: 900px) {
	#top-no-wrap .banner-icon .banner-inner {
		display: flex;
	}
	#top-no-wrap .left {
	  flex: 1;
  }
  #top-no-wrap .right {
	  display: block;
		flex: 0 1 120px;
		margin-left: 20px;
		margin-top: 5px;
  }
	
}
@media (min-width: 1025px) {
  #top-no-wrap .banner-inner {
	  padding: 90px 0 60px 0;
  }
	#top-no-wrap .right {
		flex: 0 1 140px;
		margin-left: 50px;
  }
}
@media (min-width: 1300px) {
  #top-no-wrap .banner-inner {
	  padding: 110px 0 80px 0;
  }
	#top-no-wrap .right {
		flex: 0 1 160px;
  }
	#top-no-wrap p {
    font-size: 22px;
  }
	#top-no-wrap .button {
	  margin-top: 20px;
  }
}
@media (min-width:1700px) {
  #top-no-wrap .right {
		flex: 0 1 180px;
		margin-left: 100px;
  }
}

/*************** Main text bodies for content ****************/
.member-text {
	margin-bottom: 40px;
}
.member-text h2,
.member-text h3 {
	margin-top: 1.7rem;
}
.member-text p a {
	color: #5bb747;
}
.member-text p a:hover {
	font-weight: 400;
}

/*************** Presenter boxes/elements **************/
.presenter-box {
	background: #f7f7f7;
  padding: 20px;
	margin-top: 20px;
}
.presenter-box .presenter-left {
	margin-bottom: 10px;
	max-width: 150px;
}
.presenter-box .presenter-left img {

}
@media (min-width:500px) {
	.presenter-box {
		display: flex;
		flex-direction: row;
	}
	.presenter-box .presenter-left {
	  margin-bottom: 0;
		flex: 0 0 100px;
		max-width: none;
  }
	.presenter-box .presenter-right {
		margin-left: 20px;
	}
	.presenter-box .presenter-right h4 {
		font-size: 17px;
	}
	.presenter-box .presenter-right p {
		font-size: 16px;
		margin: 0;
	}
}
@media (min-width:800px) {
	.presenter-box {
		align-items: center;
	}
	.presenter-box .presenter-left {
		flex: 0 0 150px;
  }
}
@media (min-width:1300px) {
	.presenter-box .presenter-right {
		margin-left: 30px;
		margin-right: 20px;
	}
	.presenter-box .presenter-right h4 {
		font-size: 19px;
	}
	.presenter-box .presenter-right p {
		font-size: 17px;
		margin: 0;
	}
}

/***************************** Accordions ***************************/
.faq-section-body {
	margin-bottom: 15px;
}
.accordion-button {
	display: block;
	padding: 18px 40px 18px 18px;
	background-color: #f7f6f6;
	cursor: pointer;
	transition: background-color 300ms;
	border: none;
	font-weight: 500;
	position: relative;
	margin-bottom: 8px;
}
.accordion-button:hover,
.accordion-button.active {
	background-color: #272727;
	color: #ffffff;
}
.accordion-button::after {
	content: "+";
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 15px;
}
.accordion-button.active::after {
	content: "-";
	top: 12px;
	font-size: 30px;
}
.accordion-button.active:nth-of-type(1) {
	margin-top: 0;
}
.accordion-panel.show {
	display: block;
	margin-bottom: 20px;
	margin-top: -15px;
	padding: 24px 24px 14px 24px;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 20px #eeeeee;
}
.accordion-panel {
	display: none;
	padding: 10px 0 15px 0;
}
.accordion-panel p,
.accordion-panel li {
	margin-bottom: 10px;
}
@media (min-width:768px) {
	.faq-buttons {
		margin-top: 20px;
	}
}
@media (min-width: 1370px) {
	.faq-buttons {
		margin-top: 30px;
	}
	.accordion-button {
		padding-top: 23px;
		padding-bottom: 23px;
		margin-bottom: 15px;
		font-weight: 600;
	}
	.accordion-button::after {
		font-size: 23px;
		top: 17px;
	}
}

/************************* Footer ******************************/
#footer {
    background: #282828;
    padding: 60px 0;
}
#footer p {
    text-align: center;
}
#footer p.f-logo {
    max-width: 350px;
    margin: 0 auto 20px auto;
}
#footer p.f-contact {
    color: #fff;
    margin-bottom: 20px;
}
#footer p.app-icons {
    margin-bottom: 0;
}
#footer p.app-icons a {
    display: inline-block;
    margin-right: 10px;
}
#footer p.app-icons a img {
    width: 130px;
}
#copyright {
    background: #fff;
    padding: 30px 0;
}
#copyright p {
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
}

@media (min-width:768px ) {

}
@media (min-width:900px) {

}
@media (min-width:1150px) {

}
@media (min-width: 1370px) {

}
@media (min-width: 1500px) {

}


/******************************** Theme level custom styles ************************/

@media (min-width:768px) {

}
@media (min-width:900px) {

}
@media (min-width: 1025px) {

}
@media (min-width:1300px) {

}
@media (min-width:1500px) {
	.top-featured {
		max-width: 1590px;
	}
	.top-featured p {
		font-size: 21px;
	}
	.featured-heading .wrap {
		width: 1200px;
	}
	.featured-heading h2 {
		font-size: 38px;
	}
}

/****************************** Slick slideshows ***********************************/
.slick {
	position: relative;
}
nav.slick__arrow button {
	position: absolute;
	top: calc(50% - 17px);
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0.5;

}
nav.slick__arrow button:hover {
	opacity: 1;
}
nav.slick__arrow button::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #bbbbbb;
	font-size: 25px;
}
nav.slick__arrow button.slick-prev {
	left: -15px;
}
nav.slick__arrow button.slick-next {
	right: -15px;
}
nav.slick__arrow button.slick-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
}
nav.slick__arrow button.slick-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
}
.slick-nav-dots {
	text-align: center;
	list-style: none;
	margin-top: 50px;
}
.slick-nav-dots li {
	display: inline;
	margin: 0 3px;
}
.slick-nav-dots li button {
	background: #eee;
	border: none;
	border-radius: 17px;
	width: 17px;
	height: 17px;
	font-size: 0;
}
.slick-nav-dots li.slick-active button {
	background-color: #ddd;
}
@media (min-width: 500px) {
	nav.slick__arrow button.slick-prev {
		left: -40px;
	}
	nav.slick__arrow button.slick-next {
		right: -40px;
	}
}
@media (min-width:768px) {
	nav.slick__arrow button.slick-prev {
		left: -50px;
	}
	nav.slick__arrow button.slick-next {
		right: -50px;
	}
}
@media (min-width:1300px) {
	nav.slick__arrow button::before {
		font-size: 30px;
	}
		nav.slick__arrow button.slick-prev {
		left: -90px;
	}
	nav.slick__arrow button.slick-next {
		right: -90px;
	}
}
@media (min-width:1650px) and (max-width: 1710px) {
	nav.slick__arrow button.slick-prev {
		left: -30px;
	}
	nav.slick__arrow button.slick-next {
		right: -30px;
	}
}

/************************ Generic 3 column boxes *************************/

.cols3.boxes .box {
	margin-bottom: 40px;
}
.cols3.boxes .box .img-holder {
	margin-bottom: 20px;
}
.boxes-ticks .cols3.boxes .box {
	margin-bottom: 20px;
}
.boxes-ticks .flex-item {
  position: relative;
	text-align: center;
}
.boxes-ticks .flex-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 30px;
  color: #8DC63F;
}
.boxes-ticks .flex-item h3 {
	font-weight: 500;
}
@media (min-width: 550px) {
	.boxes-ticks .flex-item {
    padding-left: 35px;
		text-align: left;
  }
  .boxes-ticks .flex-item::before {
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 25px;
  }
}
@media (min-width:768px) {
	.cols3.boxes.flex-container {
		display: flex;
		flex-wrap: wrap;
	}
	.cols3.boxes.flex-container .flex-item {
		flex-basis: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		align-self: stretch;
	}
	.cols3.boxes.flex-container .flex-item:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media (min-width:1025px) {
	.cols3.boxes.flex-container .flex-item {
		flex-basis: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.cols3.boxes.flex-container .flex-item:nth-of-type(2n) {
		margin-right: 2%;
	}
	.cols3.boxes.flex-container .flex-item:nth-of-type(3n) {
		margin-right: 0;
	}
	.boxes-ticks .flex-item h3 {
	  font-size: 18px;
  }
}
@media (min-width:1370px) {
	.boxes-ticks .flex-item {
		padding-left: 50px;
	}
	.boxes-ticks .flex-item::before {
    font-size: 36px;
    top: -10px;
  }
	.boxes-ticks .flex-item h3 {
    margin-bottom: 7px;
		font-size: 20px;
  }
	.boxes-ticks .flex-item p {
	  font-size: 0.95em;
  }
}

/******************** Flex containers in wrap **********************/
@media (min-width:900px) {
	.flex-container {
		display: flex;
	}
	.flex-item {
		box-sizing: border-box;
	}
	.flex-wrap {
		flex-wrap: wrap;
	}
	.mob-flip .flex-container {
		flex-direction: initial;
		flex-wrap: nowrap;
	}
	.cols2 .flex-item {
		flex: 0 1 50%;
	}
	.flex-container.cols3 {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: self-start;
	}
	.cols3 .flex-item {
		flex: 0 1 32%;
	}
	.cols4 .flex-item {
		flex: 0 1 23%;
	}
	.cols5 .flex-item {
		flex: 0 1 20%;
	}
	.cols6 .flex-item {
		flex: 0 1 16.666%;
	}
	.cols2-20-80 .first,
	.cols2-80-20 .last {
		flex: 0 1 20%;
	}
	.cols2-25-75 .first,
	.cols2-75-25 .last {
		flex: 0 1 25%;
	}
	.cols2-30-70 .first,
	.cols2-70-30 .last {
		flex: 0 1 30%;
	}
	.cols2-35-65 .first,
	.cols2-65-35 .last {
		flex: 0 1 35%;
	}
	.cols2-40-60 .first,
	.cols2-60-40 .last {
		flex: 0 1 40%;
	}
	.cols2-45-65 .first,
	.cols2-65-45 .last {
		flex: 0 1 45%;
	}
	.cols2-50-50 .flex-item {
		flex: 0 1 50%;
	}
	.cols2-55-65 .first,
	.cols2-655-55 .last {
		flex: 0 1 55%;
	}
	.cols2-60-40 .first,
	.cols2-40-60 .last {
		flex: 0 1 60%;
	}
	.cols2-65-35 .first,
	.cols2-35-65 .last {
		flex: 0 1 65%;
	}
	.cols2-70-30 .first,
	.cols2-30-70 .last {
		flex: 0 1 70%;
	}
	.cols2-75-25 .first,
	.cols2-25-75 .last {
		flex: 0 1 75%;
	}
	.cols2-80-20 .first,
	.cols2-20-80 .last {
		flex: 0 1 80%;
	}
	.gutter-2 .flex-item {
		margin-right: 2%;
	}
	.gutter-5 .flex-item {
		margin-right: 5%;
	}
	.gutter-7 .flex-item {
		margin-right: 7%;
	}
	.gutter-10 .flex-item {
		margin-right: 10%;
	}
	.cols4 .last,
	.cols3 .last,
	.cols2 .last {
		margin-right: 0;
	}
	.flex-container.cols2 .first,
	.mob-flip .flex-container.cols2 .last {
		margin-bottom: 0;
	}
}
@media (min-width:768px) {
	.flex-container.cols4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: self-start;
	}
	.cols4 .flex-item {
		flex: 0 1 48%;
	}
}
@media (min-width:900px) {
	 .flex-container.cols2 .block-layout-builder p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1500px) {
	.valign-top .flex-item {
		align-self: top;
	}
	.valign-middle .flex-item {
		align-self: center;
	}
	.valign-bottom .flex-item {
		align-self: bottom;
	}
	.flex-item.flex-align-top {
		align-self: top;
	}
	.flex-item.flex-align-middle {
		align-self: center;
	}
	.flex-item.flex-align-bottom {
		align-self: bottom;
	}
	.flex-container.flex-align-top,
	.flex-align-top .flex-container {
		align-items: top;
	}
	.flex-container.flex-align-middle,
	.flex-align-middle .flex-container {
		align-items: center;
	}
	.flex-container.flex-align-bottom,
	.flex-align-bottom .flex-container {
		align-items: bottom;
	}
}

/************************** No wrap flex-containers ****************************/

.text-in-box .flex-container.cols2 .first,
.text-in-box.mob-flip .flex-container.cols2 .last {
	margin-bottom: 0;
}
.cols2-no-wrap.img-right .first,
.cols2-no-wrap.img-left .last {
	padding-left: 10%;
	padding-right: 10%;
}

.cols2-no-wrap.img-right.text-in-box .first,
.cols2-no-wrap.img-left.text-in-box .last {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 900px) {
	.cols2-no-wrap.flex-align-middle .flex-container {
    display: flex;
    width: 100%;
	}
	.cols2-no-wrap.img-right .last,
	.cols2-no-wrap.img-left .first {
		flex: 1;
    position: relative;
	}
	.cols2-no-wrap.img-right .last img,
	.cols2-no-wrap.img-left .first img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	.cols2-no-wrap.img-right .first,
	.cols2-no-wrap.img-right.text-in-box .first {
    padding: 80px 50px 80px 10%;
	}
	.cols2-no-wrap.img-left .last,
	.cols2-no-wrap.img-left.text-in-box .last {
    padding: 80px 10% 80px 50px;
	}
}
@media (min-width:1025px) {
	.cols2-no-wrap.img-left .last,
	.cols2-no-wrap.img-left.text-in-box .last {
    padding: 120px 10% 120px 60px;
	}
	.cols2-no-wrap.img-right .first,
	.cols2-no-wrap.img-right.text-in-box .first {
    padding: 120px 60px 120px 10%;
	}	
}
@media (min-width:1400px) {
	.cols2-no-wrap.img-left .last,
	.cols2-no-wrap.img-left.text-in-box .last {
    padding: 180px 10% 180px 60px;
	}
	.cols2-no-wrap.img-right .first,
	.cols2-no-wrap.img-right.text-in-box .first {
    padding: 180px 60px 180px 10%;
	}	
}
@media (min-width: 1980px) {
	.cols2-no-wrap.img-right .last,
	.cols2-no-wrap.img-left .first {
		flex-basis: 50%;
		width: 50%;
		flex-grow: 0;
	}
	.cols2-no-wrap.img-right .flex-container {
		justify-content: right;
	}
	.cols2-no-wrap.img-left .last,
	.cols2-no-wrap.img-left.text-in-box .last {
		padding: 230px 0 230px 80px;
		max-width: 775px;
	}
	.cols2-no-wrap.img-right .first,
	.cols2-no-wrap.img-right.text-in-box .first {
		padding: 230px 80px 230px 0;
		max-width: 775px;
	}
}

/*************************** Grid items ************************************/
.grid {
	display: grid;
	gap: 20px;
}

@media (min-width: 900px) {
	.grid.grid-cols2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid.grid-cols3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid.grid-cols4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid.grid-cols5 {
		grid-template-columns: repeat(5, 1fr);
	}
}

/**************** Hover boxes ***************************/
.cat-box {
  position: relative;
}
.cat-box img {
  display: block;
  width: 100%;
  height: auto;
}
.cat-box .hover-hide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 7px;
}
.cat-box .hover-hide-bg {
  background: rgba(0,0,0,0) url("/sites/default/files/images/template/trans-black-cats.png") repeat-x scroll 0 bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cat-box .hover-show {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0) url("/sites/default/files/images/template/trans-black.png") repeat scroll 0 0;
  color: #fff;
	text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
  padding: 0 20px;
}
.cat-box .hover-show .desc {
  margin-bottom: 15px;
  display: block;
  line-height: 1.4;
}
.cat-box .hover-show .access {
  border-radius: 10px;
  background: #5bb747;
  font-size: 13px;
  padding: 7px 0;
  position: relative;
  width: 120px;
  margin: 0 auto;
  line-height: 1.1;
  transition: all 200ms linear 0s;
  display: block;
}
.cat-box .hover-show .access:hover {
  transform: scale(1.1);
}
.cat-box.cat-webinar .hover-show .access {
  background: #8a69ac;
}
.cat-box.cat-audio .hover-show .access {
  background: #5bc7d4;
}
.cat-box.cat-guide .hover-show .access {
  background: #ef8ebb;
}
.cat-box.cat-activity .hover-show .access {
  background: #fe990a;
}
.cat-box.cat-event .hover-show .access {
  background: #7ca2de;
}

@media (min-width:500px) {
	#members-icons.grid-cols3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
@media (min-width:768px) {
  #members-icons.grid-cols3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width:1056px) {
	.cat-box:hover .hover-show {
    opacity: 1;
  }
	.cat-box:hover .hover-hide {
    display: none;
  }
	.cat-box .hover-hide {
    font-size: 22px;
	}
	#members-icons.grid-cols3 {
		gap: 20px;
	}
	
}
@media (min-width:1300px) {
	.cat-box .hover-hide {
    font-size: 25px;
		padding-bottom: 15px;
	}

}

/************************** Member/webinar brwose boxes ***************************/

.member-box a {
	text-decoration: none;
}
.member-box .top {
  position: relative;
}
.member-box .top .cat {
  position: absolute;
  top: 20px;
	left: 0;
	z-index: 99;
  padding: 5px 15px 5px 20px;
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
}
.member-box .top .cat img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 15px;
  width: auto;
}
.member-box .bottom {
	padding: 20px;
}
.member-box .web-replay-date {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	font-style: italic;
}
.member-box .type {
	display: block;
	margin-bottom: 10px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
}
.
.member-box .bottom h4 {
	font-size: 17px;
}
.member-box .bottom p {
	margin-bottom: 0;
	font-size: 15px;
}
.member-box .m-new {
  background: #f20808;
  color: #fff;
  font-size: 9px;
	font-weight: 400;
  padding: 5px 13px;
  border-radius: 10px;
	margin-bottom: 5px;
	display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.views-related-carousel {
	margin: 0 auto;
	padding: 0 10%;
	max-width: 3000px;
}
.views-related-carousel .slick-track {
	display: flex !important;
}
.views-related-carousel .slick__slide {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px;
	margin: 0 10px 15px 10px;
	height: inherit !important;
}
.view-member-content .views-view-responsive-grid__item {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 15px 0px;
}
.view-member-content .views-view-responsive-grid--horizontal {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.block-views nav.pager {
	margin-top: 60px;
}
@media (min-width:400px) {
	.member-box .m-new {
    float: right;
		margin: 0 0 0 10px;
	}
}
@media (min-width: 600px) {
  .view-member-content .views-view-responsive-grid--horizontal {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .view-member-content .views-view-responsive-grid--horizontal {
    gap: 20px;
  }
	.member-box .top .cat {
    padding: 8px 15px 8px 20px;
  }
	.member-box .top .cat img {
    height: 18px;
		margin-right: 8px;
  }
}
@media (min-width: 900px) {
  .view-member-content .views-view-responsive-grid--horizontal {
    grid-template-columns: repeat(3, 1fr);
		gap: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .view-member-content .views-view-responsive-grid--horizontal {
    gap: 30px 20px;
  }
	.member-box .bottom {
		padding: 30px;
	}
}
@media (min-width: 1600px) {
  .view-member-content .views-view-responsive-grid--horizontal {
    grid-template-columns: repeat(4, 1fr);
  }
	.member-box .type {
    font-size: 13px;
  }
  .member-box .bottom h4 {
	  font-size: 18px;
  }
  .member-box .bottom p {
	  font-size: 16px;
  }
}

/********** Member content page elements ****************/
.series-tags-container {
	margin-bottom: 40px;
}
.series-tags-container h4 {
	font-weight: 400;
	font-size: 0.9rem;
	display: inline-block;
	margin-right: 10px;
}
.series-tags-container .series-buttons {
	display: inline-block;
}
.series-buttons a {
  text-decoration: none;
  background: #5bb747;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 130px;
  font-size: 0.8rem;
	display: inline-block;
}
.series-buttons a:hover {
  background: #4e9e3c;
}
.file-download-container {
	margin-bottom: 40px;
}
.file-download-container a {
	color: #5bb747;
	font-weight: 400;
}

/******************** Bottom category block ****************/
#block-custom-portalcategoriesbottom {
	background: #f7f6f6;
	padding: 60px 0;
}
.grid-cols5 .cat-box .hover-hide {
	font-size: 17px;
}
@media (min-width: 380px) {
	#block-custom-portalcategoriesbottom .grid.grid-cols5 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
@media (min-width: 550px) {
	#block-custom-portalcategoriesbottom .grid.grid-cols5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width:768px) {
  #block-custom-portalcategoriesbottom {
	  padding: 80px 0;
  }
	#block-custom-portalcategoriesbottom .grid.grid-cols5 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 900px) {
	#block-custom-portalcategoriesbottom .grid.grid-cols5 {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (min-width:1025px) {
  #block-custom-portalcategoriesbottom {
	  padding: 100px 0;
  }	
	.grid-cols5 .cat-box:hover .hover-show .desc {
    display: none;
  }
}
@media (min-width:1370px) {
	.grid-cols5 .cat-box:hover .hover-show .desc {
    display: block;
		font-size: 14px;
  }
}
	
@media (min-width:1370px) {
  #block-custom-portalcategoriesbottom {
	  padding: 120px 0;
  }	
	.grid-cols5 .cat-box .hover-hide {
	  font-size: 19px;
  }
}

/****************** Breadcrumbs ************************/
#breadcrumbs .wrap {
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #eee;
}
.breadcrumbs {
	line-height: 1.4;
	font-size: 0.95rem;
}
.bread-sep::before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
	margin: 0 7px;
  opacity: 0.6;
}
#breadcrumbs  a:hover {
	font-weight: 400;
}

/****************** Search boxes and page ***********************/
.search-block-form {
	margin-top: 15px;
}
.search-block-form .form-item {
	margin: 0;
}
.search-block-form input.form-search {
	padding: 4px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-indent: 10px;
	height: 34px;
	vertical-align: middle;
	font-size: 0.9rem;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}
.search-block-form .button {
	padding: 6px 10px;
	background-color: #888;
	height: 34px;
	vertical-align: middle;
	margin: 0;
	font-size: 0.7rem;
	font-weight: 400;
}
.search-block-form .button:hover {
	background-color: #666;
}
#block-custom-searchform-2 {
	background: #5bb747;
	padding: 40px 0;
}
#block-custom-searchform-2 form {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10%;
	text-align: center;
}
#block-custom-searchform-2.search-block-form .button {
	border: 1px solid #ffffff;
	background: none;
}
.search-results {
  list-style: none;
}
.search-form .form-item.form-type-search,
.search-block-form .form-item.form-type-search {
	font-size: 16px;
	position: relative;
}
.search-block-form .form-item::after,
.search-form .form-item::after {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f002";
	position: absolute;
	top: 47px;
	right: 10px;
	color: #999;
	font-size: 22px;
	z-index: 999999;
}
.search-block-form .form-item::after {
	top: 10px;
	font-size: 15px;
}
#search-form {
	background: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
}
#search-form .form-type-search {
	width: 100%;
}
#search-form.search-form input.form-search {
	background: #fff;;
	padding: 10px 0;
	text-indent: 10px;
	max-width: 100%;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	display: block;
	width: 100%;
}
#search-form .container-inline label {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
#search-form #edit-help-link {
	display: none;
}
#search-form.search-form .form-item::after {
	display: none;
}

.path-search .region-content {
	width: 1000px;
	max-width: 80%;
	margin: 0 auto 60px auto;
}
.path-search .region-content h2 {
	margin: 25px 0 20px 0;
}
.item-list .search-results {
	list-style: none;
	margin: 0;
}
.item-list .search-results li {
	margin-left: 0;
	margin-bottom: 20px;
}
.item-list .search-results .search-result__title {
	text-decoration: underline;
	font-weight: 500;
}
.search-result__snippet strong {
	background: #f7fa07;
}

@media (min-width:600px) {
	#breadcrumbs .wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.region-breadcrumbs {
		flex-grow: 1;
		margin-right: 20px;
	}
	.region-search {
		flex-shrink: 0;
		object-fit: contain;
	}
	.search-block-form {
	  margin-top: 0;
  }
	#search-form.search-form input.form-search {
		height: 40px;
		padding: 0;
		font-size: 18px;
		text-indent: 15px;
	}
	#search-form.search-form #edit-submit {
    display: inline-block;
		vertical-align: bottom;
    width: 100px;
    margin: 0 0 0 5px;
		padding: 0;
		height: 40px;
  }
  #search-form .form-type-search {
    display: inline-block;
		vertical-align: bottom;
  }
	#search-form .form-type-search {
		width: calc(100% - 110px);
		margin: 0;
	}
	#search-form .container-inline label {
		font-size: 16px;
	}
}
@media (min-width:750px) {
	#breadcrumbs .wrap {
		align-items: center;
	}
	#search-block-form input.form-search {
		width: 250px;
	}
}
@media (min-width:1025px) {
	#block-custom-searchform-2.search-block-form input.form-search {
		padding: 15px 0;
		height: 45px;
		width: 300px;
	}
	#block-custom-searchform-2.search-block-form .form-item::after {
	top: 13px;
	font-size: 19px;
}
	#block-custom-searchform-2.search-block-form .button {
		height: 45px;
		font-size: 0.8rem;
	}
	.path-search .region-content {
		margin-bottom: 100px;
	}
	#search-form {
		padding: 40px;
	}
	#search-form .container-inline label {
		font-size: 17px;
	}
}
@media (min-width:1700px) {
	#block-custom-searchform-2.search-block-form input.form-search {
		width: 350px;
	}
}



/************** Events (upcoming webinars) boxes *********/


.events-box .one {
  position: relative;
}
.events-box .one .e-togo {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  padding: 5px 20px 5px 20px;
  font-size: 13px;
  z-index: 999;
}
.events-box .one .e-togo img {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.events-box .one img {
  display: block;
}
.events-box .two {
  padding: 20px;
}
.events-box .two h4 {
  font-size: 17px;
}
.events-box .two a {
  text-decoration: none;
}
.events-box .two .e-date {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 15px;
}
.events-box .two .e-summary {
  font-size: 15px;
}
.events-box .button {
	padding: 5px 10px;
	font-size: 0.65rem;
	margin-top: 0;
}

.events-related-carousel .slick-track {
	display: flex !important;
}
.events-related-carousel .slick__slide {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 0px;
	margin: 0 10px 15px 10px;
	height: inherit !important;
}
@media (max-width:400px) {
  .events-box .button {
    width: 100%;
    display: block;
  }
}
@media (min-width: 1600px) {
	.events-box .two h4 {
    font-size: 18px;
  }
  .events-box .two .e-summary {
    font-size: 16px;
  }
}

/********************************** Individual pages ***********************************************/

/********************************** Homepage **********************************/

.path-frontpage #top-no-wrap .banner-inner {
	padding: 100px 0 70px 0;
	text-align: center;
}
.view-series {
	text-align: center;
}
.view-series .button {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
}
@media (min-width: 500px) {
	.view-series {
	  margin-top: 25px;
  }
	.view-series .button {
	  width: auto;
	  padding: 15px 40px;
  }
}

@media (min-width: 1025px) {
	.path-frontpage #top-no-wrap .banner-inner {
	  padding: 150px 0 100px 0;
  }
	.path-frontpage #top-no-wrap p {
		max-width: 1200px;
		margin: 0 auto;
	}
	.view-series .button {
	  padding: 15px 70px;
		font-size: 18px;
  }
}

@media (min-width: 1370px) {
  .path-frontpage #top-no-wrap .banner-inner {
	  padding: 200px 0 120px 0;
  }
	.path-frontpage #top-no-wrap p {
		max-width: 1300px;
		margin: 0 auto;
	}
	.view-series .button {
		font-size: 20px;
	  padding: 15px 100px;
  }
}



/************************** Member content pages **********************/
.member-content-video {
	margin-bottom: 20px;
}

/************* Events pages *******************/
.live-pages-top-left-button {
	display: none;
}
.event-top-details-box {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 40px;
}
.event-top-details-box .event-top-item {
	margin-bottom: 15px;
	position: relative;
}
.event-top-details-box .event-top-item i {
	font-size: 20px;
	margin-right: 10px;
	position: absolute;
	top: 3px;
	left: 0px;	
}
.event-top-details-box .event-top-item span {
	padding-left: 28px;
	display: inline-block;
	color: #333;
}
.live-pages-top-left.member-text {
	margin-bottom: 0;
}
.presenter-box-short.presenter-box {
	background: none;
	padding: 0;
}
@media (min-width: 500px) {
	.event-top-details-box {
	  padding: 30px;
  }
}
@media (min-width: 600px) {
	.event-top-details-box {
	  max-width: 300px;
  }
	.event-top-details-box {
	  padding: 20px;
		margin-bottom: 20px;
  }
	.event-top-details-box .button {
		display: none;
	}
}
@media (min-width: 900px) and (max-width:1199px) {
	.presenter-box.presenter-box-short {
		display: block;
	}
	.presenter-box.presenter-box-short .presenter-left {
		width: 100px;
	}
	.presenter-box.presenter-box-short .presenter-right {
		margin: 5px 0 0 0;
	}
	.event-top-details-box .event-top-item:last-of-type {
			margin-bottom: 0;
	}
	.presenter-box.presenter-box-short .presenter-right p {
		line-height: 1.5;
	}
}
@media (min-width:900px) {
	.event-top-details-box {
	  max-width: none;
  }
	.live-pages-top-left-button {
		display: inline-block;
	}
}
@media (min-width:1200px) {
	.event-top-details-box {
	  padding: 30px;
		font-size: 20px;
		margin-bottom: 40px;
  }
	.event-top-details-box .button {
		display: inline-block;
	}
	.presenter-box.presenter-box-short {
		align-items: flex-start;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.presenter-box.presenter-box-short .presenter-left {
		flex: 0 0 100px;
	}
	.presenter-box.presenter-box-short .presenter-right {
		margin: 0 0 0 20px;
	}
}
@media (min-width: 1370px) {
	.event-top-details-box .button {
		margin-top: 10px;
	}
}
@media (min-width: 1500px) {
	#webinar-pages-live-top.cols2-65-35 .first {
		flex: 0 0 65%;
	}
	#webinar-pages-live-top.cols2-65-35 .LAST {
		flex: 0 0 30%;
	}
	.event-top-details-box .event-top-item i {
		font-size: 24px;
	}
	.event-top-details-box .event-top-item span {
		font-size: 21px;
		padding-left: 35px;
	}

}
@media (min-width:1800px) {
	.event-top-details-box .event-top-item i {
		font-size: 26px;
	}
	.event-top-details-box .event-top-item span {
		font-size: 22px;
		padding-left: 35px;
	}
}

/************************ Miscellaneous pages *********************/


/*** Front end user stuff ***/
.user-login-form {
	width: 1200px;
	max-width: 80%;
	margin: 0 auto;
}

/* Admin stuff */
.layout-builder-form #edit-actions {
	margin-bottom: 20px;
}
.layout-builder-form #edit-actions input {
	display: inline;
}
.layout-builder-form #edit-preview-toggle {
	margin-top: 30px;
}
.layout-builder-form .form-type-vertical-tabs {
	margin-bottom: 30px;
}
.tabs ul.primary {
	border-bottom: 1px solid #bbb;
	border-collapse: collapse;
	height: auto;
	line-height: normal;
	list-style: outside none none;
	margin: 5px 5px 40px 0px;
	padding: 0;
	white-space: nowrap;
	font-size: 15px;
}
#drupal-off-canvas-wrapper {
	width: 1200px !important;
}
nav.tabs,
article.profile,
.path-user .block-system-main-block,
.layout-builder-form,
.layout-builder-discard-changes,
#layout-builder-revert-overrides {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto 0 auto;
}
.path-user .block-system-main-block,
.layout-builder-discard-changes {
	margin-bottom: 100px;
}
.page-node-type-article nav.tabs {
	width: 900px;
	margin-top: 50px;
}
.layout-builder-discard-changes #edit-actions,
#layout-builder-revert-overrides #edit-actions {
	margin-top: 30px;
}