/***Page ID basis CSS ***/
.page_container.brochure-pages .intro_images_blocks .slickslider > .slick-list, .intro_images_blocks .slick-slider > .slick-list{
	box-shadow:none;
	background:none;
	border:none;
}

.page_container.brochure-pages .panel.intro_images_blocks{
    margin-bottom: 100px;
}

.page_container.brochure-pages .image_text_row_wrapper.infographics .panel.image_text_row .row .M6 .title_block .title_block_inner h3,
body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column h3{
	font-size: 1.6em;
	color: #ff9100;
	line-height: 135%;
	font-family:Gotham, sans-serif;
	margin-top:0px;
}

.page_container.brochure-pages .panel.image_text_row .row .M6:last-child .slide{
	box-shadow:none;
	background:none;
	border:none;
}
.page_container.brochure-pages .panel.image_text_row .row .M6:last-child .slide img{
	max-width:90%;
}
.page_container.brochure-pages .image_text_row_wrapper.infographics .col_slider_wrapper > .slide
{
box-shadow:none;
	background:none;
	border:none;
}

.page_container.brochure-pages .image_text_row_wrapper.infographics .col_slider_wrapper > .slide img{
	max-width:90%;
}

.page_container.brochure-pages .panel.image_text_row .row .M6:first-child .slide{
	padding:0% 5% 0% 0%;
}

.page_container.brochure-pages .panel.image_text_row .row .M6:last-child .slide{
	padding:0% 0% 0% 5%;
}


.page_container.brochure-pages .panel.image_text_row .row .M6:last-child .title_block_inner
{
	padding:0% 0% 0% 10%;
}

.page_container.brochure-pages .panel.image_text_row .row .M6:first-child .title_block_inner{
	padding:0% 10% 0% 0%;
}

.page_container.brochure-pages  .panel.image_text_row .row .M6 .title_block_inner ul, body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column ul, .feature-box ul{
	list-style:none;
	/* padding-left:0px; */
	padding:10px 0px;
}

.page_container.brochure-pages  .panel.image_text_row .row .M6 .title_block_inner ul li, body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column ul li, .feature-box ul li{
	margin-left:0px;
	font-size:1em;
	padding-left:30px;
	position:relative;
}

.page_container.brochure-pages  .panel.image_text_row .row .M6 .title_block_inner ul li strong, body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column ul li, .feature-box ul li{
	font-weight: 500;
	font-family: 'din_regular', sans-serif;
}
.page_container.brochure-pages  .panel.image_text_row .row .M6 .title_block_inner ul li:before, body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column ul li:before , .feature-box ul li:before {
	content: "\f058";
	font-family: FA, sans-serif;
	color: #ff9100;
	font-size: 16px;
	line-height: 100%;
	position: absolute;
	left: 0px;
	top: 6px;
}

body.page-id-4263 .page_container.brochure-pages .panel.text_column_blocks .row{
	width:1340px;

}

body.page-id-4263 .page_container.brochure-pages .panel.text_column_blocks{
	padding:0px 0px 132px 0px;

}

body.page-id-4263 .panel.text_column_blocks .row .M4 {
	display:flex;
}
body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column{
background: #F5F4EF;
padding: 35px 35px;
border-radius: 8px;
position: relative;
height:auto;
}

/* body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column h3{
	font-size: 1.6em;
	color: #ff9100;
	line-height: 135%;
	margin-top:0px;
} */


body.light.page-id-4247 {
	background:none;
}

body.page-id-4247 .panel.image_text_row:first-child{
background:#FFF !important;
}
body.light.page-id-4247 .panel.image_text_row:last-child{
background:#F5F4EF !important;
}
body.page-id-4254 .panel.intro_blocks{
	padding:0px 84px 0px 84px;
}
/***End of Page ID basis CSS ***/

.bottom_text_column_blocks.bottom_serviceblocks{
	padding:132px 0px;
}

.panel.bottom_text_column_blocks.bottom_serviceblocks .row{
	max-width:1340px;
}
.feature-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  margin-right: 3%;
  margin-bottom: 3vw;
  margin-left: 3%;
  padding: 48px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #f5f3ee;
  text-align: center;
}

body.page-id-4254 .feature-box{
	  margin-right: 2%;
  margin-bottom: 3vw;
  margin-left: 2%;
  padding: 48px 42px;
}
.feature-box ul li{
	text-align:left;
}

.featured-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-icon {
  height: 48px;
  margin-bottom: 24px;
  font-family: FA, sans-serif;
  color: #ff9100;
  font-size: 48px;
  line-height: 100%;
}

.heading-3{
color: #ff9100;
font-size: 1.5em;
line-height: 130%;
font-weight: 300;
font-family:Gotham, sans-serif;
}

