@charset "utf-8";
/* CSS Document */

@import url('//fonts.googleapis.com/css?family=Open+Sans');

/* :300italic,400italic,600italic,700italic,800italic,400,800,700,600,300*/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}

/*roll_menu*/

.roll_menu.roll_activated {
	position: fixed;
	width: 100%;
	z-index: 1000;
	left: 0px;
	height: 105px !important;
	box-shadow: 1px 1px 5px #999;
}


/* Font colours */

.dark-blue {
	color: #231d9f;
}

.dark-blue-bg {
	background: #231d9f;
	color: #fff !important
}

.light-grey {
	color: #dfdfe0;
}

.light-grey-bg {
	background: #dfdfe0;
}

.mid-grey {
	color: #7e8082;
}

.mid-grey-bg {
	background: #7e8082;
	color: #fff !important
}

.dark-grey {
	color: #1c0b19;
}

.dark-grey-bg {
	background: #1c0b19;
	color: #fff !important
}

.teal-green {
	color: #4ea699;
}

.teal-green-border {
	border: 1px solid #4ea699;
}

.teal-green-bg {
	background: #4ea699;
	color: #fff !important
}

.dark-orange {
	color: #f6511d;
}

.dark-orange-bg {
	background: #f6511d;
	color: #fff !important
}

.sky-blue {
	color: #3c91e6;
}

.sky-blue-bg {
	background: #3c91e6;
	color: #fff !important
}

.mid-grey-bg a, .sky-blue-bg a, .dark-orange-bg a, .dark-grey-bg a, .dark-grey-bg a, .dark-blue-bg a {
	color: #fff !important;
}

.black {
	color: #1c0b19;
}

.fa-none {
	display: block;
	margin: 0px auto;
	font-size: 50px !important;
	height: 50px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 40px;
}

.fa span,
.fas span,
.far span {
	display: none;
}

/* bordered */

.all-border {
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.top-border {
	-moz-border-radius: 0.5em 0.5em 0 0;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.bottom-border {
	-moz-border-radius: 0 0 0.5em 0.5em;
	-webkit-border-radius: 0 0 0.5em 0.5em;
	border-radius: 0 0 0.5em 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}



body {
	background: #fff url(../images/bg/bg.jpg) repeat-x 50% 0px;
	font: 100% 'Open Sans', Helvetica, Arial, sans-serif;
	color: #1c0b19;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 0px
}

p.Visit-Link {
	font-size: 0.9em;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

strong, b {
	font-weight: 700;
	font-style: normal;
}

em, i {
	font-weight: 400;
	font-style: italic;
}

b i, i b, strong em, em strong, strong i, i strong b em, em b {
	font-weight: 700;
	font-style: italic;
}



/*skip for keyboard navigation and screen readers*/
#skip a, #skip a:hover, #skip a:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow :hidden;
}

#skip a:active, #skip a:focus
{
	top: 10px;
	width: 200px;
	margin-left: 300px;
	margin-top: 10px;
	height:auto;
}

#wrapper {
	position: relative;
	margin: 0px;
}

#TopHeader {
	background: #fff;
	padding: 10px 0px 0px 0px;
}

#MainHeader {
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 10px;
}

#Inner {
	max-width: 1180px;
	margin: 0px auto;
}

#banner-top {
	
}

#MainContent {
	padding: 30px 0;
	max-width: 1180px;
	margin: 0px auto;
	background: #fff;
	min-height: 55vh;
}

.clear {
	clear: both;
}

#HomePageLink {
	float: left;
	width: 25%;
}

#HomePageLink a {
	display: block;
}

#SearchForm {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 30%;
}

#SearchForm form {
	float: left;
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#SearchForm label {
	display: none;
	text-align: right;
}

#SearchForm input.InputField {
	border: 0px !important;
	background: #fff;
	width: 75%;
	float: left;
}

#SearchForm input.Button {
	background: #fff url(../images/search-icon.png) no-repeat 50% 50%;
	border: 0px;
	text-indent: -999em;
	width: 38px;
	float: right;
}

* html #searchSubmit {font-size:0;display:block;line-height:0}

*+html #searchSubmit {font-size:0;display:block;line-height:0}

