.heading-event { margin: 50px 0px;margin-top:0; } 
.heading-event h2 { margin-bottom: 20px; } 
form.example input[type=text] {
	float: left;
	width: 80%;
	background: #eeeeee;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 25px;
    color: #000000;
    padding: 0 12px 0 7px;
}
form.example button {
	float: left;
	width: 20%;
	background: #ff5f00;
	color: white;
	font-size: 14px;
	border: 1px solid #c2c2c2;
	border-left: none;
	cursor: pointer;
}
form.example button:hover {background: #000; }
form.example::after {
	content: "";
	clear: both;
	display: table;
}
.eventFinder-dropdows {margin-bottom: 30px; }
.eventFinder-dropdows .rx-events-dropdown .dropdown-toggle,
.eventFinder-dropdows .rx-jobs-dropdown .dropdown-toggle,
.eventFinder-dropdows .rx-contacts-dropdown .dropdown-toggle{
	width:98%;
	color: #878787;
	font-weight: 700;
	font-family: "Lato";
	overflow: hidden;
    text-overflow: ellipsis;
}

.eventFinder-dropdows .rx-events-dropdown .dropdown-toggle::after,
.eventFinder-dropdows .rx-jobs-dropdown .dropdown-toggle::after,
.eventFinder-dropdows .rx-contacts-dropdown .dropdown-toggle::after{
    margin-left: 12px;
    vertical-align: 2px;
    right: 10px;
    top: 40%;
    position: absolute;
}

.eventFinder-dropdows .rx-events-dropdown .dropdown-item:after,
.eventFinder-dropdows .rx-jobs-dropdown .dropdown-item:after,
.eventFinder-dropdows .rx-contacts-dropdown .dropdown-item:after{display:none;}

.eventFinder-dropdows .rx-events-dropdown .dropdown-item,
.eventFinder-dropdows .rx-jobs-dropdown .dropdown-item,
.eventFinder-dropdows .rx-contacts-dropdown .dropdown-item {
    padding: 7px 10px;
    background-color: #eeeeee;
    color: #000;
	/*word-break: break-all;
    white-space: normal;*/
}

.eventFinder-dropdows .rx-events-dropdown a:last-child,
.eventFinder-dropdows .rx-jobs-dropdown  a:last-child,
.eventFinder-dropdows .rx-contacts-dropdown  a:last-child{border-bottom:0;}

.eventFinder-dropdows .dropdown-menu {
	/*width:100%;*/
	width: auto;
    overflow-y: auto;
    max-height: 250px;
    min-width: 100%;
}
.searchandtitle form {
    width: 75%;
}
.searchandtitle p {
    width: 35%;
	margin-bottom:0;
}
.searchandtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

/*event section start here*/
.events-details {
    background-color: #acacac;
    background-image: url(../images/event-bg-shape.png);
    background-repeat: no-repeat;
    background-position: right top;
	background-size: contain;
    min-height: 230px;
    position: relative;
    max-height: 230px;
	padding-bottom: 25px;
}
.events-details-inner {
    padding: 7px 10px;
}
.event-mode {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
	margin-bottom:0;
}
.border-middle {
    border-top: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 13px;
	width:50%;
}
.event-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.event-location {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.event-meta-location {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.show-link-wrap {
    background: #626262;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
	padding:2px 0px;
}
.show-link-wrap a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-right: 15px;
}
.show-link-wrap img{margin-bottom:2px; margin-right:10px;}
/*event section end here*/


.downloadBTNsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	    margin-bottom: 40px;
}
.left-download p {
    margin-bottom: 0;
}
.left-download button, .left-download a {
    background-color: #ff5f00;
    border: 0.5px solid #9b9b9b;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lato";
    height: 27px;
    vertical-align: middle;
    width: 177px;
    padding: 0px 10px;
    margin-bottom: 0;
}
.top-image-block {
    background-color: #626262;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.left-download p span{margin-left:8px;}
.left-download p span img {
    width: 15px;
    height: auto;
}
.right-download p {
    margin-bottom: 0;
	color:#878787;
}
.right-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.right-download img {
    width: 30px;
}
.right-download .mapsvg, .right-download .menusvg {
    margin-left: 30px;
}
.event-block {
    margin-bottom: 50px;
	-webkit-box-shadow: -5.362px 4.5px 2.5px rgb(0 0 0 / 28%);
	        box-shadow: -5.362px 4.5px 2.5px rgb(0 0 0 / 28%);
}


/*pagination*/

/*
.rx-pagination .pagination li img {
    max-width: 30px;
    width: 100%;
}
.rx-pagination .page-link {
    color: #000;
    border: 0;
	padding: 5px 15px;
}
.rx-pagination .pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-top:20px;
	margin-bottom:50px;
}
.mobile-pagination{display:none;}
*/
#views-exposed-form-stories-page-1 { display: none; }
.os-article-mix-section nav.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 50px 0px;
}
.os-article-mix-section nav.pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	flex-flow: wrap;
}
.os-article-mix-section nav.pager ul li{
	padding:5px 8px;
}
.os-article-mix-section nav.pager ul li a {
    font-size: 17px;
    color: #282828;
    font-weight: 700;
    font-family: "Lato";
}
.os-article-mix-section nav.pager ul li.pager__item.pager__item--previous {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.os-article-mix-section nav.pager ul li.pager__item.pager__item--next, 
.os-article-mix-section nav.pager ul li.pager__item.pager__item--previous {position:relative;cursor: pointer;}
.os-article-mix-section nav.pager ul 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;
}
.os-article-mix-section nav.pager ul 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;
}
.os-article-mix-section nav.pager ul li.pager__item.is-active a {
    border-bottom: 2px solid #000;
}

.os-article-mix-section nav.pager ul li.pager__item.pager__item--last,
.os-article-mix-section nav.pager ul li.pager__item.pager__item--first{display:none;}

/*pagination end*/

p.mobile-title {display: none;}
.see-more-text .show-link-wrap {
    background-color: transparent;
    padding-bottom: 30px;
    position: relative;
}
.see-more-text .show-link-wrap a{
	/* font-size: 20px; */
	color: #282828;
	font-weight: 700;
	font-family: "Lato";
}
.searchandtitle .header-search {
    max-width: 100%;
    margin-right: 0 !important;
}

/*sector page*/
.heading-rx-sector h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sector-bread ol.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}
.sector-bread ol.breadcrumb li a, .sector-bread .breadcrumb-item.active{
    font-size: 19px;
    color: #969696;
    font-weight: 700;
    font-family: "Lato";
}
.sector-bread .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
	padding-right: 1rem;
	padding-left: 1rem;
}
.sector-info-text p {
    max-width: 88%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	margin-top:15px;
}
.banner-event img {
    width: 100%;
    height: auto;
	position:relative;
}
.banner-event p {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    -webkit-filter: drop-shadow(0 0 9px rgba(0,0,0,0.25));
            filter: drop-shadow(0 0 9px rgba(0,0,0,0.25));
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
}
/*sector page end*/

