/* --- BASE --- */

html{
	margin-top: 0!important;
}

body {
   	font-family: "franklin-gothic-urw", sans-serif;
	font-style: normal;
	font-weight: 400;
   	font-size: 1.78rem;
   	line-height: 1.5;
    color: #324550;
   	background: #fff;
   	 -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.wrap {
	width: 88%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.vc_row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.paddingTop-0 {
	padding-top: 0;
}
.paddingBot-0 {
	padding-bottom: 0;
}

.marginBot-0{
	margin-bottom: 0px!important;
}

/* --- TYPOGRAPHY --- */
.color-red h1, .color-red h2, .color-red h3, .color-red h4, .color-red h5, .color-red h6{
	color: #ed2124!important;
}
.color-black h1, .color-black h2, .color-black h3, .color-black h4, .color-black h5, .color-black h6{
	color: #000000!important;
}
.color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-red h6{
	color: #ffffff!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 2rem 0;
}
h1 {
	font-size: 4rem;
	line-height: 1.25;
}
h2 {
	font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
}
h3 {
    font-size: 2.4rem;
    line-height: 1.45;
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    font-weight: 500;
}

h3 strong {
	font-weight: 500;
	position: relative;
}
h3 strong:after {
	content: "";
	display: block;
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
}

p + h3 {
	margin-top: 2rem;
}
h4 {
    font-size: 2.2rem;
    font-weight: 500;
}
h5 {
    font-size: 1.8rem;
    font-weight: 600;
}
h6 {
    font-size: 2.25rem;
    color: white;
    line-height: 1.5;
    margin: 0 0 2.5rem 0;
}
.feat-heading .subtitle {
	font-size: 2rem;
	line-height: 1.55;
	font-weight: 300;
	margin-top: -1rem;
}
p {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 1.7rem 0;
}

.intro p {
	padding: 0 10px 8px 0px;
    box-shadow: none;
    padding-top: 10px;
    font-size: 2.4rem;
    color: black;
    line-height: 1.45;
    background: none;
    margin-bottom: 2rem;
    font-weight: 500;
    letter-spacing: 0.01rem;
 }
.lead p {
	max-width: 120rem;
	font-size: 2.3rem;
	line-height: 1.55;
	font-weight: 300;
	margin: 0 auto;
}
.lead.center p {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

b, strong {
	font-weight: 600;
}
em {
	font-style: italic;
	/*font-size: 16px;*/
}

blockquote {
    margin: 0 0 1rem 0;
    padding-left: 0;
    border-left: 0;
    background-color: #fafafa;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

blockquote:before{

    content: '';
    background: url(../images/icon_quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    left: 0px;
   /* opacity: 0.5;*/
}

blockquote:after{

    content: '';
    background: url(../images/icon_quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -15px;
    right: 0px;
   /* opacity: 0.5;*/
}

blockquote p {
	 font-size: 1.6rem;
    /* font-weight: 300; */
    line-height: 1.5;
    font-style: italic;
}
cite {
    display: block;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: italic;
	margin-top: -1rem;
}
.ir-quote__author {
	margin-top: -2rem;
	padding-left: 2rem;
}
.ir-quote__author .name {
	font-size: 1.75rem;
	margin: 0;
}
.ir-quote__author .position {
	font-size: 1.45rem;
	text-transform: uppercase;
}
address {
	font-weight: 400;
	margin-bottom: 1em;
}
abbr,
acronym {
	cursor: help;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	font-size: 1.5rem;
	background-color: #fafafa;
	padding: .125em .25em;
}
code {
	word-wrap: break-word;
}
pre {
	max-width: 100%;
	font-size: .8em;
	white-space: pre-wrap;
    word-wrap: break-word;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #f1f1f1;
	overflow: auto;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
    top: -0.5em;
}
.upp {
	text-transform: uppercase;
}


/* --- LINKS --- */
a {
	display: inline-block;
	color: #ed2124;
    font-weight: 500;
    cursor: pointer!important;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #000000;
}


/* --- BUTTONS --- */


.btn.sharp:after, a.btn.sharp:after {
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0;
    width: 75px;
    transform: skewX(-30deg);
    transition: all .5s ease-out;
    z-index: -1;
}

.btn.sharp.black:after, a.btn.sharp.black:after {
	 background-color: black;
}
.btn.sharp.black:hover::after , .btn.sharp.black:active::after , .btn.sharp.black:focus::after , a.btn.sharp.black:hover::after , a.btn.sharp.black:active::after , a.btn.sharp.black:focus::after {
	 background-color:#ed2124;
}
.btn.sharp.red:after, a.btn.sharp.red:after {
	 background-color: #ed2124;
}
.btn.sharp.red:hover::after , .btn.sharp.red:active::after , .btn.sharp.red:focus::after , a.btn.sharp.red:hover::after , a.btn.sharp.red:active::after , a.btn.sharp.red:focus::after{
	 background-color:#000000;
}

.btn.sharp:before, a.btn.sharp:before {
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: -25px;
    top: 0;
    width: 75px;
    transform: skewX(-30deg);
    transition: all .5s ease-out;
    z-index: -1;
}

.btn.sharp.black:before, a.btn.sharp.black:before {
	 background-color: black;
}
.btn.sharp.black:hover::before , .btn.sharp.black:active::before , .btn.sharp.black:focus::before, .btn.sharp.black:before, a.btn.sharp.black:hover::before , a.btn.sharp.black:active::before , a.btn.sharp.black:focus::before {
	 background-color:#ed2124;
}
.btn.sharp.red:before, a.btn.sharp.red:before {
	 background-color: #ed2124;
}
.btn.sharp.red:hover::before , .btn.red:active::before , .btn.sharp.red:focus::before , a.btn.sharp.red:hover::before , a.btn.sharp.red:active::before , a.btn.sharp.red:focus::before{
	 background-color:#000000;
}

.btn.black, a.btn.black{
	background: black;
}

.btn.red, a.btn.red{
	background: #ed2124;
}

.btn, a.btn {
	display: inline-block;
    text-align: center;
    padding: 1rem 2rem;
    color: #fff;
    position: relative;
    transition: all .5s ease-out;
    border: none;
    margin: 0 auto;
    font-size: 1.7rem!important;
    font: inherit;
    font-weight: 500;
     margin-bottom: 35px;
}

.btn svg, a.btn svg {
    margin: 2px 0 -6px 14px;
    height: 24px;
    width: 24px;
    fill: white;
    transition: all .5s ease-out;
}

 .btn.black:hover svg, a.btn.black:hover svg  {
	fill: #000000;
	/*background: #ed2124;*/
}

.btn.red:hover svg, a.btn.red:hover svg  {
	fill: #ed2124;
	/*background: #000000;*/
}

.btn.lg, a.btn.lg {
	padding: .8rem 3.5rem;
}
.btn.black:hover, .btn.black:active, .btn.black:focus, a.btn.black:hover, a.btn.black:active, a.btn.black:focus {
	color: #000000;
	background: #ed2124;
}
.btn.red:hover, .btn.red:active, .btn.red:focus, a.btn.red:hover, a.btn.red:active, a.btn.red:focus {
	color: #ed2124;
	background: #000000;
}

.page-banner .btn:hover, .page-banner .btn:active, .page-banner .btn:focus {
	color: #fff;
}
.btn.full-width {
	display: block;
}
.btn.center {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fwp-submit, .fwp-reset{
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 1rem 2rem 1rem 2rem;
    cursor: pointer;
}

.search-site-content .filter-buttons .btn {
    width: 100%;
    margin: 0 0 10px 0;
}
.home .search-site-content .filter-buttons .btn.fwp-reset {
    background: #464646;
}
.search-site-content .filter-buttons .btn.fwp-reset:hover,
.search-site-content .filter-buttons .btn.fwp-reset:active,
.search-site-content .filter-buttons .btn.fwp-reset:focus {
    background: #000;
}

.search-site-content {
    padding: 30px 0 20px 0;
    background: #232323;
}

.facetwp-loading {
    background: url(/wp-content/themes/rosenblatt/images/Spinner-1s-200px.svg) no-repeat!important;
    width: 40px!important;
    height: 40px!important;
    background-size: 40px 40px!important;
    animation: spin 2s infinite linear!important;
    margin: auto!important;
}
.facetwp-facet {
    margin-bottom: 10px!important;
}
.facetwp-facet input,
.facetwp-facet select {
    width: 100%;
    font: 400 15px/1.6 "Helvetica Neue", sans-serif;
    padding: 11px 45px 11px 12px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;;
}
.facetwp-facet input.facetwp-search {
    background-image: url(/wp-content/themes/rosenblatt/images/findPeople-search-icon.svg);
    background-position: calc(100% + 3px) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.facetwp-facet select {
    background-image: url(/wp-content/themes/rosenblatt/images/findPeople-arrow-icon.svg);
    background-position: calc(100% + 3px) center;
    background-repeat: no-repeat;
    background-size: contain;
}




/* --- lists --- */
#sidebar {
	margin-top: 18px;
}
header ul,
footer ul,
#sidebar ul {
	list-style: none;
}
#content ul,
#content ol,
#content dl {
	margin: 0 0 3rem 2rem;
}
#content ul ul {
	padding-left: 0;
	margin-top: .5rem;
	margin-bottom: 0;
}
#content ol ol {
	padding-left: 1rem;
	margin-bottom: 0;
}
#content li {
	margin: 0 0 1rem 0;
}
#content dl {
	margin-bottom: 1rem;
}
#content dt {
	color: #000;
}
#content dd {
	margin: 0 0 1rem 0;
}

