@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #5f5f5f;
	padding-bottom: 25px;
}

a {
	text-decoration: none;
	color: #55544f;
}

a:hover {
	color: #000;
}

img {
	border-width: 0px;
	max-width: 100%;
}

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

p {
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 15px;
}

.p_margin_top {
	margin-top: 12px;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
} /* IE < 8 */

input,
select {
	font-family: 'Open Sans', Arial, sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.bg-colour_white {
	background-color: #ffffff;
}

.bg-colour_grey {
	background-color: #d2d0d0;
}

.bg-colour_light-grey {
	background-color: #e8e6e4;
}

.bg-colour_dark-grey {
	background-color: #cecece;
}

.bg-colour_green:hover {
	background-color: #798200;
}

.bg-colour_green,
.bg-colour_green.nohover:hover {
	background-color: #a2ad00;
}

.bg-colour_light-green {
	background-color: #e6e8cc;
}

.bg-colour_red:hover {
	/*background-color: #8b2b3c;*/
	background-color: #872538;
}

.bg-colour_red,
.bg-colour_red.nohover:hover {
	/**background-color: #ba3a4f;**/
	background-color: #b5384f;
}

.bg-colour_light-red {
	background-color: #f4dfe3;
}

.bg-colour_light-orange {
	background-color: #f5e4d9;
}

.bg-colour_brown:hover {
	/**background-color: #615954;**/
	background-color: #655c52;
}

.bg-colour_brown,
.bg-colour_brown.nohover:hover {
	/**background-color: #8b8078;**/
	background-color: #9a8b7d;
}

.bg-colour_light-brown {
	background-color: #e1dddb;
}

.bg-colour_blue:hover {
	/**background-color: #3e6181;**/
	background-color: #3f6281;
}

.bg-colour_blue,
.bg-colour_blue.nohover:hover {
	/**background-color: #5381ac;**/
	background-color: #5482ab;
}

.bg-colour_light-blue {
	background-color: #dce7ef;
}

.bg-colour_light-blue2 {
	background-color: #a9c0d5;
}

.bg-colour_orange:hover {
	/**background-color: #b0551c;**/
	background-color: #9e4517;
}

.bg-colour_orange,
.bg-colour_orange.nohover:hover {
	/**background-color: #eb7125;**/
	background-color: #d55c19;
}

.bg-colour_turquoise {
	/**background-color: #0d9b8c;**/
	background-color: #1e9d8b;
}

.bg-colour_light-turquoise {
	background-color: #cfebe8;
}

.bg-colour_purple {
	background-color: #954975;
}

.bg-colour_light-purple {
	background-color: #ebd4ee;
}

.bg-colour_navy:hover {
	/**background-color: #002e5b;**/
	background-color: #0a254f;
}

.bg-colour_navy,
.bg-colour_navy.nohover:hover {
	/**background-color: #003e79;**/
	background-color: #003a70;
}

.bg-colour_light-navy {
	background-color: #c8def3;
}

.img_holder {
	position: relative;
}

.img_holder img {
	width: 100%;
	/*height: 100%;*/
}

.block .inner.bg-colour_green h2 {
	color: #ecefcc;
}
.block .inner.bg-colour_red h2 {
	color: #f1d8dc;
}
.block .inner.bg-colour_brown h2 {
	color: #e8e6e4;
}
.block .inner.bg-colour_blue h2,
.block .inner.bg-colour_blue p {
	color: #dde6ee;
}
.block .inner.bg-colour_orange h2 {
	color: #fbe3d3;
}
.block .inner.bg-colour_turquoise h2 {
	color: #cfebe8;
}
.block .inner.bg-colour_purple h2 {
	color: #eadcec;
}
.block .inner.bg-colour_navy h2 {
	color: #ccd8e4;
}

.block .inner.bg-colour_green:hover h2,
.block .inner.bg-colour_red:hover h2,
.block .inner.bg-colour_brown:hover h2,
.block .inner.bg-colour_blue:hover h2,
.block .inner.bg-colour_blue:hover p,
.block .inner.bg-colour_orange:hover h2,
.block .inner.bg-colour_turquoise:hover h2,
.block .inner.bg-colour_purple:hover h2,
.block .inner.bg-colour_navy:hover h2 {
	color: #fff;
}

.block .inner h2.nohover {
	color: #fff;
}

.txt-white {
	color: #fff;
}

.txt-blue {
	color: #002d5d;
}

.txt-grey {
	color: #ccc;
}

#site_wrapper {
}

.block {
	position: relative;
}

.block .inner {
	border: 2px solid #fff;
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}

.block .inner.no_height {
	height: 100%;
}

.block .inner .content_inner {
	padding: 15px 15px 0px 15px;
}

.block .inner .content_inner h2 {
	font-size: 33px;
	font-weight: 300;
	line-height: 33px;
	margin-bottom: 10px;
}

.block .inner .content_inner p {
	font-size: 15px;
	font-weight: 300;
}

.block .inner .content_inner p.no_margin {
	margin-bottom: 2px;
}

.block .inner .body {
	padding: 12px 15px 0px 18px;
}

.body.external-career-link {
	height: calc(100% - 12px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.body .external-link-icon {
	max-width: 30px;
	max-height: 30px;
	margin-bottom: 10px;
}

.block .inner .body h2 {
	font-size: 38px;
	line-height: 38px;
	font-weight: 300;
	margin-bottom: 8px;
}

.block .inner .body h2.small {
	font-size: 30px;
	line-height: 32px;
}

.block .inner .body h2.smaller {
	font-size: 28px;
	line-height: 30px;
}

.block .inner .body h3,
.block .inner .body p {
	font-size: 16px;
	font-weight: 300;
}

.block .inner .body h3.small,
.block .inner .body p.small {
	font-size: 13px;
	margin-bottom: 0px;
}

.block .inner .body h3.smaller,
.block .inner .body p.smaller {
	font-size: 12px;
	margin-bottom: 0px;
}

.block .inner.bg-colour_blue .body h3.small a,
.block .inner.bg-colour_blue .body h3.smaller a,
.block .inner.bg-colour_navy .body h3.small a,
.block .inner.bg-colour_navy .body h3.smaller a {
	color: white;
}

.block .inner .body h3.large,
.block .inner .body p.large {
	font-size: 20px;
	margin-bottom: 0px;
}

.block .inner .body h3.larger {
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 1.3;
}

.block .home-case-study {
	background-color: transparent;
	background-image: url(../../../../files_mf/1425050740bindingSitelrg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.block .inner.home-case-study {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.case-study .intro_banner .body_block .inner_block {
	padding: 10px 23px 12px 23px;
}

.block.rows1,
.block.row1 {
	height: 40px;
}

.block.rows2 {
	height: 80px;
}
.block.rows65px {
	height: 65px;
}
.block.rows135px {
	height: 135px;
}

.block.rows70px {
	height: 70px;
}

.block.rows3 {
	height: 120px;
}

.block.rows4 {
	height: 160px;
}

.block.rows5 {
	height: 200px;
}

.block.rows6 {
	height: 240px;
}

.block.rows7 {
	height: 280px;
}

.block.rows8 {
	height: 320px;
}

.block.rows9 {
	height: 360px;
}

.block.rows10 {
	height: 400px;
}

.block.rows11 {
	height: 440px;
}

.block.rows12 {
	height: 480px;
}

.block.rows14 {
	height: 560px;
}

#header {
	height: 126px;
	position: relative;
}

#header .main_logo {
	background-image: url(../../assets/images/global/main-logo.png);
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 207px;
	position: absolute;
	left: 18px;
	top: 18px;
	background-size: contain;
	background-repeat: no-repeat;
}

#header .main_logo.renewals {
	background-image: url(../../assets/images/global/renewals-logo.png);
	height: 76px;
}

#header .optimising_innovation {
	background-image: url(../../assets/images/global/optimising-innovation.png);
	height: 39px;
	width: 103px;
	display: block;
	position: absolute;
	right: 18px;
	top: 18px;
	text-indent: -9999px;
}

#main_nav_wrapper {
	position: absolute;
	bottom: 10px;
	right: 8px;
}

