/*
Theme Name: RIQ
Author: Ali Alaa El Dine
Version: 1.0.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@font-face {
	font-family: 'NewScience';
	src: url('assets/fonts/NewScience-Regular.eot');
	src: url('assets/fonts/NewScience-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/NewScience-Regular.woff2') format('woff2'),
		url('assets/fonts/NewScience-Regular.woff') format('woff'),
		url('assets/fonts/NewScience-Regular.ttf') format('truetype'),
		url('assets/fonts/NewScience-Regular.svg#NewScience-Regular') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NewScience';
	src: url('assets/fonts/NewScience-Medium.eot');
	src: url('assets/fonts/NewScience-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/NewScience-Medium.woff2') format('woff2'),
		url('assets/fonts/NewScience-Medium.woff') format('woff'),
		url('assets/fonts/NewScience-Medium.ttf') format('truetype'),
		url('assets/fonts/NewScience-Medium.svg#NewScience-Medium') format('svg');
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NewScience';
	src: url('assets/fonts/NewScience-SemiBold.eot');
	src: url('assets/fonts/NewScience-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/NewScience-SemiBold.woff2') format('woff2'),
		url('assets/fonts/NewScience-SemiBold.woff') format('woff'),
		url('assets/fonts/NewScience-SemiBold.ttf') format('truetype'),
		url('assets/fonts/NewScience-SemiBold.svg#NewScience-SemiBold') format('svg');
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aspekta';
	src: url('assets/fonts/Aspekta-400.eot');
	src: url('assets/fonts/Aspekta-400.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Aspekta-400.woff2') format('woff2'),
		url('assets/fonts/Aspekta-400.woff') format('woff'),
		url('assets/fonts/Aspekta-400.ttf') format('truetype'),
		url('assets/fonts/Aspekta-400.svg#Aspekta-400') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aspekta';
	src: url('assets/fonts/Aspekta-600.eot');
	src: url('assets/fonts/Aspekta-600.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Aspekta-600.woff2') format('woff2'),
		url('assets/fonts/Aspekta-600.woff') format('woff'),
		url('assets/fonts/Aspekta-600.ttf') format('truetype'),
		url('assets/fonts/Aspekta-600.svg#Aspekta-600') format('svg');
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Aspekta';
	src: url('assets/fonts/Aspekta-700.eot');
	src: url('assets/fonts/Aspekta-700.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Aspekta-700.woff2') format('woff2'),
		url('assets/fonts/Aspekta-700.woff') format('woff'),
		url('assets/fonts/Aspekta-700.ttf') format('truetype'),
		url('assets/fonts/Aspekta-700.svg#Aspekta-700') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.62);
  background-color: #fff;
  font-family: "Aspekta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
	margin: 0;
}

.mobile-only{
    display: none;
}

a, input, textarea, button{
	outline: none !important;
}

.pad-left{
	padding-left: 12%;
}

.pad-left.no-pad-left-desk{
	padding-left: 0;
}

.pad-right{
	padding-right: 12%;
}

.pad-right.no-pad-right-desk{
	padding-right: 0;
}

.pad-top{
	padding-top: 50px;
}

.pad-top2{
	padding-top: 100px;
}

.pad-top3{
	padding-top: 180px;
}

.pad-bottom{
	padding-bottom: 50px;
}

.pad-bottom2{
	padding-bottom: 100px;
}

.pad-bottom3{
	padding-bottom: 180px;
}

.center-block{
	margin: 0 auto;
}

section.riq-sec{
	position: relative;
	overflow: hidden;
}

/* ------------ */

section.riq-sec .hero-overlay{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(179.99deg, rgba(0, 44, 147, 0) -64.48%, rgba(0, 44, 147, 0.732511) 53.8%, rgba(0, 44, 147, 0.829604) 69.48%, rgba(0, 44, 147, 0.95) 96.99%);
}

section.riq-sec .hero-text-container{
	position: relative;
	z-index: 2;
}

section.riq-sec .hero-text-container .hero-flex-vertical {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.riq-sec .hero-text-container .hero-slogan-flex {
  flex: 1;
}

section.riq-sec .hero-text-container .hero-slogan-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 70px;
}

section.riq-sec .hero-text-container .hero-line{
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-family: 'NewScience';
	font-size: 16px;
}

section.riq-sec.hero-sec{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.riq-sec .hero-text-container .hero-slogan{
	text-align: center;
	padding: 0 0 40px;
}

section.riq-sec .hero-text-container .hero-slogan h1{
	font-family: 'NewScience';
	font-size: 42px;
	line-height: 52px;
	font-weight: 600;
	color: #fff;
}

section.riq-sec .hero-text-container .hero-slogan h1 span{
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	display: block;
	padding: 10px 0 0;
}

section.riq-sec .hero-text-container .hero-slogan h1 span font{
	color: #008CFF;
}

.riq-sec.map-sec .map-embed{
	width: 100%;
	height: 60vh;
	position: relative;
}

.riq-sec.map-sec .map-embed iframe{
	border: none;
	width: 100%;
	height: 100%;
	display: block;
}

header.riq-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
	transition: all 300ms ease;
}

.scrolling header.riq-header{
	/* background-color: rgba(0, 0, 93, 0.75); */
}

.hide-header header.riq-header{
	top: -150px;
}

header.riq-header .header-wrapper{
	padding: 20px 0;
	position: relative;
	transition: all 300ms ease;
}

.scrolling header.riq-header .header-wrapper{
	padding: 0;
}

header.riq-header .header-wrapper .riq-hblk.logo a{
	display: block;
	text-decoration: none;
	max-width: 160px;
	height: auto;
	transition: all 300ms ease;
}

.scrolling header.riq-header .header-wrapper .riq-hblk.logo a{
	max-width: 100px;
}

header.riq-header .header-wrapper .riq-hblk.logo a svg{
	width: 100%;
	height: auto;
	display: block;
}

header.riq-header .header-wrapper .riq-hblk.logo a svg path{
	transition: all 300ms ease;
}

.scrolling header.riq-header .header-wrapper .riq-hblk.logo a svg path.tohide{
	opacity: 0;
}

