@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800";
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre, .centrephotos img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
}
.contentcontainer, #cssmenu, #header, .footerinner, .homevalveuser, .homeboxesinner, .boxesinner, #homenewsinner, .featurebar div, .footerbanners, #homesearchbox, .logoscont, .homebenefitsinner, .pagesubmenuinner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 15px;
}
/* Link transitions */
a:link, #mainmenu li, #cssmenu #menuToggle > ul > li, #footer a:link, .btn {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}

.headline, .headline a:link, .headline a:visited, .headline a:hover {
	font-weight: bold;
	font-size: 40px;
	margin-top: 0px;
	color: #333;
	line-height: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}
.subheadingone {
	font-weight: 700;
	font-size: 36px;
	margin-top: 0px;
	color: #181f47;
	line-height: 1.3em;
}
.subheadingtwo {
	font-weight: bold;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #034b8b;
	line-height: 1.3em;
}
.subheadingsmall {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
	line-height: 1.3em;
}
.subheadingthree {
	font-weight: bold;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #333;
	line-height: 1.3em;
}
.subheadingcategory {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.3em;
	color: #034b8b;
}
.pageheading {
	font-weight: bold;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #034b8b;
	line-height: 1.3em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.contentcontainer {
	padding-top: 50px;
	padding-bottom: 50px;
}
.headingred {
	color: #F00;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.3em;
}
.redheading {
	color: #F00;
}
.sectionpadding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.floatRight {
  float: right;
  margin: 0px 0px 15px 15px;
}
.floatLeft {
  float: left;
  margin: 0px 15px 15px 0px;
}
table.coursedetailstable td {
	min-height: 22px;
	padding: 8px;
	word-wrap: break-word;
}

/* Header stuff */
#headercont {
	position: relative;
	z-index: 100000;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.3); 
box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.3);
}
#header {
	padding-top: 25px;
	padding-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#navcont {
	width: 100%;
    display: flex;
    align-items: center;
}

input:focus, select:focus, textarea:focus {
	outline: none !important;
}

.logo img {
	max-height: 60px;
}
/* End of header stuff */

.contentleft {
	padding-right: 60px;
}
.contentright {
	padding-left: 60px;
}
.contentleftsmall {
    padding-right: 20px;
}
.contentrightsmall {
    padding-left: 20px;
}
#content a:link, #content a:visited {
	color: #333;
}
a:link.btn, a:visited.btn, p.btn, .btn, input.btn {
	display: inline-block;
	border-radius: 3px;
	padding: 10px 20px !important;
	border: 1px solid #181f47;
	text-decoration: none;
	color: #FFF !important;
	font-size: 18px !important;
	background-color: #181f47;
	font-weight: bold;
}
a:hover.btn, p.btn:hover {
	color: #181f47 !important;
	background-color: #FFF;
}
a:link.btnclear, a:visited.btnclear, p.btnclear, .btnclear {
	background-color: transparent;
	border: 1px solid #FFF;
}
a:hover.btnclear, p.btnclear:hover {
	background-color: #181f47;
	color: #FFF !important;
}
a:link.btnred, a:visited.btnred, p.btnred, .btnred {
	background-color: #d90000;
	border: 1px solid #d90000 !important;
}
a:hover.btnred, p.btnred:hover, .btnred:hover {
	background-color: #181f47 !important;
	color: #FFF !important;
	border: 1px solid #181f47 !important;
}
a:link.btnlightblue, a:visited.btnlightblue, p.btnlightblue, .btnlightblue {
	background-color: #034b8b;
	border: 1px solid #034b8b !important;
}
a:hover.btnlightblue, p.btnlightblue:hover {
	color: #181f47 !important;
	background-color: #FFF;
}
.btnmargin a {
	margin-top: 5px;
	margin-bottom: 5px;
}
.btnwide {
	text-align: center;
	width: 100%;
	max-width: 350px;
}

