html {overflow-x: hidden;}
body, html {
    font-family: 'Raleway',arial,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #393434;
	background:#ffffff;
}
/* Override box-sizing which throw out menu on contact page */
* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}



img {max-width:100%;}

a {
	color:#000000;
	text-decoration:none;
	}
a.services {color:#ffffff;}

h3:hover {color:#009FC1; }

a:-webkit-any-link {text-decoration:none;}

a:hover {
color:#c2c2c2;  
	}

a:focus { 
	outline: none
	}


*:before, *:after {
    box-sizing: border-box;
}

/* Animations */
/* Logo FadeInUp */

.fade-in-text {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes fadeInLeft {
   0% {
      opacity: 0;
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}   


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Text FadeInRight */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
/* Home Page */
h1.Right, h2.Right {
animation: fadeInRight 1s ease-in-out;
}

/* Homepage Image */

@-webkit-keyframes imgFade
{
        from {background: #FFF;}
        to {background: url('../images/highrise-buildings-cityscape.jpg') no-repeat; background-size: cover;background-attachment: fixed;}
    }

    @keyframes imgFade
{
        from {background: #FFF;}
        to {background: url('../images/highrise-buildings-cityscape.jpg') no-repeat; background-size: cover;background-attachment: fixed;}
    }



/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}


@-webkit-keyframes slide-right {
  
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@keyframes slide-top {
  
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/**
 * ----------------------------------------
 * animation slide-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}
@keyframes slide-fwd-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(160px);
            transform: translateZ(160px);
  }
}


/* End Animations */



body.home {


animation: imgFade 2s ;
-webkit-animation-fill-mode: forwards;

}


#page-header  {
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
}
.image-selection {
    position:relative;
	height:100%;
}

.page-introduction {
    height: 40vh;
}



.image-selection:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(top,rgba(229,229,229,0) 0%,rgba(0,107,122,1) 100%);
    background: -webkit-linear-gradient(top,rgba(229,229,229,0) 0%,rgba(0,107,122,1) 100%);
    background: linear-gradient(to bottom,rgba(229,229,229,0) 0%,rgba(0,107,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5',endColorstr='#006b7a',GradientType=0 );
    bottom: 0;
    left: 0;
	z-index:0;
}

.image-selection h1 {
position:relative;
color:#ffffff;
margin:0;
text-align:left;
font-weight:900;
font-size:65px;
line-height:1;
z-index:20 !important;
}

.image-selection h2 {
position:relative;
color:#ffffff !important;
margin:0;
text-align:left;
font-weight:500;
font-size:55px;
line-height:inherit;
z-index:20 !important;
}

.fade-in.active {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
}

.home {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/highrise-buildings-cityscape-large.jpg') center 0 no-repeat;background-size: cover;background-attachment: fixed;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;
}

.about-image {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/about-us.jpg') center 0px no-repeat;background-size: cover;background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;
}

.our-people-image {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/group-office-meeting.jpg') center 0px no-repeat;background-size: cover;background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;

}

.our-services-image {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/our-services.jpg') center 0px no-repeat;background-size: cover;background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;

}
.client-image {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/clients-and-partners.jpg') center 0px no-repeat;background-size: cover;background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;

}

.board-image {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/board-eval.jpg') center 0px no-repeat;background-size: cover;background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;

}


.contact-us-image {background: linear-gradient( rgba(0,0,0, 0.30), rgba(0, 0, 0, 0.30) ), url('../images/contact-us.jpg') center 0px no-repeat;background-size: cover;background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:75vh;
    background-position: bottom right;
}

#page-header {
    min-height: calc(70vh);
    height: 100%;
    text-align: left;
    padding: 30px 0;
    overflow: hidden;
    background-color: #393434;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

#page-header #page-banner {
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
}

p {
    margin: 0 0 16px;
}



.text-header {
    font-size: 30px;
}


.website-container {
  clear:both;
  height:auto;
  position:relative;  
  background:#ffffff;
  width:100%;
}

.about { 
position:relative;
margin:0px auto 0 auto;
padding:20px 10px;
width:100%;
max-width:1100px;
text-align:center;
box-sizing: border-box;
-moz-box-sizing: border-box;

}

.about .col-1-of-2 {
width:50%;

}


.welcome-text { 
position:relative;
margin:0px auto 0 auto;
padding:0;
width:100%;
max-width:1200px;
text-align:center;

}
.service-box{
display:flex; flex-direction:column; flex:1;
}

.btn-more {
margin-top:auto;
}


.col {
    display: block;
    float: left;
    margin:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
/* vertical spacing between columns */

.col-1-of-2 {
width:50%;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.col-1-of-3 {width:33.3%;}

.col-2-of-3 {width:66.6%;}

.service-box {
  height: 100%;
  padding:0;
  color: #fff;
  display:flex; flex-direction:column; flex:1;
  border-style: solid;
  border-width: 1px;
  border-color: #DAA520;
}

[class*="col-"] {
    margin-bottom: 30px;
    padding-left: 25px;
}
.laptop-services-images {display:block;}
.mobile-services-images {display:none;}

#services-wrapper {
    height: 280px;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.alliance-logo {
margin:10px auto 0 auto;

}

.chartered-governanace {
margin:25px auto 0 auto;

}



.container-alliance {
        display: flex;
        align-items: center;
		padding-top:15px;
      }
.image {
        flex-basis: 20%;
		float:left;
}
.text {
font-size: 20px;
padding-left: 20px;
}




/* Service Boxes */

.service-box {
  height: 100%;
  padding: 20px 20px 10px 20px;
  padding:20px 20px 20px 20px;
  color: #fff;
  display:flex; flex-direction:column; flex:1;
  border-style: solid;
  border-width: 1px;
  border-color: #DAA520;
}




.service-box a {color:#F7E6E6;}

/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 30px;
  padding-left:20px;
}


.service-box-spacing {
padding:20px;
}

.service-large-box-spacing {
padding:20px 20px 80px 20px;
}

.service-box h2, .service-box-large h2 {
    margin-top:20px;
    color:#000000;
    line-height: 1.2em;
    text-align: center;
    font-size: 24px;
	font-weight:normal;

		
	}

.service-box p, .service-box-large p {
    color:#000000;
    line-height: 1.5em;
    text-align: center;
    font-size: 16px;
	}

.service-box ul, .service-box li {
color:#ffffff;
text-align:left;
font-size:14px;
}


.service-color-1 {background:#F3F1EC;} /* Light Gold */ 
.service-color-2 {background:#39729B;} /* Lighter Petrol Blue */ 
.service-color-3 {background:#6EA4CA;} /* Pale denim Blue */ 
.service-color-4 {background:#7DCADA;} /* Turq */ 
.service-color-5 {background:#147285;} /* Jade */ 
.service-color-6 {background:#1EABC7;} /* Darker Turq */ 
.service-color-7 {background:#AD3C3C;} /* Logo Blue */ 


a.CTA-phone {
    position: relative;
    border: 1px solid #CDB56D;
    float: right;
    margin: 0px 10px 20px 15px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    background-color: #09336F;
    white-space: nowrap;
    padding: 15px 15px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #ffffff;
}


a.CTA-phone:hover {color:#08A0E1;}

a.button-blue {
    position: relative;
    float: right;
    margin: 0px 0px 1px 15px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    background-color: #09336F;
    white-space: nowrap;
    padding: 10px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #ffffff;
	width:100%;
}

.buttons-side {margin:30px 0 0 0;}

a.CTA-phone:hover {color:#08A0E1;}


/* Call to action */

.btn-contact {
    color: #ffffff;
    background-color: #AD3C3C;
	width:150px;
	height:55px;
	padding:10px;
	margin:10px auto;
	text-align:center;
}

.btn-contact a {color:#ffffff;}
.btn-contact a:hover {color:#c2c2c2;}



.btn-more {
    color: #000000;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #DAA520;
	width:150px;
	height:35px;
	padding:10px;
	margin:10px auto 0 auto;
	text-align:center;
	
}


.btn-more-mobile {
    color: #ffffff;
    background-color: #39729B;
	width:150px;
	height:55px;
	padding:10px;
	margin:0;
    margin-top:auto;   /* Need this with flex */
	text-align:center;
	display:none;
}


.btn-more a {
color:#000000;
text-decoration:none;
}
.btn-more a:hover {color:#D1E0EB;}



/* End Call to action */

/* Portfolio - Financial Links - Calc Buttons */

.button-links {
font-size:1.2em;
width:180px;
max-width:100%;
color: #fff !important;
text-transform: none;
text-decoration: none;
background: #000000;
padding: 20px 10px;
margin:10px 0 0 20px;
border-radius: 10px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
}

.button-links:hover {

letter-spacing: 1px;
background: #white;
color:blue;
transition: all 0.4s ease 0s;
}

.button-links a {

text-align:center;
color:#ffffff;
clear:both;
width:100%;
}

.button-text {padding:0 0 0 20px;}

/* End Buttons */



#colour-one {
width:100%;
padding: 30px 50px 25px 50px;
background-color:#000000; 

color:#ffffff;
box-sizing: border-box;
-moz-box-sizing: border-box;

}
  
#colour-two {
width:100%;
padding: 30px 50px 25px 50px;
background-color:#DAA520; 
color:#ffffff !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
/* animation: fadein 20s 1s infinite alternate;*/

}

#colour-one h2, #colour-one p, #colour-two h2, #colour-two p  {
color:#ffffff;
}

#colour-one h2, #colour-two h2  {
font-size:1.6em;
}

#colour-one p, #colour-two p {
font-size:1em;

}

#part-two {
position:relative;
width:100%;
padding: 120px 100px 90px 100px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

#part-two p {
color:#343333;


}

#part-two h2, #part-two h3 {
color:#000000
text-align: left;


}

#part-two p.title {
    color:#000000
	

}

.display-image {display:none;}



.borderbox
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


option {
  font-weight: normal;
  display: block;
  padding: 0px 2px 1px;
  white-space: pre;
  min-height: 1.2em;
}

.clearfix:after /* force a container to fit around floated items */
{
    content: "\0020";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.colelem /* a child element of a column */
{
    display: inline;
    float: left;
    clear: both;
}

a.nonblock, .nontext {display:block}

p, ol ,dl, blockquote, h1, h2, h3, h4, h5, h6, hr, /*ul*/ {
	line-height: 1.4em ;
	margin-top: 0 ;
	margin-bottom: 0.5em ;
	color:#343333;
	
	}

p.info_text {font-size:0.95em;} 

#confirmDialog p {font-size:1em !important;}

#confirmDialog h3 {font-size:1.1em;}
	
/*li {color:#0a3255;}*/

span, span a {
	
color:#0091af;


}	

p, li {font-size:19px;}

h3 span.black, h3 span.black a {
	color:#000000
	font-size:1.2em;
}	
ul{
	margin-top: 0 ;
}
ol {
	list-style-position: inside;
}

li {
	line-height: 1.5em ;
}

hr {
	border-style: none ;
	border-top: 2px solid #d3e2eb; 
	height: 1px ;
	margin: 0 0 5px 0 ;
	padding: 0 ;
	width:100%;



	}


h1, h2, h3, h4, h5 {
    font-family: 'Lato';
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -1px;

}


h1.home-title {
    color:#000000
	font-size:2em;
	margin-bottom:12px; 
    text-shadow:0 1px 1px 1px #ffffff;
    font-weight: normal;
    animation-name: fadeInUp;
    animation-duration: 3s; /* Take to complete */
    animation-delay: 0s; /* Start after 0s */ 
    animation-iteration-count: 1;
	}

h1 {
    color:#000000;
	font-size:2em;
	margin-bottom:12px; 
    font-weight: normal;
    text-align:center;
    }

h2 {
    color:#0091af !important; 
	margin-bottom: 5px ; 
    font-weight: 700;
    font-size:35px;
	
	}

h2.medium {	font-size: 1.2em ;	}



h3 {
    color:#000000;
	font-size: 20px ;
font-weight: normal;
text-align:center;
margin:5px 0 0 0;

	}

h3 a {color:#000000;}


h4 {
    color:#009FC1; 
	font-size:24px ;
    text-shadow:0 1px 1px 1px #ffffff;
	font-weight: normal;
    text-align:center;
	margin:0px 0 10px 0;

	}


h5 {
    color:#000000; 
	font-size:1.2em;
    text-shadow:0 1px 1px 1px #ffffff;
	font-weight: normal;

	}


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

.content-area ol {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
	font-family: calibri;
	font-weight:200;
}


.content-area ol > li:nth-child(1):before {
    content: "1";
	
}

.content-area ol > li:nth-child(2):before {
    content: "2";
}

.content-area ol > li:nth-child(3):before {
    content: "3";
}

.content-area ol > li:nth-child(4):before {
    content: "4";
}

.content-area ol > li:nth-child(5):before {
    content: "5";
}

.content-area ol > li:nth-child(6):before {
    content: "6";
}


.content-area ol > li:before {
    content: "";
    position: absolute;
    left: calc(10% - 25px);
    top: 5%;
    font-size: 60px;
    color: #0091af;
	padding-top:25px;
}


.content-area ol > li:first-child {
}
.content-area ol > li {
    position: relative;
    padding-top: 30px;
    padding-left: 20%;
    border-bottom: 2px solid #d3e2eb;
    min-height: 100px;
}
.content-area li {
    padding-bottom: 10px;
    position: relative;
}



img {
	border: 0;
	}


form {
	margin: 0;
	padding: 0;
	}

input, select, textarea , button {
	font: 1em;
   	}

input, select, textarea {
	font: 1em;
    border: 1px solid #666666;
	padding:2px 2px 2px 2px;
	}

.form-group {
  /*  background: #e6e6e6; */
    padding: 11px 0;
    margin-bottom: 5.5px;
}
.form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.control-label {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
}

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.form-group-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.btn {
    border: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #000000
    border-color: #000000
}

.btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

input.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
	background:#000000
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0px;
    color:#ffffff;
}

input.btn:hover
{
  background-color: #666666;
  color:#ffffff;
}


.content-box {
    min-height: 20px;
    padding: 19px;
    margin:20px 0 20px 0;
    background-color: #E4F3FB;
    border: 1px solid #0091af;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}



.findout-more {

z-index: 235;
width: 100% !important;
height:40px;
border-style: none;
border-color: transparent;
position: relative;
margin:0;
padding:0;
cursor:pointer;
background-color:#257a9a;
box-sizing: border-box;
}


.findout-more:hover {
background-color: #666666;
color:#ffffff;
}


.findout-more p {padding:10px 0px 10px 10px !important; margin:20px 0 0 0 !important; color:#ffffff !important; font-size:1em !important; font-weight:normal; }

.contact-map {

float:right; padding:20px 0 0 5%

}

.nav-container {
  box-sizing: border-box;
 -moz-box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding:0 60px 0 60px;
  position:relative;
  height:auto;
  clear:both;
  }

#crumbs {
        float:left; 
		width:100%;
		margin: 2px 0px 2px 0px !important;
    padding-left:10px;
		text-align:left;
        color: #616161;
        z-index:20;
box-sizing: border-box;
 -moz-box-sizing: border-box;
background:#ffffff;


height:2.4em;
		
}

#crumbs ul {padding-left: 0 !important;}


#crumbs li a:hover, #crumbs li a:focus {
 color:#00387d !important;
}

}
#header_outer {
   clear:both;
   position:relative;
   width:100%;
   margin: 0 0 0 0;
   padding:0;
   background:#257a9a;
   opacity: 0.7;
   height:40px;
border: solid #000000
border-width: 0 0 2px 0;
}

#header_wrap {
   position:relative;
   max-width:960px;
   margin: auto ;
   height:40px;
}

p.phone {
color:#ffffff;
padding:8px 0 0 25px; /* left padding for icon */  
margin:0 0 0 0;
font-size:1em;
float:right; 
text-align:left;
font-weight:normal;
background: url('../images/phone.png') 0 8px no-repeat;
}

a.regulatory-header {
float:left; 
text-align:left;
padding:8px 0 0 5px;
margin:0 0 0 0;
color:#ffffff;}


a.social-icon {
float:right; 
text-align:left;
padding:8px 0 0 5px;
margin:0 0 0 0;}


a.email {
color:#ffffff;
float:right; 
text-align:left;
padding:8px 10px 0 15px;
margin:0 0 0 0;
font-size:1em;
font-weight:normal;
text-decoration:none;}

a.email:hover {color:#257a9a; font-weight:normal;
	}


/* Font Awesome */

.fa {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color:#0091af;
}

.fa-Linkedin:before {
    content: "\f0e1";
}

.fa-Facebook:before {
    content: "\f09a";
}

.fa-Google:before {
    content: "\f0d5";
}

.fa-Twitter:before {
    content: "\f099";
}



.fa-phone:before {
    content: "\f095";
}

*:before, *:after {
    box-sizing: border-box;
}


.icon-box > .fa  {
    float: right;
margin-top:20px;
    margin-right: 10px;
	padding-right:10px;
	
}



.icon-box a {
color:#ffffff;
margin-right: 10px;
padding-right:10px;
	}

.icon-box a:hover {color:#bbbbb9;} 

.fa-2x {
    font-size: 1.3em !important;
}




.icon-box {
    width: 20px;
    display: inline-block;
    padding-right: 0px;
    margin: 8px 5px 15px 10px;
    text-align: right;
    color: #ffffff;
	float:right;

}

.first-icon {margin-right:15px;}


/* End of Font Awesome */


#footer-wrapper {
	max-width: 1000px ;
	width:100%;
	padding: 10px 5px;
	margin:0 0 0 0;
	margin: 10px auto 20px auto ;
	text-align: left ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#wrapper {
	max-width: 1200px ; 
	width:100%;
	margin:0 auto;
	padding: 0 10px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#container {
    position:relative; 
    width:90%;
	/*max-width: 960px !important ; */
	max-width:1000px;
	padding: 0 5% 15px 5%; 
	margin: auto;
	margin-top:0;
	margin-bottom:0;
	text-align: center;
	overflow:hidden;
	height:auto;
} 


.container-home {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding:0 35px;
}


#wrapper_footer {
	max-width: 1000px ; 
	position:relative;
	clear:both;
	width:100%;
	height:auto;
/*	padding: 10px 0 0 0;*/
	margin:0 0 0 0;
	margin: 0 auto ;
	margin-bottom:10px;
	text-align: left ;
/*border-top: 1px solid #4e2877*/
}



#wrapper_footer p {font-size:85%; text-align:center;}

#footer_wrapper {
    clear:both;
	width:100%;
	position: relative;
	z-index:1;
	margin:0 0 20px 0;
}

#top-images {
position: fixed;
top:30px;
left:0;
width:100%;
/*height:126px;*/
height:110px;
margin:0 0 0 0;
padding-bottom:0px;
background:rgba(245, 245, 245, 0.9);
border-width: 0 0 1px 0;
z-index:50 !important;

}



.tagline-container {
  margin: 0 auto;
  text-align: right;
  overflow:hidden;
  padding:0;
  }


h1.tagline-container-home {margin-top:140px !important; padding-right:55px !important;}

/* Transparent overlay - Strapline 24th July */

.strapline-content {
    padding: 120px 0 100px;
}

.strapline-content {
    color: #fff;
    background-attachment: fixed;
    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 15px 130px 15px;
	margin:0;
    text-align: center;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.strapline-title {
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    text-transform: none;
}
.strapline-title {
    font-size: 28px;
    line-height: 35px;
}

.strapline-title, .strapline-title a {
    color: #fff;
}
h1.strapline-title  {
    font-size: 26px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 20px;
	color:#fff;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
    font-weight: 400;
}

h2.strapline-title  {
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 20px;
	color:#fff;
}


h3.strapline-title  {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 20px;
	color:#fff;
	text-align:center;
    letter-spacing: 2px;
}

/* Move Left */

@keyframes move-left {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
            
@-webkit-keyframes move-left {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}


@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  
  100% {
    transform: scale(1.0);
  }
}

.tagline-container h1 {
 color:#ffffff;
  width:100%;
  margin:10px auto 10px auto;
  padding:5px 25px 0 0;
  font-size: 2.9em;
  font-weight:normal;
  text-align:right;
  letter-spacing: 1px;
  line-height: 50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
/* animation: slide-fwd-center 5s ; */
font-family: 'Playfair Display', serif;
letter-spacing: 3px;
font-weight: 400;
animation-name: bounceIn;
animation-duration: 3s; /* Take to complete */
animation-delay: 0s; /* Start after 0s */ 
animation-iteration-count: 1;

}



.tagline-container h2 {
  
  color:#ffffff;
 /*color: #257a9a;*/
  width:100%;
  margin:190px auto 0 auto !important;
  padding:25px 25px 0 0;
  font-size: 1.8em;
  text-align:right;
  letter-spacing: 3px;
  line-height: 50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
animation-name: bounceIn;
animation-duration: 3s; /* Take to complete */
animation-delay: 0s; /* Start after 0s */ 
animation-iteration-count: 1;

}

.tagline p {
  color:#ffffff;
  max-width: 1200px;
  width:100%;
  margin:20px auto 0 auto !important;
  padding-top:20px;
  font-family: 'Bitter', sans-serif;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 3px;
  line-height: 36px;
}

.byline {
background-color: #FFF;
background-color: rgba(255,255,255,0.8);
padding: 50px 0 50px 0;
margin: 80px 0 50px 0;
margin: 180px 0 50px 0;
}

.byline h2 {
width:100%;
max-width:1200px;
margin:0 auto;
text-transform:uppercase;
font-size:1.3em;
color:#257a9a;
color:#000000;
text-align:center;
}

#banner {                                        
height:380px;
max-width:100%;
width:100%;
margin:0px 0 0 0;


}

#banner-2 {
margin:0 0 0 0;
width:100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
/* Added 11th May */
/* background: rgba(255,255,255,0.7);   transparent background */
margin:80px 0 0 0;
margin:-20px 0 0 0; /* 11th May */


}


.blue-button {
  background: #257a9a !important;
  position:relative;
  display: inline-block;
  padding: 10px 30px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  height:20px !important;
  width:120px !important;
cursor:pointer;

  }

.blue-button:hover { background: #0a6594 !important;}

.not-home {                                        
background: url('../images/banner.jpg') 0 0 no-repeat;
border-bottom:2px #343333 !important;
height:247px;
max-width:100%;
margin:0 0 10px 0;

}


.white {
background:rgba(255, 255, 255, 0.8);



}
.off-white {background:rgba(245, 245, 245, 0.8) ;}

 .meet-team-content-left { 
  text-align: left !important;
  box-sizing: border-box;
  position: relative;
  }


.meet-team-content-right p, .meet-team-content-right h3 { 
text-align: left !important;
padding-left:30px;
}

.meet-team-content-left p, .meet-team-content-left h3 { 
text-align: left !important;
}

#expertise h3, #expertise p { 
text-align: left !important;
}

#expertise {
margin:20px 0 0 0;
box-sizing: border-box;
height:225px;
}

#expertise ul li {
margin-left:10px !important;
}


.logo {
position:fixed;
top:0;
right:0px;
padding:0 0 0 0;
margin:0 0 0 50px;
top:0;
left:0;
display:block;
max-width:120px;
z-index:55;
}


#header_wrapper {	background-color: #ebebeb; border-bottom:1px #4e2877 solid;border-top:4px #4e2877 solid;} /* White logo */

#top_images {	background-color:#ebebeb;}



.logo_small {
width:50%;
float:left;
display:none;
}

#social_media {
width:18%;
max-width:177px;
float:left;
padding:0 10% 0 0;
margin:20px 0 0 0;
}

#login_area {
width:16%;
max-width:153px;
padding:0 0 0 0;
float:left;
}

/* End header items */
/* Mobile menu */

#alternative_menu
{
        width: 150px;
		position:relative;
		height:30px;
		background: rgba(255, 255, 255, 0.7);
		border:1px solid #000000
		color:#000000
		margin:20px auto;
		padding:0 0 0px 10px;
		display:none;
}
.mobile-banner {display:none;}



/* *************************************************************Social Media ********************************************************************* */

	position: relative;
	float: right;
	width: 320px;
	height: 331px;
	margin: 10px 14px 14px 14px;
	z-index: 100;
}





#content_main {
    margin-top:100px;
	position:relative;
	width:100%;
	padding: 0 0px 10px 0px ; 
	margin:0px 0 0 0;
	height:auto;
	overflow:hidden;
    z-index:15;
	text-align:center !important;
}

#page {
    position:relative; 
    width:1000px;
}


