.inner {
	margin: 0 auto;
	text-align: center;
}

.experts {
	display: flex;
	flex-direction: column;
}

.experts .expert-center {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.expert {
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
}

.expert .expert-img {
	margin-bottom: 2rem;
}

.expert .expert-img img {
	width: 100%;
	height: auto;
}

.expert h4 strong {
	color: #5d5d5d;
}

#our-experts {
	margin-bottom: 2rem;	
}

@media only screen and (min-width: 768px) {
	.expert {
		flex-direction: row;
	}
	
	.expert .expert-img {
		flex-basis: 30%;
		margin-bottom: 0;
	}
	
	.expert .expert-text {
		flex-basis: 70%;
		margin-left: 2rem;
	}
}

b, strong{
    font-weight: bold;
}

.gold-text{
    color: #ffcf42;
}

.white-text{
    color: #ffffff;
}

a{
    color: #4d4d4d;
  
    transition: .25s ease-in-out;
}

.umb-grid a{
      font-weight: bold;
}

a:hover, a:focus{
    color: #ffcf42;
}

.newsroom-image {
	max-width: 100%;
	max-height: 100%;
}

#newsroom-div {
	margin: auto 0;
}

/******************** gridpage preload screen ****************/
.loaderscreen{
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: #cdcdcd;
    position: fixed;
}
.preload-logo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.preload-logo img {
    position: absolute;
}

.pulse {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 700px;
    width: 350px;
    height: 350px;
    animation: spin 1.5s linear infinite;
    transition: 1s ease-in-out;
}

.pulse2 {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 700px;
    position:absolute;
    width: 410px;
    height: 410px;
    animation: spin 2.2s linear infinite;
        transition: 1s ease-in-out;
}
.pulse3 {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 700px;
    position:absolute;
    width: 450px;
    height: 450px;
    animation: spin 3s linear infinite;
        transition: 1s ease-in-out;
}
@keyframes spin {
    0%{
        transform: rotate(0deg);
    
    }
    50% {
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
 
    }
}

/*********** viewport min 1100px ***************/ 
@media (min-width: 1100px)  {
  .two-column-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  
	body	{ font-size: 1.1em; }
	h1, h1 a	{ font-size: 4rem; }
	
	.video-macro {height: 100vh;	}
	.arrow-div  {top: 85vh;}
	.divbox {top: 0;}
	
	/* video text macro and half-col*/
	.col-lg-5 iframe{
		height: 23vw;
	}

	.half-col .col-md-6 .half-col-bg{
		height: 23vw;
	}



}


/*********** viewport max 1100px ***************/ 
@media (max-width: 1100px)  {
  .two-column-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  
  body{ font-size: 1em;}
  h1, h1 a{  font-size: 3rem;}

	.video-macro{ height: 78vh;}
	.arrow-div { top: 67vh;}
	.divbox{top: -10vh;}
	
	/* video text macro */
	.col-lg-5 iframe{
		height: 30vw;
	}

	.col-md-6 .half-col-bg{
		height: 23vw;
	}
	
	
	/*.galcolumn{
	  width: 33%!important;
	}*/
	
	
}

@media (max-width: 768px)  {
	  body{ font-size: 1em;}
  h1, h1 a{  font-size: 3rem;}
  h2, h2 a{  font-size: 2rem;}
  h3, h3 a{  font-size: 1.5rem;}		
}

@media (min-width: 1116px) {
    .fixed-youtube{
        width: 66.6666%;
        max-width: unset;
    }
        
}

@media (min-width: 1200px) {
    .fixed-youtube{
        width: 50%;
        max-width: unset;
    }
        
}

@media (min-width: 1395px) {
    .fixed-youtube{
        width: 66.6666%;
        max-width: unset;
    }
        
}


@media (min-width: 1845px) {
    .fixed-youtube{
        width: 50%;
        max-width: unset;
    }
        
}


@media (min-width: 2295px) {
    .fixed-youtube{
        width: 60%;
        max-width: unset;
    }
        
}
/*********** viewport max 767px: small and xs ***************/ 
@media (max-width: 767px) {

  .two-column-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }

	.video-macro{	height: 78vh;
	background: url("https://javitscenter.com/media/111914/hp_img_med.png");
    background-size: cover;
	}

	.arrow-div { top: 63vh;  }
	.divbox{ top: -10vh;}
	
	/* video text macro */

    .half-col-img {
        min-height: 15rem;
    }

    .image-text-macro-textbox{
        text-align: center;
    }


    .half-col-img-wrapper{
        height: 23rem;
    }

	.col-md-6 .half-col-bg, .col-md-6 .half-col{
		height: 10rem;
	}
		.galcolumn{
	  width: 50%!important;
	}
	
	.col-12.videobox  iframe{
		height: 23vh;
	}
	
	/* plan exhibit attend */
	
	.imgright, .imgleft, .imgmid{
	  left:0!important;
	  right:0!important;
	  }
	  
}

/*********** viewport max 767px: xs (mobile devices) ***************/
@media (max-width: 575px) {
    	.video-macro{	height: 73vh;
	/*background: url("https://javitscenter.com/media/111914/hp_img_med.png");*/
    	background: url("https://javitscenter.com/media/112002/hpimg-4v4.jpg");
    background-size: cover;
	}
}

@media (max-width: 430px){
		.galcolumn{
	  width: 100%!important;
	}

}


/*********** body fonts/general appearance ***************/ 
.jakefont{
    font-family: "rotulonahand", "MuseoSans", sans-serif;
    font-style: normal;
    font-weight: normal!important;

}

.jakesize1 {
    font-size: 1.5rem;
    padding: .25rem;
}

body{
  font-family: "MuseoSans", sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #fff;
  width: 100vw;
}

 h1, h2, h3, h4, h5, h6, p, h1 a, h2 a, h3 a, h4 a, h6 a, p a{
  font-family: "MuseoSans", sans-serif;
  font-style: normal;
  font-weight: 100;
}

.form-control {
  border-radius: 0px;
}

.padded > .header-text {
    margin-top: 0px;
}

.header-text {
	padding-bottom: 2rem;
}


/********** Modal Styling **************/
.modal-backdrop.show{
    opacity: .8;
}

/******** NOTICE STYLE  ********/
.notice-modal-body{
    padding: 3rem;
}