.sidebar__left > svg{
	position: absolute;
    top: 0;
    right: 77%;
    z-index: -1;
    fill: #fafafa;
    height: 100%;
    right: 75.8%;
    height: 1934px;

    overflow: hidden;
    /*height: 100%;*/
}


/* --- IMAGES --- */
img {
    display: block;
    height: auto;
}
main img {
	max-width: 100%;
	margin-bottom: 1em;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.25em;
}
.wp-caption > a {
	display: block;
}
.wp-caption img {
	margin-bottom: 0;
}
.wp-caption-text {
	font-size: .8em;
	font-weight: 400;
	padding:  .3em .5em .2em .5em;
	background: #fafafa;
	border-bottom: 2px solid #eaeaea;
}
.alignleft {
	display: inline-block;
	float: left;
	margin-top: .35em;
	margin-right: 1em;
}
.alignright {
	display: inline-block;
	float: right;
	margin-top: .35em;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* --- galleries --- */
.gallery {
	margin-bottom: 3rem;
	overflow: hidden;
}
h3 + .gallery {
	margin-top: -1.5rem;
}
.gallery + .gallery {
	margin-top: -1em;
}
.gallery-item {
	float: left;
	padding: 0 .2em .2em 0;
}
.gallery-icon a,
.gallery-icon img,
.tiled-gallery-item a,
.tiled-gallery-item img {
	display: block;
	margin: 0;
}
.gallery-columns-1 .gallery-item {
	width: auto;
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: auto;
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: auto;
	max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
	width: auto;
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: auto;
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: auto;
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	width: auto;
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	width: auto;
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: auto;
	max-width: 11.11111%;
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1) {
	clear: left;
}

/* --- square thumbnail galleries --- */
.gallery-size-thumbnail {
	text-align: center;
}
.gallery-size-thumbnail .gallery-item {
	padding: 0 .6em .6em 0;
}
.gallery-size-thumbnail img {
	margin: 0 auto!important;
}
.gallery-size-thumbnail.gallery-columns-1 .gallery-item {
	float: none;
	clear: none;
	width: 100%;
}
.gallery-size-thumbnail.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-size-thumbnail.gallery-columns-3 .gallery-item {
	width: 33.33333%;
}
.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
	width: 20%;
	clear: none;
}
.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
	width: 16.66667%;
	clear: none;
}
.gallery-caption {
	background: #fafafa;
}


/* --- TABLES --- */
main table {
	width: 100%;
	margin-bottom: 3rem;
	border-spacing: 0;
	border-collapse: collapse;
}
main table + h3 {
	margin-top: 3rem;
}
main thead th {
	font-weight: 500;
	padding: .3em .2em .1em .2em;
	border-bottom: 2px solid #d4d4d4;
}
main tr.odd {
	background: #fafafa;
}
main td {
	padding: .2em .7em;
	vertical-align: middle;
}

.single-post main td, .single main td {
    padding: .2em .7em!important;
    vertical-align: middle;
    border: 1px solid black;
}

main tfoot {
	border-top: 2px solid #d4d4d4;
}
#content tr th {
	font-weight: 500;
	text-align: right;
}
#content thead th {
	text-align: left;
}
#content tr:nth-child(even),
#content tr.even {
	background: #f9f9f9;
}
#content tr:nth-child(odd) {
	background: #fff;
}
#content tr th,
#content tr td {
	line-height: 1.3;
	padding: .55em .7em;
}


/* --- IFRAMES --- */
iframe {
    width: 100%;
    padding-bottom: 1rem;
}
.iframe-wrap {
	/*margin-bottom: 2rem;*/
}

.iframe-wrap iframe{
	padding-bottom: 0rem;
}
.iframe-wrap .btn {
	margin-top: 2rem;
}
.iframe-wrap.bg {
	padding: 1rem;
}

@media (min-width: 400px){
	iframe#email-alerts {
		height: 1500px;
	}
}
@media (min-width: 454px){
	iframe#email-alerts {
		height: 1460px;
	}
}
@media (min-width: 500px){
	iframe#email-alerts {
		height: 1330px;
	}
}
@media (min-width: 511px){
	iframe#email-alerts {
		height: 1155px;
	}
}
@media (min-width: 568px){
	iframe#email-alerts {
		height: 1110px;
	}
}
@media (min-width: 680px) {
	iframe#email-alerts {
		height: 990px;
	}
}
@media (min-width: 900px){
	iframe#email-alerts {
		height: 900px;
	}
}
@media (min-width: 1360px){
	iframe#email-alerts {
		height: 1090px;
	}
}

/* --- IFRAMES : videos --- */
.video-wrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   padding-top: 25px;
   height: 0;
}
.wpb_video_wrapper .video-wrapper {
    padding-bottom:0;
    padding-top: 0;
    height: auto;
}
.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* --- TOPBAR --- */
#topbar {
    font-size: 1.4rem;
    padding: .9rem 0;
    background: #b3b7bb;
}
#topbar p {
	font-size: 1.4rem;
	margin: 0;
}


/* --- HEADER --- */
header {
   /* padding: 2rem 0;*/
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

header .wrap {
    margin: 0 auto;
    padding: 2.05rem 0;
    position: relative;
    z-index: 9;
}

header h1 {
    float: left;
    width: 70%;
    max-width: 20rem;
	font-size: 2rem;
    font-weight: 600;
	line-height: 1.15;
	margin-bottom: 0px!important;
}
header .tagline {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    padding: .4rem 0 0 0;
    opacity: .6;
}
header h1 a {
    display: block;
}
header h1 img {
    width: 100%;
    padding: 5px 0;
}

header.sticky{
	background: black;
}


/* --- NAVIGATION : main menu --- */
.sitenav a {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 14px;
    padding: 9px 0 3px 0;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-black-svg, .sitenav > svg {
    position: absolute;
    top: 0;
    left: 200px;
    z-index: -1;
}

.nav-red-svg, header .wrap > svg {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: calc(100% + 5px);
}

/* --- NAVIGATION : breadcrumbs --- */
.bcr {
	font-size: 1.4rem;
	margin: -1rem 0 2rem 0;
}
.bcr .breadcrumb_last {
	font-weight: 600;
}
.bcr a:hover,
.bcr a:active,
.bcr a:focus {
	color: #687077;
}

/* --- NAVIGATION : archive navigation --- */

#content .pagination{
    position: absolute;
    bottom: -35px;
}

#content ul.page-numbers {
    list-style: none;
	margin: 0;
	padding: .5rem 0;
	overflow: hidden;
}
#content ul.page-numbers li {
	float: left;
}
#content ul.page-numbers li:before{
	content: none!important;
}
#content ul.page-numbers .page-numbers {
	display: block;
	min-width: 3.2rem;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 .5rem 0 0;
	padding: .5rem .7rem;
	background: #ffffff;
}
#content ul.page-numbers .page-numbers.current {
	color: #fff;
	background: #687077;
}
#content ul.page-numbers .page-numbers:hover,
#content ul.page-numbers .page-numbers:active,
#content ul.page-numbers .page-numbers:focus {
	background: #eaeaea;
}

