<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700');


/************************GLOBAL**************************/
html {
  scroll-behavior: smooth;
}
#AssociateMember, #CorporateMember, #WaterTreatmentCorporateMember {
  scroll-margin-top: 120px !important;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans Condensed', sans-serif;
    overflow-x: hidden;
}
button.dropdown-toggle {
    display: none;
}
ul, ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
figure{
    margin: 0;
}
.container{
    width: 1140px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.topHeaderWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 45px;
    background-size: contain!important;
    color: #19387E;
    background:url('/images/headerbg.jpg') no-repeat left bottom;
}
.topHeaderWrap a{
    color: #19387E;
}
.topHeaderRight {
    width: 200px;
    text-align: right;
}
.topHeaderLeft {
    width: 640px;
    display: flex;
    align-items: center;
}
.logo {
    width: 110px;
    margin-right: 18px;
}
.logo a{
    display: block;
}
.logoText p {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
.headercontactInfo a {
    font-size: 25px;
    font-weight: 800;
    display: block;
}
.headercontactInfo a:hover {
    opacity: 0.8;
}
.headercontactInfo ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}
.headercontactInfo ul li {
    margin-left: 20px;
}

.topnavigation {
    background: #19387E;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.stickynavbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}
#site-navigation ul {
    display: flex;
    justify-content: center;
}
#site-navigation ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    padding: 20px 9px;
    border-right: 1px solid #fff;
    text-align: center;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.navarrow {
    width: 10px;
    height: 6px;
    display: block;
    margin: 0 auto;
    background: url(/images/navarrowwhite.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px;
}
#site-navigation ul li a.active{
    color: #19387E;
    background: #fff;
}
#site-navigation ul li a:hover{
	color: #19387E;
    background: #F7A600;
}
#site-navigation ul li a:hover .navarrow,
#site-navigation ul li a.active .navarrow{
    background: url(/images/navarrow.png) no-repeat center;
}
#site-navigation ul li:last-child a{
    border-right: none;
}
.sub-menu {
    position: absolute;
    background: #19387E;
    width: 100%;
    left: 0;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
#site-navigation ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.mainSlider {
    max-height: 630px;
    height: 100%;
    overflow: hidden;
}
.slideImg  {
    position: relative;
    height: 100%;
    max-height: 630px;
}
.mainSlider img {
    width: 100%;
}
.slideCont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1140px;
    padding: 0 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    color: #fff;
    box-sizing: border-box;
}
.slideCont h1 {
    font-size: 60px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}
