/*
Theme Name: NDS 2017 Theme
Theme URI: http://www.ndsstl.net/
Author: Tim Scheman, Web Developer at Home Advertising Inc.
Author URI: http://www.timscheman.com/
Description: Theme built for National Distribution Service, Inc. Built with Bootstrap v3.3.5 Framework
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* font-family: 'Open Sans', serif;
*
*/
html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	line-height: 1.4em;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
} 
/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/
a, a:link, a:visited {
	color: #40669e;
	text-decoration:none; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #cccccc;
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}
/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
	padding-bottom: 0 !important;
    margin: 40px 0 10px !important;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
	margin-bottom: .25em;
	-webkit-font-smoothing: antialiased;
}
h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	color: #6c0e13;
	font-weight: 700;
}
h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	color: #101010;
}
h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #7C7F81;
}
h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
}
h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
}
h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

.home-title{
	text-align: center;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: .25em;
}
.home-description {
    text-align: center;
    margin-bottom: .75em;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
    color: #95989a;
}
/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* 10 ÷ $rembase */
}
p.lead {
    font-size: 1.4em;
}
/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:1em 0 1em 2em;
	padding:0;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
ol {
	list-style-position: outside; 
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0.2em 0;
	padding: 0;
}
ol li , ul li {
	padding-left: .25em;
}
/* NavBar Logo
==========================================  */
#branding-container {
    margin: -1px 5px -1px -1px;
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
    max-width: 120px;
}
#branding-container a.brand{
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}
#branding-container a.brand img.site-logo{
	display: block;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
}
	/* SCROLL STICK NAVIGATION
	==========================================  */
	#navigation{
		    position: fixed;
		    width: 100%;
		    z-index: 1000;
	}
	#navigation.affix-top,
	#navigation.affix{
		margin-top:0;
		width: 100%;
		z-index: 1000;
		position: fixed;
	}
	/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    z-index: 9000;
    width: 100%;
    background-color: #6d0e14; 
    box-shadow: 3px 5px 3px rgba(0,0,0,.15);
}
#main_nav{
	display: none;
}

/* NAVIGATION: Customer Login Button
==========================================  */
#navbarBottom .button {
	display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 38px;
    right: 14%;
    padding: 0;
    padding-left: 1.25em;
    padding-right: 1.25em;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
}
#navbarBottom .login {
    display: block;
    position: absolute;
    top: 0;
    right: 15%;
    bottom: 0;
    margin: auto;
    height: 28px;
    width: 26px;
}
#navbarBottom .login .fa{
    color: #ffffff;
    font-size: 28px;
}


/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
	display: block;
    position: absolute;
    float: right;
	height: 26px;
    width: 26px;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.drawer-hamburger {
    position: absolute;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2.5rem;
    padding: 0;
    padding: 0;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #ffffff;
	height: 3px;
	border-radius: 10px;
}
.drawer-hamburger-icon:before {
	    top: -8px;
}
.drawer-hamburger-icon:after{
	    top: 8px;
}
.drawer-hamburger .sr-only {
    margin: 0;
}
.drawer-nav {
    width: 250px;
}
.drawer--right .drawer-nav{
    right: -250px;
}
.drawer--left .drawer-nav {
    left: -250px;
}
.drawer-nav ul {
    margin: 0 0 0 0;
    padding: 0;
	list-style-type: none;
    list-style-position: outside;
}
.drawer-nav ul li {
    padding-left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
    left: 260px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 260px;
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.drawer-overlay{
	background-color: rgba(0,0,0,0);
}
.drawer--top .drawer-nav {
	background-color: rgba(109,14,20,.95);
    box-shadow: 3px 5px 3px rgba(0,0,0,.15);
}
.drawer--top .drawer-nav .nav {
	padding-left: 0;
    padding-top: 70px;
}
.drawer--top .drawer-nav ul li {
	border-bottom: 1px solid #87282E;
    margin: 0;
    padding: 10px 15px 10px 0;
    padding: 0 0 0 0;
}

.drawer--top .drawer-nav ul ul{
/*	margin-top: 10px;
    margin-bottom: -10px;*/
}
.drawer--top .drawer-nav ul ul li {
	/*border-bottom: 1px solid rgba(109,14,20,1);*/
	border-top: 1px solid #87282E;
	border-bottom: 0px solid transparent;
	margin: 0;
	padding: 0 0;
	position: relative;
}
.drawer--top .drawer-nav ul li a{
	color: #ffffff;
    text-transform: uppercase;
    padding: 12px 5%;
    font-weight: 600;
    background: transparent;
}
.drawer--top .drawer-nav ul ul li a{
	color: #ffffff;
    text-transform: uppercase;
    padding: 12px 10%;
    font-weight: 600;
    display: block;
}
.drawer--top .drawer-nav ul li.current-menu-item a{
	background: #540000;
}
/*.drawer--top .drawer-nav ul li.active.active.menu-item-has-children a{
	background: transparent;
}*/
.drawer--top .drawer-nav ul.sub-menu li.current-menu-item a{
	background: #540000;
}
.drawer--top .drawer-nav li.current-menu-item ul.sub-menu li a{
	background: transparent;
}
/*.drawer--top .drawer-nav ul li ul.sub-menu li.active a{
	background: #540000;
}*/


/*.drawer--top .drawer-nav ul li.active.active.active.active.active.active a{
	background: transparent;
}

.drawer--top .drawer-nav ul li.active.active.active.active.active.active ul li.active a{
	background: #000000;
}*/


/* HOME HEADER
==========================================  */
div#homefeatured {
	display: block;
	position: relative;
	height: 200px;
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.15);
}
div#homefeatured img{
	display: none;
}
div#homefeatured .container{
    width: 94%;
    max-width: 360px;
    margin: 10px auto;
    height: 170px;
}
div#homefeatured .container .row h1{
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
	color: #1f324e;;
}
div#homefeatured .container .row p{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #5b5e63;
    font-weight: bold;
    line-height: 1em;
}
div#homefeatured .container .row p a{
    color: #1f324e;
}

img.home-logo{
    width: 100%;
    margin: auto;
}


