body {
	font-family: 'Lato', sans-serif;
	-webkit-font-feature-settings: "liga" 0, "clig" 0;
     -moz-font-feature-settings: "liga" 0, "clig" 0;
          font-feature-settings: "liga" 0, "clig" 0;
}

/* Define maximum website width */
.grid-container {
  max-width: 1170px;
}

.hidden {
  display: none;
}

.absolute--bottom {
	position:absolute;
	bottom:0;
}

.margin--bottom {
	margin-bottom:10px;
}

	@media screen and (min-width: 640px) {
		.margin--bottom {
			margin-bottom:20px;
		}
	}

.no-margin-bottom {
	margin-bottom:0px;
}

.centered {
	position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.centered-horizontal {
	position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.centered-horizontal-button {
	position: relative;
	top:0px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
TYPOGRAPHY
////////////////////////////////////////////////////////
------------------------------------------------------*/

.text--left {
	text-align:left;
}

.text--right {
	text-align:right;
}

.text--center {
	text-align:center;
}

h1.no-hero {
	letter-spacing: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #3b74ad;
    margin: 10px 0px 20px;
    text-transform: uppercase;
}

	@media screen and (min-width: 640px) {
		h1.no-hero {
			letter-spacing: 4px;
		    font-size: 16px;
		    margin: 20px 0px 10px;
		}
	}

	@media screen and (min-width: 768px) {
		h1.no-hero {
			letter-spacing: 6px;
		    font-size: 18px;
		}
	}

	@media screen and (min-width: 1024px) {
		h1.no-hero {
			letter-spacing: 6px;
		    font-size: 23px;
		    width: 90%;
		}
	}

h1.news {
	letter-spacing: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #3b74ad;
    margin: 10px 0px 20px;
    text-transform: uppercase;
}

	@media screen and (min-width: 640px) {
		h1.news {
			letter-spacing: 4px;
		    font-size: 16px;
		    margin: 10px 0px 30px;
		}
	}

	@media screen and (min-width: 768px) {
		h1.news {
			letter-spacing: 6px;
		    font-size: 18px;
		}
	}

	@media screen and (min-width: 1024px) {
		h1.news {
			letter-spacing: 6px;
		    font-size: 23px;
		    width: 90%;
		}
	}

h2 {
	letter-spacing:2px;
	font-size:15px;
	font-weight:500;
	color:#3b74ad;
	margin:10px 0 10px;
}

	@media screen and (min-width: 640px) {
		h2 {
			letter-spacing:4px;
		}
	}

	@media screen and (min-width: 1024px) {
		h2 {
			font-size:17px;
			margin:20px 0 15px;
		}
	}

h3 {
	letter-spacing:0px;
	font-size:18px;
	font-weight:500;
	color:#3b74ad;
	margin:5px 0 0px;
}

	@media screen and (min-width: 640px) {
		h3 {
			font-size:16px;
			margin:10px 0 10px;
		}
	}

	@media screen and (min-width: 768px) {
		h3 {
			font-size:19px;
		}
	}

	@media screen and (min-width: 1024px) {
		h3 {
			font-size:19px;
		}
	}

	@media screen and (min-width: 1170px) {
		h3 {
			font-size:23px;
		}
	}

h5 {
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:11px;
	color:#3b74ad;
	margin-bottom:20px;
}

li {
	color:#686869;
	font-size:14px;
	line-height:23px;
	margin-bottom:1rem;
}

	@media screen and (min-width: 640px) {
		li {
			font-size:12px;
			margin-bottom:1.5rem;
		}
	}

	@media screen and (min-width: 768px) {
		li {
			font-size:14px;
		}
	}

	@media screen and (min-width: 1024px) {
		li {
			font-size:14px;
		}
	}

	@media screen and (min-width: 1170px) {
		li {
			font-size:15px;
		}
	}


.responsive-card-table {
	color:#686869;
	font-size:14px;
	line-height:23px;
}

	@media screen and (min-width: 640px) {
		.responsive-card-table {
			font-size:12px;
			line-height:12px;
		}
	}

	@media screen and (min-width: 768px) {
		.responsive-card-table {
			font-size:14px;
			line-height:14px;
		}
	}

	@media screen and (min-width: 1024px) {
		.responsive-card-table {
			font-size:14px;
			line-height:14px;
		}
	}

	@media screen and (min-width: 1170px) {
		.responsive-card-table {
			font-size:14px;
			line-height:14px;
		}
	}


.responsive-card-table thead {
	color:#686869;
}


	@media screen and (min-width: 640px) {
		.responsive-card-table tr, .responsive-card-table th, .responsive-card-table td {
			border: 1px solid #686869 !important;
		}
	}




p {
	color:#686869;
	margin-bottom:1.5rem;
	font-size:14px;
	line-height:23px;
}

	@media screen and (min-width: 480px) {
		p {
			font-size:13px;
			line-height:22px;
		}
	}

	@media screen and (min-width: 640px) {
		p {
			font-size:13px;
			line-height:22px;
		}
	}

	@media screen and (min-width: 768px) {
		p {
			font-size:13px;
			line-height:22px;
		}
	}

	@media screen and (min-width: 1024px) {
		p {
			font-size:13px;
			line-height:23px;
		}
	}

	@media screen and (min-width: 1170px) {
		p {
			font-size:15px;
			line-height:25px;
		}
	}

p.quote {
	font-style:italic;
	color:#686869;
	font-weight:bold;
	padding:10px;
	font-size:15px;
}

	@media screen and (min-width: 640px) {
		p.quote {
			padding:0px;
			font-size:14px;
		}
	}

	@media screen and (min-width: 768px) {
		p.quote {
			padding:0px;
			font-size:14px;
		}
	}

	@media screen and (min-width: 1024px) {
		p.quote {
			padding:0 20px;
			font-size:18px;
			line-height:29px;
		}
	}

.quotes {
	display: none;
}

p.smallprint {
    font-size: 11px;
    line-height: 17px;
    margin-bottom:0;
}

	@media screen and (min-width: 480px) {
		p.smallprint  {
			width: 80%;
		}
	}

p.credits {
	color:#3b74ad;
}

.help-text-holder {
	font-weight: 600;
	padding:0px;
	font-size:14px;
}

	@media screen and (min-width: 640px) {
		.help-text-holder {
			text-align:right;
			padding:0px;
			font-size:12px;
		}
	}

	@media screen and (min-width: 768px) {
		.help-text-holder {
			font-size:16px;
		}
	}

	@media screen and (min-width: 1024px) {
		.help-text-holder {
			padding:0 20px;
		}
	}

.pull-quote {
    font-style: italic;
    font-size: 16px;
    max-width: 100%;
    line-height: 26px;
    color: #1779ba;
    float: right;
    border-left: 2px solid #d8d9da;
    padding-left: 20px;
    margin: 20px 0 20px 0px;
}

	@media screen and (min-width: 640px) {
		.pull-quote {
		  font-size: 17px;
		  max-width: 45%;
		  line-height: 25px;
		  margin: 20px 0 20px 25px;
		}
	}
	
	@media screen and (min-width: 768px) {
		.pull-quote {
		  font-size: 18px;
		  max-width: 35%;
		  line-height: 26px;
		}
	}
    
	@media screen and (min-width: 1024px) {
		.pull-quote {
		  font-size: 21px;
		  max-width: 32%;
		  line-height: 30px;
		}
	}
	
	@media screen and (min-width: 1170px) {
		.pull-quote {
		  font-size: 23px;
		  max-width: 35%;
		  line-height: 33px;
		}
	}

.pull-quote:before {
  content: '';
}

.pull-quote:after {
  content: '';
}

@media print, screen and (min-width: 40em) {
  .pull-quote {
  }
}

@media print, screen and (min-width: 64em) {
  .pull-quote {


  }
}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
COLOURS
////////////////////////////////////////////////////////
------------------------------------------------------*/

.background--white {
	background-color:#ffffff;
}

.background--grey {
	background-color:#c5c6c7;
}

.background--dark-grey {
	background-color:#a7a5a5;
}

.background--silver {
	background-color:#f5f5f5;
}

.background--blue {
	background-color:#3b74ad;
}

.background--light-blue {
	background-color:#5594cb;
}

.background--light-blue p, .background--light-blue li {
	color:#ffffff;
}

.background--pale-blue {
	background-color:#eef6fe;
}

.background--yellow {
	background-color:#fdf6eb;
}

.background--orange {
	background-color:#f6a531;
}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
BUTTONS
////////////////////////////////////////////////////////
------------------------------------------------------*/

button {
	display:block;
	text-transform:uppercase;
	padding:12px 15px;
	color:#ffffff;
	border-radius:0;
	width:auto;
	font-weight:bold;
	font-size:10px;
	line-height:1.25rem;
	letter-spacing:3px;
	background: #fff;
	-o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

	@media screen and (min-width: 480px) {
		button {
			font-size:9px;
			padding:12px 15px;
		}
	}

	@media screen and (min-width: 640px) {
		button {
			font-size:10px;
			padding:12px 15px;
		}
	}

	@media screen and (min-width: 1024px) {
		button {
			font-size:10px;
			padding:12px 15px;
		}
	}

	@media screen and (min-width: 1170px) {
		button {
			font-size:12px;
			padding:13px 20px;
		}
	}

button:hover {
	background:#ffffff;
	cursor:pointer;
}

button .svg-inline--fa, button .fas {
	margin-right:9px;
	opacity:.5;
}

button.go {
	width:auto;
	background:#5291c7;
    padding: 10px 9px;
    letter-spacing: 1px;
    margin-left:-11px;
    height:39px;
}

	@media screen and (min-width: 768px) {
		button.go {
			padding: 10px 13px;
			margin-left:-6px;

		}
	}


button.go:hover {
	background:#396da5;
	color:#f6a531;
}

button.background--orange {
	border:1px solid #f6a531;
}

button.background--orange:hover {
	color:#f6a531;
}

button.background--light-blue {
	border:1px solid #5594cb;
}

button.background--light-blue:hover {
	color:#5594cb;
}

button.background--dark-grey {
	border:1px solid #a7a5a5;
}

button.background--dark-grey:hover {
	color:#a7a5a5;
}

button.background--blue:hover {
	background:#3b74ad;
	color:#fdf6eb;
}

button.background--white {
	border:1px solid #3b74ad;
	color:#3b74ad;
}

button.support {
}

	@media screen and (min-width: 480px) {
		button.support {
			width:305px !important;
		}
	}

	@media screen and (min-width: 640px) {
		button.support {
			width:230px !important;
		}
	}

	@media screen and (min-width: 768px) {
		button.support {
			width:322px !important;
		}
	}

	@media screen and (min-width: 1024px) {
		button.support {
			width:330px !important;
		}
	}

	@media screen and (min-width: 1170px) {
		button.support {
			width:370px !important;
		}
	}

button.contact {
}

	@media screen and (min-width: 768px) {
		button.contact {
			width:220px !important;
		}
	}

	@media screen and (min-width: 1024px) {
		button.contact {
			width:auto !important;
		}
	}

button.submit {
	width:200px;
}

	@media screen and (min-width: 480px) {
		button.submit {
			width:auto !important;
		}
	}
	
.button--calculator {
	border: 1px solid #f6a531 !important;
    color: #f6a531 !important;
}
	
.services-listing .main-section button {
	position:relative;
}

@media screen and (min-width: 480px) {
.services-listing .main-section button {
			position:relative;
		}
	}

@media screen and (min-width: 640px) {
.services-listing .main-section button {
			position:absolute;
		}
	}

.sharethis-inline-share-buttons {
	text-align:left !important;
	margin-top:40px;
	clear:both;
}




/*-----------------------------------------------------
////////////////////////////////////////////////////////
LOGOS
////////////////////////////////////////////////////////
------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.logo, .logo-white {
		height:45px;
		width:220px;
		margin:13px 0px;
	}
}

@media screen and (min-width: 768px) {
	.logo, .logo-white {
		height:55px;
		width:269px;
		margin:13px 0px;
	}
}

.logo-white {
	display:none;
	position:fixed;
	z-index:99999;
	margin: 13px 0px 0px 10px;
}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////////////
------------------------------------------------------*/

#header {
	height:81px;
}

	@media screen and (min-width: 480px) {
		#header {
			height:81px;
		}
	}

	@media screen and (min-width: 640px) {
		#header {
			height:71px;
		}
	}

	@media screen and (min-width: 768px) {
		#header {
			height:135px;
		}
	}

	@media screen and (min-width: 1024px) {
		#header {
			height:137px;
		}
	}

	@media screen and (min-width: 1170px) {
		#header {
			height:140px;
		}
	}