/*our sector page*/
.our-sector-title {
    margin-bottom: 50px;
    margin-top: 0px;
}
.our-sector-title h2 {
    margin-bottom: 30px;
}
.overlay-img h4 {
    position: absolute;
    content: '';
    top: 50%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    max-width: 90%;
	font-family: "Montserrat";
	-webkit-filter: drop-shadow(0 0 9px rgba(0,0,0,0.58));
	        filter: drop-shadow(0 0 9px rgba(0,0,0,0.58));
}
.overlay-img h4 a{color: #fff;}
.sector-services {
    background-image: url(../images/bg-rx.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-node-17 main, .page-view-leadership-team main {position:relative;}
.page-node-17 main:before, .page-view-leadership-team main:before {
    content: '';
    position: absolute;
    background-image: url(../images/bg-rx.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
}
.article-thumb {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
	max-height: 319px;
	min-height: 319px;
	position:relative;
	margin-bottom:40px;
}
.article-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.overlay-img {
    height: 100%;
    position: relative;
    width: 100%;
}

/*our sector page end here*/

.why-rx-heading h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.why-rx-title h3 {
    margin-bottom: 20px;

}
.slick-carousel.view-content button.slick-arrow {
    background-color: #000;
    border: 0;
}
.slick-carousel.view-content .slick-next{right: -70px;}
.slick-carousel.view-content .slick-prev{left: -70px;}
.slick-carousel.view-content .slick-next,
.slick-carousel.view-content .slick-prev{display: block;
    bottom: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	width: 60px;
    height: 60px;
}
.slick-carousel.view-content{
    margin-top: 30px;
}
.slick-carousel.view-content .overlay-img{padding:20px;margin-bottom:0;padding-left: 5px;}
.slick-carousel.view-content .article-thumb{margin-bottom:0;}
ul.pager-show-more{
	background-color: transparent;
    padding-bottom: 30px;
    position: relative;
}
ul.pager-show-more li{
	text-align:right;
}
ul.pager-show-more li a{
	font-size: 20px;
    color: #282828;
    font-weight: 700;
    font-family: "Lato";
	position:relative;
}
ul.pager-show-more li a:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape-icon-blue.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -20px;
    margin-top: 12px;
}


/*leadership page*/
.ceo-profile .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 70px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.ceo-info h3 {
	font-size: 33px;
	font-weight: 500;
	font-family: "Montserrat";
}
.ceo-info h4 {
    margin-top: 30px;
    margin-bottom: 40px;
	font-size: 24px;
	color: #282828;
	font-weight: 600;
	font-family: "Montserrat";
}
.ceo-info p{
	max-width:90%;
}
.name-and-designation {
    padding: 10px;
}
.name-and-designation h4 {
    font-size: 25px;
    color: #ff5f00;
    font-weight: 500;
    font-family: "Montserrat";
}
.name-and-designation p{
	font-size: 15px;
	color: #282828;
	font-weight: 600;
	font-family: "Montserrat";
	margin-bottom:0;
}
.teampopup .modal-dialog {
    max-width: 800px;
}
.teampopup .modal-header{
	border-bottom:0;
}
.quoteFortm p span {
    position: relative;
	display:inline;
}
.quoteFortm p span:before {
    content: '';
    position: absolute;
    background-image: url(../images/left-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -42px;
    left: -52px;
    width: 48px;
    height: 42px;
    display: inline-block;
}
.quoteFortm p span:after {
    content: '';
    position: absolute;
    background-image: url(../images/right-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -43px;
    right: -75px;
    width: 48px;
    height: 42px;
    display: inline-block;
}
.tm-details h3, .tm-details h4 {
    text-align: center;
}
.tm-details h3{margin-bottom:30px;}
.tm-details h4 {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	font-family: "Montserrat";
	text-align: center;
}
.quoteFortm p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 50px 50px;
}
.teampopup .modal-body {
    padding-left: 30px;
    padding-right: 20px;
}
.teampopup .modal-content{background-color:#eeeeee;}
.about-tm p{
	margin-top:30px;
	margin-bottom:30px;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	font-family: "Montserrat";
}
.tm-photo img {
    max-width: 300px;
    width: 100%;
}
.team-photoandinfo {
    margin-bottom: 30px;
}
/*our values*/
.ov-main-banner {margin: 0 -15px;margin-top: 30px; }
.ov-mid-para {margin-top: 30px;margin-bottom: 30px; }
.ov-mid-para p, .magical-section p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    font-weight: 400;
    font-family: "Lato";
}
.magical-section {margin-top: 50px;margin-bottom: 50px; }
.magical-section .row {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center; }
.n-last-banner {margin-bottom: 40px; }
.magical-section p{margin-bottom:0;}
.images-10 img {
    max-width: 244px;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding-right: 10px;
    padding-bottom: 10px;
}
.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.custom-col {
    padding: 0 5px 10px;
    width: 20%;
}
.custom-col img{width: 100%;}

/*corporate reswponsibility*/

/*slick slider*/
.image-conent-section .content{padding-right: 40px;} 
.image-conent-section .banner-img{width: 100%;padding-left: 30px;}

.image-conent-section .slick-next{display: block;background-color: #f1831b;bottom: 0px;z-index: 1;}
.image-conent-section .slick-prev{display: block;left: unset;background-color: #000;bottom: 45px;}
.image-conent-section .slick-next,
.image-conent-section .slick-prev{font-size:0;position: absolute;border: none;display: block;width: 80px;height: 45px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;top: auto;z-index: 11;opacity: 1;right: 46.4%;}
.image-conent-section .slick-prev:before,.image-conent-section .slick-next:before{background-repeat: no-repeat;background-size: contain;width: 20px;height: 20px;}
.image-conent-section .slick-prev:before{content: '';background-image: url(../images/left-slick.png);}
.image-conent-section .slick-next:before{content: '';background-image: url(../images/right-slick.png);}
.image-conent-section.image-left-side .slick-next,
.image-conent-section.image-left-side .slick-prev{right: auto;left: 44.7%}
.slick-carousel.view-content { margin: 10px 30px 0; } 

.image-conent-section.image-left-side .banner-img{padding-right: 50px;padding-left:0;}
.image-conent-section.image-left-side .slick-next,
.image-conent-section.image-left-side .slick-prev{right: auto;left: 44.7%}
.image-conent-section.image-left-side .content { padding-right: 20px; margin-left: 50px; }
.image-conent-section { padding: 50px 0px;position:relative;} 




/*
img.cut-images {
    position: absolute;
    opacity: 0.1;
}
img.cut-images.cut-1 {
    top: 5%;
    left: 110px;
}
img.cut-images.cut-2{
	top: 30%;
    left: 44%;
}
img.cut-images.cut-3{
	bottom: 6%;
    left: 20%;
}
img.cut-images.cut-6 {
    right: 20%;
}
img.cut-images.cut-4 {
    right: 10%;
    top: 0;
}
img.cut-images.cut-5 {
    left: 47%;
    top: 35%;
}*/

/*input[type="checkbox"] + i.fa-check-circle {
	opacity: 0;
}
input[type="checkbox"]:checked + i.fa-check-circle {
	opacity: 1;
}*/

.our-story-title h3 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Montserrat";
    padding-left: 15px;
	margin-bottom:20px;
}
.cr-ourstory-section {
    width: 100%;
    margin: 50px 0px;
	margin-top:0;
}
.cr-3 img {
    width: 100%;
    height: 100%;
}
.padding-bottom {
    padding-bottom: 15px;
}
.cr-title h2 {
    margin-top: 0px;
    margin-bottom: 40px;
}

/*slider img left -right*/
.discoverMORE .show-link-wrap {
    background-color: transparent;
    padding-bottom: 30px;
    position: relative;
}
.discoverMORE .show-link-wrap a{
	display: inline-block;
    color: #000000;
    margin-right: 70px;
    position: relative;
}
.discoverMORE .show-link-wrap img{
	position: absolute;
    left: -24px;
    top: 5px;
}
.image-conent-section .content h2{
    font-size: 40px;
    color: #000000;
    font-weight: 500;
	font-family: "Montserrat";
	margin-bottom: 30px;
}
.slider-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

	/*our story section*/
.hover-effect-common {
    position: relative;
    z-index: 1;
}
.hover-effect-common:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5f00;
    z-index: 0;
    opacity: 0;
}
.hover-effect-common:hover:before {opacity:0.7;}
.hover-effect-common img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hover-effect-common .middle {
	  -webkit-transition: .5s ease;
	  -o-transition: .5s ease;
	  transition: .5s ease;
	  opacity: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	width: 80%;
	z-index: 5;
}

.hover-effect-common:hover .middle {
  opacity: 1;
}

.hover-effect-common .text {
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Montserrat";
}
.hover-effect-common .dates {
    position: absolute;
    bottom: 3px;
    right: 15px;
    color: #ffffff;
    font-size: 18px;
	opacity:0;
}
.hover-effect-common:hover .dates{opacity:1;}

/*corporate reswponsibility end*/

/*idc*/
.idc-blog h3 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat";
    margin-top: 15px;
}
.readmore a {color: #000;}
.readmore .show-link-wrap {background-color: transparent;position:relative; }
.idc-blog {margin-bottom: 40px; }
.idc-title-current h3 {
    margin-bottom: 30px;
	font-size:33px;
}
.id-current-heading h2 {
    margin-bottom: 40px;
}
.idc-img img {
    width: 100%;
}
	/*erg*/
	.erg-sliders .image-conent-section {
		padding: 15px 0px;
		position: relative;
	}
	.title-ERG h3 {
		font-size: 35px;
		color: #969696;
		font-weight: 500;
		font-family: "Montserrat";
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.title-ERG {
		text-align: center;
	}
	/*erg*/
/*idc*/

/*homepage*/
.home-map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 20px;
}
.home-map-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ff5e00;
    padding: 5px 10px;
	margin-right:10px;
}
.home-map-content a p{
	margin-bottom:0;
	color:#ffffff;
}
.home-map-content a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.home-map-content .header-search {
    margin-right: 10px;
    max-width: 225px;
    width: 100%;
}
.map-details p {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*******map********/
.tt_sm {
    background-image: url(../images/popup-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 310px;
    height: 450px;
}
.tt_name_sm {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 197px;
    margin: 0 auto;
}

.tt_custom_sm {
    position: absolute;
    left: 45px;
    top: 80px;
    color: #fff;
    z-index: 1;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
    width: calc(100% - 70px);*/
	width: 100%;
}
a#xpic_sm_events-map {
    position: absolute;
}
a#xpic_sm_events-map img {
    width:20px !important;
}
.rx-map-event {
    width: 100%;
    padding: 0 10px;
    font-family: 'Montserrat';
    font-weight: bold;
}
a.rx-map-event-website {
    color: #fff;
}
p.rx-map-event-title {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 205px;
}
p.rx-map-event-venue {
    color: #fe5f00;
    font-size: 10px;
    line-height: 1.3;
	margin-bottom: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 205px;
}
.rx-map-event-date{
	color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
}
/*******map********/
/*homepage end*/

/*id*/
.image-conent-section.image-left-side .row .col-lg-6:first-child { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } 
.id-title h3 { opacity: .4; font-size: 32px; margin-bottom: 0px; } 
.id-title h2 { margin-bottom: 30px; } 
.id-title { text-align: center; margin-bottom: 50px; } 
.quoteForIDpage .blockquote div { max-width: 521px; position: relative; padding-left: 58px; padding-top: 40px; padding-bottom: 13px; color:#000; font-size: 22px; text-align: center; } 
.quoteForIDpage .blockquote div:before{ background-image: url(../images/left-quote.png); } 
.quoteForIDpage .blockquote div:after{ background-image: url(../images/right-quote.png); } 
.quoteForIDpage footer.blockquote-footer { text-align: center; color: #ff5e00; margin: 15px 0px; } 
.para-and-quote .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.id-images-3 { margin-top: 35px; } 
.image-col-blockquote { background-color: #ff5f00; height: 573px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 20px; } 
.id-middle-images-section { margin: 50px 0px; } 
.image-col-blockquote .blockquote div:before { width: 35px; height: 38px; top: 17px; left: 14px; background-size: contain; } 
.image-col-blockquote .blockquote div:after { width: 35px; height: 38px; bottom: 10px; right: 15px; background-size: contain; } 
.image-col-blockquote .blockquote { font-size: 16px; line-height: 24px; color: #ffffff; font-weight: 400; font-family: "Montserrat"; text-align: center; margin: 0; } 
.about-lifeat-rx h3 { font-size: 35px; margin-bottom: 20px; } 
.lfatrx-link {display: inline-block; }
.lfatrx-link .show-link-wrap {background: transparent; }
.lfatrx-link .show-link-wrap a {color: #000;font-weight: bold; }
.inclusion-image {padding: 40px 30px; }
.text-responsibility img { width: 85% !important; display: block; margin-left: auto; margin-top:20px; margin-bottom:20px; } 
.lrx-images-section{margin-top:25px;}
.lrx-images-section img {max-height: 265px;width: 100%; }
.lrx-images-section .image-col-blockquote {height: 100%;min-height: 265px; }
.lrx-images-section .image-col-blockquote .blockquote{text-align:left;}
.lrx-images-section img,.lrx-images-section .image-col-blockquote {margin-bottom:25px;}
.lrx-images-section .lrx-3-image img {max-height: 555px; }
.lrx-video {margin-bottom: 30px;position:relative;margin-top:0px;}
.lrx-video.az-video .az-video-icon svg{display:none !important;}
.lrx-video.az-video .bg-primary{display:none !important;}
.lrx-video:after { position: absolute; content: ''; background-image: url(../images/video-button.png) !important; top: 50%; left: 50%; z-index: 9999999999; width: 146px; height: 146px; background-repeat: no-repeat; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } 
.two-links .show-link-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding-bottom: 0; }
.discoverMORE {margin-top: 20px; }
/*join us*/
.event-block.joinus-block .events-details{ background-image: url('../images/join-us-stripe.png'); background-color:#ccc; padding-top:15px; } 
.event-block.joinus-block .show-link-wrap{background-color:#373737;}
.event-block.joinus-block h4, .event-block.joinus-block h5 { font-size: 18px; line-height: 22px; color: #1a1a1a; font-weight: 700; font-family: "Lato"; } 
.event-block.joinus-block h5 { font-weight: 400; margin: 15px 0px; max-width:90%; } 
.event-block.joinus-block p { font-size: 14px; line-height: 17px; color: #1a1a1a; font-weight: 400; font-family: "Lato"; } 
.join-us-information p br {display: none; }
.join-us-banner { margin: 0 -15px; }
.join-us-information { margin: 50px 0px; }
.event-block.joinus-block { margin-top: 30px; } 
.event-block.joinus-block h4 { min-height: 44px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } 


/*slider*/
.link-text a {
    color: #000 !important;
    font-family: "Lato";
    font-size: 14px;
}
.article-full-link a{font-size:14px;}
.slider-for-all { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.col-text h2 br, .col-text p br { display: none; } 

/*if image left*/
.slider-common .owl-controls .owl-buttons .owl-next{display: block;background-color: #f1831b;bottom: 0px;z-index: 1;}
.slider-common .owl-controls .owl-buttons .owl-prev{display: block;left: unset;background-color: #000;bottom: 45px;}
.slider-common .owl-controls .owl-buttons .owl-prev,
.slider-common .owl-controls .owl-buttons .owl-next{font-size:0;position: absolute;border: none;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display: block;width: 80px;height: 45px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;top: auto;z-index: 11;opacity: 1;right: 44.9%;}
.slider-common .owl-controls .owl-buttons .owl-prev::before,
.slider-common .owl-controls .owl-buttons .owl-next::before{position:static;background-repeat: no-repeat !important;background-size: contain !important;width: 20px !important;height: 20px;background:transparent;-webkit-transform:none;-ms-transform:none;transform:none;}
.slider-common .owl-controls .owl-buttons .owl-prev::before{content: '';background-image: url(../images/left-slick.png);}
.slider-common .owl-controls .owl-buttons .owl-next::before{content: '';background-image: url(../images/right-slick.png);}
.slider-common .owl-controls .owl-buttons .owl-prev::after,
.slider-common .owl-controls .owl-buttons .owl-next::after{display:none;}

/*if image right*/
.slider-common.image-right-common .owl-controls .owl-buttons .owl-next,
.slider-common.image-right-common .owl-controls .owl-buttons .owl-prev{ left: 44.9% !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; top: auto!important;}
.slider-common.image-right-common .owl-controls .owl-buttons .owl-next{right:auto!important;}
.slider-for-all .col-text {padding-left: 100px; }
.slider-for-all.if-image-rightside .col-text {padding-right: 100px; padding-left:15px;}
.slider-link-blue:after, .slider-link-orange:after { background-image: url(../images/shape-icon-blue.png); background-repeat: no-repeat; position: absolute; content: ''; width: 12px; height: 11px; top: 6px; left: -1px; } 
.slider-link-blue, .slider-link-orange { padding-left: 22px; font-weight: bold; } 
.slider-common {padding-bottom: 50px; }
.slider-common .owl-carousel .owl-wrapper-outer {overflow-x: clip !important;overflow-y: inherit !important; } 

.slider-for-all .col-text h2 {margin-bottom: 20px; }

.cut-part-2,
.cut-part-1-3,
.cut-part-5,
.cut-part-4-6,
.cut-orange-1-2,
.cut-orange-3,
.lrx-orange-part-1-2,
.lrx-orange-part-3-4,
.lrx-orange-part-5,
.lrx-orange-part-6-7{position:relative;}


.cut-part-2:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-2.png);
    width: 89px;
    height: 91px;
    background-repeat: no-repeat;
    opacity: 0.1;
    left: -20%;
    top: 25%;
}
.cut-part-1-3:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-1.png);
    width: 48px;
    height: 85px;
    background-repeat: no-repeat;
    opacity: 0.1;
    left: 27%;
    top: -35%;
}
.cut-part-1-3:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-3.png);
    width: 60px;
    height: 78px;
    background-repeat: no-repeat;
    opacity: 0.1;
    left: 40%;
    top: 100%;
}
.cut-part-5:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-5.png);
    width: 91px;
    height: 79px;
    background-repeat: no-repeat;
    opacity: 0.1;
    right: -18%;
    top: 30%;
}
.cut-part-4-6:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-4.png);
    width: 90px;
    height: 78px;
    background-repeat: no-repeat;
    opacity: 0.1;
    right: 10%;
    top: -55%;
}
.cut-part-4-6:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-6.png);
    width: 140px;
    height: 79px;
    background-repeat: no-repeat;
    opacity: 0.1;
    left: 40%;
    bottom: -118px;
}

.cut-orange-1-2:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-1.png);
    width: 48px;
    height: 85px;
    background-repeat: no-repeat;
    right: 15%;
    top: -65%;
}