#main_nav_wrapper ul {
}

#main_nav_wrapper ul li {
	display: inline-block;
	position: relative;
}

#main_nav_wrapper ul li a {
	white-space: nowrap;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px 0px 10px;
	color: #494949;
	font-size: 15px;
}

#main_nav_wrapper ul li.selected a {
	color: #003e79;
}

#main_nav_wrapper ul li a:hover,
#main_nav_wrapper > ul > li:hover > a {
	/**background-color: #003e79;**/
	background-color: #003a70;
	color: #fff;
}

#main_nav_wrapper ul li.about a:hover,
#main_nav_wrapper > ul > li.about:hover > a,
#main_nav_wrapper ul#main_nav li.about.current_page_item > a,
#main_nav_wrapper ul#main_nav li.about.current-page-parent > a,
#main_nav_wrapper ul#main_nav li.about.current_page_ancestor > a
/**{background-color: #0d9b8c; color: white; }**/ {
	background-color: #1e9db8;
	color: white;
}

#main_nav_wrapper ul li.people a:hover,
#main_nav_wrapper > ul > li.people:hover > a,
#main_nav_wrapper ul#main_nav li.people.current_page_item > a,
#main_nav_wrapper ul#main_nav li.people.current-page-parent > a,
#main_nav_wrapper ul#main_nav li.people.current_page_ancestor > a {
	/**background-color: #5381ac; **/
	background-color: #5482ab;
	color: white;
}

#main_nav_wrapper ul li.expertise a:hover,
#main_nav_wrapper > ul > li.expertise:hover > a,
#main_nav_wrapper ul#main_nav li.expertise.current_page_item > a,
#main_nav_wrapper ul#main_nav li.expertise.current-page-parent > a,
#main_nav_wrapper ul#main_nav li.expertise.current_page_ancestor > a {
	/**background-color: #ba3a4f; **/
	background-color: #b5384f;
	color: white;
}

#main_nav_wrapper ul li.knowledge a:hover,
#main_nav_wrapper > ul > li.knowledge:hover > a,
#main_nav_wrapper ul#main_nav li.knowledge.current_page_item > a,
#main_nav_wrapper ul#main_nav li.knowledge.current-page-parent > a,
#main_nav_wrapper ul#main_nav li.knowledge.current_page_ancestor > a,
.category-unitary-patent #main_nav_wrapper ul#main_nav li.knowledge > a,
.category-general #main_nav_wrapper ul#main_nav li.knowledge > a,
.category-uncategorized #main_nav_wrapper ul#main_nav li.knowledge > a,
.category-ip-case-law #main_nav_wrapper ul#main_nav li.knowledge > a {
	/**background-color: #a2ad00; **/
	background-color: #a2ad00;
	color: white;
}

#main_nav_wrapper ul li.careers a:hover,
#main_nav_wrapper > ul > li.careers:hover > a,
#main_nav_wrapper ul#main_nav li.careers.current_page_item > a,
#main_nav_wrapper ul#main_nav li.careers.current-page-parent > a,
#main_nav_wrapper ul#main_nav li.careers.current_page_ancestor > a,
.single-career #main_nav_wrapper ul#main_nav li.careers > a {
	/**background-color: #eb7125; **/
	background-color: #d55c19;
	color: white;
}

#main_nav_wrapper ul li.contact a:hover,
#main_nav_wrapper > ul > li.contact:hover > a,
#main_nav_wrapper ul#main_nav li.contact.current_page_item > a,
#main_nav_wrapper ul#main_nav li.contact.current-page-parent > a,
#main_nav_wrapper ul#main_nav li.contact.current_page_ancestor > a {
	/**background-color: #003e79; **/
	background-color: #003a70;
	color: white;
}

#main_nav_wrapper ul li ul {
	position: absolute;
	top: 40px;
	left: 0px;
	width: auto;
	z-index: 1000;
	display: none;
	margin-left: -1px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	opacity: 0.95;
}

#main_nav_wrapper ul li.careers ul {
	right: 0px;
	left: auto;
	margin-right: -1px;
}

#main_nav_wrapper ul li.menu-item-last ul {
	right: 0px;
	left: auto;
}

#main_nav_wrapper ul li ul li {
	display: block;
	float: none;
}

#main_nav_wrapper ul#main-nav li ul#sub-menu li a {
	background-color: #fff;
	color: #000000;
	padding: 0px 14px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
}

/*#main_nav_wrapper ul li.about ul li a {
    color: #0d9b8c;
}*/

#main_nav_wrapper ul li ul li a:hover {
	color: #fff;
}

#main_nav_wrapper ul li ul li ul {
	display: none !important;
}

/* #main_nav_wrapper .menu-item-53 ul.sub-menu {
	display: none !important;
} */

#body {
}

#body .body_inner {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 1px;
}

#body.people-finder .body_inner {
	border: 0px;
}
#body.people-finder {
	/**border: 1px solid #5381ac;**/
	border: 1px solid #e8e8e8;
}

/*
--------------------------
Language Nav
--------------------------
*/

.language-nav {
	display: flex;
	align-items: center;
}

.language-nav.mobile {
	display: none;
	position: absolute;
	top: 18px;
	right: 18px;
}

@media (max-width: 959px) {
	.language-nav.mobile {
		display: flex;
	}
}

.language-nav img {
	width: 30px;
	height: 20px;
	margin-bottom: 8px;
}

.language-nav span {
	font-size: 12px;
}

.language-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 14px 10px 0 10px;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}

.language-nav a:hover {
	transform: translateY(-0.25rem);
	font-weight: bold;
}

#footer #footer-logo {
	display: flex;
	align-items: flex-end;
}

#footer #copyright {
	margin-bottom: 0;
}

#footer .footer-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: flex-end;
}

#footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 768px) {
	#footer .footer-bottom {
		flex-wrap: wrap;
	}
}

#footer {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (max-width: 960px) {
	#footer {
		padding-top: 26px;
	}
}

.footer-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 16px;
	padding-bottom: 0;
	width: 100%;
}

#footer #footer-logo {
	display: flex;
	align-items: flex-end;
}

#footer .nav_col {
	float: left;
}

#footer #copyright {
	padding-top: 0;
}

@media (max-width: 768px) {
	#footer #legal-statement {
		width: 100%;
		margin: 15px 0;
	}
}

#footer #site_design {
	font-size: 12px;
	color: #a9a9a9;
}

#footer #site_design a {
	color: #a9a9a9;
}
#footer #site_design a:hover {
	color: #555;
}

#footer #ip-inclusive {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
}

#footer #ip-inclusive img {
	width: 150px;
}

#footer #languages {
	float: right;
}

#footer #languages ul {
	display: flex;
	align-items: center;
}

#footer #languages li {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 16px;
}

#footer #languages li:first-child:before {
	display: none;
}

#footer #languages li:before {
	content: '';
	position: relative;
	top: auto;
	right: 8px;
	width: 6px;
	height: 6px;
	background: rgba(0, 62, 121, 0.95);
	border-radius: 100%;
}

#footer #languages li img {
	width: 30px;
	outline: 1px solid #d2d2d2;
}

@media (max-width: 700px) {
	.regulatory-statement {
		width: 100%;
		padding: 10px 0;
		display: block;
	}
}