.hero-service h3 {
	font-family:Gotham, sans-serif;
}

.fa-user-headset:before{
	content: "\f82d";
	 font-family: FA, sans-serif;
}

.fa-clouds:before{
	content: "\f744";
	 font-family: FA, sans-serif;
}


.fa-concierge-bell:before{
	content: "\f562";
	 font-family: FA, sans-serif;
}

.b-links{
color: #ff9100;
font-size: 0.8em;
line-height: 16px;
font-weight: 500;
letter-spacing: -0.03px;
font-family: Gotham, sans-serif;
}

.button.header-button.br-button:hover,.button.header-button:hover{
	color:#FFF;
}




/*** Prospectus page***/
/* body.page-template-template-prospectus .panel.main{
padding-top:0px;
} */

body.page-template-template-prospectus .panel.main h1{
	color: #ff9100;
font-size: 2em;
line-height: 130%;
font-weight: 300;
margin-top: 0px;
margin-bottom: 16px;
text-align:center;
}

body.page-template-template-prospectus .panel .row{
	max-width:1140px;
}
.proscontainter-780{
	margin-top: 150px;
	max-width: 780px;
}

.jumpnav_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumpbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Gotham, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.03px;
  text-decoration: none;
}

.jumpbutton:hover {
  color: #ff9100;
}

.jumpbutton_arrow {
  margin-left: 8px;
  font-family: FA, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.download-wrapper {
  margin-top: 40px;
}
.dug-list .table .insight_row .download-wrapper #download .w-form label{display: flex;flex-wrap: wrap;width: 100%;align-items: flex-start;}
.dug-list .table .insight_row .download-wrapper #download .w-form label span{width: calc(100% - 25px);margin-top: -7px;text-align: left;}
.dug-list .table .insight_row .download-wrapper #download .w-form label span a{text-decoration:underline;color:#000 !important;}
.prosbeige-tile{
width: 100%;
margin-bottom: 47px;
padding: 32px;
border-radius: 8px;
background-color: #f5f3ee;
}

.download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-buttons a:hover{
	color:#FFF;
}

.button.dlbutton{
	height:auto;
}

#page-contact.get-intouch-contact-form form[id^="gform_"] .gform_footer input[type="submit"], .gform_footer input[type="submit"]{
	height:auto !important;
}

body.page-id-144 .panel.text_column_blocks .row .M4 .text_column{
	box-sizing:content-box;
}



/*** Corporate pages***/
body.light .main_banner .title_block h1.mcpagetitle_h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #4a4a4a;
    font-size: 1em;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
}

.dug-list.media-centre.corporate-downloads{
	margin-top:0px;
}

.corporate-pages .investory-sidebar-link{
	color:#333;
}

.director-page .board-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 8px;
  background-color: #f5f3ee;
  align-items:initial;
}

.profile-pic-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}