.important-notice-text {
	font-size: 1.4em;
	font-weight: bold;
}

/*********** Video-div ***************/
.tk-chantal{
    font-style: italic;
    font-weight: 600;
}

.divbox .tk-chantal{
	color: #ffcf42;
}
.container-fluid{
  padding: 0px;
}
.video-macro > video {
  min-width: 100vw;
  min-height: 100vh;
}



.two-column-text{
  margin-top: 2em;
  margin-bottom: 2em;
}

.video-macro {
   overflow: hidden;
}

img.play-icon{
    width: 50px !important;
    height: 50px !important;
}

/*********** Arrow-div ***************/
.arrow-div {

  position: fixed;
  transform: rotate(90deg);
  left:0;
  right:0;
}

.arrow-div-ani::after{
  content: '\3009';
  position: relative;
  transition: all 0.3s ease-in; 
  font-size: 3rem;
  color: #ffcf42;
  
  
  animation: arrow 1s ease-in 2s infinite;
}

.arrow-div-ani:hover::after , .arrow-div-ani:focus::after{
  animation: arrow 1s ease-in infinite;
}

@keyframes arrow{
  0%{
    left: -10px;
  }
  60%{
    left: 10px;
  }
}

.tagline{
  color: #fff;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: inherit;
  text-align: center;
  box-shadow: inset 0 0 0 1000px rgba(20, 20, 20, 0.15);
}


/*********** Navigation ***************/
.overlay-div{
  height: 100vw;
  z-index: 250;
  position: relative;
}

.nav-overlay{
  background-color: rgba(28, 34, 56, 0.50);
  width: 100vw;
  position: fixed;
  visibility: hidden;
}


/*********** Content and z indicies ***************/
.low-div{
  z-index: -100;
  position: relative;
  background-color: #cdcdcd;
  overflow: hidden;
}

.padded {
	  padding-top: 4rem;
	  padding-bottom: 4rem;
}

.nopad-top{
    padding-top: 0rem;
}

.nopad-bottom{
    padding-bottom: 0rem;
}

.padded-lite {
	  padding-top: 2rem;
	  padding-bottom: 2rem;
}