#content, #content-wider {
	float:left; 
		width:100%;
		margin: 10px 0px 20px 0;
		padding:0;
		text-align:center;
        color: #343333;
        z-index:20;
		/* Added give background */
		/*removed 11th MaY */
        background: rgba(255, 255, 255, 0.9); /* added for transparency */
		padding:10px 20px 20px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}




 
#wrapper-content {
        float:left; 
		width:100%;
		max-width:1000px;
		margin: 20px 0 20px 0;
		padding:0px 0 0 0;
		text-align:center;
        color: #343333;
        z-index:20;
}


 
div.list-container {
  text-align: center;
}

ul.centermyUL {
  display: inline-block;
  text-align: left;
}


.clear {
	clear: both ;
	height: 0 ;
	overflow: hidden ;
}

/*   Overlay, buttons used with bootstrap.min.css create service boxes */
.overlay {
  position:relative;
  display: block;
  overflow:hidden;
}

.overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay:hover .overlay-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1); 
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.overlay:hover .overlay-shadow {
  visibility: visible;
  opacity: 1;
}

.overlay-shadow {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  opacity:0;
  background:rgba(30, 46, 66, 0.8);
  -webkit-transition:all .3s ease-in-out;
     -moz-transition:all .3s ease-in-out;
      -ms-transition:all .3s ease-in-out;
       -o-transition:all .3s ease-in-out;
          transition:all .3s ease-in-out;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.overlay-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
       -o-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

.overlay-content .button { 
  color: #fff;
  border-color: #fff;
}

.overlay-content .button:hover { 
  color: #162232; 
  background: #fff;
}

#services {
    position: relative;
	width:100%;
	z-index: 100;
	margin:30px 0 0px 0px;
	height:auto;
	overflow:hidden;
	padding:0 25px 0 25px;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

	}