footer.riq-footer{
	background-color: #00005D;
	font-size: 14px;
	line-height: 20px;
	background-image: url(/wp-content/themes/riq/assets/images/footer-shape.svg);
  background-position: center center;
  background-size: auto 100%;
	background-repeat: no-repeat;
}

footer.riq-footer .footer-wrapper{
	padding: 35px 0 20px;
	color: #fff;
}

footer.riq-footer .footer-blks{
	display: flex;
	gap: 30px;
	align-items: center;
}

footer.riq-footer .footer-blks .riq-fblk.disclaimer.hidden .riq-disclaimer{
	opacity: 0;
	z-index: -1;
}

footer.riq-footer .footer-blks .riq-fblk.copyright{
	text-align: center;
	flex: 1;
	color: rgba(255,255,255,0.6);
}

.disclaimer-flex{
	display: flex;
	align-items: center;
}

.disclaimer-flex .df-blk {
  flex: 0 1 auto;
  width: auto;
}

.disclaimer-flex .df-blk.logo{
	background-color: #006AFF;
	padding: 10px 5px;
}

.disclaimer-flex .df-blk.txt{
	padding: 10px;
	background-color: #fff;
	color: #00005D;
}

.riq-sec.cinfo-sec .cinfo-flex{
	display: flex;
}

.riq-sec.cinfo-sec .cinfo-flex .cinfo-blk{
	flex: 1;
	position: relative;
}

.riq-sec.cinfo-sec .cinfo-flex .cinfo-blk.img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
	top: 60px;
}

.riq-sec.cinfo-sec .cinfo-flex .cinfo-blk.img img{
	width: 100%;
	height: auto;
	display: none;
}

.riq-sec.cinfo-sec .cinfo-container .cinfo-inner-container{
	position: relative;
	padding: 40px 90px;
}

.riq-sec.cinfo-sec .cinfo-container .cinfo-container-bg{
	position: absolute;
	z-index: 1;
	width: 150%;
	height: 100%;
	background-color: #E5F0FF;
	top: 0;
	left: 0;
}

.riq-sec.cinfo-sec .cinfo-container .cinfo-wrapper{
	position: relative;
	z-index: 3;
}

.riq-sec.cinfo-sec .cinfo-row .cinfo-row-title{
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	padding: 0 0 25px;
	color: #000;
}

.riq-sec.cinfo-sec .cinfo-row{
	padding: 35px 0;
	border-bottom: 1px solid rgba(0, 0, 93, 20%);
}

.riq-sec.cinfo-sec .cinfo-row:last-child{
	border: none;
}

.cinfo-row-flex {
  display: flex;
  gap: 10px;
}

.cinfo-row-flex .cinfo-row-flex-blk.icn {
  max-width: 26px;
  height: auto;
	padding: 3px 0 0;
}

.cinfo-row-flex .cinfo-row-flex-blk.icn svg{
	height: auto;
	display: block;
	width: 26px;
}

.cinfo-row-flex .cinfo-row-flex-blk.icn svg path{
	stroke: #fff;
}

.cinfo-row-flex .cinfo-row-flex-blk.txts .cinfo-lbl{
	color: rgba(0,0,0,0.3);
	padding: 0 0 6px;
}

.cinfo-row-flex .cinfo-row-flex-blk.txts .cinfo-lnk a{
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	transition: all 300ms ease;
}

.cinfo-row-flex .cinfo-row-flex-blk.txts .cinfo-lnk a:hover{
	color: #006AFF;
}

.riq-sec.cinfo-sec .cinfo-container .cinfo-bg-elem {
  position: absolute;
  z-index: 2;
  height: 40%;
  width: auto;
  bottom: 0;
  right: 0;
}

/* ---------- */

.riq-sec.first-sec .hero-sec-wrap{
	padding: 130px 0 0;
}

.riq-sec.hero-sec .hero-sec-wrap .hero-content {
  height: 50vh;
}

.riq-sec.hero-sec .hero-sec-wrap.overlay{
	background: linear-gradient(91.78deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.15) 49.21%);
}

.riq-sec.hero-sec .hero-content .hero-contnt-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.riq-sec.hero-sec .hero-content .hero-title h1{
	font-family: 'NewScience';
	font-weight: 600;
	color: #fff;
	font-size: 46px;
	line-height: 52px;
}

.riq-intro-txt{
	font-family: 'NewScience';
	max-width: 900px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 26px;
	line-height: 34px;
	color: #000;
	text-align: center;
}

.riq-intro-txt strong{
	font-weight: 600;
	color: #006AFF;
}

.riq-body-text h2,
.riq-body-text h1{
	font-family: 'NewScience';
	color: #000;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	padding: 0 0 20px;
}

.riq-body-text.white h2,
.riq-body-text.white h1{
	color: #fff;
}

.riq-body-text h3{
	font-family: 'NewScience';
	color: #000;
	font-weight: 500;
	font-size: 26px;
	line-height: 34px;
	padding: 0 0 20px;
}

.riq-body-text.white h3{
	color: #fff;
}

.terms-txts .riq-body-text h2{
	padding-top: 10px;
}

.terms-txts .riq-body-text h2:first-child{
	padding-top: 0;
}

.riq-body-text .sec-body,
.riq-body-text p{
	
}

.riq-body-text p{
	padding: 0 0 15px;
}

.riq-body-text p a,
.riq-body-text ul a,
.riq-body-text ol a,
.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .tmem-bio .tmem-bio-scroll a{
	color: #006AFF;
	font-weight: 600;
	text-decoration: none;
}

.riq-body-text.white p a,
.riq-body-text.white ul a,
.riq-body-text.white ol a{
	color: #fff;
}

.riq-body-text.white p{
	color: #fff;
}

.riq-body-text p:last-child{
	padding: 0;
}

.riq-body-text ul{
	margin: 0;
	padding: 0 0 15px 20px;
}

.riq-body-text ul:last-child{
	padding: 0 0 0 20px;
}

.riq-body-text p strong{
	font-weight: 600;
	color: #006AFF;
}

