﻿@charset "UTF-8";
/* CSS Document */

img{
max-width: 100%;
height: auto;
}

html,body{
max-width: 100%;
min-height: 100%;
background-color: #0b4045;
font-family: 'Titillium Web', sans-serif;
}

h1{
font-size:2em;
font-weight: 800;
line-height:0px;
}
h2{
font-size:1.8em;
font-weight: 600;
line-height: 1.4vw;

}
h3{
font-size:  1.5em;;
font-weight: 500;
line-height: 2.8vw;
color: #fff;
}
h4{
font-size: 1.1em;
font-weight: 400;
line-height:2.2vw;

}
h5{
font-size:0.9em;
font-weight: 300;
line-height: 1.8vw;
}
h6{
font-size:1.2vw;
font-weight: 200;
line-height: 1.6vw;
}

p{
padding-top: 20px;
font-size:1.2em;
font-weight: 200 !important;
line-height: 1.4vw;
color: #fff;
}
.parafont{
padding-top: 20px;
padding-bottom: 20px;
font-size:1.1em;
font-weight: 200 !important;
line-height: 1.4em
;
color: #fff;
}
.container-fluid-100{
width:100%;
text-align: center;
}
.container-fluid-100h {
    min-width: 320px;
    height: 100%;
    line-height: 18px;
    font-size: 13px;
    color: #777;
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
.nopadding{
padding: 0 !important;
margin: 0 !important;
}
.padding{
padding-top: 1% ;
padding-bottom: 4%;
}
.padding-width{
padding: 4% 15%;
}
.padding-top{
	padding-top: 3%;
}
.center-column{
	margin: auto;
	text-align: center;
}
.lime{
	background-color: none
}

.bg-img-1{
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/bg-airplane.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b4045;
	display: block;
	max-height: 400px;
	position: relative;
	padding: 8% 2%;
}
.bg-img-2{
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b4045;
	display: block;
	max-height: 400px;
	position: relative;
	padding: 8% 2%;
}
.bg-img-3{
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/bg-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b4045;
	display: block;
	max-height: 400px;
	position: relative;
	padding: 8% 2%;
}
.bg-img-4{
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/bg-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0b4045;
	display: block;
	max-height: 400px;
	position: relative;
	padding: 8% 8%;
}
/* Center the loader */
#loader {
	position: relative;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -65px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
 

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
}

.website-content-wrap {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 120px;
	position: relative;
	
}
.header-image-wrap{
width: 100%;
height: 100%;
overflow:hidden;
background-color: transparent;
}
.header-callout-wrap-green{
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../img/head-bg-green-lines.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #80bf1f;
	 background-size: cover;
}
.header-callout-wrap-green-orange{
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../img/head-bg-orange-lines.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #80bf1f;
	 background-size: cover;
}
.header-callout-wrap-purple{
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../img/head-bg-purple-lines.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #662d91;
	 background-size: cover;
}
.header-callout-wrap-blue{
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../img/head-bg-blue-lines.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #189db5;
	 background-size: cover;
	 
}
.H-CO-wrap{
padding:6%;
text-align:right;
}
.section-header {
	color:white;
	text-align: center;
	padding-top: 3%;
}

.overview-services-icon{
display: inline-block;
width: 25%;
text-align: center;
margin-bottom: 2px;

}
.footer-icon{
display: inline-block;
width: 10%;
text-align: center;
margin-bottom: 2px;
}

.readmore-button{
display: inline-block;
border: 1px solid #fff;
padding: 6px 24px;
margin: 20px 0px;
font-size: .8vw;
text-align: center;
text-transform: uppercase;
color:#5419b2;
}

.readmore-button-dark{
display: inline-block;
border: 1px solid #fff;
padding: 6px 24px;
margin: 20px 0px;
font-size: 14px;
text-align: center;
text-transform: uppercase;
color:#fff;
background-color:#5419b2;
}
.value-add-wrap{
list-style: none;
text-align: center;
padding: 2% 4%;
}
.value-add-blocks{
border: 1px solid #5419b2;
padding: 1%;
margin: 0% 0%;
display: inline-block;
width: 30%;
min-height: 200px;
vertical-align: top;

}
.value-add-blocks-larger{
border: 1px solid #fff;
padding: 1%;
margin: 1% 1%;
display: inline-block;
width: 30%;
min-height: 320px;
vertical-align: top;

}
.blank
{
 list-style-type: none; 	
 padding-left: 0px !important;
 
}
.blank :hover {
	color:#0b4045;
}
.privacy{
	color:white;
	text-align: left;
	padding-top: 150px;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin: 5%;
	line-height: 1.42857143;
	background-color:#0b4045;	
	border: 0px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
		 -o-transition: border .2s ease-in-out;
			transition: border .2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
	margin-right: auto;
	margin-left: auto;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
	border-color: #337ab7;
  }
  .thumbnail .caption {
	padding: 9px;
	color: #fff;
  }