/* --- NAVIGATION : post navigation --- */
.post-navigation {
    margin: 4rem 0 0 0;
    padding: .5rem 0 0 0;
    border-top: 1px solid #eaeaea;
}
.post-navigation a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: .5rem 0;
}
.post-navigation a strong {
    display: block;
    font-weight: 600;
}


/* ------------------------------ MAIN --------------------------- */

main{
	padding-bottom: 70px;
    min-height: calc(100vh - 131px);
    overflow: hidden;
}

.home main{
	padding-bottom: 0px;
}

.no-banner{
	position: relative;
	padding-top: 88px;
}

.single .no-banner{
	position: relative;
	padding-top: 150px;
}

.no-banner svg{
	position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    fill: #fafafa;
    margin-top: 30px;
}

.page-banner#static .wrap {
	min-height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	align-items: center;
}
.page-banner#static .banner-content {
	width: 90%;
    max-width: 70rem;
    margin: 0 auto;
}
.page-banner#static .banner-content * {
	text-align: center;
	color: #fff;
}
.page-banner#static .banner-content h1 {
    margin: 0;
}
.page-banner#static .banner-content p {
    font-size: 1.9rem;
}
.page-banner#static .banner-content p:last-of-type {
	margin-bottom: 0;
}

.slider-top-gradient {
    z-index: 0;
    height: 100%;
    max-height: 650px;
    width: 100%;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(-53deg, rgba(255, 255, 255, 0.84) 12%,rgba(255,255,255,0.34) 33%,rgba(250,250,250,0) 47%,rgba(229,229,229,0) 100%);
    background: -webkit-linear-gradient(-53deg, rgba(255, 255, 255, 0.84) 12%,rgba(255,255,255,0.34) 33%,rgba(250,250,250,0) 47%,rgba(229,229,229,0) 100%);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.84) 12%,rgba(255,255,255,0.34) 33%,rgba(250,250,250,0) 47%,rgba(229,229,229,0) 100%);
}


  .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .slider-content {
/*    height: 100%;*/
    position: relative;
    z-index: 1;
   }

   .slider-content img {
      width: 100%;
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transform: scale(1.2);
    }

   .slider-content .slick-active img {
      transform: scale(1);
    }




/* ------------------------------ HOMEPAGE ------------------------------ */

.search-people-header {
	position: absolute;
    top: -56px;
    background-color: black;
    padding: 1rem 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 300px;
}
.search-people-header p {
	color: #fff;
	font-size: 25px!important;
}




@media (max-width: 767px){
    .video-section .lead p{
        padding: 0;
    }
}



.facetwp-autocomplete-update{
	display: none;
}






.description-heading {
	padding: 0rem 0 4rem;
}
.description-heading h3 {
    font-size: 3rem;
}
.video-section .lead p {
    padding: 0 12rem 0 0rem;
    font-size: 2.25rem;
    color: white;
    line-height: 1.5;
    margin: 0 0 2.5rem 0;
    font-weight: 500;
}

.video-section .video-player.lead p{
    padding: 0;
}
.description-heading .lead p{
    font-size: 3rem;
    line-height: 1.4;
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #ed2124;
    text-align: center;
    margin: 1.5rem auto;
}
.video-section{
	padding: 5rem 0 7rem;
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.8s linear!important;
	-moz-transition: background-size 0.8s  linear!important;
	-o-transition: background-size 0.8s  linear!important;
	-ms-transition: background-size 0.8s  linear!important;
	transition: background-size 0.8s  linear!important;
}

.video-section:hover{
	background-size: 140%;
}

.video-section .vc_column_container{
	z-index: 1;
}

.video-section .vc_column_container:nth-child(1) h6{
	 padding: 0 12rem 0 0rem;
}

.video-section:before{
	opacity: .55;
    background-color: black;
    content: "";
    display: block!important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 57%;
    transform-origin: top right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    transition: all .5s ease-out;
    z-index: 0;
}