/* INTERNAL HEADER
==========================================  */
div#internalfeatured{
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.15);
}
div#internalfeatured .container{
	width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* MAIN CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	padding-top:75px;
	position: relative;
}
#contentWrap, #page{
	padding-top: 2vw;
	padding-bottom: 6vw;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:240px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 2vw;
	padding-bottom: 2vw;
}

#page img{
	width: 100%;
	height: auto;
}
#page .row{
	margin-bottom: 1em;
}

/* LOGISTIC SERVICES SECTION
==========================================	*/
#services{

}
#services h2{
	text-align: center;
	color: #6c0e13;
	    padding-bottom: 6vw;
	    overflow: hidden;
}
#services h2 span.sectionHeading{
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-top: 45px;
	margin-bottom: 45px;
	text-align: center;
}
#services h2 span.sectionHeading::before, #services h2 span.sectionHeading::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
	border-top: 2px solid #6c0e13;
	border-bottom: 2px solid #6c0e13;
}
#services h2 span.sectionHeading::before {
    left: 110%;
}
#services h2 span.sectionHeading::after {
    right: 110%;
}
#services .container{
	overflow: hidden;
}







#serviceButtons{
	margin-bottom:8vw;
}
#serviceButtons .serviceButton{
	display: block;
    background-color: #6c0e13;
    padding: 0;
    margin-bottom: 1em;
    color: #fff;
    box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
}
#serviceButtons .serviceButton img{
		display: none;
}
#serviceButtons .serviceButton .content{
	padding: 3% 6%;
	background: rgba(108,14,19, 1);
}
#serviceButtons .serviceButton video{
	display: none;
}
#serviceButtons .serviceButton p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin-bottom: .25em;
}
#serviceButtons .serviceButton p.large {
    font-size: 1.4em;

}









/* CASE STUDY SECTION
==========================================	*/
#case-studies h2{
	text-align: center;
	color: #6c0e13;
	overflow: hidden;
}
#case-studies h2 span.sectionHeading{
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 45px;
	text-align: center;
}
#case-studies h2 span.sectionHeading::before, #case-studies h2 span.sectionHeading::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
	border-top: 2px solid #6c0e13;
	border-bottom: 2px solid #6c0e13;
}
#case-studies h2 span.sectionHeading::before {
    left: 110%;
}
#case-studies h2 span.sectionHeading::after {
    right: 110%;
}
#logistic-services .container,
#case-archive .container,
#case-studies .container{
	overflow: hidden;
}
#logistic-services .container article.casestudy,
#case-archive .container article.casestudy,
#case-studies .container article.casestudy{
	opacity: 0;
    transition: ease opacity 1.5s;
    -mozilla-transition: ease opacity 1.5s;
    -webkit-transition: ease opacity 1.5s;
    margin-top: 120px;
    margin-bottom: 100px;
}
#logistic-services .container article.casestudy:first-child,
#case-archive .container article.casestudy:first-child,
#case-studies .container article.casestudy:first-child{
	margin-top: 30px;
}
#logistic-services .container article.casestudy.fadeIn,
#case-archive .container article.casestudy.fadeIn,
#case-studies .container article.casestudy.fadeIn{
 	opacity: 1;
}
#logistic-services .container article.casestudy h3,
#case-archive .container article.casestudy h3,
#case-studies .container article.casestudy h3{
	color: #ffffff;
}


#logistic-services .container article .content,
#case-archive .container article .content,
#case-studies .container article .content{
	position: relative;
    background-color: #6c0e13;
    padding: 5%;
    margin-bottom: 1em;
    color: #fff;
    margin-bottom: -50px;
    box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
}
#logistic-services .container article .button,
#case-archive .container article .button,
#case-studies .container article .button{
	position: absolute;
	z-index: 2;
	right: 13%;
	bottom: -5%;
	border: 2px solid #ffffff;
	background: #6c0e13;
	box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
}
#logistic-services .container article figure,
#case-archive .container article figure,
#case-studies .container article figure{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: -50px;
    margin-top: 1em;
    box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
    overflow: hidden;
}
#logistic-services .container article figure img,
#case-archive .container article figure img,
#case-studies .container article figure img{
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 2s;
    transition: opacity 0.35s, transform 2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#logistic-services .container article figure:hover img,
#case-archive .container article figure:hover img,
#case-studies .container article figure:hover img{
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 2s;
    transition: opacity 0.35s, transform 2s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}



/* ESOP SECTION
==========================================	*/
div#esop {
    background: #666666;
    margin-top: 80px;
}
div#esop .content{
    padding: 5%;
    padding-bottom: 6vw;
    margin-top: -80px;
    color: #ffffff;
}
div#esop .content h3{
    color: #ffffff;
}
div#esop figure{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 1em;
    box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
    overflow: hidden;
}
div#esop figure img{
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 2s;
    transition: opacity 0.35s, transform 2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
div#esop figure:hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 2s;
    transition: opacity 0.35s, transform 2s;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
div#esop .content a.button{
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

/* BLOG: MAIN
==========================================  */
div.card {
	display: block;
	padding:  15px;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
div.card:hover, div.card:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
}
div.card .card-image {
	padding:  0;
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}
div.card .card-image img{
	width: 100%;
	height: auto;
}
div.card .cardTitle{
	margin-top: 0;
}
div.card .card-content{	
	color: #000000;
}
div.card .postDate,
div.card .postCat{
	font-weight: 300;
	display: block;
}
div.card .card-image .postCat a{
	color: #ffffff;
	font-weight: 300;
}
/* BLOG: SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	padding-left: 15px;
	margin-bottom: 35px;
/*	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
    border-left: 1px solid #cccccc;
}
.sidebarSection .sidebarTitle{
    font-size: 25px;
    font-size: 2.5rem;

}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	/*margin: 0;*/
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	/*padding: 0;
	margin: 0;*/
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	/*display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;*/
}
ul.archiveYearList .archive-sub-menu li a{
	/*display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;*/
}


