/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Main Website Colours
Main red: #EE3124;
Dark red: #8A2529;
Light Red: #F1645D;
Bright Orange: #F99D31;
Pale Green: #C9D5A6;

Sub Brand Colours
Plant Varieties: #F37321;
Bio Control: #33460E;
Tomatoes: #E71939;
Customer Insight: #006B6E;
Past Successes: ;
Nursery Landscape: #439539;
Automation: #455560;

*/

/* Reset All */

* {
	margin: 0px;
	padding: 0px;
}

body,
.main {
	background-color: #fff;
}

.row .column,
.row .columns {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3 {
	
}

.banner h2,
h1 {
	margin-bottom: 30px;
	color: #EE3124;
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
}

h2 {
	margin-bottom: 20px;
	color: #000;
	/*text-transform: uppercase;*/
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}

h3 {
	margin-bottom: 15px;
	color: #EE3124;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}

h4 {
	margin-bottom: 10px;
	color: #000;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}

p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 15px;
}

.main ul li,
.main ol li {
	
}

.main ul {
	padding-left: 15px;	
}

.main ol {
	padding-left: 20px;	
}

a {
	color: #EE3124;	
}

a:hover {
	text-decoration: none;	
}

ul.block-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* End Content Styles */




/* =Header & Menu
-------------------------------------------------------------- */
header {
	background-color: #EE3124;
	padding: 25px 0; 
	position: relative;
	z-index: 99999999;
}

.wpml-ls-native {
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 100%;
	line-height:35px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    color: #EE3124;
    font-weight: 400;
}

header #searchform button,
a.social {
	background-color: #fff;
	border-radius: 100%;
	line-height:35px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    color: #EE3124;
    text-decoration: none;
    margin-left: 6px;
}

header #searchform button {
	border: 0;
}

header #searchform button:hover,
a.social:hover,
.wpml-ls-native:hover {
	opacity: 0.6;
}

header #searchform input {
	background-color: #EE3124;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 10px;
}

header #searchform input::-webkit-input-placeholder { 
  color: #fff;
}

header #searchform input:-ms-input-placeholder { 
  color: #fff;
}

header #searchform input::placeholder {
  color: #fff;
}


.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-horizontal>ul {
	display: inline-block;
}

header #searchform {
	display: inline-block;
	padding-right: 10px;
}

header .large-8.columns {
	text-align: right;
	padding-right: 26px;
	padding-top: 20px;
}

header svg {
	height: 105px;
	width: 300px;
}

header nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 22px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	padding-top: 10px;
}

header nav li {
	float: left;
	position: relative;
	list-style: none;
}

header nav a {
	color: #FFFFFF;
	display: block;
	line-height: 22px;
	padding: 0 26px;
	font-size: 19px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

header nav ul ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translate(-50%, 0);
	float: left;
	width: 180px;
	z-index: 99999999;
	padding: 5px;
	background-color: #EE3124;
}
header nav ul ul ul {
	left: 100%;
	top: 0px;
	background-color: #8A2529;
	transform: translate(0%, 0);
}


header nav ul li:hover > ul {
	display: block;
}

header nav ul ul a {
	padding: 5px 10px;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	min-width: 170px;
	text-transform: none;
}

header nav li:hover > a,
header nav ul li.current_page_item > a,
header nav ul li.current-menu-ancestor > a,
header nav ul li.current-menu-item > a,
header nav ul li.current-menu-parent > a,
* html header nav ul li.current_page_item a,
* html header nav ul li.current-menu-ancestor a,
* html header nav ul li.current-menu-item a,
* html header nav ul li.current-menu-parent a,
* html header nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


header nav ul ul li.current-menu-item a,
header nav ul ul li:hover a {
	text-decoration: none;
	background-color: #8A2529;
}

header nav ul ul ul li.current-menu-item a,
header nav ul ul ul li:hover a {
	text-decoration: none;
	background-color: #EE3124;
}


header ul ul .menu-item-has-children {
	width: 175px;
}

header nav a.menu-link {
   display:  none;
   background-color: #8A2529;
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;
   border-bottom: 4px solid #e2e0e0;
}

.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}

.menu:after {
    clear: both;
}

.menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 19px;
	position: absolute;
}

.slideshow,
.slide {
	width: 100% !important;
	overflow: hidden !important;
}

.slideshow .owl-stage {
	overflow: hidden;
	width: 100%;
}


.slide {
	position: relative;
	height: 650px;
	/*background-size: 100% 100%;*/
	overflow: hidden;
}

