@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('Montserrat-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('Montserrat-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/**************** Body and tag styles ****************/
* {margin: 0; box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333; background-color: #fff;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
img {
	border:none;
	vertical-align: bottom;
}
h1 {
	font-size: 1.6em;
	color: #003568;
	font-family: Montserrat-SemiBold, sans-serif;
	line-height: 1.2;
	margin: 0 0 .8em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	color: #003568;
	margin-bottom: .4em;
	line-height: 1.2;
}
h3 {
	font-size: 1.1em;
	color: #3F9ACD;
	line-height: 1.4;
	margin-bottom: .8em;
}
h4 {
	color: #003568;
	font-family: Montserrat-Bold, sans-serif;
	margin-bottom: .8em;
	font-weight: normal;
	font-size: 1.25em;
}
h5 {
	font-size: 1.1em;
	font-family: Montserrat-Bold, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: .4em;
}
h6 {
	color: #003568;
	margin-bottom: .8em;
	font-size: 1em;
}
p, ul, ol {
	font-size: 1em;
	margin-bottom: .8em;
}
ul, ol {margin-left: 2em;
}
ul ul {
	font-size: 1em;
	margin-bottom: 0;	
}
a {
	-webkit-transition: all 0.1s ease-in;  
	-moz-transition: all 0.1s ease-in;  
	-o-transition: all 0.1s ease-in;  
	transition: all 0.1s ease-in;
	text-decoration: underline;
}
a:link {color: #003568;}
a:visited {color: #003568;}
a:hover {color: #3F9ACD; text-decoration: none;}
a:active {color: #3F9ACD; text-decoration: none;
}
/**************** Container styles ****************/
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
#slideshowwrapper {
	width: 100%;
	margin: 0 auto;
}
/**************** Header styles ****************/
#page header {
	float: left;
	width: 100%;
	height: 218px;
}
#logo {
    float: left;
    margin: 28px 0 0 12px;
}
#contactdetails {
    float: right;
    margin-top: 52px;
    color: #003568;
    text-align: right;
    line-height: 1.6;
}
#contactdetails p {
    margin: 0;
}
#contactdetails p.callustext {
	font-family: Montserrat-SemiBold, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #3F9ACD;
}
#contactdetails p.phonenumtext {
	font-family: Montserrat-Bold, sans-serif;
	font-size: 2.1em;
	line-height: 1.1;
	position: relative;
}
#contactdetails p.phonenumtext span {
	display: inline-block;
	background: #3F9ACD;
	border: 1px solid #003568;
	width: 30px;
	margin-top: 3px;
	position: absolute;
	text-align: center;
	right: 242px;
	height: 30px;
	border-radius: 100%;
}
#contactdetails p.phonenumtext .fa {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	vertical-align: 50%;
}
#contactdetails p.phonenumtext .fa-mobile {
	font-size: 21px;
	vertical-align: 40%;
}
#contactdetails p.emailustext {
	font-size: 1.1em;
	font-family: Montserrat-SemiBold, sans-serif;
}
#contactdetails a:link, #contactdetails a:visited {text-decoration: none;}
#contactdetails a:hover, #contactdetails a:active {text-decoration: none;
}
/**************** Navigation styles ****************/
#page nav {
	float: left;
	width: 100%;
	background: #003568;
}
#page nav ul {
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: Montserrat-Bold, sans-serif;
}
#page nav ul li {
	text-align: center;
	display:inline-block;
	position: relative;
}
#page nav ul li a {
	display:inline-block;
	text-align: center;
	padding: 10px 39px;
	line-height: 1;
}
#page nav ul li:before {
	content: "•";
	float: left;
	color: #fff;
	font-size: 1.3em;
	margin-top: 6px;
	line-height: 1;
}
#page nav ul li:first-child:before {
	content: "";
}
#page nav a:link, #page nav a:visited {color: #fff; text-decoration: none;}
#page nav a:hover, #page nav a:active {color: #3F9ACD; text-decoration: none;
}
#page nav li#currentpage a:after {
  width: 0;
  height: 0;
  position: absolute;
  content:"";
  display:block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
}
#page #toggle-bar {
	display: none;
}
/**************** Content styles ****************/
#slideshow {
	float: left;
	width: 100%;
}
#slideshow img {
	width: 100%;
	height: auto;
}
#maincontent {
	width: 100%;
	margin-top: 40px;
	float: left;
}
#maincontent #leftcolumn {
	float: left;
	width: calc(100% - 310px);
	margin-right: 30px;
}
#maincontent #rightcolumn {
	float: left;
	width: 280px;
}
#maincontent.subpage #leftcolumn {
	width: calc(50% - 15px);
	margin-right: 15px;
}
#maincontent.subpage #rightcolumn {
	width: calc(50% - 15px);
	float: right;
	margin-left: 15px;
}
#maincontent.subpage #rightcolumn .rightcolp {
	margin-top: 3.2em;
}
.serviceswrapper {
	display: flex;
	flex-flow: row wrap;
	padding-top: 1em;
}
#serviceslistleft, #serviceslistright {
	width: 45%;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#serviceslistright {
	width: 55%;
}
.serviceswrapper li {
	margin: 0 0 1em;
	padding: 0;
	font-family: Montserrat-Bold, sans-serif;
	font-size: 20px;
	line-height: 2;
}
.serviceswrapper li img {
	margin-right: 12px;
	width: 40px;
	height: 40px;
}
.serviceswrapper a {
	text-decoration: none;
}
.ticklist {
	margin: 0 0 1.2em 22px;
	list-style: none;
	font-size: 1em;
}
.ticklist li {
	padding-bottom: .2em;
}
.ticklist li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 8px 0 -21px;
	font-size: 16px;
	color: #3F9ACD;
	font-weight: normal;
}
.smallerimgs {
	float: left;
	width: 100%;
}
.smallerimgs img {
	width: 84px;
	height: auto;
	float: left;
	margin: 14px 0 0 14px;
}
.smallerimgs img:first-child {
	margin-left: 0;
}
#bottomsection {
	display: inline-block;
	width: 100%;
}
.page-template-two-column #bottomsection {
	margin-top: 2.5em;
}
#servicesbox {
	float: right;
	background: #eee;
	width: 610px;
	padding: 30px;
	min-height: 440px;
}
#servicesbox ul {
	margin-left: 0;
	list-style: none;
	font-size: .9em;
}
#servicesbox li {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	line-height: 1.6;
}
#servicesbox li:before {    
	content: '→';
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 18px;
	display: inline-block;
}
#servicesbox a:link, #servicesbox a:visited {color: #333; text-decoration: none;}
#servicesbox a:hover, #servicesbox a:active {color: #3F9ACD; text-decoration: none;
}
.subpage #rightcolumn img, .subpage #leftcolumn p img {
	margin-bottom: 23px;
}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:0;
	bottom:0;
	background:rgba(20,157,235,0.7);
	padding: 1px 5px;
	border-radius: 8px;
	text-align: center;
	margin: 0;
	cursor:pointer;
	transition: 0.5s; 		
}
.scroll .fa {
	font-size:38px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	color: #fff;	
}
.testimonial-name {
	font-style: italic;
	color: #666;
	font-size: .9em;
	margin-top: -0.7em;
}
.testimonial-wrapper {
	margin-bottom: 2em;
	border-left: 1px solid #3f9acd;
	padding-left: 1.2em;
}
.testimonial-wrapper .fa-quote-right, .testimonial-wrapper .fa-quote-left {
	color: #003568;
	font-size: 18px;
}
.testimonial-wrapper .fa-quote-right {
	margin-left: 3px;
}
.testimonial-wrapper .fa-quote-left {
	margin-right: 3px;
}
.rslides_tabs {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    z-index: 2;
}
.rslides_tabs li {
	margin-right: 0;
}
.rslides_tabs li a {
	background-color: #fff;
}
.rslides_tabs li.rslides_here a {
	background-color: #003568;
}
#maincontent h1 img {
	margin-right: 4px;
}
.faq-entry-content {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c5c5c5;
	margin-top: .5em;
}
.questionwrapper, .answerwrapper {
	background: rgba(28,133,208,0.5);
	color: #003568;
	padding: 8px 8px 8px 40px;
	float: left;
	width: 100%;
	position: relative;
}
.answerwrapper {
	background: #eee;
	font-size: .9em;
	color: #444;
}
.questionwrapper h3 {
	font-size: 1em;
	margin-bottom: 0;
	color: #003568;
}
.questionwrapper span, .answerwrapper span {
	background: #003568;
	color: #fff;
	margin-right: 8px;
    padding: 1px 5px 3px;
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
    font-size: 0.9em;
    width: 26px;
    text-align: center;
}
.answerwrapper span {
	font-size: 1em;
}
.subpage #leftcolumn img, .subpage #rightcolumn img {
	max-width: 100%;
	height: auto;
}
/**************** Contact page styles ****************/
#rightcolumn .greywrapper {
	background-color: #eee;
	padding: 15px 20px;
	float: left;
	width: 100%;
}
#rightcolumn form.contactform {
	float: left;
	width: 100%;
}
#rightcolumn .contactform label {
	width: 155px;
	float: left;
	text-align: right;
	margin: 2px 7px 0 0;
	clear: left;
}
#rightcolumn .contactform label {
	width: 155px;
	float: left;
	text-align: right;
	margin: 2px 7px 0 0;
	clear: left;
}
#rightcolumn .contactform .captcha label {
	text-align: left;
	width: 100%;
	font-size: .7em;
	margin: .5em 0;
}
#rightcolumn .contactform .captcha img.ccm-captcha-image {
	float: left;
	margin: 0 0 5px;
}
#rightcolumn .contactform .checkbox label {
	width: calc(100% - 160px);
	margin: 0 0 0 160px;
	text-align: left;
	clear: left;
}
#rightcolumn .contactform .checkbox:first-child label {
	margin-top: -23px;
}
#rightcolumn .contactform .checkbox label span {
	font-size: 13px;
}
#rightcolumn input[type='text'], #rightcolumn input[type='email'], #rightcolumn textarea {
	width: 300px;
	font-size: 14px;
    padding: 3px 6px;
	border: 1px solid #3B68B1;
	border-radius: 4px;
	float: left;
    margin: 0 6px 14px 0;
}
#rightcolumn .contactform .captcha input[type='text'] {
	margin-bottom: 0;
}
#rightcolumn textarea {
	height: 100px;
}
#rightcolumn input[type='submit'] {
	border: 1px solid #3B68B1;
	background-color: #3B68B1;
    color: #fff;
	border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    padding: 6px 15px;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
}
#rightcolumn input[type='text']:focus, #rightcolumn input[type='email']:focus, #rightcolumn textarea:focus {
	background-color: #ffc;
	box-shadow:0 0 5px #ffc;
}
#rightcolumn .contactform .captcha, #rightcolumn .contactform .form-actions {
	float: left;
	clear: left;
	margin-left: 162px;
}
#rightcolumn .contactform .form-group.captcha input {
    width: 190px;
}
#rightcolumn .warningtext {
	color: #c00;
	font-size: 12px;
	float: left;
}
#rightcolumn .requiredtext {
	font-size: .7em;
}
#rightcolumn p#message_sent {
	padding: .6em 0 0 120px;
	color: #EB3CA5;
	font: 1.4em Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
