html {overflow-x: hidden;}
body {
	margin: 0 ;
}

a {
	color:#00387d;
	text-decoration:none;
	}

a:hover {
color:#c2c2c2;  
	}

a:focus { 
	outline: none
	}

body {
	
/*font: 1.1em/1.5em Calibri, Arial, Helvetica, sans-serif; text-align: center; */

font-family:'Museo', Verdana, sans-serif;
font-size:18px;

	}

body.home {
/*background: url('../images/retirement-planning.jpg') 50% 0% no-repeat;background-size: cover;background-attachment: fixed;*/
animation: imgFade 2s ;
-webkit-animation-fill-mode: forwards;
}
body.home {background: url('../images/retirement-planning.jpg') 0 0 no-repeat;background-size: cover;background-attachment: fixed;}
body.about-image {background: url('../images/contactus.jpg') 0 0 no-repeat;background-size: cover;background-attachment: fixed;}
body.contact {background: url('../images/oxford-advisory-contact-us.jpg') 0 0px no-repeat;background-size: cover;background-attachment: fixed;}
body.information {background: url('../images/financial-advice.jpg') 0 0px no-repeat;background-size: cover;background-attachment: fixed;}
body.online {background: url('../images/online-tools.jpg') 0 0px no-repeat;background-size: cover;background-attachment: fixed;}
body.life {background: url('../images/life-stages.jpg') 0 0px no-repeat;background-size: cover;background-attachment: fixed;}
body.newsletter-banner-image {background: url('../images/newsletters.jpg') 0 0px no-repeat;background-size: cover;background-attachment: fixed;}

/* Animations */

/* Homepage Image */

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

    @keyframes imgFade
{
        from {background: #FFF;}
        to {background: url('../images/retirement-planning.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);
  }
}

/* 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);
  }
}



/* End Animations */


body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
margin: 0;
padding: 0;
border-width: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
-webkit-transform-origin-x: 0%;
-webkit-transform-origin-y: 0%;
}

p {
    margin: 0 0 16px;
}


#colour-one {
width:100%;
padding: 30px 50px 25px 50px;
background-color:#3f81aa; 
color:#ffffff;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
  
#colour-two {
width:100%;
padding: 30px 50px 25px 50px;
background-color:#005c87; 
color:#ffffff !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

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

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

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

}

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

#part-two p {
color:#343333;


}

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


}

#part-two p.title {
    color:#00387d;
	font-weight:550;

}

.display-image {display:none;}

@font-face {
  font-family:'Museo';
  src: url('../fonts/Museo-300.eot');
  src: url('../fonts/Museo-300.woff'),
       url('../fonts/Museo-300.woff2'),
       url('../fonts/Museo-300.ttf');

  font-weight: normal;
  font-style: normal;
}



		/* display fonts */
		/*h1 { font: 24px/1 MuseoLight, Verdana, sans-serif; }
		h2 { font: 18px/1 MuseoLight, Verdana, sans-serif; }
		h3 { font: 14px/1 MuseoLight, Verdana, sans-serif; }*/


/* Responsive font sizes with media queries */

html {
    font-size: 18px;
}
.unbehaved-element {
    font-size: 1.4em;
}
@media(max-width: 1580px) {
  html {
    font-size: 16px;
  }
  .unbehaved-element {
    font-size: 1.7em; /* Fine tune unbehaved elements */
  }
}
@media(max-width: 980px) {
  html {
    font-size: 16px;
  }
}

.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;
	font-family:Museo;
	}

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

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

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

span, span a {
	
color:#00387d;


}	

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

li {
	line-height: 1.5em ;
}

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



	}





h1 {
    color:#00387d;
	font-size:2em;
	margin-bottom:12px; 
    text-shadow:0 1px 1px 1px #ffffff;

font-weight: normal;
	}

h2 {
    color:#00387d; 
	margin-bottom: 5px ; 
    text-shadow:0 1px 1px 1px #ffffff;
font-weight: normal;

font-size:20px;
	}

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

h3 {
    color:#00387d;
	font-size: 20px ;
    text-shadow:0 1px 1px 1px #ffffff;
font-weight: normal;

text-align:left;
	}


h4 {
    color:#00387d; 
	font-size:20px ;
    text-shadow:0 1px 1px 1px #ffffff;
	font-weight: normal;

	}


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;
	}

.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 10px !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 #00387d;
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);
}

.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: 1200px ;
	width:100%;
	padding: 10px;
	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: 1000px ; 
	width:100%;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	margin: 10px auto 20px auto ;
	text-align: left ;
    
}

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



#wrapper_footer {
	max-width: 960px ; 
	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:relative;
width:100%;
height:auto;
margin:0 0 0 0;
padding-top:10px;
padding-bottom:20px;
background: rgba(255, 255, 255, 0.8);
/*border: solid  #257a9a;*/
border-width: 0 0 1px 0;
z-index:999 !important;
margin-top:-10px;

}


.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow:hidden;
  padding:0 5% 0 5%;
  }

