#SPAModal .LiveForm.Default .Field.Checkbox .Field-Container-Wide label, .LiveForm.Default .Field.Checkbox .Field-Container-Wide label {
	color: #003B69 !important;
	font-weight:normal !important;
}

.our-application p {
	margin-bottom:0;
}
.intro-text p .readmore:nth-child(1) {
	margin:0 15px 25px 0;
}

.IntroLeft {
	padding: 38px 25px 25px 25px;
}
.IntroLeft p {
	font-size:20px;
	position:relative;
	padding-left: 32px;
}
.IntroLeft p::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	background: #003B69;
	left: 2px;
	margin: auto;
	top: 13px;
}
.IntroRight {
	text-align:center;
}
.HP_VideoBG {
	position: relative;
  min-height: 250px;
  overflow: hidden;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.HP_VideoBG img {
  min-height: 370px;
  min-width: 1733px;
  width: 100%;
}
.HP_VideoBG p {
	margin-bottom:0;
}
.HP_VideoBG .wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.HP_VideoBG .overlay {
    z-index: 3;
  position: absolute;
  bottom: 0;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(0,38,67,0.91) 0%, rgba(0,38,65,0.91) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,38,67,0.91) 0%,rgba(0,38,65,0.91) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,38,67,0.91) 0%,rgba(0,38,65,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8002643', endColorstr='#e8002641',GradientType=1 ); /* IE6-9 */
    opacity: 0.9;
  width: 100%;
  background-repeat:no-repeat;
  left:0;
  right:0;
}
.HP_VideoBG .container, .HP_VideoBG .row, .HP_VideoBG .col-md-6 {
    height: 100%;
}
.HP_VideoBG .ContentOverlay {
    z-index: 5;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  max-width: 290px;
}
.HP_VideoBG .ContentOverlay h1, .HP_VideoBG .ContentOverlay h2 {
	color:#fff;
	font-size:26px;
	line-height:28px;
	margin-bottom:15px;
}
.HP_VideoBG .ContentOverlay p {
	font-size:18px;
	color:#fff;
	line-height:22px;
	margin-bottom:20px;
}
.HP_VideoBG a.WhiteButton {
  color: #003b68;
  border: 2px solid #fff;
  border-radius: 23px;
  padding: 10px 25px 8px 28px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  background:#fff;
  font-weight: 900;
  text-transform: uppercase;
}
.HP_VideoBG a.WhiteButton:visited {
	color: #003b68;
}
.HP_VideoBG a.WhiteButton:hover {
	background:transparent;
	color:#fff;
	 border: 2px solid #fff;
}
.HP_VideoBG .col-md-6.rightimage {
	display:none;
}
@media screen and (min-width:768px) {
.HP_VideoBG .ContentOverlay {
	max-width: 600px;
}
}
@media screen and (min-width:992px) {
	.IntroLeft {
		padding:25px 0 25px 35px;
	}
	.IntroRight {
		padding:25px 0;
	}
	.HP_VideoBG .ContentOverlay {
		text-align:left;
	}
	.HP_VideoBG .col-md-6.rightimage {
		display:block;
	}
	.HP_VideoBG .col-md-6.rightimage img {
		min-width:unset;
		min-height:unset;
		width:100%;
		max-width:485px;
	}
	.HP_VideoBG .col-md-6.rightimage p {
		margin:0;
		text-align:right;
	}
	.HP_VideoBG .col-md-6.rightimage .ContentOverlay {
	max-width: unset;
}
}
@media screen and (min-width:992px) and (max-width:1450px) {

}
@media screen and (min-width:1201px) {
	.IntroLeft {
		padding:70px 0 40px 90px;
	}
	.HP_VideoBG .ContentOverlay h1, .HP_VideoBG .ContentOverlay h2 {
		font-size:36px;
		margin-bottom:25px;
		line-height:40px;
	}
	.HP_VideoBG .ContentOverlay p {
		line-height:24px;
	}
}
@media screen and (min-width:1600px) {
	.IntroLeft {
		padding: 70px 78px 40px 127px;
	}
	.IntroLeft h1 {
		font-size:50px;
		line-height:60px;
		margin-bottom:35px;
	}
	.IntroRight {
		padding:35px 0 0 0;
	}
}
/* Products pages accordions */
.AccContent {
	margin-top:25px;
	position:relative;
}
.AccContent .accordion, .AccContent .accordionopen {
	background-color: #002541;
	color: #fff;
	cursor: pointer;
	padding: 10px 18px 10px 5px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.AccContent .moduleheader {
	background-color: #002541;
	color: #fff;
	padding: 15px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.scrollablesec {
	max-height: 740px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    width: 100%;
	border: 1px solid #ccc;
	margin-bottom:25px;
}


/* The title stays on top */
.fixedtitle {
    background-color: rgb(0, 37, 65);
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 20px 25px;
	color:#fff;
	min-width: 991px;
}
.fixedtitle  span {
	color:#fff;
	line-height:24px;
	margin:0;
	font-size:20px;
	font-weight: 700;
}
.fixedtitle .TitleH4 {
    display: block;        /* converts span → block */
    width: 100%;           /* makes it fill header */
    min-width: 100%;       /* prevents collapsing on mobile */
    white-space: nowrap;   /* optional: prevents wrapping */
}
.AccContent.firsttable.scroll .DNNModuleContent.ModIMUKSPAC {
	min-width: 991px;
}

.AccContent.firsttable.scroll .DNNModuleContent.ModIMUKSPAC .dataTables_scrollHead {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: #fff !important;
}


.AccContent .moduleheader h4 {
	color:#fff;
	margin-bottom:0;
	line-height: 29px;
	position: relative;
	padding-left: 5px;
}
.AccContent .accordion h4, .AccContent .accordionopen h4 {
	color:#fff;
	margin-bottom:0;
	line-height: 29px;
	position: relative;
	padding-left: 42px;
}
.AccContent.firsttable.scroll {
	margin-top: 0;
}
.AccContent .accordion h4::before, .AccContent .accordionopen h4::before {
	content: "\f107";
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	line-height: 1;
	font-size: 18px;
	font-size: inherit;
	text-rendering: auto;
	margin: 10px 10px 0 11px;
	font-size: 27px;
	line-height: 24px;
	position: absolute;
	left: -1px;
	top: -7px;
}
.AccContent .accordion.active h4::before, .AccContent .accordionopen.active h4::before {
	content: "\f106";
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	line-height: 1;
	font-size: 18px;
	font-size: inherit;
	text-rendering: auto;
	margin: 10px 10px 0 11px;
	font-size: 27px;
	line-height: 24px;
	position: absolute;
	left: -1px;
	top: 6px;
}
.AccContent div.dataTables_wrapper div.dataTables_info {
	display:none;
}
.AccContent #ImageModal .modal-dialog {
	width:100%;
	max-width:850px;
	visibility: visible;
}
@media screen and (min-width:481px) { 
	.AccContent .accordion h4::before, .AccContent .accordion.active h4::before, .AccContent .accordionopen h4::before, .AccContent .accordionopen.active h4::before  {
		top: -8px;
	}
}
@media screen and (min-width:768px) {  
	.AccContent .accordion, .AccContent .accordionopen {
		padding: 25px 18px;
	}
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.AccContent .active,.AccContent .accordion:hover, .AccContent .accordionopen:hover {
	background-color: #002541;
}

.AccContent .readmore {
	float: right;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	right: 0;
	visibility: visible;
	background-color: #5cdb5c;
}
.AccContent a.readmore {
	color:#fff !important;
}
.AccContent .dataTables_wrapper,.AccContent .panel .container-fluid{
	clear:both;
}
.AccContent table.dataTable input[type="checkbox"] {
	height: 15px !important;
	width: 15px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 4px;
	outline: none;
	transition-duration: 0.3s;
	background-color: #fff;
	cursor: pointer;
	padding: 0 !important;
	float: none;
	margin-bottom: 5px;
	border: 2px solid #ccc;
}
.AccContent table.dataTable input[type="checkbox"]:checked::before {
	content: "\2713";
	color: #003b69;
	font-size: 15px;
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
	font-weight: bold;
	margin-top: -5px;
}
@media screen and (min-width:992px) {  
	.AccContent .readmore {
		position:absolute;
		top:-7px;
		right: 15px;
		margin:25px 15px 0 0;
		padding:10px 22px;
		background-color: #5cdb5c;
	}
	.AccContent .readmore:hover {
		background-color:transparent;
		color:#5cdb5c !important;
	}
}
/* Style the accordion panel. Note: hidden by default */
.AccContent .panel {
	padding: 0;
	visibility:hidden;
	overflow: hidden;
	height:0;
}
/*.AccContent.firsttable .panel {
  padding: 0;
  visibility:visible;
  overflow: hidden;
  height:auto;
  }*/
  .AccContent table.dataTable thead {
  	background-color:#003B69;
  	color:#fff;
  	text-align:center;
  	font-weight:700;
  }
  .AccContent .table > thead:first-child > tr:first-child > th {
  	vertical-align:middle;
  	padding: 16px 10px;
  	height:40px;
  }
  .AccContent .table > thead:first-child > tr:first-child > th:nth-child(1) {
  	width:15% !important;
  }
.AccContent .Widercol .table > thead:first-child > tr:first-child > th:nth-child(1) {
	width:29% !important;
}
  .AccContent table.dataTable thead .sorting::after {
  	content: "\f107";
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: 18px;
  	font-size: inherit;
  	text-rendering: auto;
  	font-size:20px;
  	opacity: 0.6;
  }
  /*table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after*/
/*table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	display:none !important;
	}*/

	.AccContent table.dataTable thead .sorting::after,.AccContent table.dataTable thead .sorting_asc::after,.AccContent table.dataTable thead .sorting_desc::after,.AccContent table.dataTable thead .sorting_asc_disabled::after, .AccContent table.dataTable thead .sorting_desc_disabled::after {
		bottom: 13px;
		opacity: 0.6;
	}
	.AccContent .table > thead:first-child > tr:first-child > th,.AccContent .table > tbody > tr > td,.AccContent .table > thead:first-child > tr:first-child > th{
		text-align:center;
	}

	.AccContent .table-hover > tbody > tr {
		border-bottom:2px solid #ccc;
		margin-bottom:4px;
	}
	.AccContent a.partNumberInfo, .AccContent a {
		color: #003B69 !important;
		text-transform:uppercase;
		letter-spacing: 1px;
		font-weight: 900;
	}
	.AccContent a.partNumberInfo::before {
		display: inline-block;
		content: ' ';
		background-image: url('/Portals/0/Images/SVG/Icon_download.svg');
		background-size: 10px 13px;
		height: 13px;
		width: 10px;
		margin-right:12px;
	}
	.AccContent a.partNumberInfo.noicon::before {
		display:none;
	}
	.AccContent .table > tbody > tr > td {
		vertical-align:middle;
		padding:10px 5px;
		font-size:14px;
		display: table-cell;
		word-break: break-all;
	}
	.AccContent .table > tbody > tr > td:nth-child(1) {
		text-align:left;
		padding-left:15px;
	}

	.AccContent .table-hover > tbody > tr:hover {
		background-color:transparent;
	}
	@media screen and (max-width:480px) {
		.AccContent .table > thead:first-child > tr:first-child > th {
			text-align: center;
			max-width: 25px !important;
			font-size: 13px !important;
		}
		.AccContent .table > thead:first-child > tr:first-child > th {
			padding: 12px 22px 10px 2px;
			font-size: 12px !important;
			vertical-align:top;
		}
		.AccContent table.dataTable input[type="checkbox"] {
			float:none;
		}
		.AccContent table.dataTable thead .sorting::after, .AccContent table.dataTable thead .sorting_asc::after, .AccContent table.dataTable thead .sorting_desc::after, .AccContent table.dataTable thead .sorting_asc_disabled::after, .AccContent table.dataTable thead .sorting_desc_disabled::after {
			bottom: 0;
			opacity: 0.6;
			top: 10px;
		}
		.AccContent .table > tbody > tr > td {
			font-size:12px;
		}
	}
	.AccContent table.dataTable,.AccContent .dataTables_scrollHeadInner {
		width:100% !important;
	}
	.AccContent table.dataTable {
		margin-top:0 !important;
	}
	.AccContent .dataTables_wrapper .col-sm-12 {
		padding-left:0;
		padding-right:0;
	}
	.SendInformation {
		text-align:right;
		margin-bottom:25px;
	}

	.SendInformation p, .SendInformation .Infobtn {
		display:inline-block;
	}
	.SendInformation p {
		margin-right:25px;
	}
	.Infobtn button {
		padding: 5px 10px;
		border: 2px solid #5cdb5c;
		letter-spacing: 1px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 30px;
		background-color: #5cdb5c;
		color: #fff !important;
		font-weight: 900;
		font-size: 13px;
		text-align: center;
		text-transform: uppercase;
	}
	.Infobtn button:hover, .SendInformation .btn-primary:active:hover,.SendInformation .btn-primary.active:hover {
		background-color:transparent;
		color: #5cdb5c !important;
		border-color: #5cdb5c;
	}
	.FooterCTA {
		margin-bottom:25px;
	}
	.FooterCTA p {
		margin-bottom:15px;
		font-size:16px;
	}

	#dnn_FooterPaneLeft p:nth-child(1) a:last-child {
		margin-bottom: 35px;
	}
	#dnn_FooterPaneLeft a {
		display:block;
		margin-bottom: 15px;
		font-weight:700;
	}
	#dnn_FooterPaneLeft span {
		display:none;
	}
	.SendInformation #imukSPAFormModal .form-group label {
		text-align:left !important;
		float:left;
	}
	@media screen and (min-width:768px) and (max-width:991px) {
		.AccContent table.dataTable thead .sorting::after,.AccContent table.dataTable thead .sorting_asc::after,.AccContent table.dataTable thead .sorting_desc::after,.AccContent table.dataTable thead .sorting_asc_disabled::after, .AccContent table.dataTable thead .sorting_desc_disabled::after {
			bottom: 40px;
		}
	}
	@media screen and (min-width:768px) {
		.AccContent table.dataTable thead .sorting_asc::after,.AccContent table.dataTable thead .sorting_desc::after,.AccContent table.dataTable thead .sorting_asc_disabled::after, .AccContent table.dataTable thead .sorting_desc_disabled::after {
			bottom: 24px;
			right:0;
		}
		.AccContent table.dataTable thead .sorting::after {
			right:4px;
			bottom: 24px;
		}
		.Infobtn button {
			padding: 10px 40px;
			font-size: 14px;
		}	
	}
	@media screen and (min-width:992px) { 
		#dnn_FooterPaneLeft a {
			display: inline-block;
		}
		.FooterCTA {
			text-align:right;
		}
	}
	@media screen and (min-width:1025px) { 
		#dnn_FooterPaneLeft span {
			display: inline-block;
			margin: 0 10px;
		}
		#dnn_FooterPaneLeft a {
			font-size: 16px;
		}
		#dnn_FooterPaneLeft p:nth-child(1) a {
			font-weight:700;
		}
		#dnn_FooterPaneLeft p:nth-child(1), #dnn_FooterPaneLeft p:nth-child(1) a:last-child {
			margin-bottom: 0;
		}
		.AccContent.firsttable.scroll .DNNModuleContent.ModIMUKSPAC, .fixedtitle {
			min-width: 1200px;
		}


	}
	@media (min-width: 992px) and (max-width: 1024px) {
		#dnn_FooterPaneLeft a {
			margin-right:25px;
		}
	}

	@media screen and (min-width:1386px) {
		/*Electric Vehicle page table*/	
		#dnn_ContentPane2 .AccContent .table > tbody > tr > td:nth-child(1){
			min-width:145px;
			padding-left:5px;
			font-size:12px;
		}
		#dnn_ContentPane2 .AccContent .table > tbody > tr > td:nth-child(1) a {
			font-weight:bold;
			letter-spacing:0;
		}
	}
	/*Homepage gallery*/

	.home-gallery .Theme_12_custom .unoslider_slider_area{
		overflow: hidden !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute !important;
	}
	.home-gallery .Theme_12_custom .unoslider_slider_area img{
		min-height: 547px;
		min-width: 768px;

	}
	.home-gallery .Theme_12_custom .unoslider_caption {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		left: 0px;
		padding: 10px;
		width: 100%;
		background-color: transparent; 
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 1;
		color: white;
		text-align: left;
		font-size: 13px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-text{
		padding: 15px 0px 30px 35px;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-text h1{
		color: #fff;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3{
		position: relative;
		padding-left: 35px;
		font-weight: normal;
		color: #fff;
		margin-bottom: 28px;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3:before{
		content: '';
		position: absolute;
		width: 20px;
		height: 2px;
		background: #fff;
		left: 4px;
		margin: auto;
		top: 15px;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-text p{
		padding-left: 30px;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-img{
		padding-top: 20px;
	}
	.home-gallery .Theme_12_custom .unoslider_caption .slider-img img{
		width: 400px;
	}
	.home-gallery .Theme_12_custom .unoslider_pause, .home-gallery .Theme_12_custom .unoslider_play, .home-gallery .Theme_12_custom .unoslider_left, .home-gallery .Theme_12_custom .unoslider_right{
		background-color: transparent;
		opacity:1;
	}
	.home-gallery .Theme_12_custom .unoslider_indicator{
		display: none;
	}

	.home-gallery .Theme_12_custom .unoslider_pause {
		height: 50px;
		width: 50px;
		margin-top: -25px;
		margin-left: 20px;
		top: 55%;
		left: 50%;
		-webkit-border-radius: 90px;
		-moz-border-radius: 90px;
		-ms-border-radius: 90px;
		-o-border-radius: 90px;
		border-radius: 90px;
	}
	.home-gallery  .Theme_12_custom .unoslider_play{
		height: 50px;
		width: 50px;
		margin-top: -25px;
		margin-left: 20px;
		top: 55%;
		left: 50%;
		-webkit-border-radius: 90px;
		-moz-border-radius: 90px;
		-ms-border-radius: 90px;
		-o-border-radius: 90px;
		border-radius: 90px;
	}
	.home-gallery  .Theme_12_custom .unoslider_pause:hover,.home-gallery .Theme_12_custom .unoslider_play:hover,.home-gallery .Theme_12_custom .unoslider_left:hover,.home-gallery .Theme_12_custom .unoslider_right:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	.home-gallery .Theme_12_custom .unoslider_left, .home-gallery .Theme_12_custom .unoslider_right {
		width: 49px;
		height: 48px;
	}
	.home-gallery .Theme_12_custom .unoslider_navigation_container{
		position: absolute;
		top: 312px;
		right: 10px;
		left: 120px;
		width: 100px;
		height: 40px;
		z-index: 50;
	}
	.home-gallery .Theme_12_custom .unoslider_right{
		margin: 0px 73px;
		background-position: -61px 0px;
	}
	.home-gallery .Theme_12_custom .unoslider_pause{
		background-position: -120px 0px;
	}
	.home-gallery .Theme_12_custom .unoslider_left{
		background-position: 0 0;
		margin: 0px -10px;
	}
	.home-gallery .Theme_12_custom .unoslider_play {
		background-position: -180px 0px;
	}

	.home-gallery .Theme_12_custom .unoslider_caption .slider-text p span{
		margin-right: 15px;
	}

	@media screen and (min-width: 992px) {
		.home-gallery .Theme_12_custom .unoslider_slider_area img{
			min-height: 410px;
			min-width: 1920px;
		}
	}
	@media screen and (min-width: 1600px) {
		.home-gallery .Theme_12_custom{
			width: 100%;
			height: 410px  !important;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text{
			padding: 36px 89px 100px 141px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h1{
			font-size: 50px;
			line-height: 65px;
			margin-bottom: 34px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img{
			padding-top: 37px;
		}
		.home-gallery .Theme_12_custom .unoslider_slider_area img{
			min-height: 410px;
			min-width: 1920px;

		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img{
			width: 440px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img.IGBT {
			width: 485px;
		}
		.home-gallery .Theme_12_custom .unoslider_navigation_container{
			top: 58px;
			left: auto;
			right: 172px;
			width: 170px;
			height: 48px;
		}
	}
	@media (min-width: 992px) and (max-width: 1599px) {
		.home-gallery .Theme_12_custom{
			width: 100%;
			height: 380px !important;
		}
	}
	@media(min-width: 1200px) and (max-width: 1599px){
		.home-gallery .Theme_12_custom .unoslider_navigation_container{
			top: 305px;
			left: 203px;
		}

	}
	@media(min-width: 1601px) and (max-width: 1899px){
		.home-gallery .Theme_12_custom .unoslider_navigation_container{
			right: calc(0% - -110px);
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {

		.home-gallery .Theme_12_custom .unoslider_caption .slider-text{
			padding: 30px 0px 0px 35px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h1{
			font-size: 40px;
			line-height: 50px;
			margin-bottom: 20px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3{
			padding-left: 30px;
			font-weight: normal;
			color: #fff;
			margin-bottom: 15px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p{
			padding-left: 30px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img{
			padding-top: 20px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img{
			width: 375px;
		}
		.home-gallery .Theme_12_custom .unoslider_pause, .home-gallery .Theme_12_custom .unoslider_play, .home-gallery .Theme_12_custom .unoslider_left, .home-gallery .Theme_12_custom .unoslider_right{
			background-color: transparent;
		}
		.home-gallery .Theme_12_custom .unoslider_indicator{
			display: none;
		}
		.home-gallery .Theme_12_custom .unoslider_navigation_container{
			position: absolute;
			top: 312px;
			right: 10px;
			left: 120px;
			width: 100px;
			height: 40px;
			z-index: 50;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p span .readmore{
			padding: 10px 10px;
			font-size: 12px !important;
		}
	}
	@media(max-width: 1600px){
		.home-gallery .Theme_12_custom .unoslider_left {
			background-position: 0 0;
			margin: 0px -13px;
		}
		.home-gallery .Theme_12_custom .unoslider_right {
			margin: 0px 2px;
		}
		.home-gallery .Theme_12_custom .unoslider_pause {
			margin-top: -22px;
			margin-left: 58px;
		}
		.home-gallery .Theme_12_custom .unoslider_play {
			margin-top: -22px;
			margin-left: 58px;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.home-gallery .Theme_12_custom{
			width: 100%;
			height: 540px !important;
		}
		.home-gallery .Theme_12_custom .unoslider_slider_area{
			overflow: hidden !important;
			width: 100% !important;
			height: 100% !important;
			position: absolute !important;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text{
			padding: 20px 0px 0 35px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img {
			padding-top: 10px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h1{
			font-size: 32px;
			line-height: 39px;
			color: #fff;
			margin-bottom: 6px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3{
			padding-left: 30px;
			font-weight: normal;
			color: #fff;
			font-size: 19px;
			margin-bottom: 30px;
			margin-right: 140px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p{
			padding-left: 30px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img {
			width: 400px;
			max-width: 291px;
			margin-left: 36px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img.IGBT, .home-gallery .Theme_12_custom .unoslider_caption .slider-img img.Bipolar {
			width: 419px;
			max-width: 327px;
		}
		.home-gallery .Theme_12_custom .unoslider_pause, .home-gallery .Theme_12_custom .unoslider_play, .home-gallery .Theme_12_custom .unoslider_left, .home-gallery .Theme_12_custom .unoslider_right{
			background-color: transparent;
		}
		.home-gallery .Theme_12_custom .unoslider_indicator{
			display: none;
		}
		.home-gallery .Theme_12_custom .unoslider_navigation_container{
			position: absolute;
			top: auto;
			right: auto;
			left: 100px;
			bottom: 25px;
			width: 100px;
			height: 40px;
			z-index: 50;
		}
	}
	@media (max-width: 767px){
		.home-gallery .Theme_12_custom{
			width: 100%;
			height: 547px !important;
		}
		.home-gallery .Theme_12_custom .unoslider_slider_area{
			overflow: hidden !important;
			width: 100% !important;
			height: 100% !important;
			position: absolute !important;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text{
			padding: 20px 0px 10px 0px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h1{
			font-size: 28px;
			line-height: 38px;
			color: #fff;
			margin-bottom: 0;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3{
			padding-left: 0px;
			font-weight: normal;
			color: #fff;
			font-size: 18px;
			line-height: 28px;
			margin-bottom: 23px;
			margin-right: 10px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3:before{
			display: none;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p span{
			margin-bottom: 42px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p{
			padding-left: 0px;
		}
		.home-gallery .Theme_12_custom .unoslider_pause, .home-gallery .Theme_12_custom .unoslider_play, .home-gallery .Theme_12_custom .unoslider_left, .home-gallery .Theme_12_custom .unoslider_right{
			background-color: transparent;
		}
		.home-gallery .Theme_12_custom .unoslider_indicator{
			display: none;
		}
		.home-gallery .Theme_12_custom .unoslider_navigation_container{
			position: absolute;
			top: auto;
			right: auto;
			left: 40px;
			bottom: 40px;
			width: 100px;
			height: 40px;
			z-index: 50;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p span .readmore{
			padding: 10px 21px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img {
			max-width:280px;
		}
	}
	@media (max-width: 600px){
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text {
			padding: 20px 0 0 0;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h1 {
			line-height: 31px;
			margin-bottom: 2px;
			font-size:27px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p span {
			display: block;
			margin-bottom: 24px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text h3 {
			margin-bottom: 22px;
			font-size: 16px;
			line-height: 23px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-text p span .readmore {
			padding: 7px 13px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img {
			padding-top: 0;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img {
			max-width:230px;
		}
		.home-gallery .Theme_12_custom .unoslider_caption .slider-img img.IGBT, .home-gallery .Theme_12_custom .unoslider_caption .slider-img img.Bipolar {
			max-width: 273px;
		}
		.home-gallery .Theme_12_custom .unoslider_navigation_container {
			bottom:21px;
		}
	}
	/*homepage introduction*/
	.intro-text {
		margin-bottom: 20px;
	}
	.HomeSkin .intro-text {
		margin-bottom: 0;
	}
	@media (min-width: 1600px){ 
		.intro-text {
			padding: 0px 5px 30px 163px;
		}
		.HomeSkin .intro-text {
			padding: 55px 89px 26px 88px;
		}
	}
	.intro-text p .readmore, .module-feature a {
		color: #fff !important;
		background: #5cdb5c;
		border: 2px solid #5cdb5c;
	}
	.intro-text p .readmore:hover, .module-feature a:hover {
		color: #5cdb5c !important;
		background: transparent;
		border: 2px solid #5cdb5c;
		text-decoration:none;
	}
	@media(min-width: 992px) and (max-width: 1199px){
		.intro-text{
			padding: 30px;
		}
		.HomeSkin .intro-text {
		padding: 30px 30px 0 30px
		}
	}
	@media (min-width: 768px) and (max-width: 991px){
		.intro-text{
			border-top: 2px solid #003B69;
			padding: 50px 130px 30px 60px;
		}
		.intro-text h1{
			font-size: 30px;
			line-height: 40px;
		}
		.intro-text p{
			font-size: 18px;
			line-height: 28px;
			margin-top: 20px;
		}
		.bg-dynex-white{
			background-position: 68% -25%;
			background-size: 1400px;
			padding: 40px 0px 0px 0px;
		}
		.intro-text {
			margin-top: 27px;
		}
	}
	@media (max-width: 767px){
		.intro-text{
			padding: 10px 30px 30px 30px;
			margin-bottom: 0px;
			margin-top: 15px;
			padding-left: 0px;
			border-top: 2px solid #003B69;
		}
		.intro-text p{
			padding-left: 00px;
			color: #272727;
			margin-bottom: 10px;
			margin-top: 30px;
		}
		.intro-text p .readmore {
			color: #fff !important;
			background: #003B69;
			margin-bottom: -6px;
			border: 2px solid #003B69;
			clear: both;
			display: inline-block;
		}

		.intro-text h1{
			font-size: 25px;
			line-height: 35px;
			padding-top: 20px;
		}
		.intro-text p{
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
		}
		.bg-dynex-white{
			background-size: 1800px;
			background-position: 70% -5%;
			padding: 40px 0px 10px 0
		}
	}
	@media (max-width: 320px){
		.intro-text p .readmore:nth-child(1) {
			clear: both;
			display: inline-block;
		}
	}
	@media (max-width: 600px){
		.InnerSkin .bg-dynex-white {
			background-image:none;
		}
	}
	.intro-text p {
		padding-left: 30px;
		font-size: 22px;
		margin-bottom: 45px;
		font-weight: normal;
		color: #272727;
	}
	/*white box image top*/
	.module-feature {
		position:relative;
	}
	@media (max-width: 767px){
		.module-feature, .WhiteBox {
			height:auto !important;
		}
	}
	.module-feature a.readmore {
		padding: 8px 25px;
		letter-spacing: 1px;
		border-radius: 30px;
		font-weight: 900;
		font-size: 14px;
		text-align: center;
		text-transform: uppercase;
	}
	.module-feature .readmore {

	}

	.module-feature p.taller {
		min-height:80px;
	}
	.module-feature h4 {
		line-height:29px;
	}


	/*promo box*/
	.PromoCentered .promo-img img{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.PromoCentered .promo-text{
		text-align: left;
		/*linear-gradient(to bottom right, rgba(0,47,75,.9), rgba(220,66,37,.9)), url(/portals/0/images/bg-promo.png)*/
		background:url(/portals/0/images/bg-promo.png) bottom right no-repeat ,linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 53%, rgba(0,59,105,1) 100%);
		color: #fff;
		padding: 10px 0;
		margin-top: 0px;
		margin-bottom:30px;
	}

	.PromoCentered .promo-text h2{
		padding-left: 0px;
		margin: 5px auto;
		border-bottom: 0px solid #F5F5F5;
		color: #fff;
	}
	.PromoCentered .promo-text h2::after {
		display: none;
	}
	.PromoCentered .promo-text h2 span{
		margin-right: 10px;
	}
	.PromoCentered .promo-text p{
		padding-left: 0px;
		margin-bottom: 33px;
		padding:0px 50px;
		color: #fff;
	}

	@media(max-width: 767px){
		.PromoCentered .promo-text h2{
			text-align: left;
			padding-left: 15px;
			line-height:40px;
		}

		.PromoCentered .promo-text p{
			padding-left: 20px;
		}
	}
	@media (min-width: 480px) and (max-width: 767px){
		.PromoCentered .promo-text{
			margin-bottom:35px;
		}
	}
	@media (min-width: 768px) and (max-width: 991px){
		.PromoCentered .promo-text{
			padding: 50px 37px;
			margin-bottom: 100px;
			margin-bottom:55px;
		}
		.PromoCentered .promo-text h2{
			padding-left: 48px;
			position: relative;
		}
		.PromoCentered .promo-text h2::before{
			content: '';
			position: absolute;
			width: 15px;
			height: 2px;
			background: #fff;
			left: 26px;
			margin: auto;
			top: 27px;
		}
		.PromoCentered .promo-text p{
			padding-left: 50px;
			/*max-width: 490px;*/
		}
	}

	@media (min-width: 992px){
		.PromoCentered .promo-text h2{
			text-align: center;
			position: relative;
		}
		.PromoCentered .promo-text h2::after {
			display: block;
			content: '';
			position: absolute;
			width: 80px;
			height: 2px;
			background: #fff;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;

		}
		.PromoCentered .promo-text{
			text-align: center;
			margin-top: 100px;
		}
		.PromoCentered .promo-img img{
			position: absolute;
			left: 9%;
			z-index:3;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px){
		.PromoCentered .promo-img img{
			max-width: 265px;
		}
		.PromoCentered .promo-text{
			padding: 35px 10px 20px 10px;
		}
		.PromoCentered .promo-text p{
			padding-left: 0px;
			margin-bottom: 40px;
			padding:0px 30px;

		}
		.PromoCentered .promo-text p:nth-child(2) {
			min-height:260px;
		}
		.PromoCentered .promo-text h2 {
			line-height:30px;
			margin:65px 0 35px 0;
		}
		.PromoCentered .promo-text h2::after {
			top:80px;
		}
	}
	@media (min-width: 1200px) and (max-width: 1599px){
		.PromoCentered .promo-img img{
			max-width: 320px;
		}
		.PromoCentered .promo-text{
			padding: 70px 10px 20px 10px;
		}
		.PromoCentered .promo-text p:nth-child(2) {
			min-height:260px;
		}
		.PromoCentered .promo-text h2 {
			line-height: 30px;
			margin: 65px 0 35px 0;
			min-height: 60px;
		}
		.PromoCentered .promo-text h2::after {
			top: 80px;
		}
	}
	@media screen and (min-width: 1600px) {
		.PromoCentered .promo-img img{
			max-width: 440px;
			left: 8%;
			top: -70px;
		}
		.PromoCentered .promo-text{
			padding: 30px 10px 20px 10px;
			margin: 190px 0 50px 0;
		}
		.PromoCentered .promo-text h2 {
			margin: 33px 0 35px 0;
		}
		.PromoCentered .promo-text h2::after {
			top: 67px;
		}
		.PromoCentered .promo-text p {
			padding: 0px 35px;
		}
		.PromoCentered .promo-text p:nth-child(2) {
			min-height:130px;
		}
	}

	/*title*/

	.bread-title{
		padding-left: 22px;
		margin-bottom: 15px;
	}
	.bread-title h2{
		position: relative;
	}
	.bread-title h2:before{
		content: '';
		position: absolute;
		width: 15px;
		height: 2px;
		background: #003B69;
		left: -21px;
		margin: auto;
		top: 25px;
	}


	/*our application*/

	.our-application h2{
		color: #003B69; 
		font-weight: 700;
	}

	.our-application{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 10px 20px #0000000D;
		margin-bottom: 35px;
		text-align: center;
		padding: 20px 0px 30px 0px;
	}
	.our-application.LGBox {
		padding: 42px 0px 54px 0px;
		max-width: 450px;
		margin: 0 auto 45px;
	}
	.our-application.LGBox p.Application {
		padding: 0px 30px 22px 30px;
	}
	.our-application h4{
		text-transform: uppercase;
		font-weight: 900;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
	.our-application img{
		margin-bottom: 10px;
		height: 70px;
	}
	@media (min-width: 768px) and (max-width: 991px){
		.bread-title{
			padding-left: 80px;
			margin-bottom: 15px;
		}
		.our-application{
			margin-bottom: 30px;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px){
		.bread-title{
			padding-left: 60px;
			margin-bottom: 15px;
		}
		.our-application h4{
			font-size: 18px;
			line-height: 28px;
			min-height:60px;
		}
	}
	@media screen and (min-width: 1600px) {
		.bg-dynex-white{
			background-position: 100% -143px;
			padding: 25px 0px 0 0;
		}
		.bread-title{
			padding-left: 169px;
			margin-bottom: 15px;
		}
		.bread-title h2{
			position: relative;
			padding-left: 14px;
		}
		.bread-title h2:before{
			content: '';
			position: absolute;
			width: 20px;
			height: 2px;
			background: #003B69;
			left: -21px;
			margin: auto;
			top: 25px;
		}
		.HomeSkin .our-application {
			margin:0 0 15px 0;
		}
	}
	.our-application a, .our-application a:hover, .our-application a:visited {
		color:#003B69;
		text-decoration:none;
	}

	/*Application white boxes right sidebar*/
	.our-application.Wtext h4 {
		line-height:24px;
		margin-bottom:10px;
	}
	.our-application.Wtext p:nth-child(3) {
		display:none;
	}
	@media screen and (min-width: 768px) {
		.our-application.Wtext p:nth-child(3) {
			display:block;
			color:#003B69;
			font-size:14px;
			line-height: 19px;
		}
		.our-application.Wtext h4 {
			margin-bottom:0;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.our-application.Wtext p:nth-child(3) {
			min-height:53px;
		}
	}

	@media screen and (min-width: 1601px) {
		.module-feature {
			margin-bottom:35px;
			padding-bottom: 20px;
		}
		#Toppaneright4 #dnn_TopPaneRightMid112 .our-application:nth-of-type(1) {
			margin-top:45px;
		}
	}
	/*Brochure Box*/
	.Brochure {
		position:relative;
		min-height:540px;
		margin-bottom:35px;
		overflow:hidden;
		text-align:center;
	}
	.Brochure p:nth-child(1) {
		margin-bottom:0;
		opacity: 0.2;
	}
	.Brochure p img {
    /*min-height: 540px;
    min-width: 720px;*/
}
.Brochure .Content img {
	min-height: auto;
	min-width: auto;
}
.Brochure .blueoverlay {
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,52,92,0.91) 0%, rgba(0,38,65,0.91) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,52,92,0.91) 0%,rgba(0,38,65,0.91) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,52,92,0.91) 0%,rgba(0,38,65,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e800345c', endColorstr='#e8002641',GradientType=0 ); /* IE6-9 */
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
}
.Brochure .Content {
	position: absolute;
	z-index: 10;
	top: 33px;
	padding: 15px 30px;
	width: 100%;
}
.Brochure .Content h3 {
	font-size:26px;
	color:#fff;
	font-weight:900;
}
.Brochure .Content p {
	font-size:16px;
	color:#fff;
	font-weight:700;
}
@media screen and (min-width: 992px) {
	.Brochure {
		text-align:left;
	}
}



/*Blue Box with larger text under Power Assemblies pages*/
.bluebox .inner-text.LgText p {
	font-size:16px;
	margin-bottom:20px;
}
.bluebox .inner-text.LgText p:last-child {
	margin-bottom:0;
}
@media screen and (min-width: 1601px) {
	.bluebox .inner-text.LgText {
		padding: 40px 120px 40px 30px;
	}
}

/*White boxes styling Inner Power Assemblies pages*/
.Ass_ImageOuter {
	background-color: #fff;
	padding: 35px 25px 25px 45px;
	position: relative;
	margin: 70px 0 45px 0;
}
.Ass_ImageOuter img {
	position: absolute;
	top: -79px;
	left: 25px;
}
.Ass_ImageOuter ul, .Ass_ImageInner ul, .WhiteBox ul {
	margin-left:0;
}
.WhiteBox {
	position:relative;
}
.WhiteBox a {
	font-weight:700;
	color:#003B69;
}
.Ass_ImageOuter ul li, .Ass_ImageInner ul li, .WhiteBox ul li {
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	padding-right: 34px;
	line-height:20px;
	color:#272727;
}
.Ass_ImageOuter ul li {
	font-weight:700;
}
.Ass_ImageInner ul li, .WhiteBox ul li {
	font-weight:normal;
}
.Ass_ImageOuter ul li:last-child {
	margin-bottom:30px;
}
.Ass_ImageOuter ul li:before, .Ass_ImageInner ul li:before, .WhiteBox ul li:before {
	background-image: url(/Portals/0/Images/svg/blue-check.svg);
	background-repeat: no-repeat;
	content: " ";
	width: 35px;
	display: inline-block;
	height: 41px;
	margin-bottom: 0;
	position: absolute;
	left: 1px;
	top: 5px;
}
.Ass_ImageOuter a, .Ass_ImageInner a {
	padding: 10px 25px;
	letter-spacing: 1px;
	border-radius: 30px;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #5cdb5c;
	background:#5cdb5c;
	color: #fff;
}
.Ass_ImageOuter a:hover, .Ass_ImageInner a:hover {
	background: transparent;
	color:#5cdb5c;
	border: 2px solid #5cdb5c;
	text-decoration:none;
}
.Ass_ImageInner a {
	display:inline-block;
	margin-top:12px;
}
@media(min-width: 992px) and (max-width: 1385px){
	.Ass_ImageOuter {
		padding: 35px 15px 25px 15px;
	}
	.Ass_ImageOuter h2 {
		line-height: 30px;
		min-height:60px;
	}
	.Ass_ImageInner .Heading {
		min-height:150px;
	}
	.Ass_ImageInner .Features {
		min-height:155px;
	}
	.Ass_ImageOuter ul {
		min-height:350px;
	}
	.Ass_ImageInner {
		padding:15px;
	}
	.Ass_ImageOuter h3, .Ass_ImageInner h3 {
		font-size:18px;
		line-height:24px;
	}
	.Ass_ImageOuter ul li, .Ass_ImageInner ul li {
		font-size:15px;
	}
	.Ass_ImageOuter a, .Ass_ImageInner a {
		padding:10px;
		font-size:11px;
	}
	.Ass_ImageInner a {
		display:unset;
	}
	.Ass_ImageInner img {
		max-width:85px;
	}
	.Ass_ImageInner .col-xs-6 img, .Ass_ImageInner img.imga{
		max-width:100%;
	}
	.Ass_ImageInner p {
		line-height: 22px;
	}
}
@media(min-width: 1386px) and (max-width: 1600px){
	.Ass_ImageOuter a {
		padding:10px 12px;
	}
	.Ass_ImageOuter {
		padding: 35px 25px 25px 25px;
	}

}
@media (min-width: 1601px){
	.Ass_ImageOuter {
		padding: 35px 25px 25px 25px;
		margin: 70px 0 25px 0;
	}
	.Ass_ImageOuter ul {
		min-height: 235px;
	}
	.Ass_ImageInner ul {
		min-height:93px;
	}
	.Ass_ImageInner p.Features {
		min-height:105px;
	}
	.Ass_ImageInner .Heading {
		min-height:117px;
	}
}
.Ass_ImageInner, .WhiteBox {
	padding: 25px;
	background-color:#fff;
	margin-bottom:25px;
}
.WhiteBox.NoHeight {
	height:unset !important;
}
.Ass_ImageInner h3 {
	line-height: 24px;
	margin-bottom: 5px;
}

.Ass_ImageInner h5 {
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 24px;
}
.Ass_ImageInner p {
	margin-bottom:10px;
}
.Ass_ImageInner p img{
	margin-left: 20px;
}
.Ass_ImageInner p.text-center img{
	margin-left: 0;
}
.Ass_IconsFull {
	background-color:#fff;
	padding: 45px 0 37px 0;
	margin-bottom:25px;
	white-space:nowrap;
}
.Ass_IconsFull .IconBox{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom:25px;
}
.Ass_IconsFull .IconBox:last-child {
	margin-bottom:0;
}
.Ass_IconsFull.sixicon .IconBox h4{
	font-size: 16px;
}
.Ass_IconsFull .IconBox h4{
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 0px;
	line-height: 41px;
}
.Ass_IconsFull .IconBox p {
	margin-bottom:0;
}
.Ass_IconsFull .IconBox a, .Ass_IconsFull .IconBox a:hover, .Ass_IconsFull .IconBox a:visited {
	color: #003B69;
	text-decoration: none;
}
@media (min-width: 767px){
	.Ass_IconsFull .IconBox {
		width:49%;
		display:inline-block;
	}
}
@media (min-width: 992px) and (max-width: 1387px){
	.Ass_IconsFull.sixicon .IconBox{
		width:16.5%;
	}
	.Ass_IconsFull .IconBox {
		width:25%;
	}
	.Ass_IconsFull.sixicon .IconBox h4{
		font-size: 12px;
	}
	.Ass_IconsFull .IconBox.wid50{
		width: 50%;
	}
}
@media (min-width: 1386px){
	.Ass_IconsFull.sixicon .IconBox{
		width:16.5%;
	}
	.Ass_IconsFull .IconBox {
		width:25%;
	}
	.Ass_IconsFull .IconBox.wid50{
		width: 50%;
	}
}
/*Feature box*/
.bg-blue{
	background:url(/portals/0/images/featured_blueoverlay.png) bottom right no-repeat ,linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 53%, rgba(0,59,105,1) 100%);
	margin: 0px 0px 100px 0px;
}
.feature-img{
	width: 100%;
	max-width: 460px;
	position: absolute;
	left: 0px;
	top: -17px;
}
.bg-blue .feature-text h2{
	font-weight: 900;
	color: #fff;
	margin:auto 0;
	position: relative;
	padding-left: 30px;
}
.bg-blue .feature-text h2:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	background: #fff;
	left: 0px;
	margin: auto;
	top: 25px;
}
.bg-blue .feature-text h6{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin:auto 0;
	font-weight: normal;
	font-weight: 900;
	letter-spacing: 1.2px;
}
.bg-blue .feature-text p{

	color: #fff;
	margin-bottom: 30px;
}
.feature-text{
	padding: 0px 35px 25px 35px;
}
@media (max-width: 767px){
	.BluePane {
		padding-top: 95px;
	}
	.bg-blue .feature-text h2::before {
		display:none;
	}
	.feature-img{
		position: relative;
		margin: -111px 15px 0 15px;
		max-width: 93%;
	}
	.bg-blue .feature-text h2 {
		padding-left:0;
	}
	.bg-blue{
		margin: 0px 0px 60px 0px;
	}
}
/*@media (min-width: 400px) and (max-width: 767px){
	.feature-img{
		position: relative;
	    margin: 60px auto 30px auto;
	    max-width: 90%;
	}
	}*/
	@media(min-width: 768px) and (max-width: 990px){
		.feature-img{
			position: relative;
			margin: -373px 15px 0 0px;
			max-width: 100%;
		}
		.BluePane {
			padding-top: 350px;
		}
	}
	@media(min-width: 991px) and (max-width: 1385px){ 
		.feature-img{ 
			top:25px;
		}
		.feature-text {
			padding: 27px 35px 25px 35px;
		}
	}
	@media (min-width: 1200px) and (max-width: 1599px){
		.bg-blue{
			margin: 0px 0px 130px 0px;
		}
		.feature-text{
			padding: 35px 100px 15px 35px;
		}
		.feature-img{
			max-width: 480px;
			left: 7px;
			top: -35px;
		}
	}
	@media screen and (min-width: 1600px) {
		.bg-blue{
			margin: 40px 0px 210px 0px;
		}
		.feature-text{
			padding: 45px 10px 40px 121px;
		}
		.feature-img{
			max-width: 100%;
			left: 30px;
			top: -50px;
		}
		.bg-blue .feature-text p{
			padding-left: 30px;
		}
	}
	@media screen and (max-width: 320px) {
		.talktous p:nth-child(3) {
			line-height: 36px;
		}	
	}
	/**Padding spacing*/
	.PaddingTopbottom30 {
		padding:30px 0;
	}
	.col-md-3 .PaddingTopbottom45 {
		padding:0;
	}
	.PaddingTopbottom45 {
		padding:45px 0;
	}
	.PaddingTopbottom60 {
		padding:60px 0;
	}
	.PaddingTop30 {
		padding:30px 0 0 0;
	}
	.PaddingBottom30 {
		padding:0 0 30px 0;
	}
	/*hide show gallery on homepage*/
	.mobilegallery {
		display:block;
	}
	.desktopgallery {
		display:none;
	}
	@media screen and (min-width: 992px) {
	.col-md-3 .PaddingTopbottom45 {
		padding:0;
	}
	}
	@media screen and (min-width: 1024px) {
		.mobilegallery {
			display:none;
		}
		.desktopgallery {
			display:block;
		}
	}
	/*Hero Full with Blue BG*/
	.HeroImage300{
		position: relative;
		margin-bottom: 0px;
		min-height:300px;
		max-height:410px;
	}
	.HeroImage300.PCIM {
		min-height: 375px;
	}
	.HeroImage300.NoImgRight {
		overflow:hidden;
	}
	.HeroImage300 p {
		margin:0;
	}
	.HeroImage300 .Content p {
		margin: 0 0 20px;
	}
	.HeroImage300.NoImgRight img.mobile {
		min-height: 300px;
		min-width: 320px;
	}
	.HeroImage300.NoImgRight img.ipad, .HeroImage300.NoImgRight img.desktop {
		display:none;
	}
	@media screen and (min-width: 321px) and (max-width: 768px) {
		.HeroImage300.NoImgRight img.mobile {
			display:none;
		}
		.HeroImage300.NoImgRight img.ipad {
			display:block;
		}
		.HeroImage300.NoImgRight img.ipad {
			min-height: 300px;
			min-width: 768px;
		}
	}
	@media screen and (min-width: 769px) {
		.HeroImage300.NoImgRight img.ipad {
			display:none;
		}
		.HeroImage300.NoImgRight img.mobile {
			display:none;
		}
		.HeroImage300.NoImgRight img.desktop {
			display:block;
		}
		.HeroImage300.NoImgRight img.desktop {
			min-height: 300px;
			min-width: 1920px;
		}
	}

	.HeroImage300 img.mobile {
		min-height: 300px;
		min-width: 320px;
	}
	.HeroImage300 img.ipad,.HeroImage300 img.laptop, .HeroImage300 img.desktop {
		display:none;
	}
	@media screen and (min-width: 321px) and (max-width: 768px) {
		.HeroImage300 img.mobile {
			display:none;
		}
		.HeroImage300 img.ipad {
			display:block;
		}
		.HeroImage300 img.ipad {
			min-height: 300px;
			min-width: 768px;
		}
		.HeroImage300.PCIM img.ipad {
			min-height: 375px;
		}
	}
	@media screen and (min-width: 769px) {
		.HeroImage300 img.ipad {
			display:none;
		}
		.HeroImage300 img.mobile {
			display:none;
		}
		.HeroImage300 img.desktop {
			display:block;
		}
		.HeroImage300.NoImgRight img.desktop {
			min-height: 300px;
			min-width: 1920px;
		}
	}



	.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6{
		position: relative;
	}
	.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img {
		position: absolute;
		top: -23px;
		max-width: 265px;
	}

	.HeroImage300 .blueoverlay{
		position: absolute;
		background: linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 55%, rgba(0,59,105,1) 100%);
		opacity: 0.7;
		z-index: 5;
		width: 100%;
		height: 100%;
		top: 0;
	}
	.HeroImage300 .Content{
		position: absolute;
		top: 0;
		opacity: 1;
		z-index: 555;
		width: 100%;
		min-height: 330px;
		padding-top:10px;
	}
	.HeroImage300 p:nth-child(1){
		margin-bottom: 0px;
		overflow: hidden;
	}
	.HeroImage300 p img{
		min-height: 330px;
		min-width:1920px;
	}
	.HeroImage300 .Content .container{
		padding: 20px 15px 10px 15px;
	}
	.HeroImage300 h1 {
		font-size:28px;
		color:#fff;
		line-height:42px;
	}
	.HeroImage300.custom h1 {
		line-height:28px;
	}
	.HeroImage300.custom .Content {
		top:39px;
	}
	.HeroImage300 p {
		font-size:15px;
		color:#fff;
	}
	.mb-4, .VerticalAlignTopBottom, .VerticalAlignRight, .Title_withBorder.NoSpacing.mb-4 {
		margin-bottom:45px;
	}
	@media screen and (min-width: 568px) {
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img {
			top: -15px;
		}
		.HeroImage300.custom h1 {
  line-height: 40px;
}
	}
	@media screen and (min-width: 768px) {
		.HeroImage300.custom h1 {
		line-height:46px;
	}
	.HeroImage300.custom .Content {
		top:18px;
	}
		.HeroImage300 h1 {
			font-size:45px;
		}
		.HeroImage300 .Content .container {
			padding:33px 75px 0 45px;
		}
		.HeroImage300 p {
			font-size:18px;
		}
		.HeroImage300 .Content .row p {
			position:relative;
			padding-left:35px;
		}
		.HeroImage300 .Content .row p::before{
			content: '';
			position: absolute;
			width: 15px;
			height: 2px;
			background: #fff;
			left: 4px;
			margin: auto;
			top: 12px;
		}
		.HeroImage300 .Content .row p.NoDash {
			padding-left:0;
		}
		.HeroImage300 .Content .row p.NoDash::before {
			content:none;
		}
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img {
			top: 0;
			max-width: 360px;
		}
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img {
			top: -16px;
			max-width: 306px;
			left: 27%;
		}
	}
	@media screen and (min-width: 767px) and (max-width: 991px) {
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img {
			top: -27px;
			max-width: 306px;
		}
		.HeroImage300.PCIM .Content .row .col-12.col-md-6.col-lg-6 img {
			display:none;
		}
	}
	@media screen and (min-width: 992px) {
		.HeroImage300 .blueoverlay{
			background: url(/Portals/0/Images/svg/BlueOverLay410.svg) top right no-repeat, linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 55%, rgba(0,59,105,1) 100%);
		}
		.HeroImage300, .HeroImage300 .Content {
			min-height:300px;
		}
		.HeroImage300 p img{
			min-height: 300px;
		}
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img { 
			max-width: 520px;
		}
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img.Resources {
			max-width: 370px;
		}
		.HeroImage300.PCIM .Content .row .col-12.col-md-6.col-lg-6 img {
			max-width: 436px;
	}
		.HeroImage300.PCIM {
			min-height: 299px;
	}
	.HeroImage300.PCIM .Content .row .col-12.col-md-6.col-lg-6 img {
		left: 12%;
	}
	}

	@media screen and (min-width: 1025px) {
		.HeroImage300 .Content .container {
			padding: 32px 75px 0 91px;
		}
		.HeroImage300.custom img.laptop {
			display:block;
			min-width:1280px;
		}
		.HeroImage300.custom img.desktop {
			display:none;
		}
		.HeroImage300.custom .Content {
    top: -2px;
}
		.HeroImage300 h1 {
    font-size: 38px;
}
	}
	@media screen and (min-width: 1200px) {
		.HeroImage300 .Content {
			padding-top: 55px;
		}
		.HeroImage300.PCIM .Content .row .col-12.col-md-6.col-lg-6 img {
			top: -100px;
		}
		.HeroImage300.custom .Content {
			padding-top: 0;
		}
		.HeroImage300.custom h1 {
			font-size:40px;
			line-height:40px;
		}
		.VerticalAlignRight, .VerticalAlignTopBottom {
			margin-bottom:0;
		}	
		.VerticalAlignTopBottom	{
			padding:55px 55px 35px 0;
		}	
		.VerticalAlignRight	{
			padding:55px 0 35px 55px;
		}			
	}
	@media screen and (min-width: 1385px) {
		.HeroImage300 .Content .container {
			padding: 32px 75px 0 135px;
		}
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 .IGBT_Product{
			min-width: 620px;
			top:-57px;
		}
		.HeroImage300 .Content .row .col-12.col-md-6.col-lg-6 img.Resources {
			top:-57px;
			right:25px;
		}
		.HeroImage300.custom img.laptop {
			display:none;
		}
		.HeroImage300.custom img.desktop {
			display:block;
			 margin-left: -306px;
		}
		.HeroImage300.custom .Content .container {
			padding: 32px 75px 0 21px;
		}
		.HeroImage300.custom h1 {
			line-height: 52px;
		}
	}
		@media screen and (min-width: 1580px) {
		.HeroImage300.custom img.desktop {
			margin-left: 0;
		}
		.HeroImage300.custom h1 {
			line-height: 48px;
			font-size:46px;
		}
		.HeroImage300.custom .Content {
			top: 35px;
		}
		.VerticalAlignTopBottom	{
			padding:115px 125px 35px 0;
		}	
		.VerticalAlignRight	{
			padding:115px 0 35px 125px;
		}	
		}

	.HeroImage300 .Content .row .col-12.col-md-7.col-lg-7 img {
		display:none;
	}

	@media screen and (min-width: 991px) {
		.HeroImage300 .Content .row .col-12.col-md-7.col-lg-7 img {
			display:block;
			position: absolute;
			top: -75px;
		}
	}
@media screen and (min-width: 1650px) {
		.HeroImage300.custom h1 {
			line-height: 54px;
			font-size:50px;
		}
		.HeroImage300.custom .Content {
			top: 57px;
		}
		}

	h2.Title_noBorder.NoSpacing {
		position: relative;
		padding-left: 25px;
	}

	h2.Title_noBorder.NoSpacing::before {
		content: '';
		position: absolute;
		width: 15px;
		height: 2px;
		background: #003B69;
		left: 0;
		margin: auto;
		top: 25px;
	}
	.bluebox {
		margin-bottom:45px;
	}
	.bluebox a {
		color:#fff;
		text-decoration:underline;
		font-weight:bold;
	}
	.bluebox a.readmore {
		text-decoration:none;
	}
	.CareersCentered {
		position:relative;
	}
	.CareersCentered .Content {
		text-align: center;
		background: url(/portals/0/images/bg-promo.png) bottom right no-repeat ,linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 53%, rgba(0,59,105,1) 100%);
		color: #fff;
		padding: 45px 13px 25px 13px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.CareersCentered .Content h2 {
		color:#fff;
		font-weight:900;
		line-height:32px;
		letter-spacing:1px;
		/*min-height:90px;*/
		margin-bottom: 45px;
		font-size:24px;
	}
	.CareersCentered .Content h2::after {
		display: block;
		content: '';
		position: absolute;
		width: 80px;
		height: 2px;
		background: #fff;
		left: 0;
		right: 0;
		margin: 20px auto;
	}
	.CareersCentered .Content p {
		color:#fff;
	}
	.CareersCentered p:nth-child(1) {
		margin-bottom:0;
	}
	.CareersCentered .Content p:last-child {
		margin-top:35px;
	}
	@media screen and (min-width: 567px) {
/*.CareersCentered .Content h2 {
	min-height:64px;
	}*/
}
@media screen and (min-width: 992px) {
/*.CareersCentered .Content h2 {
	min-height:64px;
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
	.CareersCentered .Content {
		padding: 34px 13px 25px 13px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.CareersCentered .Content {
		padding: 34px 13px;
	}

}
@media (min-width: 992px) and (max-width: 1486px) {
	.CareersCentered .Content h2 {
		font-size:22px;
	}
}
@media screen and (min-width: 1201px) {
	.CareersCentered img {
		position: absolute;
		left: 4%;
		z-index: 3;
		max-width:240px;
		top: -125px;
	}
	.CareersCentered {
		margin-top: 170px;
	}
	.CareersCentered .Content {
		padding: 75px 13px 18px 13px;
	}
}
@media (min-width: 991px) and (max-width: 1600px) { 
	.CareersCentered .Content h2 {
		min-height:64px;
	}
}
@media screen and (min-width: 1601px) {
	.CareersCentered img {
		left: 4%;
		max-width:333px;
		top: -176px;
	}
	.CareersCentered {
		margin-top: 190px;
	}
	.CareersCentered .Content {
		padding: 80px 13px 18px 13px;
	}
}

/*Careers large blue font*/
.BlueTextLg {
	margin:35px 0;
}

.BlueTextLg p, .BlueTextLg ul li {
	font-size:20px;
	color:#003B69;
}
.BlueTextLg a {
	color:#003B69;
	font-weight:bold;
	text-decoration:underline;
}
.BlueTextLg ul li {
	margin-bottom:20px;
}
@media screen and (min-width: 1201px) {
	.RightSide_BlueNav ul, .RightSide_BlueNav#nomargin ul {
		margin:45px 0;
	}
	.RightSide_BlueNav#nomargin ul {
		margin:0 0 45px 0;
	}
}
.RightSide_BlueNav ul {
	margin-left:0;
}
.RightSide_BlueNav ul li {
	width: 100%;
	background-color: #003B69;
	padding: 12px 25px 12px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 900;
	position: relative;
	margin-bottom:15px;
	list-style-type:none;
}
.RightSide_BlueNav ul li a {
	color:#fff;
	font-size:18px;
	font-weight:900;
	width: 100%;
	display: block;
	letter-spacing:1px;
}
.RightSide_BlueNav ul li a:hover {
	text-decoration:none;
}
.RightSide_BlueNav ul li.breadcrumb {
	margin-bottom:0;
	border-radius:0;
	margin-bottom:15px;
	background-color: #175a8d;
}
.RightSide_BlueNav ul li ul {
	display:none;
}
.RightSide_BlueNav ul li a::after {
	content: " ";
	border-bottom: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	transform: rotate(-45deg);
	font-size: 16px;
	width: 12px;
	display: inline-block;
	height: 12px;
	margin-bottom: 0;
	position: absolute;
	right: 20px;
	top: 19px;
}
.RightSide_BlueNav ul li a:hover::after {
	right: 15px;
}

/*Knowledge base top level boxes*/

.Gradient_Box {
	margin-top:25px;
	position:relative;
	overflow:hidden;
}
.Gradient_Box:last-child {
	margin-bottom:25px;
}
.Gradient_Box img {
	position:relative;
}
.Gradient_Box p:nth-child(1) {
	min-height:511px;
	margin-bottom:0;
}
.Gradient_Box .Content {
	background: transparent linear-gradient(180deg, rgba(239,83,83,0) 0%, rgba(0,37,65,0.2) 5%, rgba(0,37,65,1) 34%) 0% 0% no-repeat padding-box;
	height: 276px;
	padding: 28px 20px 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.Gradient_Box .Content h2, .Gradient_Box .Content p {
	color:#fff;
}
.Gradient_Box .Content h2 {
	position:relative;
}
.Gradient_Box .Content h2::after {
	content: ' ';
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
}
.Gradient_Box .Content a.readmore {
	padding: 10px 25px;
	border: 2px solid #5cdb5c;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 30px;
	background-color: #5cdb5c;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.Gradient_Box .Content a.readmore:hover {
	border: 2px solid #5cdb5c;
	background:transparent;
	color:#5cdb5c;
}
@media screen and (min-width: 651px) { 
	.Gradient_Box .Content {
		background: transparent linear-gradient(180deg, rgba(239,83,83,0) 0%, rgba(0,37,65,0.2) 5%, rgba(0,37,65,1) 40%) 0% 0% no-repeat padding-box;
		padding: 103px 20px 25px;
		height: 366px;
	}
}

@media (min-width: 767px) and (max-width: 991px) { 
	.Gradient_Box .Content {
		background: transparent linear-gradient(180deg, rgba(239,83,83,0) 0%, rgba(0,37,65,0.2) 5%, rgba(0,37,65,1) 36%) 0% 0% no-repeat padding-box;
	}
	.Gradient_Box p:nth-child(1) {
		min-height: 470px;
	}
	.Gradient_Box .Content h2 {
		line-height:33px;
		font-size:24px;
		min-height:66px;
	}
	.InnerSkin .bluebox {
		margin-top:25px;
	}
}
@media screen and (min-width: 992px) { 
	.bluebox.grey {
		margin-top:25px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) { 
	.Gradient_Box .Content {
		background: transparent linear-gradient(180deg, rgba(239,83,83,0) 0%, rgba(0,37,65,0.2) 4%, rgba(0,37,65,1) 31%) 0% 0% no-repeat padding-box;
		padding: 66px 10px 25px;
		height:370px;
		width: 100%;
	}
	.Gradient_Box p:nth-child(1) {
		min-height: 410px;
		margin-bottom: 0;
	}
	.Gradient_Box .Content h2 {
		line-height:30px;
		font-size: 20px;
	}
}
@media (min-width: 1201px) and (max-width: 1600px) {
	.Gradient_Box p:nth-child(1) {
		/*min-height: 467px;*/
		margin-bottom: 0;
	}
	.Gradient_Box .Content {
		background: transparent linear-gradient(180deg, rgba(239,83,83,0) 0%, rgba(0,37,65,0.2) 5%, rgba(0,37,65,1) 34%) 0% 0% no-repeat padding-box;
		padding: 147px 20px 25px;
		height: 510px;
	}
	.Gradient_Box .Content h2 {
		/*font-size:25px !important;*/
		/*line-height:28px !important	;*/
		margin-bottom: 25px;
	}
	.Gradient_Box .Content h2::after {
		bottom:-9px;
	}
	.Gradient_Box .Content p {
		margin:0 0 27px 0;
	}
}
@media screen and (min-width: 1601px) {
	.Gradient_Box p:nth-child(1) {
		min-height: 490px;
		position:relative;
	}
	.Gradient_Box .Content {
		background: transparent linear-gradient(180deg, rgba(239,83,83,0) 0%, rgba(0,37,65,0.2) 6%, rgba(0,37,65,1) 33%) 0% 0% no-repeat padding-box;
		padding: 72px 8px 45px;
		height: 402px;
	}
	.Gradient_Box img {
		/* min-width: 427px;*/
		position: absolute;
		left: 0;
	}
	.Gradient_Box .Content h2 {
		margin-bottom: 40px;
		font-size:28px;
		line-height:32px;
		min-height:70px;
	}
	.Gradient_Box .Content p {
		padding:0 15px;
	}
	.Gradient_Box .Content p:nth-child(2) {
		min-height:130px;
	}
	.Gradient_Box .Content h2::after {
		bottom: -21px;
	}
}

.bluebox.grey .talktous {
	background: url(/portals/0/Images/svg/TalktoUs_GreyOverlay.svg) bottom right no-repeat, rgba(92, 92, 92, .75);
}

/*About Dynex page styling*/
.WhiteBoxCentered {
	background-color:#fff;
	text-align:center;
	padding:35px;
	margin-bottom: 35px;
}
.WhiteBoxCentered h2 {
	position:relative;
	margin-bottom:35px;
	line-height: 37px;
}
.WhiteBoxCentered h2::after {
	content: ' ';
	position: absolute;
	width: 235px;
	height: 2px;
	background: #002541;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -14px;
}
.WhiteBoxCentered p {
	font-weight:700;
	margin-bottom:10px;
}
.Centered_LgText {
	text-align:center;
	padding:25px 0;
}
.Centered_LgText p {
	color:#003B69;
	font-size:20px;
}
@media screen and (min-width: 567px) {
	.Centered_LgText {
		padding:25px 55px;
	}
}
@media screen and (min-width: 1024px) {
	.Centered_LgText {
		padding:25px 85px;
	}
}
@media screen and (min-width: 1201px) {
	.Centered_LgText {
		padding:25px 105px;
	}
}
@media screen and (min-width: 1601px) {
	.Centered_LgText {
		padding: 25px 270px;
	}
}
@media screen and (min-width: 991px) {
	.WhiteBoxCentered h2::after {
		width:335px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.WhiteBoxCentered p {
		min-height:286px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) { 
	.WhiteBoxCentered p {
		min-height:210px;
	}
}
@media (min-width: 1201px) and (max-width: 1600px) { 
	.WhiteBoxCentered p {
		min-height:160px;
	}
}
@media screen and (min-width: 1386px) {
	.WhiteBoxCentered h2 {
		margin-bottom:50px;
	}
	.WhiteBoxCentered h2::after {
		bottom:-22px;
	}
	.WhiteBoxCentered  {
		padding: 35px 85px;
	}
	.WhiteBoxCentered p {
		min-height:210px;
	}
}
@media screen and (min-width: 1601px) {
	.WhiteBoxCentered p {
		min-height: 130px;
	}
}

.BlueBgCtText {
	position: relative;
	min-height: 300px;
	text-align: center;
	overflow: hidden;
	max-width: 490px;
	margin: 0 auto 35px;
}
.BlueBgCtText .blueoverlay {
	position: absolute;
	background: linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 55%, rgba(0,59,105,1) 100%);
	opacity: 0.9;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
}
.BlueBgCtText p:nth-child(1) {
	margin-bottom:0;
}
.BlueBgCtText p img {
	min-height: 300px;
	min-width:490px;
}
.BlueBgCtText .Content {
	position: absolute;
	top: 0;
	opacity: 1;
	z-index: 555;
	width: 100%;
	min-height: 300px;
	padding: 25px 15px 15px 15px;
}
.BlueBgCtText .Content h2 {
	position: relative;
	margin-bottom: 35px;
	line-height: 37px;
}
.BlueBgCtText .Content h2, .BlueBgCtText .Content p {
	color:#fff;
}
.BlueBgCtText .Content p {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}
.BlueBgCtText .Content h2::after {
	content: ' ';
	position: absolute;
	width: 200px;
	height: 2px;
	background: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -14px;
}
@media screen and (min-width: 567px) {
	.BlueBgCtText .Content {
		padding: 70px 25px 15px 25px;
	}
}
@media screen and (min-width: 1024px) {
	.BlueBgCtText .Content p {
		line-height: 24px;
	}
	.BlueBgCtText .Content {
		padding: 45px 25px 15px 25px;
	}
}
@media screen and (min-width: 1201px) {
	.BlueBgCtText .Content p {
		font-size:18px;
		line-height: 30px;
	}
}
@media screen and (min-width: 1601px) {
	.BlueBgCtText .Content {
		padding: 45px 60px 15px 60px;
	}
}

/*About Dynex page timeline*/

.Blue_Timeline {
	background: url(/portals/0/Images/svg/AboutUsBlue_Overlay.svg) top right no-repeat ,linear-gradient(90deg, rgba(0,37,65,1) 0%, rgba(0,49,86,1) 55%, rgba(0,59,105,1) 100%);
	padding: 15px 15px 0 15px;
}
.Blue_Timeline h2 {
	text-align:center;
	color:#fff;
	padding:25px 0 15px 0;
	font-size:42px;
}

/*===== Vertical Timeline =====*/
#aboutus-timeline {
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
#aboutus-timeline .timeline-start,
#aboutus-timeline .timeline-end {
	display: table;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: #00b0bd;
	padding: 15px 23px;
	color: #fff;
	max-width: 5%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#aboutus-timeline .aboutus-center-line {
	position: absolute;
	width: 2px;
	height: 97%;
	top: 0;
	left: 50%;
	margin-left: -2px;
	background: #BCBCBC;
}
#aboutus-timeline .aboutus-timeline-content {
	padding-top: 35px;
	padding-bottom: 67px;
}
.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0px 0 18px 0;
	padding: 0 15px;
}
.timeline-article .content-left-container {
	max-width: 44%;
	width: 100%;
}

.timeline-article .content-left,
.timeline-article .content-right {
  /*position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;*/
  position: relative;
  background-color: #fff;
  display: inline-block;
}
.timeline-article .content-right {
	padding: 20px 21px 18px 17px;

}
.timeline-article .content-left {
	float:right;
	padding: 20px 21px 18px 17px;
}
.timeline-article p {
	margin: 0 0 0 60px;
	padding: 0;
	font-weight: 400;
	color: #242424;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.timeline-article p span.article-number {
	position: absolute;
	font-weight: 300;
	font-size: 44px;
	top: 10px;
	left: -60px;
	color: #00b0bd;
}
.timeline-article .content-left-container {
	float: left;
}
.timeline-article .content-right-container {
	float: right;
	max-width: 44%;
	width: 100%;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before{
	position: absolute;

	font-size: 52px;
	font-family: "FontAwesome";
	color: #fff;
}
.timeline-article .content-left:before {
	content: "\f0da";
	right: -16px;
	top: 22px;
}
.timeline-article .content-right:before {
	content: "\f0d9";
	left: -16px;
	top: 19px;
}
.timeline-article .circle {
	position: absolute;
	top: 15px;
	left: 449px;
	width: 20px;
	border: 2px solid #002541;
	height: 20px;
	border-radius: 100%;
	background: #EDEDED;
}
.content-left p, .content-right p {
	font-size:18px;
	color:#003B69;
}
.content-left p {
	font-weight:500;
	margin: 0;
}
.content-right p {
	font-weight:900;
	margin:0;

}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 991px) {
	.Blue_Timeline h2 {
		font-size:26px;
	}
	#aboutus-timeline .timeline-start,
	#aboutus-timeline .timeline-end {
		margin: 0;
	}
	#aboutus-timeline .aboutus-center-line {
		margin-left: 0;
		left: 50px;
	}
	.timeline-article .circle {
		margin-left: 0;
		left: 41px;
	}
	.timeline-article .content-left-container,
	.timeline-article .content-right-container {
		max-width: 100%;
		width: auto;
		float: none;
		margin-left: 67px;
		min-height: 53px;
	}
	.timeline-article .content-left-container {
		margin-bottom: 0;
	}
	.timeline-article .content-left {
		max-width:91px;
		float:none;
	}
	.timeline-article .content-left,
	.timeline-article .content-right {
		padding: 10px 20px;
	}
	.timeline-article .content-left:before {
		content: "\f0d9";
		right: auto;
		left: -10px;
		top: 14px;
	}
	.timeline-article .content-right:before {
		display: none;
	}
	.timeline-article p {
		margin: 0;
	}
}
/**/
@media screen and (min-width: 1601px) {
	.Newswrapper .eds_news_NewsOne.eds_subCollection_news .article.details {
		margin: 45px 203px 0px;
	}
}
/*Blue Accordion*/
.Accordion_Blue {
	margin-bottom:35px;
}
.Accordion_Blue .liveaccdefault .ui-state-active, .Accordion_Blue .liveaccdefault .ui-widget-content .ui-state-active,.Accordion_Blue .liveaccdefault .ui-state-default,.Accordion_Blue .liveaccdefault .ui-widget-content .ui-state-default {
	background:#003B69 !important;
	border-radius:0 !important;
	border:0 !important;
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header a, .Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header a:hover {
	color:#fff !important;
	font-size:16px !important;
	font-weight:900 !important;
	padding: 7px 30px !important;
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header {
	margin: 9px 0 0 0 !important;
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
	left:unset !important;
	right:12px !important;
}
.Accordion_Blue .liveaccdefault .ui-state-active .ui-icon, .Accordion_Blue .liveaccdefault .ui-state-active.ui-state-hover {
	background-position: -63px 0px !important;
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed.ui-state-hover .ui-icon {
	background-position: -30px 0px !important;
}
.Accordion_Blue .liveaccdefault .ui-icon-triangle-1-e {
	background-position: -29px -2px !important;
}
.Accordion_Blue .liveaccdefault .ui-state-hover .ui-icon,.Accordion_Blue .liveaccdefault .ui-state-focus .ui-icon {
	/*background-position: -30px 0px !important;*/
	border:0 !important;
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed.ui-state-hover .ui-icon {
}
.Accordion_Blue .liveaccdefault .ui-icon {
	width: 23px !important;
	height: 22px !important;
}
.Accordion_Blue .liveaccdefault .ui-icon-triangle-1-s {
	/*background-position: -63px 0px;*/
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-content {
	padding:15px !important;
}
.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-content a {
	font-weight: bold;
	color: #003B69;
}
@media (min-width: 992px) and (max-width: 1600px) {
	.Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header a, .Accordion_Blue .liveaccdefault .ui-accordion .ui-accordion-header a:hover {
		padding: 7px 14px !important;
		line-height: 22px !important;
	}
}

/*Darkblue accordian*/

.Accordion_DarkBlue {
	margin-bottom:35px;
}
.Accordion_DarkBlue .liveaccdefault .ui-state-active, .Accordion_DarkBlue .liveaccdefault .ui-widget-content .ui-state-active,.Accordion_DarkBlue .liveaccdefault .ui-state-default,.Accordion_DarkBlue .liveaccdefault .ui-widget-content .ui-state-default {
	background:#002541 !important;
	border-radius:0 !important;
	border:0 !important;
}
.Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-header a, .Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-header a:hover {
	color:#fff !important;
	font-size:18px !important;
	font-weight:900 !important;
	padding: 7px 30px !important;
}
.Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-header {
	margin: 9px 0 0 0 !important;
}
.Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
	left:unset !important;
	right:12px !important;
}
/*.Accordion_DarkBlue .liveaccdefault .ui-state-active .ui-icon, .Accordion_DarkBlue .liveaccdefault .ui-state-active.ui-state-hover {
	background-position: -63px 0px;
	}*/
	.Accordion_DarkBlue .liveaccdefault .ui-icon-triangle-1-e {
		background-position: -30px 0px !important;
	}
	.Accordion_DarkBlue .liveaccdefault .ui-state-hover .ui-icon,.Accordion_DarkBlue .liveaccdefault .ui-state-focus .ui-icon {
		border:0 !important;
	}
	.Accordion_DarkBlue .liveaccdefault .ui-icon {
		width: 23px !important;
		height: 22px !important;
	}
	.Accordion_DarkBlue .liveaccdefault .ui-icon-triangle-1-s {
		background-position: -63px 0px;
	}
	.Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-content {
		padding:15px !important;
	}
	@media (min-width: 992px) and (max-width: 1600px) {
		.Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-header a, .Accordion_DarkBlue .liveaccdefault .ui-accordion .ui-accordion-header a:hover {
			padding: 7px 14px !important;
			line-height: 22px !important;
		}
	}
	
.module-feature.noheight {
    height: unset !important;
}