@media (max-width: 768px) {
.padded {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

}

.mid-div{
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.mid-div-gold{
  position: relative;
  overflow: hidden;
  background-color: #ffcf42;
}

.mid-div-grey{
  position: relative;
  overflow: hidden;
  background-color: #4d4d4d;
 
}

.mid-div-lite-grey{
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
 
}


.top-div{
  z-index: 100;
  position: relative;
  overflow: hidden;
}

/*********** button formatting ***************/
.btn{
  margin: .5rem;
  transition: all 0.3s ease-in; 
}

.btn h1, .btn h2,.btn h3,.btn h4,.btn h5,.btn h6{
	margin:0rem;
}
.btn-default{
  background-color: #ffcf42;
  color: #fff;
  border-color: #ffcf42;
}

.btn-wide{
    width: 100%;
}

.btn-default:hover, .btn-default:focus{
  background-color: #e0ae1c;
  color: #fff;
  border-color: #e0ae1c;
}

.btn-default-dark{
  background-color: #474848;
  color: #fff!important;
  border-color: #474848;
}
.btn-default-dark:hover, .btn-default-dark:focus{
  background-color: #191919;
  color: #fff;
  border-color: #191919;
}

[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: none;
}

.btn-outline{
  background-color: transparent;
  border-width: 1px;
}

.btn-outline.btn-default, .btn-outline.btn-default-darkhov{
  color: #474848;
  border-color: #474848;
  
}
.btn-outline.btn-default:hover, .btn-outline.btn-default:focus , .btn-outline.btn-default-light:hover, .btn-outline.btn-default-light:focus {
  color: #4d4d4d;
  border-color: #ffcf42;
  background-color: #ffcf42;
}

.btn-outline.btn-default-light{
  color: #ffcf42;
  border-color: #ffcf42;
  
}
.btn-outline.btn-default-darkhov:hover, .btn-outline.btn-default-darkhov:focus {
  color: #fff;
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}

.btn-sharpdef{
  background-color: transparent!important;
  border-width: 1px!important;
  border-color: #4d4d4d!important;
color: #4d4d4d!important;
  border-radius: 0rem!important;
}


.btn-sharpdef:hover, .btn-sharpdef:focus{
  color: #fff!important;
  border-color: #4d4d4d!important;
  background-color: #4d4d4d!important;
  border-radius: 0rem!important;
}

.btn-sharp{
  border-radius: 0rem;
}
.btn-round{
  border-radius: 1rem;
}

.btn-ani::after{
  content: '\3009';
  position: relative;
  right: -.25rem;
  transition: all 0.3s ease-in; 
}
.btn-ani{
  padding-right: 1.5rem;
}

.btn-ani:hover::after{
  color: #fff;
  right: -.85rem;
}

.btn-ani-auto::after{
  content: '\3009';
  position: relative;

  transition: all 0.3s ease-in; 
  
}
.btn-ani-auto{
  padding-right: 1.5rem;
}
.btn-ani-auto::after , .btn-ani-auto::after{

  animation: movearrow 1s ease-in  infinite; 
}
.btn-ani-auto:hover::after , .btn-ani-auto:focus::after{
  color: #fff;
  animation: movearrow 1s ease-in 1s infinite; 
}

@keyframes movearrow{
  0% {right: -.25rem;}
  100%{ right: -.85rem;}
}

/*********** Plan Exhibit Attend ***************/
.imageicon{
  z-index:0;
  background-size: 100% 100%;

  transition: all 0.3s ease-in;  

  border-top: none;
  background-color: #fff;
  padding: 0px;
  box-shadow: inset 0 0 0 1000px rgba(20, 20, 20, 0.35);
}

.threebox-text{
  z-index: 100;
  position: absolute ;
  width: 100vw;
  left: 2vw;
  color: #fff;
  
}

.row-threebox{
	width: 117%;
}


.tb-crop{
  overflow: hidden;
  width: 100%;
}


@media (min-width: 768px){
    .imgleft {
        -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
        clip-path: url("#imgleft");
    }

    .imgmid {
        -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
        clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
        clip-path: url("#imgmid");
    }
    .imgright {
        -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: url("#imgright");
    }
}




.imageicon:hover,
.imageicon:focus{
   box-shadow: inset 0 0 0 1000px rgba(255, 207, 66, 0.88);
   text-transform: translateY(-20px);
}

.imageicon:hover > .threebox-descr > h1 ,
.imageicon:focus{
   box-shadow: inset 0 0 0 1000px rgba(255, 207, 66, 0.88);
   text-transform: translateY(-20px);
}

.threebox-descr > h1,
.threebox-descr:active > h1
{
  transition: all 0.5s ease-in; 
  margin-right: -10rem;
}

.clip-svg{
  position: absolute;
}

.threebox-descr{
	padding-top: 9vw;
	padding-bottom: 9vw;
	flex-direction: column;
}

.threebox-descr p{
  line-height: 1.3;
 
}


.threebox-descr h1::after{
  content: '\3009';
  position: absolute;
  margin-left: 1rem;
  transition: all 0.3s ease-in; 
  font-family: "MuseoSans", "sans-serif";
  color: #fff;
  
}


.imageicon:hover .threebox-descr ::after, .imageicon:focus .threebox-descr h1::after{
  margin-left: 2rem;
}

.imageicon a{
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
/*********** Plan Exhibit Attend END ***************/

/*********** video-text ***********************/
.col-12.videobox{
	padding: 0px;
}

/* half col layout **/
.half-col{
	overflow: hidden;
}

.half-col.half-img{
	margin: 0px;
	padding: 0px;
}

/*********** max 767px: small and xs ***************/
@media (max-width: 767px) {
    .half-col.half-img{
		height: 80vw;
	}

	.half-col.half-img > img{
		height: 100%;
	}
}


.getting-here{
	overflow: hidden;
}
.getting-here > .row > .col-md-5{
    padding-left: 30px;
    padding-right: 30px;
}

.col-lg-5  iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.col-12.videobox  iframe {
  width: 100%;
  display: block;
}

.col-lg-6 > img{
    height: 100%;
    padding: 0px;
    padding-right: 5px;
    display: block;
    width: 100%;
}

/*********** video-text END ***********************/

/************ carousel slider controls **********/

.slide-items{
  width: 20rem;
  height: 10rem;
}
.carousel-control-prev{
    right: 0;
    background: url(https://www.javitscenter.com/images/b_l_arrow.png) no-repeat;
    
    z-index: 9;
    width: 23px;
    height: 52px;
    top: 39%;
    cursor: pointer;
    z-index: 75;
}

.carousel-control-next{

    background: url(https://www.javitscenter.com/images/b_r_arrow.png) no-repeat;

    z-index: 9;
    width: 23px;
    height: 52px;
    top: 39%;
    cursor: pointer;
    z-index: 75;
}

.carousel-item{
  padding: 3rem;
}

/**************footer*****/

.footer-logo{
	padding: 0px;
}

.footer-link{
    color: #ffcf42;
}

.footer-gold > .p-2 > h2{
    margin-top: 0px;
    margin-bottom: 1rem;
}


.footer-link:hover{
    color: #fff;
}

.footer-white a {
    color: #ffcf42;
}



.footer-white{
  padding-left: 3rem;
  color: #fff;
  font-size: 1.2rem!important;
}
.footer-white-sm{
  color: #fff;
  line-height: 1.2rem;
  font-size: 1rem!important;
}
.footer-gold{
  color: #ffcf42;
  line-height: 1.4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
  flex-direction: column;
}

.footer-sm{
  font-size: 1.2rem!important;
}

.footer-social-links a{
  font-size: 1.3rem;
  color: #fff;
   transition: all 0.1s ease-in; 
}
.footer-social-links > i{
  padding-left: 0px!important;
}

.footer-social-links> a> i:hover, .footer-social-links> a> i:focus{
  color: #ffcf42;
}
.footer-social-links a:hover {
    transform: translateY(-5px);
}

.mobile-footer{
    color: #fff;
}

/*********** Social Media Signups***********************/

.input-group-btn > button{
  margin: 0px;
}

.mailinglist > .row{
  margin: 0px;

}
.mailinglist  h3{
	margin-bottom: 0rem;
}

.mc-field-group.p-2 {
    width: 80%;
}

input#mce-EMAIL {
    width: 100%;
    padding: 5px 10px;
}

div#mc_embed_signup_scroll > .p-2 {
    /* box-shadow: 0 0 black; */
    padding: 0px!important;
    height: 100%;
}



/********** addition to fa ************/
.fa-reverse{
  background-color: #474848;
  color: #eeeeee;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  width: 2.4rem;
  text-align: center;
  font-size: 1.5rem!important; 
}


.fa-reverse:hover, .fa-reverse:focus {
  background-color: #191919;
  color: #eeeeee!important;
}

.fa{
  transition: all 0.1s ease-in; 
}

.fa:hover, .fa:focus{
  color: #5d5d5d;
}
 
@media (max-width: 767px){
    .fa-reverse {
        font-size: 3.1rem !important;
        width: 4rem;
    }
}
@media (max-width: 370px){
    .fa-reverse {
        font-size: 2.1rem !important;
        width: 3rem;
    }
}

/**************************************************
 * Grid page styles
 *************************************************/
 .banner {
   height: 40vh;
 }

 .banner > img{
   min-width: 100vw;
   min-height: 100%;
}

#javlogo {
	z-index: 100;
}

.subnav{
  background: #464646;
}
.subnav a{
  color: #ffcf42;
  padding-right: 0.5rem; 
}
.subnav a:hover , .subnav a:focus{
      color: #fff;
    text-decoration: none;
}
.subnav col:hover , .subnav col:focus{
    background: #fff;
}

.subnav h2{
  padding-right: 3rem;
  margin-right:1rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: 3s ease-in-out;
    /*border-right: 1px solid #ffcf42;*/
}

/********* Image-text -gold **********/
.image-text-macro-textbox > p, {
	padding-top: 2rem;
}
.image-text-gold{
	overflow: hidden;
}


/*********** viewport min 1200px: xl ***************/ 
@media (min-width: 1200px)  {
  .image-text-gold > img{
	height: 100%;
}	
}

/*********** viewport max 1200px: lg ***************/ 
@media (max-width: 1200px)  {
  .image-text-gold > img{
    height: 100%;
  }
}
/*********** viewport max 767px: small ***************/ 
@media (max-width: 767px) {
   .image-text-gold {
    padding: 0px;
  }
   .image-text-gold > img{
    width: 100%;
  }
}

/*********** accordion  ***************/ 
#accordion > .card{
  margin-bottom: .2rem;
  border: 0px;
  border-radius: 0px;
  
}

#accordion > .card > .card-header{
  border: 0px;
  border-radius: 0px;
  background: #ebebeb;
    padding: .75rem;
}


