@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;500&display=swap');
@import url('../fonts/fa-all.min.css');

body {
	color: #111;
	background: #fff;
	margin: 0;
	padding: 3%;
	font-size: .9rem;
	line-height: 220%;
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
}
b, strong {
	font-weight: 500
}

a, a:visited{
    color: #333;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
}
a:hover, a:active {
    color: #111;
}

a:after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	width: 0%;
  	-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
 	height: 1px;
  	background: #111;
  	-webkit-transition: .35s;
  	transition: .35s;
}
a:hover:after, a:focus:after, a:active:after {
  	width: 100%;
}

h1 {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 500;
}
h2 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-transform: capitalize;
}

.logo {

}
.logo img {
	width: 150px;
}

ul {
	margin: 20px 0; 
	padding: 0 0 0 40px;
}
ul.square {
	list-style-type: square; 
}
ul.circle1 {
	list-style-type: circle; 
}
ul.none {
	list-style-type: none;
	padding: 0 0 0 20px; 
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert h4 {
	margin: 0 0 8px 0;
}
.alert p:second-child {
	margin-bottom: 0
}

.brexit {
	background-color: #003399;
	color: #FFCC00;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}
.brexit h4 {
	margin: 0 0 8px 0;
	color: #FFCC00;
}


.accordion {
	background: rgba(1,1,1,0.025);
  	padding: 18px 22px;
	color: #222;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-weight: 500;
	font-size: 0.9rem
}

.active, .accordion:hover {
	background: rgba(1,1,1,0.065);
}

.panel {
  	padding: 0px 18px;
	background: #fff;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}
.accordion .minus,
.accordion.active .plus { display: none; }
.accordion.active .minus { display: inline-block; }


.panel p:last-child {
	margin-bottom: 22px;
}

td {
	padding: 5px;
	border-bottom: 1px solid #eee; 
}
td.service {
	font-weight: 500;
}
.fas { font-size: 24px; }
.fa-check { color: #008100; }
.fa-times { color: #9A0000; }



.cta { width: 100%; text-align: center; display: flex; justify-content: flex-start; }

.cta a { display: inline-block; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 1rem; letter-spacing: 0.1rem; font-weight: 400; padding: 1em 2em; margin: 1em 0; background-color: #fff; color: #000; border: 1px solid #000; transition: all 0.4s ease-in-out; margin-left: 1rem; }
.cta a:first-child { margin-left: 0; }
.cta a:hover { background-color: #000; color: #fff; border: 1px solid #000; }

.cta.more { justify-content: center; }

.cta.more a { background-color: #000; color: #fff; }

.cta.more a:hover { background-color: #fff; color: #000; border: 1px solid #000; }


@media (max-width: 414px) { .cta { flex-direction: column; } .cta a { margin-left: 0; }}



footer {
	margin-top: 50px;
	text-align: center;
}	
footer ul {
	list-style: none;
}
footer ul li {
	font-size: .8rem;
}

@media (min-width: 768px) { 
	footer {
		text-align: left;
	}
	footer ul {
		font-size: 0px;
		padding: 0;
	}
	footer ul li {
		font-size: .8rem;
		display: inline-block;
	}
	footer ul li:after {
		content: '|';
		margin: 0 8px;
	}
	footer ul li:last-child:after {
		content: '';
		margin: 0;
	}
}

@media (min-width: 992px) { 
	body {
		font-size: 1rem;
		line-height: 190%;
	}
	.accordion {
		font-size: 1rem
	}

	table {
		width: 100%;
		max-width: 800px;
	}
	table th,
	table td {
		width: 50%;
		text-align: left;
		vertical-align: top
	}
	.services td {
		width: 100%;
	}
	.services td:nth-of-type(2),
	.services td:nth-of-type(3) {
		text-align: center;
	}
	.services .tracking,
	.services .signature {
		width: 100px !important;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1200px) { 

}





@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		font-size: 0.7rem;
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	/*
	Label the data
	*/
	.estimates td:nth-of-type(1):before { content: "Service"; font-weight: 500 }
	.estimates td:nth-of-type(2):before { content: "Estimated Delivery Time"; font-weight: 500 }
	.services td:nth-of-type(1):before { content: "Service"; font-weight: 500; text-align: left; }
	.services td:nth-of-type(2):before { content: "Tracking"; font-weight: 500; text-align: left; }
	.services td:nth-of-type(3):before { content: "Signature on Delivery"; font-weight: 500; text-align: left; }
	.services tr { margin-bottom: 20px }
	.services tr td:last-child { margin-bottom: 22px; padding-bottom: 13px; border-bottom: 1px solid #ddd; }
}

