﻿@charset "UTF-8";/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face{font-family:'SiYuanSongTi';src: url('../fonts/icomoon.ttf');}
@font-face{font-family:'Poppins';src: url('../fonts/Poppins.ttf');}
@font-face{font-family:'FontAwesome';src: url('../fonts/fontawesome-webfont.woff');}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a.nice-select.open, a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
p.intro {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 31px;
    letter-spacing: .11px;
    margin-bottom: 30px;
    color: #000;
}
td, th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*, :after, :before {
	background: 0 0!important;
	color: #000!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}


.navbar {
	display: none
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important
}
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #337ab7;
	text-decoration: none
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable.nice-select.open, .sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
cursor:pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}
.h1, h1 {
	font-size: 36px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 24px
}
.h4, h4 {
	font-size: 18px
}
.h5, h5 {
	font-size: 14px
}
.h6, h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}
@media (min-width:768px) {
.lead {
	font-size: 21px
}
}
.small, small {
	font-size: 85%
}
.mark, mark {
	background-color: #fcf8e3;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.initialism, .text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #777
}
.text-primary {
	color: #337ab7
}
a.text-primary:focus, a.text-primary:hover {
	color: #286090
}
.text-success {
	color: #3c763d
}
a.text-success:focus, a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:focus, a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:focus, a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff
}
.bg-primary {
	background-color: #337ab7
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 20px
}
dd, dt {
	line-height: 1.42857
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
	content: " ";
	display: table
}
.dl-horizontal dd:after {
	clear: both
}
@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.initialism {
	font-size: 90%
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:after {
	clear: both
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}

.container-fluid:after, .container-fluid:before {
	content: " ";
	display: table
}
.container-fluid:after {
	clear: both
}


.row {
	margin-left: -15px;
	margin-right: -15px
}
.row:after, .row:before {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-1 {
	width: 8.33333%
}
.col-xs-2 {
	width: 16.66667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333%
}
.col-xs-5 {
	width: 40%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 60%
}
.col-xs-8 {
	width: 66.66667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.33333%
}
.col-xs-11 {
	width: 91.66667%
}
.col-xs-12 {
	width: 100%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-pull-1 {
	right: 8.33333%
}
.col-xs-pull-2 {
	right: 16.66667%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333%
}
.col-xs-pull-5 {
	right: 41.66667%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-7 {
	right: 58.33333%
}
.col-xs-pull-8 {
	right: 66.66667%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-10 {
	right: 83.33333%
}
.col-xs-pull-11 {
	right: 91.66667%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-push-1 {
	left: 8.33333%
}
.col-xs-push-2 {
	left: 16.66667%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333%
}
.col-xs-push-5 {
	left: 41.66667%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-7 {
	left: 58.33333%
}
.col-xs-push-8 {
	left: 66.66667%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-10 {
	left: 83.33333%
}
.col-xs-push-11 {
	left: 91.66667%
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-offset-0 {
	margin-left: 0
}
.col-xs-offset-1 {
	margin-left: 8.33333%
}
.col-xs-offset-2 {
	margin-left: 16.66667%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333%
}
.col-xs-offset-5 {
	margin-left: 41.66667%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-7 {
	margin-left: 58.33333%
}
.col-xs-offset-8 {
	margin-left: 66.66667%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-10 {
	margin-left: 83.33333%
}
.col-xs-offset-11 {
	margin-left: 91.66667%
}
.col-xs-offset-12 {
	margin-left: 100%
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-1 {
	width: 8.33333%
}
.col-sm-2 {
	width: 16.66667%
}
.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	width: 33.33333%
}
.col-sm-5 {
	width: 43.66667%
}
.col-sm-6 {
	width: 50%
}
.col-sm-7 {
	width: 58.33333%
}
.col-sm-8 {
	width: 66.66667%
}
.col-sm-9 {
	width: 75%
}
.col-sm-10 {
	width: 83.33333%
}
.col-sm-11 {
	width: 91.66667%
}
.col-sm-12 {
	width: 100%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-pull-1 {
	right: 8.33333%
}
.col-sm-pull-2 {
	right: 16.66667%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-4 {
	right: 33.33333%
}
.col-sm-pull-5 {
	right: 41.66667%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-7 {
	right: 58.33333%
}
.col-sm-pull-8 {
	right: 66.66667%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-10 {
	right: 83.33333%
}
.col-sm-pull-11 {
	right: 91.66667%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-push-1 {
	left: 8.33333%
}
.col-sm-push-2 {
	left: 16.66667%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-4 {
	left: 33.33333%
}
.col-sm-push-5 {
	left: 41.66667%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-7 {
	left: 58.33333%
}
.col-sm-push-8 {
	left: 66.66667%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-10 {
	left: 83.33333%
}
.col-sm-push-11 {
	left: 91.66667%
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-offset-0 {
	margin-left: 0
}
.col-sm-offset-1 {
	margin-left: 6.33333%
}
.col-sm-offset-2 {
	margin-left: 16.66667%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-4 {
	margin-left: 33.33333%
}
.col-sm-offset-5 {
	margin-left: 41.66667%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-7 {
	margin-left: 58.33333%
}
.col-sm-offset-8 {
	margin-left: 66.66667%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-10 {
	margin-left: 83.33333%
}
.col-sm-offset-11 {
	margin-left: 91.66667%
}
.col-sm-offset-12 {
	margin-left: 100%
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-1 {
	width: 8.3%
}
.col-md-2 {
	width: 16.66667%
}
.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.33333%
}
.col-md-5 {
	width: 37%;
}
.col-md-6 {
	width: 50%
}
.col-md-7 {
	width: 76%
}
.col-md-8 {
	width: 66.66667%
}
.col-md-9 {
	width: 75%
}
.col-md-10 {
	width: 83.33333%
}
.col-md-11 {
	width: 91.66667%
}
.col-md-12 {
	width: 100%
}
.col-md-pull-0 {
	right: auto
}
.col-md-pull-1 {
	right: 8.33333%
}
.col-md-pull-2 {
	right: 16.66667%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-4 {
	right: 33.33333%
}
.col-md-pull-5 {
	right: 41.66667%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-7 {
	right: 58.33333%
}
.col-md-pull-8 {
	right: 66.66667%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-10 {
	right: 83.33333%
}
.col-md-pull-11 {
	right: 91.66667%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-push-0 {
	left: auto
}
.col-md-push-1 {
	left: 8.33333%
}
.col-md-push-2 {
	left: 16.66667%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-4 {
	left: 33.33333%
}
.col-md-push-5 {
	left: 41.66667%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-7 {
	left: 58.33333%
}
.col-md-push-8 {
	left: 66.66667%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-10 {
	left: 83.33333%
}
.col-md-push-11 {
	left: 91.66667%
}
.col-md-push-12 {
	left: 100%
}
.col-md-offset-0 {
	margin-left: 0
}
.col-md-offset-1 {
	margin-left: 8.33333%
}
.col-md-offset-2 {
	margin-left: 16.66667%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-4 {
	margin-left: 33.33333%
}
.col-md-offset-5 {
	margin-left: 41.66667%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-7 {
	margin-left: 58.33333%
}
.col-md-offset-8 {
	margin-left: 66.66667%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-10 {
	margin-left: 83.33333%
}
.col-md-offset-11 {
	margin-left: 91.66667%
}
.col-md-offset-12 {
	margin-left: 100%
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-1 {
	width: 8.33333%
}
.col-lg-2 {
	width: 16.66667%
}
.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.33333%
}
.col-lg-5 {
	width: 41.66667%
}
.col-lg-6 {
	width: 50%
}
.col-lg-7 {
	width: 58.33333%
}
.col-lg-8 {
	width: 66.66667%
}
.col-lg-9 {
	width: 75%
}
.col-lg-10 {
	width: 83.33333%
}
.col-lg-11 {
	width: 91.66667%
}
.col-lg-12 {
	width: 100%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-pull-1 {
	right: 8.33333%
}
.col-lg-pull-2 {
	right: 16.66667%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-4 {
	right: 33.33333%
}
.col-lg-pull-5 {
	right: 41.66667%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-7 {
	right: 58.33333%
}
.col-lg-pull-8 {
	right: 66.66667%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-10 {
	right: 83.33333%
}
.col-lg-pull-11 {
	right: 91.66667%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-push-1 {
	left: 8.33333%
}
.col-lg-push-2 {
	left: 16.66667%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-4 {
	left: 33.33333%
}
.col-lg-push-5 {
	left: 41.66667%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-7 {
	left: 58.33333%
}
.col-lg-push-8 {
	left: 66.66667%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-10 {
	left: 83.33333%
}
.col-lg-push-11 {
	left: 91.66667%
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-offset-0 {
	margin-left: 0
}
.col-lg-offset-1 {
	margin-left: 8.33333%
}
.col-lg-offset-2 {
	margin-left: 16.66667%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-4 {
	margin-left: 33.33333%
}
.col-lg-offset-5 {
	margin-left: 41.66667%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-7 {
	margin-left: 58.33333%
}
.col-lg-offset-8 {
	margin-left: 66.66667%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-10 {
	margin-left: 83.33333%
}
.col-lg-offset-11 {
	margin-left: 91.66667%
}
.col-lg-offset-12 {
	margin-left: 100%
}
}


table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
th {
	text-align: left
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.table-responsive {
	overflow-x: auto;
	min-height: .01%
}
@media screen and (max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control::-ms-expand {
border:0;
background-color:transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	line-height: 34px
}
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm>.input-group-btn>input.btn[type=date], .input-group-sm>.input-group-btn>input.btn[type=datetime-local], .input-group-sm>.input-group-btn>input.btn[type=month], .input-group-sm>.input-group-btn>input.btn[type=time], .input-group-sm>input.form-control[type=date], .input-group-sm>input.form-control[type=datetime-local], .input-group-sm>input.form-control[type=month], .input-group-sm>input.form-control[type=time], .input-group-sm>input.input-group-addon[type=date], .input-group-sm>input.input-group-addon[type=datetime-local], .input-group-sm>input.input-group-addon[type=month], .input-group-sm>input.input-group-addon[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
	line-height: 30px
}
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg>.input-group-btn>input.btn[type=date], .input-group-lg>.input-group-btn>input.btn[type=datetime-local], .input-group-lg>.input-group-btn>input.btn[type=month], .input-group-lg>.input-group-btn>input.btn[type=time], .input-group-lg>input.form-control[type=date], .input-group-lg>input.form-control[type=datetime-local], .input-group-lg>input.form-control[type=month], .input-group-lg>input.form-control[type=time], .input-group-lg>input.input-group-addon[type=date], .input-group-lg>input.input-group-addon[type=datetime-local], .input-group-lg>input.input-group-addon[type=month], .input-group-lg>input.input-group-addon[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
	line-height: 46px
}
}
.form-group {
	margin-bottom: 15px
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}
.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
	height: 30px;
	line-height: 30px
}
.input-group-sm>.input-group-btn>select.btn[multiple], .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select.form-control[multiple], .input-group-sm>select.input-group-addon[multiple], .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}
.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg {
	height: 46px;
	line-height: 46px
}
.input-group-lg>.input-group-btn>select.btn[multiple], .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select.form-control[multiple], .input-group-lg>select.input-group-addon[multiple], .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
	height: auto
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}
.has-error .form-control-feedback {
	color: #a94442
}
.has-feedback label~.form-control-feedback {
	top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
@media (min-width:768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-static {
	display: inline-block
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
	width: auto
}
.form-inline .input-group>.form-control {
	width: 100%
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .checkbox, .form-inline .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .checkbox label, .form-inline .radio label {
	padding-left: 0
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
	top: 0
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
	content: " ";
	display: table
}
.form-horizontal .form-group:after {
	clear: both
}
@media (min-width:768px) {
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 18px
}
}
@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 12px
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus.nice-select.open, .btn.nice-select.open:focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.btn.active, .btn.nice-select.open, .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active, .btn-default.nice-select.open, .btn-default:active, .open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus.nice-select.open, .btn-default.nice-select.open:focus, .btn-default.nice-select.open:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.btn-default.active, .btn-default.nice-select.open, .btn-default:active, .open>.btn-default.dropdown-toggle {
	background-image: none
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active, .btn-primary.nice-select.open, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus.nice-select.open, .btn-primary.nice-select.open:focus, .btn-primary.nice-select.open:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}
.btn-primary.active, .btn-primary.nice-select.open, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
	background-image: none
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active, .btn-success.nice-select.open, .btn-success:active, .open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus.nice-select.open, .btn-success.nice-select.open:focus, .btn-success.nice-select.open:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}
.btn-success.active, .btn-success.nice-select.open, .btn-success:active, .open>.btn-success.dropdown-toggle {
	background-image: none
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active, .btn-info.nice-select.open, .btn-info:active, .open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus.nice-select.open, .btn-info.nice-select.open:focus, .btn-info.nice-select.open:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}
.btn-info.active, .btn-info.nice-select.open, .btn-info:active, .open>.btn-info.dropdown-toggle {
	background-image: none
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active, .btn-warning.nice-select.open, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus.nice-select.open, .btn-warning.nice-select.open:focus, .btn-warning.nice-select.open:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}
.btn-warning.active, .btn-warning.nice-select.open, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
	background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active, .btn-danger.nice-select.open, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus.nice-select.open, .btn-danger.nice-select.open:focus, .btn-danger.nice-select.open:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}
.btn-danger.active, .btn-danger.nice-select.open, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
	background-image: none
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}
.btn-link, .btn-link.active, .btn-link.nice-select.open, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link.nice-select.open, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}
.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}
.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropdown, .dropup {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn.nice-select.open, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn.nice-select.open, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar:after, .btn-toolbar:before {
	content: " ";
	display: table
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle.nice-select.open, .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-group-lg>.btn .caret, .btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-group-lg>.btn .caret, .dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn.nice-select.open, .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav:after, .nav:before {
	content: " ";
	display: table
}
.nav:after {
	clear: both
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 4px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}
.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.nav-justified>li, .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.navbar:after, .navbar:before {
	content: " ";
	display: table
}
.navbar:after {
	clear: both
}
@media (min-width:768px) {
.navbar {
	border-radius: 4px
}
}
.navbar-header:after, .navbar-header:before {
	content: " ";
	display: table
}
.navbar-header:after {
	clear: both
}
@media (min-width:768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse:after, .navbar-collapse:before {
	content: " ";
	display: table
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse.in {
	overflow-y: auto
}
@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 200px
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media (min-width:768px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}
@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	margin-top: 8px;
	margin-bottom: 8px
}
@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar-form .form-control-static {
	display: inline-block
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
	width: auto
}
.navbar-form .input-group>.form-control {
	width: 100%
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0
}
}
@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
.navbar-form .form-group:last-child {
	margin-bottom: 0
}
}
@media (min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.btn-group-sm>.navbar-btn.btn, .navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}
.btn-group-xs>.navbar-btn.btn, .navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}
@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px
}
}
@media (min-width:768px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-default .btn-link {
	color: #777
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #090909;
	color: #fff
}
@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #9d9d9d
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}
.breadcrumb {
	padding: 30px 0px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc
}
.breadcrumb>.active {
	color: #777
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}
.pager:after, .pager:before {
	content: " ";
	display: table
}
.pager:after {
	clear: both
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label-default {
	background-color: #777
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}
.label-primary {
	background-color: #337ab7
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron .h1, .jumbotron h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}
.jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px
}
.jumbotron .h1, .jumbotron h1 {
	font-size: 63px
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: 700
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media, .media-body {
	zoom: 1;
	overflow: hidden
}
.media-body {
	width: 10000px
}
.media-object {
	display: block
}
.media-object.img-thumbnail {
	max-width: none
}
.media-right, .media>.pull-right {
	padding-left: 10px
}
.media-left, .media>.pull-left {
	padding-right: 10px
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}
.media-middle {
	vertical-align: middle
}
.media-bottom {
	vertical-align: bottom
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
a.list-group-item, button.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}
button.list-group-item {
	width: 100%;
	text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding: 15px
}
.panel-body:after, .panel-body:before {
	content: " ";
	display: table
}
.panel-body:after {
	clear: both
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.list-group+.panel-footer {
	border-top-width: 0
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 20px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel-heading {
	border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}
.panel-primary {
	border-color: #337ab7
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}
.panel-success {
	border-color: #d6e9c6
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}
.panel-info {
	border-color: #bce8f1
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}
.panel-warning {
	border-color: #faebcc
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}
.panel-danger {
	border-color: #ebccd1
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.well-lg {
	padding: 24px;
	border-radius: 6px
}
.well-sm {
	padding: 9px;
	border-radius: 3px
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.in {
	opacity: .5
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header:after, .modal-header:before {
	content: " ";
	display: table
}
.modal-header:after {
	clear: both
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer:after, .modal-footer:before {
	content: " ";
	display: table
}
.modal-footer:after {
	clear: both
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0
}
.tooltip.in {
	opacity: .9
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0)
}
.carousel-control.left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -10px
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}

.clearfix:after, .filter-wrapper:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-xs {
	display: none!important
}
.visible-sm {
	display: none!important
}
.visible-md {
	display: none!important
}
.visible-lg {
	display: none!important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table!important
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
}
@media (max-width:767px) {
.visible-xs-block {
	display: block!important
}
}
@media (max-width:767px) {
.visible-xs-inline {
	display: inline!important
}
}
@media (max-width:767px) {
.visible-xs-inline-block {
	display: inline-block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table!important
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table!important
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-block {
	display: block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline {
	display: inline!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
	display: inline-block!important
}
}
@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table!important
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
}
@media (min-width:1200px) {
.visible-lg-block {
	display: block!important
}
}
@media (min-width:1200px) {
.visible-lg-inline {
	display: inline!important
}
}
@media (min-width:1200px) {
.visible-lg-inline-block {
	display: inline-block!important
}
}
@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}
@media (min-width:1200px) {
.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}
@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table!important
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}
@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}
@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}
@media print {
.visible-print-inline-block {
	display: inline-block!important
}
}
@media print {
.hidden-print {
	display: none!important
}
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont3e6e.html?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: ""
}
.fa-music:before {
	content: ""
}
.fa-search:before {
	content: ""
}
.fa-envelope-o:before {
	content: ""
}
.fa-heart:before {
	content: ""
}
.fa-star:before {
	content: ""
}
.fa-star-o:before {
	content: ""
}
.fa-user:before {
	content: ""
}
.fa-film:before {
	content: ""
}
.fa-th-large:before {
	content: ""
}
.fa-th:before {
	content: ""
}
.fa-th-list:before {
	content: ""
}
.fa-check:before {
	content: ""
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: ""
}
.fa-search-plus:before {
	content: ""
}
.fa-search-minus:before {
	content: ""
}
.fa-power-off:before {
	content: ""
}
.fa-signal:before {
	content: ""
}
.fa-cog:before, .fa-gear:before {
	content: ""
}
.fa-trash-o:before {
	content: ""
}
.fa-home:before {
	content: ""
}
.fa-file-o:before {
	content: ""
}
.fa-clock-o:before {
	content: ""
}
.fa-road:before {
	content: ""
}
.fa-download:before {
	content: ""
}
.fa-arrow-circle-o-down:before {
	content: ""
}
.fa-arrow-circle-o-up:before {
	content: ""
}
.fa-inbox:before {
	content: ""
}
.fa-play-circle-o:before {
	content: ""
}
.fa-repeat:before, .fa-rotate-right:before {
	content: ""
}
.fa-refresh:before {
	content: ""
}
.fa-list-alt:before {
	content: ""
}
.fa-lock:before {
	content: ""
}
.fa-flag:before {
	content: ""
}
.fa-headphones:before {
	content: ""
}
.fa-volume-off:before {
	content: ""
}
.fa-volume-down:before {
	content: ""
}
.fa-volume-up:before {
	content: ""
}
.fa-qrcode:before {
	content: ""
}
.fa-barcode:before {
	content: ""
}
.fa-tag:before {
	content: ""
}
.fa-tags:before {
	content: ""
}
.fa-book:before {
	content: ""
}
.fa-bookmark:before {
	content: ""
}
.fa-print:before {
	content: ""
}
.fa-camera:before {
	content: ""
}
.fa-font:before {
	content: ""
}
.fa-bold:before {
	content: ""
}
.fa-italic:before {
	content: ""
}
.fa-text-height:before {
	content: ""
}
.fa-text-width:before {
	content: ""
}
.fa-align-left:before {
	content: ""
}
.fa-align-center:before {
	content: ""
}
.fa-align-right:before {
	content: ""
}
.fa-align-justify:before {
	content: ""
}
.fa-list:before {
	content: ""
}
.fa-dedent:before, .fa-outdent:before {
	content: ""
}
.fa-indent:before {
	content: ""
}
.fa-video-camera:before {
	content: ""
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: ""
}
.fa-pencil:before {
	content: ""
}
.fa-map-marker:before {
	content: ""
}
.fa-adjust:before {
	content: ""
}
.fa-tint:before {
	content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: ""
}
.fa-share-square-o:before {
	content: ""
}
.fa-check-square-o:before {
	content: ""
}
.fa-arrows:before {
	content: ""
}
.fa-step-backward:before {
	content: ""
}
.fa-fast-backward:before {
	content: ""
}
.fa-backward:before {
	content: ""
}
.fa-play:before {
	content: ""
}
.fa-pause:before {
	content: ""
}
.fa-stop:before {
	content: ""
}
.fa-forward:before {
	content: ""
}
.fa-fast-forward:before {
	content: ""
}
.fa-step-forward:before {
	content: ""
}
.fa-eject:before {
	content: ""
}
.fa-chevron-left:before {
	content: ""
}
.fa-chevron-right:before {
	content: ""
}
.fa-plus-circle:before {
	content: ""
}
.fa-minus-circle:before {
	content: ""
}
.fa-times-circle:before {
	content: ""
}
.fa-check-circle:before {
	content: ""
}
.fa-question-circle:before {
	content: ""
}
.fa-info-circle:before {
	content: ""
}
.fa-crosshairs:before {
	content: ""
}
.fa-times-circle-o:before {
	content: ""
}
.fa-check-circle-o:before {
	content: ""
}
.fa-ban:before {
	content: ""
}
.fa-arrow-left:before {
	content: ""
}
.fa-arrow-right:before {
	content: ""
}
.fa-arrow-up:before {
	content: ""
}
.fa-arrow-down:before {
	content: ""
}
.fa-mail-forward:before, .fa-share:before {
	content: ""
}
.fa-expand:before {
	content: ""
}
.fa-compress:before {
	content: ""
}
.fa-plus:before {
	content: ""
}
.fa-minus:before {
	content: ""
}
.fa-asterisk:before {
	content: ""
}
.fa-exclamation-circle:before {
	content: ""
}
.fa-gift:before {
	content: ""
}
.fa-leaf:before {
	content: ""
}
.fa-fire:before {
	content: ""
}
.fa-eye:before {
	content: ""
}
.fa-eye-slash:before {
	content: ""
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: ""
}
.fa-plane:before {
	content: ""
}
.fa-calendar:before {
	content: ""
}
.fa-random:before {
	content: ""
}
.fa-comment:before {
	content: ""
}
.fa-magnet:before {
	content: ""
}
.fa-chevron-up:before {
	content: ""
}
.fa-chevron-down:before {
	content: ""
}
.fa-retweet:before {
	content: ""
}
.fa-shopping-cart:before {
	content: ""
}
.fa-folder:before {
	content: ""
}
.fa-folder-open:before {
	content: ""
}
.fa-arrows-v:before {
	content: ""
}
.fa-arrows-h:before {
	content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: ""
}
.fa-twitter-square:before {
	content: ""
}
.fa-facebook-square:before {
	content: ""
}
.fa-camera-retro:before {
	content: ""
}
.fa-key:before {
	content: ""
}
.fa-cogs:before, .fa-gears:before {
	content: ""
}
.fa-comments:before {
	content: ""
}
.fa-thumbs-o-up:before {
	content: ""
}
.fa-thumbs-o-down:before {
	content: ""
}
.fa-star-half:before {
	content: ""
}
.fa-heart-o:before {
	content: ""
}
.fa-sign-out:before {
	content: ""
}
.fa-linkedin-square:before {
	content: ""
}
.fa-thumb-tack:before {
	content: ""
}
.fa-external-link:before {
	content: ""
}
.fa-sign-in:before {
	content: ""
}
.fa-trophy:before {
	content: ""
}
.fa-github-square:before {
	content: ""
}
.fa-upload:before {
	content: ""
}
.fa-lemon-o:before {
	content: ""
}
.fa-phone:before {
	content: ""
}
.fa-square-o:before {
	content: ""
}
.fa-bookmark-o:before {
	content: ""
}
.fa-phone-square:before {
	content: ""
}
.fa-twitter:before {
	content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
	content: ""
}
.fa-github:before {
	content: ""
}
.fa-unlock:before {
	content: ""
}
.fa-credit-card:before {
	content: ""
}
.fa-feed:before, .fa-rss:before {
	content: ""
}
.fa-hdd-o:before {
	content: ""
}
.fa-bullhorn:before {
	content: ""
}
.fa-bell:before {
	content: ""
}
.fa-certificate:before {
	content: ""
}
.fa-hand-o-right:before {
	content: ""
}
.fa-hand-o-left:before {
	content: ""
}
.fa-hand-o-up:before {
	content: ""
}
.fa-hand-o-down:before {
	content: ""
}
.fa-arrow-circle-left:before {
	content: ""
}
.fa-arrow-circle-right:before {
	content: ""
}
.fa-arrow-circle-up:before {
	content: ""
}
.fa-arrow-circle-down:before {
	content: ""
}
.fa-globe:before {
	content: ""
}
.fa-wrench:before {
	content: ""
}
.fa-tasks:before {
	content: ""
}
.fa-filter:before {
	content: ""
}
.fa-briefcase:before {
	content: ""
}
.fa-arrows-alt:before {
	content: ""
}
.fa-group:before, .fa-users:before {
	content: ""
}
.fa-chain:before, .fa-link:before {
	content: ""
}
.fa-cloud:before {
	content: ""
}
.fa-flask:before {
	content: ""
}
.fa-cut:before, .fa-scissors:before {
	content: ""
}
.fa-copy:before, .fa-files-o:before {
	content: ""
}
.fa-paperclip:before {
	content: ""
}
.fa-floppy-o:before, .fa-save:before {
	content: ""
}
.fa-square:before {
	content: ""
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: ""
}
.fa-list-ul:before {
	content: ""
}
.fa-list-ol:before {
	content: ""
}
.fa-strikethrough:before {
	content: ""
}
.fa-underline:before {
	content: ""
}
.fa-table:before {
	content: ""
}
.fa-magic:before {
	content: ""
}
.fa-truck:before {
	content: ""
}
.fa-pinterest:before {
	content: ""
}
.fa-pinterest-square:before {
	content: ""
}
.fa-google-plus-square:before {
	content: ""
}
.fa-google-plus:before {
	content: ""
}
.fa-money:before {
	content: ""
}
.fa-caret-down:before {
	content: ""
}
.fa-caret-up:before {
	content: ""
}
.fa-caret-left:before {
	content: ""
}
.fa-caret-right:before {
	content: ""
}
.fa-columns:before {
	content: ""
}
.fa-sort:before, .fa-unsorted:before {
	content: ""
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: ""
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: ""
}
.fa-envelope:before {
	content: ""
}
.fa-linkedin:before {
	content: ""
}
.fa-rotate-left:before, .fa-undo:before {
	content: ""
}
.fa-gavel:before, .fa-legal:before {
	content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
	content: ""
}
.fa-comment-o:before {
	content: ""
}
.fa-comments-o:before {
	content: ""
}
.fa-bolt:before, .fa-flash:before {
	content: ""
}
.fa-sitemap:before {
	content: ""
}
.fa-umbrella:before {
	content: ""
}
.fa-clipboard:before, .fa-paste:before {
	content: ""
}
.fa-lightbulb-o:before {
	content: ""
}
.fa-exchange:before {
	content: ""
}
.fa-cloud-download:before {
	content: ""
}
.fa-cloud-upload:before {
	content: ""
}
.fa-user-md:before {
	content: ""
}
.fa-stethoscope:before {
	content: ""
}
.fa-suitcase:before {
	content: ""
}
.fa-bell-o:before {
	content: ""
}
.fa-coffee:before {
	content: ""
}
.fa-cutlery:before {
	content: ""
}
.fa-file-text-o:before {
	content: ""
}
.fa-building-o:before {
	content: ""
}
.fa-hospital-o:before {
	content: ""
}
.fa-ambulance:before {
	content: ""
}
.fa-medkit:before {
	content: ""
}
.fa-fighter-jet:before {
	content: ""
}
.fa-beer:before {
	content: ""
}
.fa-h-square:before {
	content: ""
}
.fa-plus-square:before {
	content: ""
}
.fa-angle-double-left:before {
	content: ""
}
.fa-angle-double-right:before {
	content: ""
}
.fa-angle-double-up:before {
	content: ""
}
.fa-angle-double-down:before {
	content: ""
}
.fa-angle-left:before {
	content: ""
}
.fa-angle-right:before {
	content: ""
}
.fa-angle-up:before {
	content: ""
}
.fa-angle-down:before {
	content: ""
}
.fa-desktop:before {
	content: ""
}
.fa-laptop:before {
	content: ""
}
.fa-tablet:before {
	content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: ""
}
.fa-circle-o:before {
	content: ""
}
.fa-quote-left:before {
	content: ""
}
.fa-quote-right:before {
	content: ""
}
.fa-spinner:before {
	content: ""
}
.fa-circle:before {
	content: ""
}
.fa-mail-reply:before, .fa-reply:before {
	content: ""
}
.fa-github-alt:before {
	content: ""
}
.fa-folder-o:before {
	content: ""
}
.fa-folder-open-o:before {
	content: ""
}
.fa-smile-o:before {
	content: ""
}
.fa-frown-o:before {
	content: ""
}
.fa-meh-o:before {
	content: ""
}
.fa-gamepad:before {
	content: ""
}
.fa-keyboard-o:before {
	content: ""
}
.fa-flag-o:before {
	content: ""
}
.fa-flag-checkered:before {
	content: ""
}
.fa-terminal:before {
	content: ""
}
.fa-code:before {
	content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: ""
}
.fa-location-arrow:before {
	content: ""
}
.fa-crop:before {
	content: ""
}
.fa-code-fork:before {
	content: ""
}
.fa-chain-broken:before, .fa-unlink:before {
	content: ""
}
.fa-question:before {
	content: ""
}
.fa-info:before {
	content: ""
}
.fa-exclamation:before {
	content: ""
}
.fa-superscript:before {
	content: ""
}
.fa-subscript:before {
	content: ""
}
.fa-eraser:before {
	content: ""
}
.fa-puzzle-piece:before {
	content: ""
}
.fa-microphone:before {
	content: ""
}
.fa-microphone-slash:before {
	content: ""
}
.fa-shield:before {
	content: ""
}
.fa-calendar-o:before {
	content: ""
}
.fa-fire-extinguisher:before {
	content: ""
}
.fa-rocket:before {
	content: ""
}
.fa-maxcdn:before {
	content: ""
}
.fa-chevron-circle-left:before {
	content: ""
}
.fa-chevron-circle-right:before {
	content: ""
}
.fa-chevron-circle-up:before {
	content: ""
}
.fa-chevron-circle-down:before {
	content: ""
}
.fa-html5:before {
	content: ""
}
.fa-css3:before {
	content: ""
}
.fa-anchor:before {
	content: ""
}
.fa-unlock-alt:before {
	content: ""
}
.fa-bullseye:before {
	content: ""
}
.fa-ellipsis-h:before {
	content: ""
}
.fa-ellipsis-v:before {
	content: ""
}
.fa-rss-square:before {
	content: ""
}
.fa-play-circle:before {
	content: ""
}
.fa-ticket:before {
	content: ""
}
.fa-minus-square:before {
	content: ""
}
.fa-minus-square-o:before {
	content: ""
}
.fa-level-up:before {
	content: ""
}
.fa-level-down:before {
	content: ""
}
.fa-check-square:before {
	content: ""
}
.fa-pencil-square:before {
	content: ""
}
.fa-external-link-square:before {
	content: ""
}
.fa-share-square:before {
	content: ""
}
.fa-compass:before {
	content: ""
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: ""
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: ""
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: ""
}
.fa-eur:before, .fa-euro:before {
	content: ""
}
.fa-gbp:before {
	content: ""
}
.fa-dollar:before, .fa-usd:before {
	content: ""
}
.fa-inr:before, .fa-rupee:before {
	content: ""
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: ""
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: ""
}
.fa-krw:before, .fa-won:before {
	content: ""
}
.fa-bitcoin:before, .fa-btc:before {
	content: ""
}
.fa-file:before {
	content: ""
}
.fa-file-text:before {
	content: ""
}
.fa-sort-alpha-asc:before {
	content: ""
}
.fa-sort-alpha-desc:before {
	content: ""
}
.fa-sort-amount-asc:before {
	content: ""
}
.fa-sort-amount-desc:before {
	content: ""
}
.fa-sort-numeric-asc:before {
	content: ""
}
.fa-sort-numeric-desc:before {
	content: ""
}
.fa-thumbs-up:before {
	content: ""
}
.fa-thumbs-down:before {
	content: ""
}
.fa-youtube-square:before {
	content: ""
}
.fa-youtube:before {
	content: ""
}
.fa-xing:before {
	content: ""
}
.fa-xing-square:before {
	content: ""
}
.fa-youtube-play:before {
	content: ""
}
.fa-dropbox:before {
	content: ""
}
.fa-stack-overflow:before {
	content: ""
}
.fa-instagram:before {
	content: ""
}
.fa-flickr:before {
	content: ""
}
.fa-adn:before {
	content: ""
}
.fa-bitbucket:before {
	content: ""
}
.fa-bitbucket-square:before {
	content: ""
}
.fa-tumblr:before {
	content: ""
}
.fa-tumblr-square:before {
	content: ""
}
.fa-long-arrow-down:before {
	content: ""
}
.fa-long-arrow-up:before {
	content: ""
}
.fa-long-arrow-left:before {
	content: ""
}
.fa-long-arrow-right:before {
	content: ""
}
.fa-apple:before {
	content: ""
}
.fa-windows:before {
	content: ""
}
.fa-android:before {
	content: ""
}
.fa-linux:before {
	content: ""
}
.fa-dribbble:before {
	content: ""
}
.fa-skype:before {
	content: ""
}
.fa-foursquare:before {
	content: ""
}
.fa-trello:before {
	content: ""
}
.fa-female:before {
	content: ""
}
.fa-male:before {
	content: ""
}
.fa-gittip:before, .fa-gratipay:before {
	content: ""
}
.fa-sun-o:before {
	content: ""
}
.fa-moon-o:before {
	content: ""
}
.fa-archive:before {
	content: ""
}
.fa-bug:before {
	content: ""
}
.fa-vk:before {
	content: ""
}
.fa-weibo:before {
	content: ""
}
.fa-renren:before {
	content: ""
}
.fa-pagelines:before {
	content: ""
}
.fa-stack-exchange:before {
	content: ""
}
.fa-arrow-circle-o-right:before {
	content: ""
}
.fa-arrow-circle-o-left:before {
	content: ""
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: ""
}
.fa-dot-circle-o:before {
	content: ""
}
.fa-wheelchair:before {
	content: ""
}
.fa-vimeo-square:before {
	content: ""
}
.fa-try:before, .fa-turkish-lira:before {
	content: ""
}
.fa-plus-square-o:before {
	content: ""
}
.fa-space-shuttle:before {
	content: ""
}
.fa-slack:before {
	content: ""
}
.fa-envelope-square:before {
	content: ""
}
.fa-wordpress:before {
	content: ""
}
.fa-openid:before {
	content: ""
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: ""
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: ""
}
.fa-yahoo:before {
	content: ""
}
.fa-google:before {
	content: ""
}
.fa-reddit:before {
	content: ""
}
.fa-reddit-square:before {
	content: ""
}
.fa-stumbleupon-circle:before {
	content: ""
}
.fa-stumbleupon:before {
	content: ""
}
.fa-delicious:before {
	content: ""
}
.fa-digg:before {
	content: ""
}
.fa-pied-piper-pp:before {
	content: ""
}
.fa-pied-piper-alt:before {
	content: ""
}
.fa-drupal:before {
	content: ""
}
.fa-joomla:before {
	content: ""
}
.fa-language:before {
	content: ""
}
.fa-fax:before {
	content: ""
}
.fa-building:before {
	content: ""
}
.fa-child:before {
	content: ""
}
.fa-paw:before {
	content: ""
}
.fa-spoon:before {
	content: ""
}
.fa-cube:before {
	content: ""
}
.fa-cubes:before {
	content: ""
}
.fa-behance:before {
	content: ""
}
.fa-behance-square:before {
	content: ""
}
.fa-steam:before {
	content: ""
}
.fa-steam-square:before {
	content: ""
}
.fa-recycle:before {
	content: ""
}
.fa-automobile:before, .fa-car:before {
	content: ""
}
.fa-cab:before, .fa-taxi:before {
	content: ""
}
.fa-tree:before {
	content: ""
}
.fa-spotify:before {
	content: ""
}
.fa-deviantart:before {
	content: ""
}
.fa-soundcloud:before {
	content: ""
}
.fa-database:before {
	content: ""
}
.fa-file-pdf-o:before {
	content: ""
}
.fa-file-word-o:before {
	content: ""
}
.fa-file-excel-o:before {
	content: ""
}
.fa-file-powerpoint-o:before {
	content: ""
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: ""
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: ""
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: ""
}
.fa-file-code-o:before {
	content: ""
}
.fa-vine:before {
	content: ""
}
.fa-codepen:before {
	content: ""
}
.fa-jsfiddle:before {
	content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: ""
}
.fa-circle-o-notch:before {
	content: ""
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: ""
}
.fa-empire:before, .fa-ge:before {
	content: ""
}
.fa-git-square:before {
	content: ""
}
.fa-git:before {
	content: ""
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: ""
}
.fa-tencent-weibo:before {
	content: ""
}
.fa-qq:before {
	content: ""
}
.fa-wechat:before, .fa-weixin:before {
	content: ""
}
.fa-paper-plane:before, .fa-send:before {
	content: ""
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: ""
}
.fa-history:before {
	content: ""
}
.fa-circle-thin:before {
	content: ""
}
.fa-header:before {
	content: ""
}
.fa-paragraph:before {
	content: ""
}
.fa-sliders:before {
	content: ""
}
.fa-share-alt:before {
	content: ""
}
.fa-share-alt-square:before {
	content: ""
}
.fa-bomb:before {
	content: ""
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: ""
}
.fa-tty:before {
	content: ""
}
.fa-binoculars:before {
	content: ""
}
.fa-plug:before {
	content: ""
}
.fa-slideshare:before {
	content: ""
}
.fa-twitch:before {
	content: ""
}
.fa-yelp:before {
	content: ""
}
.fa-newspaper-o:before {
	content: ""
}
.fa-wifi:before {
	content: ""
}
.fa-calculator:before {
	content: ""
}
.fa-paypal:before {
	content: ""
}
.fa-google-wallet:before {
	content: ""
}
.fa-cc-visa:before {
	content: ""
}
.fa-cc-mastercard:before {
	content: ""
}
.fa-cc-discover:before {
	content: ""
}
.fa-cc-amex:before {
	content: ""
}
.fa-cc-paypal:before {
	content: ""
}
.fa-cc-stripe:before {
	content: ""
}
.fa-bell-slash:before {
	content: ""
}
.fa-bell-slash-o:before {
	content: ""
}
.fa-trash:before {
	content: ""
}
.fa-copyright:before {
	content: ""
}
.fa-at:before {
	content: ""
}
.fa-eyedropper:before {
	content: ""
}
.fa-paint-brush:before {
	content: ""
}
.fa-birthday-cake:before {
	content: ""
}
.fa-area-chart:before {
	content: ""
}
.fa-pie-chart:before {
	content: ""
}
.fa-line-chart:before {
	content: ""
}
.fa-lastfm:before {
	content: ""
}
.fa-lastfm-square:before {
	content: ""
}
.fa-toggle-off:before {
	content: ""
}
.fa-toggle-on:before {
	content: ""
}
.fa-bicycle:before {
	content: ""
}
.fa-bus:before {
	content: ""
}
.fa-ioxhost:before {
	content: ""
}
.fa-angellist:before {
	content: ""
}
.fa-cc:before {
	content: ""
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: ""
}
.fa-meanpath:before {
	content: ""
}
.fa-buysellads:before {
	content: ""
}
.fa-connectdevelop:before {
	content: ""
}
.fa-dashcube:before {
	content: ""
}
.fa-forumbee:before {
	content: ""
}
.fa-leanpub:before {
	content: ""
}
.fa-sellsy:before {
	content: ""
}
.fa-shirtsinbulk:before {
	content: ""
}
.fa-simplybuilt:before {
	content: ""
}
.fa-skyatlas:before {
	content: ""
}
.fa-cart-plus:before {
	content: ""
}
.fa-cart-arrow-down:before {
	content: ""
}
.fa-diamond:before {
	content: ""
}
.fa-ship:before {
	content: ""
}
.fa-user-secret:before {
	content: ""
}
.fa-motorcycle:before {
	content: ""
}
.fa-street-view:before {
	content: ""
}
.fa-heartbeat:before {
	content: ""
}
.fa-venus:before {
	content: ""
}
.fa-mars:before {
	content: ""
}
.fa-mercury:before {
	content: ""
}
.fa-intersex:before, .fa-transgender:before {
	content: ""
}
.fa-transgender-alt:before {
	content: ""
}
.fa-venus-double:before {
	content: ""
}
.fa-mars-double:before {
	content: ""
}
.fa-venus-mars:before {
	content: ""
}
.fa-mars-stroke:before {
	content: ""
}
.fa-mars-stroke-v:before {
	content: ""
}
.fa-mars-stroke-h:before {
	content: ""
}
.fa-neuter:before {
	content: ""
}
.fa-genderless:before {
	content: ""
}
.fa-facebook-official:before {
	content: ""
}
.fa-pinterest-p:before {
	content: ""
}
.fa-whatsapp:before {
	content: ""
}
.fa-server:before {
	content: ""
}
.fa-user-plus:before {
	content: ""
}
.fa-user-times:before {
	content: ""
}
.fa-bed:before, .fa-hotel:before {
	content: ""
}
.fa-viacoin:before {
	content: ""
}
.fa-train:before {
	content: ""
}
.fa-subway:before {
	content: ""
}
.fa-medium:before {
	content: ""
}
.fa-y-combinator:before, .fa-yc:before {
	content: ""
}
.fa-optin-monster:before {
	content: ""
}
.fa-opencart:before {
	content: ""
}
.fa-expeditedssl:before {
	content: ""
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: ""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: ""
}
.fa-battery-2:before, .fa-battery-half:before {
	content: ""
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: ""
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: ""
}
.fa-mouse-pointer:before {
	content: ""
}
.fa-i-cursor:before {
	content: ""
}
.fa-object-group:before {
	content: ""
}
.fa-object-ungroup:before {
	content: ""
}
.fa-sticky-note:before {
	content: ""
}
.fa-sticky-note-o:before {
	content: ""
}
.fa-cc-jcb:before {
	content: ""
}
.fa-cc-diners-club:before {
	content: ""
}
.fa-clone:before {
	content: ""
}
.fa-balance-scale:before {
	content: ""
}
.fa-hourglass-o:before {
	content: ""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: ""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: ""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: ""
}
.fa-hourglass:before {
	content: ""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: ""
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: ""
}
.fa-hand-scissors-o:before {
	content: ""
}
.fa-hand-lizard-o:before {
	content: ""
}
.fa-hand-spock-o:before {
	content: ""
}
.fa-hand-pointer-o:before {
	content: ""
}
.fa-hand-peace-o:before {
	content: ""
}
.fa-trademark:before {
	content: ""
}
.fa-registered:before {
	content: ""
}
.fa-creative-commons:before {
	content: ""
}
.fa-gg:before {
	content: ""
}
.fa-gg-circle:before {
	content: ""
}
.fa-tripadvisor:before {
	content: ""
}
.fa-odnoklassniki:before {
	content: ""
}
.fa-odnoklassniki-square:before {
	content: ""
}
.fa-get-pocket:before {
	content: ""
}
.fa-wikipedia-w:before {
	content: ""
}
.fa-safari:before {
	content: ""
}
.fa-chrome:before {
	content: ""
}
.fa-firefox:before {
	content: ""
}
.fa-opera:before {
	content: ""
}
.fa-internet-explorer:before {
	content: ""
}
.fa-television:before, .fa-tv:before {
	content: ""
}
.fa-contao:before {
	content: ""
}
.fa-500px:before {
	content: ""
}
.fa-amazon:before {
	content: ""
}
.fa-calendar-plus-o:before {
	content: ""
}
.fa-calendar-minus-o:before {
	content: ""
}
.fa-calendar-times-o:before {
	content: ""
}
.fa-calendar-check-o:before {
	content: ""
}
.fa-industry:before {
	content: ""
}
.fa-map-pin:before {
	content: ""
}
.fa-map-signs:before {
	content: ""
}
.fa-map-o:before {
	content: ""
}
.fa-map:before {
	content: ""
}
.fa-commenting:before {
	content: ""
}
.fa-commenting-o:before {
	content: ""
}
.fa-houzz:before {
	content: ""
}
.fa-vimeo:before {
	content: ""
}
.fa-black-tie:before {
	content: ""
}
.fa-fonticons:before {
	content: ""
}
.fa-reddit-alien:before {
	content: ""
}
.fa-edge:before {
	content: ""
}
.fa-credit-card-alt:before {
	content: ""
}
.fa-codiepie:before {
	content: ""
}
.fa-modx:before {
	content: ""
}
.fa-fort-awesome:before {
	content: ""
}
.fa-usb:before {
	content: ""
}
.fa-product-hunt:before {
	content: ""
}
.fa-mixcloud:before {
	content: ""
}
.fa-scribd:before {
	content: ""
}
.fa-pause-circle:before {
	content: ""
}
.fa-pause-circle-o:before {
	content: ""
}
.fa-stop-circle:before {
	content: ""
}
.fa-stop-circle-o:before {
	content: ""
}
.fa-shopping-bag:before {
	content: ""
}
.fa-shopping-basket:before {
	content: ""
}
.fa-hashtag:before {
	content: ""
}
.fa-bluetooth:before {
	content: ""
}
.fa-bluetooth-b:before {
	content: ""
}
.fa-percent:before {
	content: ""
}
.fa-gitlab:before {
	content: ""
}
.fa-wpbeginner:before {
	content: ""
}
.fa-wpforms:before {
	content: ""
}
.fa-envira:before {
	content: ""
}
.fa-universal-access:before {
	content: ""
}
.fa-wheelchair-alt:before {
	content: ""
}
.fa-question-circle-o:before {
	content: ""
}
.fa-blind:before {
	content: ""
}
.fa-audio-description:before {
	content: ""
}
.fa-volume-control-phone:before {
	content: ""
}
.fa-braille:before {
	content: ""
}
.fa-assistive-listening-systems:before {
	content: ""
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: ""
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: ""
}
.fa-glide:before {
	content: ""
}
.fa-glide-g:before {
	content: ""
}
.fa-sign-language:before, .fa-signing:before {
	content: ""
}
.fa-low-vision:before {
	content: ""
}
.fa-viadeo:before {
	content: ""
}
.fa-viadeo-square:before {
	content: ""
}
.fa-snapchat:before {
	content: ""
}
.fa-snapchat-ghost:before {
	content: ""
}
.fa-snapchat-square:before {
	content: ""
}
.fa-pied-piper:before {
	content: ""
}
.fa-first-order:before {
	content: ""
}
.fa-yoast:before {
	content: ""
}
.fa-themeisle:before {
	content: ""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: ""
}
.fa-fa:before, .fa-font-awesome:before {
	content: ""
}
.fa-handshake-o:before {
	content: ""
}
.fa-envelope-open:before {
	content: ""
}
.fa-envelope-open-o:before {
	content: ""
}
.fa-linode:before {
	content: ""
}
.fa-address-book:before {
	content: ""
}
.fa-address-book-o:before {
	content: ""
}
.fa-address-card:before, .fa-vcard:before {
	content: ""
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content: ""
}
.fa-user-circle:before {
	content: ""
}
.fa-user-circle-o:before {
	content: ""
}
.fa-user-o:before {
	content: ""
}
.fa-id-badge:before {
	content: ""
}
.fa-drivers-license:before, .fa-id-card:before {
	content: ""
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: ""
}
.fa-quora:before {
	content: ""
}
.fa-free-code-camp:before {
	content: ""
}
.fa-telegram:before {
	content: ""
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: ""
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: ""
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: ""
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: ""
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: ""
}
.fa-shower:before {
	content: ""
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: ""
}
.fa-podcast:before {
	content: ""
}
.fa-window-maximize:before {
	content: ""
}
.fa-window-minimize:before {
	content: ""
}
.fa-window-restore:before {
	content: ""
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: ""
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: ""
}
.fa-bandcamp:before {
	content: ""
}
.fa-grav:before {
	content: ""
}
.fa-etsy:before {
	content: ""
}
.fa-imdb:before {
	content: ""
}
.fa-ravelry:before {
	content: ""
}
.fa-eercast:before {
	content: ""
}
.fa-microchip:before {
	content: ""
}
.fa-snowflake-o:before {
	content: ""
}
.fa-superpowers:before {
	content: ""
}
.fa-wpexplorer:before {
	content: ""
}
.fa-meetup:before {
	content: ""
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable.nice-select.open, .sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.alert-sm {
	padding: 5px 10px
}
.alert a {
	font-weight: 700
}
.alert-success a, .alert-success a:focus, .alert-success a:hover {
	color: #2b542c
}
.alert-info a, .alert-info a:focus, .alert-info a:hover {
	color: #245269
}
.alert-warning a, .alert-warning a:focus, .alert-warning a:hover {
	color: #66512c
}
.alert-danger a, .alert-danger a:focus, .alert-danger a:hover {
	color: #843534
}
@-webkit-keyframes glyphicon-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes glyphicon-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.glyphicon-spin {
	display: inline-block;
	-webkit-animation: glyphicon-spin 1s infinite linear;
	animation: glyphicon-spin 1s infinite linear
}
a .glyphicon-spin {
	display: inline-block;
	text-decoration: none
}
html.js .btn .ajax-throbber {
	margin-left: .5em;
	margin-right: -.25em
}
html.js .form-item .input-group-addon .glyphicon {
	color: #777;
	opacity: .5;
	-webkit-transition: 150ms color, 150ms opacity;
	transition: 150ms color, 150ms opacity
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
	color: #337ab7;
	opacity: 1
}
html.js .form-item .input-group-addon .input-group-addon {
	background-color: #fff
}
html.js .ajax-new-content:empty {
	display: none!important
}
.field--label {
	font-weight: 700
}
.field--label-inline .field--items, .field--label-inline .field--label {
	float: left
}
.field--label-inline .field--items, .field--label-inline .field--label, .field--label-inline>.field--item {
	padding-right: .5em
}
[dir=rtl] .field--label-inline .field--items, [dir=rtl] .field--label-inline .field--label {
	padding-left: .5em;
	padding-right: 0
}
.field--label-inline .field--label::after {
	content: ':'
}
.file {
	display: table;
	font-size: 75%;
	font-weight: 700;
	margin: 5px 0;
	width: 100%
}
.file>span {
	background: #fff;
	color: #337ab7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}
.file>span:first-child {
	border-left: 1px solid #ccc
}
.file>span:last-child {
	border-right: 1px solid #ccc
}
.file>.tabledrag-changed {
	background: #fcf8e3;
	border-radius: 0;
	color: #8a6d3b;
	display: table-cell;
	padding: 0 1em;
	top: 0;
	vertical-align: middle;
	border-left: 1px solid inherit
}
.file>.tabledrag-changed, .file>.tabledrag-changed:last-child {
	border: 1px solid #f7e1b5
}
.file-icon {
	display: table-cell;
	font-size: 150%;
	padding: .25em .5em;
	text-align: center;
	vertical-align: middle
}
.file-link {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}
.file-link a, .file-link a.nice-select.open, .file-link a:active, .file-link a:focus, .file-link a:hover {
	color: inherit
}
.file-size {
	display: table-cell;
	padding: 0 1em;
	text-align: right;
	white-space: pre;
	vertical-align: middle
}
.image-widget.row {
	overflow: hidden
}
.filter-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 0;
	padding: 10px;
	height: 51px
}
.filter-help {
	float: right;
	line-height: 1;
	margin: .5em 0 0
}
.nav.nav-tabs.filter-formats {
	margin-bottom: 15px
}
table .checkbox.form-no-label, table .radio.form-no-label {
	margin-bottom: 0;
	margin-top: 0
}
.select-wrapper {
	display: inline-block;
	position: relative;
	width: 100%
}
.form-inline .select-wrapper {
	width: auto
}
.input-group .select-wrapper {
	display: table-cell
}
.input-group .select-wrapper:first-child .form-control:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.input-group .select-wrapper:last-child .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}
.select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
	padding-right: 2em
}
.select-wrapper select::-ms-expand {
opacity:0
}
.select-wrapper:after {
	color: #337ab7;
	content: '▼';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10
}
.has-glyphicons .select-wrapper:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e114';
	display: inline-block;
	font-family: 'Glyphicons Halflings'
}
.has-error .select-wrapper:after {
	color: #a94442
}
.has-success .select-wrapper:after {
	color: #3c763d
}
.has-warning .select-wrapper:after {
	color: #8a6d3b
}
.form-required:after {
	background-image: url(../images/required.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 7px 7px;
	content: "";
	display: inline-block;
	line-height: 1;
	height: 12px;
	width: 12px
}
.form-actions .btn, .form-actions .btn-group {
	margin-right: 10px
}
.form-actions .btn-group .btn {
	margin-right: 0
}
a .glyphicon.icon-before, a.icon-before .glyphicon {
	margin-right: .25em
}
a .glyphicon.icon-after, a.icon-after .glyphicon {
	margin-left: .25em
}
.btn .glyphicon.icon-before, .btn.icon-before .glyphicon {
	margin-left: -.25em;
	margin-right: .25em
}
.btn .glyphicon.icon-after, .btn.icon-after .glyphicon {
	margin-left: .25em;
	margin-right: -.25em
}
body {
	position: relative
}
body.navbar-is-static-top {
	margin-top: 0
}
body.navbar-is-fixed-top {
	margin-top: 65px
}
body.navbar-is-fixed-bottom {
	padding-bottom: 65px
}
@media screen and (min-width:768px) {
body {
	margin-top: 15px
}
}
@media screen and (max-width:767px) {
body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
	position: fixed
}
body.toolbar-vertical.navbar-is-fixed-bottom header, body.toolbar-vertical.navbar-is-fixed-top header {
	z-index: 500
}
body.toolbar-vertical.navbar-is-fixed-top header {
	top: 39px
}
}
@media screen and (min-width:768px) {
.navbar.container {
	max-width: 720px
}
}
@media screen and (min-width:992px) {
.navbar.container {
	max-width: 940px
}
}
@media screen and (min-width:1200px) {
.navbar.container {
	max-width: 1140px
}
}
.navbar .logo {
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px
}
@media screen and (min-width:768px) {
.navbar .logo {
	margin-right: 0;
	padding-left: 0
}
}
.is-unpublished {
	background-color: #fff4f4
}
.node-preview-container {
	margin-top: -15px
}
.node-preview-form-select {
	padding: 15px
}
.panel-title {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px
}
.panel-title, .panel-title:focus, .panel-title:hover, .panel-title:hover:focus {
	color: inherit
}
.panel-title:focus, .panel-title:hover {
	text-decoration: none
}
.progress-wrapper {
	margin-bottom: 15px
}
.progress-wrapper:last-child .progress {
	margin-bottom: 5px
}
.progress-wrapper .message {
	font-weight: 700;
	margin-bottom: 5px
}
.progress-wrapper .percentage, .progress-wrapper .progress-label {
	font-size: 12px
}
.progress-wrapper .progress-bar {
	min-width: 2em
}
.tabledrag-toggle-weight {
	float: right;
	margin: 1px 2px 1px 10px
}
.tabledrag-changed-warning {
	margin: 0;
	overflow: hidden
}
.tabledrag-handle {
	color: #777;
	cursor: move;
	float: left;
	font-size: 125%;
	line-height: 1;
	margin: -10px 0 0 -10px;
	padding: 10px
}
.tabledrag-handle:focus, .tabledrag-handle:hover {
	color: #337ab7
}
.indentation {
	float: left;
	height: 1.7em;
	margin: -.4em .2em -.4em -.4em;
	padding: .42em 0 .42em .6em;
	width: 20px
}
[dir=rtl] .indentation {
	float: right;
	margin: -.4em -.4em -.4em .2em;
	padding: .42em .6em .42em 0
}
.local-actions {
	margin: 10px 0 10px -5px
}
.tabs--secondary {
	margin: 10px 0 5px
}
.tabbable {
	margin-bottom: 20px
}
.tabs-below>.nav-tabs, .tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
	border-bottom: 0
}
.tabs-below>.nav-tabs .summary, .tabs-left>.nav-tabs .summary, .tabs-right>.nav-tabs .summary {
	color: #777;
	font-size: 12px
}
.tab-pane>.panel-heading {
	display: none
}
.tab-content>.active {
	display: block
}
.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd
}
.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0
}
.tabs-below>.nav-tabs>li>a {
	border-radius: 0 0 4px 4px
}
.tabs-below>.nav-tabs>li>a:focus, .tabs-below>.nav-tabs>li>a:hover {
	border-top-color: #ddd;
	border-bottom-color: transparent
}
.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:focus, .tabs-below>.nav-tabs>.active>a:hover {
	border-color: transparent #ddd #ddd #ddd
}
.tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
	padding-bottom: 20px;
	width: 220px
}
.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
	float: none
}
.tabs-left>.nav-tabs>li:focus, .tabs-right>.nav-tabs>li:focus {
	outline: 0
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
	margin-right: 0;
	margin-bottom: 3px
}
.tabs-left>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li>a:focus {
	outline: 0
}
.tabs-left>.tab-content, .tabs-right>.tab-content {
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	overflow: hidden;
	padding: 10px 15px
}
.tabs-left>.nav-tabs {
	float: left;
	margin-right: -1px
}
.tabs-left>.nav-tabs>li>a {
	border-radius: 4px 0 0 4px
}
.tabs-left>.nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>a:hover {
	border-color: #eee #ddd #eee #eee
}
.tabs-left>.nav-tabs>.active>a, .tabs-left>.nav-tabs>.active>a:focus, .tabs-left>.nav-tabs>.active>a:hover {
	border-color: #ddd transparent #ddd #ddd;
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.05);
	box-shadow: -1px 1px 1px rgba(0,0,0,.05)
}
.tabs-right>.nav-tabs {
	float: right;
	margin-left: -1px
}
.tabs-right>.nav-tabs>li>a {
	border-radius: 0 4px 4px 0
}
.tabs-right>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li>a:hover {
	border-color: #eee #eee #eee #ddd;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
	box-shadow: 1px 1px 1px rgba(0,0,0,.05)
}
.tabs-right>.nav-tabs>.active>a, .tabs-right>.nav-tabs>.active>a:focus, .tabs-right>.nav-tabs>.active>a:hover {
	border-color: #ddd #ddd #ddd transparent
}
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
	z-index: 1031
}
body.toolbar-fixed .navbar-fixed-top {
	top: 39px
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
	top: 79px
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
	left: 240px
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
	margin-left: 240px
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
	padding-bottom: 40px
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
	width: 240px
}
body.toolbar-loading {
	margin-top: 0
}
body.toolbar-loading.toolbar {
	margin-bottom: 15px
}
.ui-autocomplete {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	color: inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style: none;
	min-width: 160px;
	padding: 5px 0;
	text-align: left;
	z-index: 1000
}
.ui-autocomplete .ui-menu-item {
	border: 0;
	border-radius: 0;
	clear: both;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	margin: 0;
	outline: 0;
	padding: 3px 20px;
	text-decoration: none;
	white-space: nowrap
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
	background: #f5f5f5;
	color: #262626
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #337ab7;
	color: #fff
}
ol, ul {
	padding-left: 1.5em
}
ol .popover:last-child, ul .popover:last-child {
	margin-bottom: 0
}
.page-header {
	margin-top: 0
}


.region-help>.glyphicon {
	font-size: 18px;
	float: left;
	margin: -.05em .5em 0 0
}
.region-help .block {
	overflow: hidden
}
.control-group .help-inline, .help-block {
	color: #777;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 0
}
.control-group .help-inline:first-child, .help-block:first-child {
	margin-top: 0
}

.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.hero-banner {
	width: 100vw;
	position: relative;
	overflow: hidden;
	height: 100vh
}
.hero-banner.video-on {
	display: block;
	background: 0 0!important
}
.hero-banner .hero-banner-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 499;
	opacity: .8
}
.hero-banner .hero-content {
	position: absolute;
	z-index: 999;
	top: 50%;
	text-align: center;
	width: 100%
}
.hero-banner .hero-content .hero-banner-text {
	width: 70%;
	margin: 0 auto;
	text-align: center
}
.hero-banner .hero-content .stong-text {
	font-weight: 700
}
.hero-banner .hero-content .video-link, .hero-banner .hero-content .video-link-lightbox {
	position: relative!important;
	margin: 20px auto 0;
	width: 60px;
	height: 60px;
	background-size: 100%
}
.hero-banner .hero-content .more-link {
	display: inline-block
}
.hero-banner .hero-content .more-link a.banner-btn::after {
	padding: 2px;
	left: 7px;
	bottom: 1px;
	display: inline-block;
	content: "";
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid 2px #2fdf95;
	border-top: 0;
	border-left: 0
}
.hero-banner .hero-content .more-link:hover a.banner-btn::after {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	left: 13px
}
.hero-banner .overlay-video {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	z-index: 9999
}
.hero-banner .overlay-video .inv_playerContainer {
	width: 70%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.hero-banner .inv_playerContainer {
	display: block
}
.hero-banner .video-close {
	position: absolute;
	padding: 10px;
	z-index: 999;
	right: 50px;
	top: 50px
}
.hero-banner .background-video {
	width: 100%;
	height: 100vh
}
.hero-banner .background-video .inv_bannerPlayer {
	width: auto!important;
	height: 100%!important
}
.board-of-directors-box {
	cursor: pointer
}
.board-of-directors-box>.board-of-directors--person_name {
	padding: 10px 20px;
	max-height: 34px;
	text-overflow: ellipsis;
	overflow: hidden
}
.board-of-directors-box>.board-of-directors--person_post {
	padding: 10px 20px;
	opacity: .7;
	max-height: 93px;
	text-overflow: ellipsis;
	overflow: hidden
}
.bod-content-wrapped {
	display: none;
	position: relative
}
.bod-content-wrapped .icon-close {
	cursor: pointer
}
.bod-content-wrapped .icon-close i {
	padding-left: 10px
}
.bod-content-wrapped .bod-inner-wrapper {
	padding: 20px
}
.bod-content-wrapped .bod-content-container {
	padding: 10px 20%
}
.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content {
	text-align: left
}
.form-group .form-type-select, .form-inline .select-wrapper {
	width: 100%
}
.form-item-field-people-type-target-id .form-select option:first-child {
	display: none
}
.our-stories-wrapper form .js-form-type-select {
	display: none
}
@media screen and (max-width:480px) {
.our-stories-wrapper form .js-form-type-select {
	display: block;
	width: 100%
}
.our-stories-wrapper form .label {
	display: none
}
}
.our-stories-wrapper form .btn-info {
	display: none
}
@media screen and (max-width:767px) {
.page-node-101 .tab-content.mainWrapperT, .page-node-115 .tab-content.mainWrapperT, .page-node-127 .tab-content.mainWrapperT, .page-node-142 .tab-content.mainWrapperT {
	padding-top: 50px
}
}
.page-node-101 .breadcrumb, .page-node-115 .breadcrumb, .page-node-127 .breadcrumb, .page-node-142 .breadcrumb {
	margin-left: 8%
}
@media screen and (max-width:767px) {
.page-node-101 .breadcrumb, .page-node-115 .breadcrumb, .page-node-127 .breadcrumb, .page-node-142 .breadcrumb {
	margin-left: 0
}
}
.page-node-101 h1.page-header, .page-node-115 h1.page-header, .page-node-127 h1.page-header, .page-node-142 h1.page-header {
	margin: 40px 9% 20px
}
@media screen and (max-width:767px) {
.page-node-101 h1.page-header, .page-node-115 h1.page-header, .page-node-127 h1.page-header, .page-node-142 h1.page-header {
	margin-left: 0
}
}
.page-node-101 .tab-content>.active, .page-node-115 .tab-content>.active, .page-node-127 .tab-content>.active, .page-node-142 .tab-content>.active {
	padding: 0
}
.page-bod-page-header-t2 .bod-page-header-t2 .mainWrapperT div[id^=personContainer]+div {
	clear: both
}
@media screen and (max-width:991px) {
.test-bod .nav-tabs-horizontal .nav-tabs-wrapper .nav.nav-tabs>li {
	width: 27%
}
}
@media screen and (max-width:767px) {
.test-bod .nav-tabs-horizontal .nav-tabs-wrapper .nav.nav-tabs>li {
	width: 100%
}
.test-bod .t2_bod_wrap .board-of-directors-box:hover:after {
	display: none
}
.test-bod .t2_bod_wrap .board-of-directors-box:hover>img {
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
.contact-us p, .contactus-p2 p {
	width: 100%;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left
}
.web-form-wrap .field--name-title {
	height: 38px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 17px
}
.web-form-wrap .webform-submission-form .control-label {
	font-weight: 500;
	text-align: left
}
.web-form-wrap .webform-submission-form .control-label.option {
	height: 20px;
	font-weight: 300;
	line-height: 1.43;
	text-align: left;
	display: inline-block
}
.web-form-wrap .webform-submission-form .control-label.option input::after {
	content: ""
}
.web-form-wrap .webform-submission-form .control-label.form-required::after {
	background-image: none;
	content: "\f069";
	position: absolute;
	margin-top: 5px;
	font-size: 1rem;
	margin-left: 0
}
.web-form-wrap .webform-submission-form .form-email, .web-form-wrap .webform-submission-form .form-text {
	width: 100%;
	height: 50px;
	opacity: .51;
	border-radius: 0
}
.web-form-wrap .webform-submission-form .form-textarea {
	width: 100%;
	height: 159px;
	opacity: .5;
	border-radius: 0
}
.web-form-wrap .webform-submission-form .form-submit.btn-primary {
	height: 44px;
	width: 165px;
	border-radius: 4px;
	margin-top: 25px
}
.web-form-wrap fieldset legend {
	border-bottom: 0
}
.web-form-wrap fieldset legend .fieldset-legend {
	height: 72px;
	font-size: 2rem;
	font-weight: 500;
	text-align: left
}
.web-form-wrap .option {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.web-form-wrap .option input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.web-form-wrap .option input:checked~.checkmark:after {
	display: block
}
.web-form-wrap .option .checkmark:after {
	left: 9px;
	top: 5px
}
.web-form-wrap .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 10px
}
.web-form-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .Configurable-Text p a[href^=mailto] {
	word-break: break-all
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .fullwidth-banner {
	background: #092546;
	opacity: .5
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .fullwidth-banner>div>div>div {
	max-width: 770px;
	width: 100%;
	margin: 0 auto
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .fullwidth-banner>div>div>div>div:last-child>div {
	margin-left: -15px;
	margin-right: -15px
}
@-moz-document url-prefix() {
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .Configurable-Text p a[href^=mailto] {
overflow-wrap:break-word
}
}
@media screen\0 {
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .Configurable-Text p a[href^=mailto] {
	word-wrap: break-word;
	display: inline-block
}
}
@supports (-ms-ime-align:auto) {
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .Configurable-Text p a[href^=mailto] {
word-break:break-all;
display:inline-block
}
}
@media screen and (max-width:767px) {
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .fullwidth-banner>div.col-md-12.col-sm-12.col-xs-12 {
	padding-left: 0;
	padding-right: 0
}
}
.path-mid-disclaimer .region-content, .path-mid-media-disclaimer .region-content {
	padding: 0 90px
}
.path-mid-disclaimer .region-content h1, .path-mid-media-disclaimer .region-content h1 {
	font-size: 3.2rem;
	padding: 0;
	margin: 17px 0;
	border-bottom: 0
}
.path-mid-disclaimer .region-content p, .path-mid-media-disclaimer .region-content p {
	font-size: 1.4rem;
	padding-bottom: 14px;
	color: #4f637b;
	line-height: 20px
}
.path-mid-disclaimer .region-content .button, .path-mid-media-disclaimer .region-content .button {
	min-width: 165px;
	height: 44px;
	border-radius: 4px;
	margin-right: 30px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	margin-bottom: 30px
}
.path-mid-disclaimer .region-content .button:hover, .path-mid-media-disclaimer .region-content .button:hover {
	color: #fff;
	background-color: #b6aa54;
	border-color: #b6aa54
}
.path-mid-disclaimer .region-content label, .path-mid-media-disclaimer .region-content label {
	font-size: 1.4rem;
	padding-bottom: 14px;
	color: #4f637b;
	line-height: 20px;
	font-weight: 400
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper, .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
	max-width: 360px;
	border-radius: 4px;
	background-color: #fff;
	display: block
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after, .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after {
	content: "\f0d7";
	margin-right: 20px;
	padding: 0;
	font-size: 1.5rem;
	color: #092546
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select, .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select {
	height: 44px;
	border: 1px solid #e4f1fd;
	font-size: 1.4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 2;
	background-color: #fff
}
.path-mid-disclaimer .region-content ul, .path-mid-media-disclaimer .region-content ul {
	list-style: none
}
.path-mid-disclaimer form .js-webform-radios .radio, .path-mid-media-disclaimer form .js-webform-radios .radio {
	width: auto;
	margin-right: 28px
}
@media screen and (max-width:1024px) {
.path-mid-disclaimer .region-content, .path-mid-media-disclaimer .region-content {
	padding: 0
}
}
@media screen and (max-width:767px) {
.path-mid-disclaimer .region-content .mid-disclaimer-form>.button {
	width: 48%;
	margin-right: 4%;
	min-width: 47%
}
.path-mid-disclaimer .region-content .mid-disclaimer-form>.button#edit-decline {
	margin-right: 0
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
	max-width: 100%
}
.path-mid-media-disclaimer .region-content .mid-disclaimer-form>.button {
	width: 48%;
	margin-right: 4%;
	min-width: 47%
}
.path-mid-media-disclaimer .region-content .mid-disclaimer-form>.button#edit-decline {
	margin-right: 0
}
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
	max-width: 100%
}
.path-mid-media-disclaimer .region-content .mid-media-disclaimer-form>.button {
	width: 48%;
	margin-right: 4%;
	min-width: 47%
}
.path-mid-media-disclaimer .region-content .mid-media-disclaimer-form>.button#edit-decline {
	margin-right: 0
}
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
	max-width: 100%
}
}
.financial-calendar a.carousel-control {
	text-indent: -9999px;
	display: inline-block;
	padding: 3px;
	content: "";
	background-image: none!important;
	z-index: 999;
	position: relative
}
.financial-calendar .controlsWrap {
	float: right;
	padding: 15px;
	height: 40px
}
.financial-calendar .controlsWrap .nextPrev {
	float: left
}
.financial-calendar a.nextLink, .financial-calendar a.prevLink {
	border-width: 3px 0 0 3px;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 2px
}
.financial-calendar a.prevLink {
	float: left;
	margin-right: 40px
}
.financial-calendar a.prevLink.nice-select.open, .financial-calendar a.prevLink:active {
	border-width: 3px 0 0 3px
}
.financial-calendar a.prevLink:focus {
	border-width: 3px 0 0 3px
}
.financial-calendar a.nextLink {
	content: "";
	margin-left: 40px
}
.financial-calendar a.nextLink.nice-select.open, .financial-calendar a.nextLink:active {
	border-width: 0 3px 3px 0
}
.financial-calendar a.nextLink:focus {
	border-width: 0 3px 3px 0
}
.financial-calendar .carousel-counter {
	position: relative;
	float: left;
	top: -6px;
	font-size: 1.8rem
}
.financial-calendar table>thead>tr>th, .financial-calendar tbody>tr>th {
	padding: 25px 20px;
	text-align: left
}
.financial-calendar table>thead>tr>th:nth-child(3), .financial-calendar tbody>tr>th:nth-child(3) {
	text-align: center
}
.financial-calendar .tab-content {
	padding-left: 0
}
.financial-calendar table>tbody>tr>td:nth-child(1), .financial-calendar table>thead>tr>td:nth-child(3) {
	width: 20%
}
.financial-calendar .tab-content {
	padding-left: 0
}
.financial-calendar table>tbody>tr>td:nth-child(1), .financial-calendar table>thead>tr>td:nth-child(3) {
	width: 20%
}
.financial-calendar table>tbody>tr>td:nth-child(2) {
	width: 60%
}
.financial-calendar .fin-calendarlink {
	display: inline-block;
	text-indent: -9999px;
	width: 30px;
	height: 30px
}
.financial-calendar .tab-content>.active {
	padding: 0
}
@media screen and (max-width:767px) {
.financial-calendar .table-responsive {
	border: 0
}
.financial-calendar .tab-content.mainWrapperT {
	padding-top: 50px
}
}
.float100 {
	float: left;
	width: 100%
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px
}

.g-map {
	width: 160px;
	padding: 10px 0 0;
	overflow: hidden
}
.g-map .g-map-call-link, .g-map .g-map-email-link {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 31px;
	background: url(../images/icon-call-blue.svg) no-repeat 0 0
}
.g-map .g-map-call-link {
	margin-bottom: 10px;
	margin-top: 5px
}
.g-map .g-map-email-link {
	background: url(../images/icon-email-blue.svg) no-repeat 0 0
}
.g-map .add-image {
	margin-bottom: 10px;
	width: 100%
}
.g-map .addr-left {
	float: left;
	width: 130px
}
.g-map.no-right-col .addr-left {
	width: 160px
}
.g-map.no-right-col .addr-right {
	display: none
}
.g-map .addr-right {
	float: right;
	width: 30px
}
.g-map-canvas {
	height: 590px;
	width: 100%;
	margin-bottom: 20px
}
.center-text {
	text-align: center
}
.left-text {
	text-align: left
}
.right-text {
	text-align: right
}
@-webkit-keyframes androidbugfix {
from {
padding:0
}
to {
	padding: 0
}
}
body {
	overflow-x: hidden;
	-webkit-animation: androidbugfix infinite 1s
}
body.fixed-height {
	overflow: hidden;
	height: 100vh
}
body.toolbar-vertical .hidden-bar.empty-bar {
	margin-top: 39px
}
body.toolbar-horizontal .hidden-bar.empty-bar {
	margin-top: 82px
}
body.user-logged-in header.fix-me {
	position: relative;
	top: auto;
	background: #000
}
body.user-logged-in {
	padding-top: 0!important
}
body.user-logged-in header {
	position: relative
}
body.nojs {
	margin-top: 100px
}
.container {
	background: #fff;
	min-height: 100%;
	padding: 0;
	margin: 0
}
header {
	position: fixed;
	width: 100%;
	-webkit-transition: all .5s ease!important;
	transition: all .5s ease!important;
	top: 0;
	z-index: 100
}
header .header-shareprice-wrapper {
	float: left;
	width: 90%
}
header .header-menu-wrapper {
	float: left;
	width: 90%;
	-webkit-transform: translate3d(0, 0, 0)
}
header .header-menu-wrapper .T2-search-form .heading-search-result .search-heading {
	display: none
}
header .header-menu-wrapper .T2-search-form .heading-search-result .filter-by {
	display: none
}
header .header-menu-wrapper .T2-search-form .heading-search-result .search>div {
	border: 0;
	overflow: inherit
}
header .header-menu-wrapper .T2-search-form .heading-search-result .search>div input {
	width: 100%!important;
	padding: 5px 0 5px!important;
	margin-left: 0
}
header .header-menu-wrapper .T2-search-form .heading-search-result .search .btn {
	display: none
}
header.menudown {
	-webkit-transition: all .5s ease!important;
	transition: all .5s ease!important
}
header ol, header ul {
	margin-bottom: 0;
	padding-bottom: 0
}
header label {
	font: 40px/40px Times;
	padding: 0 40px;
	top: 0
}
header .toggle {
	position: absolute;
	right: 0;
	cursor: pointer
}
header .top-links {
	z-index: 21
}
@media screen and (min-width:992px) {
header .top-links {
	float: right;
	padding-right: 15px;
	width: auto
}
}
.bar-close {
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: 7px
}
@media screen and (max-width:991px) {
.bar-close {
	display: none!important
}
}
.search-bar {
	position: absolute;
	right: 0;
	top: 62px;
	z-index: 999!important
}
.search-bar .bar-close {
	float: right;
	position: absolute;
	top: 4px;
	right: -15px
}
.share-iframe {
	padding: 17px 0 5px
}
.share-iframe iframe {
	height: 16px;
	width: 100%;
	max-width: 200px
}
@media screen and (min-width:992px) {
.share-iframe iframe {
	float: right
}
}
.hidden-bar.empty-bar {
	position: absolute;
	top: 100px;
	z-index: 2
}
@media screen and (max-width:991px) {
.hidden-bar.empty-bar {
	display: none!important
}
}
.search-bar.empty-bar {
	z-index: -99
}
.search-block-form {
	float: left
}
.social-bar {
	padding-top: 13px
}
#footerwrapper, .body-overlay+.maincontentWrapper, .header {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease
}
.main-nav-check, .menu .sub-nav-check {
	position: absolute;
	top: -9999px;
	left: -9999px
}
@media screen and (min-width:992px) {
.social-bar {
	margin: 0 auto;
	max-width: 1170px
}
}
@media screen and (min-width:992px) and (max-width:991px) {
.social-bar>.container>.row:first-child {
	display: none
}
}
@media screen and (min-width:992px) {
.social-bar>.block {
	float: right;
	padding-right: 10px
}
header {
	overflow: visible!important
}
header label {
	display: none
}
header .top-sub-links>ul {
	padding-left: 0
}
header .social-bar ul li a {
	padding: 0!important
}
.body-overlay {
	display: none!important
}
.js1 .menu .close-all {
	display: none
}
#footerwrapper, .body-overlay+.maincontentWrapper, .header {
	-webkit-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease
}
}
@media screen and (max-width:991px) {
.search-input {
	margin-bottom: 0!important
}
.search-input .form-item-q {
	margin-bottom: 0!important
}
.search-input input[type=search], .search-input input[type=text] {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0
}
.top-links {
	padding: 0 24px 0 12px;
	position: absolute
}
.top-links .top-sub-links .top-nav-search>a {
	display: none!important
}
.top-links .top-sub-links ul {
	float: left;
	width: 100%;
	padding-left: 0
}
}
@media screen and (max-width:991px) and (max-width:991px) {
.top-links .top-sub-links ul ul {
	padding-bottom: 0
}
}
@media screen and (max-width:991px) {
.top-links .top-sub-links ul li {
	width: 100%;
	padding: 0;
	border-right: 0
}
.top-links .top-sub-links ul a {
	line-height: 30px
}
.top-links .top-sub-links .fa-search {
	float: right;
	top: 3px;
	position: relative
}
.top-links .top-sub-links .fa-share-alt {
	float: right;
	top: 6px;
	position: relative
}
.top-links .top-sub-links .fa-angle-down {
	float: right;
	margin-top: 6px;
	cursor: pointer;
	font-weight: 700;
	text-align: right;
	padding-right: 3px
}
.share-iframe {
	clear: both;
	text-align: left;
	padding-left: 34px
}
}
@media screen and (max-width:767px) {
body.user-logged-in #page.toggled .btn-close {
	top: 104px!important
}
.share-iframe {
	padding-left: 20px!important;
	font-size: 1.2rem
}
.top-links {
	position: relative;
	float: right
}
.top-links.onRight {
	padding: 0 25px 0 15px
}
.top-sub-links ul li {
	padding: 0!important
}
.top-sub-links ul li a {
	padding-right: 0!important
}
.search-input {
	margin-right: 0
}
.search-input .form-item-q {
	margin-bottom: 0!important
}
header label {
	padding: 0 20px
}
.js1 .menu .sub-nav .toggle {
	top: 30px!important
}
}
.view.view-frontpage {
	float: left;
	width: 100%
}
.region-content {
	min-height: 360px
}
.navbar-toggle {
	cursor: pointer
}
.we-mega-menu-ul {
	display: block!important
}
.overlay {
	z-index: 9
}
#page.toggled {
	right: auto
}
#page.toggled .mobile-main-menu {
	width: 100%;
	top: 70px;
	height: calc(100vh)
}
@media screen and (max-width:767px) {
#page.toggled .mobile-main-menu {
	top: 60px
}
}
#page.toggled .btn-close {
	right: 23px;
	top: 35px;
	background: 0 0;
	position: fixed
}
@media screen and (max-width:767px) {
#page.toggled .btn-close {
	top: 27px
}
}
.we-mega-menu-submenu-inner .field--label {
	display: none
}
@media screen and (max-width:991px) {
.navbar-toggle {
	display: block;
	top: -36px
}
.navbar-toggle span {
	pointer-events: none
}
.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
	background: #fff!important
}
nav[data-animation=Fading]:not(.admin) .we-mega-menu-ul .dropdown-menu:not(.clicked):hover>.we-mega-menu-submenu {
	-webkit-animation: none!important;
	animation: none!important
}
}
@media screen and (min-width:992px) {
.type-of-block ul.menu.nav li ul {
	display: none
}
}
.we-mega-menu-submenu .signpost-bg-img-t2:hover * {
	color: #fff!important
}
.we-mega-menu-submenu .signpost-bg-img-t2:hover .signpost-content::after {
	background: 0 0;
	height: 0
}
@media screen and (max-width:480px) {
body.user-logged-in {
	margin-top: 0!important
}
body.user-logged-in #page header {
	top: 80px!important
}
body.user-logged-in #page .maincontentWrapper {
	margin-top: 49px!important
}
body.user-logged-in #page.toggled .btn-close {
	top: 104px!important
}
}
@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
body.user-logged-in {
	margin-top: 41px!important
}
body.user-logged-in #page.toggled .btn-close {
	top: 74px!important
}
}
@media screen and (max-width:1024px) {
header .header-menu-wrapper .T2-search-form .heading-search-result .search-heading {
	display: none
}
header .header-menu-wrapper .T2-search-form .heading-search-result .search>div input {
	width: 100%!important;
	padding: 5px 0 5px 5px!important;
	margin-left: 0
}
}
.iframe-wrap iframe {
	width: 100%
}
.image-gallery-fw {
	position: relative
}
.image-gallery-fw a.carousel-control {
	text-indent: -9999px;
	display: inline-block;
	content: "";
	background-image: none!important;
	z-index: 999;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	padding: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 2px
}
.image-gallery-fw .image-gallery-title {
	display: inline;
	margin-right: 10px;
	font-weight: 700
}
.image-gallery-fw .image-gallery-description {
	display: inline
}
.image-gallery-fw .controlsWrap {
	position: absolute;
	bottom: 20px;
	right: 0;
	padding: 15px;
	height: 40px
}
.image-gallery-fw a.nextLink {
	border-width: 0 3px 3px 0
}
.image-gallery-fw a.nextLink.nice-select.open, .image-gallery-fw a.nextLink:active {
	border-width: 0 3px 3px 0
}
.image-gallery-fw a.nextLink:focus {
	border-width: 0 3px 3px 0
}
.image-gallery-fw a.prevLink {
	border-width: 3px 0 0 3px;
	top: 3px;
	margin-right: 25px
}
.image-gallery-fw a.prevLink.nice-select.open, .image-gallery-fw a.prevLink:active {
	border-width: 3px 0 0 3px
}
.image-gallery-fw a.prevLink:focus {
	border-width: 3px 0 0 3px
}
.image-gallery-fw-t2-wrap.disable-slide .controls-wrap {
	display: none;
	pointer-events: none
}
body.nojs .image-gallery-fw-t2-wrap .image-gallery-fw.owl-carousel {
	display: block
}
body.nojs .image-gallery-fw-t2-wrap .image-gallery-fw.owl-carousel .img-gallery-fw-item {
	display: none
}
body.nojs .image-gallery-fw-t2-wrap .image-gallery-fw.owl-carousel .img-gallery-fw-item:first-child {
	display: block
}
body.nojs .image-gallery-fw-t2-wrap .controls-wrap {
	display: none
}
.ajax-progress-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 9999;
	background: rgba(255,255,255,.5) center center no-repeat
}
.ajax-progress-fullscreen i {
	font-size: 40px;
	color: #092546;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px
}
.medialibrary-magnific .view-media-gallery, .medialibrary-magnific .view-media-library-video {
	padding-top: 30px
}
.medialibrary-magnific ul.nav-tabs {
	margin: 0;
	padding: 0;
	border-bottom: 0
}
.medialibrary-magnific ul.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	table-layout: fixed;
	text-align: center
}
.medialibrary-magnific .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: bottom;
	height: 54px!important
}
.medialibrary-magnific .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	text-align: center;
	cursor: pointer;
	text-decoration: none
}
.medialibrary-magnific .nav-tabs>li.active>a, .medialibrary-magnific .nav-tabs>li.activecategory>a {
	text-decoration: none
}
.medialibrary-magnific .nav-tabs>li.active>a:focus, .medialibrary-magnific .nav-tabs>li.active>a:hover, .medialibrary-magnific .nav-tabs>li.activecategory>a:focus, .medialibrary-magnific .nav-tabs>li.activecategory>a:hover {
	text-decoration: none
}
.medialibrary-magnific .js-form-type-select {
	display: none
}
.medialibrary-magnific .dropdown-menu {
	list-style: none;
	position: relative
}
.medialibrary-magnific .tab-content {
	padding-left: 0;
	padding-right: 0
}
.medialibrary-magnific .tab-content .tab-pane {
	padding-top: 20px
}
.medialibrary-magnific .tab-content .pagination {
	font-size: 2rem;
	float: right;
	margin-right: 15px;
	display: block;
	clear: both
}
.medialibrary-magnific .tab-content .pagination a {
	padding-left: 5px
}
.medialibrary-magnific .tab-content .pagination .first::after {
	content: "\f104";
	padding-left: 24px
}
.medialibrary-magnific .tab-content .pagination .last::after {
	content: "\f105";
	padding-left: 45px
}
.medialibrary-magnific .tab-content .pagination.oneof {
	float: right;
	margin-right: 30px
}
.medialibrary-magnific .tab-content .pagination.oneof a {
	text-decoration: none;
	padding-left: 5px
}
.medialibrary-magnific .tab-content .pagination.oneof .first::after {
	content: "\f104";
	padding-right: 25px!important
}
.medialibrary-magnific .tab-content .pagination.oneof .last::after {
	content: "\f105";
	padding-left: 45px
}
.medialibrary-magnific .innertabs .nav-tabs>li>a {
	border: 0
}
.medialibrary-magnific .innertabs .nav-tabs>li.active>a {
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav-tabs>li.active>a:focus, .medialibrary-magnific .innertabs .nav-tabs>li.active>a:hover {
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav.dropdown>li>button {
	width: 100%;
	padding: 25px;
	text-align: left
}
@media screen and (min-width:320px) {
ul.nav.dropdown {
	display: block
}
ul.nav.nav-tabs {
	display: none
}
}
@media screen and (min-width:768px) {
ul.nav.dropdown {
	display: none
}
ul.nav.nav-tabs {
	display: block
}
}
@media screen and (min-width:992px) {
ul.nav.dropdown {
	display: none
}
ul.nav.nav-tabs {
	display: block
}
}
@media screen and (min-width:1200px) {
ul.nav.dropdown {
	display: none
}
ul.nav.nav-tabs {
	display: block
}
}
.media-gallery, .media-gallery-video {
	overflow: auto
}
.media-gallery .media-gallery-item, .media-gallery-video .media-gallery-item {
	margin-bottom: 25px
}
.media-gallery .media-gallery-item .thumb-image img, .media-gallery-video .media-gallery-item .thumb-image img {
	width: 100%;
	max-height: 262px
}
.media-gallery .media-img-gallery, .media-gallery-video .media-img-gallery {
	overflow-x: hidden
}
.media-gallery .media-gallery-item-cover, .media-gallery-video .media-gallery-item-cover {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px
}
.media-gallery .media-gallery-item-cover .download-image, .media-gallery .media-gallery-item-cover .download-video, .media-gallery-video .media-gallery-item-cover .download-image, .media-gallery-video .media-gallery-item-cover .download-video {
	margin-left: 5px;
	float: right;
	margin-top: -2px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.media-gallery .media-gallery-item-cover .download-image-small, .media-gallery .media-gallery-item-cover .download-video-small, .media-gallery-video .media-gallery-item-cover .download-image-small, .media-gallery-video .media-gallery-item-cover .download-video-small {
	margin-left: 5px;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	height: 18px;
	left: 15px;
	padding-left: 18px;
	text-indent: -999px;
	overflow: hidden;
	background-size: 18px
}
@media screen and (min-width:320px) {
.media-gallery .media-gallery-item .thumb-image img, .media-gallery-video .media-gallery-item .thumb-image img {
	width: 100%;
	max-height: 262px
}
}
@media screen and (min-width:768px) {
.media-gallery .media-gallery-item .thumb-image img, .media-gallery-video .media-gallery-item .thumb-image img {
	width: 100%;
	max-height: 262px
}
}
@media screen and (min-width:992px) {
.media-gallery .media-gallery-item .thumb-image img, .media-gallery-video .media-gallery-item .thumb-image img {
	width: 100%;
	max-height: 262px
}
}
@media screen and (min-width:1200px) {
.media-gallery .media-gallery-item .thumb-image img, .media-gallery-video .media-gallery-item .thumb-image img {
	width: 100%;
	max-height: 262px
}
}
.mfp-content .mfp-figure .mfp-close {
	cursor: pointer!important
}
.mfp-content .mfp-bottom-bar {
	margin-top: -40px!important
}
.mfp-content .mfp-bottom-bar .mfp-title .image-gallery-content-div {
	padding: 50px;
	padding-left: 65px
}
.mfp-content .mfp-bottom-bar .mfp-title .download-image, .mfp-content .mfp-bottom-bar .mfp-title .download-video {
	margin-left: 5px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.mfp-content .mfp-bottom-bar .mfp-title .download-image-small, .mfp-content .mfp-bottom-bar .mfp-title .download-video-small {
	margin-left: 5px;
	float: right;
	margin-top: 1px;
	margin-right: 10px;
	height: 18px;
	padding-left: 18px;
	text-indent: -999px;
	overflow: hidden;
	background-size: 18px;
	position: absolute
}
.mfp-content .mfp-bottom-bar .mfp-title .btn-download {
	text-decoration: none;
	border-radius: 0;
	width: auto;
	height: 50px;
	letter-spacing: .4px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 15px;
	padding-right: 35px;
	position: relative
}
.mfp-content .mfp-bottom-bar .mfp-title .btn-download .download-image {
	margin-top: -2px!important;
	margin-left: 5px
}
.mfp-content .mfp-bottom-bar .mfp-title .btn-download .download-video {
	margin-top: -2px!important;
	margin-left: 5px
}
.mfp-content .mfp-arrow-left {
	left: auto;
	right: 15px
}
.mfp-content .btn-controls-slider {
	position: absolute;
	height: 45px;
	width: 45px;
	bottom: 40px;
	right: 20px;
	z-index: 1
}
.mfp-content .btn-controls-slider.mfp-arrow-right {
	right: 0
}
.mfp-content .btn-controls-slider.mfp-arrow-left {
	right: 45px
}
.image-gallery-popup {
	cursor: default
}
.image-gallery-popup .mfp-content {
	width: 992px
}
@media screen and (min-width:320px) {
.image-gallery-popup .mfp-content {
	margin-top: -185px
}
}
@media screen and (min-width:768px) {
.image-gallery-popup .mfp-content {
	margin-top: -180px
}
}
@media screen and (min-width:992px) {
.image-gallery-popup .mfp-content {
	margin-top: -125px
}
}
@media screen and (min-width:1200px) {
.image-gallery-popup .mfp-content {
	margin-top: -125px
}
}
.video-gallery-popup {
	cursor: default
}
.video-gallery-popup .mfp-content .modal .description-area {
	padding: 50px;
	padding-top: 20px;
	position: relative
}
.video-gallery-popup .mfp-content .modal .description-area p {
	width: 100%
}
.video-gallery-popup .mfp-content .modal .description-area h3 {
	width: 100%
}
.video-gallery-popup .mfp-content .btn-controls-slider {
	top: 0
}
.video-gallery-popup .mfp-content button.mfp-close {
	top: -50px
}
@media screen and (min-width:320px) {
.video-gallery-popup .mfp-content {
	margin-top: 0
}
}
@media screen and (min-width:768px) {
.video-gallery-popup .mfp-content .modal {
	width: auto
}
}
.medialibrary .nav.dropdown>li>button {
	width: 100%;
	padding: 25px;
	text-align: left
}
.medialibrary .nav.dropdown>li .dropdown-menu {
	width: 100%;
	min-width: 100%
}
.medialibrary .nav.dropdown>li .dropdown-menu li>a {
	display: block;
	padding: 25px;
	clear: both;
	white-space: nowrap
}
.medialibrary .nav.dropdown>li .dropdown-menu .active>a, .medialibrary .nav.dropdown>li .dropdown-menu .active>a:focus, .medialibrary .nav.dropdown>li .dropdown-menu .active>a:hover {
	text-decoration: none;
	outline: 0
}
.medialibrary .nav.dropdown>li .caret {
	float: right!important;
	border-top: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: relative;
	top: 8px
}
.medialibrary ul.nav-tabs {
	margin: 0;
	padding: 0;
	border-bottom: 0
}
.medialibrary ul.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	table-layout: fixed;
	text-align: center
}
.medialibrary .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: bottom;
	height: 54px!important
}
.medialibrary .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	text-align: center;
	cursor: pointer;
	text-decoration: none
}
.medialibrary .nav-tabs>li.active>a, .medialibrary .nav-tabs>li.activecategory>a {
	text-decoration: none
}
.medialibrary .nav-tabs>li.active>a:focus, .medialibrary .nav-tabs>li.active>a:hover, .medialibrary .nav-tabs>li.activecategory>a:focus, .medialibrary .nav-tabs>li.activecategory>a:hover {
	text-decoration: none
}
.medialibrary .js-form-type-select {
	display: none
}
.medialibrary .dropdown-menu {
	list-style: none;
	position: relative
}
.medialibrary .tab-content {
	padding-left: 0;
	padding-right: 0
}
.medialibrary .tab-content .tab-pane {
	padding-top: 20px
}
.medialibrary .tab-content .pagination {
	font-size: 2rem;
	float: right;
	margin-right: 30px
}
@media screen and (min-width:320px) {
.medialibrary .tab-content .pagination {
	margin-left: 19%
}
}
@media screen and (min-width:768px) {
.medialibrary .tab-content .pagination {
	margin-left: 54%
}
}
@media screen and (min-width:992px) {
.medialibrary .tab-content .pagination {
	margin-left: 54%
}
}
@media screen and (min-width:1200px) {
.medialibrary .tab-content .pagination {
	margin-left: 54%
}
}
.medialibrary .tab-content .pagination a {
	padding-left: 5px
}
.medialibrary .tab-content .pagination .first::after {
	content: "\f104";
	padding-left: 24px
}
.medialibrary .tab-content .pagination .last::after {
	content: "\f105";
	padding-left: 45px
}
.medialibrary .tab-content .pagination.oneof {
	float: right;
	margin-right: 30px
}
.medialibrary .tab-content .pagination.oneof a {
	text-decoration: none;
	padding-left: 5px
}
.medialibrary .tab-content .pagination.oneof .first::after {
	content: "\f104";
	padding-right: 25px!important
}
.medialibrary .tab-content .pagination.oneof .last::after {
	content: "\f105";
	padding-left: 45px
}
.medialibrary .innertabs .nav-tabs>li>a {
	border: 0
}
.medialibrary .innertabs .nav-tabs>li.active>a {
	text-decoration: none
}
.medialibrary .innertabs .nav-tabs>li.active>a:focus, .medialibrary .innertabs .nav-tabs>li.active>a:hover {
	text-decoration: none
}
.medialibrary .innertabs .nav.dropdown>li>button {
	width: 100%;
	padding: 25px;
	text-align: left
}
.medialibrary .board-of-directors-box {
	margin-bottom: 30px!important;
	cursor: auto
}
.medialibrary .board-of-directors-box .board-of-directors--person_name {
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 2px
}
.medialibrary .board-of-directors-box p {
	margin-bottom: 6px
}
.medialibrary .board-of-directors-box img {
	cursor: pointer
}
.medialibrary .board-of-directors-box .download-image {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.medialibrary .board-of-directors-box .download-video {
	margin-left: 5px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.medialibrary .view-media-library-video .board-of-directors-box img {
	cursor: auto
}
.mfp-close {
	top: -50px!important;
	color: #fff!important;
	font-weight: 100;
	background: no-repeat;
	right: 18px!important
}
.mfp-close span {
	position: relative;
	font-size: 1.8rem;
	top: -5px;
	font-weight: 100
}
.modal {
	top: 20px
}
.modal .modal-dialog .modal-content {
	border-radius: 0;
	width: 100%!important
}
.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls {
	float: right;
	position: absolute;
	bottom: 80px;
	right: 0;
	z-index: 2
}
.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls a {
	padding-left: 5px
}
.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content {
	position: relative
}
@media screen and (min-width:320px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
	width: 100%;
	height: auto
}
}
@media screen and (min-width:768px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
	width: 100%;
	height: auto;
	max-height: 406px
}
}
@media screen and (min-width:992px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
	width: 100%;
	height: auto;
	max-height: 640px
}
}
@media screen and (min-width:1200px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
	width: 100%;
	height: auto;
	max-height: 640px
}
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls a {
	text-decoration: none;
	padding-left: 5px
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content {
	position: relative
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
	width: 100%;
	height: auto
}
@media screen and (min-width:768px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
	max-height: 406px
}
}
@media screen and (min-width:992px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
	max-height: 640px
}
}
@media screen and (min-width:1200px) {
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
	max-height: 640px
}
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls {
	float: right;
	position: absolute;
	bottom: -35px;
	right: 0;
	z-index: 2
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls a {
	text-decoration: none;
	padding-left: 5px
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.modal .modal-body {
	padding: 0!important
}
.modal .close.btn-close-modal {
	position: absolute;
	top: -65px;
	right: -1px;
	font-size: 4.5rem;
	font-weight: 100;
	text-shadow: none;
	opacity: 1
}
.modal .close.btn-close-modal span {
	text-transform: uppercase;
	bottom: 18px;
	position: absolute;
	right: 30px
}
@media screen and (min-width:320px) {
.white-popup {
	margin: 0 auto
}
.modal-dialog {
	width: 100%;
	margin: 0
}
.modal-dialog .mfp-close {
	right: 0!important
}
.modal-dialog .description-area {
	padding: 30px 12px!important;
	margin-top: -20px;
	margin-bottom: 22px
}
.modal-dialog .description-area .btn-download {
	border-radius: 0;
	width: auto;
	height: 50px;
	border: solid 1px #092546;
	text-decoration: none;
	letter-spacing: .4px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 15px
}
.modal-dialog .description-area .btn-download .download-image {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .btn-download .download-video {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .text-description {
	opacity: .8;
	line-height: 1.43;
	text-align: left
}
}
@media screen and (min-width:768px) {
.modal {
	width: 100%
}
.white-popup {
	max-width: 100%;
	margin: 0 auto
}
.modal-dialog {
	width: 100%;
	margin-top: 0
}
.modal-dialog .description-area {
	padding: 30px 50px 50px!important;
	margin-bottom: 0;
	margin-top: -20px
}
.modal-dialog .description-area .btn-download {
	text-decoration: none;
	border-radius: 0;
	width: auto;
	height: 50px;
	border: solid 1px #092546;
	letter-spacing: .4px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 15px
}
.modal-dialog .description-area .btn-download .download-image {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .btn-download .download-video {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .text-description {
	opacity: .8;
	line-height: 1.43;
	text-align: left
}
}
@media screen and (min-width:992px) {
.modal {
	width: 100%
}
.white-popup {
	max-width: 800px;
	margin: 0 auto
}
.modal-dialog {
	width: 100%;
	max-width: 875px;
	margin-top: 0
}
.modal-dialog .description-area {
	padding: 30px 50px 50px!important;
	margin-top: -20px;
	margin-bottom: 22px
}
.modal-dialog .description-area .btn-download {
	text-decoration: none;
	border-radius: 0;
	width: auto;
	height: 50px;
	border: solid 1px #092546;
	letter-spacing: .4px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 15px
}
.modal-dialog .description-area .btn-download .download-image {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .btn-download .download-video {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .text-description {
	opacity: .8;
	line-height: 1.43;
	text-align: left
}
}
@media screen and (min-width:1200px) {
.mfp-content {
	width: 70%
}
.white-popup {
	max-width: 900px;
	margin: 0 auto
}
.modal-dialog {
	width: 100%;
	margin-top: 0;
	max-width: 1140px
}
.modal-dialog .description-area {
	padding: 30px 50px 50px!important;
	margin-bottom: 0;
	margin-top: -20px
}
.modal-dialog .description-area .btn-download {
	text-decoration: none;
	border-radius: 0;
	width: auto;
	height: 50px;
	border: solid 1px #092546;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 15px
}
.modal-dialog .description-area .btn-download .download-image {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .btn-download .download-video {
	margin-left: 5px;
	float: right;
	margin-top: -4px;
	margin-right: 10px;
	height: 24px;
	left: 15px;
	padding-left: 24px;
	text-indent: -999px;
	overflow: hidden
}
.modal-dialog .description-area .text-description {
	opacity: .8;
	line-height: 1.43;
	text-align: left
}
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040
}
@media screen and (min-width:320px) {
ul.nav.dropdown {
	display: block
}
ul.nav.nav-tabs {
	display: none
}
}
@media screen and (min-width:768px) {
ul.nav.dropdown {
	display: none
}
ul.nav.nav-tabs {
	display: block
}
}
@media screen and (min-width:992px) {
ul.nav.dropdown {
	display: none
}
ul.nav.nav-tabs {
	display: block
}
}
@media screen and (min-width:1200px) {
ul.nav.dropdown {
	display: none
}
ul.nav.nav-tabs {
	display: block
}
}
@media screen and (max-width:768px) {
.medialibrary-magnific.medialibrary>.col-md-12 {
	padding: 0
}
.medialibrary-magnific.medialibrary .nav-tabs>li:not(.active)>a {
	opacity: 1
}
}
.newsroom .nav-tabs>li {
	height: 54px
}
.newsroom .dropdown-menu {
	list-style: none;
	position: relative
}
.newsroom .tab-content {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 80px
}
.newsroom .tab-content .pager {
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px)
}
.newsroom .tab-content .tab-pane {
	padding-top: 40px
}
.newsroom .tab-content .tab-pane>p:first-child {
	background: rgba(0,0,0,.05);
	padding: 25px 20px;
	text-align: center
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper {
	max-width: 946px;
	width: 100%;
	margin: 0 auto
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news {
	padding: 20px 0
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc {
	padding: 20px;
	min-height: 200px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .list-item-title {
	margin-bottom: 6px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .list-item-date {
	margin-bottom: 0
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .list-item-desc {
	margin-bottom: 12px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .more-link {
	margin-bottom: 0
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .more-link a {
	padding-right: 15px;
	font-weight: 500
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .more-link a:after {
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	border-width: 0;
	left: 7px;
	bottom: 1px;
	font-family: FontAwesome;
	content: "\f105";
	font-weight: bolder;
	padding-left: 3px;
	top: 0
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-left-block {
	padding: 0 0 0 43px!important
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-right-block {
	padding-bottom: 0;
	padding-left: 40px!important
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news:first-child {
	margin-top: 91px
}
@media screen and (max-width:767px) {
.newsroom .tab-content .tab-pane {
	padding-top: 0
}
.newsroom .tab-content .tab-pane.text-only-news .view-content .news {
	padding: 20px 15px;
	margin-top: 0
}
.newsroom .tab-content .tab-pane.text-only-news .view-content .news:first-child {
	border-top: 0
}

.newsroom .tab-content .tab-pane>p:first-child {
	margin: 0;
	margin-top: 20px
}
.newsroom .tab-content .tab-pane .pagination {
	margin-bottom: 30px;
	margin-top: 0
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.newsroom .container-fluid {
	padding: 0 22px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news {
	padding: 15px 0
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news:first-child {
	margin-top: 30px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc {
	min-height: 0!important;
	margin-bottom: 0
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-left-block {
	padding-top: 0;
	padding-left: 0!important;
	margin-bottom: 9px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-right-block {
	padding-left: 0!important
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
.newsroom .container-fluid {
	padding: 0 12px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news {
	padding: 30px 20px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news:first-child {
	margin-top: 13px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc {
	min-height: 0!important;
	margin-bottom: 1px
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-left-block {
	padding-top: 0;
	padding-left: 0!important
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-right-block {
	padding-left: 0!important
}
}
.newsroom .pagination {
	float: right;
	margin-right: 30px
}
@media screen and (min-width:320px) {
.newsroom .pagination {
	margin-left: 18%
}
}
@media screen and (min-width:768px) {
.newsroom .pagination {
	margin-left: 54%
}
}
@media screen and (min-width:992px) {
.newsroom .pagination {
	margin-left: 54%
}
}
@media screen and (min-width:1200px) {
.newsroom .pagination {
	margin-left: 54%
}
}
.newsroom .pagination a {
	text-decoration: none;
	padding-left: 5px
}
.newsroom .pagination .first::after {
	content: "\f104";
	font-weight: bolder;
	padding-left: 25px
}
.newsroom .pagination .last::after {
	content: "\f105";
	font-weight: bolder;
	padding-left: 45px
}
.newsroom .pagination.oneof {
	float: right;
	margin-right: 30px
}
.newsroom .pagination.oneof a {
	text-decoration: none;
	padding-left: 5px
}
.newsroom .pagination.oneof .first::after {
	content: "\f104";
	font-weight: bolder;
	padding-right: 25px!important
}
.newsroom .pagination.oneof .last::after {
	content: "\f105";
	font-weight: bolder;
	padding-left: 45px
}
.newsroom .text-only-news .news {
	border-top: 1px solid rgba(151,151,151,.2);
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	display:flex;
}
.newsroom .text-only-news .news .news-desc {
	min-height: 100px!important
}

@media screen and (min-width:320px) {
.newsroom .text-only-news .news {
	overflow: hidden
}
.newsroom .text-only-news .news .news-desc {
	padding-left: 0!important;
	min-height: 50px!important
}
.newsroom .text-only-news .news-left-block {
	padding-bottom: 0!important
}
.newsroom .text-only-news .news-right-block {
	padding-top: 0!important
}
}
@media screen and (min-width:768px) {
.newsroom .text-only-news .news {
	overflow: hidden
}
.newsroom .text-only-news .news .news-desc {
	padding-left: 0!important;
	min-height: 50px!important
}
.newsroom .text-only-news .news-left-block {
	padding-bottom: 0!important
}
.newsroom .text-only-news .news-right-block {
	padding-top: 0!important
}
}
@media screen and (min-width:992px) {
.newsroom .text-only-news .news .news-desc {
	padding-left: 20px!important
}
}
@media screen and (min-width:1200px) {
    .newsroom .text-only-news .news .news-desc {
    	padding-left: 20px!important
    }

}
.result-center .result-center-item {
	position: relative
}
.result-center .select-wrapper {
	display: none
}
.result-center .dropdown-menu {
	list-style: none;
	position: relative
}
.result-center ul.nav li:first-child, .result-center ul.nav.dropdown li {
	padding-left: 0
}
.result-center ul.nav li:last-child a {
	margin-right: 0
}
@media screen and (max-width:480px) {
.result-center .select-wrapper {
	display: block;
	width: 100%
}
}
.result-center a.carousel-control {
	text-indent: -9999px;
	display: inline-block;
	padding: 3px;
	content: "";
	background-image: none!important;
	z-index: 999;
	position: relative
}
.result-center a.carousel-control.nice-select.open, .result-center a.carousel-control:active {
	border: solid #000
}
.result-center a.carousel-control:focus {
	border: solid #000
}
.result-center .controlsWrap {
	position: absolute;
	bottom: -15px;
	right: 50px;
	padding: 15px;
	height: 40px
}
.result-center .controlsWrap .nextPrev {
	float: left
}
.result-center a.nextLink, .result-center a.prevLink {
	border: solid #092546;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 2px
}
.result-center a.prevLink {
	border-width: 3px 0 0 3px;
	float: left;
	margin-right: 40px
}
.result-center a.prevLink.nice-select.open, .result-center a.prevLink:active {
	border-width: 3px 0 0 3px
}
.result-center a.prevLink:focus {
	border-width: 3px 0 0 3px
}
.result-center a.nextLink {
	border-width: 0 3px 3px 0;
	content: "";
	margin-left: 40px
}
.result-center a.nextLink.nice-select.open, .result-center a.nextLink:active {
	border-width: 0 3px 3px 0
}
.result-center a.nextLink:focus {
	border-width: 0 3px 3px 0
}
.result-center .carousel-counter {
	position: relative;
	float: left;
	top: -6px;
	font-size: 1.8rem;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500
}
.result-center table>thead>tr>th, .result-center tbody>tr>th {
	padding: 27px 30px;
	font-size: 1.6rem
}
.result-center table>thead>tr>th:nth-child(2), .result-center table>thead>tr>th:nth-child(3), .result-center tbody>tr>th:nth-child(2), .result-center tbody>tr>th:nth-child(3) {
	text-align: center;
	padding: 25px 20px
}
.result-center table>thead>tr>th:nth-child(2), .result-center tbody>tr>th:nth-child(2) {
	max-width: 300px
}
.result-center tbody>tr>td:nth-child(2) {
	max-width: 250px
}
.result-center .tab-content {
	padding: 0
}
@media screen and (max-width:767px) {
.result-center .table-responsive {
	border: 0
}
}
.result-center .result-center-table tbody>tr>td:nth-child(odd) {
	padding: 27px 30px
}
.result-center .result-center-table thead>tr>th:nth-child(2) span {
	width: 33.33%;
	display: block;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	float: left
}
.result-center .result-center-table thead>tr>th {
	font-weight: 500;
	width: 25%
}
.result-center .result-center-table thead>tr>th:last-child {
	width: 100%
}
.result-center .result-center-table tbody>tr>td {
	vertical-align: middle;
	padding: 27px 30px
}
.result-center .result-center-table tbody>tr>td time {
	display: block
}
.result-center .result-center-table tbody table {
	margin-bottom: 0
}
.result-center .result-center-table tbody table>tbody>tr>td {
	width: 33.33%!important;
	padding: 27px 30px;
	vertical-align: center
}
.result-center .result-center-table tbody table>tbody>tr>td p {
	margin-bottom: 0
}
.result-center .result-center-table tbody>tr>td>table>tbody>tr>td {
	vertical-align: middle
}
.result-center .result-center-table .view-online {
	text-align: center
}
.result-center .result-center-table .download-content a p {
	margin-bottom: 0
}
.result-center .result-center-table .has-download-link, .result-center .result-center-table .has-download-link-presentation, .result-center .result-center-table .has-text, .result-center .result-center-table .has-text-presentation, .result-center .result-center-table .th-download, .result-center .result-center-table .th-download-presentation, .result-center .result-center-table .th-view-online, .result-center .result-center-table .th-view-online-presentation, .result-center .result-center-table .view-online {
	display: none
}
.result-center .result-center-table.show-view-tr .has-text, .result-center .result-center-table.show-view-tr .has-text-presentation, .result-center .result-center-table.show-view-tr .th-view-online, .result-center .result-center-table.show-view-tr .th-view-online-presentation, .result-center .result-center-table.show-view-tr .view-online {
	display: table-cell
}
.result-center .result-center-table.show-download-tr .has-download-link, .result-center .result-center-table.show-download-tr .has-download-link-presentation, .result-center .result-center-table.show-download-tr .th-download, .result-center .result-center-table.show-download-tr .th-download-presentation {
	display: table-cell
}
.result-center .result-center-table.result-only .has-download-link, .result-center .result-center-table.result-only .has-download-link-presentation, .result-center .result-center-table.result-only .has-text, .result-center .result-center-table.result-only .has-text-presentation, .result-center .result-center-table.result-only .th-download, .result-center .result-center-table.result-only .th-download-presentation, .result-center .result-center-table.result-only .th-view-online, .result-center .result-center-table.result-only .th-view-online-presentation, .result-center .result-center-table.result-only .view-online {
	display: table-cell
}
.result-center .result-center-table.result-only>thead>tr>th {
	width: 25%
}
@media screen and (max-width:480px) {
.result-center .result-center-table tbody>tr>td {
	white-space: nowrap
}
}
.view-presentations .view-empty, .view-results .view-empty {
	background: rgba(0,0,0,.05)
}
.view-presentations .view-empty p, .view-results .view-empty p {
	padding: 25px 20px;
	font-size: 1.6rem
}
@media screen and (max-width:767px) {
.result-center .result-center-table {
	width: 550px;
	min-width: 100%
}
.result-center .result-center-table .view-online {
	min-width: 92px
}
.result-center .result-center-table .category>div {
	word-wrap: unset;
	word-break: inherit;
	white-space: normal;
	min-width: 82px
}
}
.result-center-item table.result-center-table {
	margin-bottom: 0
}
.result-center-item table.result-center-table .result-center tbody>tr>th, .result-center-item table.result-center-table>thead>tr>th {
	white-space: nowrap
}
.result-center-item table.result-center-table .result-center tbody>tr>th.th-download, .result-center-item table.result-center-table>thead>tr>th.th-download {
	padding: 27px 40px;
	text-align: center
}
.result-center-item table.result-center-table .result-center tbody>tr>th.th-view-online, .result-center-item table.result-center-table>thead>tr>th.th-view-online {
	padding: 27px 30px
}
.result-center-item table.result-center-table>thead>tr>th {
	width: 50%
}
.result-center-item table.result-center-table .download-content.has-download-link {
	padding-top: 10px;
	padding-bottom: 10px
}
.result-center-item table.result-center-table .download-content a i {
	display: none;
	margin-bottom: 5px
}
.result-center-item table.result-center-table.show-download-tr>thead>tr>th, .result-center-item table.result-center-table.show-view-tr>thead>tr>th {
	width: 33.33%
}
.result-center-item table.result-center-table.show-download-tr.show-view-tr>thead>tr>th {
	width: 25%
}
.path-search-result #pagination {
	margin-left: 0;
	text-align: center
}
.path-search-result #hit-template li, .path-search-result #paginate li, .path-search-result #solrstrap-documentfacetresult li {
	padding: 30px 30px 20px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 10px;
	background-color: #fff;
	border-bottom: 1px solid #092546
}
.path-search-result #submitButton {
	background: #092546 none repeat scroll 0 0
}
#submitSearchButton {
	display: none
}
.t-two-banner-version-one .carousel {
	height: 700px
}
.t-two-banner-version-one .carousel .carousel-inner .item img {
	height: 608px!important
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	left: 150px;
	top: 159px;
	text-align: left
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	background: 0 0;
	width: 130px;
	height: 50px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	height: 41px;
	padding-top: 3px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	text-decoration: none;
	padding-left: 5px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.t-two-banner-version-one .carousel .article-slide .carousel-indicators {
	top: 510px;
	left: 52%;
	margin-left: 5px;
	width: 40%;
	height: 20%
}
.t-two-banner-version-one .carousel .article-slide .carousel-indicators li {
	border: medium none;
	border-radius: 0;
	float: left;
	height: 134px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px!important;
	margin-top: 0;
	width: 200px
}
.t-two-banner-version-one .carousel .article-slide .carousel-indicators img {
	float: left;
	height: 134px;
	left: 0;
	width: 300px
}
.t-two-banner-version-one .carousel .article-slide .carousel-indicators .top-bottom img {
	float: left;
	height: 134px;
	left: 0;
	width: 200px
}
@media screen and (min-width:320px) {
.t-two-banner-version-one .carousel .item {
	background-size: cover
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item {
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active {
	left: 0
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next, .t-two-banner-version-one .carousel.vertical .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next {
	left: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.prev {
	left: -100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.prev.right {
	left: 0
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active.left {
	left: -100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active.right {
	left: 100%
}
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	height: 3px;
	width: 0;
	margin: 0;
	border: 0;
	z-index: 11;
	position: relative
}
}
@media screen and (min-width:320px) and (-webkit-transform-3d) {
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active.right, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.next.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@media screen and (min-width:320px) {
.t-two-banner-version-one .carousel-inner {
	overflow: none!important
}
.t-two-banner-version-one .carousel-inner .item img {
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}
.t-two-banner-version-one .carousel-vertical-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	height: 220px;
	width: 100%
}
.t-two-banner-version-one .carousel-vertical-thumb img {
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(2) {
	margin-left: 200px
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(3) {
	margin-left: 400px
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(4) {
	margin-left: 600px
}
.t-two-banner-version-one .carousel-indicators li.active img {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px)
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	height: 220px;
	width: 300px
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb img {
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb img:nth-child(2) {
	margin-left: 0;
	margin-top: 134px
}
.t-two-banner-version-one .carousel-indicators li.top-bottom.active img {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px)
}
.t-two-banner-version-one .carousel {
	height: 530px
}
.t-two-banner-version-one .carousel .carousel-inner {
	overflow: unset
}
.t-two-banner-version-one .carousel .carousel-inner .item img {
	height: 135px!important
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	left: 15px;
	top: 136px;
	width: 100%;
	text-align: left;
	padding-left: 12px;
	padding-right: 40px;
	text-shadow: none
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	width: 130px;
	height: 50px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	float: right;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 2;
	height: 41px;
	padding-top: 3px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	padding-left: 5px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.t-two-banner-version-one .article-slide .carousel-indicators {
	top: 510px;
	left: 52%;
	margin-left: 5px;
	width: 40%;
	height: 20%
}
.t-two-banner-version-one .article-slide .carousel-indicators li {
	border: medium none;
	border-radius: 0;
	float: left;
	height: 134px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px!important;
	margin-top: 0;
	width: 200px;
	position: relative;
	text-indent: 0;
	overflow: hidden
}
.t-two-banner-version-one .article-slide .carousel-indicators li .caption {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 25px 30px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.9rem;
	display: none;
	text-align: left
}
.t-two-banner-version-one .article-slide .carousel-indicators li:hover .caption {
	display: block
}
.t-two-banner-version-one .article-slide .carousel-indicators img {
	float: left;
	height: 134px;
	left: 0;
	width: 300px
}
.t-two-banner-version-one .article-slide .carousel-indicators .top-bottom img {
	float: left;
	height: 134px;
	left: 0;
	width: 200px
}
.t-two-banner-version-one .article-slide .carousel-indicators {
	display: none
}
}
@media screen and (min-width:768px) {
.t-two-banner-version-one .carousel .item {
	background-size: cover
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item {
	-webkit-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active {
	top: 0
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next, .t-two-banner-version-one .carousel.vertical .carousel-inner>.prev {
	top: 0;
	height: 100%;
	width: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next {
	left: 0;
	top: -100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.prev {
	left: 0;
	top: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.prev.right {
	top: 0
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active.left {
	left: 0;
	top: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active.right {
	left: 0;
	top: -100%
}
.t-two-banner-version-one .progressbar-container {
	width: 27%
}
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	height: 3px;
	width: 0;
	margin: 0;
	border: 0;
	z-index: 11;
	position: relative
}
}
@media screen and (min-width:768px) and (-webkit-transform-3d) {
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active.right, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.next {
	top: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.prev {
	top: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.next.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.prev.right {
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@media screen and (min-width:768px) {
.t-two-banner-version-one .carousel-inner .item img {
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}
.t-two-banner-version-one .carousel-vertical-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	height: 220px;
	width: 300px
}
.t-two-banner-version-one .carousel-vertical-thumb img {
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(2) {
	margin-left: 200px
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(3) {
	margin-left: 400px
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(4) {
	margin-left: 600px
}
.t-two-banner-version-one .carousel-indicators li.active img {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px)
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	height: 220px;
	width: 300px
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb img {
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb img:nth-child(2) {
	margin-left: 0;
	margin-top: 134px
}
.t-two-banner-version-one .carousel-indicators li.top-bottom.active img {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px)
}
.t-two-banner-version-one .carousel-indicators li:nth-child(3) {
	display: block
}
.t-two-banner-version-one .carousel {
	height: 700px
}
.t-two-banner-version-one .carousel .carousel-inner {
	overflow: hidden
}
.t-two-banner-version-one .carousel .carousel-inner .item img {
	height: 468px!important
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	left: 77px;
	top: 70px;
	width: 464px;
	background: 0 0;
	text-align: left
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption p {
	color: #fff;
	font-size: 16px
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	background: 0 0;
	width: 130px;
	height: 50px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	float: right;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 2;
	height: 41px;
	padding-top: 3px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	text-decoration: none;
	padding-left: 5px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.t-two-banner-version-one .article-slide .carousel-indicators {
	top: 428px;
	left: 20%;
	margin-left: 25px;
	width: 60%;
	height: 20%
}
.t-two-banner-version-one .article-slide .carousel-indicators li {
	border: medium none;
	border-radius: 0;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px!important;
	margin-top: 0;
	width: 150px;
	position: relative;
	text-indent: 0;
	overflow: hidden
}
.t-two-banner-version-one .article-slide .carousel-indicators li .caption {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 25px 30px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.9rem;
	display: none;
	text-align: left
}
.t-two-banner-version-one .article-slide .carousel-indicators li:hover .caption {
	display: block
}
.t-two-banner-version-one .article-slide .carousel-indicators img {
	float: left;
	height: 134px;
	left: 0;
	width: 300px
}
.t-two-banner-version-one .article-slide .carousel-indicators .top-bottom img {
	float: left;
	height: 134px;
	left: 0;
	width: 200px
}
.t-two-banner-version-one .article-slide .carousel-indicators {
	display: block
}
}
@media screen and (min-width:992px) {
.t-two-banner-version-one .carousel .item {
	background-size: cover
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item {
	-webkit-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active {
	top: 0
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next, .t-two-banner-version-one .carousel.vertical .carousel-inner>.prev {
	top: 0;
	height: 100%;
	width: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next {
	left: 0;
	top: -100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.prev {
	left: 0;
	top: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.next.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.prev.right {
	top: 0
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active.left {
	left: 0;
	top: 100%
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.active.right {
	left: 0;
	top: -100%
}
.t-two-banner-version-one .progressbar-container {
	width: 46%
}
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	height: 3px;
	width: 0;
	margin: 0;
	border: 0;
	z-index: 11;
	position: relative
}
}
@media screen and (min-width:992px) and (-webkit-transform-3d) {
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active.right, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.next {
	top: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.prev {
	top: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.t-two-banner-version-one .carousel.vertical .carousel-inner>.item.active, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.next.left, .t-two-banner-version-one .carousel.vertical .carousel-inner>.item.prev.right {
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@media screen and (min-width:992px) {
.t-two-banner-version-one .carousel-inner .item img {
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}
.t-two-banner-version-one .carousel-vertical-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	height: 220px;
	width: 300px
}
.t-two-banner-version-one .carousel-vertical-thumb img {
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(2) {
	margin-left: 200px
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(3) {
	margin-left: 400px
}
.t-two-banner-version-one .carousel-vertical-thumb img:nth-child(4) {
	margin-left: 600px
}
.t-two-banner-version-one .carousel-indicators li.active img {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px)
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb {
	position: relative;
	float: left;
	overflow: hidden;
	height: 220px;
	width: 300px
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb img {
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.t-two-banner-version-one .carousel-indicators li.top-bottom .carousel-vertical-thumb img:nth-child(2) {
	margin-left: 0;
	margin-top: 134px
}
.t-two-banner-version-one .carousel-indicators li.top-bottom.active img {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px)
}
.t-two-banner-version-one .carousel {
	height: 700px
}
.t-two-banner-version-one .carousel .carousel-inner {
	overflow: hidden
}
.t-two-banner-version-one .carousel .carousel-inner .item img {
	height: 608px!important
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	left: 150px;
	top: 159px;
	width: 464px;
	background: 0 0;
	text-align: left
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	background: 0 0;
	width: 130px;
	height: 50px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	float: right;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 2;
	height: 41px;
	padding-top: 3px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	text-decoration: none;
	padding-left: 5px
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	content: "\f104";
	padding-left: 10px;
	padding-right: 10px!important
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	content: "\f105";
	padding-left: 30px;
	padding-right: 15px
}
.t-two-banner-version-one .article-slide .carousel-indicators {
	top: 510px;
	left: 47%;
	margin-left: 5px;
	width: 40%;
	height: 20%
}
.t-two-banner-version-one .article-slide .carousel-indicators li {
	border: medium none;
	border-radius: 0;
	float: left;
	height: 134px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px!important;
	margin-top: 0;
	width: 200px;
	position: relative;
	text-indent: 0;
	overflow: hidden
}
.t-two-banner-version-one .article-slide .carousel-indicators li .caption {
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 25px 30px;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.9rem;
	display: none;
	text-align: left
}
.t-two-banner-version-one .article-slide .carousel-indicators li:hover .caption {
	display: block
}
.t-two-banner-version-one .article-slide .carousel-indicators .top-bottom img, .t-two-banner-version-one .article-slide .carousel-indicators img {
	float: left;
	height: 134px;
	left: 0;
	width: 300px
}
.t-two-banner-version-one .article-slide .carousel-indicators .top-bottom img {
	width: 200px
}
}
@media screen and (min-width:1200px) {
.t-two-banner-version-one .progressbar-container {
	width: 53%
}
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	background-color: #2fdf95
}
.t-two-banner-version-one .carousel-indicators li:nth-child(3) {
	display: block
}
.t-two-banner-version-one .article-slide .carousel-indicators {
	width: 43%
}
}
.t2-banner-ver-2-wrapper {
	margin-bottom: 25px;
	height: 720px;
	position: relative;
	overflow: hidden;
	width: 100%
}
.t2-banner-ver-2-wrapper .slide-counter {
	display: none
}
.t2-banner-ver-2-wrapper .slide-progress .outer {
	display: none
}
.t2-banner-ver-2-wrapper .owl-carousel .owl-stage-outer {
	height: 100%
}
.t2-banner-ver-2-wrapper .owl-carousel .owl-stage-outer .owl-stage {
	height: 100%
}
.t2-banner-ver-2-wrapper .t2-banner-v2.sync2 {
	position: absolute;
	top: 0;
	left: 0
}
.t2-banner-ver-2-wrapper .owl-thumbs {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 68%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.t2-banner-ver-2-wrapper .owl-thumbs>div {
	min-height: 100px;
	display: inline-block;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 33.33%
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item {
	position: relative
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p {
	padding: 24px 30px;
	margin-bottom: 0
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p span {
	display: block
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item .slide-progress {
	width: 0;
	max-width: 100%;
	height: 2px;
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: 0
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active .slide-progress {
	visibility: visible;
	-webkit-transition: width .5s;
	transition: width .5s
}
.t2-banner-ver-2-wrapper .sync1 {
	width: 100%;
	height: 100%
}
.t2-banner-ver-2-wrapper .sync1 .owl-item {
	height: 100%
}
.t2-banner-ver-2-wrapper .sync1 .owl-item .item {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content {
	pointer-events: none;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	margin-left: 15%
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .owl-item {
	height: 100%
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item {
	text-align: center;
	cursor: pointer;
	height: 100%;
	display: table
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: left
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content h2.banner-heading-text {
	margin-bottom: 18px
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content p {
	max-width: 52%;
	margin-bottom: 20px
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content a {
	pointer-events: all;
	margin-bottom: 18px;
	padding: 13px 27px;
	min-width: 130px;
	display: inline-block;
	text-decoration: none
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content a span {
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content a:hover {
	text-decoration: none
}
.t2-banner-ver-2-wrapper.slider-Disabled .owl-thumbs {
	display: none
}
.t2-banner-ver-2-wrapper.slider-Disabled .owl-stage {
	-webkit-transform: none!important;
	transform: none!important
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p {
	background-image: none!important;
	width: 100%;
	text-indent: 0;
	-webkit-transition: all .5s!important;
	transition: all .5s!important
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p {
	background-size: 0 0;
	background-clip: unset
}
}
@supports (-ms-ime-align:auto) {
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p {
background-image:none!important;
width:100%;
text-indent:0;
-webkit-transition:all .5s!important;
transition:all .5s!important
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p {
background-size:0 0;
background-clip:unset
}
}
@media screen and (max-width:991px) {
.t2-banner-ver-2-wrapper .owl-thumbs {
	max-width: 100%;
	width: 100%
}
.t2-banner-ver-2-wrapper .owl-thumbs>div {
	min-width: auto
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 {
	width: 100%;
	padding: 0 10% 30px 30px;
	margin-left: 0
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .item .banner-content {
	vertical-align: bottom;
	padding-bottom: 100px
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .item .banner-content a {
	padding: 13px 27px
}
}
@media screen and (max-width:640px) {
.t2-banner-ver-2-wrapper {
	height: 350px
}
.t2-banner-ver-2-wrapper .slide-counter {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 {
	padding: 0 15px 15px
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .item .banner-content {
	vertical-align: top;
	padding-bottom: 0;
	padding-top: 30px
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .item .banner-content p {
	max-width: 100%
}
.t2-banner-ver-2-wrapper .owl-thumbs {
	display: none
}
.t2-banner-ver-2-wrapper .slide-progress.outer {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	height: 2px
}
}
.t2_bod_wrap :focus {
	outline: 0
}
.t2_bod_wrap .board-of-directors-box {
	position: relative;
	height: 305px;
	width: 295px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
	padding-top: 10px
}
@media screen and (min-width:768px) {
.t2_bod_wrap .board-of-directors-box {
	height: 232px;
	width: 100%;
	padding-top: 0
}
}
@media screen and (min-width:990px) {
.t2_bod_wrap .board-of-directors-box {
	height: 263px
}
}
.t2_bod_wrap .board-of-directors-box .bod-image-placeholder {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.t2_bod_wrap .board-of-directors-box img {
	height: 100%;
	min-height: 100%;
	max-width: unset;
	width: auto;
	-o-object-fit: fill;
	object-fit: fill;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px 3px 10px;
	z-index: 1
}
@media screen and (min-width:768px) {
.t2_bod_wrap .board-of-directors-box .board-of-directors-content {
	padding-bottom: 10px
}
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_name {
	text-transform: capitalize
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post a:after {
	width: 6px;
	height: 6px;
	content: "";
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post .focus-text {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	display: none
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post .focus-text.designation {
	font-style: italic
}
.t2_bod_wrap .board-of-directors-box.active .board-of-directors-content .board-of-directors--person_post a {
	display: none
}
.t2_bod_wrap .board-of-directors-box.active .board-of-directors-content .board-of-directors--person_post .focus-text {
	display: block
}
.t2_bod_wrap .board-of-directors-box.active .board-of-directors-content .board-of-directors--person_post .focus-text.designation {
	font-style: italic
}
.t2_bod_wrap .board-of-directors-box:hover:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(22,76,123,0)), color-stop(rgba(22,76,123,0)), to(rgba(9,37,70,.8)));
	background: linear-gradient(to bottom, rgba(22,76,123,0), rgba(22,76,123,0), rgba(9,37,70,.8));
	top: 0;
	left: 0;
	content: ""
}
@media screen and (max-width:767px) {
.t2_bod_wrap .board-of-directors-box:hover:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(22,76,123,0)), color-stop(rgba(22,76,123,0)), to(rgba(9,37,70,.8)));
	background: linear-gradient(to bottom, rgba(22,76,123,0), rgba(22,76,123,0), rgba(9,37,70,.8));
	top: 0;
	left: 0;
	content: "";
	z-index: 1
}
}
.t2_bod_wrap .board-of-directors-box:hover>img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.t2_bod_wrap .board-of-directors-box:hover .board-of-directors--person_post a:after {
	right: -2px
}
.t2_bod_wrap .board-of-directors-box:hover .bod-image-placeholder {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.t2_bod_wrap .board-of-directors-box.notrigger {
	cursor: default
}
.t2_bod_wrap .board-of-directors-box.notrigger .board-of-directors-content .board-of-directors--person_post a {
	display: none
}
.t2_bod_wrap .board-of-directors-box.notrigger .board-of-directors-content .board-of-directors--person_post .focus-text.designation {
	display: block
}
.t2_bod_wrap .board-of-directors-box .bod-img-overlay {
	width: 100%;
	position: absolute;
	height: 100%
}
.t2_bod_wrap .board-of-directors-box .bod-img-overlay:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9,37,70,.1)), color-stop(rgba(9,37,70,.4)), to(rgba(9,37,70,.8)));
	background-image: linear-gradient(to bottom, rgba(9,37,70,.1), rgba(9,37,70,.4), rgba(9,37,70,.8))
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	min-height: 380px;
	padding: 26px 7%;
	margin-bottom: 20px
}
@media screen and (min-width:992px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	padding: 70px 17%
}
}
@media screen and (max-width:991px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	padding: 70px 19%
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container {
	width: 100%;
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
	float: none
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	float: right;
	margin-bottom: 35px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close:after, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close:before {
	width: 14px;
	height: 1px;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin-left: -7px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner {
	float: left;
	width: 100%;
	padding-right: 30px
}
@media screen and (min-width:990px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner {
	width: 62%
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-title {
	margin-bottom: 10px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position {
	margin-bottom: 20px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content p strong {
	margin-bottom: 10px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content p:first-child {
	margin-bottom: 10px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-right-inner {
	float: right;
	width: 38%;
	height: 263px;
	background-repeat: no-repeat;
	background-size: contain;
	display: none
}
@media screen and (min-width:990px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-right-inner {
	display: block
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li {
	margin-right: 20px;
	list-style-type: none!important;
	float: left;
	padding-left: 0
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	padding: 11px 0;
	border-radius: 50%;
	text-indent: -999px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a::after {
	padding-right: .5em;
	position: absolute;
	top: 10px;
	text-indent: 0
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a.linkedin-link::after {
	content: "\f0e1";
	left: 28px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a.twitter-link::after {
	content: "\f099";
	left: 87px;
	top: 11px
}
.bod-content-wrapped {
	display: none;
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	height: auto;
	left: 50%;
	padding: 0
}
.bod-content-wrapped .icon-close {
	cursor: pointer
}
.bod-content-wrapped .icon-close i {
	padding-left: 10px
}
.bod-content-wrapped .bod-inner-wrapper {
	padding: 20px
}
.bod-content-wrapped .bod-content-container {
	padding: 10px 20%
}
.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content {
	text-align: left
}
@media screen and (max-width:768px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner {
	padding-right: 0
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner p {
	margin-bottom: 0
}
}
@media screen and (max-width:480px) {
.t2_bod_wrap .board-of-directors-box {
	height: 295px;
	width: 295px;
	margin-left: auto;
	margin-right: auto
}
.t2_bod_wrap img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.bod-content-wrapped.col-xs-12 {
	padding: 0
}
.bod-content-wrapped .bod-inner-wrapper {
	padding: 26px 15px
}
}
@media screen and (max-width:480px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a.twitter-link::after {
	left: 78px
}
}
@media screen and (max-width:767px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	padding: 26px 7%
}
}
.container-width-desktop, .page-contact-us-page-header-t2 .breadcrumb, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region, .page-contact-us-page-header-t2 h1.page-header {
	max-width: 770px
}
.container-width-tablet {
	max-width: 478px
}
.page-contact-us-page-header-t2 .breadcrumb {
	margin: 18px auto 0
}
.page-contact-us-page-header-t2 h1.page-header {
	margin: 17px auto 13px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region {
	margin: 0 auto
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region h2 {
	margin-bottom: 5px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region h3+p {
	margin-bottom: 30px!important
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div {
	margin: 0 auto
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child {
	margin-bottom: 0
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child h2 {
	margin-bottom: 5px;
	margin-top: 40px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child h3+p {
	margin-bottom: 30px!important
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .Configurable-Text p {
	margin: 0 auto 51px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .Configurable-Text p.paragraph-big-font {
	margin: 0 auto 22px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap {
	margin: 0 auto 60px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .field--name-title {
	margin-bottom: 30px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .field--name-field-form-description p {
	margin-bottom: 0
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-control {
	padding: 6px 5px;
	border: 0!important;
	border-bottom: 2px solid rgba(9,37,70,.6)!important;
	opacity: 1;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	resize: none;
	outline: 0
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-control::-webkit-input-placeholder {
line-height:1.44;
letter-spacing:normal;
text-align:left
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-control::-moz-placeholder {
line-height:1.44;
letter-spacing:normal;
text-align:left
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-control:-ms-input-placeholder {
line-height:1.44;
letter-spacing:normal;
text-align:left
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-control::-ms-input-placeholder {
line-height:1.44;
letter-spacing:normal;
text-align:left
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-control::placeholder {
line-height:1.44;
letter-spacing:normal;
text-align:left
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-textarea {
	height: 110px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .webform-type-checkboxes {
	padding-bottom: 31px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .webform-type-checkboxes legend {
	padding-top: 31px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-type-email label, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-type-textfield label {
	position: relative;
	top: 40px;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-type-email label.active-text-field, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .form-type-textfield label.active-text-field {
	top: 5px!important;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .web-form-wrap .webform-submission-form .webform-element--title-inline.form-type-checkbox .checkmark {
	top: 5px
}
body.nojs .form-type-email label, body.nojs .form-type-textfield label {
	top: 5px!important
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.page-contact-us-page-header-t2 .breadcrumb {
	max-width: 478px
}
.page-contact-us-page-header-t2 h1.page-header {
	max-width: 478px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region {
	max-width: 478px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div {
	max-width: 478px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child {
	margin-bottom: 0
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner>div>div>div {
	max-width: 478px
}
}
@media screen and (max-width:767px) {
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner>div>div>div .Configurable-Text {
	padding: 0 12px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner>div>div>div .Configurable-Text p {
	margin-bottom: 20px!important
}
}
.fullwidth-banner .t2-map-component .map-content, .fullwidth-banner .t2-map-component .map-list-view-content, .fullwidth-banner .t2-map-component .view-switch {
	display: none
}
.fullwidth-banner .t2-map-component .select-style {
	width: calc(100% - 30px);
	margin: 0 auto 20px
}
@media screen and (min-width:768px) {
.fullwidth-banner .t2-map-component .select-style {
	display: none
}
}
.fullwidth-banner .t2-map-component .map-detail-mobile-layout {
	width: calc(100% - 30px);
	margin: 0 auto
}
.nojs .fullwidth-banner .t2-map-component .map-content, .nojs .fullwidth-banner .t2-map-component .map-list-view-content, .nojs .fullwidth-banner .t2-map-component .select-style, .nojs .fullwidth-banner .t2-map-component .view-switch {
	display: none
}
@media screen and (min-width:768px) {
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner>div>div>div>.Configurable-Text {
	margin: 0 -15px
}
}
.t-two-financial-calender .component-sub-title, .t-two-financial-calender h4 {
	display: none
}
.t-two-financial-calender a.carousel-control {
	text-indent: -9999px;
	display: inline-block;
	padding: 3px;
	content: "";
	background-image: none!important;
	z-index: 999;
	position: relative
}
.t-two-financial-calender .controlsWrap {
	float: right;
	padding: 15px;
	height: 40px
}
.t-two-financial-calender .controlsWrap .nextPrev {
	float: left
}
.t-two-financial-calender a.nextLink, .t-two-financial-calender a.prevLink {
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 2px
}
.t-two-financial-calender a.prevLink {
	border-width: 3px 0 0 3px;
	float: left;
	margin-right: 40px
}
.t-two-financial-calender a.prevLink.nice-select.open, .t-two-financial-calender a.prevLink:active {
	border-width: 3px 0 0 3px
}
.t-two-financial-calender a.prevLink:focus {
	border-width: 3px 0 0 3px
}
.t-two-financial-calender a.nextLink {
	border-width: 0 3px 3px 0;
	content: "";
	margin-left: 40px
}
.t-two-financial-calender a.nextLink.nice-select.open, .t-two-financial-calender a.nextLink:active {
	border-width: 0 3px 3px 0
}
.t-two-financial-calender a.nextLink:focus {
	border-width: 0 3px 3px 0
}
.t-two-financial-calender .carousel-counter {
	position: relative;
	float: left;
	top: -6px;
	font-size: 1.8rem
}
.t-two-financial-calender .counter {
	position: relative;
	width: auto;
	margin-left: 40px;
	float: left;
	font-style: italic
}
.t-two-financial-calender .financial-calender-table thead tr th {
	padding: 27px 20px;
	text-align: left;
	white-space: nowrap
}
.t-two-financial-calender .financial-calender-table thead tr th:nth-child(3) {
	text-align: center
}
.t-two-financial-calender .financial-calender-table tbody tr td {
	white-space: nowrap
}
.t-two-financial-calender .financial-calender-table tbody tr td:nth-child(1), .t-two-financial-calender .financial-calender-table tbody tr td:nth-child(3) {
	width: 20%
}
.t-two-financial-calender .tab-content {
	padding-left: 0
}
.t-two-financial-calender .tab-content>.active {
	padding: 0
}
.t-two-financial-calender .fin-calendarlink {
	display: inline-block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	overflow: hidden
}
@media screen and (max-width:767px) {
.t-two-financial-calender .table-responsive {
	border: 0
}
.t-two-financial-calender .tab-content.mainWrapperT {
	padding-top: 50px
}
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender.mainWrapperT {
	clear: both;
	padding-top: 0
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div {
	padding: 0
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .nav-tabs-wrapper ul.nav {
	display: block
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .nav-tabs-wrapper ul.nav li {
	min-width: 237px;
	width: auto;
	display: inline-block;
	max-width: 100%
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .tab-content.mainWrapperT {
	padding-top: 55px
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .tab-content>.tab-pane {
	padding: 15px 0
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .tab-content>.tab-pane.active {
	padding: 15px 0
}
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .tab-content>.tab-pane .pagination {
	margin-bottom: 57px;
	margin-top: 37px
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div .nav-tabs-horizontal .tab-content.mainWrapperT {
	padding-top: 35px
}
}
@media screen and (max-width:991px) {
.financial-cal-page-header-t2 .t-two-financial-calender>div {
	padding: 0 15px!important
}
}
@media screen and (max-width:767px) {
.page-financial-cal-page-header-t2 .financial-cal-page-header-t2 .t-two-financial-calender>div {
	padding: 0!important
}
}
body {
	margin-bottom: 0!important
}
.t-two-footer {
	padding-top: 50px;
	width: 100%;
	clear: both;
	position: relative
}
.t-two-footer .signpost-email-sign-up {
	margin-bottom: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap {
	min-height: 100px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content {
	position: relative!important;
	padding: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	margin-bottom: 15px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .email-textbox {
	height: 44px!important;
	width: 195px!important;
	padding: 2px!important;
	margin-top: 0!important;
	float: left;
	border-radius: 4px!important;
	padding-left: 10px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	height: 44px!important;
	width: 104px!important;
	float: left;
	border-radius: 4px!important
}
.t-two-footer .signpost-email-sign-up .email-sign-up {
	display: none
}
.t-two-footer h2.section-title {
	margin-top: 53px
}
.t-two-footer h2.block-title {
	margin-top: 53px
}
.t-two-footer .quick-links li {
	padding-left: 0
}
.t-two-footer .quick-links.list-inline {
	margin-left: 0
}
.t-two-footer .quick-links.list-inline li {
	width: auto
}
.t-two-footer .quick-links.list-inline li a {
	padding-right: 15px;
	border-right: 1px solid
}
.t-two-footer .quick-links.list-inline li:last-child a {
	padding-right: 15px;
	border-right: 0
}
.t-two-footer .quick-text li {
	padding-left: 0!important;
	padding-bottom: 15px
}
.t-two-footer .quick-text .list-inline-item {
	display: inline-block
}
.t-two-footer .quick-text i.fa {
	display: inline-block;
	height: 32px;
	width: 32px
}
.t-two-footer .quick-text .social-icons {
	padding-right: 6px
}
.t-two-footer .quick-text .input-group .form-control.email-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btn-email-submit {
	height: 44px;
	width: 104px
}
.t-two-footer .footer-logo {
	padding-top: 15px
}
.t-two-footer .footer-logo a {
	min-height: 1px!important
}
.t-two-footer .footer-logo img {
	max-width: 105px!important
}
.t-two-footer .footer-disclaimer-links {
	margin-top: 85px;
	margin-bottom: 10px
}
.t-two-footer .visually-hidden {
	margin-top: -2px
}
@media screen and (min-width:320px) {
.t-two-footer {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}
.t-two-footer .signpost-email-sign-up {
	margin-bottom: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap {
	min-height: 100px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content {
	position: relative!important;
	padding: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	margin-top: 25px!important;
	margin-bottom: 15px!important
}
.t-two-footer .signpost-email-sign-up .email-sign-up {
	display: none
}
.t-two-footer .quick-links {
	line-height: 2.8rem
}
.t-two-footer .quick-links li {
	padding-left: 0
}
.t-two-footer .quick-links.list-inline {
	margin-left: 0
}
.t-two-footer .quick-links.list-inline li {
	width: 49%
}
.t-two-footer .quick-links.list-inline li a {
	padding-right: 15px;
	border-right: 0
}
.t-two-footer .quick-links.list-inline li:last-child a {
	padding-right: 15px;
	border-right: 0
}
.t-two-footer .quick-text .input-group .form-control.email-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btnEmailSubmit {
	height: 44px;
	width: 104px
}
.t-two-footer .footer-logo {
	padding-top: 15px;
	padding-bottom: 50px
}
.t-two-footer .footer-logo img {
	max-width: 105px!important
}
.t-two-footer .footer-disclaimer-links {
	margin-top: 46px;
	margin-bottom: 10px
}
}
@media screen and (min-width:768px) {
.t-two-footer {
	padding-top: 0;
	width: 100%
}
.t-two-footer .equal-height {
	min-height: 216px
}
.t-two-footer .region-footer>nav, .t-two-footer .region-footer>section {
	min-height: 216px
}
.t-two-footer .signpost-email-sign-up {
	margin-bottom: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap {
	min-height: 100px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content {
	position: relative!important;
	padding: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	margin-top: 53px!important;
	margin-bottom: 15px!important
}
.t-two-footer .signpost-email-sign-up .email-sign-up {
	display: none
}
.t-two-footer .quick-links {
	line-height: 2.8rem
}
.t-two-footer .quick-links li {
	padding-left: 0
}
.t-two-footer .quick-links.list-inline {
	margin-left: 0
}
.t-two-footer .quick-links.list-inline li {
	width: auto
}
.t-two-footer .quick-links.list-inline li a {
	padding-right: 10px;
	border-right: 1px solid
}
.t-two-footer .quick-links.list-inline li:last-child a {
	padding-right: 10px;
	border-right: 0
}
.t-two-footer .quick-text i.fa:hover {
	border: 2px solid #2fdf95
}
.t-two-footer .quick-text .input-group .form-control.emai-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btn-email-submit {
	height: 44px;
	width: 104px
}
.t-two-footer .footer-logo {
	padding-top: 10px
}
.t-two-footer .footer-logo img {
	max-width: 105px!important
}
.t-two-footer .footer-disclaimer-links {
	margin-top: 85px;
	margin-bottom: 0
}
}
@media screen and (min-width:992px) {
.t-two-footer {
	padding-top: 0;
	width: 100%
}
.t-two-footer .signpost-email-sign-up {
	margin-bottom: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap {
	min-height: 100px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content {
	position: relative!important;
	padding: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	margin-top: 53px!important;
	margin-bottom: 15px!important
}
.t-two-footer .signpost-email-sign-up .email-sign-up {
	display: none
}
.t-two-footer .quick-links {
	line-height: 2.8rem
}
.t-two-footer .quick-links li {
	padding-left: 0
}
.t-two-footer .quick-links.list-inline {
	margin-left: 0
}
.t-two-footer .quick-links.list-inline li {
	width: auto
}
.t-two-footer .quick-links.list-inline li a {
	padding-right: 15px;
	border-right: 1px solid
}
.t-two-footer .quick-links.list-inline li:last-child a {
	padding-right: 15px;
	border-right: 0
}
.t-two-footer .quick-text i.fa:hover {
	border: 2px solid #2fdf95
}
.t-two-footer .quick-text .input-group .form-control.email-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btn-email-submit {
	height: 44px;
	width: 104px
}
.t-two-footer .footer-logo {
	padding-top: 15px
}
.t-two-footer .footer-logo img {
	max-width: 105px!important
}
.t-two-footer .footer-disclaimer-links {
	margin-top: 85px;
	margin-bottom: 0
}
}
@media screen and (min-width:1200px) {
.t-two-footer {
	padding-top: 0;
	width: 100%
}
.t-two-footer .signpost-email-sign-up {
	margin-bottom: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap {
	min-height: 100px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content {
	position: relative!important;
	padding: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	margin-top: 53px!important;
	margin-bottom: 15px!important
}
.t-two-footer .signpost-email-sign-up .email-sign-up {
	display: none
}
.t-two-footer .quick-links {
	line-height: 2.8rem
}
.t-two-footer .quick-links li {
	padding-left: 0
}
.t-two-footer .quick-links.list-inline {
	margin-left: 0
}
.t-two-footer .quick-links.list-inline li {
	width: auto
}
.t-two-footer .quick-links.list-inline li a {
	padding-right: 15px;
	border-right: 1px solid
}
.t-two-footer .quick-links.list-inline li:last-child a {
	padding-right: 15px;
	border-right: 0
}
.t-two-footer .quick-text i.fa {
	display: inline-block;
	border-radius: 60px;
	border: 2px solid #fff;
	padding: .5em .6em
}
.t-two-footer .quick-text i.fa:hover {
	border: 2px solid #2fdf95
}
.t-two-footer .quick-text i.fa.fa-facebook-f {
	padding-left: 10px;
	padding-right: 13px
}
.t-two-footer .quick-text .input-group .form-control.email-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btn-email-submit {
	height: 44px;
	width: 104px
}
.t-two-footer .footer-logo {
	padding-top: 0
}
.t-two-footer .footer-logo img {
	max-width: 105px!important
}
.t-two-footer .footer-disclaimer-links {
	margin-top: 85px;
	margin-bottom: 0
}
}
.t-two-history-timeline {
	margin-top: 40px;
	margin-bottom: 120px
}
.t-two-history-timeline .timeline-item {
	padding-left: 40px;
	position: relative
}
.t-two-history-timeline .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-item .center-text {
	text-align: center!important;
	margin-top: 30%;
	padding: 34px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-info {
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 .5em;
	text-transform: uppercase;
	white-space: nowrap
}
.t-two-history-timeline .timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px
}
.t-two-history-timeline .timeline-marker:before {
	background: #2fdf95;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 23px;
	position: absolute;
	top: 50%;
	left: -4px;
	width: 23px;
	z-index: 2
}
.t-two-history-timeline .timeline-marker:after {
	content: "";
	width: 2px;
	background: #d8d8d8;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px
}
.timeline-item:last-child .t-two-history-timeline .timeline-marker:after {
	content: none
}
.t-two-history-timeline .timeline-content {
	padding-bottom: 40px
}
.t-two-history-timeline .timeline-content p:last-child {
	margin-bottom: 0
}
.t-two-history-timeline .timeline-content .timeline-description, .t-two-history-timeline .timeline-content .timeline-title, .t-two-history-timeline .timeline-content .timeline-year {
	margin-bottom: 7px;
	margin-top: 0
}
.t-two-history-timeline .timeline-content .timeline-title {
	font-weight: 700
}
.t-two-history-timeline .timeline-content .timeline-description {
	opacity: .8
}
.t-two-history-timeline .marker-outline .timeline-marker:before {
	background: 0 0;
	border: 3px solid #2fdf95;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	z-index: 2
}
@media screen and (min-width:320px) {
.t-two-history-timeline .timeline-centered, .t-two-history-timeline .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-info, .t-two-history-timeline .timeline-centered .timeline-item, .t-two-history-timeline .timeline-centered .timeline-marker {
	display: block;
	padding: 0
}
.t-two-history-timeline .timeline-centered .timeline-item {
	min-height: auto;
	padding-bottom: 80px;
	overflow: hidden;
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-info {
	width: 100%
}
.t-two-history-timeline .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 0;
	left: 0
}
.t-two-history-timeline .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 0
}
.t-two-history-timeline .timeline-centered>.timeline-item.even .timeline-info {
	float: right;
	text-align: left;
	padding-left: 0;
	left: 50%
}
.t-two-history-timeline .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 0
}
.t-two-history-timeline .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto
}
.t-two-history-timeline .timeline-centered .period .timeline-title {
	left: auto
}
}
.t-two-history-timeline .timeline-centered .timeline-content {
	padding-bottom: 40px
}
.t-two-history-timeline .timeline-centered .timeline-content p:last-child {
	margin-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-content .timeline-title, .t-two-history-timeline .timeline-centered .timeline-content .timeline-year {
	margin-bottom: 12px;
	margin-top: 0
}
.t-two-history-timeline .timeline-centered .timeline-content .timeline-title {
	font-weight: 700
}
.t-two-history-timeline .timeline-centered .timeline-content .timeline-description {
	margin-bottom: 7px;
	margin-top: 0;
	opacity: .8
}
.t-two-history-timeline .timeline-centered .timeline-content .timeline-marker {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px
}
.t-two-history-timeline .timeline-centered .timeline-content .timeline-marker:before {
	background: 0 0;
	border-color: #2fdf95
}
@media screen and (min-width:320px) {
.t-two-history-timeline .timeline-centered .timeline-centered, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-info, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-item, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker {
	display: block;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-info {
	width: 100%
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 0;
	left: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-info, .t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-info {
	left: 50%
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-title {
	left: auto
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item .center-text {
	text-align: center!important;
	margin-top: 51px;
	padding: 34px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker:before {
	background: #2fdf95;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	z-index: 2
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker:after {
	content: "";
	width: 2px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px
}
.timeline-item:last-child .t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker:after {
	content: none
}
.t-two-history-timeline .timeline-centered .timeline-centered:after {
	content: "";
	width: 2px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-info {
	width: 47%
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 30px;
	left: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 30px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-info {
	float: right;
	text-align: left;
	padding-left: 30px;
	left: 50%
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 30px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item .center-text {
	text-align: center!important;
	margin-top: 25%;
	padding: 34px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	left: 6px
}
.timeline-item:last-child .t-two-history-timeline .timeline-centered .timeline-centered:after {
	content: none
}
}
@media screen and (min-width:992px) {
.t-two-history-timeline .timeline-centered .timeline-centered, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-info, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-item, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker {
	display: block;
	padding: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item {
	min-height: 600px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-info {
	width: 47%
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 30px;
	left: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 30px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-info {
	float: right;
	text-align: left;
	padding-left: 30px;
	left: 50%
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 30px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item .center-text {
	text-align: center!important;
	margin-top: 25%;
	padding: 34px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-title {
	left: auto
}
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item {
	min-height: 500px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-centered .timeline-info {
	width: 47%
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-info.imag .img-responsive {
	margin-top: 45px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 30px;
	left: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 30px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-info {
	float: right;
	text-align: left;
	padding-left: 30px;
	left: 50%
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 30px
}
.t-two-history-timeline .timeline-centered .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-centered .timeline-item .center-text {
	text-align: center!important;
	margin-top: 25%;
	padding: 34px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto
}
.t-two-history-timeline .timeline-centered .timeline-centered .period .timeline-title {
	left: auto
}
@media screen and (min-width:992px) {
.t-two-history-timeline .timeline-centered, .t-two-history-timeline .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-info, .t-two-history-timeline .timeline-centered .timeline-item, .t-two-history-timeline .timeline-centered .timeline-marker {
	display: block;
	padding: 0
}
.t-two-history-timeline .timeline-centered .timeline-item {
	min-height: 600px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-info {
	width: 47%
}
.t-two-history-timeline .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 550px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered .timeline-info.imag .img-responsive {
	margin-top: 45px
}
.t-two-history-timeline .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 30px;
	left: 0
}
.t-two-history-timeline .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 30px
}
.t-two-history-timeline .timeline-centered>.timeline-item.even .timeline-info {
	float: right;
	text-align: left;
	padding-left: 30px;
	left: 50%
}
.t-two-history-timeline .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 30px
}
.t-two-history-timeline .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-item .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-item .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-item .timeline-item .center-text {
	text-align: center!important;
	margin-top: 23%;
	padding: 34px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto
}
.t-two-history-timeline .timeline-centered .period .timeline-title {
	left: auto
}
}
@media screen and (min-width:1200px) {
.t-two-history-timeline .timeline-centered, .t-two-history-timeline .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-info, .t-two-history-timeline .timeline-centered .timeline-item, .t-two-history-timeline .timeline-centered .timeline-marker {
	display: block;
	padding: 0
}
.t-two-history-timeline .timeline-centered .timeline-item {
	min-height: 600px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-marker {
	position: absolute;
	left: 50%;
	margin-left: -7.5px
}
.t-two-history-timeline .timeline-centered .timeline-content, .t-two-history-timeline .timeline-centered .timeline-info {
	width: 33%
}
.t-two-history-timeline .timeline-centered .timeline-info.imag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 550px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t-two-history-timeline .timeline-centered .timeline-info.imag .img-responsive {
	margin-top: 45px
}
.t-two-history-timeline .timeline-centered>.timeline-item.odd .timeline-info {
	float: left;
	text-align: right;
	padding-right: 30px;
	left: 0;
	margin-left: 100px
}
.t-two-history-timeline .timeline-centered>.timeline-item.odd .timeline-content {
	float: right;
	text-align: left;
	padding-left: 30px;
	margin-right: 70px
}
.t-two-history-timeline .timeline-centered>.timeline-item.even .timeline-info {
	float: right;
	text-align: left;
	padding-left: 30px;
	left: 50%;
	margin-right: 100px
}
.t-two-history-timeline .timeline-centered>.timeline-item.even .timeline-content {
	float: left;
	text-align: right;
	padding-right: 30px;
	margin-left: 70px
}
.t-two-history-timeline .timeline-centered>.timeline-item.period .timeline-content {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center
}
.t-two-history-timeline .timeline-centered .timeline-item {
	position: relative
}
.t-two-history-timeline .timeline-centered .timeline-item:last-child {
	padding-bottom: 0
}
.t-two-history-timeline .timeline-centered .timeline-item .center-text {
	text-align: center!important;
	margin-top: 16%;
	padding: 20px 22px 30px 32px!important;
	border: 1px solid #e4f1fd
}
.t-two-history-timeline .timeline-centered .timeline-item.period {
	padding: 50px 0 90px
}
.t-two-history-timeline .timeline-centered .period .timeline-marker:after {
	height: 30px;
	bottom: 0;
	top: auto
}
.t-two-history-timeline .timeline-centered .period .timeline-title {
	left: auto
}
}
@media screen and (max-width:991px) {
.t-two-history-timeline {
	margin-bottom: 50px
}
.t-two-history-timeline>.container-fluid {
	padding: 0 19px
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 {
	padding: 0
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item {
	padding: 105px 0 34px
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-content.center-text, .t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-info {
	width: 41%
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-content {
	padding: 20px 22px 30px 32px!important
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-content.center-text {
	margin-top: 7%
}
}
@media screen and (max-width:767px) {
.t-two-history-timeline>.container-fluid {
	padding: 0 15px
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item {
	padding: 0 0 50px
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-content.center-text, .t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-info {
	width: 100%;
	height: auto;
	float: none
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-info {
	margin-bottom: 20px
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-content.center-text {
	margin-top: 0
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item .timeline-marker {
	display: none
}
.t-two-history-timeline>.container-fluid>.row .view-content>.col-xs-12.col-sm-12.col-md-12 .timeline-centered .timeline-item:last-child {
	padding: 0
}
}
.image-gallery-fw-t2 {
	margin-left: 0
}
.image-gallery-fw-t2 .image-gallery-content-wrap {
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 0;
	padding-top: 4px
}
.image-gallery-fw-t2 .component-title {
	margin-bottom: 0
}
.image-gallery-fw-t2 .t2-img-gallery-image-wrap {
	height: 724px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.image-gallery-fw-t2-wrap {
	position: relative
}
.image-gallery-fw-t2-wrap .next-prev {
	float: left
}
.image-gallery-fw-t2-wrap a.carousel-control {
	text-indent: -9999px;
	display: inline-block;
	padding: 3px;
	content: "";
	background-image: none!important;
	z-index: 999;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative
}
.image-gallery-fw-t2-wrap .controls-wrap {
	position: absolute;
	right: 0;
	padding: 15px;
	height: 40px;
	z-index: 10;
	top: 0!important;
	width: 162px
}
.image-gallery-fw-t2-wrap a.prev-link {
	margin-right: 25px;
	top: 3px
}
.image-gallery-fw-t2-wrap .counter {
	float: right;
	font-style: italic;
	width: 40px;
	position: relative
}
@-webkit-keyframes img-fw-in {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
10% {
-webkit-transform:translateX(96%);
transform:translateX(96%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
90% {
-webkit-transform:translateX(4%);
transform:translateX(4%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
}
@keyframes img-fw-in {
0% {
-webkit-transform:translateX(100%);
transform:translateX(100%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
10% {
-webkit-transform:translateX(96%);
transform:translateX(96%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
90% {
-webkit-transform:translateX(4%);
transform:translateX(4%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
}
.img-fw-in {
	-webkit-animation-name: img-fw-in;
	animation-name: img-fw-in;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}
@-webkit-keyframes img-fw-in-prev {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
10% {
-webkit-transform:translateX(-96%);
transform:translateX(-96%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
90% {
-webkit-transform:translateX(-4%);
transform:translateX(-4%);
-webkit-transition:all .5s cubic-bezier(.94, .06, .23, .84);
transition:all .5s cubic-bezier(.94, .06, .23, .84)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
}
@keyframes img-fw-in-prev {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
10% {
-webkit-transform:translateX(-96%);
transform:translateX(-96%);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
90% {
-webkit-transform:translateX(-4%);
transform:translateX(-4%);
-webkit-transition:all .5s cubic-bezier(.94, .06, .23, .84);
transition:all .5s cubic-bezier(.94, .06, .23, .84)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition:all 0s cubic-bezier(.94, .06, .23, .84);
transition:all 0s cubic-bezier(.94, .06, .23, .84)
}
}
.on-prev-click .img-fw-in {
	-webkit-animation-name: img-fw-in-prev;
	animation-name: img-fw-in-prev
}
@-webkit-keyframes img-fw-out {
0% {
opacity:1
}
100% {
opacity:1
}
}
@keyframes img-fw-out {
0% {
opacity:1
}
100% {
opacity:1
}
}
.img-fw-out {
	-webkit-animation-name: img-fw-out;
	animation-name: img-fw-out
}
.owl-animated-out {
	z-index: 998!important
}
.owl-animated-in {
	z-index: 999!important
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-15px, 15px, 0);
transform:translate3d(-15px, 15px, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
100% {
opacity:0;
-webkit-transform:translate3d(-15px, 15px, 0);
transform:translate3d(-15px, 15px, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown!important;
	animation-name: fadeOutDown!important
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(15px, -15px, 0);
transform:translate3d(15px, -15px, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(15px, -15px, 0);
transform:translate3d(15px, -15px, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.img-fw-counter, .img-fw-counter-new {
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	width: 18px
}
.img-fw-counter-all {
	float: right;
	width: 20px;
	text-align: left
}
#counter {
	float: left;
	position: relative
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.allFinal {
	display: block
}
@media screen and (max-width:991px) {
.image-gallery-fw-t2 .t2-img-gallery-image-wrap {
	height: 460px
}
}
@media screen and (max-width:480px) {
.image-gallery-fw-t2.row.signpost-fw {
	margin-left: 0;
	margin-right: 0
}
.image-gallery-fw-t2 .t2-img-gallery-image-wrap {
	height: 204px
}
}
@media screen and (max-width:767px) {
.image-gallery-fw-t2-wrap {
	margin: 0 -15px
}
.image-gallery-fw-t2-wrap .image-gallery-fw-t2 {
	margin-left: 0!important
}
.image-gallery-fw-t2-wrap .image-gallery-fw-t2 .component-title {
	margin-bottom: 0
}
.image-gallery-fw-t2-wrap .image-gallery-fw-t2 .image-gallery-content-wrap {
	margin: 25px 15px 0;
	padding-left: 19px
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.image-gallery-fw-t2-wrap .image-gallery-fw-t2.row {
	margin-left: 0
}
.image-gallery-fw-t2-wrap .image-gallery-fw-t2 .image-gallery-content-wrap {
	margin-left: 0
}
}
.content .addr-left, .field-content .addr-left, .view-content .addr-left {
	width: 97px
}
.content .addr-left p, .field-content .addr-left p, .view-content .addr-left p {
	margin-bottom: 2px;
	opacity: .6
}
.content .addr-left p.addr-title, .field-content .addr-left p.addr-title, .view-content .addr-left p.addr-title {
	opacity: 1;
	margin-bottom: 8px
}
.content .add-image, .field-content .add-image, .view-content .add-image {
	display: none
}
.content .g-map-call-link, .field-content .g-map-call-link, .view-content .g-map-call-link {
	background: url(../images/map-call.svg) no-repeat center center
}
.content .g-map-email-link, .field-content .g-map-email-link, .view-content .g-map-email-link {
	background: url(../images/map-email.svg) no-repeat center center
}
.content .gm-style .gm-style-iw.g-map, .field-content .gm-style .gm-style-iw.g-map, .view-content .gm-style .gm-style-iw.g-map {
	max-width: 130px;
	padding-top: 4px
}
.content .g-map-canvas, .field-content .g-map-canvas, .view-content .g-map-canvas {
	height: 368px
}
.map-list-view-content table tr td, .map-list-view-content table tr th {
	text-align: left;
	min-width: 150px
}
.fullwidth-banner .content .g-map-canvas, .fullwidth-banner .field-content .g-map-canvas, .fullwidth-banner .view-content .g-map-canvas {
	height: 320px
}
.t2-map-component {
	position: relative
}
.t2-map-component .map-content {
	padding: 8px 20px;
	margin-bottom: 20px
}
.t2-map-component .map-content h4 {
	max-width: 728px
}
.t2-map-component .map-content p {
	margin-bottom: 0;
	max-width: 100%
}
.t2-map-component .map-list-view-content {
	display: none;
	margin-bottom: 20px
}
.t2-map-component .view-switch {
	display: inline-block;
	position: relative;
	float: right;
	z-index: 9
}
.t2-map-component .view-switch a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 11px 7px 11px 15px
}
.t2-map-component .view-switch a:last-child {
	padding-left: 7px;
	padding-right: 15px
}
.t2-map-component .view-switch a:hover {
	opacity: 1;
	text-decoration: none
}
.t2-map-component .view-switch a.active {
	opacity: 1
}
.t2-map-component.map-enable .map-wrapper {
	display: block
}
.t2-map-component.map-enable .map-list-view-content {
	display: none
}
.t2-map-component.list-enable .map-wrapper {
	display: none
}
.t2-map-component.list-enable .map-list-view-content {
	display: block
}
.t2-map-component.list-enable .select-style {
	display: none
}
.t2-map-component.list-enable .map-detail-mobile-layout {
	display: none!important
}
.t2-map-component .select-style {
	margin-bottom: 20px
}
.nojs .t2-map-component .map-wrapper {
	display: none
}
.nojs .t2-map-component .map-list-view-content {
	display: block
}
.select-style {
	width: 100%;
	overflow: hidden
}
.select-style select {
	padding: 17px;
	width: 130%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent none;
	-webkit-appearance: none
}
.map-detail-mobile-layout {
	display: none;
	margin-bottom: 20px;
	overflow: hidden
}
.map-detail-mobile-layout .pin-image {
	margin-bottom: 15px;
	text-align: center
}
.map-detail-mobile-layout .pin-details {
	margin-top: 15px
}
.map-detail-mobile-layout .pin-details .addr-left {
	width: calc(100% - 25%)
}
.map-detail-mobile-layout .pin-details a {
	display: inline-block;
	text-indent: -9999px;
	width: 30px;
	height: 31px;
	font-size: 0;
	float: right;
	clear: both;
	margin-bottom: 10px
}
.select-style select:focus {
	outline: 0
}
@media screen and (min-width:768px) {
.t2-map-component .select-style {
	display: none
}
.t2-map-component .map-detail-mobile-layout {
	display: none!important
}
.fullwidth-banner .content .g-map-canvas, .fullwidth-banner .field-content .g-map-canvas, .fullwidth-banner .view-content .g-map-canvas {
	height: 270px
}
}
@media screen and (min-width:992px) {
.content .g-map-canvas, .field-content .g-map-canvas, .view-content .g-map-canvas {
	height: 580px
}
.fullwidth-banner .content .g-map-canvas, .fullwidth-banner .field-content .g-map-canvas, .fullwidth-banner .view-content .g-map-canvas {
	height: 500px
}
.content .add-image, .field-content .add-image, .view-content .add-image {
	display: block
}
.content .t2-map-component .map-content p, .field-content .t2-map-component .map-content p, .view-content .t2-map-component .map-content p {
	max-width: 728px
}
}
@media screen and (max-width:767px) {
.content .g-map-canvas, .field-content .g-map-canvas, .view-content .g-map-canvas {
	height: 200px!important
}
}
@media screen and (max-width:480px) {
.fullwidth-banner .content .g-map-canvas, .fullwidth-banner .field-content .g-map-canvas, .fullwidth-banner .view-content .g-map-canvas {
	height: 270px!important
}
.content .g-map-canvas, .field-content .g-map-canvas, .view-content .g-map-canvas {
	height: 150px!important
}
}
@-webkit-keyframes fadeInScale {
0% {
-webkit-transform:scale(.6);
opacity:0
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}
@keyframes fadeInScale {
0% {
-webkit-transform:scale(.6);
transform:scale(.6);
opacity:0
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
}
.noScroll {
	overflow: hidden
}
.media-gallery, .media-gallery-video {
	margin-bottom: 30px
}
.medialibrary-magnific .nav.dropdown {
	width: 100%;
	margin: 0 auto
}
.medialibrary-magnific .nav.dropdown li {
	padding: 0;
	width: 100%
}
.medialibrary-magnific .nav.dropdown li ul {
	top: 0
}
.medialibrary .board-of-directors-box {
	min-height: auto
}
.bod-tablist-row ul.nav-tabs {
	display: none;
	vertical-align: middle
}
.bod-tablist-row ul.nav-tabs li {
	width: auto;
	border: 0!important
}
.bod-tablist-row ul.nav-tabs li:nth-child(n+6) {
	display: none
}
.bod-tablist-row ul.nav-tabs li.visible {
	display: inline
}
.bod-tablist-row ul.nav-tabs li a {
	padding: 0 23px;
	line-height: 53px
}
.bod-tablist-row .more-list {
	display: none;
	cursor: pointer;
	position: relative;
	min-width: 70px;
	height: 36px
}
.bod-tablist-row .more-list ul {
	display: none;
	list-style-type: none
}
.bod-tablist-row .more-list ul li {
	border: 0
}
.bod-tablist-row .more-list.active ul {
	display: inline;
	position: absolute;
	top: 38px;
	background: #f7f7f7;
	left: -30px;
	padding-left: 0;
	z-index: 9
}
.bod-tablist-row .more-list.active ul li {
	padding: 0
}
.bod-tablist-row .more-list.active ul li a {
	display: inline-block;
	padding: 10px 30px;
	width: 100%;
	text-decoration: none
}
.nojs .bod-tablist-row ul.nav-tabs li:nth-child(n+6) {
	display: block
}
.desktop-overlay-bod {
	opacity: 0
}
.medialibrary .board-of-directors-box {
	text-align: center
}
.medialibrary .board-of-directors-box img {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
@media screen and (min-width:992px) {
.medialibrary .board-of-directors-box:focus img, .medialibrary .board-of-directors-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
}
.medialibrary .board-of-directors-box:focus .desktop-overlay-bod, .medialibrary .board-of-directors-box:hover .desktop-overlay-bod {
	opacity: 1;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}
.medialibrary .board-of-directors-box .desktop-overlay-bod {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents {
	display: table;
	height: 100%;
	width: 100%
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents .bod-content-align {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents h4 {
	padding: 0 15px;
	margin-bottom: 30px;
	margin-top: 0
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents a {
	height: 40px;
	padding: 10px;
	display: inline;
	margin: 0 7px;
	text-decoration: none;
	cursor: pointer
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents a.info-link {
	padding: 10px 20px
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents a.doc-download {
	background: url(../images/library-download-icon.svg) no-repeat center center;
	width: 40px;
	display: inline;
	padding: 10px 19px
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents a:hover {
	text-decoration: none
}
.medialibrary .board-of-directors-box .mobile-info-bod {
	text-align: left;
	padding: 20px
}
.medialibrary .board-of-directors-box .mobile-info-bod .board-of-directors--person_name {
	width: calc(100% - 49px);
	margin-bottom: 10px
}
.medialibrary .board-of-directors-box .mobile-info-bod .download-image {
	margin: 1px 0 0
}
.media-gallery .modalblock .modal-content {
	margin-top: 60px
}
.media-gallery .modalblock .modal-content button.close {
	width: 30px;
	height: 30px;
	opacity: 1;
	top: -60px;
	right: 2px;
	line-height: 30px;
	text-indent: -9999px;
	background: #fff url(../images/icn-close-blu.png) no-repeat center center;
	background-size: 15px
}
@media screen and (min-width:992px) {
.media-gallery .modalblock .modal-content button.close {
	right: 50px
}
}
.media-gallery .modalblock .modal-content .image_content {
	position: relative
}
.media-gallery .modalblock .modal-content .nextprev-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 40px;
	overflow: hidden;
	background: #fff
}
.media-gallery .modalblock .modal-content .nextprev-controls a {
	display: inline-block;
	width: 41px;
	height: 40px;
	background: url(../images/next-btns.svg) no-repeat;
	background-size: cover
}
.media-gallery .modalblock .modal-content .nextprev-controls a.previous.next {
	margin-left: -3px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.media-gallery .modalblock .modal-content .nextprev-controls .description-area .text_description p {
	margin-bottom: 30px
}
.media-gallery .modalblock .modal-content .nextprev-controls .description-area .text_title {
	margin-bottom: 14px
}
.media-gallery .modalblock .modal-content .nextprev-controls .description-area .btn_download {
	padding: 15px 30px;
	min-width: 166px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none
}
.media-gallery .modalblock .modal-content .nextprev-controls .description-area .btn_download span {
	background: url(../images/green-download-icon.svg) no-repeat center center;
	width: 18px;
	height: 18px;
	display: inherit;
	margin-bottom: -3px;
	margin-left: 5px
}
.modal-open .media-gallery .modalblock .modal {
	width: 100%;
	padding: 12px!important;
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out
}
body .desktop-visible {
	display: none
}
body .tablet-visible {
	display: none
}
.video-gallery-popup .modal {
	display: block
}
.mfp-bg.mfp-ready {
	background: #092546;
	opacity: .9
}
@media screen and (min-width:992px) {
.video-gallery-popup .mfp-content {
	position: relative;
	float: left;
	height: 100%
}
}
.video-gallery-popup .mfp-content .modal {
	padding: 58px 12px 12px;
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
	position: relative
}
@media screen and (min-width:992px) {
.video-gallery-popup .mfp-content .modal {
	position: relative;
	height: 100%
}
}
.video-gallery-popup .mfp-content .modal button.mfp-close {
	width: 30px;
	height: 30px;
	background: #fff url(../images/icn-close-blu.png) no-repeat center center;
	background-size: 15px;
	position: absolute;
	z-index: 9;
	opacity: 1;
	text-indent: -999px;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0;
	margin-bottom: 30px;
	float: right;
	top: 0!important
}
.video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer] .inv_overlayPlay, .video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer].inv_videoPaused .inv_overlayPlay, .video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer].inv_videoPaused .inv_overlayPlay:hover {
	background-size: 50px
}
.video-gallery-popup .mfp-content .modal .inv_playerContainer {
	min-height: 150px
}
@media screen and (min-width:768px) {
body .tablet-visible {
	display: block
}
body .mobile-visible {
	display: none
}
.bod-tablist-row ul.nav-tabs {
	display: inline-block;
	list-style-type: none
}
.bod-tablist-row ul.nav-tabs a {
	padding: 0 25px
}
.bod-tablist-row.show_more_list .more-list {
	display: inline-block
}
.bod-tablist-row.show_more_list .more-list ul {
	list-style-type: none;
	min-width: 150px
}
.bod-tablist-row.show_more_list .more-list ul li {
	text-decoration: none
}
.medialibrary .board-of-directors-box {
	position: relative;
	min-height: 150px;
	overflow: hidden
}
.media-gallery .modalblock .modal-content button.close {
	width: 40px;
	height: 40px;
	background: #fff url(../images/icn-close-blu.png) no-repeat center center;
	background-size: 20px
}
.media-gallery .modalblock .modal-content .nextprev-controls {
	height: 40px
}
.media-gallery .modalblock .modal-content .nextprev-controls a {
	width: 40px;
	height: 40px
}
.modal-open .media-gallery .modalblock .modal {
	padding: 22px!important
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .description-area {
	padding-left: 30px!important;
	padding-right: 30px!important;
	padding-top: 20px!important;
	margin-top: 0
}
.mfp-bg.mfp-ready {
	background: #092546;
	opacity: .9
}
.video-gallery-popup .mfp-content .modal {
	padding: 62px 22px 22px
}
.video-gallery-popup .mfp-content .modal button.mfp-close {
	width: 40px;
	height: 40px;
	background-size: 20px;
	margin-bottom: 22px;
	overflow: hidden
}
.video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer] .inv_overlayPlay, .video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer].inv_videoPaused .inv_overlayPlay, .video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer].inv_videoPaused .inv_overlayPlay:hover {
	background-size: 60px
}
.video-gallery-popup .mfp-content .modal .inv_playerContainer {
	min-height: 200px
}
}
@media screen and (min-width:990px) {
body .desktop-visible {
	display: block
}
body .tablet-visible {
	display: none
}
body .mobile-visible {
	display: none
}
.bod-tablist-row ul.nav-tabs li a {
	padding: 0 35px
}
.mobile-info-bod {
	display: none
}
.modal-open .media-gallery .modalblock .modal .modal-dialog {
	max-width: 950px;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner {
	display: table
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner .image_content {
	width: 750px;
	display: table-cell;
	vertical-align: middle
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner .description-area {
	width: 360px;
	display: table-cell;
	vertical-align: top
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner .description-area .btn_download {
	margin-top: 8px
}
.video-gallery-popup .modal.white-popup {
	max-width: 900px
}
.video-gallery-popup .modal.white-popup button.mfp-close {
	width: 40px;
	height: 40px;
	background-size: 20px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	top: -60px!important
}
.video-gallery-popup .modal.white-popup .align-center-items {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}
.video-gallery-popup .modal.white-popup .align-center-items .video-content {
	display: table-cell;
	vertical-align: top;
	width: 72%
}
.video-gallery-popup .modal.white-popup .align-center-items .description-area {
	display: table-cell;
	vertical-align: top;
	width: 28%;
	padding: 38px 30px
}
.video-gallery-popup .modal.white-popup .align-center-items .description-area p {
	margin-right: 0
}
.mfp-bg.mfp-ready {
	background: #092546;
	opacity: .9
}
.video-gallery-popup .mfp-content .modal {
	padding: 22px;
	padding-top: 62px
}
.video-gallery-popup .mfp-content .modal button.mfp-close {
	width: 40px;
	height: 40px;
	background-size: 20px;
	margin-bottom: 22px;
	overflow: hidden
}
.video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer] .inv_overlayPlay, .video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer].inv_videoPaused .inv_overlayPlay, .video-gallery-popup .mfp-content .modal .inv_playerContainer[data-inv_playertype=singleplayer].inv_videoPaused .inv_overlayPlay:hover {
	background-size: 60px
}
.video-gallery-popup .mfp-content .modal .inv_playerContainer {
	min-height: 200px
}
}
@media screen and (min-width:990px) {
body .desktop-visible {
	display: block
}
body .tablet-visible {
	display: none
}
body .mobile-visible {
	display: none
}
.bod-tablist-row ul.nav-tabs li a {
	padding: 0 35px
}
.mobile-info-bod {
	display: none
}
.modal-open .media-gallery .modalblock .modal .modal-dialog {
	max-width: 950px;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner {
	display: table
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner .image_content {
	width: 750px;
	display: table-cell;
	vertical-align: middle
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner .description-area {
	width: 360px;
	display: table-cell;
	vertical-align: top
}
.modal-open .media-gallery .modalblock .modal .modal-dialog .modal-content .carousel-inner .description-area .btn_download {
	margin-top: 8px
}
.video-gallery-popup .modal.white-popup {
	max-width: 900px
}
.video-gallery-popup .modal.white-popup button.mfp-close {
	width: 40px;
	height: 40px;
	background-size: 20px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	top: -60px!important
}
.video-gallery-popup .modal.white-popup .align-center-items {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.video-gallery-popup .modal.white-popup .align-center-items .video-content {
	display: table-cell;
	vertical-align: top;
	width: 72%
}
.video-gallery-popup .modal.white-popup .align-center-items .description-area {
	display: table-cell;
	vertical-align: top;
	width: 28%;
	padding: 38px 30px
}
.video-gallery-popup .modal.white-popup .align-center-items .description-area p {
	margin-right: 0
}
}
@media screen and (min-width:1170px) {
.modal-open .media-gallery .modalblock .modal .modal-dialog {
	max-width: 1140px
}
}
@media screen and (min-width:1170px) {
.modal-open .media-gallery .modalblock .modal .modal-dialog {
	max-width: 1140px
}
.video-gallery-popup .modal.white-popup {
	max-width: 1140px
}
}
.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%
}
.modal-dialog.vertical-align-center {
	display: table-cell;
	vertical-align: middle
}
.list-box-item-with-image {
	margin-bottom: 50px;
	overflow: hidden
}
.list-box-item-with-image .news-text-wrap {
	padding: 100px 75px 100px 40px
}
.list-box-item-with-image .news-text-wrap .box-title {
	position: absolute;
	left: 40px;
	top: 40px
}
.list-box-item-with-image .image-wrap {
	padding-left: 0;
	background-size: cover
}
.list-box-item-with-image p.box-item-desc {
	margin-bottom: 5px
}
.box-image-left.list-box-item-with-image .news-text-wrap {
	float: right
}
.box-image-left.list-box-item-with-image .image-wrap {
	padding-right: 0
}
.box-image-left.list-box-item-with-image .image-wrap img {
	width: 100%;
	height: auto
}
@media screen and (max-width:768px) {
.list-box-item-with-image .news-text-wrap {
	padding-right: 50px;
	height: 304px
}
.list-box-item-with-image .news-text-wrap .box-title {
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 15px
}
.list-box-item-with-image .news-text-wrap div {
	-webkit-transform: none;
	transform: none;
	top: auto
}
}
@media screen and (max-width:767px) {
.list-box-item-with-image .image-wrap {
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.list-box-item-with-image .news-text-wrap {
	height: auto
}
}
.newsroom .text-only-news .pager .button {
	width: 232px;
	max-width: 232px;
	height: 46px;
	border-radius: 0;
	border: 1px solid #092546;
	color: #092546;
	font-size: 16px;
	line-height: 3.6rem;
	font-weight: 700;
	text-decoration: none
}
.newsroom .text-only-news .pager .button:hover {
	color: #092546;
	text-decoration: none
}
body.overflow-fixed {
	overflow: hidden;
	height: 100%
}
body.overflow-fixed footer {
	z-index: -1
}
.body-overlay.on {
	display: block!important;
	position: fixed;
	z-index: 19;
	height: 100%;
	width: 100%
}
body.fixHeight {
	margin: 0!important
}
.social-share-overlay {
	width: 100%;
	position: fixed;
	top: 100px;
	height: 100%;
	max-height: 100%;
	display: none
}
.social-share-overlay.on {
	display: block;
	z-index: 99
}
.top-nav-search {
	position: relative
}
.top-nav-search.t2-search.active .search-bar {
	display: block
}
.top-nav-search.t2-search.active:after {
	position: absolute;
	top: -4px;
	right: -1px;
	width: 41px;
	height: 67px;
	background: #fff;
	z-index: -1;
	content: ""
}
.top-nav-search.t2-search .search-bar {
	display: none;
	position: fixed;
	top: 64px
}
.top-nav-search.t2-search .search-bar>a {
	display: none
}
.top-nav-search.t2-search .search-bar>.container {
	padding: 0 30px 20px
}
.top-nav-search.t2-search .search-bar .social-header {
	margin: 30px auto 19px 0;
	overflow: hidden;
	padding: 20px 20px 19px 25px;
	width: calc(100% - 30px)
}
.top-nav-search.t2-search .search-bar .social-header .close-label {
	text-align: right
}
.top-nav-search.t2-search .search-bar .search-input {
	padding: 105px 100px 24px;
	width: calc(100% - 30px);
	margin-left: 0
}
.top-nav-search.t2-search .search-bar .search-input:after {
	content: "";
	left: 67px;
	bottom: 49px;
	position: absolute
}
.top-nav-search.t2-search .search-bar .search-input .mid-solr-search-form {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-right: 0
}
.top-nav-search.t2-search .search-bar .search-input .form-group {
	margin-bottom: 0
}
.top-nav-search.t2-search .search-bar .search-input input {
	height: 62px;
	border: 0;
	width: 100%;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.top-nav-search.t2-search .search-bar .search-input input.nice-select.open, .top-nav-search.t2-search .search-bar .search-input input:active, .top-nav-search.t2-search .search-bar .search-input input:focus {
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.Netscape .top-nav-search.t2-search .search-bar {
	left: 0
}
@media screen and (max-width:1200px) {
.top-nav-search {
	position: static
}
.top-nav-search.active:after {
	right: 52px
}
.top-nav-search.t2-search .search-bar {
	-webkit-transform: translate(-10.5%, 0);
	transform: translate(-10.5%, 0);
	right: auto;
	float: none;
	left: 0;
	width: 100vw;
	position: absolute;
	margin: 0
}
.top-nav-search.t2-search .search-bar .container {
	width: 100%;
	margin: 0 auto
}
.top-nav-search.t2-search.active:after {
	right: 52px
}
.social-share-overlay {
	top: 90px
}
}
@media screen and (max-width:991px) {
.toggled .top-links {
	display: block;
	visibility: visible;
	position: relative;
	width: 100%;
	float: left;
	padding: 0
}
.toggled .top-links .first.top-nav-lang {
	display: none
}
.top-nav-search.t2-search.active:after {
	display: none
}
.top-nav-search.t2-search a {
	display: none
}
.top-nav-search.t2-search .search-bar {
	position: relative;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	display: block;
	top: auto
}
.top-nav-search.t2-search .search-bar .social-bar {
	padding-top: 0
}
.top-nav-search.t2-search .search-bar .social-bar .container {
	padding: 0
}
.top-nav-search.t2-search .search-bar .social-bar .social-header {
	display: none
}
.top-nav-search.t2-search .search-bar .social-bar .search-input {
	border: 0;
	width: 100%;
	padding: 0 0 0 45px
}
.top-nav-search.t2-search .search-bar .social-bar .search-input:after {
	left: 35px;
	top: 50%;
	bottom: auto;
	margin-top: -10px
}
.top-nav-search.t2-search .search-bar .social-bar .search-input input {
	height: 58px
}
}
@media screen and (max-width:480px) {
.top-nav-search.t2-search .search-bar .search-input input {
	height: 56px
}
}
.nojs .top-nav-search.t2-search>a {
	display: none
}
.nojs .top-nav-search.t2-search a.search-direct-link {
	display: block
}
.page-node-type-newscontent .region-content {
	margin-bottom: 30px
}
.page-node-type-newscontent .region-content .page-header {
	font-size: 48px;
	color: #092546;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500
}
.page-node-type-newscontent .region-content .content p {
	word-wrap: break-word
}
.page-node-type-newscontent .region-content .list-item-date {
	margin-bottom: 10px
}
.page-node-type-newscontent .region-content .list-item-short-desc {
	color: #092546;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 40px!important
}
.page-node-type-newscontent .region-content .list-item-desc {
	font-size: 14px;
	line-height: 20px;
	color: #092546;
	text-align: left;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.quote-section .quote-full-width {
	padding: 40px 30px!important;
	text-align: center!important;
	word-wrap: break-word
}
.quote-section .quote-full-width .quote-text:before {
	left: 44%!important
}
.page-node-type-newscontent .region-content {
	padding: 0;
	margin-bottom: 30px;
	left: 1px
}
.page-node-type-newscontent .region-content .page-header {
	font-size: 48px;
	color: #092546;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500
}
.page-node-type-newscontent .region-content .content p {
	word-wrap: break-word
}
.page-node-type-newscontent .region-content .list-item-short-desc {
	color: #092546;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 8px!important
}
.page-node-type-newscontent .region-content .list-item-desc {
	font-size: 14px;
	line-height: 20px;
	color: #092546;
	text-align: left;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300
}
}
@media screen and (max-width:767px) {
.page-node-type-newscontent .region-content {
	padding: 0;
	margin-bottom: 30px;
	left: 0
}
.page-node-type-newscontent .region-content .page-header {
	font-size: 48px;
	color: #092546;
	padding-right: 12px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500
}
.page-node-type-newscontent .region-content .content p {
	word-wrap: break-word
}
.page-node-type-newscontent .region-content .list-item-short-desc {
	color: #092546;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 8px!important
}
.page-node-type-newscontent .region-content .list-item-desc {
	font-size: 14px;
	line-height: 20px;
	color: #092546;
	text-align: left;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	padding-right: 12px
}
}
@media screen and (min-width:992px) {
.page-node-type-newscontent .region-content {
	width: 969px!important;
	margin: 0 auto;
	position: relative;
	left: 45px;
	padding-bottom: 30px
}
}
.bod-image-overlay {
	position: absolute;
	width: 100%!important;
	height: 100%!important
}
.show-overlay {
	opacity: .4;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(22,76,123,0)), color-stop(rgba(22,76,123,0)), to(rgba(9,37,70,.8)));
	background: linear-gradient(to bottom, rgba(22,76,123,0), rgba(22,76,123,0), rgba(9,37,70,.8));
	z-index: 2
}
.T2-search-form .heading-search-result .search-heading {
	letter-spacing: 1px;
	margin: 0;
	padding: 30px 0 20px;
	text-transform: capitalize;
	line-height: 42px
}
.T2-search-form .heading-search-result .search .form-group {
	display: inline-block;
	width: 80%;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden
}
.T2-search-form .heading-search-result .search .form-group label {
	width: 100%;
	max-width: 100%;
	display: none
}
.T2-search-form .heading-search-result .search .form-group label+.form-control {
	width: 85%;
	max-width: 100%;
	padding: 5px 0 5px 10px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.T2-search-form .heading-search-result .search .btn {
	margin-bottom: 2px;
	margin-left: -49px;
	margin-top: -56px;
	border: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.T2-search-form .heading-search-result .search .btn .glyphicon-search:before {
	position: relative;
	top: 0
}
.T2-search-form .heading-search-result .filter-by fieldset {
	border: 0
}
.T2-search-form .heading-search-result .filter-by fieldset legend {
	padding: 3px 0;
	display: inline-block;
	float: left;
	width: unset;
	border: 0
}
.T2-search-form .heading-search-result .filter-by fieldset>div {
	display: inline-block;
	padding: 0 10px;
	margin-top: 3px
}
.T2-search-form .heading-search-result .filter-by fieldset>div .radio {
	margin-top: 0;
	width: 60px
}
.T2-search-result-wrapper .filter-by-publish-date .advance-search {
	background-color: #eff2f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	height: auto;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	position: relative;
	width: 100%;
	display: block;
	text-decoration: none
}
.T2-search-result-wrapper .filter-by-publish-date fieldset {
	border: 0
}
.T2-search-result-wrapper .filter-by-publish-date fieldset legend {
	font-size: 1.4em;
	line-height: 1.5;
	border: 0
}
.T2-search-result-wrapper .filter-by-publish-date fieldset>div label {
	width: 30%
}
.T2-search-result-wrapper .filter-by-publish-date fieldset>div:not(:last-child) {
	margin-bottom: 20px
}
.T2-search-result-wrapper .filter-by-publish-date fieldset .go {
	background: #ccd4e4;
	border: medium none;
	margin: 0 0 0 31%;
	padding: 10px 10px 8px;
	text-decoration: none
}
.T2-search-result-wrapper .accordion .list-values {
	display: none;
	padding: 0
}
.T2-search-result-wrapper .accordion .list-values li {
	padding: 0;
	width: 100%
}
.T2-search-result-wrapper .accordion .list-values li a {
	text-decoration: none;
	width: 100%;
	padding: 15px 10px;
	background-color: #eff2f7;
	display: block
}
.T2-search-result-wrapper .accordion .list-values li a.active, .T2-search-result-wrapper .accordion .list-values li a:hover {
	background-color: #7f93ba
}
.T2-search-result-wrapper .accordion .accordion-select {
	background: #eff2f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	position: relative;
	width: 100%;
	display: block;
	border: 0
}
.T2-search-result-wrapper .accordion .sort-by-relevance {
	margin: 20px 0;
	padding: 5px
}
.T2-search-result-wrapper .accordion .result-count {
	margin: 20px 0
}
.T2-search-result-wrapper .custom-links-container .custom-links {
	margin-top: 20px
}
.T2-search-result-wrapper .custom-links-container .custom-links dl dt {
	line-height: 1.5;
	text-transform: none
}
.T2-search-result-wrapper .custom-links-container .custom-links dl dd a {
	line-height: 1.5
}
.T2-search-result-wrapper .custom-links-container .trending-keywords .keywords {
	background: #7f93ba;
	line-height: 1;
	padding: 15px 10px
}
.T2-search-result-wrapper .custom-links-container .trending-keywords .keywords a {
	text-decoration: none
}
.T2-search-result-wrapper .actual-results {
	line-height: 21px;
	margin: 15px 0;
	overflow-wrap: break-word;
	word-break: break-all
}
.T2-search-result-wrapper .actual-results .actual-results-items {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.T2-search-result-wrapper .actual-results .file-name a {
	text-decoration: none
}
.T2-search-result-wrapper .actual-results .file-name img {
	width: 20px;
	margin-left: 5px;
	vertical-align: sub
}
.T2-search-result-wrapper .actual-results .file-path {
	margin-bottom: 12px
}
.T2-search-result-wrapper .actual-results .description {
	overflow-wrap: break-word;
	word-break: keep-all
}
.T2-search-result-wrapper .no-results span {
	color: red
}
.T2-search-result-wrapper .load-more-results a {
	background: #ccd4e4;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%
}
@media screen and (max-width:1024px) {
.T2-search-result-wrapper .publish-date-filter {
	display: none
}
.T2-search-result-wrapper .publish-date {
	display: none
}
.T2-search-result-wrapper .accordion .accordion-select {
	margin-top: 20px
}
}
@media screen and (max-width:768px) {
.T2-search-form .heading-search-result .search .form-group {
	width: 98%
}
}
@media screen and (min-width:1024px) {
.path-search-result .maincontentWrapper .region-content {
	min-height: 544px
}
}
body.overflow-fixed {
	overflow: hidden;
	height: 100%
}
body.overflow-fixed footer {
	z-index: -1
}
.body-overlay.on {
	display: block!important;
	position: fixed;
	z-index: 19;
	height: 100%;
	width: 100%
}
body.fixHeight {
	margin: 0!important
}
.social-share-overlay {
	width: 100%;
	position: fixed;
	top: 100px;
	height: 100%;
	max-height: 100%;
	display: none
}
.social-share-overlay.on {
	display: block;
	z-index: 99
}
.top-nav-share {
	position: relative
}
.top-nav-share.active:after {
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	width: 39px;
	height: 68px;
	background: #fff;
	z-index: -1
}
.top-nav-share.active .t2-share-bar.share-bar {
	display: block
}
.top-nav-share .t2-share-bar.share-bar {
	display: none;
	position: fixed;
	top: 64px
}
.top-nav-share .t2-share-bar.share-bar>.container {
	padding: 0 30px 20px
}
.top-nav-share .t2-share-bar.share-bar .social-header {
	margin: 34px auto 19px;
	overflow: hidden;
	width: 100%
}
.top-nav-share .t2-share-bar.share-bar .social-header>a {
	display: none
}
.top-nav-share .t2-share-bar.share-bar .social-header .close-label {
	text-align: right
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row {
	text-align: center;
	display: inline-block
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row i {
	border-radius: 50%;
	width: 46px;
	height: 46px;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	padding: 9px 7px
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 23px;
	text-decoration: none
}
.Netscape .top-nav-share .t2-share-bar.share-bar {
	left: 0
}
.social-bar .t2-social-share.swiper-container {
	margin: 107px auto 120px;
	width: calc(100% - 170px);
	height: 100%
}
.social-bar .t2-social-share.swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.social-bar .swiper-button-next.swiper-button-disabled, .social-bar .swiper-button-prev.swiper-button-disabled {
	opacity: .5
}
.social-bar .swiper-button-next, .social-bar .swiper-button-prev {
	background-color: transparent;
	outline: 0;
	border: 0;
	opacity: 1;
	margin-top: -28px
}
.social-bar .swiper-button-prev {
	margin-left: 5px
}
.social-bar .swiper-button-next {
	margin-right: 5px
}
.button-hide.swiper-button-next.swiper-button-disabled, .button-hide.swiper-button-prev.swiper-button-disabled {
	opacity: 0
}
@media screen and (min-width:992px) {
.top-nav-share {
	margin-top: 2px;
	padding-left: 11px
}
.top-nav-share .social-header {
	padding: 20px 20px 23px
}
.top-nav-share .social-header .utility-label {
	margin-left: 4px
}
.top-nav-share .social-header .close-label {
	display: none
}
}
@media screen and (max-width:1200px) {
.top-nav-share {
	position: static
}
.top-nav-share.active:after {
	right: 14px
}
.top-nav-share .t2-share-bar.share-bar {
	-webkit-transform: translate(-10.5%, 0);
	transform: translate(-10.5%, 0);
	right: auto;
	float: none;
	left: 0;
	width: 100vw;
	position: absolute;
	margin: 0
}
.top-nav-share .t2-share-bar.share-bar .container {
	width: 100%;
	margin: 0 auto
}
}
@media screen and (max-width:991px) {
.top-sub-links ul li.top-nav-share.t2-share {
	margin-bottom: 42px
}
.top-nav-share.t2-share>a {
	display: none!important
}
.top-nav-share.t2-share .t2-share-bar.share-bar {
	display: block;
	width: 100%;
	-webkit-transform: none;
	transform: none;
	position: relative;
	top: 0
}
.top-nav-share.t2-share .t2-share-bar.share-bar.active:after {
	display: none
}
.top-nav-share.t2-share .t2-share-bar .social-bar {
	padding: 0
}
.top-nav-share.t2-share .t2-share-bar .social-bar .swiper-button-next, .top-nav-share.t2-share .t2-share-bar .social-bar .swiper-button-prev {
	display: none
}
.top-nav-share.t2-share .t2-share-bar .social-header {
	display: none;
	padding: 20px
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container {
	margin: 0;
	width: 100%;
	overflow-x: auto
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	padding: 20px 10px
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide.swiper-slide-duplicate {
	display: none
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev {
	display: none
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next {
	display: none
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide .social-share-icon-row a span {
	display: none
}
.top-nav-share.t2-share .t2-share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] .social-share-icon-row a span {
	padding-left: 0
}
}
@media screen and (max-width:767px) {
.t2-share.top-nav-share .t2-share-bar.share-bar .social-header>a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border-top: 0;
	z-index: 2
}
.t2-share.top-nav-share .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide .social-share-icon-row a span {
	padding: 20px
}
}
@media screen and (max-width:767px) {
.top-sub-links ul li.top-nav-share.t2-share {
	margin-bottom: 31px
}
.top-nav-share .t2-share-bar.share-bar .block-views-blockshare-content-block-1 {
	margin-left: -3px;
	margin-right: -3px
}
.top-nav-share .t2-share-bar.share-bar .social-header {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	text-align: left;
	border-bottom: 0
}
.top-nav-share .t2-share-bar.share-bar .social-header:before {
	content: "\f1e0";
	font-family: FontAwesome;
	font-size: 1.6rem;
	margin-top: -10px
}
.top-nav-share .t2-share-bar.share-bar .social-header:after, .top-nav-share .t2-share-bar.share-bar .social-header:before {
	position: absolute;
	right: 10px;
	top: 50%
}
.top-nav-share .t2-share-bar.share-bar .social-header .utility-label {
	padding-left: 0;
	margin-left: -28px
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container {
	margin: 0;
	width: 100%;
	overflow: hidden;
	display: none
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper {
	display: block
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide {
	width: auto!important
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide .social-share-icon-row a {
	padding: 0
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide .social-share-icon-row a span {
	padding: 13px 15px 13px 6px;
	text-align: left
}
.top-nav-share.active .t2-share-bar .social-header:after, .top-nav-share.active .t2-share-bar .social-header:before {
	margin-top: 0;
	content: "";
	width: 12px;
	height: 1px;
	border-radius: 1px;
	background-color: #000
}
.top-nav-share.active .t2-share-bar .social-header:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.top-nav-share.active .t2-share-bar .social-header:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
}
@media screen and (max-width:640px) {
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide {
	padding: 10px 20px
}
}
@media screen and (min-width:768px) {
.t2-social-share.swiper-container {
	display: block!important
}
}
#content-moderation-entity-moderation-form ul.entity-moderation-form {
	padding-top: 10px;
	padding-bottom: 20px
}
#content-moderation-entity-moderation-form .entity-moderation-form__item select {
	height: 34px!important
}
#content-moderation-entity-moderation-form .entity-moderation-form__item button {
	width: 80px
}
.single-video-player {
	position: relative
}
.single-video-player .inv_playerContainer, .single-video-player .video-close {
	display: none
}
.single-video-player.s-image-not .inv_playerContainer {
	display: block
}
.single-video-player.s-video-autoplay .videoImage {
	display: none
}
.single-video-player.s-video-autoplay .inv_playerContainer {
	display: block
}
.single-video-player .video-close {
	padding: 5px;
	background: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 10
}
.sitemap .content {
	margin-left: 15px
}
.sitemap .content ul.sitemap-menu {
	overflow: hidden
}
.sitemap .content ul.sitemap-menu:first-child>li:first-child {
	margin-left: -15px
}
.sitemap .content ul.sitemap-menu li {
	list-style-type: disc;
	float: left;
	width: 100%
}
.sitemap .content ul.sitemap-menu li:last-child {
	margin-bottom: 0
}
.sitemap .content ul.sitemap-menu li.expanded {
	margin-bottom: 0
}
.t-two-swiper-banner-v-one {
	margin-bottom: 30px
}
.t-two-swiper-banner-v-one .wrapper {
	height: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	margin: 0 auto
}
.t-two-swiper-banner-v-one .progress-bar-container {
	width: 100%
}
.t-two-swiper-banner-v-one .progress-bar {
	width: 1%;
	height: 30px
}
.t-two-swiper-banner-v-one .main-slide {
	height: 608px
}
.t-two-swiper-banner-v-one .main-slide .swiper-wrapper {
	height: 420px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content {
	position: absolute;
	top: 159px;
	left: 150px;
	width: 470px;
	padding: 0
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	margin-bottom: 17px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	margin-bottom: 20px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	display: inline-block;
	height: 50px;
	padding: 16px 43px 17px 30px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide.swiper-slide-active .slider-content {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-timing-function: unset;
	animation-timing-function: unset;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.t-two-swiper-banner-v-one .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover
}
.t-two-swiper-banner-v-one .thumbs-container {
	display: block;
	overflow: auto;
	position: absolute;
	bottom: 0;
	right: 150px;
	height: 146px;
	width: 440px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 134px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	cursor: pointer
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide {
	opacity: 1;
	width: 200px!important;
	position: relative
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 30px;
	display: none
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2:hover .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs:hover .swiper-slide .slider-content {
	background: rgba(255,255,255,.1);
	display: block;
	width: 100%;
	height: 100%
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs {
	left: 0
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	left: 220px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide {
	position: relative
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slide-capt {
	position: absolute;
	top: 15px
}
.t-two-swiper-banner-v-one .arrow-controls-container {
	position: absolute;
	bottom: 0;
	top: auto;
	height: 45px;
	width: 110px;
	right: -10px
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-next {
	width: 45px
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-next:hover {
	color: #297fca
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-next::after {
	border-left: 0;
	margin-left: 5px
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-prev {
	width: 45px;
	background: #fff
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-prev:hover {
	color: #297fca
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-prev::after {
	border-left: 0;
	margin-left: 5px
}
.t-two-swiper-banner-v-one .arrow-controls-container button {
	border: 0
}
.t-two-swiper-banner-v-one .clearfix:after, .t-two-swiper-banner-v-one .clearfix:before, .t-two-swiper-banner-v-one .filter-wrapper:after, .t-two-swiper-banner-v-one .filter-wrapper:before {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.t-two-swiper-banner-v-one .clearfix:after, .t-two-swiper-banner-v-one .filter-wrapper:after {
	clear: both
}
.t-two-swiper-banner-v-one .clearfix, .t-two-swiper-banner-v-one .filter-wrapper {
	zoom: 1
}
.t-two-swiper-banner-v-one .loader-for-banner {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.2em;
	width: 57%;
	position: relative
}
.t-two-swiper-banner-v-one .ancl {
	width: 0;
	height: 1.2em;
	background: #297fca;
	background-size: 100%;
	position: absolute;
	text-align: left
}
@media screen and (min-width:320px) {
.t-two-swiper-banner-v-one .wrapper {
	height: 650px
}
.t-two-swiper-banner-v-one .progress-bar-container {
	display: none
}
.t-two-swiper-banner-v-one .main-slide {
	height: 640px
}
.t-two-swiper-banner-v-one .main-slide .swiper-wrapper {
	height: 134px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content {
	position: absolute;
	top: 137px;
	left: 0;
	width: 320px;
	padding: 30px 12px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	margin-bottom: 17px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	margin-bottom: 20px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	display: inline-block;
	height: 50px;
	padding: 16px 32px 17px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide.swiper-slide-active .slider-content {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-timing-function: unset;
	animation-timing-function: unset;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.t-two-swiper-banner-v-one .thumbs-container {
	display: none;
	overflow: auto;
	bottom: 0;
	right: 150px;
	height: 146px;
	width: 440px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	bottom: 0;
	width: 200px;
	height: 134px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide {
	opacity: 1;
	width: 200px!important;
	position: relative
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 30px;
	display: none
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2:hover .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs:hover .swiper-slide .slider-content {
	background: rgba(255,255,255,.1);
	display: block
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs {
	left: 0
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	left: 220px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide {
	position: relative
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slide-capt {
	position: absolute;
	top: 15px
}
.t-two-swiper-banner-v-one .arrow-controls-container {
	position: absolute;
	top: 90px;
	bottom: auto;
	height: 45px;
	width: 110px;
	right: -10px
}
.t-two-swiper-banner-v-one .loader-for-banner {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.2em;
	width: 100%;
	position: relative
}
.t-two-swiper-banner-v-one .ancl {
	width: 0%;
	height: 4px;
	background: #297fca;
	background-size: 100%;
	position: absolute;
	text-align: left
}
}
@media screen and (min-width:768px) {
.t-two-swiper-banner-v-one .wrapper {
	height: 540px
}
.t-two-swiper-banner-v-one .progress-bar-container {
	display: block
}
.t-two-swiper-banner-v-one .main-slide {
	height: 472px
}
.t-two-swiper-banner-v-one .main-slide .swiper-wrapper {
	height: 468px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content {
	top: 127px;
	left: 77px;
	width: 464px;
	padding: 0
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	margin-bottom: 17px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	margin-bottom: 20px
}
.t-two-swiper-banner-v-one .arrow-controls-container {
	right: 12px;
	bottom: 3px;
	top: auto
}
.t-two-swiper-banner-v-one .thumbs-container {
	display: block;
	right: 190px;
	width: 380px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	width: 168px;
	height: 108px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide {
	width: 168px!important
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content {
	padding: 5px 0 10px 15px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2:hover .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs:hover .swiper-slide .slider-content {
	background: rgba(255,255,255,.1);
	display: block
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs {
	left: 0
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	left: 190px
}
.t-two-swiper-banner-v-one .loader-for-banner {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.2em;
	width: 26%;
	position: relative
}
.t-two-swiper-banner-v-one .ancl {
	width: 0;
	height: 1.2em;
	background: #297fca;
	background-size: 100%;
	position: absolute;
	text-align: left
}
}
@media screen and (min-width:992px) {
.t-two-swiper-banner-v-one .wrapper {
	height: 650px
}
.t-two-swiper-banner-v-one .progress-bar-container {
	display: block
}
.t-two-swiper-banner-v-one .main-slide {
	height: 612px
}
.t-two-swiper-banner-v-one .main-slide .swiper-wrapper {
	height: 608px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content {
	display: block;
	position: absolute;
	top: 159px;
	left: 150px;
	width: 470px;
	padding: 0
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	margin-bottom: 17px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	margin-bottom: 20px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	display: inline-block;
	height: 50px;
	padding: 16px 43px 17px 30px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide.swiper-slide-active .slider-content {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-timing-function: unset;
	animation-timing-function: unset;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.t-two-swiper-banner-v-one .thumbs-container {
	display: block;
	overflow: auto;
	position: absolute;
	bottom: 0;
	right: 150px;
	height: 146px;
	width: 440px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	bottom: 0;
	width: 200px;
	height: 134px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide {
	opacity: 1;
	width: 200px!important;
	position: relative
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 30px;
	display: none
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2:hover .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs:hover .swiper-slide .slider-content {
	background: rgba(255,255,255,.1);
	display: block
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs {
	left: 0
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	left: 220px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide {
	position: relative
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slide-capt {
	position: absolute;
	top: 15px
}
.t-two-swiper-banner-v-one .arrow-controls-container {
	position: absolute;
	bottom: 0;
	top: auto;
	height: 45px;
	width: 110px;
	right: -10px
}
.t-two-swiper-banner-v-one .loader-for-banner {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.2em;
	width: 43%;
	position: relative
}
.t-two-swiper-banner-v-one .ancl {
	width: 0;
	height: 1.2em;
	background: #297fca;
	background-size: 100%;
	position: absolute;
	text-align: left
}
}
@media screen and (min-width:1200px) {
.t-two-swiper-banner-v-one .wrapper {
	height: 650px
}
.t-two-swiper-banner-v-one .progress-bar-container {
	display: block
}
.t-two-swiper-banner-v-one .main-slide {
	height: 612px
}
.t-two-swiper-banner-v-one .main-slide .swiper-wrapper {
	height: 608px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content {
	position: absolute;
	top: 159px;
	left: 150px;
	width: 470px;
	padding: 0
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	margin-bottom: 17px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	margin-bottom: 20px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	display: inline-block;
	height: 50px;
	padding: 16px 43px 17px 30px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide.swiper-slide-active .slider-content {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-timing-function: unset;
	animation-timing-function: unset;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.t-two-swiper-banner-v-one .thumbs-container {
	display: block;
	overflow: auto;
	bottom: 0;
	right: 150px;
	height: 146px;
	width: 440px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 134px
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide {
	opacity: 1;
	width: 200px!important;
	position: relative
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 30px;
	display: none
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2:hover .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs:hover .swiper-slide .slider-content {
	background: rgba(255,255,255,.1);
	display: block
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs {
	left: 0
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs2 {
	left: 220px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide {
	position: relative
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slide-capt {
	position: absolute;
	top: 15px
}
.t-two-swiper-banner-v-one .arrow-controls-container {
	position: absolute;
	bottom: 3px;
	top: auto;
	height: 45px;
	width: 110px;
	right: -10px
}
.t-two-swiper-banner-v-one .loader-for-banner {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.2em;
	width: 68.5%;
	position: relative
}
.t-two-swiper-banner-v-one .ancl {
	width: 0%;
	height: 1.2em;
	background: #297fca;
	background-size: 100%;
	position: absolute;
	text-align: left
}
}
.video-gallery {
	width: 80%;
	position: relative;
	margin: 0 auto
}
.video-gallery .inv_playerContainer ul, .video-gallery .inv_playerContainer ul li {
	list-style-type: none
}
.video-gallery .inv_videoDetail {
	position: absolute;
	float: left;
	width: 100%;
	height: auto;
	z-index: 40;
	bottom: 0;
	display: none;
	padding: 20px;
	color: #fff;
	background: rgba(9,37,70,.6)
}
.video-gallery .inv_videoDesc, .video-gallery .inv_videoTitle {
	position: relative;
	float: left;
	width: 100%;
	height: auto
}
.video-gallery .inv_videoPlaying .inv_videoDetail {
	display: none!important
}
.video-gallery .inv_videoReady .inv_mouseLeave .inv_videoDetail, .video-gallery .inv_videoReady.inv_videoDetail {
	display: block
}
.video-gallery p.inv_videoTitle {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px
}
.video-gallery p.inv_videoDesc {
	margin-bottom: 0
}
@media screen and (max-width:991px) {
.video-gallery {
	width: 100%
}
}
@media screen and (max-width:767px) {
.video-gallery {
	width: 100%
}
.video-gallery .inv_videoDetail {
	top: 0;
	height: 40px;
	background: #092546;
	opacity: .6;
	padding: 10px 0 0 10px
}
.video-gallery p.inv_videoDesc {
	display: none
}
.video-gallery .inv_nextPage, .video-gallery .inv_prevPage {
	position: relative;
	top: -20px
}
.video-gallery .inv_prevPage {
	float: left;
	left: 10px
}
.video-gallery .inv_nextPage {
	float: right;
	right: 10px
}
.video-gallery .inv_pagingControlsContainer .inv_pageNumber {
	display: inline-block
}
}
.inv_customSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1
}
.inv_customSlider .inv_sliderPagesContainer {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
	left: 0
}
.inv_customSlider .inv_sliderPage {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden
}
.inv_mobilesmall .inv_customSlider .inv_sliderPagesContainer {
	margin: 0
}
ul.inv_sliderPagesContainer {
	padding: 0
}
.inv_pagingControlsContainer .inv_pageNumbersContainer {
	height: auto;
	width: 100%;
	cursor: pointer;
	position: relative;
	float: left;
	z-index: 30;
	text-align: center
}
.inv_pagingControlsContainer .inv_pageNumber {
	width: 12px;
	height: 12px;
	border-radius: 8px;
	display: none;
	background: #aaa;
	margin: 10px
}
.inv_pagingControlsContainer .inv_pageNumber.active {
	background: #092546
}
[inv_transitionEffect=slide] .inv_customSlider .inv_sliderPage {
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}
.inv_customSlider .inv_sliderTransitionEffect {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.inv_customSlider .inv_dummyPage {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	height: auto
}
.inv_mobilelarge .inv_timelinePageContainer, .inv_mobilesmall .inv_timelinePageContainer {
	-webkit-transform: none;
	transform: none;
	left: 0;
	width: 100%
}
.inv_nextPage, .inv_prevPage {
	position: relative;
	height: 40px;
	width: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 40
}
.inv_mobilesmall .inv_nextPage {
	background-position: -28px
}
.inv_prevPage {
	background-image: url(../../../../../../viz.tools.investis.com/video/videoPlayer-v.2.0-latest/test-dev/images/sprites.png);
	background-repeat: no-repeat;
	background-position: -146px -387px;
	cursor: pointer;
	position: absolute;
	left: 10px
}
.inv_nextPage {
	background-image: url(https://viz.tools.investis.com/video/videoPlayer-v.2.0-latest/test-dev/images/sprites.png);
	background-repeat: no-repeat;
	background-position: -146px -450px;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 10px
}
.inv_tablet .inv_nextPage {
	background-position: -29px -6px
}
.applyhover .inv_prevPage:hover {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: -25px
}
.applyhover .inv_nextPage:hover {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0
}
.inv_tablet .inv_nextPage:hover {
	background-position: -4px -6px
}
.inv_playerContainer {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.inv_timelineYearNavList {
	position: absolute;
	float: left;
	width: 100%;
	left: 0;
	overflow: hidden;
	padding: 0 4%;
	line-height: 20px;
	top: 10px;
	height: 20px
}
.inv_mobilelarge .inv_timelineYearNavList, .inv_mobilesmall .inv_timelineYearNavList {
	width: 100%
}
.inv_timelineDiv p {
	display: inline-block;
	color: #666;
	font-size: .8em;
	font-weight: 700;
	position: relative;
	float: left;
	cursor: pointer
}
.inv_mobilelarge .inv_timelineDiv, .inv_mobilesmall .inv_timelineDiv {
	width: 100%!important
}
.inv_tablet .inv_timelineYearNavList p {
	font-size: 12px;
	font-size: .8em
}
.inv_timelineYearNavList .selected {
	color: #6851c9
}
.inv_mobilelarge .inv_timelineYearNavList p, .inv_mobilesmall .inv_timelineYearNavList p {
	margin: 0;
	display: none;
	width: 100%!important
}
.ui-slider .ui-slider-handle {
	background-position: -1px 0;
	position: absolute;
	cursor: pointer;
	outline: 0;
	display: block;
	height: 20px;
	width: 12px
}
.inv_nextPage.inActive, .inv_prevPage.inActive {
	opacity: .2;
	cursor: default
}
.inv_iostablet .inv_videoDetail, .inv_tablet .inv_videoDetail {
	z-index: 40
}
.signpost-calendar p.event-date {
	margin-bottom: 0
}
.signpost-calendar h2 {
	margin-top: 0
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.signpost-iframe {
	cursor: default!important
}
.signpost-iframe .signpost-wrap {
	min-height: 263px
}
.signpost-iframe .signpost-wrap .shareprice-iframe {
	margin: 60px auto 30px;
	max-width: 90%
}
.signpost-iframe.equal-height .signpost-wrap {
	display: table
}
.signpost-iframe.equal-height .signpost-wrap .iframe-wrapper {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}
.signpost-iframe.equal-height .signpost-wrap .iframe-wrapper .shareprice-iframe {
	margin: 30px auto
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.mainWrapperT {
	padding-top: 50px
}
.main-wrapper-b {
	padding-bottom: 50px
}
.container-fluid .row .signpost {
	margin-bottom: 50px
}
.container-fluid .row .signpost.signpost-list-item .listItemDate {
	margin-bottom: 0
}
.container-fluid .row .signpost.signpost-list-item .listItemTitle {
	margin-bottom: 10px
}
.container-fluid .row .signpost p {
	margin-bottom: 3px
}
.container-fluid .row .signpost .component-title {
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 24px
}
.container-fluid .row .signpost .component-title+p {
	line-height: 18px;
	margin-bottom: 3px
}
.container-fluid .row .signpost .signpost-title {
	position: absolute;
	left: 20px;
	top: 11px;
	text-align: left
}
.container-fluid .row .signpost .signpost-content {
	position: absolute;
	bottom: 0;
	padding: 18px 20px;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.container-fluid .row .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1);
	z-index: 0
}
.container-fluid .row .signpost .signpost-wrap {
	min-height: 263px;
	position: relative
}
.container-fluid .row .signpost.full-col-video .signpost-wrap {
	height: auto
}
.container-fluid .row .more-link, .container-fluid .row .more-link-lightbox {
	margin-bottom: 0
}
.container-fluid .row .more-link a, .container-fluid .row .more-link-lightbox a {
	text-decoration: none
}
.container-fluid .row .more-link a:after, .container-fluid .row .more-link-lightbox a:after {
	display: inline-block;
	content: "";
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.container-fluid .row .signpost-bg-img:not(.s-video-lightbox) .signpost-wrap .signpost-content {
	padding-top: 11px
}
@media screen and (min-width:992px) {
.container-fluid .row .signpost-bg-img:not(.s-video-lightbox) .signpost-wrap .signpost-content {
	padding: 14px 20px
}
}
.container-fluid .row .signpost-bg-img:not(.s-video-lightbox) .signpost-wrap .signpost-content p {
	margin-bottom: 4px
}
@media screen and (min-width:992px) {
.container-fluid .row.signpost-rollover {
	padding: 16px 20px
}
}
.signpost-bg-img .signpost-wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	-webkit-box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
	-webkit-transition: all 2s cubic-bezier(.35, 0, .08, 1);
	transition: all 2s cubic-bezier(.35, 0, .08, 1)
}
.signpost-bg-img .signpost-wrap .signpost-placeholder {
	height: 100%;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1);
	background-size: cover
}
.signpost-bg-img .signpost-wrap .signpost-wrap.hide-bgimg:after {
	display: none
}
.signpost-bg-img .signpost-wrap .signpost-content .component-title {
	margin-bottom: 5px
}
@media screen and (min-width:768px) {
.signpost-bg-img .signpost-wrap .signpost-content .component-title {
	margin-bottom: 4px
}
}
.calendar-link, .document-link, .email-sign-up, .video-link, .video-link-lightbox {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 3
}
.video-link, .video-link-lightbox {
	background: url(../images/icon-video.svg) no-repeat left top
}
.document-link {
	background: url(../images/icon-document.svg) no-repeat left top
}
.calendar-link {
	background: url(../images/icon-calendar.svg) no-repeat left top
}
.email-sign-up {
	background: url(../images/icon-email.svg) no-repeat left top
}
.cente-quote blockquote, .cente-quote p {
	text-align: center
}
.left-quote blockquote, .left-quote p {
	text-align: left
}
#alerts-text {
	background: 0 0;
	border: 0;
	padding-bottom: 10px;
	width: 220px;
	max-width: 90%;
	margin-top: 10px
}
.alerts-text {
	background: 0 0;
	border: 0;
	padding-bottom: 10px;
	width: 220px;
	max-width: 90%;
	margin-top: 10px;
	outline: 0;
	padding-right: 13px
}
#alert-submit {
	margin-left: -15px;
	border: 0;
	background: 0 0
}
.alert-submit {
	margin-left: -15px;
	border: 0;
	background: 0 0;
	text-decoration: none
}
.input-wrap {
	margin-top: 20px
}
.re-tweet-link {
	text-indent: -9999px;
	z-index: 3;
	display: block
}
.signpost-placeholder {
	width: 100%;
	height: 100%
}
.g-map-desc {
	margin-bottom: 30px
}
.addr-title {
	margin-bottom: 10px
}
@media screen and (max-width:767px) {
.signpost {
	margin-bottom: 40px
}
.container-fluid .row .signpost .signpost-wrap {
	min-height: 296px;
	height: 200px;
}
}
@media screen and (max-width:767px) {
.signpost {
	margin-bottom: 30px
}
.container-fluid .row .signpost .signpost-wrap {
	min-height: 296px;
	margin-bottom: 25px
}
}
}
.carousel {
	overflow: hidden
}
.signpost-fw .social-feed-item>div p.social-info {
	margin-bottom: 15px
}
.signpost-fw .social-feed-item>div a.re-tweet-link {
	margin-top: 0
}
.fullColVideo .signpost-video.open-in-place.hide-bgimg .signpost-wrap {
	height: auto!important
}
@media screen and (max-width:768px) {
.signpost-fw .social-feed-item>div p.social-info {
	width: 77%;
	margin-right: 0;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px
}
.signpost-fw .social-feed-item>div a.re-tweet-link {
	display: inline-block;
	float: right;
	margin-top: 15px
}
.signpos-t2.signpost-social-post .social-feed-item {
	padding-right: 0!important;
	margin-bottom: 30px;
	padding-bottom: 40px
}
.signpos-t2.signpost-social-post .social-feed-item .re-tweet-link {
	right: auto!important;
	top: auto!important;
	bottom: 22px;
	left: 0
}
}
@media screen and (max-width:991px) {
body .fullColVideo .signpost-video .signpost-wrap .signpost-placeholder {
	height: 406px!important
}
body .fullColVideo .signpost-video .signpost-wrap .signpost-placeholder-t2 {
	height: 406px!important
}
body .fullColVideo .signpost-video.s-video-lightbox .signpost-wrap:before {
	height: 406px!important
}
body .fullColVideo .signpost-video.s-video-lightbox.hide-bgimg .signpost-wrap {
	height: auto!important
}
.signpost-fw-email .signpost-fw-content-wrap .alert-submit {
	margin-left: 0
}
}
@media screen and (max-width:767px) {
body .fullColVideo .signpost-video .signpost-wrap .signpost-placeholder {
	height: 180px!important
}
body .fullColVideo .signpost-video .signpost-wrap .signpost-placeholder-t2 {
	height: 180px!important
}
body .fullColVideo .signpost-video.s-video-lightbox .signpost-wrap:before {
	height: 180px!important
}
body .fullColVideo .signpost-video.s-video-lightbox.hide-bgimg .signpost-wrap {
	height: auto!important
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.container-fluid .row .col-sm-6 .signpost-t2.signpost-iframe .signpost-wrap {
	min-height: 263px!important
}
.container-fluid .row .col-sm-4 .signpost-t2.signpost-iframe .signpost-wrap {
	min-height: 242px!important
}
.container-fluid .row .col-sm-4 .signpost-t2.signpost-iframe .signpost-wrap .shareprice-iframe {
	max-width: 90%
}
.container-fluid .row .col-sm-3 .signpost-t2.signpost-iframe .signpost-wrap .shareprice-iframe {
	max-width: 90%
}
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .component-title {
	margin-top: 53px!important;
	margin-bottom: 15px!important
}
@media screen and (max-width:1024px) {
.container-fluid .row .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
.signpost-email-sign-up .alert-submit, .signpost-fw-email .alert-submit {
	display: block
}
.signpost-email-sign-up .alert-submit.no-js, .signpost-fw-email .alert-submit.no-js {
	display: none
}
.nojs .signpost-wrap {
	height: 300px
}
.nojs .latest-events .latest-events-img {
	height: 100%
}
.nojs .signpost-email-sign-up .alert-submit, .nojs .signpost-fw-email .alert-submit {
	display: none
}
.nojs .signpost-email-sign-up .alert-submit.no-js, .nojs .signpost-fw-email .alert-submit.no-js {
	display: inline-block;
	text-decoration: none;
	padding: 13px 0
}
.signpost-title {
	z-index: 6!important
}
.signpost-wrap {
	overflow: hidden
}
.latest-events .signpostContent {
	position: relative;
	top: 35px;
	left: 5px
}
.latest-events .signpostContent .list-item-title {
	color: #fff
}
.latest-events .signpostContent .list-item-date {
	font-size: 12px!important;
	font-family: #092546!important;
	font-weight: 300!important;
	line-height: 18px!important;
	text-align: left;
	opacity: .8;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #fff
}
.latest-events .signpostContent .more-link {
	display: block
}
.latest-events .signpostContent .more-link a {
	color: #fff;
	font-family: #092546!important;
	font-weight: 500!important;
	font-size: 14px!important;
	line-height: 20px!important;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left
}
.latest-events .signpostContent .more-link a:after {
	border-color: #fff
}
.latest-events .calendarDownload {
	position: absolute
}
.latest-events .latest-events-img {
	height: 263px;
	left: 0;
	top: 0;
	z-index: -1;
	background: #dedede no-repeat;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: absolute;
	-webkit-transition: all 1s cubic-bezier(.45, 0, .06, 1);
	transition: all 1s cubic-bezier(.45, 0, .06, 1);
	background-size: cover;
	-webkit-box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3)
}
.latest-events .latest-events-img:hover {
	height: 157px;
	-webkit-transform: scale(1.04)!important;
	transform: scale(1.04)!important;
	-webkit-box-shadow: inset 0 -300px 100px 0 transparent!important;
	box-shadow: inset 0 -300px 100px 0 transparent!important
}
.latest-events:hover .latest-events-img {
	height: 157px;
	-webkit-transform: scale(1.04)!important;
	transform: scale(1.04)!important;
	-webkit-box-shadow: inset 0 -300px 100px 0 transparent!important;
	box-shadow: inset 0 -300px 100px 0 transparent!important
}
.latest-events:hover .list-item-date {
	color: #aaa!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1);
	color: #3f516b!important;
	opacity: .6!important
}
.latest-events:hover .list-item-desc {
	color: #aaa!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.latest-events:hover .list-item-title {
	color: #092546!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.latest-events:hover .more-link a {
	color: #2fdf95!important
}
.latest-events:hover .more-link a:after {
	border-color: #2fdf95!important
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.container-fluid .row .content .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.signpost-list-item .signpost-wrap {
	min-height: 300px!important
}
.latest-events .latest-events-img {
	height: 157px;
	-webkit-transform: scale(1.04)!important;
	transform: scale(1.04)!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.latest-events .latest-img-holder {
	min-height: 80px
}
.latest-events .list-item-date {
	color: #aaa!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1);
	opacity: .6!important
}
.latest-events .list-item-desc {
	color: #aaa!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.latest-events .list-item-title {
	color: #092546!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.latest-events .more-link a {
	color: #2fdf95!important
}
.latest-events .more-link a:after {
	border-color: #2fdf95!important
}
}
@media screen and (max-width:767px) {
.signpost-wrap {
	min-height: 300px!important
}
.latest-events .latest-events-img {
	height: 157px;
	-webkit-transform: scale(1.04)!important;
	transform: scale(1.04)!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.latest-events .latest-img-holder {
	min-height: 80px
}
.latest-events .list-item-date {
	color: #aaa!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1);
	opacity: .6!important
}
.latest-events .list-item-desc {
	color: #aaa!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.latest-events .list-item-title {
	color: #092546!important;
	-webkit-transition: all 1s cubic-bezier(.35, 0, .08, 1);
	transition: all 1s cubic-bezier(.35, 0, .08, 1)
}
.latest-events .more-link a {
	color: #2fdf95!important
}
.latest-events .more-link a:after {
	border-color: #2fdf95!important
}
}
.signpost-content .event-date {
	font-size: 12px!important;
	font-family: Roboto, Arial, sans-serif!important;
	font-weight: 300!important;
	line-height: 18px!important;
	text-align: left;
	opacity: .8;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal
}
.signpost-content .more-link a {
	font-family: Roboto, Arial, sans-serif!important;
	font-weight: 500!important;
	font-size: 14px!important;
	line-height: 20px!important;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.container-fluid .row .signpost.social-feeds {
	cursor: default
}
.container-fluid .row .signpost.signpost-social-post {
	cursor: default
}
.container-fluid .row .signpost.signpost-social-post .social-feed-item a {
	pointer-events: auto
}
.container-fluid .row .signpost-social-post .social-link {
	display: block;
	float: left;
	margin-right: 15px
}
.container-fluid .row .signpost-social-post .top-social-post {
	padding: 20px 0 0 20px
}
.container-fluid .row .signpost-social-post .top-social-post p {
	margin-bottom: 0
}
.container-fluid .row .signpost-social-post .top-social-post p:first-child {
	margin-top: 5px!important
}
.container-fluid .row .signpost-social-post .signpost-content {
	position: relative;
	margin-top: 15px
}
.container-fluid .row .signpost-social-post .social-feed-item {
	position: relative;
	padding-right: 65px
}
.container-fluid .row .signpost-social-post .social-feed-item:not(:last-child) {
	padding-bottom: 11px;
	margin-bottom: 30px
}
.container-fluid .row .signpost-social-post .re-tweet-link {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3
}
.container-fluid .row .signpost.signpost-list-multi-items, .container-fluid .row .signpost.top-news-list {
	cursor: auto
}
.container-fluid .row .signpost.signpost-list-multi-items .signpost-wrap a, .container-fluid .row .signpost.top-news-list .signpost-wrap a {
	pointer-events: auto
}
.container-fluid .row .signpost-t2 {
	margin-bottom: 50px;
	cursor: pointer
}
.container-fluid .row .signpost-t2.signpost-slider {
	cursor: auto
}
.container-fluid .row .signpost-t2.signpost-slider .signpost-wrap a {
	pointer-events: auto
}
.signpost-t2 {
	position: relative
}
.signpost-t2 .social-link {
	display: block;
	float: left;
	margin-right: 15px
}
.signpost-t2 .top-social-post {
	padding: 20px 0 0
}
.signpost-t2 .top-social-post p {
	margin-bottom: 0
}
.signpost-t2 .top-social-post p:first-child {
	margin-top: 5px!important
}
.signpost-t2 .signpost-content {
	position: relative;
	margin-top: 15px
}
.signpost-t2 .social-feed-item {
	position: relative;
	margin-bottom: 30px
}
.signpost-t2 .re-tweet-link {
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 3
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost-t2 {
	margin-bottom: 1.6rem
}
}
.nojs .signpost.signpost-social-post .signpost-wrap {
	height: auto
}
.nojs .signpost.social-feeds .social-feed-item .social-feed-wrap {
	height: auto!important
}
@media screen and (min-width:768px) {
.col-md-4.col-sm-4 .signpost-t2 .social-feed-item .social-feed-wrap .re-tweet-link, .col-md-4.col-sm-4 .signpost-t2 .social-feed-item .social-feed-wrap .social-info {
	display: inline-block
}
.col-md-4.col-sm-4 .signpost-t2 .social-feed-item .social-feed-wrap .re-tweet-link {
	float: right
}
}
@media screen and (min-width:992px) {
.col-md-3 .signpost-t2 .social-feed-item .social-feed-wrap .re-tweet-link, .col-md-3 .signpost-t2 .social-feed-item .social-feed-wrap .social-info {
	display: inline-block
}
.col-md-3 .signpost-t2 .social-feed-item .social-feed-wrap .re-tweet-link {
	float: right
}
}
.signpost.signpost-social-post img {
	margin: 15px 0
}
.signpost.social-feeds img {
	margin: 15px 0
}
.container-fluid .row .signpost-list-item .signpost-wrap {
	display: table;
	width: 100%;
	min-height: 263px
}
.container-fluid .row .signpost-list-item .signpost-content {
	position: relative!important;
	display: table-cell;
	vertical-align: bottom;
	padding: 65px 15px 15px;
	height: 263px
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.signpost-quote.signpost-t2 {
	cursor: default!important
}
.signpost-quote blockquote {
	border-left: 0;
	max-width: calc(100% - 25%);
	margin: 0 auto;
	line-height: 25px;
	padding: 10px 0 3px
}
.signpost-quote .col-md-3 blockquote, .signpost-quote .col-sm-3 blockquote {
	width: 100%
}
.signpost-quote p {
	margin-bottom: 0
}
.signpost-quote.equal-height .signpost-wrap {
	display: table
}
.signpost-quote.equal-height .signpost-wrap .quote-content {
	padding: 60px 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle
}
.signpost-quote .signpost-wrap {
	display: table;
	width: 100%
}
.signpost-quote .signpost-wrap .quote-content {
	display: table-cell;
	vertical-align: middle
}
.container-fluid .row>.col-md-3 .signpost-t2.signpost-quote .signpost-wrap .quote-content blockquote {
	margin-top: 8px
}
@media screen and (min-width:768px) {
.container-fluid .row .signpost-t2.signpost-quote .signpost-wrap {
	min-height: 263px
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.container-fluid .row .signpost-t2.signpost-quote .signpost-wrap .quote-content blockquote {
	line-height: 24px;
	max-width: calc(100% - 23%)
}
.container-fluid .row .col-sm-4 .signpost-t2.signpost-quote .signpost-wrap .quote-content blockquote {
	padding-top: 29px
}
.container-fluid .row .col-sm-4 .signpost-t2.signpost-quote .signpost-wrap .quote-content blockquote:before {
	width: 20px;
	height: 17px;
	background-size: contain;
	left: calc(50% - 10px)
}
.container-fluid .row .col-sm-4 .signpost-t2.signpost-quote .signpost-wrap .quote-content>p {
	margin-bottom: 0
}
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost-t2.signpost-quote .signpost-wrap .quote-content blockquote {
	line-height: 24px
}
.container-fluid .row .signpost-t2.signpost-quote .signpost-wrap .quote-content>p {
	margin-bottom: 0
}
}
@-moz-document url-prefix() {
.container-fluid .row .signpost-t2.signpost-quote .signpost-wrap {
height:0
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.container-fluid .row .signpost-slider p.signpost-title {
	padding-right: 70px
}
.container-fluid .row .signpost-slider .signpost-wrap {
	height: 296px
}
@media screen and (min-width:768px) {
.container-fluid .row .signpost-slider .signpost-wrap {
	height: 263px
}
}
.container-fluid .row .signpost-slider a.nextLink, .container-fluid .row .signpost-slider a.prevLink {
	text-indent: -9999px;
	display: inline-block;
	content: "";
	position: absolute;
	background-image: none!important;
	z-index: 18;
	left: auto;
	top: 15px
}
.container-fluid .row .signpost-slider a.prevLink {
	right: 60px
}
.container-fluid .row .signpost-slider a.nextLink {
	padding: 3px;
	right: 30px
}
.container-fluid .row .signpost-slider p.more-link {
	position: absolute;
	left: 19px;
	bottom: 13px;
	width: 95%;
	text-align: left
}
.container-fluid .row .signpost-slider .s-image {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}
.container-fluid .row .signpost-slider .carousel-inner>.item a>img, .container-fluid .row .signpost-slider .carousel-inner>.item img {
	width: auto;
	max-height: 100%
}
.container-fluid .row .signpost-slider-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.container-fluid .row .signpost-slider-inner .carousel-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.container-fluid .row .signpost-slider-inner .carousel-item {
	position: relative;
	display: none;
	height: 100%
}
.container-fluid .row .signpost-slider-inner .carousel-item.active {
	display: block!important
}
.container-fluid .row .signpost-slider-inner .signpost-content-wrap {
	display: table;
	width: 100%;
	height: 100%
}
.container-fluid .row .signpost-slider-inner .signpost-content-wrap-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 25px;
	height: 190px
}
@media screen and (min-width:768px) {
.container-fluid .row .signpost-slider-inner .signpost-content-wrap-inner {
	height: 180px
}
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost-slider-inner {
	min-height: 296px
}
}
@media screen\0 {
.container-fluid .row .signpost-slider-inner .signpost-content-wrap-inner {
	height: 80px!important
}
}
@supports (-ms-ime-align:auto) {
.container-fluid .row .signpost-slider-inner .signpost-content-wrap-inner {
height:80px!important
}
}
.full-col-video .signpost-video.s-video-autoplay .signpost-placeholder {
	z-index: -1!important
}
.full-col-video .signpost-video .signpost-wrap {
	width: 100%!important;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto
}
.full-col-video .signpost-video .signpost-wrap.hide-bgimg .signpost-placeholder {
	z-index: -1
}
.full-col-video .signpost-video .signpost-wrap .signpost-placeholder {
	z-index: 9
}
.full-col-video .signpost-video .signpost-wrap .signpost-content {
	z-index: 50
}
.full-col-video .signpost-video .signpost-wrap .video-link, .full-col-video .signpost-video .signpost-wrap .video-link-lightbox {
	z-index: 70
}
.full-col-video .signpost-video .video-close {
	z-index: 60
}
.signpost-video .signpost-content {
	z-index: 50!important
}
.signpost-video .inv_playerContainer, .signpost-video .more-link-lightbox, .signpost-video .video-link-lightbox {
	display: none
}
.signpost-video .inv_playerContainer li, .signpost-video .more-link-lightbox li, .signpost-video .video-link-lightbox li {
	list-style: none
}
.signpost-video.s-image-not .inv_playerContainer {
	display: block
}
.signpost-video.s-video-autoplay .inv_playerContainer {
	display: block!important
}
.signpost-video.s-video-autoplay .signpost-wrap {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: none;
	box-shadow: none
}
.signpost-video.s-video-autoplay .signpost-wrap:before {
	display: none!important
}
.signpost-video.s-video-autoplay .signpost-content, .signpost-video.s-video-autoplay .signpost-placeholder, .signpost-video.s-video-autoplay .video-link, .signpost-video.s-video-autoplay .video-link-lightbox {
	display: none
}
.signpost-video.s-video-autoplay .signpost-content .signpost-wrap:before {
	display: none
}
.signpost-video.s-video-autoplay.s-video-lightbox .signpost-wrap {
	background: 0 0
}
.signpost-video.s-video-autoplay.s-video-lightbox .signpost-content {
	display: block
}
.signpost-video.s-video-autoplay.s-video-lightbox .signpost-placeholder, .signpost-video.s-video-autoplay.s-video-lightbox .signpost-placeholder-t2 {
	display: block
}
.signpost-video.s-video-autoplay .video-overlay {
	display: none
}
.signpost-video.s-video-autoplay .video-close {
	display: none!important
}
.signpost-video.s-video-lightbox .inv_playerContainer, .signpost-video.s-video-lightbox .more-link-lightbox, .signpost-video.s-video-lightbox .video-link-lightbox {
	display: block
}
.signpost-video.s-video-lightbox .out-modal {
	display: none
}
.signpost-video.s-video-lightbox.s-image-not .out-modal {
	display: block
}
.signpost-video .video-close {
	display: none!important;
	position: absolute;
	z-index: 60
}
.signpost-video .video-link, .signpost-video .video-link-lightbox {
	z-index: 51
}
.signpost-video .hide-bgimg {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: none;
	box-shadow: none
}
.signpost-video .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12
}
.t2-full-width-video .signpost-video.s-video-autoplay .signpost-content {
	display: block
}
.inv_emailBtn a {
	pointer-events: auto!important
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.signpost.explore-further-t2 .signpost-wrap {
	-webkit-box-shadow: none;
	box-shadow: none
}
.signpost.explore-further-t2 .signpost-wrap .signpost-placeholder {
	z-index: 0
}
.signpost.explore-further-t2 .signpost-wrap .signpost-content {
	z-index: auto!important
}
.signpost.explore-further-t2:hover .signpost-wrap {
	-webkit-box-shadow: none;
	box-shadow: none
}
.signpost.explore-further-t2:hover .signpost-wrap .signpost-content .more-link a::after, .signpost.explore-further-t2:hover .signpost-wrap .signpost-content .more-link-lightbox a::after {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	left: 13px
}
.signpost.explore-further-t2:hover .signpost-wrap .signpost-placeholder {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.signpost.explore-further-t2.s-video-lightbox:hover .signpost-wrap .signpost-content::after {
	opacity: 0
}
@media screen and (max-width:991px) {
.signpost.explore-further-t2 .signpost-placeholder {
	min-height: 232px!important
}
.signpost.explore-further-t2 .signpost-content {
	position: absolute!important;
	bottom: 0!important;
	background: 0 0!important
}
.signpost.explore-further-t2.s-video-lightbox .signpost-wrap::before {
	min-height: 232px;
	height: auto
}
.col-md-3.col-sm-6.col-xs-12 .signpost.explore-further-t2 .signpost-wrap {
	height: 232px!important
}
}
@media screen and (max-width:767px) {
.signpost.explore-further-t2 .signpost-wrap .signpost-placeholder {
	min-height: 146px!important;
	height: auto
}
.signpost.explore-further-t2 .signpost-wrap .signpost-content {
	background: #fff;
	bottom: 5px!important;
	position: relative!important
}
.signpost.explore-further-t2 .signpost-wrap::before {
	min-height: 146px!important
}
.signpost.explore-further-t2:hover .signpost-wrap .signpost-content .more-link a::after, .signpost.explore-further-t2:hover .signpost-wrap .signpost-content .more-link-lightbox a::after {
	left: 10px
}
.col-md-3.col-sm-6.col-xs-12 .signpost.explore-further-t2 .signpost-wrap {
	height: auto!important
}
}
@media screen and (min-width:992px) {
.col-md-6.col-sm-6.col-xs-12 .signpost-video.s-video-lightbox.explore-further-t2 .signpost-wrap {
	height: auto!important
}
}
@media screen\0 {
.signpost.explore-further-t2:focus .signpost-wrap .signpost-placeholder, .signpost.explore-further-t2:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1.05) rotate(.2deg)!important;
	transform: scale(1.05) rotate(.2deg)!important
}
}
@supports (-ms-ime-align:auto) {
.signpost.explore-further-t2:focus .signpost-wrap .signpost-placeholder, .signpost.explore-further-t2:hover .signpost-wrap .signpost-placeholder {
-webkit-transform:scale(1.05) rotate(.2deg)!important;
transform:scale(1.05) rotate(.2deg)!important
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.t2-full-width-video .signpost-video.s-video-autoplay .signpost-placeholder-t2 {
	display: none
}
.t2-full-width-video .signpost-video.s-video-autoplay.s-video-lightbox .signpost-placeholder-t2 {
	display: block
}
.t2-full-width-video .signpost-video.s-video-lightbox.s-image-not {
	background-size: cover
}
.t2-full-width-video .signpost-wrap {
	cursor: default!important;
}
@media screen and (min-width:320px) {
.t2-full-width-video .signpost-wrap {
	min-height: 180px!important
}
}
@media screen and (min-width:768px) {
.t2-full-width-video .signpost-wrap {
	min-height: 263px!important
}
}
.t2-full-width-video .signpost-wrap .signpost-placeholder-t2 {
	background-size: cover;
	height: 100%;
	background-position: center;
	cursor: default
}
@media screen and (max-width:991px) {
.t2-full-width-video .signpost-wrap .signpost-placeholder-t2 {
	min-height: 137px;
	height: 200px;
}
}
.t2-full-width-video .signpost-content {
	position: relative!important;
	cursor: default
}
.t2-full-width-video .signpost-content .video-info {
	margin-left: 50px!important;
	padding-left: 19px!important
}
.t2-full-width-video .signpost-content .video-play-button {
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -20px;
	width: 30px;
	height: 30px;
}
.t2-full-width-video .signpost-content .video-play-button .play-link:after {
	margin-top: 0
}
@media screen and (min-width:768px) {
.t2-full-width-video .signpost-content .white-popup {
	width: 10%;
	margin: 0 auto;
	min-width: 80%
}
}
@media screen and (min-width:992px) {
.t2-full-width-video .signpost-content .white-popup {
	width: 992px
}
}
@media screen and (min-width:1200px) {
.t2-full-width-video .signpost-content .white-popup {
	width: 992px
}
}
.full-width-video-popup .signpost-video.s-video-lightbox.s-image-not {
	background-size: cover
}
.full-width-video-popup .mfp-content {
	width: 70%!important
}
.full-width-video-popup .mfp-content .modal-body {
	padding: 0!important
}
.full-width-video-popup button.mfp-close {
	right: -15px!important
}
@media screen and (max-width:991px) {
.landscape .full-width-video-popup .mfp-content {
	width: 60%!important
}
.landscape .full-width-video-popup button.mfp-close {
	right: -15px!important;
	top: -38px!important
}
}
@media screen and (max-width:640px) {
.landscape .full-width-video-popup .mfp-content {
	width: 65%!important
}
}
@media screen and (max-width:991px) {
.full-width-video-popup .mfp-content {
	width: 95%!important
}
}
@media screen and (max-width:767px) {
.fullColVideo .t2-full-width-video .signpost-video {
	margin: 0 -15px
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.t2-signpost-video-gallary {
	margin-bottom: 25px;
	padding: 80px 150px;
	height: 580px
}
.t2-signpost-video-gallary .block-video-container {
	display: block;
	width: 70%;
	float: right;
	height: 100%
}
.t2-signpost-video-gallary .block-video-container .video-player-container {
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap {
	min-height: 327px;
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap .signpost-placeholder {
	z-index: 1!important
}
.t2-signpost-video-gallary .block-list-video {
	display: block;
	width: 29%;
	float: left;
	height: 100%
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent {
	list-style-type: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child {
	width: 100%;
	height: auto;
	padding-left: 19px;
	margin-top: 35px;
	max-width: 270px;
	position: relative;
	cursor: pointer
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	width: 100%;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	width: 100%
}
@media screen and (min-width:320px) {
.t2-signpost-video-gallary {
	padding: 10px 0 0;
	height: auto;
	overflow: auto
}
.t2-signpost-video-gallary .block-video-container {
	display: block;
	width: 100%;
	float: right;
	height: auto
}
.t2-signpost-video-gallary .block-video-container .video-player-container {
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap {
	min-height: 180px;
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap .signpost-placeholder {
	z-index: 1!important
}
.t2-signpost-video-gallary .block-list-video {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding: 5px 30px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child {
	width: 100%;
	height: auto;
	padding-left: 19px;
	margin-top: 35px;
	max-width: 270px;
	position: relative
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	width: 100%;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	width: 100%
}
}
@media screen and (min-width:768px) {
.t2-signpost-video-gallary {
	padding: 20px 22px 80px;
	height: auto;
	overflow: auto
}
.t2-signpost-video-gallary .block-video-container {
	display: block;
	width: 100%;
	float: right;
	height: auto
}
.t2-signpost-video-gallary .block-video-container .video-player-container {
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap {
	min-height: 327px;
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap .signpost-placeholder {
	z-index: 1!important
}
.t2-signpost-video-gallary .block-list-video {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 30px;
	margin-top: -30px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child {
	width: 100%;
	height: auto;
	padding-left: 19px;
	margin-top: 35px;
	max-width: 100%;
	position: relative
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	width: 100%;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	width: 100%
}
}
@media screen and (min-width:992px) {
.t2-signpost-video-gallary {
	padding: 80px 150px;
	height: 580px
}
.t2-signpost-video-gallary .block-video-container {
	display: block;
	width: 70%;
	float: right;
	height: 100%
}
.t2-signpost-video-gallary .block-video-container .video-player-container {
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap {
	min-height: 327px;
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap .signpost-placeholder {
	z-index: 1!important
}
.t2-signpost-video-gallary .block-list-video {
	display: block;
	width: 29%;
	float: left;
	height: 100%
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child {
	width: 100%;
	height: auto;
	padding-left: 19px;
	margin-top: 35px;
	max-width: 270px;
	position: relative
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	width: 100%;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	width: 100%
}
}
@media screen and (min-width:1200px) {
.t2-signpost-video-gallary {
	padding: 80px 150px;
	height: 580px
}
.t2-signpost-video-gallary .block-video-container {
	display: block;
	width: 61%;
	float: right;
	height: 100%
}
.t2-signpost-video-gallary .block-video-container .video-player-container {
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap {
	min-height: 327px;
	max-height: 421px!important
}
.t2-signpost-video-gallary .block-video-container .video-player-container .signpost .signpost-wrap .signpost-placeholder {
	z-index: 1!important
}
.t2-signpost-video-gallary .block-list-video {
	display: block;
	width: 38%;
	float: left;
	height: 100%
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child {
	width: 100%;
	height: auto;
	padding-left: 19px;
	margin-top: 35px;
	max-width: 270px;
	position: relative
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	width: 100%;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	width: 100%
}
}
.video-gallery-popup-lib .mfp-content {
	width: auto!important
}
@media screen and (min-width:320px) {
.video-gallery-popup-lib .mfp-content .modal-dialog {
	margin: 0
}
}
.video-gallery-popup-lib .mfp-content .modal-dialog .modal-content .modal-body {
	padding: 0
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider {
	position: absolute;
	height: 45px;
	width: 45px;
	top: 45%;
	right: 20px;
	z-index: 9
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-right {
	right: 0
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-left {
	right: 45px
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.mainWrapperT {
	padding-top: 50px
}
.signpost-video .video-close {
	display: none!important
}
.signpost-fw-link-t2 {
	margin: 25px 20px 10px;
	float: left;
	font-size: 3rem
}
.signpost-fw-link-t2:hover {
	text-decoration: none
}
.signpost-fw-video {
	margin-top: 20px
}
.signpost-fw {
	margin-bottom: 50px
}
.signpost-fw .social-link {
	display: block;
	float: left;
	margin-right: 15px
}
.signpost-fw .top-social-post {
	margin-bottom: 20px;
	overflow: hidden
}
.signpost-fw P {
	margin-bottom: 0
}
.signpost-fw .social-info {
	margin-top: 20px
}
.signpost-fw .re-tweet-link {
	margin-top: 30px
}
.signpost-fw p.box-item-title {
	margin-bottom: 10px
}
.image-with-text {
	position: relative
}
.image-with-text .component-title {
	margin-bottom: 2px
}
.image-with-text p {
	width: 70%
}
.image-with-text .t2-img-with-text-wrap {
	height: 724px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.image-with-text .share-wrapper {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 0
}
.image-with-text .share-wrapper li {
	margin-bottom: 10px;
	overflow: hidden
}
.image-with-text.t2-image-with-text .signpost-content {
	overflow: hidden;
	margin-top: 20px;
	padding: 6px 20px
}
.image-with-text.t2-image-with-text .signpost-content .component-title {
	margin-top: 0
}
.image-with-text.t2-image-with-text .signpost-content p {
	max-width: 728px;
	margin-bottom: 0
}
.signpost-fw-content-wrap {
	margin-left: 70px
}
.signpost-fw-bg-img {
	-webkit-box-shadow: inset 0 -70px 100px -70px rgba(0,0,0,.75);
	box-shadow: inset 0 -70px 100px -70px rgba(0,0,0,.75);
	position: relative;
	overflow: hidden
}
.signpost-fw-bg-img .signpost-placeholder {
	height: 100%;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}
.signpost-fw-bg-img:hover .signpost-placeholder {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
@media screen and (max-width:768px) {
.signpost-fw {
	margin-bottom: 40px
}
.col-sm-4 .signpost-list-item .list-item-desc {
	display: none
}
}
@media screen and (max-width:767px) {
.signpost-fw {
	margin-bottom: 30px
}
.col-sm-4 .signpost-list-item .list-item-desc {
	display: block
}
.row.signpost-fw {
	margin-left: -15px;
	margin-right: -15px
}
.row.signpost-fw .signpost-content {
	margin-left: 15px
}
.row.signpost-fw.signpost-fw-contact, .row.signpost-fw.signpost-fw-email {
	margin-left: 5px;
	margin-right: 5px;
	padding: 20px
}
.row.signpost-fw.t2-image-with-text {
	margin-left: 0;
	margin-right: 0
}
.row.signpost-fw.t2-image-with-text .signpost-content {
	margin-left: 0
}
.signpost-fw-link-t2 {
	margin: 50px 20px 10px
}
}
@media screen and (max-width:767px) {
.image-with-text.row .signpost-content {
	padding-left: 11px!important
}
.image-with-text.row .t2-img-with-text-wrap {
	height: 204px
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.image-with-text {
	margin-left: 0;
	margin-right: 0
}
.image-with-text.row .t2-img-with-text-wrap {
	height: 460px
}
}
@media screen and (min-width:768px) {
.image-with-text.row {
	margin: 0
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.signpost-fw-contact {
	padding: 25px 50px
}
.signpost-fw-contact ul.contact-items {
	margin-bottom: 0;
	overflow: hidden;
	padding-left: 15px
}
.signpost-fw-contact ul.contact-items li {
	margin-left: 3%;
	float: left;
	padding-top: 25px;
	padding-left: 0;
	list-style: none;
	width: 20%
}
.signpost-fw-contact ul.contact-items li .img-link {
	float: left;
	margin-right: 20px;
	margin-top: 10px
}
.signpost-fw-contact ul.contact-items li .contact-info {
	margin-left: 50px;
	word-wrap: break-word
}
.signpost-fw-contact ul.contact-items li .contact-title {
	margin-bottom: 10px
}
.signpost-fw-contact ul.contact-items li a {
	text-decoration: none
}
.signpost-fw-contact ul.contact-items li.main-contact {
	padding-top: 0;
	margin-left: 0;
	width: 30%
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-info {
	padding-left: 0;
	padding-top: 25px;
	border-left-width: 0;
	margin-left: 120px
}
.signpost-fw-contact ul.contact-items li.main-contact .img-link {
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 50px;
	background-position: center center
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-info-sub-info-2 {
	display: none
}
@media screen and (max-width:991px) {
.signpost-fw-contact ul.contact-items {
	padding-left: 0;
	text-align: center;
	margin-right: 20px
}
.signpost-fw-contact ul.contact-items li {
	margin-left: 0;
	display: inline-block;
	float: none;
	width: auto
}
.signpost-fw-contact ul.contact-items li .contact-info {
	display: none
}
.signpost-fw-contact ul.contact-items li.main-contact {
	width: 50%
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-info {
	display: block;
	text-align: left;
	margin-right: 0
}
}
@media screen and (max-width:767px) {
.signpost-fw-contact {
	text-align: center;
	padding: 25px 10px
}
.signpost-fw-contact ul.contact-items {
	display: inline-block;
	margin-left: auto;
	margin-right: auto
}
.signpost-fw-contact ul.contact-items li {
	display: none
}
.signpost-fw-contact ul.contact-items li.main-contact {
	display: block;
	width: auto
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-info {
	margin-right: 0
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-sub-info {
	margin-bottom: 0
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-info-sub-info-2 {
	display: block;
	padding-top: 10px
}
.signpost-fw-contact ul.contact-items li.main-contact .contact-info-sub-info-2 .img-link {
	text-indent: 5px;
	width: 40px;
	height: auto;
	margin-left: 0;
	margin-right: 5px
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.signpost-fw-email {
	padding: 40px;
	position: relative
}
.signpost-fw-email .signpost-fw-t2 {
	background: url(../images/icon-email-green.svg) no-repeat left top;
	margin-left: 0
}
.signpost-fw-email .signpost-fw-content-wrap {
	margin-left: 0;
	padding-left: 50px;
	overflow: hidden
}
.signpost-fw-email .signpost-fw-content-wrap .text-wrap {
	position: relative;
	padding: 10px 10px 10px 20px
}
.signpost-fw-email .signpost-fw-content-wrap .text-wrap .box-item-desc {
	margin-bottom: 0
}
.signpost-fw-email .signpost-fw-content-wrap .text-wrap .signpost-fw-link-t2 {
	background: url(../images/icon-email-green.svg) no-repeat left top;
	float: none;
	margin: -15px 0 0;
	position: absolute;
	top: 50%;
	left: -52px;
	width: 30px;
	height: 30px
}
.signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	padding-right: 0
}
.signpost-fw-email .alerts-text {
	width: 260px;
	padding-right: 13px
}
.container-fluid .row .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-top: 40px
}
.container-fluid .row .signpost-fw-email .signpost-fw-content-wrap .input-wrap .alert-submit {
	background: #e4f1fd!important;
	height: 44px!important;
	width: 104px!important;
	border-radius: 4px
}
.container-fluid .row .col-md-12.col-sm-12.col-xs-12 .signpost-fw-email .signpost-fw-content-wrap .input-wrap, .container-fluid .row .col-md-6 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-top: -22px;
	position: absolute;
	top: 50%;
	right: -5%
}
.container-fluid .row .col-md-12.col-sm-12.col-xs-12 .signpost-fw-email {
	padding: 34px 40px;
	min-height: 140px
}
.container-fluid .row .col-md-4 .signpost-fw-email, .container-fluid .row .col-md-6 .signpost-fw-email {
	display: block;
	padding: 20px
}
.container-fluid .row .col-md-4 .signpost-fw-email .signpost-fw-content-wrap .input-wrap, .container-fluid .row .col-md-4 .signpost-fw-email .signpost-fw-content-wrap .text-wrap {
	width: 100%
}
.container-fluid .row .col-md-4 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-top: 20px;
	margin-left: 22px
}
.container-fluid .row .col-md-3 .signpost-fw-email {
	padding: 20px 5px
}
.container-fluid .row .col-md-3 .signpost-fw-email .signpost-fw-content-wrap {
	padding-top: 65px
}
.container-fluid .row .col-md-3 .signpost-fw-email .signpost-fw-content-wrap .input-wrap, .container-fluid .row .col-md-3 .signpost-fw-email .signpost-fw-content-wrap .text-wrap {
	width: 100%
}
.container-fluid .row .col-md-3 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	padding-left: 0;
	margin-top: 20px;
	margin-left: 36px
}
.signpost-email-sign-up .signpost-wrap .signpost-content .component-title+p {
	margin-bottom: 10px!important
}
.signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	background: #e4f1fd!important;
	height: 44px!important;
	width: 104px!important;
	margin-left: 0
}
@media screen and (max-width:480px) {
.signpost-fw-email {
	padding: 18px;
	padding-right: 0
}
}
@media screen and (max-width:991px) {
.container-fluid .row .col-sm-6 .signpost-fw-email {
	padding-right: 0
}
.container-fluid .row .col-sm-6 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-top: 20px;
	margin-left: 7px;
	position: initial
}
.container-fluid .row .col-sm-4 .signpost-fw-email {
	display: block
}
.container-fluid .row .col-sm-4 .signpost-fw-email .signpost-fw-content-wrap {
	display: block
}
.container-fluid .row .col-sm-4 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	padding-left: 0;
	margin-left: 0
}
.container-fluid .row .col-sm-4 .signpost-email-sign-up .signpost-wrap {
	min-height: 232px
}
.container-fluid .row .col-sm-3 .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	white-space: normal
}
.container-fluid .row .col-sm-3 .signpost-fw-email .signpost-fw-content-wrap {
	padding-top: 0
}
.container-fluid .row .col-sm-3 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-left: -50px
}
.container-fluid .row .col-sm-3 .signpost-fw-email .signpost-fw-content-wrap .input-wrap .alert-submit {
	white-space: normal
}
.container-fluid .row .col-md-12.col-sm-12.col-xs-12 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-top: 20px;
	position: initial;
	margin-left: 6px
}
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost-fw-email {
	display: block!important;
	min-height: 185px
}
.container-fluid .row .signpost-fw-email .signpost-fw-content-wrap {
	display: block!important;
	margin-top: 0;
	padding-top: 0
}
.container-fluid .row .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-top: 20px;
	margin-left: 6px
}
.container-fluid .row .col-md-3 .signpost-fw-email, .container-fluid .row .col-md-4 .signpost-fw-email {
	padding: 20px;
	min-height: 185px
}
.container-fluid .row .col-md-3 .signpost-fw-email .signpost-fw-content-wrap, .container-fluid .row .col-md-4 .signpost-fw-email .signpost-fw-content-wrap {
	padding-top: 0
}
.container-fluid .row .col-md-3 .signpost-fw-email .signpost-fw-content-wrap .input-wrap, .container-fluid .row .col-md-4 .signpost-fw-email .signpost-fw-content-wrap .input-wrap {
	margin-left: 22px
}
.container-fluid .row .col-md-12.col-sm-12.col-xs-12 .signpost-fw-email {
	padding: 20px
}
}
footer.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	margin-left: 0;
	width: auto!important
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.list-box-item-with-image.t2-featured-content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
	min-height: 367px
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap {
	-webkit-box-flex: .7;
	-ms-flex: .7;
	flex: .7;
	border: 0;
	padding: 30px 80px 50px 40px;
	height: auto!important
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap .box-title {
	position: relative;
	left: auto;
	top: auto;
	margin-bottom: 47px;
letter-spacing:.09rem;
	-webkit-font-smoothing: antialiased
}
.list-box-item-with-image.t2-featured-content-block .news-image-wrap {
	-webkit-box-flex: 1.3;
	-ms-flex: 1.3;
	flex: 1.3;
	height: 100%;
	overflow: hidden;
	min-height: 365px;
	max-width: 653px
}
.list-box-item-with-image.t2-featured-content-block .news-image-container {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 365px
}
.list-box-item-with-image.t2-featured-content-block p.box-item-desc {
	font-size: 1.3rem;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 100
}
.list-box-item-with-image.t2-featured-content-block p.box-item-title {
	margin-bottom: 12px
}
.list-box-item-with-image.t2-featured-content-block p.more-link {
	display: inline-block
}
.list-box-item-with-image.t2-featured-content-block p.more-link a:after {
	border-width: 0 2px 2px 0;
	padding: 2px;
	left: 7px;
	bottom: 1px;
	display: inline-block;
	content: "";
	position: relative;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.list-box-item-with-image.t2-featured-content-block.text-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.list-box-item-with-image.t2-featured-content-block.reverse-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}
.list-box-item-with-image.t2-featured-content-block:hover p.more-link a:after {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	left: 13px
}
.list-box-item-with-image.t2-featured-content-block:hover .news-image-wrap .news-image-container {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.list-box-item-with-image.t2-featured-content-block.full-content {
	min-height: auto
}
.list-box-item-with-image.t2-featured-content-block.full-content .news-box.news-text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px
}
.reverse-row .list-box-item-with-image.t2-featured-content-block.t2-newsfullwidth {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}
@media screen and (max-width:768px) {
.list-box-item-with-image.t2-featured-content-block {
	min-height: 310px
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap {
	-webkit-box-flex: .9;
	-ms-flex: .9;
	flex: .9;
	border: 0;
	padding-right: 50px
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap .box-title {
	margin-bottom: 15px;
	letter-spacing: 1px
}
.list-box-item-with-image.t2-featured-content-block .news-image-wrap {
	-webkit-box-flex: 1.1;
	-ms-flex: 1.1;
	flex: 1.1;
	min-height: 310px
}
}
@media screen and (max-width:640px) {
.container-fluid.mobile-no-padding {
	padding-left: 0;
	padding-right: 0
}
.list-box-item-with-image {
	max-height: unset!important
}
.list-box-item-with-image.t2-featured-content-block {
	display: block;
	position: relative
}
.list-box-item-with-image.t2-featured-content-block .news-image-wrap {
	height: auto!important;
	min-height: 180px
}
.list-box-item-with-image.t2-featured-content-block .news-image-container {
	min-height: 180px;
	width: 100%
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap {
	padding: 20px;
	height: auto!important;
	max-height: unset!important;
	width: 100%!important
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap .box-title {
	margin-bottom: 15px
}
.list-box-item-with-image.t2-featured-content-block.reverse-row .news-text-wrap {
	padding-top: 193px
}
.list-box-item-with-image.t2-featured-content-block.reverse-row .news-image-wrap {
	position: absolute;
	top: 0;
	width: 100%
}
}
@media screen and (max-width:767px) {
.list-box-item-with-image.t2-featured-content-block {
	max-height: 312px
}
.list-box-item-with-image.t2-featured-content-block .news-image-wrap {
	min-width: 50%
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap {
	width: 50%
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.list-box-item-with-image.t2-featured-content-block {
	min-height: 312px
}
.list-box-item-with-image.t2-featured-content-block .news-image-wrap {
	max-width: 362px;
	-webkit-box-flex: 1.3;
	-ms-flex: 1.3;
	flex: 1.3;
	min-height: 310px
}
.list-box-item-with-image.t2-featured-content-block .news-image-wrap .news-image-container {
	min-height: 310px
}
}
@media screen and (max-width:1024px) {
.list-box-item-with-image.t2-featured-content-block .news-text-wrap .box-title {
	margin-bottom: 8px
}
.list-box-item-with-image.t2-featured-content-block .news-text-wrap .box-item-desc {
	margin-bottom: 10px!important
}
}
@media screen and (min-width:1025px) {
.list-box-item-with-image.t2-featured-content-block:hover p.more-link a:after {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	left: 13px
}
}
@media screen and (max-width:640px) {
.reverse-row .t2-featured-content-block.t2-newsfullwidth .news-text-wrap {
	padding-top: 193px
}
.reverse-row .t2-featured-content-block.t2-newsfullwidth .news-image-wrap {
	position: absolute;
	top: 0;
	width: 100%
}
}
.t2-featured-content-block.t2-newsfullwidth .news-box .box-item-title a:hover {
	text-decoration: none
}
@media screen and (max-width:767px) {
.t2-featured-content-block.t2-newsfullwidth {
	margin-left: -12px;
	margin-right: -12px;
	border-left: none!important;
	border-right: none!important
}
.t2-featured-content-block.t2-newsfullwidth .news-box .box-item-desc {
	margin-bottom: 0!important
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.top-social-post .social-link {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 10
}
.top-social-post .social-link .fa {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute
}
.top-social-post p {
	margin-bottom: 0!important
}
.signpost-social-post.signpos-t2 .signpost-wrap a {
	pointer-events: auto!important
}
.signpost.social-feeds .social-feed-item .social-feed-wrap {
	height: auto!important
}
.signpost.social-feeds .social-feed-item .social-feed-wrap .re-tweet-link {
	position: initial
}
@media screen and (max-width:768px) {
.signpost-fw .social-feed-item .top-social-post .social-link {
	width: 30px;
	height: 30px
}
.signpost-fw .social-feed-item .top-social-post>p {
	width: calc(100% - 45px);
	float: right;
	margin-bottom: 2px
}
}
@media screen and (max-width:767px) {
.signpost-fw .social-feed-item>div {
	margin-bottom: 15px
}
}
@media screen\0 {
.top-social-post .social-link .fa {
	left: 24px!important
}
}
.signpost-fw-info-graphics:hover .share-wrapper {
	opacity: 1
}
.signpost-fw-info-graphics .share-wrapper {
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.signpost-fw-info-graphics .share-wrapper li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	position: relative
}
.signpost-fw-info-graphics .share-wrapper li a .fa {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	line-height: normal
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border: 0;
	shadow: none;
	font-size: 14px;
	width: 130px;
	margin: 15px 0;
	text-align: center;
	display: block
}
.signpost-fw-quote .quote-content {
	padding: 40px
}
.signpost-fw-quote .quote-content .fa {
	margin-bottom: 5px
}
.signpost-fw-quote blockquote {
	border-left: 0;
	margin: 0 auto
}
.signpost-fw-quote p {
	margin-top: 10px
}
.signpost-fw-quote.center-quote {
	text-align: center
}
@media screen and (max-width:768px) {
.signpost-fw-quote blockquote {
	width: 70%
}
.signpost-fw-quote.left-quote .authorName {
	width: 70%;
	margin-left: 15%
}
}
@media screen and (max-width:767px) {
.signpost-fw-quote blockquote {
	width: 100%
}
.signpost-fw-quote.left-quote .author-name {
	width: 100%;
	margin-left: 0
}
.signpost-fw-quote .quote-content {
	margin: 0 20px
}
}
.location-grid {
	background: rgba(0,0,0,.05);
	padding: 30px 0 50px
}
.container-fluid .row .content .location-grid__row {
	display: none
}
.container-fluid .row .content .location-grid__row.visible {
	display: block
}
@media (min-width:992px) {
.container-fluid .row .content .location-grid__row.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.location-grid__col {
	margin-bottom: 30px
}
.location-grid__header {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (min-width:992px) {
.location-grid__header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}
.location-grid__heading {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 20px
}
@media (min-width:992px) {
.location-grid__heading {
	font-size: 4.8rem;
	margin: 0
}
}
.location-grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	height: 100%
}
@media (min-width:992px) {
[data-view=list] .location-grid-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}
.location-grid-item__link {
	display: block;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
@media (min-width:992px) {
[data-view=list] .location-grid-item__link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px
}
}
@media (min-width:992px) and (max-width:1199.98px) {
[data-view=list] .location-grid-item__link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 315px;
	flex: 0 0 315px
}
}
.location-grid-item__img {
	width: 100%
}
.location-info {
	padding: 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
@media (min-width:992px) and (max-width:1199.98px) {
.location-info {
	padding: 15px
}
}
.location-info__title {
	margin: 0 0 10px
}
.location-info__title-link {
	color: #092546;
	font-weight: 700;
	font-size: 2.6rem;
	text-decoration: none;
	line-height: 1.3;
	letter-spacing: .7px;
	-webkit-transition: 180ms ease-in-out;
	transition: 180ms ease-in-out
}
.location-info__title-link:hover {
	color: #2fdf95;
	text-decoration: none
}
.location-info__address {
	color: #3fa2f7;
	font-weight: 300;
	margin-bottom: 15px
}
.location-info__description {
	font-size: 1.6rem
}
@media (min-width:992px) {
.location-info__description {
	display: none
}
}
@media (min-width:992px) {
[data-view=list] .location-info__description {
	display: block
}
}
.location-contacts {
	margin-top: 20px
}
.location-contacts__link {
	color: #2fdf95;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	-webkit-transition: 180ms ease-in-out;
	transition: 180ms ease-in-out
}
.location-contacts__link:focus, .location-contacts__link:hover {
	color: #2fdf95;
	text-decoration: none;
	outline: 0
}
.location-contacts__link:focus span, .location-contacts__link:hover span {
	text-decoration: underline
}
.location-contacts__icon {
	padding-right: 10px
}
.location-view-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.location-view-buttons__item {
	color: #092546;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 25px;
	background: 0 0;
	border: 0;
	padding: 0;
	-webkit-transition: 180ms ease-in-out;
	transition: 180ms ease-in-out
}
.location-view-buttons__item:first-child {
	margin-left: 0
}
.location-view-buttons__item.active, .location-view-buttons__item:hover {
	color: #2fdf95
}
.location-view-buttons__item:focus, .location-view-buttons__item:hover {
	outline: 0
}
.location-view-buttons__item.active {
	cursor: default;
	pointer-events: none
}
@media (max-width:991.98px) {
.location-view-buttons__item[data-tab=grid] {
	display: none
}
}
@media (max-width:991.98px) {
.location-view-buttons__item[data-tab=list] {
	margin-left: 0
}
}
.location-view-buttons__icon {
	padding-right: 10px;
	font-size: 1.8rem
}
.filters {
	padding: 30px 0
}
.filters__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (max-width:767.98px) {
.filters__header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.filters__heading {
	font-size: 2.4rem;
	margin-right: 30px
}
@media (max-width:767.98px) {
.filters__heading {
	margin-right: 0;
	margin-top: 0;
	width: 100%
}
}
@media (max-width:575.98px) {
.filters__heading {
	margin-bottom: 50px
}
}
.filters__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
@media (max-width:767.98px) {
.filters__form {
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
}
@media (max-width:575.98px) {
.filters__form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.filters__form>* {
	margin-left: 30px
}
@media (max-width:575.98px) {
.filters__form>* {
	margin-left: 0
}
}
.filters__form>:first-child {
	margin-left: 0
}
.filters__control {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 200px;
	flex: 0 1 200px;
	position: relative
}
@media (max-width:575.98px) {
.filters__control {
	width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-bottom: 30px
}
}
.filters__control:last-child {
	display: none
}
.filters__search-button {
	width: 100%
}
.no-js .filters__control:last-child, .nojs .filters__control:last-child {
	display: block
}
.location-info-box {
	padding-top: 10px
}
.location-info-box__image {
	width: 100%;
	margin-bottom: 15px
}
.location-info-box__name {
	font-size: 1.8rem;
	font-weight: 700;
	color: #092546;
	margin-bottom: 10px
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #777;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}
.nice-select:hover {
	border-color: #6a6a6a
}
.nice-select.open, .nice-select:active, .nice-select:focus {
	border-color: #555
}
.nice-select:after {
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}
.nice-select.disabled {
	border-color: #7c7c7c;
	color: #555;
	pointer-events: none
}
.nice-select.disabled:after {
	border-color: #888
}
.nice-select.wide {
	width: 100%
}
.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}
.nice-select.right {
	float: right
}
.nice-select.right .list {
	left: auto;
	right: 0
}
.nice-select.small {
	font-size: 12px;
	height: 30px;
	line-height: 28px
}
.nice-select.small:after {
	height: 4px;
	width: 4px
}
.nice-select.small .option {
	line-height: 28px;
	min-height: 28px
}
.nice-select .list {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px rgba(51,51,51,.11);
	box-shadow: 0 0 0 1px rgba(51,51,51,.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #eee
}
.nice-select .option.selected {
	font-weight: 700
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #555;
	cursor: default
}
.no-csspointerevents .nice-select .list {
	display: none
}
.no-csspointerevents .nice-select.open .list {
	display: block
}
.i-select {
	position: relative;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid rgba(9,37,70,.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: none;
	font-family: inherit;
	font-size: 1.8rem;
	height: 50px;
	padding: 0 30px 0 0;
	font-weight: 700
}
.i-select.nice-select.open, .i-select:active, .i-select:focus, .i-select:hover {
	border-color: #092546
}
.i-select.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.i-select:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6.5px 0;
	border-color: #092546 transparent transparent;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.i-select .list {
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
	margin-top: 10px;
	-webkit-transform: scale(.75) translateY(-50px/2);
	transform: scale(.75) translateY(-50px/2);
	min-width: 100%;
	max-height: 250px;
	height: auto;
	overflow-y: auto;
	z-index: 99
}
.i-select .option {
	font-size: 1.8rem;
	padding: 15px 20px;
	cursor: pointer;
	line-height: 20px
}
.i-select .option.selected {
	background: rgba(0,0,0,.05);
	font-weight: 400
}
.i-button {
	color: #3fa2f7;
	border: 2px solid #3fa2f7;
	font-size: 1.8rem;
	background: 0 0;
	height: 50px;
	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;
	padding: 0 30px;
	letter-spacing: .8px;
	font-weight: 500;
	-webkit-transition: border 180ms ease-in-out, background 180ms ease-in-out, color 180ms ease-in-out;
	transition: border 180ms ease-in-out, background 180ms ease-in-out, color 180ms ease-in-out
}
.i-button:hover {
	border-color: #092546;
	background-color: #092546;
	color: #fff
}
.i-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px 0
}
.i-pagination__list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none
}
.i-pagination__item {
	padding: 0
}
.i-pagination__link {
	color: #092546;
	font-weight: 300;
	font-size: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px;
	-webkit-transition: 180ms ease-in-out;
	transition: 180ms ease-in-out;
	text-decoration: none
}
.i-pagination__link:focus, .i-pagination__link:hover {
	text-decoration: none;
	color: #2fdf95
}
.current .i-pagination__link {
	color: #2fdf95;
	pointer-events: none;
	cursor: default
}
.i-pagination__link .fa {
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	top: -1px;
	padding: 0 0 0 20px
}
.container.transparent {
	background: 0 0
}
.view-display-id-map .geolocation-common-map-locations {
	position: absolute!important;
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.hidden-txt {
	margin-left: -5000px;
	float: left
}
.f100 {
	float: left;
	width: 100%
}
.content p {
	margin: 0 0 20px;
	font-size: 1rem;
	line-height: 29px;
	letter-spacing: .06px;
	color: #5f5f5f;
	text-align:justify;
}
@media screen and (max-width:767px) {
.content p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}
}
.content a {
	color: #ff0064;
	text-decoration: none
}
.content a:hover {
	text-decoration: underline;
	color: #000
}
.content a.nice-select.open, .content a:active, .content a:focus {
	border: 0;
	outline: 0
}
.content ol:not(.contextual-links), .content ul:not(.contextual-links) {
	padding: 0 0 0 10px;
	margin: 0 0 22px;
	list-style: none
}
.content ol:not(.contextual-links) li, .content ul:not(.contextual-links) li {
	font-size: 1rem;
	line-height: 29px;
	letter-spacing: .06px;
	color: #5f5f5f;
	padding-left: 30px;
	margin-bottom: 10px;
	list-style-type: inherit!important
}
.content ol:not(.contextual-links) ol, .content ol:not(.contextual-links) ul, .content ul:not(.contextual-links) ol, .content ul:not(.contextual-links) ul {
	margin: 5px 0
}
.content ul:not(.contextual-links):not(.nav):not(.social-links) li {
	list-style: none;
	position: relative
}
.content ul:not(.contextual-links):not(.nav):not(.social-links) li::before {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #ff0064;
	position: absolute;
	left: 0;
	top: 13px;
	content: ''
}
.content ol:not(.contextual-links):not(.nav):not(.social-links) {
	list-style: none;
	counter-reset: my-awesome-counter
}
.content ol:not(.contextual-links):not(.nav):not(.social-links) li {
	position: relative;
	counter-increment: my-awesome-counter
}
.content ol:not(.contextual-links):not(.nav):not(.social-links) li::before {
	content: counter(my-awesome-counter) ". ";
	color: #ff0064;
	font-size: 1.6rem;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: -3px
}
body {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 26px;
	margin-bottom: 90px;
	margin-top: 0
}
.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1170px
}
a {
	color: #ff0064;
	text-decoration: none
}

a.nice-select.open, a:active, a:focus {
	border: 0
}
#search-block-form .input-group-btn {
	display: none
}
.ief-entity-table .inline-entity-form-brick-options {
	display: none!important
}
.invisible {
	position: absolute;
	left: -9999999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: visible
}
img {
	outline-style: none;
	outline-width: 0;
	border: 0 none;
	max-width: 100%;
	height: auto
}
sup {
	font-size: smaller;
	font-weight: 700
}
sub {
	margin: 2px 0;
	padding: 2px 0
}

.radio {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80px
}
.medialibrary .js-form-type-select {
	display: block
}
.medialibrary-modalpopup .vertical-alignment-helper {
	display: table;
	height: 50%;
	width: 50%;
	margin: 0 auto;
	top: 50px;
	position: relative
}
.medialibrary-box {
	padding: 0 0 25px
}
@media screen and (min-width:990px) {
.mobile-info-bod {
	display: block
}
}
.contentwrapper ul {
	margin-bottom: 15px
}
.contentwrapper ul ul {
	margin-top: 15px
}
.contentwrapper ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative
}
.contentwrapper ol {
	list-style-type: decimal;
	padding-left: 18px;
	margin-bottom: 10px
}
.contentwrapper ol ol {
	margin-top: 15px
}
.contentwrapper ol li {
	margin-bottom: 10px
}
hr {
	border-style: none none solid;
	border-width: 0 0 1px;
	margin: 5px 0
}
.nice-select.open, :active {
	outline-style: none;
	outline-width: 0
}
.iframeWrap iframe, iframe {
	border: 0;
	display: block;
	frameBorder: 0
}
.region-content h1.js-quickedit-page-title.page-header, .region-content h1.page-header {
	font-size: 2.8rem;
	font-family: Poppins, sans-serif;
	line-height: 63px;
	letter-spacing: .74px;
	margin: 0 0 20px;
	border-bottom: 2px solid rgba(255,0,100,.6);
	font-weight: 400;
	padding-bottom: 20px;
}
.select-wrapper.mobile-only {
	display: none
}
.maincontentWrapper {
	min-height: 550px
}
@media screen and (max-width:480px) {
.select-wrapper.mobile-only {
	display: block
}
.maincontentWrapper {
	min-height: 400px
}
}
.select-wrapper {
	color: #fff;
	width: 100%
}
.select-wrapper select {
	color: #fff;
	background: #ff0064;
	text-align: left;
	padding-right: 3em
}
select.form-control {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	height: 64px
}
.has-glyphicons .select-wrapper::after, .select-wrapper:after {
	color: #fff;
	font-family: FontAwesome;
	content: "\f0d7";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	font-size: 2.1rem
}
.page-summury, .page-summury p {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	font-size: 1.95rem
}
.paragraph-thin {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	font-size: 1.95rem
}
.paragraph-bold {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	font-size: 1.95rem
}
.paragraph-small-font {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	font-size: 1.6rem
}
.paragraph-big-font {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	font-size: 3.6rem
}
.fullwidth-banner {
	width: 100vw!important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw
}
.fullwidth-banner img {
	width: 100%
}
.pagination .normal {
	color: #979797
}
.pagination .active {
	color: #5f5f5f
}
a.link-online {
	color: #00e6be;
	font-weight: 300;
	font-family: Poppins, sans-serif
}
a.link-online span {
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #f7f7f7
}
.view-empty {
	background: rgba(0,0,0,.05);
	clear: both
}
.view-empty p {
	padding: 25px 20px;
	font-size: 1.6rem
}
.col-five-wrapper {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
@media screen and (max-width:767px) {
.col-five-wrapper {
	width: 100%
}
}
.page-history-timeline-page-header-t2 .breadcrumb {
	max-width: 769px;
	width: 100%
}
.page-history-timeline-page-header-t2 h1.page-header {
	max-width: 769px;
	width: 100%
}
.page-history-timeline-page-header-t2 .content .Configurable-Text p {
	max-width: 769px;
	width: 100%
}
.page-history-timeline-page-header-t2 .content .Configurable-Text p.paragraph-big-font {
	max-width: 769px;
	width: 100%;
	margin-bottom: 20px!important
}
.page-history-timeline-page-header-t2 .content .Configurable-Text p a {
	text-decoration: none;
	color: #ff0064;
	border-bottom: 1px solid #5f5f5f
}
.page-history-timeline-page-header-t2 .content .Configurable-Text p a:hover {
	text-decoration: none;
	color: #5f5f5f
}
.page-presentations-page-header-t2 .maincontentWrapper.float100, .page-results-page-header-t2 .maincontentWrapper.float100 {
	float: none
}
.page-presentations-page-header-t2 .view-content .nav-tabs-horizontal, .page-results-page-header-t2 .view-content .nav-tabs-horizontal {
	margin-bottom: 50px
}
.page-presentations-page-header-t2 .view-content .mainWrapperT.result-center, .page-results-page-header-t2 .view-content .mainWrapperT.result-center {
	padding-top: 0;
	margin-bottom: 45px
}
.page-presentations-page-header-t2 footer, .page-results-page-header-t2 footer {
	margin-top: 40px
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.page-presentations-page-header-t2 .view-content .nav-tabs-horizontal, .page-results-page-header-t2 .view-content .nav-tabs-horizontal {
	margin-bottom: 40px
}
.page-presentations-page-header-t2 .view-content .mainWrapperT.result-center, .page-results-page-header-t2 .view-content .mainWrapperT.result-center {
	margin-bottom: 35px
}
.page-presentations-page-header-t2 .view-content .mainWrapperT.result-center .result-center-table thead>tr>th, .page-results-page-header-t2 .view-content .mainWrapperT.result-center .result-center-table thead>tr>th {
	line-height: 0;
	white-space: nowrap
}
.page-presentations-page-header-t2 .view-content .mainWrapperT.result-center .result-center-table tbody>tr>td, .page-results-page-header-t2 .view-content .mainWrapperT.result-center .result-center-table tbody>tr>td {
	line-height: 0;
	white-space: nowrap
}
.page-presentations-page-header-t2 .page-financial-cal-page-header-t2 .content .Configurable-Text p, .page-results-page-header-t2 .page-financial-cal-page-header-t2 .content .Configurable-Text p {
	margin-bottom: 40px
}
.page-presentations-page-header-t2 .view-content .mainWrapperT.result-center {
	margin-bottom: 30px
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
.page-bod-page-header-t2 .view-content .nav-tabs-horizontal, .page-content-page-header-t2 .view-content .nav-tabs-horizontal, .page-newsroom-textonly-page-header-t2 .view-content .nav-tabs-horizontal, .page-presentations-page-header-t2 .view-content .nav-tabs-horizontal, .page-results-page-header-t2 .view-content .nav-tabs-horizontal {
	margin-bottom: 30px
}
.page-bod-page-header-t2 .view-content .mainWrapperT.result-center, .page-content-page-header-t2 .view-content .mainWrapperT.result-center, .page-newsroom-textonly-page-header-t2 .view-content .mainWrapperT.result-center, .page-presentations-page-header-t2 .view-content .mainWrapperT.result-center, .page-results-page-header-t2 .view-content .mainWrapperT.result-center {
	margin-bottom: 20px
}
.page-bod-page-header-t2 .content .Configurable-Text p, .page-content-page-header-t2 .content .Configurable-Text p, .page-newsroom-textonly-page-header-t2 .content .Configurable-Text p, .page-presentations-page-header-t2 .content .Configurable-Text p, .page-results-page-header-t2 .content .Configurable-Text p {
	margin-left: -12px!important
}
.page-financial-cal-page-header-t2 .breadcrumb {
	margin-left: -3px!important
}
.page-financial-cal-page-header-t2 h1.page-header {
	margin-left: -3px!important;
	margin-bottom: 5px
}
.page-financial-cal-page-header-t2 .content .Configurable-Text p {
	margin-left: -16px!important
}
.page-financial-cal-page-header-t2 .content .Configurable-Text p.paragraph-big-font {
	margin-bottom: 20px
}
}
.country-selector-exposed-form__country-submit {
	display: none
}
.country-selector-exposed-form__country-select-list {
	display: none
}
.people-component .nav-tabs-horizontal {
	display: none
}
.mmenu-fixed-bottom .quick-text {
	display: none
}
.medialibrary-magnific.content-variation-wrapper .view-filters.form-group .media-category-filter {
	display: block!important
}
span.catMediacatSelected {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
@media screen and (min-width:767px) {
.view-media-gallery.view-display-id-block_1 .media-category-filter.js-form-wrapper.form-wrapper {
	margin-left: 30px
}
}
.full-width-video-popup .inv_videoPlaying .inv_videoStillArea {
	display: none!important
}
.medialibrary-magnific .view-filters .views-exposed-form span.catMediacatSelected {
	overflow: visible!important
}
div[id^=accordion] {
	opacity: 0
}
.nojs div[id^=accordion] {
	opacity: 1
}
.nojs .ac-sub-text, .nojs .ac-text, .nojs .ac.first>.ac-text {
	opacity: 1
}
.nojs .ac-sub {
	margin: 0 1%
}
@media screen and (min-width:1200px) {
div[id^=accordion] {
	margin: 0 -15px
}
}
.show {
	display: block
}
.accordion-wrapper {
	padding-top: 0;
	padding-bottom: 0
}
.accordion-wrapper .ac {
	margin-bottom: 20px
}
.accordion-wrapper .ac:last-of-type {
	margin-bottom: 0
}
.ac.first .ac-text {
	opacity: 1;
	height: auto;
	padding: 0 10px
}
.ac-label {
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	cursor: pointer;
	width: 100%;
	position: relative;
	text-decoration: none;
	font-family: Poppins, sans-serif;
	color: #000!important;
	font-size: 1.6rem;
	font-weight: 700;
	background: #fa0;
	line-height: 16px;
	padding: 14px 60px 14px 35px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border-radius: 15px 15px 0 0;
	font-size: 2rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal
}
@media screen and (max-width:480px) {
.ac-label {
	padding: 15px 60px 15px 20px
}
}
.ac-label:hover {
	text-decoration: none!important
}
.ac-text {
	padding-bottom: 20px
}
.ac-sub {
	padding: 30px 25px 0
}
.ac-sub p {
	color: #303135;
	margin-bottom: 3rem
}
.ac-input:checked+label, .ac-label:hover {
	background: #fa0
}
.ac-input:checked+.ac-label:after, .ac-label:after {
	position: absolute;
	right: 30px;
	top: 23px;
	background: url(../images/icon-plus-secondary.svg) no-repeat 0 0;
	float: right;
	height: 24px;
	width: 24px;
	display: block;
	content: "";
	float: right
}
.ac-input:checked+.ac-label:after, .ac-label:hover:after {
	background-color: transparent
}
.ac.active .ac-input+.ac-label:after, .ac.active .ac-sub .ac-input+.ac-label:after, .ac.first.active .ac-input+.ac-label:after {
	position: absolute;
	right: 30px;
	top: 36px;
	content: "";
	background: url(../images/icon-minus.svg) no-repeat 0 0;
	float: right;
	height: 24px;
	width: 24px;
	display: block
}
.ac.active .ac-label {
	background: #0089a3;
	color: #fff!important;
	background: #ff0064;
	background: linear-gradient(94deg, #ff0064, #ff0064)
}
.ac-input {
	display: none
}
.ac-sub-text, .ac-text, .ac.first>.ac-text {
	opacity: 0;
	margin-bottom: .5em;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden
}
.ac.active .ac-sub .ac-sub-text, .ac.active .ac-text, .ac.first.active .ac-text {
	opacity: 1;
	height: auto;
	padding: 0 10px;
	display: block!important
}
.ac-sub {
	width: 100%;
	margin-left: 0
}
.ac-sub .col-md-offset-1 {
	margin-left: 0;
	width: 100%
}
.ac-sub .ac-label {
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	cursor: pointer;
	width: 100%;
	position: relative;
	text-decoration: none;
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 1.95rem;
	font-weight: 500;
	background: #fa0;
	line-height: 22px;
	display: block;
	padding: 20px 6% 20px 30px
}
@media screen and (max-width:480px) {
.ac-sub .ac-label {
	padding-right: 11%
}
}
.ac-sub .ac-label:after, .ac-sub .ac-label:checked {
	position: absolute;
	right: 12px;
	top: 18px;
	font-family: FontAwesome;
	content: "\f078";
	float: right;
	-webkit-transition: all .5s;
	transition: all .5s
}
.ac-sub .ac-input:checked+label, .ac-sub .ac-label:hover {
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	cursor: pointer;
	width: 100%;
	position: relative;
	text-decoration: none;
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 1.95rem;
	font-weight: 500;
	background: #fa0;
	line-height: 22px;
	padding: 20px 6% 20px 30px;
	display: block
}
@media screen and (max-width:480px) {
.ac-sub .ac-input:checked+label, .ac-sub .ac-label:hover {
	padding-right: 11%
}
}
.ac-sub-text {
	padding: 0 1em 0 2em
}
.ac-text .ac-sub .first .ac .ac-label:after {
	position: absolute;
	right: 12px;
	top: 18px;
	font-family: FontAwesome;
	content: "\f078";
	float: right;
	-webkit-transition: all .5s;
	transition: all .5s
}
.ac-text .ac-sub .first .ac.active .ac-label:after {
	position: absolute;
	right: 12px;
	top: 18px;
	content: "";
	background: url(../images/icon-plus-primary.svg) no-repeat 0 0;
	float: right;
	-webkit-transition: all .5s;
	transition: all .5s
}


@media screen and (max-width:767px) {
.breadcrumb {
	display: none
}
}
.breadcrumb li {
	display: inline;
	color: #ff0064;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 0;
	line-height: 2rem;
	letter-spacing: 1.8px;
	padding-left: 15px;
	position: relative;
	margin-left: 7px
}
.breadcrumb li:first-child {
	padding-left: 0;
	margin-left: 0
}
.breadcrumb li a {
	color: rgba(95,95,95,.8);
	text-transform: uppercase
}
.breadcrumb li a.nice-select.open, .breadcrumb li a:active, .breadcrumb li a:hover {
	text-decoration: none;
	color: #000
}
.breadcrumb li a.nice-select.open :before, .breadcrumb li a:active :before, .breadcrumb li a:hover :before {
	content: "|";
	color: #ff0064
}
.breadcrumb li a.nice-select.open :after, .breadcrumb li a:active :after, .breadcrumb li a:hover :after {
	content: ""
}
.breadcrumb li.active {
	color: #5f5f5f
}
.breadcrumb>li+li:before {
	content: "";
	border-left: 2px solid #ff0064;
	height: 24px;
	position: absolute;
	left: 0;
	top: -2px
}
.breadcrumb>li+li:after {
	content: "";
	color: rgba(66,66,66,.4)
}
.content p.h1, .h1, h1 {
	font-size: 3.6rem;
	font-family: Poppins, sans-serif;
	line-height: 63px;
	letter-spacing: .74px;
	clear: both;
	font-weight: 400;
	line-height: 86px;
	margin-bottom: 50px
}
@media screen and (max-width:767px) {
.content p.h1, .h1, h1 {
	font-size: 3rem;
	line-height: 60px
}
}
.content p.h2, .h2, h2 {
	font-size: 2.4rem;
	line-height: 57px;
	letter-spacing: .6px;
	font-family: Poppins, sans-serif;
	letter-spacing: -.3px;
	clear: both;
	font-weight: 400;
	margin-bottom: 20px;
	color: #000
}
@media screen and (max-width:767px) {
.content p.h2, .h2, h2 {
	font-size: 2.4rem;
	line-height: 38px
}
}
.content p.h3, .h3, h3 {
	font-size: 2.1rem;
	font-family: Poppins, sans-serif;
	clear: both;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: .55px;
	margin-bottom: 19px;
	color: #000
}
@media screen and (max-width:767px) {
.content p.h3, .h3, h3 {
	font-size: .8rem;
	line-height: 1.55
}
}
.content p.h4, .h4, h4 {
	font-size: 1.5rem;
	font-family: Poppins, sans-serif;
	clear: both;
	font-weight: 500;
	line-height: 1.33;
	margin-top: 40px;
	margin-bottom: 10px!important
}
@media screen and (max-width:767px) {
.content p.h4, .h4, h4 {
	font-size: 1.8rem
}
}
.content p.h5, .h5, h5 {
	font-size: 1.2rem;
	font-family: Poppins, sans-serif;
	clear: both;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px
}
@media screen and (max-width:767px) {
.content p.h5, .h5, h5 {
	font-size: 1.6rem
}
}
.content p.h6, .h6, h6 {
	font-size: 1.8rem;
	font-family: Poppins, sans-serif;
	clear: both;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 10px
}
@media screen and (max-width:767px) {
.content p.h6, .h6, h6 {
	font-size: 1.4rem
}
}
.counter-section {
	margin: 20px 0
}
.counter-section .counter-item {
	text-align: center
}
.counter-section .counter-item h2.timer.count-title.count-number {
	font-family: Poppins, sans-serif
}
.counter-section .counter-item .counter-text p {
	font-family: Poppins, sans-serif
}
@media screen and (max-width:767px) {
.counter-section .counter-item {
	padding-bottom: 10px
}
.counter-section .counter-item h2.timer.count-title.count-number {
	word-break: break-all
}
}
.counter-section .counter-image {
	min-height: 70px
}
.counter-section .counter-image i {
	display: inline-block;
	margin-bottom: 10px;
	color: #f7f7f7
}
.counter-section .counter-image img {
	height: 70px;
	width: 70px;
	-o-object-fit: contain;
	object-fit: contain
}
.counter-section .counter-value {
	font-size: 3.2rem;
	line-height: 36px;
	margin-bottom: 10px
}
.counter-section .counter-text p {
	font-size: 1.4rem;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	margin: 0
}
.counter-section .counter-text a {
	color: #f7f7f7;
	text-decoration: none
}
.counter-section .counter-text a:hover {
	text-decoration: none;
	color: #5f5f5f
}
.counter-section .counter-text a.nice-select.open, .counter-section .counter-text a:active, .counter-section .counter-text a:focus {
	border: 0;
	text-decoration: none;
	outline: 0
}
.counter-section .counter-box {
	margin-bottom: 20px
}
.counter-section .title {
	line-height: 2.4rem
}
.quote-section {
	margin: 0;
	width: 100%
}
.quote-section .quote-full-width {
	padding: 40px
}
.quote-section .quote-full-width .quote-text {
	position: relative;
	padding-top: 39px;
	line-height: 25px
}
.quote-section .quote-full-width .quote-text::before {
	content: url(../images/icon-quote.svg);
	position: absolute;
	top: 0;
	display: block;
	width: 32px;
	height: 27px
}
.quote-section .quote-full-width .quote-text p {
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: Poppins, sans-serif;
	color: #ff0064;
	font-weight: 500;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 0
}
.quote-section .quote-full-width .quote-author-details {
	font-family: Poppins, sans-serif;
	line-height: 18px;
	opacity: .6
}
.quote-section .quote-full-width .quote-author-details p {
	font-size: 1.2rem
}
@media screen and (max-width:767px) {
.quote-section .quote-full-width .link-section .link a::before {
	display: none
}
}
@media screen and (max-width:991px) {
.page-quote-full-width-t2 .maincontentWrapper .container-fluid {
	padding-left: 22px!important;
	padding-right: 22px!important
}
.quote-section {
	max-width: 100%
}
.quote-section .quote-full-width {
	padding: 40px 123px
}
.quote-section .quote-full-width .quote-author-details>p {
	margin-bottom: 35px
}
}
@media screen and (max-width:767px) {
.page-quote-full-width-t2 .maincontentWrapper .container-fluid {
	padding-left: 12px!important;
	padding-right: 12px!important
}
.quote-section .quote-full-width {
	padding: 30px
}
.quote-section .quote-full-width .quote-author-details>p {
	margin-bottom: 21px
}
}
.nav-tabs-horizontal .tab-content.mainWrapperT {
	padding-top: 0
}
.nav-tabs-horizontal .nav-tabs-wrapper {
	display: block;
	width: 100%;
	overflow-x: auto
}
.nav-tabs-horizontal .nav-tabs {
	border-bottom: 0
}
.nav-tabs-horizontal .nav-tabs-dropdown {
	display: none
}
.nav-tabs-horizontal ul.nav-tabs {
	margin: 0;
	padding: 0
}
.nav-tabs-horizontal ul.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	table-layout: fixed;
	text-align: center
}
.nav-tabs-horizontal .nav-tabs>li {
	margin: 0;
	padding: 0;
	max-width: 290px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	font-family: Poppins, sans-serif;
	vertical-align: bottom;
	float: left;
	word-break: break-word
}
.nav-tabs-horizontal .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 22px 20px;
	color: #000;
	border: 0;
	border-bottom: 0;
	background: #fa0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 1.17px;
	border-radius: 0;
	margin-right: 0
}
.nav-tabs-horizontal .nav-tabs>li.active>a, .nav-tabs-horizontal .nav-tabs>li.activecategory>a {
	border: 0;
	border-bottom: 0;
	font-size: 1rem;
	line-height: 1.6rem;
	color: #fff!important;
	background-color: #0089a3;
	text-decoration: none
}
.nav-tabs-horizontal .nav-tabs>li.active>a:focus, .nav-tabs-horizontal .nav-tabs>li.active>a:hover, .nav-tabs-horizontal .nav-tabs>li.activecategory>a:focus, .nav-tabs-horizontal .nav-tabs>li.activecategory>a:hover {
	background: #0089a3
}
.nav-tabs-horizontal .nav-tabs>li:hover>a {
	border: 0;
	border-bottom: 0;
	font-size: 1rem;
	line-height: 1.6rem;
	color: #fff!important;
	background-color: #0089a3;
	text-decoration: none
}
.nav-tabs-horizontal .tab-content>.active {
	padding: 30px;
	padding-bottom: 0
}
@media screen and (max-width:991px) {
.nav-tabs-horizontal .tab-content>.active {
	padding: 20px;
	padding-bottom: 0
}
}
.nav-tabs-horizontal .tab-content>.active .col-md-offset-1 {
	margin: 0
}
.nav-tabs-horizontal .nav.nav-tabs>li>a:focus, .nav-tabs-horizontal .nav.nav-tabs>li>a:hover {
	color: #fff
}
.nav-tabs-vertical {
	margin-bottom: 20px
}
.nav-tabs-vertical .nav-tabs-wrapper {
	display: block
}
.nav-tabs-vertical .nav-tabs {
	border-bottom: 0
}
.nav-tabs-vertical .nav-tabs-dropdown {
	display: none
}
.nav-tabs-vertical ul.nav-tabs {
	margin: 0;
	padding: 0;
	display: block;
	width: 30%;
	float: left;
	padding-bottom: 60px
}
.nav-tabs-vertical ul.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	table-layout: fixed;
	text-align: center
}
.nav-tabs-vertical .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	font-family: Poppins, sans-serif;
	vertical-align: bottom
}
.nav-tabs-vertical .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	color: #ff0064;
	border: 0;
	border-bottom: none;
	background-color: #839e5f;
	text-align: center;
	cursor: pointer;
	text-decoration: none
}
.nav-tabs-vertical .nav-tabs>li.active>a, .nav-tabs-vertical .nav-tabs>li.activecategory>a {
	border: 0;
	border-bottom: 3px solid #ff0064;
	color: #ff0064!important;
	background-color: #839e5f;
	text-decoration: none;
	font-size: 1.95rem
}
.nav-tabs-vertical .nav-tabs>li.active>a:focus, .nav-tabs-vertical .nav-tabs>li.active>a:hover, .nav-tabs-vertical .nav-tabs>li.activecategory>a:focus, .nav-tabs-vertical .nav-tabs>li.activecategory>a:hover {
	border: 0;
	border-bottom: 3px solid #ff0064;
	color: #ff0064!important;
	background-color: #839e5f;
	text-decoration: none;
	font-size: 1.95rem
}
.nav-tabs-vertical .tab-content>.active {
	padding: 15px
}
.nav-tabs-vertical .nav.nav-tabs>li>a:focus, .nav-tabs-vertical .nav.nav-tabs>li>a:hover {
	color: #ff0064;
	background: #839e5f
}
.nav-tabs-vertical .tab-content-vertical {
	display: inline-block;
	height: auto;
	min-height: 250px;
	float: left;
	width: 70%
}
@media screen and (max-width:480px) {
.nav-tabs-vertical .tab-content-vertical {
	float: left;
	width: 100%
}
}
.nav-tabs-vertical .tab-content-vertical .tab-pane {
	display: none
}
@media screen and (max-width:480px) {
.nav-tabs-vertical .tab-content-vertical .tab-pane {
	width: 100%
}
}
.nav-tabs-vertical .tab-content-vertical .tab-pane.active {
	display: block
}
@media screen and (max-width:991px) {
.medialibrary .nav-tabs-horizontal {
	display: inline-block;
	min-width: 240px
}
.medialibrary .nav-tabs-horizontal .nav-tabs-wrapper {
	display: none;
	text-align: left
}
.medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown {
	display: inline-block;
	width: 100%;
	padding: 12px 30px;
	font-family: Poppins, sans-serif;
	vertical-align: bottom;
	text-align: left;
	padding-right: 3em;
	text-decoration: none;
	position: relative
}
.medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown.active>a, .medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a {
	text-decoration: none
}
.medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown.active>a:focus, .medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown.active>a:hover, .medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a:focus, .medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a:hover {
	text-decoration: none;
	border: none
}
.medialibrary .nav-tabs-horizontal a.nav-tabs-dropdown::after {
	font-family: FontAwesome;
	content: "\f107";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	right: 25px;
	pointer-events: none;
	position: absolute;
	font-size: 2.1rem
}
.medialibrary .nav-tabs-horizontal ul.nav {
	display: block;
	table-layout: fixed;
	text-align: center
}
.medialibrary .nav-tabs-horizontal .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 100%!important;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	font-family: Poppins, sans-serif;
	vertical-align: bottom
}
.medialibrary .nav-tabs-horizontal .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding-left: 30px;
	color: #ff0064;
	font-size: 1.95rem;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	opacity: 1!important
}
.medialibrary .nav-tabs-horizontal .nav-tabs>li.active>a, .medialibrary .nav-tabs-horizontal .nav-tabs>li.activecategory>a {
	text-decoration: none
}
.medialibrary .nav-tabs-horizontal .nav-tabs>li.active>a:focus, .medialibrary .nav-tabs-horizontal .nav-tabs>li.active>a:hover, .medialibrary .nav-tabs-horizontal .nav-tabs>li.activecategory>a:focus, .medialibrary .nav-tabs-horizontal .nav-tabs>li.activecategory>a:hover {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-decoration: none
}
}
@media screen and (max-width:767px) {
.nav-tabs-horizontal {
	display: block!important
}
.nav-tabs-horizontal .nav-tabs-wrapper {
	display: none;
	text-align: left
}
.nav-tabs-horizontal a.nav-tabs-dropdown {
	display: inline-block;
	width: 100%;
	font-family: Poppins, sans-serif;
	vertical-align: bottom;
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 3px solid #ff0064;
	padding: 15px!important;
	padding-right: 3em;
	text-decoration: none;
	position: relative
}
.nav-tabs-horizontal a.nav-tabs-dropdown.active>a, .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a {
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.nav-tabs-horizontal a.nav-tabs-dropdown.active>a:focus, .nav-tabs-horizontal a.nav-tabs-dropdown.active>a:hover, .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a:focus, .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a:hover {
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none;
	border: none
}
.nav-tabs-horizontal a.nav-tabs-dropdown::after {
	color: #ff0064;
	font-family: FontAwesome;
	content: "\f107";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	right: 30px;
	pointer-events: none;
	position: absolute;
	font-size: 2.1rem
}
.nav-tabs-horizontal ul.nav {
	display: block;
	table-layout: fixed;
	text-align: center
}
.nav-tabs-horizontal .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 100%!important;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	font-family: Poppins, sans-serif;
	vertical-align: bottom
}
.nav-tabs-horizontal .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding-left: 15px;
	color: #ff0064;
	font-size: 1.6rem;
	background-color: transparent;
	text-align: left;
	cursor: pointer;
	text-decoration: none
}
.nav-tabs-horizontal .nav-tabs>li.active>a, .nav-tabs-horizontal .nav-tabs>li.activecategory>a {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-decoration: none
}
.nav-tabs-horizontal .nav-tabs>li.active>a:focus, .nav-tabs-horizontal .nav-tabs>li.active>a:hover, .nav-tabs-horizontal .nav-tabs>li.activecategory>a:focus, .nav-tabs-horizontal .nav-tabs>li.activecategory>a:hover {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-decoration: none
}
.tab-content.mainWrapperT {
	padding-top: 0
}
.nav-tabs-vertical .nav-tabs-wrapper {
	display: none;
	text-align: left
}
.nav-tabs-vertical ul.nav-tabs {
	display: block;
	width: 100%;
	float: left
}
.nav-tabs-vertical a.nav-tabs-dropdown {
	display: inline-block;
	width: 100%;
	padding: 12px 30px;
	font-family: Poppins, sans-serif;
	vertical-align: bottom;
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 3px solid #ff0064;
	text-align: left;
	padding-right: 3em;
	position: relative;
	text-decoration: none
}
.nav-tabs-vertical a.nav-tabs-dropdown.active>a, .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 3px solid #ff0064;
	text-decoration: none
}
.nav-tabs-vertical a.nav-tabs-dropdown.active>a:focus, .nav-tabs-vertical a.nav-tabs-dropdown.active>a:hover, .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a:focus, .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a:hover {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 3px solid #ff0064;
	text-decoration: none;
	border: 0
}
.nav-tabs-vertical a.nav-tabs-dropdown::after {
	color: #ff0064;
	font-family: FontAwesome;
	content: "\f107";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	right: 30px;
	pointer-events: none;
	position: absolute;
	font-size: 2.1rem
}
.nav-tabs-vertical ul.nav {
	display: table;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	table-layout: fixed;
	text-align: center
}
.nav-tabs-vertical .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table-cell;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	font-family: Poppins, sans-serif;
	vertical-align: bottom
}
.nav-tabs-vertical .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding-left: 30px;
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-align: left;
	cursor: pointer;
	text-decoration: none
}
.nav-tabs-vertical .nav-tabs>li.active>a, .nav-tabs-vertical .nav-tabs>li.activecategory>a {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-decoration: none
}
.nav-tabs-vertical .nav-tabs>li.active>a:focus, .nav-tabs-vertical .nav-tabs>li.active>a:hover, .nav-tabs-vertical .nav-tabs>li.activecategory>a:focus, .nav-tabs-vertical .nav-tabs>li.activecategory>a:hover {
	color: #ff0064;
	background-color: #839e5f;
	border-bottom: 1px solid #ff0064;
	text-decoration: none
}
.nav-tabs-vertical .tab-content-vertical {
	display: inline-block;
	float: left;
	width: 100%
}
}
@media screen and (max-width:767px) and (max-width:480px) {
.nav-tabs-vertical .tab-content-vertical {
	float: left;
	width: 100%
}
}
@media screen and (max-width:767px) and (max-width:480px) {
.nav-tabs-vertical .tab-content-vertical .tab-pane {
	width: 100%
}
}
@media screen and (max-width:767px) {
.nav-tabs-vertical .tab-content-vertical .tab-pane.active {
	display: block
}
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li>a {
	border: 1px solid rgba(9,37,70,.1);
	margin-right: 0
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a {
	border: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a:focus, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a:hover, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a:focus, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a:hover {
	border: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.tier-1-variation .nav-tabs-vertical ul.nav-tabs {
	padding-bottom: 0
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li {
	font-weight: 700;
	font-family: Poppins, sans-serif
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li>a {
	background: #fff
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li>a.active>a, .tier-1-variation .nav-tabs-vertical .nav-tabs>li>a.activecategory>a {
	border: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li>a.active>a:focus, .tier-1-variation .nav-tabs-vertical .nav-tabs>li>a.active>a:hover, .tier-1-variation .nav-tabs-vertical .nav-tabs>li>a.activecategory>a:focus, .tier-1-variation .nav-tabs-vertical .nav-tabs>li>a.activecategory>a:hover {
	border: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
@media screen and (max-width:767px) {
.tier-1-variation .nav-tabs-horizontal a.nav-tabs-dropdown {
	font-weight: 700;
	font-family: Poppins, sans-serif;
	color: #fff;
	background: #ff0064;
	text-align: left;
	padding-right: 3em;
	text-decoration: none;
	position: relative
}
.tier-1-variation .nav-tabs-horizontal a.nav-tabs-dropdown::after {
	color: #fff
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper ul.nav {
	display: block;
	table-layout: fixed;
	text-align: center
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li {
	font-weight: 700;
	font-family: Poppins, sans-serif;
	vertical-align: bottom
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li>a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 100%;
	padding: 16px 10px;
	color: #ff0064;
	border: 0;
	border-radius: 0;
	padding-left: 30px;
	color: #fff;
	background-color: #ff0064;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	font-weight: 500;
	margin-right: 0
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a {
	border: 0;
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a:focus, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a:hover, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a:focus, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a:hover {
	border: 0;
	color: #fff!important;
	background-color: #fff!important;
	text-decoration: none
}
.tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown {
	font-weight: 700;
	font-family: Poppins, sans-serif;
	vertical-align: bottom;
	color: #fff;
	background: #ff0064
}
.tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown.active>a, .tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a {
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown.active>a:focus, .tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown.active>a:hover, .tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a:focus, .tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a:hover {
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none;
	border: 0
}
.tier-1-variation .nav-tabs-vertical a.nav-tabs-dropdown::after {
	color: #fff
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	vertical-align: bottom
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li>a {
	color: #fff;
	background-color: #ff0064;
	text-align: left;
	cursor: pointer;
	text-decoration: none
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li.active>a, .tier-1-variation .nav-tabs-vertical .nav-tabs>li.activecategory>a {
	border: 0;
	color: #fff!important;
	background-color: #ff0064;
	text-decoration: none
}
.tier-1-variation .nav-tabs-vertical .nav-tabs>li.active>a:focus, .tier-1-variation .nav-tabs-vertical .nav-tabs>li.active>a:hover, .tier-1-variation .nav-tabs-vertical .nav-tabs>li.activecategory>a:focus, .tier-1-variation .nav-tabs-vertical .nav-tabs>li.activecategory>a:hover {
	border: 0;
	color: #fff!important;
	background-color: #fff!important;
	text-decoration: none
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.t-two-financial-calender .nav-tabs-horizontal .nav-tabs>li {
	min-width: 231px!important
}
}
.basic-table, .basic-table-row-highlight, .basic-table-zebra, table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	overflow: hidden
}
.basic-table thead.mobile-display, .basic-table-row-highlight thead.mobile-display, .basic-table-zebra thead.mobile-display, table thead.mobile-display {
	display: none
}
.basic-table thead th, .basic-table-row-highlight thead th, .basic-table-zebra thead th, table thead th {
	padding: 15px 20px;
	border: 0;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	background-color: #8cd3eb;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	letter-spacing: 1px
}
.basic-table thead th:first-child, .basic-table-row-highlight thead th:first-child, .basic-table-zebra thead th:first-child, table thead th:first-child {
	text-align: left
}
.basic-table thead th:first-child:hover, .basic-table-row-highlight thead th:first-child:hover, .basic-table-zebra thead th:first-child:hover, table thead th:first-child:hover {
	font-family: Poppins, sans-serif
}
.basic-table tbody th, .basic-table-row-highlight tbody th, .basic-table-zebra tbody th, table tbody th {
	padding: 15px 20px;
	border: 0;
	color: #ff0064;
	font-size: 1.6rem;
	line-height: 20px;
	text-align: center;
	font-family: Poppins, sans-serif;
	font-weight: 400
}
.basic-table tbody th:first-child, .basic-table-row-highlight tbody th:first-child, .basic-table-zebra tbody th:first-child, table tbody th:first-child {
	text-align: left
}
.basic-table tbody th:first-child:hover, .basic-table-row-highlight tbody th:first-child:hover, .basic-table-zebra tbody th:first-child:hover, table tbody th:first-child:hover {
	font-family: Poppins, sans-serif;
	font-weight: 800
}
.basic-table tbody td, .basic-table-row-highlight tbody td, .basic-table-zebra tbody td, table tbody td {
	font-size: 1.4rem;
	line-height: 16px;
	padding: 15px 20px;
	border: 0;
	color: #303135;
	text-align: center;
	position: relative
}
.basic-table tbody td:first-child, .basic-table-row-highlight tbody td:first-child, .basic-table-zebra tbody td:first-child, table tbody td:first-child {
	text-align: left
}
.basic-table-row-highlight tbody tr, .basic-table-zebra tbody tr, table tbody tr {
	position: relative
}
.basic-table-row-highlight tbody tr:nth-child(odd) td, .basic-table-zebra tbody tr:nth-child(odd) td, table tbody tr:nth-child(odd) td {
	background-color: #f8f8f8
}
.basic-table-row-highlight tbody tr, table tbody tr {
	position: relative
}
.basic-table-row-highlight tbody tr:hover, table tbody tr:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.scroll-table-container {
	width: 100%;
	padding: 0 0 5px;
	overflow-y: hidden;
	overflow-x: auto;
	margin-bottom: 0
}
.scroll-table-container a.nav-tabs-dropdown.table-header {
	background-color: #8cd3eb;
	color: #fff;
	border-bottom: 0;
	padding: 22px 20px;
	font-weight: 500
}
.scroll-table-container a.nav-tabs-dropdown.table-header:after {
	color: #fff
}
.scroll-table-container .nav-tabs-horizontal.nav-table-header {
	display: block
}
@media screen and (min-width:768px) {
.scroll-table-container .nav-tabs-horizontal.nav-table-header {
	display: none
}
}
.scroll-table-container table tbody tr td {
	z-index: 1
}
.scroll-table-container::-webkit-scrollbar {
-webkit-appearance:none;
width:10px;
height:7px
}
.scroll-table-container::-webkit-scrollbar-thumb {
border-radius:5px;
border:2px solid #666;
background-color:#666
}
@media screen\0 {
.scroll-table-container {
	overflow: hidden;
	overflow-x: hidden
}
.scroll-table-container table, .scroll-table-container table.basic-table-row-highlight {
	border: 0
}
.scroll-table-container table thead tr th, .scroll-table-container table.basic-table-row-highlight thead tr th {
	padding: 28px 30px;
	min-width: 170px
}
.scroll-table-container table tbody tr, .scroll-table-container table.basic-table-row-highlight tbody tr {
	display: table-row;
	min-height: 74px;
	height: auto!important
}
.scroll-table-container table tbody tr td, .scroll-table-container table.basic-table-row-highlight tbody tr td {
	padding: 28px 30px;
	min-width: 170px;
	min-height: 74px
}
.scroll-table-container table tbody tr:hover, .scroll-table-container table.basic-table-row-highlight tbody tr:hover {
	position: relative;
	z-index: 100
}
.scroll-table-container table tbody tr td {
	z-index: 1!important
}
.scroll-table-container table tbody tr:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
}
@supports (-ms-ime-align:auto) {
.scroll-table-container {
overflow:hidden;
overflow-x:hidden
}
.scroll-table-container table tbody tr td {
z-index:1!important
}
.scroll-table-container table tbody tr:hover td::after {
content:"";
height:5px;
position:absolute;
width:110%;
bottom:0;
left:0;
right:0;
z-index:1!important;
background:#fff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(31%, #ededed), color-stop(64%, #f5f5f5));
background:linear-gradient(to bottom, #ededed 31%, #f5f5f5 64%);
-webkit-transition:all .2s ease-in;
transition:all .2s ease-in
}
.scroll-table-container table tbody tr:hover td::before {
content:"";
height:4px;
position:absolute;
width:110%;
top:0;
left:0;
right:0;
z-index:1!important;
background:#fff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(31%, #f5f5f5), color-stop(89%, #dedede), color-stop(109%, #ededed), color-stop(0, #fff));
background:linear-gradient(to bottom, #f5f5f5 31%, #dedede 89%, #ededed 109%, #fff 0);
-webkit-transition:all .2s ease-in;
transition:all .2s ease-in
}
}
.i-select {
	border-color: rgba(9,37,70,.6);
	font-size: 1.8rem
}
.i-select.nice-select.open, .i-select:active, .i-select:focus, .i-select:hover {
	border-color: #092546
}
.i-select:after {
	border-color: #092546 transparent transparent
}
.i-select .list {
	background-color: #fff
}
.i-select .option {
	font-size: 1.8rem
}
.i-button {
	color: #3fa2f7;
	border-color: #3fa2f7;
	font-size: 1.8rem
}
.i-button:hover {
	border-color: #092546;
	background-color: #092546;
	color: #fff
}
.content .i-pagination {
	list-style-type: none
}
.content .i-pagination__item {
	padding: 0
}
.content .i-pagination__item.current .i-pagination__link {
	color: #2fdf95
}
.content .i-pagination__link {
	color: #092546;
	font-weight: 300;
	font-size: 2rem;
	text-decoration: none
}
.content .i-pagination__link:focus, .content .i-pagination__link:hover {
	color: #2fdf95;
	text-decoration: none
}
.content .i-pagination__link .fa {
	font-size: 2.4rem;
	font-weight: 700
}
.hero-banner .hero-banner-inner {
	opacity: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.71)));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.71));
	bottom: 0;
	top: auto;
	height: 50%
}
.hero-banner .hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.hero-banner .hero-content .hero-banner-text {
	color: #fff;
	font-size: 5.6rem;
	font-weight: 300
}
.hero-banner .hero-content .shiny-text {
	color: #5f5f5f
}
.hero-banner .hero-content .more-link a {
	color: #5f5f5f
}
.hero-banner .overlay-video {
	background: #000
}
.hero-banner .overlay-video .inv_playerContainer {
	height: inherit
}
@media screen and (max-width:767px) {
.hero-banner .overlay-video .inv_playerContainer {
	height: inherit
}
}
.hero-banner .video-close {
	background: #839e5f;
	color: #fff;
	padding: 8px 15px;
	right: 30px;
	top: 20px
}
.hero-banner .video-close:hover {
	text-decoration: none
}
.board-of-directors-box>.board-of-directors--person_name {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 1.8rem
}
.board-of-directors-box>.board-of-directors--person_name.active, .board-of-directors-box>.board-of-directors--person_name.activecategory, .board-of-directors-box>.board-of-directors--person_name.nice-select.open, .board-of-directors-box>.board-of-directors--person_name:active, .board-of-directors-box>.board-of-directors--person_name:focus, .board-of-directors-box>.board-of-directors--person_name:hover {
	color: #f7f7f7
}
.board-of-directors-box>.board-of-directors--person_post {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 1.3rem
}
.bod-content-wrapped .icon-close {
	font-size: 1.6rem
}
.bod-content-wrapped .bod-inner-wrapper {
	background-color: #839e5f
}
.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content {
	text-align: left;
	color: #ff0064
}
.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content-title {
	font-size: 1.95rem;
	font-family: Poppins, sans-serif
}
.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content-pos {
	font-size: 1.8rem;
	font-family: Poppins, sans-serif
}
.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-description {
	font-size: 1.6rem;
	ont-family: Poppins, sans-serif;
	opacity: .8
}
.configurable-banner {
	height: 721px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover
}
.configurable-banner .banner-caption {
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	z-index: 10;
	width: 100%;
	position: absolute;
	bottom: 28%
}
.configurable-banner .banner-caption .banner-title, .configurable-banner .banner-caption h1, .configurable-banner .banner-caption h2, .configurable-banner .banner-caption h3, .configurable-banner .banner-caption h4, .configurable-banner .banner-caption h5 {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	line-height: 1.1;
	font-size: 3.8rem
}
.configurable-banner .banner-caption .banner-title span, .configurable-banner .banner-caption h1 span, .configurable-banner .banner-caption h2 span, .configurable-banner .banner-caption h3 span, .configurable-banner .banner-caption h4 span, .configurable-banner .banner-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 5.6rem;
	font-weight: 700
}
.configurable-banner .banner-caption .content p, .configurable-banner .banner-caption p {
	color: #fff;
	font-family: Poppins, sans-serif;
	margin: 5px;
	font-size: 2.1vw;
	line-height: 1
}
.configurable-banner .banner-caption .banner-description {
	font-size: 1.95rem;
	color: #fff
}
.configurable-banner .banner-caption .banner-btn, .configurable-banner .banner-caption .moreLInk>a {
	color: #f7f7f7;
	background-color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 1.6rem;
	line-height: 55px;
	height: 55px;
	font-weight: 300;
	text-shadow: none;
	padding: 10px 25px
}
@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
.configurable-banner .banner-caption {
	bottom: 10%
}
.configurable-banner .banner-caption .banner-title, .configurable-banner .banner-caption h1, .configurable-banner .banner-caption h2, .configurable-banner .banner-caption h3, .configurable-banner .banner-caption h4, .configurable-banner .banner-caption h5 {
	font-size: 4.8vw;
	margin: 0;
	line-height: 1.1
}
.configurable-banner .banner-caption .banner-title span, .configurable-banner .banner-caption h1 span, .configurable-banner .banner-caption h2 span, .configurable-banner .banner-caption h3 span, .configurable-banner .banner-caption h4 span, .configurable-banner .banner-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.configurable-banner .banner-caption .content p, .configurable-banner .banner-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.configurable-banner .banner-caption .moreLInk>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
@media screen and (max-width:767px) {
.configurable-banner .banner-caption {
	bottom: 1%
}
.configurable-banner .banner-caption .banner-title, .configurable-banner .banner-caption h1, .configurable-banner .banner-caption h2, .configurable-banner .banner-caption h3, .configurable-banner .banner-caption h4, .configurable-banner .banner-caption h5 {
	font-size: 4.8vw;
	margin: 0
}
.configurable-banner .banner-caption .banner-title span, .configurable-banner .banner-caption h1 span, .configurable-banner .banner-caption h2 span, .configurable-banner .banner-caption h3 span, .configurable-banner .banner-caption h4 span, .configurable-banner .banner-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.configurable-banner .banner-caption .content p, .configurable-banner .banner-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.configurable-banner .banner-caption .moreLInk>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
.configurable-banner-with-image {
	position: relative
}
.configurable-banner-with-image img {
	display: block;
	width: 100%;
	max-height: auto;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	z-index: -1
}
.configurable-banner-with-image .banner-caption {
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	z-index: 10;
	width: 100%;
	position: absolute;
	bottom: 28%
}
.configurable-banner-with-image .banner-caption .banner-title, .configurable-banner-with-image .banner-caption h1, .configurable-banner-with-image .banner-caption h2, .configurable-banner-with-image .banner-caption h3, .configurable-banner-with-image .banner-caption h4, .configurable-banner-with-image .banner-caption h5 {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	line-height: 1.1;
	font-size: 3.8rem
}
.configurable-banner-with-image .banner-caption .banner-title span, .configurable-banner-with-image .banner-caption h1 span, .configurable-banner-with-image .banner-caption h2 span, .configurable-banner-with-image .banner-caption h3 span, .configurable-banner-with-image .banner-caption h4 span, .configurable-banner-with-image .banner-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 3.8rem;
	font-weight: 700
}
.configurable-banner-with-image .banner-caption .content p, .configurable-banner-with-image .banner-caption p {
	color: #fff;
	font-family: Poppins, sans-serif;
	margin: 5px;
	font-size: 2.1vw;
	line-height: 1
}
.configurable-banner-with-image .banner-caption .banner-description {
	font-size: 1.95rem;
	color: #fff
}
.configurable-banner-with-image .banner-caption .banner-btn, .configurable-banner-with-image .banner-caption .moreLInk>a {
	color: #f7f7f7;
	background-color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 1.6rem;
	line-height: 55px;
	height: 55px;
	font-weight: 300;
	text-shadow: none;
	padding: 10px 25px
}
@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
.configurable-banner-with-image .banner-caption {
	bottom: 10%
}
.configurable-banner-with-image .banner-caption .banner-title, .configurable-banner-with-image .banner-caption h1, .configurable-banner-with-image .banner-caption h2, .configurable-banner-with-image .banner-caption h3, .configurable-banner-with-image .banner-caption h4, .configurable-banner-with-image .banner-caption h5 {
	font-size: 4.8vw;
	margin: 0;
	line-height: 1.1
}
.configurable-banner-with-image .banner-caption .banner-title span, .configurable-banner-with-image .banner-caption h1 span, .configurable-banner-with-image .banner-caption h2 span, .configurable-banner-with-image .banner-caption h3 span, .configurable-banner-with-image .banner-caption h4 span, .configurable-banner-with-image .banner-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.configurable-banner-with-image .banner-caption .content p, .configurable-banner-with-image .banner-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.configurable-banner-with-image .banner-caption .moreLInk>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
@media screen and (max-width:767px) {
.configurable-banner-with-image .banner-caption {
	bottom: 1%
}
.configurable-banner-with-image .banner-caption .banner-title, .configurable-banner-with-image .banner-caption h1, .configurable-banner-with-image .banner-caption h2, .configurable-banner-with-image .banner-caption h3, .configurable-banner-with-image .banner-caption h4, .configurable-banner-with-image .banner-caption h5 {
	font-size: 4.8vw;
	margin: 0
}
.configurable-banner-with-image .banner-caption .banner-title span, .configurable-banner-with-image .banner-caption h1 span, .configurable-banner-with-image .banner-caption h2 span, .configurable-banner-with-image .banner-caption h3 span, .configurable-banner-with-image .banner-caption h4 span, .configurable-banner-with-image .banner-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.configurable-banner-with-image .banner-caption .content p, .configurable-banner-with-image .banner-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.configurable-banner-with-image .banner-caption .moreLInk>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
.configurable-banner-with-quote {
	height: 721px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover
}
.configurable-banner-with-quote .banner-caption {
	font-family: Poppins, sans-serif;
	z-index: 10;
	position: absolute;
	bottom: 15%;
	width: 70%;
	text-align: left;
	padding: 60px
}
.configurable-banner-with-quote .banner-caption p {
	color: #aaa;
	font-size: 1.2rem;
	opacity: .6
}
.configurable-banner-with-quote .banner-caption .banner-title, .configurable-banner-with-quote .banner-caption blockquote, .configurable-banner-with-quote .banner-caption h1, .configurable-banner-with-quote .banner-caption h2, .configurable-banner-with-quote .banner-caption h3, .configurable-banner-with-quote .banner-caption h4, .configurable-banner-with-quote .banner-caption h5 {
	position: relative;
	font-size: 2.8rem;
	line-height: 35px;
	color: #fff;
	font-family: Poppins, sans-serif;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 20px
}
.configurable-banner-with-quote .banner-caption .banner-title:before, .configurable-banner-with-quote .banner-caption blockquote:before, .configurable-banner-with-quote .banner-caption h1:before, .configurable-banner-with-quote .banner-caption h2:before, .configurable-banner-with-quote .banner-caption h3:before, .configurable-banner-with-quote .banner-caption h4:before, .configurable-banner-with-quote .banner-caption h5:before {
	position: absolute;
	background: url(../images/icon-quote.svg) no-repeat 0 0;
	display: block;
	width: 34px;
	height: 29px;
	top: -14px;
	content: ""
}
.financial-calendar a.carousel-control.nice-select.open, .financial-calendar a.carousel-control:active {
	border: solid #000
}
.financial-calendar a.carousel-control:focus {
	border: solid #000
}
.financial-calendar .controlsWrap {
	background: #839e5f
}
.financial-calendar a.prevLink {
	border: solid #ff0064
}
.financial-calendar a.nextLink {
	border: solid #ff0064
}
.financial-calendar .carousel-counter {
	font-family: Poppins, sans-serif
}
.financial-calendar table>thead>tr>th, .financial-calendar tbody>tr>th {
	background-color: rgba(9,37,70,.8);
	color: #fff;
	font-size: 1.8rem;
	font-family: Poppins, sans-serif
}
.financial-calendar table>tbody>tr>td:nth-child(2) {
	text-align: left;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	width: 60%
}
.financial-calendar .fin-calendarlink {
	background: url(../images/icon-calender-green.svg) no-repeat 0 0
}


.g-map-title.h2 {
	font-size: 1.47rem
}
.g-map-desc {
	font-size: 1.6rem;
	color: #999
}
.g-map {
	background: #839e5f
}
.g-map .addr-title {
	font-size: 2.3rem;
	font-weight: 700;
	color: #ff0064;
	margin-bottom: 10px
}
.g-map .addr-desc {
	color: #999;
	font-size: 1.95rem;
	margin-bottom: 10px
}
.center-text {
	text-align: center
}
.left-text {
	text-align: left
}
.right-text {
	text-align: right
}
header {
	background: #fff;
	padding-bottom: 29px
}
@media all and (max-width:991px) and (min-width:768px) {
header {
	padding-top: 30px!important
}
}
@media screen and (max-width:991px) {
header {
	height: 100px;
	padding-bottom: 0
}
}
@media screen and (max-width:767px) {
header {
	padding: 20px 0 0;
	height: 80px
}
}
header .header-menu-wrapper .megamenu-title {
	font-size: 3.82rem;
	color: #ff0064;
	font-family: Poppins, sans-serif;
	clear: both;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 17px
}
@media screen and (min-width:992px) {
header .header-menu-wrapper.need-top-space {
	padding-top: 38px
}
}
header .company-logo {
	float: left;
	padding-left: 15px
}
@media screen and (max-width:991px) {
header .company-logo {
	padding-top: 0
}
}
@media screen and (min-width:992px) {
header .company-logo {
	width: 10%
}
}
@media screen and (max-width:767px) {
header .company-logo {
	width: 33%
}
}
header .toggle {
	color: #fff
}
.top-sub-links .fa-search, .top-sub-links .fa-share-alt {
	font-size: 1.2rem
}
.top-sub-links ul {
	float: right
}
.top-sub-links ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #e4f1fd
}
.top-sub-links ul li:last-child {
	border: 0
}
.top-sub-links .top-nav-lang {
	position: relative;
	display: none
}
@media screen and (min-width:992px) {
.top-sub-links .top-nav-lang {
	padding: 2px 10px
}
}
.top-sub-links .top-nav-lang a {
	font-size: 1.6rem
}
.top-sub-links .top-nav-lang a:hover {
	text-decoration: none
}
.top-sub-links .top-nav-lang a em {
	font-style: normal;
	text-transform: uppercase
}
.top-sub-links .top-nav-lang a span {
	font-size: 1.8rem;
	padding: 0 4px 0 10px
}
.top-sub-links .top-nav-lang .block-language {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	padding: 6px 0;
	background: #fff
}
.top-sub-links .top-nav-lang .block-language .is-active {
	display: none
}
@media screen and (max-width:991px) {
.top-sub-links .top-nav-lang .block-language {
	top: 0;
	padding: 0;
	position: relative
}
}
.top-sub-links .top-nav-lang ul {
	float: left;
	width: 100%;
	padding-left: 0
}
.top-sub-links .top-nav-lang ul li {
	width: 100%;
	border: 0;
	margin-bottom: 5px
}
@media screen and (max-width:991px) {
.top-sub-links .top-nav-lang ul li {
	padding-top: 0;
	padding-left: 0;
	margin: 0!important
}
}
.hidden-bar {
	display: none;
	height: 58px
}
.hidden-bar input[type=search], .hidden-bar input[type=text] {
	border: 0;
	border-bottom: 1px solid #979797;
	background: 0 0;
	color: #979797;
	width: 175px;
	height: 30px;
	line-height: 30px;
	font-size: 1.8rem;
	margin-right: 20px;
	padding-left: 0;
	border-radius: 0;
	font-family: Poppins, sans-serif
}
.hidden-bar li {
	float: left;
	margin-left: 20px
}
.hidden-bar li a {
	font-size: 1.2rem
}
.share-bar {
	float: right;
	margin-right: 0;
	position: absolute;
	top: 64px;
	right: 0
}
.share-bar li {
	border: 0!important;
	padding: 0!important;
	margin-left: 0;
	margin-right: 20px
}
@media screen and (max-width:767px) {
.share-bar li {
	margin-right: 10px!important
}
}
.share-bar li a {
	font-size: 1.6rem;
	line-height: 27px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden
}
@media screen and (max-width:991px) {
.share-bar {
	position: relative;
	right: auto;
	top: auto
}
.share-bar ul li {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	width: auto!important;
	padding: 0 10px
}
.share-bar ul li a {
	padding: 0!important
}
}
.share-bar .social-bar ul {
	float: left
}
.search-input {
	max-width: 1170px;
	margin: 0 auto
}
.search-input .error {
	border: 2px solid #ff0500!important
}
@media screen and (min-width:992px) {
.search-input .mid-solr-search-form {
	float: right;
	width: auto;
	margin-top: 15px;
	margin-right: 55px;
	position: relative
}
}
.bar-close {
	color: #fff
}
.search-bar .bar-close {
	color: #fff
}
.share-iframe {
	color: #fff
}
.hidden-bar.empty-bar {
	background: #000
}
.main.navbar {
	border: none;
	border-radius: 0;
	float: right;
	text-align: right;
	width: auto
}
@media screen and (min-width:992px) {
.main.navbar {
	background: 0 0
}
}
.navbar-we-mega-menu .caret {
	display: none
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .caret {
	float: right;
	border: solid #ff0064;
	border-width: 0 2px 2px 0;
	display: inline-block;
	margin-top: 5px;
	padding: 4px;
	vertical-align: middle;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 18px
}
}
.navbar-we-mega-menu.mobile-main-menu {
	top: 80px;
	padding: 40px 40px 100px;
	background: #fff
}
.navbar-we-mega-menu .we-mega-menu-submenu {
	border: 0;
	width: 1140px;
	left: -102px;
	top: 71px;
	max-width: 1140px
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-submenu {
	padding: 76px 39px 39px
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul .nav.dropdown-menu.open>a {
	background: 0 0!important;
	color: #333!important
}
}
.navbar-we-mega-menu .we-mega-menu-ul>li {
	margin-right: auto;
	padding-left: 10px;
	padding-right: 34px
}
@media only screen and (max-width:1099px) and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul>li {
	padding-right: 2%;
	padding-left: 10px
}
}
@media only screen and (max-width:1199px) and (min-width:1100px) {
.navbar-we-mega-menu .we-mega-menu-ul>li {
	padding-left: 10px
}
}
.navbar-we-mega-menu .we-mega-menu-ul>li:first-child {
	padding-left: 0!important
}
.navbar-we-mega-menu .we-mega-menu-ul>li {
	position: relative
}
.navbar-we-mega-menu .we-mega-menu-ul li {
	border-radius: 0;
	border: none
}
.navbar-we-mega-menu .we-mega-menu-ul li:hover {
	cursor: pointer
}
.navbar-we-mega-menu .we-mega-menu-ul li[data-level*="0"]:not(.dropdown-menu)>a:hover {
	background: 0 0!important
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li[data-level*="0"] {
	border-top: 1px solid #f2f4f6
}
.navbar-we-mega-menu .we-mega-menu-ul li[data-level*="0"] a {
	padding-left: 10px;
	text-shadow: none
}
.navbar-we-mega-menu .we-mega-menu-ul li[data-level*="0"] p.more-link a {
	padding-left: 0
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li {
	border-top: 1px solid #f2f4f6
}
}
.navbar-we-mega-menu .we-mega-menu-ul li.active-trail>a, .navbar-we-mega-menu .we-mega-menu-ul li.active>a {
	color: #5f5f5f!important;
	background: 0 0
}
.navbar-we-mega-menu .we-mega-menu-ul li.active-trail>a>.caret, .navbar-we-mega-menu .we-mega-menu-ul li.active>a>.caret {
	border-color: #5f5f5f!important
}
.navbar-we-mega-menu .we-mega-menu-ul li.active.dropdown-menu:focus>a, .navbar-we-mega-menu .we-mega-menu-ul li.active.dropdown-menu:hover>a, .navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu:focus>a, .navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu:hover>a {
	background: 0 0;
	color: #000
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li.active.dropdown-menu:focus>a, .navbar-we-mega-menu .we-mega-menu-ul li.active.dropdown-menu:hover>a, .navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu:focus>a, .navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu:hover>a {
	background: #fff;
	color: #5f5f5f
}
}
.navbar-we-mega-menu .we-mega-menu-ul li>a {
	font-size: 1.8rem;
	font-family: Poppins, sans-serif;
	padding: 13px 20px;
	color: #000;
	font-weight: 300;
	letter-spacing: .3px;
	text-transform: none;
	background: 0 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-top: none!important;
	-webkit-transition: color .5s ease;
	transition: color .5s ease
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li>a {
	color: #333
}
.navbar-we-mega-menu .we-mega-menu-ul li>a:hover {
	color: #5f5f5f
}
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul li>a.hovered, .navbar-we-mega-menu .we-mega-menu-ul li>a:hover {
	color: #000!important
}
.navbar-we-mega-menu .we-mega-menu-ul li>a.hovered .caret, .navbar-we-mega-menu .we-mega-menu-ul li>a:hover .caret {
	border-color: #5f5f5f
}
}
.navbar-we-mega-menu .we-mega-menu-ul li>a:hover {
	background: #fff;
	font-weight: 400
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .block-inner div:not(.signpost-content)>.megamenu-title {
	font-size: 3.82rem;
	color: #ff0064
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .block-inner div:not(.signpost-content)>.megamenu-title {
	display: none
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul {
	padding-left: 0
}
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li {
	border-bottom: 1px solid #ece4e4
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li:first-child {
	border-top: 1px solid #ece4e4
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li.dropdown ul li {
	border: 0
}
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li a {
	font-size: 1.8rem;
	color: #000;
	padding: 10px 0;
	background: 0 0;
	font-weight: 400;
	line-height: 1.5
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li a:hover {
	color: #000
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li a:hover:after {
	display: none
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner ul li a {
	padding: 20px 10px;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-family: Poppins, sans-serif
}
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col {
	padding-left: 1.06383%;
	padding-right: 1.06383%;
	margin-left: 0;
	margin-right: 0
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col {
	padding-left: 0
}
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(1) {
	font-family: Poppins, sans-serif;
	font-size: 3.82rem
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(1) {
	padding: 0
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(1) .block-inner>.megamenu-title {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-left: 10px;
	margin-bottom: 24px;
	margin-top: 24px
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(1) .block-inner ul.menu {
	border-bottom: 1px solid #f2f4f6
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(1) .block-inner ul.menu li.dropdown ul.dropdown-menu {
	display: block;
	padding-left: 0;
	width: 100%
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) {
	display: none
}
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) .block-inner {
	padding: 0 40px
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) .block-inner .megamenu-title {
	font-family: Poppins, sans-serif;
	font-size: 3.05rem;
	padding-top: 3px;
	margin-bottom: 8px
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) .block-inner section {
	font-size: 1.8rem;
	line-height: 25px;
	font-family: Poppins, sans-serif
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) .dropdown-menu {
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) .dropdown-menu {
	padding: 49px 40px 0
}
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(2) .dropdown-menu li {
	border: 0
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(3) .block-inner>.megamenu-title {
	font-family: Poppins, sans-serif;
	font-size: 3.05rem;
	padding-top: 3px;
	margin-bottom: 44px
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(3) .block-inner>.megamenu-title {
	margin-bottom: 4px;
	font-size: 1.8rem
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(3) {
	padding-top: 30px
}
}
@media screen and (max-width:767px) {
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(3) {
	display: none
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li {
	float: left!important;
	width: 100%
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu.open>a {
	background: 0 0;
	color: #333!important
}
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul li:focus {
	padding-bottom: 38px
}
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu:focus, .navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu:hover {
	position: relative
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu.active>a {
	color: #333!important
}
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul .subul {
	display: block;
	padding-left: 10px
}
}
.navbar-we-mega-menu .signpost {
	margin-bottom: 27px!important
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .signpost {
	max-width: 279px
}
}
.navbar-we-mega-menu .signpost .signpost-wrap {
	min-height: 146px!important;
	padding: 20px 22px 18px
}
.navbar-we-mega-menu .signpost .signpost-wrap .document-link {
	position: relative;
	left: 0;
	top: 0
}
.navbar-we-mega-menu .signpost .signpost-wrap .shareprice-iframe {
	margin: 0
}
.navbar-we-mega-menu .signpost .signpost-wrap .calendar-link {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 10px
}
.navbar-we-mega-menu .signpost .signpost-wrap .quote-content {
	padding: 0
}
.navbar-we-mega-menu .signpost .signpost-wrap .quote-content blockquote {
	padding: 40px 0 10px;
	width: 100%
}
.navbar-we-mega-menu .signpost .signpost-wrap .signpost-title {
	position: relative;
	left: 0;
	top: 0
}
.navbar-we-mega-menu .signpost .signpost-wrap .signpost-content {
	max-width: 296px;
	padding: 0!important;
	position: relative!important
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .signpost .signpost-wrap .signpost-content {
	background: 0 0;
	visibility: visible
}
}
.navbar-we-mega-menu .signpost .signpost-wrap .megamenu-title {
	margin-bottom: 5px;
	margin-top: 0
}
.navbar-we-mega-menu .signpost .signpost-wrap .list-item-desc {
	display: none
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .signpost.signpost-bg-img {
	background: 0 0;
	-webkit-box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3)
}
.navbar-we-mega-menu .signpost.signpost-bg-img h2, .navbar-we-mega-menu .signpost.signpost-bg-img p {
	color: #fff
}
}
.navbar-we-mega-menu .signpost.signpost-bg-img.hover {
	-webkit-box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3)
}
.navbar-we-mega-menu .signpost.signpost-list-item .signpost-wrap {
	min-height: auto!important
}
.navbar-we-mega-menu .signpost.signpost-list-item .signpost-wrap .signpost-content {
	height: auto!important;
	padding: 0!important;
	display: block!important
}
.navbar-we-mega-menu .signpost.signpost-list-item .signpost-wrap .signpost-content p.listItemTitle {
	font-size: 1.95rem
}
@media screen and (max-width:991px) {
.navbar-we-mega-menu .we-mega-menu-ul li.active:not(.dropdown-menu)>a {
	color: #5f5f5f!important;
	background: #839e5f
}
.navbar-we-mega-menu .we-mega-menu-ul li.active:not(.dropdown-menu)>a:hover {
	color: #5f5f5f!important
}
.navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu.active>a {
	color: #5f5f5f!important;
	background: #839e5f
}
.navbar-we-mega-menu .we-mega-menu-ul li.dropdown-menu.active>a:hover {
	color: #5f5f5f!important
}
.we-mega-menu-submenu-inner ul li a:hover {
	color: #5f5f5f!important
}
.navbar-we-mega-menu.navbar .we-mega-menu-ul>li>a {
	font-size: 1.2rem;
	font-family: Poppins, sans-serif
}
}
.we-mega-menu-ul>.we-mega-menu-li>a:before {
	opacity: 0
}
#block-mainnavigation {
	float: none;
	width: auto
}
.main-nav-check:checked~#footerwrapper, .main-nav-check:checked~.body-overlay+.maincontentWrapper, .main-nav-check:checked~.header, .main-nav-check:checked~.menu {
	-webkit-transform: translate(-220px, 0);
	transform: translate(-220px, 0)
}
.main-nav-check:checked~#footerwrapper, .main-nav-check:checked~.body-overlay+.maincontentWrapper, .main-nav-check:checked~.header, .main-nav-check:checked~.menu {
	-webkit-transform: translate(-220px, 0);
	transform: translate(-220px, 0)
}
.menu .sub-nav-check:checked~[class*=sub-nav], .menu ul li.active>ul {
-webkit-transform:translate(-220px, 0);
transform:translate(-220px, 0)
}
.top-links {
	z-index: 21
}
@media screen and (min-width:992px) {
.top-links {
	float: right;
	padding-right: 15px;
	width: 15%
}
}
#block-mainnavigation {
	float: left;
	position: relative;
	z-index: 100;
	top: -8px;
	height: 0
}
@media screen and (min-width:992px) {
#block-mainnavigation {
	width: 100%
}
}
@media screen and (max-width:767px) {
#block-mainnavigation {
	width: 77%
}
}
@media screen and (min-width:992px) {
.top-sub-links>ul>li>a, .top-sub-links>ul>li>a:focus {
	color: #000
}
.top-sub-links>ul>li.active>a, .top-sub-links>ul>li>a:hover {
	color: #5f5f5f
}
}
@media screen and (max-width:991px) {
body.fixed-height .menu {
	display: block
}
.body-overlay {
	display: none
}
.body-overlay.on {
	display: block;
	position: fixed;
	z-index: 19;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3
}
.share-iframe {
	color: #000;
	width: 515px!important
}
.main-nav-check:checked~#footerwrapper, .main-nav-check:checked~.body-overlay+.maincontentWrapper, .main-nav-check:checked~.header, .main-nav-check:checked~.menu {
	-webkit-transform: translate(-515px, 0);
	transform: translate(-515px, 0)
}
.top-links.onRight {
	visibility: visible
}
}
@media screen and (max-width:991px) and (max-width:767px) {
.top-links .top-sub-links .top-nav-search>a {
	display: none
}
}
@media screen and (max-width:991px) {
.top-links .top-sub-links ul li {
	border-bottom: 1px solid #ece4e4
}
.top-links .top-sub-links ul li.first {
	border-top: 1px solid #ece4e4
}
.top-links .top-sub-links ul a {
	color: #333;
	font-family: Poppins, sans-serif;
	font-size: 1.2rem
}
.share-iframe {
	background: #092546;
	color: #fff;
	font-size: 1.2rem;
	width: calc(100% + 44px)!important;
	height: 60px;
	padding-top: 22px;
	margin-left: -22px;
	display: none
}
html:not(.js) .share-iframe {
	display: block
}
.ticker-small {
	margin-right: 15px
}
.top-nav-search a {
	width: 40px;
	float: right
}
.header-menu-wrapper {
	float: none!important;
	width: 100%!important;
	display: block!important;
	height: 0
}
#block-mainnavigation {
	float: none;
	width: auto
}
}
@media screen and (max-width:767px) {
body.fixed-height .menu {
	display: block
}
.top-links {
	width: 254px
}
.search-input input[type=text] {
	padding-left: 0;
	width: 163px;
	margin-right: 0
}
.main-nav-check:checked~#footerwrapper, .main-nav-check:checked~.body-overlay+.maincontentWrapper, .main-nav-check:checked~.header, .main-nav-check:checked~.menu {
	-webkit-transform: translate(-254px, 0);
	transform: translate(-254px, 0)
}
.js1 .menu .sub-nav .toggle {
	top: 30px!important
}
}
@media screen and (min-width:992px) {
.we-mega-menu-submenu .menu-back {
	display: none
}
}
@media screen and (max-width:991px) {
.we-mega-menu-ul {
	border-bottom: 1px solid #f2f4f6!important
}
.we-mega-menu-ul>.dropdown-menu>.we-mega-menu-submenu {
	padding: 63px 22px 35px;
	display: block;
	background: #fff;
	position: absolute;
	width: 100%!important;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	left: 0;
	height: 100%;
	-webkit-transition: all .7s cubic-bezier(.65, .05, .36, 1);
	transition: all .7s cubic-bezier(.65, .05, .36, 1);
	top: 0;
	z-index: 15
}
#page.toggled .mobile-main-menu {
	overflow-x: hidden;
	padding: 40px 22px 100px
}
#page.toggled .mobile-main-menu.in-side-menu {
	height: 100vh
}
}
@media screen and (max-width:991px) and (max-width:767px) {
#page.toggled .mobile-main-menu.in-side-menu {
	height: 100vh
}
}
@media screen and (max-width:991px) {
span.toggle-switch {
	display: block;
	position: absolute;
	right: 12px;
	height: 30px;
	width: 30px;
	background: 0 0;
	top: 14px;
	z-index: 10;
	cursor: pointer
}
li.we-mega-menu-li.dropdown-menu a.we-mega-menu-li:after {
	content: "\f105"!important;
	color: #ff0064;
	right: 26px!important
}
.navbar-we-mega-menu .we-mega-menu-submenu.active-mmenu {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .7s cubic-bezier(.65, .05, .36, 1);
	transition: all .7s cubic-bezier(.65, .05, .36, 1);
	display: block!important
}
.navbar-we-mega-menu .we-mega-menu-submenu.active-mmenu nav {
	display: block!important
}
.menu-back {
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	padding-left: 18px;
	margin-bottom: 3px
}
.menu-back:before {
	position: relative;
	content: "\f104"!important;
	color: #ff0064;
	right: 8px!important;
	font: normal normal normal 14px/1 FontAwesome;
	top: -1px;
	font-weight: 700
}
.navbar-we-mega-menu.mobile-main-menu {
	top: 70px;
	height: 100vh
}
}
@media screen and (max-width:991px) and (max-width:767px) {
.navbar-we-mega-menu.mobile-main-menu {
	top: 60px
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
header .row {
	margin-left: -22px;
	margin-right: -22px
}
header .company-logo {
	padding-left: 24px;
	float: right
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
header .company-logo {
	padding-left: 20px;
	float: right;
	width: auto!important
}
.we-mega-menu-ul>.dropdown-menu>.we-mega-menu-submenu {
	padding-top: 20px!important
}
.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu-inner .we-mega-menu-col:nth-child(1) .block-inner>.megamenu-title {
	margin-bottom: 12px!important;
	margin-top: 10px!important
}
}
@media screen\0 {
.navbar-we-mega-menu .we-mega-menu-ul li {
	min-width: auto!important
}
}
@media screen and (max-width:991px) {
.top-nav-share .t2-share-bar.share-bar .social-header .utility-label {
	padding-left: 0;
	margin-left: -28px
}
.top-nav-search.t2-search .search-bar .social-bar .search-input:after {
	left: 23px
}
}
@media screen and (max-width:767px) {
ul.nav.nav-tabs {
	border-bottom: 0!important
}
}
.home-banner .carousel-inner>.item a>img, .home-banner .carousel-inner>.item img {
	width: 100%
}
.home-banner .carousel-inner>.item .carousel-caption {
	position: absolute;
	left: 10%;
	right: 40%;
	bottom: 15%;
	z-index: 10;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-shadow: none;
	text-align: left!important
}
.home-banner .carousel-inner>.item .carousel-caption .banner-title, .home-banner .carousel-inner>.item .carousel-caption h1, .home-banner .carousel-inner>.item .carousel-caption h2, .home-banner .carousel-inner>.item .carousel-caption h3, .home-banner .carousel-inner>.item .carousel-caption h4, .home-banner .carousel-inner>.item .carousel-caption h5 {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	line-height: 1.1;
	font-size: 5.6rem
}
.home-banner .carousel-inner>.item .carousel-caption .banner-title span, .home-banner .carousel-inner>.item .carousel-caption h1 span, .home-banner .carousel-inner>.item .carousel-caption h2 span, .home-banner .carousel-inner>.item .carousel-caption h3 span, .home-banner .carousel-inner>.item .carousel-caption h4 span, .home-banner .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 5.6rem;
	font-weight: 700
}
.home-banner .carousel-inner>.item .carousel-caption .banner-description {
	font-size: 1.95rem;
	color: #fff
}
.home-banner .carousel-inner>.item .carousel-caption .banner-btn, .home-banner .carousel-inner>.item .carousel-caption .more-link>a {
	color: #f7f7f7;
	background-color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 1.6rem;
	line-height: 55px;
	height: 55px;
	font-weight: 300;
	text-shadow: none;
	padding: 10px 25px
}
@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
.home-banner .carousel-inner>.item .carousel-caption {
	top: 5px;
	text-shadow: none;
	bottom: auto
}
.home-banner .carousel-inner>.item .carousel-caption .banner-title, .home-banner .carousel-inner>.item .carousel-caption h1, .home-banner .carousel-inner>.item .carousel-caption h2, .home-banner .carousel-inner>.item .carousel-caption h3, .home-banner .carousel-inner>.item .carousel-caption h4, .home-banner .carousel-inner>.item .carousel-caption h5 {
	font-size: 4.8vw;
	margin: 0;
	line-height: 1.1
}
.home-banner .carousel-inner>.item .carousel-caption .banner-title span, .home-banner .carousel-inner>.item .carousel-caption h1 span, .home-banner .carousel-inner>.item .carousel-caption h2 span, .home-banner .carousel-inner>.item .carousel-caption h3 span, .home-banner .carousel-inner>.item .carousel-caption h4 span, .home-banner .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.home-banner .carousel-inner>.item .carousel-caption .content p, .home-banner .carousel-inner>.item .carousel-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.home-banner .carousel-inner>.item .carousel-caption .more-link>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
@media screen and (max-width:767px) {
.home-banner .carousel-inner>.item .carousel-caption {
	top: 5px;
	right: 20%;
	text-shadow: none;
	bottom: auto
}
.home-banner .carousel-inner>.item .carousel-caption .banner-title, .home-banner .carousel-inner>.item .carousel-caption h1, .home-banner .carousel-inner>.item .carousel-caption h2, .home-banner .carousel-inner>.item .carousel-caption h3, .home-banner .carousel-inner>.item .carousel-caption h4, .home-banner .carousel-inner>.item .carousel-caption h5 {
	font-size: 4.8vw;
	margin: 0
}
.home-banner .carousel-inner>.item .carousel-caption .banner-title span, .home-banner .carousel-inner>.item .carousel-caption h1 span, .home-banner .carousel-inner>.item .carousel-caption h2 span, .home-banner .carousel-inner>.item .carousel-caption h3 span, .home-banner .carousel-inner>.item .carousel-caption h4 span, .home-banner .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.home-banner .carousel-inner>.item .carousel-caption .content p, .home-banner .carousel-inner>.item .carousel-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.home-banner .carousel-inner>.item .carousel-caption .more-link>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
.home-banner a.carousel-control {
	background-color: #fff;
	background-image: none!important;
	z-index: 5;
	position: relative;
	opacity: 1
}
.home-banner a.carousel-control .glyphicon-chevron-left {
	font-size: 1.8rem;
	font-weight: 400;
	color: #ff0064;
	text-shadow: none
}
.home-banner a.carousel-control .glyphicon-chevron-left.nice-select.open, .home-banner a.carousel-control .glyphicon-chevron-left:active {
	color: #00e6be
}
.home-banner a.carousel-control .glyphicon-chevron-left:focus {
	color: #00e6be
}
.home-banner a.carousel-control .glyphicon-chevron-right {
	font-size: 1.8rem;
	font-weight: 400;
	color: #ff0064;
	text-shadow: none
}
.home-banner a.carousel-control .glyphicon-chevron-right.nice-select.open, .home-banner a.carousel-control .glyphicon-chevron-right:active {
	color: #00e6be
}
.home-banner a.carousel-control .glyphicon-chevron-right:focus {
	color: #00e6be
}
.home-banner .controlsWrap {
	position: absolute;
	background: #fff;
	bottom: 0;
	right: 248px;
	padding: 15px;
	height: 40px
}
@media (max-width:767px) {
.home-banner .controlsWrap {
	bottom: 1px;
	right: 20px
}
}
.home-banner .controlsWrap .nextPrev {
	float: left
}
.home-banner a.left {
	position: absolute;
	bottom: 0;
	left: auto;
	top: auto;
	right: 220px;
	padding: 0;
	height: 68px;
	width: 70px
}
@media (max-width:767px) {
.home-banner a.left {
	right: 40px;
	height: 40px;
	width: 40px
}
}
.home-banner a.right {
	position: absolute;
	bottom: 0;
	left: auto;
	top: auto;
	right: 151px;
	padding: 0;
	height: 68px;
	width: 70px
}
@media (max-width:767px) {
.home-banner a.right {
	right: 0;
	height: 40px;
	width: 40px
}
}
.carousel-inner>.item a>img, .carousel-inner>.item img {
	width: 100%
}
.carousel-inner>.item .carousel-caption {
	position: absolute;
	left: 10%;
	right: 40%;
	bottom: 15%;
	z-index: 10;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-shadow: none;
	text-align: left!important
}
.carousel-inner>.item .carousel-caption .banner-title, .carousel-inner>.item .carousel-caption h1, .carousel-inner>.item .carousel-caption h2, .carousel-inner>.item .carousel-caption h3, .carousel-inner>.item .carousel-caption h4, .carousel-inner>.item .carousel-caption h5 {
	font-weight: 200;
	line-height: 1.1;
	font-size: 5.6rem
}
.carousel-inner>.item .carousel-caption .banner-title span, .carousel-inner>.item .carousel-caption h1 span, .carousel-inner>.item .carousel-caption h2 span, .carousel-inner>.item .carousel-caption h3 span, .carousel-inner>.item .carousel-caption h4 span, .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 5.6rem;
	font-weight: 700
}
.carousel-inner>.item .carousel-caption .banner-description {
	font-size: 1.95rem;
	color: #fff
}
.carousel-inner>.item .carousel-caption .banner-btn, .carousel-inner>.item .carousel-caption .more-link>a {
	cursor: pointer;
	border: 0;
	font-size: 1.6rem;
	line-height: 55px;
	height: 55px;
	font-weight: 300;
	text-shadow: none
}
@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
.carousel-inner>.item .carousel-caption {
	top: 5px;
	text-shadow: none;
	bottom: auto
}
.carousel-inner>.item .carousel-caption .banner-title, .carousel-inner>.item .carousel-caption h1, .carousel-inner>.item .carousel-caption h2, .carousel-inner>.item .carousel-caption h3, .carousel-inner>.item .carousel-caption h4, .carousel-inner>.item .carousel-caption h5 {
	font-size: 4.8vw;
	margin: 0;
	line-height: 1.1
}
.carousel-inner>.item .carousel-caption .banner-title span, .carousel-inner>.item .carousel-caption h1 span, .carousel-inner>.item .carousel-caption h2 span, .carousel-inner>.item .carousel-caption h3 span, .carousel-inner>.item .carousel-caption h4 span, .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.carousel-inner>.item .carousel-caption .content p, .carousel-inner>.item .carousel-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.carousel-inner>.item .carousel-caption .more-link>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
@media screen and (max-width:767px) {
.carousel-inner>.item .carousel-caption {
	top: 5px;
	right: 20%;
	text-shadow: none;
	bottom: auto
}
.carousel-inner>.item .carousel-caption .banner-title, .carousel-inner>.item .carousel-caption h1, .carousel-inner>.item .carousel-caption h2, .carousel-inner>.item .carousel-caption h3, .carousel-inner>.item .carousel-caption h4, .carousel-inner>.item .carousel-caption h5 {
	font-size: 4.8vw;
	margin: 0
}
.carousel-inner>.item .carousel-caption .banner-title span, .carousel-inner>.item .carousel-caption h1 span, .carousel-inner>.item .carousel-caption h2 span, .carousel-inner>.item .carousel-caption h3 span, .carousel-inner>.item .carousel-caption h4 span, .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.carousel-inner>.item .carousel-caption .content p, .carousel-inner>.item .carousel-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.carousel-inner>.item .carousel-caption .more-link>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
.bg-faded .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.bg-faded .carousel-inner .active {
	opacity: 1
}
.bg-faded .carousel-inner .active.left, .bg-faded .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.bg-faded .carousel-inner .next.left, .bg-faded .carousel-inner .prev.right {
	opacity: 1
}
.bg-faded .carousel-control {
	z-index: 2
}
@media all and (transform-3d), (-webkit-transform-3d) {
.bg-faded .carousel-inner>.item.active.left, .bg-faded .carousel-inner>.item.active.right, .bg-faded .carousel-inner>.item.next, .bg-faded .carousel-inner>.item.prev {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.bg-faded .carousel-inner>.item.active, .bg-faded .carousel-inner>.item.next.left, .bg-faded .carousel-inner>.item.prev.right {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.bg-faded .carousel-caption {
	opacity: 0;
	-webkit-transition: all .8s ease-in;
	transition: all .8s ease-in;
	margin-top: 50px
}
.bg-faded .active .carousel-caption {
	opacity: 1;
	margin-top: 0
}
.home-banner-v2 .carousel-inner>.item a>img, .home-banner-v2 .carousel-inner>.item img {
	width: 100%
}
.home-banner-v2 .carousel-inner>.item .carousel-caption {
	position: absolute;
	left: 10%;
	right: 40%;
	bottom: 15%;
	z-index: 10;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-shadow: none;
	text-align: left!important;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title, .home-banner-v2 .carousel-inner>.item .carousel-caption h1, .home-banner-v2 .carousel-inner>.item .carousel-caption h2, .home-banner-v2 .carousel-inner>.item .carousel-caption h3, .home-banner-v2 .carousel-inner>.item .carousel-caption h4, .home-banner-v2 .carousel-inner>.item .carousel-caption h5 {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 200;
	line-height: 1.1;
	font-size: 5.6rem
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title span, .home-banner-v2 .carousel-inner>.item .carousel-caption h1 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h2 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h3 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h4 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 5.6rem;
	font-weight: 700
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-description {
	font-size: 1.95rem;
	color: #fff
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-btn, .home-banner-v2 .carousel-inner>.item .carousel-caption .more-link>a {
	color: #f7f7f7;
	background-color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 1.6rem;
	line-height: 55px;
	height: 55px;
	font-weight: 300;
	text-shadow: none;
	padding: 10px 25px
}
@media only screen and (min-device-width:768px) and (max-device-width:990px) and (orientation:portrait) {
.home-banner-v2 .carousel-inner>.item .carousel-caption {
	top: 5px;
	text-shadow: none;
	bottom: auto
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title, .home-banner-v2 .carousel-inner>.item .carousel-caption h1, .home-banner-v2 .carousel-inner>.item .carousel-caption h2, .home-banner-v2 .carousel-inner>.item .carousel-caption h3, .home-banner-v2 .carousel-inner>.item .carousel-caption h4, .home-banner-v2 .carousel-inner>.item .carousel-caption h5 {
	font-size: 4.8vw;
	margin: 0;
	line-height: 1.1
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title span, .home-banner-v2 .carousel-inner>.item .carousel-caption h1 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h2 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h3 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h4 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .content p, .home-banner-v2 .carousel-inner>.item .carousel-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .more-link>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
@media (max-width:767px) {
.home-banner-v2 .carousel-inner>.item .carousel-caption {
	top: 5px;
	right: 20%;
	text-shadow: none;
	bottom: auto
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title, .home-banner-v2 .carousel-inner>.item .carousel-caption h1, .home-banner-v2 .carousel-inner>.item .carousel-caption h2, .home-banner-v2 .carousel-inner>.item .carousel-caption h3, .home-banner-v2 .carousel-inner>.item .carousel-caption h4, .home-banner-v2 .carousel-inner>.item .carousel-caption h5 {
	font-size: 4.8vw;
	margin: 0
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title span, .home-banner-v2 .carousel-inner>.item .carousel-caption h1 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h2 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h3 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h4 span, .home-banner-v2 .carousel-inner>.item .carousel-caption h5 span {
	font-family: Poppins, sans-serif;
	font-size: 4.8vw;
	font-weight: 700
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .content p, .home-banner-v2 .carousel-inner>.item .carousel-caption p {
	margin: 5px;
	font-size: 2.4vw;
	line-height: 1
}
.home-banner-v2 .carousel-inner>.item .carousel-caption .more-link>a {
	padding: 5px;
	font-size: 1.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
}
.home-banner-v2 .carousel-fade .carousel-inner .item {
	-webkit-transition: -webkit-transform 2s ease-in-out;
	transition: -webkit-transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.home-banner-v2 .carousel-fade .carousel-inner .active {
	opacity: 1
}
.home-banner-v2 .carousel-fade .carousel-inner .active.left, .home-banner-v2 .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.home-banner-v2 .carousel-fade .carousel-inner .next.left, .home-banner-v2 .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.home-banner-v2 .carousel-fade .carousel-control {
	z-index: 2
}
@media all and (transform-3d), (-webkit-transform-3d) {
.home-banner-v2 .carousel-fade .carousel-inner>.item.active.right, .home-banner-v2 .carousel-fade .carousel-inner>.item.next {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.home-banner-v2 .carousel-fade .carousel-inner>.item.active.left, .home-banner-v2 .carousel-fade .carousel-inner>.item.prev {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.home-banner-v2 .carousel-fade .carousel-inner>.item.active, .home-banner-v2 .carousel-fade .carousel-inner>.item.next.left, .home-banner-v2 .carousel-fade .carousel-inner>.item.prev.right {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.home-banner-v2 a.carousel-control {
	background-color: #fff;
	background-image: none!important;
	z-index: 5;
	position: relative;
	opacity: 1
}
.home-banner-v2 a.carousel-control .glyphicon-chevron-left {
	font-size: 1.8rem;
	font-weight: 400;
	color: #ff0064;
	text-shadow: none
}
.home-banner-v2 a.carousel-control .glyphicon-chevron-left.nice-select.open, .home-banner-v2 a.carousel-control .glyphicon-chevron-left:active {
	color: #00e6be
}
.home-banner-v2 a.carousel-control .glyphicon-chevron-left:focus {
	color: #00e6be
}
.home-banner-v2 a.carousel-control .glyphicon-chevron-right {
	font-size: 1.8rem;
	font-weight: 400;
	color: #ff0064;
	text-shadow: none
}
.home-banner-v2 a.carousel-control .glyphicon-chevron-right.nice-select.open, .home-banner-v2 a.carousel-control .glyphicon-chevron-right:active {
	color: #00e6be
}
.home-banner-v2 a.carousel-control .glyphicon-chevron-right:focus {
	color: #00e6be
}
.home-banner-v2 .controlsWrap {
	position: absolute;
	background: #fff;
	bottom: 0;
	right: 248px;
	padding: 15px;
	height: 40px
}
@media (max-width:767px) {
.home-banner-v2 .controlsWrap {
	bottom: 1px;
	right: 20px
}
}
.home-banner-v2 .controlsWrap .nextPrev {
	float: left
}
.home-banner-v2 a.left {
	display: none
}
.home-banner-v2 a.right {
	display: none
}
.image-gallery-fw a.carousel-control.prevLink {
	border: solid #000;
	border-width: 3px 0 0 3px
}
.image-gallery-fw a.carousel-control.nextLink {
	border: solid #000;
	border-width: 0 3px 3px 0
}
.image-gallery-fw a.carousel-control.nice-select.open, .image-gallery-fw a.carousel-control:active {
	border: solid #000
}
.image-gallery-fw a.carousel-control:focus {
	border: solid #000
}
.image-gallery-fw .controlsWrap {
	background: #839e5f;
	padding: 15px
}
.image-gallery-fw .image-gallery-title {
	font-size: 700
}
.image-gallery-fw .image-gallery-description {
	font-size: 1.95rem;
	color: rgba(48,49,53,.5)
}
.presentationT1 tr.hRow td, .presentationT1 tr.hRow th {
	background: #00e6be;
	color: #fff;
	font-size: 1.8rem
}
.presentationT1 tr.hRow td a:hover, .presentationT1 tr.hRow th a:hover {
	text-decoration: underline;
	color: #f7f7f7
}
.presentationT1 tr.cRow td, .presentationT1 tr.cRow th {
	font-size: 1.6rem;
	font-weight: 500
}
.presentationT1 tr.cRow td a:hover, .presentationT1 tr.cRow th a:hover {
	text-decoration: underline;
	color: #f7f7f7
}
.presentationT1 tr.cRow td.cRowSlides, .presentationT1 tr.cRow th.cRowSlides {
	color: rgba(48,49,53,.5)
}
.presentationT1 tr.cRow td.cRowDate, .presentationT1 tr.cRow th.cRowDate {
	font-size: 1.8rem
}
.view-presentations .view-empty p, .view-results .view-empty p {
	font-family: Poppins, sans-serif;
	color: #ff0064
}
.result-center .download-content a span {
	text-transform: uppercase
}
.result-center .view-online a span {
	text-transform: uppercase
}
.result-center table>thead>tr, .result-center table>thead>tr>th, .result-center tbody>tr>th {
	background-color: rgba(9,37,70,.8);
	color: #fff;
	padding: 27px 30px;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	font-weight: 400
}
.result-center table>thead>tr>th {
	border: 1px solid rgba(9,37,70,.8);
	border-bottom: 0;
	font-family: Poppins, sans-serif
}
.result-center table>tbody>tr>td:nth-child(2) {
	font-family: Poppins, sans-serif
}
.result-center .result-center-table tbody>tr>td {
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	font-weight: 400
}
.result-center .result-center-table tbody>tr>td:nth-child(2) {
	font-size: 1.6rem
}
.result-center .result-center-table tbody>tr>td a {
	text-decoration: none;
	border-bottom: 1px solid #00e6be;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem
}
.result-center .result-center-table tbody>tr>td a:hover {
	text-decoration: none;
	border-color: #f7f7f7
}
.result-center .result-center-table tbody table>tbody>tr:nth-child(odd)>td:nth-child(odd) {
	background: #839e5f
}
.result-center .result-center-table tbody table>tbody>tr:nth-child(odd)>td:nth-child(even) {
	background: #fff
}
.result-center .result-center-table tbody table>tbody>tr:nth-child(even)>td:nth-child(odd) {
	background: #fff
}
.result-center .result-center-table tbody table>tbody>tr:nth-child(even)>td:nth-child(even) {
	background: #fff
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%
}
.carousel-indicators.carousel__indicators_position--top-left {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 89%;
	margin-left: -43%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.carousel-indicators.carousel__indicators_position--top-center {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: auto;
	margin-left: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	top: 6%
}
.carousel-indicators.carousel__indicators_position--top-right {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 83%;
	margin-left: 41%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.carousel-indicators.carousel__indicators_position--center {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 45%;
	margin-left: -5%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center
}
.carousel-indicators.carousel__indicators_position--center-left {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 45%;
	margin-left: -43%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.carousel-indicators.carousel__indicators_position--center-right {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 45%;
	margin-left: 43%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.carousel-indicators.carousel__indicators_position--bottom-center {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 2%;
	margin-left: -5%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center
}
.carousel-indicators.carousel__indicators_position--bottom-right {
	position: absolute;
	white-space: nowrap;
	width: 5%;
	bottom: 2%;
	margin-left: 34%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.carousel-indicators .indicators--link {
	background-color: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 10px;
	opacity: .7
}
.carousel-indicators .indicators--link.active, .carousel-indicators .indicators--link.hover {
	margin: 0;
	border: 1px solid rgba(47,223,149,0);
	background-color: #50e600
}
.image-gallery-fw-t2 .image-gallery-content-wrap {
	border-left: solid 2px #5f5f5f;
	background-color: #839e5f
}
.image-gallery-fw-t2 .component-title {
	font-size: 1.1rem;
	font-family: Poppins, sans-serif;
	line-height: 24px;
	margin-bottom: 6px
}
.image-gallery-fw-t2 p.image-gallery-description {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	opacity: .6;
	color: #ff0064;
	font-size: 1.3rem
}
.image-gallery-fw-t2 .owl-item {
	background: #fff
}
.image-gallery-fw-t2-wrap {
	overflow: hidden
}
.image-gallery-fw-t2-wrap a.carousel-control {
	border: solid #000;
	padding: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: auto;
	left: auto;
	top: auto;
	height: 2px;
	width: 2px;
	position: relative;
	cursor: pointer
}
.image-gallery-fw-t2-wrap a.carousel-control.nice-select.open, .image-gallery-fw-t2-wrap a.carousel-control:active {
	border: solid #000
}
.image-gallery-fw-t2-wrap a.carousel-control:focus {
	border: solid #000
}
.image-gallery-fw-t2-wrap .controls-wrap {
	background: #839e5f;
	padding: 15px
}
.image-gallery-fw-t2-wrap .controls-wrap .counter .img-fw-counter {
	color: #ff0064
}
.image-gallery-fw-t2-wrap .controls-wrap .counter .img-fw-counter-all {
	color: #6b7c90
}
.image-gallery-fw-t2-wrap a.prev-link {
	border-width: 2px 0 0 2px;
	top: 3px
}
.image-gallery-fw-t2-wrap a.prev-link.nice-select.open, .image-gallery-fw-t2-wrap a.prev-link:active {
	border-width: 2px 0 0 2px
}
.image-gallery-fw-t2-wrap a.prev-link:focus {
	border-width: 2px 0 0 2px
}
.image-gallery-fw-t2-wrap a.next-link {
	border-width: 0 2px 2px 0
}
.image-gallery-fw-t2-wrap a.next-link.nice-select.open, .image-gallery-fw-t2-wrap a.next-link:active {
	border-width: 0 2px 2px 0
}
.image-gallery-fw-t2-wrap a.next-link:focus {
	border-width: 0 2px 2px 0
}
.image-gallery-fw-t2-wrap .counter {
	font-size: 1.6rem
}
.image-with-text .signpost-content {
	padding-left: 20px;
	border-left: solid 2px #5f5f5f;
	margin-left: 1px;
	margin-top: 13px;
	padding-top: 2px
}
@media screen and (min-width:768px) {
.image-with-text .signpost-content {
	margin-top: 23px
}
}
.image-with-text .component-title {
	font-size: 1.1rem;
	font-weight: 700
}
.image-with-text p {
	color: rgba(48,49,53,.5);
	width: 95%;
	font-size: 1.3rem;
	line-height: 1.5;
	font-family: Poppins, sans-serif
}
.image-with-text.t2-image-with-text .signpost-content .component-title {
	line-height: 2.4rem;
	font-weight: 500;
	font-family: Poppins, sans-serif
}
.image-with-text.t2-image-with-text .signpost-content p {
	color: #0089a3;
	opacity: .6;
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-family: Poppins, sans-serif
}
.page-contact-us-page-header-t2 h1.page-header {
	font-family: Poppins, sans-serif
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region h2, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region h3 {
	font-family: Poppins, sans-serif
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .contextual-region h3 {
	font-size: 1.1rem
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child h2, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child h3 {
	font-family: Poppins, sans-serif
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .field--name-field-body>div>div:last-child h3 {
	font-size: 1.1rem
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .Configurable-Text p {
	font-family: Poppins, sans-serif
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .Configurable-Text p.paragraph-big-font {
	line-height: 26px
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .Configurable-Text p a {
	color: #ff0064;
	text-decoration: none;
	border-bottom: 1px solid #5f5f5f
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .Configurable-Text p a:hover {
	color: #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
	text-decoration: none
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner h2, .page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner h3 {
	color: #fff
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner .Configurable-Text p {
	color: #fff
}
.page-contact-us-page-header-t2 .contact-us-page-header-t2 .content .fullwidth-banner .Configurable-Text p a[href^=mailto] {
	color: #fff;
	border: 0
}
.web-form-wrap .field--name-title {
	font-family: Poppins, sans-serif!important;
	color: #ff0064;
	font-size: 3.2rem;
	height: auto
}
.web-form-wrap .field--name-field-form-description p {
	margin-bottom: 0
}
.contact-us p {
	font-family: Poppins, sans-serif;
	font-size: 2.3rem;
	color: #ff0064
}
.contactus-p2 p {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #ff0064
}
.web-form-wrap .form-type-email label, .web-form-wrap .form-type-textarea label, .web-form-wrap .form-type-textfield label {
	font-family: Poppins, sans-serif!important;
	font-size: 1.8rem!important;
	line-height: 26px!important;
	margin-bottom: 2px
}
.web-form-wrap .form-type-email label.active-text-field, .web-form-wrap .form-type-textarea label.active-text-field, .web-form-wrap .form-type-textfield label.active-text-field {
	font-size: 1.4rem!important
}
.web-form-wrap .webform-submission-form .control-label {
	font-family: Poppins, sans-serif;
	font-size: 1.1rem;
	color: #ff0064
}
.web-form-wrap .webform-submission-form .control-label.option {
	font-weight: 300;
	line-height: 1.43
}
.web-form-wrap .webform-submission-form .control-label.form-required::after {
	font-family: FontAwesome;
	font-size: 1rem
}
.web-form-wrap .webform-submission-form .form-email, .web-form-wrap .webform-submission-form .form-text {
	border: solid 1px #9b9b9b
}
.web-form-wrap .webform-submission-form .form-textarea {
	border: solid 1px #9b9b9b
}
.web-form-wrap .webform-submission-form .form-submit.btn-primary {
	background: #ff0064
}
.web-form-wrap .webform-submission-form .form-checkboxes .form-item label {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	line-height: 20px;
	font-size: 1.4rem
}
.web-form-wrap .webform-submission-form .form-checkboxes .form-item .checkmark {
	top: 5px
}
.web-form-wrap .webform-submission-form .webform-element--title-inline.form-type-checkbox label {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	line-height: 20px;
	font-size: 1.4rem
}
.web-form-wrap .webform-submission-form .webform-actions .webform-button--submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem
}
.web-form-wrap fieldset legend {
	font-family: Poppins, sans-serif;
	font-size: 1.1rem
}
.web-form-wrap fieldset legend .fieldset-legend {
	color: #ff0064
}
.web-form-wrap .option {
	font-size: 1.47rem
}
.web-form-wrap .checkmark {
	background-color: #ff0064
}
.web-form-wrap .option:hover input~.checkmark {
	background-color: #ff0064
}
.web-form-wrap .option input:checked~.checkmark {
	background-color: #9b9b9b
}
body.nojs .form-type-email label, body.nojs .form-type-textfield label {
	font-size: 1.4rem!important
}
.path-mid-disclaimer .region-content h1, .path-mid-media-disclaimer .region-content h1 {
	font-size: 3.2rem;
	font-family: Poppins, sans-serif;
	color: #ff0064;
	border-bottom: 0
}
.path-mid-disclaimer .region-content p, .path-mid-media-disclaimer .region-content p {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	color: #4f637b
}
.path-mid-disclaimer .region-content .button, .path-mid-media-disclaimer .region-content .button {
	background-color: #0089a3;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-family: Poppins, sans-serif
}
.path-mid-disclaimer .region-content .button:hover, .path-mid-media-disclaimer .region-content .button:hover {
	color: #fff;
	background-color: #b6aa54;
	border-color: #b6aa54
}
.path-mid-disclaimer .region-content label, .path-mid-media-disclaimer .region-content label {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	color: #4f637b;
	font-weight: 400
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper, .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
	background-color: #839e5f;
	display: block;
	color: #ff0064
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after, .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after {
	color: #ff0064;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 1.6rem
}
.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select, .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select {
	border: 1px solid #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #ff0064
}
.medialibrary .nav.dropdown>li>button {
	color: #fff;
	background: #ff0064
}
.medialibrary .nav.dropdown>li .dropdown-menu li>a {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	background: #fff
}
.medialibrary .nav.dropdown>li .dropdown-menu .active>a, .medialibrary .nav.dropdown>li .dropdown-menu .active>a:focus, .medialibrary .nav.dropdown>li .dropdown-menu .active>a:hover {
	color: #fff;
	background-color: #f7f7f7
}
.medialibrary .nav.dropdown>li .dropdown-text {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 400
}
.medialibrary .nav-tabs>li {
	font-weight: 700;
	font-family: Poppins, sans-serif
}
.medialibrary .nav-tabs>li>a {
	color: #ff0064;
	border: none;
	background: #fff;
	border-radius: 0
}
.medialibrary .nav-tabs>li.active>a, .medialibrary .nav-tabs>li.activecategory>a {
	border-bottom: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064;
	border-radius: 0
}
.medialibrary .nav-tabs>li.active>a:focus, .medialibrary .nav-tabs>li.active>a:hover, .medialibrary .nav-tabs>li.activecategory>a:focus, .medialibrary .nav-tabs>li.activecategory>a:hover {
	border-bottom: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064
}
.medialibrary .dropdown-menu {
	list-style: none;
	position: relative
}
.medialibrary .tab-content {
	padding-left: 0;
	padding-right: 0
}
.medialibrary .tab-content .tab-pane {
	padding-top: 20px
}
.medialibrary .tab-content .pagination {
	font-size: 1.1rem
}
.medialibrary .tab-content .pagination a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.medialibrary .tab-content .pagination a.active, .medialibrary .tab-content .pagination a:hover {
	color: #5f5f5f
}
.medialibrary .tab-content .pagination a.first.active, .medialibrary .tab-content .pagination a.first:hover, .medialibrary .tab-content .pagination a.last.active, .medialibrary .tab-content .pagination a.last:hover {
	color: #5f5f5f
}
.medialibrary .tab-content .pagination a.first, .medialibrary .tab-content .pagination a.last {
	color: #ff0064
}
.medialibrary .tab-content .pagination .first::after {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary .tab-content .pagination .last::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary .tab-content .pagination.oneof {
	font-size: 1.1rem
}
.medialibrary .tab-content .pagination.oneof a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.medialibrary .tab-content .pagination.oneof a.active, .medialibrary .tab-content .pagination.oneof a:hover {
	color: #5f5f5f
}
.medialibrary .tab-content .pagination.oneof a.first.active, .medialibrary .tab-content .pagination.oneof a.first:hover, .medialibrary .tab-content .pagination.oneof a.last.active, .medialibrary .tab-content .pagination.oneof a.last:hover {
	color: #5f5f5f
}
.medialibrary .tab-content .pagination.oneof a.first, .medialibrary .tab-content .pagination.oneof a.last {
	color: #ff0064
}
.medialibrary .tab-content .pagination.oneof .first::after {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary .tab-content .pagination.oneof .last::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary .innertabs .nav-tabs>li>a {
	border: 0;
	color: #979797!important
}
.medialibrary .innertabs .nav-tabs>li.active>a {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary .innertabs .nav-tabs>li.active>a:focus, .medialibrary .innertabs .nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary .innertabs .nav-tabs>li.activecategory>a {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary .innertabs .nav-tabs>li.activecategory>a:focus, .medialibrary .innertabs .nav-tabs>li.activecategory>a:hover {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary .innertabs .nav.nav-tabs>li>a:focus, .medialibrary .innertabs .nav.nav-tabs>li>a:hover {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary .innertabs .nav.dropdown>li>button {
	color: #ff0064;
	background: #839e5f!important;
	border-bottom: 2px solid #ff0064!important
}
.medialibrary .board-of-directors-box {
	cursor: auto
}
.medialibrary .board-of-directors-box p.board-of-directors--person_name {
	color: #ff0064
}
.medialibrary .board-of-directors-box p.board-of-directors--person_name:hover {
	color: #5f5f5f
}
.medialibrary .board-of-directors-box img {
	cursor: pointer
}
.medialibrary .board-of-directors-box .download-image {
	background-image: url(../images/icon-image-blue.svg)
}
.medialibrary .board-of-directors-box .download-video {
	background-image: url(../images/icon-video-blue.svg)
}
.media-gallery .media-gallery-item-cover .gallary-title, .media-gallery-video .media-gallery-item-cover .gallary-title {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	cursor: pointer
}
.media-gallery .media-gallery-item-cover .gallary-title:hover, .media-gallery-video .media-gallery-item-cover .gallary-title:hover {
	color: #00e6be
}
.media-gallery .media-gallery-item-cover .gallary-title a, .media-gallery-video .media-gallery-item-cover .gallary-title a {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	text-decoration: none
}
.media-gallery .media-gallery-item-cover .gallary-title a:hover, .media-gallery-video .media-gallery-item-cover .gallary-title a:hover {
	color: #00e6be
}
.media-gallery .media-gallery-item-cover .gallary-description, .media-gallery-video .media-gallery-item-cover .gallary-description {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	color: #ff0064
}
.media-gallery .media-gallery-item-cover .download-image, .media-gallery-video .media-gallery-item-cover .download-image {
	background-image: url(../images/icon-image-blue.svg)
}
.media-gallery .media-gallery-item-cover .download-video, .media-gallery-video .media-gallery-item-cover .download-video {
	background-image: url(../images/icon-video-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title {
	background: #839e5f
}
.mfp-content .mfp-bottom-bar .mfp-title .image-popup-title {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064
}
.mfp-content .mfp-bottom-bar .mfp-title .image-popup-description {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #ff0064;
	opacity: .8
}
.mfp-content .mfp-bottom-bar .mfp-title .download-image {
	background-image: url(../images/icon-image-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title .download-video {
	background-image: url(../images/icon-video-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title .btn-download {
	border: solid 1px #ff0064
}
.mfp-content .btn-controls-slider {
	position: absolute;
	height: 45px;
	width: 45px;
	bottom: 30px;
	right: 20px;
	z-index: 1;
	border: 0
}
.mfp-content .btn-controls-slider.mfp-arrow-right {
	background: #839e5f;
	color: #ff0064
}
.mfp-content .btn-controls-slider.mfp-arrow-right::after {
	border-left: 0;
	margin-left: 0;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 3rem;
	font-weight: bolder
}
.mfp-content .btn-controls-slider.mfp-arrow-right:hover {
	color: #00e6be
}
.mfp-content .btn-controls-slider.mfp-arrow-left {
	background: #839e5f;
	color: #ff0064
}
.mfp-content .btn-controls-slider.mfp-arrow-left::after {
	border-right: 0;
	font-family: FontAwesome;
	content: "\f104";
	font-size: 3rem;
	font-weight: bolder;
	margin-left: 0
}
.mfp-content .btn-controls-slider.mfp-arrow-left:hover {
	color: #00e6be
}
.medialibrary-magnific.medialibrary .nav-tabs>li:not(.active)>a {
	margin-right: 0;
	opacity: .25
}
.medialibrary-magnific.medialibrary .nav-tabs>li:not(.active) {
	border: 1px solid #f2f4f6
}
.medialibrary-magnific .nav.dropdown>li>button {
	color: #fff;
	background: #ff0064
}
.medialibrary-magnific .nav.dropdown>li .dropdown-menu li>a {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	background: #fff;
	text-decoration: none
}
.medialibrary-magnific .nav.dropdown>li .dropdown-menu .active>a, .medialibrary-magnific .nav.dropdown>li .dropdown-menu .active>a:focus, .medialibrary-magnific .nav.dropdown>li .dropdown-menu .active>a:hover {
	color: #fff;
	background-color: #f7f7f7
}
.medialibrary-magnific .nav.dropdown>li .dropdown-text {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 400
}
@media screen and (max-width:767px) {
.medialibrary-magnific .nav.dropdown>li .dropdown-text {
	font-size: 1.4rem
}
}
.medialibrary-magnific .nav-tabs>li {
	font-family: Poppins, sans-serif;
	font-weight: 500
}
.medialibrary-magnific .nav-tabs>li>a {
	color: #ff0064;
	border: none;
	background: #fff;
	border-radius: 0;
	line-height: 30px
}
.medialibrary-magnific .nav-tabs>li.active>a, .medialibrary-magnific .nav-tabs>li.activecategory>a {
	border-bottom: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064;
	border-radius: 0
}
.medialibrary-magnific .nav-tabs>li.active>a:focus, .medialibrary-magnific .nav-tabs>li.active>a:hover, .medialibrary-magnific .nav-tabs>li.activecategory>a:focus, .medialibrary-magnific .nav-tabs>li.activecategory>a:hover {
	border-bottom: 2px solid #ff0064;
	color: #fff!important;
	background-color: #ff0064
}
.medialibrary-magnific .dropdown-menu {
	list-style: none;
	position: relative
}
.medialibrary-magnific .tab-content {
	padding-left: 0;
	padding-right: 0
}
.medialibrary-magnific .tab-content .tab-pane {
	padding-top: 15px
}
.medialibrary-magnific .tab-content .pagination {
	font-size: 1.1rem
}
.medialibrary-magnific .tab-content .pagination a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.medialibrary-magnific .tab-content .pagination a.active, .medialibrary-magnific .tab-content .pagination a:hover {
	color: #5f5f5f
}
.medialibrary-magnific .tab-content .pagination a.first.active, .medialibrary-magnific .tab-content .pagination a.first:hover, .medialibrary-magnific .tab-content .pagination a.last.active, .medialibrary-magnific .tab-content .pagination a.last:hover {
	color: #5f5f5f
}
.medialibrary-magnific .tab-content .pagination a.first, .medialibrary-magnific .tab-content .pagination a.last {
	color: #ff0064
}
.medialibrary-magnific .tab-content .pagination .first::after {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary-magnific .tab-content .pagination .last::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary-magnific .tab-content .pagination.oneof {
	font-size: 1.1rem
}
.medialibrary-magnific .tab-content .pagination.oneof a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.medialibrary-magnific .tab-content .pagination.oneof a.active, .medialibrary-magnific .tab-content .pagination.oneof a:hover {
	color: #5f5f5f
}
.medialibrary-magnific .tab-content .pagination.oneof a.first.active, .medialibrary-magnific .tab-content .pagination.oneof a.first:hover, .medialibrary-magnific .tab-content .pagination.oneof a.last.active, .medialibrary-magnific .tab-content .pagination.oneof a.last:hover {
	color: #5f5f5f
}
.medialibrary-magnific .tab-content .pagination.oneof a.first, .medialibrary-magnific .tab-content .pagination.oneof a.last {
	color: #ff0064
}
.medialibrary-magnific .tab-content .pagination.oneof .first::after {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary-magnific .tab-content .pagination.oneof .last::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 2.5rem;
	font-weight: bolder
}
.medialibrary-magnific .innertabs .nav-tabs>li>a {
	border: none;
	color: #ff0064!important
}
.medialibrary-magnific .innertabs .nav-tabs>li.active>a {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav-tabs>li.active>a:focus, .medialibrary-magnific .innertabs .nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav-tabs>li.activecategory>a {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav-tabs>li.activecategory>a:focus, .medialibrary-magnific .innertabs .nav-tabs>li.activecategory>a:hover {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav.nav-tabs>li>a:focus, .medialibrary-magnific .innertabs .nav.nav-tabs>li>a:hover {
	border-bottom: 2px solid #ff0064!important;
	color: #ff0064!important;
	background: #839e5f;
	text-decoration: none
}
.medialibrary-magnific .innertabs .nav.dropdown>li>button {
	color: #ff0064;
	background: #839e5f!important;
	border-bottom: 2px solid #ff0064!important;
	border-radius: 0
}
.media-gallery .media-gallery-item-cover .gallary-title, .media-gallery-video .media-gallery-item-cover .gallary-title {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	margin-bottom: 6px;
	cursor: pointer
}
.media-gallery .media-gallery-item-cover .gallary-title:hover, .media-gallery-video .media-gallery-item-cover .gallary-title:hover {
	color: #00e6be
}
.media-gallery .media-gallery-item-cover .gallary-title a, .media-gallery-video .media-gallery-item-cover .gallary-title a {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	text-decoration: none
}
.media-gallery .media-gallery-item-cover .gallary-title a:hover, .media-gallery-video .media-gallery-item-cover .gallary-title a:hover {
	color: #00e6be
}
.media-gallery .media-gallery-item-cover .gallary-description, .media-gallery-video .media-gallery-item-cover .gallary-description {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	color: #ff0064
}
.media-gallery .media-gallery-item-cover .download-image, .media-gallery-video .media-gallery-item-cover .download-image {
	background-image: url(../images/icon-image-blue.svg)
}
.media-gallery .media-gallery-item-cover .download-image-small, .media-gallery-video .media-gallery-item-cover .download-image-small {
	background-image: url(../images/icon-image-blue.svg)
}
.media-gallery .media-gallery-item-cover .download-video, .media-gallery-video .media-gallery-item-cover .download-video {
	background-image: url(../images/icon-video-blue.svg)
}
.media-gallery .media-gallery-item-cover .download-video-small, .media-gallery-video .media-gallery-item-cover .download-video-small {
	background-image: url(../images/icon-video-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title {
	background: #839e5f
}
.mfp-content .mfp-bottom-bar .mfp-title .image-popup-title {
	font-family: Poppins, sans-serif;
	font-size: 1.47rem;
	color: #ff0064;
	font-weight: 500
}
.mfp-content .mfp-bottom-bar .mfp-title .image-popup-description {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #ff0064!important;
	opacity: .8;
	line-height: 20px
}
.mfp-content .mfp-bottom-bar .mfp-title .download-image {
	background-image: url(../images/icon-image-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title .download-image-small {
	background-image: url(../images/icon-image-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title .download-video {
	background-image: url(../images/icon-video-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title .download-video-small {
	background-image: url(../images/icon-video-blue.svg)
}
.mfp-content .mfp-bottom-bar .mfp-title .btn-download {
	border: solid 1px #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	letter-spacing: .4px
}
.mfp-content .btn-controls-slider {
	border: none
}
.mfp-content .btn-controls-slider.mfp-arrow-right {
	background: #839e5f;
	color: #ff0064
}
.mfp-content .btn-controls-slider.mfp-arrow-right::after {
	border-left: 0;
	margin-left: 0;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 3rem;
	font-weight: bolder
}
.mfp-content .btn-controls-slider.mfp-arrow-right:hover {
	color: #00e6be
}
.mfp-content .btn-controls-slider.mfp-arrow-left {
	background: #839e5f;
	color: #ff0064
}
.mfp-content .btn-controls-slider.mfp-arrow-left::after {
	border-right: 0;
	font-family: FontAwesome;
	content: "\f104";
	font-size: 3rem;
	font-weight: bolder;
	margin-left: 0
}
.mfp-content .btn-controls-slider.mfp-arrow-left:hover {
	color: #00e6be
}
.video-gallery-popup {
	cursor: default
}
.video-gallery-popup .mfp-content .modal .description-area {
	color: #ff0064
}
.video-gallery-popup .mfp-content .modal .description-area .text-title {
	font-size: 1.47rem;
	font-family: Poppins, sans-serif
}
.video-gallery-popup .mfp-content .modal .description-area .text-description p {
	font-size: 1.6rem;
	opacity: .8;
	line-height: 1.43
}
@media screen and (max-width:767px) {
.newsroom .tab-content {
	margin-bottom: 30px
}
}
.newsroom .tab-content .tab-pane>p:first-child {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 1.8rem
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-title {
	font-family: Poppins, sans-serif!important;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.4;
	color: #ff0064;
	text-decoration: none
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-date {
	font-size: 1.3rem;
	color: #ff0064;
	font-family: Poppins, sans-serif!important;
	opacity: .6;
	line-height: 1.5
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-desc {
	font-size: 1.3rem;
	color: #ff0064;
	font-family: Poppins, sans-serif!important;
	opacity: .6;
	line-height: 1.5
}
.newsroom .tab-content .tab-pane .news .news-desc .more-link {
	color: #5f5f5f;
	font-family: Poppins, sans-serif!important
}
.newsroom .tab-content .tab-pane .news .news-desc .more-link a {
	color: #5f5f5f;
	font-size: 1rem;
	text-decoration: none
}
.newsroom .tab-content .tab-pane .news .news-desc .more-link a:after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.6rem;
	font-weight: bolder
}
.newsroom .pagination {
	font-size: 1.1rem
}
.newsroom .pagination a {
	font-family: Poppins, sans-serif;
	color: #979797
}
.newsroom .pagination a.active, .newsroom .pagination a:hover {
	color: #5f5f5f
}
.newsroom .pagination a.first.active, .newsroom .pagination a.first:hover, .newsroom .pagination a.last.active, .newsroom .pagination a.last:hover {
	color: #5f5f5f
}
.newsroom .pagination a.first, .newsroom .pagination a.last {
	color: #ff0064
}
.newsroom .pagination .first::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.newsroom .pagination .last::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.newsroom .pagination.oneof {
	font-size: 1.1rem
}
.newsroom .pagination.oneof a {
	font-family: Poppins, sans-serif;
	color: #979797
}
.newsroom .pagination.oneof a.active, .newsroom .pagination.oneof a:hover {
	color: #5f5f5f
}
.newsroom .pagination.oneof a.first.active, .newsroom .pagination.oneof a.first:hover, .newsroom .pagination.oneof a.last.active, .newsroom .pagination.oneof a.last:hover {
	color: #5f5f5f
}
.newsroom .pagination.oneof a.first, .newsroom .pagination.oneof a.last {
	color: #ff0064
}
.newsroom .pagination.oneof .first::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.newsroom .pagination.oneof .last::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.newsroom .nav-tabs {
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	font-weight: 500
}
.newsroom .nav-tabs li {
	font-family: Poppins, sans-serif!important;
	font-size: 1.95rem!important;
	font-weight: 500
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	background: 0 0
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 {
	font-size: 3.6rem;
	font-weight: 500;
	font-family: Poppins, sans-serif
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 span {
	font-size: 3.6rem;
	font-weight: 100
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption p {
	font-size: 2.3rem;
	font-weight: 300;
	font-family: Poppins, sans-serif
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	color: #fff;
	border: solid 1px #fff
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	font-size: 1.1rem;
	background: #839e5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	font-family: Poppins, sans-serif;
	color: #979797
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next:hover, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous {
	color: #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
@media screen and (min-width:320px) {
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	background-color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	background: #839e5f
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 {
	color: #ff0064;
	line-height: 1.17;
	font-size: 1.47rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 span {
	font-size: 1.47rem;
	font-weight: 100
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption p {
	color: #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	background: 0 0;
	color: #ff0064;
	border: solid 1px #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	font-size: 1.1rem;
	background: #839e5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next:hover, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous {
	color: #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
}
@media screen and (min-width:768px) {
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	background-color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	background: 0 0
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 {
	color: #fff;
	line-height: 1.17;
	font-size: 3.6rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 span {
	font-size: 3.6rem;
	font-weight: 300
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption p {
	color: #fff;
	font-size: 1.8rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	color: #fff;
	border: solid 1px #fff
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	font-size: 1.1rem;
	background: #839e5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	font-family: Poppins, sans-serif;
	color: #979797
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next:hover, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous {
	color: #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
}
@media screen and (min-width:992px) {
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	background-color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	background: 0 0
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 {
	color: #fff;
	line-height: 1.17;
	font-size: 3.6rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 span {
	font-size: 3.6rem;
	font-weight: 300
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption p {
	color: #fff;
	font-size: 1.8rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	color: #fff;
	border: solid 1px #fff
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	font-size: 1.1rem;
	background: #839e5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	font-family: Poppins, sans-serif;
	color: #979797
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next:hover, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous {
	color: #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-banner-version-one .article-slide .carousel-indicators li .caption {
	font-family: Poppins, sans-serif;
	color: #fff
}
}
@media screen and (min-width:1200px) {
.t-two-banner-version-one .transition-timer-carousel-progress-bar {
	background-color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption {
	background: 0 0
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 {
	color: #fff;
	line-height: 1.17;
	font-size: 3.6rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption h3 span {
	font-size: 3.6rem;
	font-weight: 300
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption p {
	color: #fff;
	font-size: 1.8rem
}
.t-two-banner-version-one .carousel .carousel-inner .item .carousel-caption .more-button {
	color: #fff;
	border: solid 1px #fff
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous {
	font-size: 1.1rem;
	background: #839e5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a {
	font-family: Poppins, sans-serif;
	color: #979797
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next:hover, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous.active, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous:hover {
	color: #5f5f5f
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.next, .t-two-banner-version-one .carousel .carousel-inner .controls-next-previous a.previous {
	color: #ff0064
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .previous::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-banner-version-one .carousel .carousel-inner .controls-next-previous .next::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
}
.t2-banner-ver-2-wrapper .slide-progress {
	background: #ff0064
}
.t2-banner-ver-2-wrapper .sync1 .item {
	color: #fff
}
.t2-banner-ver-2-wrapper .sync2 .item {
	color: #fff
}
.t2-banner-ver-2-wrapper .sync2 .item h2.banner-heading-text {
	font-size: 4.7rem;
	font-family: Poppins, sans-serif;
	line-height: 5.2rem;
	letter-spacing: -.7px;
	color: #839e5f;
	margin-top: 0
}
.t2-banner-ver-2-wrapper .sync2 .item h2.banner-heading-text span {
	font-family: Poppins, sans-serif;
	color: #5f5f5f
}
.t2-banner-ver-2-wrapper .sync2 .item p {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	opacity: .8;
	line-height: 2rem
}
.t2-banner-ver-2-wrapper .sync2 .item a {
	border: 2px solid #00e6be;
	font-size: 1.95rem;
	font-family: Poppins, sans-serif;
	letter-spacing: .5px;
	color: #fff;
	background: #00e6be;
	font-weight: 500
}
.t2-banner-ver-2-wrapper .sync2 .item a span {
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	width: 8px;
	height: 8px
}
.t2-banner-ver-2-wrapper .owl-thumbs {
	background: #839e5f
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.25)
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-gradient(linear, left top, right top, from(#00e6be), color-stop(50%, #00e6be), color-stop(50%, #00e6be));
	background-image: linear-gradient(to right, #00e6be, #00e6be 50%, #00e6be 50%);
	background-size: 200% 100%;
	background-position: 100%;
	font-size: 1.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: rgba(255,255,255,.7);
	height: 134px;
	letter-spacing: -.3px;
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	padding: 20px 50px 20px 30px
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p span.counter {
	font-weight: 300;
	display: block;
	margin: 0 0 10px;
	position: relative;
	line-height: 25px
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item:last-child {
	border: 0
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active {
	opacity: 1;
	-webkit-transition: none;
	transition: none
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	background-position: 0;
	-webkit-transition: none;
	transition: none;
	color: #ff0064;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff));
	background-image: linear-gradient(to right, #fff, #fff 50%, #fff 50%)
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p span.counter {
	font-weight: 700
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p span.counter:before {
	content: '';
	height: 1px;
	width: 10px;
	position: relative;
	left: 0;
	display: inline-block;
	background: #ff0064;
	top: -5px;
	margin-right: 8px
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p {
	color: #5f5f5f
}
}
@supports (-ms-ime-align:auto) {
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p {
color:#5f5f5f;
-webkit-text-fill-color:#5f5f5f
}
}
@media screen and (max-width:640px) {
.t2-banner-ver-2-wrapper .slide-counter {
	font-size: 1.3rem;
	font-family: Poppins, sans-serif;
	line-height: 1.8rem;
	color: #f7f7f7;
	display: none
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .item .banner-content h2.banner-heading-text {
	font-size: 1.47rem;
	line-height: 3rem
}
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_name {
	font-family: Poppins, sans-serif;
	font-size: 3.05rem;
	font-weight: 500;
	color: #fff
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post a {
	font-family: Poppins, sans-serif;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #5f5f5f;
	font-weight: 500
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post a:after {
	border: 1px solid #50e600;
	border-right: 0;
	border-bottom: 0
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_post .focus-text {
	color: #fff;
	line-height: 1.9rem;
	font-weight: 300;
	font-family: Poppins, sans-serif
}
.t2_bod_wrap .bod-inner-wrapper {
	background: rgba(216,216,216,.1)
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container {
	color: #ff0064;
	font-family: Poppins, sans-serif
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .icon-close {
	background: #092546;
	color: #fff
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .icon-close:after, .t2_bod_wrap .bod-inner-wrapper .bod-content-container .icon-close:before {
	background: #839e5f
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner {
	float: left
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-title {
	font-size: 3.82rem;
	color: #ff0064;
	font-weight: 500
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 300
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content h3, .t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content h4 {
	font-family: Poppins, sans-serif
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content p {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2rem
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content p strong {
	font-size: 3.05rem;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: Poppins, sans-serif
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container ul.bod-inner-social li {
	list-style-type: none!important
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a {
	color: #fff;
	background: #092546;
	font-size: 1.7rem
}
.t2_bod_wrap .bod-inner-wrapper .bod-content-container ul.bod-inner-social li a::after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #fff;
	font-size: 18px
}
@media screen and (max-width:991px) {
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_name {
	font-size: 1.1rem
}
}
@media screen and (max-width:480px) {
.nav-tabs-horizontal a.nav-tabs-dropdown {
	font-size: 2.3rem
}
.nav-tabs-horizontal .nav-tabs>li.active>a {
	background: #0089a3;
	color: #839e5f!important
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container ul.bod-inner-social li {
	margin-right: 11px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-title {
	font-size: 2.2rem
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position {
	font-size: 1.3rem
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content p {
	font-size: 1.3rem
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content p strong {
	font-size: 2rem
}
}
@media screen and (max-width:767px) {
.nav-tabs-horizontal .nav-tabs>li.active>a {
	background: #fa0!important;
	color: #ff0064!important;
	border-bottom: 0;
	border-radius: 0!important
}
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .form-control::-webkit-input-placeholder {
font-family:Roboto-Medium;
font-size:18px;
font-weight:500;
font-style:normal;
font-stretch:normal;
color:#092546
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .form-control::-moz-placeholder {
font-family:Roboto-Medium;
font-size:18px;
font-weight:500;
font-style:normal;
font-stretch:normal;
color:#092546
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .form-control:-ms-input-placeholder {
font-family:Roboto-Medium;
font-size:18px;
font-weight:500;
font-style:normal;
font-stretch:normal;
color:#092546
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .form-control::-ms-input-placeholder {
font-family:Roboto-Medium;
font-size:18px;
font-weight:500;
font-style:normal;
font-stretch:normal;
color:#092546
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .form-control::placeholder {
font-family:Roboto-Medium;
font-size:18px;
font-weight:500;
font-style:normal;
font-stretch:normal;
color:#092546
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .control-label {
	font-size: 14px;
	color: #092546
}
.contact-us-wrapper .web-form-wrap .webform-submission-form .webform-type-checkboxes legend {
	font-family: Roboto-Medium;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #092546
}
.t-two-financial-calender a.carousel-control.nice-select.open, .t-two-financial-calender a.carousel-control:active {
	border: solid #000
}
.t-two-financial-calender a.carousel-control:focus {
	border: solid #000
}
.t-two-financial-calender .controlsWrap {
	background: #839e5f
}
.t-two-financial-calender a.prevLink {
	border: solid #ff0064
}
.t-two-financial-calender a.nextLink {
	border: solid #ff0064
}
.t-two-financial-calender .carousel-counter {
	font-family: Poppins, sans-serif
}
.t-two-financial-calender .financial-calender-table thead tr th {
	background-color: rgba(9,37,70,.8);
	color: #fff;
	font-size: 1.95rem;
	font-family: Poppins, sans-serif
}
.t-two-financial-calender .financial-calender-table thead tr th:nth-child(1) {
	font-family: Poppins, sans-serif;
	font-weight: 400
}
.t-two-financial-calender .financial-calender-table thead tr th:nth-child(2) {
	text-align: center
}
.t-two-financial-calender .financial-calender-table tbody tr {
	height: 74px
}
.t-two-financial-calender .financial-calender-table tbody tr td {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #ff0064;
	position: relative
}
.t-two-financial-calender .financial-calender-table tbody tr td:nth-child(1) {
	font-family: Poppins, sans-serif;
	text-align: left;
	color: #ff0064;
	font-weight: 500;
	font-size: 2.3rem
}
.t-two-financial-calender .financial-calender-table tbody tr td:nth-child(1):hover {
	font-family: Poppins, sans-serif;
	font-weight: 800
}
.t-two-financial-calender .financial-calender-table tbody tr td:nth-child(1), .t-two-financial-calender .financial-calender-table tbody tr td:nth-child(3) {
	width: 20%
}
.t-two-financial-calender .financial-calender-table tbody tr td:nth-child(2) {
	text-align: center;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	width: 60%
}
.t-two-financial-calender .fin-calendarlink {
	background: url(../images/icon-calender-green.svg) no-repeat 0 0
}
.t-two-financial-calender .newsroom .pagination {
	font-size: 1.1rem
}
.t-two-financial-calender .newsroom .pagination a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.t-two-financial-calender .newsroom .pagination a.active, .t-two-financial-calender .newsroom .pagination a:hover {
	color: #5f5f5f;
	text-decoration: none
}
.t-two-financial-calender .newsroom .pagination a.first.active, .t-two-financial-calender .newsroom .pagination a.first:hover, .t-two-financial-calender .newsroom .pagination a.last.active, .t-two-financial-calender .newsroom .pagination a.last:hover {
	color: #5f5f5f;
	text-decoration: none
}
.t-two-financial-calender .newsroom .pagination a.first, .t-two-financial-calender .newsroom .pagination a.last {
	color: #ff0064
}
.t-two-financial-calender .newsroom .pagination .first::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-financial-calender .newsroom .pagination .last::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-financial-calender .newsroom .pagination.oneof {
	font-size: 1.1rem
}
.t-two-financial-calender .newsroom .pagination.oneof a {
	font-family: Poppins, sans-serif;
	color: #979797;
	text-decoration: none
}
.t-two-financial-calender .newsroom .pagination.oneof a.active, .t-two-financial-calender .newsroom .pagination.oneof a:hover {
	color: #5f5f5f;
	text-decoration: none
}
.t-two-financial-calender .newsroom .pagination.oneof a.first.active, .t-two-financial-calender .newsroom .pagination.oneof a.first:hover, .t-two-financial-calender .newsroom .pagination.oneof a.last.active, .t-two-financial-calender .newsroom .pagination.oneof a.last:hover {
	color: #5f5f5f
}
.t-two-financial-calender .newsroom .pagination.oneof a.first, .t-two-financial-calender .newsroom .pagination.oneof a.last {
	color: #ff0064
}
.t-two-financial-calender .newsroom .pagination.oneof .first::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
.t-two-financial-calender .newsroom .pagination.oneof .last::after {
	font-family: FontAwesome;
	font-size: 2.5rem;
	font-weight: bolder
}
body {
	margin-bottom: 0!important
}
.t-two-footer {
	font-family: Poppins, sans-serif
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	font-family: Poppins, sans-serif!important;
	color: #fff!important;
	font-size: 1.1rem;
	font-weight: 500
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .component-title {
	font-family: Poppins, sans-serif!important;
	color: #fff!important;
	font-size: 1.1rem;
	font-weight: 500;
	margin-top: 0!important;
	margin-bottom: 28px!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content p {
	color: #fff!important;
	font-weight: 300!important;
	font-size: 1.6rem!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .email-textbox {
	background: #fff!important;
	color: #ff0064!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	background: #fff!important;
	color: #ff0064!important;
	font-family: Poppins, sans-serif!important;
	font-weight: 400!important;
	font-size: 1.8rem;
	line-height: 3.2rem;
	text-align: center;
	border-radius: 0!important
}
.t-two-footer h2.block-title {
	color: #fff;
	font-size: 1.1rem
}
.t-two-footer h2.section-title {
	color: #fff;
	font-size: 1.1rem;
	margin-top: 10px
}
.t-two-footer .quick-links {
	font-size: 1.3rem;
	line-height: 2.8rem
}
.t-two-footer .quick-links li {
	padding-bottom: 5px
}
.t-two-footer .quick-links li a {
	font-family: Poppins, sans-serif;
	color: #fff;
	font-weight: 300
}
.t-two-footer .quick-text {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	line-height: 2.8rem
}
.t-two-footer .quick-text li p {
	font-family: Poppins, sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 1.6rem
}
.t-two-footer .quick-text i.fa {
	color: #fff;
	border-radius: 60px;
	border: 2px solid #fff;
	padding: .5em .6em
}
.t-two-footer .quick-text i.fa:hover {
	border: 2px solid #5f5f5f;
	color: #5f5f5f
}
.t-two-footer .quick-text i.fa.fa-envelope {
	padding: .5em .5em
}
@media screen and (min-width:320px) {
.t-two-footer {
	font-family: Poppins, sans-serif
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	color: #fff!important;
	font-size: 1.1rem!important
}
.t-two-footer h2.block-title {
	font-weight: 500
}
.t-two-footer h2.section-title {
	font-weight: 500
}
.t-two-footer .quick-links li.first {
	padding-left: 0
}
.t-two-footer .quick-links li.first a {
	padding-left: 0
}
.t-two-footer .quick-links li.last {
	padding-left: 5px
}
.t-two-footer .quick-links li.last a {
	border-right: none
}
}
@media screen and (min-width:768px) {
.t-two-footer {
	font-family: Poppins, sans-serif;
	background: #ff0064!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content {
	position: relative!important;
	padding: 0!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	color: #fff!important;
	font-size: 1.1rem!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	background: #fff!important;
	color: #ff0064!important;
	font-family: Poppins, sans-serif!important;
	font-weight: 400!important;
	font-size: 1.8rem;
	line-height: 3.2rem;
	text-align: center;
	border-radius: 0
}
.t-two-footer .quick-links.list-inline {
	margin-left: 0;
	font-family: Poppins, sans-serif;
	font-size: 1.3rem!important
}
.t-two-footer .quick-links.list-inline li {
	width: auto;
	font-family: Poppins, sans-serif;
	font-size: 1.3rem!important
}
.t-two-footer .quick-links.list-inline li a {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem!important;
	padding-right: 10px;
	border-right: 1px solid
}
.t-two-footer .quick-links li.last {
	padding-left: 10px
}
.t-two-footer .quick-text .input-group .form-control.email-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btn-email-submit {
	height: 44px;
	width: 104px
}
}
@media screen and (min-width:992px) {
.t-two-footer {
	font-family: Poppins, sans-serif;
	background: #ff0064!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	color: #fff!important;
	font-size: 1.1rem!important
}
.t-two-footer .quick-links li {
	padding-left: 0
}
.t-two-footer .quick-links li.last {
	padding-left: 15px
}
.t-two-footer .quick-links li.last a {
	border-right: 0
}
.t-two-footer .quick-text i.fa.fa-facebook {
	padding-left: 10px;
	padding-right: 10px
}
.t-two-footer .quick-text .socialIcons {
	padding-right: 15px
}
.t-two-footer .quick-text .input-group .form-control.email-input-footer {
	height: 44px;
	width: 195px
}
.t-two-footer .quick-text .input-group .input-group-btn {
	float: left!important
}
.t-two-footer .quick-text .input-group .btn-email-submit {
	height: 44px;
	width: 104px
}
}
@media screen and (min-width:1200px) {
.t-two-footer {
	font-family: Poppins, sans-serif;
	background: #ff0064!important
}
.t-two-footer .signpost-email-sign-up .signpost-wrap .signpost-content h2 {
	color: #fff!important
}
.t-two-footer h2 {
	color: #fff;
	font-size: 1.1rem
}
.t-two-footer .quick-links li.last {
	padding-left: 10px
}
.t-two-footer .quick-links li.last a {
	border-right: 0
}
.t-two-footer .quick-text i.fa {
	color: #fff;
	display: inline-block;
	border-radius: 60px;
	border: 2px solid #fff;
	padding: .5em .6em
}
.t-two-footer .quick-text i.fa:hover {
	border: 2px solid #5f5f5f;
	color: #5f5f5f
}
.t-two-footer .quick-text i.fa.fa-envelope {
	padding: .5em .5em
}
}
.t-two-history-timeline .timeline-info {
	font-size: 1.95rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 .5em;
	text-transform: uppercase;
	white-space: nowrap
}
.t-two-history-timeline .timeline-marker:before {
	background: #50e600
}
.t-two-history-timeline .timeline-marker:after {
	background: #d8d8d8
}
.t-two-history-timeline .timeline-content .timeline-year {
	font-size: 4.8rem;
	color: #50e600;
	font-family: Poppins, sans-serif;
	line-height: 57px
}
.t-two-history-timeline .timeline-content .timeline-title {
	font-size: 2.3rem;
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-weight: 400!important;
	line-height: 24px
}
.t-two-history-timeline .timeline-content .timeline-description {
	font-size: 1.3rem;
	color: #ff0064;
	font-family: Poppins, sans-serif;
	line-height: 18px
}
.t-two-history-timeline .marker-outline .timeline-marker:before {
	background: 0 0;
	border-color: #50e600
}
.content .addr-left p, .field-content .addr-left p, .view-content .addr-left p {
	font-size: 1.3rem;
	line-height: 1.95rem;
	font-family: Poppins, sans-serif
}
.content .addr-left p.addr-title, .field-content .addr-left p.addr-title, .view-content .addr-left p.addr-title {
	font-size: 1.95rem;
	font-family: Poppins, sans-serif
}
.t2-map-component .map-content {
	border-left: 2px solid #5f5f5f
}
.t2-map-component .map-content h4 {
	font-size: 1.2rem;
	font-family: Poppins, sans-serif;
	line-height: 1.47rem;
	margin: 0 0 6px
}
.t2-map-component .map-content p {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	line-height: 1.95rem;
	opacity: .6
}
.t2-map-component .view-switch {
	background: #fff
}
.t2-map-component .view-switch a {
	color: #ff0064;
	font-size: 1.6rem;
	line-height: 2.3rem;
	opacity: .6
}
.t2-map-component .view-switch a.active {
	opacity: 1
}
.select-style {
	border: 1px solid #ff0064;
	width: 100%;
	overflow: hidden;
	color: #ff0064;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	background: #839e5f url(../images/map-select-icon.svg) no-repeat 94% 50%
}
.map-detail-mobile-layout {
	border: 1px solid #ff0064
}
.map-list-view-content .scroll-table-container table tbody tr td a {
	color: inherit;
	text-decoration: none
}
.map-list-view-content .scroll-table-container table tbody tr td a:hover {
	text-decoration: underline
}
.medialibrary-magnific .innertabs .nav-tabs>li.active>a {
	border-bottom: 2px solid #ff0064!important
}
.nav-tabs-horizontal a.nav-tabs-dropdown {
	background: #ff0064;
	color: #fff;
	font-size: 1.95rem;
	padding: 23px 30px
}
.nav-tabs-horizontal a.nav-tabs-dropdown:after {
	content: '';
	color: #fff;
	font-family: FontAwesome;
	font-size: 1.95rem
}
.medialibrary-magnific .nav.dropdown {
	margin-top: -20px
}
.medialibrary-magnific .nav.dropdown .caret {
	display: none
}
.medialibrary-magnific .nav.dropdown:after {
	content: '';
	color: #ff0064;
	font-family: FontAwesome;
	font-size: 2.1rem;
	margin-top: 5px;
	position: absolute;
	top: 11px;
	right: 25px;
	pointer-events: none
}
.medialibrary-magnific .nav.dropdown li .dropdown-toggle {
	padding: 19px 31px!important;
	text-decoration: none
}
.medialibrary-magnific .nav.dropdown li .dropdown-text i {
	width: 11px;
	margin: 0;
	margin-right: -2px;
	margin-top: 3px
}
.bod-tablist-row {
	border-bottom: 1px solid #f2f4f6
}
.bod-tablist-row ul li {
	font-weight: 400;
	padding: 0 23px
}
.bod-tablist-row ul li a {
	opacity: .25;
	color: #ff0064;
	padding: 0 23px
}
.bod-tablist-row ul li.active a, .bod-tablist-row ul li:hover a {
	opacity: 1
}
.bod-tablist-row .more-list.active ul {
	background: #fff
}
.mobile-info-bod a.board-of-directors--person_name {
	font-size: 1.1rem;
	font-family: Poppins, sans-serif;
	text-decoration: none;
	color: #ff0064;
	line-height: 1.2
}
.mobile-info-bod .board-of-directors--person_name {
	font-size: 1.1rem;
	font-family: Poppins, sans-serif
}
.mobile-info-bod .board-of-directors--person_post p {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem
}
.modal-backdrop {
	background: #ff0064
}
.modal-backdrop.in {
	opacity: .9
}
.media-gallery .views-element-container, .media-gallery-video .views-element-container {
	display: block;
	width: 100%
}
.media-gallery .modalblock .modal-content {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.media-gallery .modalblock .modal-content .description-area .text_description {
	color: #fff;
	font-family: Poppins, sans-serif;
	opacity: .8
}
.media-gallery .modalblock .modal-content .description-area .text_title {
	color: #fff;
	font-size: 1.2rem;
	font-family: Poppins, sans-serif
}
.media-gallery .modalblock .modal-content .btn_download {
	background: 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	color: #fff;
	letter-spacing: .4px
}
.media-gallery .views-element-container, .media-gallery-video .views-element-container {
	display: block;
	width: 100%
}
.medialibrary .board-of-directors-box .desktop-overlay-bod {
	background: rgba(9,37,70,.7)
}
@media screen and (max-width:991px) {
.medialibrary .board-of-directors-box .desktop-overlay-bod {
	display: none
}
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents h4 {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.47rem
}
.medialibrary .board-of-directors-box .desktop-overlay-bod .bod-overlay-contents a {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	border: 1px solid #fff
}
.video-gallery-popup .mfp-content .modal .video-content {
	position: relative
}
.video-gallery-popup .mfp-content .modal .description-area {
	color: #839e5f;
	padding: 25px 12px
}
.video-gallery-popup .mfp-content .modal .description-area .text-title {
	font-size: 1.1rem;
	width: 100%
}
.video-gallery-popup .mfp-content .modal .description-area .text-description p {
	font-family: Poppins, sans-serif;
	opacity: .8
}
.video-gallery-popup .mfp-content .modal .btn-controls-slider {
	top: auto;
	z-index: 9;
	bottom: 0
}
.video-gallery-popup .mfp-content .modal .btn-controls-slider.mfp-arrow-right:after {
	font-size: 1.1rem
}
.video-gallery-popup .mfp-content .modal .btn-controls-slider.mfp-arrow-left:after {
	font-size: 1.1rem
}
@media screen and (min-width:992px) {
.medialibrary-magnific .innertabs .nav-tabs>li.active>a {
	border-bottom: 2px solid #5f5f5f!important
}
}
@media screen and (min-width:768px) {
.media-gallery .modalblock .modal-content .description-area .text_title {
	font-size: 1.47rem
}
.medialibrary-magnific.medialibrary .bod-tablist-row ul>li.active>a {
	border-bottom: 2px solid #5f5f5f!important
}
.medialibrary-magnific.medialibrary .bod-tablist-row ul>li>a:hover {
	opacity: 1
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list {
	margin-left: 15px
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list span {
	opacity: .25;
	color: #ff0064;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list span:hover {
	opacity: 1
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list ul li a {
	opacity: .25;
	color: #ff0064
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list.active span {
	opacity: 1
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list.active ul {
	background: #fff;
	border: 1px solid #ff0064
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list.active ul li {
	color: #ff0064;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list.active ul li a {
	opacity: 1
}
.medialibrary-magnific.medialibrary .bod-tablist-row .more-list.active ul li:hover a {
	background: #d8d8d8;
	text-decoration: none
}
.video-gallery-popup .mfp-content .modal .description-area {
	padding: 35px 30px
}
.video-gallery-popup .mfp-content .modal .description-area .text-title {
	font-size: 1.47rem
}
}
@media screen and (max-width:767px) {
.medialibrary-magnific.medialibrary .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs li {
	font-weight: 500
}
.medialibrary-magnific.medialibrary .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs li a {
	opacity: 1;
	line-height: 20px
}
}
.t2-featured-content-block.t2-newsfullwidth .list-item-date {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	line-height: 1.95rem;
	color: #ff0064;
	opacity: .6;
margin-bottom:.2rem
}
.t2-featured-content-block.t2-newsfullwidth .box-item-desc {
	margin-bottom: 0
}
.t2-featured-content-block.t2-newsfullwidth .box-item-title {
	font-family: Poppins, sans-serif;
	font-weight: 500!important
}
.top-nav-search.t2-search .search-bar {
	color: #ff0064
}
.top-nav-search.t2-search .search-bar .social-header {
	border-bottom: 1px solid rgba(151,151,151,.2)
}
@media screen and (max-width:991px) {
.top-nav-search.t2-search .search-bar .social-header {
	display: block!important;
	margin: 0!important
}
}
.top-nav-search.t2-search .search-bar .social-header .utility-label {
	font-family: Poppins, sans-serif;
	font-size: 1.47rem;
	font-weight: 400
}
.top-nav-search.t2-search .search-bar .social-header .bar-close {
	color: #ff0064
}
@media screen and (max-width:991px) {
.top-nav-search.t2-search .search-bar .social-header .bar-close {
	display: block!important
}
}
.top-nav-search.t2-search .search-bar .search-input {
	border-bottom: 1px solid rgba(151,151,151,.2)
}
.top-nav-search.t2-search .search-bar .search-input:after {
	font-family: FontAwesome;
	color: #50e600;
	font-size: 3rem
}
.top-nav-search.t2-search .search-bar .search-input input {
	font-size: 3.6rem;
	color: #50e600;
	font-family: Poppins, sans-serif;
	font-weight: 300
}
.top-nav-search.t2-search .search-bar .search-input input::-webkit-input-placeholder {
font-size:4.2rem;
color:#50e600;
font-family:Poppins, sans-serif;
font-weight:300
}
.top-nav-search.t2-search .search-bar .search-input input::-moz-placeholder {
font-size:4.2rem;
color:#50e600;
font-family:Poppins, sans-serif;
font-weight:300
}
.top-nav-search.t2-search .search-bar .search-input input:-ms-input-placeholder {
font-size:4.2rem;
color:#50e600;
font-family:Poppins, sans-serif;
font-weight:300
}
.top-nav-search.t2-search .search-bar .search-input input:-moz-placeholder {
font-size:4.2rem;
color:#50e600;
font-family:Poppins, sans-serif;
font-weight:300
}
.body-overlay.on {
	background: #000;
	opacity: .3
}
.social-share-overlay {
	background: #839e5f
}
@media screen and (max-width:991px) {
.top-links .top-sub-links ul li {
	border: 1px solid rgba(151,151,151,.2);
	border-left: 0;
	border-right: 0
}
.top-nav-search.t2-search .search-bar .search-input:after {
	font-size: 1.2rem;
	top: 5.1rem
}
.top-nav-search.t2-search .search-bar .search-input input {
	font-size: 1.2rem;
	padding: 0 5px
}
.top-nav-search.t2-search .search-bar .search-input input::-webkit-input-placeholder {
font-size:1.2rem
}
.top-nav-search.t2-search .search-bar .search-input input::-moz-placeholder {
font-size:1.2rem
}
.top-nav-search.t2-search .search-bar .search-input input:-ms-input-placeholder {
font-size:1.2rem
}
.top-nav-search.t2-search .search-bar .search-input input:-moz-placeholder {
font-size:1.2rem
}
}
.T2-search-form .heading-search-result .search-heading {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 3.4em;
	color: #092546
}
.T2-search-form .heading-search-result .search .btn {
	font-size: 0
}
.T2-search-form .heading-search-result .search .btn .glyphicon-search:before {
	color: #000;
	font-size: 20px
}
.T2-search-form .filter-by fieldset legend {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1em
}
.T2-search-form .filter-by fieldset>div {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343
}
.T2-search-form .filter-by fieldset>div label {
	font-weight: 400
}
.T2-search-result-wrapper .filter-by-publish-date .advance-search {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1.2em;
	color: #002776;
	font-weight: 700
}
.T2-search-result-wrapper .filter-by-publish-date fieldset legend {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1.4em;
	color: #000
}
.T2-search-result-wrapper .filter-by-publish-date fieldset>div label {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	color: #000
}
.T2-search-result-wrapper .filter-by-publish-date fieldset .go {
	color: #002776
}
.T2-search-result-wrapper .accordion .list-values li a {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	color: #002776;
	font-weight: 700;
	font-size: 1.2em
}
.T2-search-result-wrapper .accordion .list-values li a:hover {
	color: #fff
}
.T2-search-result-wrapper .accordion .accordion-select {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1.2em;
	color: #002776;
	font-weight: 700
}
.T2-search-result-wrapper .accordion .sort-by-relevance {
	margin: 20px 0;
	padding: 5px
}
.T2-search-result-wrapper .accordion .result-count {
	color: #333;
	line-height: 20px
}
.T2-search-result-wrapper .accordion .result-count strong {
	font-style: italic
}
.T2-search-result-wrapper .custom-links-container .custom-links dl dt {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1.4em;
	font-weight: 400;
	color: #000
}
.T2-search-result-wrapper .custom-links-container .custom-links dl dd a {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	color: #002776
}
.T2-search-result-wrapper .custom-links-container .trending-keywords {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1.4em;
	font-weight: 400;
	color: #000
}
.T2-search-result-wrapper .custom-links-container .trending-keywords .keywords a {
	color: #fff;
	font-size: 1.2em;
	display: block
}
.T2-search-result-wrapper .custom-links-container .trending-keywords .keywords a:hover {
	color: #002776
}
.T2-search-result-wrapper .actual-results {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1.2em
}
.T2-search-result-wrapper .actual-results .file-name {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	color: #002776;
	font-weight: 700
}
.T2-search-result-wrapper .actual-results .file-name a {
	color: #002776;
	text-decoration: none
}
.T2-search-result-wrapper .actual-results .file-name a:hover {
	color: #002776
}
.T2-search-result-wrapper .actual-results .file-path {
	color: #92a0bd
}
.T2-search-result-wrapper .actual-results .description {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	color: #545454
}
.T2-search-result-wrapper .no-results span {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	color: red;
	font-size: 1.2em
}
.T2-search-result-wrapper .load-more-results a {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	color: #434343;
	font-size: 1em;
	font-weight: 700;
	color: #002378
}
.t2-share-bar {
	color: #ff0064
}
.t2-share-bar.share-bar .social-header {
	border-bottom: 1px solid #f2f4f6
}
.t2-share-bar.share-bar .social-header .utility-label {
	font-family: Poppins, sans-serif;
	font-size: 1.47rem;
	font-weight: 400
}
@media screen and (max-width:991px) {
.t2-share-bar.share-bar .social-header .utility-label {
	padding-left: 20px
}
}
.t2-share-bar.share-bar .social-header .bar-close {
	color: #ff0064
}
.body-overlay.on {
	background: #000;
	opacity: .3
}
.social-share-overlay {
	background: #839e5f
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row i {
	color: #0089a3;
	border: 4px solid #0089a3;
	border-radius: 50%
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row span {
	color: #0089a3;
	font-family: Poppins, sans-serif;
	font-size: 1.8rem
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row:hover a {
	text-decoration: none
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row:hover a i {
	color: #50e600;
	border-color: #50e600
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row:hover a span {
	color: #50e600
}
.social-bar .t2-social-share.swiper-container .swiper-slide {
	background: #839e5f
}
.social-bar .swiper-button-prev {
	background: #839e5f url(../images/arrow-left-social-share.svg) no-repeat center center;
	left: 30px
}
.social-bar .swiper-button-next {
	background: #839e5f url(../images/arrow-right-social-share.svg) no-repeat center center;
	right: 30px
}
@media screen and (max-width:991px) {
.top-links .top-sub-links ul li {
	border: 0
}
.top-links .top-sub-links ul li.t2-search {
	border: 1px solid #f2f4f6;
	border-left: 0;
	border-right: 0
}
.top-links .top-sub-links ul li.t2-share {
	border: 0;
	border-bottom: 1px solid #f2f4f6
}
.top-links .top-sub-links ul li.t2-share>a {
	color: #ff0064
}
.top-links .top-sub-links ul li.t2-share>a:hover {
	color: #ff0064
}
.top-nav-share .t2-share-bar.share-bar .social-header .utility-label {
	font-size: 1.2rem;
	font-family: Poppins, sans-serif
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide .social-share-icon-row a {
	border-top: 0
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide .social-share-icon-row a span {
	font-family: Poppins, sans-serif
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide:last-child .social-share-icon-row {
	border-bottom: 0
}
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container.disabled .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] {
	border-top: 1px solid #f2f4f6
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row:hover a {
	border-top: 0
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row:focus a {
	border-top: 0
}
.top-nav-share .t2-share-bar.share-bar .social-share-icon-wrap .social-share-icon-row a {
	padding: 0
}
}
@media screen and (max-width:767px) {
.top-nav-share .t2-share-bar.share-bar .t2-social-share.swiper-container {
	border-top: 1px solid #f2f4f6
}
}
@media screen and (max-width:640px) {
.top-nav-share .t2-share-bar.share-bar .social-header {
	font-family: Poppins, sans-serif
}
.top-nav-share .t2-share-bar.share-bar .social-header .utility-label {
	font-size: 1.2rem;
	font-family: Poppins, sans-serif
}
.top-nav-share .t2-share-bar.share-bar .social-header:after {
	font-family: FontAwesome;
	font-size: 1.8rem
}
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child {
	border-left: 2px solid #ff0064
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	font-size: 2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	font-size: 1.2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all {
	border-left: 0
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all:after {
	margin-left: 3px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active {
	border-left: 2px solid #50e600
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before {
	background-color: #50e600;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 1.5rem;
	line-height: 3rem;
	position: absolute;
	left: -50px;
	text-align: center;
	padding: 0 1rem;
	height: 30px;
	width: 30px;
	color: #fff;
	margin-top: 30px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before:hover:before {
left:-40px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: 1
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: .6;
	margin-bottom: 6px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #5f5f5f!important;
	font-weight: 500
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 8px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all:hover a:after {
	margin-left: 12px
}
@media screen and (min-width:320px) {
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	font-size: 2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	font-size: 1.2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active {
	border-left: 2px solid #50e600
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before {
	background-color: #50e600;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 1.5rem;
	line-height: 3rem;
	position: absolute;
	left: -45px;
	text-align: center;
	padding: 0 1rem;
	height: 30px;
	width: 30px;
	color: #fff;
	margin-top: 5px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: 1
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: .6;
	margin-bottom: 6px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #5f5f5f!important;
	font-weight: 500
}
}
@media screen and (min-width:768px) {
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	font-size: 2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	font-size: 1.2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active {
	border-left: 2px solid #50e600
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before {
	background-color: #50e600;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 1.5rem;
	line-height: 3rem;
	position: absolute;
	left: -45px;
	text-align: center;
	padding: 0 1rem;
	height: 30px;
	width: 30px;
	color: #fff;
	margin-top: 10px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: 1
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: .6;
	margin-bottom: 6px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #5f5f5f!important;
	font-weight: 500
}
}
@media screen and (min-width:992px) {
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	font-size: 2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	font-size: 1.2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active {
	border-left: 2px solid #50e600
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before {
	background-color: #50e600;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 1.5rem;
	line-height: 3rem;
	position: absolute;
	left: -45px;
	text-align: center;
	padding: 0 1rem;
	height: 30px;
	width: 30px;
	color: #fff;
	top: 50%;
	margin-top: -15px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: 1
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: .6;
	margin-bottom: 6px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #5f5f5f!important;
	font-weight: 500
}
}
@media screen and (min-width:1200px) {
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	font-size: 2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	font-size: 1.2rem
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active {
	border-left: 2px solid #50e600
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before {
	background-color: #50e600;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 1.5rem;
	line-height: 3rem;
	position: absolute;
	left: -45px;
	text-align: center;
	padding: 0 11px;
	height: 30px;
	width: 30px;
	color: #fff
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: 1
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: block
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-heading {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	color: #ff0064;
	line-height: 1.47rem;
	opacity: .6;
	margin-bottom: 6px
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-sub-text {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #ff0064;
	line-height: 1.95rem;
	opacity: .6;
	display: none
}
.t2-signpost-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #5f5f5f!important;
	font-weight: 500
}
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child a {
	text-decoration: none
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-heading {
	font-size: 2rem
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child a .list-sub-text {
	font-size: 1.2rem
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child.active {
	border-left: 2px solid #50e600
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child.active:before {
	background-color: #50e600;
	color: #ff0064
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-heading {
	color: #fff;
	opacity: 1
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child.active .list-sub-text {
	color: #fff
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-heading {
	color: #fff
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child .list-sub-text {
	color: #fff
}
.custom-color-t2-video-gallary .block-list-video .list-tab-parent .list-tab-child.see-all a {
	color: #5f5f5f!important
}
.video-gallery-popup-lib .mfp-content .modal-dialog .modal-content .mfp-close {
	top: -50px;
	color: #fff;
	font-weight: 100;
	background: no-repeat;
	right: 18px;
	width: auto!important;
	height: auto!important
}
.video-gallery-popup-lib .mfp-content .modal-dialog .modal-content .mfp-close span {
	font-size: 1.95rem;
	top: -6px;
	font-weight: 100
}
.video-gallery-popup-lib .mfp-content .modal-dialog .modal-content .mfp-close span.mfp-close {
	position: relative;
	top: -6px!important;
	margin-right: 2px;
	color: #fff;
	opacity: 1;
	font-size: 1rem!important;
	text-transform: uppercase
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider {
	border: 0
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-right {
	background: #839e5f;
	color: #ff0064
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-right::after {
	border-left: 0;
	margin-left: 0;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 3rem;
	font-weight: bolder
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-right:hover {
	color: #00e6be
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-left {
	background: #839e5f;
	color: #ff0064
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-left::after {
	border-right: 0;
	font-family: FontAwesome;
	content: "\f104";
	font-size: 3rem;
	font-weight: bolder;
	margin-left: 0
}
.video-gallery-popup-lib .mfp-content .btn-controls-slider.mfp-arrow-left:hover {
	color: #00e6be
}
.t-two-swiper-banner-v-one .progress-bar-container {
	background-color: #fff
}
.t-two-swiper-banner-v-one .progress-bar {
	background-color: #f7f7f7
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 300
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading span {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 500
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	line-height: 1.44
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	border: 1px solid #ff0064;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.6rem;
	margin-left: 8px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn:hover {
	color: #ff0064;
	background: #fff
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content {
	color: #fff
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content .slider-heading, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content .slider-heading {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	font-weight: 300
}
.t-two-swiper-banner-v-one .thumbs-container .thumbs .swiper-slide .slider-content .slider-heading span, .t-two-swiper-banner-v-one .thumbs-container .thumbs2 .swiper-slide .slider-content .slider-heading span {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	font-weight: 500
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-next {
	background: #fff
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-next:hover {
	color: #00e6be
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-next::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 3rem;
	font-weight: bolder
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-prev {
	width: 45px;
	background: #fff
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-prev:hover {
	color: #00e6be
}
.t-two-swiper-banner-v-one .arrow-controls-container .swiper-button-prev::after {
	font-family: FontAwesome;
	content: "\f104";
	font-size: 3rem;
	font-weight: bolder
}
@media screen and (min-width:320px) {
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 300
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading span {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 30px;
	font-weight: 500
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	color: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	line-height: 1.44
}
}
@media screen and (min-width:768px) {
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 300
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading span {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 500
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	line-height: 1.44
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	color: #fff;
	border: 1px solid #fff
}
}
@media screen and (min-width:992px) {
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 300
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading span {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 500
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	line-height: 1.44
}
}
@media screen and (min-width:1200px) {
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 300
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading span {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 3.6rem;
	line-height: 42px;
	font-weight: 500
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	line-height: 1.44
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	border: 1px solid #fff;
	text-transform: uppercase;
	text-decoration: none
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .banner-btn::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.6rem;
	margin-left: 8px
}
}
@media screen and (max-width:991px) {
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	font-size: 1.8rem;
	font-family: Poppins, sans-serif
}
}
@media screen and (max-width:767px) {
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading {
	font-size: 1.47rem;
	line-height: 30px
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-heading span {
	font-size: 1.47rem
}
.t-two-swiper-banner-v-one .main-slide .swiper-slide .slider-content .slider-desc {
	font-size: 1.6rem
}
}
.video-gallery .inv_videoDetail {
	background: rgba(9,37,70,.6);
	color: #fff
}
.location-grid {
	background: rgba(0,0,0,.05)
}
.location-grid__heading {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: normal
}
@media (min-width:992px) {
.location-grid__heading {
	font-size: 4.8rem
}
}
.location-grid-item {
	background: #fff
}
.content .location-info__title-link {
	color: #092546;
	font-weight: 700;
	font-size: 2.6rem;
	text-decoration: none
}
.content .location-info__title-link:hover {
	color: #2fdf95;
	text-decoration: none
}
.content .location-info__address {
	color: #3fa2f7;
	font-weight: 300
}
.content .location-info__description {
	font-size: 1.6rem
}
.content .location-contacts__link {
	color: #2fdf95;
	text-decoration: none
}
.content .location-contacts__link:focus, .content .location-contacts__link:hover {
	color: #2fdf95;
	text-decoration: none;
	outline: 0
}
.location-view-buttons__item {
	color: #092546;
	font-size: 1.6rem
}
.location-view-buttons__item.active, .location-view-buttons__item:hover {
	color: #2fdf95
}
.location-view-buttons__icon {
	font-size: 1.8rem
}
.filters__heading {
	font-size: 2.4rem
}
.location-info-box__name {
	font-size: 1.8rem;
	font-weight: 700;
	color: #092546
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.mainWrapperT {
	padding-top: 50px
}
.signpost {
	color: #fff
}
.signpost.signpost-bg-img, .signpost.signpost-list-item, .signpost.signpost-rollover {
	cursor: pointer
}
.signpost .component-title {
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.2
}
.signpost .signpost-wrap {
	min-height: 263px;
	position: relative
}
.signpost p {
	color: rgba(48,49,53,.5);
	font-size: 1.6rem
}
.signpost p.more-link {
	margin-bottom: 0!important;
	display: inline-block
}
.signpost .signpost-title {
	color: #ff0064;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Poppins, sans-serif
}
.signpost p.more-link a, .signpost p.more-link-lightbox a {
	color: #5f5f5f;
	padding-right: 15px;
	font-weight: 500;
	font-size: 1.6rem;
	display: block;
	font-family: Poppins, sans-serif
}
.signpost p.more-link a:after, .signpost p.more-link-lightbox a:after {
	border: solid #5f5f5f;
	border-width: 0 2px 2px 0;
	padding: 2px;
	left: 10px;
	bottom: 1px
}
.signpost blockquote {
	position: relative;
	padding-top: 39px;
	font-family: Poppins, sans-serif;
	font-size: 1.1rem
}
.signpost blockquote p {
	font-family: Poppins, sans-serif;
	font-size: 1.1rem;
	color: #fff;
	line-height: normal
}
.signpost blockquote:before {
	position: absolute;
	background: url(../images/icon-quote.svg) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 27px;
	top: 0;
	left: calc(50% - 17px);
	content: "";
	background-size: contain
}
.document-link {
	background: url(../images/icon-document.svg) no-repeat left top
}
.image-desc {
	color: rgba(48,49,53,.5)
}
.presentationT1 tr.hRow td, .presentationT1 tr.hRow th {
	background: #00e6be;
	color: #fff;
	font-size: 2.3rem
}
.presentationT1 tr.hRow td a:hover, .presentationT1 tr.hRow th a:hover {
	text-decoration: underline;
	color: #f7f7f7
}
.presentationT1 tr.cRow td, .presentationT1 tr.cRow th {
	font-size: 1.6rem;
	font-weight: 500
}
.presentationT1 tr.cRow td a:hover, .presentationT1 tr.cRow th a:hover {
	text-decoration: underline;
	color: #f7f7f7
}
.presentationT1 tr.cRow td.cRowSlides, .presentationT1 tr.cRow th.cRowSlides {
	color: rgba(48,49,53,.5)
}
.presentationT1 tr.cRow td.cRowDate, .presentationT1 tr.cRow th.cRowDate {
	font-size: 2.3rem
}
.image-with-text .signpost-content {
	padding-left: 20px;
	border-left: solid 2px #5f5f5f
}
.image-with-text .component-title {
	font-size: 1.6rem;
	font-weight: 700
}
.image-with-text p {
	color: rgba(48,49,53,.5)
}
.single-video-player .video-close {
	background: #839e5f
}
.signpost-video {
	cursor: pointer
}
.signpost .signpost-wrap a.video-close {
	pointer-events: auto
}
.signpost-t2.signpost-quote .quote-content>p {
	font-size: 1.3rem;
	font-family: Poppins, sans-serif
}
body.nojs .signpost .signpost-wrap a {
	pointer-events: auto
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.calendar-link {
	background: url(../images/icon-calendar.svg) no-repeat left top
}
.signpost-calendar p.event-date {
	color: rgba(48,49,53,.5)
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.email-sign-up {
	background: url(../images/icon-email.svg) no-repeat left top
}
.signpost-email-sign-up .signpost-wrap {
	background: #ff0064
}
.signpost-email-sign-up .alerts-text {
	border-bottom: solid 1px #fff
}
.signpost-email-sign-up .alert-submit {
	color: #fff
}
.signpost-email-sign-up p {
	color: #999
}
.signpost-email-sign-up.signpost-bg-img .signpost-wrap {
	background: 0 0
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-iframe .signpost-wrap {
	border: solid 1px #ff0064
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-list-item .signpost-wrap {
	border: solid 1px #ff0064
}
.signpost-list-item .signpost-content p {
	color: #ff0064
}
.signpost-list-item p.list-item-date, .signpost-list-item p.listItemDate {
	font-size: 1.3rem;
	margin-bottom: 0;
	color: rgba(48,49,53,.5);
	font-family: Poppins, sans-serif;
	opacity: .6
}
.signpost-list-item p.list-item-title, .signpost-list-item p.listItemTitle {
	font-size: 1.1rem!important;
	line-height: 2.4rem;
	color: #ff0064;
	font-family: Poppins, sans-serif
}
.signpost-list-item p.list-item-title a, .signpost-list-item p.listItemTitle a {
	color: #ff0064;
	text-decoration: none
}
.signpost-list-item p.list-item-title a:hover, .signpost-list-item p.listItemTitle a:hover {
	color: #ff0064
}
.signpost-list-item p.listItemTitle {
	font-size: 1.95rem!important
}
.signpost-list-item p.list-item-desc, .signpost-list-item p.listItemDesc {
	font-size: 1.3rem;
	font-family: Poppins, sans-serif;
	color: #999
}
.signpost-t2 p.list-item-date, .signpost-t2 p.listItemDate {
	font-size: 1.3rem;
	font-family: Poppins, sans-serif;
	opacity: .6
}
@media screen and (max-width:991px) {
.container-fluid .row .signpost-list-item .signpost-wrap .signpost-content {
	padding: 65px 15px 15px
}
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost-list-item .signpost-wrap .signpost-content {
	padding: 65px 15px 15px
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-list-multi-items p.list-item-title {
	font-size: 2.3rem
}
.signpost-list-multi-items p.list-item-title a {
	color: #ff0064;
	text-decoration: none
}
.signpost-list-multi-items p.list-item-title a:hover {
	color: #ff0064
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-quote .signpost-wrap {
	background: #ff0064;
	text-align: center
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-slider .signpost-slider-inner {
	border: solid 1px #ff0064;
	position: relative
}
.signpost-slider a.prevLink {
	border: solid #000;
	border-width: 2px 0 0 2px;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 2px
}
.signpost-slider a.nextLink {
	border: solid #000;
	border-width: 0 2px 2px 0;
	padding: 3px;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 2px;
	width: 2px
}
.signpost-slider .signpost-wrap {
	text-align: center
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-social-post .signpost-wrap {
	border: solid 1px #ff0064
}
.signpost-social-post .top-social-post p {
	font-family: Poppins, sans-serif;
	color: #ff0064
}
.signpost-social-post .top-social-post .social-info {
	color: #ff0064;
	opacity: .6;
	font-family: Poppins, sans-serif;
	font-size: 1.3rem
}
.signpost-social-post .top-social-post a {
	color: #5f5f5f
}
.signpost-social-post .social-feed-item {
	border-bottom: solid 1px #ff0064
}
.signpost-social-post .social-feed-item:last-child {
	border-bottom: 0
}
.signpost-social-post .social-feed-item a {
	color: #5f5f5f
}
.signpost-social-post .social-feed-item p {
	font-family: Poppins, sans-serif;
	color: #ff0064
}
.re-tweet-link {
	width: 23px;
	height: 15px;
	text-indent: 0
}
.fa-retweet {
	color: #000;
	font-size: 2rem
}
.signpost-t2 .social-feed-item>div {
	border: solid 1px #ff0064;
	padding: 20px;
	padding-top: 0;
	overflow: hidden
}
.signpost-t2 .social-feed-item>div p.content {
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 15px;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #ff0064;
	margin-top: 20px;
	overflow: hidden
}
.signpost-t2 .top-social-post p {
	font-family: Poppins, sans-serif;
	color: #ff0064;
	margin: 0;
	font-size: 1.3rem
}
.signpost-t2 .top-social-post .social-info {
	color: #ff0064;
	opacity: .6;
	font-family: Poppins, sans-serif;
	font-size: 1.3rem
}
.signpost-t2 .top-social-post .top-info {
	color: #ff0064;
	font-family: Poppins, sans-serif
}
.signpost-t2 .signpost-social-post .social-link {
	display: block;
	float: left;
	margin-right: 15px
}
.signpost-t2 a {
	color: #5f5f5f
}
.signpost-t2 .social-info {
	color: #ff0064;
	opacity: .6;
	font-size: 1.3rem;
	font-family: Poppins, sans-serif
}
.signpost-t2 .re-tweet-link {
	width: 23px;
	height: 15px;
	text-indent: 0
}
.signpost-t2 .fa-retweet {
	color: #000;
	font-size: 2rem
}
@media screen and (max-width:991px) {
.signpost-t2 .social-feed-item>div {
	height: auto!important
}
.signpost-t2 .social-feed-item>div .re-tweet-link {
	position: initial
}
.signpost-social-post .social-feed-item {
	padding-bottom: 40px!important
}
}
@media screen and (max-width:767px) {
.signpost-t2 .social-feed-item>div .re-tweet-link {
	margin-top: 35px
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-fw .social-feed-item>div {
	border: solid 1px #ff0064;
	padding: 20px;
	overflow: hidden
}
.signpost-fw .social-feed-item>div p {
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 15px
}
.signpost-fw .top-social-post p {
	color: #ff0064;
	font-weight: 700;
	margin: 0;
	font-size: 1.3rem
}
.signpost-fw .top-social-post .top-info {
	color: rgba(48,49,53,.5)
}
.signpost-fw .signpost-social-post .social-link {
	display: block;
	float: left;
	margin-right: 15px
}
.signpost-fw a {
	color: #5f5f5f
}
.signpost-fw .social-info {
	color: rgba(48,49,53,.5);
	font-size: 1.3rem
}
.signpost-t2:hover .signpost-slider-inner, .signpost-t2:hover .signpost-wrap {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.05)
}
.signpost-t2 .top-social-post p {
	font-size: 1.3rem
}
.signpost-t2 .signpost-title {
	font-family: Poppins, sans-serif
}
.signpost-bg-img-t2 .component-title {
	font-size: 2rem;
	color: #fff;
	line-height: 2.4rem;
	font-family: Poppins, sans-serif
}
.signpost-bg-img-t2 p.more-link a, .signpost-bg-img-t2 p.more-link-lightbox a {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem
}
.signpost-bg-img-t2 p.more-link a:after, .signpost-bg-img-t2 p.more-link-lightbox a:after {
	border-color: #fff
}
.signpost-bg-img-t2 .signpost-content p {
	font-family: Poppins, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.8rem
}
.signpost-bg-img-t2 .signpost-content p.more-link {
	margin-bottom: 0!important
}
.signpost-bg-img-t2 .signpost-content p.more-link-lightbox {
	margin-bottom: 0!important
}
.signpost-bg-img-t2 .signpost-content p.more-link a, .signpost-bg-img-t2 .signpost-content p.more-link-lightbox a {
	color: #fff
}
.signpost-bg-img-t2 .signpost-content p.more-link a:after, .signpost-bg-img-t2 .signpost-content p.more-link-lightbox a:after {
	border-color: #fff
}
.signpost-bg-img-t2 .signpost-content::after {
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
	transition: all .5s cubic-bezier(.215, .61, .355, 1);
	background: #839e5f;
	content: "";
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	z-index: -1
}
.signpost-bg-img-t2:hover .signpost-wrap {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.05)
}
.signpost-bg-img-t2:hover .signpost-content {
	-webkit-transition: all .55s cubic-bezier(.215, .61, .355, 1);
	transition: all .55s cubic-bezier(.215, .61, .355, 1)
}
.signpost-bg-img-t2:hover .signpost-content .component-title, .signpost-bg-img-t2:hover .signpost-content p {
	color: #0089a3
}
.signpost-bg-img-t2:hover .signpost-content::after {
	height: 100%;
	opacity: 1
}
.signpost-bg-img-t2:hover p.more-link a, .signpost-bg-img-t2:hover p.more-link-lightbox a {
	color: #5f5f5f
}
.signpost-bg-img-t2:hover p.more-link a:after, .signpost-bg-img-t2:hover p.more-link-lightbox a:after {
	border-color: #5f5f5f
}
.signpost-bg-img-t2.signpost-rollover .signpost-content {
	visibility: visible;
	opacity: 1
}
@media screen and (min-width:990px) {
.signpost-bg-img-t2.signpost-rollover .signpost-content {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .3s linear, opacity .3s linear;
	transition: visibility .3s linear, opacity .3s linear
}
}
.signpost-bg-img-t2.signpost-rollover .signpost-content p {
	color: #ff0064
}
@media screen and (min-width:990px) {
.signpost-bg-img-t2.signpost-rollover .signpost-content p {
	color: #fff
}
}
.signpost-bg-img-t2.signpost-rollover p.more-link a, .signpost-bg-img-t2.signpost-rollover p.more-link-lightbox a {
	color: #fff
}
.signpost-bg-img-t2.signpost-rollover p.more-link a:after, .signpost-bg-img-t2.signpost-rollover p.more-link-lightbox a:after {
	border-color: #fff
}
.signpost-bg-img-t2.signpost-rollover .signpost-content::after {
	-webkit-transition: height .55s cubic-bezier(.215, .61, .355, 1);
	transition: height .55s cubic-bezier(.215, .61, .355, 1);
	background: #839e5f;
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	z-index: -1
}
.signpost-bg-img-t2.signpost-rollover:hover .signpost-wrap {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.05)
}
.signpost-bg-img-t2.signpost-rollover:hover .signpost-wrap .signpost-placeholder {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
@media screen and (min-width:990px) {
.signpost-bg-img-t2.signpost-rollover:hover .signpost-content {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .15s linear, opacity .15s linear;
	transition: visibility .15s linear, opacity .15s linear
}
}
.signpost-bg-img-t2.signpost-rollover:hover .signpost-content .component-title, .signpost-bg-img-t2.signpost-rollover:hover .signpost-content p {
	color: #0089a3
}
.signpost-bg-img-t2.signpost-rollover:hover .signpost-content::after {
	height: 100%;
	opacity: 1
}
.signpost-bg-img-t2.signpost-rollover:hover p.more-link a, .signpost-bg-img-t2.signpost-rollover:hover p.more-link-lightbox a {
	color: #5f5f5f
}
.signpost-bg-img-t2.signpost-rollover:hover p.more-link a:after, .signpost-bg-img-t2.signpost-rollover:hover p.more-link-lightbox a:after {
	border-color: #5f5f5f
}
.box-item-title {
	font-size: 1.1rem!important;
	font-weight: 700!important;
	line-height: 1.2;
	color: #ff0064
}
.box-item-title a {
	color: #ff0064;
	text-decoration: none
}
.box-item-title a:hover {
	color: #ff0064
}
.box-item-desc {
	font-size: 1.3rem!important;
	color: rgba(48,49,53,.5)
}
.box-image-left.list-box-item-with-image .news-text-wrap {
	border-right-width: 1px;
	border-left-width: 0
}
.signpost-fw-content-wrap {
	padding-left: 20px;
	border-left: solid 2px #5f5f5f
}
@media screen and (max-width:991px) {
.signpost-bg-img-t2:hover .signpost-content .component-title {
	font-weight: 500
}
.signpost-bg-img-t2 .signpost-wrap {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.05)
}
.signpost-bg-img-t2 .signpost-content {
	background: #839e5f
}
.signpost-bg-img-t2 .signpost-content p {
	margin-bottom: 4px!important
}
.signpost-bg-img-t2 .signpost-content .component-title, .signpost-bg-img-t2 .signpost-content p {
	color: #ff0064
}
.signpost-bg-img-t2 .signpost-content p.more-link a, .signpost-bg-img-t2 .signpost-content p.more-link-lightbox a {
	color: #5f5f5f
}
.signpost-bg-img-t2 .signpost-content p.more-link a:after, .signpost-bg-img-t2 .signpost-content p.more-link-lightbox a:after {
	border-color: #5f5f5f
}
.signpost-bg-img-t2 .signpost-content p.more-link a:after h2, .signpost-bg-img-t2 .signpost-content p.more-link a:after p, .signpost-bg-img-t2 .signpost-content p.more-link-lightbox a:after h2, .signpost-bg-img-t2 .signpost-content p.more-link-lightbox a:after p {
color:#000!important
}
.signpost-bg-img-t2 .signpost-content.signpost-rollover .signpost-placeholder {
	height: 157px;
	min-height: 157px
}
.signpost-bg-img-t2 .signpost-content.signpost-rollover .signpost-placeholder-t2 {
	height: 157px
}
}
@media screen and (max-width:767px) {
.signpost-t2.signpost-bg-img.signpost-rollover .signpost-placeholder {
	height: 172px;
	min-height: 172px
}
.signpost-t2.signpost-bg-img.signpost-rollover .signpost-placeholder-t2 {
	height: 172px
}
}
@media screen and (max-width:480px) {
.signpost-bg-img-t2 .signpost-wrap .signpost-placeholder {
	position: relative;
	min-height: 165px
}
.signpost-bg-img-t2 .signpost-wrap .signpost-content {
	position: relative!important
}
.box-item-desc {
	font-size: 1.3rem!important
}
}
.hide-bgimg {
	background: 0 0!important
}
.hide-bgimg .signpost-wrap {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.video-link {
	background: url(../images/icon-video.svg) no-repeat left top
}
.signpost-video .video-close {
	right: 10px;
	top: 10px;
	color: #000
}
.signpost-video.s-video-auto-play .signpost-wrap {
	background: #fff
}
.signpost-video.s-video-auto-play.s-video-lightbox .signpost-wrap {
	-webkit-box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 -300px 100px 0 rgba(0,0,0,.3)
}
.signpost-video.s-video-lightbox.s-image-not {
	background: #000 url(../images/video-placeholder-image.jpg) no-repeat center center
}
.signpost-video .hide-bgimg {
	background: #fff
}
.full-col-video .signpost-video .signpost-wrap {
	background: #fff
}
@media screen and (max-width:991px) {
.signpost-bg-img-t2:hover .signpost-content h2 {
	font-weight: 500
}
.signpost-video.s-video-lightbox.s-image-not .signpost-wrap {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto!important
}
.signpost-video.s-video-lightbox.s-image-not .signpost-wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 137px;
	background: #000 url(../images/video-placeholder-image.jpg) no-repeat center center;
	position: relative
}
.signpost-video.s-video-lightbox.s-image-not .signpost-wrap .signpost-content {
	position: relative;
	bottom: auto;
	margin-top: 0
}
.signpost-video.s-video-lightbox.s-image-not.hide-bgimg .signpost-wrap {
	min-height: auto
}
.signpost-video.s-video-lightbox.s-image-not.hide-bgimg .signpost-wrap:before {
	display: none
}
.signpost-video.signpost-bg-img .signpost-wrap {
	min-height: auto!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.signpost-video.signpost-bg-img .signpost-wrap .signpost-placeholder {
	height: 137px;
	position: relative
}
.signpost-video.signpost-bg-img .signpost-wrap .signpost-content {
	position: relative;
	bottom: auto;
	margin-top: 0
}
.signpost-video.signpost-bg-img.hide-bgimg .signpost-wrap {
	min-height: auto
}
.signpost-video.signpost-bg-img.hide-bgimg .signpost-wrap .signpost-placeholder {
	display: none
}
.signpost-bg-img-t2.signpost-rollover .signpost-content {
	visibility: visible!important
}
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost .signpost-content {
	padding: 14px 20px
}
.signpost-video.s-video-lightbox.s-image-not .signpost-wrap:before {
	height: 172px
}
.signpost-video.signpost-bg-img .signpost-wrap .signpost-placeholder {
	height: 172px
}
.signpost-video.signpost-bg-img .signpost-wrap .signpost-placeholder-t2 {
	height: 172px
}
}
@media screen and (max-width:991px) {
.signpost-t2.signpost-bg-img .signpost-wrap {
	height: auto!important;
	min-height: auto!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.signpost-t2.signpost-bg-img .signpost-wrap .signpost-placeholder {
	height: auto;
	min-height: 164px;
	position: relative
}
.signpost-t2.signpost-bg-img .signpost-wrap .signpost-placeholder-t2 {
	height: 140px;
	position: relative
}
.signpost-t2.signpost-bg-img .signpost-wrap .signpost-content {
	position: relative;
	bottom: auto;
	margin-top: 0;
	padding-top: 10px
}
}
@media screen and (max-width:767px) {
.signpost-t2.signpost-bg-img .signpost-wrap .signpost-placeholder {
	height: auto;
	min-height: 197px
}
.signpost-t2.signpost-bg-img .signpost-wrap .signpost-placeholder-t2 {
	height: 148px
}
}
.t2-full-width-video .signpost-video .signpost-placeholder-t2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.t2-full-width-video .video-play-button .play-link:after {
	background-color: transparent;
	border-radius: 0;
	font-family: FontAwesome;
	content: "";
	font-size: 16px;
	line-height: 0;
	position: relative;
	text-align: center;
	padding: 25px 20px 24px 20px;
	height: 86px;
	width: 86px;
	color: #fff;
	display: block;
	border-radius: 100%;
	background: url(../images/video-play.svg) center center no-repeat!important
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.top-social-post .social-link {
	background: #0089a3
}
.top-social-post .social-link .fa {
	font-size: 2rem;
	color: #fff
}
@media screen and (max-width:768px) {
.signpost-fw .social-feed-item>div p.social-info {
	font-size: 1rem
}
.top-social-post .social-link .fa {
	font-size: 1.3rem
}
.top-social-post p {
	font-size: 1.3rem
}
}
.signpos-t2.signpost-social-post .top-social-post p {
	font-size: 1.3rem
}
.signpos-t2.signpost-social-post .social-feed-item p:nth-child(2) {
	opacity: .6;
	font-size: 1.3rem
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-fw-contact {
	border: solid 1px #ff0064
}
.signpost-fw-contact .contact-info {
	padding-left: 20px;
	border-left: solid 2px #5f5f5f
}
.signpost-fw-contact .contact-title {
	color: #ff0064;
	font-size: 1.1rem;
	font-weight: 700
}
.signpost-fw-contact .contact-sub-info {
	color: rgba(48,49,53,.5);
	font-size: 1.95rem
}
.signpost-fw-contact .fa {
	font-size: 3rem
}
@media screen and (max-width:991px) {
.signpost-fw-email .signpost-fw-content-wrap {
	border-left-width: 0
}
.signpost-fw-email .signpost-fw-content-wrap .text-wrap {
	border-left: solid 2px #5f5f5f
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-fw-email {
	border: solid 1px #ff0064
}
.signpost-fw-email .fa {
	color: #5f5f5f
}
.signpost-fw-email #alerts-text {
	border-bottom: solid 1px #000
}
.signpost-fw-email .alerts-text {
	border-bottom: solid 2px #ff0064
}
.signpost-fw-email .alerts-text::-webkit-input-placeholder {
color:#0089a3;
opacity:1;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alerts-text::-moz-placeholder {
color:#0089a3;
opacity:1;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alerts-text:-ms-input-placeholder {
color:#0089a3;
opacity:1;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alerts-text::-ms-input-placeholder {
color:#0089a3;
opacity:1;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alerts-text::placeholder {
color:#0089a3;
opacity:1;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alerts-text:-ms-input-placeholder {
color:#0089a3;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alerts-text::-ms-input-placeholder {
color:#0089a3;
font-size:1.6rem;
font-family:Poppins, sans-serif
}
.signpost-fw-email .alert-submit {
	color: #ff0064
}
.signpost-fw-email .signpost-fw-content-wrap {
	border: 0
}
.signpost-fw-email .signpost-fw-content-wrap .text-wrap {
	border-left: solid 2px #5f5f5f
}
.signpost-email-sign-up .alert-submit, .signpost-fw-email .alert-submit {
	color: #ff0064!important;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: Poppins, sans-serif
}
.signpost-fw-email .alert-submit {
	color: #ff0064
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost.explore-further-t2 .signpost-wrap .signpost-content .component-title, .signpost.explore-further-t2 .signpost-wrap .signpost-content h2 {
	font-family: Poppins, sans-serif
}
.signpost.explore-further-t2 .signpost-wrap .signpost-content .more-link a, .signpost.explore-further-t2 .signpost-wrap .signpost-content .more-link-lightbox a {
	color: #5f5f5f
}
.signpost.explore-further-t2 .signpost-wrap .signpost-content .more-link a::after, .signpost.explore-further-t2 .signpost-wrap .signpost-content .more-link-lightbox a::after {
	border-color: #5f5f5f
}
.signpost.explore-further-t2:hover .signpost-wrap .signpost-content .component-title, .signpost.explore-further-t2:hover .signpost-wrap .signpost-content h2 {
	font-family: Poppins, sans-serif;
	color: #fff
}
.signpost.explore-further-t2:hover .signpost-wrap .signpost-content p {
	color: #fff
}
@media screen and (max-width:991px) {
.signpost.explore-further-t2 .signpost-wrap .signpost-content .component-title, .signpost.explore-further-t2 .signpost-wrap .signpost-content h2, .signpost.explore-further-t2 .signpost-wrap .signpost-content p {
	color: #fff
}
}
@media screen and (max-width:767px) {
.signpost.explore-further-t2 .signpost-wrap .signpost-content .component-title, .signpost.explore-further-t2 .signpost-wrap .signpost-content h2, .signpost.explore-further-t2 .signpost-wrap .signpost-content p {
	color: #ff0064
}
.signpost.explore-further-t2:hover .signpost-wrap .signpost-content .component-title, .signpost.explore-further-t2:hover .signpost-wrap .signpost-content h2, .signpost.explore-further-t2:hover .signpost-wrap .signpost-content p {
	color: #ff0064
}
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-fw-info-graphics .share-wrapper li a {
	background: #50e600
}
.signpost-fw-info-graphics .share-wrapper li a .fa {
	color: #839e5f
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.list-box-item-with-image .box-title {
	color: #ff0064;
font-size:.9rem;
	text-transform: uppercase;
	font-weight: 700
}
.list-box-item-with-image .news-text-wrap {
	border: solid 1px #ff0064;
	border-right-width: 0
}
.list-box-item-with-image .news-text-wrap .box-title {
	color: #ff0064;
font-size:.9rem!important;
	text-transform: uppercase;
	font-weight: 700
}
.list-box-item-with-image .news-text-wrap .box-date {
	font-size: 1.95rem;
	margin-bottom: 0;
	color: rgba(48,49,53,.5)
}
.list-box-item-with-image p.more-link a {
	color: #5f5f5f
}
.list-box-item-with-image p.more-link a:hover {
	text-decoration: none
}
.list-box-item-with-image p.more-link a:after {
	border: solid 2px #5f5f5f;
	border-width: 0 2px 2px 0;
	padding: 2px;
	left: 7px;
	bottom: 1px
}
.list-box-item-with-image.t2-featured-content-block {
	border: solid 1px #ff0064
}
.list-box-item-with-image .news-text-wrap .box-title {
	font-size: 1rem
}
.list-box-item-with-image .news-text-wrap .box-item-title {
	line-height: 2.4rem
}
.list-box-item-with-image .news-text-wrap p.box-item-desc {
	color: #0089a3;
	opacity: .6
}
.list-box-item-with-image p.more-link a {
	font-size: 1.6rem
}
.list-box-item-with-image p.more-link a:after {
	border: solid 2px #5f5f5f
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.signpost-fw-quote .quote-content {
	border: solid 1px #ff0064
}
.signpost-fw-quote .quote-content .fa-quote-left {
	color: #5f5f5f;
	font-size: 3rem
}
.signpost-fw-quote blockquote {
	font-size: 1.1rem;
	font-weight: 700;
	position: relative;
	padding: 0
}
.signpost-fw-quote p {
	color: rgba(48,49,53,.5)
}
.signpost-fw-quote.left-quote blockquote:before {
	left: 0
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	background: #778c26;
	padding: 15px 45px;
	text-decoration: none;
	display: inline-block
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .link a:hover {
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #ff0064;
	background: #fff;
	padding: 15px 45px;
	height: auto!important
}
.link-section .link.blue-module a:before {
	background-position: -10px -80px!important
}
.link-section .link.blue-module a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important
}
.link-section .link.blue-module a:hover {
	color: #fff!important
}
.link-section .link.blue-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.orange-module a:before {
	background-position: -76px -80px!important
}
.link-section .link.orange-module a:after {
	content: ''!important;
	background: url(../images/microsite/orange-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: cover!important;
	display: inline-block!important;
	-webkit-transform: rotate(0) translateY(0)!important;
	transform: rotate(0) translateY(0)!important;
	margin: 0!important
}
.link-section .link.orange-module a:hover {
	color: #fff!important
}
.link-section .link.orange-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.link-section .link.green-module a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important
}
.link-section .link.green-module a:hover {
	color: #fff!important
}
.link-section .link.green-module a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
body .link-section .link.orange-module a:before {
	content: '';
	background-color: #ddd;
	background: url(../images/microsite/orange-arrow.svg), url(../images/microsite/orange-bg.svg)!important;
	background-repeat: no-repeat!important;
	background-position: center center, 0 0!important;
	border-radius: 50%;
	width: 45px!important;
	height: 46px!important
}
.t2-full-width-video {
	position: relative
}
.t2-full-width-video .title-section .sub-title {
	padding-bottom: 0;
	font-weight: 500;
	font-size: 3.05rem;
	color: #000;
	text-transform: uppercase;
	background-size: contain!important;
	margin-bottom: 45px
}
.t2-full-width-video .title-section .display-title {
	width: 80%
}
.t2-full-width-video .title-section .content_description {
	clear: both;
	margin: 0 0 25px
}
.t2-full-width-video .link-section {
	display: block;
	position: relative;
	float: left;
	width: 100%
}
@media screen and (max-width:767px) {
.t2-full-width-video .link-section .link {
	padding: 0;
	border-left: 0;
	font-size: 1.6rem
}
}
.t2-full-width-video .link-section .link a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #424242
}
@media screen and (max-width:767px) {
.t2-full-width-video .link-section .link a {
	font-size: 1.3rem;
	z-index: 1;
	padding-right: 20px
}
}
.t2-full-width-video .link-section .link a:after {
	font-family: icomoon!important;
	content: "\e92a";
	color: #fa0;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4rem;
	font-weight: 400;
	display: none
}
@media screen and (max-width:767px) {
.t2-full-width-video .link-section .link a:after {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	vertical-align: middle;
	margin-left: 15px
}
}
.t2-full-width-video .link-section .link a::before {
	content: '';
	display: block;
	width: 100vw;
height:.1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	margin-left: 0
}
@media screen and (max-width:991px) {
.t2-full-width-video .link-section .link a::before {
	width: 675%
}
}
.t2-full-width-video .link-section .link a:focus, .t2-full-width-video .link-section .link a:hover {
	text-decoration: none
}
.t2-full-width-video .link-section .link a:hover:after {
	right: -4.5rem
}
.t2-full-width-video .link-section .link:after, .t2-full-width-video .link-section .link:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 1px;
	width: 8.3rem
}
@media screen and (max-width:767px) {
.t2-full-width-video .link-section .link:after, .t2-full-width-video .link-section .link:before {
	display: none
}
}
.t2-full-width-video .link-section .link:after {
	bottom: 0;
	top: auto
}
@media screen and (max-width:767px) {
.t2-full-width-video .link-section .link:after {
	content: '';
	border: 0;
	border-bottom: 1px solid rgba(221,221,221,.5);
	display: inline-block;
	position: absolute;
	margin-left: 0;
	top: 11px;
	left: 100%;
	width: 600px;
	z-index: 0
}
}
.t2-full-width-video .link-section .link:focus, .t2-full-width-video .link-section .link:hover {
	text-decoration: none
}
.t2-full-width-video .link-section .link a:before {
	background-position: -10px -80px!important
}
.t2-full-width-video .signpost-content {
	background-color: #fff
}
.t2-full-width-video .signpost-content .component-title {
	color: #000!important;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	position: relative
}
.t2-full-width-video .signpost-content .component-title:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 87px;
	height: 1px;
	border-bottom: 1px solid rgba(151,151,151,.5);
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width:767px) {
.t2-full-width-video .signpost-content .component-title:after {
	width: 40px
}
}
.t2-full-width-video .signpost-content p {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	color: #000
}
.t2-full-width-video .signpost-content .video-info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0!important;
	padding-left: 0!important;
	position: relative;
	width: calc(100% - 80px);
        min-height:80px;
}
@media screen and (max-width:767px) {
.t2-full-width-video .signpost-content .video-info {

}
}
.t2-full-width-video .signpost-content .video-info p {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding: 0
}
.t2-full-width-video .signpost-content .video-play-button {
	margin-top: 0;
	height: 50px;
	width: 50px;
	top: 8px;
	left: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px
}
.t2-full-width-video .signpost-content .video-play-button .play-link {
	display: inline-block!important;
	text-decoration: none;
	float: left
}
.t2-full-width-video .signpost-content .video-play-button .play-link:after {
	background-color: transparent;
	border-radius: 0;
	font-family: FontAwesome;
	content: "";
	font-size: 16px;
	line-height: 0;
	position: relative;
	text-align: center;
	padding: 25px 20px 24px 20px;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	color: #fff;
	display: block;
	background: url(../images/video-play.svg) center center no-repeat!important;
	background-size: 100%!important
}
.t2-full-width-video .signpost-content .video-play-button .video-play-button .play-link {
	display: inline-block!important;
	text-decoration: none
}
.t2-full-width-video .signpost-content .video-play-button .video-play-button .play-link:after {
	background-color: #2fdf95;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 1.5rem;
	line-height: 0;
	position: relative;
	text-align: center;
	padding: 15px 11px;
	height: 50px;
	width: 50px;
	color: #fff;
	display: inline-block
}
.t2-full-width-video .signpost-content .video-play-button .video-play-button .pause-link {
	display: none
}
.t2-full-width-video .signpost-content .video-play-button .video-play-button .pause-link:after {
	background-color: #5f5f5f;
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04c";
	font-size: 1.5rem;
	line-height: 3rem;
	position: absolute;
	text-align: center;
	padding: 0;
	height: 30px;
	width: 30px;
	color: #fff
}
.container-fluid .row .signpost.signpost-video {
	position: relative
}
.container-fluid .row .signpost.signpost-video .signpost-content {
	margin-left: 0;
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px 30px 0;
	margin-bottom: 5rem
}
.container-fluid .row .signpost.signpost-video .component-title {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-bottom: 0;
	padding-right: 100px
}
@media screen and (min-width:992px) {
.container-fluid .row .signpost.signpost-video .component-title {
	max-width: 100%
}
}
@media screen and (max-width:767px) {
.container-fluid .row .signpost.signpost-video .component-title {
	padding-right: 50px;
	max-width: 100%
}
}
.container-fluid .row .signpost.signpost-video .component-title+p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.4rem
}
@media screen and (min-width:992px) {
.container-fluid .row .signpost.signpost-video .component-title+p {
	max-width: 48%
}
}
@media screen and (min-width:1200px) {
.container-fluid .row .signpost.signpost-video .component-title+p {
	max-width: 60%
}
}
.signpost-content.inv_FullScreen_Siblings {
	display: none
}
body.lang-zh-hans .container-fluid .row .signpost.signpost-video .component-title {
	display: block
}
.ajax-progress-fullscreen {
	background: rgba(0,0,0,.5) center center no-repeat
}
.ajax-progress-fullscreen i {
	color: #ff0064
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.content-variation-wrapper, .layout-variation-wrapper {
	margin-bottom: 10rem!important
}
@media screen and (max-width:991px) {
.content-variation-wrapper, .layout-variation-wrapper {
	margin-bottom: 6.5rem!important
}
}
@media screen and (max-width:767px) {
.content-variation-wrapper, .layout-variation-wrapper {
	margin-bottom: 4rem!important
}
}
.content-variation-wrapper.reduce-content-variation-wrapper, .layout-variation-wrapper.reduce-content-variation-wrapper {
	margin-bottom: 100px!important
}
@media screen and (max-width:991px) {
.content-variation-wrapper.reduce-content-variation-wrapper, .layout-variation-wrapper.reduce-content-variation-wrapper {
	margin-bottom: 5rem!important
}
}
@media screen and (max-width:767px) {
.content-variation-wrapper.reduce-content-variation-wrapper, .layout-variation-wrapper.reduce-content-variation-wrapper {
	margin-bottom: 4rem!important
}
}
.content-variation-wrapper.no-bottom-space, .layout-variation-wrapper.no-bottom-space {
	margin-bottom: 0!important
}
.content-variation-wrapper .content-variation-wrapper, .layout-variation-wrapper .content-variation-wrapper {
	margin-bottom: 0!important;
	font-size:1rem;
}
@media screen and (max-width:767px) {
.content-variation-wrapper .content-variation-wrapper, .layout-variation-wrapper .content-variation-wrapper {
	margin-bottom: 30px!important
}
}
.ac-text .content-variation-wrapper {
	margin-bottom: 0!important
}
.t-two-footer .footer-disclaimer-links {
	margin-top: 0
}
.navbar-toggle {
	top: 0
}
.navbar-toggle .icon-bar {
	background: #f2f2f2;
	height: 1px;
	width: 27px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px
}
.btn-close:after, .btn-close:before {
	background-color: #f2f2f2
}
.mfp-bg.mfp-ready {
	background: #ff0064
}
.signpost-video.video-section {
	position: relative;
	float: left
}
.title {
	font-size: 1.1rem;
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(66,66,66,.2);
	display: inline-block
}
.title-section {
	max-width: 770px
}
.sub-title {
	color: #000;
	letter-spacing: .27px;
	font-size: 1.8rem;
	line-height: 24px;
	font-weight: 500;
	padding-bottom: 0;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.47px
}
@media screen and (max-width:767px) {
.sub-title {
	padding-bottom: 6px;
	font-size: 1.4rem;
	line-height: 20px
}
}
.sub-title:after {
	content: "";
	border-bottom: 1px solid #000;
	position: absolute;
	left: -100px;
	bottom: 0;
	width: 17rem;
	display: inline-block;
	opacity: .4;
	display: none
}
@media screen and (max-width:767px) {
.sub-title:after {
	left: -15px;
	width: 100px
}
}
.display-title {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 3.82rem;
	line-height: 60px;
	letter-spacing: .41px;
	margin: 30px 0 20px;
	font-weight: 400
}
.display-title span.blue {
	color: #000
}
.display-title span.green {
	color: #000
}
.display-title span.orange {
	color: #000
}
.content-box-with-gray-background .display-title {
	font-size: 3.82rem;
	line-height: 60px
}
.content_description p {
	color: #000;
	font-size: 1.1rem;
	line-height: 3.4rem;
	font-weight: 300;
	margin-bottom: 32px
}
@media screen and (max-width:991px) {
.content_description p {
	margin-bottom: 2rem
}
}
@media screen and (max-width:767px) {
.content_description p {
	font-size: 1.2rem;
	line-height: 20px;
	font-weight: 400
}
.content_description p:last-child {
	margin-bottom: 0
}
}
.link-section a {
	color: #fa0;
	font-weight: 500;
	font-size: 1.95rem
}
.link-section a:hover {
	color: #fa0;
	text-decoration: none!important
}
.fullwidth-banner h1 {
	color: #fff
}
label {
	font-size: 1.4rem;
	font-weight: 500;
	font-family: Poppins, sans-serif
}
p.intro {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 31px;
	letter-spacing: .11px;
	margin-bottom: 30px;
	color: #000
}
@media screen and (max-width:991px) {
p.intro {
	font-size: 1.8rem
}
}
@media screen and (max-width:767px) {
p.intro {
	font-size: 15px;
	line-height: 24px
}
}
.counter-section {
	margin: 0
}
@media screen and (max-width:767px) {
.counter-section {
	margin: 0!important;
	float: none
}
}
.counter-section .counter-box {
	margin-top: 0;
	margin-bottom: 0
}
@media screen and (max-width:767px) {
.counter-section .counter-box {
	margin-top: 30px
}
}
.counter-section .count-number {
	color: #07ba89;
	font-family: Poppins, sans-serif;
	font-size: 6rem;
	line-height: 52px;
	margin-top: 30px;
	font-weight: 500
}
@media screen and (max-width:767px) {
.counter-section .count-number {
	margin-top: 10px;
	font-size: 4rem;
	line-height: 42px
}
}
.counter-section .counter-text {
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 17px;
	font-weight: 400;
	margin-top: 22px;
	display: inline-block;
	text-align: center;
	color: rgba(0,0,0,.6);
	letter-spacing: .3px
}
@media screen and (max-width:767px) {
.counter-section .counter-text {
	margin-top: 10px
}
}
@media screen and (max-width:767px) {
.counter-section .counter-item {
	padding-bottom: 60px
}
}
@media screen and (max-width:767px) {
.counter-section .col-xs-12:last-of-type .counter-item {
	padding-bottom: 0
}
}
.counter-section.green-module .count-number {
	color: #07ba89
}
.counter-section.blue-module .count-number {
	color: #ff0064
}
.counter-section.orange-module .count-number {
	color: #f06222
}
.content-static-box-wrapper {
	position: relative
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .content_description p {
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 0
}
}
.content-static-box-wrapper .content-static-box-wrapper .link-section .link a::before {
	z-index: 1!important
}
.content-static-box-wrapper .sub-title {
	font-size: 1.6rem;
	letter-spacing: 1.47px;
	color: #07ba89;
	text-transform: uppercase
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .sub-title {
	font-size: 1.4rem;
	line-height: 20px
}
}
.content-static-box-wrapper .display-title {
	margin: 14px 0 28px;
	line-height: 6.4rem
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .display-title {
	margin: 15px 0 10px
}
}
.content-static-box-wrapper .display-title .green {
	color: #778c26
}
.content-static-box-wrapper .content_description p {
	color: #424242
}
.content-static-box-wrapper .static-box-item {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	position: relative;
	border-radius: 0 0 15px 15px
}
.content-static-box-wrapper .static-box-item .image {
	border-radius: 15px 15px 0 0
}
.content-static-box-wrapper .static-box-item .bottom-content {
	padding: 3rem;
	background: #fff;
	border-radius: 0 0 15px 15px
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .static-box-item .bottom-content {
	padding: 1.5rem 2rem 2rem 2rem
}
}
.content-static-box-wrapper .static-box-item .bottom-content .title {
	display: block;
	border-bottom: 0;
	font-size: 2.4rem;
	color: #000;
	line-height: 32px;
	font-weight: 400;
	padding-bottom: 8px
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .static-box-item .bottom-content .title {
	font-size: 20px;
	line-height: 1.33;
	padding-bottom: 10px
}
}
.content-static-box-wrapper .static-box-item .bottom-content p {
	line-height: 30px;
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 11px
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .static-box-item .bottom-content p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px
}
}
.content-static-box-wrapper .link-section {
	display: block;
	position: relative;
	margin-bottom: 5rem
}
@media screen and (max-width:991px) {
.content-static-box-wrapper .link-section {
	margin-bottom: 3rem
}
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .link-section {
	margin-bottom: 1rem
}
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .link-section .link {
	padding: 0;
	border-left: 0;
	font-size: 1.6rem
}
}
.content-static-box-wrapper .link-section .link a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #424242
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .link-section .link a {
	font-size: 1.3rem;
	z-index: 1;
	padding-right: 20px
}
}
.content-static-box-wrapper .link-section .link a:after {
	font-family: icomoon!important;
	content: "\e92a";
	color: #50e600;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4rem;
	font-weight: 400;
	display: none
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .link-section .link a:after {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	vertical-align: middle;
	margin-left: 15px
}
}
.content-static-box-wrapper .link-section .link a::before {
	content: '';
	display: block;
	width: 100vw;
height:.1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	margin-left: 0
}
@media screen and (max-width:991px) {
.content-static-box-wrapper .link-section .link a::before {
	width: 675%
}
}
.content-static-box-wrapper .link-section .link a:focus, .content-static-box-wrapper .link-section .link a:hover {
	text-decoration: none
}
.content-static-box-wrapper .link-section .link a:hover:after {
	right: -4.5rem
}
.content-static-box-wrapper .link-section .link:after, .content-static-box-wrapper .link-section .link:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 1px;
	width: 8.3rem
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .link-section .link:after, .content-static-box-wrapper .link-section .link:before {
	display: none
}
}
.content-static-box-wrapper .link-section .link:after {
	bottom: 0;
	top: auto
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .link-section .link:after {
	content: '';
	border: 0;
	border-bottom: 1px solid rgba(221,221,221,.5);
	display: inline-block;
	position: absolute;
	margin-left: 0;
	top: 11px;
	left: 100%;
	width: 600px;
	z-index: 0
}
}
.content-static-box-wrapper .link-section .link:focus, .content-static-box-wrapper .link-section .link:hover {
	text-decoration: none
}
.content-static-box-wrapper .link-section:after {
	left: 65%
}
.content-static-box-wrapper__top {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 20rem;
	background-color: #fa0;
	border-radius: 10rem 0 0
}
@media screen and (max-width:991px) {
.content-static-box-wrapper__top {
	padding-top: 4rem
}
}
.content-static-box-wrapper__top:before {
	content: "";
	background: #fa0;
	position: absolute;
	left: -60px;
	width: 500px;
	height: 100%;
	top: 0;
	display: block;
	border-radius: 10rem 0 0
}
@media screen and (max-width:991px) {
.content-static-box-wrapper__top:before {
	border-radius: 0
}
}
.content-static-box-wrapper__top:after {
	content: "";
	background: #fa0;
	position: absolute;
	right: -100%;
	height: 100%;
	width: 100%;
	top: 0;
	display: block
}
.content-static-box-wrapper__bottom {
	margin-top: -30rem
}
@media screen and (max-width:1200px) {
.content-static-box-wrapper__bottom {
	margin-top: -20rem
}
}
.social-wall.content-variation-wrapper {
	margin-top: 10px
}
.social-wall .social-wall-exposed-form {
	background: #fa0;
	padding: 50px 0 25px;
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
	float: left;
	width: 100%
}
@media screen and (max-width:767px) {
.social-wall .social-wall-exposed-form {
	padding: 20px 0 0;
	margin-bottom: 30px
}
}
.social-wall .social-wall-exposed-form:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.social-wall .social-wall-exposed-form:after {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.social-wall .social-wall-exposed-form legend {
	border-bottom: 0;
	color: rgba(48,49,53,.5);
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 15px
}
.social-wall .social-wall-exposed-form .checkbox label {
	font-size: 2rem;
	line-height: 1.6
}
@media screen and (max-width:767px) {
.social-wall .social-wall-exposed-form .checkbox label {
	font-size: 1.6rem;
	line-height: 2
}
}
.social-wall .social-wall-exposed-form .social-wall-exposed-form__channel-selection, .social-wall .social-wall-exposed-form .social-wall-exposed-form__reset {
	display: inline-block
}
@media screen and (max-width:767px) {
.social-wall .social-wall-exposed-form .social-wall-exposed-form__channel-selection, .social-wall .social-wall-exposed-form .social-wall-exposed-form__reset {
	display: block
}
}
.social-wall .social-wall-exposed-form .social-wall-exposed-form__reset {
	float: right;
	margin-top: 37px
}
@media screen and (max-width:767px) {
.social-wall .social-wall-exposed-form .social-wall-exposed-form__reset {
	margin-top: 0;
	margin-bottom: 20px
}
}
.social-wall .social-wall-exposed-form .fieldset-wrapper .form-item {
	margin: 0;
	display: inline-block;
	margin-right: 80px;
	margin-left: 20px
}
@media screen and (max-width:767px) {
.social-wall .social-wall-exposed-form .fieldset-wrapper .form-item {
	width: 42%;
	margin-right: 0
}
}
.social-wall .social-wall-exposed-form .fieldset-wrapper .form-item:last-of-type {
	margin-right: 0
}
.social-wall .social-wall-exposed-form .checkbox .control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	display: inline-block;
	color: rgba(66,66,66,.5)
}
.social-wall .social-wall-exposed-form .checkbox .control-label input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.social-wall .social-wall-exposed-form .checkbox .control-label:before {
	position: absolute;
	top: 6px;
	left: -20px;
	display: block;
	width: 21px;
	height: 21px;
	content: "";
	border: 1px solid #00e6be
}
.social-wall .social-wall-exposed-form .checkbox.categorySelected .control-label {
	color: #000
}
.social-wall .social-wall-exposed-form .checkbox.categorySelected .control-label:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -17px;
	top: 9px;
	width: 15px;
	height: 15px;
	background: #00e6be
}
.social-wall .social-wall-exposed-form__title {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	display: block;
	clear: both
}
.social-wall .social-wall-exposed-form__reset a {
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	color: #303135;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	position: relative
}
.social-wall .social-wall-exposed-form__reset a:hover {
	text-decoration: none;
	color: #ff0064
}
.social-wall .social-wall-exposed-form__reset a:after {
	content: '';
	background: url(../images/icon-close-filter-primary-color.svg) no-repeat center center;
	display: inline-block;
	width: 11px;
	height: 11px;
	top: 1px;
	margin-left: 10px;
	position: relative;
	margin-right: 0
}
.social-wall .form-group {
	margin-bottom: 0
}
.social-wall .form-group>.row:after, .social-wall .form-group>.row:before {
	display: none
}
.social-wall .view-content {
	margin-bottom: 80px
}
@media screen and (max-width:767px) {
.social-wall .view-content {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto
}
}
.social-wall .view-content .form-group .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.social-wall .view-content .form-group .row {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
}
.social-wall .view-content .social-wall__item {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.social-wall .view-content .social-wall__item__wrapper {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	height: 100%;
	position: relative
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__image {
	height: 170px;
	background-size: cover;
	background-position: center center;
	position: relative
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__image .social-wall__item__channel-icon:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 10px;
	font-family: FontAwesome;
	background: #fff;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	padding-top: 7px;
	text-align: center;
	display: block;
	font-size: 18px
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__wrapper--content {
	padding: 20px
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__wrapper--content .social-wall__item__channel {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 1.2rem;
	line-height: 21px;
	letter-spacing: .84px;
	font-weight: 500;
	margin-right: 7px;
	padding-bottom: 5px;
	border-bottom: .5px solid #839e5f
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__wrapper--content .social-wall__item__date {
	color: #727272;
	font-size: 1.2rem;
	line-height: 21px;
	display: inline-block;
	vertical-align: top
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__wrapper--content .social-wall__item__body {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 20px 0;
	padding-bottom: 20px
}
.social-wall .view-content .social-wall__item__wrapper .social-wall__item__wrapper--content .social-wall__item__body a {
	font-weight: 400
}
.social-wall .view-content .twitter_posts .social-wall__item__channel {
	color: #1da1f2
}
.social-wall .view-content .twitter_posts .social-wall__item__channel-icon:before {
	color: #1da1f2;
	content: "\f099"!important
}
.social-wall .view-content .facebook_posts .social-wall__item__channel {
	color: #3c5898
}
.social-wall .view-content .facebook_posts .social-wall__item__channel-icon:before {
	color: #3c5898;
	content: "\f09a"!important
}
.social-wall .view-content .linkedin_posts .social-wall__item__channel {
	color: #007bb5
}
.social-wall .view-content .linkedin_posts .social-wall__item__channel-icon:before {
	color: #007bb5;
	content: "\f0e1"!important
}
.social-wall .view-content .youtube_posts .social-wall__item__channel {
	color: #f40404
}
.social-wall .view-content .youtube_posts .social-wall__item__channel-icon:before {
	color: #f40404;
	content: "\f16a"!important
}
.social-wall .view-content .social-wall__item__CTA {
	display: block;
	position: absolute;
	font-size: 0;
	font-weight: 500;
	right: 20px;
	bottom: 20px
}
.social-wall .view-content .social-wall__item__CTA:hover {
	text-decoration: none
}
.social-wall .view-content .social-wall__item__CTA:before {
	font-family: icomoon!important;
	content: "\e912";
	color: #5f5f5f;
	font-size: 18px;
	right: 0;
	bottom: 0;
	display: block;
	position: relative
}
.js-pager__items.pager {
	margin-top: 20px;
	position: relative;
	clear: both;
	margin-bottom: 120px
}
@media screen and (max-width:991px) {
.js-pager__items.pager {
	margin-bottom: 50px;
	margin-top: 50px
}
}
.js-pager__items.pager:before {
	content: " ";
	width: 37%;
	height: 2px;
	margin: 0 10px;
	border-bottom: 1px solid #d8d8d8;
	background-color: transparent;
	display: inline-block;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width:767px) {
.js-pager__items.pager:before {
	display: none
}
}
@media screen and (max-width:991px) {
.js-pager__items.pager:before {
	width: 30%
}
}
.js-pager__items.pager:after {
	content: " ";
	width: 37%;
	height: 2px;
	margin: 0 10px;
	border-bottom: 1px solid #d8d8d8;
	background-color: transparent;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width:767px) {
.js-pager__items.pager:after {
	display: none
}
}
@media screen and (max-width:991px) {
.js-pager__items.pager:after {
	width: 30%
}
}
.js-pager__items.pager li {
	display: inline-block;
	margin: 0 30px;
	padding-left: 0;
	position: relative
}
.js-pager__items.pager li:after {
	content: "\f107";
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #ff0064;
	font-size: 20px;
	font-family: FontAwesome;
	font-weight: 500
}
.js-pager__items.pager .button {
	border-radius: 0;
	background-color: #00e6be;
	color: #fff;
	font-size: 1.8rem;
	padding: 12px 65px;
	font-weight: 500;
	border: 0
}
.js-pager__items.pager .button:hover {
	background-color: #00e6be;
	color: #fff
}
.rd-center-wrapper .view-filters {
	background: #fa0;
	padding: 50px 0 40px;
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
	float: left;
	width: 100%
}
@media screen and (max-width:767px) {
.rd-center-wrapper .view-filters {
	padding: 20px 0;
	margin-bottom: 30px
}
}
.rd-center-wrapper .view-filters:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.rd-center-wrapper .view-filters:after {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.rd-center-wrapper .view-filters legend {
	border-bottom: 0;
	color: rgba(48,49,53,.5);
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 10px
}
.rd-center-wrapper .view-filters legend span:after {
	display: none
}
.rd-center-wrapper .view-filters .radio {
	width: auto
}
.rd-center-wrapper .view-filters .radio label {
	font-size: 2rem;
	line-height: 1.6;
	padding-left: 20px
}
@media screen and (max-width:767px) {
.rd-center-wrapper .view-filters .radio label {
	font-size: 1.6rem;
	line-height: 2
}
}
.rd-center-wrapper .view-filters .form-actions, .rd-center-wrapper .view-filters .form-composite {
	display: inline-block;
	vertical-align: middle
}
.rd-center-wrapper .view-filters .form-actions {
	float: right;
	margin-top: 37px
}
@media screen and (max-width:991px) {
.rd-center-wrapper .view-filters .form-actions {
	float: left;
	display: block;
	margin-left: 0;
	margin-top: 0
}
}
.rd-center-wrapper .view-filters .form-actions .btn-info {
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	color: #303135;
	font-family: Poppins, sans-serif!important;
	font-weight: 500;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-right: 0;
	position: relative
}
.rd-center-wrapper .view-filters .form-actions .btn-info:after {
	content: '';
	background: url(../images/icon-close-filter-primary-color.svg) no-repeat center center;
	display: inline-block;
	width: 11px;
	height: 11px;
	top: 1px;
	margin-left: 10px;
	position: relative;
	margin-right: 0
}
.rd-center-wrapper .view-filters .form-actions .btn-info:hover {
	text-decoration: none;
	color: #ff0064
}
.rd-center-wrapper .view-filters .form-actions .btn-info span:before {
	display: none
}
.rd-center-wrapper .view-filters .fieldset-wrapper .form-item {
	margin: 0;
	display: inline-block;
	margin-right: 80px;
	margin-left: 20px
}
@media screen and (max-width:991px) {
.rd-center-wrapper .view-filters .fieldset-wrapper .form-item {
	margin-right: 50px
}
}
@media screen and (max-width:767px) {
.rd-center-wrapper .view-filters .fieldset-wrapper .form-item {
	width: 42%;
	margin-right: 0
}
}
.rd-center-wrapper .view-filters .fieldset-wrapper .form-item:last-of-type {
	margin-right: 0
}
.rd-center-wrapper .view-filters .radio .control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	display: inline-block;
	color: rgba(66,66,66,.5)
}
.rd-center-wrapper .view-filters .radio .control-label input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.rd-center-wrapper .view-filters .radio .control-label:before {
	position: absolute;
	top: 6px;
	left: -20px;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	border: 1px solid #006d82;
	border-radius: 50%
}
.rd-center-wrapper .view-filters .radio.categorySelected .control-label {
	color: #000
}
.rd-center-wrapper .view-filters .radio.categorySelected .control-label:after {
	top: 8px;
	left: -18px;
	content: "";
	display: block;
	background: #006d82;
	width: 16px;
	height: 16px;
	position: absolute;
	border-radius: 50%
}
.rd-center-wrapper .view-content {
	float: left;
	width: 100%
}
.rd-center-wrapper .view-content .results {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	display: block;
	clear: both;
	color: #fa0
}
.rd-center-wrapper .view-content .view-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	width: 100%
}
@media screen and (max-width:767px) {
.rd-center-wrapper .view-content .view-content-wrapper {
	float: none;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto
}
}
.rd-center-wrapper .view-content .rd-center__item {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.rd-center-wrapper .view-content .rd-item-box {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	height: 100%;
	position: relative
}
.rd-center-wrapper .view-content .rd-item-box .image-view {
	height: 170px;
	background-size: cover;
	background-position: center center;
	position: relative
}
.rd-center-wrapper .view-content .rd-item-box .rd-item-content {
	padding: 20px 20px 50px
}
.rd-center-wrapper .view-content .rd-item-box .rd-item-location {
	font-size: 1.3rem;
	line-height: 2.1rem;
	letter-spacing: .84px;
	text-transform: uppercase
}
.rd-center-wrapper .view-content .rd-item-box .rd-item-location .country {
	font-weight: 500
}
.rd-center-wrapper .view-content .rd-item-box .rd-item-name {
	margin-top: 12px;
	color: rgba(66,66,66,.7)
}
.medialibrary-magnific.content-variation-wrapper {
	margin-top: 10px
}
.medialibrary-magnific.content-variation-wrapper .view-filters.form-group .media-category-filter {
	display: none
}
.medialibrary-magnific .view-media-gallery {
	padding-top: 0
}
.medialibrary-magnific .view-filters {
	background: #fa0;
	padding: 50px 0;
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
	float: left;
	width: 100%
}
@media screen and (max-width:991px) {
.medialibrary-magnific .view-filters {
	padding: 30px 0 0;
	margin-bottom: 30px
}
}
@media screen and (max-width:767px) {
.medialibrary-magnific .view-filters {
	padding: 20px 0 0
}
}
.medialibrary-magnific .view-filters:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.medialibrary-magnific .view-filters:after {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.medialibrary-magnific .view-filters legend {
	margin-bottom: 0;
	border-bottom: 0
}
.medialibrary-magnific .view-filters .fieldset-legend {
	border-bottom: 0;
	color: #f2f2f2;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 10px
}
.medialibrary-magnific .view-filters .fieldset-legend:after {
	display: none
}
.medialibrary-magnific .view-filters .views-exposed-form .form-item {
	margin: 0;
	display: inline-block;
	width: auto
}
@media screen and (max-width:767px) {
.medialibrary-magnific .view-filters .views-exposed-form .form-item {
	width: 100%;
	margin-right: 0
}
}
.medialibrary-magnific .view-filters .views-exposed-form .form-item:last-of-type {
	margin-right: 0
}
@media screen and (max-width:767px) {
.medialibrary-magnific .view-filters .views-exposed-form .form-item:first-of-type {
	margin-bottom: 20px
}
}
.medialibrary-magnific .view-filters .views-exposed-form .catMediacatSelected, .medialibrary-magnific .view-filters .views-exposed-form .catMediatypeSelected {
	position: relative;
	max-width: 270px;
	display: block;
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 13px 40px 13px 30px;
	min-width: 270px;
	color: #fff;
	background: #ff0064;
	font-size: 1.2rem;
	line-height: 2.2rem;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-top: 10px;
	cursor: pointer
}
@media screen and (max-width:991px) {
.medialibrary-magnific .view-filters .views-exposed-form .catMediacatSelected, .medialibrary-magnific .view-filters .views-exposed-form .catMediatypeSelected {
	padding: 13px 40px 13px 20px;
	font-size: 1.7rem
}
}
.medialibrary-magnific .view-filters .views-exposed-form .catMediacatSelected:after, .medialibrary-magnific .view-filters .views-exposed-form .catMediatypeSelected:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: 25px
}
@media screen and (max-width:991px) {
.medialibrary-magnific .view-filters .views-exposed-form .catMediacatSelected:after, .medialibrary-magnific .view-filters .views-exposed-form .catMediatypeSelected:after {
	font-size: 1.8rem
}
}
.medialibrary-magnific .view-filters .views-exposed-form .form-item {
	position: relative
}
.medialibrary-magnific .view-filters .views-exposed-form .fieldset-wrapper {
	margin-top: 0;
	background: #fff;
	display: none;
	position: absolute;
	width: 270px;
	border-top: 0;
	padding: 5px 0;
	z-index: 1;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07)
}
.medialibrary-magnific .view-filters .views-exposed-form .fieldset-wrapper .form-item {
	display: block;
	padding: 8px 30px;
	margin-right: 0;
	background: 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	width:100%;
}
.medialibrary-magnific .view-filters .views-exposed-form .fieldset-wrapper .form-item:hover {
	background: rgba(66,66,66,.05)
}
@media screen and (max-width:991px) {
.medialibrary-magnific .view-filters .views-exposed-form .fieldset-wrapper .form-item {
	padding: 8px 20px
}
}
@media screen and (max-width:767px) {
.medialibrary-magnific .view-filters .views-exposed-form .fieldset-wrapper .form-item:first-of-type {
	margin-bottom: 0
}
}
.medialibrary-magnific .view-filters .views-exposed-form label {
	color: #000;
	padding-left: 0;
	margin-bottom: 0
}
.medialibrary-magnific .view-filters .views-exposed-form .categorySelected label {
	color: #5f5f5f;
	cursor: default
}
.medialibrary-magnific .view-filters .views-exposed-form .form-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.medialibrary-magnific .view-filters .views-exposed-form .form-actions {
	float: right;
	margin-top: 75px
}
@media screen and (max-width:991px) {
.medialibrary-magnific .view-filters .views-exposed-form .form-actions {
	margin-top: 25px;
	display: block;
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 25px
}
}
.medialibrary-magnific .view-filters .views-exposed-form .form-actions button {
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	color: #303135;
	font-family: Poppins, sans-serif!important;
	font-weight: 500;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-right: 0;
	position: relative;
	padding-bottom: 5px
}
.medialibrary-magnific .view-filters .views-exposed-form .form-actions button:after {
	content: '';
	background: url(../images/filter-close-primary-bold.svg) no-repeat center center;
	display: inline-block;
	width: 11px;
	height: 11px;
	top: 1px;
	margin-left: 10px;
	position: relative;
	margin-right: 0
}
.medialibrary-magnific .view-filters .views-exposed-form .form-actions button:hover {
	text-decoration: none;
	color: #ff0064;
	background-color: transparent
}
.medialibrary-magnific .view-filters .views-exposed-form .form-actions button span::before {
	display: none
}
.medialibrary-magnific .view-filters .views-exposed-form .form-actions button.nice-select.open, .medialibrary-magnific .view-filters .views-exposed-form .form-actions button:active, .medialibrary-magnific .view-filters .views-exposed-form .form-actions button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.medialibrary-magnific .view-content {
	float: left;
	width: 100%;
	margin-bottom: 80px
}
.medialibrary-magnific .view-content .results {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	display: block;
	clear: both;
	color: #fa0
}
.medialibrary-magnific .view-content .view-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	width: 100%
}
@media screen and (max-width:767px) {
.medialibrary-magnific .view-content .view-content-wrapper {
	float: none;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto
}
}
.medialibrary-magnific .view-content .medialibrary__item {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.medialibrary-magnific .view-content .medialibrary-box {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	height: 100%;
	position: relative
}
.medialibrary-magnific .view-content .medialibrary-box .image-view {
	height: 170px;
	background-size: cover;
	background-position: center center;
	position: relative
}
.medialibrary-magnific .view-content .medialibrary-box a .image-view:after {
	border-radius: 50px;
	font-family: FontAwesome;
	content: "\f04b";
	font-size: 16px;
	line-height: 0;
	position: relative;
	text-align: center;
	padding: 25px 20px 24px 20px;
	height: 50px;
	width: 50px;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: -25px;
	top: 50%
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary__item__content {
	padding: 20px 20px 50px;
	position: relative;
	float: left;
	width: 100%
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-name {
	font-size: .8rem;
	line-height: 2.1rem;
	letter-spacing: .84px;
	text-transform: uppercase;
	font-weight: 500
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-position {
	margin-top: 12px;
	font-size: 1.8rem;
	line-height: 2.1rem;
	color: rgba(66,66,66,.7)
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-links {
	margin-top: 27px;
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 85%
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-links .secondary-cta-style {
	width: 50%;
	float: left
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-links .download-link {
	border-left: 1px solid #333;
	float: left;
	width: 50%;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	color: #000;
	font-size:1rem;
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-links a:hover {
	text-decoration: none;
	color: #5f5f5f
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-links a.video_preview {
	margin: 0
}
.medialibrary-magnific .view-content .medialibrary-box .medialibrary-links a.video_preview:before {
	display: none
}
article.story.full .fullwidth-banner .image-with-background-overlay {
	margin-left: 8%
}
@media screen and (max-width:767px) {
article.story.full .fullwidth-banner .image-with-background-overlay {
	margin-left: 30px
}
}
.contentpage-slider.lessthen3 .contentpage-slider-wrapper .slick-dots {
	display: none
}
.contentpage-slider .our-stories__filter, .our-stories .our-stories__filter {
	background: #fa0;
	padding: 50px 0 25px;
	margin-top: 15px;
	margin-bottom: 60px;
	position: relative;
	float: left;
	width: 100%;
	display: none!important
}
@media screen and (max-width:767px) {
.contentpage-slider .our-stories__filter, .our-stories .our-stories__filter {
	padding: 13px 5px;
	margin-bottom: 30px;
	margin-top: 0
}
}
.contentpage-slider .our-stories__filter:before, .our-stories .our-stories__filter:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.contentpage-slider .our-stories__filter:after, .our-stories .our-stories__filter:after {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.contentpage-slider .our-stories__filter legend, .our-stories .our-stories__filter legend {
	border-bottom: 0;
	color: rgba(48,49,53,.5);
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 10px
}
.contentpage-slider .our-stories__filter legend span:after, .our-stories .our-stories__filter legend span:after {
	display: none
}
.contentpage-slider .contentpage-slider-wrapper, .contentpage-slider .our-stories-featured, .our-stories .contentpage-slider-wrapper, .our-stories .our-stories-featured {
	clear: both
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots, .contentpage-slider .our-stories-featured .slick-dots, .our-stories .contentpage-slider-wrapper .slick-dots, .our-stories .our-stories-featured .slick-dots {
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	position: absolute;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	padding: 0
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .slick-dots, .contentpage-slider .our-stories-featured .slick-dots, .our-stories .contentpage-slider-wrapper .slick-dots, .our-stories .our-stories-featured .slick-dots {
	bottom: 15px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .slick-dots, .contentpage-slider .our-stories-featured .slick-dots, .our-stories .contentpage-slider-wrapper .slick-dots, .our-stories .our-stories-featured .slick-dots {
	bottom: 0;
	padding-left: 0;
	position: relative
}
}
@media screen and (max-width:480px) {
.contentpage-slider .contentpage-slider-wrapper .slick-dots, .contentpage-slider .our-stories-featured .slick-dots, .our-stories .contentpage-slider-wrapper .slick-dots, .our-stories .our-stories-featured .slick-dots {
	bottom: 0
}
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots li, .contentpage-slider .our-stories-featured .slick-dots li, .our-stories .contentpage-slider-wrapper .slick-dots li, .our-stories .our-stories-featured .slick-dots li {
	height: 12px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	padding: 0 5px
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots li.slick-active, .contentpage-slider .our-stories-featured .slick-dots li.slick-active, .our-stories .contentpage-slider-wrapper .slick-dots li.slick-active, .our-stories .our-stories-featured .slick-dots li.slick-active {
	height: 15px;
	padding: 0 5px
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots li.slick-active button, .contentpage-slider .our-stories-featured .slick-dots li.slick-active button, .our-stories .contentpage-slider-wrapper .slick-dots li.slick-active button, .our-stories .our-stories-featured .slick-dots li.slick-active button {
	background-color: #07ba89;
	background: -webkit-gradient(linear, left top, left bottom, from(#07ba89), to(#34a0bc)) #006d82;
	background: linear-gradient(to bottom, #07ba89, #34a0bc) #006d82;
	-webkit-box-shadow: none;
	box-shadow: none
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots li button, .contentpage-slider .our-stories-featured .slick-dots li button, .our-stories .contentpage-slider-wrapper .slick-dots li button, .our-stories .our-stories-featured .slick-dots li button {
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50%;
	border: 0;
	padding: 0
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots li button:focus, .contentpage-slider .contentpage-slider-wrapper .slick-dots li button:hover, .contentpage-slider .our-stories-featured .slick-dots li button:focus, .contentpage-slider .our-stories-featured .slick-dots li button:hover, .our-stories .contentpage-slider-wrapper .slick-dots li button:focus, .our-stories .contentpage-slider-wrapper .slick-dots li button:hover, .our-stories .our-stories-featured .slick-dots li button:focus, .our-stories .our-stories-featured .slick-dots li button:hover {
	outline: 0
}
.contentpage-slider .contentpage-slider-wrapper .slick-arrow, .contentpage-slider .our-stories-featured .slick-arrow, .our-stories .contentpage-slider-wrapper .slick-arrow, .our-stories .our-stories-featured .slick-arrow {
	height: 60px;
	width: 60px;
	font-size: 0;
	background: #fa0;
	position: absolute;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	z-index: 1;
	padding: 0;
	top: 45%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .slick-arrow, .contentpage-slider .our-stories-featured .slick-arrow, .our-stories .contentpage-slider-wrapper .slick-arrow, .our-stories .our-stories-featured .slick-arrow {
	height: 50px;
	width: 50px;
	display: block
}
}
.contentpage-slider .contentpage-slider-wrapper .slick-arrow:after, .contentpage-slider .our-stories-featured .slick-arrow:after, .our-stories .contentpage-slider-wrapper .slick-arrow:after, .our-stories .our-stories-featured .slick-arrow:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #ff0064;
	font-size: 33px;
	top: 7px;
	left: 7px;
	display: block
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .slick-arrow:after, .contentpage-slider .our-stories-featured .slick-arrow:after, .our-stories .contentpage-slider-wrapper .slick-arrow:after, .our-stories .our-stories-featured .slick-arrow:after {
	position: relative;
	left: 0;
	top: -13px
}
}
.contentpage-slider .contentpage-slider-wrapper .slick-arrow.slick-next, .contentpage-slider .our-stories-featured .slick-arrow.slick-next, .our-stories .contentpage-slider-wrapper .slick-arrow.slick-next, .our-stories .our-stories-featured .slick-arrow.slick-next {
	left: auto;
	right: 0
}
.contentpage-slider .contentpage-slider-wrapper .slick-arrow.slick-next:after, .contentpage-slider .our-stories-featured .slick-arrow.slick-next:after, .our-stories .contentpage-slider-wrapper .slick-arrow.slick-next:after, .our-stories .our-stories-featured .slick-arrow.slick-next:after {
	content: '\f105'
}
.contentpage-slider .contentpage-slider-wrapper .slick-arrow.slick-disabled:after, .contentpage-slider .our-stories-featured .slick-arrow.slick-disabled:after, .our-stories .contentpage-slider-wrapper .slick-arrow.slick-disabled:after, .our-stories .our-stories-featured .slick-arrow.slick-disabled:after {
	color: rgba(66,66,66,.5)
}
.contentpage-slider .contentpage-slider-wrapper .slick-arrow:focus, .contentpage-slider .our-stories-featured .slick-arrow:focus, .our-stories .contentpage-slider-wrapper .slick-arrow:focus, .our-stories .our-stories-featured .slick-arrow:focus {
	outline: 0
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .slick-arrow, .contentpage-slider .our-stories-featured .slick-arrow, .our-stories .contentpage-slider-wrapper .slick-arrow, .our-stories .our-stories-featured .slick-arrow {
	display: none!important
}
}
.contentpage-slider .contentpage-slider-wrapper .slick-slide, .contentpage-slider .our-stories-featured .slick-slide, .our-stories .contentpage-slider-wrapper .slick-slide, .our-stories .our-stories-featured .slick-slide {
	position: relative
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .contentpage-slider .our-stories-featured .our-stories-featured__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__image, .our-stories .our-stories-featured .carousel-item__item__image, .our-stories .our-stories-featured .our-stories-featured__item__image {
	height: 550px;
	background-size: cover;
	background-position: center center;
	margin-left: 0
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .contentpage-slider .our-stories-featured .our-stories-featured__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__image, .our-stories .our-stories-featured .carousel-item__item__image, .our-stories .our-stories-featured .our-stories-featured__item__image {
	height: 400px;
	margin-left: 0
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .contentpage-slider .our-stories-featured .our-stories-featured__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__image, .our-stories .our-stories-featured .carousel-item__item__image, .our-stories .our-stories-featured .our-stories-featured__item__image {
	height: 320px;
	margin-bottom: 210px;
	margin-left: 0
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .our-stories-featured .carousel-item__item__image {
	height: 710px
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .our-stories-featured .carousel-item__item__image {
	background-size: cover;
	background-position: left top;
	height: 739px
}
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .our-stories-featured .carousel-item__item__image {
	height: 400px;
	margin-right: 1px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__image, .contentpage-slider .our-stories-featured .carousel-item__item__image, .our-stories .contentpage-slider-wrapper .carousel-item__item__image, .our-stories .our-stories-featured .carousel-item__item__image {
	height: 320px;
	margin-bottom: 300px
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	padding: 40px 70px 50px 9px;
	position: absolute;
	left: 50%;
	width: 560px;
	margin-left: -560px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .primary-cta-style a, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .primary-cta-style a, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .primary-cta-style a, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .primary-cta-style a, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .primary-cta-style a, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .primary-cta-style a, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .primary-cta-style a, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .primary-cta-style a {
	display: inline-block;
	text-decoration: none
}
@media screen and (min-width:1200px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	margin-left: -552px
}
}
@media screen and (max-width:1200px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	margin-left: -503px
}
}
@media screen and (max-width:1024px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	padding: 40px;
	width: 470px
}
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	padding: 30px;
	margin-left: 0;
	left: 0;
	width: 400px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	left: auto;
	right: auto;
	max-width: 460px;
	bottom: -68px;
	margin-left: -200px;
	left: 50%;
	top: auto;
	padding-bottom: 0
}
}
@media screen and (max-width:480px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper, .our-stories .our-stories-featured .carousel-item__item__box-wrapper, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper {
	max-width: 280px;
	bottom: -101px;
	margin-left: -140px
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__title, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__title, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__title, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__title, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__title, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__title, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__title, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__title {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	display: block;
	clear: both;
	color: #fa0;
	margin-bottom: 20px
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__title, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__title, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__title, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__title, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__title, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__title, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__title, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__title {
	margin-bottom: 10px
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 5.8rem;
	line-height: 61px;
	letter-spacing: -.26px;
	margin-bottom: 23px;
	position: relative
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1:before, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title:before, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p:before {
	content: '';
	border-left: 2px solid #ff0064;
	width: 2px;
	position: absolute;
	left: -25px;
	height: 100%
}
@media screen and (max-width:1024px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p {
	font-size: 2.6rem;
	line-height: 4rem;
	margin-bottom: 20px
}
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p {
	font-size: 2.5rem;
	line-height: 3.2rem;
	margin-bottom: 15px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p {
	color: #000
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title .green, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1 .green, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p .green, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title .green, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .green, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .green, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title .green, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1 .green, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p .green, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title .green, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .green, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .green, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title .green, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1 .green, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p .green, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title .green, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .green, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .green, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title .green, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1 .green, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p .green, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title .green, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .green, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .green {
	color: #424242
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title .bluetext, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1 .bluetext, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p .bluetext, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title .bluetext, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .bluetext, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .bluetext, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title .bluetext, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1 .bluetext, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p .bluetext, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title .bluetext, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .bluetext, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .bluetext, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title .bluetext, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__title h1 .bluetext, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__title p .bluetext, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title .bluetext, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .bluetext, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .bluetext, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title .bluetext, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__title h1 .bluetext, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__title p .bluetext, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title .bluetext, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__title h1 .bluetext, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__title p .bluetext {
	color: #424242
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__short-description, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p {
	font-size: 2rem;
	line-height: 3.2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__short-description, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 15px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__short-description, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__short-description p, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__short-description, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__short-description p {
	color: #000
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px 15px 65px;
	text-align: center;
	display: inline-block!important;
	background: 0 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	position: relative
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:before {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	content: '';
	display: inline-block!important;
	position: absolute;
	left: 4px;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	z-index: 1
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta.blue-module:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.blue-module:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.blue-module:before {
	background-position: -10px -80px!important
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta.orange-module:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a.orange-module:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta.orange-module:before {
	background-position: -76px -80px!important
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover {
	text-decoration: none;
	color: #000
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after {
	font-family: icomoon!important;
	content: "\e92a";
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3rem;
	font-weight: 400;
	opacity: .5;
	display: none;
	-webkit-transition: .5s;
	transition: .5s
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:after {
	font-size: 1.7rem;
	right: 70px
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:focus, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:focus, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:focus, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:focus, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:focus, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:focus, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:focus, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:focus, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:focus {
	outline: 0 none;
	text-decoration: none
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after {
	right: 2rem
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta:hover:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta:hover:after {
	right: 65px
}
}
@media screen and (max-width:991px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta {
	font-size: 1.4rem;
	padding: 15px 20px 15px 65px!important;
	min-width: auto!important
}
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .our-stories-featured__item__cta, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper a, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .our-stories-featured__item__cta {
	display: block;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	min-width: 240px
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.green-module a {
	background: #84973b;
	outline: 0
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.blue-module a:before {
	background-position: -10px -80px!important
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .contentpage-slider .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .contentpage-slider .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .our-stories .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .our-stories .contentpage-slider-wrapper .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .our-stories .our-stories-featured .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before, .our-stories .our-stories-featured .our-stories-featured__item__box-wrapper .carousel-item__item__cta-wrapper.orange-module a:before {
	background-position: -76px -80px!important
}
.contentpage-slider .contentpage-slider-wrapper .contentpage-inner, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item-wrapper, .contentpage-slider .our-stories-featured .contentpage-inner, .contentpage-slider .our-stories-featured .our-stories-featured__item-wrapper, .our-stories .contentpage-slider-wrapper .contentpage-inner, .our-stories .contentpage-slider-wrapper .our-stories-featured__item-wrapper, .our-stories .our-stories-featured .contentpage-inner, .our-stories .our-stories-featured .our-stories-featured__item-wrapper {
	max-width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper .contentpage-inner, .contentpage-slider .contentpage-slider-wrapper .our-stories-featured__item-wrapper, .contentpage-slider .our-stories-featured .contentpage-inner, .contentpage-slider .our-stories-featured .our-stories-featured__item-wrapper, .our-stories .contentpage-slider-wrapper .contentpage-inner, .our-stories .contentpage-slider-wrapper .our-stories-featured__item-wrapper, .our-stories .our-stories-featured .contentpage-inner, .our-stories .our-stories-featured .our-stories-featured__item-wrapper {
	padding: 0;
	max-width: 100%
}
}
.contentpage-slider .our-stories-most-popular__title, .contentpage-slider .our-stories__result__title, .our-stories .our-stories-most-popular__title, .our-stories .our-stories__result__title {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	display: block;
	clear: both;
	padding: 0 15px
}
.contentpage-slider .our-stories__result__title, .our-stories .our-stories__result__title {
	display: none
}
.contentpage-slider .our-stories__result__title:first-child, .our-stories .our-stories__result__title:first-child {
	display: block
}
.contentpage-slider .our-stories-most-popular, .our-stories .our-stories-most-popular {
	padding: 60px 0 30px;
	background: #fa0;
	position: relative
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-most-popular, .our-stories .our-stories-most-popular {
	padding: 30px 0 10px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .our-stories-most-popular, .our-stories .our-stories-most-popular {
	padding: 30px 0 0
}
}
.contentpage-slider .our-stories-most-popular:before, .our-stories .our-stories-most-popular:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.contentpage-slider .our-stories-most-popular:after, .our-stories .our-stories-most-popular:after {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular__item, .our-stories .our-stories-most-popular .our-stories-most-popular__item {
	margin-top: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width:767px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular__item, .our-stories .our-stories-most-popular .our-stories-most-popular__item {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto
}
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular__item.two-col .our-stories-most-popular__item-content, .our-stories .our-stories-most-popular .our-stories-most-popular__item.two-col .our-stories-most-popular__item-content {
	padding: 30px 50px
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular__item.two-col .our-stories-most-popular__item-content, .our-stories .our-stories-most-popular .our-stories-most-popular__item.two-col .our-stories-most-popular__item-content {
	padding: 20px 20px 30px
}
}
@media screen and (max-width:767px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular__item.two-col:last-of-type, .our-stories .our-stories-most-popular .our-stories-most-popular__item.two-col:last-of-type {
	margin-bottom: 0
}
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	height: 100%;
	position: relative
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__image, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__image {
	height: 250px;
	background-size: cover;
	background-position: center center;
	position: relative
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__image, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__image {
	height: 220px
}
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item-content, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item-content {
	padding: 30px 20px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 23px
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item-content, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item-content {
	padding: 20px 20px 30px
}
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__tags, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__tags {
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(66,66,66,.6)
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__tags, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__tags {
	font-size: 1.3rem
}
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__title, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__title {
	margin-top: 5px;
	color: rgba(66,66,66,.7)
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__title p, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__title p {
	font-size: 1.47rem;
	line-height: 3.2rem;
	margin-bottom: 0
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__title p, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__title p {
	font-size: 1.2rem;
	line-height: 2.8rem
}
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__link-arrow, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__link-arrow {
	font-size: 0;
	position: absolute;
	bottom: 30px
}
.contentpage-slider .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__cta, .our-stories .our-stories-most-popular .our-stories-most-popular-item-box .our-stories-most-popular__item__cta {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 0
}
.contentpage-slider .our-stories__result, .our-stories .our-stories__result {
	padding-top: 60px;
	padding-bottom: 20px
}
@media screen and (min-width:992px) {
.contentpage-slider .our-stories__result, .our-stories .our-stories__result {
	min-height: 450px
}
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories__result, .our-stories .our-stories__result {
	padding-top: 30px
}
}
.contentpage-slider .our-stories__result .views-element-container .form-group, .our-stories .our-stories__result .views-element-container .form-group {
	margin-bottom: 80px
}
.contentpage-slider .our-stories__result .views-element-container .our-stories__item, .our-stories .our-stories__result .views-element-container .our-stories__item {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width:767px) {
.contentpage-slider .our-stories__result .views-element-container .our-stories__item, .our-stories .our-stories__result .views-element-container .our-stories__item {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none
}
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box, .our-stories .our-stories__result .views-element-container .our-stories-item-box {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	height: 100%;
	position: relative;
	cursor: pointer
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__image, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__image {
	height: 250px;
	background-size: cover;
	background-position: center center;
	position: relative
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__image, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__image {
	height: 220px
}
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories-content, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories-content {
	padding: 30px 20px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 23px
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories-content, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories-content {
	padding: 20px 20px 30px
}
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__tags, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__tags {
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(66,66,66,.6)
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__tags, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__tags {
	font-size: 1.3rem
}
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__title, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__title {
	margin-top: 5px;
	color: rgba(66,66,66,.7)
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__title p, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__title p {
	font-size: 1.47rem;
	line-height: 3.2rem;
	margin-bottom: 0
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__title p, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__title p {
	font-size: 1.2rem;
	line-height: 2.8rem
}
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__link-arrow, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__link-arrow {
	font-size: 0;
	position: absolute;
	bottom: 30px
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__cta, .our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__cta {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 0
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box:hover, .our-stories .our-stories__result .views-element-container .our-stories-item-box:hover {
	text-decoration: none
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box:hover .our-stories__item__title, .our-stories .our-stories__result .views-element-container .our-stories-item-box:hover .our-stories__item__title {
	text-decoration: none
}
.contentpage-slider .our-stories__result .views-element-container .our-stories-item-box:hover .our-stories__item__link-arrow:after, .our-stories .our-stories__result .views-element-container .our-stories-item-box:hover .our-stories__item__link-arrow:after {
	right: -3rem
}
.contentpage-slider .our-stories-exposed-form__reset a, .our-stories .our-stories-exposed-form__reset a {
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	color: #303135;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	float: right
}
@media screen and (max-width:991px) {
.contentpage-slider .our-stories-exposed-form__reset a, .our-stories .our-stories-exposed-form__reset a {
	float: left
}
}
.contentpage-slider .our-stories-exposed-form__reset a:hover, .our-stories .our-stories-exposed-form__reset a:hover {
	text-decoration: none;
	color: #ff0064
}
.our-stories .our-stories-exposed-form__m-filter {
	display: none
}
.our-stories .our-stories-exposed-form__m-filter .our-stories-exposed-form__m-filter__heading {
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	margin-bottom: 5px
}
.our-stories .our-stories-exposed-form__m-filter .our-stories-exposed-form__m-filter__desc {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.7rem;
	position: relative;
	margin-bottom: 10px
}
.our-stories .our-stories-exposed-form__m-filter .our-stories-exposed-form__m-filter__desc:after {
	content: '\f054';
	font-family: FontAwesome;
	font-size: 14px;
	color: #ff0064;
	position: absolute;
	right: 0;
	top: 0
}
@media screen and (max-width:767px) {
.our-stories .our-stories-exposed-form__m-filter {
	display: block
}
}
@media screen and (max-width:767px) {
.our-stories .our-stories-exposed-form__filters {
	padding-top: 20px;
	display: none
}
}
.our-stories .our-stories-exposed-form__filters .our-stories-exposed-form__filter {
	position: relative;
	margin-bottom: 30px
}
.our-stories .our-stories-exposed-form__filters .our-stories-exposed-form__selection-value-wrapper {
	position: relative;
	max-width: 270px;
	display: block;
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 13px 40px 13px 30px;
	color: #fff;
	background: #00e6be;
	font-size: 1.8rem;
	line-height: 3.2rem;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	cursor: pointer
}
@media screen and (max-width:991px) {
.our-stories .our-stories-exposed-form__filters .our-stories-exposed-form__selection-value-wrapper {
	padding: 13px 40px 13px 20px;
	font-size: 1.7rem
}
}
.our-stories .our-stories-exposed-form__filters .our-stories-exposed-form__selection-value-wrapper:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: 25px
}
@media screen and (max-width:991px) {
.our-stories .our-stories-exposed-form__filters .our-stories-exposed-form__selection-value-wrapper:after {
	font-size: 1.8rem
}
}
.our-stories .our-stories-exposed-form__filters .fieldset-wrapper {
	margin-top: 0;
	background: #fff;
	display: none;
	position: absolute;
	width: 100%;
	max-width: 270px;
	border-top: 0;
	padding: 5px 0;
	z-index: 1;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,.09);
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.09);
	max-height: 260px;
	overflow: auto
}
.our-stories .our-stories-exposed-form__filters .fieldset-wrapper .form-item {
	display: block;
	padding: 9px 50px;
	margin-top: 0;
	margin-bottom: 0;
	background: 0 0;
	-webkit-transition: .3s;
	transition: .3s
}
@media screen and (max-width:767px) {
.our-stories .our-stories-exposed-form__filters .fieldset-wrapper .form-item:first-of-type {
	margin-bottom: 0
}
}
.our-stories .our-stories-exposed-form__filters .fieldset-wrapper .form-item:hover {
	background: rgba(66,66,66,.05)
}
.our-stories .our-stories-exposed-form__filters label {
	color: #000;
	padding-left: 0
}
.our-stories .our-stories-exposed-form__filters .categorySelected label {
	color: #5f5f5f
}
.our-stories .our-stories-exposed-form__filters .form-wrapper {
	position: relative
}
.our-stories .our-stories-exposed-form__filters .checkbox .control-label {
	position: relative;
	margin-bottom: 0;
	display: block;
	color: #000;
	letter-spacing: .3px;
	font-size: 1.3rem;
	line-height: 2rem;
	text-transform: uppercase;
	padding-left: 20px
}
.our-stories .our-stories-exposed-form__filters .checkbox .control-label input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.our-stories .our-stories-exposed-form__filters .checkbox .control-label:before {
	position: absolute;
	top: 1px;
	left: -20px;
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	border: 1px solid #00e6be
}
.our-stories .our-stories-exposed-form__filters .checkbox.categorySelected .control-label:after {
	content: "";
	position: absolute;
	left: -18px;
	top: 3px;
	width: 14px;
	height: 14px;
	background: #00e6be
}
.our-stories .our-stories-exposed-form__reset a {
	position: relative;
	margin-bottom: 20px
}
.our-stories .our-stories-exposed-form__reset a:after {
	content: '';
	background: url(../images/icon-close-filter-primary-color.svg) no-repeat center center;
	display: inline-block;
	width: 11px;
	height: 11px;
	top: 1px;
	margin-left: 10px;
	position: relative;
	margin-right: 0
}
@media screen and (max-width:991px) {
.our-stories .our-stories__result .views-element-container .form-group {
	margin-bottom: 0
}
}
.image-with-background-overlay {
	position: relative;
	margin: 30px 0 60px
}
@media screen and (max-width:767px) {
.image-with-background-overlay {
	margin: 0
}
}
.image-with-background-overlay .image-with-background-overlay__image {
	min-height: 590px;
	width: 100%;
	background-position: center center!important;
	background-size: cover!important;
	position: relative;
	border-radius: 15px
}
@media screen and (max-width:991px) {
.image-with-background-overlay .image-with-background-overlay__image {
	min-height: 490px
}
}
@media screen and (max-width:767px) {
.image-with-background-overlay .image-with-background-overlay__image {
	min-height: 320px
}
}
@media screen and (max-width:480px) {
.image-with-background-overlay .image-with-background-overlay__image {
	min-height: 220px
}
}
.image-with-background-overlay .image-with-background-overlay__image:before {
	content: "";
	background: #fa0;
	position: absolute;
	left: -35px;
	top: -30px;
	display: block;
	height: 100%;
	width: 100%;
	z-index: -1
}
@media screen and (max-width:767px) {
.image-with-background-overlay .image-with-background-overlay__image:before {
	left: -20px;
	top: -20px;
	width: 120%
}
}
.content-static-card-wrapper {
	background: #0089a3;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	color: #fff;
	margin-bottom: 0
}
@media screen and (max-width:991px) {
.content-static-card-wrapper {
	padding-top: 40px;
	padding-bottom: 40px
}
}
@media screen and (max-width:767px) {
.content-static-card-wrapper {
	padding-bottom: 10px;
	padding-top: 30px
}
}
.content-static-card-wrapper:before {
	content: "";
	position: absolute;
	background: #0089a3;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.content-static-card-wrapper:after {
	content: "";
	position: absolute;
	background: #0089a3;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-section {
	max-width: 380px;
	margin: 0 auto
}
}
.content-static-card-wrapper .sub-title {
	line-height: 24px;
	font-weight: 500;
	letter-spacing: .27px
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .sub-title {
	padding-bottom: 15px
}
}
.content-static-card-wrapper .display-title {
	margin: 25px 0 18px;
	line-height: 56px
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .display-title {
	margin: 15px 0 15px
}
}
.content-static-card-wrapper .content_description p {
	margin-bottom: 30px;
	font-size: 1.7rem;
	line-height: 3rem
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .content_description p {
	font-size: 1.4rem!important;
	line-height: 24px!important;
	margin-bottom: 0
}
}
.content-static-card-wrapper .content_description p, .content-static-card-wrapper .display-title, .content-static-card-wrapper .link-section .link a, .content-static-card-wrapper .link-section .link a:after, .content-static-card-wrapper .sub-title {
	color: #fff
}
.content-static-card-wrapper .sub-title:after {
	border-bottom: 1px solid rgba(255,255,255,.4)
}
.content-static-card-wrapper .static-box-item {
	position: relative
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-item {
	margin-bottom: 30px
}
}
.content-static-card-wrapper .static-box-item .bottom-content {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	color: #000;
	padding: 25px 35px 30px
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-item .bottom-content {
	padding: 15px 20px 20px 20px;
	height: auto!important
}
}
.content-static-card-wrapper .static-box-item .bottom-content .pretext {
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.8rem;
	letter-spacing: 1.17px;
	font-weight: 500
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-item .bottom-content .pretext {
	font-size: 1rem;
	line-height: 2rem
}
}
.content-static-card-wrapper .static-box-item .bottom-content .pretext .jobrole {
	font-weight: 400
}
.content-static-card-wrapper .static-box-item .bottom-content .title {
	font-weight: 500;
	color: #000;
	font-size: 1.95rem;
	line-height: 3.2rem;
	margin: 15px 0;
	border-bottom: 0;
	padding-bottom: 0
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-item .bottom-content .title {
	font-size: 1.6rem;
	line-height: 24px;
	margin: 5px 0 10px 0
}
}
.content-static-card-wrapper .static-box-item .bottom-content .description {
	font-size: 1.7rem;
	line-height: 3.6rem;
	font-weight: 300
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-item .bottom-content .description {
	font-size: 1.2rem;
	line-height: 20px
}
}
.content-static-card-wrapper .static-box-item .bottom-content .cta-link {
	margin-top: 2rem
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .static-box-item .bottom-content .cta-link {
	display: none
}
}
.content-static-card-wrapper .link-section {
	margin-bottom: 5rem
}
@media screen and (max-width:991px) {
.content-static-card-wrapper .link-section {
	margin-bottom: 3rem
}
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .link-section {
	margin-bottom: 1rem
}
}
@media screen and (max-width:767px) {
.content-static-card-wrapper .link-section .link a:before {
	display: none
}
}
.image-with-text .blue-module .display-title span {
	color: #424242
}
.image-with-text .blue-module .link-section .link a {
	color: #424242
}
.image-with-text .blue-module .link-section .link a:after {
	color: #424242
}
.image-with-text .blue-module.no_background.left-wrap .left-wrapper, .image-with-text .blue-module.no_background.right-wrap .right-wrapper {
	background: 0 0!important
}
.image-with-text .link-section:after {
	left: 55%
}
.media-contacts .view-filters {
	background: #fa0;
	padding: 50px 0;
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
	float: left;
	width: 100%
}
@media screen and (max-width:991px) {
.media-contacts .view-filters {
	padding: 30px 0;
	margin-bottom: 30px
}
}
@media screen and (max-width:767px) {
.media-contacts .view-filters {
	padding: 20px 0 10px
}
}
.media-contacts .view-filters:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.media-contacts .view-filters:after {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	right: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.media-contacts .view-filters legend {
	margin-bottom: 0;
	border-bottom: 0
}
.media-contacts .view-filters .fieldset-legend {
	border-bottom: 0;
	color: rgba(48,49,53,.5);
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-bottom: 10px
}
.media-contacts .view-filters .fieldset-legend:after {
	display: none
}
.media-contacts .view-filters .views-exposed-form .form-item {
	margin: 0;
	display: inline-block;
	margin-right: 30px;
	width: auto
}
@media screen and (max-width:767px) {
.media-contacts .view-filters .views-exposed-form .form-item {
	width: 100%;
	margin-right: 0
}
}
.media-contacts .view-filters .views-exposed-form .form-item:last-of-type {
	margin-right: 0
}
@media screen and (max-width:767px) {
.media-contacts .view-filters .views-exposed-form .form-item:first-of-type {
	margin-bottom: 20px
}
}
.media-contacts .view-filters .views-exposed-form .media-contacts-exposed-form__selection-value {
	position: relative;
	max-width: 270px;
	display: block;
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 13px 40px 13px 30px;
	min-width: 270px;
	color: #fff;
	background: #00e6be;
	font-size: 1.8rem;
	line-height: 3.2rem;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin-top: 10px;
	cursor: pointer
}
@media screen and (max-width:991px) {
.media-contacts .view-filters .views-exposed-form .media-contacts-exposed-form__selection-value {
	padding: 13px 40px 13px 20px;
	font-size: 1.7rem
}
}
.media-contacts .view-filters .views-exposed-form .media-contacts-exposed-form__selection-value:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: 25px
}
@media screen and (max-width:991px) {
.media-contacts .view-filters .views-exposed-form .media-contacts-exposed-form__selection-value:after {
	font-size: 1.8rem
}
}
.media-contacts .view-filters .views-exposed-form .form-item {
	position: relative
}
.media-contacts .view-filters .views-exposed-form .fieldset-wrapper {
	margin-top: 0;
	background: #fff;
	display: none;
	position: absolute;
	width: 270px;
	border-top: 0;
	padding: 5px 0;
	z-index: 1;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07)
}
.media-contacts .view-filters .views-exposed-form .fieldset-wrapper .form-item {
	display: block;
	padding: 7px 30px
}
@media screen and (max-width:991px) {
.media-contacts .view-filters .views-exposed-form .fieldset-wrapper .form-item {
	padding: 7px 20px
}
}
@media screen and (max-width:767px) {
.media-contacts .view-filters .views-exposed-form .fieldset-wrapper .form-item:first-of-type {
	margin-bottom: 0
}
}
.media-contacts .view-filters .views-exposed-form label {
	color: #000;
	padding-left: 0
}
.media-contacts .view-filters .views-exposed-form .categorySelected label {
	color: #5f5f5f;
	cursor: default
}
.media-contacts .view-filters .views-exposed-form .form-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.media-contacts .view-filters .views-exposed-form .form-actions {
	display: none
}
.media-contacts .view-content .media-contacts__result-text {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	display: block;
	clear: both;
	color: #fa0;
	letter-spacing: 1px
}
.media-contacts .view-content .media-contacts__item {
	margin-top: 30px
}
.media-contacts .view-content .media-contacts-item-box {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff;
	padding: 40px
}
@media screen and (max-width:767px) {
.media-contacts .view-content .media-contacts-item-box {
	max-width: 350px;
	margin: 0 auto;
	float: none;
	padding: 20px 25px 30px;
	height: auto!important
}
}
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__title {
	font-size: 2.44rem;
	line-height: 4rem;
	font-weight: 500;
	margin-bottom: 25px
}
@media screen and (max-width:767px) {
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__title {
	font-size: 1.8rem;
	margin-bottom: 15px
}
}
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__sub-title {
	font-size: 1.8rem;
	line-height: 3.2rem;
	font-weight: 500
}
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__description {
	font-size: 1.8rem;
	line-height: 3.2rem;
	margin-bottom: 30px
}
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__description p {
	margin-bottom: 0
}
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__description p a {
	font-weight: 400;
	color: #000;
	text-decoration: underline;
	word-break: break-all
}
.media-contacts .view-content .media-contacts-item-box .media-contacts__item__link a {
	font-size: 0;
	position: absolute;
	bottom: 40px
}
.content-variation-wrapper.content-box-with-gray-background {
	background: #fa0;
	position: relative;
	margin: 0;
	padding: 80px 0 100px
}
@media screen and (max-width:991px) {
.content-variation-wrapper.content-box-with-gray-background {
	padding: 10px 0 40px
}
}
@media screen and (max-width:767px) {
.content-variation-wrapper.content-box-with-gray-background {
	padding: 10px 0 20px
}
}
.content-variation-wrapper.content-box-with-gray-background:after {
	content: "";
	background: #fa0;
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	display: block
}
.content-variation-wrapper.content-box-with-gray-background:before {
	content: "";
	background: #fa0;
	position: absolute;
	right: auto;
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0
}
.content-variation-wrapper.content-box-with-gray-background:before .display-title {
font-size:6rem;
line-height:48px
}
.content-variation-wrapper.content-box-with-gray-background .content_description p {
	font-size: 1.7rem;
	line-height: 3rem;
	margin-bottom: 30px;
	font-weight: 400
}
@media screen and (max-width:991px) {
.content-variation-wrapper.content-box-with-gray-background .content_description p {
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 35px
}
}
@media screen and (max-width:767px) {
.content-variation-wrapper.content-box-with-gray-background .content_description p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px
}
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px 15px 65px;
	text-align: center;
	display: inline-block!important;
	background: 0 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	padding: 15px 25px 15px 65px;
	font-family: Poppins, sans-serif;
	position: relative;
	background: 0 0
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a:before {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	content: '';
	display: inline-block!important;
	position: absolute;
	left: 4px;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	z-index: 1
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a.blue-module:before {
	background-position: -10px -80px!important
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a.orange-module:before {
	background-position: -76px -80px!important
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a:hover {
	text-decoration: none;
	color: #000
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a:hover:after {
	right: 20px
}
@media screen and (max-width:767px) {
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a {
	font-size: 1.6rem
}
}
.content-variation-wrapper.content-box-with-gray-background.blue-blue .display-title span {
	color: #ff0064
}
.content-variation-wrapper.content-box-with-gray-background.green-green .display-title span {
	color: #07ba89
}
.content-variation-wrapper.content-box-with-gray-background.orange-module .display-title span {
	color: #f06222
}
.view-filters+.view-empty {
	float: left;
	width: 100%;
	background: 0 0;
	padding: 0 15px
}
.view-filters+.view-empty p {
	margin-top: 0!important
}
@media screen and (max-width:991px) {
.view-filters+.view-empty p {
	margin-bottom: 0
}
}
.no-result, .view-empty p, .view-filters+.view-empty p {
	padding: 15px 20px;
	margin-top: 20px;
	background: rgba(0,109,130,.15);
	font-weight: 700
}
.page-node-type-newscontent .list-item-desc li {
	font-weight: 400;
	color: #000
}
.fullwidth-banner .image-with-background-overlay {
	margin-left: 8%
}
@media screen and (max-width:767px) {
.fullwidth-banner .image-with-background-overlay {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding-top: 20px
}
}
.content ol.download-list li, .content ul.download-list li {
	list-style-type: none!important;
	position: relative
}
.content ol.download-list li a.pdf.download, .content ul.download-list li a.pdf.download {
	padding-left: 2.8rem;
	display: inline-block
}
.content ol.download-list li a.pdf.download:before, .content ul.download-list li a.pdf.download:before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	content: '\e906';
	font-family: icomoon!important;
	font-size: 1.6rem;
	font-weight: 700;
	background: 0 0;
	height: auto;
	width: auto
}
.mfp-content .popupView.f100 {
	background-color: #000
}
.mfp-content .popupView.f100 .image-view {
	background-color: #000;
	padding: 25px
}
.mfp-content .popupView.f100 .image-view img {
	margin: 0 auto;
	display: block
}
.mfp-content .popupView.f100 .medialibrary-content {
	padding-left: 25px;
	padding-bottom: 10px
}
.mfp-content .popupView.f100 .medialibrary-content .medialibrary-name {
	color: #fff
}
.mfp-content .popupView.f100 .medialibrary-content .medialibrary-position {
	color: #fff
}
.mfp-content button.mfp-close {
	width: 22px;
	right: 0!important;
	opacity: 1!important
}
@media screen and (max-width:767px) {
.mfp-content button.mfp-close {
	right: 0!important;
	width: 22px
}
}
.mfp-content .inv_userInteractionOnPlayer .inv_overlayPlay {
	display: block
}
a.link-style-button {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px 15px 65px;
	text-align: center;
	display: inline-block!important;
	background: 0 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	padding: 15px 65px 15px 25px
}
a.link-style-button:before {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	content: '';
	display: inline-block!important;
	position: absolute;
	left: 4px;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	z-index: 1
}
a.link-style-button.blue-module:before {
	background-position: -10px -80px!important
}
a.link-style-button.orange-module:before {
	background-position: -76px -80px!important
}
a.link-style-button:hover {
	text-decoration: none;
	color: #000
}
a.link-style-button:after {
	font-family: icomoon!important;
	content: "\e92a";
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3rem;
	font-weight: 400;
	opacity: .5;
	-webkit-transition: .5s;
	transition: .5s
}
@media screen and (max-width:767px) {
a.link-style-button:after {
	font-size: 1.7rem
}
}
a.link-style-button:hover:after {
	right: 2rem
}
@media screen and (max-width:767px) {
a.link-style-button:hover:after {
	right: 65px
}
}
@media screen and (max-width:991px) {
a.link-style-button {
	font-size: 1.4rem;
	padding: 11px 65px 11px 20px
}
}
@media screen and (max-width:767px) {
a.link-style-button {
	margin-left: auto;
	margin-right: auto
}
}
a.link-style-button.link-color-green {
	background: #778c26
}
a.link-style-arrow:after {
	font-family: icomoon!important;
	content: "\e92a";
	color: #5f5f5f;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4rem;
	font-weight: 400
}
@media screen and (max-width:767px) {
a.link-style-arrow:after {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	vertical-align: middle;
	margin-left: 15px
}
}
a.link-style-arrow:focus, a.link-style-arrow:hover {
	text-decoration: none
}
a.link-style-arrow:hover:after {
	right: -4.5rem
}
a.link-style-arrow.link-color-green {
	color: #fa0
}
a.link-style-arrow.link-color-green:after {
	color: #fa0
}
a.link-style-arrow.link-color-white {
	color: #fff
}
a.link-style-arrow.link-color-white:after {
	color: #fff
}
.image-content-image-subtitle-wrap .image-content-image-container {
	max-width: 370px;
	min-height: 370px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat
}
@media screen and (max-width:767px) {
.image-content-image-subtitle-wrap .image-content-image-container {
	max-width: 270px;
	min-height: 270px;
	margin: 0 auto
}
}
.image-content-image-subtitle-wrap .image-content-subtitle {
	text-align: center;
	color: #424242;
	opacity: .7;
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: .32px;
	color: #424242
}
@media screen and (max-width:991px) {
.image-content-image-subtitle-wrap .image-content-subtitle {
	display: none
}
}
.list-box-item-content-wrapper.sy-image-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
	min-height: 370px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width:767px) {
.list-box-item-content-wrapper.sy-image-content {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-flow: column!important;
	flex-flow: column!important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.list-box-item-content-wrapper.sy-image-content.reverse-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}
@media screen and (max-width:767px) {
.list-box-item-content-wrapper.sy-image-content.reverse-row {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-flow: column-reverse!important;
	flex-flow: column-reverse!important
}
}
.list-box-item-content-wrapper.sy-image-content .image-content-text-wrap {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal
}
.list-box-item-content-wrapper.sy-image-content .image-content-text-wrap .image-content-desc:empty {
	display: none
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap {
	border: 1px solid rgba(221,221,221,.5)
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap .signpost-content {
	padding: 55px 15px 15px;
	vertical-align: top;
	height: auto
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap .views-element-container {
	margin-bottom: 20px;
	float: left
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap .signpost-title {
	left: 15px;
	letter-spacing: .4px
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap a {
	font-size: 1.6rem!important
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap .listItemDate {
	color: #000
}
.signpost-list-item.signpost-list-multi-items .signpost-wrap .item {
border-bottom:.1rem solid rgba(221,221,221,.5);
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding: 0 0 15px
}
.view-latest-tweets .views-row {
	float: left
}
.view-latest-tweets .views-row .listItemTitle {
	font-size: 1.6rem!important;
	margin-top: 7px
}
.view-latest-tweets .views-row .listItemDate, .view-latest-tweets .views-row .listItemTitle {
	width: 80%;
	display: inline-block;
	vertical-align: middle
}
.view-latest-tweets .views-row .item {
	position: relative;
	padding-left: 40px!important
}
.view-latest-tweets .views-row .item:before {
	color: #1da1f2;
	content: "\f099"!important;
	font-family: FontAwesome;
	position: absolute;
	font-size: 18px;
	left: 10px
}
.view-latest-tweets div.item p.listItemTitle+a {
	width: 19%;
	display: inline-block;
	position: relative;
	font-size: 0!important;
	vertical-align: middle;
	text-align: center
}
@media screen and (max-width:991px) {
.view-latest-tweets div.item p.listItemTitle+a {
	width: 18%
}
}
.view-latest-tweets div.item p.listItemTitle+a:hover {
	text-decoration: none
}
.view-latest-tweets div.item p.listItemTitle+a:before {
	content: "\f079";
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 20px;
	display: block;
	position: relative
}
.document-download-table-wrapper table tr td a.link {
	font-size: 0;
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	background: url(../images/pdf-blue.svg) no-repeat center center;
	height: 28px;
	background-size: contain
}
.document-download-table-wrapper table tr td a.link.pdf {
	background: url(../images/download-pink.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 21px!important;
	width: 48px!important
}
.document-download-table-wrapper table tr td a.link.doc {
	background: url(../images/pdf-blue.svg) no-repeat center center
}
.document-download-table-wrapper table tbody tr td:last-of-type {
	padding: 1.6rem 2rem!important
}
@media screen and (max-width:767px) {
.home-Banne .slide-counter {
	display: none!important
}
}
.image-text-inner.background_position--top .sub-title {
	margin-top: 20px
}
@media screen and (max-width:991px) {
.image-text-inner.background_position--top .sub-title {
	margin-top: 0
}
}
.image-text-inner.background_position--top .display-title {
	margin: 25px 0 20px;
	font-size: 4.8rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -.3px
}
.counter-section+.counter-section {
	margin-top: 0
}
.counter-section+.counter-section .counter-box {
	margin-top: -30px
}
.link-section .link.blue-module a {
	color: #5f5f5f
}
.link-section .link.blue-module a:after {
	color: #5f5f5f
}
@media screen and (max-width:480px) {
.tab-pane .mobile-tel-link+a {
	display: inline-block
}
}
@media screen and (max-width:1024px) {
.content-carousel-slider-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item__contentwrap {
	-webkit-transform: translateY(-4rem);
	transform: translateY(-4rem)
}
.content-carousel-slider-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item_link-section .link a {
	font-size: 1.5rem!important
}
.content-carousel-slider-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item_link-section {
	bottom: 1rem!important
}
.content-carousel-slider-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item_link-section .link a:after {
	right: -3rem!important
}
}
.basic-table tbody td, .basic-table-row-highlight tbody td, .basic-table-zebra tbody td, table tbody td {
	color: #303135!important
}
.basic-table tbody td p, .basic-table-row-highlight tbody td p, .basic-table-zebra tbody td p, table tbody td p {
	font-size: 1.4rem!important;
	line-height: 16px!important;
	color: #303135!important;
	margin: 0 0 10px 0!important
}
.basic-table tbody td p:last-of-type, .basic-table-row-highlight tbody td p:last-of-type, .basic-table-zebra tbody td p:last-of-type, table tbody td p:last-of-type {
	margin: 0!important
}
@media screen and (max-width:767px) and (orientation:landscape) {
.maincontentWrapper {
	min-height: 400px
}
}
@media screen and (max-width:480px) {
.maincontentWrapper {
	min-height: 550px
}
}
.content-static-box-wrapper__top .content_description p, .t2-full-width-video .content_description p {
	margin-bottom: 0
}
.content-signpost-card-wrapper .display-title {
	line-height: 60px;
	letter-spacing: .3px;
	margin-bottom: 30px
}
.content-variation-wrapper p:last-child:not(:first-child) {
	margin-bottom: 0!important
}
@media screen and (max-width:767px) {
.content-variation-wrapper.t2-banner-ver-2-wrapper {
	margin-bottom: 11rem!important
}
}
.content-variation-wrapper.document-download-table-wrapper .scroll-table-container {
	padding: 0
}
.content-variation-wrapper.document-download-table-wrapper .scroll-table-container table {
	margin-bottom: 0
}
.content-variation-wrapper.content-link-wrapper {
	margin: 0
}
@media screen and (max-width:767px) {
.content-variation-wrapper.content-link-wrapper .link-section .link a::before {
	display: none
}
}
.content-variation-wrapper.fullwidth-banner .image-with-background-overlay {
	margin-bottom: 0
}
@media screen and (max-width:767px) {
div[id^=conftext-] p a.link-style-arrow {
	min-width: 100px
}
}
.we-mega-menu-col .field--type-link a::before {
	display: none!important
}
.contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__short-description {
	color: #000;
	margin-bottom: 18px
}
@media screen and (max-width:767px) {
#mm-1 .mm-navbar, .mobile-menu .home-link {
	display: none
}
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
	top: 65px!important
}
@media screen and (max-width:991px) {
.top-right-menu .country-selector__in-wrapper {
	padding: 0!important;
	width: 75%!important
}
}
.we-mega-menu-col.span4 .block-inner img.img-responsive {
	width: 100%
}
.page-node-1326 .scroll-table-container table tbody tr:first-child td img {
	height: 100px;
	width: 100px;
	max-width: none
}
.page-node-1367 .content-box-with-gray-background .display-title {
	margin-top: 0!important
}
.page-node-1367 .content-variation-wrapper.content-box-with-gray-background .content_description p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 0!important
}
.page-node-759 .sub-title {
	margin-bottom: 30px
}
@media screen and (max-width:767px) {
.page-node-1860 .image-text-inner.green-module {
	margin-bottom: -40px
}
}
.content-carousel-slider-wrapper .title-section .content_description {
	margin-bottom: 30px
}
@media screen and (max-width:767px) {
.content-carousel-slider-wrapper .title-section .content_description {
	margin-bottom: 20px
}
}
.page-node-1329 .t2-full-width-video .signpost-wrap .signpost-placeholder-t2 {
	background-position-x: left
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0!important
}
table.left-align-table tbody tr td, table.left-align-table thead tr th {
	text-align: left!important;
	padding: 1.2rem 1.5rem!important
}
.basic-table, .basic-table-row-highlight, .basic-table-zebra, .scroll-table-container, table {
	padding-bottom: 0;
	margin-bottom: 0
}
.quote-content .link-section .link a::before {
	height: 43px!important;
	width: 43px!important;
	display: inline-block!important;
	content: '';
	background-position: unset!important;
	z-index: 1;
	background-image: url(../images/microsite/icon-circle-arrow-blue.svg)!important
}
@media screen and (min-width:992px) {
.quote-simple-section.content-variation-wrapper {
	margin-bottom: 8rem!important
}
}
@media screen and (min-width:992px) {
.quote-simple-section.content-variation-wrapper.no-bottom-space {
	margin-bottom: 0!important
}
}
.quote-simple-section .quote-simple-container {
	text-align: center;
	position: relative;
	padding: 0 25px;
	clear: both;
	float: left
}
.quote-simple-section .quote-simple-container:before {
	position: absolute;
	background: url(../images/icon-quote-primary.svg) no-repeat 0 0;
	display: block;
	width: 23px;
	height: 17px;
	top: 10px;
	left: -15px;
	content: "";
	background-size: contain
}
@media screen and (max-width:767px) {
.quote-simple-section .quote-simple-container:before {
	position: relative;
	background: url(../images/icon-quote-primary-xs.svg) no-repeat 0 0;
	display: block;
	width: 36px;
	height: 27px;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0 auto 30px auto
}
}
.quote-simple-section .quote-simple-container:after {
	position: absolute;
	background: url(../images/icon-quote-primary.svg) no-repeat 0 0;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	display: block;
	width: 23px;
	height: 17px;
	bottom: 60px;
	right: -15px;
	content: "";
	background-size: contain
}
@media screen and (max-width:767px) {
.quote-simple-section .quote-simple-container:after {
	display: none
}
}
.quote-simple-section .quote-simple-container .quote-simple-text p {
	margin: 0;
	font-size: 2.4rem;
	line-height: 4.4rem;
	color: #424242;
	font-weight: 300;
	letter-spacing: .25px
}
@media screen and (max-width:767px) {
.quote-simple-section .quote-simple-container .quote-simple-text p {
	font-size: 2rem;
	line-height: 3.9rem;
	color: #000;
	font-weight: 300;
	letter-spacing: .21px
}
}
.quote-simple-section .quote-simple-container .quote-simple-author-details p {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #07ba89;
	letter-spacing: 2.5px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 3rem
}
@media screen and (max-width:767px) {
.quote-simple-section .quote-simple-container .quote-simple-author-details p {
	margin-top: 2.5rem
}
}
.quote-simple-section .quote-simple-container .quote-simple-author-details p span {
	color: #000
}
div.content-variation-wrapper.configurable-text.reduce-content-variation-wrapper.reduce_spacing {
	margin-bottom: 3.2rem!important
}
@media screen and (max-width:767px) {
div.content-variation-wrapper.configurable-text.reduce-content-variation-wrapper.reduce_spacing {
	margin-bottom: 2rem!important
}
}
div.content-variation-wrapper.configurable-text.reduce-content-variation-wrapper.reduce_spacing.no-bottom-space {
	margin-bottom: 0!important
}
@media screen and (max-width:991px) {
div.content-variation-wrapper.configurable-text.reduce-content-variation-wrapper.reduce_spacing.no-bottom-space {
	margin-bottom: 0!important
}
}
@media screen and (max-width:767px) {
div.content-variation-wrapper.configurable-text.reduce-content-variation-wrapper.reduce_spacing.no-bottom-space {
	margin-bottom: 0!important
}
}
.ac-sub .double-text-eqht, .ac-sub .text-facts-section .text-facts-box .row>div {
	height: auto!important
}
.nojs .ac-label {
	background: #0089a3;
	color: #fff!important
}
.nojs .ac-label:after {
	display: none!important
}
.nojs .maincontentWrapper {
	margin-top: 0
}
.nojs .our-stories .our-stories-featured__item {
	display: none
}
.nojs .our-stories .our-stories-featured__item:first-child {
	display: block
}
.nojs .t2-banner-ver-2-wrapper {
	height: auto
}
.nojs .t2-banner-ver-2-wrapper .sync1 {
	display: block
}
.nojs .t2-banner-ver-2-wrapper .sync1 .item {
	height: 500px;
	margin-bottom: 20px
}
.nojs .t2-banner-ver-2-wrapper .sync2 .item {
	height: 500px;
	margin-bottom: 20px;
	display: block;
	width: 100%
}
.nojs .t2-banner-ver-2-wrapper .sync2 .item .banner-content {
	margin-top: 33px;
	display: block
}
.nojs .t2-banner-ver-2-wrapper .owl-thumbs {
	display: none
}
.nojs .content-slider-box-wrapper .slider-box-section .slider-box-item {
	min-height: 505px;
	margin-bottom: 20px
}
.nojs .content-carousel-slider-wrapper .slider-box-section .slider-box-item {
	margin-bottom: 20px
}
.nojs header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(2):after {
	right: -5px
}
.nojs .our-stories .our-stories-exposed-form__filters .checkbox .control-label input {
	opacity: 1;
	z-index: 1
}
.nojs .our-stories .our-stories-exposed-form__filters .checkbox .control-label:before {
	display: none
}
.nojs .our-stories .our-stories-exposed-form__filters .fieldset-wrapper {
	display: block;
	position: relative
}
.nojs .our-stories .our-stories-featured__item {
	display: block
}
.nojs .our-stories-exposed-form .our-stories-exposed-form__reset {
	display: table
}
.nojs .our-stories__result .views-element-container .our-stories__item {
	height: 445px
}
@media screen and (max-width:991px) {
.nojs .our-stories__result .views-element-container .our-stories__item {
	height: 370px
}
}
.nojs .fullwidth-banner .contentpage-inner__item {
	position: relative
}
.nojs .accordion-wrapper .ac .ac-label {
	position: relative;
	cursor: default
}
.nojs .accordion-wrapper .ac .ac-label:after {
	position: absolute;
	right: 30px;
	top: 27px;
	content: "";
	background: url(../images/icon-plus.svg) no-repeat 0 0!important;
	float: right;
	height: 24px;
	width: 24px;
	display: block!important
}
.nojs .counter-section.green-module .count-number {
	display: inline-block
}
.nojs .counter-section .counter-text {
	display: table;
	margin: 20px auto 0
}
@media (min-width:992px) {
.nojs .we-mega-menu-submenu li.we-mega-menu-li a:after, .nojs .we-mega-menu-submenu li.we-mega-menu-li a:before {
	right: 1.3125rem
}
}
.nojs .counter-section .count-number {
	display: inline-block
}
.content-carousel-slider-wrapper .slider-box-section .slick-list .slick-slide, .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide {
	padding-bottom: 3rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-list {
	z-index: 1
}
.layout-wrapper.content-variation-wrapper .signpost.signpost-list-item {
	margin-bottom: 0!important
}
@media screen and (max-width:767px) {
.layout-wrapper.content-variation-wrapper .eq-ht:first-of-type .signpost.signpost-list-item {
	margin-bottom: 4rem!important
}
}
@media screen and (max-width:767px) {
.layout-wrapper.content-variation-wrapper .signpost-list-item .signpost-wrap .signpost-content {
	padding: 45px 15px 15px
}
}
.layout-wrapper.content-variation-wrapper .footer-top-wrapper .signpost-email-sign-up .signpost-wrap {
	height: auto
}
.layout-wrapper.content-variation-wrapper .footer-top-wrapper .signpost-email-sign-up .signpost-placeholder {
	display: none
}
.we-mega-menu-li.level-1 .subtitle {
	display: none
}
.green-module .counter-section .count-number {
	color: #84973b
}
.contentpage-slider .contentpage-slider-wrapper.green-module .slick-arrow:after {
	color: #84973b!important
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .image {
	margin: 10px auto 40px auto
}
}
.content-static-box-wrapper .static-box-section .static-box-item .cta-link {
	margin: 10px 0
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .static-box-section .static-box-item .cta-link {
	margin-top: 20px
}
}
span.our-stories-exposed-form__selection-value {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap
}
.our-stories .our-stories__filter legend {
	line-height: 1.9rem
}
footer.t-two-footer .footer-top-wrapper {
	padding-top: 6rem
}
@media screen and (max-width:767px) {
footer.t-two-footer .footer-top-wrapper {
	padding-top: 4rem
}
}
footer.t-two-footer .footer-top-wrapper h2.section-title {
	margin-bottom: 2rem
}
footer.t-two-footer .footer-top-wrapper .quick-links li {
	margin-bottom: 0;
	padding-bottom: 0
}
.quick-text footer.t-two-footer .footer-top-wrapper.social-links {
	margin-top: 3.1rem
}

#block-investisbranding-2 .test-css-link {
	top: 4px
}
body.page-node-type-story .configurable-text h2 {
	font-size: 2.44rem;
	font-family: Poppins, sans-serif;
	clear: both;
	font-weight: 500;
	line-height: 1.33;
	margin-top: 40px;
	margin-bottom: 30px
}
@media screen and (max-width:767px) {
body.page-node-type-story .configurable-text h2 {
	font-size: 1.8rem
}
}
body.page-node-753 .alert-danger {
	display: none!important
}
.image-content-image-subtitle-wrap .image-content-image-container {
	min-height: 315px
}
@media screen and (max-width:1024px) {
.image-content-image-subtitle-wrap .image-content-image-container {
	min-height: 272px
}
}
.footer-disclaimer-links .col-xs-12 {
	width: 100%
}
.our-stories .our-stories-exposed-form__filters .our-stories-exposed-form__filter {
	margin-bottom: 20px
}
.our-stories .our-stories-exposed-form__reset a {
	margin-bottom: 25px
}
.scroll-table-container {
	overflow-x: auto!important;
	padding: 0 0 50px
}
.medialibrary-magnific .view-filters .views-exposed-form .form-radio {
	opacity: 0;
	position: absolute
}
footer {
	z-index: 0
}
.country-selector-external-link__inputwrap input {
	text-transform: uppercase
}
.document-download-table-wrapper table tr td a.link {
	background: url(/sites/syngenta/themes/project_bootstrap/images/external-link.svg) no-repeat center center;
	background-size: 50px;
	height: 40px;
	width: 40px
}
.sitemap-box a {
	z-index: 1;
	position: relative
}
.content-link-wrapper.f100 .top-section .col-md-5 .title-section .link-section a:before, .content-slider-box-wrapper .top-section .col-md-5 .link-section .link a::before {
	width: 50vw;
	z-index: 1
}
.image-with-text .col-md-offset-1 {
	z-index: 9
}
.content-slider-box-wrapper .top-section .link-section .link a::before .bricks-default-image {
margin-bottom:30px
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .link-section .link a::before .bricks-default-image {
margin-bottom:20px
}
}
.home-link a.we-mega-menu-li.level-0:after {
	top: 3.4rem!important
}
body.nojs .document-download-table-wrapper table tr td a.link {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-position: -145px -10px!important;
	height: 47px!important;
	width: 48px!important;
	background-size: auto;
	background: 0 0
}
body.nojs .document-download-table-wrapper table tr td a.link.pdf {
	background: url(../images/download-green.svg) no-repeat center center;
	height: 40px;
	width: 40px
}
@media screen and (max-width:767px) {
.t2_bod_wrap .board-of-directors-box .board-of-directors-content {
	min-height: 150px
}
}
.content-static-box-wrapper .content-static-box-wrapper__top .content_description {
	margin-bottom: 4rem
}
@media screen and (max-width:767px) {
.content-static-box-wrapper .content-static-box-wrapper__top .content_description {
	margin-bottom: 1rem
}
}
table.product-list-table tr td:last-child {
	min-width: 250px
}
table.product-list-table tr td:after, table.product-list-table tr td:before {
	display: none
}
@media screen and (max-width:1024px) {
.counter-section .count-number {
	font-size: 5rem
}
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:before {
	color: #839e5f!important
}
.ui-widget.ui-widget-content.component-autocomplete {
	max-height: 500px;
	overflow: auto
}
table.gri-content-table, table.product-list-table {
	border-collapse: inherit
}
table.gri-content-table tr:nth-child(even) td, table.product-list-table tr:nth-child(even) td {
	background-color: #fff
}
table.gri-content-table tr td, table.product-list-table tr td {
	border-bottom: 1px solid #bdbdbd!important
}
table.product-list-table tr td:first-of-type {
	min-width: 140px;
	padding: 10px!important
}
.scroll-table-container table.left-align-table-credit-rating thead tr th {
	text-align: center!important
}
body.path-frontpage .hero-banner {
	height: 716px;
	max-height: 716px;
	min-height: 716px
}
@media screen and (max-width:767px) {
body.path-frontpage .hero-banner {
	height: 450px;
	max-height: 450px;
	min-height: 450px
}
}
body.path-frontpage .hero-banner .overlay-video .inv_playerContainer {
	height: auto
}
@media screen and (max-width:991px) {
body.path-frontpage .hero-banner .overlay-video .inv_playerContainer {
	width: 90%
}
}
body.path-frontpage .fullwidth-banner.hero-banner .hero-content {
	position: absolute;
	left: 15%;
	text-align: left;
	top: 50%;
	width: 67%;
	max-width: 67rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width:991px) {
body.path-frontpage .fullwidth-banner.hero-banner .hero-content {
	width: 70%;
	max-width: 70rem
}
}
@media screen and (max-width:767px) {
body.path-frontpage .fullwidth-banner.hero-banner .hero-content {
	width: 90%;
	max-width: 90rem;
	left: 20px
}
}
body.path-frontpage .fullwidth-banner.hero-banner .hero-content .hero-banner-text {
	font-size: 7.2rem;
	font-weight: 700;
	width: 100%;
	text-align: left;
	font-size: 6rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #000
}
@media screen and (max-width:767px) {
body.path-frontpage .fullwidth-banner.hero-banner .hero-content .hero-banner-text {
	font-size: 2.5rem;
	line-height: 30px
}
}
body.path-frontpage .fullwidth-banner.hero-banner .hero-content .hero-banner__text p {
	color: #424242;
	font-size: 2.4rem;
	line-height: 3.4rem;
	margin-top: 1rem
}
@media screen and (max-width:767px) {
body.path-frontpage .fullwidth-banner.hero-banner .hero-content .hero-banner__text p {
	font-size: 2rem;
	line-height: 3rem
}
}
body.path-frontpage .fullwidth-banner.hero-banner .hero-content .video-link {
	margin: 20px 0 0 0;
	display: none!important
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	margin-top: 15px;
	background: 0 0!important;
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	top: -2px;
	padding: 0;
	padding-left: 56px;
	height: 47px!important;
	width: 46px!important
}
@media screen and (max-width:767px) {
.container-fluid .row .t2-full-width-video .signpost.signpost-video:after {
	height: 81%!important
}
}
.content-slider-box-wrapper.green-module .slider-box-section .slick-dots li.slick-active {
	background: #34a0bc
}
.view-r-and-d-section .views-exposed-form button {
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 1px;
	color: #303135;
	font-family: Poppins, sans-serif!important;
	font-weight: 500;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-right: 0;
	position: relative;
	padding-bottom: 5px
}
.view-r-and-d-section .views-exposed-form button:after {
	content: '';
	background: url(../images/filter-close-primary-bold.svg) no-repeat center center;
	display: inline-block;
	width: 11px;
	height: 11px;
	top: 1px;
	margin-left: 10px;
	position: relative;
	margin-right: 0
}
.view-r-and-d-section .views-exposed-form button:hover {
	text-decoration: none;
	color: #ff0064;
	background-color: transparent
}
.view-r-and-d-section .views-exposed-form button span::before {
	display: none
}
.view-r-and-d-section .views-exposed-form button.nice-select.open, .view-r-and-d-section .views-exposed-form button:active, .view-r-and-d-section .views-exposed-form button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
body.page-node-type-newscontent .scroll-table-container+.scroll-table-container {
	margin-top: 30px
}
.header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link a {
	display: block
}
.header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link a:after {
	content: "\e92a";
	font-family: icomoon!important;
	font-size: 1.8rem;
	color: #424242;
	display: inline-block;
	display: inline-block!important;
	vertical-align: middle;
	padding-left: 2rem;
	position: relative;
	opacity: .5
}
.header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link a.pdf-file:after {
	content: '\e906';
	font-family: icomoon!important;
	display: inline-block!important;
	vertical-align: middle;
	padding-left: 2rem;
	font-size: 3rem;
	color: #0089a3;
	font-weight: 400;
	position: relative;
	opacity: 1
}
.contentpage-slider .contentpage-slider-wrapper.green-module .slick-dots li.slick-active button {
	background: #84973b!important
}
.overlay-link-card {
	position: absolute;
	top: 0;
	border: 0;
	font-size: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 99;
	cursor: pointer
}
.overlay-link-card a {
	height: 100%;
	width: 100%;
	display: block
}
.overlay-link-card:hover+.more-link {
	overflow: hidden
}
.overlay-link-card:hover+.more-link a:before {
	left: 0!important;
	opacity: 1!important
}
.overlay-link-card:hover+.more-link a span {
	left: 30px!important
}
.overlay-link-card:hover+.more-link a:after {
	right: -20px!important;
	opacity: 0!important
}
.overlay-link-card:hover+div.cta-link a:after {
margin-left:.5rem;
	right: -3rem
}
@media only screen and (min-width:768px) and (max-width:991px) {
.counter-section .count-number {
	font-size: 4.8rem
}
}
.country-selector__item sup {
	font-weight: 400
}
.sitemap .content ul.sitemap-menu:first-child>li:first-child {
	margin-left: 0
}
.sitemap .sitemap-box {
	margin-bottom: 50px;
	float: left;
	width: 100%
}
#conftext-2174 table.left-align-table tbody tr td {
	vertical-align: top;
	line-height: 22px
}
.page-node-593 .content a {
	word-break: break-word
}
.page-node-767 .configurable-text h1, .page-node-767 .configurable-text h2 {
	margin-bottom: 17px
}
@media only screen and (min-width:768px) and (max-width:991px) {
.quote-content .link-section .link a::before {
	width: 72vw
}
}
.path-search-result .solrhittemplate img {
	width: 40px;
	margin-bottom: 10px
}
.path-search-result .solrhittemplate .main-title {
	display: block;
	width: 100%;
	float: none
}
.path-search-result .solrhittemplate .main-title .title {
	border: none;
	padding: 0;
	margin-bottom: 5px
}
.path-search-result .solrhittemplate .main-title .link {
	word-break: break-word
}
.path-search-result #submitButton {
	background: #006d82 none repeat scroll 0 0
}
.path-search-result #solrstrap-tabs a.active {
	background-color: #ff0064
}
.path-search-result #pagination {
	margin-bottom: 30px
}
@media (max-width:767px) {
.our-stories .our-stories__result .views-element-container .our-stories-item-box .our-stories__item__image {
	background-position: center top
}
.t-two-footer .quick-links.list-inline li {
	width: 100%
}
.t-two-footer .footer-bottom-wrapper {
	padding-bottom: 20px!important
}
}
@media (min-width:992px) {
.menuhvr .navbar-we-mega-menu .we-mega-menu-submenu {
	display: none!important
}
.we-mega-menu-submenu ul li.showchildDiv>div {
	display: block!important
}
li .we-mega-menu-submenu ul li>div {
	display: none!important
}
}
@media only screen and (min-width:1100px) and (max-width:1159px) {
.content-static-box-wrapper__top {
	padding-bottom: 300px
}
}
.job-search-custome {
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 30px 60px 50px 60px
}
@media screen and (max-width:767px) {
.job-search-custome {
	padding: 30px 30px 30px 30px
}
}
.job-search-custome p.headn {
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif
}
@media screen and (max-width:767px) {
.job-search-custome p.headn {
	font-size: 2rem;
	line-height: 1.2
}
}
.job-search-custome .select-job {
	position: relative
}
.job-search-custome .select-job:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: 25px;
	color: #fff;
	font-size: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none
}
.job-search-custome .select-job select {
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 13px 40px 13px 30px;
	color: #fff;
	background: #006d82;
	font-size: 2rem;
	line-height: 3.2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none
}
.job-search-custome .select-job select:focus {
	outline: 0
}
@media screen and (max-width:767px) {
.job-search-custome .select-job select {
	font-size: 1.6rem
}
}
.job-search-custome .select-job select option {
	background-color: #fff;
	color: #424242
}
.mfp-auto-cursor .mfp-content {
	padding-top: 50px
}
@media screen and (min-width:1200px) {
.white-popup {
	max-width: 750px;
	width: 100%
}
}
.configurable-text .t-two-footer {
	margin: 0;
	background: 0 0!important
}
.configurable-text .t-two-footer .footer-top-wrapper {
	padding: 0;
	float: left;
	background: 0 0
}
.configurable-text .t-two-footer .footer-top-wrapper ul {
	margin: 0!important
}
.video_player_wrapper {
	width: 100%;
	min-height: 180px;
	min-height: 180px;
	height: calc(70vh - 50px)
}
@media screen and (max-width:991px) {
.media-popup-wrapper .mfp-content {
	width: 90%!important
}
}
.slider__caption-box {
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -52px;
	position: relative;
	z-index: 1
}
@media (max-width:1200px) {
.slider__caption-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0
}
}
.slider__caption-box:after {
	background: inherit;
	width: 100vw;
	height: 100%;
	left: 100%;
	top: 0;
	position: absolute;
	margin-left: -24px;
	content: ''
}
@media (max-width:767px) {
.slider__caption-box:after {
	display: none
}
}
.slider__caption-box .caption-box__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
@media (max-width:767px) {
.slider__caption-box .caption-box__images {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.slider__caption-box .caption-box__image-item {
	height: 146px;
	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
}
@media (max-width:1200px) {
.slider__caption-box .caption-box__image-item {
	margin: 0 10px;
	height: 86px
}
}
@media (max-width:767px) {
.slider__caption-box .caption-box__image-item {
	height: 116px;
	margin: 0;
	width: 50%
}
.slider__caption-box .caption-box__image-item:last-child img {
	height: 45px
}
}
.slider__caption-box .caption-box__image-item img {
	height: 46px;
	width: auto
}
@media (max-width:991px) {
.slider__caption-box .caption-box__image-item img {
	height: 48px;
	max-width: inherit;
	padding: 5px
}
}
@media (max-width:767px) {
.slider__caption-box .caption-box__image-item img {
	width: auto;
	height: 56px
}
}
.slider__caption-box .caption-box__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 40px;
	font-weight: 500;
	font-size: 1.95rem;
	line-height: 30px;
	letter-spacing: .2px;
	white-space: nowrap
}
@media (max-width:1200px) {
.slider__caption-box .caption-box__heading {
	margin: 20px 20px
}
}
@media (max-width:767px) {
.slider__caption-box .caption-box__heading {
	margin: 20px 40px 0 40px
}
}
.signpost-video__bg-image {
	margin-bottom: 100px
}
.config-text {
	clear: both
}
.config-text .config-text__background-image {
	height: 100%;
	position: absolute;
	left: -109px;
	width: 1000px;
	z-index: -1;
	background-size: contain!important;
	background-position: left top!important
}
body .link-section .btn-link a, body .primary-cta-style a {
	background: #ff0064;
	font-family: Poppins, sans-serif;
	font-size: .8rem;
	line-height: normal;
	letter-spacing: 1.65px;
	color: #fff!important;
	font-weight: 600;
	padding: 18px 65px 18px 25px!important;
	border-radius: 0!important;
	text-transform: uppercase;
	position: relative!important;
	overflow: hidden;
	display: table
}
body .link-section .btn-link a:after, body .link-section .btn-link a:before, body .primary-cta-style a:after, body .primary-cta-style a:before {
	left: auto!important;
	right: 20px!important;
	top: 22px!important;
	background: url(../images/button-arrow.svg) right center no-repeat!important;
	width: 15px!important;
	height: 11px!important;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 1;
	display: block!important;
	content: ''!important;
	position: absolute!important;
	-webkit-transform: none!important;
	transform: none!important
}
body .link-section .btn-link a:before, body .primary-cta-style a:before {
	left: -20px!important
}
body .link-section .btn-link a:after, body .primary-cta-style a:after {
	-webkit-transition: all ease .2s!important;
	transition: all ease .2s!important
}
body .link-section .btn-link a span, body .primary-cta-style a span {
	left: 0;
	position: relative;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
body .link-section .btn-link a:hover, body .primary-cta-style a:hover {
	text-decoration: none
}
body .link-section .btn-link a:hover span, body .primary-cta-style a:hover span {
	left: 30px
}
body .link-section .btn-link a:hover:before, body .primary-cta-style a:hover:before {
	left: 20px!important
}
body .link-section .btn-link a:hover:after, body .primary-cta-style a:hover:after {
	right: -20px!important
}
@media screen and (max-width:767px) {
body .link-section .btn-link a, body .primary-cta-style a {
	font-size: .8rem;
	padding: 18px 48px 18px 18px!important
}
}
body .more-link a, body .secondary-cta-style a {
	background: 0 0!important;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: normal!important;
	letter-spacing: normal!important;
	color: #000!important;
	font-weight: 500;
	padding: 0 30px 0 0!important;
	border-radius: 0!important;
	text-transform: none;
	display: table;
	margin: 0;
	position: relative!important
}
body .more-link a:after, body .more-link a:before, body .secondary-cta-style a:after, body .secondary-cta-style a:before {
	left: auto!important;
	right: 0!important;
	top: 8px!important;
	background: url(../images/button-arrow-color.svg) right center no-repeat!important;
	width: 15px!important;
	height: 11px!important;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 1;
	display: block!important;
	content: ''!important;
	position: absolute!important;
	-webkit-transform: none!important;
	transform: none!important
}
body .more-link a:before, body .secondary-cta-style a:before {
	left: -20px!important;
	opacity: 0;
	top: 7px
}
body .more-link a:after, body .secondary-cta-style a:after {
	-webkit-transition: all ease .2s!important;
	transition: all ease .2s!important
}
body .more-link a span, body .secondary-cta-style a span {
	left: 0;
	position: relative;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
body .more-link a:hover, body .secondary-cta-style a:hover {
	text-decoration: none
}
body .more-link a:hover span, body .secondary-cta-style a:hover span {
	left: 30px
}
body .more-link a:hover:before, body .secondary-cta-style a:hover:before {
	left: 0!important;
	opacity: 1
}
body .more-link a:hover:after, body .secondary-cta-style a:hover:after {
	right: -20px!important;
	opacity: 0
}
#submitButton, button.cc-btn {
	outline: 0;
	background: #ff0064!important;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	line-height: normal!important;
	letter-spacing: normal!important;
	color: #000!important;
	font-weight: 500;
	padding: 12px 40px 12px 25px!important;
	border-radius: 0!important;
	text-transform: none;
	display: table;
	margin: 0;
	position: relative!important;
	display: inline-block;
	border: none!important
}
#submitButton>span span, button.cc-btn>span span {
	left: 0!important
}
#submitButton:after, #submitButton:before, button.cc-btn:after, button.cc-btn:before {
	left: auto!important;
	right: 10px!important;
	top: 50%!important;
	background: url(../images/button-arrow.svg) right center no-repeat!important;
	width: 15px!important;
	height: 11px!important;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 1;
	display: block!important;
	content: ''!important;
	position: absolute!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	margin-top: 2px
}
#submitButton:before, button.cc-btn:before {
	left: -20px!important;
	opacity: 0;
	top: 7px
}
#submitButton:after, button.cc-btn:after {
	-webkit-transition: all ease .2s!important;
	transition: all ease .2s!important
}
#submitButton span, button.cc-btn span {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	line-height: normal!important;
	letter-spacing: 1.65px!important;
	color: #000!important;
	font-weight: 500;
	left: 0;
	position: relative;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	color: #fff!important;
	text-transform: uppercase
}
#submitButton:hover, button.cc-btn:hover {
	text-decoration: none
}
#submitButton:hover span, button.cc-btn:hover span {
	left: 20px
}
#submitButton:hover:before, button.cc-btn:hover:before {
	left: 10px!important;
	opacity: 1
}
#submitButton:hover:after, button.cc-btn:hover:after {
	right: -20px!important;
	opacity: 0
}
.download-link {
	padding: 0 20px 0 0;
	position: relative
}
.download-link:after {
	background: url(../images/download-arrow.svg) left center no-repeat;
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
	content: '';
	width: 11px;
	height: 16px
}
.title {
	padding-bottom: 0
}
@media only screen and (max-width:767px) {
.cookie-modal .cc-footer {
	padding: 20px 10px 10px
}
.cookie-modal .cc-footer .cc-btn {
	margin: 0!important;
	outline: 0
}
.cookie-modal .cc-footer .cc-btn+.cc-btn {
	margin: 15px 0 0 10px!important
}
}
.configurable-text>h2:first-of-type+p strong {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	color: #000;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: .11px;
	margin-bottom: 7px;
	display: inline-block;
	width: 100%
}
.adama-contact-us strong {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	color: #000;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: .11px;
	margin-bottom: 7px;
	display: inline-block;
	width: 100%
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__image {
	text-align: center
}
.contextual-region>.container:first-of-type {
	position: relative
}
.contentpage-slider-wrapper .contextual {
	top: 0!important;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}
@media screen and (max-width:480px) {
body.lang-zh-hans .contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper {
	bottom: -30px!important
}
}
@media screen and (min-width:992px) {
body.lang-zh-hans.path-frontpage .latest-news--desc {
	min-height: 240px
}
}

.toolbar ul li {
	font-size: 1.2rem
}
.hero-banner {
	height: 756px;
	max-height: 756px;
	min-height: 756px
}
@media screen and (max-width:767px) {
.hero-banner {
	height: 450px;
	max-height: 450px;
	min-height: 450px
}
}
.hero-banner.fullwidth-banner {
	z-index: 0
}
.hero-banner .background-video {
	height: inherit;
	max-height: inherit;
	min-height: inherit
}
.hero-banner .background-video .inv_playerContainer {
	height: 756px!important
}
@media screen and (max-width:767px) {
.hero-banner .background-video .inv_playerContainer {
	height: 450px
}
}
.hero-banner .background-video .inv_playerContainer .inv_videoMainContainer {
	height: inherit
}
.hero-banner .background-video .inv_playerContainer .inv_videoLoaderArea {
	display: none!important
}
@media screen and (max-width:991px) {
.hero-banner .hero-content .hero-banner-text {
	font-size: 4.6rem;
	line-height: 5.6rem
}
}
@media screen and (max-width:767px) {
.hero-banner .hero-content .hero-banner-text {
	font-size: 3rem;
	line-height: 4rem
}
}
.hero-banner .hero-content .video-link {
	left: 0;
	top: 0
}
.t2-banner-ver-2-wrapper {
	height: 665px;
	float: left
}
.t2-banner-ver-2-wrapper:after {
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(38,40,46,.3);
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2
}
.t2-banner-ver-2-wrapper .sync1 {
	z-index: 1
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content {
	width: 100%;
	display: block;
	max-width: 1170px;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item {
	width: 45%
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-heading-text {
	font-family: Poppins, sans-serif;
	font-size: 7.2rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.11;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 5.2rem;
	max-width: 67rem
}
.t2-banner-ver-2-wrapper .owl-thumbs {
	width: 766px
}
.slick-slide:focus, .slick-slider:focus {
	outline: 0
}
.contentpage-slider {
	position: relative
}
.contentpage-slider .contentpage-inner__item .banner-image {
	position: absolute;
	height: 100%;
	width: calc(85% - 60px);
	left: 15%
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	padding: 50px 70px
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .contentpage-inner__title {
	font-family: Poppins, sans-serif;
	font-size: 6rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #000;
	border-bottom: none;
	padding-bottom: 1.6rem;
	margin: 0
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .contentpage-inner__title .green {
	color: #07ba89
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .contentpage-inner__title .bluetext {
	color: #ff0064
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .contentpage-inner__description {
	margin-bottom: 3rem
}
.contentpage-slider .contentpage-inner__item .contentpage-inner__item-content .contentpage-inner__description p {
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #000
}
.contentpage-slider .slick-arrow {
	height: 60px;
	width: 60px;
	font-size: 0;
	background: #fa0;
	position: absolute;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	z-index: 1;
	padding: 0;
	top: 45%
}
.contentpage-slider .slick-arrow:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #ff0064;
	font-size: 33px;
	top: 7px;
	left: 7px;
	display: block
}
.contentpage-slider .slick-arrow.slick-next {
	left: auto;
	right: 0
}
.contentpage-slider .slick-arrow.slick-next:after {
	content: '\f105'
}
.contentpage-slider .slick-arrow.slick-disabled:after {
	color: rgba(66,66,66,.5)
}
.contentpage-slider .slick-arrow:focus {
	outline: 0
}
.contentpage-slider .slick-dots {
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	position: absolute;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%
}
.contentpage-slider .slick-dots li {
	height: 13px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	padding: 0 5px
}
.contentpage-slider .slick-dots li.slick-active {
	height: 15px;
	padding: 0 5px
}
.contentpage-slider .slick-dots li button {
	width: 12px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: #f7f7f7;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 50%
}
.contentpage-slider .slick-dots li button:focus, .contentpage-slider .slick-dots li button:hover {
	outline: 0
}
@media all and (min-width:1400px) {
.contentpage-slider .contentpage-inner__item .banner-image {
	left: 25%;
	width: calc(75% - 60px)
}
}
@media all and (max-width:991px) {
#block-mainnavigation, .block-we-megamenu {
	display: none
}
}
.content-link-wrapper {
	margin: 0 0 5rem
}
.content-link-wrapper .content_description p {
	margin-bottom: 3.2rem;
	font-size: 1.7rem;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: normal;
	color: #000
}
.text-facts-section {
	margin: 0 0 5rem
}
.text-facts-section .title {
	font-family: Poppins, sans-serif;
	font-size: 3rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -.3px;
	color: #000;
	border-bottom: none;
	padding-bottom: 4.9rem
}
.text-facts-section .title .green {
	color: #07ba89
}
.text-facts-section .title .bluetext {
	color: #ff0064
}
@media screen and (max-width:767px) {
.text-facts-section .text-facts-box {
	max-width: 350px;
	margin: 0 auto;
	float: none;
	padding: 0
}
}
.text-facts-section .text-facts-box .row>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:991px) {
.text-facts-section .text-facts-box .row>div {
	margin-bottom: 0
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.text-facts-section .text-facts-box .row>div:nth-of-type(1), .text-facts-section .text-facts-box .row>div:nth-of-type(2) {
	margin-bottom: 30px
}
}
.text-facts-section .text-facts-box .text-facts-box-item {
	padding: 40px 20px;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	background-color: #fff;
	border-radius: 15px
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__image img {
	height: 60px;
	width: auto;
	max-width: inherit
}
@media screen and (max-width:767px) {
.text-facts-section .text-facts-box .text-facts-box-item {
	padding: 30px 15px 35px 15px;
	margin-bottom: 20px
}
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__title {
	line-height: 30px;
	letter-spacing: .2px;
	font-size: 1.95rem;
	font-weight: 500;
	color: #000;
	margin: 3rem 0 2rem
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__title .green {
	color: #07ba89
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__title .bluetext {
	color: #ff0064
}
@media screen and (max-width:767px) {
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__title {
	font-size: 1.8rem;
	line-height: 1.22;
	margin: 2.5rem 0 1rem
}
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__link {
	margin-top: 35px
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__description {
	font-size: 1.6rem;
	line-height: 29px;
	letter-spacing: .06px;
	color: #5f5f5f
}
@media screen and (max-width:767px) {
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__description {
	font-size: 1.4rem;
	line-height: 24px
}
}
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__description p {
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: -.2px;
	margin-bottom: 0
}
@media screen and (max-width:767px) {
.text-facts-section .text-facts-box .text-facts-box-item .text-facts-box-item__description p {
	font-size: 1.6rem;
	line-height: 1.63
}
}
.image-with-text {
	position: relative;
	float: left;
	width: 100%
}
@media screen and (min-width:992px) {
.image-with-text .link-section:after {
	display: none
}
}
@media screen and (max-width:767px) {
.image-with-text .link-section:after {
	display: none!important
}
}
@media screen and (max-width:991px) {
.image-with-text .link-section {
	display: block;
	position: relative
}
}
@media screen and (min-width:992px) {
.image-with-text .link-section a:before {
	content: '';
	display: block;
	width: 500%;
height:.1rem;
	position: absolute;
	top: 50%;
	left: 100%;
	background: rgba(221,221,221,.5);
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 65px
}
}
@media screen and (max-width:767px) {
.image-with-text .link-section .link {
	padding: 0;
	border-left: 0;
	font-size: 1.6rem
}
}
.image-with-text .link-section .link a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #424242
}
@media screen and (max-width:767px) {
.image-with-text .link-section .link a {
	font-size: .8rem;
	z-index: 1;
	padding-right: 20px
}
}
.image-with-text .link-section .link a:after {
	font-family: icomoon!important;
	content: "\e92a";
	color: #fff;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4rem;
	font-weight: 400;
	display: none
}
@media screen and (max-width:767px) {
.image-with-text .link-section .link a:after {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	vertical-align: middle;
	margin-left: 15px
}
}
.image-with-text .link-section .link a::before {
	content: '';
	display: block;
	width: 100vw;
height:.1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	margin-left: 0
}
@media screen and (max-width:991px) {
.image-with-text .link-section .link a::before {
	width: 675%
}
}
.image-with-text .link-section .link a:focus, .image-with-text .link-section .link a:hover {
	text-decoration: none
}
.image-with-text .link-section .link a:hover:after {
	right: -4.5rem
}
.image-with-text .link-section .link:after, .image-with-text .link-section .link:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 1px;
	width: 8.3rem
}
@media screen and (max-width:767px) {
.image-with-text .link-section .link:after, .image-with-text .link-section .link:before {
	display: none
}
}
.image-with-text .link-section .link:after {
	bottom: 0;
	top: auto
}
@media screen and (max-width:767px) {
.image-with-text .link-section .link:after {
	content: '';
	border: 0;
	border-bottom: 1px solid rgba(221,221,221,.5);
	display: inline-block;
	position: absolute;
	margin-left: 0;
	top: 11px;
	left: 100%;
	width: 600px;
	z-index: 0
}
}
.image-with-text .link-section .link:focus, .image-with-text .link-section .link:hover {
	text-decoration: none
}
.image-with-text .link-section .link.green-module a {
	color: #424242
}
.image-with-text .link-section .link.green-module a:after {
	color: inherit
}
.image-with-text .background_position--top .left-wrapper .link-section:after, .image-with-text .background_position--top .right-wrapper .link-section:after {
	left: 60%;
	width: 100%
}
.image-with-text .background_position--centre {
	position: relative;
	float: left;
	width: 100%
}
.image-with-text .background_position--centre .sub-title:after {
	border-color: #fff
}
.image-with-text .background_position--centre .sub-title {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -.2px;
	font-weight: 500;
	margin-top: 10px
}
.image-with-text .background_position--centre .display-title {
	margin-bottom: 18px
}
.image-with-text .background_position--centre .content_description p {
	line-height: 30px;
	margin-bottom: 4rem
}
@media screen and (max-width:991px) {
.image-with-text .background_position--centre .content_description p {
	margin-bottom: 2rem
}
}
.image-with-text .background_position--centre .image-view {
	height: inherit;
	z-index: 6
}
.image-with-text .background_position--centre .title-section {
	max-width: 100%;
	margin-top: 2rem;
	margin-bottom: 6rem
}
@media screen and (max-width:991px) {
.image-with-text .background_position--centre .title-section {
	margin-bottom: 3rem
}
}
@media screen and (max-width:991px) {
.image-with-text .background_position--centre .left-wrapper .title-section {
	margin-bottom: 0
}
}
@media screen and (max-width:767px) {
.image-with-text .background_position--centre .left-wrapper .title-section {
	margin-top: 3rem
}
}
@media screen and (max-width:767px) {
.image-with-text .background_position--centre .right-wrapper .title-section {
	margin-bottom: 2rem
}
}
.image-with-text .background_position--centre .link-section .link a:after {
	color: #fff
}
.image-with-text .background_position--bottom .left-wrapper .link-section:after, .image-with-text .background_position--bottom .right-wrapper .link-section:after {
	left: 60%;
	width: 100%
}
.image-with-text .no_background {
	position: relative;
	float: left;
	width: 100%
}
.image-with-text .no_background.left-wrap .left-wrapper {
	float: left;
	width: 100%;
	position: relative
}
.image-with-text .no_background.left-wrap .link-section:after {
	left: 60%;
	width: 100%
}
.image-with-text .no_background.right-wrap .right-wrapper {
	float: left;
	width: 100%;
	position: relative
}
.image-with-text .no_background.right-wrap .link-section:after {
	left: 50%;
	width: 100%
}
.image-with-text .no_background .sub-title {
	color: rgba(66,66,66,.8);
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: -.2px
}
.image-with-text .no_background .display-title {
	line-height: 1.25;
	margin: 30px 0 18px 0
}
.image-with-text .no_background .image-view {
	margin-top: 0;
	z-index: 3
}
@media screen and (max-width:767px) {
.image-with-text .no_background .image-view {
	margin-top: 0
}
}
.image-with-text .no_background .title-section {
	max-width: 100%;
	margin-bottom: 6rem
}
.image-with-text .no_background.blue-module.left-wrap:after {
	background: #5f5f5f
}
.image-with-text .no_background.blue-module.left-wrap .left-wrapper {
	background: #5f5f5f
}
.image-with-text .no_background.blue-module.right-wrap:after {
	background: #5f5f5f
}
.image-with-text .no_background.blue-module.right-wrap .right-wrapper {
	background: #5f5f5f
}
.path-frontpage .t-two-footer {
	margin-top: 0
}
.t-two-footer {
	margin-top: 8rem;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 9
}
.t-two-footer .quick-text li {
	padding-left: 0!important;
	padding-bottom: 20px
}
.t-two-footer .footer-top-wrapper {
	background: #f4f4f4;
	padding-bottom: 6rem;
	padding-top: 5.2rem
}
@media screen and (max-width:767px) {
.t-two-footer .footer-top-wrapper {
	padding-bottom: 4rem
}
}
.t-two-footer .footer-top-wrapper #block-annualreport .quick-text li h2, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .component-title, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content h2, .t-two-footer .footer-top-wrapper div.section-title, .t-two-footer .footer-top-wrapper h2.section-title {
	font-family: Poppins, sans-serif!important;
	font-size: 2rem!important;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px!important;
	letter-spacing: .21px!important;
	color: #000!important;
	margin-bottom: 2.4rem!important
}
@media screen and (max-width:767px) {
.t-two-footer .footer-top-wrapper #block-annualreport .quick-text li h2, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .component-title, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content h2, .t-two-footer .footer-top-wrapper div.section-title, .t-two-footer .footer-top-wrapper h2.section-title {
	margin-bottom: 1rem!important
}
}
.t-two-footer .footer-top-wrapper .quick-links li {
	float: left;
	width: 100%;
	margin-bottom: 4px
}
.t-two-footer .footer-top-wrapper .quick-links li a {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	line-height: 20px!important;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.8px;
	vertical-align: top;
	color: #5f5f5f;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	text-transform: uppercase
}
.t-two-footer .footer-top-wrapper .quick-links li a:hover {
	color: #000;
	text-decoration: none
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap {
	background: 0 0
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content {
	width: 100%
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content p {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem!important;
	font-weight: 300!important;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px!important;
	letter-spacing: normal;
	color: #5f5f5f!important;
	margin-bottom: 1rem!important
}
.t-two-footer .footer-top-wrapper .quick-text {
	position: relative;
	float: left;
	width: 100%
}
.t-two-footer .footer-top-wrapper .quick-text.social-links {
	margin-top: 1.8rem
}
@media screen and (max-width:767px) {
.t-two-footer .footer-top-wrapper .quick-text.social-links {
	margin-top: 1rem
}
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa {
	height: 35px;
	width: 35px;
	position: relative;
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: url(../images/microsite/facebook.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa:before {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.4rem
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa:hover {
	border: none;
	color: transparent;
	background: inherit
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa.fa-facebook-f {
	background: url(../images/microsite/facebook.png);
	background-position: center;
	background-repeat: no-repeat
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa.fa-twitter {
	background: url(../images/microsite/twitter.png);
	background-position: center;
	background-repeat: no-repeat
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa.fa-linkedin {
	background: url(../images/microsite/linked-in.png);
	background-position: center;
	background-repeat: no-repeat
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa.fa-youtube-play {
	background: url(../images/microsite/youtube.png);
	background-position: center;
	background-repeat: no-repeat
}
@media screen and (max-width:767px) {
.t-two-footer .footer-top-wrapper .quick-text.social-links .social-icons:not(:last-of-type) {
	padding-right: 25px
}
}
@media screen and (max-width:480px) {
.t-two-footer .footer-top-wrapper .quick-text.social-links .social-icons:not(:last-of-type) {
	padding-right: 10px
}
}
.t-two-footer .footer-bottom-wrapper {
	background: #fff;
	padding: 12px 0 11px
}
.t-two-footer .footer-bottom-wrapper .quick-links.list-inline li {
	padding: 0
}
@media screen and (min-width:768px) and (max-width:1024px) {
.t-two-footer .footer-bottom-wrapper .quick-links.list-inline li:nth-of-type(4n+1) {
	clear: both
}
.t-two-footer .footer-bottom-wrapper .quick-links.list-inline li:nth-of-type(4n+1) a {
	padding-left: 0
}
}
.t-two-footer .footer-bottom-wrapper .quick-links.list-inline li a {
	font-family: Poppins, sans-serif!important;
	font-size: 1.3rem!important;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #5f5f5f;
	padding: 4px 18px 4px 13px;
	border: none;
	display: inline-block;
	position: relative;
	letter-spacing: 1px
}
.t-two-footer .footer-bottom-wrapper .quick-links.list-inline li a:focus, .t-two-footer .footer-bottom-wrapper .quick-links.list-inline li a:hover {
	text-decoration: underline
}
.t-two-footer .footer-bottom-wrapper .quick-links.list-inline li a:after {
	position: absolute;
	right: 0;
	width: 1px;
	height: 18px;
	content: '';
	display: inline-block;
	background: #999;
	top: 4px
}
.t-two-footer .footer-bottom-wrapper .quick-links li.last a {
	font-family: Poppins, sans-serif!important;
	font-size: 1.3rem!important;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #5f5f5f;
	padding: 3px;
	border: none;
	display: inline-block;
	position: relative;
	letter-spacing: 1px
}
.t-two-footer .footer-bottom-wrapper .quick-links li.last a:focus, .t-two-footer .footer-bottom-wrapper .quick-links li.last a:hover {
	text-decoration: none
}
.t-two-footer .footer-bottom-wrapper .quick-links li.last a:after {
	display: none
}
.t-two-footer .footer-bottom-wrapper .quick-links li.first a {
	padding-left: 0
}
#block-investisbranding-2 .test-css-link {
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	margin: 0;
	display: inline-block;
	font-family: Poppins, sans-serif;
	top: 2px;
	text-decoration: none
}
#block-investisbranding-2 .test-css-link:focus, #block-investisbranding-2 .test-css-link:hover {
	color: #fff;
	text-decoration: none
}
.footer-reportblock__content {
	float: left;
	width: 100%
}
@media screen and (max-width:767px) {
.footer-reportblock__content {
	margin-top: 0
}
}
.footer-reportblock__content a {
	font-size: 1.6rem;
	color: #424242;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	display: table;
	margin: 0 auto;
	text-align: center;
padding:2.7rem 1rem .7rem;
	letter-spacing: .2px;
	line-height: 29px;
	display: block;
	background: 0 0
}
.footer-reportblock__content a:before {
	content: '';
	background: url(../images/microsite/microsite_sprites.png);
	background-repeat: no-repeat;
	background-position: -80px -10px;
	height: 47px;
	width: 48px;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2rem;
	position: relative;
	opacity: 1
}
.footer-reportblock__content a.pdf-file:before {
	content: '';
	height: 47px;
	width: 46px;
	background: url(../images/microsite/microsite_sprites.png);
	background-repeat: no-repeat;
	background-position: -146px -10px;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2rem;
	font-size: 3rem;
	color: #0089a3;
	font-weight: 400
}
.footer-reportblock__content a:hover {
	text-decoration: none
}
#auto-top-link {
	width: 36px;
	height: auto;
	z-index: 999999;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 92px;
	right: 20px;
	color: #5f5f5f;
	text-align: center;
	font-size: 1.2rem;
	line-height: 20px;
	letter-spacing: 1.8px;
	text-decoration: none;
	padding: 0 0 0 55px;
	font-weight: 600;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space: nowrap
}
#auto-top-link:before {
	background: url(../images/up-arrow.svg) center center no-repeat!important;
	height: 36px!important;
	width: 36px!important;
	content: '';
	display: inline-block;
	margin: -10px 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 0;
	top: auto;
	bottom: 0
}
@media only screen and (max-width:991px) {
#auto-top-link {
	right: 10px
}
}
@media only screen and (max-width:400px) {
#auto-top-link {
	right: -4px
}
}
.quoteRightbg:after {
	background-position: 65% 0!important
}
.quote-section {
	border: 0
}
.quote-section .quote-inner-wrapper.background_position--center:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 17rem;
	height: 100%;
	background: #fff;
	z-index: 1
}
.quote-section .quote-wrapper {
	padding: 5rem 0
}
.quote-section .quote-wrapper .image-view {
	z-index: 3
}
@media screen and (max-width:991px) {
.quote-section .quote-wrapper.right-wrapper {
	padding: 3rem 0 0 0
}
}
@media screen and (max-width:767px) {
.quote-section .quote-wrapper.right-wrapper {
	padding: 2rem 0 0 0
}
}
.quote-section .quote-content {
	z-index: 3;
	position: relative
}
.quote-section .image-view {
	min-height: 625px!important;
	background-position: center center!important;
	background-size: cover;
	background-repeat: no-repeat
}
@media screen and (max-width:991px) {
.quote-section .image-view {
	max-width: 600px;
	min-height: 32rem!important;
	background-size: contain!important;
	margin: 40px auto!important
}
}
@media screen and (max-width:767px) {
.quote-section .image-view {
	min-height: 22rem!important;
	background-size: contain!important;
	margin: 20px auto!important
}
}
.quote-section .quote-content .sub-title {
	margin-bottom: 45px
}
@media screen and (max-width:767px) {
.quote-section .quote-content .sub-title {
	margin-bottom: 25px
}
}
.quote-section .link-section .link a, .quote-section .link-section .link a::after, .quote-section .quote-content, .quote-section .sub-title {
	color: #fff
}
.quote-section .sub-title::after {
	border-bottom: 1px solid #fff
}
.quote-section .quote-text, .quote-section blockquote {
	font-size: 3.6rem;
	font-weight: 300;
	position: relative;
	padding-top: 45px;
	line-height: 48px
}
.quote-section .quote-text strong, .quote-section blockquote strong {
	font-weight: 700
}
@media screen and (max-width:1024px) {
.quote-section .quote-text, .quote-section blockquote {
	font-size: 3rem
}
}
@media screen and (max-width:991px) {
.quote-section .quote-text, .quote-section blockquote {
	font-size: 2.4rem
}
}
@media screen and (max-width:767px) {
.quote-section .quote-text, .quote-section blockquote {
	font-size: 2.2rem
}
}
.quote-section .quote-text:before, .quote-section blockquote:before {
	position: absolute;
	background: url(../images/icon-quote.svg) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 27px;
	top: 0;
	left: 0;
	content: "";
	background-size: contain
}
.quote-section .author {
	font-size: 1.2rem;
	line-height: 18px;
	letter-spacing: 2.5px;
	margin: 30px 0;
	position: relative;
	display: inline-block
}
.quote-section .author .first-name {
	font-weight: 400
}
.quote-section .author:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 47%;
	background: 0 0;
	z-index: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 10px
}
@media screen and (max-width:1024px) {
.quote-section .author:after {
	width: 75px
}
}
.quote-section .background_position--bottom, .quote-section .background_position--center {
	position: relative;
	float: left;
	width: 100%
}
.quote-section .background_position--bottom .left-wrapper, .quote-section .background_position--center .left-wrapper {
	float: left;
	width: 100%;
	position: relative
}
.quote-section .background_position--bottom .left-wrapper:before, .quote-section .background_position--center .left-wrapper:before {
	content: '';
	display: block;
	width: 200%;
	height: 50px;
	position: absolute;
	top: -50px;
	left: 15%;
	background: inherit;
	z-index: -1
}
.quote-section .background_position--bottom .left-wrapper:after, .quote-section .background_position--center .left-wrapper:after {
	content: '';
	display: block;
	width: 200%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 15%;
	background: inherit;
	z-index: -1
}
.quote-section .background_position--bottom .left-wrapper .link-section::after, .quote-section .background_position--center .left-wrapper .link-section::after {
	left: 65%;
	width: 62%
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .left-wrapper .link-section::after, .quote-section .background_position--center .left-wrapper .link-section::after {
	display: none
}
}
.quote-section .background_position--bottom.right::after, .quote-section .background_position--center.right::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background: #50e600;
	z-index: -1
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom.right::after, .quote-section .background_position--center.right::after {
	right: -100%
}
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom.right::before, .quote-section .background_position--center.right::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background: #50e600;
	z-index: -1
}
}
.quote-section .background_position--bottom .right-wrapper, .quote-section .background_position--center .right-wrapper {
	float: left;
	width: 100%;
	position: relative;
	background: #50e600
}
.quote-section .background_position--bottom .right-wrapper .image-view, .quote-section .background_position--center .right-wrapper .image-view {
	margin-right: -1px
}
.quote-section .background_position--bottom .right-wrapper:before, .quote-section .background_position--center .right-wrapper:before {
	content: '';
	display: block;
	width: 175%;
	height: 50px;
	position: absolute;
	top: -50px;
	right: auto;
	left: -100%;
	background: inherit;
	z-index: -1;
	display: none
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .right-wrapper:before, .quote-section .background_position--center .right-wrapper:before {
	display: none
}
}
.quote-section .background_position--bottom .right-wrapper:after, .quote-section .background_position--center .right-wrapper:after {
	content: '';
	display: block;
	width: 175%;
	height: 80px;
	position: absolute;
	bottom: -80px;
	right: auto;
	left: -100%;
	background: inherit;
	z-index: -1;
	display: none
}
.quote-section .background_position--bottom .right-wrapper .link-section::after, .quote-section .background_position--center .right-wrapper .link-section::after {
	left: 65%;
	z-index: 0;
	z-index: -1
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .right-wrapper .link-section::after, .quote-section .background_position--center .right-wrapper .link-section::after {
	display: none
}
}
.quote-section .background_position--bottom .right-wrapper .link-section::after, .quote-section .background_position--center .right-wrapper .link-section::after {
	display: none
}
@media screen and (min-width:992px) {
.quote-section .background_position--bottom {
	margin-top: 50px
}
}
.quote-section .background_position--bottom .quote-wrapper {
	padding-bottom: 25px
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .quote-wrapper {
	padding-top: 0;
	padding-bottom: 20px
}
}
@media screen and (max-width:767px) {
.quote-section .background_position--bottom .quote-wrapper {
	padding-bottom: 30px
}
}
.quote-section .background_position--bottom .quote-wrapper .image-view {
	margin-top: -100px;
	background-size: cover!important
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .quote-wrapper .image-view {
	background-position: center center!important
}
}
.quote-section .background_position--bottom .left-wrapper::after, .quote-section .background_position--bottom .right-wrapper::after, .quote-section .background_position--bottom.right::after {
	display: none
}
.quote-section .background_position--bottom .left-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #50e600;
	z-index: -1
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .left-wrapper:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	background: #50e600;
	z-index: -1
}
}
.quote-section .background_position--bottom .right-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	background: #50e600;
	z-index: -1
}
@media screen and (max-width:991px) {
.quote-section .background_position--bottom .right-wrapper:before {
	display: none
}
}
.quote-section .background_position--bottom:after {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	background: #fff;
	content: ''
}
@media only screen and (max-width:1000px) {
.quote-section .background_position--bottom:after {
	display: none
}
}
.quote-section.blue-module .left-wrapper, .quote-section.blue-module .left::after, .quote-section.blue-module .right-wrapper, .quote-section.blue-module .right::after {
	background: #0089a3
}
.quote-section.blue-module .background_position--bottom .left-wrapper:after, .quote-section.blue-module .background_position--bottom .left-wrapper:before, .quote-section.blue-module .background_position--bottom .right-wrapper:before {
	background: #0089a3
}
@media screen and (max-width:991px) {
.quote-section.blue-module .background_position--center.right::before {
	background: #0089a3
}
}
.quote-section .quote-inner-wrapper.right {
	margin-bottom: 0
}
@media screen and (max-width:991px) {
.quote-section .quote-inner-wrapper.right {
	margin-bottom: 0
}
}
.bod-table-view table tr td, .bod-table-view table tr th {
	text-align: left
}
@media screen and (min-width:310px) {
.t2_bod_wrap .board-of-directors-box {
	height: auto;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	background-color: #fff
}
.t2_bod_wrap .board-of-directors-box .bod-image-placeholder {
	min-height: 250px;
	height: auto
}
.t2_bod_wrap .board-of-directors-box .show-overlay {
	border-bottom: 15px solid #f7f7f7;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	bottom: 0;
	background: 0 0;
	height: auto!important;
	width: auto!important;
	opacity: 1;
	bottom: 0
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content {
	background: #fff;
	float: left;
	position: relative;
	bottom: auto;
	left: auto;
	padding: 30px 20px 40px 20px
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .board-of-directors--person_name {
	font-size: 0;
	line-height: 0;
	float: left;
	width: 100%
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .title {
	font-size: 1.2rem;
	line-height: 2.1rem;
	letter-spacing: .84px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: none;
	padding-bottom: 12px
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .functions {
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: rgba(66,66,66,.7)
}
.t2_bod_wrap .board-of-directors-box:hover .bod-image-placeholder {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.t2_bod_wrap .board-of-directors-box:hover:after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(22,76,123,0)), color-stop(rgba(22,76,123,0)), to(rgba(9,37,70,0)));
	background: linear-gradient(to bottom, rgba(22,76,123,0), rgba(22,76,123,0), rgba(9,37,70,0))
}
.t2_bod_wrap .board-of-directors-box.active {
	background-color: #0089a3
}
.t2_bod_wrap .board-of-directors-box.active .board-of-directors-content {
	background: #0089a3
}
.t2_bod_wrap .board-of-directors-box.active .board-of-directors-content .functions, .t2_bod_wrap .board-of-directors-box.active .board-of-directors-content .title {
	color: #fff
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	background: #f7f7f7;
	padding: 90px 0 70px;
	position: relative
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container {
	max-width: 1050px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close {
	right: 56px;
	background: #0089a3;
	color: #fff;
	margin-bottom: 0
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close:after, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close:before {
	background: #fff
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container>div.row {
	position: relative
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .pull-right {
	position: absolute;
	top: -70px;
	right: 0
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-title {
	font-size: 4.8rem;
	font-family: Poppins, sans-serif;
	letter-spacing: -.3px;
	clear: both;
	font-weight: 700;
	line-height: 1.27;
	margin-bottom: 30px;
	color: #424242;
	text-transform: uppercase
}
@media screen and (max-width:991px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-title {
	font-size: 3.8rem;
	margin-bottom: 20px
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__label, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__lable, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__label, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__lable {
	font-size: 2.4rem;
	clear: both;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 15px;
	color: #424242
}
@media screen and (max-width:991px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__label, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__lable, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__label, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__lable {
	font-size: 2rem;
	margin-bottom: 10px
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__value p.paragraph-bold, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__value p.paragraph-bold, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__value p.paragraph-bold, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__value p.paragraph-bold {
	margin: 0 0 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #424242;
	font-weight: 400
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position {
	margin: 0 0 50px
}
@media screen and (max-width:991px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position {
	margin: 0 0 30px
}
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-right-inner {
	height: 250px
}
.search-result-count {
	display: none
}
.search-result-count:first-child {
	display: block
}
body.nojs .quote-section .background_position--bottom .quote-wrapper {
	background: #34a0bc
}
body.nojs .container-fluid .row .signpost.signpost-video:after {
	height: 40%
}
body.nojs div[id^=accordion] {
	margin-top: 60px
}
body.nojs .ac.active .ac-input+.ac-label:after, body.nojs .ac.active .ac-sub .ac-input+.ac-label:after, body.nojs .ac.first.active .ac-input+.ac-label:after {
	display: none!important
}
body.nojs .quote-section .background_position--bottom .left-wrapper:before {
	background: #34a0bc
}
@media only screen and (max-width:1024px) and (min-width:768px) {
.container-fluid .row .content .row {
	display: block
}
.country-selector-external-link__inputwrap .serach-icon.active {
	background-image: url(../images/search-black.svg)
}
}
@media screen and (max-width:1050px) {
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	padding: 90px 20px 70px
}
}
@media screen and (max-width:1024px) {
.hero-banner .overlay-video .inv_overlayPlay {
	display: none!important
}
}
@media screen and (max-width:991px) {
.country-selector .country-selector__filter-wrapper .subtitle, .country-selector .country-selector__in-wrapper .subtitle {
	display: block!important
}
.country-selector-external-link__inputwrap .serach-icon.active {
	background-image: url(../images/search-black.svg)
}
.landscape .full-width-video-popup button.mfp-close {
	right: 0!important;
	width: 22px;
	top: -50px!important
}
}
@media screen and (max-width:767px) {
.people-component .nav-tabs-horizontal {
	display: none!important
}
.t2_bod_wrap .board-of-directors-box {
	width: 100%;
	padding: 0;
	max-width: 420px
}
.visually-hidden {
	right: 0;
	bottom: 0
}
.bod-table-view table tr td, .bod-table-view table tr th {
	white-space: nowrap
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close {
	right: 20px
}
.landscape .full-width-video-popup button.mfp-close {
	right: 0!important;
	width: 22px
}
}
table.rad-datatable tbody td {
	text-align: left!important
}
footer .field--type-image>img {
	display: table;
	margin: 0 auto
}
@media only screen and (max-width:991px) {
footer .field--type-image>img {
	margin: 0
}
}
footer .footer-branding-block--partner-logos {
	border-top: 1px solid #000;
	padding: 25px 0 0;
	margin: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: space-between;
}
footer .footer-branding-block--partner-logos .footer-partner-images {
	margin: 0 34px 0 0
}
footer .footer-branding-block--partner-logos .footer-partner-images:last-child {
	margin: 0
}
@media only screen and (max-width:767px) {
footer .footer-branding-block--partner-logos .footer-partner-images {
	margin: 0 0 30px;
	width: 50%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	overflow: hidden;
}
}
@media only screen and (max-width:767px) {
footer .footer-branding-block--partner-logos {
	margin-bottom: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.page-node-593 .field--name-field-body>div .config-text.content-variation-wrapper:first-child {
	margin-bottom: 0!important
}
.config-text-full-width-background #conftext-3178 h3:before {
	background: #f2f2f2
}
.config-text-full-width-background #conftext-3178 a {
	color: #f2f2f2
}
@media screen and (max-width:991px) {
.top-nav-search.t2-search {
	display: none
}
.top-nav-search.t2-search.active {
	display: block;
	margin-top: 10px
}
}
.top-nav-search.t2-search .search-bar .search-input input {
	font-family: Poppins, sans-serif;
letter-spacing:.1rem;
	font-size: 1.6rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]::-webkit-input-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]::-moz-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]:-ms-input-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]::-ms-input-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]::placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]::-webkit-input-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]:-moz-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
.top-nav-search.t2-search .search-bar .search-input input[type=text]:-ms-input-placeholder {
font-size:1.6rem;
font-family:Poppins, sans-serif;
letter-spacing:.1rem
}
#hamburger, .mobile-menu {
	display: none
}
header .mobile-menu {
	opacity: 0
}
html.mm-opened body {
	margin-top: 0!important
}
header {
	padding: 0;
	height: auto;
	z-index: 999!important
}
header .country-selector {
	display: none;
	-webkit-box-shadow: 0 5px 6px 0 #b1b1b1;
	-ms-box-shadow: 0 5px 6px 0 #b1b1b1;
	-o-box-shadow: 0 5px 6px 0 #b1b1b1;
	box-shadow: 0 5px 6px 0 #b1b1b1
}
header.menuup {
	-webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 10px 50px 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 10px 50px 0 rgba(0,0,0,.15);
	box-shadow: 0 10px 50px 0 rgba(0,0,0,.15)
}
header .company-logo {
	width: auto;
	text-align: left;
	float: left
}
header .company-logo a:focus, header .company-logo a:hover {
	text-decoration: none!important
}
@media screen and (min-width:992px) {
header .header-menu-wrapper.need-top-space {
	padding-top: 0;
	width: 80%;
	float: right;
	position: relative;
	display: block
}
}
header .header-menu-wrapper .block-we-megamenu-blockmain, header .header-menu-wrapper .top-links, header .header-menu-wrapper .top-right-menu {
	float: none;
	width: 180px
}
header .top-nav-lang {
	position: relative;
	float: right;
	width: 125px;
	padding-left: 0;
	top: 0
}
header .top-nav-lang>a {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: .4px;
	text-align: right;
	color: #000;
	display: inline-block;
	position: relative;
	text-align: left;
	width: 125px;
	padding-left: 40px;
	opacity: .57
}
header .top-nav-lang>a span.hidden-lg.hidden-md {
	display: none
}
header .top-nav-lang>a.active {
	color: #0089a3
}
header .top-nav-lang>a:focus, header .top-nav-lang>a:hover {
	text-decoration: none
}
header .top-nav-lang>a:after {
	position: absolute;
	right: -20px;
	top: 1px;
	background-repeat: no-repeat;
	background-position: center;
	content: "\f107";
	display: inline-block;
	height: auto;
	width: auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-family: fontawesome;
	font-weight: 700
}
header .top-nav-lang>a em {
	font-style: normal
}
header .top-nav-lang>a.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
header .language-switcher-language-url {
	position: absolute;
	top: 51px;
	left: 28px;
	background: #fff;
	width: 125px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	display: none
}
header .language-switcher-language-url ul {
	padding: 0
}
header .language-switcher-language-url ul li {
	list-style: none;
	padding: 30px 15px;
	text-align: center;
	line-height: 1;
	position: relative
}
header .language-switcher-language-url ul li:first-child:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #979797;
	width: 65px;
	content: '';
	display: inline-block;
	height: 1px
}
header .language-switcher-language-url ul li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #424242
}
header .language-switcher-language-url ul li a:focus, header .language-switcher-language-url ul li a:hover {
	text-decoration: none
}
header .language-switcher-language-url ul li a.is-active {
	color: #000
}
header .language-switcher-language-url ul li a.zh {
	font-weight: 500
}
header .search-bar .bar-close {
	top: -4px
}
header #block-mainnavigation {
	top: auto;
	height: auto;
	position: relative;
	float: left
}
header .navbar-we-mega-menu, header .we-mega-menu-ul {
	position: static
}
header .tobbar-wrapper {
	background: #f2f2f2;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 7px 14px;
	position: relative
}
@media screen and (max-width:991px) {
header .tobbar-wrapper .menu--home.nav {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	margin-top: 2px
}
}
@media screen and (max-width:991px) {
header .tobbar-wrapper .choose-country-toggle {
	font-size: 0;
	padding: 0
}
}
header .tobbar-wrapper .choose-country-toggle:after {
	content: url(../images/country_icon.svg);
	position: absolute;
	top: -4px;
	right: 0;
	height: 20px;
	width: 20px
}
header .tobbar-wrapper .choose-country-toggle.active:after {
	content: url(../images/country_icon_active.svg)
}
@media screen and (max-width:991px) {
header .tobbar-wrapper {
	position: relative;
	top: 0;
	-webkit-transform: translate(0);
	transform: translate(0);
	left: 0;
	display: inline-block;
	margin-left: 65px
}
header .tobbar-wrapper .menu--top-menu, header .tobbar-wrapper .social-links {
	display: none
}
}
header .tobbar-wrapper .serach-icon {
	float: left;
	position: relative
}
@media screen and (max-width:991px) {
header .tobbar-wrapper .serach-icon {
	width: 30px;
	height: 40px;
	display: inline-block;
	text-align: center
}
}
@media screen and (max-width:991px) {
header .tobbar-wrapper .serach-icon span {
	font-size: 0
}
}
header .tobbar-wrapper .serach-icon:after {
	content: url(../images/search-black.svg);
	position: absolute;
	top: 3px;
	left: 0
}
@media screen and (max-width:991px) {
header .tobbar-wrapper .serach-icon:after {
	top: 10px;
	right: 0;
	left: 0
}
}
header .tobbar-wrapper ul.menu--top-menu {
	float: left;
	margin: 0;
	padding: 0;
	background:url(../images/icon_global.png) no-repeat 23px center;
}
header .tobbar-wrapper ul.social-links {
	float: left;eft
	margin: 0;
	padding: 0
}
header .tobbar-wrapper ul.social-links li {
	display: inline-block
}
header .tobbar-wrapper:after, header .tobbar-wrapper:before {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: -50%;
	top: 0;
	content: '';
	background: #f2f2f2;
	z-index: -1
}
header .tobbar-wrapper:after {
	left: auto;
	right: -50%
}
@media screen and (min-width:992px) {
header .top-links {
	float: left
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu {
	margin-bottom: 0;
min-height:.1rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu {
	background: #fa0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul li.level-0>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row>.we-mega-menu-col:nth-child(1) {
	padding-right: 0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul li.level-0>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row>.we-mega-menu-col:nth-child(1).no-padding-box {
	padding-right: 0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>a {
	padding: 0;
	font-weight: 300;
	position: relative;
	line-height: 34px;
	width: 100%;
	display: block
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>a:after {
	position: absolute;
	content: '';
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	top: 3.9rem;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #00e6be
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>a:hover {
	color: #ff0064!important
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.active>a {
	color: #000!important;
	font-weight: 300
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.active>a:hover {
	color: #ff0064
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.active.dropdown-menu>a, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li:hover.dropdown-menu>a {
	color: #000
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.active.dropdown-menu>a:after, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li:hover.dropdown-menu>a:after {
	opacity: 1;
	top: 4.3rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.active>a, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li:hover>a {
	color: #000
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.active>a:after, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li:hover>a:after {
	opacity: 1
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.dropdown-menu:focus>a:after, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li.dropdown-menu:hover>a:after {
	opacity: 1;
	top: 4.3rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu {
	width: 368px!important;
	max-width: 368px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	padding: 3.5rem 3.8rem 1rem;
	top: 5.3rem!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15)!important;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.15)!important;
	background: #fff;
	border-radius: 4px
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner {
	max-width: 144rem;
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.subtitle {
	position: relative;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.33;
	color: #4a4a4a;
	margin-bottom: 4.5rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.subtitle:after {
	position: absolute;
	content: '';
	left: -8rem;
	bottom: -2.5rem;
	width: 17rem;
height:.2rem;
	background: #50e600
}
@media screen and (min-width:992px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row>.we-mega-menu-col {
	max-width: 100%;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin: 0
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) p {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.7;
	color: #000
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link {
	margin-top: 5.1rem
}
@media screen and (max-width:767px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link {
	padding: 0;
	border-left: 0;
	font-size: 1.6rem
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #424242
}
@media screen and (max-width:767px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a {
	font-size: 1.3rem;
	z-index: 1;
	padding-right: 20px
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a:after {
	font-family: icomoon!important;
	content: "\e92a";
	color: #50e600;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4rem;
	font-weight: 400;
	display: none
}
@media screen and (max-width:767px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a:after {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	vertical-align: middle;
	margin-left: 15px
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a::before {
	content: '';
	display: block;
	width: 100vw;
height:.1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	margin-left: 0
}
@media screen and (max-width:991px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a::before {
	width: 675%
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a:focus, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a:hover {
	text-decoration: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a:hover:after {
	right: -4.5rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:after, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 1px;
	width: 8.3rem
}
@media screen and (max-width:767px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:after, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:before {
	display: none
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:after {
	bottom: 0;
	top: auto
}
@media screen and (max-width:767px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:after {
	content: '';
	border: 0;
	border-bottom: 1px solid rgba(221,221,221,.5);
	display: inline-block;
	position: absolute;
	margin-left: 0;
	top: 11px;
	left: 100%;
	width: 600px;
	z-index: 0
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:focus, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link:hover {
	text-decoration: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a {
	color: #5f5f5f;
	position: relative
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(1) .block-inner .field--type-link a:after {
	color: #5f5f5f;
	opacity: .6
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(2) {
	padding: 0;
	position: relative
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(2):after {
	position: absolute;
	content: "";
width:.1rem;
	height: 100%;
	background: rgba(0,0,0,.25);
	right: 3rem;
	top: 0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(2) .we-mega-menu-submenu .we-mega-menu-submenu-inner .subtitle {
	display: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner {
	display: inline-block
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section {
	width: 100%;
	margin: 0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--name-field-report-sub-title {
	display: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link {
	width: 100%;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-ms-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-o-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07)
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link a {
	font-size: 2rem;
	color: #000;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 1.5rem 1rem;
	letter-spacing: .2px;
	line-height: 1.45
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link a:hover {
	text-decoration: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .we-mega-menu-col:nth-child(3) .block-inner>section .field--type-link a:before {
	content: '\e906';
	font-family: icomoon!important;
	display: inline-block;
	vertical-align: middle;
	padding-right: 2rem;
	font-size: 3rem;
	color: #5f5f5f
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li {
	border: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li:last-child a {
	border-bottom: none
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li a {
	padding: 2rem 1.5rem 2rem 1.5rem;
	border: none;
	position: relative;
	opacity: 1!important;
	border-bottom: 1px solid rgba(151,151,151,.2);
	text-align: left
}
@media screen and (min-width:992px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li a.level-1 {
	padding-right: 8rem;
	position: relative;
	line-height: 1.6rem;
	padding-left: 1rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li a.level-1:after {
	width: 43px;
	height: 43px;
	background: url(../images/microsite/microsite_sprites.png);
	background-position: -146px -76px;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	opacity: 1;
	position: absolute;
	right: 35px;
	top: 6px;
	left: auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li a.level-1:hover:after {
	right: 25px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li a:after {
	position: absolute;
	content: '';
	left: 1.5rem;
bottom:.5rem;
	width: 7rem;
height:.2rem;
	background: #0089a3;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: none;
	transform: none;
	top: auto;
	right: auto
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li:hover>a {
	color: #000!important;
	font-weight: 700
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li:hover>a:after {
	opacity: 1
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.level-1.dropdown-menu>a:before {
	content: '\e90f';
	font-family: icomoon!important;
	background: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: auto;
	margin: 0;
	right: 7rem
}
@media screen and (max-width:1024px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.level-1.dropdown-menu>a:before {
	right: 5rem
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.active-trail.level-1>a, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.active-trail.level-2>a {
	color: #ff0064!important;
	font-weight: 700
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.active-trail.level-1>a:after, header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.active-trail.level-2>a:after {
	opacity: 1
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li .we-mega-menu-submenu {
	top: 0!important;
	right: -100%;
	left: auto;
	height: 100%;
	width: 100%!important;
	-webkit-box-shadow: 0 55px 20px 0 #f7f7f7!important;
	box-shadow: 0 55px 20px 0 #f7f7f7!important;
	padding: 0 1.5rem
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li.dropdown-menu {
	padding: 0
}
@media screen and (min-width:992px) {
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li .level-2 a {
	padding-left: 0
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li .we-mega-menu-col .nav-tabs li.we-mega-menu-li .level-2 a:after {
	left: 0
}
}
header .nav-tabs>li>a {
	margin-right: 0
}
header .top-links {
	padding-top: 1.2rem;
	width: 8%;
	position: relative
}
header .top-links:after {
	position: absolute;
	content: '';
	right: 2rem;
top:.6rem;
width:.1rem;
	height: 3.6rem;
	background: rgba(0,0,0,.25)
}
header .top-links ul {
	list-style: none
}
header .top-links .top-nav-search .fa-search:before {
	content: '\e904';
	font-family: icomoon!important;
	font-size: 2.5rem
}
header .top-links .top-nav-search.t2-search .search-bar {
	color: #000;
	top: 5.7rem
}
@media screen and (max-width:991px) {
header .top-links .top-nav-search.t2-search .search-bar {
	top: 0
}
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
header .top-links .top-nav-search.t2-search .search-bar {
	top: 14.5rem
}
}
header .top-links .top-nav-search.t2-search .search-bar .close-label .bar-close .fa-close {
	color: #ff0064
}
header .top-links .top-nav-search.t2-search .search-bar .search-input {
	padding: 3rem 1rem;
	width: 100%;
	max-width: 100%;
	display: table;
	margin: 0 auto;
	position: relative;
	border: none
}
header .top-links .top-nav-search.t2-search .search-bar .search-input:after {
	left: auto;
	right: 3rem;
	top: 4.4rem
}
header .top-links .top-nav-search.t2-search .search-bar .search-input input {
	width: 100%;
	height: 6rem;
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.71;
letter-spacing:.1rem;
	padding: 1rem 2rem;
	border: none;
border-left:.2rem solid #ff0064;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-ms-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-o-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07)
}
header .top-links .top-nav-search.t2-search .search-bar .search-input .bar-close {
	display: none
}
header .top-right-menu {
	position: relative
}
@media screen and (max-width:991px) {
header .top-right-menu {
	width: 100%!important
}
}
@media screen and (min-width:992px) {
header .top-right-menu .country-selector {
	z-index: 999
}
}
header .top-right-menu ul.menu {
	text-align: right
}
header .top-right-menu ul.menu li {
	display: inline-block
}
header .top-right-menu ul.menu li a {
padding:.5rem 0;
	display: block;
	font-size: 1.6rem;
	color: #000;
	line-height: 34px;
	font-family: Poppins, sans-serif;
	opacity: .57;
	background-image: url(../images/country_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	background-position: 0 12px;
	background-size: 18px
}
header .top-right-menu ul.menu li a.active {
	background-image: url(../images/country_icon_active.svg)
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
header .top-right-menu ul.menu li a a {
padding:.4rem 0 .5rem 0!important
}
}
header .top-right-menu ul.menu li a:hover {
	opacity: 1;
	background-color: transparent
}
header .top-right-menu ul.menu li a:focus {
	background-color: transparent
}
header .top-right-menu ul.menu li .choose-country-toggle {
	cursor: pointer;
	position: relative
}
header .top-right-menu ul.menu li .choose-country-toggle:after {
	content: "\e905";
	font-family: icomoon!important;
	font-size: 7px;
	padding: 0 0 0 6px;
	position: relative;
	top: -1px
}
header .top-right-menu ul.menu li .choose-country-toggle.active, header .top-right-menu ul.menu li.active .choose-country-toggle {
	opacity: 1!important;
	background-color: transparent;
	color: #0089a3
}
header .top-right-menu ul.menu li .choose-country-toggle.active:before, header .top-right-menu ul.menu li.active .choose-country-toggle:before {
	position: absolute;
	content: '';
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
bottom:.4rem;
	width: 100%;
height:.2rem;
	background: #0089a3
}
header .top-right-menu ul.menu li .choose-country-toggle.active:after, header .top-right-menu ul.menu li.active .choose-country-toggle:after {
	color: #5f5f5f
}
.social-share-overlay {
	background: #fff
}
@media screen and (max-width:991px) {
.social-share-overlay {
	top: 70px
}
}
.country-selector {
	margin-top: 5px;
	position: absolute;
	width: 250px;
	background: #fff;
	right: 0
}
@media screen and (max-width:991px) {
.country-selector {
	left: 0;
	width: 100%;
	top: -24px!important;
	padding: 20px 0
}
}
@media screen and (max-width:767px) {
.country-selector .country-selector {
	left: -5px;
	width: 103%
}
}
.country-selector .country-selector__filter-wrapper, .country-selector .country-selector__in-wrapper {
	max-width: 144rem;
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 0
}
.country-selector .country-selector__filter-wrapper .subtitle, .country-selector .country-selector__in-wrapper .subtitle {
	display: none;
	position: relative;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.33;
	color: #4a4a4a;
	margin-bottom: 5.8rem
}
.country-selector .country-selector__filter-wrapper .subtitle:after, .country-selector .country-selector__in-wrapper .subtitle:after {
	position: absolute;
	content: '';
	left: -8rem;
	bottom: -2.5rem;
	width: 17rem;
height:.2rem;
	background: #50e600
}
.country-selector .country-selector__filter-wrapper .country-selector__box, .country-selector .country-selector__in-wrapper .country-selector__box {
	display: table;
	margin: 0 auto;
	max-width: 77rem;
	width: 100%;
	position: relative
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-label, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-label {
	font-weight: 300;
	line-height: 2.25;
	margin-bottom: 1rem
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap {
	position: relative
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:after, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:after {
	position: absolute;
	content: '';
	width: 100%;
	max-width: 67rem;
height:.1rem;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	bottom: 0;
	background: #84973b
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:before, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:before {
	position: absolute;
	content: '\e904';
	color: #006d82;
	font-family: icomoon!important;
	font-size: 1.8rem;
	right: 5.2rem;
	top: 1.6rem
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap .country-selector-exposed-form__country-input, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap .country-selector-exposed-form__country-input {
border-left:.2rem solid #84973b!important;
	width: 100%;
	height: 6rem;
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	color: #303135;
	font-weight: 700;
	line-height: 1.71;
letter-spacing:.1rem;
	padding: 1rem 8rem 1rem 5rem;
	border: none;
	-webkit-box-shadow: 30px 5px 25px 0 rgba(0,0,0,.08);
	-ms-box-shadow: 30px 5px 25px 0 rgba(0,0,0,.08);
	-o-box-shadow: 30px 5px 25px 0 rgba(0,0,0,.08);
	box-shadow: 30px 5px 25px 0 rgba(0,0,0,.08);
	text-transform: uppercase
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap .country-selector-exposed-form__country-input:focus, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap .country-selector-exposed-form__country-input:focus {
	outline: 0
}
.ui-widget.ui-widget-content.component-autocomplete, .ui-widget.ui-widget-content.header-autocomplete {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%!important;
	max-width: 77rem;
	padding: 0 5rem;
	left: 50%!important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0
}
.ui-widget.ui-widget-content.component-autocomplete li, .ui-widget.ui-widget-content.header-autocomplete li {
	padding: 0!important;
	text-align: center
}
.ui-widget.ui-widget-content.component-autocomplete li span, .ui-widget.ui-widget-content.header-autocomplete li span {
	display: inline-block;
	text-align: left;
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	color: #303135;
	font-weight: 700;
	line-height: 1.71;
letter-spacing:.1rem;
	padding: 1.5rem 0;
	width: 100%;
	height: auto;
	border: none;
	background: #fff
}
.ui-widget.ui-widget-content.component-autocomplete li span:after, .ui-widget.ui-widget-content.header-autocomplete li span:after {
	position: absolute;
	content: '\e927';
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: icomoon!important;
right:.2rem;
	top: 1rem;
	opacity: .6
}
.ui-widget.ui-widget-content.component-autocomplete li span.ui-state-active, .ui-widget.ui-widget-content.component-autocomplete li span:focus, .ui-widget.ui-widget-content.component-autocomplete li span:hover, .ui-widget.ui-widget-content.header-autocomplete li span.ui-state-active, .ui-widget.ui-widget-content.header-autocomplete li span:focus, .ui-widget.ui-widget-content.header-autocomplete li span:hover {
	color: #fff;
	background: #00e6be;
	-webkit-box-shadow: 20px 0 0 0 #00e6be, -20px 0 0 0 #00e6be, 0 0 0 0 transparent;
	box-shadow: 20px 0 0 0 #00e6be, -20px 0 0 0 #00e6be, 0 0 0 0 transparent;
	margin: 0
}
.ui-widget.ui-widget-content.component-autocomplete li span.ui-state-active:after, .ui-widget.ui-widget-content.component-autocomplete li span:focus:after, .ui-widget.ui-widget-content.component-autocomplete li span:hover:after, .ui-widget.ui-widget-content.header-autocomplete li span.ui-state-active:after, .ui-widget.ui-widget-content.header-autocomplete li span:focus:after, .ui-widget.ui-widget-content.header-autocomplete li span:hover:after {
	opacity: .6
}
.ui-widget.ui-widget-content.component-autocomplete li+li span, .ui-widget.ui-widget-content.header-autocomplete li+li span {
	border-top: 1px solid rgba(0,0,0,.12)
}
header .large-menu>.container-fluid, header>.container-fluid {
	max-width: 117rem
}
header .large-menu {
	max-width: 117rem;
	margin: 0 auto;
	position: relative
}
.header-menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.home-link a {
	font-size: 0!important
}
.home-link a:before {
	content: url(../images/home.svg);
	opacity: 1!important;
	font-size: 20px;
	width: 18px;
	text-align: center;
	line-height: 18px
}
@media screen and (max-width:991px) {
.country-selector-exposed-form__country-label {
	display: none
}
}
.mm-panels {
	height: calc(100% - 210px)
}
.mm-navbar-top .social-links, .mmenu-fixed-bottom .social-links {
	border-top: 1px solid rgba(0,0,0,.2);
	padding-top: 20px;
	margin: 0 20px
}
.mm-navbar-top .social-links li, .mmenu-fixed-bottom .social-links li {
	line-height: 35px;
	background: #9f9f9f!important;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	padding: 0;
	margin: 0 16px;
	display: inline-block;
	text-align: center
}
.mm-navbar-top .social-links li a, .mmenu-fixed-bottom .social-links li a {
	color: #fff
}
.mm-navbar-top .menu-bottom, .mmenu-fixed-bottom .menu-bottom {
	float: right;
	margin: 8px 0 0 0
}
.mm-navbar-top .menu--top-menu a, .mmenu-fixed-bottom .menu--top-menu a {
	position: relative;
	font-size: 1.2rem;
	color: #5f5f5f!important;
	padding: 0 21px 0 0;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	padding: 0 0 0 26px
}
.mm-navbar-top .menu--top-menu a:before, .mmenu-fixed-bottom .menu--top-menu a:before {
	content: url(../images/contact-us.svg);
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.header .header-menu-wrapper .region-we-mega-menu .container-fluid {
	max-width: none
}
.country-selector-external-link__inputwrap input {
	padding: 12px 42px 11px 15px;
	border: none!important;
	border-bottom: 1px solid #006d82!important;
	width: 100%;
	font-family: Roboto;
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 1.5px;
	color: #424242;
	outline: 0
}
.country-selector-external-link__inputwrap .serach-icon {
	background-image: url(../images/search-black.svg);
	opacity: .6;
	font-size: 0;
	position: absolute;
	right: 15px;
	top: 14px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px
}
.country-selector-external-link__inputwrap .serach-icon.active {
	background-image: url(../images/close.svg);
	right: 15px;
	top: 9px;
	width: 25px;
	height: 25px;
	z-index: 99999
}
@media screen and (max-width:1024px) {
.country-selector-external-link__inputwrap .serach-icon.active {
	background-image: url(../images/search-black.svg)
}
}
.country-selector-external-link__inputwrap.close-icon:before {
	content: url(../images/close.svg)
}
.country-externalLinks {
	padding: 0;
	display: block;
	width: 100%;
	list-style: none;
	max-height: 300px;
	overflow-y: auto;
	height: 20rem
}
.country-externalLinks li {
	padding: 0
}
.country-externalLinks li a {
	position: relative;
	padding: 10px 35px 10px 15px;
	opacity: .6;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: .3px;
	color: #424242;
	display: block;
	text-transform: uppercase;
	-webkit-transition: .2s;
	transition: .2s
}
@media screen and (max-width:991px) {
.country-externalLinks li a {
	padding: 15px 35px 15px 15px
}
}
.country-externalLinks li a:focus {
	text-decoration: none;
	outline: 0
}
.country-externalLinks li a:before {
	content: url(../images/external-link.svg);
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 8px
}
.country-externalLinks li a:hover {
	opacity: 1;
	text-decoration: none!important;
	background-color: #006d82;
	-webkit-transition: .2s;
	transition: .2s;
	padding-left: 30px!important;
	color: #fff
}
.country-externalLinks li a:hover:before {
	content: url(../images/external-link-white.svg)
}
.ui-menu.country-external-link-list {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
	height: 20rem;
	overflow-y: auto
}
.ui-menu.country-external-link-list .ui-menu-item {
	padding: 9px 15px;
	text-transform: uppercase;
	position: relative;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: .3px;
	color: #424242;
	-webkit-transition: .5s;
	transition: .5s;
	border: none!important
}
.ui-menu.country-external-link-list .ui-menu-item:before {
	content: url(../images/external-link.svg);
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 8px
}
.ui-menu.country-external-link-list .ui-menu-item:hover {
	background-color: #006d82;
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 30px!important
}
.ui-menu.country-external-link-list .ui-menu-item:hover:before {
	content: url(../images/external-link-white.svg)
}
.ui-menu.country-external-link-list .ui-menu-item:hover .ui-menu-item-wrapper {
	color: #fff;
	background-color: #006d82;
	background: 0 0
}
.ui-menu.country-external-link-list .ui-menu-item-wrapper {
	height: auto;
	padding: 0;
	border: none!important;
	background-color: #006d82!important;
	background: 0 0!important;
	border: none!important;
	background: 0 0!important;
	color: inherit;
	margin: 0;
	font-weight: 500
}
.ui-menu.country-external-link-list .ui-menu-item-wrapper:hover {
	color: #fff;
	background-color: #006d82;
	background: 0 0
}
@media screen and (min-width:992px) {
.navbar-we-mega-menu .we-mega-menu-ul>li:last-child {
	padding-right: 0!important
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li:last-child>.we-mega-menu-submenu {
	left: -100%!important
}
}
@media screen and (max-width:991px) {
header .company-logo {
	top: 10px!important
}
}
header .header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 0 24px
}
@media only screen and (max-width:991px) {
header .company-logo {
	text-align: right;
	margin: 3px 10px 0 0
}
header .company-logo img {
	width: auto;
	max-width: nont;
	height: 30px
}
}
@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?7qxw6m);
	src: url(../fonts/icomoon.eot?7qxw6m#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?7qxw6m) format("truetype"), url(../fonts/icomoon.woff?7qxw6m) format("woff"), url(../fonts/icomoon.svg?7qxw6m#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"], [class^=icon-] {
font-family:icomoon!important;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.icon-big-blue-left-arrow:before {
	content: "\e900";
	color: #0089a3
}
.icon-big-blue-right-arrow:before {
	content: "\e901";
	color: #0089a3
}
.icon-big-green-left-arrow:before {
	content: "\e902";
	color: #839e5f
}
.icon-big-green-right-arrow:before {
	content: "\e903";
	color: #839e5f
}
.icon-black-search:before {
	content: "\e904"
}
.icon-blue-down-arrow:before {
	content: "\e905";
	color: #006d82
}
.icon-blue-download:before {
	content: "\e906";
	color: #006d82
}
.icon-blue-left-arrow:before {
	content: "\e907";
	color: #0096b3
}
.icon-blue-right-arrow:before {
	content: "\e908";
	color: #006d82
}
.icon-blue-search:before {
	content: "\e909";
	color: #0089a3
}
.icon-blue-up-arrow:before {
	content: "\e90a";
	color: #006d82
}
.icon-blue-video-play .path1:before {
	content: "\e90b";
	color: #0089a3
}
.icon-blue-video-play .path2:before {
	content: "\e90c";
	color: #f7f7f7
}
.icon-close:before {
	content: "\e90d"
}
.icon-countries:before {
	content: "\e90e"
}
.icon-darkgray-right-arrow:before {
	content: "\e90f"
}
.icon-dd-plus:before {
	content: "\e910";
	color: #0089a3
}
.icon-employees:before {
	content: "\e911"
}
.icon-external-link-blue:before {
	content: "\e912";
	color: #0096b3
}
.icon-external-link-white:before {
	content: "\e913";
	color: #fff
}
.icon-facebook-whitebg .path1:before {
	content: "\e914";
	color: #fff
}
.icon-facebook-whitebg .path2:before {
	content: "\e915";
	color: #3c5898
}
.icon-graph .path1:before {
	content: "\e916";
	color: #424242
}
.icon-graph .path2:before {
	content: "\e917";
	color: #839e5f
}
.icon-green-down-arow:before {
	content: "\e918";
	color: #839e5f
}
.icon-green-left-arrow:before {
	content: "\e919";
	color: #839e5f
}
.icon-green-right-arrow:before {
	content: "\e91a";
	color: #839e5f
}
.icon-green-search:before {
	content: "\e91b";
	color: #839e5f
}
.icon-green-video-play .path1:before {
	content: "\e91c";
	color: #839e5f
}
.icon-green-video-play .path2:before {
	content: "\e91d";
	color: #f7f7f7
}
.icon-growth .path1:before {
	content: "\e91e";
	color: #424242
}
.icon-growth .path2:before {
	content: "\e91f";
	color: #424242
}
.icon-growth .path3:before {
	content: "\e920";
	color: #839e5f
}
.icon-growth .path4:before {
	content: "\e921";
	color: #839e5f
}
.icon-lightgray-right-arrow:before {
	content: "\e922"
}
.icon-linkedin-whitebg .path1:before {
	content: "\e923";
	color: #fff
}
.icon-linkedin-whitebg .path2:before {
	content: "\e924";
	color: #007bb5
}
.icon-menu:before {
	content: "\e925"
}
.icon-pdf:before {
	content: "\e926";
	color: #0089a3
}
.icon-read-more-blue:before {
	content: "\e927";
	color: #4298b6
}
.icon-read-more-darkblue:before {
	content: "\e928";
	color: #0089a3
}
.icon-read-more-gray:before {
	content: "\e929"
}
.icon-read-more-green:before {
	content: "\e92a";
	color: #839e5f
}
.icon-read-more-light:before {
	content: "\e92b";
	color: #fff
}
.icon-read-more-white:before {
	content: "\e92c";
	color: #fff
}
.icon-research .path1:before {
	content: "\e92d";
	color: #424242
}
.icon-research .path2:before {
	content: "\e92e";
	color: #000
}
.icon-residues .path1:before {
	content: "\e92f";
	color: #424242
}
.icon-residues .path2:before {
	content: "\e930";
	color: #424242
}
.icon-residues .path3:before {
	content: "\e931";
	color: #92b06a
}
.icon-residues .path4:before {
	content: "\e932";
	color: #839e5f
}
.icon-sustainability .path1:before {
	content: "\e933";
	color: #839e5f
}
.icon-sustainability .path2:before {
	content: "\e934";
	color: #424242
}
.icon-tractor:before {
	content: "\e935"
}
.icon-twit-whitebg .path1:before {
	content: "\e936";
	color: #fff
}
.icon-twit-whitebg .path2:before {
	content: "\e937";
	color: #1da1f2
}
.icon-webcast:before {
	content: "\e938"
}
.icon-white-search:before {
	content: "\e939";
	color: #fff
}
.icon-white-tick:before {
	content: "\e93a";
	color: #f7f7f7
}
h1.page-header span.green {
	color: #000
}
h1.page-header span.bluetext {
	color: #000
}
input::-ms-clear {
display:none
}
.content .pipeline {
	padding: 0;
	list-style-type: none
}
.content .pipeline li {
	font-size: 2rem;
	position: relative;
	padding-left: 2.5rem
}
.content .pipeline li:before {
	content: '';
	position: absolute;
	top: 1.4rem;
	left: 0;
width:.9rem;
height:.9rem;
	border-radius: 100%;
	background: #50e600
}
.content .pipeline li:after {
	content: '';
	position: absolute;
left:.4rem;
	top: 1.4rem;
width:.1rem;
	height: 100%;
	background: #50e600
}
.content .pipeline li:last-child:after {
	display: none
}
.text-facts-section {
	margin-bottom: 35px
}
@media screen and (max-width:991px) {
.text-facts-section {
	margin-bottom: 0
}
}
.content-slider-box-wrapper.lessthen3 .slider-box-section .slick-dots {
	display: none!important
}
@media screen and (max-width:991px) {
.content-slider-box-wrapper.lessthen3 .slider-box-section .slick-dots {
	display: table!important
}
}
.link-section .link a {
	padding-left: 35px;
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px 15px 65px;
	text-align: center;
	display: inline-block!important;
	background: 0 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden
}
.link-section .link a:before {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	content: '';
	display: inline-block!important;
	position: absolute;
	left: 4px;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	z-index: 1
}
.link-section .link a.blue-module:before {
	background-position: -10px -80px!important
}
.link-section .link a.orange-module:before {
	background-position: -76px -80px!important
}
.link-section .link a:hover {
	text-decoration: none;
	color: #000
}
.link-section .link:before {
	background-color: transparent
}
.link-section .link:after {
	display: none!important
}
.white-popup {
	position: relative
}
.cta-link .our-stories__item__link-arrow, .cta-link a {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px 15px 65px;
	text-align: center;
	display: inline-block!important;
	background: 0 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	font-size: 0;
	position: relative;
	overflow: visible
}
.cta-link .our-stories__item__link-arrow:before, .cta-link a:before {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	content: '';
	display: inline-block!important;
	position: absolute;
	left: 4px;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	z-index: 1
}
.cta-link .our-stories__item__link-arrow.blue-module:before, .cta-link a.blue-module:before {
	background-position: -10px -80px!important
}
.cta-link .our-stories__item__link-arrow.orange-module:before, .cta-link a.orange-module:before {
	background-position: -76px -80px!important
}
.cta-link .our-stories__item__link-arrow:hover, .cta-link a:hover {
	text-decoration: none;
	color: #000
}
.cta-link .our-stories__item__link-arrow:hover, .cta-link a:hover {
	text-decoration: none
}
.cta-link .our-stories__item__link-arrow:hover:after, .cta-link a:hover:after {
	right: -3rem
}
.t2-banner-ver-2-wrapper .sync2 .item .banner-content a.banner-btn {
	position: relative;
	padding: 1.3rem 7.5rem 1.3rem 2rem!important;
	min-width: 21rem!important
}
.t2-banner-ver-2-wrapper .sync2 .item .banner-content a.banner-btn:after {
	content: "\e92a";
	font-family: icomoon!important;
	font-weight: 400;
	font-size: 1.8rem;
	position: absolute;
	color: #fff;
	right: 2.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s
}
.t2-banner-ver-2-wrapper .sync2 .item .banner-content a.banner-btn:hover:after {
	right: 2rem
}
.t2-banner-ver-2-wrapper .sync2 .item .banner-content a {
	float: left
}
.t2-banner-ver-2-wrapper .sync2 .item .banner-content a.play-link {
	margin-left: 1.5rem;
min-width:.1rem;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 100%;
	padding: 0;
	position: relative
}
.t2-banner-ver-2-wrapper .sync2 .item .banner-content a.play-link:after {
	font-family: FontAwesome;
	content: "\f04b";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 4px
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item {
	position: relative;
	border-right: none
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item p {
	background: #ff0064;
	background-image: none
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item+.owl-thumb-item:before {
	content: '';
	position: absolute;
width:.2rem;
	height: 75%;
	background: rgba(255,255,255,.5);
left:-.1rem;
	top: 0
}
.t2-banner-ver-2-wrapper .owl-thumbs .owl-thumb-item.active p {
	background: #fff
}
@media screen and (max-width:767px) {
.t2-banner-ver-2-wrapper .owl-thumbs {
	display: none
}
}
.t2-banner-ver-2-wrapper .owl-theme .owl-dots {
	position: absolute;
	text-align: center;
	bottom: -8.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99999
}
@media screen and (min-width:768px) {
.t2-banner-ver-2-wrapper .owl-theme .owl-dots {
	display: none
}
}
@media screen and (max-width:767px) {
.t2-banner-ver-2-wrapper .owl-theme .owl-dots {
	bottom: -7.5rem
}
}
.t2-banner-ver-2-wrapper .owl-theme .owl-dots .owl-dot {
	pointer-events: auto
}
.t2-banner-ver-2-wrapper .owl-theme .owl-dots .owl-dot:focus {
	outline: 0
}
.t2-banner-ver-2-wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #d6d6d6!important
}
.t2-banner-ver-2-wrapper .owl-theme .owl-dots .owl-dot.active span, .t2-banner-ver-2-wrapper .owl-theme .owl-dots .owl-dot.active:hover span {
	background: #00e6be!important
}
.t2-full-width-video.blue-module .title-section .sub-title:after {
border-bottom:.1rem solid #5f5f5f
}
.t2-full-width-video.blue-module .link-section .link a, .t2-full-width-video.blue-module .link-section .link a:after {
	color: #5f5f5f
}
.t2-full-width-video.blue-module .signpost-content .video-play-button .play-link:after {
	background: #0089a3
}
.t2-full-width-video.blue-module .content_description p a {
	color: #5f5f5f
}
.t2-full-width-video .link-section {
	margin-bottom: 5rem
}
@media screen and (max-width:991px) {
.t2-full-width-video .link-section {
	margin-bottom: 2rem
}
}
.t2-full-width-video .link-section:after {
	left: 65%
}
.t2-full-width-video .display-title {
	line-height: 60px;
	margin: 30px 0 18px 0;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -.3px
}
.t2-full-width-video .content_description p {
	color: #000
}
.t2-full-width-video .signpost.signpost-video .component-title {
	line-height: 38px;
	font-size: 1.6rem
}
.t2-full-width-video .video-fullwidth .signpost-wrap {
	height: 518px!important
}
@media screen and (max-width:991px) {
.t2-full-width-video .video-fullwidth .signpost-wrap {
	height: 400px!important
}
}
@media screen and (max-width:767px) {
.t2-full-width-video .video-fullwidth .signpost-wrap {
	height: 340px!important
}
}
@media screen and (max-width:480px) {
.t2-full-width-video .video-fullwidth .signpost-wrap {
	height: 190px!important
}
}
@media screen and (max-width:480px) {
.t2_bod_wrap .board-of-directors-box:hover:before {
	background: 0 0!important
}
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video {
	margin-bottom: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	background-color: white;
}
@media screen and (max-width:767px) {
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-placeholder-t2 {
	background-position: left center
}
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content {
	margin-bottom: 0
}
.content-slider-box-wrapper ul li {
	color: #fff
}
.content-slider-box-wrapper .middle-section, .content-slider-box-wrapper .top-section {
	background: #f4f4f4;
	position: relative;
	z-index: 1
}
.content-slider-box-wrapper .middle-section:after, .content-slider-box-wrapper .middle-section:before, .content-slider-box-wrapper .top-section:after, .content-slider-box-wrapper .top-section:before {
	content: '';
	position: absolute
}
.content-slider-box-wrapper .middle-section:before, .content-slider-box-wrapper .top-section:before {
	background: #f4f4f4;
	left: -100%;
	height: 100%;
	width: 100%;
	top: 0
}
.content-slider-box-wrapper .middle-section:after, .content-slider-box-wrapper .top-section:after {
	background: #fff;
	right: 0;
	height: 100%;
	width: 10rem;
	top: 0;
	z-index: -1
}
.content-slider-box-wrapper .top-section {
	padding: 5rem 0 3.3rem 0
}
.content-slider-box-wrapper .top-section .sub-title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1.47px;
	color: #ff0064;
	text-transform: uppercase
}
.content-slider-box-wrapper .top-section .sub-title:after {
border-bottom:.1rem solid #fff
}
.content-slider-box-wrapper .top-section .display-title {
	color: #fff
}
.content-slider-box-wrapper .top-section .content_description p {
	font-size: 1.7rem;
	line-height: 3rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	color: #ff0064
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .content_description p {
	font-size: 1.2rem;
	line-height: 20px;
	margin-bottom: 20px
}
}
.content-slider-box-wrapper .top-section .link-section {
	display: block;
	position: relative;
	color: #fff
}
.content-slider-box-wrapper .top-section .link-section:after {
	left: 85%;
	background: #fff;
	z-index: 0
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .link-section .link {
	padding: 0;
	border-left: 0;
	font-size: 1.6rem
}
}
.content-slider-box-wrapper .top-section .link-section .link a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #424242
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .link-section .link a {
	font-size: 1.3rem;
	z-index: 1;
	padding-right: 20px
}
}
.content-slider-box-wrapper .top-section .link-section .link a:after {
	font-family: icomoon!important;
	content: "\e92a";
	color: #50e600;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4rem;
	font-weight: 400;
	display: none
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .link-section .link a:after {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	right: 0;
	vertical-align: middle;
	margin-left: 15px
}
}
.content-slider-box-wrapper .top-section .link-section .link a::before {
	content: '';
	display: block;
	width: 100vw;
height:.1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	margin-left: 0
}
@media screen and (max-width:991px) {
.content-slider-box-wrapper .top-section .link-section .link a::before {
	width: 675%
}
}
.content-slider-box-wrapper .top-section .link-section .link a:focus, .content-slider-box-wrapper .top-section .link-section .link a:hover {
	text-decoration: none
}
.content-slider-box-wrapper .top-section .link-section .link a:hover:after {
	right: -4.5rem
}
.content-slider-box-wrapper .top-section .link-section .link:after, .content-slider-box-wrapper .top-section .link-section .link:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 1px;
	width: 8.3rem
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .link-section .link:after, .content-slider-box-wrapper .top-section .link-section .link:before {
	display: none
}
}
.content-slider-box-wrapper .top-section .link-section .link:after {
	bottom: 0;
	top: auto
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .top-section .link-section .link:after {
	content: '';
	border: 0;
	border-bottom: 1px solid rgba(221,221,221,.5);
	display: inline-block;
	position: absolute;
	margin-left: 0;
	top: 11px;
	left: 100%;
	width: 600px;
	z-index: 0
}
}
.content-slider-box-wrapper .top-section .link-section .link:focus, .content-slider-box-wrapper .top-section .link-section .link:hover {
	text-decoration: none
}
.content-slider-box-wrapper .middle-section {
	padding-bottom: 16.5rem
}
.content-slider-box-wrapper .middle-section .middle-section_title {
	display: inline-block;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 2.4rem
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .middle-section .middle-section_title {
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 10px
}
}
.content-slider-box-wrapper .middle-section p {
	font-size: 1.6rem;
	line-height: 1.88
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .middle-section p {
	font-size: 1.2rem;
	line-height: 20px;
	margin-bottom: 0
}
}
.content-slider-box-wrapper .slider-box-section {
	position: relative;
	z-index: 1;
	margin-top: -13.6rem
}
.content-slider-box-wrapper .slider-box-section .slider-wrapper {
	position: relative
}
.content-slider-box-wrapper .slider-box-section .slick-arrow {
	position: absolute;
	bottom: -3rem;
	right: 0;
	width: 4.5rem;
	height: 4.5rem;
	font-size: 0;
	background: #fff;
border:.1rem solid #ddd;
	cursor: pointer;
	border-radius: 50%
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .slider-box-section .slick-arrow {
	right: 20px
}
}
.content-slider-box-wrapper .slider-box-section .slick-arrow:after {
	content: '\e91a';
	font-family: icomoon!important;
	font-size: 1.6rem;
	color: #ff0064;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.content-slider-box-wrapper .slider-box-section .slick-arrow:focus {
	outline: 0
}
.content-slider-box-wrapper .slider-box-section .slick-prev {
	right: 7rem
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .slider-box-section .slick-prev {
	right: 90px
}
}
.content-slider-box-wrapper .slider-box-section .slick-prev:after {
	content: '\e919'
}
.content-slider-box-wrapper .slider-box-section .slick-disabled {
	opacity: .5
}
.content-slider-box-wrapper .slider-box-section .slider-box-item {
	padding: 4.5rem 6rem;
	background: #fff!important;
-webkit-box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
-ms-box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
-o-box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .slider-box-section .slider-box-item {
	padding: 2rem
}
}
.content-slider-box-wrapper .slider-box-section .slider-box-item .title {
	font-family: Poppins, sans-serif;
	line-height: 1.25;
	letter-spacing: -.23px;
	color: #ff0064;
	font-size: 2.8rem;
	padding-top: 2.5rem;
	border: none;
	line-height: 1.31;
	letter-spacing: -.24px;
	font-weight: 400
}
.content-slider-box-wrapper .slider-box-section .slider-box-item .description {
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 300;
	color: #000
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .slider-box-section .slider-box-item .description {
	font-size: 1.2rem;
	line-height: 20px
}
}
.content-slider-box-wrapper .slider-box-section .slider-box-item .cta-link {
	margin-top: 2rem
}
.content-slider-box-wrapper .slider-box-section .slider-box-item:hover {
	background: #ff0064
}
.content-slider-box-wrapper .slider-box-section .slick-dots {
	display: table!important;
	margin: 3.8rem auto 10rem;
	max-width: 77rem;
	width: 100%;
	list-style: none;
	padding: 0;
	background: rgba(66,66,66,.25)
}
@media screen and (max-width:991px) {
.content-slider-box-wrapper .slider-box-section .slick-dots {
	margin: 1rem auto 10rem
}
}
.content-slider-box-wrapper .slider-box-section .slick-dots li {
	display: table-cell;
	font-size: 0;
height:.2rem;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}
.content-slider-box-wrapper .slider-box-section .slick-dots li.slick-active {
	background: #839e5f;
	-webkit-transition: all .5s;
	transition: all .5s
}
.content-slider-box-wrapper .slider-box-section .slick-dots li button {
	background: 0 0;
	border: none;
	font-size: 0
}
.content-slider-box-wrapper .slider-box-section .slick-dots li button:focus {
	outline: 0
}
.content-slider-box-wrapper .link-section .link a {
	color: #000
}
.content-slider-box-wrapper .link-section .link a:after {
	color: #000
}
.content-slider-box-wrapper.blue-module .middle-section, .content-slider-box-wrapper.blue-module .top-section {
	background: #0089a3
}
.content-slider-box-wrapper.blue-module .middle-section:before, .content-slider-box-wrapper.blue-module .top-section:before {
	background: #0089a3
}
.content-slider-box-wrapper.blue-module .slider-box-section .slick-list .slick-slide .slider-box-item .title {
	color: #5f5f5f
}
.content-slider-box-wrapper.blue-module .slider-box-section .slick-dots li.slick-active {
	background: #0089a3
}
.content-slider-box-wrapper.blue-module .slider-box-section .slick-arrow:after {
	color: #5f5f5f
}
.content-slider-box-wrapper.blue-module .link-section .link a {
	color: #5f5f5f
}
.content-slider-box-wrapper.blue-module .link-section .link a:after {
	color: #5f5f5f
}
.content-slider-box-wrapper .sub-title {
	font-weight: 500
}
.content-slider-box-wrapper .display-title {
	margin: 20px 0 18px 0
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper .display-title {
	margin: 20px 0 9px 0
}
}
.content-slider-box-wrapper .title-section {
	margin-top: 4rem
}
.content-slider-box-wrapper .image {
	border-radius: 15px
}
.content-slider-box-wrapper div.top-section {
	padding: 5rem 0 7.5rem 0
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper div.top-section {
	padding: 0!important
}
}
.content-slider-box-wrapper div.top-section div.display-title {
	color: #ff0064;
	line-height: 60px
}
@media screen and (max-width:767px) {
.content-slider-box-wrapper.content-variation-wrapper .top-section .link-section .link a::before {
	display: none
}
}
.country-selector--result {
	position: relative;
	left: auto;
	top: auto;
min-height:.1rem;
	width: 100%;
	background: 0 0;
	display: block!important
}
.country-selector--result .country-selector__filter-wrapper {
	position: relative;
	padding: 6rem 0 7rem;
	background: #fa0;
	margin: 1rem 0 0 0
}
.country-selector--result .country-selector__filter-wrapper:after, .country-selector--result .country-selector__filter-wrapper:before {
	position: absolute;
	content: '';
	background: #fa0;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%
}
.country-selector--result .country-selector__filter-wrapper:after {
	left: auto;
	right: -100%
}
.country-selector--result .country-selector__result {
	margin: 60px 0
}
.country-selector--result .country-selector__result .country-selector__result__title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	line-height: 2;
letter-spacing:.1rem;
	text-transform: uppercase;
	margin-bottom: 3rem
}
@media screen and (max-width:767px) {
.country-selector--result .country-selector__result .country-selector__result__title {
	margin-top: 3rem
}
}
.country-selector--result .country-selector__result .country-selector__item__brand-title p {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	line-height: 1.22;
	margin: 0
}
.country-selector--result .country-selector__result .country-selector__item__link a {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	background: #00e6be;
	position: relative;
	padding: 2rem 3rem;
	display: inline-block;
	max-width: 17rem;
	width: 100%
}
.country-selector--result .country-selector__result .country-selector__item__link a:after {
	content: '\e912';
	color: #fff;
	font-family: icomoon!important;
	font-size: 2rem;
	position: absolute;
	right: 3.6rem
}
.country-selector--result .country-selector__result .country-selector__item__link a:hover {
	text-decoration: none
}
.country-selector--result .country-selector__result .country .country-item .country-selector__item {
border-bottom:.2rem solid #f7f7f7
}
.country-selector--result .country-selector__result .country .country-item .country-selector__item .country-selector__item__brand-detail {
	padding: 2.8rem 0 2.4rem
}
.country-selector--result .country-selector__result .country .country-item .country-selector__item .country-selector__item__brand-detail p {
margin-bottom:.2rem
}
.country-selector--result .country-selector__result .country .country-item .country-selector__item .country-selector__item__brand-detail p a {
	text-decoration: underline;
	color: #006d82
}
.country-selector--result .country-selector__result .country .country-item:not(:first-of-type) .country-selector__item {
	padding-top: 10px
}
.country-selector--result .country-selector__result .country .country-selector__item__more-link-box {
	padding: 3rem 0 10rem
}
.country-selector--result .country-selector__result .country .country-selector__item__more-link-label {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	line-height: 2;
letter-spacing:.2rem;
	opacity: .7;
	font-size: 1.2rem;
	color: #000;
	text-transform: uppercase;
	text-align: right
}
.country-selector--result .country-selector__result .country .country-selector__item__more-link a {
	font-size: 1.6rem;
	line-height: 1.88;
	color: #8e8e8e;
	text-decoration: underline;
	font-weight: 400;
	position: relative;
	padding-left: 3rem
}
.country-selector--result .country-selector__result .country .country-selector__item__more-link a:before {
	content: '\e912';
	color: #8e8e8e;
	font-family: icomoon!important;
	font-size: 1.6rem;
	font-weight: 700;
	position: absolute;
	left: 0;
top:-.4rem
}
@media screen and (max-width:767px) {
.country-selector--result .country-selector__result {
	margin: 0
}
}
.content-carousel-slider-wrapper .bottom-section {
	background: #f7f7f7;
	position: relative;
	padding: 5rem 0 0 0;
	margin-top: 20rem
}
.content-carousel-slider-wrapper .bottom-section:after, .content-carousel-slider-wrapper .bottom-section:before {
	content: "";
	background: #f7f7f7;
	position: absolute;
	right: -6rem;
	width: 6rem;
	height: 100%;
	top: 0;
	display: block
}
.content-carousel-slider-wrapper .bottom-section:before {
	right: auto;
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0
}
.content-carousel-slider-wrapper .bottom-section .link-section:after {
	z-index: 1
}
.content-carousel-slider-wrapper .slider-box-section {
	position: relative;
	margin-top: -25rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-wrapper {
	position: relative
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow {
	position: absolute;
	bottom: -3rem;
	right: 0;
	width: 4.5rem;
	height: 4.5rem;
	font-size: 0;
	background: #fff;
border:.1rem solid #ddd;
	cursor: pointer;
	z-index: 1;
	border-radius: 50%
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow:after {
	content: '\e91a';
	font-family: icomoon!important;
	font-size: 1.4rem;
	color: #ff0064;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow:focus {
	outline: 0
}
.content-carousel-slider-wrapper .slider-box-section .slick-prev {
	right: 7rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-prev:after {
	content: '\e919'
}
.content-carousel-slider-wrapper .slider-box-section .slick-disabled {
	opacity: .5
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item {
	position: relative;
	background: #fff!important;
	min-height: 32rem;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	overflow: hidden;
	border-radius: 15px
}
@media screen and (max-width:991px) {
.content-carousel-slider-wrapper .slider-box-section .slider-box-item {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.15)
}
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item:hover .slider-box-item__contentwrap {
	-webkit-transform: translateY(-4.6rem);
	transform: translateY(-4.6rem)
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item:hover .slider-box-item__contentwrap .slider-box-item_link-section {
	bottom: 1rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item:hover .slider-box-item__contentwrap .slider-box-item_link-section .link a {
	font-size: 1.8rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item:hover .slider-box-item__contentwrap .slider-box-item_link-section .link a:after {
	right: -4rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item:hover .slider-box-item__contentwrap .slider-box-item__description p {
	color: #ff0064
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item__contentwrap {
	padding: 3.2rem 3rem 3rem 3rem;
	min-height: 30rem;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item__title {
	font-size: 2.4rem;
	line-height: 1.33;
	color: #000;
	font-weight: 400;
	margin-bottom: 2rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item__description {
	line-height: 1.88;
	margin-bottom: 1rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item__description p {
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 1.7rem;
	line-height: 3.6rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item_link-section .link a {
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 1.6rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ff0064
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item_link-section .link a:before {
	content: "";
	color: #ff0064;
	position: relative;
	opacity: 1;
	background: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item_link-section .link a:hover {
	text-decoration: none
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item_link-section .btn-link:hover {
	text-decoration: none
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots {
	display: table!important;
	margin: 5.4rem auto 10rem;
	max-width: 77rem;
	width: 100%;
	list-style: none;
	padding: 0;
	background: rgba(66,66,66,.25)
}
@media screen and (max-width:991px) {
.content-carousel-slider-wrapper .slider-box-section .slick-dots {
	margin: 1rem auto 10rem
}
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots li {
	display: table-cell;
	font-size: 0;
height:.2rem;
	cursor: pointer
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots li.slick-active {
	background: #ff0064
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots li button {
	background: 0 0;
	border: none;
	font-size: 0
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots li button:focus {
	outline: 0
}
.content-carousel-slider-wrapper .link-section {
	margin-bottom: 4rem
}
@media screen and (max-width:767px) {
.content-carousel-slider-wrapper .link-section {
	margin-bottom: 2rem
}
}
.content-carousel-slider-wrapper .link-section .link a {
	color: #ff0064
}
.content-carousel-slider-wrapper .link-section .link a:after {
	color: #ff0064
}
.content-carousel-slider-wrapper.lessthen3 .slider-box-section .slick-dots {
	display: none!important
}
@media screen and (max-width:991px) {
.content-carousel-slider-wrapper.lessthen3 .slider-box-section .slick-dots {
	display: table!important
}
}
#carouselslider-box-2077.content-carousel-slider-wrapper .slider-box-section .slider-box-item__contentwrap {
	height: auto!important;
	min-height: 21rem
}
.content-signpost-card-wrapper .display-title {
	margin-bottom: 26px;
	margin-top: 10px
}
.content-signpost-card-wrapper .content_description p {
	margin-bottom: 50px
}
@media screen and (max-width:767px) {
.content-signpost-card-wrapper .content_description p {
	margin-bottom: 30px
}
}
.content-signpost-card-wrapper .static-box-section {
	margin-bottom: 0
}
.content-signpost-card-wrapper .static-box-section .static-box-item {
	display: table;
	height: 32.6rem;
	padding: 7rem 3rem 4rem 3rem;
	background: #50e600;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
	position: relative
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content {
	display: table-cell;
	vertical-align: middle
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .title {
	font-family: Poppins, sans-serif;
	font-size: 4rem;
	color: #fff;
	letter-spacing: .3px;
	line-height: 1.25;
	border-bottom: none
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .description {
	font-size: 2rem;
	color: #fff;
	line-height: 1.7;
	font-weight: 300
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section {
	opacity: 0;
	visibility: hidden;
	margin-top: 3rem
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section .link {
	border-left: none;
	padding: 0
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section .link a {
	font-size: 0;
	overflow: visible
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section .link a:after {
	font-size: 1.8rem;
	color: #000;
	opacity: .5;
	right: -2rem
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section .link:after, .content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section .link:before {
	display: none
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .link-section:after {
	display: none
}
.content-signpost-card-wrapper .static-box-section .static-box-item:hover {
-webkit-box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
-ms-box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
-o-box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
box-shadow:0 .5rem 2.5rem 0 rgba(0,0,0,.07);
	background: #fff
}
.content-signpost-card-wrapper .static-box-section .static-box-item:hover .bottom-content .title {
	color: #fa0
}
.content-signpost-card-wrapper .static-box-section .static-box-item:hover .bottom-content .description {
	color: #000
}
.content-signpost-card-wrapper .static-box-section .static-box-item:hover .bottom-content .link-section {
	opacity: 1;
	visibility: visible
}
.image-with-text .blue-module ul li, .image-with-text .green-module ul li {
	color: #fff
}
.image-with-text .blue-module .sub-title:after {
border-bottom:.1rem solid #fff
}
.image-with-text .blue-module .link-section .link.green-module a {
	color: #5f5f5f
}
.image-with-text .blue-module .link-section .link.green-module a:after {
	color: #5f5f5f
}
.image-with-text .greyed-background-img-pulled .link-section .link a {
	color: #fa0
}
.image-with-text .greyed-background-img-pulled .link-section .link a:after {
	color: #fa0
}
.image-with-text .sub-title {
	padding-bottom: 0
}
.image-with-text .sub-title:after {
border-bottom:.1rem solid #fa0;
	display: none
}
.image-with-text .content_description p {
	font-size: 1.7rem;
	font-weight: 400;
	color: #ff0064;
	line-height: 3rem
}
.image-with-text .image-text-inner.background_position--bottom .sub-title, .image-with-text .image-text-inner.background_position--centre .sub-title, .image-with-text .image-text-inner.background_position--top .sub-title, .image-with-text .image-text-inner.no_background .sub-title {
	font-size: 1.6rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1.47px
}
.image-with-text .image-text-inner.background_position--bottom .image-view, .image-with-text .image-text-inner.background_position--centre .image-view, .image-with-text .image-text-inner.background_position--top .image-view, .image-with-text .image-text-inner.no_background .image-view {
	border-radius: 15px
}
.image-with-text .image-text-inner.background_position--bottom.blue-module .sub-title, .image-with-text .image-text-inner.background_position--centre.blue-module .sub-title, .image-with-text .image-text-inner.background_position--top.blue-module .sub-title, .image-with-text .image-text-inner.no_background.blue-module .sub-title {
	color: #3852d4!important
}
.image-with-text .image-text-inner.background_position--bottom.green-module .sub-title, .image-with-text .image-text-inner.background_position--centre.green-module .sub-title, .image-with-text .image-text-inner.background_position--top.green-module .sub-title, .image-with-text .image-text-inner.no_background.green-module .sub-title {
	color: #07ba89!important
}
.image-with-text .image-text-inner.background_position--bottom.orange-module .sub-title, .image-with-text .image-text-inner.background_position--centre.orange-module .sub-title, .image-with-text .image-text-inner.background_position--top.orange-module .sub-title, .image-with-text .image-text-inner.no_background.orange-module .sub-title {
	color: #b0541d!important
}
.image-with-text .background_position--centre.left-wrap:after, .image-with-text .background_position--centre.right-wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #f4f4f4;
	z-index: -1
}
@media screen and (max-width:991px) {
.image-with-text .background_position--centre.left-wrap:before {
	content: '';
	background: #f4f4f4;
	display: block;
	height: 100%;
	width: 100%;
	right: 100%;
	position: absolute;
	z-index: 1
}
}
.image-with-text .background_position--centre .left-wrapper, .image-with-text .background_position--centre .right-wrapper {
	padding: 5rem 0;
	position: relative;
	background: #f4f4f4;
	min-height: 650px
}
@media screen and (max-width:767px) {
.image-with-text .background_position--centre .left-wrapper, .image-with-text .background_position--centre .right-wrapper {
	padding: 2rem 0;
	min-height: inherit
}
}
.image-with-text .background_position--centre .left-wrapper:after, .image-with-text .background_position--centre .right-wrapper:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 17rem;
	height: 100%;
	background: #fff;
	z-index: 0
}
@media screen and (max-width:767px) {
.image-with-text .background_position--centre .left-wrapper {
	padding: 2rem 0 3rem 0
}
}
.image-with-text .background_position--centre .left-wrapper .image--box {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
.image-with-text .background_position--centre .left-wrapper .image--box .image-view {
	border-radius: 15px
}
.image-with-text .background_position--centre .right-wrapper:after {
	left: auto;
	right: 0
}
.image-with-text .background_position--centre .right-wrapper .image--box {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3
}
.image-with-text .background_position--centre.right-wrap:after {
	right: 100%;
	left: auto
}
.image-with-text .background_position--centre.blue-module .left-wrapper, .image-with-text .background_position--centre.blue-module .right-wrapper, .image-with-text .background_position--centre.blue-module.left-wrap:after, .image-with-text .background_position--centre.blue-module.right-wrap:after {
	background: #f4f4f4
}
.image-with-text .background_position--bottom.blue-module .sub-title:after {
border-bottom:.1rem solid #5f5f5f
}
.image-with-text .background_position--bottom .left-wrapper, .image-with-text .background_position--bottom .right-wrapper {
	padding-bottom: 3rem
}
@media screen and (max-width:991px) {
.image-with-text .background_position--bottom .left-wrapper {
	padding-bottom: 0
}
}
@media screen and (min-width:992px) {
.image-with-text .background_position--bottom .image-view {
	margin-top: 6.3rem
}
}
@media screen and (max-width:991px) {
.image-with-text .background_position--bottom .right-wrapper .image-view {
	margin-top: 3rem
}
}
@media screen and (max-width:767px) {
.image-with-text .background_position--bottom .right-wrapper .image-view {
	margin-top: 2rem
}
}
.image-with-text .background_position--bottom .right-wrapper .image-view:after, .image-with-text .background_position--bottom .right-wrapper .image-view:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 92%;
	right: -20%;
	bottom: -3rem;
	background: #fa0;
	z-index: -1
}
.image-with-text .background_position--bottom .right-wrapper .image-view:before {
	left: 3rem;
	right: auto
}
@media screen and (max-width:767px) {
.image-with-text .background_position--bottom .right-wrapper .image-view:before {
	left: -50%
}
}
.image-with-text .background_position--bottom .right-wrapper .link-section:after {
	z-index: 0
}
.image-with-text .background_position--bottom .left-wrapper .image-view:after, .image-with-text .background_position--bottom .left-wrapper .image-view:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 92%;
	left: -20%;
	bottom: -3rem;
	background: #fa0;
	z-index: -1
}
.image-with-text .background_position--bottom .left-wrapper .image-view:before {
	right: 3rem;
	left: auto
}
@media screen and (max-width:767px) {
.image-with-text .background_position--bottom .left-wrapper .image-view:before {
	left: -50%
}
}
@media screen and (max-width:991px) {
.image-with-text .background_position--bottom .left-wrapper .title-section {
	margin-top: 8rem
}
}
@media screen and (max-width:767px) {
.image-with-text .background_position--bottom .left-wrapper .title-section {
	margin-top: 5rem
}
}
.image-with-text .background_position--top {
	position: relative;
	float: left;
	width: 100%
}
@media screen and (max-width:991px) {
.image-with-text .background_position--top {
	margin-bottom: 0
}
}
.image-with-text .background_position--top.left-wrap:after, .image-with-text .background_position--top.right-wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	background: #f7f7f7;
	z-index: -1
}
.image-with-text .background_position--top.left-wrap:before, .image-with-text .background_position--top.right-wrap:before {
	content: '';
	display: block;
	width: 10rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 0
}
.image-with-text .background_position--top .left-wrapper, .image-with-text .background_position--top .right-wrapper {
	padding: 5rem 0 5.5rem 0;
	background: #f7f7f7
}
@media screen and (min-width:992px) {
.image-with-text .background_position--top .left-wrapper, .image-with-text .background_position--top .right-wrapper {
	min-height: 510px
}
}
@media screen and (max-width:991px) {
.image-with-text .background_position--top .left-wrapper, .image-with-text .background_position--top .right-wrapper {
	padding: 4rem 0 3rem 0
}
}
@media screen and (max-width:767px) {
.image-with-text .background_position--top .left-wrapper, .image-with-text .background_position--top .right-wrapper {
	padding: 3rem 0
}
}
.image-with-text .background_position--top .left-wrapper .image--box, .image-with-text .background_position--top .right-wrapper .image--box {
	position: absolute;
	left: 0;
	top: 5rem;
	z-index: 3
}
@media screen and (max-width:991px) {
.image-with-text .background_position--top .left-wrapper .image--box, .image-with-text .background_position--top .right-wrapper .image--box {
	position: relative;
	top: auto
}
}
.image-with-text .background_position--top .left-wrapper .image--box .image-view, .image-with-text .background_position--top .right-wrapper .image--box .image-view {
	border-radius: 15px
}
@media screen and (max-width:767px) {
.image-with-text .background_position--top .left-wrapper {
	padding: 3rem 0 2rem 0
}
}
.image-with-text .background_position--top .right-wrapper .image--box {
	left: auto;
	right: 0
}
.image-with-text .background_position--top .right-wrapper .link-section:after {
	z-index: 0
}
.image-with-text .background_position--top.right-wrap:after {
	left: -100%;
	right: auto
}
.image-with-text .background_position--top.right-wrap:before {
	left: auto;
	right: 0
}
@media screen and (max-width:991px) {
.image-with-text .background_position--top .left-wrapper .title-section {
	margin-top: 6rem
}
.image-with-text .background_position--top.left-wrap:before, .image-with-text .background_position--top.right-wrap:before {
	background: #f7f7f7;
	width: 100%;
	left: -100%
}
.image-with-text .background_position--top.right-wrap:before {
	left: auto;
	right: -100%
}
.image-with-text .background_position--top .right-wrapper .image--box {
	margin-top: 3rem
}
}
@media screen and (max-width:767px) {
.image-with-text .background_position--top .right-wrapper .image--box {
	margin-top: 2rem
}
.image-with-text .background_position--top .left-wrapper .title-section {
	margin-top: 3rem
}
}
.image-with-text .background_position--top.green-module .left-wrapper, .image-with-text .background_position--top.green-module .right-wrapper, .image-with-text .background_position--top.orange-module .left-wrapper, .image-with-text .background_position--top.orange-module .right-wrapper {
	background: #f4f4f4
}
.image-with-text .background_position--top.green-module.left-wrap:after, .image-with-text .background_position--top.green-module.right-wrap:after, .image-with-text .background_position--top.orange-module.left-wrap:after, .image-with-text .background_position--top.orange-module.right-wrap:after {
	background: #f4f4f4
}
.image-with-text .background_position--top.green-module .content_description p, .image-with-text .background_position--top.green-module .display-title, .image-with-text .background_position--top.green-module .display-title .green, .image-with-text .background_position--top.green-module .link-section .link.green-module a, .image-with-text .background_position--top.green-module .link-section .link.green-module a:after, .image-with-text .background_position--top.green-module .sub-title, .image-with-text .background_position--top.orange-module .content_description p, .image-with-text .background_position--top.orange-module .display-title, .image-with-text .background_position--top.orange-module .display-title .green, .image-with-text .background_position--top.orange-module .link-section .link.green-module a, .image-with-text .background_position--top.orange-module .link-section .link.green-module a:after, .image-with-text .background_position--top.orange-module .sub-title {
	color: #ff0064!important
}
.image-with-text .background_position--top.green-module .sub-title, .image-with-text .background_position--top.orange-module .sub-title {
	color: #b0541d!important
}
.image-with-text .background_position--top.green-module .sub-title:after, .image-with-text .background_position--top.orange-module .sub-title:after {
	border-color: #fff
}
.image-with-text .background_position--top.green-module .display-title, .image-with-text .background_position--top.orange-module .display-title {
	color: #ff0064!important
}
@media screen and (max-width:991px) {
.image-with-text .background_position--top.green-module:before, .image-with-text .background_position--top.orange-module:before {
	background: #f4f4f4
}
}
.image-with-text .background_position--top.blue-module .left-wrapper, .image-with-text .background_position--top.blue-module .right-wrapper {
	background: #f4f4f4
}
.image-with-text .background_position--top.blue-module.left-wrap:after, .image-with-text .background_position--top.blue-module.right-wrap:after {
	background: #f4f4f4
}
.image-with-text .background_position--top.blue-module .content_description p, .image-with-text .background_position--top.blue-module .display-title, .image-with-text .background_position--top.blue-module .display-title .green, .image-with-text .background_position--top.blue-module .link-section .link a:after, .image-with-text .background_position--top.blue-module .link-section .link.blue-module a, .image-with-text .background_position--top.blue-module .sub-title {
	color: #ff0064!important
}
.image-with-text .background_position--top.blue-module .sub-title {
	color: #b0541d!important
}
.image-with-text .background_position--top.blue-module .sub-title:after {
	border-color: #fff
}
@media screen and (max-width:991px) {
.image-with-text .background_position--top.blue-module:before {
	background: #f4f4f4
}
}
.image-with-text .background_position--top.blue-module .link-section .link.green-module a {
	color: #fff
}
@media screen and (min-width:992px) {
.image-with-text.content-variation-wrapper-top {
	min-height: 600px
}
}
@media screen and (max-width:991px) {
.image-with-text .no_background .left-wrapper .title-section {
	margin-top: 5rem;
	margin-bottom: 0
}
}
@media screen and (max-width:767px) {
.image-with-text .no_background .left-wrapper .title-section {
	margin-top: 3rem
}
}
@media screen and (max-width:767px) {
.image-with-text .no_background .right-wrapper .title-section {
	margin-bottom: 3rem
}
}
.image-with-text .no_background.blue-module .sub-title:after {
border-bottom:.1rem solid #5f5f5f
}
.newsroom a.nav-tabs-dropdown {
	background: #0089a3
}
@media only screen and (min-width:768px) and (max-width:991px) {
.newsroom .nav-tabs-wrapper {
	display: block
}
}
.newsroom .nav-tabs-wrapper ul li:first-child {
	display: none
}
.newsroom .nav-tabs-wrapper ul li>a {
	color: #000
}
@media screen and (max-width:767px) {
.newsroom .nav-tabs-wrapper ul li>a {
	background: #fff
}
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news:first-child {
	margin-top: 3rem
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-left-block {
	padding-left: 2rem!important
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .list-item-date {
	font-size: 1.4rem;
	color: #000;
	font-weight: 500;
	opacity: 1
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .list-item-title {
	color: #000;
	margin-bottom: 1rem
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc .list-item-desc {
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	color: #000;
	opacity: 1
}
.newsroom .tab-content .js-pager__items.pager {
	position: relative;
	bottom: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px
}
.newsroom .tab-content .js-pager__items.pager a.button {
	height: auto;
	width: auto;
	font-size: 1.8rem;
	color: #fff;
	border: 0
}
.newsroom .tab-content .js-pager__items.pager a.button:hover {
	color: #fff
}
.page-node-type-newscontent .region-content .page-header {
	font-family: Poppins, sans-serif;
	color: #000;
	line-height: 6rem
}
@media screen and (max-width:767px) {
.page-node-type-newscontent .region-content .page-header {
	line-height: 4.4rem
}
}
.page-node-type-newscontent .region-content .news-desc .list-item-date {
	color: #000;
	font-weight: 300;
	margin-bottom: 2rem
}
.page-node-type-newscontent .region-content .news-desc .list-item-short-desc {
	font-size: 2rem;
	color: #000
}
.page-node-type-newscontent .region-content .news-desc .list-item-desc p {
	font-family: Poppins, sans-serif;
	font-size: 1.6rem;
	color: #000;
	font-weight: 300;
	line-height: 1.88
}
.page-node-type-newscontent .region-content .news-desc .list-item-file {
	margin-top: 2.5rem;
	display: inline-block;
	width: 100%
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .list-item-file__label {
	display: inline-block;
	font-weight: 500;
	margin-bottom: 2rem
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .list-item-file__file {
	display: inline-block;
	width: 100%;
	padding-left: 0
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .field--item+.field--item {
	margin-top: 15px
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .field--item a {
	position: relative;
	display: inline-block;
	padding-left: 1.8rem;
margin-bottom:.4rem
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .field--item a:after {
	position: absolute;
	content: '';
width:.8rem;
height:.8rem;
	background: #5f5f5f;
	left: 0;
top:.5rem;
	border-radius: 100%
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .field--item a.filelink, .page-node-type-newscontent .region-content .news-desc .list-item-file .field--item a.pdf.download {
	padding-left: 60px;
	padding-top: 13px
}
.page-node-type-newscontent .region-content .news-desc .list-item-file .field--item a.filelink:after, .page-node-type-newscontent .region-content .news-desc .list-item-file .field--item a.pdf.download:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	content: '\e906';
	font-family: icomoon!important;
	font-size: 1.6rem;
	font-weight: 700;
	background: 0 0;
	height: auto;
	width: auto;
	content: '';
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-position: -145px -10px!important;
	height: 47px!important;
	width: 46px!important
}
.page-node-type-newscontent .region-content .backbutton-wrapper {
	margin-top: 3rem;
	margin-left: 8.33333%;
	padding-left: 3px
}
.page-node-type-newscontent .region-content .backbutton-wrapper .back-btn {
	position: relative;
	font-size: 1.8rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	padding-left: 2.4rem
}
.page-node-type-newscontent .region-content .backbutton-wrapper .back-btn:before {
	content: "<<";
	position: absolute;
	left: 0;
	top: 0
}
@media screen and (max-width:991px) {
.page-node-type-newscontent .region-content .backbutton-wrapper {
	margin-left: 0
}
}
.stories-listing-box .top-section {
	position: relative;
	padding: 5rem 0 21rem 0;
	background: #fa0
}
.stories-listing-box .top-section:before {
	content: "";
	position: absolute;
	background: #fa0;
	width: 100vw;
	left: -100vw;
	display: block;
	height: 100%;
	top: 0
}
.stories-listing-box .top-section .content_description p {
	margin-bottom: 4.5rem
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section {
	margin-top: -21rem
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item {
	padding: 0;
	height: auto
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item .content-slider-box-wrapper__data {
	padding: 3rem;
	min-height: 30rem;
	position: relative
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item .content-slider-box-wrapper__data .slider-box-item__title p {
	font-size: 2.4rem;
	color: #000;
	line-height: 1.22;
	font-weight: 700;
	margin-bottom: 2rem
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item .content-slider-box-wrapper__data .slider-box-item__description p {
	color: rgba(0,0,0,.55);
	line-height: 3rem
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item .content-slider-box-wrapper__data .slider-box-item__link {
	font-size: 0;
	position: absolute;
	bottom: 3rem
}
.stories-listing-box .content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item .content-slider-box-wrapper__data .slider-box-item__link:before {
	font-family: icomoon!important;
	content: "\e92a";
	font-size: 1.8rem;
	color: #000;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-weight: 400;
	opacity: .5
}
table thead tr th {
	text-transform: uppercase;
	color: #5f5f5f;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 20px;
	letter-spacing: 1.8px;
	background-color: transparent;
	padding: 1rem 1.5rem!important;
	letter-spacing: 0;
	border: none!important
}
@media screen and (max-width:991px) {
table thead tr th {
	font-size: 1.4rem
}
}
table tbody tr:nth-of-type(odd) {
	background: #fff!important
}
table tbody tr:nth-of-type(odd):hover {
	background: #fff
}
table tbody tr:nth-child(even) th {
	background: #fa0
}
table tbody tr td {
	color: #000;
	font-size: 1.6rem;
	line-height: 29px;
	letter-spacing: .06px;
	font-weight: 400;
	padding: 1.2rem 1.2rem!important;
	border: none!important
}
table tbody tr:hover {
	-webkit-box-shadow: none!important;
	-ms-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important
}
table tbody tr td:first-child {
	color: #5f5f5f
}
.views-element-container .form-item {
	margin-bottom: 2rem
}
.views-element-container .form-item .control-label {
	margin-bottom: 1rem
}
.views-element-container .form-actions {
	margin-left: 1.5rem
}
.views-element-container .form-actions button {
	height: 3.4rem
}
footer.t-two-footer {
	margin-top: 0
}
footer.t-two-footer .region-footer {
	float: left;
	width: 100%
}
footer.t-two-footer .region-footer #block-annualreport .footer-reportblock__content {
	max-width: 37rem
}
footer.t-two-footer .region-footer #block-annualreport .img-responsive {
	width: 100%;
	border-radius: 15px
}
@media screen and (max-width:991px) {
footer.t-two-footer .region-footer #block-annualreport {
	clear: left
}
}
@media screen and (max-width:767px) {
footer.t-two-footer .footer-bottom-wrapper .footer-disclaimer-links .footer-menu-wrapper ul li a {
	padding-left: 0!important;
	white-space: nowrap
	display: block;
	width: 100%;
	text-align: center;
}
footer.t-two-footer .footer-bottom-wrapper .footer-disclaimer-links .footer-menu-wrapper ul li a:after {
	display: none!important
}
footer.t-two-footer .footer-bottom-wrapper .footer-disclaimer-links .footer-menu-wrapper ul li.last {
	padding-left: 0
}
}
.footer-menu-wrapper .last a {
	
}
.select-wrapper .scrollableList {
	color: #fff;
	background: #ff0064;
	text-align: left;
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 20px 0;
	min-width: 270px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500
}
.select-wrapper .scrollableList .selectedOption {
	padding: 0 50px 0 30px;
	margin-bottom: 18px;
	cursor: pointer
}
.select-wrapper .scrollableList ul {
	list-style-type: none;
	padding-left: 0;
	background: #ff0064;
	padding: 0 30px;
	position: absolute;
	width: 100%;
	z-index: 1
}
.select-wrapper .scrollableList ul li {
	padding: 3px 0;
	cursor: pointer
}
.content-static-card-wrapper .static-box-section {
	position: relative;
	z-index: 1
}
.leaf {
	position: relative;
	float: left;
	width: 100%
}
.leaf .title-section {
	z-index: 3;
	position: relative
}
.leaf:after {
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../images/leaf-bg.png) no-repeat;
	z-index: 0;
	background-position: 0 0;
	background-size: contain;
	display: none
}
@media screen and (max-width:1280px) {
.leaf:after {
	background-size: 70% 100%
}
}
@media screen and (max-width:991px) {
.leaf:after {
	display: none
}
}
.leaf.rightLeaf:after {
	background-position: 80% 0
}
.leaf.noLeaf:after {
	display: none
}
@media only screen and (min-width:992px) and (max-width:1200px) {
header .large-menu>.container-fluid, header>.container-fluid {
	padding: 0 3rem
}
.top-nav-search.t2-search .search-bar {
	position: fixed;
	width: 100%
}
}
@media screen and (max-width:1200px) {
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item {
	width: 100%
}
.t2-banner-ver-2-wrapper .sync2.t2-banner-v2-content .item .banner-content {
	padding: 0 3rem 10rem
}
}
@media screen and (max-width:1170px) {
.content-slider-box-wrapper .top-section .link-section:after {
	left: 95%
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow, .content-slider-box-wrapper .slider-box-section .slick-arrow {
	bottom: -8rem
}
}
@media screen and (max-width:1024px) {
.content-static-box-wrapper .link-section:after, .link-section:after, .t2-full-width-video .link-section:after {
	left: 60%
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content {
	padding: 3rem
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
.container-fluid .slider-box-section>.row {
	display: block!important
}
.get-mobi-fixed-div .logo-image {
	display: none
}
}
@media screen and (min-width:992px) {
.we-mega-menu-submenu {
	z-index: 22
}
.content-slider-box-wrapper .slider-box-section .slick-list {
	padding: 0 40% 0 0;
	margin: 0 -40% 0 0
}
.content-carousel-slider-wrapper .slider-box-section .slick-list {
	padding: 0 40% 0 0;
	margin: 0 -40% 0 0
}
#mm-blocker, .mobile-menu {
	display: none!important
}
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: none!important;
	transform: none!important
}
html.mm-blocking, html.mm-blocking body {
	overflow: unset
}
.page-node-type-newscontent .region-content {
	width: 100%!important;
	left: auto
}
.image-with-text .right-wrapper .link-section .link a::before {
	width: 50vw
}
}
@media screen and (min-width:992px) and (max-width:1024px) {
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa {
	height: 30px;
	width: 30px;
	border-radius: 30px
}
.t-two-footer .footer-top-wrapper .quick-text.social-links i.fa:before {
	font-size: 1.4rem
}
footer .region-footer-bottom .investis-branding-link {
	width: 100%;
	padding-left: 15px;
	float: left
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.navbar-nav>li {
	float: none
}
}
@media screen and (max-width:991px) {
.counter-section .counter-item {
	margin: 0 0 20px
}
.image-with-text .background_position--top.green-module:before, .image-with-text .background_position--top.orange-module:before {
	background: #f4f4f4
}
.image-with-text .background_position--top .right-wrap {
	padding-left: 15px
}
.image-with-text .background_position--top .right-wrap:after {
	background: #fff
}
.image-with-text .background_position--top .left-wrapper:after {
	background: #fff
}
#mm-blocker {
	-webkit-transition: opacity .5s!important;
	transition: opacity .5s!important
}
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: none!important;
	transform: none!important
}
.mm-menu.mm-right {
	left: 0;
	right: auto
}
.mm-menu.mm-offcanvas {
	z-index: 99999;
	display: block;
	opacity: 1;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.mm-menu.mm-offcanvas.mm-current.mm-opened {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.get-mobi-fixed-div, .mm-menu.mm-offcanvas.mm-current {
	background: #fff
}
.get-mobi-fixed-div {
	display: table;
	text-align: left;
	padding: 1.1rem 2rem;
	border-bottom: 1px solid rgba(66,66,66,.15)
}
.get-mobi-fixed-div a {
	background: 0 0;
min-width:.1rem;
	padding: 0
}
.get-mobi-fixed-div a:after {
	display: none
}
.get-mobi-fixed-div .close-menu {
	display: inline-block;
	font-size: 0;
	position: relative;
	margin-right: 2.2rem;
	margin-top: 1.4rem
}
.get-mobi-fixed-div .close-menu:before {
	display: inline-block;
	content: '\e910';
	font-family: icomoon!important;
	font-size: 2.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.get-mobi-fixed-div .search {
	display: inline-block;
	font-size: 0
}
.get-mobi-fixed-div .search:before {
	display: inline-block;
	content: '\e904';
	font-family: icomoon!important;
	font-size: 2rem
}
.get-mobi-fixed-div .searchwrapper {
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 90%;
	width: 100%;
	height: 100%
}
.get-mobi-fixed-div .searchwrapper .top-nav-search.t2-search .search-bar .social-bar .search-input {
	padding: 0
}
.get-mobi-fixed-div .searchwrapper .top-nav-search.t2-search .search-bar .social-bar .search-input:after {
	display: none
}
.get-mobi-fixed-div .logo-image {
	float: right
}
.mm-listview>li>a, .mm-listview>li>span {
	color: #000;
	font-size: 1.6rem;
padding:1rem .9rem 1rem 2rem;
	line-height: 24px;
	font-weight: 300
}
.mm-menu .mm-listview>li .mm-arrow::after, .mm-menu .mm-listview>li .mm-next::after {
	border-color: #5f5f5f;
width:.8rem;
height:.8rem
}
.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 1.2rem!important
}
.mm-arrow:after, .mm-next:after, .mm-prev:before {
	width: 1rem;
	height: 1rem
}
.mm-panel:not(#mm-0) .mm-listview {
	margin-top: 0;
	overflow-y: auto
}
.mm-panels>.mm-panel>.mm-listview {
	margin: 0 -2rem;
	max-width: 32rem;
	width: 100%
}
.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
	display: none
}
.mm-navbar>a.mm-title {
	font-family: Poppins, sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	text-indent: 0!important;
	color: #000;
	padding: 1.8rem 0!important;
	line-height: 3.2rem;
	border-top: 2px solid #f8f8f8;
	border-bottom: 2px solid #f8f8f8;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 10px
}
.mm-navbar>a.mm-title:before {
	display: none!important
}
.mm-navbar>a.mm-title:after {
	display: inline-block;
	vertical-align: middle;
	content: "\e92a";
	font-weight: 400;
	font-size: 1.6rem;
	color: #fa0;
	font-family: icomoon!important;
	margin-left: 2rem
}
.mm-panels .mm-btn.mm-prev {
	text-transform: uppercase;
	height: auto;
	padding-left: 1.6rem;
	position: relative;
	font-size: 1.2rem
}
.mm-panels .mm-btn.mm-prev:before {
	position: absolute;
width:.8rem;
height:.8rem;
top:-.1rem;
	left: 0;
	border-color: #5f5f5f
}
.mm-panels .mm-navbar {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	text-align: left;
	padding: 0!important
}
.mm-panels .dropdown-menuc {
	float: left;
	max-width: 32rem;
	width: 100%
}
.mm-panels .mm-listview .mm-next {
	right: 0
}
.mm-listview li.active a:not(.mm-next) {
	color: #5f5f5f;
	font-weight: 700;
	position: relative
}
.mm-listview li.active a:not(.mm-next):after {
	position: absolute;
	content: '';
	left: 2rem;
bottom:.5rem;
	width: 7rem;
height:.2rem;
	background: #0089a3;
	-webkit-transition: .5s;
	transition: .5s
}
.mm-navbar-bottom .mmenu-fixed-bottom {
	padding: 0
}
.mm-navbar-bottom .report-section {
	display: table;
	margin: 0 0 0 2rem
}
.mm-navbar-bottom .report-section .field--name-field-report-sub-title {
	display: none
}
.mm-navbar-bottom .report-section .field--type-link {
	display: table;
	max-width: 37rem;
	width: 100%;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-ms-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-o-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07)
}
.mm-navbar-bottom .report-section .field--type-link a {
	font-size: 1.6rem;
	color: #000;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 1rem;
	letter-spacing: -.3px;
	line-height: 1.5
}
.mm-navbar-bottom .report-section .field--type-link a:before {
	content: '\e906';
	font-family: icomoon!important;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.5rem;
	font-size: 2rem;
	color: #5f5f5f
}
.mm-navbar-bottom .menu-bottom .menu {
	display: table;
	width: 100%;
	margin-top: 2rem;
	-webkit-box-shadow: 0 -10px 10px 0 rgba(0,0,0,.05);
	-ms-box-shadow: 0 -10px 10px 0 rgba(0,0,0,.05);
	-o-box-shadow: 0 -10px 10px 0 rgba(0,0,0,.05);
	box-shadow: 0 -10px 10px 0 rgba(0,0,0,.05);
	padding: 2rem 1rem
}
.mm-navbar-bottom .menu-bottom .menu li {
	text-align: center
}
.mm-navbar-bottom .menu-bottom .menu li .choose-country-toggle:after {
	content: '\e90f';
	font-family: icomoon!important;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	margin-left: 1rem;
	opacity: .5
}
header {
	height: 5.4rem;
	padding-top: 1rem!important
}
}
@media only screen and (max-width:991px) and (max-width:991px) {
header {
	padding-top: 0!important
}
}
@media screen and (max-width:991px) {
.large-menu {
	position: relative
}
#hamburger {
	display: inline-block;
	font-size: 0;
	width: 2.6rem;
	height: 2rem;
	cursor: pointer;
	position: absolute;
	top: 15px;
	z-index: 99999;
	left: 20px;
	padding-top: 10px
}
#hamburger span {
	width: 100%;
height:.1rem;
	background: #ff0064;
	display: inline-block;
	position: relative
}
#hamburger span:after, #hamburger span:before {
	content: '';
	position: absolute;
	width: 100%;
height:.1rem;
	background: #ff0064;
	left: 0;
	top: 8px
}
#hamburger span:before {
top:-.8rem
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content {
	padding: 3rem
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content .video-play-button {
	width: 5rem
}
.content-slider-box-wrapper .top-section .image {
	max-width: 57rem;
	min-height: 32rem!important;
	margin: 0 auto
}
.content-slider-box-wrapper .top-section .link-section:after {
	display: none
}
.content-slider-box-wrapper .middle-section:after, .content-slider-box-wrapper .top-section:after {
	background: #50e600;
	right: -100%;
	width: 100%
}
.content-slider-box-wrapper .top-section .title-section {
	margin-bottom: 3rem;
	margin-top: 0
}
.content-slider-box-wrapper.blue-module .middle-section:after, .content-slider-box-wrapper.blue-module .top-section:after {
	background: #0089a3
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .item .banner-content {
	vertical-align: middle;
	padding: 1.5rem 1.5rem 10rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item__contentwrap {
min-height:.1rem;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots {
	width: 90%
}
.image-with-text .background_position--centre .right-wrapper:after {
	right: -100%;
	left: auto
}
.image-with-text .background_position--centre .left-wrapper:after {
	left: -100%;
	right: auto
}
.image-with-text .background_position--centre .left-wrapper:after, .image-with-text .background_position--centre .right-wrapper:after {
	background: #50e600;
	width: 100%
}
.image-with-text .background_position--centre.blue-module .left-wrapper:after, .image-with-text .background_position--centre.blue-module .right-wrapper:after {
	background: #0089a3
}
.image-with-text .background_position--centre .right-wrapper .title-section {
	margin-top: 0
}
.image-with-text .background_position--centre .right-wrapper .image--box {
	position: relative;
	right: auto;
	top: auto;
	-webkit-transform: none;
	transform: none
}
.image-with-text .background_position--centre .left-wrapper .image--box {
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	transform: none
}
.image-with-text .image-view {
	max-width: 57rem;
	min-height: 32rem!important;
	margin: 0 auto;
	height: 100%
}
.newsroom .tab-content .tab-pane .view-content .views-infinite-scroll-content-wrapper .news .news-desc.news-left-block {
	padding-left: 0!important;
	margin-bottom: 1.5rem
}
.country-selector--result .country-selector__result .country .country-item .country-selector__item .country-selector__item__brand-detail p a {
	word-break: break-all
}
.image-with-text .background_position--bottom .left-wrapper .image-view:after {
	display: none
}
.image-with-text .background_position--bottom .left-wrapper .image-view:before {
	height: 100%
}
footer .region-footer-bottom .investis-branding-link {
	width: 100%;
	padding-left: 15px;
	float: left
}
.quote-section .background_position--center .right-wrapper .image-view {
	background-position: top center!important;
	background-repeat: no-repeat!important
}
.quote-section .background_position--bottom .left-wrapper:after {
	background: #fff!important
}
.full-width-video-popup .mfp-content {
	width: 90%!important
}
.content-slider-box-wrapper .middle-section, .content-slider-box-wrapper .top-section {
	padding-right: 15px!important
}
.content-slider-box-wrapper .middle-section:after, .content-slider-box-wrapper .top-section:after {
	background: #f4f4f4!important
}
.image-with-text .background_position--centre .right-wrapper {
	padding-right: 15px;
	padding-top: 3rem;
	padding-bottom: 4rem
}
.image-with-text .background_position--centre .right-wrapper:after, .image-with-text .background_position--centre .right-wrapper:before {
	background: #f4f4f4!important
}
.image-with-text .background_position--centre .left-wrapper {
	padding-left: 15px;
	padding: 4rem 0 3rem 0
}
.image-with-text .background_position--centre .left-wrapper:after, .image-with-text .background_position--centre .left-wrapper:before {
	background: #fff!important
}
table {
	max-width: 100%;
	display: inline-block;
	overflow-x: auto
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	min-width: auto!important
}
header .company-logo {
	padding: 0!important;
	float: left;
	position: absolute!important;
	top: 8px!important;
	right: 5px
}
header .company-logo .logo .bigger {
	text-align: right;
	line-height: 33px;
	font-size: 2.8rem
}
header .tobbar-wrapper {
	margin-left: 57px
}
header .language-switcher-language-url {
	top: 43px;
	right: -21px;
	left: auto
}
header .top-nav-lang {
	position: absolute;
	float: left;
	padding-left: 0;
	top: -80px;
	left: 85px
}
.image-with-text .background_position--top .left-wrapper .title-section {
	padding-left: 0
}
.quote-simple-section .quote-simple-container:before {
	left: 0
}
.quote-simple-section .quote-simple-container:after {
	right: 0
}
.top-nav-search.t2-search .search-bar .social-header .bar-close {
	top: 0
}
.top-nav-search.t2-search .search-bar .social-bar .search-input:after {
	margin-top: 0
}
}
@media screen and (max-width:767px) {
.footer-reportblock__content a {
	line-height: normal
}
.quote-section .quote-text, .quote-section blockquote, .quote-simple-section .quote-simple-container .quote-simple-text p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .title {
	font-size: 2.5rem
}
.ac-label {
	font-size: 1.6rem
}
.contentpage-slider .contentpage-slider-wrapper .slick-dots li button, .contentpage-slider .our-stories-featured .slick-dots li button, .our-stories .contentpage-slider-wrapper .slick-dots li button, .our-stories .our-stories-featured .slick-dots li button {
	background: rgba(0,0,0,.5)
}
.quote-section .background_position--bottom .left-wrapper:after {
	background: #fff!important
}
.image-with-text .background_position--centre .right-wrapper {
	padding-right: 0
}
.image-with-text .background_position--centre .left-wrapper {
	padding-left: 0;
	padding: 3rem 0 2rem 0
}
.image-with-text .background_position--centre .left-wrapper:after, .image-with-text .background_position--centre .left-wrapper:before {
	background: #fff!important
}
header .company-logo {
	padding: 0!important;
	float: left;
	position: absolute!important;
	top: 8px!important;
	right: 5px;
	width: auto!important
}
header .company-logo .logo .bigger {
	text-align: right;
	line-height: 28px;
	font-size: 2.5rem
}
header .tobbar-wrapper {
	margin-left: 57px
}
header .language-switcher-language-url {
	top: 43px;
	right: -60px;
	left: auto
}
header .top-nav-lang {
	position: absolute;
	float: left;
	padding-left: 0;
	top: -79px;
	width: 55px;
	left: 85px
}
header .top-nav-lang>a {
	width: 55px
}
header .top-nav-lang>a em {
	font-size: 0
}
header .top-nav-lang>a em:before {
	content: '\f1ab';
	font-size: 1.6rem;
	font-family: fontawesome
}
.t2-full-width-video .signpost-content .video-play-button .play-link:after {
	width: 50px!important;
	height: 50px!important
}
h1.page-header {
	font-size: 1.65rem!important;
	line-height: 38px;
	margin-bottom: 20px!important;
	margin-top: 5px!important
}
.display-title {
	width: 100%;
	font-size: 1.2rem!important;
	line-height: 28px!important;
	margin: 10px 0!important
}
h1.display-title {
	font-size: 3.2rem!important;
	line-height: 1.19!important
}
.content-static-box-wrapper .link-section:after, .link-section:after, .t2-full-width-video .link-section:after {
	display: none
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content {
	padding: 3rem 1.5rem
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content .video-info p {
	padding-left: 0;
	padding-top: 0;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-top: 6px;
	display: block
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video:after {
	bottom: 0;
	top: auto;
	height: 90%
}
.searchwrapper .top-links {
	width: 100%;
	margin-top: 0!important
}
.searchwrapper .top-links .top-sub-links ul li.t2-search {
	border: none
}
.searchwrapper .top-links .top-sub-links ul li.t2-search .search-query {
	border-radius: 0;
	padding-left: 1.5rem;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-ms-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	-o-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
border-left:.2rem solid #fa0
}
.content-static-box-wrapper__top {
	padding-bottom: 0
}
.content-static-box-wrapper__bottom {
	margin-top: 0
}
.content-static-box-wrapper .static-box-item {
	margin-top: 2rem;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto
}
.country-selector--result .country-selector__result .country .country-item .country-selector__item .country-selector__item__brand-detail {
	padding: 1.4rem 0
}
.country-selector__item__content-box-1, .country-selector__item__content-box-2, .country-selector__item__link {
	margin-bottom: 1.5rem
}
.country-selector--result .country-selector__result .country .country-selector__item__more-link-box {
	padding: 4rem 0 6rem
}
.country-selector--result .country-selector__result .country .country-selector__item__more-link-label {
	text-align: left
}
.mm-menu.mm-offcanvas {
	width: 100%;
	max-width: 100%
}
#mm-blocker {
	display: none!important
}
.country-selector .country-selector__filter-wrapper, .country-selector .country-selector__in-wrapper {
	padding: 2rem 0 3rem
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:after, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:after {
	max-width: 70rem
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:before, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap:before {
	right: 1.6rem
}
.country-selector .country-selector__filter-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap .country-selector-exposed-form__country-input, .country-selector .country-selector__in-wrapper .country-selector__box .country-selector-exposed-form__country-inputwrap .country-selector-exposed-form__country-input {
	padding: 1rem 1.8rem;
	-webkit-box-shadow: 5px 5px 25px 0 rgba(0,0,0,.08);
	-ms-box-shadow: 5px 5px 25px 0 rgba(0,0,0,.08);
	-o-box-shadow: 5px 5px 25px 0 rgba(0,0,0,.08);
	box-shadow: 5px 5px 25px 0 rgba(0,0,0,.08)
}
.ui-widget.ui-widget-content.component-autocomplete, .ui-widget.ui-widget-content.header-autocomplete {
	padding: 0 1rem
}
.ui-widget.ui-widget-content.component-autocomplete li, .ui-widget.ui-widget-content.header-autocomplete li {
	text-align: center
}
.ui-widget.ui-widget-content.component-autocomplete li span, .ui-widget.ui-widget-content.header-autocomplete li span {
	margin-left: 0;
	padding: 1.5rem 2rem
}
.ui-widget.ui-widget-content.component-autocomplete li span:after, .ui-widget.ui-widget-content.header-autocomplete li span:after {
	right: 1.5rem
}
.content-signpost-card-wrapper .static-box-section [class^=col]+[class^=col] .static-box-item {
	margin-top: 2rem
}
.content-signpost-card-wrapper .static-box-section .static-box-item {
	height: auto;
	word-break: break-word
}
.nav-tabs-horizontal a.nav-tabs-dropdown {
	border: 1px solid #ff0064;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding-right: 30px!important
}
.nav-tabs-horizontal a.nav-tabs-dropdown:after {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}
.home-Banner.fullwidth-banner {
	overflow: visible
}
.t2-banner-ver-2-wrapper {
	height: 45rem;
	overflow: visible;
	margin-bottom: 10rem
}
.t2-banner-ver-2-wrapper .slide-progress.outer {
	display: none
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 {
	padding: 0
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer {
	width: 100%;
	margin: 0 auto;
	overflow: visible
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage {
	height: auto;
	position: absolute;
	bottom: -6rem
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item {
	padding: 0 2rem
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item .item {
	background: #fff;
	min-height: 26rem
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item .item .banner-content {
	padding: 2rem 2rem 1.5rem
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item .item .banner-content .banner-heading-text {
	font-size: 3.2rem;
	line-height: 38px;
	color: #000;
	margin-bottom: 1.8rem
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item .item .banner-content a.banner-btn {
padding:.8rem 5.5rem .8rem 2rem!important;
	font-size: 1.4rem;
	min-width: 17rem!important;
	margin-bottom: 19.5px
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item .item .banner-content a.play-link {
	width: 4rem;
	height: 4rem;
	margin-left: 3rem
}
.t2-banner-ver-2-wrapper .t2-banner-v2-content.sync2 .owl-stage-outer .owl-stage .owl-item .item .banner-content a.play-link:after {
	font-size: 1.2rem
}
.cta-group-wrapper .cta-item .cta-item__bottomwrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.content-slider-box-wrapper .slider-box-section .slick-list .slick-slide .slider-box-item .title {
	padding-top: 0;
	font-size: 2rem;
	line-height: 28px;
	padding-bottom: 15px
}
.content-slider-box-wrapper .slider-box-section .slick-dots {
	width: 90%;
	margin: 0 auto 10rem
}
.content-slider-box-wrapper .top-section .image {
	min-height: 22rem!important
}
.content-slider-box-wrapper .top-section .title-section {
	margin-top: 3rem
}
.content-slider-box-wrapper .middle-section, .content-slider-box-wrapper .top-section {
	padding-right: 0;
	padding-top: 2rem
}
.content-slider-box-wrapper .top-section .image, .image-with-text .image-view, .quote-section .image-view {
	max-width: 420px
}
.image-with-text .background_position--bottom .right-wrapper .image-view:after, .image-with-text .background_position--bottom .right-wrapper .image-view:before {
	right: -50%
}
.t2-full-width-video .signpost-content .video-info {
	padding-left: 10px!important
}
}
@media screen and (max-width:640px) {
.mm-navbar-bottom .report-section {
	margin: 0 auto;
	padding: 2rem
}
.image-with-text .link-section:after {
	display: none
}
}
@media screen and (max-width:767px) {
.page-node-593 .ac-text .content-variation-wrapper .ac-sub p a {
	word-break: break-all
}
.image-with-text .background_position--centre .content_description p, .image-with-text .content_description p {
	width: 100%;
	margin-bottom: 1rem!important;
	font-size: 1.4rem;
	line-height: 24px;
	font-weight: 400
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item__title, .cta-group-wrapper .cta-group .cta-item .cta-item__bottomwrap .cta-item__title {
	font-size: 2rem
}
.content-carousel-slider-wrapper .slider-box-section .slider-box-item__description, .content-carousel-slider-wrapper .slider-box-section .slider-box-item__description p, .content-link-wrapper .content_description p, .content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .description {
	font-size: 1.4rem;
	line-height: 24px;
	font-weight: 400
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .title {
	font-size: 2.4rem;
	line-height: 32px
}
.image-with-text .greyed-background-img-pulled .link-section .link a {
	background: #f7f7f7
}
.content-signpost-card-wrapper .static-box-section .static-box-item {
	padding: 3rem
}
.image-with-text .blue-module.no_background .link-section .link a, .image-with-text .green-module.no_background .link-section .link a {
	background: #fff
}
.content-static-box-wrapper__top {
	margin-top: 0;
	padding-top: 3rem
}
.content-static-box-wrapper__top .link-section .link a {
	background: #f7f7f7
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow {
	right: 20px
}
.content-carousel-slider-wrapper .slider-box-section .slick-prev {
	right: 90px
}
.image-with-text .background_position--bottom .image-view {
	margin-left: auto;
	margin-right: auto
}
.image-with-text .background_position--bottom .left-wrapper .image-view:before {
	right: 2rem;
	bottom: -2rem
}
.container-fluid .row .signpost.signpost-video .component-title {
	position: relative
}
.container-fluid .row .signpost.signpost-video .video-info .component-title {
	display: inline-block;
	vertical-align: middle;
	width: auto
}
.t2-full-width-video .content_description p {
	margin-bottom: 0
}
.t2-full-width-video .link-section {
	margin-bottom: 30px
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content {
	padding: 10px 15px 15px;
	margin-bottom: 20px
}
.t2-full-width-video .signpost-content .video-play-button .play-link:after {
	padding: 17px 14px;
	height: 35px;
	width: 35px;
	font-size: 12px
}
.container-fluid .row .signpost.signpost-video .component-title {
	font-size: 15px;
	line-height: 16.8px
}
.container-fluid .row .t2-full-width-video .signpost.signpost-video .signpost-content .video-play-button {
	width: 3.5rem;
	margin-bottom: 20px;
}
.image-with-text .image-view {
	min-height: 21rem!important
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	min-width: 280px;
	font-weight: 700!important;
	margin-bottom: 20px
}
}
@media screen and (max-width:767px) and (max-width:767px) {
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	margin-bottom: 30px
}
}
@media screen and (max-width:767px) {
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content p {
	margin-bottom: 15px!important
}
.t-two-footer .footer-bottom-wrapper {
	padding-bottom: 0
}
footer .region-footer-bottom .investis-branding-link {
	background: #000;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1
}
footer .region-footer-bottom .investis-branding-link:before {
	content: '';
	background: inherit;
	left: -100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	height: 100%
}
footer .region-footer-bottom .investis-branding-link:after {
	content: '';
	background: inherit;
	right: -100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	height: 100%
}
.t-two-footer .footer-bottom-wrapper .quick-links li.last, .t-two-footer .footer-bottom-wrapper .quick-links.list-inline li a {
	font-size: 1.4rem!important
}
#block-investisbranding-2 .test-css-link {
	font-size: 1.4rem!important
}
.footer-reportblock__content a:before {
	color: #0089a3;
	font-weight: 400
}
.content-signpost-card-wrapper .static-box-section {
	margin-bottom: 0
}
.content-signpost-card-wrapper .link-section .link a::before {
	display: none
}
.image-text-inner .link-section .link a::before {
	display: none
}
.contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after {
	right: 20px!important
}
.sy-image-content.reverse-row .image-content-box {
	margin-top: 30px
}
.content-static-box-wrapper .content-static-box-wrapper__top .link-section {
	margin-bottom: 2.5rem
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper {
	padding: 70px 20px 30px 20px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .pull-right {
	top: -55px;
	right: -20px
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-title {
	font-size: 3rem
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__label, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__lable, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__label, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__lable {
	font-size: 1.8rem
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__value p.paragraph-bold, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-position__value p.paragraph-bold, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-inner-content__value p.paragraph-bold, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__value p, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-position .bod-position__value p.paragraph-bold {
	font-size: 1.5rem
}
.t-two-footer .footer-top-wrapper .quick-links li a, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content p {
	font-size: 1.4rem!important;
	line-height: 24px;
	font-weight: 400!important
}
footer.t-two-footer .footer-top-wrapper .quick-links li {
	line-height: 1
}
.t-two-footer .footer-top-wrapper #block-annualreport .quick-text li h2, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .component-title, .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content h2, .t-two-footer .footer-top-wrapper h2.section-title {
	font-size: 2rem!important
}
.t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit {
	margin-top: 0
}
.footer-reportblock__content a {
	text-align: left
}
.nav-tabs>li>a {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important
}
}
@media screen and (max-width:700px) {
.content-slider-box-wrapper .slider-box-section .slick-arrow {
	display: none!important
}
.content-slider-box-wrapper .slider-box-section .slick-dots {
	background: 0 0;
	margin: 0 auto 30px;
	text-align: center
}
.content-slider-box-wrapper .slider-box-section .slick-dots li {
	-webkit-transition: none;
	transition: none;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	font-size: 10px;
	border: 0;
	margin: 0 5px;
	border: solid 2px transparent;
	background: rgba(0,0,0,.1)
}
.content-slider-box-wrapper .slider-box-section .slick-dots li.slick-active {
	background: #0089a3
}
}
@media screen and (max-width:480px) and (orientation:portrait) {
.image-with-text .background_position--bottom .image-view {
	margin-left: 5px;
	margin-right: 5px
}
}
@media screen and (min-width:768px) {
.list-box-item-content-wrapper.sy-image-content.reverse-row {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
}
@media screen and (max-width:480px) {
.top-nav-search.t2-search .search-bar .social-bar .search-input:after {
	margin-top: -3px
}
}
@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
header .top-nav-lang>a {
	padding-left: 20px
}
header .top-nav-lang>a:after {
	right: -2px
}
header .language-switcher-language-url {
	left: 10px
}
}
header .top-links:after {
	position: absolute;
	content: '';
	right: 2rem;
top:.6rem;
	width: 0;
	height: 3.6rem
}
#block-mainnavigation {
	float: left;
	position: relative;
	z-index: 100;
	top: -8px;
	height: 0
}
header .top-sub-links .fa-search {
	display: none
}
header .header-menu-wrapper .top-links {
	width: 0;
	display: inline-block;
	padding: 0
}
@media screen and (max-width:991px) {
header .header-menu-wrapper .top-links {
	width: 100%
}
}
@media (min-width:992px) {
.we-mega-menu-submenu>.we-mega-menu-submenu-inner {
	min-height: auto
}
.we-mega-menu-submenu li.we-mega-menu-li:first-child>a:after, .we-mega-menu-submenu li.we-mega-menu-li:first-child>a:before {
	margin-top: 0
}
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul li>a {
	color: #000;
	font-family: Poppins, sans-serif;
	letter-spacing: .4px;
	opacity: 1!important;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000
}
header .block-we-megamenu-blockmain .navbar-we-mega-menu .we-mega-menu-ul>li>a:hover {
	color: #000!important
}
header .tobbar-wrapper a, header .tobbar-wrapper ul.menu--top-menu li a {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 1.8px;
	text-align: right;
	color: #5f5f5f;
	text-transform: uppercase;
	padding: 0 0 0 26px
}
@media screen and (max-width:767px) {
header .tobbar-wrapper a, header .tobbar-wrapper ul.menu--top-menu li a {
	opacity: 1
}
}
header .tobbar-wrapper a:hover, header .tobbar-wrapper ul.menu--top-menu li a:hover {
	text-decoration: none;
	cursor: pointer;
	background: 0 0
}

header .tobbar-wrapper a i, header .tobbar-wrapper ul.menu--top-menu li a i {
	margin-left: 18px;
	font-size: 14px
}
@media screen and (max-width:991px) {
header .tobbar-wrapper a i, header .tobbar-wrapper ul.menu--top-menu li a i {
	margin: 0;
	font-size: 20px
}
}
header .tobbar-wrapper a i:before, header .tobbar-wrapper ul.menu--top-menu li a i:before {
	display: none
}
header .tobbar-wrapper a i.fa, header .tobbar-wrapper ul.menu--top-menu li a i.fa {
	width: 20px;
	height: 20px;
	background: url(../images/microsite/microsite_sprites.png) -212px -65px;
	background-repeat: no-repeat
}
header .tobbar-wrapper a i.fa-facebook-f, header .tobbar-wrapper ul.menu--top-menu li a i.fa-facebook-f {
	width: 20px;
	height: 20px;
	background: url(../images/microsite/microsite_sprites.png) -10px -201px;
	background-repeat: no-repeat
}
header .tobbar-wrapper a i.fa-twitter, header .tobbar-wrapper ul.menu--top-menu li a i.fa-twitter {
	width: 20px;
	height: 20px;
	background: url(../images/microsite/microsite_sprites.png) -212px -145px;
	background-repeat: no-repeat
}
header .tobbar-wrapper a i.fa-linkedin, header .tobbar-wrapper ul.menu--top-menu li a i.fa-linkedin {
	width: 20px;
	height: 20px;
	background: url(../images/microsite/microsite_sprites.png) -212px -105px;
	background-repeat: no-repeat
}
header .tobbar-wrapper a i.fa-youtube-play, header .tobbar-wrapper ul.menu--top-menu li a i.fa-youtube-play {
	width: 20px;
	height: 20px;
	background: url(../images/microsite/microsite_sprites.png) -212px -65px;
	background-repeat: no-repeat
}
header .tobbar-wrapper ul.menu--top-menu li {
	margin-left: 20px
}
header .tobbar-wrapper ul.social-links {
	border-left: none;
	margin-left: 35px;
	margin-top: -5px;
	padding-top: 5px
}
header .tobbar-wrapper ul.social-links li {
	line-height: 15px!important;
	background: 0 0!important;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	padding: 0;
	margin: 0 5px;
	text-align: center;
	float: left
}
header .tobbar-wrapper ul.social-links li:first-child {
	margin-left: 30px
}
header .tobbar-wrapper ul.social-links li a {
	color: #fff!important;
	opacity: 1!important
}
header .tobbar-wrapper ul.social-links li a i {
	margin: 0!important;
	font-size: 10px!important;
	letter-spacing: 0
}
@media only screen and (max-width:350px) {
#iframe-3186 #cas {
	min-height: 700px
}
}
.logo .bigger {
	font-size: 3.1rem;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 42px;
	letter-spacing: normal;
	color: #000;
	display: inline-block
}
.logo .smaller {
	font-size: 1.8rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #777
}
header .top-links .top-nav-search.t2-search .search-bar .search-input {
	z-index: 99999
}
.link-button-variation {
	margin: 20px 0 0
}
.link-button-variation a {
	font-size: 1.6rem;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 25px 15px 65px;
	text-align: center;
	display: inline-block!important;
	background: 0 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal
}
.link-button-variation a:before {
	background-image: url(../images/microsite/microsite_sprites.png)!important;
	background-repeat: no-repeat!important;
	background-position: -80px -10px!important;
	height: 47px!important;
	width: 46px!important;
	content: '';
	display: inline-block!important;
	position: absolute;
	left: 4px;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	z-index: 1
}
.link-button-variation a.blue-module:before {
	background-position: -10px -80px!important
}
.link-button-variation a.orange-module:before {
	background-position: -76px -80px!important
}
.link-button-variation a:hover {
	text-decoration: none;
	color: #000
}
.link-button-variation a:focus, .link-button-variation a:hover {
	color: #fff
}
body.path-frontpage .content-static-box-wrapper {
	margin-top: -175px
}
body .image-with-text .link-section .link a::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.content-static-card-wrapper.content-variation-wrapper {
	background: 0 0
}
.content-static-card-wrapper.content-variation-wrapper:before {
	background: url(../images/microsite/green-content-bg.svg);
	content: '';
	z-index: 1;
	width: 100vw;
	left: 50%;
	height: 80%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0
}
@media screen and (max-width:991px) {
.content-static-card-wrapper.content-variation-wrapper:before {
	height: 100%
}
}
.content-static-card-wrapper.content-variation-wrapper:after {
	display: none
}
.content-static-card-wrapper.content-variation-wrapper .title-section .sub-title {
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1.47px;
	color: #fff
}
.content-static-card-wrapper.content-variation-wrapper .title-section .link a {
	-webkit-transition: .5s;
	transition: .5s
}
.content-static-card-wrapper.content-variation-wrapper .title-section .link a:before {
	background-position: -144px -75px!important
}
.content-static-card-wrapper.content-variation-wrapper .static-box-section .static-box-item {
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.15)
}
.content-static-card-wrapper.content-variation-wrapper .static-box-section .static-box-item .bottom-content .title {
	font-size: 2.4rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal
}
.content-signpost-card-wrapper .title-section .sub-title {
	font-size: 1.6rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1.47px;
	color: #07ba89;
	text-transform: uppercase
}
.content-signpost-card-wrapper .static-box-section .static-box-item {
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	background: url(../images/microsite/green-bg.svg);
	background-size: cover
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content .title {
	font-size: 3.2rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 4.2rem;
	letter-spacing: -.24px;
	color: #fff
}
.content-signpost-card-wrapper .static-box-section .static-box-item:hover .bottom-content .title {
	font-size: 2.8rem;
	color: #000;
	letter-spacing: -.21px
}
.ac-input:checked+.ac-label:after, .ac-label:after, .ac.active .ac-input+.ac-label:after, .ac.active .ac-sub .ac-input+.ac-label:after, .ac.first.active .ac-input+.ac-label:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.quoteRightbg .quote-wrapper {
	background: 0 0
}
.quoteRightbg .quote-wrapper:before {
	background: url(../images/microsite/quotes-blue-bg.svg)!important;
	content: ''!important;
	z-index: 1!important;
	width: 100vw!important;
	left: 45%!important;
	height: 100%!important;
	background-repeat: no-repeat;
	background-size: cover!important;
	-webkit-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
	top: 0!important
}
@media screen and (max-width:1365px) {
.quoteRightbg .quote-wrapper:before {
	left: 45%!important
}
}
@media screen and (max-width:991px) {
.quoteRightbg .quote-wrapper:before {
	left: 50%!important
}
}
.quoteRightbg .quote-wrapper .image-view {
	border-radius: 15px
}
.quoteRightbg .quote-wrapper .sub-title {
	display: none!important
}
.quoteRightbg .quote-wrapper .quote-text strong {
	font-weight: 300!important
}
.quoteRightbg .quote-wrapper .btn-link a {
	-webkit-transition: .5s;
	transition: .5s
}
.quoteRightbg .quote-wrapper .btn-link a:after {
	display: none!important
}
.t2-full-width-video .link-section .link a:before {
	background-position: -80px -10px!important
}
footer.t-two-footer {
	z-index: 5
}
.content-slider-box-wrapper .slider-box-section .slider-box-item {
	-webkit-transition: .5s!important;
	transition: .5s!important;
	padding: 5rem 3rem;
	margin: 2rem 0
}
@media screen and (max-width:991px) {
.content-slider-box-wrapper .slider-box-section .slider-box-item {
	padding: 3rem
}
}
.content-slider-box-wrapper .slider-box-section .slider-box-item .title {
	font-size: 2.8rem;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 4.2rem;
	letter-spacing: -.24px;
	color: #000;
	padding-top: 0!important
}
.content-slider-box-wrapper .slider-box-section .slider-box-item .description {
	font-size: 2rem;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	color: #000
}
.content-slider-box-wrapper .slider-box-section .slider-box-item:hover {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
	background: #ff0064!important
}
.content-slider-box-wrapper .slider-box-section .slider-box-item:hover .title {
	color: #fff;
	font-size: 3.2rem
}
.content-slider-box-wrapper .slider-box-section .slider-box-item:hover .description {
	color: #fff
}
.content-slider-box-wrapper .slider-box-section .slider-box-item:hover .cta-link a:before {
	background-position: -144px -75px!important
}
body .image-with-text .background_position--top.green-module .link-section .link.green-module a:hover {
	color: #fff!important
}
@media screen and (max-width:1365px) {
.quote-section .author:after {
	width: 50%
}
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a {
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important;
	opacity: 1
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a:hover {
	color: #fff!important
}
.content-variation-wrapper.content-box-with-gray-background .link-section-btn a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.content-static-box-wrapper .link-section .link a {
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}
.content-static-box-wrapper .link-section .link a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important;
	opacity: 1
}
.content-static-box-wrapper .link-section .link a:hover {
	color: #fff!important
}
.content-static-box-wrapper .link-section .link a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.content-carousel-slider-wrapper .link-section .link a {
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}
.content-carousel-slider-wrapper .link-section .link a:after {
	content: ''!important;
	background: url(../images/microsite/green-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	margin: 0!important;
	opacity: 1
}
.content-carousel-slider-wrapper .link-section .link a:hover {
	color: #fff!important
}
.content-carousel-slider-wrapper .link-section .link a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.contentpage-slider .contentpage-slider-wrapper {
	padding: 0
}
@media screen and (max-width:767px) {
.contentpage-slider .contentpage-slider-wrapper {
	padding: 0
}
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a {
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:after {
	content: ''!important;
	background: url(../images/microsite/blue-bg.svg)!important;
	-webkit-transition: .5s!important;
	transition: .5s!important;
	width: 0!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	position: absolute!important;
	background-size: contain!important;
	display: inline-block!important;
	-webkit-transform: rotate(180deg) translateY(0)!important;
	transform: rotate(180deg) translateY(0)!important;
	margin: 0!important;
	opacity: 1
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover {
	color: #fff!important
}
.contentpage-slider .contentpage-slider-wrapper .carousel-item__item__box-wrapper .carousel-item__item__cta-wrapper a:hover:after {
	width: 100%!important;
	z-index: -1!important
}
.content-static-card-wrapper.content-variation-wrapper .title-section .link a {
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden
}
.content-static-card-wrapper.content-variation-wrapper .title-section .link a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}
.content-static-card-wrapper.content-variation-wrapper .title-section .link a:hover:after {
	width: 100%;
	z-index: -1
}
.quote-section .link-section .link a {
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden
}
.quote-section .link-section .link a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block!important;
	background: #fff!important;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}
.quote-section .link-section .link a:hover {
	color: #ff0064!important
}
.quote-section .link-section .link a:hover:after {
	width: 100%;
	z-index: -1
}
header .company-logo {
	position: relative
}
.top-nav-search.t2-search .search-bar .search-input input {
	color: #ff0064
}
.top-nav-search.t2-search .search-bar .search-input input::-webkit-input-placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input input:-ms-input-placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input input::-webkit-input-placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input input::-moz-placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input input:-ms-input-placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input input::-ms-input-placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input input::placeholder {
color:#ff0064
}
.top-nav-search.t2-search .search-bar .search-input:after {
	color: #ff0064;
	left: auto!important;
	right: 3rem!important;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	bottom: auto!important;
	font-size: 2rem!important
}
#solrstrap-searchbox {
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 15px;
	line-height: 50px
}
#solrstrap-sortmenu select {
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-transform: capitalize;
	letter-spacing: .5px
}
#solrstrap-tabs {
	border-bottom: 1px solid #ddd
}
#solrstrap-tabs a.active {
	background: #ff0064
}
.path-search-result #hit-template li, .path-search-result #paginate li, .path-search-result #solrstrap-documentfacetresult li {
	border: 0;
	border-radius: 15px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
	padding: 25px 15px 15px!important;
	margin: 20px 0
}
#pagination {
	margin: 30px 0 50px
}
#pagination a {
	width: 35px!important;
	height: 35px!important;
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	padding: 0;
	line-height: 35px;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 50%;
	border: 1px solid #ddd
}
#pagination a.current {
	color: #fff;
	background: #ff0064;
	border-color: #ff0064
}
#pagination a:after, #pagination a:before {
	font-size: 1.3rem!important;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: block
}
.navbar-we-mega-menu .we-mega-menu-ul>li {
	padding-right: 10px
}
.navbar-we-mega-menu .we-mega-menu-ul>li:after {
	background: 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	content: ''
}
.content-slider-box-wrapper .top-section .title-section {
	margin-top: 3rem
}
.top-nav-search.t2-search.active:after {
	background: 0 0
}
.mfp-content .termslink {
	color: #fff
}
.mfp-content .termslink:hover {
	text-decoration: underline
}
.mfp-content .termslink.modal-google-link {
	float: right
}
@media screen and (max-width:767px) {
.mfp-content .termslink {
	font-size: 12px!important;
	float: left;
	width: 100%;
	display: block
}
.mfp-content .termslink.modal-google-link {
	float: right
}
}
.t2_bod_wrap .board-of-directors-box.active, .t2_bod_wrap .board-of-directors-box.active .board-of-directors-content {
	background: #07ba89
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .title {
	letter-spacing: 1.47px;
	color: #07ba89
}
.t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .icon-close {
	background: #ff0064!important;
	background: -webkit-gradient(linear, left top, left bottom, from(#07ba89), to(#ff0064))!important;
	background: linear-gradient(to bottom, #07ba89, #ff0064)!important
}
.t2_bod_wrap .board-of-directors-box .board-of-directors-content .functions, .t2_bod_wrap .bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-left-inner .bod-inner-content .bod-inner-content__value p {
	font-weight: 300
}
.nav-tabs>li>a {
	border-top-left-radius: 15px!important;
	border-top-right-radius: 15px!important
}
@media screen and (min-width:768px) {
.nav-tabs-horizontal .nav-tabs>li.active>a, .nav-tabs-horizontal .nav-tabs>li.active>a:focus, .nav-tabs-horizontal .nav-tabs>li.active>a:hover, .nav-tabs-horizontal .nav-tabs>li.activecategory>a, .nav-tabs-horizontal .nav-tabs>li.activecategory>a:focus, .nav-tabs-horizontal .nav-tabs>li.activecategory>a:hover, .nav-tabs-horizontal .nav-tabs>li:hover>a, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a:focus, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a:hover, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a:focus, .tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.activecategory>a:hover {
	background-color: transparent;
	background: #ff0064;
	border: 0
}
}
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li>a {
	background-color: #f4f4f4;
	border: 0
}
.nav-tabs-horizontal .nav.nav-tabs>li>a:focus, .nav-tabs-horizontal .nav.nav-tabs>li>a:hover {
	color: #000
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-date, .newsroom .tab-content .tab-pane .news .news-desc .list-item-desc {
	color: #000;
	opacity: 1;
	font-size: 1rem;
	font-weight: 300
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-title, .newsroom .tab-content .tab-pane .news .news-desc .list-item-title a, .newsroom .tab-content .tab-pane .news .news-desc .more-link a {
	color: #5f5f5f;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-title a:hover, .newsroom .tab-content .tab-pane .news .news-desc .list-item-title:hover, .newsroom .tab-content .tab-pane .news .news-desc .more-link a:hover {
	color: #07ba89
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-title {
	font-size: 20px!important
}
.newsroom .tab-content .tab-pane .news .news-desc .list-item-title a:focus, .newsroom .tab-content .tab-pane .news .news-desc .list-item-title a:hover {
	color: #ff0064
}
.newsroom .tab-content .tab-pane .news .news-desc .more-link a:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin-left: 5px
}
@media screen and (max-width:767px) {
.nav-tabs-horizontal a.nav-tabs-dropdown, .tier-1-variation .nav-tabs-horizontal a.nav-tabs-dropdown {
	background: #ff0064;
	background: linear-gradient(94deg, #ff0064, #ff0064);
	border: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px
}
}
@media screen and (max-width:767px) {
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li.active>a {
	background: #f4f4f4!important;
	color: #ff0064!important
}
}
@media screen and (max-width:767px) {
.tier-1-variation .nav-tabs-horizontal .nav-tabs-wrapper .nav-tabs>li>a {
	color: #000
}
}
@media screen and (min-width:1200px) {
.t2-full-width-video:after {
	right: -51%;
	top: 56%;
	width: 100%
}
}
@media screen and (min-width:992px) {
.content-slider-box-wrapper .slider-box-section .slick-dots {
	margin: 3.5rem auto 7rem 10rem;
	max-width: 67rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots {
	max-width: 67rem;
	margin: 5.5rem auto 5rem 10rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow, .content-slider-box-wrapper .slider-box-section .slick-arrow {
	bottom: -2rem;
	right: 8rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-prev, .content-slider-box-wrapper .slider-box-section .slick-prev {
	right: 14rem
}
}
@media screen and (min-width:1170px) {
.content-slider-box-wrapper .slider-box-section .slick-dots {
	max-width: 80rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-dots {
	max-width: 80rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-arrow, .content-slider-box-wrapper .slider-box-section .slick-arrow {
	right: 14rem
}
.content-carousel-slider-wrapper .slider-box-section .slick-prev, .content-slider-box-wrapper .slider-box-section .slick-prev {
	right: 20rem
}
}
@media screen and (min-width:1170px) {
.footer-reportblock__content a {
	font-size: 2rem;
padding:2.5rem 0 .7rem
}
}
@media screen and (min-width:1170px) {
.footer-reportblock__content a:before {
	margin-right: 1rem
}
}
.mm-page.mm-slideout {
	z-index: 6
}
.ac.active .ac-input+.ac-label:after {
	top: 40px!important
}
@media screen and (max-width:767px) {
.ac.active .ac-input+.ac-label:after {
	top: 37px!important
}
}
.t2-full-width-video .signpost-content .component-title:after {
	display: none
}
.container-fluid .row .signpost.signpost-video .component-title {
	padding-right: 20px;
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .2px;
	color: #000
}
@media screen and (min-width:1200px) {
.container-fluid .row .signpost.signpost-video .component-title+p {
	max-width: 100%;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #5f5f5f;
	line-height: 26px;
	letter-spacing: .6px;
	margin-top: 10px;
	width: 100%
}
}
@media screen and (min-width:1024px) {
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content {
	-webkit-transition: .5s;
	transition: .5s
}
.content-signpost-card-wrapper .static-box-section .static-box-item .bottom-content:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}
}
body.nojs .t-two-footer .footer-top-wrapper .signpost-email-sign-up .signpost-wrap .signpost-content .alert-submit, body.nojs footer.t-two-footer .signpost-placeholder {
	display: none
}
.cta-group-wrapper, .latest-news-component {
	background-color: #f2f2f2!important;
	float: left;
	clear: both;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	padding: 50px 0 100px;
	margin-bottom: 180px!important;
	position: relative
}
.cta-group-wrapper .container, .latest-news-component .container {
	background: 0 0
}
.cta-group-wrapper .cta-group--title, .cta-group-wrapper .latest-news-title, .latest-news-component .cta-group--title, .latest-news-component .latest-news-title {
	margin: 0 0 27px
}
.cta-group-wrapper .cta-group--title p, .cta-group-wrapper .latest-news-title p, .latest-news-component .cta-group--title p, .latest-news-component .latest-news-title p {
	font-weight: 400;
	margin: 0;
	font-size: 2.5rem;
	line-height: 57px;
	letter-spacing: .6px;
	color: #000
}
.cta-group-wrapper .cta-item-wrapper, .cta-group-wrapper .latest-news-reference, .latest-news-component .cta-item-wrapper, .latest-news-component .latest-news-reference {
	margin: 0 0 -180px;
	width: 100%;
	float: left;
	clear: both
}
.cta-group-wrapper .cta-item-wrapper .cta-item, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item, .cta-group-wrapper .latest-news-reference .cta-item, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item, .latest-news-component .cta-item-wrapper .cta-item, .latest-news-component .cta-item-wrapper .latest-news--news-card-item, .latest-news-component .latest-news-reference .cta-item, .latest-news-component .latest-news-reference .latest-news--news-card-item {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15)
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap, .cta-group-wrapper .cta-item-wrapper .cta-item .latest-news--desc, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--desc, .cta-group-wrapper .latest-news-reference .cta-item .cta-item__bottomwrap, .cta-group-wrapper .latest-news-reference .cta-item .latest-news--desc, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--desc, .latest-news-component .cta-item-wrapper .cta-item .cta-item__bottomwrap, .latest-news-component .cta-item-wrapper .cta-item .latest-news--desc, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--desc, .latest-news-component .latest-news-reference .cta-item .cta-item__bottomwrap, .latest-news-component .latest-news-reference .cta-item .latest-news--desc, .latest-news-component .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--desc {
	background: #fff;
	padding: 25px;
	margin: -3px 0 0
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .news-date, .cta-group-wrapper .cta-item-wrapper .cta-item .latest-news--desc .news-date, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .news-date, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .news-date, .cta-group-wrapper .latest-news-reference .cta-item .cta-item__bottomwrap .news-date, .cta-group-wrapper .latest-news-reference .cta-item .latest-news--desc .news-date, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .news-date, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--desc .news-date, .latest-news-component .cta-item-wrapper .cta-item .cta-item__bottomwrap .news-date, .latest-news-component .cta-item-wrapper .cta-item .latest-news--desc .news-date, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .news-date, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .news-date, .latest-news-component .latest-news-reference .cta-item .cta-item__bottomwrap .news-date, .latest-news-component .latest-news-reference .cta-item .latest-news--desc .news-date, .latest-news-component .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .news-date, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--desc .news-date {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1.8px;
	color: #5f5f5f;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 17px
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .cta-item__title, .cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .cta-item-wrapper .cta-item .latest-news--desc .cta-item__title, .cta-group-wrapper .cta-item-wrapper .cta-item .latest-news--desc .news-title, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .cta-item__title, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .cta-item__title, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .news-title, .cta-group-wrapper .latest-news-reference .cta-item .cta-item__bottomwrap .cta-item__title, .cta-group-wrapper .latest-news-reference .cta-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .latest-news-reference .cta-item .latest-news--desc .cta-item__title, .cta-group-wrapper .latest-news-reference .cta-item .latest-news--desc .news-title, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .cta-item__title, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--desc .cta-item__title, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--desc .news-title, .latest-news-component .cta-item-wrapper .cta-item .cta-item__bottomwrap .cta-item__title, .latest-news-component .cta-item-wrapper .cta-item .cta-item__bottomwrap .news-title, .latest-news-component .cta-item-wrapper .cta-item .latest-news--desc .cta-item__title, .latest-news-component .cta-item-wrapper .cta-item .latest-news--desc .news-title, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .cta-item__title, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .news-title, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .cta-item__title, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .news-title, .latest-news-component .latest-news-reference .cta-item .cta-item__bottomwrap .cta-item__title, .latest-news-component .latest-news-reference .cta-item .cta-item__bottomwrap .news-title, .latest-news-component .latest-news-reference .cta-item .latest-news--desc .cta-item__title, .latest-news-component .latest-news-reference .cta-item .latest-news--desc .news-title, .latest-news-component .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .cta-item__title, .latest-news-component .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .news-title, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--desc .cta-item__title, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--desc .news-title {
	font-family: Poppins, sans-serif;
	font-size: 1.95rem;
	line-height: 30px;
	letter-spacing: .2px;
	font-weight: 500;
	color: #000;
	margin: 10px 0 0;
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .cta-item-wrapper .cta-item .latest-news--desc .news-title, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .news-title, .cta-group-wrapper .latest-news-reference .cta-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .latest-news-reference .cta-item .latest-news--desc .news-title, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .news-title, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--desc .news-title, .latest-news-component .cta-item-wrapper .cta-item .cta-item__bottomwrap .news-title, .latest-news-component .cta-item-wrapper .cta-item .latest-news--desc .news-title, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .news-title, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .news-title, .latest-news-component .latest-news-reference .cta-item .cta-item__bottomwrap .news-title, .latest-news-component .latest-news-reference .cta-item .latest-news--desc .news-title, .latest-news-component .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .news-title, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--desc .news-title {
	font-size: 1.95rem
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .more-link, .cta-group-wrapper .cta-item-wrapper .cta-item .latest-news--desc .more-link, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .more-link, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .more-link, .cta-group-wrapper .latest-news-reference .cta-item .cta-item__bottomwrap .more-link, .cta-group-wrapper .latest-news-reference .cta-item .latest-news--desc .more-link, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .more-link, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--desc .more-link, .latest-news-component .cta-item-wrapper .cta-item .cta-item__bottomwrap .more-link, .latest-news-component .cta-item-wrapper .cta-item .latest-news--desc .more-link, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .cta-item__bottomwrap .more-link, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--desc .more-link, .latest-news-component .latest-news-reference .cta-item .cta-item__bottomwrap .more-link, .latest-news-component .latest-news-reference .cta-item .latest-news--desc .more-link, .latest-news-component .latest-news-reference .latest-news--news-card-item .cta-item__bottomwrap .more-link, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--desc .more-link {
	margin: 30px 0 0
}
@media only screen and (max-width:767px) {
.cta-group-wrapper .cta-item-wrapper .cta-item, .cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item, .cta-group-wrapper .latest-news-reference .cta-item, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item, .latest-news-component .cta-item-wrapper .cta-item, .latest-news-component .cta-item-wrapper .latest-news--news-card-item, .latest-news-component .latest-news-reference .cta-item, .latest-news-component .latest-news-reference .latest-news--news-card-item {
	margin: 0 0 20px
}
}
@media only screen and (max-width:767px) {
.cta-group-wrapper .cta-item-wrapper .latest-news--news-card-item .latest-news--image img, .cta-group-wrapper .latest-news-reference .latest-news--news-card-item .latest-news--image img, .latest-news-component .cta-item-wrapper .latest-news--news-card-item .latest-news--image img, .latest-news-component .latest-news-reference .latest-news--news-card-item .latest-news--image img {
	width: 100%
}
}
@media only screen and (max-width:767px) {
.cta-group-wrapper, .latest-news-component {
	padding: 30px 15px 30px;
	height: auto
}
}
.cta-group-wrapper .news-list--desc, .latest-news-component .news-list--desc {
	font-weight: 600;
	font-size: .8rem;
	color: #5f5f5f;
	margin-bottom: 10px;
	line-height: 20px;
	letter-spacing: 1.8px
}
.cta-group-wrapper .news-list-title, .latest-news-component .news-list-title {
	line-height: 30px;
	letter-spacing: .2px;
	font-size: 1.3rem;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 500;
	border-bottom: solid 2px rgba(255,0,100,.6)
}
.cta-group-wrapper .more-link a, .latest-news-component .more-link a {
	font-size: 1rem;
	line-height: 16px;
	color: #000;
	font-weight: 500
}
.cta-group-wrapper .latest-news-link, .latest-news-component .latest-news-link {
	margin-top: 50px;
	display: block
}
.cta-group-wrapper .latest-news-link a, .latest-news-component .latest-news-link a {
	font-size: 1.6rem;
	line-height: 16px;
	color: #000;
	font-weight: 600
}
.cta-group-wrapper.full-height-variation, .latest-news-component.full-height-variation {
	background-size: contain!important;
	background-position: left bottom!important;
	margin-bottom: 0!important
}
.cta-group-wrapper.full-height-variation .latest-news-reference, .latest-news-component.full-height-variation .latest-news-reference {
	margin: 0
}
.cta-group-wrapper.full-height-variation .latest-news--news-list-item, .latest-news-component.full-height-variation .latest-news--news-list-item {
	margin-bottom: 40px
}
.cta-group-wrapper.full-height-variation .news-list-title, .latest-news-component.full-height-variation .news-list-title {
	max-width: 867px
}
@media only screen and (max-width:1440px) {
.cta-group-wrapper, .latest-news-component {
	background-size: inherit!important;
	background-position: center bottom!important
}
}
@media only screen and (max-width:767px) {
.cta-group-wrapper, .latest-news-component {
	background-size: cover!important
}
}
.config-text-full-width-background h3 {
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 24px;
	position: relative
}
.config-text-full-width-background h3:before {
	content: '';
	height: 2px;
	background: #ff0064;
	position: absolute;
	bottom: 0;
	width: 498px
}
.config-text-full-width-background p.secondary-cta-style {
	margin-bottom: 64px!important
}
.config-text-full-width-background .configurable-text {
	padding: 70px 0 55px;
	margin: 0!important
}
.config-text-full-width-background .config-text__background-image {
	left: 50%;
	width: 200vw;
	margin-left: -100vw;
	background-size: contain!important;
	background-position: center bottom!important;
	background-color: #00e6be!important
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .cta-item__title {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 2.44rem;
	line-height: 38px;
	letter-spacing: .4px
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .cta-item__title {
	margin-top: 2px
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .cta-item__title p {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 26px;
	letter-spacing: .6px;
	color: #5f5f5f
}
.cta-group-wrapper .cta-item-wrapper .cta-item .cta-item__bottomwrap .more-link {
	margin-top: 13px
}
.counter-section .counter-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.counter-section .counter-box>.row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media only screen and (max-width:767px) {
.counter-section .counter-box>.row {
	display: block
}
}
.counter-section .counter-box .title {
	margin-bottom: 12px;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 3.82rem;
	line-height: 57px;
	letter-spacing: .6px;
	color: #000;
	border: none
}
@media only screen and (max-width:991px) {
.counter-section .counter-box .title {
	margin-bottom: 60px
}
}
.counter-section .counter-box .counter-item {
	display: table;
	margin: 0 auto;
	position: relative
}
.counter-section .counter-box .counter-item div {
	text-align: left
}
.counter-section .counter-box .counter-item .counter-image {
	min-height: auto;
	margin: 0 0 20px
}
.counter-section .counter-box .counter-item .counter-image img {
	width: auto;
	height: auto
}
.counter-section .counter-box .counter-item .count-number {
	margin: 0
}
.counter-section .counter-box .counter-item .count-number .timer, .counter-section .counter-box .counter-item .count-number>span {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #000!important;
	font-size: 5.8rem;
	line-height: normal
}
.counter-section .counter-box .counter-item .counter-text {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 20px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #5f5f5f;
	margin: -12px auto 0;
	display: block
}
.counter-section .counter-box .counter-item:before {
	background: url(../images/signle-leaf.svg) left bottom no-repeat;
	position: absolute;
	left: -20px;
	top: -20px;
	content: '';
	width: 145px;
	height: 145px;
	z-index: -1;
	display: none
}
@media only screen and (max-width:767px) {
.counter-section .counter-box .counter-item {
	margin: 0 30px
}
}
@media only screen and (max-width:767px) {
.counter-section .counter-box {
	display: block
}
}
.image-with-text {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 150px;
	clear: both;
	float: none
}
.image-with-text .image-text-inner {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15)
}
.image-with-text .image-text-inner .row{
    margin:0;
    
}
.image-with-text .image-text-inner .image-inbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
.image-with-text .image-text-inner .image-inbox .image--box .image-view {
	height: 100%
}
@media (min-width: 768px) {
.image-with-text .image-text-inner .image-inbox .image--box .image-view {
	height: 100%;
	position:relative;
}
.image-with-text .image-text-inner .image-inbox .image--box .media-topic{
	left:50px;
}
}
.image-with-text .image-text-inner .image-inbox>div {
	height: auto;
	padding:0;
	width:50%;
}
.image-with-text .image-text-inner .image-inbox .col-sm-offset-1{
    margin-left: 6.33333%;

}



.image-with-text .image-text-inner .image-inbox .title-section {
	width: 100%;
	padding: 65px 65px 65px 0;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}
.image-with-text .image-text-inner .image-inbox .title-section .sub-title {
	font-family: Poppins, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.8px;
	color: #5f5f5f;
	padding: 0 0 15px;
	border-bottom: 1.5px solid #5f5f5f;
	text-transform: uppercase
}
.image-with-text .image-text-inner .image-inbox .title-section .display-title {
	font-family: Poppins, sans-serif;
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 57px;
	letter-spacing: .6px;
	color: #000;
	margin: 11px 0 0
}
.image-with-text .image-text-inner .image-inbox .title-section .content_description {
	margin: 20px 0 0
}
.image-with-text .image-text-inner .image-inbox .title-section .content_description p {
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: .6px;
	color: #5f5f5f;
	margin: 0;
	text-align: justify;
}
.image-with-text .image-text-inner .image-inbox .title-section .link-section {
	margin: 35px 0 0
}
@media only screen and (max-width:767px) {
    .image-with-text .image-text-inner .image-inbox .title-section{padding: 65px 20px};
}
@media only screen and (max-width:767px) {
    .image-with-text .image-text-inner .image-inbox {
    	display: block
    }

    .image-with-text .image-text-inner .image-inbox>div {
    	height: auto;
    	padding:0;
    	width:100%;
    }
    .image-with-text .image-text-inner .image-inbox .col-sm-offset-1{
        margin-left: 0;
    
    }
}
@media only screen and (max-width:1440px) {
.image-with-text {
	background-size: inherit!important
}
.image-with-text .container {
	padding: 0
}
}
@media only screen and (max-width:767px) {
    .image-with-text {
    	background-size: cover!important
    }
    .page-container .image-with-text{
        margin-top:-20px;
    }
}
.t2-full-width-video .signpost-video-wrapper {
	position: relative
}
.t2-full-width-video .signpost-video-wrapper .signpost-video__bg-image {
	width: 100vw;
	height: 530px;
	top: 75px;
	left: auto;
	right: -2%;
	position: absolute
}
@media only screen and (max-width:1440px) {
.t2-full-width-video .signpost-video-wrapper .signpost-video__bg-image {
	background-size: inherit!important;
	background-position: right bottom!important;
	right: 0
}
}
@media only screen and (max-width:991px) {
.t2-full-width-video .signpost-video-wrapper .signpost-video__bg-image {
	height: 420px
}
}
@media only screen and (max-width:767px) {
.t2-full-width-video .signpost-video-wrapper .signpost-video__bg-image {
	right: -3%;
	height: calc(100% - 75px)
}
}
@media only screen and (max-width:420px) {
.t2-full-width-video .signpost-video-wrapper .signpost-video__bg-image {

	background-position: right top!important
}
}


/*tbag*/
.hidden-md{ display: none; }
.page-container{ }



.page-banner .text-container{ position: absolute; top: 0; padding-top: 15rem; padding-left: 15px;  width: 610px; }
.page-banner .text-container h1{ color: #fff;border-bottom: 2px #fff solid; margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: normal;}
.page-banner .text-container .desc{ color: #fff; font-size: 16px; }


footer .container-fluid{ padding: 0; }
footer .footer-nav{padding-right: 0; }

footer .footer-logos{margin-top: 28px;}
footer .qrcode{ text-align: right; padding-left: 30px; margin-top: 20px; }
footer .qrcode p{color:#6c6c6c; margin-top: 10px; text-align: center;}
footer .qrcode .wechat{ float: left;}
footer .qrcode .weibo{ float: right; margin-right: 40px;}


.ambassador .btn-primary{width: 200px;background-color:#ff0164; border:none; border-radius: 0; padding:15px 40px; margin-top: 20px; background-image: url('../images/special-arrow.gif'); background-repeat: no-repeat; background-position: right 30px center; padding-right: 60px;}
.ambassador .btn-primary:hover{background-position: right 20px center;-webkit-transition: all ease .3s;
    transition: all ease .3s;}


.page-container .ambassador .btn-primary{margin-top:155px}
.page-container .image-with-text{ margin-top: -80px; }
.page-container .image-with-text .image-text-inner .image-inbox .title-section .content_description{ height: auto; }

.page-container .newsroom{ margin-top: 50px; }

.page-container .content video{ width: 100%; }
.page-container .content p .link-btn{color: #000; font-weight: bold; font-size: 18px; background: url(../images/button-arrow-color.svg); padding-right: 25px;  background-size: 20px; background-position: right center; background-repeat: no-repeat;}
.page-container .content p strong{font-size: 1rem;line-height: 31px;letter-spacing: .11px;}
.page-container .content p.image-bottom-text{ margin-bottom: 10px; }


/*zbyw*/
.brand-list{ margin-top: 80px; }
.brand-list .item .brand-title{ font-size: 24px; font-weight: bold;border-bottom: 2px #000  solid; padding-bottom: 10px; }
.brand-list .item{ margin-top: 60px; }
.brand-list .item .item-flex{ display: flex; }
.brand-list .item .item-flex .brand-pic{ text-align: center; width: 190px; padding-top: 50px; margin-right: 45px}
.brand-list .item .item-flex .brand-desc{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;min-width: 0; padding-top: 30px;}
.brand-list .item .item-flex .brand-desc p{ font-size: 16px; line-height: 2; color: #555555; margin-bottom: 10px;}
.brand-list .item .item-flex .brand-desc .link-btn{color: #000; font-weight: bold; font-size: 18px; background: url(../images/button-arrow-color.svg); padding-right: 25px;  background-size: 20px; background-position: right center; background-repeat: no-repeat;}
/*kcxfz*/
.kcxfz-list{ margin-top: 40px; }
.kcxfz-list .item {-webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);}
.kcxfz-list .item .titlepic{ height: 190px; background:rgba(0, 0, 0, 0) no-repeat scroll center center / cover; min-height: 190px; position: relative;}
.kcxfz-list .item .info{ padding: 20px; height: 325px; } 
.kcxfz-list .item .info .item-title{ color:#000; font-size: 20px; border-bottom: 2px #f2f2f2 solid; padding-bottom: 10px; }
.kcxfz-list .item .info .number{ font-size: 40px; color: #000; margin-top: 20px;}
.kcxfz-list .item .info .feature{ margin-top: 20px; font-size:1rem;}
.kcxfz-list .item .info .feature ul{ padding: 0; }
.kcxfz-list .item .info .feature ul li{padding-left: 10px; font-size: 16px; line-height: 25px;}
.kcxfz-list .item .info .feature ul li:before{ background-color: #5f5f5f; top: 11px; }

.report-tabs{ margin-top: 30px; }
.report-tabs .year-tabs .tab-item{ font-size: 24px; color: #000;  font-weight: bold; margin-bottom: 40px; padding-left: 5px;}
.report-tabs .year-tabs .tab-item.active{ color: #ff0064; font-size: 30px; padding-left: 0; }
.report-tabs .swiper-container{ margin-left: 20px; }
.report-tabs .swiper-container .row{display:flex}
.report-tabs .message-list{ padding-left: 20px!important; }
.report-tabs .message-list li{ padding-left: 10px!important; }
.report-tabs .message-list li:before{ background-color: #5f5f5f!important; }
.report-tabs .timeline{ display: flex; margin-bottom: 30px; }
.report-tabs .timeline .dot{ width: 25%; text-align: center; background-image: url('../images/report-dot.png'); background-repeat: no-repeat; background-position: center; position: relative; display: inline-block; height: 50px; cursor: pointer;}
.report-tabs .timeline .dot:after{ content: " ";position: absolute;left: 0;top: 24px;right: 0;height: 1px;border-top: 1px solid #c3c3c3;color: rgba(0,0,0,0.1);z-index: -1;}
.report-tabs .timeline .dot.active{background-image: url(../images/report-dot-active.png);}

.report-table{ margin-bottom: 50px; }
.report-table h4{ margin: 10px 0!important; }
.report-table .table-item{ width: 33.3333333%; float: left;border-right: 1px #e5e5e5 solid;border-bottom:1px #e5e5e5 solid;border-top:1px #e5e5e5 solid;}
.report-table .pr0{ padding-right: 0; }
.report-table .pl0{ padding-left: 0; }
.report-table .table-item:first-child{border-left: 1px #e5e5e5 solid;}
.report-table .pr0 .table-item:last-child{border-right: 0;}
.report-table .table-item .item-header{background-color: #50e62e; color: #fff; padding: 5px; font-weight: bold;}
.report-table .table-item .item-title{ height: 100px; }
.report-table .table-item .item-number{ font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.report-table .table-item .item-desc{padding: 25px 5px 25px 5px; text-align: justify;}

@media screen and (max-width: 1366px){
	.page-banner .text-container{ padding-top: 11rem; width:750px; }
}

@media screen and (max-width: 991px){
	.page-banner .text-container{ padding-top: 6rem; }
}


@media screen and (max-width: 991px){
	header .tobbar-wrapper ul.menu--top-menu li a:after {
		content: url(../images/contact-us.svg);
		position: absolute;
		top: 3px;
		left: 0;
		width: 14px;
		height: 14px
	}
	.page-container{}
	.page-container .hidden-md{display: block;}
	.page-container .ambassador .btn-primary{ margin-top: 55px; }
	.page-container .image-with-text .image-text-inner .image-inbox .title-section .content_description{ height: auto; }
	.page-container .kcxfz-list .item .info{ padding: 20px; height: auto; } 
	.page-container .newsroom{ margin-top: 0; }
    .page-container .newsroom .text-only-news .news{display:block;}
	.page-container .image-with-text{ margin-top: 0px; }

	.brand-list{ margin-top: 40px; }
	.brand-list .item{ margin-top: 60px; }
	.brand-list .item:first-child{margin-top: 0px;}
	.brand-list .item .item-flex{ display: block; }
	.brand-list .item .item-flex .brand-pic{ text-align: left; padding-top: 20px; }


	.friend-links .language-switcher-language-url{ left: 0px; }
    .copyright-content{width:100%;float:left;font-size:12px;}
    .friend-links-content{width:100%; font-size:12px;}
    .friendlink-title{float: left;color:#5f5f5f!important; font-weight:700}
    .friendlink-gov{padding-left:15px;float:left;color:#5f5f5f!important}
    .friendlink-sinochem{float: left;color:#5f5f5f!important}
    .friend-links>a em {font-style: normal;font-size:12px}
    footer .container-fluid{ padding: 0 5px; }
    footer .qrcode{ padding-left: 10px; }
    footer .qrcode .weibo{text-align:center; width:100%;margin-right:0}
    footer .footer-nav{ padding-left: 0px; }
}