/* FOOTER
==========================================  */
footer.site-footer {
}
#footerTop{
	background-color: #101010;
	padding-top: 6vw;
	padding-bottom: 3vw;
}
#footerTop .branding{
	display: none;
}
#footerTop .column{
	padding-top: 1vw;
}
#footerTop .column ul.social{
	border-bottom: 1px solid #fff;
	padding-bottom: 6vw;
}
#footerTop .column .column{
	padding-top: 0;
	padding-bottom: 1vw;
}
#footerTop h3{
	color: #ffffff;
    font-size: calc(16px + .5vw);
    font-weight: 600;
}
#footerTop p{
	color: #ffffff;
	font-size: calc(9px + 1vw);
}
#footerTop .column ul.social {
	border-bottom: 1px solid #fff;
    padding-bottom: 5vw;
    list-style-type: none;
    display: block;
    margin: 0;
    margin-bottom: 5vw;
}
#footerTop .column ul.social li{
	display: inline-block;
}
#footerTop .column ul.social li a{ 
    display: block;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ffffff;
    width: 1.8em;
    color: #ffffff;
    border-radius: 50%;
    line-height: 1.7em;
    margin: 0;
}




#footerBottom{
	background-color: #6c0e13;
	padding-top: 3vh;
	padding-bottom: 3vh;
}
#footerBottom p{
	color: #ffffff;
	font-size: calc(9px + 1vw);
}
#footerBottom a, #footerBottom a:link, #footerBottom a:visited{
	color: #ffffff;
}
#footerBottom a:hover, #footerBottom a:active, #footerBottom a:focus{
	color: #cccccc;
}
#credits span {
	display:block;
}
#credits span.bar {
	display:none;
}



/* FOOTER NAVIGATION
==========================================  */
#footer_nav{
	display: block;
}
#footer_nav ul{
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
#footer_nav ul li a{
	color: #ffffff;
}
#footer_nav ul li a:hover{
	color: #cccccc;
}



/* TAB BUTTONS
==========================================  */
.tabButtons{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tabButtons.top{
	display: none;
}
.tabButtons a.tabButton1, .tabButtons a.tabButton1:link, .tabButtons a.tabButton1:visited,
.tabButtons a.tabButton2, .tabButtons a.tabButton2:link, .tabButtons a.tabButton2:visited{
display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 1.25em 1em;
    margin: .5em auto;
    text-align: left;
    border-radius: 15px;
    background: rgba(87,100,150,.9);
    overflow: hidden;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
    text-align: center;
}
.tabButtons a.tabButton1:hover, .tabButtons a.tabButton1:focus,
.tabButtons a.tabButton2:hover, .tabButtons a.tabButton2:focus{
	color: rgba(108,14,19, 1);
	color: #B3B3B3;
}
.tabButtons a.tabButton1:active,
.tabButtons a.tabButton2:active{
	color: rgba(108,14,19, 1);
	box-shadow: -1px 1px 10px 2px rgba(0,0,0,.05);
}
.tabButtons a.tabButton1::before,
.tabButtons a.tabButton2::before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #ffffff;
	z-index: -2;
}
.tabButtons a.tabButton1::after{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(img/headset_icon.png) center right no-repeat;
	background-size: auto 140%;
	z-index: -1;
}
.tabButtons a.tabButton2::after{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(img/pallet_icon.png) center right no-repeat;
	background-size: auto 140%;
	z-index: -1;
}



/* BUTTONS: 
==========================================  */
.button, .button:link, .button:visited {
    border: 2px solid rgba(87,100,150,1);
    line-height: 2em;
    padding: .4em 2em;
    display: inline-block;
    border-radius: 5px;
    margin-top: .5em;
    margin-bottom: .5em;
	font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: rgba(87,100,150,.95);
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: 1px 5px 15px rgba(31,50,78,.25);
    text-transform: capitalize;
    font-weight: bold;
}
.button:hover, .button:active, .button:focus {
    color: #cccccc;
    background: rgba(87,100,150,1);
}

.pager li>a, .pager li>span {
    border: 1px solid #1f324e;
    line-height: 2em;
    padding: .4em 2em;
    display: inline-block;
    border-radius: 5px;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    background: #1f324e;
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: 1px 5px 15px rgba(31,50,78,.25);
    text-transform: capitalize;
    font-weight: bold;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #1f324e;
    border: 1px solid #1f324e;
    color: #cccccc;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 16px auto;
}
/* IMAGE Widget
==========================================	*/
aside#media_image-2 img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}
/* Forms
============================================*/
.modal-open {
    position: fixed;
    width: 100%;
}
.modal-header .close{ position:absolute; right:5px; top:5px; cursor:pointer;}
.formGroup{ margin:0px -10px 10px -10px; padding:0px;}
.formGroup .col-1{ padding:0 10px; width:100%; float:left; box-sizing:border-box;}
.formGroup .col-2{ padding:0 10px; width:50%; float:left; box-sizing:border-box;}
.formGroup .col-3{ padding:0 10px; width:33.333%; float:left; box-sizing:border-box;}

