/* CSS Document */

/*Common*/
body {
	font-family: Yantramanav, Verdana, sans-serif;
	
}

a {
	color:#00A3E0;
}

a:hover, a:focus, a:active {
	color:#00A3E0;
}

h1, h2, h3, h4, h5 {
	font-family: Titillium Web, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h1, h2 {
	font-weight: 700;
}

h1, h2, h3 {
	margin-bottom:25px;
}
#MainPanel p {
	margin-bottom:25px;
}

.align-vertical {	
		position: relative;
		top: 50%;
		transform: translateY(-50%);
}

.align-horizontal {
	margin:0px auto;
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.right{
    text-align: right;
    margin-left: auto;
    margin-right: 0px;
}
.left{
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
}

span.super {
    font-size: 60%;
    line-height: normal;
    vertical-align: top;
}

th {
    color: #fff;
    background-color: #0086D6;
}


div.object-inline {
    float: right;
    margin: 0 0 5px 15px;
}



/*Brand Headline*/
span.half-blue {
    background-image: url(/en/-/media/19B436C419604206BEA1E40F2DC0D6DB.ashx);
    background-repeat: repeat-x;
    /* line-height: 82px; */
    background-size: contain;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 140%;
} 

span.half-blue.white {
	color:#fff !important;
}

span.half-blue.black {
	color:#000 !important;
}


/*Page Title*/
.page-title {
    clear: both;
}

.page-title h1 {
    margin-bottom: 10px;
}

.page-title .page-title-img {
    height: 150px;
    background: url(/en/-/media/70551C53F0FF4717909FAB09EF0AA0D0.ashx) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    margin-bottom: 5px;
}

#MainPanel .page-title-breadcrumbs p {
	margin-bottom:5px;
}

.page-title-image{
	height:310px;
	position:relative;
	text-align: center;
	background:url(/en/-/media/70551C53F0FF4717909FAB09EF0AA0D0.ashx) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.page-title-image .page-title-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.page-title-image .page-title-content h1 {
	margin:0;
}

.page-title-image-breadcrumbs, .page-title-breadcrumbs {
	color:#A7A8AA;
}

.page-title-image-breadcrumbs {
	background-color:#101820;
}

.page-title-image-breadcrumbs a, .page-title-breadcrumbs a {
	color:#A7A8AA;
}

#MainPanel .page-title-image-breadcrumbs p {
	margin:0px;
	padding:3px 0;
}

.page-title h1 span.half-blue {
	padding:5px 10px;
	display:block;
}

/*Subnav*/
.subnav ul li {
	line-height:22px;
}
ul.subnav-tree-list {
	padding-left:0px;
	list-style-type:none;
	margin-top:10px;
}
ul.subnav-tree-list > li {
    font-weight: bold;
}
ul.subnav-tree-list ul{
	list-style-type:none;
	/*border-left:1px solid #00a3e0;*/
	padding-left:5px;
	margin-left:20px;
}
ul.subnav-tree-list li {
	font-size:14px;
	text-transform:uppercase;
}
ul.subnav-tree-list li.active {
	font-weight:bold;
	text-decoration: underline;
}
.subnav-item h4 {
	color:#00a3e0;
}
.subnav-items {
	border-left:1px solid #ccc;	
}
.subnav-item {
	margin-bottom:30px;
}
.subnav-description {
    margin-bottom: 15px !important;
}
.subnav-sidebar h3 {
    color: #63666A;	
    margin-bottom: 10px;
}
#MainPanel .subnav-sidebar p {
    margin-bottom: 10px;
}
.subnav-sidebar .email input {
    border: 1px solid #A7A8AA;
}

/*Forms*/
input.form-control, .btn {
	border-radius:0px;
	margin-bottom:15px;
}

input.form-control {
	color:#000;
	background-color:#fff;
	border:0px solid #fff;
}

