﻿/* TRANSNET INTERNET CSS */
/* body */
body {
	color: #2e2c2c;
	font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.42857;
}
.container {
	max-width: 1420px;
}
.ms-rtestate-field h4, h4.ms-rteElement-H4 {
    color: #333;
}


#s4-bodyContainer .masthead >.container, 
#s4-bodyContainer #main >.container, 
#s4-bodyContainer .mastfooter >.container,
.mastfooter >.container  {
max-width:100%;
margin:0;
padding:0;
	
}


#s4-bodyContainer .masthead >.container > .row, 
#s4-bodyContainer #main >.container> .row, 
#s4-bodyContainer .mastfooter >.container .row{
margin:0; 
}


#s4-bodyContainerg .mastfooter >.container > .row .col-md-12,
#s4-bodyContainer .masthead >.container > .row .col-md-12
{
padding:0!important;
}

#s4-bodyContainer {
    padding-bottom: 0px;
}

/* end of body */


/* ribbon */
#suiteBarLeft {
	background-color: #ee2f27;
}
/* end of ribbon */


/* container */
.container {
	margin: 0 auto;
}
/* end of container */

/* headings */
h3, .h3 {
    font-size: 1.8em;
    color: #333;
}
h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'ApexNewMed';
    line-height: 1.1;
}
/* end of headings */

/* paginations SP */
.ms-bottompaging > tbody > tr > td.ms-bottompagingline {
    padding-left: 30px;
}
.ms-promlink-button-image {
    /*background-image: url('../img/next.png');*/
	background-position: center center;
	background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    overflow: hidden;
    }
/* end of pagination SP */


/*a hyperlinks */
/*a:link {
	color: #ee2f27;
	text-decoration: none;
}
a:hover {
	color: #6a5f4b;
	text-decoration: none;
}

a:visited {
	color: #ee2f27;
	text-decoration: none;
}*/
/* end of hyperlinks */


/* header */
.header {
	background-image: url('../images/banner.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 172px;
	margin-top: 0px;
	background-blend-mode: none;
}


#DeltaSiteLogo {
	/*margin-bottom: 20px;*/
	/*margin-right: 380px;*/
	/*margin-top: 60px;*/
}
.ms-siteicon-a {
	display: inline-block;
	max-height: 172px;
	max-width: 379px;
}
.ms-siteicon-img {
	display: block;
	max-height: 172px;
	max-width: 379px;
}
/* end of header */


/* topnav */
ul.ms-core-listMenu-root > li:first-child > a {
	display: none !important;
}
#topnavbar {
	border-radius: 0;
}
.navbar-default {
	background-color: #2e2c2c;
	border-color: transparent;
}
.navbar {
	border: none;
}
#topnavbar li.static > .menu-item {
	color: #ebe4e9;
	margin-right: 18px;
	text-transform: uppercase;
}
#topnavbar li.static {
  font-size:14px;
}
.ms-bold {
	font-weight: normal;
}
.ms-core-listMenu-horizontalBox {
	margin: 0 auto;
	max-width: 1280px;
}
.navbar-collapse {
	padding-top: 5px;
}
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    background-image: none;
}
/* end of topnav */

/* sitemap */
.sitemap DIV.openArrow {
    /*background-image: url("../img/arrow02.png");*/
}
.sitemap DIV {
    /*background-image: url("../img/arrow01.png");*/
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
}
.sitemap DIV.openArrow DIV {
    margin-left: 10px;
}
/* end of sitemap */

/* search */

.ms-srch-sbLarge-navImg, .ms-srch-sbLarge-searchImg {
    max-width: none!important;
}

.ms-srch-sbLarge {
	background-color:#e1e1e1!important;
	border: 1px solid #e1e1e1!important;
    border-radius: 3px!important;
}

.ms-srch-sb-borderFocused {
    border: 1px solid #ffffff;
}
.searchIcon {
	/*margin-right: 300px;*/
	margin-top: -41px;
}

.ms-srch-sb>input {
    display: inline-block;
    border-style: none;
    outline-style: none;
    height: 18px;
    margin: 0px 0px 0px 5px;
    padding: 0px 1px 0px 0px;
    width: 200px;
    background-color: transparent;
    color:#e1e1e1;
}

.ms-srch-sb > .ms-srch-sb-searchLink {
	height: 24px;
	margin-left: -1px;
	width: 24px;
	/*background-image: url("../img/ic_search.png");*/
	background-position: right center;
	background-repeat:no-repeat;
}
.ms-srch-sb-border {
	border: 1px solid #4d4d4e;
	border-radius:3px;
	background-color:#4d4d4e;
}
.ms-helperText, input.ms-helperText {
  color:#999;
}
.ms-srch-sb>input {
    width: 120px;
    }
.histogram_bar_active {
	border-top: 2px solid red;
}
.histogram_bar_active:hover {
	border-top: 2px solid red;
}
.ajax__multi_slider_default .inner_rail_horizontal {
    background-color: red;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    }
.slider_tick_active {
    background-color: red;
    border: 1px solid red;
    }
    .ms-srch-result #PagingSelf a {
    color: red;
    }
    .ms-srch-result #PagingSelf a:hover {
    color: red;
    }

/* end of search */


