@charset "utf-8";


html{overflow-y:scroll;}
html, body{margin:0; padding:0; font-size:15px; line-height:1.6em;font-variant-numeric: lining-nums;}

.hoc{display:block; margin:0 auto;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.inline > li{display:inline-block; margin:0 20px 0 0;}
.inline > li:last-child{margin-right:0;}
/*.inline{display: inline-block;}*/
.overlay{position:relative; z-index:1;}
.overlay::after{display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
.bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
.circle{border-radius:50%; background-clip:padding-box;}

.underlined{display: inline-block;position: relative;padding: 0 0 5px 0;}
.underline::after{display:block; position:absolute; bottom:0; left:0; width:25%; height:1px; content:"";}
.center .underlined::after{left:50%; margin-left:-12%;}
.underlined.center::after{left:50%; margin-left:-12%;}

.underlined::after{display:block; position:absolute; bottom:0; left:0; width:25%; height:2px; content:"";}

.underline {display: inline-block;position: relative;padding: 0 0 10px 0;}
.underline::after{display:block; position:absolute; bottom:0; left:0; width:25%; height:2px; content:"";}

.underline.center::after{left:50%; margin-left:-12%;}
.center .underline::after{left:50%; margin-left:-12%;}
.underline.right::after{left:auto; right:0;}


.heading.underline {
    display: inline-block;
    position: relative;
    padding: 0 0 15px 0;
}

.heading.underline::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 25%;
    height: 5px;
    border-radius: 3px;
    content: "";
}

.borderedbox{border:1px solid;}
.bgded{background:top center no-repeat; background-size:cover;}
.overlay{display:block; width:100%; height:auto;}

.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;}
a:hover{outline:none; text-decoration:none;}

a:focus {
    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;
    box-sizing:border-box; border:none; line-height:normal; vertical-align:middle;}
.imgl{margin:0 15px 10px 0; clear:left;}
.imgr{margin:0 0 10px 15px; clear:right;}
.imgover{display:inline-block; position:relative; max-width:100%;}
.imgover::before, .imgover::after{display:block; position:absolute; content:""; text-align:center; opacity:0;}
.imgover::before{top:0; right:0; bottom:0; left:0;}
.imgover::after{top:50%; left:50%; width:50px; height:50px; line-height:50px; margin:-25px 0 0 -25px; font-family:"Font Awesome\ 5 Free"; font-weight:900; content:"\f067";/* fa-plus */ font-size:28px;}
.imgover:hover::before, .imgover:hover::after{opacity:1;}

.btn {
    display: inline-block;
    padding: 8px 18px 10px;
    text-transform: uppercase;
    border: 1px solid;border-radius: 0;
    cursor: pointer;
}


address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{display:block; box-sizing:border-box; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading{margin:0 0 20px 0; font-size:25px; 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;}

.font-xs{font-size:.8rem;}
.font-x1{font-size:1.2rem;}
.font-x2{font-size:2.2rem;}
.font-x3{font-size:2.8rem;}

.wrapper{display:block; position:relative; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
#searchform,#topbar,#rowarticle, #header, #mainav, #intro, #breadcrumb, #latest, .container, #cta, #footer, #copyright{display:block; margin:0 auto;}

.container {
    padding: 80px 0;
}

.container-bott {
    padding: 80px 0 0 0;
}
/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}


/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter,
.two_quarter, .three_quarter, .one_fifth, .two_fifth,
.three_fifth,.four_fifth{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none; box-sizing:border-box;}

.first{clear:left;}
.first, .nogutter{margin-left:0;}


.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}

.one_fifth{width:17.5462846%;}
.two_fifth{width:38.15984%;}
.three_fifth{width:58.7744%;}
.four_fifth{width:79.3878%;}

.one_half.nogutter{width:50%;}

.one_third.nogutter{width:33.33333%;}
.two_third.nogutter{width:66.66666%;}

.one_quarter.nogutter{width:25%;}
.two_quarter.nogutter{width:50%;}
.three_quarter.nogutter{width:75%;}

.one_fifth.nogutter{width:20%;}
.two_fifth.nogutter{width:40%;}
.three_fifth.nogutter{width:60%;}
.four_fifth.nogutter{width:80%;}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace-5{margin-bottom:5px;}
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-20{margin-bottom:20px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}