#RegisterInterestLinks {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 70%;
	height: 40px;
}

#RegisterInterestLinks ul {
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
}

#RegisterInterestLinks ul li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	font-size: 14px;
}

#RegisterInterestLinks ul li a {
	display: block;
	background: #f6511d;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	-webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out; /* IE10 is actually unprefixed */
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

#RegisterInterestLinks ul li a:hover, #RegisterInterestLinks ul li a:active, #RegisterInterestLinks ul li a:focus {
	background: #f13510;
}

#Footer {
	background: #fff url(../images/bg/bg.png) repeat-x 50% 50%;
	margin-top: 3em;
}

#FooterContent {
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 0.5em;
}

#FooterImg {
	position: absolute;
	right: 30px;
	margin-top: -44px;
}

#FooterText {
	float: right;
	text-align: right;
	font-size: 0.8em;
	padding: 1em;
	padding-right: 175px;
}

#FooterText p {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#FooterText a {
	color: #fff;
}

#Social-Media {
	position: absolute;
	left: 30px;
	margin-top: -25px;
}

#Social-Media ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Social-Media ul li {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
}

#Social-Media a {
	display: block;
}

#Social-Media a img {
	border: 0px;
	filter: none; /* IE5+ */
    -webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

#Social-Media a:hover img, #Social-Media a:active img, #Social-Media a:focus img {
	filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}


/* Top Navigation */

#nav {
	float: right;
	width: 100%;
	max-width: 75%;
}

#nav ul.top-nav
{
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#nav ul.top-nav li
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
}

#nav ul.top-nav li:hover,
#nav ul.top-nav li.hover
{
	z-index: 100;
}

#nav ul.top-nav a
{	
	display: block;
	color: #1c0b19;
	padding: 20px 10px 12px 10px;
	text-decoration: none;
}

#nav ul.top-nav a.disabled {
	cursor: default;
}

#nav ul.top-nav a:hover,
#nav ul.top-nav a:focus,
#nav ul.top-nav a:active,
#nav ul.top-nav li.hover a /* <- keeps the tab hover state on as the dropdown gets explored */
{	
	display: block;
	color: #f6511d;
	text-decoration: none;
}

#nav ul.top-nav li.hover li.hover a {
	background: #dfdfe0;/* <- keeps the tab hover state on as the dropdown gets explored */
}

#nav ul.top-nav li.hover li.hover li a {
	background: #fff;
}

#nav ul.top-nav li.hover li.hover li a:hover {
	background: #dfdfe0;
}

#nav ul.top-nav ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	margin: 0px 0 0 0;
	padding: 10px 0px 0px 0px;
	z-index: 1000;
	background: none;
}

#nav ul.top-nav ul ul {
	margin: -31px 0px 0px 230px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	padding: 0px;
	z-index: 1000;
	background: #dfdfe0;
}

#nav ul.top-nav li:hover ul,
#nav ul.top-nav li.hover ul
{
	left: auto;
}



#nav ul.top-nav li ul:before {
	content: " ";
	display: block;
	position: absolute;
	margin-top: -10px;
	margin-left: 10px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #dfdfe0;
}

#nav ul.top-nav li:last-child ul:before {
	margin-left: 180px;
}

#nav ul.top-nav li:hover ul ul,
#nav ul.top-nav li.hover ul ul {
	left: -999em;
}

#nav ul.top-nav li:hover ul li:hover ul,
#nav ul.top-nav li.hover ul li.hover ul {
	left: auto;
}

#nav li.contact:hover ul,
#nav li.contact.hover ul {
	margin-left: -151px !important;
}


#nav ul.top-nav ul li
{
	display: block;
	background: #dfdfe0;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-align: left;
	border-right: none;
	float: none;
	position: static;
	text-transform: none;
}

#nav ul.top-nav ul li:last-child {
	padding-bottom: 10px;
}

#nav ul.top-nav ul li:first-child {
	padding-top: 10px !important;
}

#nav ul.top-nav li:hover ul a,
#nav ul.top-nav li.hover ul a
{	
	display: block;
	background: #dfdfe0;
	padding: 5px 10px 5px 10px;
	font-weight: 400;
	color: #1c0b19;
}

