/**

 * If using a CSS pre-processor, tell it to overwrite this file. If not, place

 * your custom CSS modifications here.

 */

html, body{

	 font-family: 'Open Sans';

	font-weight: normal;

	color: #022d3d;

}

a, a:hover, a:focus, a:visited{

	color: #022d3d;

	text-decoration: none;

}

#block-views-block-home-slider-block-1{

	margin-bottom: 200px;

}

.slider-text{

	position: absolute;

	top: 40%;

	 left: 5%;

	max-width: 28%;

	color: #ffffff;

	font-size: 25px;

	font-weight: 300;

	background-color: #80808038;

	padding: 20px;

}

.views_slideshow_pager_field_item{

	display: inline-block;

	float: left;

	font-weight: 300;

	width: 33.33%;

	padding: 75px 100px;

	background-color: #ffffff;

}

.views-field-field-slider-order{

	display: inline-block;

	color: #d7d9db;

	font-size: 100px;	

}

.views_slideshow_pager_field .views-field-title{

	display: inline-block;

	font-size: 39px;

	color: #0a2d3e;

	width: 66%;

}

.view-news-carousel .views-field-field-news-img,

.jcarousel .views-field-field-news-img{

	margin-bottom: 20px;

}

.view-news-carousel .views-field-title,

.jcarousel .views-field-title{

	display: block;

	font-size: 35px;

	font-weight: 600;

	margin-bottom: 20px;

	height: 100px;

	overflow: hidden;

}

.view-news-carousel .views-field-body,

.jcarousel .views-field-body{

	color: #7a7a7a;

	font-size: 25px;

	height: 175px;

	overflow: hidden;

}

.block-views-blockhome-slider-block-1 .views_slideshow_pager_field .active{

	background-color: #e33143;

}

.block-views-blockhome-slider-block-1  .views_slideshow_pager_field .active .views-field-title{

	color: #ffffff;

}

.views-slideshow-controls-bottom{

	margin: 0px auto;

	position: relative;

}

#widget_pager_bottom_home_slider-block_1{

	position: absolute;

	bottom: -150px;

	z-index: 100000;

	width: 90%;

	left: 0;

	right: 0;

	margin: 0 auto;

}

.views-field-field-slider-mobileimg{

	display: none;

}

.lnewshome p{

	color: #7a7a7a;

	font-size: 25px;

	font-weight: 300;

	margin-bottom: 60px;

}

.lnewshome .field--name-field-new-title{

	font-size: 70px;

	font-weight: 300;

	margin-bottom: 40px;

	margin-top: 20px;

}

.lnewshome a, .lnewshome a:hover {

	font-size: 20px;

	font-weight: bold;

}

.jcarousel-control-prev{

	display: none;

}

.jcarousel-skin-default .jcarousel-control-next{

	background-image:url(../images/jcarouselarrow.jpg);

	width: 107px;

	height: 97px;

	z-index: 10;

	border-radius: 0px;

	top: -20px;

}

.jcarousel .views-field-view-node{

	margin-top: 60px;

}



.jcarousellink a{

	font-size: 20px;

	font-weight: 600;

	color :#1382b1;

}

.jcarousellink a:after{

	content: '  \2192';

}

.jcarousel-skin-default .jcarousel-control-next:after{

	content: none;

}



.jcarousel-wrapper.jcarousel-skin-default{

	border: none;

	box-shadow: none;

}

.jcarousel-skin-default .jcarousel li {

	 border: none;



 }





/* responsive Jcaroussel: */

.jcarousel-wrapper {

    margin: 20px auto;

    position: relative;

    border: 10px solid #fff;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    -webkit-box-shadow: 0 0 2px #999;

    -moz-box-shadow: 0 0 2px #999;

    box-shadow: 0 0 2px #999;

}



/** Carousel **/

body .jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-2{

	width: 94%;

}

body .jcarousel-wrapper.jcarousel-skin-default,

body .jcarousel-skin-default .jcarousel li{

	height: auto;

}



.jcarousel {

    position: relative;

    overflow: hidden;

    width: 100%;

}



.jcarousel ul {

    width: 10000em;

    position: relative;

    list-style: none;

    margin: 0;

    padding: 0;

}