.slideWrap {
	background-size: cover;
	background-position: center;
  	animation: bgZoom 4s infinite;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	width: 100%;
}

@keyframes bgZoom {
	0% {
    	transform: scale(1.5);
  	}
  	100% {
    	transform: scale(1);
  	}
  	
}

.slide .content {
	max-width: 1000px;
	left: 50%;
	/*transform: translate(-50%,0);*/
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 150px;
	width: 100%;
	margin-left: -500px;
	z-index: 999;
	overflow: hidden;
}

.slide .content p {
	color: #fff;
	font-size: 70px;
	line-height: 85px;
	font-weight: 300;
	text-shadow: 0px 0px 15px #000;
}

.slideshow .owl-nav {
	display: none;
}

.slideshow .owl-dots {
	position: absolute;
    bottom: 100px;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%,0);
}


.slideshow.owl-theme .owl-dots .owl-dot span {
	width: 20px;
    color: #fff;
    height: 20px;
}

.slideshow.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
}

.slideshow.owl-theme .owl-dots .owl-dot.active span, 
.slideshow.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #000;
}



@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

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

.banner {
	background-color: #8A2529;
	padding: 100px 0;
	background-position: center;
	background-size: cover;
}

.banner.minimal {
	padding: 50px 0;
}

.banner .row .columns {
	text-align: center;
}

.banner hr {
	border-top: 2px solid #fff;
	width: 150px;
	display: block;
	margin: -20px auto 0;
	text-shadow: 0px 0px 15px #000;
}

.banner h2,
.banner h1 {
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 15px #000;
	margin-bottom: 0;
}

#pojo-a11y-toolbar {
	z-index: 999999999 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	border: 1px solid #fff;
}


.fullWidth {
	background-color: #fff;
	padding: 100px 0;
}

.fullWidth.grey {
	background-color: #e2e0e0;
}

.fullWidth.darkred {
	background-color: #8A2529;
}

.fullWidth.darkred .columns,
.fullWidth.darkred .column,
.fullWidth.darkred h2,
.fullWidth.darkred h3,
.fullWidth.darkred h4,
.fullWidth.darkred p,
.fullWidth.darkred a {
	color: #fff;
}

body.home .fullWidth:first-of-type .row .columns {
	font-size: 20px;
	line-height: 36px; 
}

.researchPrograms h2 {
	text-align: center;
}

.researchPrograms .owl-dots {
	display: none;
}

.researchPrograms .item {
	height: 525px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.researchPrograms .column {
	height: 525px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin: 0 10px 20px;
	width: calc(20% - 20px);
}

.researchPrograms .column:hover .imgWrap,
.researchPrograms .column:focus .imgWrap {
  transform: scale(1.2);
}

.researchPrograms .row.expanded {
	padding: 0 10px;
}

.researchPrograms .item:hover .imgWrap,
.researchPrograms .item:focus .imgWrap {
  transform: scale(1.2);
}

.researchPrograms .imgWrap {
	background-size: cover;
	background-position: center;
	transition: all .5s;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}


.researchPrograms .column .imgWrap {
    z-index: 0;
}

.researchPrograms .item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 30px 20px;
	height: 525px;
	width: 100%;
	position: relative;
}


.researchPrograms .column a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 30px 20px;
	height: 525px;
	width: 100%;
	position: relative;
}

.researchPrograms .item .content {
	position: absolute;
	top: 380px;
	width: calc(100% - 40px);
	text-align: center;
}

.researchPrograms .column .content {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	text-align: center;
}

.researchPrograms .column .content h4,
.researchPrograms .item .content h4 {
	color: #fff;
}

.researchPrograms .owl-nav button.owl-prev,
.researchPrograms .owl-nav button.owl-next {
	font-size: 100px !important;
	position: absolute;
	top: 50%;
	font-weight: bold !important;
}

.researchPrograms .owl-nav button.owl-prev {
	left: -70px;
}

.researchPrograms .owl-nav button.owl-next {
	right: -70px;
}

.researchPrograms .owl-carousel {
	position: relative;
}

.researchPrograms .owl-nav button.owl-prev:hover,
.researchPrograms .owl-nav button.owl-next:hover  {
	background-color: transparent !important;
	color: #EE3124 !important;
}

.gform_button,
a.button {
	background-color: #EE3124;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 20px !important;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	transition: ease all 0.5s;
	border: 0;
}

.programLeader a.button {
	padding: 10px 15px !important;
	font-size: 16px;
	line-height: 19px;
	display: block;
	margin-top: 20px;
}

