@charset "UTF-8";
/* CSS Document */

.innerbanner{
	background-color: #fff;
	    padding: 35px 0;
	border-bottom: #1b414a 1px solid;
	position: relative;
}

.innerbanner:after{
	height: 1px;
    background-color: #e4e8ea;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.innerbanner h1{
	color: #000 !important;
	font-size: 50px !important;	
}

.et_pb_row.banner-cont-gap{
	padding-top: 115px;
	padding-bottom: 90px;
}
.et_pb_row.banner-cont-gap h2{
	padding-bottom: 0 !important;
}

.img-pod-sec .et_pb_image_wrap{
	width: 295px;
	height: 489px;
	-webkit-mask: url("../images/pod-masking-img.png") center / contain no-repeat;
          mask: url("../images/pod-masking-img.png") center / contain no-repeat;
}

.img-pod-sec img{
/*
	clip-path: polygon(
    25% 0%, 
    75% 0%, 
    100% 50%, 
    75% 100%, 
    25% 100%, 
    0% 50%
  );
*/
}

.program-pod-sec{
	padding-top: 100px !important;
	padding-bottom: 115px !important;
}

.img-pod-sec h4{
	color: #fff !important;
	font-size: 26px !important;
	text-align: center !important;
	line-height: 30px !important;
	margin-bottom: 10px !important;
	min-height: 70px;
}

.img-pod-sec .et_pb_blurb{
	margin-bottom: 0 !important;
}

.img-pod-sec .et_pb_blurb_description{
	    min-height: 148px;
}

.img-pod-sec .et_pb_blurb_description p{
	color: #fff !important;
	font-size: 18px !important;
    line-height: 26px !important;
	text-align: center;
}
.service-pod-sec .et_pb_blurb_description {
	    min-height: 96px;
}
.about-pod-sec h4 {
    min-height: auto;
}
.about-pod-sec .et_pb_blurb_description {
    min-height: 100px;
}
body.et_button_no_icon .img-pod-sec .et_pb_button{
	background-color: #fff !important;
	color: #000 !important;
}

body.et_button_no_icon .img-pod-sec .et_pb_button:hover{
	background-color: #81BE42 !important;
}

.bottom-contact-info{
	background: url(../images/contact-bg.jpg) no-repeat 0 center;
	padding-top: 80px;
	border-bottom: #fff 2px solid;
}
.bottom-contact-info .gform-footer {
    padding-top: 0 !important;
}
.contact-form-sec label{
	color: #000 !important;
	font-size: 20px !important;
}

.contact-form-sec  .ginput_container_text input,
.contact-form-sec .ginput_container_email input,
.contact-form-sec .ginput_container_phone input,
.contact-form-sec .ginput_container_select select{
	background-color: #fff;
	height: 62px !important;
	border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

#gfield_description_3_9{
	font-weight: bold;
	padding-top: 1px;
}

.contact-form-sec .ginput_container_textarea textarea{
	height: 170px !important;
	border-radius: 15px;
	background-color: #fff;
}

.contact-form-sec .ginput_container_select select{
	height: 62px !important;
	background:url(../images/form-drop-arrow.jpg) no-repeat 96% center #fff;
	 -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Standard */
}



.contact-form-sec .gform-footer{
	justify-content: center;
}
.contact-form-sec .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 30px !important;
}

body.et_button_no_icon .contact-form-sec .gform-footer .gform_button, body.et_button_no_icon .contact-form-sec .gform-footer .gform_button:hover{
	line-height: 48px !important;
	padding: 0 70px !important;
	clip-path: polygon(6% 0%, 94% 0%, 100% 20%, 100% 80%, 94% 100%, 6% 100%, 0% 80%, 0% 20%);	
}

body.et_button_no_icon .contact-form-sec .gform-footer .gform_button{
	background-color: #000000 !important;
}

body.et_button_no_icon .contact-form-sec .gform-footer .gform_button:hover{
	background-color: #036A38 !important;
    color: #fff !important;
}

.contact-info-left{
	    width: 23% !important;	
}

.contact-info-left h2{
	margin-top: 22px;
}

.contact-info-right{
	 width: 71% !important;
}

ul.staff-list{
	display: flex;
	flex-wrap: wrap;
	gap:60px;
	list-style-type: none !important;
	padding: 0 !important;
	margin-bottom: 130px;
}