.header--hi-nav {
	float:right;
	margin-bottom:10px;
	position:relative;
}


.hi-nav-span {
	width:21px;
	height:21px;
	float:right;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	padding-top:3px;
	display:none;
}

	@media screen and (min-width: 640px) {
		.hi-nav-span {
			display:none;
		}
	}

	@media screen and (min-width: 768px) {
		.hi-nav-span {
			display:block;
		}
	}

.hi-nav-span4 {
	    background-color: #c5c6c7;
}

.hi-nav-span4:hover {
	cursor:pointer;
}

.header--hi-nav form {
	position:absolute;
	top:21px;
	right:0;
	height:39px;
	width: 250px;
    padding: 0px;
    display:none;
}

.header--hi-nav form label, .header--hi-nav form input {
	float:left;
}

.header--hi-nav form input {
	background-color:#c5c6c7;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	position: absolute;
    right: 0;
}

.header--hi-nav form input[type='text']:focus {
    outline: none;
    border: 0px;
    background-color:#c5c6c7 !important;
    box-shadow: none;
    transition: none;
}

.header--hi-nav form input[type='submit'] {
	height: 39px;
    border: 0;
    border-radius:0;

}

.header--hi-nav form [type='text'] {
	border:0px;
	box-shadow:none;
}

.header--telephone {
	display:none;
	float:right;
	color:#5594cb;
	font-size: 24px;
    font-weight: 600;
    letter-spacing:2px;
    clear:both;
    margin-top:10px;
}

	@media screen and (min-width: 640px) {
		.header--telephone {
			display:block;
			margin-top:20px;
			margin-right:60px;
			font-size: 17px;
		}
	}

	@media screen and (min-width: 768px) {
		.header--telephone {
			margin-top:17px;
			margin-right:0px;
			font-size: 20px;
		}
	}

	@media screen and (min-width: 1024px) {
		.header--telephone {
			margin-top:10px;
			margin-right:0px;
			font-size: 24px;
		}
	}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
