/*  ********************************************************************************  **
**  ********************************************************************************  **
 
	Website Colours:
	
		Text and Dark Blue:			#343E46
		Green:						#A9AD00
		Light Grey:					#F1F3F2
		
**  ********************************************************************************  **
**  ********************************************************************************  */




/*  ********************************************************************************  **
 
	Web Fonts
 
**  ********************************************************************************  */

@font-face {
  font-family: 'brown';
  src: url('../fonts/Brown-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Brown-Regular.otf') format('opentype'),
	   url('../fonts/Brown-Regular.woff') format('woff'), 
	   url('../fonts/Brown-Regular.ttf') format('truetype'),
	   url('../fonts/Brown-Regular.svg#Brown-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brown';
  src: url('../fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Brown-Bold.otf')  format('opentype'),
	   url('../fonts/Brown-Bold.woff') format('woff'),
	   url('../fonts/Brown-Bold.ttf') format('truetype'), 
	   url('../fonts/Brown-Bold.svg#Brown-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'blacker';
  src: url('../fonts/BlackerDisplay-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BlackerDisplay-Bold.woff') format('woff'),
	   url('../fonts/BlackerDisplay-Bold.ttf') format('truetype'),
	   url('../fonts/BlackerDisplay-Bold.svg#BlackerDisplay-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}




/*  ********************************************************************************  **
 
	Standard HTML Elements
 
**  ********************************************************************************  */
 
body {
	background-color: #FFFFFF;
	color: #343E46;
	font-family: "brown", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: normal;
}

p,
li,
div,
th,
td, 
input,
select,
textarea {
	font-size: 14px;
	line-height: 26px;
	font-family: "brown", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
p {
	margin: 20px 0 0 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}

a {
	color: #A9AD00;
}

p > .more-link-container {
	margin-top: 20px;
}




h1,
h2,
h3,
h4,
h5,
h6,
p.service-heading {
	line-height: 1.3em;
	margin: 30px 0 20px 0;
	font-weight: bold;
	font-family: blacker, "brown", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
h6 {
	font-family: "brown", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


h2,
p.service-heading {
	font-size: 32px;
	line-height: 50px;
}
h2 {
	margin-bottom: 50px;
}




/*  **********  Single Posts  **********  */

.content-block.single-post-item h2,
.content-block.single-post-item h3,
.content-block.single-post-item h4,
.content-block.single-post-item h5,
.content-block.single-post-item h6 {
	font-family: "brown", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 1.6em;
}
.content-block.single-post-item h2 {
	font-size: 18px;
}
.content-block.single-post-item h2.full {
	font-family: blacker, "brown", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 32px;
	line-height: 50px;
}
.content-block.single-post-item h3{
	font-size: 17px;
}
.content-block.single-post-item h4 {
	font-size: 16px;
}
.content-block.single-post-item h5 {
	font-size: 15px;
}
.content-block.single-post-item h6 {
	font-size: 14px;
	font-weight: 600;
}





/*  ********************************************************************************  **
 
 	Shared and Common Styles
 
**  ********************************************************************************  */

/*  **********  Posts  **********  */

h6,
.leadin,
 .feature {
	font-size: 16px;
	line-height: 32px;
}
.feature-large {
	font-size: 18px;
	line-height: 29px;
}




/*  **********  More Link Buttons  **********  */

.more-link,
.hs-button,
.casestudy-service-fiter,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"], 
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
	background: #FFFFFF;
	border: 1px solid #A9AD00;
	color: #343E46;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	padding: 15px 25px;
	vertical-align: middle;
	letter-spacing: 0.15em;
	cursor: pointer;
}
.background-grey .more-link {
	background: none;
}
.more-link.white,
.white > .more-link {
	background: none;
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.more-link.light,
.light > .more-link {
	background: none;
	color: #FFFFFF;
}

.more-link-container {
	font-size: 0;
	vertical-align: middle;
	margin: 0 25px 0 0;
	display: inline-block;
}
.more-link-slideout {
	height: 62px;
	width: 72px;
	background: url("../images/shared/more-link-white.png") center center no-repeat #A9AD00;
	background-size: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: 62px;
}
.white .more-link-slideout {
	background-image: url("../images/shared/more-link-green.png");
	background-color: #FFFFFF;
}

.bx-next {
	height: 62px !important;
	width: 72px !important;
	background: url("../images/shared/more-link-white.png") center center no-repeat #A9AD00 !important;
	background-size: 18px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	line-height: 62px !important;
	right:0px !important;
}
.bx-prev {
	height: 62px !important;
	width: 72px !important;
	background: url("../images/shared/more-link-white-left.png") center center no-repeat #A9AD00 !important;
	background-size: 18px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	line-height: 62px !important;
	left:0px !important;
}

.bx-prev:before,
.bx-next:before {
	content: '' !important;
}


/*  **********  Display  **********  */

.range-left {
	text-align: left;
}
.range-center {
	text-align: center;
}
.range-right {
	text-align: right;
}




/*  ********************************************************************************  **
 
	WordPress Styles
 
**  ********************************************************************************  */
 
.screen-reader-text {
	display: none;
}