/* Home page specific stuff */
.homeheading {
	margin: 0px;
  margin-bottom: 0px;
font-size: 36px;
font-weight: bold;
text-align: center;
margin-bottom: 50px;
line-height: 1.1em;
}
.homebannerscont {
	position: relative;
}
.homebannercont {
	position: relative;
}
.homebannertext {
	position: absolute;
	top: 70px;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 0px 20px;
	line-height: 1.9em;
}
.homebannertext h2 {
	font-size:2.5vw;
	line-height: 1.2em;
	max-width: 1500px;
	margin: 0 auto 50px auto;
}
.homebannercont img {
	width: 100% !important;
}
#homesearchbox {
	background-color: #034b8b;
	color: #FFF;
	margin-top: -95px;
	z-index:2;
	position: relative;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 3px;
}
.homesearchformcont {
	margin: 20px 25px;
}
#homesearchbox a:link, #homesearchbox a:visited {
	color: #FFF;
	text-decoration: none;
}
#homesearchbox a:hover {
	text-decoration: underline;
}
#homesearchbox input {
	padding: 5px 20px 5px 45px;
	font-size: 15px;
	height: 45px;
	font-family: "Open Sans", sans-serif;
	border: none;
	background-image:url(../images/search-small.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin: 5px 0px;
	min-width: 285px;
	border-right: 1px solid #CCC;
}
#homesearchbox input:first-of-type {
	border-radius: 3px 0px 0px 3px;
}
#homesearchbox input[type=submit] {
	font-size: 15px !important;
	background-color: #d90000;
	color: #FFF;
	border-right: none;
	border-radius: 0px 3px 3px 0px;
	background-image: none;
	padding: 5px 25px;
	min-width: 100px;
}
#homesearchbox p {
	margin-bottom: 0px;
}
#homesearchbox p span {
	font-size: 24px;
}

.logoscont {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.logos {
  border: 25px solid #FFF;
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}

.homeboxescont {
	padding: 85px 0px;
	background-color: #EEE;
}
.homeboxesinner, .boxesinner {
	max-width: 1550px;
}
.homeboxescont h2 {
	margin: 0px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.1em;
}
.membermainheading {
	margin: 0px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.1em;
}
.iconlocation {
	max-height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;
}
.homebox {
	text-align: center;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.homeboxinner {
	background-color: #FFF;
	padding: 35px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4); 
box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4);
}
.homebox .btn {
	margin-top: 20px;
}

.homebenefits {
	background-color: #034b8b;
	color: #FFF;
	background-image:url(../images/bvaa-benefits.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
.homebenefitstext {
	
}
.homebenefitsinner {
	position: relative;
	overflow: hidden;
}

.angledside:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) skew(10deg);
  width: 110%;
  height: 100%;
  background: #034b8b;
  z-index: 0;
}
.homebenefits h2 {
	font-size: 36px;
	font-weight: bold;
}
.benefitsinnertext {
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 1.9em;
}
.benefitsinnertext ul {
	padding-left: 0px;
	margin-bottom: 40px;
}
.benefitsinnertext li {
	background-image:url(../images/tick.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
}


.productpageboxescont .homebox {
	margin-bottom: 80px;
}
.productpageboxescont .homebox h2, #content .productpageboxescont .homebox a:link, #content .productpageboxescont .homebox a:visited {
	margin-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}