MENU
////////////////////////////////////////////////////////
------------------------------------------------------*/

nav {
  line-height: 0;
  height: 0;
}
nav ul {
  float: right;
}
nav ul li {
  display: inline-block;
  float: left;
  text-align:center;
  margin-bottom:0;
}

nav ul li a {
  display: inline-block;
  outline: none;
  color: #1f2227;
  text-decoration: none;
}
nav ul li a:hover {
  color: #808080;
  text-decoration: none;
}

/* Mobile menu */
@media screen and (max-width: 767px) {
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #3b74ac;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 100px;
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:nth-child(5) a {
    transition-delay: 0.6s;
  }
  .nav-container ul li:nth-child(6) a {
    transition-delay: 0.7s;
  }
  .nav-container ul li:nth-child(7) a {
    transition-delay: 0.8s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 20px 10px 30px;
    opacity: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  .nav-open {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    right: 0px;
	top: 5px;
  }

	@media screen and (min-width: 640px) {
		.nav-open {
			right: 10px;
			top: 10px;
		}
	}

  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #3b77b3;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }

  #nav:checked + .nav-open {
	transform: rotate(45deg);
	position:fixed;
  }
  #nav:checked + .nav-open i {
	background: #fff;
	transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
	opacity: 0;
  }
  #nav:checked + .nav-open i:nth-child(3) {
	transform: translateY(-6px) rotate(90deg);
  }
  #nav:checked ~ .nav-container {
	z-index: 9990;
	opacity: 1;
  }
  #nav:checked ~ .nav-container ul li a {
	opacity: 1;
	transform: translateY(0);
  }
  #nav:checked ~ .nav-container .logo-white{
	display:block;
  }
  [type='checkbox'] + label, [type='radio'] + label {
    margin-right: 0rem;
  }

  .menu.mobile-menu .active > a {
    background: transparent;
    color: #f6a531;
  }
}