#nav ul.top-nav li:hover ul a.top-border,
#nav ul.top-nav li.hover ul a.top-border {
	
}

#nav ul.top-nav li:hover ul a:hover,
#nav ul.top-nav li.hover ul a:hover,
#nav ul.top-nav li.hover ul a:focus,
#nav ul.top-nav li.hover ul a:active
{	
	background: #dfdfe0;
	color: #f6511d;
}

#HomePage #nav a.nav_Home,
#Features #nav a.nav_Features,
#SuccessStories #nav a.nav_Success,
#Bespoke #nav a.nav_Bespoke,
#Financial #nav a.nav_Financial,
#ClientFeedback #nav a.nav_ClientFeedback,
#Contact #nav a.nav_Contact,
#SMESector #nav a.nav_SME,
#CorporateSector #nav a.nav_Corporate,
#Board #nav a.nav_Board {
	background: #fff !important;
	color: #f6511d !important;
}


#nav li:hover, #nav li.hover,
#nav li:hover li:hover, #nav li.hover li.hover {
    position: static;
}

/* Top Navigation */

/* Mobile Navigation */

#SearchButtonMenu, #search-toggle-menu {
	display: none;
}

#SearchButtonMenu {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100px;
	z-index: 99999;
}

#SearchButtonMenu::before {
	content: "MENU";
	font-size: medium;
	color: #f6511d;
	display: block;
	float: left;
	width: 50%;
}

span.ham {
	float: right;
	width: 40%;
}

span.ham div {
	border: 2px solid #f6511d;
	border-width: 2px 0px;
	display: block;
	margin-bottom: 2px;
}

/* Mobile Navigation */

/* Structure */

.content-inner {
	padding: 0px 30px 0px 30px;
}

.content-inner-bottom {
	padding-bottom: 30px;
}

.layout {
	float: left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

.layout-last {
	float: right;
}

.width_full {
	width: 100%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33%;
}

.col-2-3 {
	width: 66.6667%;
}

.col-4 {
	width: 25%;
}

.col-3-4 {
	width: 75%;
}

.col-5 {
	width: 20%;
}

.col-6 {
	width: 16.6667%;
}

.col-7 {
	width: 14.2857%;
}

.col-8 {
	width: 12.5%;
}

.col-9 {
	width: 11.1111%;
}

.col-10 {
	width: 10%;
}

.col-11 {
	width: 9.0909;
}

.col-12 {
	width: 8.3333%;
}


/* Structure */


/* New Structure */

.fa,
.fas,
.far {
	font-size: 50px !important;
}

.fas.fa-arrow-circle-right.fa-2x {
	font-size: 40px !important;
}

.fa span {
	display: none;
}

.is-relative {
	position: relative;
}

.is-absolute {
	position: absolute !important;
}

.full-height {
	height: 100%;
}

.top-right {
	top: 0;
	right: 0px;
}

@media (min-width: 825px) {
.top-right {
	right: -25px;
}

.row.minus-margin {
	margin-left: -15px;
    margin-right: -15px;
}

}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-lg-fifth, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-md-fifth, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-sm-fifth, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xl-fifth, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-auto, .col-xs-fifth {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.extra {
	padding-right: 30px;
}

.offset-extra {
	padding-left: 0;
	padding-right: 30px;
}

@media (min-width:1px) {
.col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xs-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

}

@media (min-width:576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-sm-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
}

@media (min-width:825px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-md-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

}

@media (min-width:992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-lg-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

}


@media (min-width:1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xl-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

}

/* New Structure */

/* back to top */

#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999 !important
}

#back-top a {
	width: 30px;
	height: 30px;
	display: block;
	background: #fff url(../images/back-top.png) no-repeat 50% 50%;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	-o-background-size: 50%;
	background-size: 50%;
	/* rounded corners */
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
}

/* arrow icon (span tag) */
#back-top span {
	display: none
}

/* back to top */

/* List Carousel */

.list_carousel {
    padding: 0px;
	position: relative;
	overflow: hidden;
	height: 166px;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    padding: 0;
    margin: 0px;
    display: block;
    float: left;
	width: 100%;
	height: 166px;
	background-position: 50% 50% !important;
	position: relative;
}