.homeboxtext {
	padding: 20px;
	padding-bottom: 0px;
}
.homeboxtext h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	color: #034b8b;
	line-height: 1.2em;
}
.homeboxtext p {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.3em;
}
.homevalveuser {
	padding-top: 60px;
	padding-bottom: 60px;
}
.homevalveusertext {
	display: flex;
  justify-content: center;
  align-items: center;
    padding-left: 30px;
}
.homevalveusertext .subheadingone {
    font-size: 30px;
}
.homevalveusertext .btn {
	margin-top: 30px;
}
.homevalveuserimage {
	margin: 0 auto;
}
.newscarouselheading {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1em;
}
.homenewscont {
	background-color: #EEE;
	padding-top: 60px;
	padding-bottom: 30px;
}
.homenews {
	padding: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.homenews p {
	margin-bottom: 0px;
}
.homenews a:link, .homenews a:visited {
	text-decoration: none;
	color: #333 !important;
}
.homenews img {
	margin-bottom: 15px;
}
.homenewsimage div {
	background-position: center center;
	background-size: cover;
}
.scrollerviewallbtn {
	text-align: center;
}
/* End of home page specific stuff */

/* Footer banner */
.footerbanners {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.footerbanners img {
	margin: 0 auto;
    position: relative;
}
a:link.footerbannerlink, a:visited.footerbannerlink {
	text-decoration: none;
	color: #034b8b;
}
/* End of footer logos */

/* Feature bar */
.parallax-window {
    max-height: 500px;
    background: transparent;
}
.featurebar {
	color: #FFF;
	font-size: 22px;
	padding: 0px;
	background-image: url(../images/homesecurity-overlay.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	text-align: center;
	padding: 30px 0px;
}
.featurebar div {
	height: 100%;
}
.featurebarheading, .bvaafeaturesheading {
	font-size: 48px !important;
	margin: 0px 0px 15px 0px;
	font-weight: 700;
	line-height: 1.3em;
	color: #FFF !important;
}
.featurebar p {
	font-size: 24px;
	line-height: 1.2em;
}
.featuresections {
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 700;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.featuresections span {
	font-size: 48px;
}
.featurebardynamic {
	position: relative;
	color: #FFF;
	text-align: center;
	padding: 60px 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.featurebardynamic img {
	width: 100%;
	margin: 0 auto;
}
.featurebardynamic div {
	width: 100%;

}
.featurebardynamic a:link, .featurebardynamic a:visited {
	color: #FFF;
}
/* End of feature bar */

/* Footer stuff */
#footer {
	background-color: #034b8b;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 15px;
}
#footer a:link, #footer a:visited {
	padding: 10px 5px 18px 0px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.8em;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footersocial img {
	max-height: 48px;
	float:right;
	margin-left: 10px;
	padding: 5px
}
.footerlogo {
	max-height: 50px;
}
.footercolumn {
	padding-right: 30px;
	color: #FFF;
}
#pixelc {
	
}
/* End of footer stuff */

/* Cookie bar */
#cookiebarcont {
	background-color: #6c6969;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	padding: 20px;
	max-width: 300px;
	color: #FFF;
}
#cookiebarcont a:link, #cookiebarcont a:visited {
	color: #FFF;
	text-decoration: none;
}
#cookiebarcont a:link.cookieaccept, #cookiebarcont a:visited.cookieaccept {
	color: #FFF;
	background-image: url(../images/icon_tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#cookiebarcont a:hover.cookieaccept {
	color: #FFF;
}
/* End of cookie bar */

/* Responsive Google map */
.google-maps {
	position: relative;
	padding-bottom: 60%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* End google map */

.headerimage img {
	width: 100%;
	margin: 0 auto;
}

#contactpagemap {
	padding-bottom: 30%;
	overflow: hidden;
}
.mobileonly, .submenuburger {
	display: none;
}

/* News blog css */
.newsteaser {
	border-right: 40px solid #fff;
	margin-bottom: 40px;
}
.newsteaser img {
	margin-bottom: 20px;
}
.newsteaserimage {
	background-position: center center;
	background-size: cover;
}
a:link.newsteaserheading, a:visited.newsteaserheading {
	color: #000 !important;
	font-size: 26px;
	text-decoration: none;
}
a:hover.newsteaserheading {
	text-decoration: underline;
}
.dateposted {
	font-size: 14px;
	background-color: #EEE;
	padding: 10px;
	color: #000;
}
.recentposts {
	margin-bottom: 40px;
	padding: 0px 20px;
}
#content .recentposts a:hover {
	color: #FFF;
}
.recentpostsheading {
	font-weight: 300;
	font-size: 28px;
}
.recentsocial img {
	max-width: 40px;
}
.recentposts ul {
	padding-left: 0px;
	list-style-type: none;
}
/* End */

/* Search box */
.searchoverlaycont {
  display:none;
  position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100000;
}
.searchoverlay {
    width:100%;
    height:100%;
	background: rgba(34, 34, 34, .95);
	display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.headingsearch {
	font-size: 26px;
	color: #FFF;
}
.searchoverlay input:not([type="image"]) {
    border: 1px solid #FFF;
    height: 40px;
    padding: 10px;
    vertical-align: bottom;
    width: calc(350px - 42px);
	font-size: 16px;
}
.searchoverlay input[type="image"] {
    background-color: #d90000;
	height: 40px;
	border: none;
	padding: 12px;
}
.searchoverlay form {
	display: inline;
}
.searchoverlay input {
    vertical-align: bottom;
}
a:link.closesearch, a:visited.closesearch {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 32px;
}
/* end */

/* SIde menus */
.membersubnav {
	padding-right: 20px;
}
.membersubnav a:link, .membersubnav a:visited {
	text-decoration: none;
}
.membersubnav ul {
	margin: 0px;
	padding: 0px;
}
.membersubnav li {
	list-style-type:none;
	padding: 2px 0px 2px 0px;
}
.membersubnavheading {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333;
}
#memberlinkmenu {
  position: relative;
  padding: 10px 35px 10px 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
#memberlinkmenu:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 1em;
  height: 0.15em;
  background: white;
  box-shadow: 
    0 0.25em 0 0 white,
    0 0.5em 0 0 white;
}
#showdiv {
    display: none;
	margin-left: 0px;
}
/* End of side menu */

