@charset "UTF-8";

/* CSS Document */

.orange{
	background:#f38b00;
}

.grey {
	background: #ececec;
}

/***************************************************************************/


/***************************** GENERAL STYLES *******************************/


/***************************************************************************/

.wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.innerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.maxWidth{
	max-width: 2000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index: 1;
}

.section {
	padding: 60px 0px;
	position: relative;
}
.contactBar + .section {
	padding: 0px 0px 40px;
}

.section + .section{
	padding-top:0;
}

.grey.section + .section,.section + .grey.section, .section + .section.dark, .section.dark + .section, .section.greyBottom + .section, .section + .orange.section{
	padding-top: 60px;
}

.col-1-4 {
	width: 23%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-4 {
	width: 73%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 {
	width: 31.333%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-3 {
	width: 64.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 {
	width: 48%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-5 {
	width: 18%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-5 {
	width: 38%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-5 {
	width: 58%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-4-5 {
	width: 78%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 {
	width: 8%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-9-10 {
	width: 88%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1 {
	margin: 1%;
	width: 98%;
	position: relative;
}
.col-1-6 {
	width: 14.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-7 {
	width: 12%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}
.vertical {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.parallax-window img {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}
.center {
	text-align: center;
}
.left, .left p {
	text-align: left;
}


.dark{
	background: rgba(0,0,0,0.8);
}

.dark *{
	color:#fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-top:30px;
    margin-bottom: 30px;
}

.wrapper .video-container,.innerWrapper .video-container{
	margin-top:0;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.greyBottom{
	position: relative;
}

.greyBottom:after{
	content:"";
	height: 180px;
	position: absolute;
	background:#ececec;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 0;
}

/***************************************************************************/


/***************************** HEADER STYLES *******************************/


/***************************************************************************/


header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 400;
}

header .searchHeader{
	background: #f38b00;
    overflow:hidden;
    height: 0;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

header .searchHeader.show{
	height: 70px;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

header .searchHeader .searchStyle{
	padding: 15px 0;
}

header .searchHeader .searchStyle input{
	line-height: 40px;
	height: 40px;
	font-size: 34px;
	width: calc(100% - 60px);
}

header .searchHeader .searchStyle input[type="submit"]{
	height: 40px;
	width: 40px;
}

header .searchHeader .searchStyle:before{
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
	top: 15px;
}

header .mainSection{
    position: relative;
    padding: 25px 0;
    background:#fff;
    overflow:hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	z-index: 2;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header.stuck .mainSection{
	padding: 15px 0;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header .mainSection .logo{
	float: left;
}

header .mainSection .logo img{
	max-height: 70px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

header.stuck .mainSection .logo img{
	max-height: 50px;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header .mainSection .logo span {
	font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 15px;
}

header .mainSection .corner .strapline {
	font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    right: 0px;
    bottom: -32px;
}

header .mainSection .corner{
	position: absolute;
    right: 0;
    top: 5px;
    padding: 0px 0px;
    width: 60%;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

header.stuck .mainSection .corner{
	/*top: -100%;*/
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
	top: -5px;
}

header .mainSection .corner:before{
	/*content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 0 400px 90px 0;
    border-color: transparent #a7a9ac transparent transparent;
    -webkit-transition:all ease 0.8s;
    -o-transition:all ease 0.8s;
    transition:all ease 0.8s;*/
}

header.stuck .mainSection .corner:before{
	opacity: 0;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header .mainSection .corner .cornerList{
	margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
    position: relative;
    z-index: 2;
}

header .mainSection .corner .cornerList li{
	margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

header .mainSection .corner .cornerList li a{
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background:#f38b00;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .mainSection .corner .cornerList li a i{
	color: #fff;
    line-height: 30px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .mainSection .corner .cornerList li a.search{
	height: auto;
    width: auto;
    border-radius: 0;
    background: transparent;
    line-height: initial;
    position: relative;
    margin: 0 10px 0 0;
}

header .mainSection .corner .cornerList li a.search:after{
	content: "";
    background: #fff;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 2px;
}

header .mainSection .corner .cornerList li a span{
    line-height: 30px;
    font-size: 25px;
    color: #f38b00;
    display: block;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    -webkit-transform:scaleX(-1);
		    -ms-transform:scaleX(-1);
		        transform:scaleX(-1);
}

header .mainSection .corner .cornerList li a.chinese span{
	display: none;
}
header .mainSection .corner .cornerList li a.chinese {
	background-image: url(/images/content/chinese/flag.png);
	background-size: 200%;
	background-position: left 4px;
}

@media only screen and (min-width:1000px){
	header .mainSection .corner .cornerList li a:hover{
		background:#a7a9ac;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	header .mainSection .corner .cornerList li a.search:hover{
		background:transparent;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
	header .mainSection .corner .cornerList li a.chinese:hover{
		background:transparent;
		background-image: url(/images/content/chinese/flag.png);
		background-size: 200%;
		background-position: left 4px;
	}

	header .mainSection .corner .cornerList li a:hover i{
		color:#fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	header .mainSection .corner .cornerList li a:hover span{
		-webkit-transform:scaleX(1);
		    -ms-transform:scaleX(1);
		        transform:scaleX(1);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
		color: #f38b00;
	}
}

header .mainSection .rightSide{
	float: right;
	position: relative;
    z-index: 3;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .mainSection .email{
    display: block;
    font-size: 20px;
    line-height: 26px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    margin-top:5px;
}

@media only screen and (min-width:1000px){
	header .mainSection .email:hover{
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

header .mainSection .contactList{
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-top: 10px;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

header.stuck .mainSection .contactList{
	margin-top: 5px;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

header .mainSection .contactList li{
	margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

header .mainSection .contactList li a{
	color: #f38b00;
    display: block;
    font-size: 20px;
    line-height: 26px;
    padding: 0 10px;
    position: relative;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

.blue header .mainSection .contactList li a{
	color:#009ac7;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header .mainSection .contactList li a:before{
	content: "";
    background: #000;
    height: 5px;
    width: 5px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: -2.5px;
    top: 50%;
    top: calc(50% - 4px);
}

header .mainSection .contactList li a:after{
	content:"";
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    opacity: 0.5;
    width:0;
    -webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
}

header .mainSection .contactList li:first-child a{
	padding-left:0;
}

header .mainSection .contactList li:first-child a:before{
	display: none;
}

header .mainSection .contactList li:first-child a:after{
	left:0;
}

@media only screen and (min-width:1000px){
	header .mainSection .contactList li a:hover:after{
		width: 100%;
		width: calc(100% - 20px);
		-webkit-transition:all ease 0.6s;
		transition:all ease 0.6s;
	}

	header .mainSection .contactList li:first-child a:hover:after{
		width: 100%;
		width: calc(100% - 10px);
		-webkit-transition:all ease 0.6s;
		transition:all ease 0.6s;
	}
}

header .menuSection{
	background:#f38b00;
	z-index: 1;
	position: relative;
	margin:0;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

.blue header .menuSection{
	background:#009ac7;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header.stuck .menuSection{
	margin-top:-47px;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

header .menuSection .mainMenu{
	margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

header .menuSection .mainMenu li{
	padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .menuSection .mainMenu li a{
	display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 12.5px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .menuSection .mainMenu li a:before{
	content:"";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
            -webkit-transform: skewX(-30deg);
                -ms-transform: skewX(-30deg);
                    transform: skewX(-30deg);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    opacity: 0;
}

header .menuSection .mainMenu li a.active{
	color:#f38b00;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.blue header .menuSection .mainMenu li a.active{
	color:#009ac7;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header .menuSection .mainMenu li a.active:before{
	opacity: 1;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	header .menuSection .mainMenu li a:hover{
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.blue header .menuSection .mainMenu li a:hover{
		color:#009ac7;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	header .menuSection .mainMenu li a:hover:before{
		opacity: 1;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

header .menuSection .mainMenu li ul{
	margin: 0;
    padding: 0;
    position: absolute;
    left: -13px;
    /*overflow:hidden;*/
    width: 350px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    display: none;
}


header .menuSection .mainMenu li ul li{
	display: block;
}

header .menuSection .mainMenu li ul li a{
	color: #f38b00;
	padding:15px 20px;
	position: relative;
	text-align: center;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}

.blue header .menuSection .mainMenu li ul li a{
	color:#009ac7;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header .menuSection .mainMenu li ul li a:before{
	display: none;
}

header .menuSection .mainMenu li ul li a:after{
	content:"";
	display: block;
	width: 80%;
	background: #f38b00;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 10%;
	opacity: 0.8;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}

.blue header .menuSection .mainMenu li ul li a:after{
	background:#009ac7;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header .menuSection .mainMenu li ul li:last-child a:after{
	display: none;
}

header .menuSection .mainMenu li ul li a.active{
	background:#f38b00;
	color:#fff;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}

.blue header .menuSection .mainMenu li ul li a.active{
	background:#009ac7;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

header .menuSection .mainMenu li ul li a:hover:after{
	opacity: 0;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}

header .menuSection .mainMenu li ul li ul {
    left: 350px;
    top: 0px;
    display: none;
}


@media only screen and (min-width:1000px){
	header .menuSection .mainMenu li ul li a:hover{
		background:#f38b00;
		color:#fff;
		-webkit-transition:all ease 0.6s;
		transition:all ease 0.6s;
	}

	.blue header .menuSection .mainMenu li ul li a:hover{
		background:#009ac7;
		color:#fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	header .menuSection .mainMenu li ul li a:hover:after{
		opacity: 0;
		-webkit-transition:all ease 0.6s;
		transition:all ease 0.6s;
	}
}

@-webkit-keyframes fade-in {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1; 
  }
}

@keyframes fade-in {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1; 
  }
}
@media only screen and (min-width:1000px){
	header .menuSection .mainMenu li:hover ul{
		display: block;
    	-webkit-animation: fade-in 1s;
        animation: fade-in 1s;
	}
	header .menuSection .mainMenu li:hover ul li ul{
		display: none;
	}
	header .menuSection .mainMenu li ul li:hover ul {
		display: block;
    	-webkit-animation: fade-in 1s;
        animation: fade-in 1s;
	}

	header .menuSection .mainMenu li:hover a{
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	header .menuSection .mainMenu li:hover a:before{
		opacity: 1;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

header .mobileCta{
	display: none;
    position: absolute;
    top: 50%;
    top: calc(50% - 13.5px);
    right: 70px;
    margin: 0;
    padding: 0;
}

header .mobileCta li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

header .mobileCta li a{
	display: block;
	line-height: 1;
	padding:0 5px;
	cursor: pointer;
	
}


header .mobileCta li span{
	font-size: 26px;
}

/************** MOBILE NAV STYLES ***************/

#mobile-header {
	display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    top: calc(50% - 31px);
        z-index: 100;
}
#mobile-header svg {
	width: 75px;
	height: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobile-header path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 60px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-linecap: square;
    stroke: #f38b00;
	stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
	stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
	stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

.sidr {
	display: none;
	position: fixed;
	top: 0px;
    min-height: 100vh;
	height: 100%;
	z-index: 9999999;
	width: 100%;
	width: calc(100% - 70px);
	overflow-x: none;
	overflow-y: auto;
	background: #404041;
	border-right: 8px solid #f38b00;
	color: #fff;
	-webkit-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	left: -100%;
}

.sidr .header{
	position: relative;
}

.sidr .header .bg{
	background: #fff;
    padding: 20px 20px 25px;
    position: relative;
    -webkit-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
            transform: skewY(-2deg);
    z-index: 1;
}

.sidr .header .logo{
    display: block;
    max-width: 140px;
    -webkit-transform: skewY(2deg);
        -ms-transform: skewY(2deg);
            transform: skewY(2deg);
}

.sidr .header:before{
	content:"";
    position: absolute;
    background: #fff;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 60px;
    -webkit-transform: skewY(2deg);
        -ms-transform: skewY(2deg);
            transform: skewY(2deg);
}

.sidr .header:after{
	    content: "";
    position: absolute;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 195px 70px 0;
    border-color: transparent #f38b00 transparent transparent;
    z-index: 0;
    bottom: -55px;
    display: block;
}

.sidr .main{
    padding: 50px 30px 30px;
    overflow: scroll;
}

.sidr .main .menu{
    padding: 0;
    margin: 0;
    margin-bottom:20px;
}

.sidr .main .menu li{
	padding:0;
	margin:0;
	list-style: none;
}

.sidr .main .menu li a{
	display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
}

.sidr .main .menu li a.parent{
	position: relative;
}

.sidr .main .menu li a.parent:after{
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #f38b00;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    top: calc(50% - 10px);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.sidr .main .menu li a.parent.active:after{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.sidr .main .menu li ul{
	display: none;
	margin: 0;
    padding: 5px 20px;
    background: rgba(255,255,255,0.1);
}

.sidr .main .menu li ul li a{
	border: 0;
}

.sidr .sidrPanel{
    display: block;
    background: #000;
    padding: 15px;
    margin-bottom: 20px;
}

.sidr .sidrPanel *{
	color:#fff;
}

.sidr .sidrPanel a,.sidr a.sidrPanel {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    word-break: break-all;
    color:#fff;
}

.sidr .sidrPanel a.button{
	margin: 0;
}

.sidr .sidrPanel p{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidr .sidrPanel.orange{
	background: #f38b00;
}

.sidr .searchFormSidr{
	display: none;
	padding: 10px;
}

.sidr .searchFormSidr .searchStyle input{
	font-size: 20px;
}

.sidr .social{
	margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.sidr .social li{
	margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
}

.sidr .social li:last-child{
	margin:0;
}

.sidr .social li a{
	display: block;
    height: 30px;
    width: 30px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.sidr .social li a i{
    line-height: 30px;
    color: #808080;
}

/*************************************************************************/


/***************************** MAIN STYLES *******************************/


/*************************************************************************/

.parallax-window {
	height: 400px;
	overflow: hidden;
	position: relative;
	background: transparent;
}
#map {
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	height: 650px;
}

.info_content{
	padding:10px;
}

.info_content p{
	margin-bottom: 10px;
}

.center-holder {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	/*padding:0 30px;*/
	padding: 20px 30px;
}
.center-sub-holder {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
.center-text-holder {
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.button {
	display: inline-block;
    padding: 7px 35px 5px;
    background: #fff;
    color: #f38b00;
    border:2px solid #f38b00;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-bottom:20px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.button.block {
	display: block;
}

.button:last-child{
	margin:0;
}

.button.reverse{
	background: transparent;
    color: #fff;
    border:2px solid #fff;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.button.download{
    color: #fff;
    background: #f38b00;
    padding: 7px 15px 5px;
}

.button.download:after{
	content:"\f381";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background:rgba(243, 139, 0,0.6);
    color:#fff;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: -2px;
    right: -40px;
    background: #f19544;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.boxContent .text {
	padding: 18px;
}
.boxContent.orange .text * {
	color: #FFF;
}

.textImageSplit.orange a.button, .boxContent.orange .text  a.button {
	background-color: #f38b00;
	border-color: #FFF;
}

.button.border {
	background: transparent;
	border: solid 2px #FFF;
}
.split5050.imgRight .button.border {
	border: solid 2px #f38b00;
}

@media only screen and (min-width:1000px){

	.button:hover{
		background:#f38b00;
		color:#fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.button.reverse:hover, .textImageSplit.orange a.button:hover, .boxContent.orange .text  a.button:hover {
		background:#fff;
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.button.download:hover:after{
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.button.border:hover {
		border: solid 2px #f38b00;
	}
	
}

/*******************************************************************************/


/***************************** FLEXSLIDER STYLES *******************************/


/*******************************************************************************/


/********************** GENERIC FLEXSLIDER STYLES ***********************/

.flexslider {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
}
.flexslider .slides li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.flexslider .slides li img {
	width: 100%;
	display: block;
	height: auto;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.flex-direction-nav {
	height: 0px;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
	right: -60px;
	text-align: right;
	background-repeat: no-repeat;
}

/********************** BASIC FLEXSLIDER STYLES ***********************/

.flexslider.basicSlider {
	width: 100%;
	border-radius: 0px;
	/*overflow: visible;*/
}
.flexslider.basicSlider.mainPage {
	margin-top: -50px;
}
.flexslider.basicSlider.testimonials {
	margin-top: 35px;
}
a.flex-active {
	background: #f38b00 !important;
}
.flex-direction-nav, .flex-direction-nav li {
	list-style: none;
	margin-bottom: 0;
}
.flex-control-nav {
	width: 100%;
	position: relative;
	bottom: -10px;
	margin-top: 30px;
	text-align: center;
}
.flex-control-paging li a {
	border: 2px solid #f38b00;
	border-radius: 100%;
	background: #fff;
	position: relative;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	width: 20px;
	height: 20px;
	margin: 0;
	background: #FFF;
	cursor: pointer;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flex-control-paging li a:hover {
	background: #f38b00;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f053";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
	    font-family: "Font Awesome 5 Free";
	        font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -22px;
}

/***************************************************************************/


/********************* ADDITIONAL FLEXSLIDER STYLES ************************/


/***************************************************************************/

.promoBanner.flexslider{

}

.promoBanner.flexslider.homeBanner .slides li{
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}


.promoBanner.flexslider.homeBanner .textOverlay{
	background:#333;
	max-width: 40%;
	padding: 50px 30px 50px 60px;
	position: relative;
    z-index: 1;
}



.promoBanner.flexslider.homeBanner .textOverlay .arrow{
	content:"";
	position: absolute;
    top: 0;
    bottom:0;
    width: 200px;
    right: -199px;
    overflow: hidden;
}

.promoBanner.flexslider.homeBanner .textOverlay .arrow .top{
	position: absolute;
    top: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 0 0 150px;
    border-color: transparent transparent transparent #333;
}

.promoBanner.flexslider.homeBanner .textOverlay .arrow .bottom{
	    position: absolute;
    top: 150px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 150px 0 0;
    border-color: #333 transparent transparent transparent;
}

.promoBanner.flexslider.homeBanner .textOverlay .textHolder{
    max-width: 370px;
    float: right;
    position: relative;
    z-index: 1;
}

.promoBanner.flexslider.homeBanner .textOverlay .textHolder h3{
	font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: left;
}


.promoBanner.flexslider.homeBanner .textOverlay .textHolder p{
	color: #fff;
}

.promoBanner.flexslider.homeBanner .textOverlay .textHolder a{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.promoBanner.flexslider.homeBanner .textOverlay .textHolder a:after{
	content: ">";
	color: #fff;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 21px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	.promoBanner.flexslider.homeBanner .textOverlay .textHolder a:hover:after{
		margin-left: 10px;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}


.promoBanner.flexslider .wrapper{
    position: absolute;
    bottom: 0;
    left: 50%;
    left: calc(50% - 640px);
    z-index: 10;
}
.flexslider .slides li {
	overflow: hidden;
}
.promoBanner.flexslider .slides li:before {
	display: none;
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    display: block;
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0,0,0,0.45)), color-stop(50%, rgba(0,0,0,0.45)), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to right top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0) 50%);
}
.promoBanner.flexslider.hidebefore .slides li:before {
	display: none;
}
.promoBanner.flexslider.homeBanner .slides li:before, .promoBanner.flexslider .slides li.campaign:before {
	display: none;
}

.promoBanner.flexslider .wrapper h3{
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

.imageSlider.flexslider .flex-direction-nav a,.promoBanner.flexslider .flex-direction-nav a{
    width: 32px;
    height: 50px;
    top: 50%;
    top: calc(50% - 25px);
}

.imageSlider.flexslider .flex-direction-nav a.flex-prev:before,.imageSlider.flexslider .flex-direction-nav a.flex-next:before,.promoBanner.flexslider .flex-direction-nav a.flex-prev:before,.promoBanner.flexslider .flex-direction-nav a.flex-next:before{
    color: rgba(243, 139, 0,0.8);
    font-size: 50px;
    margin: 0;
   	text-shadow: none;
}


.blue h1 {
	color:  #009ac7;
}


/* JAN 2021 - PROMOBANNER UPDATES */
@media only screen and (min-width: 1000px) {
	.promoBanner .split5050 {
		position: relative;
	}
	.promoBanner .split5050:before {
		position: absolute;
		width: 100%;
		height: 80%;
		top: 10%;
		left: 0;
		content: '';
		background-color: #999;
	}
	.promoBanner .split5050 .image {
		display: block;
		width: 52%;
		position: absolute;
		right: auto;
		top: 0;
		bottom: 0;
		overflow: hidden;
		-webkit-transform: skew(-12deg);
		-ms-transform: skew(-12deg);
		transform: skew(-12deg);
		left: -5%;
	}
	.promoBanner .split5050 .image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: skew(12deg) scale(1.18, 1.18);
		    -ms-transform: skew(12deg) scale(1.18, 1.18);
		        transform: skew(12deg) scale(1.18, 1.18);
	}
	.promoBanner .split5050 .text {
		width: 50%;
		display: block;
		position: relative;
		padding: 120px 0px;
		margin-left: 50%;
	}
	.promoBanner .split5050 .text .textHolder {
		display: block;
		width: auto;
		max-width: 500px;
		text-align: left;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-60%);
		    -ms-transform: translateX(-60%);
		        transform: translateX(-60%);
	}
	.promoBanner .split5050 .text .textHolder h3 {
		text-align: left;
		font-size: 40px;
		line-height: 42px;
	}
	.promoBanner .split5050 .text .textHolder * {
		color: #FFF;
	}

	.promoBanner .split5050.imgRight .image {
		right: -5%;
		left: auto;
	}
	.promoBanner .split5050.imgRight .text {
		margin-left: 0;
	}
	.promoBanner .split5050.imgRight .text .textHolder {
		-webkit-transform: translateX(-40%);
		    -ms-transform: translateX(-40%);
		        transform: translateX(-40%);
	}
	.promoBanner .split5050.imgRight:before {
		background-color: #333;
	}

}

@media only screen and (min-width:1000px) and (max-width:1200px){
	.promoBanner .split5050.imgRight .text .textHolder, .promoBanner .split5050 .text .textHolder {
		-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	}
}

.promoBanner + .promoBanner {
	margin-top: 40px;
}

/***************************************************************************/


/***************************** FOOTER STYLES *******************************/


/***************************************************************************/

footer .topBar{
	background: #f38b00;
    padding: 20px 0;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

.blue footer .topBar{
	background:#009ac7;
	-webkit-transition:all ease 0.8s;
	transition:all ease 0.8s;
}

footer .topBar .contactList{
    margin: 0;
    padding: 0;
    font-size: 0;
}

footer .topBar .contactList li{
	padding: 0;
    margin: 0;
    margin-right:40px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

footer .topBar .contactList li:last-child{
	margin:0;
}

footer .topBar .contactList li a{
	display: block;
    color: #fff;
    padding:2.5px 0;
    position: relative;
}

footer .topBar .contactList li a:after{
	content:"";
	display: block;
	height: 1px;
	background:#fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

@media only screen and (min-width:1000px){
	footer .topBar .contactList li a:hover:after{
		width:100%;
		-webkit-transition: all ease 0.8s;
		transition: all ease 0.8s;
	}
}

footer .topBar .social{
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    top: calc(50% - 15px);
}

footer .topBar .social li{
	margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

footer .topBar .social li:last-child{
	margin:0;
}

footer .topBar .social li a{
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

footer .topBar .social li i{
	color: #f38b00;
	line-height: 30px;
}

.blue footer .topBar .social li i{
	color:#009ac7;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	footer .topBar .social li a:hover{
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

footer .menuBar{
	padding: 40px 0;
}

footer .menuBar .footerMenu{
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

footer .menuBar .footerMenu li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

footer .menuBar .footerMenu li a{
	font-size: 14px;
	line-height: 20px;
	color:rgba(0,0,0,0.5);
	display: block;
	padding:0 20px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

footer .menuBar .footerMenu li a.active{
	color:#f38b00;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.blue footer .menuBar .footerMenu li a.active{
	color:#009ac7;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	footer .menuBar .footerMenu li a:hover{
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.blue footer .menuBar .footerMenu li a:hover{
		color:#009ac7;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

footer .bottomSection{
    padding: 20px 0;
}

footer .bottomSection .accreditations{
	margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: 30px;
    text-align: center;
}

footer .bottomSection .accreditations li{
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    list-style: none;
    padding: 0 20px;
}

footer .bottomSection .accreditations li img{
	max-height: 50px;
	margin:0 auto;
}

footer .bottomSection p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

footer .bottomSection .terms{
	margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

footer .bottomSection .terms li{
	margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    border-left:1px solid rgba(0,0,0,0.8);
}

footer .bottomSection .terms li:first-child,footer .bottomSection .terms li:last-child{
	border:0;
}

footer .bottomSection .terms li a,footer .bottomSection .terms li p{
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding:0 10px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

footer .bottomSection .terms li:last-child p{
	padding-left:0;
}

@media only screen and (min-width:1000px){
	footer .bottomSection .terms li a:hover{
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/***************************************************************************/


/***************************** PAGE STYLES *******************************/


/***************************************************************************/


main{
	margin-top:164px;
}

.row{
	font-size: 0;
	margin-bottom: 2%;
}

.row:last-of-type{
	margin:0;
}
.row input{
	display: inline-block;
	vertical-align: top;
	width:100%;
	background:#f2f2f2;
	height:50px;
	line-height: 50px;
	padding-left:10px;
	border:0;
	    font-size: 16px;
	text-transform: none;
	-webkit-transition: all ease .4s;
    transition: all ease .4s;
}



.row textarea{
	padding:10px;
	border:0;
	background:#f2f2f2;
	    font-size: 16px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}



@media only screen and (min-width:1000px){
	.row input[type="submit"]:hover{
		background:transparent;
		color:#cc0000;
		-webkit-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.errorMessage, .errorMSG {
    display: none;
    border: 1px solid #cc0000;
    padding: 20px;
    margin-bottom:20px;
}

.formStyle .row.errorMessage{
	margin-bottom:20px;
}

.row.errorMessage p {
    color: #cc0000;
    margin: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

/***************************************************************************/


/************************** CONTACT BAR STYLES *****************************/


/***************************************************************************/

.contactBar{
	padding: 30px 0 75px;
    position: relative;
    overflow:hidden;
}

.contactBar .wrapper{
	text-align: left;
}

.contactBar:before{
	    content: "";
    position: absolute;
    bottom: 0;
    right: -30%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to right bottom, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
}

.blue .contactBar:before {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#009ac7), color-stop(50%, #009ac7), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to right bottom, #009ac7 0%, #009ac7 50%, rgba(0,0,0,0) 50%);
}

.contactBar:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(0,0,0,0.45)), color-stop(35%, rgba(0,0,0,0.45)), color-stop(35%, rgba(0,0,0,0)));
    background-image: linear-gradient(to left bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0) 35%);
    left: 50%;
    height: 200px;
    display: block;
}

.contactBar .button{
	font-size: 30px;
	line-height: 36px;
	margin:0;
	vertical-align: middle;
}

.contactBar p{
	color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    width: calc(100% - 230px);
    margin-left: 30px;
}

/***************************************************************************/


/**************************** PAGE BOX STYLES ******************************/


/***************************************************************************/

.pageBox{
	position: relative;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}

.pageBox:before{
	content:"";
	display: block;
	padding-bottom:65%;
}

.pageBox:after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.4);
	z-index: 1;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.pageBox p{
	color: #fff;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%,-60%);
        -ms-transform: translate(-50%,-60%);
            transform: translate(-50%,-60%);
    top: 50%;
    left: 50%;
    z-index: 3;
        width: 100%;
    padding: 0 10px;
}

.pageBox p:before{
	content:"";
	width: 200px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    left: calc(50% - 100px);
    bottom: -12px;
    z-index: 4;
}
.pageBox p:after{
	content:"";
	width: 0px;
    height: 3px;
    background: #f38b00;
    display: block;
    position: absolute;
    left: 50%;
    left: calc(50% - 100px);
    bottom: -12px;
    z-index: 5;
}

@media only screen and (min-width:1000px){
	.pageBox:hover:after{
		background:rgba(0,0,0,0.2);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.pageBox:hover p:after{
		width:200px;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/***************************************************************************/


/************************** SEARCH STRIP STYLES *****************************/


/***************************************************************************/

.searchStrip{
	padding:30px 0;
	background: #f38b00;
}

.searchStrip h3{
	text-align: center;
	color:#fff;
	margin-bottom: 0px;
}

.searchStyle{
	position: relative;
	font-size: 0;
}

.searchStyle:before{
	    content: "\e090";
    z-index: 0;
    position: relative;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    color: #fff;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
}

.searchStyle input{
	color:#fff;
	font-size: 44px;
	height: 50px;
	line-height: 50px;
	background:transparent;
	border:0;
	border-bottom:2px solid rgba(255,255,255,0.3);
	width: 90%;
	width: calc(100% - 70px);
}

.searchStyle input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.3);
}
.searchStyle input:-moz-placeholder {
	color: rgba(255,255,255,0.3);
}
.searchStyle input::-moz-placeholder {
	color: rgba(255,255,255,0.3);
}
.searchStyle input:-ms-input-placeholder {
	color: rgba(255,255,255,0.3);
}

@-webkit-keyframes autofillwhite {
    to {
    	color:#fff;
        background: transparent;
    }
}

@keyframes autofillwhite {
    to {
    	color:#fff;
        background: transparent;
    }
}

.searchStyle input:-webkit-autofill {
    -webkit-animation-name: autofillwhite;
    -webkit-animation-fill-mode: both;
}

.searchStyle input[type="submit"]{
	height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    padding:0;
    position: relative;
    z-index: 1;
    border:0;
    margin-left:20px;
}

/***************************************************************************/


/******************************** ITEM STYLES ******************************/


/***************************************************************************/

.item{
	display: inline-block;
	vertical-align: top;
	width: 31.333%;
	margin:1%;	
	position: relative;
}

.events .item{
	margin-top: 50px;
	margin-top: calc(60px + 1%);
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.slide .item{
	width: auto;
	margin:0 15px;
	display: block;
	outline: none;
}

.item .tag{
	position: absolute;
	top: 10px;
	right: -10px;
	z-index: 3;
}

.events .item .tag{
	/*top: -20px;*/
}

.item .tag:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #58595b transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.item .tag .icon{
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	background:#58595b;
	text-align: center;
	line-height: 22px;
}

.item .tag .icon i{
	font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.hideOverflow{
	overflow-Y:hidden;
}

.item .tag .text{
	display: inline-block;
	vertical-align: top;
	background:#000;
	height: 22px;
	padding:2px 5px;
}

.item .tag .text span{
    font-size: 12px;
    line-height: 18px;
    display: block;
    color:#fff;
}

.item .image{
    height: 240px;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow:hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.item .image:after{
	content:"";
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 0 0 70px 200px;
	border-color: transparent transparent rgba(0,0,0,0.4) transparent;
	position: absolute;
    bottom: 0px;
    right: 0;

}

.item .content{
	background:#f38b00;
	padding:20px;
	position: relative;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.item .content:before{
	content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to right top, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
    z-index: 2;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}


.item .content h4{
	color:#fff;
	margin:0;
	min-height: 74px;
}

.item .content span{
	display: block;
	color: #000;
}

.events .item .content span{
	font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.events .item .content span:before{
	content: "";
	background: rgba(255,255,255,0.4);
    display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
    z-index: -1;
}

.item .content p{
	color: #000;
	margin-top:20px;
	min-height: 66px;
}

@media only screen and (min-width:1000px){
	.item:hover .image{
		height: 220px;
		-webkit-transition: all ease 0.8s;
		transition: all ease 0.8s;
	}

	.item:hover .content{
		padding-bottom: 40px;
		-webkit-transition: all ease 0.8s;
		transition: all ease 0.8s;
	}

	.events .item:hover .content{
		/*padding-bottom: 20px;*/
		
		-webkit-transition: all ease 0.8s;
		transition: all ease 0.8s;
	}

	.events .item:hover .content:before{
		top: -60px;
		height: 60px;
		-webkit-transition: all ease 0.8s;
		transition: all ease 0.8s;
	}

	.events .item:hover{
		opacity: 0.8;
		-webkit-transition: all ease 0.8s;
		transition: all ease 0.8s;
	}
}

/***************************************************************************/


/******************************** SLICK STYLES ******************************/


/***************************************************************************/


.threeSlider{
	margin-top:60px;
}

.threeSlider .slide{
	outline: none;
}

.threeSlider .slick-prev, .threeSlider .slick-next{
    width: 30px;
    height: 30px;
}

.threeSlider .slick-prev{
	left:-30px;
}

.threeSlider .slick-next{
	right:-30px;
}

.threeSlider .slick-prev:before, .threeSlider .slick-next:before{
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,0.9);
    font-size: 30px;
}

.threeSlider .slick-prev:before{
    content: "\e605";
}

.threeSlider .slick-next:before{
    content: "\e606";
}

.twitterSlider .slick-prev, .twitterSlider .slick-next{
    width: 40px;
    height: 40px;
}

.twitterSlider .slick-prev{
	left:-40px;
}

.twitterSlider .slick-next{
	right:-40px;
}

.twitterSlider .slick-prev:before, .twitterSlider .slick-next:before{
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,0.9);
    font-size: 40px;
}

.twitterSlider .slick-prev:before{
    content: "\e605";
}

.twitterSlider .slick-next:before{
    content: "\e606";
}

.relatedDocuments .slick-prev:before, .relatedDocuments .slick-next:before{
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,0.9);
    font-size: 40px;
}

.relatedDocuments .slick-prev:before{
    content: "\e605";
}

.relatedDocuments .slick-next:before{
    content: "\e606";
}

.dark .relatedDocuments .slick-prev:before,.dark .relatedDocuments .slick-next:before{
	color: rgba(255,255,255,0.9);
}
.logoSlick {
	padding-top: 20px;
}
.logoSlick img {
	display: block;
	margin: 0px auto;
	max-width: 60%;
}
.logoSlick .slick-prev, .logoSlick .slick-next{
    width: 30px;
    height: 30px;
}

.logoSlick .slick-prev{
	left:-30px;
}

.logoSlick .slick-next{
	right:-30px;
}

.logoSlick .slick-prev:before, .logoSlick .slick-next:before{
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,0.9);
    font-size: 30px;
}

.logoSlick .slick-prev:before{
    content: "\e605";
}

.logoSlick .slick-next:before{
    content: "\e606";
}

.logoSlick .slick-dots li button:before {
	font-size: 44px;
	line-height: 44px;
}

/***************************************************************************/


/***************************** TWITTER STYLES ******************************/


/***************************************************************************/

.twitterButton{
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #00a8d6;
    padding: 8px 22px;
    position: absolute;
    right: 10px;
    top: -60px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.twitterButton i{
	font-size: 14px;
	line-height: 20px;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}

@media only screen and (min-width:1000px){
	.twitterButton:hover{
		-webkit-transform: translateY(-60%);
		    -ms-transform: translateY(-60%);
		        transform: translateY(-60%);
    	-webkit-transition: all ease 0.6s;
    	transition: all ease 0.6s;
	}
}

.twitterItem{
	margin:0 15px;
}

.twitterItem .icon{
	height: 90px;
    width: 90px;
    background: #fff;
    position: relative;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.twitterItem .icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 50px;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}


.twitterItem .text p a{
	display: block;
	color:#f38b00;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.twitterItem .text span{
	font-size: 14px;
	line-height: 20px;
}

@media only screen and (min-width:1000px){
	.twitterItem .text p a:hover{
		opacity: 0.6;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
}

/***************************************************************************/


/***************************** BREADCRUMB STYLES ***************************/


/***************************************************************************/

.breadcrumbBar{
	background: rgba(0,0,0,0.4);
    padding: 10px 0;
}

.breadcrumbBar .breadcrumb{
    margin: 0;
    padding: 0;
    font-size: 0;
}

.breadcrumbBar .breadcrumb li{
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbBar .breadcrumb li:after{
	content:"";
	display: inline-block;
    vertical-align: top;
    width: 1px;
    background: #fff;
    height: 15px;
	margin: 3.5px 10px;
}

.breadcrumbBar .breadcrumb li:last-child:after{
	display: none;
}

.breadcrumbBar .breadcrumb li a{
	color:#fff;
	display: inline-block;
    vertical-align: middle;
	-webkit-transition:all ease 0.4s;
	transition:all ease 0.4s;
}

@media only screen and (min-width:1000px){
	.breadcrumbBar .breadcrumb li a:hover{
		color:#f38b00;
		-webkit-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

/***************************************************************************/


/****************************** PAGE LINK STYLES ***************************/


/***************************************************************************/

.pageLinks{
    font-size: 0;
    text-align: center;
}

.pageLink{
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    position: relative;
}

.pageLink .text{
	position: relative;
	padding: 40px;
}

.pageLink .text p{
	min-height: 88px;
}

.pageLink.orange *{
	color:#fff;
}

.pageLink.grey .button, .pageLink.orange .button, .textImageSplit.grey a.button {
	background:transparent;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
.pageLink.orange .button {
	border: 2px solid #FFF;
}

@media only screen and (min-width: 1000px){
	/*.pageLink.grey .button:hover.button,.pageLink.orange .button:hover{
		background:#fff;
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}*/
	.pageLink.grey .button:hover, .textImageSplit.grey a.button:hover{
		background:#f38b00;
		color:#fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.pageLink .image{
	position: relative;
	height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}

.pageLink .image:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 70%;
	background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
}

.pageLink.grey .image:before{
	background-image: -webkit-gradient(linear, right top, left bottom, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left bottom, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
}

.pageLink.orange .image:before{
	background-image: -webkit-gradient(linear, right top, left bottom, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left bottom, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
}

.pageLink.bottom .image:before{
	top: 70%;
	bottom: 0;
	background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
}

.pageLink.bottom.grey .image:before{
	background-image: -webkit-gradient(linear, right bottom, left top, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left top, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
}

.pageLink.bottom.orange .image:before{
	background-image: -webkit-gradient(linear, right bottom, left top, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left top, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
}

.pageLink.bottom .text{
	margin-top: 250px;
}

.pageLink.bottom .image{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.pageLinks + .textImageSplit {
	margin-top: 40px;
}

/***************************************************************************/


/*************************** RELATED DOCUMENTS STYLES **********************/


/***************************************************************************/

.relatedDocumentsHolder{
	margin-bottom: 60px;
}

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

.relatedDocuments .item .icon{
	display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.relatedDocuments .item .icon i{
	color: #f38b00;
    font-size: 50px;
}

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

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

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

.relatedDocuments .button.download{
	margin-left:-40px;
}

/***************************************************************************/


/**************************** TEXT IMAGE SPLIT STYLES **********************/


/***************************************************************************/

.textImageSplit{
    position: relative;
    margin-bottom: 40px;
}

.textImageSplit .image{
    display: block;
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.textImageSplit .image:after{
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to right bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
}

.textImageSplit.right .image:after{
	left: auto;
	right: 0;
	background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
}

.textImageSplit.orange .image:after{
	background-image: -webkit-gradient(linear, left top, right bottom, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to right bottom, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
}

.textImageSplit.orange.right .image:after{
	background-image: -webkit-gradient(linear, right top, left bottom, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left bottom, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
}

.textImageSplit.grey .image:after{
	background-image: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to right bottom, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
}

.textImageSplit.grey.right .image:after{
	background-image: -webkit-gradient(linear, right top, left bottom, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
	background-image: linear-gradient(to left bottom, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
}

.textImageSplit.right .image{
	left: 0;
	right: auto;
}

.textImageSplit .text{
    display: block;
    width: 50%;
    padding: 50px;
}
.textImageSplit .text * {
	text-align: left;
}

.textImageSplit.right .text{
	margin-left:50%;
}


.textImageSplit.orange *{
	color:#fff;
}

/***************************************************************************/


/***************************** FILTER BAR STYLES ***************************/


/***************************************************************************/

.filterBar{
	background: #f38b00;
	padding:5px 0;
}

.filterBar p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.filterBar .select-style{
	background: rgba(255,255,255,0.4);
    border-radius: 3px;
}

.filterBar .select-style select{
	height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.filterBar .select-style:after{
	content: "\f107";
    right: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    bottom: 0;
    background: rgba(243, 139, 0,0.4);
}

/***************************************************************************/


/***************************** PERSON STYLES *******************************/


/***************************************************************************/

.person{
    display: block;
}

.person .image{
	position: relative;
	overflow: hidden;
	max-height: 290px;
}

.person .image img{
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.person .image:before{
	content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    height: 30px;
    background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(0,0,0,0.4)), color-stop(50%, rgba(0,0,0,0.4)), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to left top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%);
    z-index: 1;
}

.person .image:after{
	content:"";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    height: 30px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
    background-image: linear-gradient(to right top, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
    z-index: 2;
}

.person .content{
	background: #f38b00;
	padding: 2px 15px 15px;
}

.person .content h4{
	color:#fff;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 34px;
}

.person .content p{
	font-size: 13px;
    line-height: 20px;
    min-height: 40px;
}

@media only screen and (min-width:1000px){
	.person:hover .image img{
		-webkit-transform:scale(1.05);
		    -ms-transform:scale(1.05);
		        transform:scale(1.05);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/***************************************************************************/


/************************ CONTACT CARD STYLES *******************************/


/***************************************************************************/

.contactCard{
	font-size: 0;
	position: relative;
}

.contactCard .image{
	width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: top center;
}

.contactCard .mainSection{
    display: inline-block;
    vertical-align: top;
    background: rgba(0,0,0,0.4);
    width: 55%;
    padding: 20px;
    position: absolute;
    left: 20%;
    top: 0;
    bottom: 0;
}

.contactCard .mainSection h3{
	text-align: left;
    color: #fff;
    margin-bottom: 0;

}

.contactCard .mainSection p{
    font-size: 26px;
    line-height: 32px;
    color:#fff;
    margin: 0;
}

.contactCard .mainSection span{
	font-size: 20px;
	line-height: 26px;
	color:#fff;
	display: block;
	margin-bottom: 5px;
}

.contactCard .contactSection{
    display: inline-block;
    vertical-align: top;
    background: rgba(0,0,0,0.2);
    position: relative;
    width: 25%;
    padding: 20px;
    margin-left: 75%;
}

.contactCard .contactSection:before{
	content:"";
	display: block;
	padding-bottom: 100%;
}

.contactCard .contactSection .contact{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

.contactCard .contactSection .contact li{
	margin-bottom: 5px;
    padding: 0;
    list-style: none;
}

.contactCard .contactSection .contact li a{
	color: #000;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.contactCard .contactSection .contact li a i{
	vertical-align: middle;
    color: #fff;
    margin-right: 15px;
}

@media only screen and (min-width:1000px){
	.contactCard .contactSection .contact li a:hover{
		color: #fff;
    	-webkit-transition: all ease 0.6s;
    	transition: all ease 0.6s;
	}
}

.contactCard .bottom{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.contactCard .bottom ul{
	margin: 0px -5px -5px;
	padding: 0;
	font-size: 0;
}

.contactCard .bottom ul li{
	margin: 5px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.contactCard .bottom ul li a{
	background: rgba(255,255,255,0.5);
    display: block;
    padding: 5px 7.5px;
    border-left: 2px solid #f38b00;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	.contactCard .bottom ul li a:hover{
		background: rgba(255,255,255,0.7);
    	-webkit-transition: all ease 0.6s;
    	transition: all ease 0.6s;
	}
}

.contactCard .button.download{
	background: #a7a9ac;
    border: 2px solid #a7a9ac;
    width: 90%;
    width: calc(100% - 40px);
    text-align: left;
}

.contactCard .button.download:after{
	background:#58595b;
	text-align: center;
}

/***************************************************************************/


/**************************** PAGING STYLES ********************************/


/***************************************************************************/

.paging{
	float: right;
    margin-top: 40px;
    font-size: 0;
    text-align: right;
}

.paging .pagingButton{
    display: inline-block;
    vertical-align: top;
    background: #f38b00;
    color: #fff;
    padding: 7px 25px 5px;
    border: 2px solid #f38b00;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.paging .pagingButton:before{
	content: "";
	display: none;
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 34px;
}

.paging .pagingButton.prev:before{
	content: "\e605";
}

.paging .pagingButton.next:before{
	content: "\e606";
}

.paging ul{
    margin: 0;
    padding: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.paging ul li{
	display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
}

.paging ul li a{
	background: rgba(243, 139, 0,0.4);
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 2px solid rgba(243, 139, 0,1);
    border-right: 1px solid rgba(243, 139, 0,1);
    border-left: 1px solid rgba(243, 139, 0,1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.paging ul li a.active{
	background: #fff;
}

@media only screen and (min-width: 1000px){
	.paging .pagingButton:hover{
		background:#fff;
		color:#f38b00;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

	.paging ul li a:hover{
		background: #fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

/***************************************************************************/


/************************** DETAIL BOX STYLES ******************************/


/***************************************************************************/

.detailBox{
	background: #ececec;
	margin-bottom: 20px;
	position: relative;
}

.detailBox .mainBox{
    float: left;
    padding: 20px;
	height: 220px;
    position: relative;
}

.detailBox p{
	color:#000;
	margin:0;
	font-size: 18px;
    line-height: 24px;
}

.detailBox span{
	display: block;
	color:#000;
	font-size: 14px;
	line-height: 20px;
}

.detailBox .eventDetails{
	margin-top:5px;
}

.detailBox .shareBox{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.detailBox .shareBox p{
	margin-bottom: 5px;
}

.detailBox .shareBox ul{
	margin:0;
	padding:0;
	font-size: 0;
}

.detailBox .shareBox ul li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.detailBox .shareBox ul li:last-child{
	margin:0;
}

.detailBox .shareBox ul li a{
	display: block;
    background: #f38b00;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.detailBox .shareBox ul li a i{
	color: #fff;
    line-height: 30px;
}

@media only screen and (min-width: 1000px){
	.detailBox .shareBox ul li a:hover{
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.detailBox .sideBox{
	float: right;
    position: relative;
    font-size: 0;
}

.detailBox .sideBox .image{
    display: inline-block;
    vertical-align: top;
    height: 220px;
    width: 180px;
    background-size: cover;
    background-position: top center;
}

.detailBox .sideBox .content{
    background: #404041;
    padding: 20px;
    height: 220px;
    min-width: 220px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.detailBox .sideBox .content .detailHolder{
    position: absolute;
    left: 20px;
    bottom: 70px;
}

.detailBox .sideBox .content .detailHolder p{
	color: #fff;
}

.detailBox .sideBox .content .button {
    color: #fff;
    background: #f38b00;
    padding: 7px 15px 5px 10px;
    width: 90%;
    width: calc(100% - 80px);
    text-align: left;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: proxima-nova-extra-condensed, sans-serif;
    text-transform: none;
    font-size: 18px;
}

.detailBox .sideBox .content .button:after{
	content:"";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background:rgba(243, 139, 0,0.6);
    color:#fff;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: -2px;
    right: -40px;
    background: #f19544;
    text-align: center;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.detailBox .sideBox .content .button.contact:after{
	content:"\f0e0";
}

.detailBox .sideBox .content .button.calendar:after{
	content:"\f271";
}

@media only screen and (min-width:1000px){
	.detailBox .sideBox .content .button:hover:after{
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.detailBox .logoholder {
	float: right;
	max-width: 34%;
	height: 220px;
	max-width: 300px;
}
.detailBox .logoholder img {
	mix-blend-mode: multiply;
	-o-object-fit: contain;
	   object-fit: contain;
	   position: relative;
	   top: 50%;
	   -webkit-transform: translateY(-50%);
	       -ms-transform: translateY(-50%);
	           transform: translateY(-50%);
}


@media only screen and (max-width:800px){
	.detailBox .logoholder {
		float: none;
		width: 40%;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 175px;
	}
}

/***************************************************************************/


/******************************** ITEM STYLES ******************************/


/***************************************************************************/

.buttons{
	margin: 0;
    padding: 0;
    font-size: 0;
}

.buttons li{
	margin: 0;
    padding: 0;
    list-style: none;
    width: 49%;
    margin-right: 2%;
        display: inline-block;
    vertical-align: middle;
}

.buttons li:last-child{
	margin:0;
}

.buttons li a.button{
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    padding: 10px 10px 8px;
}

/***************************************************************************/


/****************************** FORM STYLES ********************************/


/***************************************************************************/

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

.formStyle .row label{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    display: block;
}

.formStyle .row input{
	background: #fff;
	border:1px solid #f38b00;
}

.formStyle .row textarea{
	background: #fff;
	border:1px solid #f38b00;
}

.formStyle .row input[type="submit"]{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px 8px;
    height: auto;
    font-size: 20px;
    line-height: 26px;
    border: 2px solid #f38b00;
    color: #f38b00;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	.formStyle .row input[type="submit"]:hover{
		background: #f38b00;
		color:#fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.formStyle .row .select-style {
	background: rgba(255,255,255,0.4);
	border: 1px solid #f38b00;
}

.formStyle .row .select-style select{
	height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.formStyle .row .select-style:after{
	content: "\f107";
    right: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    bottom: 0;
    background: rgba(243, 139, 0,0.6);
}

.formApp {
	display: inline-block;
	margin-right: 20px;
}
.formApp label {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.formApp input {
	width: auto;
	border: none;
	display: inline-block;
	vertical-align: middle;
}

.formHolderCB {
	display: inline-block;
	margin-right: 20px;
}
.formHolderCB label {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	min-width: 200px;
}
.formHolderCB input {
	width: auto;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.formStyle .rule {
	border-bottom: 1px solid #ccc;
margin-bottom: 30px;
padding-bottom: 20px;
}

/***************************************************************************/


/************************ POP OUT FORM STYLES ******************************/


/***************************************************************************/

.popOutForm{
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.popOutForm h3{
	color:#fff;
}

.popOutForm .formStyle .row label{
	color:#fff;
}

.popOutForm .formStyle .row input,.popOutForm .formStyle .row textarea{
	border:0;
}

.popOutForm .formStyle .row input[type="submit"], .filterBar input[type="submit"]{
	background: #f38b00;
	color:#fff;
	border:2px solid #fff;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
.filterBar input[type="submit"] {
	height: 40px;
}

@media only screen and (min-width: 1000px){
	.popOutForm .formStyle .row input[type="submit"]:hover, .filterBar input[type="submit"]:hover{
		color: #f38b00;
		background:#fff;
		-webkit-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.popOutForm .formStyle .row.errorMessage{
	background:#fff;
}

.fancybox-content{
	width:100% !important;
	background-color: transparent !important;
}

.fancybox-iframe{
	background-color: transparent !important;	
}

/***************************************************************************/


/************************* COOKIE BAR STYLES ******************************/


/***************************************************************************/

#cookie-law{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    background: #f38b00;
    z-index: 400;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#cookie-law p a{
    color: #fff;
}

.centerInlineContents{
	text-align:center;
	    padding: 80px 0 20px;
}

.questionBox{
	border:10px solid #f49600;
	border-radius: 30px 0 30px 0;
	background-image:url(/images/elements/questionBoxBg.jpg);
	background-size: contain;
	max-width: 350px;
	margin-left: 50%;
	margin-left: calc(50% - 175px);
	padding:40px;
	margin-bottom:20px;
	text-align:center;
	display: inline-block;
	display: none;
}

/***************************************************************************/


/**************************** MTD STYLES ***********************************/


/***************************************************************************/

.questionBoxButton{
	display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    border:4px solid #fff;
    background: #fff;
    text-transform: uppercase;
    color: #f49600;
    font-weight: bold;
    border-radius: 20px 0 20px 0;
    padding: 10px;
    width: 100%;
    margin-top: 30px;
    -webkit-transition:all ease 0.4s;
    transition:all ease 0.4s;
}



@media only screen and (min-width:1000px){
	.questionBoxButton:hover{
		background:#f49600;
		text-decoration: none;
		color:#fff;
		-webkit-transition:all ease 0.4s;
    	transition:all ease 0.4s;
	}
}

.questionBox p{
	font-size: 24px;
    line-height: 30px;
    text-align:center;
    color:#fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin: 0;
}

.questionButtonHolder{
	display: none;
    margin-bottom: 80px;
    text-align: center;
}



.questionButton{
	background: rgba(0,0,0,0.1);
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    padding-top: 15px;
    position:relative;
    -webkit-transition:all ease 0.4s;
    transition:all ease 0.4s;
    text-decoration: none !important;
}

.questionButton:after{
	    content: "";
    background-image: url(/images/elements/questionBoxArrow.png);
    height: 55px;
    width: 18px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    left: calc(50% - 9px);
    bottom: -65px;
    opacity: 0;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

.questionButton.active:after{
	opacity: 1;
    -webkit-transition:all ease 0.8s;
    transition:all ease 0.8s;
}

.questionButton:nth-child(n+2){
	margin-left:60px;
}

.questionButton span{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(0,0,0,0.60);
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    -webkit-transition:all ease 0.4s;
    	transition:all ease 0.4s;
    	text-align: center;
}

.questionButton p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #f49600;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    display: block;
    -webkit-transition:all ease 0.4s;
    	transition:all ease 0.4s;
    	text-align: center;
}

@media only screen and (min-width:1000px){
	.questionButton:hover{
		background:#f49600;
		-webkit-transition:all ease 0.4s;
    	transition:all ease 0.4s;
    	text-decoration: none;
	}

	.questionButton:hover p{
		color:#fff;
		-webkit-transition:all ease 0.4s;
    	transition:all ease 0.4s;
	}

	.questionButton:hover span{
		color:#fff;
		-webkit-transition:all ease 0.4s;
    	transition:all ease 0.4s;
	}
}

/***************************************************************************/


/************************* ACCORDION STYLES ********************************/


/***************************************************************************/

.accordionLink{
    display: block;
    text-align: left;
    background: #f38b00;
	padding: 15px 35px 15px 15px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
}
.col-1 .accordionLink, .col-1-2 .accordionLink, .col-1-3 .accordionLink, .col-2-3 .accordionLink {
	margin-top: 0px;
}

.accordionLink:after{
	content: "\f078";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#fff;
    position: absolute;
    right: 15px;
        top: 50%;
    top: calc(50% - 10px);
    -webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
}

.accordionLink.current:after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
}

.accordionContent{
	display: none;
    padding: 20px;
    background: rgba(0,0,0,0.05);
}
.accordionContent * {
	text-align: left;
}

.displayListing {
	text-align: center;
}
/************** MOBILE STYLES ***************/

@media only screen and (max-width: 1500px) {
	.contactBar:after{
		border-width: 0px 600px 220px 0;
	}

	header .mainSection .rightSide{
		padding-right: 55px;
	}
}

@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}

	footer .topBar .social{
		right:20px;
	}

	.promoBanner.flexslider .wrapper{
		left:auto;
	}

	.pageLink{
		width: 50%;
	}

	.displayListing .col-1-5{
		width: 23%;
	}

}

@media only screen and (max-width: 1150px) {
	header .mainSection .corner,header .mainSection .rightSide,header .menuSection,header .mainSection .logo span{
		display: none;
	}

	header.stuck .mainSection .logo img,header .mainSection .logo img {
    	max-height: 44px;
    }

    header.stuck .mainSection,header .mainSection {
    	padding: 17.5px 0;
	    border-bottom: 6px solid #f38b00;
	    -webkit-box-shadow: none;
	    box-shadow: none;
    }

    #mobile-header{
    	display: block;
    }

    main{
    	margin-top:80px;
    }

    header .mobileCta{
    	display: block;
    }
}

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

	.contactCard .image{
    	/*bottom: 200px;*/
	}

	.contactCard .mainSection{
    	position: relative;
    	left: auto;
    	width: 80%;
    	margin-left: 20%;
	}

	.contactCard .mainSection .bottom{
		position: relative;
    	left: auto;
    	right: auto;
    	bottom: auto;
    	padding-top: 60px;
	}

	.contactCard .contactSection{
		display: block;
    	width: 100%;
    	margin: 0;
    	width: 80%;
    	margin-left:20%;
    	height: 200px;
	}

	.contactCard .contactSection:before{
		display: none;
	}
}

@media only screen and (max-width: 1050px) {
	.buttons li{
		width: 100%;
		margin-right:0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.innerWrapper {
		padding: 0 20px;
	}

	.promoBanner.flexslider.homeBanner .slides li.backimg{
		padding-top: 350px;
		background-size: auto 400px;
    	background-position: top right;
	}

	.promoBanner.flexslider.homeBanner .textOverlay{
		max-width: initial;
    	padding: 30px;
    	-webkit-transform: skewY(-5deg);
    	    -ms-transform: skewY(-5deg);
    	        transform: skewY(-5deg);
    	padding: 45px 30px 20px;
    	position: relative;
	}

	.promoBanner.flexslider.homeBanner .textOverlay:after{
		content: "";
	    background: #333;
	    z-index: 0;
	    height: 80px;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    display: block;
	    -webkit-transform: skewY(5deg);
	        -ms-transform: skewY(5deg);
	            transform: skewY(5deg);
	}

	.promoBanner.flexslider.homeBanner .textOverlay .textHolder{
		max-width: initial;
    	float: none;
    	-webkit-transform: skewY(5deg);
    	    -ms-transform: skewY(5deg);
    	        transform: skewY(5deg);
    	z-index: 2;
	}

	.promoBanner.flexslider.homeBanner .textOverlay .textHolder p,.promoBanner.flexslider.homeBanner .textOverlay .arrow{
		display: none;
	}

	.promoBanner.flexslider.homeBanner .textOverlay .textHolder h3{
		font-size: 38px;
		line-height: 44px;
    	margin: 0;
	}

	.contactBar .col-1-2{
		width: 98%;
	}

	.contactBar p{
		display: none;
	}

	.displayListing .col-1-5{
		width: 31.333%;
	}

	.displayListing .item{
		width: 48%;
				margin-bottom: 20px;
	}


	/* JAN 2021 - PROMOBANNER UPDATES */
	.promoBanner .split5050 {
		position: relative;
	}
	.promoBanner .split5050 .image {
		display: block;
		width: 100;
		overflow: hidden;
	}
	.promoBanner .split5050 .image img {
		width: 100%;
		height: auto;

	}
	.promoBanner.flexslider .slides li .split5050 img {
		width: 100%;
		margin-left: 0px;
	}
	.promoBanner .split5050 .text {
		width: 100%;
		display: block;
		position: relative;
		padding: 10px 20px 50px;
		background-color: #999;
	}
	.promoBanner .split5050 .text:before {
		background-color: #999;
		content: '';
		position: absolute;
		width: 100%;
		height: 200px;
		-webkit-transform: skew(0, 6deg);
		-ms-transform: skew(0, 6deg);
		transform: skew(0, 6deg);
		top: -50px;
		left: 0;
	}
	.promoBanner .split5050 .text .textHolder {
		position: relative;
		z-index: 1;
	}
	.promoBanner .split5050 .text .textHolder h3 {
		text-align: left;
		font-size: 40px;
		line-height: 42px;
	}
	.promoBanner .split5050 .text .textHolder * {
		color: #FFF;
	}
	.promoBanner .split5050.imgRight .text, .promoBanner .split5050.imgRight .text:before {
		background-color: #333;
	}

}

@media only screen and (max-width: 900px) {
	.pageLink{
		width: 100%;
	}

	.pageLink.bottom .text{
		margin:0;
	}

	.pageLink.bottom .image{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}

	.pageLink.bottom .image:before{
		bottom:70%;
		top:0;
		background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
	}

	.pageLink.bottom.grey .image:before{
		background-image: -webkit-gradient(linear, right top, left bottom, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left bottom, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
	}
	.pageLink.bottom.orange .image:before{
		background-image: -webkit-gradient(linear, right top, left bottom, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left bottom, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
	}

	.pageBoxHolder .col-1-3{
		width: 48%;
	}

	.textImageSplit .image,.textImageSplit.right .image{
	    width: 100%;
	    position: relative;
	    left: auto;
	    height: 300px;
	}
	.textImageSplit .image.videoheight,.textImageSplit.right .image.videoheight {
		height: 58vw;
	}

	.textImageSplit.right .text,.textImageSplit .text{
		margin: 0;
    	width: 100%;
    	padding: 40px 20px;
	}

	.textImageSplit .image:after{
		height: 60px;
		left:0;
		right: 0;
		top:auto;
		bottom:0;
		width: auto;
		background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
	}

	.textImageSplit.right .image:after{
		left: 0;
		right: 0;
		background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
	}

	.textImageSplit.orange .image:after{
		background-image: -webkit-gradient(linear, right bottom, left top, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left top, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
	}

	.textImageSplit.orange.right .image:after{
		background-image: -webkit-gradient(linear, right bottom, left top, from(#f38b00), color-stop(50%, #f38b00), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left top, #f38b00 0%, #f38b00 50%, rgba(0,0,0,0) 50%);
	}

	.textImageSplit.grey .image:after{
		background-image: -webkit-gradient(linear, right bottom, left top, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left top, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
	}

	.textImageSplit.grey.right .image:after{
		background-image: -webkit-gradient(linear, right bottom, left top, from(#ececec), color-stop(50%, #ececec), color-stop(50%, rgba(0,0,0,0)));
		background-image: linear-gradient(to left top, #ececec 0%, #ececec 50%, rgba(0,0,0,0) 50%);
	}
}

@media only screen and (max-width: 800px) {
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 98%;
		margin: 1%;
		margin-bottom: 40px;
	}

	.pageBoxHolder .col-1-3{
		width: 98%;
	}

	.contactBar .col-1-2{
		margin:1%;
	}

	.filterBar .col-1-3,.filterBar .col-1-5{
		margin-bottom: 10px;
	}

	.displayListing .col-1-5{
		width: 48%;
		margin:1%;
	}
	.person .image{
		max-height: 450px;
	}

	.detailBox .mainBox{
		float: none;
    	height: auto;
    	display: block;
	}

	.detailBox .shareBox{
		position: relative;
    	left: auto;
    	bottom: auto;
    	margin-top: 30px;
	}

	.detailBox .sideBox{
		float: none;
    	width: 100%;
    	background: #404041;
	}

	.detailBox .sideBox .image{
    	width: 120px;
    	height: 160px;
	}

	.detailBox .sideBox .content{
		height: auto;
	    min-width: initial;
	    width: auto;
    	padding-top: 40px;
	}

	.detailBox .sideBox .content .detailHolder{
		position: relative;
    	left: auto;
    	bottom: auto;

	}

	.detailBox .sideBox .content .button{
		position: relative;
    	left: auto;
    	right: auto;
    	bottom: auto;
    	width: auto;
    	margin-top: 10px;
	}

	#cookie-law .col-4-5,#cookie-law .col-1-5{
		margin-bottom: 1%;
	}
}

@media only screen and (max-width: 750px){
	.promoBanner.flexslider .slides li img{
		/*width: 200%;
		margin-left:-50%;*/
		max-width: initial;
	}

	.promoBanner.flexslider .slides li:before{
		right: 30%;
	}
@
	.promoBanner.flexslider .wrapper h3{
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
}

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

	footer .topBar .contactList li{
		display: block;
		margin:0;
		margin-bottom: 10px;
	}

	footer .topBar .contactList li a{
		padding:0;
		text-align: center;
	}

	footer .topBar .social{
		position: relative;
		right: auto;
		top:auto;
		text-align: center;
		margin-top:10px;
	}


	footer .bottomSection .terms li:last-child{
		display: block;
	}

	footer .bottomSection .accreditations li{
		width:48%;
		padding:0;
		margin:1%;
	}

	footer .menuBar .footerMenu li{
		display: block;
	}

	footer .menuBar .footerMenu li a{
		text-align: center;
		padding: 5px 20px;
	}

	footer .bottomSection{
		padding:0 0 20px;
	}

	.contactCard .image{
		width: 40%;
	}

	.contactCard .mainSection{
    	position: relative;
    	left: auto;
    	width: 60%;
    	margin-left: 40%;
	}

	.contactCard .contactSection{
		width: 60%;
    	margin-left: 40%;
	}

	.displayListing .item{
		width: 98%;

	}

	#map {
		height: 450px;
	}

	

}


@media only screen and (max-width: 600px){
	.displayListing .col-1-5{
		width: 98%;
		margin:1% 1% 20px;
	}

	.person .image{
		max-height: 550px;
	}

	.contactCard .image{
		width: 120px;
	    height: 136px;
	    top: 0px;
	    left: 0px;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top center;
	    z-index: 2;
	}

	.contactCard .mainSection{
    	position: relative;
    	left: auto;
    	width: 100%;
    	margin-left: 0;
    	    padding: 34px 20px;
	}

	.contactCard .mainSection h3,.contactCard .mainSection p{
		padding-left:120px;
	}

	.contactCard .contactSection{
		margin:0;
		width:100%;
	}

	.contactCard .mainSection h3{
		font-size: 30px;
		line-height: 36px;
	}

	.paging .pagingButton{
		font-size: 0;
		height: 38px;
    	line-height: 38px;
    	padding: 0 10px;
	}

	.paging .pagingButton:before{
		display: block;
	}

	.buttons li a.button{
		font-size: 22px;
		line-height: 28px;
	}

	.floatright {
		float: none;
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		padding-bottom: 90%;
		margin-bottom: 20px;
	}
	.floatright iframe {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

}


@media only screen and (max-width: 500px){
	footer .bottomSection .terms li{
		display: block;
		border:0;
		
	}

	footer .bottomSection .terms li a, footer .bottomSection .terms li p{
		padding:5px 10px;
		text-align: center;
	}

	footer .bottomSection .accreditations li{
		width:98%;
		padding:0;
		margin:1%;
	}

	.contactBar:before {
    	right: -80%;
	}

	.questionBox {
	    max-width: 100%;
	    margin-left: 0
	}

}

@media only screen and (max-width: 400px){
	header.stuck .mainSection .logo img, header .mainSection .logo img{
		max-height: 44px;
	}

	main{
		margin-top:76px;
	}

	.sidr .sidrPanel p,.sidr .sidrPanel a{
		font-size: 14px;
		line-height: 20px;
	}

	.detailBox{
		margin-left:-20px;
		margin-right: -20px;
	}
}

/*** SEARCH PAGE STYLES ***/
.searchHolder {
	padding-bottom: 20px;
padding-top: 28px;
border-bottom: 1px solid #f2f2f2;
margin-bottom: 20px;
}
.searchHolder input.text {
	height: 50px;
}
.searchHolder .selectMenu {
	height: 50px;
	width: 100%;
}
.searchHolder .formsubmit {
	padding-bottom:  0px;
	padding-top: 0px;
	width: 23%;
}
@media only screen and (max-width: 800px) {
	.searchHolder .formsubmit {
		width: 98%;
		margin: 1%;
	}
	.searchHolder .col-1-2, .searchHolder .col-1-4 {
		margin-bottom: 1%;
	}
}

.searchHolder input[type='submit'] {
background: #f38b00;
border: 0;
font-size: 24px;
text-align: center;
padding: 0 0px;
width: 100%;
height: 50px;
line-height: 50px;
display: block;
margin: 0 auto;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
text-transform: uppercase;
color: #FFF;
}

.articleHolder {
	border-bottom: 1px solid #f38b00;
	padding:  16px 10px 8px 10px;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.articleHolder:hover {
	background-color: #eeeeee;
}
.articleHolder p {
	margin-bottom:  8px;
}
.pagingnav {
	display: inline-block;
vertical-align: middle;
}
.pagingnav a, .pagingnav strong, .pagingnav span {
	background: #999999;
text-align: center;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
margin-right: 2px;
padding: 2px 8px 2px 9px;
font-size: 0.8em;
}

.pagingnav a:hover {
    background:#f38b00;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	margin-right: 2px;
}
.pagingholder {
	text-align:right;
	margin-bottom: 4px;
}
.pagingholder img {
	width: auto !important;
	max-width: 100%;
	display: inline-block;
vertical-align: middle;
}
.left_buttons {
	padding-right: 3px;
	text-decoration:none;
	vertical-align:bottom;
	
}
.right_buttons {
	padding-left: 3px;
	text-decoration:none;
	vertical-align:bottom;	
}
.pagingholder .currentpage, .pagingnavsml .currentpage {
   	background:#f38b00;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	margin-right: 2px;
}
.articleHolder.searchResults {
	padding: 0px;
}
.archive_holder {
	margin-bottom: 20px;
}
.articleHolder.searchResults a.content, .articleHolder.searchResults .contact {
	display:  block;
	padding:  16px 10px 16px 52px;
	position:  relative;
}
.articleHolder.searchResults a.content {
	padding-bottom: 6px;
	margin-bottom: 0px;
	font-size: 16px;
line-height: 22px;
}
.articleHolder.searchResults a.content .far, .articleHolder.searchResults .contact .far {
	position:  absolute;
	left: 12px;
	top: 24px;
	font-size: 24px;
	color:  #9b9b9b;
}
.articleHolder.searchResults .contact div .far {
	position: relative;
	font-size: 16px;
	left: auto;
	top: auto;
}
.articleHolder.searchResults a.document {
	display:  block;
	padding:  20px 10px 20px 52px;
	position:  relative;
}
.articleHolder.searchResults a.document .far {
	position:  absolute;
	left: 12px;
	top: 20px;
	font-size: 24px;
	color:  #9b9b9b;
}
.articleHolder.searchResults a.document .docinfo {
	font-size: 0.8em;
	font-style: italic;
	font-weight: inherit;
	font-family: inherit;
	padding-left: 24px;
}
.articleHolder.searchResults a.document:hover, .articleHolder.searchResults a.document:hover .docinfo, .articleHolder.searchResults a.document:hover span {
	text-decoration: none;
	color: #f38b00;
}
.articleHolder.searchResults a.content:hover .far, .articleHolder.searchResults .contact:hover .far, .articleHolder.searchResults a.document:hover .far {
	color:  #f38b00;
}

.articleHolder.searchResults .contact div {
	display: inline-block;
	padding-right: 15px;
	padding-top: 4px;
}
.articleHolder.searchResults .contact div a {
	font-size: 1em;
}

.searchResults a.content {
	color:  #9b9b9b;
	font-size: 1em;
}
.searchResults a.content:hover {
	text-decoration:  none;
	color: #363636;
}
.searchResults a.content:hover span {
	color: #f38b00;
}
.searchResults a span {
	color:  #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.searchResults .breadcrumb {
	padding: 0px 12px 0px 52px;
}
.searchResults .breadcrumbBar .wrapper {
	padding: 0px;
	border-bottom: none;
}

em.highlight {
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	background-color: rgba(100, 167, 11, 0.2);
	padding: 4px 2px;
}
.searchResults  .breadcrumb .wrapper {
	max-width: 1140px;
	padding: 10px 16px 6px;
	border-bottom: 1px solid #CCC;
}
.searchResults .breadcrumbBar {
	background: rgba(0,0,0,0.2);
	padding: 10px 0;
}

.searchResults  .breadcrumb ul {
	list-style: none;
	padding:0px;
	margin:0px;
	float: left;
}
.searchResults  .breadcrumb li {
	list-style: none;
	padding:0;
	margin:0px;
	display: inline-block;
}
.searchResults .breadcrumbBar .breadcrumb li:after {
	display: none;
}
.searchResults  .breadcrumb li a {
	font-size: 14px;
	color: #000000;
	padding-right: 20px;
	margin-right:  8px;
	position: relative;
	text-transform: uppercase;
}
.searchResults  .breadcrumb li a:hover {
	text-decoration: none;
	color: #666;
}
.searchResults  .breadcrumb li a:after {
	display: block;
	content: '>';
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: -1px;
	color: #FFF;
}
.breadcrumb li:nth-last-of-type(1) a:after {
	display: none;
}

/*CORP FINANCE - DEALS STYLES */
.corpHolder {
    background-color: #fff;
    padding: 20px;
    margin: 0px 10px 20px;
    border-bottom: 6px solid #f38b00;
    position: relative;
}
.corpHolder .corpContent p:nth-last-child(1) {
	margin-bottom: 1em;
}

.corpHolder.link {
    padding-bottom: 20px;
}

.corpHeader {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 105px;
	position: relative;	
}

.corpHeader .img, .corpHeader span {
	display: inline-block;
    vertical-align: middle;
}

.corpHeader .img {
	width:33%;
    text-align: right; right;
    position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-60%);
	    -ms-transform: translateY(-60%);
	        transform: translateY(-60%);
}

.corpHeader .img img {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 100%;
    text-align: right;
    display: inline-block;
}

.corpHeader span {
    width: 66%;
    font-size: 21px;
    color: #000;
    font-weight: bold;
    font-family: 'Oswald',sans-serif;
    position: absolute;
	-webkit-transform: translateY(-70%);
	    -ms-transform: translateY(-70%);
	        transform: translateY(-70%);
	top: 50%;
}
.solutions .corpHeader {
	min-height: 85px;
}
.solutions .corpHeader span {
	width: 100%;
}
.solutions .corpHolder {
	min-height: 550px;
}

.corpContent {
	min-height: 400px;
	position: relative;
}
.corpHolder span.readmore {
    padding: 10px;
    display: block;
    background-color: #f38b00;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.corpContent a.button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.corpHolder a:hover, .corpHolder a:hover p {
	text-decoration: none !important;
	
}

.latestDealsSlider .slick-dots li button{
    border: 2px solid #f38b00;
    border-radius: 100%;
    background: #fff;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.latestDealsSlider .slick-dots li.slick-active button{
	background: rgba(243, 139, 0,1);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.latestDealsSlider .slick-dots li button:before{
	display: none;
}

.latestDealsSlider > div {
	width: 33%;
	vertical-align: top;
	display: inline-block;
}

.latestDealsSlider > div.slick-list {
	width: 100%;
}

@media only screen and (min-width:1000px){
	.latestDealsSlider .slick-dots li button:hover{
		background: rgba(243, 139, 0,1);
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
}

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

.filterBlog.corp p {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 12px;
    margin: 0;
    vertical-align: top;
}
	
.filterBlog.corp select {
    width: 68%;
    margin-top: 9px;
}
	
.filterBlog.corp label {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding-top: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0!important;
    width: 30%;
}
	
}

ul.mainMenu li.chinese span, ul.menu li.chinese span {
    display: none;
}
ul.mainMenu li.chinese a, ul.menu li.chinese a {
	width: 80px;
	height: 47px;
	background-position: center;
}
ul.mainMenu li.chinese a:after, ul.menu li.chinese a:after {
	background-image: url(/images/content/chinese/flag.png);
	background-repeat: no-repeat;
	background-size: 40px;
	position: absolute;
	content: '';
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
}
ul.menu li.chinese a {
	width: 100%;
	background-position: left center;
}
ul.menu li.chinese a:after {
	height: 50px;
}


/* POP UP MESSAGE */

.white-popup {
  position: relative;
  background-color: #ececec;
  padding: 0px;
  width:auto;
  max-width: 980px;
  margin: 20px auto;
}
.white-popup img {
  width: 100%;
  height: auto;
}
.white-popup img.popupimage {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.white-popup .content {
	display: block;
	vertical-align: middle;
	padding: 40px 30px 60px;
	width: 100%;
	text-align: center;
}
.white-popup.withimage .content {
	width: 50%;
	display: inline-block;
}

.white-popup p {
color: rgba(54, 54, 54, 0.8);
font-size: 16px;
line-height: 20px;
}
.white-popup p:nth-last-of-type(1) {
	margin-bottom: 0px;
}
.white-popup h4 {
  font-size: 48px;
	text-align: center;
	text-transform: none;
	line-height: 40px;
	color: #f38b00;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.white-popup h4:after {
	content: '';
	display: block;
	width: 50%;
	max-width: 200px;
	height: 1px;
	background-color: rgba(54, 54, 54, 0.8);
	bottom: -20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}

.white-popup .footer {
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 0px;
  padding: 6px 4px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.white-popup a.button {
  font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #f38b00;
	background-color: transparent;
	border: 1px solid #f38b00;
	width: auto;
	display: inline;
	padding: 10px 40px 7px;
	line-height: 20px;
	margin-top: 20px;
}

.white-popup p a{
  color:inherit;
}

.mfp-close-btn-in .mfp-close{
  color:#fff;
}
@media only screen and (max-width: 800px) {
	.white-popup {
	  width: 90%;

	}
	.white-popup img.popupimage {
		width: 100%;
	}
	.white-popup .content, .white-popup.withimage .content {
		padding: 30px 15px 40px;
		width: 100%;
	}
}


/* CAMPAIGN STYLE UPDATES - Jan 2021 */
.promoBanner.flexslider .animwrapper {
    width: 100%;
    max-width: 1280px;
    padding: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.animwrapper .svganim {
	text-align: left;
	top: 50%;
	position: absolute;
	left: 0px;
	width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


.helpholder {
	position: fixed;
	right: 50px;
	top: 240px;
	z-index: 2;
}
@media only screen and (max-width: 1200px) {
	.helpholder {
		right: 20px;
		top: 140px;
	}
}
@media only screen and (max-width: 800px) {
	.helpholder {
		right: 20px;
		top: 140px;
	}
}
.helpholder a.getintouch {
	display: block;
	width: 65px;
	height: 65px;
	background-image: url(/images/elements/help.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.helpholder a.getintouch span {
	display: none;
}
@media only screen and (min-width: 800px) {
	.helpholder a.getintouch:hover {
		background-image: url(/images/elements/help-2.png);
	}
}

@media only screen and (max-width: 1200px) {
	.helpholder {
		right: 20px;
		top: 140px;
	}
}
@media only screen and (max-width: 800px) {
	.helpholder {
		right: 20px;
		top: 135px;
	}
	.helpholder a.getintouch {
		width: 50px;
		height: 50px;
	}
}

ul.mainsite {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menuSection ul.mainsite {
	position: absolute;
	left: 0px;
	top: 0px;
}
.main ul.mainsite li a {
	text-align: center;
	font-weight: bold;
}

ul.mainsite li {
	background-color: #000;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}
ul.mainsite li a {
	color:#FFF;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 12px 16px;
}
.menuSection ul.mainsite li a:before {
	content: '\f053';
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	font-size: 15px;
	color: #FFF;
	padding-right: 12px;
	position: relative;
	top: 2px;
}

/* LIFECYCLE OF A BUSINESS */

.lifecycle {
	width: 480px;
	height: 480px;
	position: relative;
	margin: 0px auto;
}
.lifecycle .middle {
	position: absolute;
	width: 35%;
	height: 35%;
	padding-top: 13%;
	background-image: url(/images/content/life-cycle/centre.png);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.lifecycle .dial {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition:all ease 1s;
	transition:all ease 1s;
}
.lifecycle .dial.start {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.lifecycle .dial.pos1 {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.lifecycle .dial.pos2 {
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
}
.lifecycle .dial.pos3 {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.lifecycle .dial.pos4 {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.lifecycle .dial .dialsection {
	width: 60%;
	height: 26%;
	position: absolute;
}
.lifecycle .dial .dialsection a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lifecycle .dial .dialsection a span {
	display: none;
}
.lifecycle .dial .dialsection.startup {
	background-image: url(/images/content/life-cycle/start-up.png);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 7%;
	left: 47%;
}
.lifecycle .dial .dialsection.growth {
	background-image: url(/images/content/life-cycle/growth.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 34%;
	left: 50%;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.lifecycle .dial .dialsection.succession {
	background-image: url(/images/content/life-cycle/succession.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 67%;
	left: 22%;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.lifecycle .dial .dialsection.postexit {
	background-image: url(/images/content/life-cycle/post-exit.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 39%;
	left: -10%;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
}



.businesslifecycle .icon {
	max-width: 100px;
	margin: 0px auto 25px;
}
.businesslifecycle  .intro h3 {
	text-transform: uppercase;
	margin-bottom: 45px;
}
.businesslifecycle .arrow img {
	max-width: 100px;
	margin: 0px auto;
}

.businesslifecycle .textImageSplit .text {
	padding: 20px 50px;
}
.lifecyclenav {
	width: 260px;
	padding-right: 70px;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	position: relative;
}
.lifecyclenav a.button {
	display: block;
	text-align: center;
	padding: 7px 10px 5px;
	color: #757575;
	border: 1px solid #757575;
	position: relative;
}
@media only screen and (min-width: 880px) {
	.lifecyclenav a.button:hover {
		border: 1px solid #f38b00;
		color: #FFF;
	}
}

.lifecyclenav a.button.active {
	border: 1px solid #f38b00;
	color: #FFF;
	background-color: #f38b00;
	position: relative;
}
.lifecyclenav a.button.active:after {
	position: absolute;
	top: 49.5%;
	height: 1px;
	width: 37px;
	right: -37px;
	background-color: #f38b00;
	content: '';
}
.lifecyclecontent {
	padding-top: 20px;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	width: calc(100% - 260px);
	min-height: 365px;
	position: relative;
}
.lifecyclecontent:before{
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	left: -35px;
	background-color: #f38b00;
}
.lifecyclenav:after {
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 30px);
	right: 33px;
	background-color: #f38b00;
	top: 15px;
}


#lifecyclenav.open {
	border-top: 1px solid rgba(0,0,0,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	padding: 30px 0px 10px;
}

#lifecyclenav a.button {
	width: 18%;
	margin: 0 1% 20px;
	vertical-align: middle;
	min-height: 80px;
	display: inline-block;
	background-color: rgba(0,0,0,0.15);
	border: none;
	text-align: left;
	text-transform: none;
	color: #000;
	font-weight: bold;
	position: relative;
	letter-spacing: 0px;
	border-radius: 10px;
	padding: 15px 50px 15px 15px;
}
#lifecyclenav a.button span {
	position: absolute;
	top: 50%;
	left: 15px;
	text-align: left;
	width: 60%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 14px;
	line-height: 18px;
}
#lifecyclenav a.button:after {
	content: '';
	background-image: url(/images/content/life-cycle/arrow.png);
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.videoholder {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.videoholder .video, .videoholder iframe {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-o-object-fit: cover;
	object-fit: cover;
	/*z-index: 10;*/
}
a.playvideo {
	position: relative;
	z-index: 20;
}

@media only screen and (max-width: 768px) {
	.lifecyclecontent {
		display: none;
	}
	.lifecyclenav:after {
		display: none;
	}
	.lifecyclenav a.button.active:after {
		display: none;
	}
	.lifecyclenav {
		width: 100%;
		padding-right:0;
		display: block;
	}
	.businesslifecycle .accordionContent {
		padding: 0px;
		background-color:  transparent;
		margin-bottom: 25px;
	}
	#lifecyclenav a.button {
		width: 98%;
	}
}

.flexslider.testimonials {
	overflow: visible;
	margin-bottom: 30px;
}

.flexslider.testimonials  .flex-control-nav {
	bottom: 20px;
	margin-top: 20px;
}

.testimonials p {
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
}
.testimonials p strong {
	font-size: 16px;
	line-height: 20px;
}
.testimonials .imgholder {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.testimonials .imgholder + .testholder {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 225px);
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText,
.CookiebotWidget-main-logo {
  display: none !important;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

.note {
          margin: 0 0 20px 0;
          padding: 15px 30px 15px 15px;
          border-left: 5px solid #eee;
          border-radius: 0 4px 4px 0;
}
.note.note-success {
          background-color: #eef7ea;
          border-color: #bbdba1;
          color: #3c763d, 80%;
}
.note.note-info {
          background-color: #eef7fb;
          border-color: #91d9e8;
          color: #31708f, 80%;        
}
.note.note-warning {
          background-color: #fcf8e3;
          border-color: #f2cf87;
          color: #8a6d3b, 80%;
}
.note.note-error {
          background-color: #f9f0f0;
          border-color: #dca7b0;
          color: #a94442, 80%;       
}


/* New Accordion Styles - May 24 */
.accordionholder {
	padding-bottom: 10px;
}
.accordionholder:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-image: url(/images/elements/border-grad.jpg);
	background-size: cover;
	background-position: center;
}
.accordionholder .accordionLink .iconholder {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 25px;
	right: 25px;
}
.accordionholder .accordionLink .iconholder .iconwhite {
	display: none;
}
.accordionholder .accordionLink {
	display: block;
	text-align: left;
	background: #ebebeb;
	padding: 80px 35px 15px 25px;
	color: #000;
	font-size: 26px;
	line-height: 30px;
	position: relative;
}
.accordionholder .accordionLink:after {
	color: #000;
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        ttransform: rotate(270deg);
	top: auto;
	bottom: 16px;
	right: 25px;
}

.accordionholder .accordionLink:hover, .accordionholder .accordionLink.current {
	background-color: #333;
	color: #fff;
}
.accordionholder .accordionLink:hover .iconholder .iconwhite, .accordionholder .accordionLink.current .iconholder .iconwhite {
	display: block;
}
.accordionholder .accordionLink:hover .iconholder .iconblack, .accordionholder .accordionLink.current .iconholder .iconblack {
	display: none;
}
.accordionholder .accordionLink:hover:after, .accordionholder .accordionLink.current:after {
	color: #fff;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.accordionContent.black {
	background-color: #333;
	padding: 20px 25px;
}
.accordionContent.black * {
	color: #FFF;
}
.accordionContent ul.triangle {
	list-style: none;
}
.accordionContent ul.triangle li {
	list-style: none;
	position: relative;
	padding: 8px 0px 8px;
}
.accordionContent ul.triangle li:before {
    content: "\A";
	border-style: solid;
	border-width: 14px 14px 0px 0;
	border-color: #f38b00 transparent transparent transparent;
	position: absolute;
	left: -25px;
	top: 10px;
	-webkit-transform: rotate(-225deg);
	    -ms-transform: rotate(-225deg);
	        transform: rotate(-225deg);
}

.accordionholder .accordionLink:before {
	content: "\A";
	border-style: solid;
	border-width: 24px 46px 50px 50px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 25px;
	top: 0px;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(0deg);
}

.accordionholder.orangeHolder .accordionLink:hover, .accordionholder.orangeHolder .accordionLink.current{
	background-color: #f38b00;
}

.accordionholder.greyHolder .accordionLink:hover, .accordionholder.greyHolder .accordionLink.current{
	background-color: #ececec;
}

.accordionholder.orangeHolder .accordionContent.black {
	background-color: #f38b00;
}
.accordionholder.greyHolder .accordionContent.black {
	background-color: #ececec;
}

.accordionholder.orangeHolder .accordionContent ul.triangle li:before {
	border-color: #333 transparent transparent transparent;
}

.accordionholder.greyHolder .accordionLink:hover, .accordionholder.greyHolder .accordionLink.current {
	color: #f38b00;
}

.accordionholder.greyHolder .accordionContent.black * {
	color: #333;
}

.fa.fa-twitter, .fa-brands.fa-x-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before, .fa-brands.fa-x-twitter:before{
	content:"𝕏";
	/*font-size:1.2em;*/
}

.credTab {
	padding: 30px 20px 0px;
	background-image: var(--background);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 26%;
	min-height: 400px;
}
.credContent {
	padding: 0 10% 0 25%;
	text-align: center;
	text-align: center;
}
.credContent .animicon {
	min-height: 220px;
	min-height: 220px;
	padding: 10px 30px 20px;
}
.credContent .content {
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.credContent .content span {
	font-family: proxima-nova-extra-condensed, sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
}

/* OMB - Business Health Check Questions - May 25 */
.progress-bar {
	height: 8px;
	width: 50%;
	background-color: #fbd8ac;
	margin: 0 auto 30px;
	border-radius: 4px;
	position: relative;
}

.progress-fill {
	background-color: #e57e22;
	height: 8px;
	width: 0%;
	border-radius: 4px;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.question-block {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	display: none;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;

}

.question-block.active {
	display: block;
	position: relative;
	z-index: 2;
}

.card {
	background-color: #e57e22;
	padding: 80px 5% 40px;
	color: white;
	text-align: center;
	border-radius: 20px;
	position: relative;
}

.card-number {
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: white;
	color: #000;
	font-weight: bold;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
	/* border: 2px solid #e57e22; */
}

.question-block.active .modal-content .card-number {
	z-index: 99;
	top: 33px;
	left: 50px;
}

.question-block.active .card-number {
	top: 25px;
	/* left: 89%; */
	/* transform: none */
}


.question-block .card > .card-number::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 314px;
	height: 1px;
	background-color: white;
	z-index: -1;
}

.question-block .background {
	margin-top: 50px;
	margin-bottom: 50px;
}

.question-block .background p {
	text-align: center;
}

.question-block .longform {
	display: none;
}

.card p {
	margin-bottom: 30px;
	color: white;
	text-align: center;
	font-size: 24px;
	padding: 0 45px;
	font-weight: 300;
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 30px;
}

.option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
	gap: 15px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.option input[type="checkbox"] {
	width: 28px;
	height: 28px;
	accent-color: #e57e22;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
	        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 20px;
	z-index: 10;
	opacity: 0;
}

.modal.selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.modal-content {
	background: #2a2a2a;
	color: white;
	border-radius: 20px;
	padding: 30px 35px 25px;
	max-width: 760px;
	width: 90%;
	position: relative;
}

.modal-content h3 {	
	margin-bottom: 30px;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 12%, 0);
		        transform: translate3d(0, 12%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 12%, 0);
		        transform: translate3d(0, 12%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

/* Apply animation */
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	        animation-name: fadeInUp;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

/* Fade animations */
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}

@keyframes fadeOut {
	from { opacity: 1; }
	to   { opacity: 0; }
}

.fade-in {
	-webkit-animation: fadeIn 0.2s ease forwards;
	        animation: fadeIn 0.2s ease forwards;
}

.fade-out {
	-webkit-animation: fadeOut 0.2s ease forwards;
	        animation: fadeOut 0.2s ease forwards;
}


.modal-content h3 {
	color: #f07c1b;
	text-align: left;
	padding-left: 45px;
}

.modal-content p, .modal-content p span {
	color: #fff;
}

.modal-content ul {
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
}
.modal-content ul li {
	color: #fff;
}

.modal-content ul li::marker {
	/* content: "•"; */
	color: white;
	/* margin-right: 8px; */
}

.modal-content h3 {
	font-size: 24px;
}

.modal-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
	font-weight: bold;
	border-top: 1px solid #f07c1b;
	padding-top: 20px;
}

.modal-buttons .backbtn {
    margin-bottom: 2px;
}

.modal-buttons span {
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	letter-spacing: .1em;
	font-size: 14px;
	font-weight: 600;
}

.close {
	position: absolute;
	top: 40px;
	right: 31px;
	color: #fff;
	font-size: 45px;
	cursor: pointer;
}


.questions-start-wrapper {
	margin-bottom: 40px;
}

.questions-start-wrapper p {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 600;
	/* font-family: HelveticaNeueLTPro-BdCn, proxima-nova-extra-condensed, sans-serif; */
}

.questions-start-wrapper .button {
	margin: 0 auto;
	display: block;
}

.orange-text {
	color: #e57e22;
}

.promoBanner.flexslider.questions h3 {	
	color: #000;
	margin-bottom: 0;
	font-size: 52px;
}

.promoBanner.flexslider.questions .wrapper {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.promoBanner h3 span.orange-text {
	text-align: left;
	line-height: inherit;
	font-size: inherit;
	font-family: HelveticaNeueLTPro-BdCn, proxima-nova-extra-condensed, sans-serif;
	text-transform: inherit;
	margin-top: 0;
	letter-spacing: inherit;
	font-weight: inherit;
}



/* .business-health-check-form */

.report-form {
	display: none;
	max-width: 740px;
	margin: 0 auto;
}

.disclaimertext {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.disclaimertext p {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.textImageSplit.videocolumn {

}
.textImageSplit.videocolumn .text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
}
.textImageSplit.videocolumn.right .text {
	margin-left: 0;
}
.textImageSplit.videocolumn .video {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 900px) {
	.textImageSplit.videocolumn .video {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.textImageSplit.videocolumn.left {
		padding-bottom: 30px;
	}
	.textImageSplit.videocolumn.right {
		padding-top: 30px;
	}
}

}