ul.staff-list li{
	width: calc(100%/3 - 40px);
	overflow: visible !important;
	text-align: center;
		
}
.staff-list li .mask{
	width: 270px;
	height: 353px;
	-webkit-mask: url("../images/team-masking-img.png") center / contain no-repeat;
          mask: url("../images/team-masking-img.png") center / contain no-repeat;	
	margin: 0 auto 30px;
}

.staff-list li h6,
.staff-left h6{
	font-size: 26px !important;
}
.staff-list li p,
.staff-left p{
	font-size: 18px;
	line-height: 20px;
	width: 270px;
	margin: 0 auto;
	color: #000000;
	min-height: 70px;
}
.staff-list li p.off{
	display: none;
}
.advisory-panel a.et_pb_button:hover {
background-color: #84BE41 !important;
    color: #fff !important;    
}
.page-id-19 .staff-list li:nth-child(2) p{
	min-height: inherit;
}

.staff-list li a.et_pb_button,
.staff-list li a.et_pb_button:hover{
	display: inline-block;
	padding-left: 18px !important;
	padding-right: 18px !important;
	font-size: 15px !important;
	line-height: 37px !important;
	    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single-staffs .innerbanner{
	background-image: none !important;
}

.single-staffs .staff-right .et_pb_button.back-btn{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	clip-path: polygon(10% 0%, 90% 0%, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%) !important;
}
.white-team-list ul.staff-list{
	gap:30px;
	margin-bottom: 0 !important;
}
.white-team-list ul.staff-list li{
	width:calc(100%/4 - 30px)
}
.white-team-list ul.staff-list li h6 a{
	color: #fff !important;
}

.white-team-list ul.staff-list li p{
	min-height: inherit;
}

.white-gradian-sec{
/*	background:url(../images/programs-banner-cont-img.jpg) no-repeat 100% 0 #fff !important;*/
	background-size: contain !important;
	padding-top: 90px !important;
    overflow: hidden;
}

.white-gradian-sec h2{
	font-size: 44px !important;
}

.dark-blue-sec {
/*	background:url(../images/dark-blue-sec.jpg) no-repeat 0 0 #002a35 !important;*/
/*	background-size: contain !important;*/
	padding-top: 80px !important;
background-color: #002A35 !important;
    position: relative;
    overflow: hidden;
}
.dark-blue-sec:after {    
    content: '';
    background: url(../images/GIFS-Assets-CornerLine-Glass.svg) no-repeat;
/*    width: 64% !important;*/
    /* width: 1238px !important; */
    width: 1238px !important; 
    height: 115%;
    /* height: 1423px !important; */
    height: 1079px !important;
    display: block;
    position: absolute;
    top: -74px;
    left: -222px;
    opacity: 15%;
    width: 48vw !important;
    height: 48vw !important;
}

.dark-blue-sec h2,
.dark-blue-sec p,
.dark-blue-sec h3,
.dark-blue-sec ul li,
.dark-blue-sec h4,
.dark-blue-sec h5,
.dark-blue-sec h6{
	color: #fff !important;
}

.dark-blue-sec  a.et_pb_button{
	background-color: #fff !important;
	color: #000 !important;
}
body .dark-blue-sec  a.et_pb_bg_layout_light.et_pb_button:hover{
	background-color: #84BE41 !important;
	color:#fff !important;
}

 

.img-bg-sec{
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background:url(../images/img-bg-sec.jpg) no-repeat 0 0;
}

.img-bg-sec .et_pb_column:first-child{
/*	background-color: #000000;*/
	padding: 50px;
}

.img-bg-sec .et_pb_column:first-child h2,
.img-bg-sec .et_pb_column:first-child p,
.img-bg-sec .et_pb_column:first-child li,
.img-bg-sec .et_pb_column:first-child h3{
	color: #fff !important;
}

.icon-about-sec .et-pb-icon{
	font-size: 76px;
}
.icon-about-sec .et_pb_blurb_description{
/*	min-height: 100px;*/
}

.img-about-sec .et_pb_image_wrap img{
	    max-width: 70%;
}

.blog-list{
	background-color: transparent !important;
}

.blog-list li{
	background-color: #fff !important;
	padding: 0 !important;
}
.blog-list li a.et_pb_button,
.blog-list li a.et_pb_button:hover{
	width: 140px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 40px !important;
}

.blog-list li .pic{
	border-bottom: 10px solid #84BE41;
}

.blog-list li .text-section{
	position: relative;
	padding-top: 40px; 
}

.blog-list li .news-date, .news-top .news-date {
/*    position: absolute;
    top: -70px;
    left: 20px;
    width: 108px;
    background-color: #0e6b38;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    padding: 12px 0;*/
    position: absolute;
    top: -70px;
    left: 20px;
    width: 60px;
    background-color: #002A35;
    text-align: center;
    padding: 14px 0 14px !important;
    clip-path: polygon(0 0%, 0 16%, 48% 0, 54% 0, 100% 15%, 100% 15%, 100% 74%, 100% 84%, 54% 100%, 48% 100%, 0 82%, 0 76%);
    border-radius: 20px;
}
/*.blog-list li .news-date, .news-top .news-date {
    background: url(../images/blog-date-musk.png) no-repeat;
    position: absolute;
    top: -70px;
    left: 20px;
    width: 108px;
    padding: 12px 0;
    text-align: center;
}*/
.blog-list li .news-date .date, .news-top .news-date .date {
    font-size: 27px;
    line-height: 25px;
    color: #FFF;
    font-weight: 700;
    font-family: 'Signika Negative', Helvetica, Arial, Lucida, sans-serif;
    display: block;
}

.blog-list li .news-date .month, .news-top .news-date .month {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    font-family: 'Signika Negative', Helvetica, Arial, Lucida, sans-serif;
    display: block;
}
.blog-list li .news-date .year {
    color: #FFF;    
}

.blog-list li h6,
.blog-list.events li h6{
	font-weight: 500 !important;
	font-size: 24px !important;
}

.single-post .innerbanner,
.single-event .innerbanner{
	background-image: none !important;
}

.single-post #content-area .container:before,
.single-post .innerbanner .container:before,
.single-event #content-area .container:before,
.single-event .innerbanner .container:before{
	display: none;
}

.single-post .news-top{
	position: relative;
}

.single-post .news-top .news-date{
	position: static;
}

.single-post .news-top .back-btn,
.single-post .news-top .back-btn:hover{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	clip-path: polygon(10% 0%, 90% 0%, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%) !important;
}

.single-post .social-share{
	    width: 234px;
}

.single-post .et_pb_section{
	padding-top: 0;
}

.blog-list.events li .event-date{
	width: 121px;
}

.blog-list.events li p{
	font-size: 20px;
	line-height: 28px;
}
.blog-list.events li a.et_pb_button{
    margin-top: 20px;
    bottom: 33px;
    position: absolute;
}

.single-event .event-location h3{
	color: #fff !important;
}

body.et_button_no_icon.single-event .et_pb_button.back-btn{
	padding: 0 15px !important;
    line-height: 39px !important;
}
body.et_button_no_icon.single-event .et_pb_section.et_pb_section_0{
	padding-top: 0 !important;
}

.img-full-width img,
.img-full-width span.et_pb_image_wrap {
	width: 100% !important;
}

.tab-item  .et_pb_column{
	position: relative;
	background-color: #F6F9FB;
	padding-top: 20px;
    min-height: 107px;
}

.tab-item  .et_pb_column:before{
	right: 0;
    left: 10px;
    bottom: -10px;
    height: 10px;
    position: absolute;
    display: block;
    content: '';
    background-color: #e5ebd9;
}

.tab-item  .et_pb_column:after{
	right: -10px;
    top: 10px;
    bottom: -10px;
    width: 10px;
    position: absolute;
    display: block;
    content: '';
    background-color: #e5ebd9;
}

 .tab-item  .et_pb_column .et_pb_text_inner p{
	padding-left: 10px;
	 padding-right: 10px;
	 
}

.tab-item  .et_pb_column a{
	color: #000;
}
.tab-item  .et_pb_column a:hover{
	text-decoration: none !important;
	color: #84be41  !important;
}

.article-item h3,
.article-item h4{
	font-size: 32px !important;
	line-height: 35px !important;
}

.article-item .et_pb_column{
	border-radius: 20px 12px;
        box-shadow: 0 4px 10px 0 #d0d7c6;
        overflow: hidden;
	padding-bottom: 20px;
}

.article-item .et_pb_column.et_pb_column_empty{
	background-color: transparent !important;
	padding: 0;
	border-radius: 0;
	 box-shadow: 0 0 0 0 #d0d7c6 !important;
}

.article-item .et_pb_blurb_container,
.article-item .et_pb_button_module_wrapper{
	    padding-left: 20px !important;
    padding-right: 20px !important;
}

.dark-blue-sec .article-item .et_pb_blurb_container{
	background-color: #fff !important;
}
.dark-blue-sec .article-item .et_pb_blurb_container p{
	color: #000 !important;
}

.dark-blue-sec .article-item .et_pb_column{
	background-color: #fff;
}

.dark-blue-sec .article-item .et_pb_blurb_container h3,
.dark-blue-sec .article-item .et_pb_blurb_container h4{
	color: #000 !important;	
}

.dark-blue-sec .article-item .et_pb_column .et_pb_button{
	background-color: #000 !important;
	color: #fff !important;
}

.margin-left-related{
	margin-left: 27px;
}

.blurb-full-width .et_pb_blurb_content{
	max-width:inherit !important;
}
.et_pb_divider_0:before, .et_pb_divider_1:before {
    border-color: #036A38 !important;
}
/*.img-about-sec > .et_pb_column h3 {
    line-height: 35px !important;    
}*/
.dark-blue-sec .et_pb_toggle_open .et_pb_toggle_title, .dark-blue-sec .et_pb_toggle_open h5.et_pb_toggle_title {
    background-color: #84BE41 !important;
    color: #FFF !important;
}
.white-gradian-sec:before {
    content: '';
    width: 42%;
    height: 100%;
/*    background: radial-gradient(circle at 54% 55%, rgba(188, 205, 185, 0.6) 0%, rgba(188, 205, 185, 0.35) 35%, rgba(188, 205, 185, 0.15) 55%, rgba(255, 255, 255, 1) 75%), linear-gradient(to left, #ffffff 0%, #eef4ed 45%, #e3ece0 100%);*/
/*    background: radial-gradient(circle at 54% 55%, rgba(217, 226, 213, 0.6) 0%, rgba(217, 226, 213, 0.35) 35%, rgba(217, 226, 213, 0.15) 55%, rgba(255, 255, 255, 1) 75%), linear-gradient(to left, #ffffff 0%, #eef4ed 45%, #e3ece0 100%);*/
    background: radial-gradient(circle at 116% 52%, rgba(217, 226, 213, 100%) 0%, rgba(217, 226, 213, 100%) 35%, rgba(217, 226, 213, 100%) 55%, rgba(255, 255, 255, 1) 75%), linear-gradient(to left, #ffffff 0%, #eef4ed 45%, #e3ece0 100%);
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 80%;
}
.white-gradian-sec:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/GIFS-Pattern-Medium-white.svg) no-repeat;
    right: 23px;
    width: 70vw;
    height: 70vw;
    bottom: -60px;
    opacity: 70%;
}
.white-gradian-sec {
    position: relative;
}
.technical-services-pod .et_pb_blurb_description {
    min-height: 106px;
}
.sec-border-bottom {
    border-bottom: solid 1px #b4e8a2;
}

