/*
default: 	#2B366E
light:		#005388;
lighter:	#009BFF;
*/

/*** General ***/

html { 
  background: url(../img/background_cargo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow-y: scroll;
}

body {
	font-family: "Gill Sans std", "Gill Sans MT", Calibri, sans-serif;
	color:#2B366E;
	margin:0;
	padding:0;
	background-color: transparent;
	height: 100%;
}

h1 {
	margin: 0;
 	padding: 0px 0 6px 0;
 	color:#2B366E;
}

h2 {
	border-bottom: 2px solid #009BFF;
	margin-top: 0;
 	/*padding: 6px 0 6px 0;*/
 	padding: 0 0 10px; 
 	color:#2B366E;
}

h3 {
 	color:#2B366E;
}

a:hover { 
    color: #009BFF
}

/*********/

/*** Home ***/

.header_contact {
	float: right;
	width: 22%;
	font-size: 18px;
}

.first_column,
.second_column,
.third_column {
    float: left;
    width: 25%;
    padding-top: 1% !important;
    padding-left: 2%;
    padding-right: 2%;
}

.fourth_column {
    float: right;
    width: 25%;
    padding-top: 1% !important;
    padding-left: 2%;
    padding-right: 2%;
}

.home_image {
	border-radius: 7px;
	box-shadow: 3px 3px 1px 0px rgba(50, 50, 50, 0.18);
	height: 185px; 
	width: 200px;
}

.division_menu_container{
	width: 100%;
	text-align: left;
}

.division_menu {
	padding-left:0;
}

.division_menu,
.division_menu_item  {
	list-style-type: none;
 	list-style-position: inside;
}

.division_menu_item a:link {
	color: inherit;
}

.division_menu_item a:visited {
	color: inherit;
}

.division_menu_item a:hover {
	color: #009BFF;
	text-decoration: none;
}

.division_menu_header_cargo,
.division_menu_header_livestock,
.division_menu_header_motorcycles,
.division_menu_header_projects {
	font-size: 22px;
	line-height: 30px;
	padding-top: 15px;
}

.division_menu_header_cargo {
	border-bottom: 2px solid #2B366E;
}

.division_menu_header_livestock {
	border-bottom: 2px solid #007E5E;
}

.division_menu_header_motorcycles {
	border-bottom: 2px solid #AA3939;
}

.division_menu_header_projects {
	border-bottom: 2px solid #00AEAE;
}

.division_menu_item_cargo,
.division_menu_item_livestock,
.division_menu_item_motorcycles, 
.division_menu_item_projects {
	font-size: 14px;
	border-bottom: 1px solid #E0E0EB;
	line-height: 15px;
	padding-top: 15px;
}

.division_menu_item_cargo{
	color: #2B366E;
}

.division_menu_item_livestock{
	color: #007E5E;
}

.division_menu_item_motorcycles{
	color: #AA3939;
}

.division_menu_item_projects{
	color: #00AEAE;
}
/*********/

/*** Main ***/

.wrapper {
	background-color: white;
	min-height:100%;
	margin: 0 auto;
	min-width: 1020px;
	position:relative;
	width: 1020px;
	-webkit-box-shadow: 0px 7px 4px 10px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    0px 7px 4px 10px rgba(50, 50, 50, 0.43);
	box-shadow:         0px 7px 4px 10px rgba(50, 50, 50, 0.43);
}

.container {
    margin: 0 auto;
    width: 70.000em;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: table;
    height: 100%;
}

.column{
	padding-top: 2%;
    background-color: #FFFFFF;
    vertical-align: top;
    display: table-cell;
    height: 100%;
}
/*********/

/*** Header ***/

.header {
	padding:10px;
	z-index: 100;
	box-shadow: 0 4px 4px rgba(0,0,0,0.15);
}

.z {
	margin-right: 7px;
}

.header_logo {
	font-size: 30px;
	color:#2B366E;
	display: inline-block;
	position: relative;
	width: 475px;
	height: 40px;
	float: left;
	line-height: 5px;
}

.header_search {
    float: right;
    width: 24%;
    font-size: 12px;
}

.header_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header_links li {
	display: inline;
	padding-right: 8px;
}

.a_division {
    font-size: 12px;
    font-weight: normal;
    display:inline-block;
    text-indent: 35px;
}

.no-style-button 
{
    padding: 0;
    background: none;
    border:none;
    margin: 0;
}

/*********/

/*** Content ***/

.content {
	padding:10px;
	padding-bottom:110px;	/* Height of the footer */
}

.page_image {
    max-width: 100%;

    /*margin: 0 auto;*/
    border-radius: 7px;
    box-shadow: 3px 3px 1px 0px rgba(50, 50, 50, 0.1);
}

.left_column {
    width: 22%;
}

.centre_column {
    width: 55%;
    padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	color: #707070;
}

.right_column {
    width: 23%;
}

/*********/

/*** Footer ***/

.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:110px;
	padding-top:1%;
	text-align: left;
	z-index: 50;
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.15);
}

.logos {
	padding-top: 5px;
	padding-left:0;
}