/* Forms */
.genericform input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]), .genericform textarea {
	width: 100%;
	max-width: 450px;
}
.genericform .formfieldsmall {
	max-width: 100px;
}
.genericform input {
	padding: 5px;
	margin: 5px 0px;
}
input:not([type="file"]), select, textarea {
	padding: 5px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3em;
	border: 1px solid #CCC;
	font-family: 'Open Sans', sans-serif;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #EA040F;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
input[type="submit"] {
	background-color: #EA040F;
	border: none;
	color: #fff;
	padding: 5px;
}
placeholder {
	color: 999;
	opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #999;
}
:-moz-placeholder { /* Firefox 18- */
 color: #999;
}
.genericform input.formfieldsmall {
	width: 75px !important;
}
.inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .tablecheckout select {
	margin: 0px 10px 5px 0px;
	padding: 8px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: inline;
}
.inputsmall {
	width: 160px !important;
}
.inputmedium {
	width: 100%;
	max-width: 240px !important;
}
.inputlarge {
	width: 100%;
	max-width: 490px !important;
	height: 100px;
	box-sizing: border-box;
}
.inputfullwidth {
	width: 100%;
	max-width: 490px;
	box-sizing: border-box;
}
.inputfloatleft {
	float: left;
	margin-right: 10px;
}
.logindetails {
	padding-right: 30px;
}
#confirmemail {
	margin-left: -10000px;
	height: 1px;
}
label.error {
	color: #f00;
	display: table;
	margin-bottom: 15px;
	font-size: 13px;
}
input.imagesubmit {
	border: none !important;
	margin: none !important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
/* Apply stronger colour to placeholder text in forms */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
 color: #aaa;
}
::-moz-placeholder {
 opacity: 1;
}
.verificationcode {
	max-width: 80px !important;
}
.passwordbox {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#errors /* password stipulation phrases */ {
	font-size: 13px;
	font-style: italic;
}
/* End of forms */