.btn-primary {
	border:1px solid #00A3E0;
	background:transparent;
	color:#00A3E0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color:#00A3E0;
	color:#fff;
	border-color:#00A3E0;
}


.btn-dark {
	border:1px solid #00A3E0;
	background:#101820;
	color:#00A3E0;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
	background-color:#00A3E0;
	color:#fff;
	border-color:#00A3E0;
}


.btn-light {
	border:1px solid #00A3E0;
	background:#fff;
	color:#00A3E0;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
	background-color:#00A3E0;
	color:#fff;
	border-color:#00A3E0;
}

.btn-blue-white {
	border:1px solid #00A3E0;
	background:#00A3E0;
	color:#fff;
}

.btn-blue-white:hover, .btn-blue-white:active, .btn-blue-white:focus {
	background-color:#fff;
	color:#00A3E0;
	border-color:#00A3E0;
}

.btn-blue-black {
	border:1px solid #00A3E0;
	background:#00A3E0;
	color:#fff;
}

.btn-blue-black:hover, .btn-blue-black:active, .btn-blue-black:focus {
	background-color:#101820;
	color:#fff;
	border-color:#00A3E0;
}

.container-fluid {
	padding:0;
}

/*Nav bar*/

nav {
	background: #101820;
	color:#fff;
	padding-bottom:0px;
}
nav a { text-decoration: none;}
nav .dropdown-menu {
	background: #101820;
	border-left:1px solid #00A3E0;
	border-right:1px solid #00A3E0;
	border-bottom:1px solid #00A3E0;
	border-radius:0px;
}
nav .dropdown-menu a {
	color:#fff;
}


.navbar-brand {
	height:0px;
}

/*Search*/
.navbar-search button {
	float:left;
}

.stylish-input-group .form-control, .stylish-input-group .input-group-addon {
	border-radius:0px;
	height:20px;
	font-size:10px;
	padding:6px;
	color:#fff;
	background-color:transparent;
	border:1px solid #fff;
	
}

.stylish-input-group .input-group-addon{
	padding:0px;
	border:none;
	border-left: 1px solid #fff;
}
.stylish-input-group .form-control{
	border-right:0; 
	background:#fff;
	color:#000;
}
.stylish-input-group .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.stylish-input-group #txtSearch {
		z-index: 2; /*Do NOT Change. Tied to js for Search*/
	}

.stylish-input-group #txtSearch.desktop {
	width:0px;
}

.stylish-input-group #txtSearch.mobile {
	width:100% !important;
}

/*Top Links*/
.toplinks {
	padding-top:10px;
}
.toplinks .caret{
	transition: transform .0s ;
	transform:rotate(-90deg);
}

.toplinks .caret.rotate-90{
	transform:rotate(0deg);
}
.toplinks img {
	position:relative;
	top:-2px;
	margin-right:4px;
}
.toplinks a {
	color:#fff;
	cursor: pointer; cursor: hand;
	text-decoration:none;
}
.toplinks>div {
	display:inline;
	margin:0px 15px;
}
.toplinks .dropdown {
	display:inline;
}

nav .toplinks .dropdown-menu {
	border:1px solid #00A3E0;
	z-index:1002;
}

nav .trackshipment .dropdown-menu {
	padding:10px;
}

nav .trackshipment .dropdown-menu input {
	margin-bottom:10px;
}

nav .trackshipment .dropdown-menu .btn {
	margin-bottom:0px;
	width:100%;
}

nav .toplinks .dropdown-menu input {
	color:#000;
}


.navbar-topnav{
	float:right; 
	font-size:12px;
}



/*Main Nav*/
nav.navbar {
	margin-bottom:0px;
	border-radius:0px;
}

.navbar-mainnav .glyph-wrap {
	display: none;
}

.navbar-mainnav .navbar-nav>li>a {
	display:inline-block;
}

.navbar-mainnav{
	clear:both;
	font-size:14px;
	font-family: Titillium Web, Arial, sans-serif;
	font-weight:700;
	text-transform: uppercase;
}