/* icons */
.call {
    background-image: url("../images/call.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}
.email {
    background-image: url("../images/email.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}
.fax {
    background-image: url("../images/fax.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}
.contact {
    background-image: url("https://transnetetenders.azurewebsites.net/images/contact.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}

.www {
    background-image: url("https://transnetetenders.azurewebsites.net/images/www.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}

.office {
    background-image: url("../images/office.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}
.mobile {
    background-image: url("https://transnetetenders.azurewebsites.net/images/mobile.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}
.hours {
    background-image: url("https://transnetetenders.azurewebsites.net/images/hours.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    float: left;
}


.fraud {
	background-image: url("../images/fraud_banner.png");
	background-position: left center;
	background-repeat:no-repeat;
	height:300px;
	width:250px;
	float:left;
}
.news {
    background-image: url("https://transnetetenders.azurewebsites.net/images/news.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 240px;
    width: 360px;
    float: left;
}
.newsS {
    background-image: url("https://transnetetenders.azurewebsites.net/images/newsS.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 130px;
    width: 195px;
    float: right;
    margin-top: -30px;
}


/* end of icons */

/* events */
.eventsBG {
background-color: #8fc640;
    height: 100px;
    width: 260px;
    padding: 10px 20px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
    }
.eventsBG:hover {
	background-color: #7faf2b;	
}
.events {
	/*background-image: url("../img/ic_calendar.png");*/
	background-position: left center;
	background-repeat:no-repeat;
    height: 100px;
    width: 120px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
        }
.eventsContent {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 25px;
    max-width: 160px;
        }
.eventsHeading {
	font-size: 2.15em;
    font-family: 'ApexNewMed';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top:-7px;
    }
.eventsText {
	font-size: 1.15em;
    font-family: 'ApexNewBook';
    color: #fff;
    opacity: 0.4;
    letter-spacing: 0.03em;
}
/* end of events */

/* events */
.pinBG {
background-color: #fff;
    height: 325px;
    width: 260px;
    padding: 10px 20px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
    }
.pinBG:hover {
	background-color: #ebe3e9;	
}
.pin {
	/*background-image: url("../img/pinterestL.png");*/
	background-position: left center;
	background-repeat:no-repeat;
    height: 167px;
    width: 250px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
        }
.pinContent {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
    max-width: 240px;
        }
.pinText {
	font-size: 1.1em;
    font-family: 'ApexNewBook';
    color: #2d2c2b;
    letter-spacing: 0.03em;
    margin-top: -5px;
}
/* end of events */


/* right column */
.rightColumn {
	float:right;
	max-width: 340px;
    margin: 30px 0 30px 40px;
    position: relative;
    clear: both;
    }
/* end of right column */

/* download */
.downloadBG {
    background-color: #8fc640;
    min-height: 90px;
    width: 250px;
    padding: 10px 25px 0px;
    float: right;
    margin-right: 15px;
    margin-bottom:10px;
    }
    /*
.downloadBG:hover {
	background-color: #7faf2b;	
}
*/
.download {
	/*background-image: url("../img/download.png");*/
	background-position: left center;
	background-repeat:no-repeat;
    height: 50px;
    width: 54px;
    float: right;
    margin-right: -13px;
    margin-top: 0px;
        }
.downloadContent {
	float: left;
    margin-left: 0px;
    text-align: left;
    margin-top: 7px;
    width: 255px;
                }
.downloadHeading {
	font-size: 1.85em;
    font-family: 'ApexNewMed';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.downloadText {
	font-size: 1.1em;
    font-family: 'ApexNewBook';
    color: #2d2c2b;
    letter-spacing: 0.03em;
	margin-top: -10px;
    line-height: 1.3em;
    }
/* end of download */

/* useful links */
.linksBG {
    background-color: #6a604c;
    min-height: 100px;
    width: 260px;
    padding: 10px 20px;
    float: right;
    cursor: pointer;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-right: 15px;
        }
.links {
	/*background-image: url("../img/links.png");*/
	background-position: left center;
	background-repeat:no-repeat;
	height:52px;
	width:50px;
	float:left;
	margin-left:-10px;
	margin-top:-11px;
	margin-right:10px;
}
.linksContent {
    float: left;
    margin-left: 0px;
    text-align: left;
    max-width: 245px;
   }
.linksHeading {
	font-size: 1.9em;
    font-family: 'ApexNewMed';
    color: #71aeb4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.linksText {
	margin-top:10px;
	line-height: 1.5em;
    margin-bottom: 7px;
}

.linksText a:link {
	font-size: 1.2em;
    font-family: 'ApexNewBook';
    color: #fff;
    letter-spacing: 0.03em;
    font-weight:normal !important;
}
.linksText a:hover {
	font-size: 1.2em;
    font-family: 'ApexNewBook';
    color: #fff;
    letter-spacing: 0.03em;
    opacity:0.5;
    font-weight:normal !important;
}
.linksText a:visited {
    color: #fff;
}


/* end of useful links */

/*pagination styles*/

.ms-promlink-button-right, .ms-promlink-button-left{
	max-width:none!important;
}

.panel .ms-promlink-headerNav {
    margin-top: 4px;
    float: none; 
}

.panel ul.cbs-List li.ms-promlink-header {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.panel ul.cbs-List {
    display: table;
    width: 100%;
}
/*end of pagination styles*/

/* sign in */
.ms-welcome-root > a.ms-core-menu-root, .ms-signInLink {
    height: 50px;
    }
.signIn {
	width:100px;
	float:left;
}
.signIn a:link {
	text-align:center;
	color:#2d2c2b !important;
	font-family: 'ApexNewBook';
    font-size: 0.8em;
    width: 95%;
}
.signIn a:visited {
	color:#2d2c2b !important;
}
/* end of sign in */

/* footer */
.footer {
	background-color: #2e2c2c;
	color: #ebe4e9;
    height: 100px;
    text-align: center;
    line-height: 100px;
    width: 100%;
    }

.footer > span > a{
	margin-top:-4px!important;

}

.footer a:link {
	color: #ebe4e9;
	text-transform:uppercase;
	text-decoration:none;
}
.footer a:link {
	color: #ebe4e9;
	text-transform:uppercase;
	text-decoration:none;
}
.footer a:hover {
	color: #ee2f27;
	text-transform:uppercase;
	text-decoration:none;
}
.footer a:visited {
	color: #ebe4e9;
	text-transform:uppercase;
	text-decoration:none;
}
.social_footer {
    max-width: 460px;
    min-height: 45px;
    float: right;
    margin-right: 10px;
    background-color: #2e2c2c;
  }

/* end of footer */

/* page layouts */
.contentContainer {
	margin:0 auto;
	margin-top:-20px;
}
.content_half {
	margin:0 auto;
	max-width:1320px;
}
/* end of page layouts */

/* content */

/* dropcaps */
.dropcaps {
    color: #2e2e2e;
    float: left;
    font-family: 'ApexNewBold';
    font-size: 4.5em;
    line-height: 57px;
    padding-top: 5px;
    padding-right: 11px;
    padding-left: 0px;
    }
/* end of dropcaps */

/* our divisions */
.OD_container {
	max-width:100%;
	min-height:440px;
	background-color:#F5F6F7;
	margin:0 auto;
	margin-top:-20px;
}
.OD_content {
	max-width:1320px;
	min-height:420px;
	margin:0 auto;
	background-color:#F5F6F7;
	padding-top:45px;
}
.OD_header {
	font-size:27px;
	text-transform:uppercase;
	margin-bottom:35px;	
	font-family: 'ApexNewMed';
    color: #262626;
}
.OD_divisions {
	float:left;
	margin-right:1px;
}
.OD_divisions a:hover {
 	text-decoration:none;
}
.OD_divisionsR {
	float:left;
}
.OD_divisionsR a:hover {
 	text-decoration:none;
}

.OD_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthority.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:210px;
	width:210px;
}
.OD_NPAtext {
	color:#5e88a2;
	width:210px;
	text-align:center;
	font-size:25px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
	margin-bottom:0;
}

.OD_PT {
	/*background-image: url("../img/OD_PortsTerminals.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:210px;
	width:210px;
}
.OD_PTtext {
	color:#72afb6;
	width:210px;
	text-align:center;
	font-size:25px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
	margin-bottom:0;
}

.OD_FR {
	/*background-image: url("../img/OD_FreightRail.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:210px;
	width:210px;
}
.OD_FRtext {
	color:#949c50;
	width:210px;
	text-align:center;
	font-size:25px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
	margin-bottom:0;
}

.OD_E {
	/*background-image: url("../img/OD_Engineering.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:210px;
	width:210px;
}
.OD_Etext {
	color:#93a445;
	width:210px;
	text-align:center;
	font-size:25px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
	margin-bottom:0;
}

.OD_P {
	/*background-image: url("../img/OD_Pipelines.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:210px;
	width:210px;	
}
.OD_Ptext {
	color:#c0af00;
	width:210px;
	text-align:center;
	font-size:25px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
	margin-bottom:0;
}

.OD_TPT {
	/*background-image: url("../img/TPT1.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:210px;
	width:210px;	
}
.OD_TPTtext {
	color:#c0af00;
	width:210px;
	text-align:center;
	font-size:25px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
	margin-bottom:0;
}

/* end of our divisions */

/* carousel */
.carouselContainer {
	max-width:100%;
	background-color:#fff;
	margin:0 auto;
	margin-top:-35px;
}
/*
.carouselContent {
	max-width:1320px;
	min-height:440px;
	margin:0 auto;
	background-color:#fff;
}
/* end of carousel */

/* news */
.news_content {
	min-height:300px;
	margin:0 auto;
	padding:45px 0;
	max-width:87%;
	float:left;	
}
.news_header {
	font-size:27px;
	text-transform:uppercase;
	margin:35px 0;	
	font-family: 'ApexNewMed';
    color: #262626;
}
.news_date {
	font-size:15px;
	font-family: 'ApexNewBook';
    color: #262626;	
}
.news_title {
	font-size:21px;
	margin-bottom:10px;	
	font-family: 'ApexNewMed';
    color: #ee2f27;	
    text-decoration:none;
}
.news_title a:link {
    color: #ee2f27;	
    text-decoration:none;
}
.news_title a:hover {
    color: #ee2f27;	
    text-decoration:none;
}

/* end of news */

/* twitter */
.twitter_content {
	min-height:300px;
	margin:0 auto;
	padding:45px 0;
}
.twitter_header {
	font-size:27px;
	text-transform:uppercase;
	margin:35px 0;	
	font-family: 'ApexNewMed';
    color: #262626;
}
.twitter_feed {
	font-size:27px;
	font-family: 'ApexNewMed';
    color: #8fc640;
    text-transform:lowercase;
}
.twitter_feed a:hover {
    text-decoration:none;
}
.twitter_image {
	/*background-image: url("../img/ic_twitterG.png");*/
	background-position: top left;
	background-repeat:no-repeat;	
	float:left;
	width:45px;
	height:36px;
}
/* end of twitter */

/* MDS */
.MDS_container {
	max-width:100%;
	background-color:#6b604c;
	margin:0 auto;
	margin-top:-35px;
}
.MDS_content {
	max-width:1320px;
	min-height:300px;
	margin:0 auto;
	padding-top:45px;
}
.MDS_header {
	font-size:27px;
	text-transform:uppercase;
	margin-bottom:35px;	
	font-family: 'ApexNewMed';
    color: #262626;
}
.MDS_header a:link {
    color: #262626;
    text-decoration:none;
}
.MDS_header a:hover {
    color: #262626;
    text-decoration:none;
}
.MDS_text {
	font-size:25px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #262626;	
    width:64%;
    float:left;
}
.MDS_image {
	/*background-image: url("../img/MDS.png");*/
	background-position: top right;
	background-repeat:no-repeat;	
	float:right;
	width:450px;
	height:383px;
	margin-top:-157px;
}
.MDS_hr {
  border:none;
  border-top:4px dotted #ee2f27;
  height:35px;
  margin-left:-276px;
  width:84%;
  }
/* end of MDS */

/* social icons */
.social_container {
	max-width:100%;
	background-color:#ece6ec;
	margin:0 auto;
	margin-top:-85px;
	padding-bottom:50px;
}
.social_content {
	max-width:650px;
	min-height:100px;
	margin:0 auto;
	padding-top:45px;
}
.social_header {
	font-size:27px;
	text-transform:uppercase;
	font-family: 'ApexNewMed';
    color: #262626;
    text-align:center;
    margin-bottom:35px;
    margin:20px auto 35px auto;
}
.social_maps {
	/*background-image: url("../img/ic_maps.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:70px;
	height:55px;
	margin:0 30px;
}
.social_mapsS {
	/*background-image: url("../img/ic_mapsS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:40px;
	height:70px;
	margin:0 15px;
}

.social_video {
    /*background-image: url(../img/ic_video.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    width: 70px;
    height: 55px;
    margin: 0 30px;
}
.social_videoS {
    /*background-image: url(../img/ic_videoS.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    width: 40px;
    height: 70px;
	margin:0 15px;
}

.social_twitter {
	/*background-image: url("../img/ic_twitter.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:70px;
	height:55px;
	margin:0 30px;
}
.social_twitterS {
	/*background-image: url("../img/ic_twitterS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:40px;
	height:70px;
	margin:0 15px;
}

.social_youtube {
	/*background-image: url("../img/ic_youtube.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:70px;
	height:55px;
	margin:0 30px;
}
.social_youtubeS {
	/*background-image: url("../img/ic_youtubeS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:40px;
	height:70px;
	margin:0 15px;
}

.social_facebook {
	/*background-image: url("../img/ic_facebook.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:70px;
	height:55px;
	margin:0 30px;
}
.social_facebookS {
	/*background-image: url("../img/ic_facebookS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:40px;
	height:70px;
	margin:0 15px;
}

.social_pinterest {
	/*background-image: url("../img/ic_pinterest.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:70px;
	height:55px;
	margin:0 30px;
}
.social_pinterestS {
	/*background-image: url("../img/ic_pinterestS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	float:left;
	width:40px;
	height:70px;
	margin:0 15px;
}


.contact_content {
	max-width:1320px;
	min-height:320px;
	margin:0 auto;
	padding-top:45px;
}
.office_content {
	width:1110px;
	min-height:300px;
	margin:0 auto;
	padding-top:45px;
	float:left;
}
.office_header {
	font-size:27px;
	text-transform:uppercase;
	margin-bottom:35px;	
	font-family: 'ApexNewMed';
    color: #262626;
}
.office_title {
	font-size:19px;
	font-family: 'ApexNewMed';
    color: #262626;
}
.office_text {
	font-size:19px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    width:32%;
    float:left;
}
.office_textM {
	font-size:19px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    width:23%;
    float:left;
}
.office_textL {
	font-size:19px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    width:60%;
    float:left;
}
.office_textR {
	font-size:19px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    width:35%;
    float:left;
}
.app_content {
	max-width:210px;
	min-height:300px;
	margin:0 auto;
	padding-top:45px;
	float:left;
}
.app_ios {
	/*background-image: url("../img/ic_ios.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	width:204px;
	height:60px;
	margin-bottom:20px;
}
.app_android {
	/*background-image: url("../img/ic_android.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	width:204px;
	height:60px;
}
/* end of social icons */

/* content page layout */
.page_imageContainer {
	width:100%;
}
.page_titleContainer {
	background-color:#ee2f27;
	height:70px;
	width:100%;	
	margin-bottom:25px;
}
.page_title {

	margin:0 auto;
	font-size:2.0em;
	color:#fff;
	text-transform:uppercase;
	font-family: 'ApexNewMed';
	line-height:70px;
	padding-left:0px;
	letter-spacing:0.04em;
}
.page_byline{
	width:1300px;
	margin:0 auto;
	font-size:16px;
	color:#fff;
	font-family: 'ApexNewBook';
	letter-spacing:1px;
}
.page_contentImage {
	float:right;
	padding-left:30px;
	padding-bottom:10px;
	margin-top:-10px;
}
.page_text {
	padding-bottom:15px;
}
.page_text a:link {
	font-weight:bold;
}
.page_contact {
	background-color:#8FC640;
  	border-right:2px solid #FFFFFF;
  	float:left;
  	margin:0 auto;
  	min-width:250px;
  	padding:45px 35px;
  	padding-bottom:0px;
  	height:385px;
    }
.page_contactC {
    background-color: #8FC640;
    border-right: 2px solid #FFFFFF;
    float: left;
    margin: 0 auto;
    min-width: 250px;
    padding: 30px 35px;
    padding-bottom: 0px;
    height: 410px;
    width: 100%;
}


.page_contactContainer {
	max-width:100%;
	min-height:440px;
	background-color:#F5F6F7;
	margin:0 auto;
}
.page_contactTitle {
	font-size:19px;
	font-family: 'ApexNewMed';
    color: #262626;
}

.page_contactText {
	font-size:19px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    float:left;
}
.page_contactText a:link {
    color: #333333;	
    text-decoration:none;
    font-style:italic;
}
.page_contactText a:hover {
	color:#EE2F27;
    text-decoration:none;
    font-style:italic;
}
.page_contactText a:visited {
    color: #333333;	
    text-decoration:none;
    font-style:italic;
}

.page_contactTextEH {
	font-size:1.09em;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    float:left;
}
.page_contactTextEH a:link {
    color: #333333;	
    text-decoration:none;
    font-style:italic;
}
.page_contactTextEH a:hover {
	color:#EE2F27;
    text-decoration:none;
    font-style:italic;
}
.page_contactTextEH a:visited {
    color: #333333;	
    text-decoration:none;
    font-style:italic;
}


.page_contactContent {
	min-height:340px;
	margin:0 auto;
	background-color:#F5F6F7;
	padding:45px;
	float:right;
	padding-bottom:23px;
}
.page_contactHeader {
	font-size:27px;
	text-transform:uppercase;
	margin-bottom:20px;	
	font-family: 'ApexNewMed';
    color: #262626;
}
.page_contactDivisions {
	float:left;
	margin-right:1px;
}
.page_contactDivisions a:hover {
 	text-decoration:none;
}
.page_contactDivisionsR {
	float:left;
}
.page_contactDivisionsR a:hover {
 	text-decoration:none;
}



.page_subdivisions{
	float: left;
    margin-right: 30px;
    max-width: 200px;
}

.page_subdivisions_phone{
	color: #262626;
    width: 200px;
    font-size: 14px;
    font-family: 'ApexNewBook';
    margin-top: 5px;
    line-height: 26px;
    text-decoration: none;
    margin-bottom:50px
}
    
.page_subdivisions_head {
    color: #6a5f4b;
    width: 200px;
    font-size: 1.35em;
    font-family: 'ApexNewMed';
    line-height: 26px;
    text-decoration: none;
}


.round{
	border-radius:50%;
	max-width:90px!important;
}
.page_contactPhone {
	color:#262626;
	width:140px;
	text-align:center;
	font-size:14px;
	font-family: 'ApexNewBook';
	margin-top:5px;
	line-height:26px;
	text-decoration:none;
}
.page_contactPhoneR {
	color:#262626;
	width:140px;
	text-align:center;
	font-size:14px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

.page_NPA {
    background-image: url("https://www.transnet.net/_catalogs/masterpage/Transnet_Internet/img/OD_NationalPortsAuthorityS.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
    width: 144px;
}
.page_NPAtext {
	color:#5e88a2;
	width:140px;
	text-align:center;
	font-size:16px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

.page_PT {
    background-image: url("https://www.transnet.net/_catalogs/masterpage/Transnet_Internet/img/OD_PortsTerminalsS.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
    width: 144px;
}
.page_PTtext {
	color:#72afb6;
	width:140px;
	text-align:center;
	font-size:16px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

.page_FR {
    background-image: url("https://www.transnet.net/_catalogs/masterpage/Transnet_Internet/img/OD_FreightRailS.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
    width: 144px;
    margin-top: 0px;
}
.page_FRtext {
	color:#949c50;
	width: 140px;
	text-align:center;
	font-size:16px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

.page_E {
    background-image: url("https://www.transnet.net/_catalogs/masterpage/Transnet_Internet/img/OD_EngineeringS.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
    width: 144px;
    margin-top: 0px;
}
.page_Etext {
	color:#93a445;
	width:140px;
	text-align:center;
	font-size:16px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

.page_P {
    background-image: url("https://www.transnet.net/_catalogs/masterpage/Transnet_Internet/img/OD_PipelinesS.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
    width: 144px;
    margin-top: 0px;
}
.page_Ptext {
	color:#c0af00;
	width:140px;
	text-align:center;
	font-size:16px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

.page_TPT {
    background-image: url("https://www.transnet.net/_catalogs/masterpage/Transnet_Internet/img/TPT1X.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 140px;
    width: 144px;
    margin-top: 0px;
}
.page_TPTtext {
	color:#c0af00;
	width:140px;
	text-align:center;
	font-size:16px;
	font-family: 'ApexNewBook';
	margin-top:30px;
	line-height:26px;
	text-decoration:none;
}

/* end of content page layout */


/* board of directors */
.board_job {
	font-size:17px;
	font-family: 'ApexNewBook';
    color: #262626;	
    margin-bottom:30px;	
}
.board_title {
	font-size:25px;
	font-family: 'ApexNewMed';
    color: #ee2f27;
    margin-top:-7px;
}
.board_image {
	margin:0 auto;
	padding:0 25px 15px 0;
	float:left;	
}
.board_content {
	margin:0 auto;
	float:left;
	margin-bottom:45px;
	max-width:1037px;
}
.board_contentWrap {
	margin:0 auto;
	float:left;
	margin-bottom:45px;
	max-width:875px;
}
.partners_content {
	margin:0 auto;
	float:left;
	margin-bottom:45px;
	max-width:920px;
}

/* end of board of directors */

/* grey bg container */
.panel {
	background-color:#f2f2f2;
	border:1px solid transparent;
  	border-radius:0px;
  	box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px;
  	padding:40px 45px 0 45px;
}

.panel_lg {
	background-color:#fcfafc;
	border:1px solid transparent;
  	border-radius:0px;
  	padding:15px 35px 15px 35px;
  	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
}

.panel_lgt {
	background-color:#fcfafc;
	border:1px solid transparent;
  	border-radius:0px;
  	padding:15px 35px 15px 35px;
  	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	height:100px;
}

.panel_flg {
	background-color:#fcfafc;
	border:1px solid transparent;
  	border-radius:0px;
  	padding:44px 45px 40px 60px;
  	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	margin-left:-33px;
}


.panel_lb {
	background-color:#5d8aa3;
	border:1px solid transparent;
  	border-radius:0px;
  	padding:40px 45px 40px 40px;
  	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
}
.panel_b {
	background-color:#6a604c;
	border:1px solid transparent;
  	border-radius:0px;
  	padding:40px 45px 40px 60px;
  	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
}

.panel_g {
    background-color: #8FC640;
    border-right: 2px solid #FFFFFF;
    float: left;
    margin: 0 auto;
    min-width: 370px;
	padding: 30px 35px 45px 60px;
    padding-bottom: 0px;
    height: 382px;
    }
.panel_gEH {
    background-color: #8FC640;
    border-right: 2px solid #FFFFFF;
    float: left;
    margin: 0 auto;
	min-width: 200px;
    padding: 30px 25px 45px 25px;
    padding-bottom: 0px;
    height: 495px;
        }
.panel_gM {
    background-color: #8FC640;
    border-right: 2px solid #FFFFFF;
    float:right;
    margin: 0 auto;
    min-width: 370px;
    padding: 45px 35px 45px 60px;
    padding-bottom: 0px;
    height: 367px;
}


.panel_w {
	background-color:#fff;
	border:1px solid transparent;
  	padding:0px 45px 0px 0px;
}

.panel-body {
    padding: 0;
    display: table-cell;
    min-height: 180px;
}

.grey_Header {
	font-size:1.6em;
	margin-bottom:20px;	
	font-family: 'ApexNewMed';
    color: #262626;
}

.green_Header {
	font-size:1.6em;
	margin-bottom:15px;	
	font-family: 'ApexNewMed';
    color: #8fc640;
}
.blue_Header {
	font-size:1.6em;
	margin-bottom:15px;	
	font-family: 'ApexNewMed';
    color: #5c8aa3;
}

.red_Header {
	font-size:1.6em;
	margin-bottom:25px;	
	font-family: 'ApexNewMed';
    color: #ee2f27;
}

.brown_Header {
	font-size:1.6em;
	margin-bottom:15px;	
	font-family: 'ApexNewMed';
    color: #6a5f4b;
}


.grey_Byline {
	font-size:1.5em;
	margin-bottom:35px;
	margin-top:-25px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    float:left;
}
.grey_Text {
	font-size:1.2em;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    float:left;
    width:100%;
    line-height:1.4em;
}
.grey_Text a:link {
	font-size:1.1em;
	font-family: 'ApexNewMed';
    color: #ed2f27;	
    }

.green_Text {
	font-size:1.5em;
	font-family: 'ApexNewMed';
    color: #8fc640;	
    float:left;
    width:100%;
}
.blue_Text {
	font-size:1.5em;	
	font-family: 'ApexNewMed';
    color: #5d8aa3;	
    float:left;
    width:100%;
}
.white_Text {
	font-size:1.5em;	
	font-family: 'ApexNewBook';
    color: #fff;	
    float:left;
    width:100%;
}

.black_Text {
	font-size:1.5em;	
	font-family: 'ApexNewBook';
    color: #2d2c2b;	
    float:left;
	width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    }

.fr_heading {
	font-size:1.5em;
	font-family: 'ApexNewMed';
    color: #949c4e;	
    float:left;
    width:100%;
}
.npt_heading {
	font-size:1.5em;
	font-family: 'ApexNewMed';
    color: #5c8aa3;	
    float:left;
    width:100%;
}
.p_heading {
	font-size:1.5em;
	font-family: 'ApexNewMed';
    color: #c0b130;	
    float:left;
    width:100%;
}
.pt_heading {
	font-size:1.5em;
	font-family: 'ApexNewMed';
    color: #71adb4;	
    float:left;
    width:100%;
}
.re_heading {
	font-size:1.5em;
	font-family: 'ApexNewMed';
    color: #93a444;	
    float:left;
    width:100%;
}




.round2{
	border-radius:50%;
}
/* end of grey bg container */

/* buttons */
.button_brown {
	background-color:#6a604c;
	border:1px solid transparent;
  	border-radius:3px;
  	padding:20px 0 10px;
  	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
	width:180px;
	text-align:center;
	float:left;
	margin:0 30px 30px 0;
}
.button_brown:hover {
	background-color:#2d2c2b;	
}
.button_lbrown {
	background-color:#5e5341;
	border:1px solid transparent;
  	border-radius:3px;
  	padding:20px 0 10px;
  	-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
	width:180px;
	text-align:center;
	float:left;
	margin:0 30px 30px 0;
}
.button_lbrown:hover {
	background-color:#2d2c2b;	
}

.button_heading {
	font-size:1.2em;	
	font-family: 'ApexNewBook';
    color: #fff;
    opacity:0.5;
}
.button_year {
	font-size:2.9em;	
	font-family: 'ApexNewBold';
    color: #fff;
    margin-top:-10px;
}
/* end of buttons */

/*divisions */
.grey_darkByline {
	font-size:21px;
	font-family: 'ApexNewMed';
    color: #262626;
    text-transform:uppercase;
}
.grey_whiteText {
	font-size:19px;
	font-family: 'ApexNewBook';
    color: #fff;	
}
.grey_whiteText a:link {
    color: #333;	
    text-decoration:none;
}
.grey_whiteText a:hover {
    color: #fff;	
    text-decoration:none;
}
.grey_whiteText a:visited {
    color: #333;	
    text-decoration:none;
}
.office_text50 {
	font-size:21px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    width:50%;
    float:left;
}
.office_text50 a:link {
	font-family: 'ApexNewBook';
    color: #333333;	
    text-decoration:none;
}
.office_text50 a:visited {
	font-family: 'ApexNewBook';
    color: #333333;	
    text-decoration:none;
}
.office_text50 a:hover {
	font-family: 'ApexNewBook';
    color: #EE2F27;	
    text-decoration:none;
}

.office_text80 {
	font-size:21px;
	margin-bottom:35px;	
	font-family: 'ApexNewBook';
    color: #333333;	
    width:80%;
    float:left;
}
.office_text80 a:link {
	font-family: 'ApexNewBook';
    color: #333333;	
    text-decoration:none;
}
.office_text80 a:visited {
	font-family: 'ApexNewBook';
    color: #333333;	
    text-decoration:none;
}
.office_text980 a:hover {
	font-family: 'ApexNewBook';
    color: #EE2F27;	
    text-decoration:none;
}

.bg_NPA {
	background-color:#5E88A2;
	padding: 25px;
    float: right;
    width: 250px;
    min-height: 80px;
    margin-right: 15px;
        }
.chat {
	background-image: url("https://transnetetenders.azurewebsites.net/img/chat.png");
	background-position: left center;
	background-repeat:no-repeat;
	height:55px;
	width:55px;
	float:right;
	margin-left: 0;
    margin-top: -5px;
    }
.bg_TE {
	background-color:#93A445;
    padding: 20px;
    float: right;
    width: 260px;
    min-height: 170px;
    border-radius: 0px;
    margin-left: 30px;
    margin-right: 15px;
    }
.bg_P {
	margin:0 auto;
	background-color:#C0AF00;
	padding:39px;
	float:left;
	width:65%;
	height:352px;

}
.bg_FR {
	background-color:#949C50;
    padding: 20px;
    float: right;
    width: 260px;
    min-height: 140px;
    margin-right: 15px;
    }
.bg_TG {
	margin:0 auto;
	background-color:#7e7565;
	padding:39px;
	float:left;
	width:66%;
	height:352px;
}
/* end of divisions */


/*summary links */

.groupheader{
    font-size: 120%;
    margin-right: 0.5em;
    margin-bottom: 1px;
    font-weight:500;
}

.groupmarker:hover .groupheader{
    cursor: pointer;
}

.dfwp-list{
    margin-bottom: 0.5em;
    margin-right: 0.75em;
    padding-left:5px;
}
.dfwp-list .item:hover{
}
.dfwp-list .link-itemGreen a{
   margin: 5px 0;
    display: block;}



/* news article hide icon */

.cbs-ItemLink{
	display:none!important;
}

.cbs-Detail{
	margin-left:0px!important;
}


/* list views */
.ms-vb a.ms-listlink, .ms-vb2 a.ms-listlink, .ms-vb-user a.ms-listlink, .ms-vb a.ms-listlink:visited, .ms-vb a.ms-listlink:visited:hover {
    color: #ee2f27;
    font-family: 'ApexNewBook';
    font-size:17px;
    text-decoration: none;
}
.ms-vb2 {
    padding: 7px 8px 4px 4px;
}
.ms-itmHoverEnabled:hover > * {
    background-color: rgba( 255,255,255,0.5 );
    border: 1px solid transparent;
}
.ms-noWrap {
    max-width: 550px;
    white-space: normal;
    overflow: visible;}
/* end of list views */
/* end of content */


/* media queries */
@media (max-width: 1450px) {
	#topnavbar .nav li.static > .menu-item {
    padding: 15px 7px 15px 0px;
	}
	.board_content {
    max-width: 900px;
	}
	.page_contactDivisions {
    margin-right: 1px;
    }
    .page_title {
	padding-left:20px;
	}
	.searchIcon {
    margin-right: 12px;
	}
	.OD_divisions {
    margin-right: 1px;
	}
	.MDS_content {
    padding-left: 30px;
    }
    .MDS_image {
    margin-top: -276px;
    }
    .MDS_hr {
    margin-left: -30px;
    width: 60%;
	}
	.MDS_text {
    font-size: 20px;
    }
    .contact_content {
    padding-left: 45px;
    }
    .office_content {
	 width: 885px;
	}
    .office_text {
    width: 30%;
    }
    .office_textM {
    width: 25%;
    }
}

@media (max-width: 1100px) {
	.board_content {
    max-width: 660px;
	}
	.page_title {
	padding-left:17px;
	}
	.navbar-collapse.collapse {
    height: 85px !important;
    }  
	.searchIcon {
    margin-right: 50px;
    }
    #DeltaSiteLogo {
    margin-right: 37px;
    }
    #topnavbar .nav li.static > .menu-item {
    padding: 15px 1px 15px 0px;
	}
    .page_contact {
    min-width: 895px;
    }
    .OD_P {
    margin-top:30px;
    }
    .ms-noWrap {
    max-width: 400px;
	}
	.MDS_text {
    width: 52.6%;
    }
    .MDS_hr {
    width: 53%;
	}
	.MDS_text {
    font-size: 19px;
	}
	.MDS_image {
    margin-top: -156px;
	}
	.office_content {
    width: 710px;
	}
	.office_text {
    width: 33%;
	}
	.office_textM {
    width: 23%;
	}
		.OD_container {
	    min-height: 330px;
	    }
	.OD_content {
	    padding-top: 30px;
    min-height: 310px;
    }
	.OD_divisions {
	    margin-right: 65px;
	    float: right;
		}
	.OD_divisionsR {
		margin-left:25px;
	}
	.OD_header {
    font-size: 22px;
    margin-left:30px;
    } 
	.OD_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthorityS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:140px;
	width:140px;
	}
	.OD_NPAtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_PT {
	/*background-image: url("../img/OD_PortsTerminalsS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:140px;
	width:140px;
	}
	.OD_PTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_FR {
	/*background-image: url("../img/OD_FreightRailS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:140px;
	width:140px;
	margin-top:0px;
	}
	.OD_FRtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_E {
	/*background-image: url("../img/OD_EngineeringS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:140px;
	width:140px;
	}
	.OD_Etext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_P {
	/*background-image: url("../img/OD_PipelinesS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:140px;
	width:140px;
	margin-top:0px;
	}
	.OD_Ptext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}

	.OD_TPT {
	/*background-image: url("../img/TPT1x.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:140px;
	width:140px;
	margin-top:0px;
	}
	.OD_TPTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}


}

@media (max-width: 900px) {
	.board_content {
    max-width: 500px;
	}
    .navbar-collapse.collapse {
        height: 100% !important;
    }
    .page_contact {
    min-width: 650px;
    }
    #DeltaSiteLogo {
    margin-right: 10px;
    }
	.page_E {
    margin-top: 30px;
    }
	.page_P {
    margin-top: 30px;
    }
    .OD_E {
    margin-top:30px;
    }
    .ms-noWrap {
    max-width: 300px;
	}
	.news_title {
    font-size: 19px;
    }
    .news_date {
    font-size: 14px;
    }
    .MDS_image {
    margin-top: -146px;
	}
	.MDS_header {
    font-size: 23px;
    margin-bottom: 30px;
    }
    .MDS_text {
    width: 38.6%;
	}
	.MDS_content {
    min-height: 385px;	
	}
	.app_content {
    float: none;
}
}

@media (max-width: 770px) {
	.searchIcon {
    margin-top: -40px;
	}
	#DeltaSiteLogo {
    margin-right: 47px;
	}
	.annual_home {
	display:none;
	}
.OD_container {
    min-height: 260px;
    }
.OD_content {
    padding-top: 30px;
    min-height:260px;
}
.OD_divisions {
    margin-right: 40px;
    float: left;
	}
.OD_divisionsR {
	margin-left:0px;
}
	.OD_header {
    font-size: 22px;
    margin-left:30px;
    } 
	.OD_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthorityXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_NPAtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_PT {
	/*background-image: url("../img/OD_PortsTerminalsXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_PTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_FR {
	/*background-image: url("../img/OD_FreightRailXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.OD_FRtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_E {
	/*background-image: url("../img/OD_EngineeringXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.OD_Etext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_P {
	/*background-image: url("../img/OD_PipelinesXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.OD_Ptext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_contact {
    min-width: 635px;
	}
	.page_contactDivisions {
    float: left;
    margin-right: 1px;
    }
	.page_contactContent {
    padding: 30px;
    min-width:650px;
    min-height:260px;
    }
    .page_contactPhone {
    width: 100px;
    font-size: 0.9em;
    }
    .page_contactPhoneR {
    width: 100px;
    font-size: 0.9em;
    }
	.page_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthorityXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.page_NPAtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_PT {
	/*background-image: url("../img/OD_PortsTerminalsXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.page_PTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_FR {
	/*background-image: url("../img/OD_FreightRailXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_FRtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_E {
	/*background-image: url("../img/OD_EngineeringXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_Etext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_P {
	/*background-image: url("../img/OD_PipelinesXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_Ptext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}

	.page_TPT {
	/*background-image: url("../img/TPT1xs.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_TPTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}


	.OD_container {
	    min-height: 435px;
	    }
	.OD_content {
	    padding-top: 30px;
	}
	.OD_divisions {
	    margin-right: 18px;
	    float: right;
		}
	.OD_divisionsR {
		margin-left:5px;
	}
	.OD_header {
    font-size: 22px;
    margin-left:30px;
    } 
	.OD_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthorityXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_NPAtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_PT {
	/*background-image: url("../img/OD_PortsTerminalsXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_PTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_FR {
	/*background-image: url("../img/OD_FreightRailXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.OD_FRtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_E {
	/*background-image: url("../img/OD_EngineeringXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_Etext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_P {
	/*background-image: url("../img/OD_PipelinesXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_Ptext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}

	.OD_TPT {
	/*background-image: url("../img/TPT1X.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_TPTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}

	.ms-noWrap {
    max-width: 500px;
	}
	.news_header {
    margin: 0px 0;
    }
	.twitter_header {
	margin-top:0px;
	}
	.MDS_image {
	display:none;
	}
	.MDS_hr {
    width: 95%;
	}
	.MDS_text {
    width: 92.6%;
	}
	.MDS_content {
    min-height: 225px;
	}
	.social_container {
	margin-top:-20px;
	}
	.social_maps {
    margin: 0 20px;
    }
  	.social_twitter {
    margin: 0 20px;
    }
	.social_youtube {
    margin: 0 20px;
    }
	.social_facebook {
    margin: 0 20px;
    }
	.social_pinterest {
    margin: 0 20px;
    }
    .office_text {
    width: 33%;
    float: left;
    	}
	.office_textM {
    width: 32%;
	}
	.footer {
    text-align: center;	
    height: 100px;
}
.social_footer {
	margin-right:100px;
	background-color: #fff;
	min-height:100px;
	}
}

@media (max-width: 420px) {
	.searchIcon {
    margin-top: 11px;
    margin-right: 10px;
	}
	.page_titleContainer {
	height:75px;
	}
	.page_title {
    font-size: 19px;
    font-family: 'ApexNewBook';
    padding-top: 5px;
    }
    .page_contentImage {
	display:none;
}
    .page_contact {
    min-width: 230px;
    border-right:0px solid #FFFFFF;
	}
	.page_PT {
    margin-top: 30px;
    }
	.page_contactPhoneR {
    margin-top: 5px;
    }
	.footer {
    line-height: 32px;
    float: left;
    height: 70px;
    text-align:center;
    padding-left: 0px;
    width: 100%;
    margin-left: 0px;
	}
	.social_footer {
    width: 100%;
    padding-bottom: 10px;
    margin-right:0px;
     }
    .social_mapsS {
	margin:0 10px;
	}
	.social_twitterS {
		margin:0 10px;
	}
	.social_youtubeS {
		margin:0 10px;
	}
	.social_facebookS {
		margin:0 10px;
	}
	.social_pinterestS {
		margin:0 10px;
	}
	.page_contactDivisionsR {
    float: left;
    margin-left: 0px;
	}
	.page_contactHeader {
    font-size: 1.5em;
    }
	.header {
    background-color: #f5f5f5;
    margin-top: -15px;
    height:140px;
    background-blend-mode: lighten;
	}
	.ms-siteicon-img {
    max-height: 120px;
    margin-top: 15px;
    margin-left:95px;
    }
    .annual_home {
	display:none;
	}
	.OD_container {
	    min-height: 435px;
	    }
	.OD_content {
	    padding-top: 30px;
	}
	.OD_divisions {
	    margin-right: 18px;
	    float: right;
		}
	.OD_divisionsR {
		margin-left:5px;
	}
	.OD_header {
    font-size: 22px;
    margin-left:30px;
    } 
	.OD_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthorityXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_NPAtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_PT {
	/*background-image: url("../img/OD_PortsTerminalsXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_PTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_FR {
	/*background-image: url("../img/OD_FreightRailXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.OD_FRtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_E {
	/*background-image: url("../img/OD_EngineeringXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_Etext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_P {
	/*background-image: url("../img/OD_PipelinesXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_Ptext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.OD_TPT {
	/*background-image: url("../img/TPT1xs.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.OD_TPTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}

	.page_contact {
    min-width: 635px;
	}
	.page_contactDivisions {
    float: left;
    margin-right: 1px;
    }
	.page_contactContent {
    padding: 30px;
	min-width:242px;
    }
    .page_contactPhone {
    width: 100px;
    font-size: 0.9em;
    }
    .page_contactPhoneR {
    width: 100px;
    font-size: 0.9em;
    }
	.page_NPA {
	/*background-image: url("../img/OD_NationalPortsAuthorityXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.page_NPAtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_PT {
	/*background-image: url("../img/OD_PortsTerminalsXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	}
	.page_PTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_FR {
	/*background-image: url("../img/OD_FreightRailXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_FRtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_E {
	/*background-image: url("../img/OD_EngineeringXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_Etext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	.page_P {
	/*background-image: url("../img/OD_PipelinesXS.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_Ptext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}
	
	.page_TPT {
	/*background-image: url("../img/TPT1xs.png");*/
	background-position: top center;
	background-repeat:no-repeat;	
	height:100px;
	width:100px;
	margin-top:0px;
	}
	.page_TPTtext {
	font-size:1.0em;
    width: 100px;
    margin-top: 15px;
	}


	.ms-noWrap {
    max-width: 260px;
	}
	.news_header {
	font-size:23px;
	}
	.news_title {
    font-size: 19px;
    margin-bottom: 0px;
    }
	.twitter_header {
    font-size: 23px;
    margin-top: -30px;
    }
    twitter_feed {
    font-size: 24px;
    }
	.MDS_content {
    padding-top: 15px;
    padding-left: 15px;
    margin-top:30px;
    min-height:230px;
	}
	.MDS_header {
    font-size: 23px;
    margin-bottom: -35px;
	}
	.MDS_hr {
    display:none;
	}
	.MDS_text {
    font-size: 17px;
    color: #fff;
    width: 93%;
    margin-top: 50px;
	}
	.MDS_image {
    display: none;
    }
	.social_content {
    margin-top: 35px;
    padding-top: 15px;
    max-width:325px;
    min-height:60px;
	}
	.social_header {
    font-size: 23px;
    text-align:left;
    }
	.social_maps {
    margin: 0 5px;
    width:40px
    }
  	.social_twitter {
    margin: 0 5px;
    width:60px
    }
	.social_youtube {
    margin: 0 5px;
    width:55px
    }
	.social_facebook {
    margin: 0 5px;
    width:55px
    }
	.social_pinterest {
    margin: 0 5px;
    width:55px
    }
    .contact_content {
    padding-left: 15px;
	}
    .office_content {
    max-width: 400px;
    }
	.office_header {
    font-size: 23px;
    max-width: 300px;
    margin-left:5px;
    }
    .office_text {
    font-size: 18px;
    margin-left:5px;
    width: 50%;
    float:none;
    }
    .office_textM {
    font-size: 18px;
    margin-left:5px;
    width: 50%;
    float:none;
    }
    .app_content {
    padding-top: 0px;
    float:none;
    }
    .panel_gM {
    background-color: #8FC640;
    border-right: 0px solid #FFFFFF;
    float: right;
    margin: 0 auto;
    min-width: 285px;
    padding: 45px 5px 45px 10px;
    padding-bottom: 0px;
    height: 400px;
    }
    .panel_g {
    background-color: #8FC640;
    border-right: 0px solid #FFFFFF;
    float: right;
    margin: 0 auto;
    min-width: 285px;
    padding: 45px 5px 45px 10px;
    padding-bottom: 0px;
    height: 400px;
    }
    .eventsBG {
	margin-right:0px;
}
	.bg_NPA {
	margin-right:0px;
	}
	.button_brown {
	width:135px;
	margin:0 10px 10px 0;
}
.button_lbrown {
	width:135px;
	margin:0 10px 10px 0;
}
.downloadBG {
	margin-right:0px;
}
.fraud {
	height:330px;
}
.panel_flg {
    padding: 28px 45px 27px 35px;    
    margin-left: 0px;
}
.news_content {
    padding: 20px 0;
    }
.signIn {
	display:none;
}
.carouselContainer {
    display: none;
}
}


/* end of media queries */

section.page-section {
    min-height: 380px;
}