.logos li 	{
	display: inline;
	list-style-type: none;
 	list-style-position: inside;
 	padding-left: 0;
	clear: right;
	float: left; 
	margin-right: 10px;
}

/*********

/**** Navigation ****/

.navigation ul {
    padding: 0;
    min-width: 100%;
    width: 100%;
    margin:0px;
}

.navigation__item:first-child .navigation__link {
    border-top: none;
}

.navigation__item {
    list-style: none;
    padding-left: 0.75em;
    padding-right: 1em;
    border-left: 5px solid #005388;
    background-color: #2B366E;
}

.navigation__item:hover {
    border-left-color: #009BFF;
}

.navigation__item__subone {
    background-color: #005388;
}

.navigation__item__subone a {
    margin-left: 4px;
}

.navigation__item__subtwo {
    background-color: #009BFF;
}

.navigation__item__subtwo a {
    margin-left: 4px;
}

.navigation__item__subtwo a:hover {
   color: #005388;
}

.navigation__item__subthree {
    background-color: #009BFF;
}

.navigation__item__subthree a:hover {
   color: #005388;
}

.navigation__link {
    padding: 0.5em 0 0.5em;
    display: block;
    border-top: 1px solid #ccc;
    color: #FFFFFF;
}

.navigation__link:hover {
    color: #009BFF;
}

.navigation__sublink {
    padding: 2px 0 0 8px;
    display: block;
    font-size: 10pt;
    color: #FFFFFF;
}

.navigation__spacer {
    padding-bottom: 10px;
}

/********************/

/**** Contact ****/

.contact {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 10px;
}

.contact a {
  color: #2B366E;
}

/*********/

/**** News ****/

.headlines {
	background-color: #F5F5F5;
}

.headlines hr {
	margin: 0;
}

.headlines p {
	margin: 0;
}

.headlines ul {
	padding-left: 0;
}

.headlines li {
	border-bottom: 1px solid #E0E0EB;
	/*list-style-type: none;
    list-style-position: inside;*/
     list-style: none;
    /*list-style-image: url(data:0);*/
}

.headlines a {
	font-size: 10pt;
	/*color: #009BFF;*/
}

.headlines .alignleft {
	float: left;
	width:50%;
	text-align:left;
}

.headlines .alignright {
	float: left;
	width:50%;
	text-align:right;
}

/********************/

/**** Downloads ****/

.downloads {
	background-color: #F5F5F5;
}

.downloads hr {
	margin: 0;
}

.downloads a {
	font-size: 10pt;
}

.downloads ul {
	padding-left: 0;
}

.downloads li {
	border-bottom: 1px solid #E0E0EB;
	list-style-type: none;
    list-style-position: inside;
}

.file {
	margin: 0px 5px 0px 0px;  
	/*vertical-align: bottom;*/
}

.file_list	{
	padding:20px 20px 25px 25px; 
}

/********************/

/**** Facebook ****/

.facebook_feed {
	margin: 1em 0 0 0px; 
	/*float:right; */
	/*width:260px; */
	/*display:block;*/ 
	/*float:right;*/
	border:none;
	background-color:#E2E4EC;
	/*float:left;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	}

.facebook_feed h3 {
	background-color:#4A558B; 
	color:white;
	padding:0.75em;
	font-size: 12px;
	}

.facebook_feed .posts {
	height:300px; 
	overflow-y: scroll;
	overflow-x: hidden;
	background: #f9f9f9;
}

.facebook_feed .fb_item{
	list-style-type:none; 
	border: 1px solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 0.25em 1em 1em 1em;
	border-bottom: 1px solid #ddd;
	
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

.facebook_feed  img[height] {
	margin:0; 
	padding:0 !important; 
	border: 0 !important;
	height:1px !important; 
	width:1px !important;
	}

/*.facebook_feed {
	background-color:#E2E4EC;
	float:left;
	font-size: 
}*/

.facebook_feed_header {
	font-family: 'ProximaNova-Sbold',Arial,sans-serif;
  font-weight: 400;
  color: #333;
  text-rendering: optimizelegibility;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.02em;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;

  border-bottom: 6px solid #3A7EA2;
  background: #fff;
  padding: 5px 0 10px 0px;
}

.facebook_feed_header td {
	padding: 2px;
	vertical-align: bottom;
}

.facebook_feed_footer {
	font-family: 'ProximaNova-Sbold',Arial,sans-serif;
  font-weight: 400;
  color: #333;
  text-rendering: optimizelegibility;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  vertical-align: top;
  text-align: right;
  -webkit-font-smoothing: antialiased;

  border-top: 6px solid #3A7EA2;
  background: #fff;
  padding: 5px 0 10px 0px;
}

.facebook_feed #fb_link {
	color: white;
	background-color:#4A558B;
	padding:0.75em;
	display:block;
	/*float:left;
	width:240px;*/
	text-align:right;
}

/********************/

/***** Pages ********/

.image {
  display: inline-block;
  
  margin: 5px;
  padding: 5px;
  
  border: 5px solid white;

  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.image img, .image span {
  display: block;
}

.image span, .image figcaption {
  text-align: center;
  margin-top: 5px;
}

/********************/