@media screen and (max-width: 1600px) {
h2 {
    font-size: 47px !important;
}
    .contact-form-sec .et_pb_text {
        margin-bottom: 0 !important;
    }
    .contact-info-right p {
            padding-bottom: 10px !important;
    }
    .bottom-contact-info .et_pb_row {
        padding-bottom: 0px;
        padding-top: 0;
    }
    .contact-form-sec .ginput_container_text input, .contact-form-sec .ginput_container_email input, .contact-form-sec .ginput_container_phone input, .contact-form-sec .ginput_container_select select {
        height: 40px !important;
    }
    .contact-form-sec .ginput_container_textarea textarea {
        height: 110px !important;
    }
.contact-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px !important;
}
.contact-form-sec label {
    font-size: 18px !important;
}
    
}
@media screen and (max-width: 1024px) {
    .white-gradian-sec h2 {
        font-size: 38px !important;
    }
body.et_button_no_icon .contact-form-sec .gform-footer .gform_button, 
body.et_button_no_icon .contact-form-sec .gform-footer .gform_button:hover {
    line-height: 26px !important;
    padding: 0 40px !important;
    padding: 10px 18px !important;
}
.innerbanner {
    padding: 25px 0;
}
.innerbanner h1 {
    font-size: 43px !important;
    line-height: 50px !important;        
}
.et_pb_row.banner-cont-gap {
    padding-top: 0;
    padding-bottom: 0;
}
.res-sec-gap {
    padding-top: 62px !important;
    padding-bottom: 62px !important;        
}
    .res-body-margin0 p:last-of-type {
        padding-bottom: 0 !important;
    }
        .res-ul-margin0 ul {
        padding-bottom: 0 !important;
    }
    .program-pod-sec .img-pod-sec {
             padding:  0 !important;   
    }
    .program-pod-sec .img-pod-sec .et_pb_column p {
     padding-bottom: 1em !important;   
    }
    .img-pod-sec .et_pb_image_wrap,
    .img-pod-sec .et_pb_image_wrap img {
        height: 400px;
    object-fit: contain;
    }
    .res-req-height {
    padding: 0 !important;
    }
.img-pod-sec h4 {
    font-size: 22px !important;
    line-height: 28px !important;
    min-height: 94px;
        margin-bottom: 0 !important;
}
.bottom-contact-info {
        padding-top: 56px !important;
        padding-bottom: 40px !important;
}
    .bottom-contact-info .et_pb_row {
         padding-bottom: 0px; 
    padding-top: 0;
    }
.contact-form-sec .ginput_container_text input, .contact-form-sec .ginput_container_email input, .contact-form-sec .ginput_container_phone input, .contact-form-sec .ginput_container_select select {
    height: 40px !important;
}
.contact-form-sec .ginput_container_select select {
    height: 50px !important;
    background-size: 14px;
}
.contact-form-sec .ginput_container_textarea textarea {
    height: 90px !important;
}
    .contact-form-sec .gfield_description {
         font-size: 15px;
    line-height: 20px !important;   
    }
.contact-info-left h2 {
    margin-top: 0px;
}
/*    .bottom-contact-info .et_pb_row_1-4_3-4,
    .contact-form-sec {
        margin: 0 !important;
    }*/
    .content-width100 .et_pb_blurb_content {
    max-width: 100% !important;
    }
    .res-sec-gap .et_pb_row_0.et_pb_row {
        padding-top: 0px !important;
    padding-bottom: 0px !important;    
    }
   .res-sec-gap .et_pb_row {
        padding: 0 0 !important;
    }
.img-bg-sec .et_pb_column:first-child {
    padding: 30px 30px 10px;
}
    .res-sec-gap {
        background-size: cover !important;
    }
   .img-about-sec .et_pb_column h4,
        .img-about-sec .et_pb_column h4 a {
        font-size: 22px !important;
    line-height: 1.2 !important;    
    }
    .img-about-sec .et_pb_column .et_pb_main_blurb_image {
        margin-bottom: 20px;    
    }
    .our-service .et_pb_divider {
         margin-top: 38px;   
    }
    .res-divider-gap  {
            margin-top: 22px !important;  
    }
    .our-service .et_pb_text_2 {
     margin-bottom: 2.75% !important;   
    }
    .res-faq-btmgap .et_pb_accordion .et_pb_accordion_item:last-child {
        margin-bottom: 0 !important;
    }
    .res-heading-margingap0 {
             margin-bottom: 0 !important;   
    }
    .res-heading-btmgap30px h2,
    .res-heading-btmgap30px h3 {
    margin-bottom: -20px !important;  
    }
    .res-heading-btmgap10px h2,
    .res-heading-btmgap10px h3 {
    margin-bottom: 10px;  
    }
    .why-work-pods .et_pb_column .et-waypoint {
     font-size: 66px;   
    }
    .why-work-pods .et_pb_column .et_pb_main_blurb_image {
    margin-bottom: 20px !important;
}
.header-btns li:last-child {
    line-height: 43px !important;
}
    .respon-icon-pod .et_pb_column .et-waypoint {
     font-size: 66px;   
    }
    .respon-icon-pod .et_pb_column .et_pb_main_blurb_image,
    .respon-icon-pod .et_pb_blurb {
    margin-bottom: 20px !important;
}
        .icon-about-sec .et_pb_column:last-child {
            margin-bottom: 0px;    
    }
    .icon-about-sec.last-row .et_pb_column:nth-child(2) {
        margin-bottom: 0px;    
    }
    .staff-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
        gap: 30px !important;
        row-gap: 40px !important;
        margin-bottom: 0 !important;
    }