.sprite {
	background-image: url(../../assets/images/global/spritesheet.png);
	background-repeat: no-repeat;
	display: inline-block;
	border: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.sprite-china {
	width: 30px;
	height: 17px;
	background-position: -5px -5px;
}

.sprite-france {
	width: 30px;
	height: 17px;
	background-position: -45px -5px;
}

.sprite-germany {
	width: 30px;
	height: 18px;
	background-position: -85px -5px;
}

.sprite-uk {
	width: 30px;
	height: 18px;
	background-position: -85px -5px;
}

.sprite-japan {
	width: 30px;
	height: 17px;
	background-position: -125px -5px;
	outline: 1px solid #f3f3f3;
}

.sprite-korea {
	width: 30px;
	height: 17px;
	background-position: -165px -5px;
	outline: 1px solid #f3f3f3;
}

.sprite-social-linkedin {
	width: 30px;
	height: 30px;
	background-position: -205px -5px;
}

.sprite-social-twitter {
	width: 30px;
	height: 30px;
	background-position: -245px -5px;
}

.sprite-social-youtube {
	width: 30px;
	height: 30px;
	background-position: -285px -5px;
}

.sprite-spain {
	width: 30px;
	height: 17px;
	background-position: -325px -5px;
}

#footer .social {
	padding: 0 0 15px 0;
	display: block;
}

#footer .social .subscribe-link {
	float: none;
	text-align: center;
	margin: 0 0 30px 0;
	display: block;
}

#footer .social h3 {
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
	text-align: right;
}

#footer .social ul li {
	display: inline-block;
}

#footer .social ul li a img {
	width: 30px;
}

#footer_nav_wrapper {
}

#footer_nav_wrapper ul {
}

#footer_nav_wrapper ul li {
	display: inline-block;
}

#footer_nav_wrapper ul li a {
	white-space: nowrap;
	display: block;
	color: #5f5f5f;
	font-size: 12px;
	letter-spacing: 0.7;
	margin-left: 6px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7b7b7b;
}

#footer_nav_wrapper ul li.first a {
	padding-left: 0px;
	margin-left: 0px;
	border-width: 0px;
	font-size: 14px;
}
#footer_nav_wrapper ul li a:hover {
	color: #003e79;
}
.block .inner .body h2.small.pinned {
	margin-bottom: 18px;
}
.news_preview_list {
	margin-top: 20px;
}
.news_preview_list li.pinned {
	font-weight: 600 !important;
	font-size: 19px;
	background: url(/wp-content/uploads/2015/08/pin6.png) top right no-repeat;
	padding-bottom: 8px;
}
.news_preview_list li.pinned .intro .more_btn {
	background-color: #666;
}
.news_preview_list li {
	font-size: 16px;
	color: #ecefcc;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: 400;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d680;
}
.news_preview_list.style2 li {
	font-size: 16px;
	border-bottom-color: #d1d680;
}
.news_preview_list li a {
	color: #ecefcc;
}
.news_preview_list li a:hover {
	color: #626903;
}
.news_preview_list li.last,
.news_preview_list li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}
.news_preview_list li .date {
	font-size: 14px;
	margin-bottom: 4px;
}
.news_preview_list.style2 li .date {
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 400;
}
.news_preview_list li .intro {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
}
.news_preview_list li .intro .more_btn {
}