/* Desktop menu */
.menu.desktop-menu {
}

.menu.desktop-menu li {
}

	@media screen and (min-width: 768px) {
		.menu.desktop-menu li:not(:first-child) {
			margin-left: 15px;
		}
	}

	@media screen and (min-width: 1024px) {
		.menu.desktop-menu li:not(:first-child) {
			margin-left: 10px;
		}
	}

.menu.desktop-menu a {
    background: transparent;
    color: #3c79b2;
    font-weight:bold;
    border-top: 2px solid #d8d9da;
    border-bottom: 2px solid #d8d9da;
    padding:8px 0px;
}

	@media screen and (min-width: 768px) {
		.menu.desktop-menu a {
			font-size: 11px;
		}
	}

	@media screen and (min-width: 1024px) {
		.menu.desktop-menu a {
			font-size: 12px;
		}
	}

	@media screen and (min-width: 1170px) {
		.menu.desktop-menu a {
			font-size: 15px;
		}
	}

.menu.desktop-menu .active > a {
    background: transparent;
    color: #386ca5;
    font-weight:bold;
    border-top: 2px solid #f6a531;
    border-bottom: 2px solid #f6a531;
}

#main-menu {
	width:100%;
	margin-bottom:10px;
}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
LISTS
////////////////////////////////////////////////////////
------------------------------------------------------*/

ul.bullets {
}

ul.bullets li {
	font-size: 14px;
    line-height: 23px;
}

	@media screen and (min-width: 480px) {
		ul.bullets li {
			font-size: 13px;
			line-height: 22px;
		}
	}

	@media screen and (min-width: 640px) {
		ul.bullets li {
			font-size: 13px;
			line-height: 22px;
			margin-bottom: 1rem;
		}
	}

	@media screen and (min-width: 768px) {
		ul.bullets li {
			font-size: 13px;
			line-height: 22px;
		}
	}

	@media screen and (min-width: 1024px) {
		ul.bullets li  {
			font-size: 13px;
			line-height: 23px;
		}
	}

	@media screen and (min-width: 1170px) {
		ul.bullets li  {
			font-size: 15px;
			line-height: 25px;
		}
	}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
CONTAINERS
////////////////////////////////////////////////////////
------------------------------------------------------*/

.container {
	position:relative;
}

.container--promo {
	padding:20px 10px;
}

	@media screen and (min-width: 640px) {
		.container--promo {
			padding:15px;
		}
	}

	@media screen and (min-width: 768px) {
		.container--promo {
			padding:20px;
		}
	}

	@media screen and (min-width: 1024px) {
		.container--promo {
			padding:25px;
		}
	}

.container--promo__no-top {
	padding-top:0px;
}

.container--body-text {
	padding:20px 10px;
}
	@media screen and (min-width: 640px) {
		.container--body-text {
			padding:15px;
		}
	}

	@media screen and (min-width: 768px) {
		.container--body-text {
			padding:0 35px 25px 25px;
		}
	}

	@media screen and (min-width: 1024px) {
		.container--body-text {
			padding:0 35px 20px 20px;
		}
	}

	@media screen and (min-width: 1170px) {
		.container--body-text {
			padding:0 50px 25px 25px;
		}
	}
		

.container--sidebar {
	text-align:left;
	padding:0;
}

	@media screen and (min-width: 640px) {
		.container--sidebar {
			padding:15px;
		}
	}

	@media screen and (min-width: 768px) {
		.container--sidebar {
			padding:20px;
		}
	}

	@media screen and (min-width: 1024px) {
		.container--sidebar {
			padding:20px;
		}
	}

	@media screen and (min-width: 1170px) {
		.container--sidebar {
			padding:25px;
		}
	}

.container--sidebar button {
	width:100%;
}

.container--contact {
	padding:60px;
	margin-bottom:20px;
}

.container--what-clients-say {

}

@media screen and (min-width: 768px) {
		.container--what-clients-say {
			padding:15px 80px;
		}
	}

	@media screen and (min-width: 1024px) {
		.container--what-clients-say {
			padding:20px;
		}
	}

.container--ratio {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}

.accordion {
	background:transparent;
}

.accordion-item {
	margin-bottom:0;
}

.accordion-title {
    border:0;
    border-bottom: 1px solid #eef6fe;
    font-weight: 600;
    color: #ffffff;
    background-color:#5594cb;
    font-size: 14px;
	padding:15px 10px;
}

	@media screen and (min-width: 640px) {
		.accordion-title {
			font-size: 14px;
			padding:15px 20px;
		}
	}

	@media screen and (min-width: 1024px) {
		.accordion-title {
			font-size: 13px;
			padding:15px 10px;
		}
	}

	@media screen and (min-width: 1170px) {
		.accordion-title {
			font-size: 15px;
			padding: 1.25rem 1rem;
		}
	}

.accordion-title:hover, .accordion-title:focus {
    background-color: #f6a531;
    color:#ffffff;
}

.accordion .is-active .accordion-title {
	background-color:#3b74ad;
	color:#ffffff;
}

.accordion-content {
	background-color:transparent;
	border:0;
	padding: 0 0 1rem;
}

.accordion-content img {
	margin-bottom:20px;
}

	@media screen and (min-width: 640px) {
		.accordion-content img {
			margin-bottom:25px;
		}
	}
	@media screen and (min-width: 1024px) {
		.accordion-content img {
			margin-bottom:13px;
		}
	}