.navbar-mainnav ul.dropdown-menu {
	font-family: Yantramanav, Verdana, sans-serif;
	text-transform: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color:transparent;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
	background-color:transparent;
	/*border-bottom:1px solid #00A3E0;*/
	color:#fff;
}

.navbar-nav>li>.dropdown-menu {
	margin-top:0px;
    z-index:10000;
}

.circle {
	border-radius: 50%;
	width: 10px;
	height: 10px; 
	border: 1px solid #fff;
	background-color:#101820;
	position: absolute;
    bottom: -3px;
    margin-left: -5px;
	display:block;
	opacity: 0;
	left:0;
	transition: all 1.5s;
	z-index:10001;
}

ul.nav li:hover .circle, ul.nav li.active .circle {
	display:block;
	transform: translateX(40px);

	opacity: 1;
}

ul.nav li span.line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: all 0.6s;
}
ul.nav li:hover span.line, ul.nav li.active span.line {
    width: 100%;
	background: #00A3E0;
}

ul.nav li span.line2 {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: all 0.9s;
}
ul.nav li:hover span.line2, ul.nav li.active span.line2 {
    width: 75%;
	background: #0086D6;
}

.navbar-toggle .icon-bar {
	background-color:#fff;
}





/*Hero*/

/*.hero-content {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
} */

.hero .hero-bg-wrap {
	position: relative;
    z-index: 1;
    /*max-height: 550px;*/
    overflow: hidden;
	background-color:#101820;
    padding: 30px 0;
}



video.bgvid, .bgimg { 
	/*position: relative;*/
	position:absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /*min-height: 500px;*/
    width: auto;
    height: auto;
    z-index: -900;
    transform: translateX(-50%) translateY(-50%);
    /*background-size: cover;*/
    background-color: #101820;
}

.bgimg {
    z-index: -1000;
}



/*RAQ Short Form*/
.module-raq-short {
	background:rgba(0,0,0,.75);
	padding:0 20px;
	float:left;
	width:100%
}

.module-raq-short h2 {
	font-size: 20px;
	color:#00a3e0;
}





/*Carousel*/
.carousel {
    clear: both;
}

 .carousel-inner {
	color:#fff;
}

.carousel-inner p {
	font-size:17px
}

.carousel h1, .carousel h2 {
	color:#00a3e0;
}

.carousel .carousel-img-bg {
	margin:0px auto;
}

.carousel-text .carousel-indicators {
	bottom:-30px;
}

.carousel .carousel-content {
    overflow: auto;
}


/*Carousel Image*/
.carousel-inner-image .item {
    height: 500px;
}

.carousel-image .carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	right:0;
	left:0;
    position: relative;
    padding-bottom: 45px;
}

.carousel-image .item .container {
    width: auto;
}

.carousel-image .item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-image .carousel-indicators {
    bottom: 0;
}


/*carousel fade transition*/
.carousel-fade .carousel-inner .item {
            transition-property: opacity;
	overflow:auto;
        }
        
        .carousel-fade .carousel-inner .item,
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            opacity: 0;
        }

        .carousel-fade .carousel-inner .active,
        .carousel-fade .carousel-inner .next.left,
        .carousel-fade .carousel-inner .prev.right {
            opacity: 1;
        }

        .carousel-fade .carousel-inner .next,
        .carousel-fade .carousel-inner .prev,
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }




/*Brand Separater*/
.separator-module {
    overflow:auto;
    clear: both;
}
.separator-wrap {
	float:left;
	width:100%;	
}

.brand-separator.separator-option-line, .brand-separator.separator-option-circle {
	position:relative;
	clear:both;
	z-index:9999;
}
.brand-separator .brand-separator-line {
	height:3px;
	background-color:#a7a8aa;
	width:100%;
	display:inline;
	background-clip: content-box;
	position: absolute;
    top: 0px;
    transform: translateY(-50%);
}