.list_carousel li img {
	
}

.list_carousel .pagination {
	position: absolute;
	right: 0px;
	bottom: 10px;
	padding: 0px;
}

.list_carousel .pagination a {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 6px 0px 6px;
	border: 1px solid #f6511d;
	border-radius: 13px;
	cursor: pointer;
	opacity: .9;
	background: #f6511d;
 	-webkit-transition: background .5s, opacity .5s;
 	-moz-transition: background .5s, opacity .5s;
 	transition: background .5s, opacity .5s;
}

.list_carousel .pagination a.selected {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	
	opacity: 1;
}

.pagination a span {
    display: none;
}


div.InternalBlock {
	float: left;
}

div.InternalBlockShort  {
	
}

div.InternalBlock a:link, div.InternalBlock a:visited {
	
}

/* List Carousel */

/* List Carousel - Client Feedback */

.list_carousel_quotes {
	padding: 0px;
	position: relative;
	height: auto;
}

.list_carousel_quotes ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
	display: block;
}

.list_carousel_quotes li {
	padding: 0;
	margin: 0px;
	display: block;
	float: left;
	width: 100%;
	padding-top: 0;
	height: auto;
	text-align: center;
	list-style: none !important;
}

.ClientQuote {
	font-size: 1.2em;
	border-radius: 0.5em;
	padding: 1em;
	text-align: center;
	font-style: italic;
	background: #CCC;
}

.ClientName {
	text-align: right;
	font-size: 0.8em;
	margin-top: 1em;
	color: #999
}

/* List Carousel - Client Feedback */


/* List Carousel - Companies We Work With */

.list_carousel_who {
    padding: 15px 35px 0 35px;
	position: relative;
	overflow: hidden;
	height: 100px;
}

.list_carousel_who ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel_who li {
	display: block;
	float: left;
	margin: 0px 0px;
	padding: 0px 10px;
	vertical-align: middle;
}

.list_carousel_who li img {
	display: block;
	margin: auto;
	vertical-align: middle !important;
}

a.prev, a.next {
	width: 35px;
	height: 65px;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
	opacity: 0.5;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

a.prev {
	background-image: url(../images/bg/chevron-left.png);
	left: 0;
}

a.next {
	background-image: url(../images/bg/chevron-right.png);
	right: 0px;
}

a.prev {
	
}

a.prev:hover {
	opacity: 1;
}

a.next {
	
}

a.next:hover {
	opacity: 1;
}

a.prev span, a.next span {
	display: none;
}

/* List Carousel - Companies We Work With */

ul.OurClientsUL {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.OurClientsUL li {
	float: left;
	margin: 0px;
	padding: 1em;
	list-style: none;
	text-align: center;
}

blockquote.all-border {
	padding: 30px;
	margin: 0px 5%;
}

#map {
	display: block;
	height: 300px;
	margin-top: 20px;
}

input, select, textarea {
	font-family: "Open Sans", sans-serif;
	border: 1px solid #bcbcbc;
	padding: 0.65em;
	font-size: 100%;
	-webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 
	box-sizing: border-box;         /* Opera/IE 8+ */
}

input[type="text"], input[type="password"], select, textarea {
	width: 100%;
}

textarea {
	min-height: 150px;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover,
input[type="text"]:active, input[type="password"]:active, select:active, textarea:active,
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	background: #FFC;
	border: 1px solid #000;
}

input.Button {
	cursor: pointer;
}

input.Button:hover, input.Button:active, input.Button:focus {
	background: #f13510;
}

.req {
	color: #F00;
}

.reqField {
	color: #FF0000;
}
label.error, span.error {
	color:#f00;
	display:block;
}
input.error, textarea.error {
	border:dashed 1px #f00;
	background-color:#ffff7f;
}
*html #changeImage {
	display:none;
}

.g-recaptcha {
	width: 304px;
	margin: 0px auto;
	margin-bottom: 1em;
}

label {
	font-weight: 600;
}


/* Styles */

a, a:link, a:visited {
	color: #231d9f;
	
}