.careers_preview_list {
	margin-top: 10px;
}
.careers_preview_list li {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-weight: 400;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1cbb1;
}
.careers_preview_list li.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}
.careers_preview_list li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}
.careers_preview_list li .job_title {
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: 400;
	line-height: 1.3;
}
.careers_preview_list li .job_intro {
	font-size: 14px;
	line-height: 18px;
	color: #fbe3d3;
}
.careers_preview_list .job_title a {
	color: #fbe3d3;
	font-size: 16px;
}
.careers_preview_list .job_title a:hover {
	color: #843f14;
}
.careers_view_more {
	color: #fff;
	font-weight: bold;
	margin-top: 6px;
	display: inline-block;
}
#search_form_small {
	display: flex;
	padding: 6px 6px 0px 6px;
}
#search_form_small input#s:focus {
	outline: 0px;
}
#search_form_small #s {
	vertical-align: middle;
	background-color: #e7e7e7;
	color: #868686;
	height: 22px;
	width: 82%;
	border-width: 0px;
	padding-left: 4%;
}
#search_form_small.ld #s {
	background-color: #f3f4e6;
	color: #818901;
}
.bg-colour_light-grey #search_form_small.ld #s {
	background-color: #f3f3f3;
	color: #838383;
}
.bg-colour_light-blue #search_form_small.ld #s {
	background-color: #eef3f7;
	color: #245079;
}
.bg-colour_light-turquoise #search_form_small.ld #s {
	background-color: #e7f5f4;
	color: #0d9b8c;
}
.bg-colour_light-red #search_form_small.ld #s {
	background-color: #faeff1;
	color: #ba3a4f;
}
.bg-colour_light-orange #search_form_small.ld #s {
	background-color: #f8f2ee;
	color: #eb7125;
}
.bg-colour_light-brown #search_form_small.ld #s {
	background-color: #f3f1ef;
	color: #8b8078;
}
.bg-colour_light-purple #search_form_small.ld #s {
	background-color: #f9e9fb;
	color: #95519e;
}
.bg-colour_light-navy #search_form_small.ld #s {
	background-color: #e4f0fc;
	color: #003e79;
}
#search_form_small #submit_btn {
	vertical-align: middle;
	background-color: #2a3141;
	height: 24px;
	width: 12%;
	border-width: 0px;
	background-image: url(../../assets/images/global/form_submit-btn_symbol.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#search_form_small.ld #submit_btn {
	background-color: #818901;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-green.png);
}
.bg-colour_light-grey #search_form_small.ld #submit_btn {
	background-color: #2a3141;
	background-image: url(../../assets/images/global/form_submit-btn_symbol.png);
}
.bg-colour_light-blue #search_form_small.ld #submit_btn {
	background-color: #245079;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-blue.png);
}
.bg-colour_light-turquoise #search_form_small.ld #submit_btn {
	background-color: #0d9b8c;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-turquoise.png);
}
.bg-colour_light-red #search_form_small.ld #submit_btn {
	background-color: #ba3a4f;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-red.png);
}
.bg-colour_light-orange #search_form_small.ld #submit_btn {
	background-color: #eb7125;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-orange.png);
}
.bg-colour_light-brown #search_form_small.ld #submit_btn {
	background-color: #8b8078;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-brown.png);
}
.bg-colour_light-purple #search_form_small.ld #submit_btn {
	background-color: #95519e;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-purple.png);
}
.bg-colour_light-navy #search_form_small.ld #submit_btn {
	background-color: #003e79;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-navy.png);
}
.page_header {
	padding: 46px 0px 0px 28px;
}
.page_header h1 {
	font-size: 40px;
	font-weight: 300;
}
.bg-colour_grey .page_header h1 {
	color: #555;
}
.page_header h1.small {
	font-size: 42px;
}
.page_header h1.two-lines {
	font-size: 38px;
	line-height: 1em;
}
.bc_wrapper {
	line-height: 36px;
	color: #2a2b39;
	font-size: 13px;
	padding-left: 10px;
}
.bc_wrapper a {
	color: #2a2b39;
	font-weight: 400;
	text-decoration: underline;
}
.bg-colour_light-grey .bc_wrapper,
.bg-colour_light-grey .bc_wrapper a {
	color: #2a2b39;
}
.bg-colour_light-blue .bc_wrapper,
.bg-colour_light-blue .bc_wrapper a {
	color: #245079;
}
.bg-colour_light-turquoise .bc_wrapper,
.bg-colour_light-turquoise .bc_wrapper a {
	color: #0d9b8c;
}
.bg-colour_light-red .bc_wrapper,
.bg-colour_light-red .bc_wrapper a {
	color: #ba3a4f;
}
.bg-colour_light-orange .bc_wrapper,
.bg-colour_light-orange .bc_wrapper a {
	color: #eb7125;
}
.bg-colour_light-brown .bc_wrapper,
.bg-colour_light-brown .bc_wrapper a {
	color: #8b8078;
}
.bg-colour_light-purple .bc_wrapper,
.bg-colour_light-purple .bc_wrapper a {
	color: #95519e;
}
.bg-colour_light-navy .bc_wrapper,
.bg-colour_light-navy .bc_wrapper a {
	color: #003e79;
}
.bg-colour_light-green .bc_wrapper,
.bg-colour_light-green .bc_wrapper a {
	color: #a2ad00;
}
.bc_wrapper .current {
	font-weight: 800;
}
#page_side_col {
	float: left;
	width: 310px;
	position: relative;
	padding-top: 16px;
}
/* Video fix */
.single #page_side_col {
	position: inherit;
}
.single iframe {
	max-width: 100% !important;
}
#page_side_col.page_side_col_right {
	width: 300px;
	float: right;
}
#page_side_col.no_top_pad {
	padding-top: 0px;
}
#page_side_col .img_holder {
	clear: left;
	border: 2px solid #fff;
}
#page_side_col .img_holder img {
	width: 100%;
	height: auto;
	display: block;
}
#page_body_col {
	float: right;
	width: 620px;
	position: relative;
	padding-bottom: 25px;
	padding-top: 16px;
}
#page_body_col .block .inner {
	color: #555;
	min-height: 400px;
}
#page_body_col.page_body_col_left {
	float: left;
}
#page_body_col p,
#page_full_col p {
	color: #555;
	padding-right: 20px;
}
#page_full_col p {
	padding-right: 180px;
}
#page_full_col ul li p {
	padding-right: 0;
}
#page_body_col .intro,
#page_full_col .intro {
	font-size: 22px;
	margin-bottom: 20px;
}
.blue #page_body_col .intro p {
	color: #5381ac;
}
#page_body_col ul,
#page_full_col ul {
	list-style: disc;
	color: #555;
	padding-left: 20px;
	margin-bottom: 15px;
}
#page_full_col ul {
	padding-right: 180px;
}
#page_full_col ul.search_list {
	list-style: none;
	padding-left: 0;
}
#page_body_col h2,
#page_body_col h1,
#page_full_col h2,
#page_full_col h1 {
	font-size: 20px;
	padding-right: 20px;
	margin-bottom: 8px;
	color: #555;
}
.news #page_body_col h2,
.news #page_body_col h1,
.news #page_full_col h2,
.news #page_full_col h1 {
	font-size: 28px;
}
#page_body_col h1,
#page_full_col h1 {
	font-size: 24px;
}
#page_body_col h2.large {
	font-size: 24px;
}
#page_full_col {
	padding: 15px;
}
#page_full_col .block .inner {
	/* color: #000; */
	color: #555555;
}
.green #page_body_col h2,
.green #page_body_col .intro p,
.green #page_full_col h2,
.green #page_full_col .intro p {
	color: #848c00;
}
.blue #page_body_col h2,
.blue #page_body_col .intro p,
.blue #page_full_col h2,
.blue #page_full_col .intro p {
	color: #5381ac;
}
.turquoise #page_body_col h2,
.turquoise #page_body_col .intro p,
.turquoise #page_full_col h2,
.turquoise #page_full_col .intro p {
	color: #0d9b8c;
}
.red #page_body_col h2,
.red #page_body_col .intro p,
.red #page_full_col h2,
.red #page_full_col .intro p {
	color: #ba3a4f;
}
.orange #page_body_col h2,
.orange #page_body_col .intro p,
.orange #page_full_col h2,
.orange #page_full_col .intro p {
	color: #eb7125;
}
.brown #page_body_col h2,
.brown #page_body_col .intro p,
.brown #page_full_col h2,
.brown #page_full_col .intro p {
	color: #8b8078;
}
.purple #page_body_col h2,
.purple #page_body_col .intro p,
.purple #page_full_col h2,
.purple #page_full_col .intro p {
	color: #95519e;
}
.orange #page_body_col .intro p a {
	color: #eb7125;
}
/* .turquoise #page_body_col p a {
	color: #0d9b8c;
	font-weight: bold;
} */
#page_body_col table {
	margin-bottom: 20px;
}
#page_body_col table tr {
}
#page_body_col table th {
	text-align: left;
	background: #ccc;
	padding: 10px;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
}
#page_body_col table td {
	text-align: left;
	background: #f2f2f2;
	padding: 10px;
	vertical-align: top;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
}
.level_down_nav_wrapper {
	margin-bottom: 12px;
	padding: 0px 2px 0px 3px;
}
.level_down_nav_wrapper .title {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #555;
	line-height: 22px;
	padding-left: 15px;
}
.level_down_nav_wrapper ul {
}
.level_down_nav_wrapper ul li {
	display: none;
}
.level_down_nav_wrapper ul li.current-menu-ancestor,
.level_down_nav_wrapper ul li.current-menu-ancestor li,
.level_down_nav_wrapper ul li.current-menu-item,
.level_down_nav_wrapper ul li.current-menu-item li {
	display: block;
}
.level_down_nav_wrapper ul li.last {
	border-bottom-width: 0px;
}
.level_down_nav_wrapper ul li a {
	font-size: 15px;
	padding: 3px 0px 3px 15px;
	display: block;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.green .level_down_nav_wrapper ul li a,
.green .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #e3e6b2;
	color: #a2ad00;
}
.turquoise .level_down_nav_wrapper ul li a,
.turquoise.level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #b6e1dc;
	color: #0d9b8c;
}
.red .level_down_nav_wrapper ul li a,
.red .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #eac4ca;
	color: #ba3a4f;
}
.orange .level_down_nav_wrapper ul li a,
.orange .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #faeff1;
	color: #eb7125;
}
.brown .level_down_nav_wrapper ul li a,
.brown .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #e1dddb;
	color: #8b8078;
}
.blue .level_down_nav_wrapper ul li a,
.blue .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #dce7ef;
	color: #5381ac;
}
.purple .level_down_nav_wrapper ul li a,
.purple .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #ebd4ee;
	color: #95519e;
}
.navy .level_down_nav_wrapper ul li a,
.navy .level_down_nav_wrapper ul li ul li ul {
	border-bottom-color: #c8def3;
	color: #003e79;
}
.level_down_nav_wrapper ul > li.current-menu-item > a {
	color: #555;
}
.level_down_nav_wrapper ul li a:hover {
	background: #000;
	color: #fff;
}
.level_down_nav_wrapper ul li ul li ul li.current-menu-item a {
}
.level_down_nav_wrapper ul li ul li ul li ul li a {
	padding-left: 30px;
}
.level_down_nav_wrapper ul li ul li ul li.current-menu-item a:before {
}
.level_down_nav_wrapper ul li ul li ul li ul li a:before {
	content: '\2013';
	padding-right: 5px;
}