/*Brand Separater Circle*/
.brand-separator.separator-option-circle .brand-separator-image {
	display:none;
}

.brand-separator.separator-option-circle .brand-separator-line.line-left {
	left:0px;
	padding-right:12px;
	width:50%;
}

.brand-separator.separator-option-circle .brand-separator-line.line-right {
	right:0px;
	padding-left:12px;
	width:50%;
}

.brand-separator.separator-option-circle .brand-separator-circle {
	border-radius: 50%;
	width: 24px;
	height:24px;
	border:3px solid #00a3e0;
	margin:0px auto;
	position: absolute;
    top: 0px;
    transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;	
}


/*Brand Separater Line*/
.brand-separator.separator-option-line .brand-separator-line.line-left {
	left:0px;
}

.brand-separator.separator-option-line .brand-separator-line.line-right {
	right:0px;
}

/*Brand Separater Image*/


.brand-separator .brand-option-image .brand-separator-image img {
	margin:0px auto;
}


/*Blog Aggregator*/
.blog-aggregator .content-module-cta:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: relative;
    margin-right: 5px;
    margin-left: 0px;
    top: 0px;
    color: #9FA3A6;
}

/*Link List*/
.link-list {
	border:1px solid #63666a;
}

.link-list-headline {
	background-color:#63666a;
	color:#fff;
}

.link-list-headline h5 {
	margin:0;
	padding:10px;
}

.link-list .link-list-links {
	padding:15px 15px 15px 0;
}

.link-list .link-list-links ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.link-list .link-list-links ul li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: relative;
    margin-right: 5px;
    margin-left: 15px;
    top: 0px;
    color: #9FA3A6;
}

/*Video Content*/
.vidyard_player {
	margin-bottom:25px !important;
}
.video-caption {
	max-width:650px;
	display:inline-block;
}

/*Content Module*/
.content-module-cta {
    margin-top: 20px;
}
.content-module-container {
	padding-top:15px;
	padding-bottom:15px;
}


/*Content Callout*/
.callout-container, .callout-image, .callout-content {
	padding-top:15px;
	padding-bottom:15px;
}

.callout-container.callout-image-right .callout-image {
	float:right;
}

/*Video Page*/
img.videobordered {
    margin: 0 10px 0 0;
    padding: 3px;
    border: 1px solid #d2d2d3;
    float: left;
}
.video-links p {
    overflow: hidden;
}


/*-------leadership grid--------*/
.leaderNameBack {
    top: 0;
    height: 50%;
    background: #333;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
}
.leaderTitleBack {
    content: attr(data-title);
    height: 50%;
    background: #333;
    font-size: 12px;
    padding: 15px;
}

@media (max-width: 960px){
	.leaderTitleBack {
        display:none;
    }
    .leaderNameBack {
        height: 100%;
    }
}

.leaderNameBack, .leaderTitleBack {
    opacity: 1;
    top: 0;
    color: #fff;
}

.leader {
    margin-bottom: 30px;
}
.leaderData{
    position: relative;
}
.content-leader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.leaderData.active::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #939598;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0;
}


.description-wrapper{
	position:relative; 
	display:none; 
	color:#fff;
	}
		
.leaderDescription{
	background: #939598; 
	padding: 30px 15px; 
	}
.description-wrapper {
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	opacity: 1;
	margin-bottom:30px;
	}
	
.description-wrapper.active {
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
	opacity: 1;
	}
	
.leaderFname{
	font-weight:bold;
	display:inline;
	}
	
.leaderLname{
	font-weight:normal;
	display:inline;
	}