#rightcolumn .clear, #rightcolumn #message_sent, #rightcolumn .contactform br, #rightcolumn #button_offset {
	clear: both;
}
#rightcolumn .validate {
	display: inline;
}
#nextprevnav {
	font-weight: bold;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding-top: 1.5em;
}
#nextprevnav .prevlink {
	float: left;
}
#nextprevnav .prevlink .fa {
	margin-right: 5px;
}
#nextprevnav .nextlink {
	float: right;
}
#nextprevnav .nextlink .fa {
	margin-left: 5px;
}
/**************** Footer styles ****************/
footer {
	width: 100%;
	float: left;
	clear: both;
	background: linear-gradient(to bottom, #003568 0%,#0A3F72 100%);
	box-shadow: inset 0 5px 13px 0 rgba(0,0,0,0.2);
	color: #fff;
	padding: 25px 0;
	margin-top: 30px;
}
#footercol1, #footercol2, #footercol3, #footercol4 {
	float: left;
	width: 25%;
}
#footercol2 {
	width: 34%;
}
#footercol3 {
	width: 30%;
}
#footercol4 {
	width: 11%;
}
footer p, footer ul {
	font-size: .85em;
}
footer ul {
	margin: 0;
	list-style: none;
}
#footercol2 i {
	font-size: 1.9em;
    margin: 12px 3px 0 0;
}
footer a:link, footer a:visited {color: #fff; text-decoration: none;}
footer a:hover, footer a:active {color: #3F9ACD; text-decoration: none;
}
#sitebysypo {
	clear: both;
	margin: 0;
	float: left;
	text-align: right;
	width: 100%;
	color: #778AB7;
	font-size: .7em
}
#sitebysypo a:link, #sitebysypo a:visited {color: #778AB7;}
#sitebysypo a:hover, #sitebysypo a:active {color: #fff;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1em .5em 0;}
.imgright {float: right; margin: 0 0 .5em 1em;
}
#maincontent .smallplaintext {
	font-weight: normal;
	font-size: .7em;
	display: inline-block;
}
.lightbluetext {
	color: #3F9ACD;
}