.contenthalfbg {
	height: 100%;
    background: linear-gradient(90deg, #FFF 50%, #EEE 50%);
}
.contentquarterbg {
	height: 100%;
    background: linear-gradient(90deg, #FFF 75%, #EEE 25%);
}
.contenthalfbg .contentcontainer, .contentquarterbg .contentcontainer {
	padding-top: 0px;
	padding-bottom: 0px;
}
.greybg, .whitebg {
	padding-top: 50px;
	padding-bottom: 50px;
}
.greybg {
	background-color: #EEE;
}

/* Events pages */
a:link.loadmore, a:visited.loadmore {
	font-size: 16px;
	font-weight: bold;
	color: #034b8b !important;
	text-decoration: none;
}
.eventdetail {
	padding-right: 20px;
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 50px;
	overflow: hidden;
}
.eventdetail img {
    position: relative;
}
.eventdetail img.eventsash, .eventsash {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
    z-index: 1;
}
/* HTML event sash */
.ribbon {
  margin: 0;
  padding: 0;
  background: #d90000;
  color:white;
  padding: 5px 0;
  position: absolute;
  top:15px;
  left:0;
  transform: translateX(0%) translateY(75%) rotate(-45deg);
  transform-origin: top left;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
    z-index: 1;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #d90000;
}
.ribbon:before {
  left:100%;
}

.ribbon:after {
  right:100%;
}
/* End of HTML event sash */

.moreinfobtn {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
}
.calendardate {
	font-weight: bold;
}
.contentleftevents {
	padding-right: 30px;
}
/* Button row */
.buttonrow {
	margin-bottom: 50px;
}
.buttonrow a:link, .buttonrow a:visited {
	display: inline-block;
	border-radius: 3px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #AAA;
	font-size: 14px;
}
.buttonrow a:hover, .buttonrow a:active, .buttonrow a.currentboxlink {
	color: #FFF !important;
	background-color: #034b8b;
}
span.calendarheading, h1.calendarheading {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
    font-size: 36px;
    color: #333;
    line-height: 1.3em;
	margin-right: 70px;
}
.eventrow {
	margin-bottom: 20px;
}
.eventrow td {
	padding: 8px;
	vertical-align: middle;
}
.eventrow tr:first-of-type {
	border-bottom: 1px solid #EEE;
}
.eventmonth, .eventdate {
	background-color: #181f47;
	color: #FFF;
	text-align: center;
	width: 80px;
}
.eventmonth {
	border-radius: 3px 3px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}
.eventdate {
	border-radius: 0px 0px 3px 3px;
	font-size: 14px;
}
.trainingdate {
	text-align: center;
	width: 80px;
}
.trainingtable {
	width: 100%;
	border-collapse: collapse;
}
.trainingtable tr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC !important;
}
.monthtop, .monthbottom {
	background-color: #181f47;
	color: #FFF;
	width: 80px;
	margin: 0 auto;
	display: inline-block;
	padding: 5px;
}
.monthtop {
	border-radius: 3px 3px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.monthbottom {
	border-radius: 0px 0px 3px 3px;
	font-size: 14px;
}
.eventavailibility {
	color: #127402;
	font-size: 18px;
	font-weight: 400;
	width: 15%;
	text-align: center;
}
.eventprice {
	text-align: center;
	width: 15%;
}
.eventbutton {
	width: 140px;
}
.eventbutton a:link.btn, .eventbutton a:visited.btn {
	font-size: 14px !important;
}
.eventrow td.eventname {
	padding-left: 15px;
}
.eventrow td.eventname a:link, .eventrow td.eventname a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.eventrow td.eventname a:hover {
	color: #034b8b !important;
}
.eventrow td.eventbooking {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
}
.redbg {
	background-color: #d90000;
	color: #FFF !important;
	text-decoration: none;
	padding: 5px 15px;
	font-size: 12px;
}

.trainingtablemobile {
	display: none;
}
.trainingtablemobile .trainingdate, .trainingtablemobile .eventavailibility {
	text-align: left;
}
.trainingtablemobile .trainingdate span {
	text-align: center;
}
.trainingtablemobile .eventavailibility, .trainingtablemobile .eventprice, .trainingtablemobile .eventbutton {
	width: auto;
}
.trainingtablemobile .eventname {
	padding-left: 8px !important;
}
.trainingtablemobile tr {
	border-top: none !important;
    border-bottom: none !important;
}
.trainingtablemobile .eventbutton {
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
}
.trainingtablemobile .eventname a:link, .trainingtablemobile .eventname a:visited {
	font-size: 15px !important;
}
/* End of button row */
.eventdetails {
	padding: 30px;
	background-color: #034b8b;
	color: #FFF;
	border-radius: 3px;
	margin-bottom: 15px;
}
.eventdetailheading {
	margin-top: 0px;
	color: #FFF;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.3em;
}
.eventvideo {
	margin-bottom: 20px;
}
/* End of Events pages */

/* Inner page boxes */
.boxescont {
	padding: 85px 0px;
	background-color: #EEE;
}
.boxesinner {
	max-width: 1530px;
}
.boxescont h2 {
	margin: 0px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.1em;
}
.boxescont h3 {
	margin-bottom: 20px;
	margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
	color: #181f47;
}
.box {
	text-align: center;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.box a:link, .box a:visited {
	text-decoration: none;
	color: #181f47;
}
.boxinner {
	background-color: #FFF;
	padding: 18px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4); 
box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4);
}
/* End of inner page boxes */

/* inner page sub menu */
.pagesubmenu {
	background-color: #01539b;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: -webkit-sticky;
position: sticky;
top: 100px;
z-index: 100;
}
.submenuheading {
	background-image: url(../images/submenu-angle.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	padding-right: 50px;
	padding-top: 17px;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #01539b;
}
.pagesubmenuinner {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pagesubmenulinks {
	display: inline-block;
	margin-left: 100px;
	background-color: #01539b;
}
.pagesubmenulinks a:link, .pagesubmenulinks a:visited {
	color: #FFF !important;
	text-decoration: none;
	font-size: 16px;
	padding: 18px 10px;
	margin: 0px 10px;
	line-height: 60px;
}
.pagesubmenulinks a:link:first-of-type {
	margin-left: 100px;
}
.submenuactive {
	border-bottom: 4px solid #d90000;
}

/* End of inner page sub menu */

/* Standard tables */
.generictable td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
}
/* End of standard tables */

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.downloadlist {
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
}
.downloadlist li {
	list-style-type: none;
	margin-bottom: 20px;
}
.downloadlist li a:link, .downloadlist li a:visited {
	text-decoration: none;
	background-image: url(../images/pdf-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 40px;
	font-weight: 400;
}
.downloadlist li a:hover {
	background-position: 5px center;
	color: #034b8b !important;
	padding: 5px 5px 5px 45px;
}
blockquote {
	font-style: italic;
}

/* Staff page */
.teamgrid {
	background-color: #fff;
}
.teamstaff {
	padding: 10px 60px 60px 0px;
	font-size: 14px;
}
.teamphoto {
	background-size: cover;
	background-position: center center;
	border-right: 30px solid #FFF;
}
.staffname {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}
.teamtext {
	font-size: 16px;
}
.teamdescription {
	margin-bottom: 15px;
}
.gallerythumb {
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 10px;
}
.gallerythumb img {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-height: 103px;
}

/* Staff popup iframes */
.staffsections h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
.staffsections {
	padding: 20px;
	font-size: 14px;
}
.staffsections a:link, .staffsections a:visited {
	color: #03133e;
	text-decoration: underline;
}
.staffsections a:hover {
	color: #ea040f;
	text-decoration: none;
}
.staffnamephoto {
	text-align: center;
}
.staffnamephoto p {
	margin-bottom: 0px;
}
.staffnamephoto {
	display: block;
	margin: 0px auto 0px auto;
}
.staffnamephoto h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
/* End of staff page */

.greysidetext {
	margin-top: 20px;
}

/* Accordion */
.accordion {
	overflow: hidden;
    margin-bottom: 30px;
}
.accordion-section-title {
	font-size: 16px;
	font-weight: bold;
    margin-top: 30px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
.accordion-section-title h2 {
	pointer-events: none;
	margin-bottom: 0px;
}
.accordion-section-title span {
	display: inline-block;
	width: 300px;
	font-size: 30px;
	color: #010101;
	font-weight: 600;
}
.accordion-section {
	padding: 0px;
    margin-bottom: 30px;
}
.accordion-section:last-of-type {
	border-bottom: none;
}
.accordion-section-content {
	margin-top: 10px;
	display: none;
}
.accordion-section-content p {
	font-size: 16px;
}
.arrowdown {
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 25px;
	text-decoration: none !important;
	display: block;
}
.accordion-section .active {
	background-image: url(../images/up-arrow.png) !important;
	background-size: 25px;
}
/* End of accordion styles */

/* Training course checkout bar */
#coursescheckoutbar {
    background-color: #01539b;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	margin: 0px auto 30px auto;
    padding: 3px 0px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
#coursescheckoutbar img {
	display: inline-block;
    margin-right: 20px;
    max-height: 30px;
    max-width: 30px;
    vertical-align: middle;
}
a.coursecheckoutbtn:link, a.coursecheckoutbtn:visited {
    background-color: #ea040f;
    color: #ffffff !important;
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none !important;
    width: 90px;
}
a.coursecheckoutbtn:hover {
    background-color: #f6303e;
}
#coursescheckoutbar img {
    margin-right: 20px;
    max-height: 30px;
    max-width: 30px;
    vertical-align: middle;
}
a.bookbtn:link, a.bookbtn:visited {
    background-color: #ea040f !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold !important;
    padding: 5px !important;
    text-decoration: none !important;
}
a.bookbtn:hover {
    background-color: #000 !important;
}
.mobilewrap {
	display: inline-block;
}
.clearboth {
	clear: both;
	line-height: 0px;
}
/* End of training course checkout bar */

/* Gallery ... to ensure landscape oriented images will be vertically centred dynamically */
.boxmember {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid transparent;
	position: relative;
}
.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}
.img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center; /* Align center inline elements */
	font: 0/0 a;
	padding: 0px;
}
.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.img-container img {
	vertical-align: middle;
	display: inline-block;
}
/* End of vertical centre */