#services a {
text-decoration:none !important;
color:#000000 !important;
}

.services {

    width:33.3%;
	padding-right:1.33%;
	height:auto;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


	}

.team-member {

 width:33.3% !important;

}

/* Font Awesome */
#services i.fa {line-height:43px;}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-Linkedin:before {
    content: "\f0e1";
}

.fa-Facebook:before {
    content: "\f09a";
}

.fa-Twitter:before {
    content: "\f099";
}

.fa-email:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.fa-signal:before {
    content: "\f012";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-home:before {
    content: "\f015";
}

.fa-bank:before {
    content: "\f19c";
}



/* End Font Awesome */


#services .service-left {

    position: relative;
    padding-left: 60px;

}

.image-left {
position: absolute;
    left: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #99c765;
    color: #ffffff;
    font-size: 22px
	
}

icon-height {line-height: 56px !important;}

#services .service_text {
margin: 0 0 0 0px;
padding:0;
}




/*    Buttons  for 4 areas */
button {
  padding: 0;
  line-height: 30px;
  background: transparent;
  border-radius: 0;
  outline: none;
  border: none;
  -webkit-transition: all 300ms ease-in-out; 
     -moz-transition: all 300ms ease-in-out; 
      -ms-transition: all 300ms ease-in-out; 
       -o-transition: all 300ms ease-in-out; 
          transition: all 300ms ease-in-out;
}

