@charset "utf-8";

html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:13px; line-height:1.6em;}

*, *::before, *::after{box-sizing:border-box; -webkit-tap-highlight-color: rgba(0,0,0,0); outline: 0;}
.group article {float:left}
.bold{font-weight:bold;}
.center{text-align:center; vertical-align:middle;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.borderedbox{border:1px solid;}
.circle{border-radius:50%; background-clip:padding-box;}

.service{display:block; position:relative; width:100%; min-height:80px; margin:0; padding:0 0 0 70px; box-sizing:border-box;}
.service *{margin:0; padding:0;}
 .service .icon{display:block; position:absolute; top:0; left:0; width:50px; height:50px; line-height:50px; text-align:center; font-size:26px;}
 .one_half .icon {display:block;  width:50px; height:50px; line-height:50px; text-align:center; font-size:26px;}
.service .thumb{display:block; float:left; width:170px; height:auto; border-left:3px solid #e10d0d; padding-right:5px;}
.icon.nobg{border:1px solid;}
.service .heading{margin-bottom:10px;}
.service.largeicon{border-bottom: 1px solid #ddd; margin-bottom: 10px; min-height: 90px; padding: 0 0 10px;}
.service.largeicon .icon{width:60px; height:60px; line-height:60px; font-size:30px;}


.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}

a{outline:none; text-decoration:none;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; }
.imgl{margin:0 15px 10px 0; clear:left;}
.imgr{margin:0 0 10px 15px; clear:right;}


/* Fonts
--------------------------------------------------------------------------------------------------------------- */

body, input, textarea, select{font-family:Verdana, Geneva, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana", sans-serif;}
h1, h2, h3, h4, h5, h6, .heading{font-family:Georgia, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana", sans-serif;}


/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1 {margin:0 0 20px 0; font-size:22px; line-height:normal; font-weight:normal;}
h2 {margin:0 0 20px 0; font-size:20px; line-height:normal; font-weight:normal;}
h3 {margin:0 0 20px 0; font-size:18px; line-height:normal; font-weight:normal; color:#84949d}
h4 {margin:0 0 20px 0; font-size:17px; line-height:normal; font-weight:normal;}
h5 {margin:0 0 20px 0; font-size:16px; line-height:normal; font-weight:normal;}
h6 {margin:0 0 20px 0; font-size:15px; line-height:normal; font-weight:normal;}
address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
#header, #services, #cta, #breadcrumb, .container, #footer, #copyright{display:block; margin:0 auto;}


/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}


/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_sixth, .one_fifth, .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 5px; list-style:none;}

.first{margin-left:0; clear:left;}
.one_sixth {width:15.6667%}
.one_quarter{width:23.69938650306748%;}
.one_fifth{width:19%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:49.6%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace-0{margin-bottom:0px;}
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.outspace-0{margin-top:0px; margin-bottom:0px}
.outspace-5{margin-top:5px; margin-bottom:5px;}
.outspace-10{margin-top:10px; margin-bottom:10px}
.outspace-15{margin-top:15px; margin-bottom:15px}
.outspace-20{margin-top:20px; margin-bottom:20px}
.outspace-30{margin-top:30px; margin-bottom:30px}
.outspace-50{margin-top:50px; margin-bottom:50px}
.outspace-80{margin-top:80px; margin-bottom:80px}

.inspace-0{padding:0px !important;}
.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-20{padding:20px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}

.paditout{padding-top:50px;}