#HomePage-Landing .content-inner a {
	text-decoration: none !important;
}

a[href^="tel:"] {
  text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #1c0b19;
}

#Inner a {
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out; /* IE10 is actually unprefixed */
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-size: 2.125em;
	font-weight: 700;
	color: #231d9f;
}

h2 {
	font-size: 1.5em;
	color: #3c91e6;
}

h3 {
	font-size: 1.5em;
	color: #3c91e6;
}

h3 a {
	color: #3c91e6 !important;
	text-decoration: none;
}

h4 {
	font-size: 1.2em;
}

.size-1-2x {
	font-size: 1.2em;
}

div.small, p.small {
	font-size: 90%;
}

.smaller {
	font-size: 50%;
}

h1.Home-Page-H1 {
	padding: 3% 0;
	margin: 0px;
	text-align: center;
	color: #fff;
}

h1.Home-Page-H1 strong {
	display: block;
	font-size: 3em;
	margin-top: -0.3em;
	float: right;
	width: 100%;
	text-align: right;
	color: #f6511d;
}

h2.Home-Page-H2 {
	color: #1c0b19;
	padding-left: 30px;
	padding-right: 30px;
}

.intro-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.left {
	text-align: left;
}

.centre {
	text-align: center;
}

.right {
	text-align: right;
}

.centre ul {
	text-align: left;
}

ul.ReviewDemo {
	float: left;
	width: 100%;
	margin: 1em 0px 0px 0px;
	padding: 0px;
	list-style: none;	
}

ul.ReviewDemo li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: center;
}

ul.ReviewDemo li.divider {
	width: 50%;
}

ul.ReviewDemo li a {
	width: 200px;
	display: block !important;
	margin: 0px auto;
	margin-bottom: 5px;
}

.col-4 ul.ReviewDemo li a {
	width: 100%;
}

