/* GENERIC CSS */

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

h3 {
	text-align: center;
}

.tab {
	margin-left: 15px;
}

.page-header {
	background-image: url(/images/page-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	margin: 0 50px 20px 50px;
	position: relative;
}

.page-title {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: Roboto;
	font-weight: 900;
	font-style: italic;
	color: #005B57;
	background-color: rgba(255, 255, 255, .75);
	width: 100%;
	padding-left: 15%;
}



/* HEADER NAV BAR */

.navbar-brand {
	padding: 0;
	height: 6em;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
    background-color: white;
	border: none;
}

.nav-container {
	position: relative;
}

.header-ribbon {
	width: 100%;
	background-color: #eee;
	text-align: center;
	padding: 15px 0 5px 0;
	font-size: 14pt;
	font-weight: 600;
}

.nav-top {
	margin-top: 1em;
}

.nav {
	padding-right: 1em;
}

.nav > li > a {
	font-weight: 800;
}

.navbar-left {
	padding-left: 30px;
}

.resources-header {
    width: 18em;
        background-color: #666;
        z-index: 10;
        position: absolute;
        right: 10%;
}

.resources-header > H3 {
	color: white;
	margin: .8em;
	font-weight: lighter;
	letter-spacing: .1em;
}

.resource-tab {
	background-color: #e9e9e9;
	padding: 0 .8em;
	height: 7em;
	border-top: 2px solid #666;
}

.resource-tab > p {
	float: left;
	max-width: 10em;
}

.resource-tab > a > img {
	margin: -1em 0 0 1em;
}

.resources-mobile-container {
	display: none;
}

div#secondary-logo {
	position: absolute;
	top: 0;
	right: 0;
}

/* HOME PAGE */

.home-hero {
	background-image: url(/images/home-hero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	margin: 0 50px;
}

.home-hero-statement {
	background-color: rgba(0, 0, 0, .75);
	color: white;
	width: 60%;
	padding: 20px 80px;
	margin: 30px 0 0 50px;
	font-family: 'Roboto';
}

.home-hero-statement h3 {
	line-height: 30px;
	font-weight: 400;
}

.home-body {
	background-color: white;
	margin-top: -300px;
	font-family: 'Roboto';
}

.home-body h1 {
	margin-top: 20px;
	font-size: 24pt;
	text-align: center;
	font-style: italic;
}

.home-service {
	margin: 20px 0;
	
}

.home-service h2 {
	text-align: center;
	color: #005B57;
	font-weight: 500;
	font-size: 22pt;
}

.news-post-home {
	border-bottom: 1px solid #333;
}

.news-post-home:hover {
	background-color: #f0f0f0;
}

.home-blog-date {
	text-align: center;
	margin: 10px 0;
	font-size: 12pt;
	font-weight: 700;
}

.home-blog-date p {
	margin: 0;
	color: #1a1a1a;
}

.home-blog-info h2 {
	margin: 0;
	margin-top: 10px;
	color: #005B57;
	text-align: left;
}

.home-blog-info p {
	color: #666;
}

.home-blog-section {
	margin-top: 20px;
}	

/* FOOTER BAR */


a {
	color: #b2b2b2;
}

a:hover {
	color: white;
}

.email:hover {
	color: #b2b2b2;
	cursor: auto;
}

.footer {
	background-color: #333;
	height: auto;
	color: #b2b2b2;
	padding-top: 50px;
	margin-top: 30px;
}

.footer-links ul {
	list-style: none;
	padding: 0;
}

.footer-links ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14pt;
	line-height: 40px;
}

.footer-details {
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.policy-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14pt;
	line-height: 40px;
	padding-left: 60px;
}

.copyright {
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.bott-footer-row {
	margin-top: 40px;
}

#social {
	margin-bottom: 20px;
}

.social-icon {
	display: inline-block;
	margin: 0  0  0 10px;
}