.card-block {
	padding-right: 0px;
	padding-left: 0px;
    padding-bottom: 0px;
	padding-top: 1.25rem;
}

.card-block > table > tbody td{
    border-bottom: 1px solid #bfbfbf;
}
.card-block > table > tbody > tr:hover {
    background-color: #bfbfbf;
}

.card-header a[data-parent="#accordion"]::before{
    content:'+';
     transition: all 0.3s ease-in; 
}

.card-header a[aria-expanded="false"][data-parent="#accordion"]::before{
  content: '+';
}

.card-header a[data-parent="#accordion"][aria-expanded="true"]::before{
  content: '-';
}

.card-header a{
    color: #000;
    transition: all 0.3s ease-in; 
    font-weight: 100;
}
.card-header a:focus , .card-header a:active, .card-header a:hover {
  text-decoration: none;
}



.card-block > .row > h2{
  padding-bottom: 2rem;
}

.row > .half-col-padded , .row > .half-col{
  overflow: hidden;
  background: white;
}

#videotext > .half-col-padded , .row > .half-col{
  overflow: hidden;
  background: inherit;
  padding: 4rem 0 4rem 0;
  margin: 0;
}

.row > .half-col .half-col-bg{
  height: 100%;
  width: 100%;
  z-index: 1;
}

.row > .half-col-padded img , .row > .half-col img{
  position: absolute;
}

#video-text > .half-col-padded img , .row > .half-col img{
  position: inherit;
}

.mfp-vid-link{
    height: 100%;
}


/*********** learn-more  ***************/ 
@media(max-width: 768px){
    .caption > h4.text-uppercase{
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
        
}
}

.learn-more{
	background: #ebebeb;
}

.img-crop{
  overflow: hidden;
  height: 10vw;
}

.img-crop > img{
  min-height: 100%;
  max-height: 120%;
  min-width: 100%;
  max-width: 160%;
  transition: .2s ease-in-out;
}

.thumbnail:hover > .img-crop > img{
    min-height: 105%;
    max-height: 130%;
    min-width: 105%;
    margin: -1rem;
}


.thumbnail{
  color: #4d4d4d;
}

.caption h4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.caption h4::after{
  content: '\3009';
  transition: .25s ease-out;
  padding-left: .5rem;
}

.thumbnail:hover .caption h4::after{
    padding-left: 2rem;
}

/**************** exec-staff************/
.img-crop-gal{
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background: #ebebeb;
}

.modal-content > div > div > div >  div > .img-crop-gal{
	height:inherit;
}


.img-crop-gal img{
  transition: 1s ease-in-out;
  margin: 0 -100%;

}

/*** For very large screens: ***/
@media (min-width: 1975px) {
    .img-crop-gal {
       height: 20rem;
    }

    .img-crop-gal img {
        width: 100%;
        height: 100%;
    }
}


/****** modal styling ****/
.modal-content{
  border: 0px solid transparent;
}

.modal.show .modal-dialog{
    transition: transform .5s ease-out,-webkit-transform .5s ease-out,-o-transform .5s ease-out;
    transform: translate(0, 35%);
}

.modal-close{
  position: absolute;
  float: right;
  padding: .5rem;
  right: 0;
  z-index: 200;
}

.gal-title-modal{
    border-top: 1px dotted #4d4d4d;
    margin-top: 1rem;
    padding-top: 1rem;
}

/*** media large, xlarge ( m l xl ) **/
@media (min-width: 992px){
    .galmodal-info {
        padding-right: 1.5rem;
    }

  
}


@media (max-width: 992px){
    img#galimg {width: 100%;}
}



@media (min-width: 576px){
  .modal-dialog {
 max-width: 70vw;
}
}

.text-gal{
  display: none;
}

    .thumbnail.gal-thumb{
        margin-bottom: 2rem;
    }

    .thumbnail.gal-thumb>.caption-wrapper{

  height: 100%;
  position: absolute;
  padding-bottom: 2rem;
  transition: .45s ease-in-out;
}



.thumbnail.gal-thumb>.caption-wrapper>.caption{
  color: transparent;
  background: rgba(255, 191, 0, 0.0);
  transition: .4s ease-in-out;
    display: hidden;
    padding-top: 5rem;
        flex-direction: column;

}

.thumbnail:hover >.caption-wrapper > .caption{
  color: #4d4d4d;
  background: #ffcf42;
    display: block;
     padding-top: 0rem;
}
.thumbnail >.caption-wrapper > .caption > .gal-line{
    width: 0;
    height: 1px;
    border-top: 1px dotted transparent;
    padding-top: .5rem;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
      transition: 1s ease-in;
}

.thumbnail:hover >.caption-wrapper > .caption > .gal-line{
    width: 80%;
    
    border-top: 1px dotted #4d4d4d;
}

/*** bod styling ***/

tr{
  transition: 0.4s ease-out;
}

.bod-desc{
  display: none;
}

.card-block-grey{
  padding-bottom: 0px;
  padding-top: 1.1rem;
}

.board-notice{
  display: none;
}

.jumbotron{
  margin-bottom: 0px;
  border-radius: 0px;
}

/***** MEDIA GALLERY STYLES ***********/
  .mfp-iframe-scaler iframe {
     box-shadow: none!important; 
     background: none!important; 
  }


.ltbox-crop{
  background: #2d2d2d;
  overflow: hidden;
  /** NEED TO SET RESPONSIVE HEIGHT ***/
  /*height: 200px;*/

}

.ltbox-crop >img{
  width: 101%;
}

/*** on larger browsers: (md and bigger) ***/
@media (min-width: 768px)  {
	.gallery-box{
	  padding: .5rem;
	}
	
	.ltbox-overlay-wrapper{
	  padding-right: 1rem;
	}
}

/*** on smaller browsers: (md and smaller) ***/
@media (max-width: 767px)  {
	.ltbox-overlay-wrapper{
	  padding-right: 4rem;
	}
}


.ltbox-overlay-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
	padding-bottom: 1rem;
    overflow: hidden;
}