/* Search result pages */
.searchcontainer {
	max-width: 1300px;
}
.searchresultboxcont {
	padding: 30px;
}
.searchresultbox {
	padding: 35px;
	  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4);
  box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4);
  height: 100%;
}
.standardboxcont {
	padding: 30px 0px 0px 0px;
}
.standardbox {
	margin-bottom: 30px;
}
.companylogo {
	float: right;
	margin: 0px 0px 10px 10px;
}
.companylogo img {
	width: 150px;
}
.searchresultlistcont {
	padding: 5px 30px;
}
/* End search pages */

/* Pagination */
.pagenumbers {
	padding: 20px 0px;
	text-align: left;
	font-size: 16px;
	margin-top: 20px;
	border-top: 1px solid #000;
}
.pagenumbers a:link {
	padding: 5px 10px;
	color: #034b8b;
	text-decoration: none;
}
.pagenumbers a:visited {
	color: #034b8b;
}
.pagenumbers a:hover, .pagenumbers a:active {
	text-decoration: underline;
}
.pagenumbernolink {
	padding: 5px 10px;
}
/* End */

/* valve user Back issues page */

.backissuedigitalcont {
	margin-bottom: 30px;
}
.backissuelogo {
	background-color: #04348b;
	padding: 5px 10px;
}
.backissuemainimage {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.backissuenumber {
	background-color: #032360;
	color: #FFF;
	padding: 5px 10px;
}
/* End of valve user back issues */

/* About page boxes */
.boximage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.aboutboxtext {
	padding: 60px 80px;
	background-color: #EEE;
}
/* End of about page boxes */

#slidingpics {
	margin-bottom: 30px;
}

/* Blockquotes */
.largequote {
	font-size: 20px;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 50px;
	color: #034b8b;
}
.largequotename {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
#slidingquotes blockquote, #slidingquotestwo blockquote {
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
	color: #333;
}
#slidingquotes blockquote:before, #slidingquotestwo blockquote:before {
  content: open-quote;
  color: #034b8b;
}

