@font-face {
    font-family: 'Lato';
    src: url('../eot/lato-regular.eot');
    src: url('../eot/lato-regulard41d.eot#iefix') format('embedded-opentype'),
        url('../lato-regular.html') format('woff2'),
        url('../woff/lato-regular.woff') format('woff'),
        url('../ttf/lato-regular.ttf') format('truetype'),
        url('../svg/lato-regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../eot/lato-bold.eot');
    src: url('../eot/lato-boldd41d.eot#iefix') format('embedded-opentype'),
        url('../lato-bold.html') format('woff2'),
        url('../woff/lato-bold.woff') format('woff'),
        url('../ttf/lato-bold.ttf') format('truetype'),
        url('../svg/lato-bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../eot/montserrat-bold.eot');
    src: url('../eot/montserrat-boldd41d.eot#iefix') format('embedded-opentype'),
        url('../montserrat-bold.html') format('woff2'),
        url('../woff/montserrat-bold.woff') format('woff'),
        url('../ttf/montserrat-bold.ttf') format('truetype'),
        url('../svg/montserrat-bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../eot/montserrat-regular.eot');
    src: url('../eot/montserrat-regulard41d.eot#iefix') format('embedded-opentype'),
        url('../montserrat-regular.html') format('woff2'),
        url('../woff/montserrat-regular.woff') format('woff'),
        url('../ttf/montserrat-regular.ttf') format('truetype'),
        url('../svg/montserrat-regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../eot/montserrat-medium.eot');
    src: url('../eot/montserrat-mediumd41d.eot#iefix') format('embedded-opentype'),
        url('../montserrat-medium.html') format('woff2'),
        url('../woff/montserrat-medium.woff') format('woff'),
        url('../ttf/montserrat-medium.ttf') format('truetype'),
        url('../svg/montserrat-medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../eot/montserrat-semibold.eot');
    src: url('../eot/montserrat-semiboldd41d.eot#iefix') format('embedded-opentype'),
        url('../montserrat-semibold.html') format('woff2'),
        url('../woff/montserrat-semibold.woff') format('woff'),
        url('../ttf/montserrat-semibold.ttf') format('truetype'),
        url('../svg/montserrat-semibold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'Lato';
	font-weight: normal;
}
p{
	font-size: 16px;
	line-height: 21px;
	color: #282828;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
	font-weight: 500;
	color: #000000;
}
h1{
	font-size: 60px;
	letter-spacing: 1px;
}
h2{
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.orange{
	color: #ff5f00;
}
h5{
	font-size: 18px;
}
a:hover{
	text-decoration:none;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
/* Header start */
.header-logo{
	margin-top: -50px;
}
.header-logo img{
	width: 98px;
    max-height: 56px;
}
.header-top-right-wrap{
	margin-top: 25px;
	margin-bottom: 7px;
}
.header-search{
	max-width: 225px;
	margin-right: 82px;
}
.header-search input{
	background: #eeeeee;
    border: 1px solid #c2c2c2;
	border-radius:0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	height: 27px;
	padding: 6px 12px;
}
.header-search button{
	height: 27px;
    border-radius: 0;
    background-color: #ff5f00;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
}
.search-icon{
	width:14px;
	height:13px;
}
.location-icon{
	width:27px;
	height:27px;
	margin-right: 16px;
}
.rx-events-dropdown .dropdown-toggle, #language-dropdown .dropdown-toggle, .rx-jobs-dropdown .dropdown-toggle,
 .rx-contacts-dropdown .dropdown-toggle{
	background: #eeeeee;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 27px;
	width: 135px;
    color: #000000;
    padding: 0 12px 0 7px;
	text-align:left;
}
.rx-events-dropdown .dropdown-toggle::after, #language-dropdown .dropdown-toggle::after, .rx-jobs-dropdown .dropdown-toggle::after, .rx-contacts-dropdown .dropdown-toggle::after{
	margin-left: 43px;
	vertical-align: 2px;
	position: relative;
	top: -2px;
}
.rx-events-dropdown .dropdown-menu, #language-dropdown .dropdown-menu, .rx-jobs-dropdown .dropdown-menu, .rx-contacts-dropdown .dropdown-menu{
	background: #000;
	border: 1px solid #4d4d4d;
    border-radius: 0;
	padding: 0;
	min-width: inherit;
}
.rx-events-dropdown .dropdown-item, #language-dropdown .dropdown-item, .rx-jobs-dropdown .dropdown-item, .rx-contacts-dropdown .dropdown-item{
	position: relative;
	font-size: 14px;
    color: #fff;
	border-bottom: 1px solid #4d4d4d;
	padding:7px 22px 7px 41px;
}
.rx-events-dropdown .dropdown-item:hover, #language-dropdown .dropdown-item:hover, .rx-jobs-dropdown .dropdown-item:hover, .rx-contacts-dropdown .dropdown-item:hover{
	background: #000;
}
.rx-events-dropdown .dropdown-item:after, #language-dropdown .dropdown-item:after, .rx-jobs-dropdown .dropdown-item:after, .rx-contacts-dropdown .dropdown-item:after{
	background-image: url(../png/shape-icon-blue-small.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 19px;
    height: 13px;
    top: 9px;
    left: 12px;
}
.navbar {
	margin-bottom: 28px;
	margin-top: 20px;
}
.navbar-nav .nav-link{
	font-family: 'Lato', sans-serif;
    font-weight: 700;
	font-size: 14px;
    color: #000;
	position: relative;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 20px;
}
.navbar-nav .nav-link:after{
	background-image: url(../png/shape-icon-orange-small.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '' !important;
    width: 19px;
    height: 19px;
    top: 12px;
    left: -10px;
	border:none;
}
.navbar-nav .dropdown-toggle:after{
	content: none;
}
.navbar-nav .dropdown-menu{
	background: #4e06e6;
    border-radius: 0;
	border: none;
}
.navbar-nav .dropdown-item{
	color: #fff;
    font-size: 14px;
	padding-left: 37px;
	position: relative;
}
.navbar-nav .dropdown-item:hover{
	background: #4e06e6;
}
.navbar-nav .dropdown-item:after{
	background-image: url(../png/shape-icon-orange-small.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 19px;
    height: 13px;
    top: 7px;
    left: 9px;
    filter: brightness(0) invert(1);
}
.navbar-nav .nav-item:last-child a{
	padding-right: 0;
}
.navbar-toggler-icon{
	background-image: url(../svg/menu.svg);
    background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}
/* Header end */

/* footer start */
footer{
	background: #1a1a1a;
	padding: 32px 0 70px;
}
.footer-link-block h5{
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	margin-bottom: 35px;
    padding: 0;
}
.footer-link-block ul{
	margin: 0;
    padding: 0;
}
.footer-link-block ul li{
	list-style: none;
}
.footer-link-block ul li a{
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
    padding-bottom: 8px;
    display: block;
}
.footer-link-block ul li a:after {
    background-image: url(../png/shape-icon-orange-small.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 19px;
    height: 13px;
    top: 0;
    left: -4px;
}
.footer-link-block ul li a.link-covid-19:after{
	background-image: url(../png/shape-icon-blue-small.png);
}
.social-links{
	margin-top: 32px;
}
.social-links i {
	color: #fff;
	font-size: 24px;
	margin-right: 12px;
}
.social-links .fa-facebook-f:before {
    content: "\f39e";
}
.copyright-section{
	margin-top: 50px;
}
.copyright-text{
	font-size: 14px;
}
/* footer end */

/* Homepage start */
.home-about-block h2{
	margin-bottom: 28px;
}
.more-link-blue, .more-link-orange{
	padding-left: 22px;
	font-weight: bold;
}
.more-link-blue a, .more-link-orange a{
	color: #000;
}
.more-link-blue:after{
	background-image: url(../png/shape-icon-blue.png);
	background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    top: 8px;
    left: -4px;
}
.more-link-orange:after{
	background-image: url(../png/shape-icon-orange.png);
	background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    top: 5px;
    left: -4px;
}
.home-banner{
	padding: 250px 0;
}
.home-banner h1{
	max-width: 644px;
	margin: 0 auto;
}
.home-title-left{
	padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.upcoming-event-title h2{
	padding-left: 35px;
}
.stories-home-title{
	margin-bottom: 40px;
}
.home-life-at-rx{
	padding-top:18px;
	padding-left:33px;
}
.home-life-at-rx h2{
	margin-bottom: 40px;
}
.home-life-at-rx h2 span.orange{
	color: #fff;
}
.home-life-at-rx p{
	font-size: 22px;
	color: #fff;
	margin-bottom: 27px;
    line-height: 28px;
}
.home-life-at-rx .blockquote div{
	max-width: 521px;
    position: relative;
    padding-left: 58px;
    padding-top: 40px;
    padding-bottom: 13px;
}
.blockquote div:before{
	background-image: url(../png/openquote.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 49px;
    height: 43px;
    top: 5px;
    left: -4px;
}
.blockquote div:after{
	background-image: url(../png/closequote.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 49px;
    height: 42px;
    bottom: 5px;
    right: -57px;
}
.blockquote{
	font-size: 26px;
	line-height: 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
}
.blockquote-footer {
    display: block;
    font-size: 24px;
    color: #000000;
    background: transparent;
    padding: 0;
    text-align: right;
    font-weight: 500;
    font-style: normal;
}
.blockquote-footer cite{
	font-style:normal;
}
.inclusivity-shade{
	display: none;
}
.inclusivity-shade-big{
	position: absolute;
    bottom: -16px;
}
.form-control:focus{
	box-shadow: none;
}
/* Homepage end */
/* Masonary Grid start*/
.filter-links-wrap li{
	margin-right: 25px;
}
.filter-links-wrap li a{
	padding-left: 20px;
	color: #282828;
}
.filter-orange-link:after{
	background-image: url(../png/shape-icon-orange.png);
	background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    top: 5px;
    left: -4px;
}
.filter-blue-link:after{
	background-image: url(../png/shape-icon-blue.png);
	background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    top: 5px;
    left: -4px;
}
.filter-gray-link:after{
	background-image: url(../png/shape-icon-gray.png);
	background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    top: 5px;
    left: -4px;
}
.hoverDiv{
	visibility: hidden;
	/*display: contents;*/
	/*transition: 0.3s all linear;*/
}
.hoverDiv-details{
	height: 100%;
	width: 100%;
	cursor: pointer;
	background-color: rgba(255,143,76,0.7);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	flex-wrap: wrap;
}
.hoverDiv h4{
	margin: auto;
	padding:0;
	justify-self: center;
	font-size: 30px;
	text-align: center;
}
.hoverDiv span{
	/*align-self: flex-end;*/
	position: absolute;
    bottom: 10px;
    right: 23px;
	font-size: 18px;
}
.grid-box:hover .hoverDiv{
	visibility: visible;
}
.grid-section {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 1fr;
    gap: 22px;
}
.grid-box {
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.large-vertical {
    grid-column-end: span 1;
    grid-row-end: span 2;
    grid-template-rows: repeat(14,1fr);
    gap: 22px;
    display: grid;
	max-height: 600px;
	min-height: 600px;
}
.large-horizontal {
    grid-column-end: span 2;
    grid-row-end: span 1;
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
    display: grid;
	max-height: 300px;
}
.square {
    grid-column-end: span 1;
    grid-row-end: span 1;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(6,1fr);
    display: grid;
	max-height: 300px;
}
/* Masonary Grid end*/

/* miscellaneous css*/
.path-search .search-form{
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
}
.search-help-link, #search-form + h2{
	display: none;
}
.search-result-list{
	padding-left: 0;
    list-style-type: none;
	max-width: 80%;
}
.search-result-list	li{
	margin-bottom: 50px;
}
.search-result-list	li > p:last-child{
	display: none;
}
.search-result-list	li h3 a{
	color: #000000;
}
.pager__items{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pager__items li{
	margin: 0 10px;
	padding: 5px 8px;
}
.pager__items li a{
	font-size: 17px;
    color: #282828;
    font-weight: 700;
    font-family: "Lato";
}
.pager__item.is-active a {
    border-bottom: 2px solid #000;
}
.pager__items li.pager__item.pager__item--previous, .pager__items li.pager__item.pager__item--next {
    position: relative;
    cursor: pointer;
}
.pager__items li.pager__item.pager__item--last,  .pager__items li.pager__item.pager__item--first {
    display: none;
}
/*.pager__items li.pager__item.pager__item--next:after {
    content: '';
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: -20px;
    top: 8px;
}
.pager__items li.pager__item.pager__item--previous:before {
    content: '';
    position: absolute;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: -20px;
    top: 8px;
}*/
input.dropdown-filter {
    width: 100%;
}
.rx-map-event-slider .slick-dots{
	display: flex;
	justify-content: center;
    max-width: 213px;
	margin-top: 10px;
}
.rx-map-event-slider .slick-dots li.slick-active button:before {
    color: #fff;
}
.rx-map-event-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 23px;
    height: 23px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	position: relative;
}
.rx-map-event-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #adadad;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rx-map-event-slider .slick-dots li button:hover, .rx-map-event-slider .slick-dots li button:focus {
    outline: none;
}	
.stroies-filter-dropdown .dropdown-toggle{
	background: #eeeeee;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 27px;
	color: #000000;
    padding: 0 12px 0 7px;
	text-align:left;
}
.stroies-filter-dropdown .dropdown-toggle::after{
	margin-left: 43px;
	vertical-align: 2px;
	position: relative;
	top: -2px;
}
.stroies-filter-dropdown .dropdown-menu{
	background: #000;
	border: 1px solid #4d4d4d;
    border-radius: 0;
	padding: 0;
	min-width: 86px;
}
.stroies-filter-dropdown .dropdown-item{
	position: relative;
	font-size: 14px;
    color: #000;
	border-bottom: 1px solid #4d4d4d;
	background: #eee;
	padding:7px 10px;
}
.stroies-filter-dropdown #year-filter{
	margin-right: 15px;
}
.cat-filter-menu .dropdown-item{
	padding: 7px 22px;
}
.year-filter-wrap{
	width: 90px;
	margin-right: 54px;
}
.custom-search-submit-btn{
	border-radius: 0;
    background-color: #ff5f00;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 27px;
}
.search-page-form label{
	margin-bottom: 0;
}
.search-form #edit-submit{
	display: none;
}
.search-form #edit-keys{
	border: 1px solid #c2c2c2;
	outline-offset: unset;
    border-radius: 0;
    outline: none;
}
/* Media Query start*/
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1288px;
	}
}
@media (max-width: 1199px){
	.home-life-at-rx h2 {
		margin-bottom: 17px;
	}
	.blockquote div:after{
		right: -13px;
	}
}
@media (max-width: 1024px){
	.field-control-wrapper .elq-item-input{
		width: 207px !important;
	}	
	.home-banner {
		padding: 140px 0;
	}
	.stories-home-title{
		margin-bottom: 20px;
	}
	.inclusivity-shade{
		display: block;	
	}
	.inclusivity-shade-big{
		display: none;
	}
	.our-stories-section{
		background-size: 70%;	
	}
	.search-result-list{
		max-width: 90%;
	}
}
@media (max-width: 991px){
	.our-stories-section{
		background-image: none !important;
	}
	.header-logo img {
		width: 62px;
		max-height: 36px;
	}
}	
@media (max-width: 767px){
	h1{
		font-size: 36px;
	}
	.header-search {
		max-width: 160px;
		margin-right: 32px;
	}
	.header-logo, .navbar-toggler{
		padding: 0;
		margin: 0;
	}
	.header-top-right-wrap {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.navbar{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	footer{
		padding: 30px 0;
	}
	.footer-link-block h5{
		margin-bottom: 20px;
	}
	.footer-link-block{
		margin-bottom: 20px;
	}
	.social-links {
		margin-top: 16px;
		margin-bottom: 20px;
	}
	.newsletter-section h5{
		margin-bottom: 0;
	}
	.copyright-section {
		margin-top: 30px;
	}
	.home-about-img img{
		max-width: 50%;	
		margin-bottom: 20px;
	}
	.home-banner {
		padding: 100px 0;
	}
	.home-banner h1{
		font-size: 30px;
		max-width: 98%;
	}
	.life-at-rx-img-section{
		text-align: center;
		margin-bottom: 25px;
	}
	.life-at-rx-img-section img{
		max-width: 200px;
	}
	/* Masonary Grid start*/
	.grid-section {
		grid-template-columns: repeat(auto-fit,minmax(calc(100% - .25em),1fr));
		gap: .25em;
		margin-bottom: .25em;
	}
	.square, .large-vertical, .large-horizontal {
		grid-column-end: span 1;
		grid-row-end: span 1;
		grid-template-columns: repeat(6,1fr);
		grid-auto-rows: 1fr;
		display: grid;
		gap: 1em;
		max-height: inherit;
		min-height: inherit;
	}
	/* Masonary Grid end*/	
	.rx-intro-img{
		text-align:center;
	}
	.rx-intro-img img{
		max-width: 50%;
	}
	.home-title-left{
		padding-left: 0;
	}
	.upcoming-event-title h2{
		padding-left: 0;
	}
	.home-life-at-rx .blockquote div{
		max-width: 80%;
		padding-left: 56px;
		padding-top: 37px;
		padding-bottom: 12px;
	}
	.blockquote-footer{
		font-size: 18px;
		text-align: left;
	}
	.rx-events-dropdown .dropdown-toggle::after, #language-dropdown .dropdown-toggle::after, .rx-jobs-dropdown .dropdown-toggle::after,{
		margin-left: 5px;
	}
	.rx-events-dropdown .dropdown-toggle, #language-dropdown .dropdown-toggle, .rx-jobs-dropdown .dropdown-toggle{
		width: 90px;
	}
	.rx-events-dropdown .dropdown-item, #language-dropdown .dropdown-item, .rx-jobs-dropdown .dropdown-item{
		padding: 7px 2px 7px 36px;
	}
	.path-search .search-form #edit-submit{
		margin-top: 10px;
	}
	.search-result-list{
		max-width: 100%;
	}
	.pager__items li {
		margin: 0 7px;
		padding: 0;
	}
}

@media (max-width: 490px){
	.search-form label {
		margin-bottom: 8px;
		display: block;
		text-align: center;
	}	
	.search-form .input-group-append {
		margin-left: -1px;
		position: relative;
		top: 16px;
	}
	.path-search .search-form{
		align-items: center;
	}
}