.ltbox-overlay{
  transition: all 0.3s ease-in; 
  width: 100%;
  padding: inherit;
  height: 100%;
}

.ltbox-overlay-sm{
    z-index: 200;
	box-shadow: inset 0 0 0 1000px rgba(20, 20, 20, 0.35);
 transition: all 0.3s ease-in; 
  width: 100%;
  padding: inherit;
  height: 100%;
}

.ltbox-overlay-sm > .col.text-center{

    transition: all 0.3s ease-in; 
     color: #fff;
	height: 100%;

}

a:hover, a:focus{
  text-decoration: none;
}

.ltbox-overlay > .col.text-center{
    opacity: 0;
    transition: all 0.3s ease-in; 
     color: #fff;
	 height: 20%;
	 top: 10%;
}
.ltbox-overlay:hover > .col.text-center, .ltbox-overlay:focus > .col.text-center{
    opacity: 1;
  
    transform: translateY(50%);

}

.ltbox-overlay:hover, .gallery-box:focus > ltbox-overlay{
  background: rgba(255, 191, 0, 0.85);

  
}


.gallery-box:hover > ltbox-overlay, .gallery-box:focus > ltbox-overlay{
  background: #ffcf42;

  
}

.gallery-selector{
	padding: .2rem;
	border: 1px solid #e2e2e2;
  font-family: "MuseoSans", sans-serif;
}

.gallery-type-link {
  cursor: pointer;
  text-align:left;
  margin-left:1rem;
}


/********NAVBAR STYLING**********/
.menu-wrapper{
    cursor: pointer;
    z-index: 250;
    align-items: center;
    right: 0px;
    position: fixed;
}

.menu-wrapper.change{
    right: 17px;
}

.menu-wrapper p{
  font-family: "MuseoSans", sans-serif;
  padding-left: .5rem;
  padding-right: .5rem;
  z-index: 250;
    color: #ffffff;
        margin-bottom: .5rem;

}
#togglemenu{
    padding: .75rem;
    padding-top: 1rem;
    padding-right: 1.2rem;
}

.bar1, .bar2, .bar3{
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  margin: 8px 0;
  transition: 0.4s;
}

.hamburg{
  margin-top: -.5rem;
    display: inline-block;
  z-index: 250;
}

#top-nav{
  margin-right: 9rem;
}

.header-logo {
	width: 100vw;
    position: absolute;
  padding-top: 3rem;
  z-index: 80;
}

.header-logo img {
    height: 5rem;
}


/** rotate top bar **/
.change .bar1{
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}

/** fade out second bar **/
.change .bar2{
  opacity: 0;
}

/** rotate last bar **/
.change .bar3{
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.nav-bg{
  width: 100vw;
  background: rgba(35, 35, 35, 0.95);
  height: 100vh;
  position: fixed;
  display: none;
  z-index: 150;
  overflow-y: scroll;
}

/** navigation css **/
.navbar{
  float: right;
}

#nav-container{
  background: #fff;
  position: fixed;
  width: 100vw;
  z-index: 100;
  display: none;
  border-bottom: 1px #bbbbbb solid;
}

#nav-container > div img{
  margin-left: 2rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.navbar ul{
  margin-bottom: 0px;
}
ul.nav.navbar-nav{
    flex-direction: initial;
}

.navbar li{
  display: inline-block;
  font-family: "MuseoSans", sans-serif;

  cursor: pointer;

  margin-bottom: .5rem;
  margin-top:.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 1px #eaeaea solid;
}

.navbar li > a{
      color: #4d4d4d;
}

/********NAVBAR STYLING END**********/

/********INNER NAV STYLING ***/

.noscroll{
  overflow: hidden;
}

.menu-items, .menu-items a{
  color: #ffcf42;
  top: 5rem;
}

.menu-link{
  padding: .5rem;
}

h1.text-uppercase.menu-link {
    margin-top: 10px;
}


@media (min-width: 768px) {
    h2.menu-link, .bordered > .btn {
      width: 70%;
    }
    .inner-nav{
      top: 180px;

    }


}

/* small and xs layouts: move the logo down*/
@media (max-width: 767px) {
  .header-logo img{
      height: 3.5rem;
  }

  .inner-nav {
    top: 6rem;
    margin-left: auto;
    font-size: 5rem;
    margin-right: auto;
    }


    .text-uppercase.menu-link {
        padding: .55rem;
        font-size: 1.6rem;
        margin: 0px;
    }

}

h1.menu-link::after{
  content: '\3009';
  float: right;
   transition: 0.4s ease-out;
}

h2.menu-link::after{
  content: '\3009';
  float: right;
   transition: 0.4s ease-out;
}



/* sm or xs screens do not have rotating arrows. only md+ screens will show the sublinks. */
@media (max-width: 767px){
	h1.menu-link:hover::after, h1.menu-link:focus::after, .sublink-hover > h1.menu-link::after{
  transform: translate(1rem, 0);
  -webkit-transform:  translate(1rem, 0);
  -moz-transform:  translate(1rem, 0);
  -o-transform:  translate(1rem, 0);
}

    .menu-items .col-10.col-md-6 {
        left: 8.333333%;
    }    

}

@media (min-width: 768px){
	h1.menu-link:hover::after, h1.menu-link:focus::after, .sublink-hover > h1.menu-link::after{
  transform: rotate(90deg);
  transform-origin: 15% 50%; /* IE 9 */
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 20% 50%; /* IE 9 */
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 20% 50%; 
  -o-transform: rotate(90deg);
  -o-transform-origin: 20% 50%; 
}
}



h1.non-drop:hover::after, h1.non-drop:focus::after, .sublink-hover > h1.non-drop::after{
  transform: translate(1rem, 0);
  -webkit-transform:  translate(1rem, 0);
  -moz-transform:  translate(1rem, 0);
  -o-transform:  translate(1rem, 0);
}

h2.menu-link:hover::after, h2.menu-link:focus::after{
  transform: translate(1rem, 0);
  -webkit-transform:  translate(1rem, 0);
  -moz-transform:  translate(1rem, 0);
  -o-transform:  translate(1rem, 0);
}

.sublink{
  max-height: 0px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.35s;
}

.sublink-hover > .sublink{
  max-height: 500px;

}

.menu-items > div{
  flex-direction: row;
  
}