.sharePriceHome-section {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.sharePriceHome-section  .vc_column-inner {
	    padding-top: 25px!important;
}

.sharePriceHome-section.vc_row.vc_column-gap-30 > .vc_column_container{
	    padding: 0 15px!important;
}

.sharePriceHome-section:after {
    opacity: 1;
    background-color: #ed2124;
    content: "";
    display: block!important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    transition: all .5s ease-out;
    z-index: 0;
}

.sharePriceHome-section .investors-link{
	z-index: 1;
}
.sharePriceHome-section .investors-link .vc_column-inner {
    padding: 15px 15px 10px!important;
}

.sharePriceHome-section .investors-link .btn{
    margin-bottom: 0;
}

.newsHomepage-section{
	padding-top: 0rem;
    padding-bottom: 4rem;
}

 .newsHomepage-section:before {
    opacity: 0.5;
    background-color: #f3f3f3;
    content: "";
    display: block!important;
    height: 100%;
    position: absolute;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    transition: all .5s ease-out;
    z-index: 0;
    right: 0;
    top: 0;
    width: 63.2%;
}

.newsHomepage-section h2, .sharePriceHome-section h2{
	font-weight: 600;
}
.home .post-widget {
    margin-bottom: 25px;
}
.home .post.excerpt {
    margin: 0 0 10px 0;
    padding: 20px;
    background: rgba(0,0,0, .03);
    border: 1px solid #eaeaea;
}
.home .post-wrap p.date{
	font-size: 15px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 12px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid rgba(0,0,0, .05);
}
.home .post-wrap h6 {
    margin-bottom: 0;
}
.home .post-wrap h6 a {
    display: block;
    font-size: 2.15rem;
    font-weight: 500;
	font-style: normal;
    line-height: 1.325;
    letter-spacing: 0.05rem;
    text-decoration: none;
    color: #ed2024;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home .post-wrap h6 a:hover,
.home .post-wrap h6 a:active,
.home .post-wrap h6 a:focus {
    color: #000;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 18px!important;
    line-height: 50px;
    font-weight: 300;
}




/* --- media page --- */
.vc_gitem_row .vc_gitem-col {
    padding: 30px 30px 10px 30px!important;
    background: rgba(0,0,0, .03);
    border: 1px solid #eaeaea;
}
.vc_gitem_row .vc_gitem-col .vc_separator {
    display: none;
}
.vc_gitem_row .vc_gitem-col p {
    margin-bottom: 30px;
}

/* ------------------------------ SUBPAGES / DEFAULT PAGES ------------------------------ */

#wpgmza_map{
	float: unset!important;
    margin-bottom: 20px!important;
}
.header-parent-tile {
    width: 28%;
    float: left;
    line-height: 2.2;
    color:#ffffff;
    margin-bottom: 0px!important;
    font-size: 3rem;
}
.header-child-tile{
	width: 72%;
	float: right;
	line-height: 3.5;
	color: #464646;
	margin-bottom: 0px!important;
	font-size: 1.9rem;
	 text-align: right;
}

@media (max-width:1200px){
	svg.header-parent-svg {
    right: -67%!important;
}
}

svg.header-parent-svg {
    position: absolute;
    top: 0;
    right: 68.8%;
    height: 64px;
    width: 2110px;
    border-bottom: 2px solid #000000;
    z-index: -1;

}

svg.header-parent-svg path{
	fill: rgb(0, 0, 0);
}

 svg.header-child-svg {
    position: absolute;
    top: 0;
    left: 24%;
    z-index: -1;
    fill: #efefef;
    height: 64px;
    width: 2280px;
    border-bottom: 2px solid #ed2124;
}

.vc_tta-tabs-container {
    border-bottom: none!important;
}

.share-price-tabs li, .rns-tabs li {
    margin: 0;
    width: 50%;
    text-align: center;
}

.share-price-tabs li  a,
.rns-tabs li a, .share-price-tabs a,
.rns-tabs a {
    border: 2px solid #ed2024!important;
    background-color: #fafafa;
    color: #000!important;
    cursor: pointer;
}
.share-price-tabs li a:hover,
.rns-tabs li a:hover,
.share-price-tabs a:hover,
.rns-tabs a:hover {
    background-color: black!important;
    color: white!important;
}

.share-price-tabs li.vc_active a,
.rns-tabs li.vc_active a,
.share-price-tabs .vc_active a,
.rns-tabs .vc_active a {
    color: #fff!important;
    background: #ed2024!important;
}

.advisor-section {
    margin-bottom: 35px;
 }

.advisor-section h4 {
	font-size: 2.2rem!important;
    font-weight: 600!important;
}
.advisor-section .content-box-light .ir-content-box .wpb_text_column p {
	margin: 3px!important;
}


/* --- NEWS POSTS --- */

.vc_grid-item:before {
	content: '';
    background: url(/wp-content/uploads/2018/09/small-triangle.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 1;
    width: 30px;
    height: 60px;
    position: absolute;
    filter: brightness(0);
}


.news-button a {
    color: #fff!important;
    background-color: #ed2124!important;
    border: none!important;
    font-family: "franklin-gothic-urw", sans-serif!important;
    font-size: 15px!important;
    text-transform: uppercase!important;
    margin-left: 20px;
    width: 50%;
    padding: 14px 28px 14px 0px!important;
}
.news-button a:hover {
	 color: #ed2124!important;
    background-color: #000!important;
}
.news-button a:after {
	content: '';
    background: url(/wp-content/uploads/2018/09/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 1;
    margin-left: 10px;
    margin-top: -2px;
    width: 25px;
    height: 25px;
    position: absolute;
}

.news-button a:hover:after {
	filter: brightness(0.2) sepia(1) hue-rotate(-1deg) saturate(22);
 }


.vc_gitem-post-data {
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 16px;
    min-height: 5rem;
    /* color: red; */
}

.vc_gitem-post-data.color-red {
    margin-bottom: -10px!important;
	color: #ed2124!important;
}

.single-post h2{
	font-weight: 500;
    color: #ed2124;
    border-bottom: 2px solid #ccc;
    padding-top: 2rem;
    margin-top: 12px!important;
}

.site-widget h3 {
    font-size: 2.4rem;
    line-height: 1.45;
    color: #ed2124!important;
}
.site-widget{
    position: relative;
}

/*.site-widget.widget_recent_entries:before, .Annual_Archive_Widget.site-widget:before {
    content: '';
    background: url(http://rosenblattlaw.irstaging.com/wp-content/uploads/2018/09/small-triangle.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 1;
    width: 30px;
    height: 60px;
    position: absolute;
    filter: brightness(0.2) sepia(1) hue-rotate(-1deg) saturate(22);
}*/

.Annual_Archive_Widget.site-widget, .site-widget.widget_recent_entries, .site-widget.widget_categories{
	background-color: rgb(239, 239, 239);
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.site-widget.widget_recent_entries {
    border: 1px solid #d7d7d7;
}

.site-widget.widget_recent_entries ul li {
    margin-bottom: 10px;
 }

.Annual_Archive_Widget.site-widget ul li {
    border: solid 0px transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 30%;
    display: inline-block;
    text-align: left;
}

.Annual_Archive_Widget.site-widget li a {
    padding: .3rem 0;
    color: #324550!important;
}

.site-widget.widget_recent_entries li a {
    padding: .3rem 0;
    color: #324550!important;
    font-weight: 500;
    line-height: 1.3;
}

.site-widget.widget_recent_entries li a:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 10%;
    border-bottom: 1px solid #324550;
    padding: 0;
    border-width: 2px;
    margin-bottom: 0px;
    margin-top: 6px;
}

.rpwe_widget, .recent-posts-extended {
    background-color: rgb(239, 239, 239);
    padding: 20px;
    border: 1px solid #d7d7d7;
}

 .rpwe-block li {
	margin-bottom: 10px;
}

.rpwe-block li a {
    padding: .3rem 0 4px 0!important;
}

.rpwe-block li a:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 10%;
    border-bottom: 1px solid #324550;
    /* margin: 0 auto; */
    padding: 0;
    border-width: 2px;
    margin-bottom: 0px;
    margin-top: 6px;
}

.rpwe-block h3 {
	font-size: 1.78rem;
	 margin-bottom: 0!important;
}

.rpwe-time{
    font-size: 15px;
}

.post-date {
	font-size: 15px;
}

.site-widget.widget_categories li a{
	display: inline;
}

.site-widget.widget_archive li:before, .site-widget.widget_categories li:before{
	content:none!important;
}


/* --- ARCHIVES --- */
.taxonomy-description {
	font-size: 1.4rem;
	line-height: 1.4;
}


.archive .vc_grid-item.vc_col-sm-6 {
	width: 100%;
    float: left;
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.archive .vc_gitem-post-data {
    margin-bottom: 15px;
    /*padding-left: 40px;*/
}

.archive .news-button a {
	    /*margin-left: 40px;*/
	    text-align: center;
	}

@media (min-width: 700px) {

	.archive .news-button a {
	    /*margin-left: 40px;*/
	    width: 26%;
	}
}
/* --- ARCHIVES : post excerpt --- */
.post.excerpt {
	margin-bottom: 5rem;
}
.post.excerpt.sticky {
    padding: 2rem;
	background: #f5f5f5;
	position: relative;
}
.post.excerpt.sticky:before {
	content: "Featured";
	display: inline;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 2px 7px 1px 8px;
	color: #fff;
	background: #687077;
	position: absolute;
	top: -5px;
	right: -5px;
}
.post.excerpt h2 {
	margin-bottom: .2rem;
}
a.post-thumbnail,
a.post-thumbnail img {
	display: block;
	line-height: 1;
	margin: 0 0 1.4rem 0;
	padding: 0;
}

.emailAlert-container .wpb_wrapper{
	background-color: #000000;
	padding-top: 1rem;
}

.emailAlert-container p{
	color: #ffffff;
	padding:0 2rem;
}

.services-container h2{
 	font-size: 2.1rem!important;
    text-shadow: 0px 3px 7px black;
    line-height: 1.3!important;
}

.services-container > div {
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    cursor: pointer;
}


.aptf-template-12 .aptf-timestamp {
    font-size: 0.95em!important;
    width: 100px;
    max-width: 6em!important;
    word-break: normal;
    white-space: unset;
    overflow: hidden;
    text-overflow: unset;
}

.aptf-template-12 .aptf-single-tweet-wrapper {
    padding-left: 6em!important;
}

.aptf-tweet-media img {
    /*max-width: 800px !important;*/
}

.who-we-are{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.who-we-are .image{
	background-color: #ed2124;
}

.who-we-are .image .vc_column-inner{
	min-height: 400px;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 1;
}

.who-we-are p{
	color: #324550!important;
	font-weight: 400;
}

.who-we-are p, .who-we-are h4, .who-we-are h3 {
	padding: 0 10px 0 10px;
}


.ir-content-box-container a:hover .who-we-are{
    background-color: #000;
}

.ir-content-box-container a:hover .who-we-are p{
	color: #fff!important;
	font-weight: 400;
}

.ir-content-box-container a:hover .who-we-are .image .vc_column-inner{
	opacity: 0.5;
}
.scale.content-box-light .ir-content-box {
	background-color: #ff0003;
}

#content .scale.content-box-light ul li:before {
	background: #dbdbdb;
}



/* --- ARCHIVES : post meta --- */
.meta {
	font-size: 1.4rem;
	font-weight: 600;
    margin: 0 0 1.4rem 0;
	opacity: .6;
}


/* --- POST : comments --- */
.comments-area {
	background: #fafafa;
	border-bottom: 2px solid #d4d4d4;
	overflow: hidden;
}
.comments-title {
	margin: .9em 1em .5em 1em;
}
.comments-title,
.comment-reply-title {
	font-weight: 500;
	border-bottom: 1px solid #d4d4d4;
}
.comment-reply-title span,
.comments-title span {
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 1px solid #484b50;
}
.comment-list,
.comment-list ol {
	list-style: none;
}
.comment-list {
	padding: 1em 1em 0 1em;
}
#content .comment-list ol {
	margin-left: .7em;
}
.comment-list .comment-meta {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: none;
	border-left: 3px solid #d4d4d4;
	overflow: hidden;
}
.comment-list .bypostauthor .comment-meta {
	border-left: 3px solid #484b50;
}
.comment-list .says {
	display: none;
}
.comment-list .comment-author {
	overflow: hidden;
}
.comment-list .comment-author img {
	float: left;
	margin: 0 10px 0 0;
}
.comment-list .comment-author .fn {
	display: block;
	font-size: 1.15em;
	font-weight: 500;
	padding: 17px 0 0 0;
}
.comment-metadata {
	margin: 10px 0 0 0;
}
.comment-metadata time {
	font-weight: 400;
	color: #8c959c;
}
.comment-metadata .edit-link a {
	margin-left: .4em;
	color: #8c959c;
}
.comment-body {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.comment-body .reply {
	float: right;
	font-size: .7em;
	font-weight: 500;
	text-transform: uppercase;
	margin: -.7em 10px 0 0;
}
.comment-body .reply a {
	color: #8c959c;
}
.comment-content {
	margin: 0 10px;
}
.comment-content p {
	font-size: .9em;
	line-height: 1.45;
}
#content #commentform {
	margin-bottom: 0;
}
.comment-respond {
	padding: .9em 1em;
	border-top: 2px solid #fff;
}
.comment-respond form > p {
	font-size: .85em;
	font-weight: 400;
	margin-bottom: 1.2em;
}
.comment-respond form > p.form-submit {
	margin: 1.7em 0 1em 0;
}
.comment-respond form textarea {
	height: 140px;
}
.no-comments {
	font-size: .85em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 1em 1em 1em;
}

/* --- PAGE : 404 --- */
.error404 #content {
	margin: 10rem 0 5rem 0;
}
.error404 #content h1 {
	margin: 0 0 3rem 0;
	opacity: .6;
}
.error404 #content h1 strong {
	display: block;
	font-size: 11rem;
	color: #7c8084;
}
.error404 #content h1 span {
	display: block;
	font-size: 2.95rem;
	margin-top: -1rem;
	color: #687077;
}