button:hover {
  -webkit-transition: all 300ms ease-in-out; 
     -moz-transition: all 300ms ease-in-out; 
      -ms-transition: all 300ms ease-in-out; 
       -o-transition: all 300ms ease-in-out; 
          transition: all 300ms ease-in-out;
}

.btn {
  padding: 13px 14px;
  border-radius: 0;
  font-weight: normal;
  font-family: 'roboto slab', sans-serif;
  vertical-align: inherit;
 /* text-transform: uppercase;*/
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.btn:hover {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.btn.dark { 
  color: #1e2e42;
  border: 2px solid #1e2e42;
}

.btn.dark:hover {
  color: #fff;
  background: #1e2e42;
}

.btn.light {
  color: #fff;
  border: 2px solid #fff;
}

.btn.light:hover {
  color: #1e2e42;
  background: #fff;
}

/* End Button */

/* Contact us */

.contact {
    border: none;
}
.contact {
    color: #ffffff;
    background-color: #DAA520;
    border-color: #DAA520;
}

a.contact {
   /* display: inline-block;*/
    position:relative;
    margin: 0 auto;
    font-weight: normal;
    text-align: center; 
    border: 2px solid #0091af;
    cursor: pointer;
    background-image: none;
	background: #ffffff;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0px;
    color:#000000;
	font-size:19px;
}

a.contact:hover
{
  background-color: #0091af; 
  color:#ffffff;
}


}

/* Contact */

.findout-more a {}

#services .spacer {
position:relative;
height:10px;
width:100%;
}