button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer_top {
    background: #19387E;
    padding: 80px 0;
    text-align: center;
}
.secTitle {
    font-size: 40px;
    margin: 0;
    line-height: 1em;
    border: 2px solid;
    display: inline-block;
    padding: 11px;
    font-weight: 800;
    width: 347px;
    text-align: center;
}
h2.secTitleWhite {
    color: #fff;
}
.contactInfo h2 {
    margin-bottom: 60px;
}
.contactInfo a {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
.contactInfo a:hover{
    opacity: 0.8;
}
.contactInfo ul {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.contactInfo ul li {
    margin: 0 30px;
}
.contactInfo ul li a{
    margin-bottom: 0;
}
.footer_bottom {
    padding: 50px 0 25px;
}
.footerLogos {
    margin-bottom: 70px;
}
.footerLogos ul {
    display: flex;
    justify-content: center;
}
.footerMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerMenuLinks ul {
    display: flex;
    align-items: center;
}
.footerMenuLinks ul li a {
    padding: 0 13px;
}
.siteby {
    padding-left: 13px;
}
.footerMenu a {
    color: #19387E;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    transition: all 0.3s ease-in-out;
}
.footerMenu a:hover{
    opacity: 0.8;
}

.shortIntro {
    padding: 80px 0;
}
.shortIntroCont {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.shortIntroCont h2 {
    color: #19387E;
    font-size: 40px;
    line-height: 1.3em;
    margin: 0 0 50px;
    font-weight: 800;
}
.shortIntroCont p {
    font-size: 25px;
    color: #4D4D4D;
    line-height: 1.3em;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
}
.serviceSec {
    padding: 80px 0;
    text-align: center;
}
.serviceSecFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 50px;
}
.serviceSecItem {
    width: 354px;
    margin: 0 8px 16px;
    border: 2px solid #fff;
    text-align: initial;
    background: #fff;
    box-sizing: border-box;
}
.serviceSecItem figure {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.serviceSecItem figure img {
    height: 100%;
    width: 100%;
}
.serviceSecItemContent {
    padding: 20px 25px;
}
.serviceSecItemContent h3 {
    color: #19387E;
    font-size: 30px;
    margin: 0 0 12px;
    font-weight: 800;
}
.serviceSecItemContent p {
    color: #4D4D4D;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
}
.serviceSecItemContent a {
    font-size: 18px;
    display: inline-block;
    margin: 20px 0 0;
    color: #19387E;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
a.custLink {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #19387E;
    transition: all 0.3s ease-in-out;
}
a.custLink:hover, .serviceSecItemContent a:hover{
    opacity: 0.8;
}
.serviceSec {
    padding: 80px 0;
    text-align: center;
    background-size: cover!important;
    background: url(/images/servicebg.png) no-repeat center center;
}
.secTitleBlue {
    color: #19387E;
}

.ourSponser {
    text-align: center;
    padding: 80px 0;
}
.sponserslides {
    margin-top: 75px;
}
#sponserSlider button.slick-next {
    right: -100px;
    background: url(/images/lower-slider_arrow_right.png) no-repeat;
}
#sponserSlider button.slick-prev {
    left: -100px;
    background: url(/images/lower-slider_arrow_left.png) no-repeat;
}
#sponserSlider .slick-arrow, #hSlider .slick-arrow{
    width: 60px;
    border: none;
    height: 76px;
    background-size: contain!important;
    padding: 0!important;
    z-index: 15;
    cursor: pointer;
}
#hSlider button.slick-next {
    right: 10%;
    background: url(/images/slider_arrow.png) no-repeat;
}
#hSlider button.slick-prev {
    left: 10%;
    background: url(/images/slider_arrow_left.png) no-repeat;
}
.slick-arrow:focus, .slick-arrow:active, .slick-arrow:hover{
    outline: none;
    opacity: 0.7;
}
.newsSec {
    padding: 80px 0;
    background-size: cover!important;
    position: relative;
    text-align: center;
    background: url(/images/newsbg.png) no-repeat center;
}
.newsSec:before {
    content: '';
    background: rgba(25, 56, 126,0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.newsSec .container {
    position: relative;
    z-index: 5;
}
.newsBanner {
    margin: 80px 8px 16px;
    border: 2px solid #fff;
}
.newsBanner img{
    vertical-align: middle;
}
.newsListing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.newsItem {
    background: #fff;
    width: 354px;
    border: 2px solid #fff;
    margin: 0 8px 16px;
    padding: 20px 25px 15px;
    box-sizing: border-box;
    text-align: left;
}
.newsItem a {
    color: #19387E;
    transition: all 0.3s ease-in-out;
}
.newsItem a:hover {
    opacity: 0.8;
}
.newsItem h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1em;
    margin: 0 0 10px;
}
.newsItem p {
    color: #4D4D4D;
    font-size: 25px;
    margin: 0;
    line-height: 1.3em;
    font-family: 'Fira Sans', sans-serif;
}
.custLinkWhite {
    color: #fff!important;
}
.newsItem figure {
    max-height: 105px;
    overflow: hidden;
}
.trendingNews {
    text-align: initial;
    background: #19387E;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin: 0 0px 0px;
    display: flex;
    align-items: center;
    color: #fff;
}
.trendingLeft {
    width: 140px;
    text-align: center;
    border-right: 2px solid #fff;
}
.trendingLeft h4 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
}
.trendingRight {
    width: calc(100% - 140px);
    padding: 0 10px;
    overflow-x: hidden;
}
.trendingRight .linkArrow {
    width: 11px;
    height: 25px;
    margin-left: 3px;
}
/*.trendingRight ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
.newsSlide {
    display: flex;
    margin: 0 15px 0 0;
}
#newsSlider button.slick-arrow {
    display: none!important;
}
.trendingRight h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
	float: left;
	padding-top: 12px;
}
/*.trendingRight ul li {
    display: flex;
    align-items: center;
    width: 49.8%;
    flex-wrap: wrap;
}*/
.trendingRight  a {
    font-size: 20px;
    color: #e8ed93;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.trendingRight  a:hover{
    opacity: 0.8;
}
.innerBanner{
    background-size: cover!important;
    height: 300px;
    position: relative;
}
.innerBanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(25, 56, 126,0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.innerBanner .container{
    position: relative;
    z-index: 10;
    height: 100%;
}
.bannerTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bannerTitle h2 {
    width: auto;
    padding: 11px 45px;
}
.innerContent {
    margin-top: 20px;
}
.innerContentTitle {
    background: #E6E6E6;
}
.innerContentTitle h2 {
    color: #19387E;
    margin: 0;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 800;
    padding: 20px 0;
}
.innerContentBody p,.innerContentBody table {
    font-size: 25px;
    line-height: 1.3em;
    color: #4D4D4D;
    font-weight: 400;
    margin: 0 0 30px;
    font-family: 'Fira Sans', sans-serif;
}
.innerContentBody a, .innerContentBody table tr td a {color: #0f2a8e; text-decoration: underline;}
.innerContentBody a:hover, .innerContentBody table tr td a:hover {color: #4D4D4D;}
.innerContentBody table tr td a { font-style: normal !important;font-weight: 200;}
.innerContentBody {
    margin: 50px auto;
}

.innerContentBody ul {
    font-size: 25px;
    line-height: 1.3em;
    color: #4D4D4D;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
	list-style: disc;
	margin: 0 0 20px 40px;
}
.innerContentBody ul li {
    font-size: 25px;
    line-height: 1.3em;
    color: #4D4D4D;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}

.jobs  {
	padding-bottom: 30px;
	  -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
}
.jobs h2  {  padding-bottom: 0px; margin-bottom: 0px;color: #4D4D4D;font-weight: 400; }
.divider {
    width: 100%;
    height: 2px;
    background: #E6E6E6;
    margin-top: 120px;
}

#mobileMenu, #navClose{
    display: none;
}
.linkArrow {
    width: 15px;
    height: 30px;
    display: inline-block;
    background: url(/images/blue-right-arrow.png) no-repeat center;
    background-size: contain!important;
}
.linkArrowwhite{
    background: url(/images/white-right-arrow.png) no-repeat center;
}
.serviceSecItemContent a .linkArrow {
    width: 8px;
    height: 22px;
}

.twocols {width: 100%; float: left; clear: both;}
.twocols .twocolscol1 {width: 65%; float: left;}
.twocols .twocolscol2 {width: 35%; float: left;}

.twocols .threecolscol {width: 33%; float: left; margin-bottom: 15px;}
.twocols .threecolscol table{margin-bottom: 5px;}
.twocols .threecolscol form{ width:90%; border-style: dotted; border-radius: 15px;background: #c4c2d2; padding: 10px; box-shadow: 0 0 50px #ccc; border-width: thin;}
.twocols .ppcart { height: 20px; width: 224px; }
.twocols .ppcart form {  background: none;height: 26px; border: none;  box-shadow:none;}


.IndexMag {
  border-radius: 10px;
  border: 0px;
  padding: 10px;
  box-shadow: 5px 6px 6px 6px #888888;
}

.SmallDate { font-size: 0.6em; font-style:italic; }

a.backtotop { color: #BC1114}

.MemberHolder {display: grid;
    grid-template-columns: 50% 50%;
    }
.Member {margin-bottom: 40px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);transition: 0.3s;border-radius: 5px; padding: 15px;  margin: 20px;}

.Member:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.Member p {margin-bottom: 5px;font-size: 0.9em !important;}
.PublicationsTable {font-size: 1.2em !important;}

a.button {
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
a.buttonyes {
  background-color: green;
}

a.button:hover {
  background-color: #ccc;
}

a.button:active {
  background-color: black;
}

.Comments {
					width: 60%;
					float: left;
					margin-top: 7px;
				}
.Comments ul li {
					width: 100%;
					float: left;
					margin-bottom: 10px;
					list-style: none;
				}
.Comments ul li label {
					font: 900 19px;
					color: #4b381d;
					padding: 0px 0px 6px 12px;
					float: left;
				}
.Comments ul li input {
					width: 100%;
					float: left;
					border: 1px solid #ccc;
					font: 700 19px;
					color: #666;
					padding: 11px 0px 6px 12px;
					box-sizing: border-box;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
				}
.Comments ul li input[type="submit"], .Comments ul li input[type="button"] {
					width: 100%;
					padding-left: 0;
					text-align: center;
					font: 900 25px/43px;
					color: #FFF;
					text-transform: uppercase;
					background-color: #f7b329;
					cursor: pointer;
					font-weight: bold;
				}
.Comments ul li input[type="submit"]:hover, .Comments ul li input[type="button"]:hover {
					background-color: #ccc;
					color: #666;
				}
.invalid-entry {
					color: #FB0307
				}
.hightlight {
					border: 1px solid #ff0000 !important;
					background-color: #f7dede;
				}

.video-responsive{ clear:both !important}

.Mem_CM { background-color: #6a9ba9; padding: 3px 10px; border-radius: 5px; margin-bottom: 5px;}
.Mem_AM { background-color: #de7c3f; padding: 3px 10px; border-radius: 5px; margin-bottom: 5px;}
.Mem_WT { background-color: #659560; padding: 3px 10px; border-radius: 5px; margin-bottom: 5px;}
.Mem_IM { background-color: #c1b8af; padding: 3px 10px; border-radius: 5px; margin-bottom: 5px;}
.Mem_IAM { background-color: #90b087; padding: 3px 10px; border-radius: 5px; margin-bottom: 5px;}
.Mem_CM_BG { background-color: #6a9ba9 !important ;}
.Mem_AM_BG { background-color: #de7c3f !important ;}
.Mem_IM_BG { background-color: #c1b8af !important ;}
.Mem_IAM_BG { background-color: #90b087 !important ;}
.Mem_ComM_BG {background-color: #4CD92A !important ;}



/*******************************MEDIA QURIES********************************/
@media only screen and (max-width: 1440px) {
#hSlider button.slick-prev {
    left: 5%;
}
#hSlider button.slick-next {
    right: 5%;
}
}

@media only screen and (max-width: 1320px) {
#sponserSlider button.slick-prev {
    left: -70px;
}
#sponserSlider button.slick-next {
    right: -70px;
}
}

@media only screen and (max-width: 1250px) {
#sponserSlider button.slick-prev {
    left: 0;
}
#sponserSlider button.slick-next {
    right: 0;
}
.slick-list{
    margin: 0 auto;
    width: 80%;
}
#newsSlider .slick-list{
    width: 100%;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
}

@media only screen and (max-width: 1140px) {
.container, .slideCont {
    width: 992px;
}
#site-navigation ul li a {
    font-size: 15px;;
    padding: 15px 7px;
}
.footerMenu a{
    font-size: 15px;
}
.footerMenuLinks ul li a{
    padding: 0 10px;
}
.siteby {
    padding-left: 10px;
}
#hSlider button.slick-prev {
    left: 0;
}
#hSlider button.slick-next {
    right: 0;
}
.newsItem, .serviceSecItem {
    width: 304px;
}
#sponserSlider .slick-arrow, #hSlider .slick-arrow {
    width: 35px;
    height: 60px;
}
.logoText p, .headercontactInfo a, .shortIntroCont p,
.newsItem p{
    font-size: 22px;
}
.slideCont h1 {
    font-size: 50px;
}
.shortIntroCont h2 {
    font-size: 36px;
    margin: 0 0 45px;
}
.secTitle {
    font-size: 36px;
    width: 300px;
}
.newsItem h3{
    font-size: 24px;
}
.trendingLeft h4 {
    font-size: 36px;
    padding: 20px 0;
}
.trendingRight  h4 {
    font-size: 26px;
}
.trendingRight  a {
    font-size: 22px;
}
a.custLink{
    font-size: 22px;
}
.serviceSecItemContent h3{
    font-size: 24px;
    margin: 0 0 8px;
}
.serviceSecItemContent p{
    font-size: 16px;
}
.serviceSecItemContent a {
    font-size: 16px;
    margin: 15px 0 0;
}
.contactInfo a {
    font-size: 36px;
    margin-bottom: 20px;
}
.contactInfo ul {
    margin-top: 15px;
}
.innerContentBody p, .innerContentBody ul, .innerContentBody ul li,.innerContentBody table{
    font-size: 22px;
}
.innerContentTitle h2{
    font-size: 26px;
}
.navarrow{
    margin-top: 2px;
}
.bannerTitle h2 {
    padding: 11px 30px;
}
.innerBanner {
    height: 270px;
}
.trendingRight .linkArrow {
    width: 11px;
    height: 13px;
}
.custLink  .linkArrow {
    width: 13px;
    height: 22px;
}
.newsItem .linkArrow {
    width: 12px;
    height: 25px;
}
.contactInfo ul li {
    margin: 0px 25px;
}

#sponserSlider button.slick-prev {
    left: -25px;
}
#sponserSlider button.slick-next {
    right: -25px;
}
}

@media only screen and (max-width: 992px) {
.container {
    width: 768px;
}
.slideCont{
    width: 100%;
}
.newsItem, .serviceSecItem {
    width: 353px;
}
#mobileMenu {
    display: inline-block;
    width: 25px;
    padding: 10px 0 8px;
    cursor: pointer;
}
#mobileMenu span {
    height: 2px;
    width: 100%;
    display: block;
    background: #fff;
    margin: 4px 0;
}
.topnavigation .container{
    position: relative;
    width: 100%;
    height: 100%;
}
#site-navigation &gt; ul {
    display: block;
}
#site-navigation ul li a {
    border-right: 0;
    text-align: left;
    padding: 10px 8px;
    border-bottom: 1px solid #fff;
}
#site-navigation &gt; ul li:last-child a{
    border-bottom: 0;
}
#site-navigation ul {
    flex-wrap: wrap;
}
#site-navigation ul li{
    width: 100%;
}
.sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
#site-navigation {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: fixed;
    background: #19387E;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 0;
    margin-left: -200%;
    transition: all 0.6s ease-in-out;
}
#site-navigation &gt; ul {
    display: block;
    height: 100%;
    overflow: auto;
    width: calc(100% - 30px);
    padding: 40px 30px;
    box-sizing: border-box;
}
#navClose {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
}
#masthead {
    display: flex;
    flex-direction: column-reverse;
}
.topHeaderWrap{
    padding: 30px 0;
}
.navarrow {
    margin-top: -12px;
    right: 10px;
    left: inherit;
}
.trendingRight  h4 {
    font-size: 22px;
}
.trendingRight  a {
    font-size: 20px;
}
.trendingRight .linkArrow {
    width: 10px;
    height: 26px;
}
.footerMenu, .footerMenuLinks ul{
    flex-wrap: wrap;
    justify-content: center;
}
#sponserSlider button.slick-next {
    right: 0;
}
#sponserSlider button.slick-prev {
    left: 0;
}
#sponserSlider .slick-arrow, #hSlider .slick-arrow {
    width: 20px;
    height: 40px;
}
.sponserslides{
    overflow-x: hidden;
}
	.twocols .twocolscol2 .scaleimg {width: 80%; height: auto;}	
}