.modal-body{overflow: auto;}
.modal-body h2{ margin:0px 0px 10px 0px; font-size:24px; line-height:1em; color:#333;}
.modal-body h3{ margin:0px 0px 10px 0px; font-size:24px; line-height:1em; color:#333;}
.modal-body label{ font-size:13px; color:#333;}
.modal-body label small{ color:#F00;}
.modal-body input[type="text"],
.modal-body input[type="tel"],
.modal-body input[type="date"],
.modal-body input[type="email"],
.modal-body select{ 
	margin:0; 
	padding:0 5px; 
	width:100%; 
	height:28px; line-height:1em; box-sizing:border-box; border:1px solid #ccc; font-size:13px; color:#333; background:#fff;}

.modal-body input[type="file"]
{ margin:0; padding:5px 5px; width:100%; line-height:1; box-sizing:border-box; border:1px solid #ccc; font-family: 'Hind', sans-serif; font-size:13px; color:#333; background:#fff;}
.modal-body textarea{ margin:0; padding:5px 5px; width:100%; height:80px; line-height:1; box-sizing:border-box; border:1px solid #ccc; font-family: 'Hind', sans-serif; resize:none; font-size:13px; color:#333;}
.modal-body input[type="submit"]{ margin:0px; padding:0 30px; border:0; cursor:pointer; background:#a22126; color:#fff; height:35px; border-radius:30px; transition:0.5s; font-size:18px;}
.modal-body input[type="submit"]:hover{ background:#556ab9;}





/* Testimonials
==========================================  */
#testimonial{
    padding-top: 0;
    padding-bottom: 0;
	background: rgba(102,114,159,.75);
	position: relative;
}
#testimonial .container{
	padding-top: 6vw;
    padding-bottom: 6vw;
    position: relative;
}
#testimonial .container::after{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -2;
    background: url(img/map.jpg) no-repeat;
    background-size: 125% auto;
    background-position: 30%;
}
#testimonial figure.testimonial{
    width: 90%;
    max-width: 900px;
    margin: 10vw auto 15vw;
    position: relative;
    float: none;
}
#testimonial blockquote {
	padding: 10px 0;
    margin: 0 0 10px;
    border-left: 0px transparent;
}
#testimonial blockquote p{
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8em;
	color: #ffffff;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
#testimonial blockquote::before{
    position: absolute;
    display: block;
    content: '“';
    color: #6c0e13;
    font-size: 4em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    top: .15em;
    left: -.15em;
}
#testimonial blockquote p::after{
    position: absolute;
    display: inline-block;
    content: '”';
    color: #6c0e13;
    font-size: 4em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    bottom: -8px;
    padding-left: 6px;
}
#testimonial footer .author, #testimonial footer .company{
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8em;
	color: #6c0e13;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-style: normal;
} 







/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
    /* TYPOGRAPHY: HEADINGS
	==========================================  */
	h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 38px;
		font-size: 3.8rem;
	}
	h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-size: 26px;
		font-size: 2.6rem;
	}
	h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 24px;
		font-size: 2.4rem;
	}
	h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
		font-size: 20px;
		font-size: 2.0rem;
	}
	h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/* TYPOGRAPHY: PARAGRAPHS
	==========================================  */
	p {
		font-size: 14px;
		font-size: 1.4rem; /* 10 ÷ $rembase */
	}
	

	#homeContentWrap, #contentwrap {
	    padding-top: 175px;
	    position: relative;
	}
	.home-description {
	    text-align: center;
	    margin-bottom: .75em;
	    font-weight: 400;
	    font-size: 26px;
	    font-size: 2.6rem;
	}
	#homeContentWrap #page {
	    padding-top: 2vw;
	    padding-bottom: 2vw;
	}
	/* HEADER
    ==========================================  */
  	#branding-container {
		margin: 0;
		padding-top: 0;
		padding-bottom: 10px;
		width: auto;
		max-width: 195px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background: #ffffff;
		margin-top: -2px;
		margin-bottom: -10px;
    	box-shadow: 3px 5px 3px rgba(0,0,0,.15);
	}
	#branding-container a.brand {
		font-size: 30px;
		color: #000000;
	}
	#branding-container a.brand img.site-logo {
	    display: block;
	    margin: 0 2%;
	    padding: 0;
	    width: 96%;
	    height: auto;
	}

	/* Header Navigation
	==========================================  */
	#navbarBottom {
	    display: block;
	    min-height: 50px;
	    margin-bottom: 0;
	    border: 1px solid transparent;
	    z-index: 9000;
	    width: 100%;
	    background-color: #6d0e14;
	    box-shadow: 3px 5px 3px rgba(0,0,0,.15);
	}
	#navbarBottom .container{
		position: relative;
	}
	#navbarBottom .fa{
		padding-right: 5px;
	}
	#navbarBottom .button {
	    right: 55px;
	}
	#mobile_menu {
    	right: 0;
	}
	/* NAVIGATION: Customer Login Button
	==========================================  */
	#navbarBottom .button {
		display: block;
	}
	#navbarBottom .login {
	    display: none;
	}
	/* HOME HERO
	==========================================  */
	div#homefeatured {
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 0;
	    height: 350px;
		position: relative;
	    overflow: hidden;
	}
	div#homefeatured img{
		display: block;
		width: 130%;
		height: auto;
		margin-left: -15%;
	}
	div#homefeatured .container{
	    position: absolute;
	    left: 50%;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    margin-left: -375px;
	    height: 30vw;
	    max-width: 750px;
	}
	div#homefeatured .container .row{
	    width: 64%;
	    margin-right: 0;
		margin-left: 0;
	}
	div#homefeatured .container .row h1{
		font-size: 46px;
		font-size: 4.6rem;
		text-align: left;
		color: #ffffff;
	}
	div#homefeatured .container .row p{
		text-align: left;
		padding-left: 2%;
		color: #fff;
	}
	/* INTERNAL HEADER
	==========================================  */
	div#internalfeatured{
	}
	div#internalfeatured .container{
		padding-top: 10vw;
	    padding-bottom: 10vw;
	    width: 750px;
    }
	
	/* FOOTER
	==========================================  */
	#footerTop .column{
		padding-top: 0;
	}
	#footerTop .column:first-child{
		border-right: 1px solid #fff;
		border-bottom: 1px solid transparent;
	}
	#footerTop .column .column{
		padding-top: 0;
		padding-right: 0;
		padding-left: 30px;
	}
	#footerTop .column .column:first-child{
		border-right: 1px solid transparent;
	}
	#footerTop h3{
		font-size: 16px;
		font-size: 1.6rem;
	}
	#footerTop p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	#footerTop .column ul.social {
	    border-bottom: 0px solid transparent;
	    padding-bottom: 50px;
	    margin-bottom: 0;
	}

	#footerBottom p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	#credits span {
		display: inline-block;
	}
	#credits span.bar {
		display: inline-block;
	}
	





	/* FOOTER NAVIGATION
	==========================================  */
	#footer_nav{
	    display: block;
	    position: relative;
	}
	#footer_nav ul {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
	}
	#footer_nav ul li {
		float: none;
		margin: 0;
		padding: 0 0 0 0;
		background: none;
	}
	#footer_nav a, #footer_nav a:link, #footer_nav a:visited{
		display:inline-block;
		position: relative;
		margin:0;
		text-decoration:none;
		text-transform: capitalize;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0 0;
		color: #ffffff;
	}
	#footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus{
		text-decoration:none;
		color: #cccccc;
	}
	#footer_nav ul li:first-child a {
		padding-left: 0;
	}