.riq-body-text.force-white p strong{
	color: #fff;
}

.riq-body-text p a{
	font-weight: 600;
	color: #006AFF;
}

.riq-flex{
	display: flex;
	gap: 80px;
	min-height: 400px;
}

.riq-banner .riq-flex{
	min-height: unset;
}

.riq-flex .riq-flex-blk{
	flex: 1;
}

.riq-flex .riq-flex-blk.img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
	position: relative;
	overflow: hidden;
}

.riq-flex .riq-flex-blk.img img{
	width: 100%;
	height: auto;
	display: none;
}

.riq-banner.with-img .riq-body-text h2{
	color: #fff;
}

.riq-banner.with-img .riq-body-text .riq-desc{
	color: #fff;
}

.riq-banner{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #E5F0FF;
	padding: 80px;
	position: relative;
}

.riq-flex .riq-flex-blk.txt .riq-flex-blk-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.riq-sec.home-about-sec .riq-flex,
.riq-sec.home-risk-sec .riq-flex{
	flex-direction: row-reverse;
}

.riq-sec.home-about-sec .sec-cont,
.riq-sec.home-risk-sec .sec-cont{
	padding-left: 0;
}

.riq-sec.home-guiding-sec .sec-cont{
	padding-right: 0;
}

.riq-sec.home-risk-sec {
  background-color: #E5F0FF;
}

.riq-flex.move-img .riq-flex-blk.img{
	position: relative;
	top: 80px;
}

.riq-flex.move-img-reverse .riq-flex-blk.img{
	position: relative;
	top: -80px;
}

.riq-sec.home-about-sec .riq-flex-blk.txt {
  background-color: #E5F0FF;
	position: relative;
}

.riq-sec.home-about-sec .riq-flex-blk.txt .riq-flex-blk-wrap {
  padding: 30px 80px 30px 0;
}

.riq-sec.home-about-sec .riq-flex-blk.txt:before{
	width: 50%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	transform: translateX(-100%);
	background-color: #E5F0FF;
}

.riq-sec-label{
	padding: 0 0 3px;
}

.riq-sec-label h4 {
  font-weight: 400;
  color: #006AFF;
	font-family: 'NewScience';
	font-size: 18px;
}

.riq-sec.social-feed-sec .social-feed-intro {
  max-width: 620px;
}

.riq-sec.social-feed-sec .social-feed-intro .social-channels{
	padding: 25px 0 0;
}

.social-feed-intro .social-channels .social-channels-list{
	font-size: 0;
	line-height: 0;
}

.social-feed-intro .social-channels .social-channels-list .social-icon{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.social-feed-intro .social-channels .social-channels-list .social-icon:first-child{
	padding-left: 0;
}

.social-feed-intro .social-channels .social-channels-list .social-icon:last-child{
	padding-right: 0;
}

.social-feed-intro .social-channels .social-channels-list .social-icon a{
	display: block;
	text-decoration: none;
}

.social-feed-intro .social-channels .social-channels-list .social-icon a svg{
	max-width: 20px;
	height: auto;
	display: block;
}

.social-feed-intro .social-channels .social-channels-list .social-icon a svg path{
	transition: all 300ms ease;
}

.social-feed-intro .social-channels .social-channels-list .social-icon a:hover svg path{
	fill: #006AFF;
}

.social-feed-item .social-feed-img {
  width: 100%;
  height: auto;
	position: relative;
}

.social-feed-item .social-feed-img img{
  width: 100%;
	display: block;
	aspect-ratio: 8/10;
}

.riq-social-feed .social-feed-item {
  padding: 0 10px;
}

.riq-social-feed .riq-social-feed-wrap {
  margin: 0 -10px;
}

.riq-social-feed .slick-list {
  overflow: visible;
}

.riq-sec.social-feed-sec {
  overflow: hidden;
}

.riq-social-feed .social-feed-slider {
  /* width: 97%; */
}

.social-feed-item .social-feed-item-cont{
	position: relative;
	overflow: hidden;
}

.social-feed-item .social-feed-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, #000000 100%);
	padding: 25px;
	transition: all 500ms ease;
  transform: translateY(100%);
}



.social-feed-item .social-feed-item-wrap:hover .social-feed-overlay{
	transform: translateY(0%);
}