.site-by {
	text-align: center;
	margin: 10px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.site-by p {
	margin: 0;
}

.tch-logo {
    width: 140px;
    margin: 0 10px;
}

/* NEWS PAGE */

.blog-page {
	font-family: "Roboto";
}

.news-row {
	border-bottom: 1px solid #333;
	padding: 20px 0;
}

.news-row:hover {
	border-bottom: 1px solid #333;
	background-color: #f0f0f0;
}

.blog-date {
	text-align: center;
	margin: 0;
	font-size: 12pt;
	margin-top: 15px;
	font-weight: 700;
}

.blog-date p {
	margin: 0;
	color: #1a1a1a;
}

.blog-info h2 {
	color: #005B57;
	margin-top: 0;
}

.blog-info p {
	color: #666;
}

.readMore {
	text-align: right;
}

.readMore a {
	color: #005B57;
	padding: 10px 20px;
}

.readMore a:hover {
	color: white;
	background-color: #005B57;
}

.post-title h2 {
	color: #005B57;
	font-size: 30pt;
	float: left;
}

.post-date {
	text-align: right;
	margin-top: 0;
	font-size: 16pt;
}

.post-back {
	float: right;
	text-align: right;
}

.post-back a {
	color: white;
	background-color: #005B57;
	padding: 10px 20px;
}

.blog-img-alt {
	display: none;
}

/* CAREERS PAGE */

.job-logo {
	margin: 0 auto;
}

.learnMore {
	text-align: center;
	color: white;
	background-color: #005B57;
	padding: 10px;
	margin: 20px 0;
}

.learnMore a{
	color: white;
}

.jobLink {
	color: #333;
}

.jobLink:hover {
	color: inherit;
}

.job-title {
	font-size: 20pt;
	color: #005B57;
	font-style: italic;
} 

.job-content {
	padding-left: 40px;
}

.job-title h2 {
    font-style: italic;
    color: #005B57;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20pt;
}

/* SERVICES PAGE */

.services {
	padding: 15px;
	font-family: 'Roboto';
}

.services h2 {
	border-bottom: 2px solid #005B57;
	padding-bottom: 10px;
	padding-right: 300px;
	margin: 0;
	display: inline-block;
	color: #005B57;
	margin-bottom: 10px;
	font-style: italic;
	
}

.services:hover {
	background-color: #f0f0f0;
}

.services a {
	color: inherit;
}

.service-img-alt {
	display: none;
}

.img-center {
	margin: 0 auto;
}

.mobile-index {
	display: none;
}

/* TECHNOLOGY PAGE */

.tech-page {
	font-family: 'Roboto';	
}

.tech-page h3 {
	text-align: left;
	font-style: italic;
	color: #005B57;
	font-weight: 700;
}

.tech-contacts h3 {
	margin-top: 40px;
}

.tech-contacts a {
	color: inherit;
}

.supply-chain-row {
	margin-top: 30px;
}

.tech-table table{
	margin: 0 auto;
}

.tech-table td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #333;
}

.table-heading {
	color: #005B57;
	font-weight: 800;
}

.graph-col h4 {
	margin: 0;
	text-align: center;
}

.tech-content {
	margin-top: 50px;
	font-size: 12pt;
	font-weight: 300;
}

.tech-graph {
	margin: 0 auto;
}

/* CONTACT US PAGE */

.contactEmail {
	color: #333;
}

.contactEmail:hover {
	color: #333;
}

#map {
	height: 400px;
}

.contact-details table {
	margin: 0 auto;
}

.contact-details {
	font-family: 'Roboto';
}

.contact-details h3 {
	font-style: italic;
	color: #005B57;
	font-weight: 700;
	margin-bottom: 30px;
}

.contact-details h4 {
	text-align: center;
}

.contact-details td {
	padding: 5px 0;
}

.contact-details td:nth-child(odd) {
	vertical-align: top;
}

.contact-details td:nth-child(even) {
	vertical-align: top;
	padding-left: 10px;
	font-weight: 300;
}

.contact-form h3 {
	font-style: italic;
	color: #005B57;
	font-weight: 700;
	margin-bottom: 30px;
}

.form-break {
	padding: 5px;
}

.url-form {
	display: none;
}

.msg-area {
	resize: none;
}

.submit-button {
	text-align: center;
	margin-top: 10px;
}

.sub-butt {
	margin: 10px 0;
	background-color: #005B57;
	border: none;
	padding: 10px 50px;
	color: white;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14pt;
}

.company-row {
	padding: 15px;
}

.company-img {
	margin:  0 auto;
}


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

 .navbar-left {
     padding-left: 0;
 }
 
 .navbar-collapse {
     padding-left: 0;
 }

	div#secondary-logo {
		display: none;
	}

}

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

.home-service h2 {
    font-size: 18pt;
}

.home-hero-statement {
    width: 70%;
    padding: 20px 70px;
    margin: 30px 0 0 50px;
}

.contact-col {
	width: 50%;
}

.tech-content {
	margin-top: 50px;
	font-size: 14px;
	font-weight: 400;
}