.tagline-container {
  width: 100%;
    max-width: 1500px;

  margin: 0 auto;
  text-align: right;
  overflow:hidden;
  padding:0;
  }

.tagline-container h1 {
  
 
 color:#ffffff;
 /*color: #257a9a;*/
  width:100%;
  
  margin:250px auto 0 auto !important;
  padding:25px 15px 0 0;
  font-size: 2.8em;
  font-weight:bold;
  text-align:center;
  letter-spacing: 3px;
  line-height: 36px;
-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-container h2 {
  
  color:#ffffff;
 /*color: #257a9a;*/
  width:100%;
  
  margin:10px auto 0 auto !important;
  padding:25px 15px 0 0;
  /*font-family: 'Bitter', sans-serif;*/
  font-size: 1.8em;
  /*text-transform: uppercase;*/
  text-align:center;
  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:468px;
height:350px;
height:140px;
max-width:100%;
width:100%;
margin:100px 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;

}

/*.about {
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.about  p {
  margin: 20px 0 0 0;
}*/

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

.about h2 {
text-align: left;
font-size: 1.8em;
line-height: 1.1em;
/*font-family: 'crimson text', sans-serif !important;*/
color:#ffffff;
margin: 0px 0 10px 0;
padding:0;
}



.about p {

color:#ffffff;
text-align:left;
}

 .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;
}

/* header items */
.logo {
position:relative;
width:473px;
height:109px;
padding:0 0 0 0;
margin:0px 0 0px 60px;
background: url('../images/sheppard-financial-logo.png') 0 0 no-repeat;


}

#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 #00387d;
		color:#00387d;
		margin:20px auto;
		padding:0 0 0px 10px;
		display:none;
}


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

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


#content_main {
	position:relative;
	width:100%;
	max-width: 960px;
	padding: 0 0 10px 0 ; 
	margin:0px 0 0 0;
	height:auto;
	overflow:hidden;
}

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


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

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

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


 #content ul, #container ul {
	list-style-type: disc;
	padding-left: 3%;
}

#content ul li span, #container ul li span {
	color:#257a9a;  
	text-align: left;
}

#container ul li {text-align:left !important; }

#content ul, #content_home ul, #container ul  {
	
	list-style-image:  url('http://www.wottonwebsites.co.uk/ifawebpro/designs/designj/images/icon-arrow-list.png');
	}

#content li, #container ul {
    padding-left: 1%px !important;

}


.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-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: 5px 5px;
  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;
  
}

a.btn.light {font-size:0.75em;}

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

/* End Button */

/* Contact us */

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

a.contact {
   /* display: inline-block;*/
    position:relative;
	float:left;
    margin: 45px 0 20px 0;
    font-weight: normal;
    text-align: center; 
   /* vertical-align: middle;*/
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
	background:#00387d;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0px;
    color:#ffffff;
}

a.contact:hover
{
  background-color: #005c87; 
  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*/
.myMenu {
	padding:0;
	/*float:right;*/
	top:0;
	right:0;
	position:absolute;
	margin:75px 60px 0 0;
	z-index:500 !important;

}

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


.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
/*    background-color:#ffffff; */
	padding: 0.7em 0.6em 0.7em 0.6em;
	margin:0;
	color:#00387d;
	
	z-index:500 !important;
}

.myMenu li a:hover {
	color:#3f81aa; 
	z-index:500 !important;
	
}


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

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

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

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

.myMenu li ul li a:hover {
background-color:#2c3e86;	
background-color:#6e7982;
	color:#ffffff;
	text-decoration:none;
	z-index:500 !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:#00387d;
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:#00387d;
	overflow:hidden;
}

#regulatory {
width:100%;
position:relative;
height:auto;
overflow:hidden;
padding-left:10px;
background-color:#00387d;
box-sizing: border-box;
 -moz-box-sizing: border-box;
}


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

#footer a {color:#8b9e9c;}
#footer a {color:#ffffff;}

#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: #ffffff;
	padding: 0px 5px 0 0px !important;
}

#footer li {
	border-right:  1px solid;
	border-right-color: #424242;
border-right-color: #ffffff;
}
#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: 2200px)  
{

.logo {
float:none;
display:block;
position:relative;
margin:10px auto;

}

.myMenu {
	padding:0;
	position:relative;
	clear:both;
	width:840px;
	margin:10px auto;
	height:50px;

}

}

@media (max-width: 960px)  
{

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

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

}



.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;}
#banner: height:0; 
}

@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: 767px) 

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


/* alternative menu */
#alternative_menu
        {
                display:block; 
        }

        
.mobile-navigation {position:relative; clear:both; width:100%; height:30px; display:block;}
.myMenu {display:none;}
.logo {display:block; clear:both;}


#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;}

 }

@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;}

.logo {
float:none;
position:relative;
margin:10px auto;
max-width:100%;
padding:10px;
box-sizing: border-box;
 -moz-box-sizing: border-box;
}


#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;}

}