/*.white-team-list ul.staff-list li {
    width: calc(100% / 2 - 15px);
}*/
ul.staff-list li p {
    min-height: inherit;
}
ul.staff-list li {
    width: calc(100% / 3 - 20px) !important;
}
.staff-list li .mask {
    height: 300px;
    margin: 0 auto 20px;
}
    .annual-report .et_pb_row {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    }
    .annual-report .et_pb_row .et_pb_column {
             margin-right: 20px !important;
        width: calc(100% / 4 - 15px) !important;
            margin-bottom: 30px;
    }
    .annual-report .last-row .et_pb_column {
        margin-bottom: 0 !important;
    } 
    .annual-report .et_pb_row .et_pb_column .et_pb_image {
         margin-bottom: 15px !important;   
    }
.blog-list li {
    height: auto;
}
.blog-list li h6, .blog-list.events li h6 {
    font-weight: 500 !important;
    font-size: 22px !important;
        margin-bottom: 4px !important;
}
.blog-list li a.et_pb_button, .blog-list li a.et_pb_button:hover {
    width: 118px;
}
    .blog-list li {
        margin-bottom: 0 !important; 
    }
.tab-item .et_pb_column {
    min-height: 96px;
}
    .article-item {
         display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        gap: 20px;
    row-gap: 0;
    }