.jcarousel li {

    width: 200px;

    float: left;

    border: 1px solid #fff;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}




.views-field-field-news-img .field-content{
	text-align: center;
	height: 350px;
}
div.views-field-field-news-img .field-content img {
    display: block;
    max-width: 100%;
	max-height: 350px;
    height: auto !important;
	width: auto;
	display: inline-block;
}



/** Carousel Controls **/



.jcarousel-control-prev,

.jcarousel-control-next {

    position: absolute;

    top: 50%;

    margin-top: -15px;

    width: 30px;

    height: 30px;

    text-align: center;

    background: #4E443C;

    color: #fff;

    text-decoration: none;

    text-shadow: 0 0 1px #000;

    font: 24px/27px Arial, sans-serif;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px;

    -webkit-box-shadow: 0 0 4px #F0EFE7;

    -moz-box-shadow: 0 0 4px #F0EFE7;

    box-shadow: 0 0 4px #F0EFE7;

}



.jcarousel-control-prev {

    left: 15px;

}



.jcarousel-control-next {

    right: 15px;

}



/** Carousel Pagination **/



.jcarousel-pagination {

    position: absolute;

    bottom: -40px;

    left: 50%;

    -webkit-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

    margin: 0;

}



.jcarousel-pagination a {

    text-decoration: none;

    display: inline-block;



    font-size: 11px;

    height: 10px;

    width: 10px;

    line-height: 10px;



    background: #fff;

    color: #4E443C;

    border-radius: 10px;

    text-indent: -9999px;



    margin-right: 7px;





    -webkit-box-shadow: 0 0 2px #4E443C;

    -moz-box-shadow: 0 0 2px #4E443C;

    box-shadow: 0 0 2px #4E443C;

}



.jcarousel-pagination a.active {

    background: #4E443C;

    color: #fff;

    opacity: 1;



    -webkit-box-shadow: 0 0 2px #F0EFE7;

    -moz-box-shadow: 0 0 2px #F0EFE7;

    box-shadow: 0 0 2px #F0EFE7;

}



/*about page*/

.flex-row{

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	align-items: center;

}

.interbannertitle{

	color: #ffffff;

	font-size: 74px;

	position: absolute;

	top: 40%;

	left: 1em;

	 max-width: 35%;

}

.breadcrumb{

	margin-bottom: 75px;

	background-color: #0a2d3e;

	border-radius:0px;

	padding-top: 20px;

	padding-bottom: 20px;

}

.breadcrumb, .breadcrumb a{

	color: #ffffff;

	font-size: 20px;

	font-weight: light;

}

.breadcrumb > .active{

	color: #ffffff;

	font-weight: bold;

}

.paragraph--type--text-image .field--name-field-paragraph-title, .paragraph--type--image-text .field--name-field-paragraph-title{

	font-size: 74px;

	margin-bottom: 30px;

	color: #022d3d;

}

.paragraph--type--text-image  .field--name-field-paragraph-text, .paragraph--type--image-text  .field--name-field-paragraph-text {

	font-size: 15px;

	color: #7a7a7a;

	margin-bottom: 45px;

}

.paragraph--type--text-image  .field--name-field-paragraph-link, .paragraph--type--image-text  .field--name-field-paragraph-link {

	font-size: 20px;

	font-weight: bold;

	text-transform: uppercase;

}

.padt200{

	padding-top: 200px;

}

#views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide{

	width: 600px;

}

#views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide .views-field-field-paragraph-title{

	font-size: 74px;

	font-weight: 300;

	padding-bottom: 25px;

	

}

#views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_cycle_teaser_section{

	margin: 0px auto;

	text-align: center;

}

#views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide .views-field-field-paragraph-icon img{

	margin: 0px auto;

	text-align: center;

	margin-bottom: 50px;

}

.paragraph--type--text-image, .paragraph--type--image-text, .paragraph--type--small-image-text, .paragraph--type--_-col-texts, .contactfooter, .paragraph--type--contactparag{

	margin-bottom: 75px;

}



#views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide .views-field-field-paragraph-text{

	color: #7a7a7a;

	font-size: 20px;

	font-weight: 300;

	padding-bottom: 40px;

}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li, .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover{

	border-radius: 50%;

	background:  #ffffff;

	border: 1px solid #0a2d3e;

}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {

	background: #0a2d3e;

	border: 1px solid #0a2d3e;

}

