/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Black */@font-face {
    font-family: 'LatoWebBlack';
    src: url('../fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/*IMSC*/

.slideshow-container.rsis-project-slider
{
	max-width:none;
	min-width:100%;
	padding-top: 40px;
}

.slideshow-container.rsis-video-slider
{
	max-width:none;
	min-width:100%;
	padding-top: 40px;
}


.slide-container-1.slide-container{
	background-size:cover;
    min-height: 500px;
    max-height: 500px;
    background-position: center;
	text-align:center;

}

.slide-container-1.slide-container>.imscheader-overlay>img.imscheader{
	height:auto;
	padding-top: 40px;
	max-height:245px;
	max-width:945px;
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.slide-container-1.slide-container>.imscheader-overlay>img.imscheader-mobile{
	height:auto;
	width:90%;
	display:none;
	margin-left:auto;
	margin-right:auto;
	max-width:500px;
}

@media only screen and (max-width: 767px) {
	
	.slide-container-1.slide-container>.imscheader-overlay>img.imscheader-mobile{
		display:block;
		max-width: 400px;
	}
	
	.slideshow-container.rsis-video-slider{
		transform: translateY(-41px);
		padding-top:0px!important;
	}
	
	.slide-container-1.slide-container>.imscheader-overlay>img.imscheader{
		display:none;
	}
	.slide-container-1.slide-container{
		min-height: 380px;
		max-height: 480px;
	}
	
	.imsc-table-left,.imsc-table-right{
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	
	.imsc-panels{
		margin-bottom:0px!important;
	}
	
	.rsis_home_slider{
		display:none!important;
	}
	
	.rsis_home_slider-mobile{
		display:block!important;
	}
	
	.imscheader-overlay{
		max-height: 500px;
	}
}

.rsis_home_slider{
	display:block;
}

.rsis_home_slider-mobile{
	display:none;
}

/* Next & previous buttons */
.prev.rsis_home_slider, .next.rsis_home_slider,.prev.rsis_video_slider, .next.rsis_video_slider  {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-size: 43px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;

}

/* Position the "next button" to the right */
.next.rsis_home_slider,.next.rsis_video_slider {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev.rsis_home_slider:hover, .next.rsis_home_slider:hover,
	text-decoration: none!important;
}

.prev.rsis_video_slider:hover, .next.rsis_video_slider:hover {
	text-decoration: none!important;
}

/* The dots/bullets/indicators */
.dot.rsis_home_slider,.dot.rsis_video_slider {
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin: 0 2px;
   background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
 
}

.active-rsis_home_slider, .dot.rsis_home_slider:hover,.active-rsis_video_slider, .dot.rsis_video_slider:hover  {
  background-color: #717171 !important;
}

.imsc-panels{
	width: 100%;
	/*margin-bottom:100px;*/
}

.imsc-panel-container{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.imsc-panel{
    flex: 0 0 100%;
    max-width: 100%;
}

.imsc-panel-content{
	margin:auto;
    box-sizing: inherit;
	margin-bottom:60px;
}

.imsc-leftpanel{
}

.imsc-rightpanel{
	
}

.imsc-table-panel-container{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.imsc-table-left,.imsc-table-right{
    flex: 0 0 50%;
    max-width: 50%;
}

.imsc-table-left{
	   box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
		border-right: solid 1px rgba(0, 0, 0, 0.15);
}



.imsc-panel-content-substitle{
  font-family: LatoWeb;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.9px;
  color: #aa8f59;
}

.imsc-panel-content-text{
  font-family: LatoWeb;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #000000;
}

.imsc-divider{
  width: 100%;
  height: 5px;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  margin-bottom:50px;
  background-color: rgba(0, 0, 0, 0.19);
}


.imsc-event-header{
	font-family: LatoWeb;
	font-size: 26px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.4px;
	color: #ffffff;
	text-align:center;

	border-radius: 7.6px;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(95deg, #00a0c6, #2d57a5);
	padding-top: 15px;
	padding-bottom: 15px;
}

.imsc-event-odd{
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
	  
}

.imsc-event-even{
background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(0, 159, 221, 0.12), rgba(0, 159, 221, 0.12));
  	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
	  
}

.imsc-event-border{
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.imsc-table-white{
	border-radius: 7.6px;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;

}

.imsc-event-content-text,span.imsc-event-content-text{

	font-family: LatoWeb;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	letter-spacing: 0.8px;
	color: #000000;
}

.imsc-event-content-title,span.imsc-event-content-title{

  font-family: LatoWebBlack;
  font-size: 17px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #0082b5;
	
}

.imsc-event-content-title{
	display:flex;
	flex-wrap: wrap;
}

.imsc-event-content-title-left{
    flex: 0 0 auto;
    max-width: 80%;
    margin-top: auto;
    margin-bottom: auto;
}

.imsc-event-content-title-right{
	flex: 0 0 15%;
    max-width: 15%;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
}


.imsc-event-content-title-2{

  font-family: LatoWeb;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #0082b5;
}

.imsc-event-content-text-bold,span.imsc-event-content-text-bold{
	font-weight: bold;
	font-family: LatoWebBold;
}

.imsc-event-content-block{
	margin-bottom:13px;
}


.image-row {
  max-width: 768px;
  margin-left:auto;
  margin-right:auto;

  margin-bottom: 50px;
}
.space-between {
  display: flex;
  justify-content: space-between
}

.image-row>a>img{
	max-height:80px;
	max-width: 200px;
	height: 80px;
}

@media only screen and (max-width: 767px) {
	.image-row {
	max-width: 350px;
	min-width: 350px;
	}

	.image-row>a>img{
	max-height:40px;
	}
}

.rsis_video_slider.video_frame>iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rsis_video_slider.video_frame{


  background-color: #ffffff;
		position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.rsis_video_slider.whiteborder{
	  width: 993px;
  height: 476px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding:6px;
  	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.imsc-event-content-text-link>a{
	font-size:14px;
	color:#a91317!important;
	line-height:21px;
	font-weight:400;
	letter-spacing:1px;
}

.imsc-event-header>.imsc-event-content-text-link{
	color:white!important;
	font-size:14px;
	line-height:21px;
	font-weight:400;
	letter-spacing:1px;
}

/*20190521*/

/* The container must be positioned relative: */
.imsc-custom-select {
	position: relative;

	font-family: LatoWeb;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #235090;
	width: 410px;

	margin-top: 30px;
}

.imsc-custom-select select {
  display: none; /*hide original SELECT element: */
}

.imsc-select-selected {

  	font-family: LatoWeb;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	padding:20px 16px;
	border-radius: 9px;
	background: linear-gradient(to bottom, #ffffff, #d7d7d7)
}

/* Style the arrow inside the select element: */
.imsc-select-selected:after {
  position: absolute;
  content: "";
  top: 27px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #1450a8 transparent transparent transparent;

}

/* Point the arrow upwards when the select box is open (active): */
.imsc-select-selected.imsc-select-arrow-active:after {
  border-color: transparent transparent #1450a8 transparent;
  top: 22px;
}

/* style the items (options), including the selected item: */
.imsc-select-items div,.imsc-select-selected {
 
  cursor: pointer;
      text-align: left;
  	font-family: LatoWeb;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #235090;
	width: 410px;
	padding:20px 16px;
	border-radius: 9px;
	background: linear-gradient(to bottom, #ffffff, #d7d7d7)
}

/* Style items (options): */
.imsc-select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	text-align: left;
}

/* Hide the items when the select box is closed: */
.imsc-select-hide {
  display: none;
}

.imsc-select-items div:hover, .imsc-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.imsc-biography-panels{
	display: flex;
    flex-wrap: wrap;
	margin-top:60px;
	margin-bottom:60px;
	display: none;
}

.imsc-biography-panels-forselect{
	display: flex;
    flex-wrap: wrap;
}

.imsc-biography-panel-left{
    flex: 0 0 20%;
    max-width: 20%;
}

.imsc-biography-panel-right{
    flex: 0 0 80%;
	max-width: 80%;
}

.imsc-biography-panel-content{
	max-width:90%;
	margin:auto;
	margin: unset;
}

.imsc-biography-panel>.imsc-biography-panel-content>img{
	max-width:100%;
	min-width:100%;
	margin-bottom : 20px;
}

@media only screen and (max-width: 767px) {
	.imsc-biography-panel-left{
    flex: 0 0 100%;
    max-width: 100%;
	}

	.imsc-biography-panel-right{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.imsc-custom-select,.imsc-select-items div,.imsc-select-selected {
		width:UNSET;
	}
	
	.imsc-biography-panel-content{

		margin:auto;
	}
}

.imscheader-overlay{
	background: rgb(0,0,0,0.7);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(40px);
    max-height: 285px;
    max-width: 1045px;
    border-radius: 25px;
}

/* 20191002*/
.imsc-album{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	    margin-bottom: 60px;
}

.imsc-album-title{
	    font-family: LatoWeb;
    font-size: 35px!important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.9px;
    color: #aa8f59;
	    margin-top: 0px;
}

.album-gallery .album-grid .title.imsc-album-title-h2{
	height:auto;
}

.grid .link.imsc-album-link{
	height:auto;
}

/*END IMSC*/



/*201905211815*/