.cut-orange-1-2:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-2.png);
    width: 60px;
    height: 78px;
    background-repeat: no-repeat;
    left: 40%;
    top: 130%;
}
.cut-orange-3:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-3.png);
    width: 91px;
    height: 79px;
    background-repeat: no-repeat;
    right: 20%;
    bottom: -10%;
	z-index: 2;
}
.cut-orange-5:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-3.png);
    width: 91px;
    height: 79px;
    background-repeat: no-repeat;
    left: 25%;
    top: 100%;
}
.cut-orange-4-6:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-4.png);
    background-repeat: no-repeat;
    width: 89px;
    height: 81px;
    top: -10%;
    right: 20%;
    z-index: 2;
}
.cut-orange-4-6:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-6.png);
    width: 140px;
    height: 79px;
    background-repeat: no-repeat;
    right: 20%;
    bottom: -10%;
}

.lrx-orange-part-1-2:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-1.png);
    width: 48px;
    height: 85px;
    background-repeat: no-repeat;
    left: 40%;
    top: -80%;
}
.lrx-orange-part-1-2:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-2.png);
    width: 60px;
    height: 78px;
    background-repeat: no-repeat;
    left: 40%;
    bottom: -80%;
}
.lrx-orange-part-3-4:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-5.png);
    width: 91px;
    height: 79px;
    background-repeat: no-repeat;
    left: 20%;
    top: 20%;
	z-index:2;
}
.lrx-orange-part-3-4:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/orange-2.png);
    width: 90px;
    height: 78px;
    background-repeat: no-repeat;
    right: 10%;
    bottom: -8%;
	z-index:2;
}