.red .level_down_nav_wrapper ul > li.current-menu-item > a {
	background: #f4dfe3;
	color: #ba3a4f;
}
.red .level_down_nav_wrapper ul li a:hover {
	background: #ba3a4f;
	color: #fff;
}
.navy .level_down_nav_wrapper ul > li.current-menu-item > a {
	background: #c8def3;
	color: #003e79;
}
.navy .level_down_nav_wrapper ul li a:hover {
	background: #003e79;
	color: #fff;
}
.turquoise .level_down_nav_wrapper ul > li.current-menu-item > a {
	background: #cfebe8;
	color: #0d9b8c;
}
.turquoise .level_down_nav_wrapper ul li a:hover {
	background: #0d9b8c;
	color: #fff;
}
.orange .level_down_nav_wrapper ul > li.current-menu-item > a {
	background: #f5e4d9;
	color: #eb7125;
}
.orange .level_down_nav_wrapper ul li a:hover {
	background: #eb7125;
	color: #fff;
}
.green .level_down_nav_wrapper ul > li.current-menu-item > a {
	background: #e6e8cc;
	color: #a2ad00;
}
.green .level_down_nav_wrapper ul li a:hover {
	background: #a2ad00;
	color: #fff;
}
.level_down_nav_wrapper ul li ul li ul {
	padding-left: 0px;
	border-bottom: 1px solid #999;
}
.level_down_nav_wrapper ul li ul li ul ul {
	border-bottom: 0px;
}

.level_down_nav_wrapper ul li ul li ul li a {
	padding-left: 25px;
}
.level_down_nav_wrapper ul li ul li ul li {
}
.level_down_nav_wrapper ul li ul li ul li a {
	font-size: 14px;
	border-bottom-width: 0px;
	font-weight: 300;
}
.error_wrapper {
	margin-bottom: 24px;
	padding: 0px 18px 0px 18px;
}
.error_wrapper .title {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #000;
	line-height: 22px;
}
.error_wrapper ul {
}
.error_wrapper ul li.last a {
	border-bottom-width: 0px;
}
.error_wrapper ul li.first a {
	color: #000;
}
.error_wrapper ul li a {
	font-size: 15px;
	padding: 3px 0px;
	display: block;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.error_wrapper ul li a:hover {
	color: #000;
}
.error_wrapper ul li ul {
	margin-left: 12px;
}
.error_wrapper ul li ul li a {
	font-size: 14px;
	font-weight: 300;
}
.team_button {
	display: block;
	padding: 10px;
	border: 2px solid #fff;
	background: #648db4;
}
.team_button a {
	color: #fff;
	background: url(/wp-content/themes/withers-and-rogers/assets/images/global/block_more-icon_small.png) center right
		no-repeat;
	padding-right: 18px;
}
.team_button a:hover {
	color: #d5d5d5;
}
.contact a {
	color: white;
}
.quote_block {
	clear: left;
	background-color: #e8e6e4;
	padding: 20px;
	color: #555;
	border: 2px solid #fff;
}
.quote_block.team_member {
	background-color: #8b8078;
	color: #fff;
}
.quote_block.case_study {
	background-color: #ce4753;
	color: #fff;
}
.quote_block .quote {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}
.quote_block.case_study .quote {
	font-size: 19px;
}
.quote_block.team_member .quote {
	font-size: 28px;
}
.quote_block .author {
	font-weight: bold;
}
.quote_block .company {
}

/* ACCORDION */
body .simnor-shortcode-accordion {
	margin: 14px 0 20px 0;
}
body .simnor-shortcode-toggle {
	margin: 0 0 20px 0;
	display: block;
	border: 0px solid #eee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
body .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	padding: 10px 60px 10px 16px;
}
body .green .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #e6e8cc;
	color: #7a8101;
}
body .turquoise .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #cfebe8;
	color: #0d9b8c;
}
body .red .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #f4dfe3;
	color: #ba3a4f;
}
body .orange .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #f5e4d9;
	color: #eb7125;
}
body .brown .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #e1dddb;
	color: #6e635a;
}
body .purple .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #ebd4ee;
	color: #7f4187;
}
body .blue .simnor-shortcode-toggle h3.simnor-shortcode-toggle-heading {
	background-color: #dce7ef;
	color: #5381ac;
}
.member_details {
}
.member_details h2 {
	font-weight: 400;
	font-size: 30px !important;
	color: #000 !important;
	margin-bottom: 0px !important;
}
.member_details h2 span.qualifications {
	font-weight: 300;
	font-size: 24px;
}
.member_details .job_title {
	font-weight: 300;
	font-size: 20px;
	color: #8b8078;
	margin-bottom: 22px;
	line-height: 16px;
}
#options {
	padding: 14px 5px;
}
.people-finder #body-inner {
	padding-left: 1px;
}
.intro_banner {
}
.intro_banner .body_block {
	background-color: #003e79;
	background-color: rgba(0, 62, 121, 0.9);
	position: absolute;
	top: 30px;
	left: 30px;
	width: 50%;
}
.intro_banner.case_study_banner .body_block {
	width: 55%;
}
.intro_banner.careers .body_block {
	width: 68%;
}
.intro_banner .body_block .inner_block {
	padding: 8px 23px 24px 23px;
}
.intro_banner .body_block h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 5px;
	font-weight: 300;
}
.intro_banner .body_block h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.intro_banner .body_block h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
}
.landing_block_menu {
}
.landing_block_menu a {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	padding-top: 10px;
}
.landing_block_menu a:hover {
}
.contact_block {
	margin-bottom: 4px;
}
.contact_block .info {
	font-size: 12px;
	float: left;
	margin-right: 4px;
	width: 286px;
	background-color: #e8e6e4;
	height: 151px;
}
.contact_block .info .inner {
	padding: 8px 0px 0px 8px;
	border-width: 0px;
}
.contact_block .info h3 {
	color: #003e79;
	font-weight: 600;
}
.contact_block .info p {
	margin: 0px;
	padding: 0px;
}
.contact_block .info p.address {
	margin-bottom: 5px;
}
.contact_block .map {
	height: 151px;
	width: 151px;
	position: relative;
	float: left;
	margin-right: 4px;
}
.contact_block .map iframe {
	height: 151px;
	width: 100%;
}
.contact_block .img_holder {
	height: 151px;
	width: 151px;
	position: relative;
	float: left;
}
.contact_block .img_holder img {
	height: 100%;
	width: 100%;
}

/* team member profile info */
.other_members {
	clear: left;
	margin-top: 12px;
	float: left;
}
.other_members a {
	text-decoration: underline;
	color: #000;
}
.other_members a:hover {
	color: #666;
}
.team_member_info {
	padding: 10px;
	color: #fff;
	border: 2px solid #ffffff;
	border-left: 0px;
	border-top: 0px;
	height: 100px;
	background: #648db4 /*#648db4*/;
	position: relative;
	max-width: 286px;
	float: left;
	width: 100%;
}
.team_member_info.cs {
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	width: 276px;
}
.team_member_info .img img {
	min-width: 112px;
	display: block;
}
.team_member_info .img {
	float: right;
	margin: 0 0 18px 0;
}
.team_member_info p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.team_member_info p.name {
	padding-top: 4px;
	font-size: 17px;
	color: #fff;
}
.team_member_info p.name a {
	color: #fff;
	text-decoration: none;
}
.team_member_info p.name a:hover {
	color: #d5d5d5;
	text-decoration: none;
}
.team_member_info p.surname {
	display: none;
}
.team_member_info p.title {
	font-size: 12px;
	padding-bottom: 8px;
	color: #1f4173 !important;
}
.team_member_info p.position {
	display: none;
}
.team_member_info p.practice {
	display: none;
}
.team_member_info p.email {
}
.team_member_info p.email a {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
.team_member_info p.email a:hover {
	color: #245079;
}
.team_member_info p.office {
	padding: 5px 0 0 0;
	color: #1f4173 !important;
	font-size: 13px;
}
.team_member_info p.tel {
	font-size: 14px;
	color: #fff !important;
}
.team_member_info .social {
	float: left;
	padding-top: 8px;
}
.team_member_info .social a {
	float: left;
	margin-right: 4px;
}
.team_member_info .social img {
}
.landing_carousel {
}
.landing_carousel li {
}
.landing_carousel li .bg_img {
}

.landing_carousel li .body_block {
	background-color: #003e79;
	background-color: rgba(0, 62, 121, 0.95);
	position: absolute;
	top: 30px;
	left: 30px;
	width: 48%;
}

.landing_carousel .body_block .inner_block {
	padding: 10px 23px 22px 23px;
}
.landing_carousel li .body_block h2 {
	color: white;
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: 300;
	line-height: 32px;
}
.landing_carousel li .body_block h3 {
	color: #fff;
	font-size: 16px;
	/* was 20px */

	font-weight: 300;
}
.landing_carousel li .body_block h3 span {
	padding-top: 8px;
	font-size: 16px;
	/* was 20px */
	color: #ccd8e4;
	display: block;
}
.landing_carousel li .body_block h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
}