.gform_button:hover,
a.button:hover {
	background-color: #8A2529;
}

#gform_wrapper_9 h2.gform_title {
	margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.fullWidth.red.partnerships .large-12 p,
.fullWidth.red.partnerships h2,
.single-partnership .photoGal .large-12 h2,
.single-partnership .threeCol .large-12 h2 {
	text-align: center;
}

.single-partnership .threeCol .column {
	padding: 0 30px 50px;
}

.wp-video-shortcode {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.fullWidth.noTopPad {
	padding-top: 0;
}

.photoGal .column {
	padding: 0 10px 20px;
}

.photoGal .column a {
	display: block;
	background-color: #EE3124;
}

.photoGal .column a img {
	display: block;
}

.photoGal .column a:hover img {
	opacity: 0.6;
}

.fullWidth.red {
	background-color: #EE3124;
}

.fullWidth.red a,
.fullWidth.red .row .columns,
.fullWidth.red .row .column,
.fullWidth.red h2,
.fullWidth.red h3,
.fullWidth.red h4 {
	color: #fff;
}

.fullWidth.red a.button {
	border: 1px solid #fff;
}

.newsFeed.partners .btn span,
.partnerships .column span {
	display: inline; 
	float: left;
	color: #EE3124;
	font-weight: 600;
	padding-right: 5px;
	line-height: 25px;
}

.partnerships img,
.newsFeed img {
	float: left;
    max-width: 250px !important;
    margin-right: 30px !important;
}

.partnerships a,
.newsFeed.caseStudy a {
	padding: 0;
}

.partnerships .txtWrap,
.caseStudy .txtWrap {
	padding: 20px;
}

.partnerships .column a {
	text-decoration: none;
	background-color: #fff;
	border-left: 10px solid #cbc9c9;
	display: block;
	color: #000;
	/*padding: 20px 20px 5px;*/
	transition: ease all 1s;
}

.partnerships .column h4 {
	margin-bottom: 0;
	color: #000;
}

.newsFeed.partners .btn a.newOpp,
.partnerships .column a.newOpp {
	border-color: #8A2529;
}

/*.newsFeed.partners .btn a {
	background-color: #fff;
}*/

.partnerships .column {
	padding: 0 12px 24px;
}

.staff .btn,
.newsFeed .btn,
.partnerships .column .btn {
  position: relative;
  transition: all 1s;
}

iframe {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 15px;
}

.programSide iframe {
	margin-top: 30px;
	height: 200px;
}

.staff .btn a:after, 
.staff .btn a:before,
.newsFeed .btn a:after, 
.newsFeed .btn a:before,
.partnerships .column a:after, 
.partnerships .column a:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}

.staff .btn a:after,
.newsFeed .btn a:after,
.partnerships .column a:after {
  top: -1px;
  left: -1px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
}

.staff .btn a:before,
.newsFeed .btn a:before,
.partnerships .column a:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}

.staff .btn a:hover:before, 
.staff .btn a:hover:after,
.newsFeed .btn a:hover:before, 
.newsFeed .btn a:hover:after,
.partnerships .column a:hover:before, 
.partnerships .column a:hover:after {
  width: 100%;
  height: 100%;
  border-color: #666;
}

.staff .btn {
	padding: 15px 10px 10px;
}

.twitterWrap {
	height: 880px;
	overflow-y: scroll;
}

.fullWidth.postMeta {
	padding: 50px 0;
}

body.single-post .row.pdfFile {
	padding-top: -50px;
}

.newsFeed a h4 {
	margin-bottom: 5px;
}

.newsFeed a {
	text-decoration: none;
	background-color: #e2e0e0;
	border-left: 10px solid #f1645d;
	display: block;
	color: #000;
	padding: 20px;
	margin-bottom: 20px;
	transition: ease all 1s;
}

.newsFeed a.part-time,
.newsFeed a.event {
	border-color: #F99D31;
}

.newsFeed a.contract,
.newsFeed a.in-the-news {
	border-color: #C9D5A6;
}
.newsFeed a.report-publication {
	border-color: #E9D666;
}

.newsFeed a.newsletter {
	border-color: #8A2529;
}

/*.newsFeed a.report-publication {
	border-color: #Fbb568;
}*/

.newsFeed a span {
	text-transform: uppercase;
}

/* body.search.search-results .normalresults .staff-member.type-staff-member {
	display: none;
} */

.staff .row .column {
	padding: 0 20px 40px;
}