.article-item .et_pb_column {
    width: calc(100% / 2 - 10px) !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
}
    .article-item .et_pb_column .et_pb_blurb {
         margin-bottom: 16px;   
    }
    .article-item .et_pb_column .et_pb_main_blurb_image {
         margin-bottom: 20px;   
    }
.article-item h3, .article-item h4 {
    font-size: 24px !important;
    line-height: 27px !important;
}
    .article-item.et_pb_row {
        padding-bottom: 0px !important;    
    }
        .article-item:last-of-type.et_pb_row:last-of-type {
        padding-bottom: 0px !important;    
    }
    .article-pod-sec .et_pb_text_inner {
        margin-bottom: 12px;
    }
   .resarticle-pod-sec  {
             padding-bottom: 45px !important;   
    }
    .bio-net-block {
         margin-top: 50px !important;   
    }
    .biology-at-gifs {
margin-top: -30px !important;
        margin-bottom: -110px !important; 
    }
    .saskatchewan-ag-block {
         margin-top: 50px !important;   
    }
    .new-proteins {
         margin-top: 30px !important;   
    }
    .sustainable-agriculture {
              margin-top: 40px !important;     
    }
.contact-info .et_pb_blurb_container {
        padding: 58px 20px 20px 20px !important;
        width: 325px;
        min-height: 180px !important;
}
.contact-twocol .et_pb_blurb_0 {
    margin-left: 0px !important;
    float: left;
    margin-top: 0 !important;
}
.contact-twocol .et_pb_blurb_1 {
    float: right;
    margin-right: 0px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
    .contact-twocol .et_pb_row_0 {
         margin-left: 3% !important;
    margin-right: 3% !important;   
    }
.contact-info .et_pb_blurb_container h4,
    .contact-info .et_pb_blurb_container p {
        text-align: center;
    }
    .contact-info {
        background-color: transparent !important;
    }
    .single-staffs .staff-right .et_pb_section,
    .single-staffs .staff-right .et_pb_row {
        padding: 0 !important;    
    }
.staff-list li h6, 
.staff-left h6 {
    font-size: 22px !important;
}
.bottom-contact-info .gform-footer {
    padding-top: 20px !important;
}
    .contact-info-right p {
        padding-bottom: 30px !important;
    }
    #main-header .mobile_menu_bar:before {
            color: #B4E8A2 !important;
    }