.lrx-orange-part-5:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-1.png);
    width: 48px;
    height: 75px;
    background-repeat: no-repeat;
    left: 10%;
    top: -5%;
    z-index: 2;
}

.lrx-orange-part-6-7:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-4.png);
    width: 89px;
    height: 81px;
    background-repeat: no-repeat;
    left: 0;
    top: -40%;
    z-index: 2;
}
.lrx-orange-part-6-7:after {
    content: '';
    position: absolute;
    background-image: url(../images/cut/cut-orange-6.png);
    width: 140px;
    height: 79px;
    background-repeat: no-repeat;
    left: 40%;
    top: 120%;
    z-index: 2;
}



.cut-part-2:before,
.cut-part-1-3:before,
.cut-part-1-3:after,
.cut-part-4-6:before,
.cut-part-4-6:after,
.cut-part-5:before,
.cut-orange-1-2:before,
.cut-orange-1-2:after,
.cut-orange-3:before,
.cut-orange-4-6:before,
.cut-orange-4-6:after,
.cut-orange-5:before,
.lrx-orange-part-1-2:after,
.lrx-orange-part-1-2:before,
.lrx-orange-part-3-4:after,
.lrx-orange-part-3-4:before,
.lrx-orange-part-5:before,
.lrx-orange-part-6-7:before,
.lrx-orange-part-6-7:after{
	-webkit-animation: rainbow 8s linear infinite;
	-moz-animation:rainbow 8s linear infinite;
}