.staff .row .column a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.staff .row .column a img {
	display: block;
	margin: 0 auto 15px;
	transition: ease all 1s;
	border-bottom: 4px solid #EE3124;
}

/*.staff .row .column a:hover img {
	opacity: 0.6;
}*/

.staff .row .column a:hover h4,
.staff .row .column a:hover {
	color: #EE3124;
}

.mfp-bg,
.mfp-wrap {
	z-index: 999999999 !important;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 30px 40px;
    width: auto;
    margin: 20px auto;
    max-width: 600px;
    font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.white-popup-block h3 {
	color: #000;
	font-size: 30px;
    line-height: 40px;
}

a.popup-modal-dismiss {
	text-decoration: none;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	float: right;
	padding: 0 0 15px 30px;
}

.fullWidth.threeCol .large-12,
.fullWidth.twoCol .large-12 {
	padding-bottom: 30px;
}

.fullWidth.twoCol .large-6:first-of-type {
	padding-right: 50px;
}

.fullWidth.twoCol .large-6:last-of-type {
	padding-left: 50px;
}


.fullWidth.threeCol .large-4:first-of-type {
	padding-right: 50px;
}

.fullWidth.threeCol .large-4:nth-of-type(2) {
	padding: 0 25px;
}

.fullWidth.threeCol .large-4:last-of-type {
	padding-left: 50px;
}

.searchSide,
.searchbar {    
	background-color: #e2e0e0;
	padding: 20px;
}

.home .searchSide {
	margin-top: 30px;
}



.searchandfilter ul {
	padding-left: 0;
}

.searchbar .sf-field-category,
.searchbar .sf-field-search,
.searchbar .sf-field-sort_order {
	float: left;
	padding: 0 15px;
	width: 33.3%;
}


.searchSide input,
.searchSide .searchandfilter ul input,
.searchSide .searchandfilter ul select,
.searchSide .searchandfilter ul label,
.searchbar .searchandfilter ul input,
.searchbar .searchandfilter ul select,
.searchbar .searchandfilter label {
	display: block;
	width: 100%;
}

.searchandfilter ul li li.sf-item-5 {
	display: none !important;
}

.searchSide .searchandfilter ul input.sf-input-checkbox,
.searchSide .searchandfilter ul label.sf-label-checkbox {
	display: inline;
	width: auto;
}

.searchSide input,
.searchSide ul input,
.searchbar .searchandfilter ul input {
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
}

.searchSide button {
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
	background-color: #EE3124;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	border: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.searchSide button:hover {
	background-color: #8A2529;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
	background-color: #EE3124;
	color: #fff;
	text-decoration: none;
}

.pagination a:hover,
.pagination span {
	background-color: #8A2529;
}

.staff .column strong,
.staffDirectory .column strong {
	color: #EE3124;
}

.staff .column h4,
.staffDirectory h4 {
	font-size: 19px;
	margin-bottom: 0;
}

.innoReport {
	padding-bottom: 50px;
	border-bottom: 1px solid #e2e0e0;
	margin-bottom: 50px;
}

.programBrochure,
.programLeader {
	background-color: #e2e0e0;
	padding: 20px;
	text-align: center;
}

.programLeader img {
	display: block;
	margin: 0 auto 15px !important;
}

.programLeader.caseLead a {
	color: #000;
	text-decoration: none;
}

.programLeader.caseLead a:hover h4,
.programLeader.caseLead a:hover {
	color: #EE3124;
}




.programBrochure {
	margin-top: 30px;
}

.programBrochure ul li {
	text-align: left;
}

.page-id-353 .row.pagination .columns {
	text-align: center;
}

.single-career .grey h2 {
	text-align: center;
}

.counter .column {
	padding: 0 20px 20px;
	color: #fff;
	text-align: center;
}

.counter .column .stat,
.counter .column .countup {
	font-size: 60px;
	line-height: 80px;
	font-weight: 300;
	position: relative;
}

.counter .column .stat.dollar:before,
.counter .column .countup.dollar:before {
	content: '$';
	font-size: 40px;
}

.counter .column .stat.percent:after,
.counter .column .countup.percent:after {
	content: '%';
	font-size: 40px;
}

.staffDirectory .column {
	padding: 0 20px 40px;
}

.programServices .column {
	padding: 0 10px 20px;
	text-align: center;
}

.programServices p,
.programServices ul {
	text-align: left;
	font-size: 15px;
	line-height: 19px;
}

.programServices ul li {
	margin-bottom: 5px;
}

.programServices img {
	display: block;
	margin: 0 auto 15px !important;
/* 	animation: rotation 2s infinite alternate; */
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.pieChart h2 {
	text-align: center;
}

.pieChart .chart {
	height: 500px;
}

.chart .ct-label {
	color: #fff !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	fill: rgba(255,255,255,.8) !important;
}

.pieChart .column {
	padding: 0 20px 20px;
}

.pieChart .column .legendWrap {
	color: #fff;
	text-align: center;
	padding: 20px;
}

.pieChart .column h4 {
	color: #fff;
	margin-bottom: 5px;
}

.pieChart .column:nth-of-type(1) .legendWrap {
	background-color: #F1645D;
}

.ct-series-a .ct-slice-donut {
	stroke: #F1645D !important;
}

.pieChart .column:nth-of-type(2) .legendWrap {
	background-color: #EE3124;
}

.ct-series-b .ct-slice-donut {
	stroke: #EE3124 !important;
}

.pieChart .column:nth-of-type(3) .legendWrap {
	background-color: #E31B23;
}

.ct-series-c .ct-slice-donut {
	stroke: #E31B23 !important;
}

.pieChart .column:nth-of-type(4) .legendWrap {
	background-color: #8A2529;
}

.ct-series-d .ct-slice-donut {
	stroke: #8A2529 !important;
}

.pieChart .column:nth-of-type(5) .legendWrap {
	background-color: #D9531E;
}

.ct-series-e .ct-slice-donut {
	stroke: #D9531E !important;
}

.pieChart .column:nth-of-type(6) .legendWrap {
	background-color: #F47735;
}

.ct-series-e .ct-slice-donut {
	stroke: #F47735 !important;
}

.pieChart .column:nth-of-type(7) .legendWrap {
	background-color: #F99D31;
}

.ct-series-f .ct-slice-donut {
	stroke: #F99D31 !important;
}

.pieChart .column:nth-of-type(8) .legendWrap {
	background-color: #Fbb568;
}

.ct-series-g .ct-slice-donut {
	stroke: #Fbb568 !important;
}

.pieChart .column:nth-of-type(9) .legendWrap {
	background-color: #E9D666;
}

.ct-series-h .ct-slice-donut {
	stroke: #E9D666 !important;
}

.pieChart .column:nth-of-type(10) .legendWrap {
	background-color: #C9D5A6;
}
.ct-series-i .ct-slice-donut {
	stroke: #C9D5A6 !important;
}

hr {
	border-top: 2px solid #EE3124;
	margin: 30px auto 30px;
	display: block;
	width: 100%;
/* 	max-width: 200px; */
}

.wp-caption {
	background-color: #eee;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}

li.sf-item-43 {
	display: none !important;
}

.miniMenu {
	background-color: #8A2529;
	padding: 15px 20px;
}

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

.miniMenu .columns a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	padding: 5px 10px;
}

.miniMenu .columns a:hover {
	background-color: #fff;
	color: #8A2529;
}

#mailingList h4 {
	color: #EE3124;
    font-size: 32px;
    line-height: 35px;
}

.pum-content.popmake-content:focus-visible {
	outline: 0px !important;
}



footer {
	background-color: #EE3124;
	padding: 50px 0;
}

footer .row .columns,
footer .row .columns a {
	color: #fff;
}

.logobar .row .columns:nth-of-type(2),
footer .row .columns:nth-of-type(2) {
	text-align: center;
}

footer .row .columns:nth-of-type(2) i {
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	margin: 0 2px;
}

footer .row .columns:nth-of-type(2) a {
	text-decoration: none;
}

footer .row .columns:nth-of-type(2) a:hover {
	opacity: 0.6;
	text-decoration: underline;
}

.logobar .row .columns:nth-of-type(3),
footer .row .columns:nth-of-type(3) {
	text-align: right;
}

.logobar {
	padding: 50px 0;
	background-color: #fff;
}


.hideSection {
	display: none !important;
}


/* =New member styles
-------------------------------------------------------------- */

.requiredLabel:after,
.requiredItem label:first-of-type:after {
	content: '*';
	color: #832626;
	padding-left: 5px;
	font-size: 20px;
}


.um_field_container {
	width: 50%;
	float: left;
	min-height: 60px;
	padding-right: 20px;
}

.um_field_container:nth-of-type(even) {
	clear: both;
}

.um_field_container.um_group_segment {
	width: 100%;
	float: none;
	clear: both;
}

.um_input {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 18px;
   	height: 29px;
   	width: 100% !important;

}

.um_field_container.um_group_segment h4 {
	padding-top: 40px;
}

.um_field_container.um_group_segment:first-of-type h4 {
	padding-top: 0px;
}

.um_login_button,
.um_button {
	background-color: #EE3124;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: ease all 0.5s;
    border: 0;

}

.um_login_button:hover,
.um_button:hover {
    background-color: #8A2529;
}

textarea.um_input {
	height: 100px;
}

.joinSubMenu {
	background-color: #EE3124;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.joinSubMenu a {
	text-decoration: none;
	display: inline-block;
	margin: 0 25px;
	color: #fff;
	padding: 10px 15px;
}

.toolkit {
	margin-top: 0px;
}

.toolkit a {
	display: block;
	background-color: #EE3124;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
}


.toolkit a:hover,
.joinSubMenu a:hover {
	background-color: #8A2529;
}

.memberLogos .row .columns {
	border-top: 1px solid #EE3124;
	text-align: center;
	padding-top: 30px;
}

.memberLogos .owl-carousel .owl-item img {
	width: auto !important;
	margin: 0 auto;
	max-height: 100px;
}

.memberLogos .owl-carousel {
	padding: 0 100px;
	position: relative;
}

.memberLogos .owl-dots {
    display: none;
}

.memberLogos .owl-nav button.owl-prev, 
.memberLogos .owl-nav button.owl-next {
    font-size: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: bold !important;
}

.memberLogos .owl-nav button.owl-prev:hover, 
.memberLogos .owl-nav button.owl-next:hover {
	background-color: transparent !important;
	color: #EE3124;
}

.memberLogos .owl-prev {
	left: 0;
}

.memberLogos .owl-next {
	right: 0;
}

.assocConsortium {
	background-color: #C9D5A6;
	padding: 50px 30px 30px;
	margin-top: 50px;
	position: relative;
}

.newCircle {
	position: absolute;
	left: 30px;
	top: -35px;
	height: 75px;
}

.assocConsortium h3 {
	color: #000;
	font-size: 30px;
	line-height: 35px;
}

/* .page-template-page-members .banner h1 {
	display: none;
} */

.page-template-page-consortium-resources .staff .row .column {
	padding: 0 10px 20px;
}

.consortiumCase .btn a {
	background-color: #fff;
}

.consortiumAccord h2.title:nth-of-type(1) {
	background-color: #E31B23;
}

.consortiumAccord h2.title:nth-of-type(2) {
	background-color: #d9531e;
}

.consortiumAccord h2.title:nth-of-type(3) {
	background-color: #f99d31;
}

.consortiumAccord h2.title:nth-of-type(4) {
	background-color: #F1645D;
}

.consortiumAccord h2.title:nth-of-type(5) {
	background-color: #E9D666;
}

.consortiumAccord h2.title:nth-of-type(6) {
	background-color: #ee2e24;
}



/* = Automated Cluster event
-------------------------------------------------------------- */
/* #main_countedown_1 .element_conteiner:last-of-type {
	display: none;
} */

.large-6 #main_countedown_1 .time_left {
	border-radius: 100%;
	background-color: #8A2529;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	height: 100px;
	width: 100px;
	line-height: 80px;
	font-size: 30px;
}