/*********** viewport min 768px ***************/
@media (min-width: 768px) {
    .menu-items > .bordered {
        border-left: 1px #eaeaea solid;
    }

    h2.menu-link, .bordered > .btn {
      padding-left: 2rem;
      width: 100%;

    }
}






/*************** xl+ viewport *******************/
@media (min-width: 1200px)  {
  .carousel-img{
    width:100%;
  }
}
/*************** md-lg viewport *******************/
@media (max-width: 1199px)  {
  .carousel-img{
    height: 28vw;
  }
}

/*************** sm viewport *******************/
@media (max-width: 767px)  {
  .carousel-img-wrapper{
    height: 25rem;
  }
}
/*************** xs viewport *******************/
@media (max-width: 575px)  {
  .carousel-img-wrapper{
    height: 15rem;
  }
  .carousel-img{
    height: 18rem;
  }
}

.gal-carousel-item{
  padding: 0rem;
}

/******************** archive accord *************************/
,table-litepad > tr > td{
    padding: .25rem;
}

.table-litepad{
    width: 100%;
}

.archive-block{
    padding-bottom: 1rem;
}

/************************************************
    Form js datepicker date jquery ui
*/

#ui-datepicker-div{
    background: #fff;
    padding: 1rem;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    height: 3rem;
    width: 13rem;
}

a.ui-datepicker-prev.ui-corner-all {
    vertical-align: middle;
    position: absolute;
}

a.ui-datepicker-next.ui-corner-all {
    vertical-align: middle;
    position: absolute;
    right: 1rem;
}

.ui-datepicker-title {
    vertical-align: middle;
    /* position: absolute; */
    text-align: center;
}


    
/********************************************
    green roof form
*/

/** form loader form loading **/

   div#loadingdiv{
        display:none;
    }

    .pd-t {
        padding-top: .25rem;
    }

#green-roof-form, .personal-vehicle-form, .event-request-form-section, .login-form, .profile-form , .business-listing-form-section{
        padding: 30px;
        padding-top: 1rem;
        background: #eaeaea;
        margin-bottom: 1rem;
    }

.event-request-form-section, .personal-vehicle-form{
  display: none;
  position: absolute;

}

.event-request-form-section.active, .personal-vehicle-form.active{
  display: block;
}

.event-login {
    min-height: 30rem;
}

.account-forgot{
    display: none;
}
.event-request-form-section {
    margin-bottom: 1rem;
}

table a.btn.btn-default.text-uppercase.btn-default.btn-outline.btn-sharp:hover {
    color: #4d4d4d!important;
}

.rfp-toggle-next, .rfp-toggle-prev{
    float: right;
}

        #green-roof-form a:hover,  #personal-vehicle-form a:hover {
            color: #ffcf42;
        }


        #green-roof-form > .attendees {
            display: none;
        }

    #greenRoofForm_NumAttendees, #greenRoofForm_NumChildrenUnder13 {
        float: right;
        width: 50%;
    }

    .form-group.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .form-group.row > label {
        margin-top: 8px;
        text-align: right;
    }


    /*#green-roof-form > input[type="submit"]:hover {
        color: #ffcf42;
    }*/

    .form-group > select{
        margin: 10px 0px;
        border-radius: 0px;
        background: url(/Images/dropmenu_arrow.jpg) no-repeat scroll center right , #fff;
        -moz-appearance: none;
        -webkit-appearance: none; 
        
    }

    select::-ms-expand {
    display: none;

    }

    button, input, optgroup, select, textarea{
         font-family: "MuseoSans", sans-serif;
  font-style: normal;
  font-weight: 100;
    }
    

    input, select > option {
        border: 1px solid rgb(169, 169, 169) !important;
        border-radius: 0px;
        padding: 10px 10px;
        /*margin: 10px 0px;*/
        color: #5d5d5d;
    }

    
    .form-control.form-error {
        border: 2px solid red!important;
    }

    input#checkboxAgree {
    position: relative;
    margin: 0px;
}

    label.form-check-label {
        padding-left: 0px;
    }

    #green-roof-form input[type="submit"], #personal-vehicle-form input[type="submit"]{
        border: 0px;
        color: #fff;
    }

    

    .attendee-tracker {
        color: #ff0000;
    }

    #notes {
        resize: none;
    }

    #disclaimer {
        resize: none;
        font-size: 70%;
    }

    .spinner {
        height: 20px;
    }

/*********
    Ad Modal
    *********/
#adModal > .modal-dialog{
    width: 700px;
}
.admodal-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }

    #modal-close {
    float: right;
	margin: 0;
    }

#adModal > .modal-dialog {
	margin: auto;	
}

@media (min-width: 1000px) {
	#adModal > .modal-dialog {
		margin-top: -10vh;	
	}
}

/* xs and sm sizes for img text slider with overhang*/
@media (max-width: 992px) {
    #adModal > .modal-dialog{
        width: 80%;
        background: #fff;
        margin: auto;
    }
    .admodal-body{
        top: 50%;
    }
    .admodal-body a {
        float: unset;
        align-content: center;
    }
}

/* xs and sm sizes for img text slider with overhang*/
@media (max-width: 992px) {
      .admodal-body{
        top: 70%;
    }
}

/**************************************************
 *                EVENTS
 **************************************************/

.event-name{
  border-bottom: 2px solid #ffcf42;
  font-weight: 100;
  transition: .25s ease-in-out;
  margin-bottom: 8px;
}

.event-name:hover, .event-name:focus, .ev-part:hover{
   border-bottom: 5px solid #ffcf42;
   cursor:pointer;
   margin-bottom: 5px;
}

.ev-part > .event-name, .ev-part{
    border-bottom: 0px solid #fff;
      transition: .25s ease-in-out;
}

.title.event-name.col-12{
    padding-left: 0px;
}

/**** event modal styling ****/

.ev-details{
  display: none;
}

div#evModalBody > .ev-details{
  display: block;
}
div#evModalBody {
  padding: 2rem;
}

.ev-details > .ev-dates{
  color: #ffcf42;
  font-weight: bold;
}

button.close{
      /*position: absolute;
    right: .75rem;
    top: .75rem;
     z-index: 1050;*/
    position: absolute;
    right: .6rem;
    top: .6rem;
    padding: .6rem;
    border-radius: 10rem;
    border: 1px solid #ffffff;
    padding-top: .3rem;
    padding-bottom: .4rem;
    background: #fff;
    z-index: 1050;
    opacity: .99;
    transition: .5s ease-in-out;
}

    button.close:hover {
        color: #ffcf42;
    }

