a:hover {cursor: pointer;}
article p.padb30{padding-bottom:30px;}

/*full content wrappers*/
.three-column-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #A7AFB5;
}

.three-column-layout .image-holder .document-icon {
	width: 30px;
  	height: auto;
  	padding: 0 5px;
}

.three-column-layout .flex-item {width: 33.33%;}

.flex-item__row {
	display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  	padding: 15px 70px;
}

@media screen and (max-width: 1024px) {.flex-item__row {padding: 15px 0;}}

.b0-tick, .b1-tick {list-style-image: url("./_resources/img/style-guide/text-icons/Tick-Green.png");}

div.accordion {margin-top:40px;}

.video-box > iframe {
  width: 518px;
  height: 300px;
}

/*tablet version*/ 
@media screen and (min-width: 700px) and (max-width: 1024px){
  .three-column-layout .flex-item {width: 50%;}
 
}


/*mobile version*/ 
@media screen and (max-width: 700px){
    .three-column-layout .flex-item {width: 100%;}
  
    .three-column-layout :nth-child(1) { order: 1; }
    .three-column-layout :nth-child(2) { order: 2; }
    .three-column-layout :nth-child(3) { order: 3; }
    .three-column-layout :nth-child(4) { order: 4; }
    .three-column-layout :nth-child(5) { order: 5; }
}

.image-icon {
	max-width: 50px;
  	padding: 10px;
  	display: inline-block;
}


/*tick lists*/
.list-tick {
    margin-left: 30px;
    padding-bottom: 20px;
}
.list-tick > .b0, .list-tick > .b1 {
    padding-bottom: 20px;
    padding-right: 27px;
}

.b0-tick, .b1-tick {list-style-image: url("/_resources/img/savings/tick-green-v1.png"); padding: 0 10px;}



@media screen and (min-width: 700px) and (max-width: 1024px){
	.list-tick > .b1 {
		font-size: 20px;
		line-height: 22px;
	}
  
  a.button-primary-none-default {
    font-size:17px;
  }
}
@media screen and (max-width: 700px){
	.list-tick > .b1 {
		font-size: 16px;
		line-height: 20px;
	}	
    a.button-primary-none-default {
    font-size:17px;
  }
}
/*end lists*/

/*video box container for videos to override video container issue*/
.video-box {
    padding: 0;
    width: 100%;
    max-width: 930px;
    height: 350px;
    display: block;
    margin: 0;
  }
  .video-box > iframe {
    max-width: 100%;
    border-collapse: collapse;
}

#accordionGroup {margin-top: 40px;}


                                                                                                             