.block-views-blockorganization-chart-block-1{

	background-color: #3cba84;

	margin-bottom: 75px;

	color: #ffffff;

	text-align: center;

	padding: 100px;

	padding-bottom: 30px;

}

.block-views-blockorganization-chart-block-1 a, .block-views-blockorganization-chart-block-1 a:hover{

	color: #ffffff;

}

.block-views-blockorganization-chart-block-1 .block-title{

	font-size: 74px;

	font-weight: 300;

	padding-bottom: 30px;

}

.block-views-blockorganization-chart-block-1 .organizationChart{

	font-size: 50px;



}

.block-views-blockorganization-chart-block-1 .views-field-field-member-image img{

	border-radius: 50%;

	margin: 0px auto;

	padding-bottom: 20px;

	height: 333px;

	width: auto;

}

.block-views-blockorganization-chart-block-1 .organizationChart{

	padding-bottom: 100px;

}

.block-views-blockorganization-chart-block-1 .organizationChart-1,.block-views-blockorganization-chart-block-1  .organizationChart-2{

	cursor: pointer;

	display: inline-block;

}

.block-views-blockorganization-chart-block-1 .activegroup{

	font-weight: bold;

}

.block-views-blockorganization-chart-block-1 .views-field-title{

	font-size: 21px;

}

.block-views-blockorganization-chart-block-1 .views-field-field-position{

	font-size: 21px;

	font-weight: bold;

}

.block-views-blockorganization-chart-block-1 .views-row{

	padding-bottom: 70px

}





/*theplant -1*/

.intlink{

	font-size: 28px;

	border-bottom: solid 1px #b5b5b5;

	display: inline-block;

}

.opex{

	background-color: #1a97c4;

	color: #ffffff;

	padding: 100px 50px;

	margin-bottom: 75px;

}

.opex h2{

	font-size: 75px;

	font-weight: normal;

	padding-bottom: 80px;

}

.opexitem{

	background-color: #ffffff;

}

.opexitemtxt{

	padding: 20px 60px;

	padding-bottom: 60px;

}

.opexitemtxt h2{

	color: #022d3d;

	font-weight: 600;

	font-size: 40px;

	padding-bottom: 20px;

}

.opexitemtxt p{

	color: #7a7a7a;

	font-size: 25px;

	margin-bottom: 60px;

	height: 70px;

	

}

.opexitemtxt a, .opexitemtxt a:hover, .opexitemtxt a:visited{

	color: #ffffff;

	background-color: #3bb984;

	padding: 40px 0px;

	width:100%;

	text-transform: uppercase;

	font-weight: bold;

	display: inline-block;

	text-align: center;

	font-size: 20px;

}

.paragraph--type--small-image-text .field--name-field-paragraph-title{

	font-size: 48px;

	margin-bottom: 30px;

	font-weight: 300;

}

.paragraph--type--small-image-text  .field--name-field-paragraph-text {

	font-size: 15px;

	color: #7a7a7a;

	font-weight: 300;

}

.paragraph--type--_-col-texts .field--name-field-paragraph-text{

	font-size: 17px;

	color: #7a7a7a;

}

.paragraph--type--_-col-texts .field--name-field-bold-text{

	font-size: 39px;

	color: #022d3d;

	font-weight: bold;

}

.paragraph--type--_-col-texts .field--name-field-blue-text{

	font-size: 17px;

	color: #022d3d;

}

.prodperc{

	font-weight: 600;

	color: #022d3d;

}

.prodperc h3{

	font-weight: bold;

	font-size: 48px;

	display: inline-block;

	padding-right: 20px;

}



/*Contact us*/

.contactfooter  img{

	vertical-align: 0px;

}

.contactfooter h2{

	font-size: 50px;

	font-weight: 300;

	display: inline-block;

	padding-left: 20px;

}

.contactfooter p{

	font-size: 30px;

	color: #7a7a7a;

}

.contactfooterwrap{

	display: inline-block;

	text-align: left;

	margin-bottom: 20px;

}

.cntrtxt{

	text-align: center;

}

.p56{

	padding-left: 56px;

}

.p82{

	padding-left: 82px;

}

.p68{

	padding-left: 68px;

}