.board-profile-content {
  padding: 32px 32px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/***End of corporate page***/
.irmdata.evntLst .list-item{cursor:text;}
.irmdata.evntLst .list-title{font-family: Gotham, sans-serif;color: #ff9100;line-height: 24px;font-weight: 300;}

/*** Header ***/
.mainnav_container{justify-content:unset;}
.mainnav_container .sppLnk{margin-left: 50px;}
.mainnav_container .navbar{margin-left: auto;}

@media screen and (max-width: 767px) {
.feature-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-box {
    width: 96%;
    margin-right: 0%;
    margin-left: 0%;
  }

body.page-id-4263 .panel.text_column_blocks .row .M4 .text_column{
	  width:100%;
  }

  .board-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-pic-container {
    width: 100%;
    height: 510px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .board-profile-content {
    width: 100%;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
	  .board-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* menu hamburger & sidebar  */
#overlay {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 999;
  opacity: 0.5;
  display: none;
}
.hamburger {
  cursor: pointer;
}
.sidebar{
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 563px;
  background: #4A4A4A;
  z-index: 9991;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  color: #e9e9e9;
  text-align: center;
  line-height: 2;
}
.sidebar-closed{
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sidebar-opened{
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.toggle-menu{
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 1rem 2rem;
  background: gold;
  color: #fff;
  border-radius: 8px;
  margin-top: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.toggle-menu:hover{
  -webkit-box-shadow: 0 2px 20px lightgrey;
          box-shadow: 0 2px 20px lightgrey;
  background: goldenrod;
}

.menu-header {
  height: 123px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #6D6D6D;
}
.menu-container	{
  padding: 40px;
}
ul.sidebar-menu, ul.sub-menu, ul.sidebar-menu-inline {
  list-style-type: none;
  padding:0;
  margin:0;
}
ul.sidebar-menu > li {
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-align: left;
}
ul.sidebar-menu > li.parent {
  margin-bottom: 40px;
}
ul.sidebar-menu > li.parent > a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}
ul.sub-menu > li {
  margin:0;
}
ul.sub-menu > li > a {
  color: #FF9100;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}

ul.sidebar-menu-inline {
  display: inline;
  text-align: left;
}
ul.sidebar-menu-inline li {
  display: inline;
  text-align: left;
  margin-right: 26px;
  float: left;
}
ul.sidebar-menu-inline > li > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.dug-link-div {
  display: none;
}
.dug-link {
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #A9A9A9;
  text-decoration: none;
}

@media screen and (max-width: 500px){

  .sidebar{
    width: 100vw;
  }
  .main-header-opened{
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
  }
  .main-header h1{
    display: none;
  }

  .menu-header, .menu-container {
    padding: 20px;
  }

  .menu-container {
    height: calc(100vh - 64px);
    position: relative;
  }

  .menu-header {
    height: 64px;
  }

  ul.sidebar-menu > li {
    font-size: 24px;
  }
  ul.sidebar-menu > li.parent {
    margin-bottom: 32px;
  }
  ul.sub-menu {
    display: none;
  }
  .menu-bottom {
    position: absolute;
    bottom: 50px;
  }
  .dug-link-div {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.author-bio h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Gotham, sans-serif;
  font-size: 1.125em;
  line-height: 24px;
  font-weight: 500 !important;
}

.author-bio p {
  font-family: 'DIN Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.dug-blog-post .w-richtext a {
  text-decoration: underline;
}

.nav-social.header i {
  font-size: 22px;
  color: #fff;
}

.nav-social i {
  font-size: 16px;
}

.nav-social.dark {
  margin-left: 0;
  margin-right: 16px;
}
.nav-social.dark i {
  color: #4a4a4a;
}

.mc4wp-form-fields {
  display: flex;
}

.social-menu {
  display: inline-flex;
  width: 100%;
  margin-top:48px;
  padding-left: 20px;
}
.social-menu a {
  background: #FF9100 !important;
  border-radius: 100%;
  margin-right: 8px;
  width: 32px !important;
  height: 32px !important;
}
.social-menu a i {
  font-size: 14px;
  color:#fff;
}

.blog-main-nav .w-nav-button-daily-dug {
  display: block;
  padding-left: 0;
}

.blog-main-nav .nav-menu {
  display: none;
}

/*.blog-main-nav .w-nav-overlay {
  top: 0;
  left: -30px;
  width: 570px;
  height: 100vh;
}
*/

.para_link_left.text-center {
  margin-bottom: 24px;
  line-height: 16px;
}

.related-new-wrapper.text-center h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 32px;
  line-height: 130%;
  font-weight: 300;
}

@media screen and (min-width: 991px) {
  .daily-dug-menu .responsive-nav {
    /*display: inherit !important;*/
  }
}

/* new home slider 2021*/
.home-carousel-slider {
  max-height: none;
  height: auto;
}
.home-slider .content-center {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.home-slider h2 {
   font-family: Gotham;
   font-style: normal;
   font-weight: normal;
   font-size: 36px;
   line-height: 43px;
   letter-spacing: -0.03em;
   color: #FFFFFF;
   margin-bottom: 16px;
}
.home-slider h3 {
  font-family: DIN Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 16px;
  margin-top: 0;
}
.home-slider a {
  color: #fff;
  margin-top: 0;
}
.home-slider .picture img {
   border: 5px solid #FFFFFF;
   box-sizing: border-box;
   filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.08));
   object-fit: cover;
   object-position: center;
   width: 100%;
   height: auto;
}
.home-slider.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li.slick-active button {
  background: #fff;
}
.home-slider.slick-slider .slick-dots li button, .slick-slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.44);
}
.home-slider.slick-slider .slick-dots, .slick-slider .slick-dots {
  bottom: -20px;
  right: 0;
  display: flex;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  align-content: center;
}
.home-slider.slick-slider .slick-dots li, .slick-slider .slick-dots li {
  margin: 0 3px .5em;
}
.home-slider .panel {
  padding: 50px 32px 50px 32px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.home-slider .slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-slider .w40{
  width: 40%;
  padding-right: 56px;
  padding-left: 0;
}
.home-slider .w60 {
  -webkit-box-flex: 1;
  flex:  1;
}




@media screen and (max-width: 991px) {
  .home-slider .slide-content {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
  }

  .home-slider a {
    margin-bottom: 16px
  }

  .home-slider .w40{
    width: 100%;
    margin-bottom: 40px;
    padding-left: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    text-align: center;
  }
}
/*eof home slider 2021*/

/*footer iso*/
.iso {
  display: flex;
  margin-top: 20px;
}
.iso img {
  height: 80px;
}