.leaderFname, .leaderLname{

    font-size: 22px;   
}
.leaderFname{
    font-weight:bold;
}
.leaderProfile{
    padding-top:15px;
}
.leader{
	cursor:pointer;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.leaderShipgrid .img-responsive {
    width: 100%;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Incoterms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#incoterms .main_image {
    width: 426px;
    height: 419px;
    background: #fff;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #000;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding:0px;
	@media( max-width: 480px ){
		width:80%
	}

}
#incoterms .main_image h2 {
	font-size: 19px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 7px 10px 5px 12px;
    color: #000;
    line-height: 1em;
	@media( max-width: 480px ){
		font-size:14px;
	}
}
#incoterms .main_image p {
    font-size: 15px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    padding: 0px 10px 10px 12px;
    width: 400px;
    margin: 0;
	@media( max-width: 480px ){
		font-size:9px;
		width:100%;
	}
}
#incoterms .main_image p span.super { 
  vertical-align: text-top;                                   
  font-size:60%; 
  line-height: normal; 
}
#incoterms .block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 8px;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
#incoterms .main_image .block small {margin-left: 10px;}
#incoterms .main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
#incoterms .main_image .block{
    width: 100%;
    background: #edf3f5;
    border-top: 1px solid #000;
}

#incoterms .image_thumb {
    float: left;
    width: 90px;
    background: #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #ccc;
	@media( max-width: 480px ){
		width:55px;
	}
}
#incoterms .image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
#incoterms .image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#incoterms .image_thumb ul li{
    margin: 0;
	height:38px;
    padding: 4px 0px 0px 16px;
    background: #0086D6  repeat-x;
    width: 92px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #ccc;
	color:#fff;
	@media( max-width: 480px ){
		padding-left:0px;
	}
}
#incoterms .image_thumb ul li.hover { /*--Hover State--*/
    background: #b7b7b7;
    cursor: pointer;
}
#incoterms .image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
	color:#000;
}
#incoterms .image_thumb ul li h2 {
    font-size: 15px;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
}
#incoterms .image_thumb ul li.active h2 {
    font-size: 15px;
    margin: 5px 0;
    padding: 0;
    color: #000;
    font-weight: bold;
}
#incoterms .image_thumb ul li .term {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 50px;
}

#incoterms .image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 50px;
}
#incoterms .image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
#incoterms .image_thumb ul li div.block h2{display: none;}/*--Hide the description on the list items--*/
#incoterms .image_thumb ul li div.term span.long{display: none;}/*--Hide the description on the list items--*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Dimensional Freight Calculator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#dimensional-freight {
  display: none;
  }
#dimensional-freight p {
  position: relative;
  }
#dimensional-freight table {
  margin: 0;
  width: auto;
  }
#dimensional-freight fieldset {
  position: relative;
  }
  #dimensional-freight fieldset.summary-ocean,
  #dimensional-freight fieldset.summary-air { display: none; }

#dimensional-freight label {
	float:left;
  }
  #dimensional-freight label.radio { margin-right: 40px; margin-top:1px; }
  #dimensional-freight div.column label { /*width: 180px;*/ }

#dimensional-freight input {
  position: relative;
  float:left;
  }
#dimensional-freight .summary-air {
    margin-bottom: 20px;
}
#dimensional-freight .summary-air input {
    margin-bottom: 20px;
    clear: left;
}
#dimensional-freight .summary-air label {
    margin-right: 10px;
    clear: left;
}
  #dimensional-freight input.radio { width: 15px; height: 15px; margin: 0 2px 0 0; border: none; }

#dimensional-freight a {
  display: block;
  float: left;
  margin: 3px 12px 0 6px;
  }
#dimensional-freight .button {
  float: left;
  margin: 0px 27px 10px 20px;
  width: 80px;
    background-color: #00a3e0;
    border: none;
    padding: 5px 0;
    color: #fff;
  }
#dimensional-freight .button:hover {
    background-color: #101820;
}
#dimensional-freight #df-error {
  display: none;
  }
#dimensional-freight select {
  color: #666;
  float: left;
  font-size: 14px;
}
#dimensional-freight th, #dimensional-freight td {
    padding: 5px;
}
tr.df-error td {
  background-color: #faefef;
  }