.large-6 #main_countedown_1 .time_description {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding-top: 15px;
	font-size: 18px;
	line-height: 22px;
}
.large-6 #main_countedown_1 .countdown {
	margin-top: 0;
}

.page-id-7221 .p1 {
	padding-top: 35px;
}

.contentGrid .column {
	padding: 20px 20px 0px;
}

.page-id-7221 hr {
	margin-top: -100px !important;
	margin-bottom: 50px;
}


.page-id-7221 .twoCol {
	background-color: #eee;
}

.page-id-7736 header,
.page-id-7736 .banner,
.page-id-7221 header {
	display: none !important;
}

.page-id-7736 .fullWidth.red,
.page-id-7221 .fullWidth.red {
	padding: 50px 20px;
}

.page-id-7736 .contentGrid .row,
.page-id-7221 .contentGrid .row {
	text-align: center;
}

.page-id-7221 .contentGrid .column {
	float: none !important;
	display: inline-block !important;
}

.page-id-7736 .fullWidth:nth-of-type(6) {
	padding-top: 0px;
} 


.page-id-7736 .fullWidth.twoCol ul li {
	margin-bottom: 15px;
}

.newsletterWrap {
	background-color: #dbdbdb;
}

.newsletterWrap .section {
	background-color: #fff;
	padding: 30px 20px;
}