a.Button {
	display: inline-block;
	padding: 5px 20px;
	line-height: 30px;
	background: #dfdfe0;
	text-decoration: none;
	-webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out; /* IE10 is actually unprefixed */
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.Button:hover, a.Button:active, a.Button:focus {
	background: #7e8082;
	color: #fff;
}

a.ReadMore {
	display: inline-block !important;
	margin: 0px auto;
	text-decoration: none;
	background: #f6511d;
	color: #fff !important;
	padding: 5px 20px;
	line-height: 40px;
	-webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out; /* IE10 is actually unprefixed */
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.ReadMore:hover, a.ReadMore:active, a.ReadMore:focus {
	background: #f13510;
}

a.ReadMore.current {
	background: #7e8082;
}

/* New button */

a.ProductOptions {
	display: inline-block !important;
	margin: 0px auto;
	text-decoration: none;
	background: #ffffff;
	color: #231d9f !important;
	padding: 5px 20px;
	line-height: 40px;
	border: 1px solid #f6511d;
	-webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out; /* IE10 is actually unprefixed */
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.ProductOptions:hover, a.ProductOptions:active, a.ProductOptions:focus {
	background: #f13510;
	border: 1px solid #f13510;
	color: #fff !important;
}

a.ProductOptions.current {
	background: #7e8082;
	border: 1px solid #7e8082;
	color: #fff !important;
}

/* New button */


#HomePage a.ReadMore, #BusinessPage a.ReadMore, #HomePage-Landing a.ReadMore {
	font-size: 1.5em;
}

ul.SubLinks {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.SubLinks li {
	float: left;
	width: 33.33%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.SubLinks-Four {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.SubLinks-Four li {
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

ul.SubLinks-Four li a.ReadMore, ul.SubLinks-Four li a.ProductOptions {
	display: block;
	width: 75%;
	margin: 0px auto;
}

ul.SubLinks-Five {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.SubLinks-Five li {
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

ul.SubLinks-Five li a.ReadMore, ul.SubLinks-Five li a.ProductOptions {
	display: block;
	width: 90%;
}

ul.SubLinks-Six {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.SubLinks-Six li {
	float: left;
	width: 16.6666%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

ul.SubLinks-Six li a.ReadMore, ul.SubLinks-Six li a.ProductOptions {
	display: block;
	width: 90%;
}

a.ReadMore.double, a.ProductOptions.double {
	line-height: normal;
}

div.intro {
	position: relative;
	min-height: 290px;
}

#HomePage-Landing div.intro {
	position: relative;
	min-height: 210px;
}

div.intro a, .a-link a {
	display: block;
	text-decoration: none;
	color: #1c0b19;
}

div.intro a.ReadMore {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: auto auto 0 -100px;
	width: 200px;
	height: 50px;
}

#HomePage div.intro a.ReadMore {
	left: 0px;
}

#HomePage a.ReadMore {
	width: 90%;
	margin: auto 5% 0 5%;
}

.ResultsHeader {
	border-bottom: 5px solid #fff;
	padding: 10px
}

.SearchResult {
	margin-bottom: 20px;
}


.SearchResultAlt {
	background: #dfdfe0;
	border-top: 5px solid #dfdfe0;
	border-bottom: 5px solid #dfdfe0;
}


.SearchResultTitle {
	line-height: 2em;
	padding: 10px;
	font-size: 1.1em
}

.SearchResultDesc {
	padding: 10px;
	
}

tr.ResultsHeader td {
	padding: 10px;
}


/* Responsive Code */


@media all and (min-width: 1250px) {
	

div.intro {
	min-height: 290px;
}

#HomePage-Landing div.intro {
	position: relative;
	min-height: 210px;
}

ul.OurClientsUL li img {
	height: 30px;
	width: auto;
}

.list_carousel_who li img {
	height: 40px !important;
	width: auto;
}

}

@media all and (min-width: 1030px) {

#nav ul.top-nav li:last-child:hover ul,
#nav ul.top-nav li:last-child.hover ul {
	margin-left: -150px;
}

}

@media all and (max-width: 1030px) {
	
#SearchButtonMenu {
	display: block;
}

#HomePageLink img {
	width: 100%;
	height: auto;
}

h1.Home-Page-H1 {
	font-size: 2em;
}

div.intro {
	min-height: 325px;
}


#TopHeader {
	padding: 10px 0px 0px 0px;
	position: relative;
}


/* Mobile Navigation */

#nav ul.top-nav {
	position: absolute;
	height: 100%;
	margin: 0px 0 0 0px;
	padding: 0px;
	list-style: none;
	top: 80px;
	left: 0px;
	width: 100%;
	max-width: 1280px;
	background: #ffffff;
	z-index: 999;
	text-align: right;
	display: none;
}

label {  
  cursor: pointer;
}

label span.text {
	display: none;
}

#search-toggle-menu:checked + #nav ul.top-nav {
	display: block;
}

#nav ul.top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 0px;
	position: relative;
	left: auto;
	width: 100%;
}

#nav ul.top-nav li, #nav ul.top-nav li li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 100%;
	text-align: center;
}

#nav ul.top-nav ul li:first-child {
	padding-top: 0px !important;
}

#nav ul.top-nav ul li:last-child {
	padding-bottom: 0px !important;
}

#nav ul.top-nav li ul:before {
	display: none;
}

#nav ul.top-nav li a {
	display: block;
	background: #ffffff !important;
	color: #1c0b19;
	padding: 1em !important;
	border-bottom: 1px solid #dfdfe0;
	text-decoration: none;
	font-size: medium;
	font-weight: 700
}

#nav ul.top-nav li a:hover {
	background: #ffffff;
	color: #f6511d;
}

#nav ul.top-nav li li a {
	background: #ffffff;
	color: #1c0b19;
	font-size: small;
	font-weight: 400;
}

#nav ul.top-nav li li a:hover {
	background: #ffffff;
	color: #f6511d;
}

#nav ul.top-nav li li li a {
	padding-right: 80px;
	background: #1c0b19;
	color: #ffffff;
}

#nav ul.top-nav li li li a:hover {
	background: #ffffff;
	color: #f6511d;
}

/* Mobile Navigation */

ul.ReviewDemo li a {
	width: 100%;
}

.content-inner {
	padding-left: 1em;
	padding-right: 1em;
}

}

@media all and (max-width: 960px) {
#MainContent .col-3, .col-4, .col-2, .col-5, .col-3-4 {
	width: 100%;
}