tr.df-error td input {
  border-color: #cc0000;
  }
.df-standard-only,
.df-metric-only {
  display: none;
  position: relative;
  }

/**** Social Feed 
-------------------------------------------------- */
.social-feed .nav-tabs>ul {
	text-align:center;
	width:100%;
}

.social-feed .nav-tabs>li {
	width:20%;
	text-align:center;
}

.social-feed .nav li a:link img {
	background-color:#ccc;
}

.social-feed .nav li a:hover img, .social-feed .nav li.active a:link img  {
	background-color:#2f98ea;
}
.social-feed .nav li.linkedin a:hover img, .social-feed .nav li.linkedin.active a:link img  {
	background-color:#007bb5;
}
.social-feed .nav li.facebook a:hover img, .social-feed .nav li.facebook.active a:link img  {
	background-color:#3b5998;
}
.social-feed .nav li.twitter a:hover img, .social-feed .nav li.twitter.active a:link img  {
	background-color:#00aced;
}
.social-feed .nav li.googleplus a:hover img, .social-feed .nav li.googleplus.active a:link img  {
	background-color:#dd4b39;
}
.social-feed .nav li.youtube a:hover img, .social-feed .nav li.youtube.active a:link img  {
	background-color:#bb0000;
}

.social-feed .nav-tabs>li>a:hover {
	background-color:transparent;
}
.social-feed .nav-tabs>li>a:link {
	padding:0px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid transparent;

}
.social-feed .nav-tabs>li>a:hover, .social-feed .nav-tabs>li.active>a {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #2f98ae;
}

.social-feed .nav-tabs>li.linkedin>a:hover, .social-feed .nav-tabs>li.linkedin.active>a {
	border-bottom:2px solid #007bb5;
}
.social-feed .nav-tabs>li.facebook>a:hover, .social-feed .nav-tabs>li.facebook.active>a {
	border-bottom:2px solid #3b5998;
}
.social-feed .nav-tabs>li.twitter>a:hover, .social-feed .nav-tabs>li.twitter.active>a {
	border-bottom:2px solid #00aced;
}
.social-feed .nav-tabs>li.googleplus>a:hover, .social-feed .nav-tabs>li.googleplus.active>a {
	border-bottom:2px solid #dd4b39;
}
.social-feed .nav-tabs>li.youtube>a:hover, .social-feed .nav-tabs>li.youtube.active>a {
	border-bottom:2px solid #bb0000;
}

.social-feed .tab-content { padding: 15px 0;}

/*.social-feed .tab-pane {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}*/
  
/*Find an Office*/
#branchlisting {
    margin-top: 25px;
}
#branchlisting th {
    padding: 6px 6px;
    font-size: 18px;
    font-weight: normal;
}

#branchlisting td {
    padding: 12px 6px;
    color: #2f2f30;
    font-size: 14px;
    vertical-align: top;
}
#flashcontent {
    margin-top: 15px;
    clear: both;
}



/* ---------------------------------------------------------------------
Find a Branch Styles
------------------------------------------------------------------------ */
a.print {
  background: url("/Design/Images/CHRobinson/default/icons/icon-print.gif") no-repeat scroll left 4px transparent;
  clear: both;
  color: #858585;
  float: right;
  font-family: Verdana,Arial,sans-serif;
  font-size: .8em;
  margin: 10px 0 0;
  padding: 3px 0 3px 20px;
}