.findout-more-green, .findout-more-black {

z-index: 235;
width: 90% !important;
height:40px;
border-style: none;
border-color: transparent;
position: relative;
margin:0;
padding:0;
cursor:pointer;

}

.findout-more-green {background-color: #7bc46c;}
.findout-more-black {background-color: #257a9a;}

.findout-more-green:hover {
background-color: #343333;
color:#ffffff;
}

.findout-more-black:hover {
background-color: #666666;
color:#ffffff;
}


.findout-more-black p {padding:0 0 0 10px !important; color:#ffffff !important; font-size:1em !important; font-weight:normal; }


#services a:hover {
	color:#7bc46c;  
}

 #services h3 {
 font-size:1.1em;
 font-weight:normal;
 margin:0;
 color:#666666 !important;
 text-decoration:none;
 } 
 
 #services ul a {text-decoration:none; color:#666666,} 

#services ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  background-image: none;
  list-style: disc;
  list-style-image: none;
  font-size: 1em;
  line-height: 1.4285em;
  color:#7bc46c;
}

#spacer {
position:relative;
margin:0 0 20px 0;
width:958px;
height:2px;
background:none;
}

#sidenav {
    clear:both;
    position:relative;   
	float:left;
	width:25%;
    font-size: 0.9em ;
    margin: 25px 0px 20px 0;
}
#sidenav ul {
    margin: 0 0 30px 0 ;
    list-style-type: none ;
    padding: 0px 1px 0 0;
}