ul.SubLinks li,
ul.SubLinks-Four li,
ul.SubLinks-Five li,
ul.SubLinks-Six li {
	width: 100%;
	text-align: center !important;
	margin-bottom: 1em;
}

ul.ReviewDemo li.divider {
	width: 100%;
}

ul.SubLinks-Four li a.ReadMore, ul.SubLinks-Four li a.ProductOptions {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

div.intro {
	min-height: 1px;
}

div.intro a.ReadMore {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 200px;
	height: 50px;
}

#HomePage a.ReadMore {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#Footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

#wrapper {
	
}

a.ReadMore.double, a.ProductOptions.double {
	line-height: 40px;
}


}

@media all and (max-width: 850px) {



#SearchForm {
	display: none;
}

h1.Home-Page-H1 {
	font-size: 1.5em;
	padding-top: 8%;
}

.InternalBlock.col-4 h1.Home-Page-H1 {
	padding-top: 2%;
}

.InternalBlock.col-2-3 h1.Home-Page-H1 {
	padding-top: 0px;
}

h1.Home-Page-H1 strong {
	font-size: 2em;
	float: none;
	text-align: center;
	margin-top: 0px;
}

.InternalBlock.col-2-3 {
	width: 100%;
	margin: 0px;
}

#Social-Media {
	left: 5px;
}

#FooterImg {
	width: 75px;
	height: auto;
	right: 5px;
}

#Social-Media img {
	width: 100%;
	height: auto;
}

#FooterText {
	padding-right: 30px;
	width: 100%;
	clear: both;
	padding-top: 30px;
}

#TopHeader {
	padding: 1em 0px 0px 0px;
}

#MainHeader {
	padding-bottom: 1.5em;
}

.InternalBlock.col-2-3 br {
	display: none;
}


}

@media (max-width:825px) {

.fa-arrow-circle-right {
	transform: rotate(90deg);
}

}

@media all and (max-width: 650px) {

#RegisterInterestLinks {
	width: 100%;
}

h1.Home-Page-H1 {
	font-size: 1.5em;
	padding-top: 7%;
}

.list_carousel li, .list_carousel {
	height: 150px;
}

#TopHeader {
	padding-top: 0.5em;
}

}

@media all and (max-width: 600px) {

h1.Home-Page-H1 {
	font-size: 1.3em;
	padding-top: 7%;
}

h1.Home-Page-H1 br {
	display: none;
}

.InternalBlock.col-3, .InternalBlock.col-2-3 {
	width: 100%;
}

.InternalBlock.col-2-3 h1.Home-Page-H1 {
	padding-top: 0px;
}

h1.Home-Page-H1 strong {
	display: inline-block;
	font-size: 1.3em;
	float: none;
	width: auto;
	text-align: right;
	color: #f6511d;
}

.InternalBlock.col-2-3 br {
	display: none;
}

#FooterText {
	text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3em;
}


}

@media all and (max-width: 550px) {

h1.Home-Page-H1 {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 5%;
}



}

@media all and (max-width: 500px) {

#nav {
	clear: both;
	max-width: 100%;
	padding-top: 1em;
}

#HomePageLink {
	width: 50%;
}

#SearchButtonMenu {
	top: 10px;
}

#MainHeader {
	padding-bottom: 0.5em;
}

#TopHeader {
	
}

.content-inner {
	padding-left: 15px;
	padding-right: 15px;
}

a.prev, a.next {
	width: 15px;
	height: 28px;
	background-size: 50%;
}

.list_carousel_who {
	padding-left: 15px;
	padding-right: 15px;
}

.list_carousel_who img {
	width: 75%;
	height: auto;
}

#Social-Media a img {
	height:40px;
	width: auto;
}

#FooterImg {
	width: 55px;
	margin-top: -25px;
}



ul.OurClientsUL li {
	width: 100% !important;
	padding-left: 0px;
	padding-right: 0px;
}

ul.OurClientsUL li img {
	width: 100%;
	height: auto;
}

blockquote.all-border {
	padding: 30px;
	margin: 0px 0;
}

.right {
	text-align: center;
}

#nav ul.top-nav {
	top: 70px;
}


}