.thumbnail-description{
	text-align: justify !important;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #0b4045 !important;
	border: 0px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
  }
.border{
display: inline-block;
border-bottom: 1px solid rgba(255,255,255,.25);
width: 97%;
text-align: center;
}
.contact20{
display:inline-block;
width:20%;
vertical-align: top;
}
.contact80{
display:inline-block;
width:75%;
vertical-align: top;

}
#services-inbound {}
#services-internationalmail {}
#services-postalaudits{}
#services-DomIntCourier {}
#services-DomMail{}
#services-Logistics{}
#services-valueadded {}

.submit{
    color:darkslategrey;
    margin-left:2px;
}

.anchor-move{
display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}


.modal-dialog{ 
width: 100%;
height: auto;


}

.modal-dialog-flow{
width: 70%;
height: auto;
display: block;
margin: 6% auto 0% auto;


	
}
.modal-title{
padding: 1%;
font-weight: 600;
color: #5419b2;


	
}
.delivery-table-wrap {
	display: block;
	padding: 1%;
	height: auto;
	width: 100%;
}
.delivery-table-header {
	display: inline-block;
	padding: 1%;
	height: auto;
	width: 32%;
	background-color: #5419b2;
	color:#fff;
	font-size: 14px;
	line-height: 18px;
	font-weight:600;
	text-align: left;
	vertical-align: top;
	text-transform:uppercase;
	
}
.delivery-table-content{
	display: inline-block;
	padding: 1%;
	height: auto;
	width: 32%;
	color:#5419b2;
	font-size: 14px;
	line-height: 18px;
	font-weight:600;
	text-align: left;
	vertical-align: top;
	
}
#mc_embed_signup{
margin-left:-8px;
margin-top: 10px;
}

.accordion {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	padding: 30px 30px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	transition: 0.4s;
  }
  
  .active, .accordion:hover {
	background-color:transparent;
	text-decoration: none;
  }
  
  .accordion:after {
	content: 'More';
	border: 1px solid white;	
	padding: 5px 10px;
	color: white;
	font-size: 14px;	
	float:none ;
	margin-left: 5px;
	background-color: #80BF24;
	Text-transform:uppercase
  }
  
  .active:after {
	content: "less";
  }
  
  .panel {
	padding: 0 18px;
	padding: 00px 30px;
	color: #fff;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }

  * {box-sizing: border-box}
  .accordion2 {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	padding: 15px 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	transition: 0.4s;
  }
  
  .active, .accordion2:hover {
	background-color:transparent;
	text-decoration: none;
	float: right;
  }
  
  .accordion2:after {
	content: '\25BA';
	float: right;	
	border: 2px solid white !important;	
	padding: 5px 20px;
	color: white;
	font-size: 12px;	
	margin-right: 50px !important;
	background-color: none;
	Text-transform:uppercase
  }
  
  .accordion2.active:after {
	content: "\25B2";
	float: right;
  }
  
  .accordion3 {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	padding: 15px 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	transition: 0.4s;
  }
  
  .active, .accordion2:hover {
	background-color:transparent;
	text-decoration: none;
	float: right;
  }
  
  .accordion3:after {
	content: 'More';
	float: left;	
	border: 2px solid white !important;	
	padding: 5px 20px;
	color: white;
	font-size: 12px;	
	margin-right: 50px !important;
	background-color: #80BF24;
	Text-transform:uppercase
  }
  
  .accordion3.active:after {
	content: "Less";
	float: left;
  }
  
  .panel {
	padding: 0 18px;
	padding: 00px 30px;
	color: #fff;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	
  }
  .panel2 {
	padding: 0 18px;
	padding: 00px 35px;
	text-align: left !important;
	color: #fff;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;	
	transition: max-height 0.2s ease-out;
	border: 1px solid #fff;
  }
  .panel3 {
	padding: 0 18px;
	padding: 00px 10px;
	color: #fff;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	
  }

  * {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}
.tab-table {
	float: left;
	border: 1px solid #fff;
	background-color: transparent;
	width: 30%;
	height: 700px;
  }
  
  .tab-table .active:after {
	content: "\25BA";
	float: right;
  }

/* Style the buttons that are used to open the tab content */

.tab-table button {
	display: block;
	background-color: inherit;
	color: #fff;
	font-size: 1.2em !important;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
  }
  

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
.tab-table button:hover {
	background-color: #00DCCC;
  }

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}
.tab-table button.active {
	background-color: #0C3F44;
  }
  

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 15px;
  border: 1px solid #fff;  
  width: 70%;
  border-left: none;
  height: 700px;
}

  