/*	#footer_nav a::after, #footer_nav a:link::after, #footer_nav a:visited::after{
		position: absolute;
		content: "|";
		padding-left: 10px;
	}*/
	#footer_nav ul li:first-child a {
		padding-left: 0;
	}
	#footer_nav li:last-child a::after, #footer_nav li:last-child a:link::after, #footer_nav li:last-child a:visited::after{
		content: " ";
	}
	#footer_nav li.active a {
		color: #cccccc;
	}
	



	/* SCROLL STICK NAVIGATION
	==========================================  */
	#navigation{
		    position: fixed;
		    width: 100%;
		    z-index: 1000;
	}
	#navigation.affix-top,
	#navigation.affix{
		margin-top:0;
		width: 100%;
		z-index: 1000;
		position: fixed;
	}

	


	/* TAB BUTTONS
	==========================================  */
	.tabButtons.top{
		position: relative;
		display: block;
		margin-left:auto;
		margin-right:auto;
		top: -31px;
		width: 100%;
		max-width: 750px;
		text-align: right;
	}
	.tabButtons.home{
		display: none;
	}
	.tabButtons.top li{
	    display: inline-block;
	    width: 175px;
	    vertical-align: bottom;
	}
	.tabButtons.top li a.tabButton1, .tabButtons.top li a.tabButton1:link, .tabButtons.top li a.tabButton1:visited,
	.tabButtons.top li a.tabButton2, .tabButtons.top li a.tabButton2:link, .tabButtons.top li a.tabButton2:visited{
		font-size: 11px;
		font-size: 1.1rem;
		padding: 2.5em 0 1.5em 0;
		text-align: center;
	}


	
	/* LOGISTIC SERVICES SECTION
	==========================================	*/
	#services h2{
		display: none;
	}
	#serviceButtons{
		margin-bottom: 5vw;
	}
	#serviceButtons .serviceButton{
		display: inline-block;
		background-color: #6c0e13;
		margin-bottom: .5em;
		color: #fff;
		box-shadow: none;
		width: 49%;
		vertical-align: top;
	}
	#serviceButtons .serviceButton .content{
		padding: 5%;
		background: rgba(108,14,19, 1);
		min-height: 100px;
	}
	#serviceButtons .serviceButton video{
		display: none;
	}
	#serviceButtons .serviceButton p {
    	font-size: 12px;
    	font-size: 1.2rem;
    	line-height: 1.4em;
    	margin-bottom: .25em;
	}


	/* CASE STUDY SECTION
	==========================================	*/
	#logistic-services .container article,
	#case-archive .container article,
	#case-studies .container article {
	    padding-right: 20vw;
	}
	#logistic-services .container article .content,
	#case-archive .container article .content,
	#case-studies .container article .content{
		padding: 5% 45% 5% 5%;
	}
	#logistic-services .container article .button,
	#case-archive .container article .button,
	#case-studies .container article .button {
	    position: relative;
	    z-index: 100;
	    right: 0;
	    bottom: 0;
	    border: 2px solid #ffffff;
	}
	#logistic-services .container article figure,
	#case-archive .container article figure,
	#case-studies .container article figure {
	    position: absolute;
	    width: 100%;
	    z-index: 1;
	    margin-bottom: -50px;
	    margin-top: 1em;
	    top: -5vw;
	    width: 60%;
	    max-width: 350px;
	    right: -18vw;
	}
	/* ESOP SECTION
	==========================================	*/
	div#esop {
	    background: #666666;
	    margin-top: 40px;
	}
	div#esop .content{
		margin-top: 0;
		padding: 0;
		padding-top: 40px;
		min-height: 300px;
	}
	div#esop figure{
	    width: 46%;
	    margin-right: 4%;
	    margin-top: -80px;
	    float: left;
	}
	div#esop figure img{
	    width: 100%;
	    height: auto;
	    -webkit-transition: opacity 0.35s, -webkit-transform 2s;
	    transition: opacity 0.35s, transform 2s;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	div#esop figure:hover img {
	    -webkit-transition: opacity 0.35s, -webkit-transform 2s;
	    transition: opacity 0.35s, transform 2s;
	    -webkit-transform: scale(1.25);
	    transform: scale(1.25);
	}
	div#esop .content a.button{
	    color: #ffffff;
	    background: transparent;
	    border: 2px solid #ffffff;
	}

	/* IMAGES
	==========================================	*/
	img.alignleft{
		float:left;
		display:block;
		margin: 15px 15px 15px 0;
	}
	.wp-caption.alignleft{
		float:left;
		display:block;
		margin: 5px 15px 15px 0;
	}
	img.alignright {
		float:right;
		display:block;
		margin:15px 0 15px 15px;
	}
	.wp-caption.alignright{
		float:right;
		display:block;
		margin: 5px 0 15px 15px;
	}
	img.aligncenter, .wp-caption.aligncenter{
		float:none;
		display:block;
		margin: 15px auto 15px auto;
	}
	/* BLOG: MAIN
	==========================================  */
	div.card .postDate{
		display: inline-block;
		padding-right: 5px;
	}
	div.card .postCat{
		display: inline-block;
		padding-left: 6px;
		border-left: 1px solid #1f324e;
	}
	/* Forms
	============================================*/
	.home aside#wpforms-widget-2{
		 margin-top: -8vw;
	}
	aside#wpforms-widget-2 h3,
	.frm_form_widget h3{
	    font-size: 28px;
	    font-size: 2.8rem;
	    text-align: left;
	}
	aside#wpforms-widget-2 .wpforms-description,
	.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description p{
	    font-size: 22px;
	    font-size: 2.2rem;
	    text-align: left;
	    padding-left: 0;
	    padding-right: 0;
	}
	aside#wpforms-widget-2 div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
	aside#wpforms-widget-2 div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
	aside#wpforms-widget-2 div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    	max-width: 100%;
	}
	/* Testimonials
	==========================================  */
	#testimonial{
	    padding-top: 0;
	    padding-bottom: 0;
	}
	#testimonial .container{
		padding-top: 0;
    	padding-bottom: 0;
	}
	#testimonial .container::after {
    	background-size: auto 100%;
    	background-position: left center;
	}
	#testimonial figure.testimonial {
    	margin: 10vw 0 15vw 20%;
    	    width: 80%;
	}

}