.accordion-content p {
	font-size:14px;
	font-style:italic;
	padding:0 20px;
}

	@media screen and (min-width: 640px) {
		.accordion-content p  {
			width:94%;
			padding:0;
		}
	}
	@media screen and (min-width: 1024px) {
		.accordion-content p  {
			width:100%;
		}
	}

:last-child > .accordion-content:last-child {
    border-bottom: 0px;
}

.media-object {
	margin-bottom:0;
	position:relative;
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0rem;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    line-height: 0;
}

.thumbnail img {
	width:110px;
}

	@media screen and (min-width: 480px) {
		.thumbnail img {
			width:145px;
		}
	}
	@media screen and (min-width: 640px) {
		.thumbnail img {
			width:125px;
		}
	}
	@media screen and (min-width: 768px) {
		.thumbnail img {
			width:142px;
		}
	}

.main-section p br {

}

	@media screen and (min-width: 640px) {
		.main-section p br {
			display:none;
		}
	}
	@media screen and (min-width: 1024px) {
		.main-section p {
			display:block;
		}
	}

.main-section button {
	position:relative;
}

	@media screen and (min-width: 480px) {
		.main-section button {
			position:absolute;
			bottom:0;
		}
	}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
POPUPS
////////////////////////////////////////////////////////
------------------------------------------------------*/
/* Pop-up/Modal */
.reveal-overlay {
    background-color: rgba(10, 10, 10, 0.7);
}

.reveal {
	border-radius:0px;
	border:none;
	padding: 20px 40px;
}

.reveal video {
	width:100%;
}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
HERO MODULE
////////////////////////////////////////////////////////
------------------------------------------------------*/

.hero-module {
	overflow: hidden;
	position:relative;
	width:100%;
	padding-top:54.99%;
	text-align:center;
}

	@media screen and (min-width: 640px) {
		.hero-module {
			margin-bottom:10px;
			padding-top:44.99%;
		}
	}

	@media screen and (min-width: 768px) {
		.hero-module {
			margin-bottom:20px;
			padding-top:39.99%;
		}
	}

	@media screen and (min-width: 1024px) {
		.hero-module {
			padding-top:34.99%;
		}
	}

.hero-module img {
	position:absolute;
	display: block;
	max-width: 100%;
	height: auto;
    box-sizing:border-box;
    top:0;
    left:0;
}

.hero-module .overlay {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(59,116,173,0.5);
    mix-blend-mode: multiply;
    transition: opacity .5s ease-in-out;
}

.hero-module .content {
	position: absolute;
	width: 100%;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index:5;
}

.hero-module h1 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    color: #ffffff;
}

	@media screen and (min-width: 640px) {
		.hero-module h1 {
			font-size: 36px;
		}
	}

	@media screen and (min-width: 1024px) {
		.hero-module h1 {
			font-size: 50px;
		}
	}

.hero-module h2 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    text-transform:uppercase;
}

	@media screen and (min-width: 768px) {
		.hero-module h2 {
			font-size: 16px;
		}
	}

	@media screen and (min-width: 1024px) {
		.hero-module h2 {
			font-size: 21px;
		}
	}

	@media screen and (min-width: 1170px) {
		.hero-module h2 {
			font-size: 24px;
		}
	}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
NEWS MODULE
////////////////////////////////////////////////////////
------------------------------------------------------*/

.date {
	font-size:13px;
	font-weight:600;
	color:#f6a531;
	animation-delay: 1.5s;
	animation-duration: 1s;
}

	@media screen and (min-width: 640px) {
		.date {
			font-size:12px;
			margin-bottom:40px;
		}
	}

	@media screen and (min-width: 1024px) {
		.date {
			font-size:16px;
		}
	}


.news-module {
	padding-top:66%;
	margin-bottom:20px;
	background-color:#f5f5f5;
}

	@media screen and (min-width: 640px) {
		.news-module {
			margin-bottom:40px;
		}
	}

	@media screen and (min-width: 1025px) {
		.news-module {
			margin-bottom:20px;
		}
	}

.news-module h2 {
    color: #5594cb;
    animation-delay: 2.25s;
	animation-duration: 1s;
}

	@media screen and (min-width: 1025px) {
		.news-module h2 {
			color: #ffffff;
		}
	}


.news-module button, .news-module .teaser {
	position: relative;
	width: 100%;
    margin: auto;
}

	@media screen and (min-width: 1025px) {
		.news-module button, .news-module .teaser {
			position: absolute;
			width: 80%;
			top: 50%; left: 50%;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			z-index:5;
			transition: opacity .5s ease-in-out;
		}
	}

.news-module .overlay {
	opacity:1;
	position: relative;
}

	@media screen and (min-width: 1025px) {
		.news-module .overlay {
			position: absolute;
		    top: 0;
		    left: 0;
		    height: 100%;
		    width: 100%;
		    background: rgba(59,116,173,0.5);
		    mix-blend-mode: multiply;
		    transition: opacity .5s ease-in-out;
		    animation-delay: 1s;
			animation-duration: 1s;
		}
	}

.news-module .teaser {
	opacity:1;
	padding:20px;
}

	@media screen and (min-width: 1025px) {
		.news-module .teaser {
			padding:0;
		}
	}

.news-module:hover .teaser {
	opacity:1;
}

	@media screen and (min-width: 1025px) {
		.news-module:hover .teaser {
			opacity:0;
		}
	}

.news-module:hover .overlay {
	opacity:0;
}