.dark-blue-sec:after {
    top: -36px;
    left: -116px;
}
    .program-pod-sec {
        padding-bottom: 64px !important;
    }
.home-featured-service .et_pb_column_6 img {
        height: 574px;
}
.technical-services-pod,
.about-pod-sec {
    margin-bottom: 30px !important;   
}
.technical-services-pod:last-of-type,
.about-pod-sec:last-of-type {
    margin-bottom: 0 !important;   
}
.technical-services-pod h4 {
        min-height: 66px;
}
.advisory-panel .white-team-list {
    margin-top: 30px;        
}  
    .home-featured-service .et_pb_column_7 img {
        margin-top: 20px;
    }
.about-pod-sec h4 {
    min-height: 60px !important;
}
.about-pod-sec .et_pb_blurb_description {
    min-height: 122px;
}
.bottom-divider {
    padding: 0 !important;
    margin-bottom: -20px;     
}
body.et_button_no_icon .contact-form-sec .gform-footer .gform_button {
    margin-bottom: 0 !important;
}
    .form-sec  {
        padding-top: 33px !important;
    }
    
}
@media screen and (max-width: 868px) {
    .bottom-contact-info .contact-info-left  {
         width: 100% !important;
    margin-bottom: 13px;   
    }  
    .bottom-contact-info .contact-info-right  {
         width: 100% !important;
    }  
    .contact-form-sec {
/*         margin: 0 !important;
    padding-top: 10px;  */ 
    }
    .bottom-contact-info .et_pb_row {
/*         padding-top: 20px;
    padding-bottom: 10px; */  
/*             padding-top: 0px;
    padding-bottom: 0px; */
    }
    .img-pod-sec h4 {
        min-height: auto;
    }
.img-pod-sec .et_pb_blurb_description {
    min-height: auto;
}
    .img-pod-sec {
        gap: 40px;
    display: flex;
    flex-direction: column;
    }
    .img-pod-sec:after {
        display: none;
    }
    .img-pod-sec .et_pb_column {
        margin-bottom: 0;
    }
    .img-pod-sec .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }
    .img-bg-sec .et_pb_column:first-child {
        margin-bottom: 0px;
    }