/* --- PAGE : search results --- */
.results-count {
	display: block;
	margin: -1.5rem 0 1.5rem 0;
}
.search-result {
    padding-top: 2rem;
	border-top: 1px solid #eaeaea;
}
.search-result:first-of-type {
    padding-top: 35px;
	border-top: none;
}
.search-result:last-of-type {
    padding-bottom: 1rem;
}
.search-result em {
    font-size: 1.4rem;
    color: #687077;
}


/* -- MODULES : team --- */
.team-member {
	margin: 0 0 5rem 0;
}
.team-member img {
	width: 100%;
	margin: 0 0 2rem 0;
}
.team-member__info h4 {
	font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #ed2124;
    margin: 0 0 0.3em 0!important;
}
.team-member__info p:last-of-type {
    margin-bottom: 0;
}

.single-team .team-member__info p:last-of-type{
    margin: 0 0 1.7rem 0;
}

.crystal-notice {
	background: #E0DEDE;
	padding: 25px;
	margin: 20px 0;
}

.crystal-notice p {
	margin: 0;
	font-size: calc(1vmin + 16px);
	color: #000;
	line-height: 1.33;
}

.crystal-notice a {
	padding: 15px 25px;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #000;
	transition: all .5s ease-out;
}

.crystal-notice a:hover {
	color: #000;
	background: #ed2124;
}

.team-member__position {
	margin: 0 0 1.3rem 0;
    color: black;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 7px;
}

.team-member__contact {
    width: 100%;
	margin: 0 0 2rem 0;
    position: relative;
    overflow: hidden;
    padding: 25px 5px 25px 35px;
    background-color: #fafafa;
    z-index: 0;
    border-left: 2px solid red;
}

.team-member__services {
 	width: 100%;
	margin: 0 0 2rem 0;
    position: relative;
}

.page-id-2442 .team-member__wrap, .page-id-10 .team-member__wrap{
	box-sizing: border-box;
    font-size: 16px;
    width: calc(50% - 30px);
    margin: 10px;
    padding: 0px;
    background-color: #e7e8ea;
    display: inline-flex;
    flex-wrap: wrap;
    flex-flow: column wrap;
    position: relative;
    vertical-align: top;
}

.page-id-2442 .team-member__wrap img, .page-id-10 .team-member__wrap img{
	    margin: 0;
	    min-height: 200px;
	    width: 100%;
}

.page-id-2442 .team-member__wrap .team-member__info, .page-id-10 .team-member__wrap .team-member__info{

    float: right;
    padding-left: 2rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: black;
     -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.page-id-2442 .team-member__wrap .team-member__info h4,
.page-id-10 .team-member__wrap .team-member__info h4 {
    font-size: 2.5rem;
    font-weight: 500;
    margin: .4em 0 .2em 0!important;
 }
 .page-id-2442 .team-member__wrap .team-member__info .team-member__position,
 .page-id-10 .team-member__wrap .team-member__info .team-member__position {
 	font-size: 1.65rem;
 	line-height: 1.35;
	margin: 0 0 1.3rem 0;
	padding-bottom: 8px;
	color: #ccc;
	border-bottom: 2px solid #e8e8e8;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.page-id-2442 .team-member__about, .page-id-10 .team-member__about{
    background-color: #fafafa;
    margin-bottom: 50px;
    display: none;
    padding: 20px 35px;
    position: relative;
    float: left;
    width: calc(100% - 25px);
    overflow: hidden;
}
.page-id-2442 .team-member__info svg, .page-id-10 .team-member__info svg {
	fill: #ed2124;
    position: absolute;
    right: 12px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
    width: 22px;
}
.arrow-open{
	display: block;
}
.arrow-close{
	display: none;
}
.open .arrow-open{
	display: none;
}
.open .arrow-close{
	display: block;
}

.page-id-2442 .team-member__wrap.open .team-member__info, .page-id-10 .team-member__wrap.open .team-member__info{
    background-color: #fafafa;
}

.page-id-2442 .team-member__wrap.open .team-member__info .team-member__position, .page-id-10 .team-member__wrap.open .team-member__info .team-member__position {
    color: #324550;
    border-bottom: 2px solid #324550;
}

.people.team-member {
    position: relative;
    padding: 0 20px;
    max-height: 427px;
    overflow: hidden;
    max-width: 380px;
    margin: auto auto 3rem;
}

.people.team-member a{
	 background-color: #ed2124;
	 display: grid!important;
}

.people.team-member img {
    width: 100%;
    float: left;
    margin: 0;
    height: auto;
    opacity: 1;
     -webkit-transition: opacity .7s ease-in;
    -moz-transition: opacity .7s ease-in;
    -o-transition: opacity .7s ease-in;
    transition: opacity .7s ease-in;
}

.people.team-member:hover img {
	opacity: 0.7;
}

/* Alternative staff listing profile for staff moved to Memery Crystal */
.mc-profile .people.team-member .team-member__info {
    background-color: #FBE135;
}

.mc-profile .people.team-member a {
    background-color: #222;
}

.mc-profile .people.team-member .team-member__position,
.mc-profile .people.team-member .team-member__info h4 {
    color: #000;
}

.mc-profile  .people.team-member img {
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/* End of.. */

.people.team-member .team-member__info {
	position: absolute;
    background-color: #ed2124;
    bottom: 15px;
    color: white;
    padding: 10px 10px;
    width: 75%;
    box-shadow: 0px 0px 23px -4px black;
    min-height: 90px;
}

.people.team-member svg {
	position: absolute;
    bottom: 20px;
    right: 0;
    color: white;
    padding: 20px;
    fill: white;
    width: 25%;
    height: 70px;
    opacity: 0.5;
    cursor: pointer;
     -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

.people.team-member:hover svg {
	opacity: 1;
}

.people.team-member .team-member__info h4 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0!important;
    color: #ffffff;
}

.people.team-member .team-member__position {
    opacity: 1;
    font-size: 1.5rem;
    color: white;
    border-bottom: none;
    font-weight: 400;
}


@media (min-width: 1090px) {
	.single-team  main aside#sidebar {
	    width: 20%;
	    padding-right: 0;
	}

	.single-team main #content {
	    width: 80%;
	    padding-top: 2rem;
	}

	.single-team .team-member__info {
    	width: 70%;
	    float: left;
	    padding-right: 5rem;
	    min-height: 800px;
	}
}

 @media (min-width: 769px){
    .single-team .team-member__info {
        min-height: 600px;
    }
}