.news-module button {
	width:200px;
	margin-bottom:20px;
	opacity:1;
	cursor: pointer;
}

	@media screen and (min-width: 1025px) {
		.news-module button {
			opacity:0;
			width:50%;
			margin-bottom:0px;
		}
	}


	@media screen and (min-width: 1025px) {
		.news-module:hover button {
			opacity:1;
			width:50%;
			margin-bottom:0px;
		}
	}

.news-module img {
}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
CONTACT MODULE
////////////////////////////////////////////////////////
------------------------------------------------------*/

.contact-module {
	overflow: hidden;
	position:relative;
	width:100%;
	padding-top:54.99%;
	text-align:center;
}

	@media screen and (min-width: 640px) {
		.contact-module {
			padding-top:44.99%;
		}
	}

	@media screen and (min-width: 768px) {
		.contact-module {
			padding-top:39.99%;
		}
	}

	@media screen and (min-width: 1024px) {
		.contact-module {
			padding-top:34.99%;
		}
	}

.contact-module img {
	position:absolute;
	display: block;
	max-width: 100%;
	height: auto;
    box-sizing:border-box;
    top:0;
    left:0;
}

.contact-module .overlay {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(59,116,173,0.5);
    mix-blend-mode: multiply;
    transition: opacity .5s ease-in-out;
    opacity:1;
}

.contact-module .overlay:hover {
	opacity:0;
}



/*-----------------------------------------------------
////////////////////////////////////////////////////////
HOMEPAGE
////////////////////////////////////////////////////////
------------------------------------------------------*/

/* Containers */

.container--helpbar {
	color:#ffffff;
	padding:0px 10px 10px;
}

	@media screen and (min-width: 640px) {
		.container--helpbar {
			padding:10px;
		}
	}

.container--helpbar .help-text-holder {
	line-height:2.4rem;
	padding-right:20px;
}

.container--helpbar .help-with {
	width:100%;
	margin:0px;
	font-size: 14px;
	padding: 5px 2rem 5px 10px;
	border-radius:0;
	border:0;
    color: #3b74ad;
    line-height: 1rem;
}

	@media screen and (min-width: 640px) {
		.container--helpbar .help-with {
			width:97%;
			margin:0 5px;
			padding: 0.5rem 2rem 0.5rem 1rem;
		}
	}

.container--promo-blog {
	margin-bottom:10px;
}

	@media screen and (min-width: 640px) {
		.container--promo-blog {
			margin-bottom:20px;
		}
	}

.container--promo-popular {
	margin-top:10px;
}

	@media screen and (min-width: 640px) {
		.container--promo-popular {
			margin-top:0px;
		}
	}

/*
.container--promo-popular button {
	bottom:20px;
}
*/


.container--promo-experts {
	margin-bottom:10px;
}

	@media screen and (min-width: 640px) {
		.container--promo-experts {
			margin-bottom:0px;
		}
	}

.container--promo-experts p, .container--promo-blog p, .container--promo-popular p {
	color:#3b74ad;
	font-weight:600;
}

.container--promo-experts .media-object, .container--promo-blog .media-object {
	margin-bottom:0;
}

.container--promo-blog .media-object-section img, .container--promo-experts .media-object-section img{
	width:95px;
}

.container--promo-blog .media-object-section .thumbnail, .container--promo-experts .media-object-section .thumbnail{
	border:0;
	border-radius: 0px;
	box-shadow:none;
}

.container--promo-experts .media-object-section img{
	margin-top:-10px;
}

.container--promo-blog span {
	font-size:90%;
}

.container--promo-experts a, .container--promo-blog a, .container--promo-popular a {
	color:#f6a531;
}

.container--promo-popular img {
	margin-bottom:20px;
}

	@media screen and (min-width: 640px) {
		.container--promo-popular img {
			width:70%;
		}
	}

	@media screen and (min-width: 1024px) {
		.container--promo-popular img {
			width:100%;
		}
	}

.owl-carousel {
	position:relative;
	height:100%;
}

.owl-item {
	color:#000000;
}

/* Hero section */

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    text-align:center;
    overflow:hidden;
    height:auto !important;
}

	@media screen and (min-width: 1024px) {
		.homepage-hero-module {
			height:445px !important;
		}
	}

	@media screen and (min-width: 1170px) {
		.homepage-hero-module {
			height:500px !important;
		}
	}


/* Video */

/*
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
*/
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
	max-width: 100%;
	width:100%;
	overflow: hidden;
	padding-top: 0px;
    overflow: hidden;
    background: #5291c7;
    line-height:0;
    padding-bottom: 0;
    position:relative;
}

	@media screen and (min-width: 640px) {
		.video-container {
			padding-bottom: 56.25%; /* ensuring 16:9 aspect ratio; */
		}
	}

	@media screen and (min-width: 768px) {
		.video-container {
			padding-bottom: 43.25%; /* ensuring 16:9 aspect ratio; */
		}
	}

	@media screen and (min-width: 1024px) {
		.video-container {
			padding-bottom: 56.25%; /* ensuring 16:9 aspect ratio; */
		}
	}

.video-container .poster img {
    width: 100% !important;
    top: 0;
    left:0;
    position: absolute;
}
.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(56, 109, 166, 0.4);
    mix-blend-mode: multiply;
    width: 100% !important;
    height:auto;
    top:0;
    left:0;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

	@media screen and (min-width: 1024px) {
		.video-container .filter {
			height:500px !important;
		}
	}