@-webkit-keyframes rainbow {
  0%   {-webkit-transform: translateX(0px);transform: translateX(0px);}
  25%  {-webkit-transform: translateX(10px);transform: translateX(10px);}
  75%  {-webkit-transform: translateX(-10px);transform: translateX(-10px);}
  100% {-webkit-transform: translateX(0px);transform: translateX(0px);}
}

@keyframes rainbow {
  0%   {-webkit-transform: translateX(0px);transform: translateX(0px);}
  25%  {-webkit-transform: translateX(10px);transform: translateX(10px);}
  75%  {-webkit-transform: translateX(-10px);transform: translateX(-10px);}
  100% {-webkit-transform: translateX(0px);transform: translateX(0px);}
}




.diversity-imge > .container {
    position: relative;
	padding-top:50px;
}
.diversity-imge > .container:before {
    position: absolute;
    content: '';
    background-image: url(../images/diversity.png);
    width: 50%;
    height: 175px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
}




/*slick slider news*/
.image-conent-section .slick-next,
.image-conent-section .slick-prev{font-size:0;position: absolute;border: none;display: block;width: 80px;height: 45px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;top: auto;z-index: 11;opacity: 1;right: 46.4%;}
.image-conent-section .slick-prev:before,
.image-conent-section .slick-next:before{background-repeat: no-repeat;background-size: contain;width: 20px;height: 20px;}
.image-conent-section .slick-prev:before{content: '';background-image: url(../images/left-slick.png);}
.image-conent-section .slick-next:before{content: '';background-image: url(../images/right-slick.png);}
.image-conent-section.image-left-side .slick-next,
.image-conent-section.image-left-side .slick-prev{right: auto;left: 44.7%}
/*end here*/