.landing_carousel li .body_block h2 a,
.landing_carousel li .body_block h3 a {
	color: #fff;
	text-decoration: underline;
}
.landing_carousel li .body_block h2 a:hover,
.landing_carousel li .body_block h3 a:hover {
	color: #ccc;
}

/* Top Slider Landing Carousel styles only */

.landing_carousel li .body_block.top-slider {
	background-color: #003e79;
	background-color: rgba(0, 62, 121, 0.95);
	position: absolute;
	top: 24px;
	left: 15px;
	width: 57%;
}

.landing_carousel .body_block .top-slider .inner_block {
	padding: 10px 23px 22px 23px;
}
.landing_carousel li .body_block.top-slider h2 {
	margin-bottom: 10px;
	margin-top: 16px;
}

.bxslider {
	visibility: hidden;
}
.bx-wrapper {
	position: relative;
}
.bx-controls {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.bx-pager {
	position: absolute;
	bottom: 23px;
	right: 11px;
	z-index: 700;
}

/* .home_features_carousel_wrapper {
    height: 254px!important;
} */
.home_features_carousel_wrapper .bx-pager {
	bottom: 9px;
}
.bx-pager .bx-pager-item {
	display: inline-block;
	margin-left: 4px;
}
.bx-pager .bx-pager-item a {
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	opacity: 0.6;
	border-radius: 7px;
}
.home_features_carousel_wrapper .bx-pager .bx-pager-item a {
	opacity: 0.5;
	background-color: #8b8078;
}
.bx-pager .bx-pager-item a.active {
	opacity: 1;
}
.bx-controls-direction {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 600;
}
.bx-controls-direction a {
	font-size: 30px;
	margin-top: -15px;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	color: #fff;
}
.bx-controls-direction a.bx-prev {
	left: 5px;
}
.bx-controls-direction a.bx-next {
	right: 5px;
}
.bx-controls-direction a:hover {
	opacity: 1;
}
.people_search_form {
}
.people_search_form .search_field {
	border-width: 0px;
	color: #245079;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	width: 150px;
}
.people_search_form .search_field_small {
	border-width: 0px;
	color: #245079;
	background-color: #fff;
	padding: 8px 0px 9px 0px;
	vertical-align: middle;
}
.people_search_form .search_btn {
	border-width: 0px;
	color: #fff;
	background-color: #245079;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
}
.view_all_people_btn {
	margin-top: 2px;
	color: #dde6ee;
	display: inline-block;
	text-decoration: underline;
}
.view_all_people_btn:hover {
	color: #fff;
}
.cs_landing_menu {
	overflow: auto;
	padding-right: 10px;
}
.cs_landing_menu a {
	font-size: 16px;
	color: #f1d8dc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dea3af;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-weight: 400;
}
.cs_landing_menu a:hover {
	color: #5a1924;
}
#mobileNavWrapper {
	display: none;
}
.news_list_wrapper {
}
.news_list_wrapper .news_list {
	margin: 0px;
	padding: 0px;
	list-style: none !important;
}
.news_list_wrapper .news_list li {
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.news_list_wrapper .news_list li:first-child {
	padding-top: 0px;
}
.news_list_wrapper .news_list li .img_col {
	width: 35%;
	float: left;
}
.news_list_wrapper .news_list li .img_col img {
	width: 90%;
	height: auto;
	border: 1px solid #cecece;
}
.news_list_wrapper .news_list li .body_col {
	width: 65%;
	float: right;
}
.news_list_wrapper .news_list li.no_img .body_col {
	width: 100%;
	float: none;
}
.news_list_wrapper .news_list li .body_col .title {
}
.news_list_wrapper .news_list li .body_col .title h3 {
	font-size: 26px;
	margin: 0px;
	color: #000;
	font-weight: 300;
}
.news_list_wrapper .news_list li .body_col .date {
	font-size: 14px;
}
.news_list_wrapper .news_list li .body_col .excerpt {
	margin-top: 24px;
}
.news_list_wrapper .news_list li .body_col .read_more {
	color: #000;
	font-weight: bold;
}
.news_side_widgets {
}
.news_side_widgets .widget {
	margin-bottom: 30px;
}
.news_side_widgets .widget h2 {
	font-size: 26px;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 4px;
}
.news_side_widgets .widget ul {
	list-style: none !important;
	margin: 0px;
}
.news_side_widgets .widget ul li {
}
.news_side_widgets .widget ul li a {
}
.news_side_widgets .widget ul li.current-cat a,
.news_side_widgets .widget ul li.current-archive a {
	font-weight: 600;
}
.news_side_widgets .widget ul li a:hover {
}

.pagination {
	text-align: center;
}
.pagination a,
.pagination span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 3px;
	background-color: #e5e5e5;
	color: #000;
	text-align: center;
	font-size: 16px;
}
.pagination span {
	background-color: #003d78;
	color: #fff;
}
.search_list li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204, 204, 204, 1);
}
.search_list li:last-child {
	border-bottom-width: 0px;
}
.search_list li .type {
	font-size: 12px;
	margin-bottom: 5px;
}
.search_list li .excerpt {
	margin-bottom: 5px;
}
.search_list li .excerpt p {
	margin-bottom: 0px;
}
#people {
	display: flex;
	flex-wrap: wrap;
}
#people p.title {
	font-size: 13px;
	padding-bottom: 8px;
	color: #000000;
	font-weight: normal;
}
#people p.email a {
	font-size: 11px;
	color: #245079;
	text-decoration: underline;
}
#people p.email a:hover {
	color: #000;
}
.team-member h2,
.team-member p {
	color: #555;
}
.block .inner .body p.phone {
	font-size: 20px;
	margin-bottom: 0;
}

.news.orange .level_down_nav_wrapper {
	margin-bottom: 0px;
}
.news.orange #page_side_col {
	padding-top: 0px;
}

.block .inner.career-cta h2 {
	color: #222;
	margin-bottom: 12px;
}
.block .inner.career-cta p.phone {
	color: #222;
	font-size: 18px;
}
.block .inner.career-privacy h2 {
	color: #222;
	margin-bottom: 12px;
}
.block .inner.career-privacy p.recruitment-notice {
	color: #222;
	font-size: 18px;
}
.career-email {
	font-size: 17px;
}

p.profile-email,
p.profile-email a {
	color: white;
	margin-bottom: 3px;
	font-size: 14px;
}
p.profile-email a {
	color: #555;
	border-bottom: 1px solid #555;
}
p.profile-email a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
p.profile-office {
	margin: 8px 0 0;
	font-size: 14px !important;
	color: #666;
}
.home_slider_single .bx-controls {
	display: none !important;
}