.newsletterWrap .section:first-of-type {
	padding-bottom: 0;
}

img.blockImg {
	display: block;
	width: 100%;
}

h3.edition {
	color: #EE3124;
	text-align: right;
	margin-bottom: 10px;
}

.printMe {
	background-color: #EE3124;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	float: right;
	font-size: 13px;
	line-height: 16px;
}

.printMe:hover {
	background-color: #8a2529;
}

.newsletterWrap .spacer {
	padding: 0 20px;
	background-color: #fff;
}

.newsletterWrap hr {
	border: 0px;
	border-top: 2px solid #dbdbdb;
	margin: 0;
}

.newsletterWrap .section.end {
	background-color: #EE3124;
	padding: 30px 20px;
	text-align: center;
}

.newsletterWrap .section.end a {
	text-decoration: none;
	display: inline-block;
	background-color: #EE3124;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 18px;
	border-radius: 100%;
	margin: 0 5px;
	border: 1px solid #fff;
}

.newsletterWrap .section.end a:hover {
	background-color: #fff;
	color: #EE3124;
}

.printBar {
	padding: 50px 0 0px;
}



/* =Media Centre changes 02/27/2024
-------------------------------------------------------------- */
body.page-id-17 .searchSide {
	background-color: #fff;
}

body.page-id-17 .searchSide.mailingList {
	border-top: 1px solid #e2e0e1;
}