.bottom-contact-info {
    background-image: url(../images/contact-bg.jpg) !important;
}
.white-gradian-sec {
/*    background: url(../images/programs-banner-cont-img.jpg) no-repeat !important;*/
}

    .icon-about-sec .et_pb_column {
            margin-bottom: 50px;    
    }
    .drive-innovation h2,
    .drive-innovation p {
         text-align: center;
    }
    .heading-left h2,
     .heading-left h3 {
         text-align: left !important;   
    }
.tab-item .et_pb_column {
    min-height: auto !important;
}
    .article-pod-sec .et_pb_text_inner  {
         margin-bottom: 12px;   
    }   
    .bio-net-block {
        margin-top: 6px !important;
    }
    .biology-at-gifs {
         margin-top: -50px !important;
    margin-bottom: -138px !important;   
    }
    .gifs-newspod-list .et_pb_column  {
        margin-bottom: 0 !important;
    }
    .new-proteins.et_pb_row {
        margin-top: 0px !important;
    }
    .upcom-event-block {
            margin-top: 23px !important;
    }
ul.staff-list li {
    width: calc(100% / 2 - 15px) !important;
}
.contact-info-left {
    width: 32% !important;
}
.contact-info-right {
    width: 68% !important;
}
    .contact-form-sec {
        margin-top: -30px !important;
        padding-top: 0 !important;
    }
    .img-pod-sec .et_pb_blurb_description {
        margin-bottom: 16px;
    }
    .program-pod-sec {
        padding-bottom: 24px !important;
    }
    .technical-services-pod {
        margin-bottom: 0 !important;
    }
    .technical-services-pod .et_pb_blurb_description {
        margin-bottom: 0px;
    }
 
.applications-table .dvmd_table_maker_0 .dvmd_tm_tcell.dvmd_tm_rhead, .applications-table  .dvmd_table_maker_1 .dvmd_tm_tcell.dvmd_tm_rhead, .applications-table .dvmd_table_maker_2 .dvmd_tm_tcell.dvmd_tm_rhead, .applications-table  .dvmd_table_maker_0 .dvmd_tm_tcell.dvmd_tm_chead, .applications-table .dvmd_table_maker_1 .dvmd_tm_tcell.dvmd_tm_chead, .dvmd_table_maker_2 .dvmd_tm_tcell.dvmd_tm_chead {
    background: #002A35 !important;
}
    .about-pod-sec h4 {
        min-height: auto !important;
    }
    .about-pod-sec:last-of-type {
        margin-bottom: -42px !important;
    }
    .form-sec  {
        padding-top: 23px !important;
    }
    
}

