@charset "UTF-8";
.currencybutton, .basic_annual_button, .basic_monthly_button, .prof_annual_button, .prof_monthly_button, #subslevelwrapper {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}
.grid-view div {
  border: 1px dotted red;
  z-index: 999;
}
.annual {
  display: none;
}
#subslevelwrapper {
  padding: 80px 0px 20px 0px;
  width: 100%;
  min-width: 944px;
  background-color: #FFFFFF;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 370px 35px 370px 35px 370px 1fr;
  grid-template-rows: repeat(auto-fit, auto);
}
.subsheader {
  grid-area: 1/2/span 1/span 5;
  padding-bottom: 40px;
}
.subslogo img {
  height: 110px;
  width: auto;
}
#currencymenu {
  float: right;
  position: relative;
  top: 20px;
  right: 0px;
}
.currencybutton {
  padding: 12px 17px;
  border-radius: 4px;
  background-color: #a7adb1;
  color: #fff;
  float: left;
  margin-left: 4px;
  font-size: 21px;
  cursor: pointer;
  font-weight: 700
}
.currencybutton:hover, .selected {
  background-color: #0E8D3D;
}
.subscolumn {
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4), 0 0px 4px 0 rgba(0, 0, 0, .1);
  padding: 0px;
}
.basic {
  grid-area: 2/2/span 100/span 1;
}
.profe {
  grid-area: 2/4/span 100/span 1;
}
.enter {
  grid-area: 2/6/span 100/span 1;
}
.subscolumnpopular {
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  background-color: #0E8D3D;
  color: #FFFFFF;
  grid-row-start: 2;
  grid-row-end: span 1;
  border-radius: 4px 4px 0px 0px;
  margin-top: -20px;
}
.subscolumnheader {
  padding: 30px 40px 0px 40px;
  grid-row-start: 3;
  grid-row-end: span 1;
}
.rankingstars {
  margin-bottom: 10px;
  height: 57px;
}
.rankingstar {
  float: left;
  margin-right: 5px;
  width: 55px;
  height: 57px;
  background: url("../images/ranking_star.png") no-repeat center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(86%) sepia(88%) saturate(4162%) hue-rotate(180deg) brightness(117%) contrast(81%);
}
.livestar, .beststar {
  filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(5610%) hue-rotate(141deg) brightness(96%) contrast(89%);
}
.subscolumndetail {
  padding: 10px 40px;
  grid-row-start: 4;
  grid-row-end: span 1;
}
.subscolumnswitch {
  padding: 20px 40px 0px 40px;
  grid-row-start: 5;
  grid-row-end: span 1;
}
.switchwrap {
  display: table;
  font-size: 0px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 4px 4px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 210;
	cursor: pointer;
}
.monthly_button {
  border-radius: 8px 0px 0px 8px;
}
.annual_button {
  border-radius: 0px 8px 8px 0px;
}
.basic_annual_button, .basic_monthly_button, .prof_annual_button, .prof_monthly_button {
  display: table-cell;
  padding: 15px 0px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 145px;
  color: #0E8D3D;
}
.switchwrap h3 {
  font-size: 18px;
}
.switchwrap p {
  font-size: 14px;
}
.switchwrap h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.beststar {
  margin: 0px auto 2px;
  width: 21px;
  height: 20px;
  background: url("../images/ranking_star.png") no-repeat center center;
  background-size: contain;
}
.prof_annual_button h4 {
  color: #0E8D3D;
}
.basic_annual_button h4 {
  color: #0E8D3D;
}
.subscolumnswitch.basiccol .selected, .subscolumnswitch.profecol .selected {
  background: #0E8D3D;
  color: #FFFFFF;
}
.selected {
	cursor: default!important;
}
.subscolumnswitch .selected h4, .subscolumnswitch .selected h3, .subscolumnswitch .selected p {
  color: #FFFFFF;
}
.subscolumnswitch .selected .beststar {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}
.subscolumnbutton {
  padding: 40px;
  grid-row-start: 6;
  grid-row-end: span 1;
}
.subscolumnbutton a, .subsmarker a {
  display: block;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #0E8D3D;
  font-weight: 300;
  text-align: center;
  border-radius: 4px;
  padding: 15px 15px;
  font-size: 18px;
}
.subscolumnbutton a {
  position: relative;
  z-index: 210;
}
.subsmarker a {
  margin-top: 10px;
}
.subscolumnbutton a:hover, .subsmarker a:hover {
  background-color: #73bb34;
}
.subscolumnscontent h2 {
  font-weight: 300;
  font-size: 41px;
}
.subscolumnscontent h3 {
  font-weight: 800;
  font-size: 30px;
}
.subssmaller {
  font-size: 12px;
}
.basiccol {
  grid-column: 1/span 1;
  padding-right: 71px;
}
.basiccol h2, .inclusions.basiccol h3 {
  color: #3F4591;
}
.poa {
  margin-top: 15px;
  font-weight: 400 !important;
}
.features, .hosting, .availability, .support, .integrations, .customisations, .backup, .logging {
  padding: 0px 40px 20px;
  grid-row-end: span 1;
}
.features {
  grid-row-start: 7;
}
.hosting {
  grid-row-start: 8;
}
.availability {
  grid-row-start: 9;
}
.support {
  grid-row-start: 10;
}
.integrations {
  grid-row-start: 11;
}
.customisations {
  grid-row-start: 12;
}
.backup {
  grid-row-start: 13;
}