body.page-id-17 .newsFeed a {
	background-color: #fff;
	padding: 0;
	border-left: 0;
	margin-bottom: 0;
}


body.page-id-17 .newsFeed .btn {
	border-bottom: 1px solid #e2e0e1;
	padding: 15px 10px
}

p.dateLine {
	color: #a0a0a0;
	font-size: 18px;
}

body.page-id-17 p.dateLine span {
	text-transform: none !important;
}

body.page-id-17 span.falseLink {
	color: #EE3124;
	text-transform: none;
}

body.page-id-17 a:hover span.falseLink {
	color: #8a2529;
	text-decoration: underline;
}

body.page-id-17 .newsFeed img {
    float: none;
    max-width: 100% !important;
    margin-right: 0px !important;
    display: block;
    border-left: 10px solid #f1645d;
}

body.page-id-17 .newsFeed .btn .large-8 {
	padding-left: 40px;
}

body.page-id-17 .newsFeed a.event img {
	border-color: #F99D31;
}

body.page-id-17 .newsFeed a.in-the-news img {
	border-color: #C9D5A6;
}
body.page-id-17 .newsFeed a.report-publication img {
	border-color: #E9D666;
}

body.page-id-17 .newsFeed a.newsletter img {
	border-color: #8A2529;
}


body.page-id-17 .newsFeed .btn h4 {
	font-size: 20px;
	line-height: 25px;
}

body.page-id-17 .excerpt {
	font-size: 16px;
	line-height: 22px;
}






/* =Photo Gallery
-------------------------------------------------------------- */
.collapseRow{
	padding: 0 20px 20px;
}

a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordianWrap h2.title {
	background-color: #EE3124;
	color: #fff;
	position: relative;
	padding: 10px 50px 10px 20px;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}

.accordianWrap h2.title:hover {
	cursor: pointer;
	background-color: #8A2529;
}

.accordianWrap h2.title:after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 10px;
    font-size: 55px;
	color: #fff;
	padding-left: 10px;
	font-weight: 300;
}

.accordianWrap h2.title.open:after {
	content: '-';
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

img.alignleft,
.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

img.alignright,
.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}

body.search .staff-member,
body.search .case-study,
body.search .research-program,
body.search .career,
body.search .page,
body.search .partnership,
body.search .post{
	background-color: #eee;
	padding: 15px 30px;
	margin-bottom: 15px;
}

/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #49176E;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */


@media only screen and (max-width: 1400px) {
	.researchPrograms .column {
		width: calc(33.3% - 20px);
		clear: none !important;
	}
}

@media only screen and (max-width: 1355px) {
	.researchPrograms .owl-dots {
		display: block;
		padding-top: 30px;
	}
	.researchPrograms .owl-nav {
		display: none;
	}
	.researchPrograms .owl-theme .owl-dots .owl-dot span {
		width: 20px;
		height: 20px;
		background-color: #EE3122;
	}
	.researchPrograms .owl-theme .owl-dots .owl-dot.active span {
		background-color: #8A2529;
	}
}