/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#homeContentWrap, #contentwrap {
	    padding-top: 200px;
	    position: relative;
	}
	/* TYPOGRAPHY: HEADINGS
	==========================================  */
	h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 40px;
		font-size: 4rem;
	}
	h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-size: 30px;
		font-size: 3.0rem;
	}
	h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 26px;
		font-size: 2.6rem;
	}
	h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
		font-size: 24px;
		font-size: 2.4rem;
	}
	h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* TYPOGRAPHY: PARAGRAPHS
	==========================================  */
	p {
		font-size: 16px;
		font-size: 1.6rem; /* 10 ÷ $rembase */
	}

	.home-title{
		text-align: center;
	    font-size: 52px;
	    font-size: 5.2rem;
	}
	.home-description {
	    font-size: 38px;
	    font-size: 3.8rem;
	}

	/* HEADER
    ==========================================  */
    #branding-container {
    	max-width: 260px;
    	margin-bottom: -30px;
    }
    #branding-container a.brand{
    	text-transform: uppercase;
    	font-size: 30px;
    	color: #000000;
    }
	/* HOME HERO
	==========================================  */
	div#homefeatured {
	    height: 32vw;
	}
	div#homefeatured img{
		width: 100%;
		margin-left: 0;
	}
	div#homefeatured .container {
	    margin-left: -485px;
	    max-width: 970px;
	    height: 18vw;
	}
	div#homefeatured .container .row{
	    width: 65%;
	}
	div#homefeatured .container .row h1{
		font-size: 42px;
		font-size: 4.2rem;
		text-shadow: 1px 1px 5px rgba(0,0,0,.15);
	}
	/* INTERNAL HEADER
	==========================================  */
	div#internalfeatured .container{
		padding-top: 7vw;
	    padding-bottom: 6.5vw;
	    width: 970px;
	} 
	div#internalfeatured .container h1{
	    font-size: 44px;
	    font-size: 4.4rem;
	    text-shadow: 1px 1px 5px rgba(0,0,0,.15);
	}    
	
	/* FOOTER
	==========================================  */
	#footerTop h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	#footerTop p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	#footerTop p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#footerBottom p{
		font-size: 14px;
		font-size: 1.4rem;
	}



	/* TOP NAVIGATION
    ==========================================  */
    #navbarTop, #navbarBottom, #footer_nav{
    	display: block;
    }
	#navbarTop.navbar, #navbarBottom.navbar{
    	border-radius: 0px;
	}
    #navbarTop.navbar .container, #navbarBottom.navbar .container{
		position: relative;
		width: 100%;
		max-width: 1200px;
    }
	#top_nav ul{
    	margin:0;
    	padding:0;
    	list-style:none;
    	display:inline;
    }
    #top_nav ul li{
    	float: left;
    	margin:0;
    	padding:0 0 0 0;
    	background:none;
    }
    #top_nav a{
    	display: inline-block;
    	margin: 0;
    	text-decoration: none;
    	font-size: 17px;
    	padding: 15px 10px;
    	text-transform: uppercase;
    	color: #ccc;
    	font-weight: 100;
    }
    #top_nav a:hover {
    	color: #000000;
    	text-decoration:none;
    }
    #top_nav ul li:first-child a {
    	padding: 15px 10px 15px 10px;
    }

	#navbarBottom .button {
	    right: 0;
	    margin: 0;
	    top: 20px;

	    display: none;
	}
    /* MAIN NAVIGATION
    ==========================================  */
    #main_nav{
    	display: block;
    }
    
    #main_nav ul {
		margin: 0 0 0 0;
		padding: 0 0;
		list-style: none;
		margin-top: 0;
		position: relative;
		background-color: #6d0e14;
    }
    #main_nav ul li {
    	float: none;
	    margin: 0;
	    padding: 0;
	    background: none;
	    display: inline-block;
	    position: relative;
	    text-align: center;
	    vertical-align: bottom;
    }
	#main_nav ul ul{
		display: block;
		position: absolute;
		z-index: -10;
		background-color: rgba(109,14,20,.9);
		margin: 0;
		padding: 0;
		width: 210px;
		min-width: 100%;
		max-width: 300px;
		margin-top: 0;
		left: -60px;
		right: 0;
		margin: auto;
		padding-top: 5px;
		bottom: 0;
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		transition: all .5s ease-out;
		box-shadow: 1px 0px 3px rgba(0,0,0,.15);
	}
	#main_nav ul li:hover ul {
	    list-style: none;
	    position: absolute;
	    display: list-item;
	    margin-bottom: -145px;
	    padding-top: 5px;
	    border-bottom-left-radius: 15px;
	  	border-bottom-right-radius: 15px;
	}
	#main_nav ul ul li{
    	float: none;
    	display: block;
    }
	#main_nav a {
		display: inline-block;
		margin: 0;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 34px .75vw 34px .75vw;
		text-transform: capitalize;
		color: #ffffff;
		font-weight: 600;
	}
	#main_nav li:last-child a {
		padding: .45em 15px .45em 10px;
	    border: 2px solid #ffffff;
	    border-radius: 15px;
	    margin-bottom: 25px;
	    position: relative;
	}
	#main_nav li:last-child a:before {
	    font-family: FontAwesome;
	    content: '\f023';
	    padding: 0 10px;
	}
	#main_nav li li:last-child a:before {
	    content: '';
	    padding: 0;
	}







	#main_nav li li:last-child a {
    	padding: 10px 0 10px 0;
		border: 0px transparent;
		border-radius: 0;
		margin-bottom: 0;
	}
	#main_nav a:hover {
    	color: #cccccc;
    }
	#main_nav ul ul li a {
    	padding: 10px 0 10px 0;
    	padding: 12px 0 12px 0;
    	width: 100%;
    	display: block;
    }
    #main_nav a:hover {
    	text-decoration:none;
    }
    #main_nav li.active a { color: #B3B3B3;}
    #main_nav li.active.menu-item-has-children a { color: #B3B3B3;} 
    #main_nav li.active.menu-item-has-children .sub-menu a { color: #ffffff;}  
    #main_nav li.active.menu-item-has-children .sub-menu a:hover{ color: #B3B3B3;}  
    #main_nav li.active.menu-item-has-children .sub-menu li.active a{ color: #B3B3B3;}  
	#mobile_menu {display: none;}
	/* FOOTER NAVIGATION
    ==========================================  */
   	#footer_nav a, #footer_nav a:link, #footer_nav a:visited{
		font-size: 14px;
		font-size: 1.4rem;
	}
	/* TAB BUTTONS
	==========================================  */
	.tabButtons.top{
	    width: 100%;
	    max-width: 1075px;
	}
	.tabButtons.top li{
	    width: 225px;
	}
	.tabButtons.top li a.tabButton1, .tabButtons.top li a.tabButton1:link, .tabButtons.top li a.tabButton1:visited,
	.tabButtons.top li a.tabButton2, .tabButtons.top li a.tabButton2:link, .tabButtons.top li a.tabButton2:visited{
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* LOGISTIC SERVICES SECTION
	==========================================	*/
	#services{}
	#serviceButtons{

	}
	#serviceButtons .serviceButton .content{
		padding: 5%;
		background: rgba(108,14,19, .9);
		min-height: 112px;
		
	}
	#serviceButtons .serviceButton{
		overflow: hidden;
		    box-shadow: -2px 2px 10px 2px rgba(0,0,0,.25);
	}




	#serviceButtons .serviceButton video{
		display: none;
	}

	/* CASE STUDY SECTION
	==========================================	*/
	#logistic-services .container article.casestudy,
	#case-archive .container article.casestudy,
	#case-studies .container article.casestudy {
    	margin-top: 10px;
	}
	#logistic-services .container article.casestudy:first-child,
	#case-archive .container article.casestudy:first-child,
	#case-studies .container article.casestudy:first-child {
    	margin-top: 60px;
	}
	#logistic-services .container article figure,
	#case-archive .container article figure,
	#case-studies .container article figure {
		max-width: 45vw;
		top: -5vw;

	}
	#logistic-services .container article .content,
	#case-archive .container article .content,
	#case-studies .container article .content {
	    padding: 5% 45% 5% 5%;
	    min-height: 350px;
	}

	/* Testimonials
	==========================================  */
	#testimonial figure.testimonial {
    	margin: 100px 0 120px 30%;
    	width: 70%;
    }
    #testimonial blockquote p {
    	font-size: 18px;
    	font-size: 1.8rem;
    }
    #testimonial .container::after {
	    background-size: auto 120%;
	    background-position: left center;
	}

}