.contactsend, .contactsend:hover{

	background-color: #1382b1;

	border-color: #1382b1;

	border-radius: 2px;

	padding: 6px 40px;

}

.contactmap{

	background-image: url(../images/contactribbon.png);

	background-position: right bottom;

	background-repeat: no-repeat;

	padding-bottom: 60px;

	

}

/*coop work*/

.cooptop{

	font-size: 40px;

	padding-bottom: 75px;

}



.paragraph--type--contactparag .field--name-field-form-text{

	font-size: 30px;

	font-weight:300 ;

	color: #7a7a7a;

	padding-bottom: 40px

}

.coopbottom{

	background-color: #f7f7f7;

	background-image: url(../images/coopribbon.png);

	background-position: right center;

	padding: 90px 0px;

	text-align: center;

	background-repeat: no-repeat;

	margin-bottom: 75px;

	font-size: 60px;

}

.coopbottom a, .coopbottom a:hover, .coopbottom a:visited{

	background-color: #1382b1;

	color: #ffffff;

	padding: 45px;

	font-size: 50px;

	margin-left: 40px;

}

/*process*/

.processtitle, .intertitle{

	font-size: 30px;

	color: #0a2d3e;

	font-weight: 300;

}

.intersemiboldtxt{

	font-size: 18px;

	font-weight: 600;

	color: #0a2d3e;

}

.interimg{

	margin-bottom: 75px;

}





.menu--footer li{

	padding-right: 20px;

}

.menu--footer li li{

	padding-right: 0px;

}

.ui-widget{

	 font-family: 'Open Sans';

	font-weight: normal;

}

.modal-body .close:hover, .close:focus{

	background-color: transparent;

}