@media only screen and (max-width: 767px) {
.container, .slideCont {
    width: 100%;
}
.logoText p, .headercontactInfo a,
.shortIntroCont p, .newsItem p {
    font-size: 18px;
}
.logo {
    width: 80px;
    margin-right: 10px;
}
.headercontactInfo a{
    margin-bottom: 2px;
}
.headercontactInfo ul {
    margin-top: 5px;
}
.slideCont h1 {
    font-size: 36px;
}
.topHeaderWrap {
    padding: 20px 0;
}
.shortIntroCont h2 {
    font-size: 27px;
    margin: 0 0 25px;
}
.shortIntro, .newsSec,
.serviceSec, .ourSponser {
    padding: 50px 0;
}
.secTitle {
    font-size: 27px;
    min-width: 180px;
    width: auto;
    padding: 11px 15px;
}
.newsBanner {
    margin: 50px 8px 16px;
}
.newsItem, .serviceSecItem {
    width: 289px;
}
.newsItem h3 {
    font-size: 20px;
}
.newsItem{
    padding: 15px;
}
.trendingNews{
    margin: 0 8px 50px;
}
.trendingLeft h4 {
    font-size: 27px;
    padding: 15px 0;
}
.trendingRight ul {
    flex-wrap: wrap;
}
.trendingRight ul li {
    width: 100%;
}
.trendingRight h4 {
    font-size: 20px;
}
.trendingRight  a {
    font-size: 18px;
}
.trendingLeft {
    width: 100px;
}
.serviceSecFlex {
    margin: 50px auto;
}
.serviceSecItemContent h3 {
    font-size: 20px;
    margin: 0 0 5px;
}
.serviceSecItemContent p, .serviceSecItemContent a {
    font-size: 15px;
}
.serviceSecItemContent {
    padding: 15px;
}
.contactInfo h2 {
    margin-bottom: 40px;
}
.contactInfo a {
    font-size: 27px;
    margin-bottom: 15px;
}
.contactInfo ul {
    margin-top: 10px;
}
.footerMenu a {
    font-size: 12px;
}
.footerMenuLinks ul li a {
    padding: 0 5px;
}
.siteby {
    padding-left: 5px;
}
.footerLogos {
    margin-bottom: 35px;
}
.footer_bottom {
    padding: 35px 0 15px;
}
#sponserSlider .slick-arrow, #hSlider .slick-arrow {
    width: 20px;
    height: 40px;
}
.logoText {
    width: calc(100% - 90px);
}
.bannerTitle h2 {
    padding: 11px 20px;
}
.innerContentTitle h2 {
    font-size: 21px;
}
.innerContentBody p {
    font-size: 18px;
    margin: 0 0 15px;
}
.innerContentBody table {
    font-size: 18px;
}
.innerContentBody {
    margin: 30px auto;
}
.innerContentBody ul, .innerContentBody ul li {font-size: 18px;}
.divider {
    margin-top: 50px;
}
.innerBanner {
    height: 240px;
}
.newsItem .linkArrow {
    width: 10px;
    height: 13px;
}
.trendingRight .linkArrow {
    width: 8px;
    height: 10px;
}
.custLink .linkArrow {
    width: 12px;
    height: 14px;
}
.serviceSecItemContent a .linkArrow {
    width: 8px;
    height: 10px;
}
.contactInfo ul li {
    margin: 0 15px;
}
.slideCont h1 {
    padding: 0 20px;
}
.twocols .twocolscol2 .scaleimg {width: 80%; height: auto;}	
.MemberHolder {display: grid;
    grid-template-columns: 100%;
    }
