/*
Theme Name: Covetrus
Author: Fergus Alexander
Version: 1.1
Author: https://www.covetrus.co.uk
Description: 2019 Rebrand of Covetrus Customer Operations UK website.
*/
/*
	font-family: 'Muli', sans-serif;
	font-weight: 400, 700
}
	
*/
@font-face {
    font-family: Newzald;
    src: url("fonts/Newzald-Bold.otf") format("opentype");
	
}
::selection {
  	background-color: #27bdbe;
	color: #ffffff;
}
a:hover {
  text-decoration: underline!important;
}
body {
	background-color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #565656;
	overflow-x: hidden;
}
.header {
	width: 100%;
	float: left;
	padding: 30px 0;
	background-color: #fff;
}
a.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 200px;
	width: 200px;
	height: 44px;
	display: block;
	float: left;
	text-indent: -999999px;
	margin: 20px 0px 0px 0px;
}
.header ul {
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
}
.header ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
}
.header ul.menu > li > ul {
	display: none;
	width: 220px;
	background-color: #fff;
	padding: 10px 20px;
	top: 0;
	left: -20px;
	position: absolute;
	z-index: 1000;
}
.header ul.menu > li > ul > li {
	margin: 5px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.header ul.menu > li:hover ul {
	display: block;
}
.header ul li a {
	color: #021660;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}
.header a:hover {
	color:#27bdbe;
}
.hero {
	background-image: url(images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	max-width: 100%;
	max-height: 90vh;
	/*padding: 220px;*/
	/*padding-top:100px!important;*/
}
.error404 .hero {
	padding: 220px 90px;
}
.hero h3 {
	font-family: Newzald;
	color: #ffffff;
	font-size: 58px;
}
.hero p a {
	color: #fff;
	text-decoration: none;
}
.hero p {
	font-weight: bolder;
	font-size: 17px;
	color: #27bdbe;
}
.body {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.subscribe-area {
	background-color: #27BDBE;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 60px;
}
.footer {
	background-color: #021660;
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}
.footer p {
	color: #fff;
	font-size: 14px;
	width: 100%;
	float: left;
}
.footer a {
	color: #fff;
}
.footer h3 {
	color: #021660;
	font-family: Newzald;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
}
.footer ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer li {
	color: #fff;
	list-style-type: none;
	display: block;
	margin: 0;
	font-size: 14px;
	padding: 5px 0;
}
.blue-bg {
	background-color: #27BDBE;
	padding: 0 0 60px 0;
}
.blue-bg2 {
	background-color: #E9F7FE;
	padding: 0 0 60px 0;
}
.blue-bg2 .features p {
	color: #021660 !important;
}
.blue-bg2 #transform {
	width: 100%;
	float: left;
	height: 85px;
	transform: translate(0, -30px) rotate(2deg);
	background-color: #E9F7FE;
}
.dark-blue-bg {
	background-color: #021660;
	padding: 0 0 60px 0;
}
.titlebar {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
}
.titlebar h2 {
	font-family: Newzald;
	color: #021660;
	margin: 0;
	font-size: 48px;
	padding: 0;
}
.dark-blue-bg .titlebar h2 {
	color: #fff;
}
.tabs {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 50px 0;
}
.tabs a.active,
.tabs a:hover  {
	border-bottom: 5px solid #27BDBE;
	color: #27BDBE;
	text-decoration: none;
}
.tabs a {
	display: inline-block;
	margin: 0 20px;
	color: #021660;
	text-transform: uppercase;
	padding: 0 10px 5px 10px;
	border-bottom: 5px solid #fff;
	font-weight: 700;
}
.content.middle-text {
	text-align: center;
}
.features {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
	min-height: 300px;
}
.features p {
	color: #fff;
	font-size: 14px;
}
.features h3 {
	color: #021660;
	margin: 0 0 20px 0;
	font-size: 22px;
	font-family: Newzald;
	padding: 0;
}
.features img {
	margin: 0 0 20px 0;
}
.blue-bg #transform,
.subscribe-area #transform {
	width: 100%;
	float: left;
	height: 85px;
	transform:   translate(0, -30px) rotate(2deg);
	background-color: #27BDBE;
}
.dark-blue-bg #transform,
.footer #transform {
	width: 100%;
	float: left;
	height: 85px;
	transform:   translate(0, -30px) rotate(2deg);
	background-color: #021660;
}
.white-bg {
	padding: 60px 0 120px 0;
}
.white-bg-insightone {
	padding: 20px 0 120px 0;
}
.white-bg.intro #transform,
.news-div #transform {
	width: 100%;
	float: left;
	height: 85px;
	transform:   translate(0, -30px) rotate(2deg);
	background-color: #fff;
}
.white-bg.intro,
.news-div {
	padding: 0 0 120px 0;
}
.footer-logo {
	width: 220px;
	float: left;
	margin: 0 0 20px 0;
}
.news-list-item {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #1D2D6F;
}
.news-list-item p a {
	font-family: Muli;
}
.tag-type {
	font-family: Muli;
}
.news-list-item p {
	margin: 0;
}
.news-list-item:last-child {
	border-bottom: 0;
}
.tab-items {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.tab-items h3 {
	color: #021660;
	font-family: Newzald;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 32px;
}
.tab-items h4 {
	color: #021660;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 26px;
}
.tab-items img {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.tab-item {
	display: none;
}
.highlights h3 {
	color: #021660;
    margin: 20px 0 10px 0;
    font-size: 22px;
    font-family: Newzald;
    padding: 0;
}
.highlights p a {
	color: #021660;
}
.single-review h3 {
	color: #fff;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}
.single-review h4 {
	color: #fff;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
.single-review blockquote {
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	margin: 0 0 120px 0;
}
.news-item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.news-item img {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.news-item h2 {
	margin: 0 0 20px 0;
	padding: 0;
}
.news-item h2 a {
	font-family: Newzald;
	color: #021660;
	display: block;
	line-height: 24px;
	font-size: 24px;
}
.news-item-meta {
	font-size: 14px;
}
.news-post-alts {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 10px 0 0 0;
}
.category-tag  {
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	background-position: 1px;
	background-size: 16px;
	color: #929292;
	text-decoration: none;
	padding: 0 0 0 25px;
}
.comment-count {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: 1px;
	background-size: 16px;
	color: #929292;
	text-decoration: none;
	float: right;
	padding: 0 0 0 25px;
}
.follow-us {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	padding: 0 0 60px 0;
}
.follow-us h4 {
	color: #021660;
	font-family: Newzald;
	margin: 0 0 15px 0;
	padding: 0;
}
.follow-us a {
	color: #021660;
	text-decoration: none;
	margin: 0 5px;
	font-size: 22px;
}
.small-follow a {
	margin: 0 10px 0 0;
}
.footer ul li i {
	margin: 0 10px 0 0;
}
ul#gform_fields_1 li > label {
	display: none;
}
ul#gform_fields_1 li {
	margin: 0 !important;
	padding: 0 !important;
}
ul#gform_fields_1 li input {
	border: 0;
	border-radius: 0px;
	padding: 10px;
}
#gform_wrapper_1 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
#gform_wrapper_1 .gform_body {
	width: 80%;
	float: left;
	margin: 0;
	padding: 0;
	clear: none
}
#gform_wrapper_1 .gform_footer {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
}
#gform_submit_button_1 {
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 8px;
}
#burger {
	float: right;
	display: none;
}
h1 {
	font-family: Newzald;
	color: #021660;
	margin: 0;
	font-size: 48px;
	padding: 0;
}
#nav-below {
	width: 100%;
	float: left;
}
#nav-below a {
	color: #021660;
	text-decoration: none;
}
.grid-item { width: 390px; }
#nav-below .nav-previous {
	width: 50%;
	float: left;
}
.grid-item img {
	height:240px;
	width:360px;
	object-fit:cover;
}
#nav-below .nav-next {
	width: 50%;
	float: left;
	text-align: right;
}
.page-hero {
	background-image: url(images/page-hero.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 300px;
	background-color: #05195C;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	min-height: 300px;
}
.page-hero h1 {
	font-family: Newzald;
	color: #fff;
	margin: 0;
	font-size: 48px;
	padding: 0;
}
.page-hero p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.page-hero-content {
	width: 100%;
	float: left;
	padding: 60px 0 60px 0;
}
.pcontent-img {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 120px 0;
}
.pcontent-img img {
	width: 100%;
	max-width: 555px;
	margin: 0 auto;
}
.pcontent-info {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
	margin: 0 0 120px 0;
}
.pcontent-info h2 {
	font-family: Newzald;
	color: #021660;
	margin: 0 0 20px 0;
	font-size: 32px;
	padding: 0;
}
p.pre-title {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 10px 0;
}
.contact-feature {
	width: 100%;
	float: left;
	text-align: center;
}
.contact-feature h2 {
	font-family: Newzald;
	color: #021660;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
}
.contact-feature p {
	margin: 0;
}
.contact-feature p a {
	font-size: 22px;
	color: #27BDBE;
	text-decoration: none;
}
.content h2 {
	font-family: Newzald;
	color: #021660;
	margin: 0 0 20px 0;
	font-size: 32px;
	padding: 0;
}
#gform_submit_button_2 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_wrapper_2 input[type=text],
#gform_wrapper_2 input[type=email],
#gform_wrapper_2 textarea {
	border: 1px solid #565656;
	padding: 10px;
	border-radius: 5px;
}
#gform_wrapper_2 ul li label {
	font-family: Newzald;
	color: #021660;
	margin: 0;
	padding: 0;
}
#gform_submit_button_5 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_wrapper_5 input[type=text],
#gform_wrapper_5 input[type=email],
#gform_wrapper_5 textarea {
	border: 1px solid #565656;
	padding: 10px;
	border-radius: 5px;
}
#gform_wrapper_5 ul li label {
	font-family: Newzald;
	color: #021660;
	margin: 0;
	padding: 0;
}
input[type=button], input[type=submit] {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;align-content
}
#gform_submit_button_8 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;align-content
}
#gform_submit_button_9 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;align-content
}
#gform_submit_button_10 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_submit_button_11 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_submit_button_12 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_submit_button_13 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_submit_button_14 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
#gform_submit_button_7 {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
.page-template-template-contact .page-hero,
.page-template-template-about .page-hero {

}