#slidingquotes blockquote:after, #slidingquotestwo blockquote:after {
  content: close-quote;
  color: #034b8b;
}

#slidingquotes blockquote:before,
#slidingquotes blockquote:after, #slidingquotestwo blockquote:before,
#slidingquotestwo blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  font-size: 4em;
  top: .2em;
  position: relative;
  font-family:"Times New Roman", Times, serif;
}
#slidingquotes blockquote:before {
  padding: 0px 15px 0px 0px
}

#slidingquotes blockquote:after {
  padding: 0px 0px 0px 15px;
  margin-top: 15px;
}
#slidingquotes .largequote {
    background-color: #EEE;
}

/* End block quotes */

.nameblock {
	padding: 5px 10px;
	background-color: #034b8b;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	border-radius: 2px;
}

.textaccent {
	font-weight: bold;
	color: #034b8b;
}

.coursetrainercont {
	clear: both;
	margin-bottom: 15px;
}
.coursetrainerpic {
	float: left;
	margin: 0px 30px 30px 0px;
	width: 50%;
	max-width: 150px;
	background-position:center center;
	background-size: cover;
}

.bookingtable td {
	padding: 5px 10px 5px 0px;
	font-size: 14px;
}
.imageinline {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.ctabox {
	text-align: center;
background-color: #d90000;
color: #FFF;
padding: 15px;
}


/* Member area */
h2.memberheadline, h2.memberheadline a:link, h2.memberheadline a:visited {
	margin-bottom: 0px;
	color: #01539c;
	font-size: 22px;
	text-decoration: none;
}
h2.membersubheading {
	font-size: 18px;
	padding-left: 10px;
	color: #01539c;
}
.memberheading {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
.memberloggedinas {
	text-align: right;
	font-size: 15px !important;
}
.memberheading h2 {
	margin: 0px;
}
.membermainheading, h1.membermainheading {
	font-weight: bold;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #034b8b;
    line-height: 1.3em;
}
.memberwelcomebox {
	padding: 10px;
	display: table;
	width: 100%;
}
.memberwelcomebox img {
	float: left;
	margin-right: 10px;
}
.memberwelcomeinner {
	padding: 15px;
	border-radius: 3px;
-webkit-box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.25);
box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.25);
}
.memberwelcomebox a:link, .memberwelcomebox a:visited {
	text-decoration: none;
	font-size: 15px !important;
	display: table-cell;
    vertical-align: middle;
	display: inline-block;
}
.memberwelcomeinner img {
	max-width: 50px;
}
.whatsnewinner {
	padding: 15px;
}
.whatsnewinner img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 15px;
}
.whatsnewinner a:link, .whatsnewinner a:visited {
	text-decoration: underline;
}
.galleryinner {
	text-align: center;
}
.galleryinner img {
	max-width: 500px;
}
.statstable {
	width: 100%;
}
.statsmonth {
	font-size: 16px;
}
.profileviews, .profileclicks {
	font-size: 14px;
}
.profileviews {
	color: #ff0000;
}
.profileclicks {
	color: #004a80;
}
.statstable img {
	display: inline;
	width: 25px;
}
.imageinline {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.membersubnav {
	padding-right: 20px;
}
.membersubnav a:link, .membersubnav a:visited {
	text-decoration: none;
}
.membersubnav ul {
	margin: 0px;
	padding: 0px;
}
.membersubnav li {
	list-style-type:none;
	padding: 2px 0px 2px 10px;
}
.membersubnavheading {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #01539c;
}
#memberlinkmenu {
  position: relative;
  padding: 10px 35px 10px 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
#memberlinkmenu:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 1em;
  height: 0.15em;
  background: white;
  box-shadow: 
    0 0.25em 0 0 white,
    0 0.5em 0 0 white;
}
#memberlinkmenu {
    display: none;
	margin-left: 0px;
}
.memberloginbox {
	margin-bottom: 30px;
}
.tallselect select, .tallselect input {
	height: 42px;
}
.generictable td {
	vertical-align: top;
	padding: 0px 20px 5px 0px;
}
.webinardetails {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.webinarheading {
  line-height: 1.3em;
  font-size: 22px;
  color: #444;
  font-weight: normal;
  margin: 10px 0px;
}
.trainingvideo {
	padding: 20px 40px 20px 0px;
}
.trainingvideo img {
	margin-bottom: 5px;
	width: 100%;
}
/* End of member area */

.topmargin {
	margin-top: 30px;
}

/* Company page gallery */

.companygallerythumb {	
	margin-bottom: 15px;
	padding: 10px;
}
.companygalleryouter {
	border: 1px solid #CCC;
	padding: 20px;
	background-color: #FFF;
}
.companygalleryinner {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


/* Admin stuff */
.cmsregion {
	position: relative;
}
.cmsoverlay{
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
}
.cmsregion:hover > .cmsoverlay{
	cursor:pointer;
	background-color: rgba(153,0,0,0.5);
}
/* End */

/* Popup stuff */
#importantmessage {
	display: none;
	width: 960px;
	height: 640px;
	background-size:cover; 
	background-repeat: no-repeat; 
	background-position: center center;
	padding: 120px;
}
.popupcont {
	display: flex;
	align-items: center;
  justify-content: center;
}
.popupcont div {
	background-color: #FFF;
}
.popuptext { 
	padding: 30px 40px;
	border: 1px solid #CCC;
}
.popupheading {
	font-size: 32px;
	font-weight: bold;
	color: #034b8b;
	line-height: 1em;
}
.popuppara {
	font-size: 18px;
}
@media screen and (max-width:960px) {
	#importantmessage {
	display: none;
	width: 600px;
	height: 385px;
	padding: 30px;
}
.popuptext { 
	padding: 10px 20px;
}
.popupheading {
	font-size: 22px;
	line-height: 1em;
}
.popuppara {
	font-size: 16px;
}
}
@media screen and (max-width:600px) {
	#importantmessage {
	display: none;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 10px;
}
.popuptext { 
	padding: 15px 25px;
}
.popupheading {
	font-size: 22px;
	line-height: 1em;
}
.popuppara {
	font-size: 16px;
}
}
/* End of popup stuff */