.home_features_carousel li .img_col {
	color: #fff;
	font-size: 26px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 28%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.home_features_carousel li .txt_col {
	position: absolute;
	left: 28%;
	top: 50%;
	transform: translateY(-50%);
	width: 72%;
}
.home_features_carousel li .txt_col.full {
	left: 0px;
	width: 100%;
}
.home_features_carousel li .txt_col p {
	padding: 14px 60px 0px 20px;
}
.home_features_carousel li .txt_col p a,
.home_features_carousel li .txt_col p.nolink {
	color: #555;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2em;
	text-decoration: none;
}
.home_features_carousel .bx-clone {
	display: none;
}
.home_features_carousel_wrapper .bx-controls-direction {
	display: none;
}
.home_features_carousel_wrapper .bx-controls {
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	width: 80px;
	height: 45px;
}
.page_body_col_left.news_post_col {
	padding-left: 20px;
}
#FSContact1 {
	padding-top: 20px;
	padding-right: 20px;
}
#FSContact1 #fscf_required1 {
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}
#FSContact1 label {
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
#FSContact1 input[type='text'],
#FSContact1 input[type='email'],
#FSContact1 input[type='tel'] {
	padding: 6px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#FSContact1 textarea {
	padding: 6px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#FSContact1 #fscf_submit1 {
	cursor: pointer;
	border-width: 0px;
	color: #fff;
	background-color: #333;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}
#FSContact1 {
}
.cs_landing_feature_img {
	background-size: cover;
}
.cs_landing_feature_img .body_block h3 {
	font-size: 16px;
}
.cs_landing_feature_img .body_block .inner_block a {
	text-decoration: underline;
	color: white;
}
.cs_landing_feature_img .body_block .inner_block a:hover {
	color: #ccc;
}

/* Careers stuff */
#page_body_col p.sector {
	font-size: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}

#page_body_col p a.career_button {
	padding: 10px 20px;
	background: #d55c19;
	color: white;
	display: inline-block;
	font-size: 16px;
}
#page_body_col p a.career_button:hover {
	background: #9e4517;
}

#page_body_col p.location {
	font-size: 20px;
	padding-right: 20px;
	margin-bottom: 8px;
}
#page_body_col h2.career_type_header {
	margin-bottom: 20px;
}
#page_body_col ul.opportunities_list {
	list-style: none;
	padding-left: 0px;
}
#page_body_col p.oppTitle {
	font-size: 16px;
	font-weight: 600;
}
.people_search_reset {
	text-align: center;
}
.addthis_inline_share_toolbox {
	clear: left;
	float: left;
	margin-top: 20px;
}
.at-share-btn:first-child {
	margin-left: 0px !important;
}
.reason {
	border: 1px solid #a2ad00;
	padding: 20px 0 0 20px;
	margin: 20px 20px 0 0;
}
.reason a[href='#top'] {
	display: block;
	background: #a2ad00;
	width: 76px;
	color: white;
	padding: 10px 35px 10px 15px;
	background-image: url(../../assets/images/global/wr-up-arrow.png);
	background-repeat: no-repeat;
	background-position: 96px center;
}
#page_body_col ul.reasons {
	list-style: none;
	padding: 0 0 15px 0;
}
#page_body_col ul.reasons li a {
	display: block;
	padding: 10px 15px;
	margin: 0 20px 5px 0;
	background: #e6e8cc;
}
#page_body_col ul.reasons li a span {
	font-weight: 600;
	width: 55px;
	display: inline-block;
}
#page_body_col ul.reasons li a:hover {
	background: #a2ad00;
	color: white;
	background-image: url(../../assets/images/global/block_more-icon.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}

.pum-button {
	color: #003a70;
	background: white;
	padding: 4px 10px;
	font-weight: 600;
	margin-right: 10px;
}
span.pum-close.popmake-close {
	color: #003a70;
	background: #ccc;
	padding: 4px 10px;
	font-weight: 400;
}

#popmake-3131 {
	top: 80% !important;
}

/*
----------------------
Career - Child pages
----------------------
*/
.get-insight .block.rows3 {
	height: 160px;
}

/*
-------------------------
Career - Single Post
-------------------------
*/

/* Additional sidebar section */

.apply-now-section p a {
	color: #fff;
}
.block .inner.apply-now-section h2 {
	color: #fff;
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 300;
}

input.tml-field {
	max-width: 20rem;
	font-size: 24px;
	padding: 0.3 0.5rem;
}

/* Sector Related Posts */

#page_body_col .sector-posts-wrapper {
	clear: both;
	padding: 15px 0;
	overflow: hidden;
}

#page_body_col .sector-posts-wrapper h2 {
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	color: #fff;
	background: #ba3a4f;
	padding: 15px;
}

#page_body_col .sector-posts-wrapper h2 span {
	text-decoration: underline;
}

#page_body_col .sector-posts-inner {
	display: flex;
	flex-wrap: wrap;
	padding-right: 20px;
	background: #fff;
	overflow-y: scroll;
	height: 250px;
}

#page_body_col .sector-posts-inner .sector-post-link {
	width: 100%;
	margin: 0 15px;
	background: #fff;
	border-bottom: solid 1px #ba3a4f;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 0;
}

#page_body_col .sector-posts-inner h3 {
	margin-bottom: 6px;
	color: #ba3a4f;
	padding: 0;
}

#page_body_col .sector-posts-inner p.date {
	font-size: 12px;
	margin-bottom: 15px;
}

#page_body_col .sector-posts-inner .readmore-link {
	color: #ba3a4f;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 0;
	margin: 0;
}

.home .home-carousel-body {
	height: 260px;
}

.home .unitary-patent-section .inner .body {
	height: 242px;
}

.home .unitary-patent-section,
.home .unitary-patent-section .inner,
.home .home-carousel-body .inner,
.home .home-carousel-body .inner .bx-wrapper,
.home .home-carousel-body .inner .bx-viewport,
.home .home-carousel-body .inner .bxslider,
.home .home-carousel-body .inner .bx-wrapper li,
.home .home-carousel-body .inner .bx-wrapper li .bg_img,
.home .home-carousel-body .inner .bx-wrapper li img {
	height: 254px !important;
}

.home .home-carousel-body .inner .bx-wrapper li img {
	object-fit: cover;
}

.home .home-carousel-body .bxslider .title {
	display: none;
}

.home .home-carousel-body .landing_carousel li .body_block h2 {
	font-size: 16px;
	line-height: 24px;
}

.home .home-carousel-body .landing_carousel li .body_block {
	top: 15px;
}

.home-latest-news,
.home-latest-news .inner,
.home-latest-news .inner .body {
	height: 414px !important;
}

.page-id-4252 #page_full_col p {
	padding-right: 0px;
}

.covid-notice {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #9a8b7d;
	width: 100%;
	height: auto;
	z-index: 1000;
	padding: 1rem;
	box-sizing: border-box;
}

.covid-notice h1 {
	margin-bottom: 0.5rem;
	color: #fff;
	font-size: 1rem;
	width: calc(100% - 5rem);
}

.covid-notice p {
	font-size: 0.875rem;
	color: #fff;
	margin: 0;
	width: calc(100% - 5rem);
}

.covid-notice .close-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	z-index: 1000;
	cursor: pointer;
	fill: #fff;
	padding: 0.8rem;
}

.home .covid-notice {
	display: block;
}

/* WR cookie button accept button colour  */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: rgb(162, 173, 0);
}

/* Hide 'In This Section' text on /thank-you page */
body.page-id-5219 .level_down_nav_wrapper {
	display: none !important;
}

/* webinars archive */

.bg-colour_violet {
	background-color: #52286a;
}

.bg-colour_light-violet {
	background-color: #ebd4ee;
}

.block .inner.bg-colour_violet h2 {
	color: #eadcec;
}

.block .inner.bg-colour_violet:hover h2 {
	color: #fff;
}

.bg-colour_light-violet #search_form_small.ld #submit_btn {
	background-color: #95519e;
	background-image: url(../../assets/images/global/form_submit-btn_symbol-purple.png);
}