.page-template-template-about .intro img {
	margin: 60px 0 0 0;
}
.large-img {
	width: 100%;
	float: left;
}
.large-img img {
	width: 100%;
	float: left;
}
.client-logos {
}
.client-logos img {
	margin: 30px 20px 60px 20px;
	max-width: 150px;
}
.map-area {
	width: 100%;
	float: left;
	margin: auto;
}
#map {
	width: 100%;
	float: left;
	height: 600px;
}
.page-template-template-about .container-fluid {
	background-color: #E9F7FE;
	padding-left: 0;
	padding-right: 0;
}
.map-area .content {
	padding: 120px 30px;
}
.about-content {
	padding: 0px 30px 120px 30px;
}
.about-content h2 {
	font-family: Newzald;
	color: #021660;
	margin: 0 0 20px 0;
	font-size: 32px;
	padding: 0;
}
.apply-now {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 10px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	float: right;
	margin-top: 20px;
}
.apply-now:hover {
	color: #fff;
	text-decoration: none;
}
.stats h3 {
	color: #27BDBE;
	margin: 30px 0 0 0;
	padding: 0;
}
.stats p {
	margin: 0;
}
.footer ul.menu li {
	width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #1D2D6F;
}
.highlight-item {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
}
.highlight-item img {
	margin: 0 auto 20px auto;
}
.highlight-item span {
	display: block;
	width: 100%;
	float: left;
	font-family: Newzald;
    color: #021660;
    font-size: 32px;
}
.highlight-item p {
	width: 100%;
	float: left;
}
p#breadcrumbs {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding: 0 0 0 30px;
	font-size: 12px;
	margin: 30px 0 20px 0;
}
p#breadcrumbs a,
p#breadcrumbs span {
	color: #021660;
	font-size: 14px;
	text-decoration: none;
}
p#breadcrumbsblog {
	background-image: url(images/home-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding: 0 0 0 30px;
	font-size: 12px;
	margin: 30px 0 20px 0;
}
p#breadcrumbsblog a,
p#breadcrumbsblog span {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
p#breadcrumbsblog a:hover {
	text-decoration: underline;
}
h2.counter2, h2.counter {
	margin: 20px 0 0 0;
}
.large-post img {
	width: 100%;
	float: left;
}
.large-post {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 5px solid #DA433B;
}
.large-post h3 {
	color: #DA433B;
	margin: 40px 0 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.large-post h2 {
	color: #021660;
	text-decoration: none;
}
.large-post h2 a {
	color: #021660;
	text-decoration: none;
}
.large-post h2 a:hover {
	text-decoration: underline;
}
.green-post a:hover {
	text-decoration: underline!important
}
p.readmore a {
	font-size: 18px;
	text-transform: uppercase;
	color: #021660;
	font-weight: 600;
}
.smaller-post img {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	border-bottom: 5px solid #fff;
	object-fit: cover;
	height: 260px;
}
.smaller-post:hover img {
	border-bottom: 5px solid #DA433B;
}
.smaller-post {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	/*height: 549px!important;*/
}
.small-post-cats a {
	color: #818385;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 10px 0;
	font-weight: 600;
	display: block;
}
.small-post-date {
	color: #818385;
	font-weight: 600;
	text-align: right;
}
.smaller-post h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}
.smaller-post h2 a {
	color: #021660;
	text-decoration: none;
}
.smaller-post h2 a:hover {
	text-decoration: underline;
}
.breadbin {
	width: 100%;
	float: left;
}
.breadbinblog {
	width: 100%;
	float: left;
}
.news-side {
	width: 100%;
	float: left;
}
.login-head {
	width: 100%;
	float: left;
	text-align: right;
}
.login-head a {
	background-image: url(images/login.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
	color: #021660;
	text-decoration: none;
	background-size: 16px;
	background-color: aliceblue;
    border: 4px solid aliceblue;
}
.login-head a:hover {
	text-decoration: underline;
	color: #021660;
}
.global-head {
	float: right;
	text-align: right;
}
.global-head a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	color: #021660;
	text-decoration: none;
	background-size: 16px;
	background-color: aliceblue;
    border: 4px solid aliceblue;
}
.global-head a:hover {
	text-decoration: underline;
	color: #021660;
}
p.pagelink a {
	background-color: #021660;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 20px 0 0 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(2, 22, 96, 0.5); /* Blue see-through */
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
#video-background iframe {
 pointer-events:none;
  background-color: rgba(0,0,0,0.5);
  z-index: -99;
  position: fixed;
	
}
.post-password-form_submit_Submit  {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	background-color: #021660;
	border-radius: 0px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
.panel-footer {
	background: none!important;
}
.wpdm_icon {
	max-width:48px!important;
	margin-bottom: 5px!important;
}
.w3eden .text-muted {
display: none!important;
}
.w3eden .package-title {
display: none!important;
}
.w3eden .well {
	background: white!important;
}
.ml-3 {
	text-align: left;
}
.wpum-already-logged-in {
    background-color: #eaf6f3!important;
    border-color: #eaf6f3!important;
    color: #021660!important;
}
.ugb-highlight a {
	color: #021660!important;
	text-decoration: underline!important;
}
.wrapper {
	max-width: 350px;
	margin: 60px auto;
	padding: 0 20px;
}
.insightone {
	width: 100%;
	padding: 0 0 20px 0;
}
ul.insightone {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #e1e1e1;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
}

ul.insightone li {float: left;}

ul.insightone li a {
  display: block;
  color: #021660;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.insightone li a:hover:not(.active) {background-color: #05ced5;}

ul.insightone li a:hover:is(.active) {background-color: #27bdbe;}

ul.insightone li a.active {background-color: #05ced5;}

ul.insightone li.right {float: right;}

.promozone {
	background-color: #021660;
}
.promozone h3 {
	color: #000000;
	font-family: Newzald;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
}

@media screen and (max-width: 600px) {
  ul.insightone li.right, 
  ul.insightone li {float: none;}
	