/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    body {
		font-size: 18px;
		font-size: 1.8rem;
	}	
	#homeContentWrap, #contentwrap {
	    padding-top: 275px;
	    position: relative;
	}
	.container{
		width: 1170px;
	}	
	#contentWrap, #page {
	    padding-top: 2vw;
	    padding-bottom: 3vw;
	}
	/* TYPOGRAPHY: HEADINGS
	==========================================  */
	h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 50px;
		font-size: 5.0rem;
	}
	h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 26px;
		font-size: 2.6rem;
	}
	h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active,
	h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/* TYPOGRAPHY: PARAGRAPHS
	==========================================  */
	p {
		font-size: 18px;
		font-size: 1.8rem; /* 10 ÷ $rembase */
	}

	.home-title{
		text-align: center;
	    font-size: 56px;
	    font-size: 5.6rem;
	}
	.home-description {
	    font-size: 44px;
	    font-size: 4.4rem;
	}
	/* HEADER
    ==========================================  */
    #branding-container {
      max-width: 310px;
    }
    #branding-container a.brand{
      font-size: 38px;
    }
	/* FOOTER
	==========================================  */
	#footerTop .column{
		position: relative;
	}
	#footerTop .column .column{
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	#footerTop .branding{
	    display: block;
	    position: absolute;
	    left: -250px;
	    top: 10px;
	}
	#footerTop h3{
/*		font-size: 24px;
		font-size: 2.4rem;*/
	}
	#footerTop p{
		font-size: 16px;
		font-size: 1.6rem;
	}


	/* MAIN NAVIGATION
    ==========================================  */

    #navbarTop.navbar .container, #navbarBottom.navbar .container{
		position: relative;
		width: 100%;
		max-width: 1600px;
    }