/****************************************************
    Events List View Javits Guide Business Listings
*****************************************************/
    .list-group-item {
        display: none;
        transition: .3s ease-in-out;
    }

	.list-group-item:hover {
		background: #eaeaea;
	}

    select.classSelector {
        padding: .5rem;
        padding-right: 4rem;
        margin: .5rem;
    }

    .moreinfo {
        display: none;
    }

    .events-tabs {
        padding: .5rem;
        color: #cdcdcd !important;
        transition: all 0.3s ease-in !important;
    }

    .events-tabs:hover {
        cursor: pointer;
        color: #000 !important;
    }

    .events-tabs.active {
        color: #4d4d4d!important;
    }

    .events-tabs.active > i {
        color: #ffcf42!important;
    }

    a#calendar-view , a#list-view {
        font-weight: 100;
    }

    #calendarView {
        display: none;
    }

    .nomarg-left {
        margin-left: 0;
    }
    .nomarg-top {
        margin-top: 0;
    }

    .descmore::after {
        content: "MORE";
    }

    .descmore.clickedmore::after {
        content: "LESS";
    }

    .descmore {
        margin-top: 20px;
    }
    #business-directory-content-wrapper #loadmore::after{
        content: "MORE LISTINGS";
    }
    #business-directory-content-wrapper #loadmore.nomorelistings::after{
        content: "NO MORE LISTINGS";
        color: #eaeaea;
    }
    #listView #loadmore::after{
        content: "MORE EVENTS";
    }
    #listView #loadmore.nomorelistings::after{
        content: "NO MORE EVENTS SCHEDULED";
        color: #eaeaea;
    }
	
	.calendar-nav{
        width: 23px;
        height: 52px;
   
    }
    .calendar-nav#next{
        background: url(/Images/b_r_arrow.png);
    }
    .calendar-nav#prev{
        background: url(/Images/b_l_arrow.png);
    }
	.text-center.navigation-container {
        position: relative;
        height: 65px;
    }
    

/*********** Upcoming Events ***********************/
.carousel-inner-upcoming-events{
  height: 15rem;
}

.event-border{
  border-left: 2px solid #cdcdcd;
  box-sizing: border-box;

}

.event{
  padding: 1.5rem;
  line-height: 1.4rem;
}

.event > .data{
  font-weight: bold;
  color: #ffcf42;
}



    .list-group-item {
        border-right: 0px;
        border-left: 0px;
    }



img.resguide-img{
    width: 100%;
}

.event-request-form-section{
  display: none;
}

.event-request-form-section.active{
  display: block;
}

/********** event mgr dashboard **********/
.ev-mgr-sect{
    min-height: 30rem;
}


/*img.lazy-img-load{

    display:none;
}*/


/***** floating image slider *****************/
.carousel-control-prev{
    margin-left: -30px;
}
.carousel-control-prev-icon{
    background-image: none;
}

.carousel-control-next{
    margin-right: -30px;
}
.carousel-control-next-icon{
    background-image: none;
}