.logging {
  grid-row-start: 14;
}











.infocolumn h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0E8D3D;
}
.infocolumn li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: 0px 7px url("../images/included_tick.png") no-repeat;
  background-size: 10px auto;
}
.infocolumn p {
  font-size: 18px;
  margin-bottom: 10px;
}
#columnmarkers {
  position: sticky;
  top: 90px;
  bottom: 0px;
  width: 100%;
  grid-row-start: 100;
  grid-area: 120/1/span 1/span 7;
  z-index: 110;
  overflow: hidden;
}
.markerscolumns {
  position: relative;
  top: 200px;
  width: 100%;
  min-width: 944px;
  display: grid;
  grid-template-columns: 1fr 370px 35px 370px 35px 370px 1fr;
  grid-template-rows: auto;
  transition: all 0.5s;
}
.subsmarker {
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4), 0 0px 4px 0 rgba(0, 0, 0, .1);
  padding: 20px 40px;
  margin: 20px 0px;
  background: #FFFFFF;
}


@media screen and (max-width:1239px) {

	
#subslevelwrapper, .markerscolumns {
  min-width: 100px;
  grid-template-columns: 1fr 290px 15px 290px 15px 290px 1fr;
}
	
	
.subscolumnheader {
  padding: 15px 20px 0px 20px;
	}

.subscolumndetail {
  padding: 5px 20px;
	}

.subscolumnswitch {
  padding: 10px 20px 0px 20px;
	}

.subscolumnbutton {
  padding: 20px;
	}
	

.features, .hosting, .serviceprovision, .security {
  padding: 0px 20px 10px;
}
	
	
	
.subsmarker {
  padding: 10px 20px;
}
	
.infocolumn h3 {
  font-size: 22px;
  margin-bottom: 6px;
}
.infocolumn li {
  font-size: 14px;
  margin-bottom: 6px;
  background: 0px 4.5px url("../images/included_tick.png") no-repeat;
	
  background-size: 10px auto;
}
.infocolumn p {
  font-size: 14px;
  margin-bottom: 6px;
}
	
	
.switchwrap h3 {
  font-size: 14px;
}
.switchwrap p {
  font-size: 12px;
}
.switchwrap h4 {
  font-size: 12px;
}
	
}


@media screen and (max-width:949px) {

#subslevelwrapper, .markerscolumns {
  padding: 20px 0px 20px 0px;
  grid-template-columns: 20px 1fr 10px 1fr 10px 1fr 20px;
}
	
	

#currencymenu {
	float: none;
  top: 0px;
	margin-bottom: 0px;
}
.currencybutton {
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 16px;
}
	
	
.rankingstars {
  margin-bottom: 5px;
  height: 28px;
}
.rankingstar {
  width: 27px;
  height: 28px;
}
	
}

@media screen and (max-width:639px) {

.markerscolumns {
	display: none;
	}
#subslevelwrapper {
		display:block;
	}

.subslogo img {
  height: 80px;
  width: auto;
}	
	
.subscolumn {
	display: block;
  padding: 0px;
}
	
	
.subscolumnpopular {
	margin: 0px;
	}

.subsheader {
  padding: 0px 20px;
}


}