.single-team strong{
    font-weight: 400;
    color: white;
}
.single-team .team-member__contact strong{
	 font-weight: 600;
}
.single-team .team-member__contact svg{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    fill: #efefef;
    overflow: hidden;
    width: 100%;
}

.single-team .team-member__services .btn:before{
	content: none!important;
}
.single-team .team-member__services .btn:after{
	content: none!important;
}
.single-team .team-member__services .btn {
    margin-bottom: 10px!important;
}

.single-team .team-member__services .btn svg{
    margin: 2px 15px -6px 0px;
    height: 24px;
    width: 24px;
    fill: white;
    transition: all .5s ease-out;
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
}

.single-team .team-member__services .btn {
    width: 100%;
    text-align: left;
    padding: 1.3rem 2rem;
    padding-left: 50px;
}



.single-team h5{
	color:#ed2124;
}

@media (min-width: 990px) {
.single-team .widget-area .search-site-content .wrap {
	    width: 88%;
	}
}

.single-team .widget-area .fwp-submit {
    width: 100%;
}

.single-team .widget-area .fwp-submit, .fwp-reset {
    padding: 1rem 1rem 1rem 1rem;
}

.single-team .widget-area .vc_row {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.single-team .widget-area .search-site-content input {
	clip-path: none;
	background: none;
	width: 100%;
    margin: 0;
    font-family: inherit;
    background: white;
    font-family: inherit;
    font-size: 1.6rem;
}
.single-team .widget-area  .site-widget select {
    clip-path: none;
	background: none;
	width: 100%;
    margin: 0;
    height: auto;
    font-family: inherit;
    font-size: 1.6rem;
    background: white;
    border: none;
}
.single-team p, .single-team a {
	position: relative;
}

.single-team p.team-dx:before {
    background: transparent url(../images/icon-mail.svg) 0 4px no-repeat;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: 22px;
    position: absolute;
    top: 0;
    left: -25px;
}

.single-team p.team-phone:before {
    background: transparent url(../images/icon-phone.svg) 0 4px no-repeat;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: -25px;
}

.single-team  p.team-email:before {
    background: transparent url(../images/icon-mail.svg) 0 4px no-repeat;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: 22px;
    position: absolute;
    top: 2px;
    left: -25px;
}

.single-team  a.team-vCard:before {
    background: transparent url(../images/icon-vcard.svg) 0 4px no-repeat;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: 22px;
    position: absolute;
    top: -2px;
    left: -25px;
}

.single-page.team-member{
	background-color: #fafafa14;
	margin:0;
    /*padding: 22px;*/
    /*margin: 0 0 170px 0;*/
}

.single-team .bcr, .results-count {
    z-index: 1;
    width: 35%;
    float: left;
    text-align: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 14px;
    color: white;
}

.col-sm-6{
	width: 45%;
    padding: 40px;
    display: inline;
}
.col-sm-6.left{
	float: left;
}
.col-sm-6.right{
	float: right;
}


.content-box-light .ir-content-box {
    position: relative;
    margin: 0 0 2rem 0;
    position: relative;
    overflow: hidden;
    padding: 25px;
    background-color: #fafafa;
    z-index: 0;
    border-left: 3px solid rgba(0,0,0, .125);
}

.ir-content-box svg{
	display: none;
}

.content-box-light svg {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*fill: #efefef;*/
    fill: rgba(0,0,0, .035);
    overflow: hidden;
    width: 100%;
}

.content-box-light .ir-content-box p {
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 1.7rem 0!important;
    padding: 0;
    color: inherit;
}
.content-box-light .ir-content-box p strong {
	font-weight: 500;
	color: #000;
}

.content-box-light h3 {
    font-size: 2.4rem;
    line-height: 1.25;
    font-style: normal;
    font-weight: 500;
    min-height: 70px;
    margin-bottom: 0!important;
}

.content-box-light .mid-content-box-light{
    min-height: 180px;
}
/* -- MODULES : case studies --- */
.case-study {
    margin: 0 0 3rem 0;
}


/* -- MODULES : file list --- */
.tbl {
    margin: 0 0 3rem 0;
}
.tbl .row.th {
    display: none;
}
.tbl .row {
    margin: 0 0 2rem 0;
    border-bottom: 1px dashed #e0e0e0;
}
.tbl .cell {
    font-size: 1.75rem;
}
.tbl .cell.date {
	font-size: 1.55rem;
	font-weight: 500;
	color: #000;
}
.tbl .cell.view a,
.tbl .cell.download a {
    display: block;
    text-align: center;
}
.tbl .cell.name {
    font-weight: 600;
}
.tbl .cell.name a {
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tbl .cell.name a,
.tbl .cell.name a:link,
.tbl .cell.name a:visited {
    display: block;
    line-height: 1.4;
}
.tbl .cell.download polyline,
.tbl .cell.download path {
	-webkit-transition: stroke .2s ease-in-out;
	-moz-transition: stroke .2s ease-in-out;
	-o-transition: stroke .2s ease-in-out;
	transition: stroke .2s ease-in-out;
}
.tbl .cell.download:hover .h {
	stroke: #000
}

#content .file-list {
	list-style: none;
	margin-left: 0;
}
#content .file-list li {
	margin: 0;
	padding: .7rem .0;
	border-bottom: 1px solid #697077;
}
#content .file-list a {
	display: block;
}
#content .file-list a .meta {
	display: inline-block;
	width: 9.5rem;
	font-size: 1.3rem;
	margin: 0;
}