@media only screen and (max-width: 1240px) {
	header .row:first-of-type,
	.fullWidth,
	.banner,
	.fullWidth.postMeta,
	.logobar,
	footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1070px) {
	nav a {
		padding: 0 15px;
	}

}	

@media only screen and (max-width: 1024px) { /*  MEDIUM GRID BREAK  */
	header .row:first-of-type .columns,
	footer .row .columns,
	.fullWidth.postMeta .columns,
	.logobar .row .columns,
	.logobar .row .columns:nth-of-type(3), 
	footer .row .columns:nth-of-type(3) {
		text-align: center;
	}
	header .large-8.columns {
	    padding: 10px 0 10px;
	}
	.programSide {
		padding-top: 30px;
	}
	.programBrochure, .programLeader {
		max-width: 450px;
		margin: 0 auto 15px;
	}
	.slide .content {
		width: 100%;
		max-width: 1000px;
		padding: 0 20px;
		left: auto;
		margin-left: 0;
	}
	.banner h2, h1 {
		font-size: 35px;
    	line-height: 45px;
	}
	.row .column, .row .columns,
	body.home .fullWidth:first-of-type .row .columns {
	    font-size: 16px;
	    line-height: 28px;
	}
	h2 {
		font-size: 30px;
    	line-height: 40px;
	}
	h3 {
		font-size: 21px;
    	line-height: 26px;
	}
	.twitterWrap {
	    height: 300px;
	    overflow-y: scroll;
	    margin-top: 30px;
	}
	.fullWidth.twoCol .large-6:last-of-type,
	.fullWidth.threeCol .large-4:last-of-type {
		padding-left: 0;
	}
	.fullWidth.twoCol .large-6:first-of-type,
	.fullWidth.threeCol .large-4:first-of-type {
		padding-right: 0;
	}
	.searchSide.mailingList {
		display: none;
	}
	.home .searchSide.mailingList {
		display: block;
	}
	#search-filter-form-352 li {
		display: inline-block;
		width: 33.3%;
		padding: 0 10px 10px;
		float: left;
	}
	.innoReport img {
		max-height: 300px;
	}
	.searchSide {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1015px) {
	.researchPrograms .column {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 960px) {
	header {
		padding-bottom: 0;
	}
	.slide .content p {
		font-size: 30px;
		line-height: 45px;
	}
	.slide {
		height: 450px;
	}
	.slide .content {
		bottom: 80px;
	}
	.slideshow .owl-dots {
		bottom: 30px;
	}
	/* Override other menu code */
	header nav ul li:hover > ul {
		display: none;
	}
	
	header nav ul ul {
		top: 0px;
		position: relative;
		float: none;
		display: none !important;
	}

	header nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 45px; 
		height: auto !important;
		height: 45px;
	}

	/*mobile menu */
	header nav .active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    .menu-item-has-children {
    	width: 100%;
    }

    header nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #e2e0e0;
    }

    .menu li .more {
        background-image: url(images/list.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        float: right;
      	width: 20%;
		border-left: 1px solid #e2e0e0;
		padding: 8px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    header nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 44px
    }

    header nav ul ul a {
    	padding: 13px 10px 13px 35px;
    	text-align: left;
    }	

    header nav ul ul ul li a {
		padding-left: 45px;
	}

    header nav ul ul,
    header nav ul ul li {
    	width: 100%;
    }

    header nav ul ul {
    	padding: 0px !important;
    	left: auto;
    	transform: none;
    	text-align: left;
    }

    header nav ul ul li {
    	float: none;
    }

	header ul ul .menu-item-has-children,	
    header nav {
   		width:100% !important;
   	}
	
	

   	header nav ul ul ul {
		left: 0;
		top: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	.um_field_container {
		width: 100%;
	    float: none;
	    padding-right: 0px;
	}	
}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.partnerships img, .newsFeed img {
	    float: none;
	    max-width: 100% !important;
	    width: 100%;
	    display: block;
	    margin-right: 0px !important;
	}
	.hideSM {
		display: none !important;
	}
	img.alignright, 
	.main img.alignright,
	img.alignleft,  
	.main img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 15px;
		padding: 0;
	}
	#search-filter-form-352 li {
		display: block;
		width: 100%;
		padding: 0 0px 10px;
		float: none;
	}
	.researchPrograms .column {
		width: calc(100% - 20px);
	}
	body.page-id-17 .newsFeed img {
		max-width: 500px !important;
		margin: 0 auto 15px !important;
	}
	body.page-id-17 .newsFeed .btn .large-8 {
    padding-left: 0px;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#eea904;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eea904}