#sidenav li  {
    padding: 0 0 2px 0 ;
    
}

#sidenav li.home a {
    margin: 0 ;
}

#sidenav li a {
    display: block ;
    margin: 1px 0 0 0 ; 
    padding: 5px 0 10px 15px ; 
    color:#343333; /* dark grey */
	/*text-transform:uppercase;*/
	font-weight:normal;
    font-size:1.2em;
    text-decoration: none ;
	border-bottom: 1px solid#257a9a;  /* green */
}

#sidenav li a:hover {
   color:##257a9a;
    
}


#sidenav ul li ul li.subnav a:visited {
     font-weight:bold;
     color: #000000;
}
 

#sidenav h3 {                      
    font-size: 12px;
    padding: 5px 0 5px 15px ;
    color: #fff ;
    font-weight: normal ;
    margin: 1px 0 1px 0 ;
    border-bottom: 2px solid #0a3255;
	text-decoration:none;
}

#sidenav li:hover>a, #sidenav li>a:hover { color:#a8bbc9;}

#news_feed {
   position:relative;
   float:left;
   width:210px;
   margin: 0 0 0 0;
   padding:0 35px 0 0;
   height:auto;
}


/*style the main menu*/
.smart-icons {display:none;}

.myMenu {
    padding: 0;
    float: right;
    margin: 40px 100px 0 0px;
    z-index: 1500 !important;
}