/* xs and sm sizes for img text slider with overhang*/
@media (max-width: 767px) {
    /*.img-slider-right-text{
        height: 20rem;
    }*/

     .carousel-img-wrapper{
      overflow: hidden;
      width: 100%;
    }
    
     .carousel-img-wrapper img{
         position: absolute;
     }

     .img-slider-right-text{
         background: #eaeaea;
         padding-right: 30px;
         padding-left: 30px;
         height: 15rem;
     }
     .carousel-control-prev{
         background:url(https://www.javitscenter.com/images/b_l_arrow_h.png) no-repeat;
         margin-left: 10px;
     }
     .carousel-control-next{
         background:url(https://www.javitscenter.com/images/b_r_arrow_h.png) no-repeat;
         margin-right: 10px;
     }
}

/* md and up sizes for img text slider with overhang */
@media (min-width: 768px) {
    .gal-carousel-item{
        height: 25rem;
    }

        .img-slider-right-text{
        padding-left:0px;
        padding-right: 30px;
    }

            .carousel-img-wrapper{
      overflow: hidden;
      height: 100%;
      width: 100%;
    }
}

.img-text-gold.hidden-sm-down {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    height: 20rem;
    background: #ffcf42;
    margin-top: 2.5rem;
}

    .carousel-img-wrapper img{

      min-height: 100%;
      min-width: 100%;

    }

    /****** Accessibility CSS *******/
.visuallyhidden{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

    /*********** Javits Buzz ***********************/
.crt-img img{
  width: 100%;
  padding; 5px;
}
.crt-text-gold{
  background: #ffcf42;
}

#crtTextGrey, #crtTextGold{
    padding: .25rem;
    padding-top: 0rem;
}

.crt-text-grey{
  background: #4d4d4d;
  color: #fff;
}


.crt-text-gold, .crt-text-grey {
    margin-top: 15px;
    margin-right: 7px;
      padding: 1rem;
}

.crt-feed-container{
  overflow: hidden;
  /*height: 1600px;*/
  position: relative;
}

.galcolumn{
  margin: 0 auto!important;
}

.crt-feed.gridalicious{
  height: 400px!important;
  overflow-y: hidden!important;
  display: inline;
}

.fixed-youtube{
  position: relative;
  float: right;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: .25rem;
  margin-bottom: 0px;
  /*height: 25vw;*/
  overflow: hidden;
  margin-top: 15px;
}

/*.fixed-youtube > img{
  padding: 0px;
  display: block;
  position: absolute;
  margin-top: 15px;
}*/

img.play-icon{
  height: 50px;
  z-index: 40;
  position: absolute;
  width: 50px;
}



.crt-post{
	background: #f5f3f4!important;
  max-height: 800px!important;
}

.crt-feed-more {
    /*background: linear-gradient(0deg, #eaeaea, transparent);
    padding-top: 2rem!important;
    padding-bottom: 1rem!important;
    margin-top: -4rem;*/
 
}

.crt-post .crt-post-content, .crt-post .crt-post-footer{
    background: #f5f3f4!important;
}

.crt-post-text-body {
  	padding-top: 1rem;	
}

.important-notice {
	padding-top: 1rem;
	font-size: 0.8em;
}

.crt-post .crt-post-content-image{
  margin-bottom: 0px!important;
}

/*.crt-post-header{
  background: #4d4d4d!important;
  padding-bottom: 0px!important;
}*/

.crt-post-header img{
  display: none!important;
}
.crt-post-username{
  color: #fff;
  font-size: .9em;
}

.crt-post-name{
  left: 55px!important;
}

.crt-post-username a:hover, .crt-post-username a:focus{
  color: #ffcf42!important;
}

.crt-post-fullname{
  display: none!important;
  font-family: museo-sans, sans-serif;
}

.crt-post-text-body > a{
  color: #ffcf42!important;
}

.crt-post-read-more{
  display: none!important;
}

.crt-grid-post-v2 .crt-post-header, .crt-post-v2 .crt-post-header{
    padding-top: 1rem;
}

.crt-post-username a[href^="https://www.instagram.com"]::before{
  content: "INSTAGRAM ";

  color: #ffcf42;
  font-size: 1.1em;
}

.crt-post-username a[href^="https://www.twitter"]::before{
  content: "TWITTER ";

  color: #ffcf42;
  font-size: 1.1em;
}

.crt-post-username a[href^="https://www.face"]::before{
  content: "FACEBOOK ";

  color: #ffcf42;
  font-size: 1.1em;
}

/*.crt-popup-wrapper .crt-popup .crt-popup-header i.crt-icon-instagram::before, 
.crt-popup-wrapper .crt-popup .crt-popup-header i.crt-icon-facebook::before {
    top: 6px;
    position: absolute;
    margin-left: 5px;
}*/

.crt-post-content-text>br {
    display: none;
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon{
    padding-top: 5px!important;
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name {
    padding-left: 50px;
    margin-top: 0px;
}

.crt-post-name {
    display: none;
}
.crt-post-v2 .crt-post-content-text{
    color: #4d4d4d!important;
}

.crt-popup-wrapper .crt-popup .crt-popup-header IMG {
    display: none;
}

.crt-popup-wrapper .crt-popup .crt-popup-header {
    padding-bottom: 0px!important;
    margin-top: 8px!important;
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i {
    border: 2px solid #ffcf42;
    border-radius: 100px;
    padding: .4rem!important;
    padding-top: .2rem!important;
    padding-bottom: .3rem!important;
}

.crt-post-v2 .crt-post-border {
    border: 0px!important;
}

.crt-feed-container .crt-post-v2 {
    margin: 10px!important;
    margin-top: 15px!important;
    margin-left: 5px!important;
}

.crt-grid-post-v2 .crt-post-header .crt-social-icon, .crt-post-v2 .crt-post-header .crt-social-icon{
    margin-bottom: 1rem;
}

.crt-grid-post-v2 .crt-post-header .crt-social-icon i, .crt-post-v2 .crt-post-header .crt-social-icon i {
    margin-left: 0px!important;
    border: 3px solid #ffcf42;
    border-radius: 100px;
    padding: 8px;
}

.crt-social-icon i {
    color: #ffcf42 !important;
    font-size: 34px !important;
}

/** social mobile view (xs and sm) **/
@media(max-width: 767px){
    .social-mobile-view {
        padding: 0px;
    }
    .social-mobile-view #exploreNyDiv{
        padding: 0px;
        margin: 0px;
    }
}

@media(max-width: 1199px){
	.important-notice { 
		padding-top: 3rem; 
	}
}

div#exploreNyDiv, div#brochureDiv, div#marketDiv, div#reportDiv, div#susDiv{
    cursor: pointer;
    padding: .25rem;
    height: 100%;

    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.text.crt-post-content-text {
    max-height: 25rem;
}

.exp-ny-overlay {
     width: 100%; 
     position: absolute; 
     height: 100%; 
     z-index: 20; 
     transition: .5s ease-in-out; 
}

.exp-ny-overlay:hover {
    background: #ffcf42b8;
}

.newdiv{
    position: absolute;
    display: none;
}

@keyframes spin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/*
    loading div preloader loader
*/
.formloader{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flf1{
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin: 10px;
  box-shadow: 1px 1px 10px #4d4d4d;
  animation: waiting 1s linear infinite;
}

.flf1:nth-of-type(2){
  animation-delay: .15s;
}
.flf1:nth-of-type(3){
  animation-delay: .35s;
}
.flf1:nth-of-type(4){
  animation-delay: .45s;
}

@keyframes waiting{
  0%{
    transform: translateY(0px);
  }
  50%{
        transform: translateY(25px);
  }
}

.show-mobile {
	display: none;
}

@media(max-width:819px) {
	.show-mobile {
		display: block;
	}
	
	.hide-mobile {
		display: none !important;
	}
}

.lang-sel-box {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: white;
	text-align: center;
}

.lang-sel-box .lang-title {

}

.lang-sel-box .lang-sel {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.lang-sel-box .lang-sel .lang-list {
	padding: 2rem;
	margin: 0;
}

.lang-sel-box .lang-sel .lang-opt {
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid black;
	font-size: 1.7rem;
}

.lang-sel-box .lang-sel .lang-opt a {
	display: inline-block;
	width: 100%;
}

.lang-sel-box .lang-sel .lang-opt:first-of-type {
	border-top: none;
}

@media(min-width:1300px) {
	.lang-sel-box {
		position: absolute;
		height: auto;
		width: 20vw;
		max-width:300px;
		top: 64px;
		left: 270px;
		border: 2px solid black;
		border-top: none;
	}
	
	.lang-close {
		padding-bottom: 1rem;	
	}
	
	.lang-sel-box .lang-sel .lang-list {
        padding: 0 2rem;
    }
	
	.lang-sel-box .lang-sel .lang-opt {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
.hidden-md-up {
    display: none!important;
}
}
	
@media (max-width: 767px) {
.hidden-sm-down {
    display: none!important;
}
}

@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    left: 25%;
}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: flex;
}

.mauto {
	margin:auto!important;
}

.sustainability-reports {
	display: flex;
	flex-direction: row;
}

.sustainability-reports .sus-report {
	display: flex;
	flex-direction: column;
	flex-basis: 25%;
}

.sustainability-reports .sus-report a {
	display: inline-block;
}

.sustainability-reports .sus-report p {
	font-size: 1.5rem;
}