/*********************************************************/
/********************* MOBILE STYLES *********************/
/*********************************************************/
@media screen and (min-width: 768px) {
#page nav ul {
	display: block !important;
}
}

@media screen and (max-width: 1120px) {
#rightcolumn .contactform label {
	text-align: left;
}
#rightcolumn .contactform .captcha, #rightcolumn .contactform .form-actions {
    margin-left: 0;
}
#rightcolumn .contactform .checkbox:first-child label {
    margin-top: 0;
}
#rightcolumn .contactform .checkbox label {
    margin: 0;
}
#rightcolumn .contactform label {
    margin: 0;
    padding-top: 0;
    text-align: left;
}
#rightcolumn .contactform input[type="text"], #rightcolumn .contactform input[type="email"], #rightcolumn .contactform textarea {
    margin: 0 5px 10px 0;
    width: calc(100% - 16px);
    clear: left;
}
#rightcolumn .contactform .form-group.captcha {
    width: 100%;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.two-images, .three-images {
    height: auto !important;
    max-width: 50% !important;
    padding-right: 10px;
}
.three-images {
    max-width: 33.3333% !important;
    margin-right: 0 !important;
}
}

@media screen and (max-width: 1023px) {
#serviceslistleft, #serviceslistright {
    width: 100%;
}
}