/*ourstories page*/
.yearandstories { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 40px 0px; } 
.our-stories-year .dropdown .dropdown-toggle::after { margin-left: 73px !important; } 
.three-link-inone ul { margin-bottom: 0 !important; } 
.orange-text{color:#ff5e00;}
.blue-text{color:#4e06e6;}
.black-text{color:#2e2e2e;}
.article-info{margin-bottom:20px;}
.article-info h4 { font-size: 19px; line-height: 24px; color: #000000; font-weight: 700; font-family: "Lato"; margin-top:10px; } 
.article-info h5{ margin: 15px 0px 25px; font-size: 16px; line-height: 0px; color: #ff5f00; font-weight: 700; font-family: "Lato"; }
.article-info p{ font-size: 20px; line-height: 24px; color: #000000; font-weight: 500; font-family: "Montserrat"; } 
.article-full-link a { padding-left: 20px; color: #282828; } 
.article-full-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; } 

/*grid*/
.os-article-mix-section .grid-container {
  display: -ms-grid;
  display: grid;
  /*grid-template-columns: auto auto auto auto;*/
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-gap: 20px;
  grid-auto-rows: 20px;
}
.os-article-mix-section .item1{
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
    /*grid-row-end: span 2;*/
}
.os-article-mix-section .item2{
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
    /*grid-row-end: span 1;*/
}
.os-article-mix-section .item6{
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
    /*grid-row-end: span 2;*/
}
.os-article-mix-section .item8{
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
    /*grid-row-end: span 1;*/
}

.os-article-mix-section .grid-container.view-content {
    min-height: 1000px;
}



/**/
.item img{width:100%; -o-object-fit:cover; object-fit:cover;}
.item.item1 img {height: 625px; }
.item.item7 img, 
.item.item9 img, 
.item.item3 img, 
.item.item10 img, 
.item.item11 img, 
.item.item12 img, 
.item.item8 img, 
.item.item2 img, 
.item.item4 img, 
.item.item5 img{
    height: 300px;
}
.item.item6 img{height: 618px; }

/*grid end*/


.os-article-mix-section {
    position: relative;
}
.os-article-mix-section:after {
    position: absolute;
    content: '';
    background-image: url(../images/our-stories-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: bottom;
}
/*ourstories end*/


#views-exposed-form-stories-block-1 { display: none; }
#views-exposed-form-stories-block-3 { display: none; }
#views-exposed-form-press-kit-block-1 { display: none }

#block-views-block-stories-block-3 footer {
    background: transparent;
    padding: 12px 0;
}
a.homepage-story-view-all {
    padding-left: 20px;
    color: #000;
    margin-top: 20px;
    display: inline-block;
}


/*news*/

.news-slider-info-text h4{
	font-size: 22px;
	line-height: 25px;
	color: #ff5f00;
	font-weight: 700;
	font-family: "Lato";
	margin-top:10px;
	margin-bottom:25px;
}

.slider-for-all .col-text .news-slider-info-text h2{
	font-size: 28px;
	line-height: 33px;
	color: #8b8b8b;
	font-weight: 400;
	font-family: "Lato";
	margin-bottom:0;
}
.news-slider-info-text p{
	font-size: 43px;
	line-height: 51px;
	color: #000000;
	font-weight: 500;
	font-family: "Montserrat";
}
.news-middle-section h6 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 15px;
}
.news-video-right:after {
    position: absolute;
    content: '';
    background-image: url(../images/news-play-button.png) !important;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    width: 146px;
    height: 146px;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.news-video-right{position:relative;}
.news-text-right p {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Lato";
}
.news-last-section{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-top:30px;
}

.social-icon img {
    opacity: 0.3;
    width: 55px;
    height: 54px;
    -o-object-fit: cover;
       object-fit: cover;
}
.social-icon img:hover{
	opacity:0.6;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-icon p {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Lato";
    opacity: 0.2;
	margin-right: 20px;
	margin-bottom: 0;
}
.social-icon ul li{ margin-right: 10px; } 
.pagination-arrow ul li{margin-right:25px;}
.social-icon ul li:last-child, .pagination-arrow ul li:last-child {margin-right:0;}
.social-icon, .social-icon ul, .pagination-arrow ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.social-icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0px;
}

/*news end*/

/*press kit image*/
.press-kit-image-banner {
    margin: 0 -15px;
}
.press-kit-title-content {
    margin: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.presskit-left-content .event-block.joinus-block {
    margin: 0;
}
.presskit-right-content h3 {
    font-size: 35px;
    font-weight: 500;
    font-family: "Montserrat";
}
.presskit-left-content .event-block.joinus-block .events-details{padding-bottom: 10px;padding-top:20px;max-height:100%;}
.presskit-left-content .event-block.joinus-block h4{
	font-size: 24px;
    line-height: 10px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Montserrat";
	display: inline;
}
.presskit-left-content .event-block.joinus-block p{
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: "Lato";
    max-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.presskit-left-content { text-align: center; } 
.presskit-download.left-download button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; } 
.presskit-download.left-download button img{ width: 15px; margin-left: 10px; } 
.press-kit-images-section .presskit-left-content .event-block.joinus-block .events-details { min-height: 180px; } 
.press-kit-images-section .presskit-left-content .event-block.joinus-block { margin-bottom: 50px; }
.top-image-section img { width: 100%; } 
.breadWithLinks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  margin-bottom: 40px; } 
.presskit-all-type a.homepage-story-view-all { margin-right: 20px; } 
.presskit-all-type a.homepage-story-view-all:last-child{margin-right:0;}
.presskit-all-type .filter-orange-link:after{top:7px;}
.top-image-section.pk-video-play-button { position: relative; } 
.top-image-section.pk-video-play-button:before { position: absolute; content: ''; background-image: url(../images/news-play-button.png) !important; top: 50%; left: 50%; z-index: 9999999999; width: 70px; height: 70px; background-repeat: no-repeat; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-size:contain; } 
.presskit-download.left-download a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; } 
.presskit-download.left-download a img { width: 15px; margin-left: 10px; } 
/**/
j
.discover-jobs-section { margin-bottom: 30px; } 




/*contact us*/
.contact-us-title h2 { padding-bottom: 10px; } 
.contact-us-title { text-align: center; } 
.emailANDmobile p span { padding-right: 15px; } 
.emailANDmobile p{ font-size: 18px; line-height: 26px; color: #1a1a1a; font-weight: 400; font-family: "Lato"; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.emailANDmobile { border-top: 1px solid #000; max-width: 50%; padding-top: 20px; } 
.nameandaddress h3 { font-size: 35px; font-weight: 500; font-family: "Montserrat"; margin-bottom: 0; } 
.nameandaddress h4 { font-size: 21px; line-height: 28px; color: #1a1a1a; font-weight: 400; font-family: "Lato"; max-width: 35%; margin: 20px 0px; } 
.text-and-map{margin:40px 0px;}
.find-office-title {margin-bottom: 20px; } 
.contact-images-section .event-block.joinus-block .name-email-website p a{ font-size: 15px; line-height: 23px; color: #1a1a1a; font-weight: 400; font-family: "Lato"; margin-bottom:7px; } 
.contact-images-section .event-block.joinus-block .name-email-website p span { margin-right: 15px; } 
.contact-images-section .event-block.joinus-block h4{min-height:auto;}
.contact-images-section .event-block.joinus-block .name-email-website p span img {width: 18px; }
.name-email-website { border-top: 1px solid #000; padding-top: 10px; max-width: 90%; }
.contact-images-section .events-details { min-height: 220px; max-height: 100%; } 
.contact-images-section  .event-block.joinus-block { margin-top: 0px; } 
.searchandDrodowns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; 	padding-left: 15px; } 
.contact_search_and_map .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } 
.searchandDrodowns .searchandtitle form { width: 100%; margin-right:15px; } 
.contact-map-right .downloadBTNsection { margin-bottom: 0; } 


/**/
.tANDc-text { margin-bottom: 30px; } 
.news-slider-info-text { padding-left: 85px; } 
.rx-contacts-dropdown .dropdown-toggle::after { margin-left: 55px;  } 
.image-conent-section.image-left-side.news-slider .slick-next, .image-conent-section.image-left-side .slick-prev {left: 100%; }
.image-conent-section.image-left-side.news-slider .banner-img{padding-right:0;}
.image-conent-section.image-left-side.news-slider .row { display: flex; align-items: center; } 

/*about rx*/
.about-rx-main-banner { margin: 0 -15px; } 
.about-slider { margin-top: 50px; } 
.rx-internal-pages a {display: block; }
.exhibition-text h2 { font-size: 35px; } 
.image-postion img { height: 461px; object-fit: cover; } 

/*contact pin button popup*/
#tt_sm_contacts-map .tt_custom_sm{top:65px;}
#tt_sm_contacts-map .tt_name_sm {
    font-size: 25px;
    max-width: 50%;
}
.rx-map-contact p.rx-map-contact-location {
    color: #ffffff;
    font-size: 13px;
    max-width: 70%;
    text-align: center;
}
a#xpic_sm_contacts-map img {
    width: 20px !important;
    font-weight: bold !important;
}
.rx-map-contact-inner p {
    color: #fff;
    font-size: 13px;
	margin-bottom: 5px;
}
.rx-map-contact-inner .email-contact-pin, .rx-map-contact-inner .phone-contact-pin, .rx-map-contact-inner .website-contact-pin {
    max-width: 70%;
    text-align: center;
}
.rx-map-contact-inner .website-contact-pin a{color:#fff;}


.contact-left-content.contact-images-section .event-block.joinus-block h5 {
    font-size: 16px;
    line-height: 22px;

}
.contact-left-content.contact-images-section .events-details{padding-bottom:0;}
.rx-contacts-layout .row > div {
    display: flex;
}
.contact-images-section {
    margin-bottom: 50px;
}
.contact-left-content.contact-images-section .event-block {
    display: flex;
    flex-direction: column;
    height: 100%;
	margin-bottom:0;
}
.contact-images-section .events-details {
    min-height: 0;
    max-height: unset;
    flex: 1 0 auto;
}

.home-map-content img.search-icon{
	margin-right: 0 !important;
}


/*upcoming event slider*/
.upcoming-events-slider .events-details {
    min-height: 260px;
}
.upcoming-events-slider .show-link-wrap a{display: inline-flex;}
.upcoming-events-slider .show-link-wrap a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.upcoming-events-slider button.slick-prev{
    background-color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    padding: 5px 5px;
}
.upcoming-events-slider button.slick-next{
    background-color: #f1831b;
    border: 1px solid #f1831b;
    padding: 5px 10px;
    padding: 5px 5px;
}

.upcoming-events-slider button img{margin-right:0px !important;}
.upcoming-events-slider button.slick-prev, .upcoming-events-slider button.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-150%);
}
.upcoming-events-slider button.slick-prev{
	left: -70px;
}
.upcoming-events-slider button.slick-next {
    right: -70px;
}
.upcoming-events-slider .show-link-wrap a img{
	position: relative;
    top: 2px;
    left: -1px;
}
.story-page-layout .wp-block-image .alignright img{
	margin-right: 10px;
}
.story-page-layout .wp-block-image .alignleft img{
	margin-left: 10px;
}
/***************************media query****************************/
@media (min-width: 991px){
	.slide-image img{
		min-height: 449px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}


@media only screen and (max-width: 1440px) {
	.slick-carousel.view-content .slick-next {right: 20px;}
	.slick-carousel.view-content .slick-prev {left: 20px;z-index: 1;}
	.slick-carousel.view-content .slick-next, .slick-carousel.view-content .slick-prev {width: 30px;height: 50px;}
	.image-conent-section.image-left-side.news-slider .slick-prev {left: 100%; }
	.upcoming-events-slider button.slick-prev{
		left: -35px;
	}
	.upcoming-events-slider button.slick-next {
		right: -35px;
	}


}



@media only screen and (max-width: 1199px) {
	.heading-event p {max-width: 90%;width: 100%;margin: 0 auto;}
	.heading-event p br { display: none; } 
	p.mobile-title {display: block;width:100%;padding-left:15px;}
	.searchandtitle p{display:none;}
	.searchandtitle form {width: 100%; 	}
	.team-member-image img {max-width: 100%; }
	.name-and-designation h4 {font-size: 22px; }
	.image-conent-section .show-link-wrap{padding-top: 0px;}
	
	.slider-common .owl-controls .owl-buttons .owl-next,
	.slider-common .owl-controls .owl-buttons .owl-prev{right: 43.2% !important;}
	.slider-common.image-right-common .owl-controls .owl-buttons .owl-next,
	.slider-common.image-right-common .owl-controls .owl-buttons .owl-prev{left: 43.2% !important;}
	
	.image-conent-section .slick-next, 
	.image-conent-section .slick-prev{right: 45.4%;}
	.image-conent-section.image-left-side .slick-next, 
	.image-conent-section.image-left-side .slick-prev{left: 43%;}
	
	.lrx-images-section .image-col-blockquote .blockquote {font-size: 13px;line-height: 19px; 	}
	.lrx-images-section .image-col-blockquote .blockquote div br {display: none; }
	.id-images-3 {margin-top: 25px; }
	.image-col-blockquote {height: 415px; }
	.image-col-blockquote .blockquote {height: 80%;overflow: scroll; }
	.lrx-images-section .lrx-3-image img {min-height: 415px; 	}
	.lrx-images-section .image-col-blockquote {min-height: 195px; 	}
	.lrx-images-section img {height: 195px; }
	
	.cut-part-2:before,
	.cut-part-1-3:before,
	.cut-part-1-3:after,
	.cut-part-4-6:before,
	.cut-part-4-6:after,
	.cut-part-5:before,
	.cut-orange-1-2:before,
	.cut-orange-1-2:after,
	.cut-orange-3:before,
	.cut-orange-4-6:before,
	.cut-orange-4-6:after,
	.cut-orange-5:before,
	.lrx-orange-part-1-2:after,
	.lrx-orange-part-1-2:before,
	.lrx-orange-part-3-4:after,
	.lrx-orange-part-3-4:before,
	.lrx-orange-part-5:before,
	.lrx-orange-part-6-7:before,
	.lrx-orange-part-6-7:after{display:none;}
	
	.breadWithLinks {display: block; } 	
	
	
	
}

@media only screen and (max-width: 991px) {
	.heading-event p {max-width: 90%;width: 100%;margin: 0 auto;}
	.mobile-pagination{display:block;}
	.desktop-pagination{display:none;}
	.events-details { min-height: 220px; } 	
	.event-block {margin-bottom: 20px;}
	.eventFinder-dropdows .dropdown,.searchandtitle{margin-bottom:10px;}
	.banner-event p {font-size: 40px;}
	.why-rx-para p br {display: none;}
	.ceo-profile {text-align: center; }
	.ceo-info {margin-top: 25px; }
	.ceo-info p {max-width: 100%; }
	.ceo-info h4 {margin-top: 20px;margin-bottom: 30px; }
	.ceo-photo img {max-width: 100%; }
	.name-and-designation h4 {font-size: 20px; }
	.ov-mid-para p:first-child {margin-bottom: 20px; }
	.magical-section img {margin-bottom: 20px; }
	.magical-section {margin-bottom: 30px; }
	.ov-mid-para {margin-bottom: 10px; }
	.cr-title h2 {margin-top: 20px;margin-bottom: 20px;font-size: 30px; }
	
	.image-conent-section img.cut-images{display: none;}
	.image-conent-section .banner-img{padding-left: 0px;}
	.image-conent-section.image-left-side .banner-img{padding-right: 0px;}
	.image-conent-section.image-left-side .content{padding-left: 0px;}
	.image-conent-section .content {padding-right: 0px;padding-top: 20px;}
	.image-conent-section.image-left-side .content{padding-right: 0px;margin-left: 0px;}
	.image-conent-section:not(.image-left-side) .col-lg-6:first-child{-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
	.image-conent-section .slick-next{bottom: -20px;}
	.image-conent-section .slick-prev{bottom: 25px;}
	.image-conent-section .slick-next, 
	.image-conent-section .slick-prev,
	.image-conent-section.image-left-side .slick-next, 
	.image-conent-section.image-left-side .slick-prev{right: 0;left: auto;}
	.image-conent-section .discoverMORE .show-link-wrap a{margin-right: 110px;}
	
	.id-current-heading h2 {margin-bottom: 30px;}
	.erg-sliders .image-conent-section .slick-next {bottom: -80px;}
	.erg-sliders .image-conent-section .slick-prev {bottom: -35px;}
	.erg-sliders .image-conent-section {padding: 45px 0px; 	} 
	.erg-sliders .image-conent-section:last-child {padding-bottom: 100px; }
	.id-title {margin-bottom: 25px; }
	.id-middle-images-section {margin: 20px 0px; }
	.id-images-3, .id-images-2 {margin-top: 20px; }
	.id-images-3{margin-bottom: 20px; }
	.image-col-blockquote {padding: 60px 20px; }
	.image-col-blockquote .blockquote {font-size: 14px;line-height: 20px; }
	.id-middle-images-section {text-align: center; } 
	.image-col-blockquote {height: 325px; }
	.lrx-images-section img, .lrx-images-section .lrx-3-image img {max-height: 100%; }
	.lrx-images-section img {height: auto; }
	.col-text {margin-top: 20px;margin-bottom: 20px; }
	.col-text h2 {font-size:28px;}
	.slider-for-all.if-image-rightside{-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
	.slider-common .owl-controls .owl-buttons .owl-next{right: 0px !important;}
	.slider-common .owl-controls .owl-buttons .owl-prev{right: 80px !important;}
	.slider-common .owl-controls .owl-buttons .owl-next,
	.slider-common .owl-controls .owl-buttons .owl-prev,
	.slider-common.image-right-common .owl-controls .owl-buttons .owl-next,
	.slider-common.image-right-common .owl-controls .owl-buttons .owl-prev{bottom: -40px !important;left: auto !important;}
	.slider-common.image-right-common .owl-controls .owl-buttons .owl-next {right: 0!important; }
	.text-responsibility img {margin-top: 70px; }
	.slider-for-all .col-text {padding-left: 15px; }
	.slider-for-all.if-image-rightside .col-text {padding-right: 15px;}
	.slider-common {margin-bottom: 65px; }
	.slider-common {padding-bottom: 20px; }
	.slide-image img{min-height: 300px;max-height: 300px;-o-object-fit: cover;object-fit: cover; } 
	.lrx-video:after {width: 70px;height: 70px;background-size:contain; }
	.diversity-imge > .container:before, .diversity-imge > .container{display:none;}
	.os-article-mix-section .item2, .os-article-mix-section .item8{-ms-grid-column-span: 1;grid-column-end: span 1;}
	.news-text-right p {margin-top: 15px;} 	
	.os-article-mix-section .grid-container.view-content {min-height: auto; }
	.presskit-right-content {margin-top: 30px; }
	.press-kit-images-section .presskit-left-content .event-block.joinus-block {margin-bottom: 25px; }
	.breadWithLinks {margin-bottom: 20px; }
	.news-slider-info-text {padding-left: 0;padding-top: 35px; }
	.news-slider-info-text h2 {font-size: 25px; }
	.news-slider-info-text p {font-size: 26px;line-height: 36px; }
	.image-conent-section.image-left-side.news-slider .slick-next, .image-conent-section.image-left-side .slick-prev{left:unset !important;}
	.image-conent-section.news-slider .slick-next {bottom: 0; } 	
	.image-conent-section.news-slider .slick-prev {bottom: 45px; } 
	.about-slider { margin-top: 30px; } 
	.exhibition-text h2 {font-size: 28px; }
	.item img {height: 300px !important; }
	.eventFinder-dropdows .dropdown-menu {
		width: 320px;
	}
	.eventFinder-dropdows .rx-jobs-dropdown .dropdown-item {
	   word-break: break-all;
	   white-space: normal;
	}
}


@media only screen and (max-width: 767px) {
	.downloadBTNsection {display: block;margin-bottom: 30px;text-align: center;}
	.downloadBTNsection .left-download {margin-bottom: 20px;}
	.left-download p {display: inline-block;width: auto;}
	.right-download {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.heading-event {margin: 20px 0px;}
	.sector-bread ol.breadcrumb li a, .sector-bread .breadcrumb-item.active {font-size: 15px;}
	.heading-rx-sector h2 {margin-top: 30px;margin-bottom: 30px;font-size:28px;}
	.banner-event p {font-size: 25px;width: 100%;margin: 0 auto;text-align: center; }
	.why-rx-heading h2{margin-top:30px;margin-bottom:30px;}
	.our-l-title h2 {font-size: 28px; }
	.ceo-info h3 {font-size: 28px; }
	.ceo-info h4 {margin-bottom: 20px;font-size: 20px;}
	.ceo-profile .row {margin-bottom: 30px; }
	.team-photoandinfo {text-align: center; }
	.tm-photo {text-align: center;margin-bottom: 20px; }
	.magical-section img {max-width: 70%; }
	.magical-section {margin-top: 20px; }
	.ov-main-banner {margin-top: 0px; }
	.cr-title h2 {font-size: 25px; }
	.events-details {min-height: 230px; }
	.event-title {font-size: 12px;line-height: 18px;margin-bottom: 5px; }
	.event-location {font-size: 14px;line-height: 20px;margin-bottom: 8px; }
	.cr-ourstory-section .padding-bottom{padding-bottom: 0px;}
	.cr-ourstory-section .hover-effect-common{margin: 10px 0;}
	.image-conent-section .content h2{font-size: 22px;margin-bottom: 14px;}
	.image-conent-section .slick-next, 
	.image-conent-section .slick-prev{width: 70px;height: 37px;}
	.image-conent-section .slick-prev {bottom: 17px;}
	.image-conent-section{padding: 30px 0px;}
	.cr-ourstory-section .cr-1 .hover-effect-common img{height: 550px;-o-object-fit: cover;object-fit: cover;-o-object-position: bottom;object-position: bottom;}
	.id-current-heading h2 {font-size:28px;}
	.idc-title-current h3 {margin-bottom: 15px;font-size: 23px;}
	.our-story-title h3 {font-size: 25px;margin-bottom: 10px;}
	.title-ERG h2 {font-size: 35px; }
	.title-ERG h3 {font-size: 25px; }
	.erg-sliders .image-conent-section .slick-next {bottom: -72px;}
	.home-map-content form, .home-map-content a {width: 100%;margin-bottom: 10px;}
	.home-map-content {display: block;margin: 0 auto;max-width: 220px;margin-top: 40px; } 
	.home-title-left{padding-bottom:15px; }	
	.home-title-left h2 {font-size: 25px; }	
	.id-title h2 {margin-bottom: 20px;font-size: 28px; }
	.id-title h3 {font-size: 23px; }
	.quoteForIDpage .blockquote div { 	padding-left: 45px; 	font-size: 15px; 	padding-right: 40px; 	line-height: 24px; 	padding-top: 60px; 	padding-bottom: 40px; } 	
	.blockquote div:after {right: 0;bottom: -20px;}
	.lifeatrx-text h2 {font-size: 28px;margin-top: 30px; }
	.inclusion-image {padding: 20px 15px 0; }
	.lrx-images-section .image-col-blockquote {min-height: 200px; }
	.lrx-images-section img, .lrx-images-section .lrx-3-image img{max-height: 100%; }
	.join-us-information { margin: 30px 0px; }
	.discover-jobs-section h2{font-size: 28px;}
	.two-links .see-more-text .show-link-wrap a {font-size: 16px; }
	.event-block.joinus-block {margin-top: 10px; }
	.lrx-video:after { 	width: 50px; 	height: 50px; } 
	.our-stories-year .dropdown .dropdown-toggle::after {margin-left: 33px !important; }
	.slider-for-all .col-text .news-slider-info-text h2 {font-size: 20px;line-height: 26px; }
	.news-slider-info-text h4 { font-size: 18px; line-height: 22px; margin-top: 5px; margin-bottom: 15px; } 
	.news-slider-info-text p {font-size: 25px;line-height: 35px; }
	.news-video-right:after{width:70px;height:70px;background-size:contain;}
	.presskit-right-content h3 {font-size: 28px; }
	.event-block.joinus-block .events-details {min-height: 265px; }
	.contact-images-section  .events-details {min-height: 225px; }
	.nameandaddress h4 {font-size: 18px;line-height: 24px;max-width: 100%; }
	.find-office-title h2 {font-size: 28px; }
	.nameandaddress h3 {font-size: 30px; }
	.emailANDmobile {max-width: 100%; }
	.contact_search_and_map .row {display: block; }
	.contact-map-right {margin-top: 15px;margin-bottom: 15px; }
	.image-conent-section.news-slider .slick-prev {bottom: 37px; } 
	.life-at-rx {margin-top: 30px; }
	.image-postion img {height: auto; }
	.name-email-website {max-width: 100%; }



}


@media only screen and (max-width: 576px) {
	.events-details {min-height: 220px; }
	.rx-events-layout{max-width: 94%;margin: 0 auto; } 	
	.sector-listing-wrap{max-width: 96%;margin: 0 auto; } 
	.cr-ourstory-section .hover-effect-common{margin: 5px 0;}
	.cr-ourstory-section .hover-effect-common .text{font-size: 21px;line-height: 27px;}
	.cr-ourstory-section .hover-effect-common .dates{font-size: 14px;}
	.cr-ourstory-section .cr-1 .hover-effect-common img{height: 450px;}
	.title-ERG h2 {font-size: 28px; }
	.title-ERG h3 {font-size: 22px;margin:15px 0px; }
	.yearandstories {display: block;margin: 25px 0px; }
	.yearandstories .our-stories-year {margin-bottom: 15px; }
	.social-icon img { width: 30px; height: 30px; } 
	.social-icon p { font-size: 20px; margin-right: 10px; }
	.social-icon-part { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 30px 0px; } 
	.presskit-left-content .event-block.joinus-block .events-details{padding-bottom:20px;min-height: 240px;max-height: 100%;}
	#language-dropdown .dropdown-toggle::after{margin-left: 5px; }
	.contact-images-section .event-block.joinus-block .name-email-website p a {font-size: 13px; }
	.contact-left-content.contact-images-section .event-block.joinus-block h5 { font-size: 14px; line-height: 20px; } 
	.contact-left-content.contact-images-section .events-details{min-height:auto;}	
	.upcoming-events-slider button.slick-prev, .upcoming-events-slider button.slick-next {position: absolute;bottom: -100px;top:auto;}
	.upcoming-events-slider button.slick-prev{
		left: 15px;
	}
	.upcoming-events-slider button.slick-next {
		right: auto;
		left:60px;
	}

	
}

.event-block { width: 260px; }