@media screen and (max-width: 668px) {
    .innerbanner h1 {
        font-size: 38px !important;
        line-height: 46px !important;
    }
    .white-gradian-sec h2 {
            font-size: 32px !important;
    }
    .res-sec-gap {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }
    .bottom-contact-info .et_pb_row_1-4_3-4 {
/*        padding-bottom: 30px !important;
        padding-top: 33px;*/
    }
    .contact-form-sec {
/*        padding-bottom: 18px !important;*/
    }
    .bottom-contact-info .contact-info-left {
        margin-bottom: 8px !important;
    }
.img-bg-sec .et_pb_column:first-child {
    margin-bottom: 0 !important;
}
    .bottom-contact-info {
        padding-top: 46px !important;
        padding-bottom: 32px !important;
    }
    .our-service .et_pb_divider {
        margin-top: 22px;
    }
    .img-about-sec.res-margin-btm0 .et_pb_column:nth-child(2) {
        margin-bottom: 0 !important;
    }
.bottom-contact-info {
    background-image: url(../images/contact-bg.jpg) !important;
}
    .header-btns li:last-child {
        line-height: 25px !important;
    }
    .white-team-list ul.staff-list li {
        width: calc(100% / 1 - 0px);
    }
    .white-team-list ul.staff-list li:last-child  {
         margin-bottom: 0 !important;   
    }
.white-team-list ul.staff-list {
    gap: 10px !important;
}
    .annual-report .et_pb_row .et_pb_column {
            margin-right: 0px !important;
        width: calc(100% / 2 - 10px) !important;
        margin-bottom: 40px !important;
    }
    .annual-report .et_pb_row .et_pb_column img {
     height: 190px;
    object-fit: cover;
    object-position: top center !important;   
    }
    .annual-report .last-row .et_pb_column {
        margin-bottom: 0 !important;
    } 
    .annual-report .et_pb_row {
        column-gap: 20px;
    }
    .article-item.et_pb_row {
        padding-bottom: 0px !important;
        height: auto;
    }
    .article-item .et_pb_column {
        width: calc(100% / 1 - 0px) !important;
    }
   .resarticle-pod-sec  {
             padding-bottom: 35px !important;   
    }
    .contact-info .et_pb_blurb_container h4 {
         margin-top: 10px;   
    }
    .contact-info .et_pb_blurb_container {
        width: 100%;
        min-height: auto !important;
    }
    .contact-twocol .et_pb_blurb_0 {
        float: none;
            margin-bottom: 70px !important;
    }
    .contact-twocol .et_pb_blurb_1 {
        float: none;
    }
/*    .open-position-table .dvmd_tm_chead {
         background-color: #07242e !important;   
    }*/
    .open-position-sec .et_pb_text  {
            margin-bottom: 12px !important;    
    }
ul.staff-list li {
    width: calc(100% / 1 - 0px) !important;
}
    .staff-list {
        gap: 00px !important;
        row-gap: 0px !important;
    }
    .staff-list li:last-child {
        margin-bottom: 0 !important;
    }
.staff-left p {
    min-height: inherit;
    margin: 0 0;
}
    .contact-info-right p {
        padding-bottom: 30px !important;
    }
    .bottom-contact-info h4 {
            margin-bottom: 12px;
    }
    .dark-blue-sec:after {
        width: 130% !important;
        height: 100% !important;
        top: 0;
        left: -120px;
    }
.program-pod-sec {
        padding-bottom: 14px !important;
    }
    .img-pod-sec .et_pb_blurb_description {
        margin-bottom: 16px;
    }

.white-gradian-sec:before {
    background: radial-gradient(circle at 177% 122%, rgba(217, 226, 213, 100%) 0%, rgba(217, 226, 213, 100%) 40%, rgba(217, 226, 213, 100%) 55%, rgba(255, 255, 255, 1) 75%), linear-gradient(to left, #ffffff 0%, #eef4ed 45%, #e3ece0 100%);
    right: 0px;
    bottom: 0;
    opacity: 100%;
    width: 100%;
}
.white-gradian-sec:after {
    right: 0px;
    width: 190vw;
    height: 190vw;
    bottom: 0px;
}
.blog-list li .news-date .date, .news-top .news-date .date {
    font-size: 24px;
    line-height: 22px;
}
.blog-list li .news-date .month, .news-top .news-date .month {
    font-size: 16px;
    line-height: 18px;
}
.blog-list li .news-date .year {
    font-size: 16px;
    line-height: 20px;
}
    .technical-services-pod .et_pb_blurb_description {
        margin-bottom: 0px;
    }
    .contact-info-left {
            margin: 0 0 8px;
    }
    .about-pod-sec:last-of-type {
        margin-bottom: -32px;
    }
    .bottom-divider {
    padding: 0 !important;
    margin-bottom: -20px;
    }
    .form-sec {
        padding-top: 13px !important;
        padding-bottom: 8px !important;
    }
}