.galleryimagecont {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.galleryimage {
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}
img.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
max-height: 250px;
}

/* Member offers pages */
.memberofferdetailcont {
    margin-bottom: 40px;
    padding: 35px;
	  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4);
  box-shadow: 0px 0px 16px 1px rgba(75,75,75,0.4);
}
.memberoffersbox {
    padding: 30px;
  background-color: #034b8b;
  color: #FFF;
  border-radius: 3px;
  margin-bottom: 15px;
    text-align: center;
    margin-bottom:40px
}
.memberoffersbox a:link, .memberoffersbox a:visited {
    color: #FFF !important;
}
.memberofferexpiry {
    font-style: italic;
    font-size: 14px;
    margin-top: -15px;
}
.memberoffercompany {
    font-weight: bold;
    font-size: 20px;
}
.memberoffersdetailstext {
    padding: 30px 0px;
}
.memberofferslistcont {
    position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.memberofferdetailcont .memberoffercompany {
    margin-bottom: 0px;
}
.companylogoofferdetails {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}
.companylogoofferdetails img {
    max-height: 150px;
    display: inline-block;
    margin-left: 10px;
}

/* Publications page */
.publicationsteasercont {
    position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px;
    margin-top: 40px;
}
.publicationsteaser {
    background-color: #FFF;
    padding: 30px;
    position: relative;
    padding-bottom: 60px;
}
.publicationsteaserimage {
    margin-bottom: 30px;
}
.publicationteaserlink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.publicationteaserlink a:link, .publicationteaserlink a:visited {
    background-color: #d90000;
    color: #FFF !important;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.videogrid {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Home page scrolling carousel */
.logocarousel {
    padding: 50px 0px;
}
.logocarousel img {
    height: 100%;
    max-height: 100px;
    padding: 0px 50px;
}

/* Member welcome signup boxes */
.signupboxescont {
    position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.memberemailsubscribe {
    text-align: center;
    margin-top: 40px;
}
.memberemailsubscribe div {
    /* margin: 30px auto; */
}

/* Responsive HTML5 video */
.howtovideo {
    	max-width: 100%;
    border-bottom: 1px solid #CCC;
    margin: 25px 0px 0px 0px;
    padding-bottom: 25px;
	}
.howtovideo video {
    	width: 100%;
    	height: auto;
    border: 1px solid #CCC;
}

.hometrainingcont {
    background-color: #FFF;
}
.trainingboxes .homeboxtext h2 {
    text-transform: none;
}
.elearningboxcont {
    position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
    margin-bottom: 40px;
}
.elearningbox {
    background-color: #034b8b;
    color: #FFF;
    padding: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
}
.elearningbox h3 {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}
.elearningbox p {
    font-size: 16px;
}
.elearningbox ul {
    text-align: left;
    padding-left: 20px;
}
.elearningbox li {
    font-size: 14px;
}
.elearningbox .btncont {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-right: 30px;
}

img.trainingicons {
    max-width: 60px;
}