.myMenu li {
	list-style:none;
	float:left;
	font-size:1.1em;
	font-weight:normal;
	z-index:1500 !important;
}


.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	padding: 0.4em 1.2em 0.4em 1.2em;
	margin:0;
	color:#000000;
	font-weight:600;
	font-size: 19px;
	z-index:500 !important;
}

.myMenu li a:hover {
	color:#0091AF; 
	z-index:1500 !important;
	
}


.myMenu li a.last-child {
border: 2px solid #0091af;
}




/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	/*border-top:1px solid #fff;*/
	margin:0;
	padding:0;
	z-index:1500 !important;
}

.myMenu li ul li {
	display:inline;
	float:none;
	z-index:500 !important;
    font-size:1em;
	font-weight:bold;
	z-index:1500 !important;
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#DAA520;
opacity: 0.9;
    color:#ffffff;
	width:138px;
	width:200px;
	/*border:none;
    border-bottom: 1px solid #CCCCCC ;*/
    z-index:500 !important;
    padding: 0.2em 1.3em 0.5em 1.3em;
	z-index:1500 !important;
	font-weight:normal;
	font-size:0.95em;
}

.myMenu li ul li a {background-color:#7a8aaf;}	

.myMenu li ul li a:hover {
background-color:#000000;
opacity: 0.9;

	color:#ffffff;
	text-decoration:none;
	z-index:1500 !important;
}

/* Third Level & beyond */
.myMenu > li > ul li > ul{   
    display:none;
}

.myMenu > li > ul li:hover > ul{
    display:block;
    position:absolute;
    left:100%;
    /* top:0;*/
	margin-top:-42px;
    width:auto;
}


.myMenu > li > ul > li ul > li{
   display:block;
   white-space:nowrap;
   font-size:0.95em;
}
.myMenu  > li > ul > li ul > li a:link, .myMenu  > li > ul > li ul > li a:visited {
background-color:#406ab3;	
background-color:#424242;
color:#ffffff;
}

.myMenu  > li > ul > li ul > li a:hover {
background-color:#DAA520;
color:#ffffff;
}

#footer {
    clear:both;
    position:relative;
	color: #424242;
	color:#ffffff;
	width:100%;
	margin:0 0 0 0;
	padding: 0px 0 10px 0px;
	height:auto;
	background-color:#E4F3FB;

	overflow:hidden;
}

#footer .col-1-of-2 {
    width: 48.2%;
}


#regulatory {
width:100%;
max-width:1345px;
margin:0 auto;
padding:15px 0 0 0;
position:relative;
height:auto;
overflow:hidden;
box-sizing: border-box;
 -moz-box-sizing: border-box;
 padding-top:25px;
}

.amba-logo {
position:relative;
margin-top:5px;

}

.amba-logo img {
max-width:80px;

}

#regulatory h2 {
color:#000000;
text-align:left;
font-size:1.4em;
margin:0 0 15px 0;
} 

#regulatory p {font-size:1em;}


#regulatory a {
color:#000000;
text-decoration:none;

}

#footer p {
color:#8b9e9c;
color:#000000;
margin:0;
/*width:95%;
font-size:0.85em;*/
line-height:1.2em;
text-align:left;
}


#footer p.left   {padding:5px 0 0 0 !important;}
#footer p.right {padding:5px 0 0 0; text-align:right;}

#footer ul {
margin:10px 0 0 0;
padding:0 0 0 0px;
text-align:center;

}

#footer li {
    margin: 0 0 0 0px;
    display: inline; 
	height:5px;
	color: #424242; 
	color:#ffffff;
	border-right-color: #000000;
	padding: 0px 5px 0 0px !important;
}

#footer li {
	border-right:  1px solid;
	border-right-color: #424242;
border-right-color: #000000;
}
#footer li.last-child {
	border-right:none !important;
	
}


#footer li a {
text-decoration:none;
color:#424242;
color:#ffffff;
}


#footer a:hover {
	text-decoration: underline ;
}



/* End Footer */

/* Responsive CSS */
iPhone < 5:
@media screen and (device-aspect-ratio: 2/3) {}

iPhone 5:
@media screen and (device-aspect-ratio: 40/71) {}

iPhone 6:
@media screen and (device-aspect-ratio: 667/375) {}

iPhone 6 Plus:
@media screen and (device-aspect-ratio: 16/9) {}

iPad:
@media screen and (device-aspect-ratio: 3/4) {}


/* Responsive CSS */



@media (max-width: 1500px)  
{

.tagline-container h1 {
 color:#ffffff;
  width:100%;
  margin:80px auto 0 auto !important;
  padding:25px 15px 0 0;
  font-size: 2.1em;
  letter-spacing: 1px;
  line-height: 36px;
}

.tagline-container h2 {
  margin:10px auto 0 auto !important;
  padding:25px 15px 0 0;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 50px;
}

#banner {                                        
height:200px;
}

}


@media (max-width: 1520px) {
.mobile-services-images {display:block;}
.laptop-services-images {display:none;}
}

@media (max-width: 1300px) {

}