/*    #main_nav ul {
		padding: 35px 0;
    }*/
    #main_nav ul ul {
    	width: 240px;
    	padding-top: 15px;
    }
	#main_nav a {
		font-size: 16px;
	    font-size: 1.6rem;
		padding: 44px 1vw 44px 1vw;
    }
    #main_nav li:last-child a{
		margin-bottom: 38px;
	    border: 2px solid #ffffff;
    }
    #main_nav ul li:hover ul {
	    margin-bottom: -150px;
	}
    #main_nav ul ul li a {
	    padding: 14px 0 14px 0;
	}
    /* FOOTER NAVIGATION
	==========================================  */
	#footerTop {
	    padding-top: 3vw;
	    padding-bottom: 3vw;
	}
	#footer_nav a, #footer_nav a:link, #footer_nav a:visited{
		font-size: 18px;
		font-size: 1.8rem;
	}
	/* TAB BUTTONS
	==========================================  */
	.tabButtons.top{
		max-width: 1170px;
	}
	.tabButtons.top li{
	    width: 275px;
	}
	.tabButtons.top li a.tabButton1, .tabButtons.top li a.tabButton1:link, .tabButtons.top li a.tabButton1:visited,
	.tabButtons.top li a.tabButton2, .tabButtons.top li a.tabButton2:link, .tabButtons.top li a.tabButton2:visited{
		font-size: 16px;
		font-size: 1.6rem;
	}
	/* HOME HEADER
	==========================================  */
	div#homefeatured .container {
		margin-left: -585px;
		max-width: 1170px;
		height: 20vw;
	}
	div#homefeatured .container .row {
    	width: 60%;
	}
	div#homefeatured .container .row h1 {
    	font-size: 56px;
    	font-size: 5.6rem;
	}
	div#homefeatured .container .row p {
    	font-size: 20px;
    	font-size: 2rem;
	}
	/* INTERNAL HEADER
	==========================================  */
	div#internalfeatured{
	}
	div#internalfeatured .container{
		padding-top: 4vw;
    	padding-bottom: 3.75vw;
		width: 1170px;
		padding-right: 150px;
	} 
	div#internalfeatured .container h1{
	    font-size: 54px;
	    font-size: 5.4rem;
	} 
	/* LOGISTIC SERVICES SECTION
	==========================================	*/
	#serviceButtons .serviceButton {
	    display: block;
	    padding: 0;
	    margin-bottom: 0;
	    width: 24.8%;
	    float: left;
	    margin-left: .1%;
	    height: 450px;
	    position: relative;

	}
	#serviceButtons .serviceButton .content{
	    display: block;
	    width: 100%;
	    min-height: 140px;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
	#serviceButtons .serviceButton p {
	    font-size: 14px;
	    font-size: 1.4rem;
	} 
	#serviceButtons .serviceButton img{
		display: block;
		-webkit-transition: opacity 0.35s, -webkit-transform 2s;
	    transition: opacity 0.35s, transform 2s;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	#serviceButtons .serviceButton:hover img{
	    -webkit-transform: scale(1.25);
	    transform: scale(1.25);
	}
	/* CASE STUDY SECTION
	==========================================	*/
	#logistic-services .container article.casestudy,
	#case-archive .container article.casestudy,
	#case-studies .container article.casestudy {
    	margin-top: 30px;
	}
	#logistic-services .container article.casestudy:first-child,
	#case-archive .container article.casestudy:first-child,
	#case-studies .container article.casestudy:first-child {
    	margin-top: 75px;
	}

	#logistic-services .container article,
	#case-archive .container article,
	#case-studies .container article {
    	padding-right: 100px;
	}
	
	#logistic-services .container article figure,
	#case-archive .container article figure,
	#case-studies .container article figure {
		max-width: 560px;
		top: -5vw;
		right: -5vw;
	}
	#logistic-services .container article .content,
	#case-archive .container article .content,
	#case-studies .container article .content {
		padding: 5% 50% 5% 5%;
	    min-height: 400px;
	}
		/* ESOP SECTION
	==========================================	*/
	div#esop {
	    margin-top: 80px;
	}
	div#esop .content{
    	min-height: 350px;

	}
	div#esop figure{
	    margin-top: -100px;
	}
	
}


/* Extra Large devices (Apple 4K desktops, 1700px and up) */
@media (min-width: 1400px) {
	#branding-container {
	    max-width: 335px;
	    margin-bottom: -45px;
	}
}
/* Extra Large devices (Apple 4K desktops, 1700px and up) */
@media (min-width: 1600px) {
	#branding-container {
	    max-width: 350px;
	}
}


/* Extra Large devices (Apple 4K desktops, 1700px and up) */
@media (min-width: 1700px) {
	.container{
		width: 1400px;
	}
	/* TYPOGRAPHY: HEADINGS
	==========================================  */
	h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 60px;
		font-size: 6rem;
	}
	h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-size: 40px;
		font-size: 4rem;
	}
	h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.home-title{
		text-align: center;
	    font-size: 66px;
	    font-size: 6.6rem;
	}
	.home-description {
	    font-size: 48px;
	    font-size: 4.8rem;
	}

	/* HOME HERO
	==========================================  */
	
	div#homefeatured .container .row h1 {
    	font-size: 70px;
    	font-size: 7rem;
	}

	#branding-container {
    	max-width: 375px;
	}

	
	/* MAIN NAVIGATION
    ==========================================  */
    #navbarTop.navbar .container, #navbarBottom.navbar .container{
		position: relative;
		width: 100%;
		max-width: 1600px;
    }
    #main_nav a {
	    font-size: 22px;
	    font-size: 2.2rem;
	    padding: 50px 1vw 51px 1vw;
    }
    #main_nav li:last-child a {
		margin-bottom: 40px;
	}
	#main_nav ul li ul {
	    padding-bottom: 10px;
	}
	#main_nav ul li:hover ul {
	    margin-bottom: -175px;
	}
    #main_nav ul ul li a {
	    padding: 16px 0 16px 0;
	}
	/* TAB BUTTONS
	==========================================  */
	.tabButtons.top{
		max-width: 1600px;
	}
	.tabButtons.top li{
	    width: 300px;
	}
	.tabButtons.top li a.tabButton1, .tabButtons.top li a.tabButton1:link, .tabButtons.top li a.tabButton1:visited,
	.tabButtons.top li a.tabButton2, .tabButtons.top li a.tabButton2:link, .tabButtons.top li a.tabButton2:visited{
		font-size: 18px;
		font-size: 1.8rem;
		padding: 2.5em 1em 1.5em 1em;
	}
 


	/* LOGISTIC SERVICES SECTION
	==========================================	*/
	/*#serviceButtons .serviceButton {
		padding: 1% 2% 1% 2%;
		min-height: 150px;
	}*/
	#serviceButtons .serviceButton p {
	    font-size: 16px;
	    font-size: 1.6rem;
	}
	#serviceButtons .serviceButton {
	    height: 520px;

	}
	#serviceButtons .serviceButton .content{
	    min-height: 160px;
	}
	/* CASE STUDY SECTION
	==========================================	*/
	#logistic-services .container article.casestudy,
	#case-archive .container article.casestudy,
	#case-studies .container article.casestudy {
    	margin-top: 100px;
	}
	#case-studies .container article.casestudy:first-child {
    	margin-top: 125px;
	}
	#logistic-services .container article.casestudy:first-child,
	#case-archive .container article.casestudy:first-child {
    	margin-top: 50px;
	}
	#logistic-services .container article figure,
	#case-archive .container article figure,
	#case-studies .container article figure {
    	max-width: 620px;
	    top: -5vw;
	    right: -5vw;
	}
	/* ESOP SECTION
	==========================================	*/
	div#esop {
	    margin-top: 80px;
	}
	div#esop .content{
    	min-height: 450px;

	}
	div#esop figure{
	    margin-top: -100px;
	}
	/* FOOTER
	==========================================  */
	#footerTop h3{
		font-size: 24px;
		font-size: 2.4rem;
	}
	#footerTop p{
		font-size: 18px;
		font-size: 1.8rem;
	}
}