.video-container video {
	left: 0;
	top: 0;
	margin-left: 0 !important;
    margin-top: 0 !important;
	width: 100% !important;
	height: auto !important;
	position: relative;
	z-index:1;
}

	@media screen and (min-width: 640px) {
		.video-container video {
			position: absolute;
		}
	}


.introduction {
    height: auto;
    width: 100% !important;
    z-index:5;
    position: relative;
	margin-top:-33%;
}

	@media screen and (min-width: 640px) {
		.introduction {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			margin-top:0;
		}
	}

	@media screen and (min-width: 1024px) {
		.introduction {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
	}

.introduction h1, .introduction p {
	position:relative;
	font-family: 'Lato', sans-serif;
}

.introduction p {
	transition-delay: 0s !important;
	transition-duration: 0s !important;
}

@media screen and (min-width: 640px) {
		.introduction p {
			transition-delay: 2s !important;
			transition-duration: 1s !important;
		}
	}

.introduction h1 {
	text-transform:uppercase;
	letter-spacing: 4px;
	font-weight:300;
	color:#ffffff;
	font-size:18px;
	margin-bottom:33%;
}

	@media screen and (min-width: 640px) {
		.introduction h1 {
			font-size:30px;
			margin-bottom:30px;

		}
	}

	@media screen and (min-width: 768px) {
		.introduction h1 {
			font-size:50px;
		}
	}

	@media screen and (min-width: 1024px) {
		.introduction h1 {
			font-size:65px;
		}
	}

.introduction h1 span.orange {
	color:#f6a531;
}

.introduction p {
	font-weight:600;
	padding: 0 10px;
	font-size: 14px;
	line-height: 23px;
	color:#3b74ad;
	margin-bottom:30px;

}

	@media screen and (min-width: 640px) {
		.introduction p {
			padding: 0 14%;
			font-size: 14px;
			line-height: 25px;
			color:#ffffff;
			margin-bottom:0px;
		}
	}

	@media screen and (min-width: 768px) {
		.introduction p {
			padding: 0 14%;
			font-size: 16px;
			line-height: 27px;
		}
	}

	@media screen and (min-width: 1024px) {
		.introduction p {
			padding: 0 226px;
			font-size: 16px;
			line-height: 29px;
		}
	}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
NEWS ARTICLES
////////////////////////////////////////////////////////
------------------------------------------------------*/

.news-article .container--body-text {
	padding:0 10px;
}

	@media screen and (min-width: 640px) {
		.news-article .container--body-text {
			margin-top:40px;
		}
	}

.article-image {
	width:100%;
	margin-bottom:20px;
}

	@media screen and (min-width: 640px) {
		.article-image {
			width:50%;
			margin-bottom:20px;
			padding-top: 10px;
		}
	}


.article-image--right {
}

	@media screen and (min-width: 640px) {
		.article-image--right {
			float:right;
			margin-left:15px;
			padding-left:10px;
		}
	}

.article-image--left {
}

	@media screen and (min-width: 640px) {
		.article-image--left {
			float:left;
			margin-right:15px;
			padding-right:10px;
		}
	}

.article-image--full {
	width:100%;
	margin-bottom:40px;
}

.grid-container--news-images {
	clear:both;
	padding-left:0;
	padding-right:0;
}

.grid-container--news-images img {
	margin-bottom:20px;
}



/*-----------------------------------------------------
////////////////////////////////////////////////////////
SERVICES
////////////////////////////////////////////////////////
------------------------------------------------------*/

/* Tabs */
.services .tabs-content, .services .accordion-content{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b74ad+0,5291c7+100 */
	background: #3b74ad; /* Old browsers */
	background: -moz-linear-gradient(top, #3b74ad 0%, #5291c7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3b74ad 0%,#5291c7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3b74ad 0%,#5291c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b74ad', endColorstr='#5291c7',GradientType=0 ); /* IE6-9 */
	border:0;
}

.services .tabs-title {
	background:#5291c7;
	margin-right:1px;
}

.services .tabs-title a {
	color:#ffffff;
	font-weight:bold;
	font-size:105%;
}

.services .tabs-title > a:hover {
    background:#5291c7;
    color: #ffffff;
    text-decoration:underline;
}

.services .is-active a {
	background:#3b74ad;
    color: #ffffff;
}

.services .is-active > a:hover {
    background:#3b74ad;
    color: #ffffff;
}

.services .tabs-panel{
	padding:30px 20px;
}

 .services .tabs-content p{
	color:#ffffff;
}

 .services .tabs-content button{
	display:inline;
	margin-right:30px;
}

.services .tabs {
	border:0;
}

.services .tabs li {
	margin-bottom:0;
}

/* Accordions */
.services .accordion-content {
	border-bottom:1px solid #ffffff;
}

.services .accordion-content p {
	color:#ffffff;
}

.services .accordion-content button {
	margin:0px 0px 20px 20px;
}

.services .accordion-title {
	padding: 15px 20px;
}

.services .is-active .accordion-title {
	border-bottom:0;
}

.services .container--sidebar {
	padding:20px;
	margin-bottom:20px;
}

.services button.background--white:hover {
	border:1px solid #a7a5a5;
	color:#a7a5a5;
}

.services .btn {
	background:transparent !important;
}

.vpw-guys {
	width:50%;
}

@media screen and (min-width: 640px) {
		.vpw-guys {
			width:70%;
		}
	}

/*-----------------------------------------------------
/MAPS
////////////////////////////////////////////////////////
------------------------------------------------------*/

#vpwmap {
	width:100%;
	height:300px;
	margin-top:10px;

}

/*-----------------------------------------------------
/CONTACT PAGES
////////////////////////////////////////////////////////
------------------------------------------------------*/

.container--contact button {
	width:235px;
}

	@media screen and (min-width: 768px) {
		.container--contact button {
			width:auto;
		}
	}

.container--contact-intro {
	margin-bottom:20px;
}

.container--contact-intro h2 {
	margin-top:0px;
}

.container--contact-sidebar {
	margin:20px 10px 0px 10px;
	color:#ffffff;
    background: #3b74ad; /* Old browsers */
	background: -moz-linear-gradient(top, #3b74ad 0%, #5291c7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3b74ad 0%,#5291c7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3b74ad 0%,#5291c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b74ad', endColorstr='#5291c7',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    border: 1px solid #3b74ad;
}

	@media screen and (min-width: 640px) {
		.container--contact-sidebar {
			margin:84px 0px 20px -10px;
		}
	}

	@media screen and (min-width: 768px) {
		.container--contact-sidebar {
			margin:70px 20px 20px -30px;
		}
	}

.container--contact-sidebar h5, h3 {
	color:#ffffff;
}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
FORMS
////////////////////////////////////////////////////////
------------------------------------------------------*/

.vpw-form {
	position:relative;
}

	@media screen and (min-width: 640px) {
		.vpw-form {
			margin-top:30px;
		}
	}

.vpw-form .form-icons {
  text-align: center;
}

.vpw-form .form-icons h4 {
  margin-bottom: 1rem;
}

.vpw-form .form-icons .input-group-label {
  border-color: #3b74ad;
  width:50px;
  background: #3b74ad; /* Old browsers */
  background: -moz-linear-gradient(top, #3b74ad 0%, #5291c7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3b74ad 0%,#5291c7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3b74ad 0%,#5291c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b74ad', endColorstr='#5291c7',GradientType=0 ); /* IE6-9 */

}

.vpw-form .input-group > :first-child {
    border-radius: 0px 0 0 0px;
}

.vpw-form .form-icons .input-group-field {
  border-color: #3b74ad;
}

.vpw-form .form-icons .fa {
  color: white;
  width: 1rem;
}


.vpw-form select{
	color:#686869;
	margin-bottom:0px !important;
	border-radius:0;
	border-color: #3b74ad;
}

.vpw-form [type='text'], .vpw-form textarea {
    box-shadow: none;
    border: 1px solid #3b74ad;
}

.vpw-form [type='text'], .vpw-form select, .vpw-form textarea {
    font-size:13px;
}

	@media screen and (min-width: 1170px) {
		.vpw-form [type='text'], .vpw-form select, .vpw-form textarea {
			font-size:16px;
		}
	}

.vpw-form [type='text'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 0rem;
    padding: 0.5rem;
    border-radius: 0px;
    background-color: #fefefe;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vpw-form  .input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
}


.vpw-form .input-group-field-half [type='text'] {
	width:50%;
}

.vpw-form h5 {
	    margin-bottom: 15px;
		margin-top: 10px;
		float: left;
}

.catcha-holder, .submit-holder {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
	text-align:center;
	height:100px;
}

.g-recaptcha > div:first-of-type {
    margin: 0 auto;
}


/*-----------------------------------------------------
POPUPS
////////////////////////////////////////////////////////
------------------------------------------------------*/
.reveal-overlay {
    z-index: 20000;
}

.close-button, .close-button.medium {
    right: 0rem;
    top: 0rem;
}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
TABLES
////////////////////////////////////////////////////////
------------------------------------------------------*/

.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {

  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}

/*-----------------------------------------------------
////////////////////////////////////////////////////////
SEARCH
////////////////////////////////////////////////////////
------------------------------------------------------*/

.result_block a {
	color:#3b74ad;
	margin-bottom: 15px;
    display: inline-block;
    text-transofrm: uppercase;
    text-decoration: underline;
}

.result_block .description {
	line-height:1.5rem;
}

.result_block .infoline {
	font-size:90%;
	margin-top:10px;
}

.highlight {
	background-color: #fdf6eb;
    padding: 5px;
    border:1px solid #f6a531;
}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
FOOTER
////////////////////////////////////////////////////////
------------------------------------------------------*/

.footer {
	border-top:1px solid #5898ce;
	border-bottom:1px solid #5898ce;
	padding:20px 0px;
	color:#959595;
	margin-top:20px;
	font-size:10px;
	/* display:none; */
}

	@media screen and (min-width: 1024px) {
		.footer {
			margin-top:40px;
			font-size:11px;
		}
	}

.footer a {
	color:#3b74ad;
}

.container--footer-text {
	margin-bottom:20px;

}

	@media screen and (min-width: 1024px) {
		.container--footer-text {
			margin-bottom:0;
		}
	}

.footer .logos {
	height:55px;
}

	@media screen and (min-width: 640px) {
		.footer .logos {
			height:60px;
		}
	}

	@media screen and (min-width: 1024px) {
		.footer .logos {
			float:right;

		}
	}

	@media screen and (min-width: 1170px) {
		.footer .logos {
			height:65px;
		}
	}


/*-----------------------------------------------------
////////////////////////////////////////////////////////
CUSTOM BITS BY VPW TEAM
////////////////////////////////////////////////////////
------------------------------------------------------*/

.errortext
 {
  color: red;
  font-weight: bold;
  clear:both;
 }

.productlist
 {
  color: white;
 }

.productlist li
 {
  color: white;
 }

 .descriptiontext
  {
   clear: both;
  }

 .descriptiontext p
  {
   clear: both;
   float:left;
  }