@media screen and (max-width: 767px) {
html {-webkit-text-size-adjust: none;
}
#bottomsection iframe, .rslides_tabs, #contactdetails p.callustext {
	display: none;
}
.container, #maincontent .container {
	width: 100%;
	margin: 0;
	padding: 0 3%;
}
#maincontent .container {
	padding: 10px 3% 20px;
}
#logo {
    float: none;
    height: auto;
    margin: 5px 0 0;
    max-width: 180px;
}
#page header {
    height: inherit;
    text-align: center;
}
#contactdetails {
    float: none;
    margin: 3px 0 10px;
    text-align: center;
}
#contactdetails p.phonenumtext {
    font-size: 1.3em;
    font-family: Montserrat-semibold, sans-serif;
    line-height: 1.3;
    margin: 0 auto;
    padding-left: 34px;
    text-align: left;
    width: 178px;
}
#contactdetails p.emailustext {
    font-size: 0.7em;
    color:#3B68B1;
}
#contactdetails p.phonenumtext span {
    display: inline-block;
    height: 25px;
    line-height: 1.9;
    margin: 0;
    left: 0;
    right: inherit;
    width: 25px;
}
#contactdetails p.phonenumtext .fa {
    margin-right: 0;
}
#contactdetails a:link, #contactdetails a:visited {color: #003568;}
#contactdetails a:hover, #contactdetails a:active {color: #003568;
}
#slideshowwrapper, #maincontent {
	margin: 0;
	width: 100%;
}
#slideshowwrapper img {
	max-width: 100%;
	height: auto;
}
#maincontent {
	margin-top: 15px;
	margin-bottom: 15px;
}
#maincontent.subpage #leftcolumn, #maincontent.subpage #rightcolumn, #maincontent #leftcolumn, #maincontent #rightcolumn {
    margin: 0;
    width: 100%;
}
#maincontent.subpage #rightcolumn, #bottomsection {
	margin-top: 1em;
}
h1 {
	font-size: 1.3em;
	margin-bottom: .4em;
	line-height: 1.2;
}
h2 {
	font-size: 1em;
	margin-bottom: .2em;
	clear: left;
	line-height: 1.3;
}
h3 {
	font-size: .95em;
	line-height: 1.3;
    margin-bottom: 0.4em;
}
h4 {
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: .2em;
}
h5 {
    font-size: 0.9em;
    margin-bottom: 0.1em;
}
p, ul, ol, .ticklist {
	margin-bottom: .6em;
	font-size: .85em;
}
.ticklist li {
    font-size: 1em;
}
.subpage #leftcolumn img, .subpage #rightcolumn img {
	float: none !important;
	max-width: 100%;
	clear: left;
	height: auto;
	margin-bottom: 15px !important;
	display: block;
}
#nextprevnav {
    font-size: 0.8em;
    margin-top: 1em;
    padding: 1.1em 0 .7em;
}
#footercol1, #footercol2, #footercol3, #footercol4 {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
}
footer {
	padding: 15px 0;
	margin-top: 8px;
}
footer p, footer ul {
    font-size: 0.7em;
}
footer .container {
    padding: 0;
}
footer a {
	display: inline-block;
	padding: .2em 0;
}
#sitebysypo {
    font-size: 0.6em;
    text-align: center;
}
.testimonial-name {
    margin-top: -0.3em;
}
.testimonial-wrapper:nth-of-type(1) {
    margin-top: 1em;
}
.faq-entry-content:last-child {
	margin-bottom: 15px;
}
.serviceswrapper {
    display: block;
    padding: 0.5em 0 0.8em;
}
.serviceswrapper li {
	margin: 0 0 .5em;
	font-size: 16px;
	line-height: 1.5;
}
.serviceswrapper li img {
    height: 25px;
    margin-right: 8px;
    width: 25px;
}
#rightcolumn.contactform input[type="submit"] {
    font-size: 16px;
    padding: 6px 12px;
}
#rightcolumn .contactform input[type="text"], #rightcolumn .contactform input[type="email"], #rightcolumn .contactform textarea {
	font-size: 16px;
	margin-bottom: 10px;
}
#maincontent.subpage #rightcolumn .rightcolp {
	margin-top: 0;
}
#servicesbox li::before {
    top: -5px;
}
#servicesbox ul {
    font-size: 0.8em;
}
/**************** Navigation styles ****************/
#page nav {
	float: left;
	width: 100%;
	margin: 0;
}
#page nav ul {
	font-size: 1em;
	margin-top: 1px;
	display: none;
}
#page nav li {
	float: left;
	width: 100%;
}
#page nav li a {
	display: block;
	border-bottom: 1px solid #003568;
	padding: 0;
	width: 100%;
}
#page nav li a:link, #page nav li a:visited {
	background: #48A4D3;
	color: #fff;
}
#page nav li a:hover, #page nav li a:active {color: #fff;}
#page nav li#currentpage a::after {
    border-bottom: 5px solid #003568;
}
#page nav ul li::before {
	display: none;
}
/**************** Styling fold out menu bar and buttons ****************/
#page nav #toggle-bar {
	height: 36px;
	display: block;
}
#page nav strong a {
	border:1px solid #fff;
	border-radius: 4px;
	padding: 2px 6px 4px;
	font-size: .7em;
	color: #3F4D5D;
	margin: 7px 0 0 3%;
	float: left;
	line-height: 1.3;
}
#page nav strong {
	font-weight: normal;
}
#page nav #toggle-bar a:hover, #page nav #toggle-bar a:active {
	color: #fff;
	text-decoration: none;
}
#page nav .navicon {
	float: right;
	height: 20px;
	width: 30px;
	margin: 8px 3% 0 0;
	border-top: 12px double #fff;
	border-bottom: 4px solid #fff;
	font-size: 0;
}
}
@media screen and (max-width: 639px) {
#rightcolumn .contactform .form-actions {
    margin-left: 0;
}
#rightcolumn .contactform .checkboxList {
	clear: left;
	float: left;
	width: 100%
}
#rightcolumn .contactform .checkbox:first-child label {
    margin-top: 0;
}
#rightcolumn .contactform .checkbox label {
    width: 100%;
    margin: 0;
}
#rightcolumn .contactform .captcha {
	margin-left: 0;
}
}