.branchsearch {
    background: url("/Design/Images/CHRobinson/default/backgrounds/bg-branchsearch.gif") no-repeat scroll right bottom transparent;
    border: 1px solid #ccc;
    float: left;
    margin: 10px 0 25px 0;
    padding: 15px 15px 15px 30px;
    width: 100%;
}
.branchsearch p {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0 0 15px;
    width: 100%;
}
.branchsearch div.column {
    width: auto !important;
    float: left;
}
.branchsearch div.column.left {
    border-right: 1px solid #ccc;
	padding-right:15px;
	margin: 0 15px 20px 0;
}
.branchsearch div.colum.right {
    width: 180px;
}
.branchsearch div.column p {
    width:auto !important;
    margin-bottom: 5px !important;
}
.branchsearch div.column input {
    width: 150px;
}
.branchsearch div.column label {
    font-weight:normal;
}
.branchsearch div.column select {
    width: auto;
}
.branchsearch div.buttons input {
    margin: 0;
    width: auto;
}
div.column .ddCountry {
    width: 256px;
}


/*Footer*/
footer {
	background: #101820;
	color:#fff;
}

footer .touchpoints {
	margin-bottom:30px;
}

footer .touchpoints p {
	font-size:17px;
	line-height:17px;
}

footer .touchpoint-icon {
	padding-right:15px;
	float:left;
	display:inline;
}

footer .touchpoint-text {
	float:left;display:inline;
}

footer .touchpoint-icon img {
	width:48px;
	height:auto;
	margin-top:25px;
}

footer .touchpoints form.email input.form-control {
	width:70%;
	margin-right:5%;
	float:left;
}
footer .touchpoints form.email button {
	float:left;
}

footer .link-list {
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
}

footer .link-list-headline {
    background-image: url('/en/-/media/5A04E1E2497F4022AEF9955B55BF9767.ashx');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px; 
    background-color: transparent;
}

footer .link-list-headline h5 {
    font-size: 24px;
}





@media only screen and (max-width: 992px) {
	.navbar-brand{
		width:150px;
		padding:10px;
	}
}

@media only screen and (min-width: 768px) {
	.navbar-mainnav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}	
}

@media only screen and (max-width: 768px) {
	
	
	.stylish-input-group #txtSearch {
		z-index: 3; /*Do NOT Change. Tied to js for Search*/
	}
	
	/*.hero-content {
		background-color:#101820;
	}*/
	
	.carousel-text {
		margin-bottom:30px;
	}
	
	.module-raq-short {
		padding:1px 20px;
	}
	
	/*.hero-bg-wrap {
		display:none;
	}*/
	
	
	.toplinks .toplink {
		display:block;
		width:100%;
		clear:both;
		margin-bottom:20px;
		margin-left:0px;
	}
	
	.navbar-mainnav .glyph-wrap {
		float: right;
		padding: 10px 10px 10px 50%;
		display: block;
	}
	
	.navbar-mainnav .glyphicon-play{
		transition: transform .3s ;
	}
	
	.navbar-mainnav .glyphicon-play.rotate-90{
		transform:rotate(90deg);
	}
	
	.carousel-image h1, .carousel-image h2, .carousel-image h3, .carousel-image h4, .carousel-image h5, .carousel-image h6 {
		font-size:18px;
		margin-bottom:5px;
	}
	
	#MainPanel .carousel-image p, #MainPanel .carousel-image ul li, #MainPanel .carousel-image a {
		font-size:12px;
		margin-bottom:5px;
	}
	
	.carousel-image a.btn {
		font-size:12px;
		padding:3px 8px;
	}
	
	.subnav-tree {
	/*	display:none;*/
	}
	
	.subnav-items {
		border:none;
	}

    .page-title h1 span.half-blue {
	    padding:0 10px;
	    display:inline;
    }
}

@media only screen and (max-width : 480px) {
	.carousel-image h2 {
		font-size:18px;
	}
	
	.carousel-image p {
		font-size:13px;
	}
	
	.carousel-image a.btn {
		font-size:11px;
		padding:3px 8px;
	}
}



.vidyard_player > span {
                width: 100% !important;
                margin: 0 auto !important;
		height: 240px !important;
            }


@media (min-width: 480px){

.vidyard_player > span {

		height: 347px !important;
            }

}
@media (min-width: 991px){
.vidyard_player > span {
		height: 392px !important;
            }
}