/* No room for logo and navigation */
@media (max-width: 1100px)  
{



.logo {
position:fixed;
float:none;
display:block;
right:25px;
top:0;
left:auto;
box-sizing: border-box;
 -moz-box-sizing: border-box;
 max-width:120px;
}

.myMenu {display:none;}

.smart-icons {
display:block;
right: 0;
left:0;   
position: fixed;
z-index: 100;
}

.smart-icons {



}    
.smart-icons .col-1-of-3 {width:25% !important;}



.image-selection h1 {
font-size:50px;
}

.image-selection h2 {
font-size:30px;

}


.text-header {
    font-size: 20px;
}

p {font-size:16px;}

#wrapper {max-width:100%;}

}




@media (max-width: 960px)  
{

.byline {margin: 50px 0 0 0;}

#regulatory, #content {
width:100%;
padding-left:1%;
padding-right:1%;
margin:10px 0;

}

#banner {                                        
height:450px;
}

.about .col-1-of-3, .about .col-2-of-3{width:100%;}

#colour-one, #colour-two, #part-two {padding: 20px;}
.tagline-container h1 {font-size: 1.8em; padding:0 10px;}
.tagline-container h2 {font-size: 1.4em; padding:0 10px;}


/* alternative menu */
#alternative_menu
        {
                display:block; 
        }
.mobile-navigation {position:relative; clear:both; width:100%; height:30px; display:block;}
.myMenu {display:none;}


.mobile-services-images img {
    min-height: 200px !important;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: repeat;
}

.col-1-of-5 {width:100%;}



}

@media (max-width: 915px)  
{
html {overflow-x: scroll;}


.myMenu li a:link, .myMenu li a:visited {
	padding: 0.6em 1.4em 0.7em 0.2em;
}
}

@media (max-width: 890px) 
{
.myMenu li {
	font-size:1.0em;
	
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	
    padding: 0.2em 1em 0.5em 1em;
	font-size:0.8em;
}
}


@media (max-width: 833px) 
{

.contact-map {
float:none;
display:block;
margin: 0 auto 0 auto;
}

.contact-form {display:none;} 


/* Header items */


#services {background: none; }
body {background: #fffff;}

.myMenu li {
	font-size:0.8em;
}





}


 @media (max-width: 768px) 

 {
#content {
	
		padding:25px 10px 20px 10px;
       
}



@-webkit-keyframes imgFade {display:none;}
body.home {
clear:both;
background: url('../images/spacer.png') 0 0 no-repeat !important;
}
        

.mobile-banner {display:block; clear:both;}

.container-home {
 padding: 0 10px;
}

#footer .wrapper .column.fourth {
	   margin-top:2em;
}

.row_services_one, .row_services_two, .row_services_three {display:none;}
#contact-us-container {float:left;}

#footer_wrapper {height:400px;}


.about .col-1-of-2 {
width:100%;

}


.col-1-of-3, .col-2-of-3 {

margin:0;
padding:0 15px 0 5px;
width:100%;}

#footer .col-1-of-2 {
    width: 100%;
}


.container-alliance {
        display: block;
        align-items: center;
		padding-top:15px;
      }
.image {
float:none;
display:block;
margin:0 auto;
}
.text {
float:none;
display:block;
margin:0 auto;
padding:0;
}
.page-introduction {
    height: 30vh;
}


/*.home, .about-image, .our-people-image, .our-services-image, .client-image, .contact-us-image {
    background-size: 1900px;
    min-height:75vh;
    background-position: top center;
}*/

.image-selection:before {height:75%;}



.home {background: url('../images/highrise-buildings-mobile.jpg') no-repeat; background-size: cover; 
       background-position: top left;
       background-attachment:scroll
       min-height:75vh;
}

.about-image {background: url('../images/about-us-mobile.jpg') no-repeat;background-size: cover;
        background-attachment:scroll
        background-position: top left;
        min-height:75vh;
}

.our-people-image {background: url('../images/group-office-meeting-mobile.jpg') no-repeat; background-size: cover;background-attachment: scroll; 
        background-position: top left;

}

.our-services-image {background: url('../images/our-services-mobile.jpg') no-repeat; background-size: cover;background-attachment: scroll; 
        background-position: top left;

}
.client-image {background: url('../images/clients-and-partners-mobile.jpg') no-repeat; background-size: cover;background-attachment: scroll; 
        background-position: top left;

}

.contact-us-image {background: url('../images/contact-us-mobile.jpg') no-repeat;background-size: cover;background-attachment: scroll; 
        background-position: top left;
        min-height:75vh;
}

.image-selection h1 {
font-size:40px;
line-height:1.2em;
}

.image-selection h2 {
font-size:45px;

}


.col-1-of-2 {
float:none;
display:block;
width:100%;

}

}


@media (max-width: 560px)  
{

/*.tagline-container {display:none;}*/


.tagline h1 {font-size:1.2em !important;}
.byline h2 {font-size:1em !important;}
p.phone {display: none;}

.testimonials {display:none;}


#banner: height:0; 

#wrapper {width:100%; #content}


/*.home {                                        
height:152px;
max-width:100%;*/

}
.about h2 {font-size: 1.4em;}

.about h3 {font-size: 1.2em;}

.meet-team-content-right p, .meet-team-content-right h3 { padding-left:0px;}

#testimonials-container {display:none;}


#footer p.right {text-align: left;}


#banner-2, .white {background:#ffffff;}



#page-header #page-banner {
        height: 70vh;
    }



}