/* --- FILE CTA --- */
.file-cta {
	display: block;
	padding: 20px;
	background: #000;
}
.file-cta h2 {
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: .05rem;
	color: #fff;
	margin: -7px 0 28px 0;
	position: relative;
}
.file-cta h2:after {
	content: "";
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -7px;
	left:0;
	right: -20px;
}
.file-cta .file-link {
	display: block;
	position: relative;
}
.file-cta .file-link .download {
	background: rgba(0,0,0, .6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.file-cta .file-link .download span {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}
.file-cta .file-link .download svg {
	display: block;
	width: 60px;
	height: 60px;
}
.file-cta .file-link img {
	margin: 0;
}
.file-cta .file-link:hover .download,
.file-cta .file-link:active .download,
.file-cta .file-link:focus .download {
	opacity: 1;
}


/* --- MODULE : cta ---- */
.cta {
	display: block;
	text-align: center;
	padding: 4rem 3rem;
	position: relative;
}
.cta .cta-thumb {
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.cta h3,
.cta p {
	color: #fff;
	position: relative;
	z-index: 10;
}
.cta h3 {
	margin-bottom: 1.4rem;
}
.cta p {
	margin-bottom: 0;
}

/* --- MODULE : featured link --- */
.feat-link {
	display: inline-block;
	margin: 0 0 1rem 0;
	padding: 0 0 0 2.2rem;
	position: relative;
}
.feat-link:before {
	content: "\2193";
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.feat-link.pagelink:before {
	content: "\2192";
}
.feat-link:hover,
.feat-link:active,
.feat-link:focus {
	padding-left: 2.5rem;
}

/* --- MODULES : content box --- */
.ir-content-box-container {
    width: 100%;
   /* margin: 0 0 2rem 0;*/
}
.ir-content-box-container a {
    display: block;
}
.ir-content-box {
    position: relative;
}
.ir-content-box > div {
	margin-bottom: 0;
    padding-bottom: 1rem;
    position: relative;
    z-index: 5;
}
.ir-content-box__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.wpb_text_column .wpb_wrapper {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
	-ms-flex-wrap: wrap;
    flex-direction: column;
    align-items: space-between;
	-ms-flex-align: space-between;
    justify-content: space-between;
}
.ir-content-box p {
    max-width: 50rem;
    font-size: 1.78rem;
    line-height: 1.4;
    margin: auto!important;
    color: inherit;
}
.ir-content-box .btn {
    display: block;
    text-align: center;
    padding: .8rem 1rem;
    border: none;
    position: relative;
    z-index: 3;
}
.ir-content-box .btn:hover,
.ir-content-box .btn:active,
.ir-content-box .btn:focus {
    color: #fff;
    background: #525a62;
}


/* -- MODULES : video popup --- */
.ir-video {
	margin: 0 0 3rem 0;
}
.ir-video h4 {
	margin: 0 0 .8rem 0;
}
.ir-video .subtitle {
	margin: 0 0 1.2em 0;
}
.ir-video-thumbnail a {
	display: block;
	position: relative;
}
.ir-video-thumbnail img {
	display: block;
	margin: 0;
}
.ir-video-thumbnail svg {
	display: block;
    width: 140px;
    height: auto;
    margin: 40px auto;
}
.ir-video-thumbnail a:hover polygon,
.ir-video-thumbnail a:active polygon,
.ir-video-thumbnail a:focus polygon {
	fill: #f5f5f5;
}
.ir-video-thumbnail a:hover svg,
.ir-video-thumbnail a:active svg,
.ir-video-thumbnail a:focus svg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.ir-video .wpb_text_column {
	margin: 0;
	padding: 10px;
	background: #000;
}
.ir-video .wpb_text_column * {
	color: #fff;
}



/* --- MODULES : timeline --- */
.timeline__wrap {
    margin: 0 0 3rem 0;
	position: relative;
}
.timeline__wrap:before {
    content: "";
    display: block;
    width: 2px;
    background: #d6d6d6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 3;
}
.timeline__block {
	text-align: center;
	margin: 0 0 3rem 0;
	padding: 2rem;
	background: #f5f5f5;
    position: relative;
	z-index: 4;
}
.timeline__title + .intro {
	margin-top: -1rem;
}
.timeline__block .intro {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 0 1.5rem 0;
}
.timeline__content p:last-of-type {
	margin-bottom: 0;
}


/* --- VC : tabs --- */
#content .vc_tta-tabs-list {
    list-style: none;
    margin: 0;
}
#content .vc_tta-tabs-list li {
    margin: 0;
}
.vc_tta-panels,
.vc_tta-panel-body {
    margin: 2rem 0;
    padding: 0!important;
    background: none!important;
    border: none!important;
}
.vc_tta-tabs-container {
    border-bottom: 1px solid #687077;
}
.vc_tta-tab {
    margin-right: -2px!important;
}
.vc_tta-tab > a {
    display:block;
    padding: 9px!important;
    color: #000!important;
    background: #fff!important;
    border: 2px solid #e8272d!important;
    border-radius: 0!important;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}
.vc_tta-tab.vc_active > a {
    color: #fff!important;
    background: #e8272d!important;
}
.vc_tta-tab > a:hover {
    color: #fff!important;
    background: #000!important;
}


.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    font-size: 1.9rem;
    padding: 12px 10px 11px 10px!important;
    color: #000!important;
    background: #fff!important;
    border: 2px solid #e8272d!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title>a {
    color: #fff!important;
    background: #e8272d!important;
}

/* --- WIDGETS --- */


main .site-widget {
	margin-bottom: 3rem;
}
.widget--title {
    font-size: 1.78rem;
    text-transform: uppercase;
	margin-bottom: 1rem;
}

/* --- WIDGETS : lists --- */
#sidebar .menu li {
	margin: 0 0 3px 0;
	overflow: hidden;
}
#sidebar .menu a {
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .035rem;
	padding: 11px 15px;
	color: #000;
	background: rgba(0,0,0, .15);
	position:relative;
	-webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out;
}
#sidebar .menu a:before {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #e8272d;
	position: absolute;
	bottom: -3px;
	left: 15px;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#sidebar .menu a:hover,
#sidebar .menu a:active,
#sidebar .menu a:focus,
#sidebar .menu .current-menu-item a {
	font-weight: 500;
}
#sidebar .menu a:hover:before,
#sidebar .menu a:active:before,
#sidebar .menu a:focus:before,
#sidebar .menu .current-menu-item a:before {
	bottom: 0;
	opacity: 1;
}





/* --- WIDGETS : archives --- */
.site-widget.widget_archive li:before,
.site-widget.widget_categories li:before,
.site-widget.widget_pages li:before {
	content: "\203A";
	padding-right: .5em;
	color: #687077;
}
.site-widget.widget_archive li:hover:before,
.site-widget.widget_categories li:hover:before,
.site-widget.widget_pages li:hover:before,
.site-widget.widget_archive li:active:before,
.site-widget.widget_categories li:active:before,
.site-widget.widget_pages li:active:before,
.site-widget.widget_archive li:focus:before,
.site-widget.widget_categories li:focus:before,
.site-widget.widget_pages li:focus:before {
	color: #000;
}
.site-widget.widget_archive li.more {
    max-width: 11.4rem;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
	padding: .5rem 1.2rem;
	color: #fff;
	background: #687077;
}
.site-widget.widget_archive li.more:before {
	content: "";
	padding-right: 0;
}
.site-widget.widget_archive li.more:after {
	content: "\2193";
	font-size: 1.2rem;
	margin-left: 6px;
}
.site-widget.widget_archive li.less:after {
	content: "\2191";
	font-size: 14px;
	margin-left: 6px;
}
.site-widget.widget_archive li.more:hover,
.site-widget.widget_archive li.more:active,
.site-widget.widget_archive li.more:focus {
	color: #414042;
	background: #eaeaea;
}

/* --- WIDGETS : forms --- */
.site-widget select {
	width: 100%;
	height: 33px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
}
.site-widget select:active,
.site-widget select:focus {
    outline: none;
    border-color: #ccc;
}
.site-widget .widget-title + label {
	display: none;
}
.site-widget .widget-title + label + select {
	margin-top: .8rem;
}

/* --- WIDGETS : tags --- */
.site-widget .tagcloud {
	margin-top: 1.5rem;
}
.site-widget .tagcloud a {
	display: inline-block;
	font-size: 1.6rem!important;
	margin: 0 0 .2em 0;
	padding: 0 .4em;
	background: #f5f5f5;
}
.site-widget .tagcloud a:hover,
.site-widget .tagcloud a:active,
.site-widget .tagcloud a:focus {
    color: #687077;
	background: #eaeaea;
}