.bg-colour_light-violet #search_form_small.ld #s {
	background-color: #f9e9fb;
	color: #52286a;
}

.bg-colour_light-violet .bc_wrapper,
.bg-colour_light-violet .bc_wrapper a {
	color: #52286a;
}

.violet #page_body_col h2,
.violet #page_body_col .intro p {
	color: #52286a;
}

#page_body_col.page_body_col_left.__webinars {
	width: 100%;
}

.webinars {
	padding: 0 30px;
	width: auto;
	display: block;
	position: relative;
}

.webinars-grid {
	display: block;
	padding-top: 0.5rem;
}
@media(min-width:768px){
	.webinars-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0.5rem;
	}
}
@media(min-width:992px){
	.webinars-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.webinars-item {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	background-color: #0d9b8c;
	transition: all 0.3s ease;
}

.webinars-item:hover,
.webinars-item:focus {
	background-color: #19beae;
}
.webinars-item:hover .webinars-item__background::before,
.webinars-item:focus .webinars-item__background::before {
	background-color: #19beae;
	opacity: 0.5;
}

.webinars-item:last-of-type::before {
	display: none;
}

.webinars-item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 2;
	background-color: #0d9b8c;
	transition: all 0.3s ease;
}

.webinars-item__background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.webinars-item__background::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 2;
	background-color: #0d9b8c;
	transition: all 0.3s ease;
}

.webinars-item__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.webinars-item__content {
	position: relative;
	z-index: 3;
	padding: 2rem;
}

.webinars-item__content p {
	color: #fff!important;
	font-size: 12px;
}

.webinars-item h3 {
	color: #fff!important;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0.5rem;
}

.webinars-single h3,
.webinars-intro__title {
	font-weight: bold;
	font-size: 22px;
	/* color: #0d9b8c!important; */
	color: #555!important;
	margin-bottom: 0.5rem;
}

.webinars-register {
	width: 100%;
	display: block;
}

/* @media(min-width:992px){
	.webinars-register {
		width: 70%;
	}
} */

.webinars-register h4 {
	font-weight: bold;
	font-size: 18px;
	/* color: #0d9b8c!important; */
	color: #555;
	display: block;
	margin-bottom: 0.5rem;
}

.webinars-login {
	display: flex;
}

.webinars-login a {
	color: #0d9b8c;
	font-weight: bold;
	margin: 0;
	transition: all 0.3s ease;
}

.webinars-login a:hover,
.webinars-login a:focus {
	color: #5cbdb3;
}

.webinars .webinars-logout {
	background-color: rgb(239, 239, 239);
	color: #000;
	transition: all 0.3s ease;
	padding: 10px 20px;
	display: inline-block;
}

.webinars .webinars-logout:hover,
.webinars .webinars-logout:focus {
	background-color: #0d9b8c;
	color: #fff;
}

/* webinars single */

.page_body_col_webinar,
.page_body_col_webinar#page_body_col {
	width: 100%;
	padding: 0 10px;
}

.page_body_col_webinar .block .inner {
	padding: 20px;
	display: block;
}

.webinars-single {
	padding: 0 20px;
}

.webinars-single__video {
	width: 100%;
	height: 250px;
}
.webinars-single__video iframe {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

@media(min-width:768px){
	.webinars-single__video {
		width: 80%;
		height: 350px;
	}
}

/* webinar form */

.ur-frontend-form {
    margin-bottom: 30px;
    border: none;
    padding: 0px;
    box-sizing: border-box;
	width: 100%;
	overflow: visible!important;
}

.ur-frontend-form form {
	width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
    flex: none;
    padding: 0px;
}

.ur-frontend-form .ur-form-row {
	display: grid;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
    flex: none;
    padding: 0;
	width: 100%!important;
}

@media(max-width:768px){
	.ur-frontend-form .ur-form-row .ur-form-grid {
		margin-bottom: 0px!important;
	}
}

@media(min-width:992px){
	.ur-frontend-form .ur-form-row {
		width: 620px;
	}
}

.ur-frontend-form .ur-form-row:nth-of-type(3) {
    display: block;
}

.ur-label {
	/* color: #0d9b8c!important; */
	color: #555;
}

.ur-button-container {
	padding: 0!important;
}

.ur-button-container button {
	margin: 0!important;
	transition: all 0.3s ease;
}

.ur-button-container button:hover,
.ur-button-container button:focus {
	color: #fff;
	background-color: #0d9b8c;
}

.ur-form-grid select,
.ur-form-grid input {
    border: 2px solid #555;
}

/* UPP Calculator */
@media(min-width: 959px){
	.container.upp-container {
		width: 90%;
	}
}


.calculator {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 41%, rgba(0,61,121,1) 41%);
	padding-bottom: 6rem;
	padding-top: 3rem;
	min-height: 100vh;
}

.calculator-main {
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 0 1rem;
}

@media(min-width: 992px){
	.calculator-main {
		width: 90%;
	}
}

.upp-calculator-form {

}

@media(min-width: 1200px){
	.upp-calculator-form form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.upp-calculator-form form p {
		width: 45%;
	}
}



.upp-calculator-form form p label {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.upp-calculator-form form p label span {
	margin-top: 10px;
	display: block;
}

.upp-calculator-form form p label span input {
	border: 2px solid #000;
	height: 36px;
	padding-left: 15px;
	width: 100%;
}

.upp-calculator-form form p label span input:focus {
	border-radius: 0!important;
}

.upp-calculator-form form input.wpcf7-submit {
	background-color: #efefef;
	border: none;
	color: #000;
	font-weight: bold;
	padding: 7px 14px;
	transition: all 0.3s ease;
}

.upp-calculator-form form input.wpcf7-submit:hover,
.upp-calculator-form form input.wpcf7-submit:focus {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.upp-calculator-title {
	margin-bottom: 1.5rem;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

.upp-calculator-notification {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.upp-calculator-notification a {
	color: #000;
	padding: 5px 8px;
	background-color: #efefef;
	transition: all 0.3s ease;
}

.upp-calculator-notification a:hover,
.upp-calculator-notification a:focus {
	background-color: #000;
	color: #fff;
}

.upp-calculator-access p {
	padding: 0!important;
}

.upp-calculator-access .cmicca-accesscode-container,
.upp-calculator-denied .cmicca-accesscode-container {
	border: 5px solid #000;
	max-width: 550px;
}

.upp-calculator-access .cmicca-accesscode-container h2,
.upp-calculator-denied .cmicca-accesscode-container h2 {
	color: #000!important;
}

.upp-calculator-access .cmicca_accesscode_trigger,
.upp-calculator-denied .cmicca-accesscode_trigger {
	background-color: #efefef;
	border: none;
	color: #000;
	font-weight: bold;
	padding: 7px 14px;
	transition: all 0.3s ease;
}

.upp-calculator-access .cmicca-accesscode_trigger:hover,
.upp-calculator-access .cmicca-accesscode_trigger:focus {
	background-color: #000;
	color: #fff;
}

.cmicca-login-field label,
.cmicca-login-field div {
	margin-bottom: 10px;
	display: block;
}

.cmicca-login-field .cmicca_accesscode_value,
.cmicca-login-field .cmicca_email_value {
	border: 2px solid #000;
	height: 36px!important;
	padding-left: 5px!important;
	width: 100%;
}

.cmicca-login-field button.cmicca_accesscode_trigger {
	background-color: #efefef;
	border: none;
	color: #000;
	font-weight: bold;
	padding: 7px 14px!important;
	font-size: 14px!important;
	transition: all 0.3s ease;
}

.cmicca-login-field button.cmicca-accesscode_trigger:hover,
.cmicca-login-field button.cmicca-accesscode_trigger:focus {
	background-color: #000;
	color: #fff;
}