.desktop-index {
    display: none;
}

.services-body {
    width: 100%;
}

.mobile-index {
	display: inherit;
	width: 50%;
	margin: 0 auto;
}

.company-container {
	width: 100%;
	font-size: 10pt;
}

}

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

.page-header {
	margin: 0 15px 20px 15px;
}

.home-hero {
    margin: 0 15px!important;
}

.resources-header {
	display: none;
}

.resources-mobile-container {
	padding: 0;
	margin: 0 5px;
	display: inherit;
}

.resources-mobile {
	padding: 0;
	max-width: 100%;
	margin: 0 5px;
}

.resource-outer-col {
	padding: 0;
}

.resource-inner-col {
	margin: 5px;
	background-color: #e9e9e9;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	height: auto;
}

.resource-inner-col h4 {
	display: inline-block;
	margin: 20px 0;
	margin-left: 20px;
	font-size: 15pt;
}

.resource-inner-col p {
	display: none;
}

.resource-link {
	color: #005B57;
}

.arrow {
	float: right;
	display: block;
	margin: 7px 15px 5px 0;
}

.navbar-header {
	background-color: #005b57;
	height: auto;
}

.navbar-brand > img {
    display: block;
    max-height: 100%;
}

.navbar {
	margin: 0;
	margin-bottom: 10px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #004845;
}

.navbar-toggle {
    margin-top: 30px;
    margin-right: 35px;
}

.home-hero-statement h3:nth-child(even) {
	display: none;
}

.home-hero-statement {
    width: 70%;
    padding: 20px 40px;
    margin: 30px 0 0 0;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer-logo {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.footer-details {
    text-align: right;
    font-weight: 100;
    text-align: center;
}

.footerDetails {
    display: inline-block;
    text-align: left;
    margin-bottom: 40px;
}

.policy-text {
    font-size: 12pt;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

.copyright {
    margin-top: 10px;
    font-weight: 100;
    text-align: center;
    font-size: 9pt;
}

.navbar-collapse {
    padding: 0;
    text-align: center;
    margin: 20px 0;
    border: 0;
    font-size: 14pt
}

.navbar-left {
    padding: 0;
    width: 100%;
}

.services h2 {
    border-bottom: 2px solid #005B57;
    padding-bottom: 10px;
    padding-right: 190px;
    margin: 0;
    display: inline-block;
    color: #005B57;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 20pt;
}

.career-col {
	width: 350px;
    margin: 20px auto;
}

.learnMore {
    margin-bottom: 50px;
}

.previewText {
	margin-bottom: 40px;
}

.blog-date {
	display: none;
}

.blog-img {
	display: none;
}

.blog-img-alt {
	display: inherit;
}

.blog-info {
	width: 100%;
}

.blog-info img {
	margin: 0 auto;
}

.blog-info h2 {
	text-align: center;
}

.readMore {
    text-align: right;
    margin-top: 20px;
}

.post-back {
    float: right;
    text-align: right;
    width: 100%;
    display: flex;
}

.post-back a {
    color: white;
    background-color: #005B57;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}

.post-date {
    text-align: right;
    margin-top: 10px;
    font-size: 16pt;
}

.post-title h2 {
    color: #005B57;
    font-size: 30pt;
	float: none;
	text-align: center;
}

.tech-table table {
    margin: 0 auto;
    margin-top: 70px;
}

.tech-content {
	margin-top: 20px;
}

.contact-col {
	width: 100%;
}

.services h2 {
    border-bottom: 2px solid #005B57;
    padding-bottom: 10px;
    padding-right: 0;
    margin: 0;
    display: inline-block;
    color: #005B57;
    margin-bottom: 10px;
    width: 100%;
    font-style: italic;
    text-align: center;
}

.service-overview-col {
	width: 100%;
}

.service-overview-col p {
	margin-top: 20px;
}

.service-img-alt {
	display: inherit;
	margin: 0 auto;
}

.service-img {
	display: none;
}

.intermodal-col > h4 {
	text-align: center;
}

.mobile-index {
	width: 100%;
}

.company-img {
	margin:  10px auto;
}



	
}

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

.resource-outer-col {
	width: 100%;
}

.home-service {
	width: 100%;	
}

.home-hero-statement {
    width: 90%;
    padding: 20px 20px;
    margin: 30px auto;
}

.policy-text {
    font-size: 10pt;
}

.navbar-brand > img {
    display: block;
    max-height: 100%;
    width: 220px;
    margin-top: 15px;
}

}