.PublicationsTable {font-size: .9em !important;}
	
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
	
}

@media only screen and (max-width: 639px) {
.topHeaderWrap {
    flex-wrap: wrap;
}
.topHeaderLeft {
    width: 100%;
}
.topHeaderRight {
    width: 100%;
    text-align: center;
}
.headercontactInfo ul {
    justify-content: center;
}
.newsItem, .serviceSecItem {
    width: 100%;
}
.trendingRight  a {
    font-size: 14px;
}
.trendingRight h4 {
    font-size: 16px;
}
.newsBanner {
    margin: 50px 0px 15px;
}
.newsItem, .serviceSecItem{
    margin: 0 0px 15px;
}
.trendingNews {
    margin: 0 0 50px;
}
	.twocols .twocolscol1, .twocols .twocolscol2, .twocols .threecolscol {width: 100%; float: left;}
	.threecolscol {margin-bottom: 20px;}
}

@media only screen and (max-width: 480px) {
.logoText p br {
    display: none;
}
.trendingNews {
    flex-wrap: wrap;
}
.trendingLeft {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #fff;
}
.trendingLeft h4 {
    font-size: 24px;
    padding: 10px 0;
}
.trendingRight {
    width: 100%;
    padding: 10px;
}
.trendingNews {
    margin: 0 0 30px;
}
.newsBanner {
    margin: 30px 0px 10px;
}
.newsItem, .serviceSecItem {
    margin: 0 0px 10px;
}
.serviceSecFlex {
    margin: 30px auto;
}
.innerBanner {
    height: 190px;
}
.slideCont h1 {
    font-size: 30px;
}
.sponserslides img {
    width: 70%!important;
    height: auto!important;
    margin: 0 auto;
}
	.twocols .twocolscol2 .scaleimg {width: 100%; height: auto;}
}

@media only screen and (max-width: 359px) {
.sponserslides img {
    width: 50%!important;
}  
	.PublicationsTable {font-size: .8em !important;}
}
</pre></body></html>