.social-feed-item .social-feed-overlay .social-desc{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

.social-feed-item .social-feed-overlay .social-feed-desc-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.social-feed-item .social-feed-overlay .social-platform{
	display: block;
	max-width: 20px;
	height: auto;
	padding: 0 0 10px;
}

.social-feed-item .social-feed-overlay .social-platform img{
	width: 100%;
	height: auto;
	display: block;
}

.social-feed-item .social-feed-item-wrap{
	position: relative;
}

.social-feed-item .social-link{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.riq-slider-arrows .riq-slider-arrow {
  border-radius: 50%;
  background-color: #006AFF;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
	transition: all 300ms ease;
	cursor: pointer;
}

.riq-slider-arrows .riq-slider-arrow:hover{
	background-color: #00005D;
}

.riq-slider-arrows .riq-slider-arrow.slick-disabled{
	background-color: #9AA1A988;
}

.riq-slider-arrows .riq-slider-arrow svg{
	position: absolute;
	width: 14px;
	height: auto;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.riq-slider-arrows{
	padding: 15px 5px 0;
}

.riq-slider-arrows .riq-slider-arrow.next svg{
	left: calc(50% + 1px);
}

.riq-slider-arrows .riq-slider-arrow.prev svg{
	left: calc(50% - 1px);
}

.footer-blks-wrap.menus .riq-fblk.footer-sitemap {
  flex: 1;
}

.footer-blks-wrap.menus ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.footer-blks-wrap.menus ul.menu li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}

.footer-blks-wrap.menus ul.menu li a{
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
	transition: all 300ms ease;
}

.footer-blks-wrap.menus ul.menu li a:hover{
	color: rgba(255,255,255,0.6);
}

.footer-blks-wrap.menus .fmenus-wrap {
  margin: 0 -8px;
	padding: 0 0 20px;
}

.riq-fblk.footer-logo .footer-logo-anch a {
  display: inline-block;
  text-decoration: none;
  max-width: 50px;
}

.riq-fblk.footer-logo .footer-logo-anch a svg {
  width: 100%;
  height: auto;
  display: block;
}

.footer-blks-wrap.logo-social .riq-fblk.footer-social {
  flex: 1;
  text-align: right;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list{
	font-size: 0;
	line-height: 0;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon:first-child{
	padding-left: 0;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon:last-child{
	padding-right: 0;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.16);
	width: 30px;
	height: 30px;
	transition: all 300ms ease;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon a:hover{
	background-color: rgba(255, 255, 255, 0.8);
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon a svg{
	width: 50%;
	height: auto;
	display: block;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon a svg path{
	transition: all 300ms ease;
	fill: #fff;
}

.footer-blks-wrap.logo-social .social-channels .social-channels-list .social-icon a:hover svg path{
	fill: #006AFF;
}

.footer-blks-wrap.logo-social .logo-social-wrap {
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-blks-wrap.logo-social{
	padding: 0 0 20px;
}

header.riq-header .header-wrapper .header-holder{
	position: relative;
}

header.riq-header .header-wrapper .header-holder::before {
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
	z-index: 2;
	transition: all 300ms ease;
}

header.riq-header .header-wrapper .header-holder .header-container{
	position: relative;
	z-index: 5;
}

.scrolling header.riq-header .header-wrapper .header-holder::before{
	left: 0;
	right: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

header.riq-header .header-wrapper .menu-logo-container {
  padding: 12px;
	transition: all 300ms ease;
}

.scrolling header.riq-header .header-wrapper .menu-logo-container{
	padding: 7px 0;
}

header.riq-header .menu-logo-wrap {
  display: flex;
  align-items: center;
}

header.riq-header .menu-logo-wrap .riq-hblk.menu {
  flex: 1;
  text-align: center;
}

header.riq-header .menu-logo-wrap .riq-hblk.menu .mega-menu-wrap {
  display: inline-block !important;
  width: auto !important;
}

header.riq-header .menu-logo-wrap .riq-hblk.menu .mega-menu-wrap .mega-menu{
	display: inline-block !important;
}

header.riq-header .menu-logo-wrap .riq-hblk.menu .mega-menu-wrap .mega-menu a.mega-menu-link{
	transition: all 300ms ease !important;
}

/* header.riq-header .menu-logo-wrap .riq-hblk.menu .mega-menu-wrap .mega-menu a.mega-menu-link > span.mega-indicator{
	width: 10px !important;
	background-image: url(/wp-content/themes/riq/assets/images/caret.svg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
}

 */

header.riq-header .menu-logo-wrap .riq-hblk.menu .mega-menu-wrap .mega-menu a.mega-menu-link > span.mega-indicator::after{
	content: "\f347" !important;
}

.riq-btn{
	background-color: #006aff;
	height: 40px;
	text-decoration: none;
	font-size: 0;
	display: inline-block;
	padding: 0 25px;
	cursor: pointer;
	transition: all 300ms ease;
}

.riq-btn.white{
	background-color: #fff;
}

.riq-btn.bordered{
	background-color: transparent;
	border: 2px solid #000000;
}

.riq-btn.big{
	height: 46px;
}

.riq-btn:hover{
	background-color: #00005D;
}

.riq-btn.white:hover{
	background-color: #006aff;
}

.riq-btn.bordered:hover,
.riq-btn.bordered.active{
	background-color: #006aff;
	border-color: #006aff;
}

.riq-btn span{
	display: inline-block;
	vertical-align: middle;
}

.riq-btn span.txt{
	font-family: 'NewScience';
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	transition: all 300ms ease;
}

.riq-btn.big span.txt{
	line-height: 44px;
}

.riq-btn.white span.txt{
	color: #006AFF;
}

.riq-btn.bordered span.txt{
	color: #000;
	line-height: 34px;
}

.riq-btn.white:hover span.txt{
	color: #fff;
}

.riq-btn.bordered:hover span.txt,
.riq-btn.bordered.active span.txt{
	color: #fff;
}

.riq-btn span.icn{
	width: 30px;
	height: auto;
	padding: 0 0 0 10px;
}

.riq-btn span.icn svg{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: 2px;
}

.riq-btn span.icn svg path{
	stroke: #fff;
	transition: all 300ms ease;
}

.riq-btn.white span.icn svg path{
	stroke: #006AFF;
}

.riq-btn.white:hover span.icn svg path{
	stroke: #fff;
}

.riq-hblk.search-contact .search-contact-flex{
	display: flex;
	gap: 20px;
	align-items: center;
}

section.riq-sec .hero-text-container .hero-link{
	text-align: center;
	padding: 0 0 60px;
}

section.riq-sec .hero-text-container .hero-ihc{
	text-align: center;
	color: #fff;
}

section.riq-sec .hero-text-container .hero-ihc .ihc-label{
	padding: 0 0 15px;
	font-size: 16px;
}


section.riq-sec .hero-text-container .hero-ihc .ihc-logo{
	max-width: 60px;
	margin: 0 auto;
}

section.riq-sec .hero-text-container .hero-ihc .ihc-logo img{
	width: 100%;
	height: auto;
	display: block;
}

/* .riq-sec.social-feed-sec {
  background: linear-gradient(0deg, #F3F5FE, #F3F5FE), linear-gradient(95.97deg, #008CFF 1.18%, #00005D 151.28%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #F8F6F2, #F8F6F2);
} */

.riq-priorities {
  padding: 30px 0 0;
}

.riq-priorities .riq-priority{
	padding: 0 15px;
}

.riq-priorities .priorities-wrap{
	margin: 0 -15px;
}

.riq-priorities .riq-priority .priority-icon{
	padding: 0 0 20px;
}

.riq-priorities .riq-priority .priority-icon img{
	width: 44px;
	height: 44px;
	display: block;
	object-fit: contain;
	object-position: left center;
}

.riq-priorities .riq-priority .priority-title{
	font-family: 'NewScience';
	font-weight: 600;
	font-size: 22px;
	padding: 0 0 15px;
	color: #000;
}

.riq-priorities .riq-slider-arrows {
  padding: 30px 10px 0;
}

.riq-sec.corporate-disclaimer .riq-banner .corporate-shape{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 78%;
	width: auto;
	display: block;
	z-index: 1;
}

.riq-banner .riq-flex-block{
	position: relative;
	z-index: 2;
}

.riq-mem-img img{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1000/988;
	object-fit: cover;
	object-position: center center;
}

.riq-sec.team-sec .team-flex{
	display: flex;
	gap: 40px 24px;
	flex-wrap: wrap;
}

.riq-sec.team-sec .team-flex .riq-mem{
	width: calc(33.333333333% - 16px);
}

.riq-sec.team-sec .team-container{
	padding: 20px 0 0;
}

.riq-mem-img{
	padding: 0 0 18px;
}

.riq-mem-name{
	font-family: 'NewScience';
	font-weight: 500;
	font-size: 21px;
	line-height: 26px;
	color: #000;
	padding: 0 0 7px;
	
}

.riq-mem-name{
	transition: all 300ms ease;
}

.riq-mem-title{
	color: #006AFF;
	font-size: 16px;
	line-height: 22px;
}

.riq-mem .riq-mem-wrap{
	position: relative;
	transition: all 400ms ease;
}

.riq-mem .riq-mem-wrap:hover{
	opacity: 0.85;
}

.riq-mem .riq-mem-wrap:hover .riq-mem-name{
	color: #006AFF;
}

.riq-mem .mem-pop-cta{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}

.mem-pop-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 30;
	visibility: hidden;
}

.mem-pop-block .mem-pop-overlay{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.75);
	transition: all 300ms ease;
	opacity: 0;
}

.mem-pop-block.open .mem-pop-overlay{
	opacity: 1;
}

.mem-pop-block .mem-pop{
	position: absolute;
	width: 90%;
	max-width: 1050px;
	background-color: #fff;
	padding: 60px 30px 30px;
	z-index: 5;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	overflow: hidden;
	transition-delay: 150ms;
	transition: all 300ms ease;
}

.mem-pop-block.open .mem-pop{
	opacity: 1;
	top: 50%;
}

.mem-pop-flex{
	display: flex;
	gap: 35px;
}

.mem-pop-flex .mem-pop-img{
	flex: 0.4;
}

.mem-pop-flex .mem-pop-txts{
	flex: 0.6;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap {
  display: flex;
  flex-direction: column;
	height: 100%;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .tmem-bio {
  flex: 1;
	font-size: 16px;
	line-height: 26px;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .tmem-bio .tmem-bio-wrap{
	height: 100%;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .tmem-bio .tmem-bio-scroll{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 15px 0 0;
}

.team-container .riq-mem-linkein{
	padding: 7px 0 0;
}

.team-container .riq-mem-linkein a{
	width: 20px;
	height: auto;
	display: block;
	text-decoration: none;
}

.team-container .riq-mem-linkein a svg{
	width: 100%;
	height: auto;
	display: block;
}

.team-container .riq-mem-linkein a svg path{
	transition: all 300ms ease;
}

.team-container .riq-mem-linkein a:hover svg path{
	fill: #006AFF;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .mem-pop-titles{
	padding: 0 0 20px;
}

.mem-pop-block .mem-pop-close-btn{
	width: 24px;
	height: auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 6;
}

.mem-pop-block .mem-pop-close-btn svg{
	width: 100%;
	height: auto;
	display: block;
}

.news-listing-flex{
	display: flex;
	gap: 45px 30px;
	flex-wrap: wrap;
}

.news-listing-flex .news-article{
	width: calc(33.333333333% - 20px);
}

.news-article .article-img img{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 640/400;
	object-fit: cover;
	object-position: center;
}

.news-article .article-img{
	padding: 0 0 15px;
}

.news-article .article-date{
	font-size: 14px;
	line-height: 22px;
	color: #006AFF;
}

.news-article.featured .article-date{
	font-size: 16px;
	line-height: 24px;
}

.news-article .article-title{
	padding: 5px 0 10px;
}

.news-article .article-title h3{
	font-family: 'NewScience';
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}

.news-article.featured .article-title h3{
	font-size: 24px;
	line-height: 32px;
}

.news-article .article-summary{
	font-size: 14px;
	line-height: 22px;
}

.news-article.featured .article-summary{
	font-size: 16px;
	line-height: 24px;
}

.news-article .article-link{
	padding: 10px 0 0;
}

.news-article .article-link a{
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #000;
	transition: all 300ms ease;
}

.news-article.featured .article-link a{
	font-size: 16px;
	line-height: 24px;
}

.news-article .article-link a:hover{
	color: #006AFF;
}

.news-article .article-link a::before,
.news-article .article-link a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
	content: "";
	transition: all 300ms ease;
}

.news-article .article-link a::after{
	width: 0;
	background-color: #006AFF;
}

.news-article .article-link a:hover::after{
	width: 100%;
}

.news-article.featured{
	width: 100%;
}

.news-article.featured .news-article-cont{
	display: flex;
	align-items: center;
	gap: 30px;
}

.news-filters-wrap{
	padding: 0 0 60px;
}

.news-filters-wrap .news-filters{
	font-size: 0;
	text-align: center;
}

.news-filters-wrap .news-filters .filter-btn{
	margin: 10px 5px;
	cursor: pointer;
}

.riq-form .fields-wrap .fields-flex {
  display: flex;
  gap: 20px;
}

.riq-form .fields-wrap .fields-flex .field-wrap{
	flex: 1;
}

.riq-form .field-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
	padding: 0 0 25px;
	position: relative;
}

.riq-form .field-wrap .wpcf7-form-control-wrap input[type=text],
.riq-form .field-wrap .wpcf7-form-control-wrap input[type=email],
.riq-form .field-wrap .wpcf7-form-control-wrap select,
.riq-form .field-wrap .wpcf7-form-control-wrap textarea{
	display: block;
	width: 100%;
	height: 44px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	padding: 0 10px;
	margin: 0;
	font-family: "Aspekta", sans-serif;
	font-size: 14px;
}

.riq-form .field-wrap .wpcf7-form-control-wrap textarea{
	height: 120px;
	resize: none;
	padding: 10px;
}

.riq-form .field-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 11px;
  line-height: 14px;
}

.riq-form .field-wrap .wpcf7-form-control-wrap .intl-tel-input .selected-dial-code {
  font-size: 15px;
}

.riq-form .field-wrap .wpcf7-form-control-wrap input[type="text"].countrytext {
  padding: 0 10px 0 50px;
}

.riq-form .fields-wrap .fields-flex .field-wrap label{

}

.riq-form .field-wrap .wpcf7-form-control-wrap[data-name="policy-acceptance"] .wpcf7-list-item {
  margin: 0;
}

.riq-form .field-wrap .wpcf7-form-control-wrap input[type="checkbox"]{
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin: 0;
}

.riq-form .field-wrap .wpcf7-form-control-wrap[data-name="policy-acceptance"] label{
	font-size: 13px;
}

.riq-form .field-wrap .wpcf7-form-control-wrap[data-name="policy-acceptance"] label a{
	color: #006AFF;
	text-decoration: none;
	transition: all 300ms ease;
}

.riq-form .field-wrap .wpcf7-form-control-wrap[data-name="policy-acceptance"] label a:hover{
	color: #00005D;
}

.riq-form .field-wrap .wpcf7-form-control-wrap[data-name="policy-acceptance"] label .wpcf7-list-item-label{
	padding: 0 0 0 4px;
}

.riq-form .riq-submit-fields-wrap{
	display: none;
}

.riq-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none;
  padding: 0 0 15px;
  font-size: 14px;
}

.riq-form .wpcf7 form.invalid .wpcf7-response-output{
	color: #dc3232;
}

.riq-btn.disabled {
  background-color: #aaa;
  pointer-events: none;
}

.riq-form {
  padding: 20px 0 0;
}

.riq-sec.career-form-sec .riq-form {
  padding: 40px 0 0;
}

.riq-form .field-wrap .wpcf7-form-control-wrap .intl-tel-input .selected-flag{
	background-color: #fff;
}

.cinfo-banner {
  background: #006AFF;
  padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.cinfo-banner .cinf-addr a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: all 300ms ease;
}

.cinfo-banner .cinf-addr.email a{
	text-decoration: underline;
}

.cinfo-banner .cinf-addr a:hover{
	opacity: 0.8;
}

.cinfo-banner .cinf-title{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	font-family: 'NewScience';
}

.cinfo-banner .cinfo-flex {
  display: flex;
}

.cinfo-banner .cinfo-flex .contact-inf-blk{
	flex: 1;
	padding: 0 100px;
}


.cinfo-banner .cinfo-flex .contact-inf-blk:nth-child(2){
	border-left: 1px solid rgba(255,255,255,0.3);
}

.who-we-are-p2-sec .riq-flex{
	flex-direction: row-reverse;
}


.cv-uploader { position: relative; }

.cv-uploader br{
	display: none !important;
}

/* Hide the raw input but keep it focusable for a11y */
.cv-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Pretty box */
.cv-box {
  display: block;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}

.cv-icon { grid-row: 1 / span 2; font-size: 18px; }
.cv-title { font-weight: 600; }
.cv-help { font-size: 11px; color: #6b7280; padding: 0 0 0 16px; display: block; line-height: 15px;}

/* Filename chip */
.cv-chip {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 24px;
  background: #f3f4f6;
  font-size: 12px;
}

.cv-chip-remove {
  border: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.cv-chip-remove:hover { background: #d1d5db; }

.cv-chip {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #E5E5E5;
  font-size: 12px;
  line-height: 20px;
	color: #868686;
}
.cv-chip.show {
  display: inline-flex; /* show when file selected */
}

.cv-box .cv-row1 {
  display: flex;
  width: 100%;
	line-height: 20px;
	align-items: flex-end;
}

.cv-box .cv-row1 .cv-icon{
	width: 16px;
	padding: 0 7px 0 0;
}

.cv-box .cv-row1 .cv-icon svg{
	width: 100%;
	height: auto;
	display: block;
}

.cv-box .cv-row1 .cv-title{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	flex: 1;
}

.seach-form-container {
  position: fixed;
  z-index: 50;
  background: rgba(0,0,0,0.97);
  width: 100%;
  height: 100%;
	display: none;
}

.seach-form-container .search-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
	position: relative;
	z-index: 5;
	padding: 0 20px;
}

.seach-form-container .search-form-wrapper .search-form-cont {
  width: 100%;
}

.seach-form-container .search-form{
	position: relative;
}

.seach-form-container .search-form input {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  height: 40px;
  font-size: 18px !important;
  letter-spacing: 1px;
	font-family: "Aspekta", sans-serif;
  font-weight: 400;
}

.seach-form-container .search-form label {
  position: relative;
  z-index: 1;
  width: 100% !important;
}

.seach-form-container .search-form button.is-search-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: block;
	z-index: 2;
	cursor: pointer;
	transition: all 300ms ease;
}

.seach-form-container .search-form button.is-search-submit:hover{
	opacity: 0.75;
	top: -3px;
}

.seach-form-container .search-form button.is-search-submit .is-search-icon {
  width: 40px;
  height: 40px;
  display: flex !important;
  background: none !important;
  border: none;
  align-content: center;
  justify-content: center;
  padding: 0 !important;
}

.seach-form-container .search-form .is-search-icon svg {
  width: 80%;
  height: auto;
  display: block;
}

.seach-form-container .search-form .is-search-icon svg path{
	fill: #fff;
}

.seach-form-container .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
	opacity: 1;
}
.seach-form-container .search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
	opacity: 1;
}
.seach-form-container .search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
	opacity: 1;
}
.seach-form-container .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
	opacity: 1;
}

.seach-form-container .close-search {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: auto;
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 6;
}

.seach-form-container .close-search:hover{
	opacity: 0.75;
}

.seach-form-container .close-search svg{
	display: block;
	width: 100%;
	height: auto;
}

.seach-form-container .close-search svg path{
	fill: #fff;
}

.riq-hblk.search-contact .search-contact-flex .sc-blk.search a {
  width: 18px;
  height: auto;
  display: block;
  text-decoration: none;
	cursor: pointer;
}

.riq-hblk.search-contact .search-contact-flex .sc-blk.search a svg{
	width: 100%;
	height: auto;
	display: block;
}

.riq-hblk.search-contact .search-contact-flex .sc-blk.search a svg path{
	transition: all 300ms ease;
}

.riq-hblk.search-contact .search-contact-flex .sc-blk.search a:hover svg path{
	fill: #006aff;
}

.search-results-wrapper .search-group {
  padding: 0 0 30px;
}

.search-results-wrapper .search-group:last-child {
  padding: 0;
}

.search-group .search-group-title{
	font-family: 'NewScience';
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #00005D;
	padding: 0 0 15px;
}

.search-group.search-group--page .search-group-title{
	display: none;
}

.search-results-wrapper {
  padding: 10px 0 0;
}

.search-group .search-item{
	padding: 0 0 10px;
}

.search-group .search-item:last-child{
	padding: 0;
}

.search-group .search-item .entry-title{
	font-family: 'NewScience';
	font-size: 17px;
	line-height: 22px;
	padding: 0 0 6px;
}

.search-group .search-item .entry-title a{
	color: #000;
	text-decoration: none;
	transition: all 300ms ease;
}

.search-group .search-item .entry-title a:hover{
	color: #006AFF;
}

.search-group .search-item .entry-content{
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

.search-group .search-item .entry-footer{
	font-size: 15px;
	line-height: 23px;
	color: #006AFF;
}

.riq-sec .sec-wrap{
	position: relative;
	z-index: 4;
}

.riq-sec .riq-elem{
	position: absolute;
	z-index: 3;
	display: block;
}

.riq-sec.social-feed-sec::before {
  background: linear-gradient(0deg, #F3F5FE, #F3F5FE), linear-gradient(95.97deg, #008CFF 1.18%, #00005D 151.28%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #F8F6F2, #F8F6F2);
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.riq-social-feed{
	position: relative;
}

.riq-sec.team-sec.board-members-sec::before {
  content: "";
  width: 70%;
  height: 70%;
  background-color: #E5F0FF;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mem-pop-block .mem-pop .mem-pop-wrap {
  position: relative;
  z-index: 4;
}

.cinfo-banner .cinfo-banner-wrap {
  position: relative;
  z-index: 4;
}

.riq-sec{
	z-index: 2;
}

.riq-sec.hero-sec{
	z-index: 1;
}

.riq-sec.news-sec,
.riq-sec.home-risk-sec{
	overflow: unset;
}


/* elems */
.riq-sec.home-guiding-sec .riq-elem {
  height: calc(100% - 150px);
	width: auto;
  top: 50px;
  left: -15px;
}

.riq-sec.social-feed-sec .riq-elem {
  height: 40%;
	width: auto;
  top: 100px;
  right: -15px;
	opacity: 50%;
}

.riq-sec.who-we-are-sec .riq-flex-blk.img .riq-elem {
  width: 50%;
	height: auto;
  left: -15px;
	bottom: -15px;
	display: block;
}

.riq-sec.who-we-are-p2-sec .riq-elem{
	height: calc(100% - 100px);
	width: auto;
  top: 50px;
  right: -15px;
	opacity: 50%;
}

.riq-sec.priorities-sec .riq-elem{
	height: 70%;
	width: auto;
	bottom: -15px;
	right: -15px;
}

.riq-sec.team-sec.board-members-sec .riq-elem {
  width: 16%;
	height: auto;
  right: -15px;
  top: -15px;
}

.riq-sec.team-sec.management-sec .riq-elem {
  width: 18%;
	height: auto;
  top: 0;
  right: -15px;
}

.mem-pop-block .mem-pop .riq-elem {
  height: 50%;
  width: auto;
  bottom: -15px;
  top: auto;
  right: -15px;
	position: absolute;
  z-index: 3;
  display: block;
}

.riq-sec.accountability-sec .riq-elem {
  height: 45%;
	width: auto;
  left: -15px;
  top: 100px;
}

.riq-sec.career-form-sec .riq-flex-blk.img .riq-elem {
  display: block;
  height: 40%;
  width: auto;
  top: -100px;
  right: 0;
	opacity: 0.6;
}

.cinfo-banner .riq-elem {
  height: 65%;
  width: auto;
  bottom: -15px;
  right: -15px;
}

.riq-sec.news-sec .riq-elem {
  right: 0;
  top: 0;
  width: 30%;
  transform: translateY(-40%);
}
/* end elems */

.mobile_menu_cta{
	/*cursor: pointer;*/
    height: 32px;
    text-decoration: none;
    width: 32px;
    z-index: 22;
    position: relative;
    display: inline-block;
		vertical-align: middle;
		display: none;

	/*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/

	-webkit-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-moz-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-ms-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-o-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
}

/*.mobile_menu_cta.open{
	right:10px;
}*/

.mobile_menu_cta span {
	background: #00005D;
    border-radius: 0;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile_menu_cta span:nth-child(1) {
	top: 5px;
}

.mobile_menu_cta span:nth-child(2),.mobile_menu_cta span:nth-child(3) {
	top: 15px;
}

.mobile_menu_cta span:nth-child(4) {
	top: 25px;
}

.mobile_menu_cta.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.mobile_menu_cta.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile_menu_cta.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile_menu_cta.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.riq-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
	visibility: hidden;
}

.riq-mobile-menu .riq-mobile-menu-wrap{
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 50px 0;
	opacity: 0;
	transition: all 300ms ease;
	transition-delay: 100ms;
}

.riq-mobile-menu.open .riq-mobile-menu-wrap{
	opacity: 1;
}

.riq-mobile-menu .riq-mobile-menu-cont{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: scroll;
}

.riq-mobile-menu .riq-menu-embed{
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.riq-mobile-menu .riq-menu-embed ul.menu,
.riq-mobile-menu .riq-menu-embed ul.sub-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.riq-mobile-menu .riq-menu-embed ul.menu li.riq-about-menu ul.sub-menu{
	display: none;
	padding: 5px 0 0;
}

.riq-mobile-menu .riq-menu-embed ul.menu li{
	padding: 10px;
}

.riq-mobile-menu .riq-menu-embed ul.menu li a{
	font-family: "NewScience";
	color: #00005D;
	font-size: 24px;
	line-height: 31px;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
}

.riq-mobile-menu .riq-menu-embed ul.menu li.riq-about-menu ul.sub-menu li{
	padding: 5px 0;
}

.riq-mobile-menu .riq-menu-embed ul.menu li.riq-about-menu ul.sub-menu li a{
	color: #006AFF;
	font-size: 19px;
	line-height: 26px;
}

.riq-mobile-menu .mobile_menu_cta {
  position: absolute;
  top: 20px;
  right: 20px;
	opacity: 0;
	transition: all 500ms ease;
	transition-delay: 300ms;
}

.riq-mobile-menu.open .mobile_menu_cta{
	opacity: 1;
}

.riq-mobile-menu .riq-menu-embed ul.menu > li{
	position: relative;
	transition: all 600ms ease;
	transition-delay: 150ms;
}

.riq-mobile-menu .riq-menu-embed ul.menu > li:nth-child(1){
	left: -70px;
}

.riq-mobile-menu .riq-menu-embed ul.menu > li:nth-child(2){
	left: 80px;
}

.riq-mobile-menu .riq-menu-embed ul.menu > li:nth-child(3){
	left: -60px;
}

.riq-mobile-menu .riq-menu-embed ul.menu > li:nth-child(4){
	left: 70px;
}

.riq-mobile-menu .riq-menu-embed ul.menu > li:nth-child(5){
	left: -80px;
}

.riq-mobile-menu.open .riq-menu-embed ul.menu > li{
	left: 0;
}

.riq-sec.home-risk-sec .riq-flex .riq-flex-blk.txt .riq-flex-blk-wrap {
  padding: 24px 0;
}


.riq-mobile-menu .riq-menu-embed ul.menu li.riq-about-menu a:after{
  content: "\f347" !important;
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
	line-height: 36px;
  padding: 0 0 0 5px;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .tmem-bio .tmem-bio-scroll p {
  padding: 0 0 12px;
}

.mem-pop-flex .mem-pop-txts .mem-pop-txts-wrap .tmem-bio .tmem-bio-scroll p:last-child {
  padding: 0;
}

.article-sec-cont{
	max-width: 900px;
	margin: 0 auto;
}

.article-sec-cont.pad-left{
	padding-left: 20px;
}

.article-sec-cont.pad-right{
	padding-right: 20px;
}

.riq-page.news-atricle .riq-bak-wrap{
	padding: 15px 0 35px;
}

.article-content-txts .riq-body-text .wp-block-gallery{
	margin: 0;
	padding: 20px 0 40px;
}

.article-hero-img img{
	width: 100%;
	height: auto;
	display: block;
}

.article-hero-img{
	padding: 15px 0 0;
}

.riq-back{
	display: inline-block;
	text-decoration: none;
}

.riq-back span{
	display: inline-block;
	vertical-align: middle;
}

.riq-back span.icn{
	width: 12px;
	height: auto;
}

.riq-back span.icn svg{
	width: 100%;
	height: auto;
	display: block;
}

.riq-back span.icn svg path{
	stroke: #000;
	transition: all 300ms ease;
}

.riq-back:hover span.icn svg path{
	stroke: #006aff;
}

.riq-back span.txt{
	padding: 0 0 0 5px;
	color: #000;
	font-size: 15px;
	transition: all 300ms ease;
}

.riq-back:hover span.txt{
	color: #006AFF;
}

.article-tag-date-flex {
  display: flex;
  align-items: center;
	gap: 5px;
}

.article-tag-date-flex .tag-date-flex-blk{
	flex: 1;
}

.article-tag-date-flex .tag-date-flex-blk.adate{
	text-align: right;
}

.article-tag-date .article-category{
	color: #006AFF;
}

.article-tag-date .article-date span{
	display: inline-block;
	vertical-align: middle;
}

.article-tag-date .article-date span.icn svg path{
	fill: rgba(0,0,0,0.62);
}

.article-tag-date .article-date span.icn{
	width: 18px;
	height: auto;
}

.article-tag-date .article-date span.icn svg{
	width: 100%;
	height: auto;
	display: block;
}

.article-tag-date .article-date span.txt{
	padding: 0 0 0 3px;
}

.article-tag-date {
  padding: 20px 0 0;
}

.riq-article-share {
  padding: 35px 0 0;
}

.riq-article-share .riq-article-share-wrap{
	padding: 20px 0 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.riq-article-share .article-share-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.riq-article-share .article-share-flex {
  display: flex;
  align-items: center;
  gap: 12px;
	color: #000;
}

.heateor_sss_sharing_ul .heateor_sss_svg {
  width: 26px !important;
  height: 26px !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.heateor_sss_sharing_ul .heateor_sss_svg svg{
	display: none !important;
}

.heateor_sss_sharing_ul .heateor_sss_facebook .heateor_sss_svg{
	background-image: url(/wp-content/themes/riq/assets/images/fb-share.svg);
}

.heateor_sss_sharing_ul .heateor_sss_button_x .heateor_sss_svg{
	background-image: url(/wp-content/themes/riq/assets/images/x-share.svg);
}

.heateor_sss_sharing_ul .heateor_sss_button_linkedin .heateor_sss_svg{
	background-image: url(/wp-content/themes/riq/assets/images/in-share.svg);
}

.heateor_sss_sharing_ul > a {
  margin: 0 5px !important;
	transition: all 300ms ease;
}

.heateor_sss_sharing_ul > a:hover{
	opacity: 0.7;
}