/* --- FORMS : general --- */
#content form {
	margin-bottom: 2rem;
}
#content form ul {
	list-style: none;
	margin: 0;
}
#content form li {
	margin-bottom: 2rem;
}
form label {
	display: block;
	font-size: 1.5rem;
	margin: 0 0 .7rem 0;
}
form input,
form textarea {
	width: 100%;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 9px 12px;
	background:  #f5f5f5;
	border: 1px solid #dcdcdc;
	-webkit-appearance: none;
	color: #ffffff;
}
form input:active,
form input:focus,
form textarea:active,
form textarea:focus {
	outline: none;
	border-color: #ccc;
}


/* --- FORMS : gravity --- */
.gfield_required {
	margin-left: .4rem;
	color: #000;
}


/* --- FORMS : searchform --- */
.searchform {
    bordeR: 1px solid #dcdcdc;
}
#content .searchform {
    max-width: 45rem;
}
.searchform input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    bordeR: none;
}
.searchform input[type="submit"] {
    width: 20%;
    float: right;
    border: none;
    color: #000000;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:active,
.searchform input[type="submit"]:focus {
    background-color: #dcdcdc;
}


/* --- FOOTER --- */
footer {
    padding: 2.5rem 0;
    color: #fff;
    background: #000;
}
footer .copy,
footer p,
footer a,
footer span {
    font-size: 1.7rem;
    margin: 0 0 0.5rem 0;
}
footer .widget--title {
    font-size: 1.65rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
    color: #f5f5f5;
}
footer .copy {
    margin: 0;
}
footer a,
footer a:link,
footer a:visited {
    display: inline;
    color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
   color: #ed2024;
}
footer ul {
	margin: 20px 0 0 0;
}
.footnav ul {
    margin: 0 0 1.5rem 0;
}
.footnav li {
    margin: 0 0 .8rem 0;
}
.footnav a {
    font-size: 1.35rem;
}
.footer a:hover{
	color: #ed2024;
}
footer .columns.set1 {
	padding-left: 29px;
}
footer .columns.set2 .col-3 {
	margin: 30px 0 0 29px;
}

footer img {
	width: 70%;
    max-width: 20rem;
}

footer .footer-border {
	margin: 12px 0 10px 0;
	border: 0.5px solid #ed2024;
}
footer .widget_header_icons {
    margin: 20px 0 7px -1px;
}
footer .widget_header_icons a {
    padding: 8px 0px 0px 12px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 1.3;
    background: transparent;
    margin: 0 2px;
    border-radius: 50%;
    border: 2px solid #ed2024;
    display: inline-block!important;
    color: #ed2024;
}

footer .widget_header_icons a:hover {
    color: #ffffff!important;
    border: 2px solid #ffffff;
}
.footer-widget.widget_custom_html{
	margin-bottom: 1rem;
}

footer a.convex {
	display: inline-block;
	width: auto;
	margin: 15px 0 0 0;
}
footer a.convex:link,
footer a.convex:visited {
	display: inline-block;
	width: auto;
}
footer a.convex img {
	width: 128px;
	margin-left: -11px;
}

footer .menu {
	margin-left: 29px;
}

footer .copy,
footer p,
footer a,
footer span {
    position: relative;
    font-size: 14px;
    margin: 0 0 0.5rem 0;
    padding: 0rem 0 0.2rem 0px;
    width: 100%;
    font-weight: 300;
}

footer .made-by {
  padding: 0 0 .2rem 28px;
}
footer .copy {
	padding: 3px 0 0.2rem 28px;
}
footer .made-by strong {
	font-weight: 500;

}
footer .made-by .bir {
	padding: 0 1px;
	color: #fdcf5c;
}
footer .menu  a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
footer .menu a:hover,
footer .menu a:active,
footer .menu a:focus {
	padding-left: 10px;
}






/* --- B2T --- */
.cd-top {
	display: inline-block;
	width: 36px;
	text-align: center;
	position: fixed;
	padding-bottom: 10px;
	bottom: 0;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .06);
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0,0,0, .3);
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}
.cd-top span {
    font-size: 42px;
    margin: -3px 0 0 -26px;
	color: #fff;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .8;
}
.cd-top:hover,
.cd-top:active,
.cd-top:focus {
	background: rgba(0,0,0, .7);
	opacity: 1;
	padding-bottom: 16px;
}



/* --- TRANSITIONS --- */
/*a,
.site-widget.widget_archive li:before {
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.btn,
.file-cta {
	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.site-widget li.recentcomments {
	-webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}*/
.sitenav .sub-menu a,
#content ul.page-numbers .page-numbers,
.site-widget.widget_archive li,
.site-widget .tagcloud a,
.tbl .cell.view a {
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
footer a {
	-webkit-transition: color .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: color .2s ease-in-out, border .2s ease-in-out;
    transition: color .2s ease-in-out, border .2s ease-in-out;
}
input,
textarea {
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}
.cd-top,
.ir-video-thumbnail svg,
.ir-video-thumbnail polygon,
.feat-link {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media (max-width:699px){
	.page-id-10 .team-member__wrap .team-member__info h4 {
	    font-size: 2rem;
	    font-weight: 500;
	    margin: .5em 0 .1em 0!important;
	}
	.page-id-34 main {
	    padding-bottom: 10px!important;
	}
}

a.floatRight {
    float: right;
}
a.floatRight.page-link {
    min-width: 300px;
}
i.facetwp-btn {
    visibility: hidden;
}

a.ir:hover strong {
    color: #ed2024!important;
}

.page-id-46 .equal {
    min-height: 460px;
}

.page-id-44 sub, sup {
    font-size: 13px!important;
}


@media (max-width:500px){

	.page-id-2 .vc_empty_space {
	    margin-top: -70px;
	}
}

.agree, .consent {
    display:flex;
}



.redleaf {
	background: #fafafa;
}

.sitenav .sub-menu-wrap .sub-menu-wrap-inner a {
    font-size: 16px;
}

.gform_wrapper:before {
	display: none;
}

@media (min-width: 990px) {
    .destop-search .header-form {
        width: 91%;
    }
}

.page-id-50 #recent-posts-5 {
    display: none;
}

span.team-member__position.team-member__read {
    color: #000!important;
}


/* --- PAGE : financial calendar --- */
.page-template-page-calendar #content {
	padding-top: 12px;
}
.fincal {
	margin-bottom: 4rem;
}
.fincal h3 {
	margin: 0 0 2.5rem 0;
	color: #e8272d;
}
#content .fincal-table {
	margin: 0 0 2px 0;
	padding: 20px;
	background: rgba(0,0,0, .05);
}
#content .fincal-table li {
	padding-left: 0;
}
#content  .fincal-table li:before {
	display: none;
}
.fincal-table .add a {
	display: block;
}
.fincal-table .add svg {
	display: block;
	width: 28px;
}
.fincal-table .add path,
.fincal-table .add polygon {
	-webkit-transition: fill .2s ease-in-out;
    -moz-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
}
.fincal-table .add a:hover path,
.fincal-table .add a:active path,
.fincal-table .add a:focus path,
.fincal-table .add a:hover polygon,
.fincal-table .add a:active polygon,
.fincal-table .add a:focus polygon {
	fill: #000;
}
#content .fincal-table .date {
	font-size: 1.55rem;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #4a4a4a;
}
#content .fincal-table .title {
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	color: #000;
}
#content .upcoming .fincal-table {
	padding-right: 60px;
	position: relative;
}
#content .fincal-table .add {
	position: absolute;
	right: 20px;
	top: 24px;
}


/* --- page : contact --- */
#content .contacts h2 {
	font-size: 2.7rem;
}



footer .menu-footer-menu-container ul{
	display: flex;
    flex-flow: wrap;
}

footer .menu-footer-menu-container  ul li{
	flex: 50%;
    padding-left: 30px;
}

.page-link {
    display: block;
}