.view-news-carousel .views-field-body {

    line-height: 1.4em;

    max-height: 3em;

}

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

	

	.slider-text{

		position: absolute;

		top: 20%;

		 left: 5%;

		max-width: 25%;

		font-size: 20px;

	}	

	.views_slideshow_pager_field_item{

		display: inline-block;

		float: left;

		font-weight: 300;

		width: 33.33%;

		padding: 25px 50px;

		background-color: #ffffff;

	}

	.views-field-field-slider-order{

		display: inline-block;

		color: #d7d9db;

		font-size: 65px;	

	}

	.views_slideshow_pager_field .views-field-title{

		display: inline-block;

		font-size: 25px;

		color: #0a2d3e;

		width: 66%;

	}

	

	#widget_pager_bottom_home_slider-block_1{

		position: absolute;

		bottom: -85px;



	}	

	body .menu--main.navbar-nav>li>a,body  .menu--main.navbar-nav>li>a:hover{

		font-size: 15px;

	}

	.logo img{

		max-width: 100%;

	}

	.coopbottom{

		font-size:40px;

	}

	.coopbottom a, .coopbottom a:hover, .coopbottom a:visited{

		padding: 25px;

		font-size: 30px;

		margin-left: 40px;

	}

	.jcarousel-skin-default .jcarousel-control-next {

		right: -5%;

	}

	.paragraph--type--text-image .field--name-field-paragraph-title, .paragraph--type--image-text .field--name-field-paragraph-title, .block-views-blockorganization-chart-block-1 .block-title, #views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide .views-field-field-paragraph-title, .lnewshome .field--name-field-new-title, .opex h2, .paragraph--type--vertical-tabs .a11y-paragraphs-tabs__section-title, .workTitle, .csr-2col-title, .interbannertitle, .ticonstitle,.field--name-field-timeline-title, .bluesectiontitle{

		font-size:50px;

	}	

	.paragraph--type--small-image-text .field--name-field-paragraph-title, .paragraph--type--_-col-texts .field--name-field-bold-text, .contactfooter h2, .cooptop,.view-news-carousel .views-field-title, .jcarousel .views-field-title{

		font-size: 30px;

	}

	.opex h2{

		padding-bottom:20px;

	}

	.opexitemtxt p,.contactfooter p, .view-id-gallery .views-exposed-form .control-label, .view-id-gallery .views-exposed-form .form-select, .workText,.field--name-field-accordion-content,.bluesectiondesc p,.csr-2col-textl, .view-news-carousel .views-field-body, .jcarousel .views-field-body{

		font-size:20px;

	}

	.opexitemtxt a, .opexitemtxt a:hover, .opexitemtxt a:visited{

		padding:20px 0px;

		font-size:15px;

	}

	.prodperc h3{

		font-size:30px;

	}

	.contactfooter h2{

		margin-top:0px;

		vertical-align: bottom;

	}

	.close{

		right:10px;

		top:10px;

		position: relative;

		height: auto;

		width: auto;

	}

	.news-title{

		font-size:30px;

	}

	.view-news-carousel .views-field-title, .jcarousel .views-field-title, .view-news-carousel .views-field-body, .jcarousel .views-field-body{

		height:80px;

	}

	.jcarousel .views-field-view-node{

		margin-top:20px;

	}

	.blue-section-bg{

		margin-bottom: 0px;

	}	

			

}

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

	.slider-text{

		max-width: 40%;



	}

	.views_slideshow_pager_field_item{

		padding: 25px 30px;

	}

	.block-views-blockorganization-chart-block-1 .organizationChart{

		font-size:30px;

	}	

	.block-views-blockorganization-chart-block-1 .views-field-field-position{

		font-size: 15px;

	}

	.block-views-blockorganization-chart-block-1 .views-field-title{

		font-size: 18px;

	}

	.paragraph--type--vertical-tabs ul.tabs-tab-list a, .paragraph--type--vertical-tabs ul.tabs-tab-list a:hover, .paragraph--type--vertical-tabs .accordion-tabs .tabs-panel{

		font-size: 25px;

	}

	.paragraph--type--vertical-tabs .accordion-tabs .tabs-panel{

		width: 100%;

	}



	.paragraph--type--small-image-text .field--name-field-paragraph-title{

		margin-bottom: 15px;

	}



	.pckg-lns{

		margin-bottom: 25px;

	}

	.paragraph--type--text-image .field--name-field-paragraph-title, .paragraph--type--image-text .field--name-field-paragraph-title, .block-views-blockorganization-chart-block-1 .block-title, #views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide .views-field-field-paragraph-title, .lnewshome .field--name-field-new-title, .opex h2, .paragraph--type--vertical-tabs .a11y-paragraphs-tabs__section-title, .workTitle, .csr-2col-title, .interbannertitle, .ticonstitle,.field--name-field-timeline-title, .bluesectiontitle, .hgl-title{

		font-size:30px;

	}	

	.pckg-ttl, .hgl-links, .hgl-links:link, .hgl-links:visited{

		font-size: 15px;

	}

	.processtitle, .intertitle, .intlink{

		font-size: 20px;

	}

	.breadcrumb{

		margin-bottom: 25px;

	}	

	.paragraph-margin{

		margin-bottom: 25px;

		margin-top: 25px;

	}

	.field--name-field-accordion-title.ui-accordion-header{

		padding: 15px 40px 10px 0;

	}

	.workText{

		line-height: normal;

	}

	.contactmap{

		padding-bottom: 0px;

	}

	.view-id-gallery .pager{

		margin: 30px 0;

	}

	

}





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

	.views_slideshow_pager_field_item{

		display: none;

		float: none;

	}

	.block-views-blockhome-slider-block-1 .views_slideshow_pager_field .active{

		display: block;

		width:100%;

		padding: inherit

	}

	.views-field-field-slider-order{

		font-size: 50px;

	}

	.views-field-title{

		font-size: 29px;

	}

	.slider-text{

		position: absolute;

		top: 10%;

		 left: 1em;

		max-width: 80%;

		color: #ffffff;

		font-size: 15px;

		font-weight: 300;

	}

	.views-field-field-slider-mobileimg{

		display: block;

	}

	.views-field-field-banner{

		display: none;

	}

	#widget_pager_bottom_home_slider-block_1{

		position: relative;

		bottom: auto;

		width: 100%;

	}

	.padt200{

		padding-top: 20px;

	}	

	#views_slideshow_cycle_main_paragraph_slideshow-block_1 .views_slideshow_slide{

		width: 100%;;

	}	

	.block-views-blockorganization-chart-block-1{

		padding: 20px;

		padding-bottom: 10px;

	}	

	.block-views-blockorganization-chart-block-1 .views-field-field-member-image img{

		height: auto;

		width: auto;

	}	

	.block-views-blockorganization-chart-block-1 .views-row{

		padding-bottom: 10px

	}

	.block-views-blockorganization-chart-block-1 .views-field-field-position{



		height: auto;

	}	

	.paragraph--type--vertical-tabs ul.tabs-tab-list{

		display: none !important;

	}

	.paragraph--type--vertical-tabs .accordion-tabs > div{

		width: 100% !important;

	}	

	.paragraph--type--vertical-tabs .accordion-tabs .tabs-panel{

		width: 100% !important;

		font-size:20px;

	}

	.interbannertitle{

		font-size: 25px;

		position: absolute;

		top: 40%;

		left: 10px;

		max-width: 50%;

	}	

	.opexitemtxt{

		padding: 10px;

	}	

	.view-id-gallery .views-field-title{

		font-weight: 600;

		font-size:20px ;

		color: #1382b1;

		padding-bottom: 50px;

	}	

	.views-view-grid .views-col{

		width:100% !important;

	}

	.cntrtxt{

		text-align: left;

	}	

	.p56{

		padding-left: 0px;

	}

	.p82{

		padding-left: 0px;

	}

	.p68{

		padding-left:0px;

	}	

	#block-views-block-home-slider-block-1{

		margin-bottom: 50px;

	}

	.paragraph--type--text-image, .paragraph--type--image-text, .paragraph--type--small-image-text, .paragraph--type--_-col-texts, .contactfooter, .paragraph--type--contactparag{

		margin-bottom: 50px;

	}	



	

	.jcarousel-skin-default .jcarousel-control-next{	background-image: url(../images/jcarouselarrowm.jpg);

		width: 50px;

		height: 45px;

		z-index: 10;

		border-radius: 0px;

		top: -5px;

		right: 25px;

		font-size: 10px;

	}

	.flex-row{

		display: block;

	}

	.opex{

		padding: 50px 25px;

		margin-bottom: 50px;

	}	

	

	.interimg{

		margin-bottom: 50px;

	}



	.paragraph--type--text-image  .field--name-field-paragraph-text, .paragraph--type--image-text  .field--name-field-paragraph-text {

		margin-bottom:20px;

	}

	.coopbottom{

		background-color: #f7f7f7;

		background-image: none;

		padding: 30px 0px;

		text-align: center;

		background-repeat: no-repeat;

		margin-bottom: 50px;

		font-size:30px

	}

	.coopbottom a, .coopbottom a:hover, .coopbottom a:visited{

		background-color: #1382b1;

		color: #ffffff;

		padding: 25px;

		font-size: 20px;

		margin-left: 0px;

		display:inline-block;

		margin-top:20px;

	}

	.timelineproccessed{

		max-width:90%;

	}

	.timelineitemr, .timelineiteml {

		float: none;

		padding-left: 0px;

		padding-right: 0px;

		background: no-repeat;

		margin-right: 0px;

		margin-left: 0px;

		text-align:left;

	}

	.timelineitem {

		width: 100%;

		padding-bottom: 4.27%;

	}

	.timelineline{

		display:none;

	}

	#block-views-block-all-news .col-md-4{

		width:100% !important;

	}
	.views-field-field-news-img .field-content{
		height: auto;
	}



	.paragraph-margin {

		margin-bottom: 25px;

		margin-top: 25px;

	}

	.workTitle{

		line-height:normal;

	}

	.field--name-field-accordion-items .field-group-accordion-wrapper{

		margin-right:0px;

		

	}

	.pckg-det, .pckg-ttl{

		max-width:100%;

	}

	.sameheight{

		min-height:auto !important;

	}

	.hgl-itm{

		padding:20px 0px;

	}

	.hgl-bg{

		padding-bottom:25px;

	}

	.hgl-title{

		padding:20px 0px;

	}

	.bnftpckgs, .paragraph--type--small-image-text .field--name-field-paragraph-title{

		margin-bottom:25px;

	}

	.contactmap{

		padding-bottom: 85px;

	}

	.opexitemtxt p{

		margin-bottom: 20px;

		height: auto;



	}	

	.paragraph--type--vertical-tabs .a11y-paragraphs-tabs__section-title{

		height: auto;

	}

	.ui-widget.ui-widget-content{

		max-width: 90%;

	}

	

}

