

/*--------Careers Page Timeline CSS------
----------------------------------*/
.rotate-career {
	transform: perspective(300cm) rotateX(-9.5deg) rotateY(30deg);
	padding-top: 40px
	
}

.page-id-60254 h1.ui--animation {
	font-size: 170px !Important;
	line-height: 150px!Important;
	text-shadow: 
		-10px -1px #000000,
		-11px -2px #000000,
		-12px -3px #000000,
		-13px -4px #000000,
		-14px -5px #000000, 
		-15px -6px #000000, 
		-16px -7px #000000,
		-17px -8px #000000,
		-18px -9px #000000,
		-19px -10px #000000,
		-20px -11px #000000,
		-21px -12px #000000,
		-22px -13px #000000,
		-23px -14px #000000,
		-24px -15px #000000,
		-25px -16px #000000,
		-26px -17px #000000,
		-27px -18px #000000,
		-28px -19px #000000,
		-29px -20px #000000,
		-30px -21px #000000,
		-31px -22px #000000,
		-32px -23px #000000,
		-33px -24px #000000,
		-34px -25px #000000,
		-35px -26px #000000,
		-36px -27px #000000,
		-37px -28px #000000,
		-38px -29px #000000,
		-39px -30px #000000,
		-40px -31px #000000,
		-41px -32px #000000,
		-42px -33px #000000,
		-43px -34px #000000,
		-44px -35px #000000,
		-45px -36px #000000,
		-46px -37px #000000,
		-47px -38px #000000;
}



@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-style: normal;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.ag-format-container {
  width: 1160px;
  margin: 0 auto;

  position: relative;
}

.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}
.ag-timeline_tagline {
  font-size: 72px;
	line-height: 76px;
  color: #000000;
	font-weight: 800
}
.ag-timeline_title {
  

  background-size: over;
  -webkit-background-clip: text;
  background-clip: text;
  color: #8dc43f;
	font-weight: 800;
  font-size: 80px;
	line-height: 80px;
	margin-top: -45px;
}

/*----working on this section---------------------------------------------------------------------------------*/
div.js-timeline_item:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
	outline: #000000;
	outline: 3px;
	
	
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 2px;
  background-color: #393935;

  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #8dc43f;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -42px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -42px 0 14px;
}
.ag-timeline-card_point {
  height: 80px;
  line-height: 80px;
  width: 80px;
  border: 3px solid #8dc43f;
  background-color: #1d1d1b;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFffff;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #1d1d1b;
  background-color: #8dc43f;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #00548f;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #00548f;

  opacity: 0;

  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);

  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;

  position: relative;
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ag-timeline-card_arrow {
  height: 20px;
  width: 27px;
  margin-top: 20px;
  background-color: #00548f;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}

.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #0099cb;
}
.ag-timeline-card_desc {
  line-height: 1.45;
  font-size: 14px;
  color: #FFFFFF;
	text-align: left;
}


@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
		color: white;
		Line-height: 30px
		
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}
.ag-timeline_title {
	padding-top: 50px;
	padding-bottom: 40px;
}
@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 12px;
  }
}

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

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}




/*-----Careers Page FAQ Style Changes-------------------------*/

/* Sets max-height for each FAQ question so there is no extra blank space */

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(2) > div.content {
	max-height: 60px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(4) > div.content {
	max-height: 40px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(6) > div.content {
	max-height: 80px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(8) > div.content {
	max-height: 100px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(10) > div.content {
	max-height: 40px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(12) > div.content {
	max-height: 110px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(14) > div.content {
	max-height: 80px
}

#section-icbu2 > div > div:nth-child(7) > div > div > div:nth-child(16) > div.content {
	max-height: 40px
}


/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 24px;
	font-weight: 600;
  color: black;
  cursor: pointer;
}


/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .label::before {
  content: '+';
  color: #a6a6a6;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  background: white;
  height: 0;
  font-size: 18px;
  text-align: justify;
  width: 780px;
  overflow: hidden;
  transition: 0.85s;
	
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid #d2d2d2;
	border-radius: 10px;
}


/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: 175px;
	padding-top: 20px;
	padding-bottom: 40px;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
	color: black;
}





/*------icon colors in COR page-------*/

.page-id-10549 #tagline-1 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > i:nth-child(1) {
	color: #8dc43f
}

.page-id-10549 #tagline-2 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > i:nth-child(1) {
	color: #8dc43f
}

.page-id-10549 #tagline-3 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > i:nth-child(1) {
	color: #8dc43f
}

.page-id-10549 #tagline-4 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > i:nth-child(1) {
	color: #8dc43f
}

.page-id-10549 #tagline-5 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > i:nth-child(1) {
	color: #8dc43f
}

.page-id-10549 #tagline-6 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > i:nth-child(1) {
	color: #8dc43f
}

/*----Ronald's Pricing Page Formatting----*/

.page-id-61965 #tagline-4 {
	border-radius: 16px !Important;
}

.page-id-61965 #tagline-5 {
	border-radius: 16px !Important;
}

.page-id-61965 #tagline-6 {
	border-radius: 16px !Important;
}

.page-id-61965 #tagline-4 {
	border-radius: 16px !Important;
}

.page-id-61965 #tagline-5 {
	border-radius: 16px !Important;
}

.page-id-61965 #tagline-6 {
	border-radius: 16px !Important;
}

.page-id-61965 #tagline-5,
.page-id-61965 #tagline-6{
	background-image: none;
	background-color: #EFF8FB;
	border: 2px solid #0098cb !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}


.page-id-61965 #tagline-5.selected,
.page-id-61965 #tagline-6.selected{
	background-color:#0098cb;
}

.page-id-61965 #tagline-5.selected p,
.page-id-61965 #tagline-5.selected h4,
.page-id-61965 #tagline-6.selected p,
.page-id-61965 #tagline-6.selected h4{
	color:#fff !important;
}

.page-id-61965 #tagline-5:hover,
.section-le6to #tagline-6:hover{
	box-shadow: 0px 0px 10px 3px #e9e9e9;
}
/*----changes on live pricing page---------------------*/

.page-id-15568 #trmsSection > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
	display: none;
}

.page-id-15568 #classroomCalendarSection > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
	display: none;
}

.page-id-15568 #lmsSection > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
	display: none;
}

.page-id-15568 #foldersSection > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)
{
	display: none;
}

.page-id-15568 #formsSection > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)
{
	display: none;
}

.page-id-15568 #assetsSection > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)
{
	display: none;
}

.page-id-15568 div.estimated-box:nth-child(11) {
	display: none;
}

.page-id-15568 #tagline-5,
.page-id-15568 #tagline-6{
	background-image: none;
	background-color: #EFF8FB;
	border: 2px solid #0098cb !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.page-id-15568 #tagline-5.selected,
.page-id-15568 #tagline-6.selected{
	background-color:#0098cb;
}

.page-id-15568 #tagline-5.selected p,
.page-id-15568 #tagline-5.selected h4,
.page-id-15568 #tagline-6.selected p,
.page-id-15568 #tagline-6.selected h4{
	color:#fff !important;
}

.page-id-15568 #tagline-5:hover,
.section-le6to #tagline-6:hover{
	box-shadow: 0px 0px 10px 3px #e9e9e9;
}

/* Onboarding Calculator Form */
/* ----- RESET ----- */
.page-id-15568 .onboarding-calc * {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

@media (max-width: 5000px) {
/* ----- GENERAL ----- */
.page-id-15568 .onboarding-calc {
  max-width: 1347px;
  border-radius: 20px;
  box-shadow: 0 0 13px #adadad;
	margin: 24px 0 24px 0;
}
.page-id-15568 .onboarding-calc .container {
  padding: 14px 28px 0 28px;
}
.page-id-15568 .onboarding-calc .onboarding-calc-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ----- UTILITIES ----- */
.page-id-15568 .onboarding-calc .norm-font {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #5f5f5f !important;
}
.page-id-15568 .onboarding-calc .hide {
  display: none;
}
.page-id-15568 .onboarding-calc .mb-42 {
  margin-bottom: 42px;
}
.page-id-15568 .onboarding-calc .mb-40 {
  margin-bottom: 40px;
}
.page-id-15568 .onboarding-calc .mt-24 {
  margin-top: 24px;
}
.page-id-15568 .onboarding-calc .mb-24 {
  margin-bottom: 24px;
}
.page-id-15568 .onboarding-calc .mb-18 {
  margin-bottom: 18px;
}
.page-id-15568 .onboarding-calc .form-radio-section.single-q {
  grid-template-columns: repeat(1, 1fr);
}
.page-id-15568 .onboarding-calc .form-section-content.pb-24 {
  padding-bottom: 24px;
}
.page-id-15568 .onboarding-calc .mb-64 {
  margin-bottom: 64px;
}
.page-id-15568 .onboarding-calc .grid--2col {
  grid-template-columns: repeat(2, 1fr);
}


/* ----- ELEMENT STYLING ----- */
.page-id-15568 .onboarding-calc .onboarding-calc-header {
  font-weight: 700;
  font-size: 34px;
  line-height: 52.66px;
  margin: 20px 0;
}
.page-id-15568 .onboarding-calc .form-section {
  border: solid 1px #9e9e9e;
  border-radius: 12px;
}
.page-id-15568 .onboarding-calc .form-section-header {
  padding: 9px 28px;
  background: #009acb;
  color: #fff !important;
	font-weight:600;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}
.page-id-15568 .onboarding-calc .form-section-content {
  padding: 23px 28px 36px 28px;
}
.page-id-15568 .onboarding-calc .modules-checkbox {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 28px;
  margin-bottom: 30px;
}
.page-id-15568 .onboarding-calc .checkbox-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-id-15568 .onboarding-calc .modules-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #cacaca;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  position: relative;
}
.page-id-15568 .onboarding-calc .modules-checkbox input:checked::before {
  background: #009acb;
  color: #fff;
  content: "\2713";
  font-size: 24px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-id-15568 .onboarding-calc .modules-checkbox label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 150px;
  color: #5f5f5f;
}
.page-id-15568 .onboarding-calc .divider {
  height: 1px;
  width: 100%;
  background: #b7b7b7;
  margin-bottom: 24px;
}
.page-id-15568 .onboarding-calc .form-inputs {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.page-id-15568 .onboarding-calc .form-input-item {
  display: flex;
  flex-direction: column;
}
.page-id-15568 .onboarding-calc .form-inputs > p {
  display:none;
}
.page-id-15568 .onboarding-calc .form-input-item input {
  border: solid 1px #cacaca;
  border-radius: 4px;
  height: 35px;
  padding: 0 10px;
	width:100%;
}
.page-id-15568 .onboarding-calc .form-input-item br {
  display:none;
}
.page-id-15568 .onboarding-calc .form-input-item label {
  height: 18px;
  display: flex;
  align-items: center;
	margin-bottom:10px;
}

.page-id-15568 .onboarding-calc .form-radio-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.page-id-15568 .onboarding-calc .form-radio-section > p {
  display: none;
}
.page-id-15568 .onboarding-calc .form-radio-item p:nth-child(2){
  display: none;
}
.page-id-15568 .onboarding-calc .form-radio-question {
  margin-bottom: 20px;
	line-height:20px;
}
.page-id-15568 .onboarding-calc .form-radio-btns {
  display: flex;
  gap: 12px;
}
.page-id-15568 .onboarding-calc .form-radio-btns input {
  width: 30px;
  height: 30px;
  border: solid 1px #cacaca;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-id-15568 .onboarding-calc .form-radio-btns input:checked {
  background-color: #009acb;
}
.page-id-15568 .onboarding-calc .form-radio-btns label {
  font-size: 18px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-id-15568 .onboarding-calc .form-radio-btns label br{
	display:none;
}

.page-id-15568 .onboarding-calc .form-link{
	text-decoration:underline;
	color:#009acb;
	font-weight:500;
	font-size:16px;
	line-height:20px;
}
	
.page-id-15568 .onboarding-calc .form-textarea-section textarea {
  width: 100%;
  border: solid 1px #cacaca;
  border-radius: 4px;
  padding: 10px;
}
.page-id-15568 .onboarding-calc .form-textarea-question {
  margin-bottom: 14px;
}
.page-id-15568 .onboarding-calc .form-textarea-note {
  font-style: italic;
  font-size: 14px;
  line-height: 6.79px;
  color: #989898 !important;
}

.page-id-15568 .onboarding-calc .estimated-box {
  padding: 16px 20px 20px 20px;
  border: solid 3px #6bac00;
  border-radius: 10px;
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  position: relative;
}
.page-id-15568 .onboarding-calc .estimated-content {
  border: solid 1px #6bac00;
  border-radius: 5px;
}
.page-id-15568 .onboarding-calc .estimated-box > p{
  display:none;
}
.page-id-15568 .onboarding-calc .estimated-header {
  color: #6bac00 !important;
  font-weight: 600;
  font-size: 24px;
  line-height:36.4px;
  text-align: center;
  background: #6bac004d;
  border-bottom: solid 1px #6bac00;
  width: 100%;
  padding: 6px 0;
}
.page-id-15568 .onboarding-calc .estimated-number {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
}
.page-id-15568 .onboarding-calc .plus-sign {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #6bac00;
}
.page-id-15568 .onboarding-calc .plus-bubble {
  position: absolute;
  height: 48px;
  width: 48px;
  background: #ffffff;
  box-shadow: 0 3px 4px 1px #c2c2c2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-15568 .onboarding-calc .grand-total-section {
  position: relative;
  background: #6bac00;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.page-id-15568 .onboarding-calc .grand-total-header {
  position: absolute;
  font-size: 28px;
  color: #6bac00 !important;
  background: #fff;
  border: solid 1px #6bac00;
  text-align: center;
  width: 230px;
  font-weight: 700;
  padding: 18px 0;
  border-radius: 8px;
  box-shadow: 0 -4px 7px 0px #c2c2c2;
  left: 50%;
  top: 5px;
  transform: translate(-50%, -50%);
}
.page-id-15568 .onboarding-calc .grand-total-content {
  background: #6bac00;
  border: solid 1px #ffffff;
  border-radius: 5px;
  padding: 36px 0 30px 0;
}
.page-id-15568 .onboarding-calc .grand-total-amount {
  color: #ffffff !important;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
}

@media (max-width: 1200px) {
	.page-id-15568 .onboarding-calc .modules-checkbox {
		grid-template-columns: repeat(3, 1fr);
	}
	.page-id-15568 .onboarding-calc .estimated-header {
		font-size: 18px;
	}
	.page-id-15568 .onboarding-calc .form-radio-question {
		margin-bottom:14px
	}
	.page-id-15568 .onboarding-calc .grand-total-header {
		font-size:24px;
		padding: 15px 0;
	}
	.page-id-15568 .onboarding-calc .grand-total-content {
    padding: 30px 0 25px 0;
	}
	.page-id-15568 .onboarding-calc .grand-total-amount {
		font-size:42px;
	}
}

@media (max-width: 667px) {
	.page-id-15568 .onboarding-calc .onboarding-calc-header{
		font-size:23px;
		line-height: 35px;
	}
  .page-id-15568 .onboarding-calc .modules-checkbox {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-id-15568 .onboarding-calc .form-inputs{
		grid-template-columns: repeat(1, 1fr);		
		grid-template-rows: repeat(2, 1fr);
	}
	.page-id-15568 .onboarding-calc .form-radio-section{
		grid-template-columns: repeat(1, 1fr);
	}
	.page-id-15568 .onboarding-calc .estimated-header {
		font-size: 14px;
	}
	.page-id-15568 .onboarding-calc .estimated-number {
		font-size: 20px;
	}
	.page-id-15568 .onboarding-calc .grid--2col{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	.page-id-15568 .onboarding-calc .grand-total-header {
		font-size:20px;
		padding: 12px 0;
		width:175px;
	}
	.page-id-15568 .onboarding-calc .grand-total-content {
    padding: 23px 0 20px 0;
	}
	.page-id-15568 .onboarding-calc .grand-total-amount {
		font-size:36px;
	}
	.page-id-15568 .onboarding-calc .extra-margin{
		margin-bottom:30px !important;
	}
}

/*------Remove the estimate button from the pricing wheel page--------*/

#sendQuoteButton {
	display: none;
}

/*---------Changing border radius of add-ons on pricing calc page --------------*/

.page-id-61400 #tagline-4 {
	border-radius: 16px !Important;
}

.page-id-61400 #tagline-5 {
	border-radius: 16px !Important;
}

.page-id-61400 #tagline-6 {
	border-radius: 16px !Important;
}

.page-id-15568 #tagline-4 {
	border-radius: 16px !Important;
}

.page-id-15568 #tagline-5 {
	border-radius: 16px !Important;
}

.page-id-15568 #tagline-6 {
	border-radius: 16px !Important;
}

/*-----Moving Carosuel Button Down------*/
.page-id-61360 #ui--gallery-1 > div.unstyled-all.clearfix.ui--gallery-wrapper.columns-4 > div > div.ui--carousel-navigation.clearfix {
  margin-top: 30px; /* Adjust this value as needed */
}


/*------Testimonial Colors on Matrix Page-------------------------------------*/

.page-id-10310 div.ui--carousel:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) > div:nth-child(n) {
	color: white;
}



/*-------Adjusting the Careers Banner Size ----------------------------------------*/

.page-id-60254 #video-background-1 {
  height: calc(100vh - 130px);
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-id-62027 #video-background-1 {
  height: calc(100vh - 130px);
  align-items: center;
  display: flex;
  justify-content: center;
}

/*---Adjusting padding for accordian plus symbol on orientation page--*/

.page-id-60718 .fa-plus {
	padding-left: 450px;
}

@media only screen and (max-width: 1300px) {
	.page-id-60718 .fa-plus {
	padding-left: 200px;
}}



/*--------Safety Management System Page Styling--------------*/

.page-id-59892 #tagline-1 {
	min-height: 325px
}

.page-id-59892 #tagline-2 {
	min-height: 325px
}

.page-id-59892 #tagline-3 {
	min-height: 325px
}


html{
	
overflow-y: scroll;
}

.ui--blog-content .fullwidth-container {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

.ui--blog-content .fullwidth-container .container {
    width: 100% !important;
}

.whiteBG {
	border-bottom: none !important;
}

#the-content > p > b {
	
	font-size: 12px;
	font-family: Open Sans Semibold;
	position: relative;
	bottom: 640px;
	display: block;
	padding-left: 55px;
	
}

#the-content{
	
	
}

.page-id-12936 form {padding-top: 5px;
	
}

.page-id-12936 #the-content{

background: url("https://imgur.com/HhjtsCF.png"); 
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	
	background-size: cover;
	text-align: center;
 
	
 
}

.page-id-12936 #the-content p{
	color:white;
}

.opacityPlease #tagline-1 {
    background-color: rgba(69, 69, 69, 0.75) !important;
}

.page-id-12936 #the-content p::before{

	color:white;
	
	
}
	
.page-id-12936 form.post-password-form {
	
	padding-top: 0px;
	justify-content: center;
	
	min-height: 1060px;
	padding-top: 10vh;
		
}



form.post-password-form p:nth-child(2)::before{
	content:url(https://imgur.com/nSAGu0L.png);
	
	color:white;
	font-size: 30px;
	font-style: bold;
	white-space: pre-wrap;
	
}

.page-id-12936 #the-content {
  margin-left: calc(50% - 50vw);
  width: 100vw;
	
}

.page-id-12936 form.post-password-form p:first-child {
    visibility: hidden;
}

.page-id-12936 .fullwidth-container{
	
	margin-right: auto !important;
	align-content: center !important;
	text-align: center !important;
	width: 100vw;
	
	
	
}

.page-id-12936 #section-8oihw > div:nth-child(1){
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	align-content: center !important;
	
}

.page-id-12936 #section-8oihw{
	padding-left: calc((100% - 1170px)/2);
	
}

.page-id-12936 #page-content > div .container {

}


.page-id-12936 #section-krby3 > div {
	
   
}

.page-id-12936 #section-gsy1k > div:nth-child(1){
	padding-left: 10px;
}



.page-id-12936 #pwbox-12936{
	
}

#page-content, #footer-widgets, #footer-texts {
	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

form.post-password-form label,
form.post-password-form p:nth-child(2){ 
	text-align: center; 

}
form.post-password-form input { margin: 0 auto 10px auto; }

#the-content > form > p:nth-child(2) > input[type=submit] {
	margin-left: 49px;
	
}



.page-id-12936 .container p{ margin-bottom: 0px;}


.page-id-12936 #section-gsy1k > div > div:nth-child(2){
	padding-left: 100px;
}

.page-id-12936 #section-gsy1k > div > div:nth-child(3) > div {
	padding-left: 100px;
}

::-moz-selection {
background-color: #8DC43F;
color: #fff;
}

::selection {
background-color: #8DC43F;
color: #fff;
}

#the-content > p:nth-child(1)
{
	display: none
}

#the-content > p:nth-child(2)
{
	display: none
}

#section-icbu2 > div > div:nth-child(2) > p:nth-child(2) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(3) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(4) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(5) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(6) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(7) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(8) {
	display: none
}
#section-icbu2 > div > div:nth-child(2) > p:nth-child(9) {
	display: none
}


#section-icbu2 > div > div.auto-format.ui--animation > table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1) {
	background-color: #0099cb !important
}
#section-icbu2 > div > div.auto-format.ui--animation > table > tbody:nth-child(3) > tr:nth-child(1) > td:nth-child(1) {
	background-color: #33a14a !important
}
#section-icbu2 > div > div.auto-format.ui--animation > table > tbody:nth-child(5) > tr:nth-child(1) > td:nth-child(1) {
	background-color: #0099cb !important
}
#section-icbu2 > div > div.auto-format.ui--animation > table > tbody:nth-child(6) > tr:nth-child(1) > td:nth-child(1) {
	background-color: #33a14a !important
}
#section-icbu2 > div > div.auto-format.ui--animation > table > tbody:nth-child(8
) > tr:nth-child(1) > td:nth-child(1) {
	background-color: #0099cb !important
}
#section-icbu2 > div > div.auto-format.ui--animation > table > tbody:nth-child(9) > tr:nth-child(1) > td:nth-child(1) {
	background-color: #33a14a !important
}

#section-icbu2 {
	  padding-top: 2px;
    padding-bottom: 2px;
}

/* Disable to-top button -------------------------------------------------*/

#toTop{display: none !important}

/* Add margin for mobile to tradeshow contact form---------------------------------------*/

#wpcf7-f16637-p16638-o1 > form {
	margin-right: 40px;
	margin-left: 40px;
}

/* Add margin for mobile to tradeshow promo page---------------------------------------*/

.page-id-16648 #section-icbu2 > div {
	margin-right: 0px;
	margin-left: 0px;
}

.page-id-16648 #the-content > div:nth-child(2) > div > div:nth-child(1) {
	margin-right: 0px;
	margin-left: 0px;
}

.page-id-16638 #section-icbu2 > div {
	margin-right: 0px;
	margin-left: 0px;
}

.page-id-16638 #the-content > div:nth-child(2) > div > div:nth-child(1) {
	margin-right: 0px;
	margin-left: 0px;
}

/*----Hide menu on tradshow page-----------------------------*/

.page-id-16648 #header-container-background{display: none !important}

.page-id-16638 #header-container-background{display: none !important}

.page-id-16648 #header-container > div.container.relative{display: none !important} 

.page-id-16638 #header-container > div.container.relative{display: none !important} 


.page-id-16648 #page-header{display: none !important}

.page-id-16638 #page-header{display: none !important}

/*----Submit button changes on tradeshow contact page------*/

#wpcf7-f16637-p16638-o1 > form > p:nth-child(6) > input {
	color: #000000 !important
	background: #000000 !important
}

/*----Remove the chat widget on tradeshow pages---------*/

.page-id-16638 #tidio-chat-iframe{
	display: none !important
}

.page-id-16648 #tidio-chat-iframe{
	display: none !important
}

/*-----Add Margin to Mobile-------------------------------*/

@media only screen and (max-width: 786px) {
  .ui--title-text {
    padding-left: 10px;
  }
  .ui-row {
    padding: 0 10px;
  }
  .ui-column {
    padding: 0 10px;
  }
	.fix-padding{
		padding: 0 10px;
	}
	.auto-format{
		padding: 0 10px
	}
	.ui--animation {
		padding: 10px 10px !Important;
	}
	
	
h2 {
			padding: 0 5px
	}
	
h3 {
			padding: 0 5px
	}
	
h4 {
			padding: 0 5px
	}

h5 {
			padding: 0 5px
	}

h6 {
			padding: 0 5px
	}
	
	#top-bar-background > div {
		display: none !Important 
	}
	.optimize-banner-p13n {
		display: none
	}
	#swSp {
		display: none !Important; 
	}
	body > div.switchBtn {
		display: none !Important;
	}
	
	#section-icbu2 > div > div.ui--carousel.clearfix.fullwidth-content > div.ui--carousel-viewport > div > div.ui--carousel-content.clearfix.ui--carousel-active-slide > div > div > div > div:nth-child(n) > div > div {
		max-height: 500px !Important;
	}
	
#section-icbu2 > div > div.ui--carousel.clearfix.fullwidth-content > div.ui--carousel-viewport > div > div.ui--carousel-content.clearfix.ui--carousel-active-slide > div > div > div > div:nth-child(n) > div > div > div > div > a > div > img {
	max-height: 200px;
	max-width: 200px
	}
	
#section-icbu2 > div > div.ui--carousel.clearfix.fullwidth-content > div.ui--carousel-navigation.clearfix {
	padding-top: 80px;
	}
	
	#blog-1 > div.ui--blog-item.clearfix.layout--single > div.ui--blog-content-wrapper {
		padding: 0px 15px 0px 15px
	}
	
	#sidebars {
		padding: 0px 15px 0px 15px
	}
	
#blog-1 > div.ui--blog-related-posts { 
		display: none;
	}
	
	#blog-1 > div.ui--custom-menu-bar.ui--gradient.ui--gradient-grey.hover-effect.ui--type-splitted.ui--height-thin.ui--box.orientation-horizontal.ui--height-normal.text-center.clearfix {
		display: none;
	}
.wp-block-spacer
	{
		display: none;
	}
	#blog-1 > div.ui--blog-item.clearfix.layout--single > div.ui--blog-content-wrapper > div.ui--blog-metas.clearfix
	{
		display: none;
	}
	
	
/*------Blog pages adjustments-----------------------------------*/
#blog-1 > div:nth-child(n) > div:nth-child(n) > div {
	min-height: 480px!Important;
}

.ui--content-box-content {
	min-height: 200px !Important;
}

.btn.btn-mini {
	display: none !important
}

.ui--content-box-content-text small{
	margin-top: 10px;
}

#blog-1 > div > div:nth-child(n) > div:nth-child(n) > div > div.ui--content-box-header  {
	margin-top: 20px; !Important 
}


	
/*-------Testimonial Font----------------------------------------*/

#section-gsy1k > div > div.ui--carousel.clearfix.fullwidth-content > div > div > div:nth-child(n) > div > div > div > div:nth-child(n) > div > div.ui--testimonial.clearfix > div.ui--testimonial-brand.ui--animation.clearfix > div.ui--testimonial-user {
	color: white;
}

#section-gsy1k > div > div:nth-child(n) > div:nth-child(n) > div > div.ui--testimonial.clearfix > div.ui--testimonial-brand.ui--animation.clearfix > div.ui--testimonial-user {
	color: white;
}

/*----Box Shadow on Accordian----------------------------------*/



#section-22b3s > div > div > div.ui-row.row > div:nth-child(2) > div.ui--accordion.ui--box.ui--animation.clearfix > div > a {
	box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.2)
}

#video-background-3 > div.ui--video-background-content.container.clearfix > div.ui--carousel.clearfix.fullwidth-content > div.ui--carousel-navigation.clearfix {
	margin-top: 40px
}
}
/*-------Title Bar Destruction--------------------------------*/

#titlebar {
    display: none;
}

/*---Zombify Title Bar on some pages--------------------------------*/

.page-id-370 #titlebar{
	display: block !Important;
}

.page-id-2073 #titlebar{
	display: block !Important;
}

.page-id-9520 #titlebar{
	display: block !Important;
}

.page-id-10548 #titlebar{
	display: block !Important;
}

.page-id-2753 #titlebar{
	display: block !Important;
}

/*------Adding Padding on blog page-----------------------------------*/
#tagline-1 {
	margin-left: 20p
	margin-right: 20p
}

/*-----Max size of SOC Badge-----*/

#media_image-2 {
	max-width: 220px;
}

/*-------Changing submit button--------------------------------*/ 
.wpcf7-form-control.has-spinner.wpcf7-submit {
	color: White !Important;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    vertical-align: middle;
    background-image: linear-gradient(to bottom,#8dc43f,#8dc43f);
		background-color: #8dc43f;
    background-repeat: repeat-x;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #8dc43f;
    font-family: Montserrat, 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}


.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	color: #9e9e9e !Important;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: #c0c0c0;
    vertical-align: middle;
    background-image: linear-gradient(to bottom,#ffffff,#ffffff);
		background-color: #ffffff;
    background-repeat: repeat-x;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #a0a0a0;
    font-family: Montserrat, 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.footer-widget-title {
	font-size: 32px !Important;
}

#footer-bottom {
	background-image: none !Important;
}

/*---Adding Pading to the Right for Government Form Image---*/

.page-id-49357 #tagline-1 {
	margin-right: -59px; margin-left: 35px; margin-top: -10px
}

/*--removing read more buttons from blog---------------------------------*/
#blog-1 > div > div:nth-child(n) > div:nth-child(n) > div > div.ui--content-box-content > div > p > span > a {
	display: none; 
}

#blog-1 > div:nth-child(n) > div:nth-child(n) > div > div.ui--content-box-content > div > p > span > a
{
	display: none; 
}
#blog-1 > div:nth-child(n) > div:nth-child(n) > div > div.ui--content-box-content > div > p > span {
	display: none;
}
#blog-1 > div:nth-child(n) > div:nth-child(n) > div {
	min-height: 500px;
}

#blog-1 > div.ui--blog-related-posts {
	max-height: 340px;
}

#blog-1 > div.ui--blog-related-posts > div.ui--title.ui--animation.ui--title-bordered.text-left.with-navigation > div.ui--title-holder {
	min-height: 50px;
}

#blog-1 > div.ui--blog-item.clearfix.layout--single > div.ui--blog-content-wrapper > div.ui--blog-metas.clearfix {
	min-height: 100px;
}

#blog-1 > div:nth-child(1) > div:nth-child(n) > div{
	margin-top: 55px
}

#search-4 > form {
	margin-top: 80px;
}



/*--Moving Images Exactly Center--*/

#section-cr4zq > div > div.ui--animation-in.make--fx--fadein-rtl.ui--pass.clearfix > div:nth-child(n) > div > div:nth-child(n) > div:nth-child(n)
{
	margin-left: -3px !important; 
}

/*--Moving Padding Exactly Center--*/
#section-cr4zq > div > div.ui--animation-in.make--fx--fadein-rtl.ui--pass.clearfix > div:nth-child(n) > div > div:nth-child(n) > div:nth-child(n)
{
	margin-left: -2px !important; 
}

/*-----Changing min height on testimonial pages----------*/

.page-id-2073 #the-content > div:nth-child(n) > div.ui--carousel-viewport > div > div:nth-child(n) {
	min-height: 325px!Important;
	padding-top: 20px;
}

/*------Round corners on testimonial images-----------*/

.page-id-2073 #the-content > div:nth-child(n) > div.ui--carousel-viewport > div > div.ui--carousel-content.clearfix.ui--carousel-active-slide > div > div > div > div:nth-child(n) > div > div.ui--testimonial.clearfix > div.ui--testimonial-brand.ui--animation.clearfix > div.ui--testimonial-image > div > img {
	border-radius: 40px;
}

/*------Adjust the client logo carousel on the website home page----------*/

.page-id-3641 #section-icbu2 > div > div.ui--carousel.clearfix.fullwidth-content > div.ui--carousel-viewport > div > div.ui--carousel-content.clearfix.ui--carousel-active-slide > div > div > div > div:nth-child(n) > div > div {
	min-height: 115px;
	max-height: 120px;
}

.page-id-3641 #section-icbu2 > div > div.ui--carousel.clearfix.fullwidth-content > div.ui--carousel-viewport {
	min-height: 120px;
	max-height: 150px;
}

/*-------edits to hubspot footer form---------------------------------*/
#text-10 > div > div {
	max-height: 700px;
}

#hbspt-form-1663342790809-6544426093 {
	display: none;
}

/*-----edit search button----------------------------------------------*/

#search-1 > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	
 box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
}

#search-2 > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	
 box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
}

#search-3 > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	
 box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
}

#search-4 > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	
 box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
}

#search-5 > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	
 box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
}

#search-6 > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	
 box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
}

.page-id-59892 #tagline-2 > div > div > div.ui--carousel-viewport > div > div.ui--carousel-item.ui--testimonial-wrap.ui--animation.clearfix.ui--carousel-active-slide > div.ui--testimonial.clearfix > div.ui--testimonial-content.ui--box.ui--gradient.ui--gradient-grey.auto-format.clearfix {
	min-height: 275px;
}


/*-----edit the styling of course search bar-----------------------------*/

/*---Online Courses Search Styling----------------------*/
.page-id-1950 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	margin-bottom: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
	
}

.page-id-1950 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=text] {
	min-width: 325px;
	margin-left: 14%;
}


/*---Awareness Courses Search Styling----------------------*/
.page-id-4087 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	margin-bottom: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
	
}

.page-id-4087 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=text] {
	min-width: 325px;
	margin-left: 14%;
}


/*---Driver Courses Search Styling----------------------*/
.page-id-4096 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(2) > input[type=submit]:nth-child(n) {
	margin-bottom: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
	
}

.page-id-4096 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=text] {
	min-width: 325px;
	margin-left: 14%;
}

/*---Equipment Courses Search Styling----------------------*/
.page-id-4107 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	margin-bottom: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
	
}

.page-id-4107 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=text] {
	min-width: 325px;
	margin-left: 14%;
}


/*---Safety Courses Search Styling----------------------*/
.page-id-4112 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	margin-bottom: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
	
}

.page-id-4112 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=text] {
	min-width: 325px;
	margin-left: 14%;
}


/*---Soft Skills Courses Search Styling----------------------*/
.page-id-4120 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=submit]:nth-child(n) {
	margin-bottom: 10px;
	margin-left: 10px;
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 24px;
    -webkit-appearance: none;
    background: #0099cb;
    border-color: #0099cb;
    color: #ffffff !Important;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat;
    white-space: pre-wrap;
		text-shadow: none;
	
}

.page-id-4120 #the-content > div:nth-child(n) > div > ul > li:nth-child(n) > form > div > ul > li:nth-child(n) > input[type=text] {
	min-width: 325px;
	margin-left: 14%;
}

/*---Changing the text colour on careers page-----------*/

.page-id-60254 p {
	color: #3e3e3e !Important;
}
.page-id-60254 li {
	color: #3e3e3e !Important;
}

/*---Anchor-----------*/

:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}

/*Disable Input Arrows*/
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*----- Calculator CSS -----*/
.calc-section {
	box-shadow: 0px 2.02556px 24.3068px 1.01278px rgba(45, 45, 45, 0.25);
	border-radius: 20.2556px;
	padding: 32px;
}

.calc-content {
	  border-radius: 12px;
    border: 1px solid #9e9e9e;
    padding: 32px 0 0;
    width: 100%;
    text-align: center;
}

.calc-content-prompt {
	  font-size: 22px;
    padding: 0 22%;
    line-height: 1.2;
    font-weight: 500;
}

.number-input {
	  font-size: 22px !important;
    height: 50px !important;
    border-radius: 8px !important;
    text-align: center;
    border: 1px solid #ACACAC !important;
}

.calc-content-comparison {
	  position: relative;
    display: flex;
    align-items: center;
    margin: 70px 20px;
}

.comparison-box {
	  border: 1px solid #9E9E9E;
    width: 50%;
    height: 8rem;
    border-radius: 10px;
    margin-right: 20px;
}

.comparison-box2 {
		border: 1px solid #9E9E9E;
    width: 50%;
    height: 8rem;
    border-radius: 10px;
}

.comparison-vs {
	  position: absolute;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 0);
    background-color: #009ACB;
    font-size: 22px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-weight: 500;
}

.comparison-title {
	  background-color: #009ACB;
    font-size: 22px;
    width: fit-content;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 0 auto;
    transform: translate(0, -50%);
    font-weight: 500;
}

.comparison-price {
	  color: #A6A6A6 !important;
    font-size: 20px;
}
.comparison-price span {
	  color: #050505;
    font-weight: 500;
}

.savings-content {
	  background-color: #6BAC00;
    padding-bottom: 20px;
    box-shadow: 0px -5px 14px rgba(20, 20, 20, 0.25);
    border: 1px solid #6BAC00;
    border-radius: 0 0 10px 10px;
}

.savings-title {
	  background-color: #fff;
    border: 1px solid #6BAC00;
    font-size: 22px;
    width: fit-content;
    color: #6BAC00;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 0 auto;
    transform: translate(0, -50%);
    font-weight: 500;
}

.savings-price {
	  color: #fff !important;
    font-size: 30px;
    font-weight: 500;
}

.savings-price span {
	font-weight: 600
}

#volumeSavings,
#regularPrice,
#monthlyBasePrice {
	font-size: 22px;
	font-weight: 400 !important;
	color: #000 !important;
	line-height: 30px;
	width: auto !important;
	margin-right: 25px;
}
#monthlyBasePrice{
	margin-right:14px;
}
#basePriceDiscount {
	font-weight: 400 !important;
}

#monthlyDiscount,
#monthlyDiscount2{
	color:#ff0000;
	font-size: 18px;
	font-weight: 400 !important;
	margin-left: 14px !important;
}
#volumeSavings {
	margin-right: 0 !important;
}
#volumeSavings.green{
	color: #008800 !important;
}
#volumeSavings.red{
	color: #ff0000 !important;
}
#monthlyPrice{
	width: auto !important;
}
.strike-thru {
	text-decoration: line-through;
}

/*--- Calculator Mobile CSS ---*/
@media only screen and (max-width: 786px) {
	.calc-content-comparison {
		flex-direction: column;
	}
	
	.calc-content-prompt {
    padding: 0 15%;
	}

	.comparison-box, .comparison-box2 {
		height: auto;
		width: 90%
	}
	
	.comparison-box {
		margin: 0 0 10px
	}
	
	.comparison-box2 {
		margin: 30px 0 0
	}
	
	.comparison-title {
		width: auto;
		transform: translate(0, -50%) scalex(1.004);
	}
	
	.comparison-text {
		padding: 0 5%;
	}
	
	.comparison-vs {
		position: static;
		transform: none;
	}
	
	.savings-content {
		padding-bottom: 10px;
	}
}

/* Software Pricing */
.section-le6to #tagline-5 p,
.section-le6to #tagline-5 h4,
.section-le6to #tagline-6 p,
.section-le6to #tagline-6 h4{
	color:#fff;
}

.page-id-61509 #tagline-5,
.page-id-61509 #tagline-6{
	background-image: none;
	background-color: #b3e0ef;
	border: 2px solid #0098cb !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.page-id-61509 #tagline-5.selected,
.page-id-61509 #tagline-6.selected{
	background-color:#0098cb;
}

.page-id-61509 #tagline-5.selected p,
.page-id-61509 #tagline-5.selected h4,
.page-id-61509 #tagline-6.selected p,
.page-id-61509 #tagline-6.selected h4{
	color:#fff !important;
}

.page-id-61509 #tagline-5:hover,
.section-le6to #tagline-6:hover{
	box-shadow: 0px 0px 10px 3px #e9e9e9;
}

/* Onboarding Calculator Form */
/* ----- RESET ----- */
.page-id-61509 .onboarding-calc * {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

@media (max-width: 5000px) {
/* ----- GENERAL ----- */
.page-id-61509 .onboarding-calc {
  max-width: 1347px;
  border-radius: 20px;
  box-shadow: 0 0 13px #adadad;
	margin: 24px 0 24px 0;
}
.page-id-61509 .onboarding-calc .container {
  padding: 14px 28px 0 28px;
}
.page-id-61509 .onboarding-calc .onboarding-calc-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ----- UTILITIES ----- */
.page-id-61509 .onboarding-calc .norm-font {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #5f5f5f !important;
}
.page-id-61509 .onboarding-calc .hide {
  display: none;
}
.page-id-61509 .onboarding-calc .mb-42 {
  margin-bottom: 42px;
}
.page-id-61509 .onboarding-calc .mb-40 {
  margin-bottom: 40px;
}
.page-id-61509 .onboarding-calc .mt-24 {
  margin-top: 24px;
}
.page-id-61509 .onboarding-calc .mb-24 {
  margin-bottom: 24px;
}
.page-id-61509 .onboarding-calc .mb-18 {
  margin-bottom: 18px;
}
.page-id-61509 .onboarding-calc .form-radio-section.single-q {
  grid-template-columns: repeat(1, 1fr);
}
.page-id-61509 .onboarding-calc .form-section-content.pb-24 {
  padding-bottom: 24px;
}
.page-id-61509 .onboarding-calc .mb-64 {
  margin-bottom: 64px;
}
.page-id-61509 .onboarding-calc .grid--2col {
  grid-template-columns: repeat(2, 1fr);
}


/* ----- ELEMENT STYLING ----- */
.page-id-61509 .onboarding-calc .onboarding-calc-header {
  font-weight: 700;
  font-size: 34px;
  line-height: 52.66px;
  margin: 20px 0;
}
.page-id-61509 .onboarding-calc .form-section {
  border: solid 1px #9e9e9e;
  border-radius: 12px;
}
.page-id-61509 .onboarding-calc .form-section-header {
  padding: 9px 28px;
  background: #009acb;
  color: #fff !important;
	font-weight:600;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}
.page-id-61509 .onboarding-calc .form-section-content {
  padding: 23px 28px 36px 28px;
}
.page-id-61509 .onboarding-calc .modules-checkbox {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 28px;
  margin-bottom: 30px;
}
.page-id-61509 .onboarding-calc .checkbox-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-id-61509 .onboarding-calc .modules-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #cacaca;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  position: relative;
}
.page-id-61509 .onboarding-calc .modules-checkbox input:checked::before {
  background: #009acb;
  color: #fff;
  content: "\2713";
  font-size: 24px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-id-61509 .onboarding-calc .modules-checkbox label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 150px;
  color: #5f5f5f;
}
.page-id-61509 .onboarding-calc .divider {
  height: 1px;
  width: 100%;
  background: #b7b7b7;
  margin-bottom: 24px;
}
.page-id-61509 .onboarding-calc .form-inputs {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.page-id-61509 .onboarding-calc .form-input-item {
  display: flex;
  flex-direction: column;
	gap: 10px;
}
.page-id-61509 .onboarding-calc .form-inputs > p {
  display:none;
}
.page-id-61509 .onboarding-calc .form-input-item input {
  border: solid 1px #cacaca;
  border-radius: 4px;
  height: 35px;
  padding: 0 10px;
	width:100%;
}
.page-id-61509 .onboarding-calc .form-input-item br {
  display:none;
}
.page-id-61509 .onboarding-calc .form-input-item label {
  height: 18px;
  display: flex;
  align-items: center;
	margin-bottom:10px;
}

.page-id-61509 .onboarding-calc .form-radio-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.page-id-61509 .onboarding-calc .form-radio-section > p {
  display: none;
}
.page-id-61509 .onboarding-calc .form-radio-item p:nth-child(2){
  display: none;
}
.page-id-61509 .onboarding-calc .form-radio-question {
  margin-bottom: 20px;
	line-height:20px;
}
.page-id-61509 .onboarding-calc .form-radio-btns {
  display: flex;
  gap: 12px;
}
.page-id-61509 .onboarding-calc .form-radio-btns input {
  width: 30px;
  height: 30px;
  border: solid 1px #cacaca;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-id-61509 .onboarding-calc .form-radio-btns input:checked {
  background-color: #009acb;
}
.page-id-61509 .onboarding-calc .form-radio-btns label {
  font-size: 18px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-id-61509 .onboarding-calc .form-radio-btns label br{
	display:none;
}

.page-id-61509 .onboarding-calc .assets-radio-font {
		font-size: 16px !important;
}

.page-id-61509 .onboarding-calc .form-link{
	text-decoration:underline;
	color:#009acb;
	font-weight:600;
	font-size:16px;
	line-height:20px;
}

.page-id-61509 .onboarding-calc .disabled-input {
 background-color: #eee		
}
	
.page-id-61509 .onboarding-calc .form-textarea-section textarea {
  width: 100%;
  border: solid 1px #cacaca;
  border-radius: 4px;
  padding: 10px;
}
.page-id-61509 .onboarding-calc .form-textarea-question {
  margin-bottom: 14px;
}
.page-id-61509 .onboarding-calc .form-textarea-note {
  font-style: italic;
  font-size: 14px;
  line-height: 6.79px;
  color: #989898 !important;
}

.page-id-61509 .onboarding-calc .estimated-box {
  padding: 16px 20px 20px 20px;
  border: solid 3px #6bac00;
  border-radius: 10px;
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  position: relative;
}
.page-id-61509 .onboarding-calc .estimated-content {
  border: solid 1px #6bac00;
  border-radius: 5px;
}
.page-id-61509 .onboarding-calc .estimated-box > p{
  display:none;
}
.page-id-61509 .onboarding-calc .estimated-header {
  color: #6bac00 !important;
  font-weight: 600;
  font-size: 24px;
  line-height:36.4px;
  text-align: center;
  background: #6bac004d;
  border-bottom: solid 1px #6bac00;
  width: 100%;
  padding: 6px 0;
}
.page-id-61509 .onboarding-calc .estimated-number {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
}
.page-id-61509 .onboarding-calc .plus-sign {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #6bac00;
}
.page-id-61509 .onboarding-calc .plus-bubble {
  position: absolute;
  height: 48px;
  width: 48px;
  background: #ffffff;
  box-shadow: 0 3px 4px 1px #c2c2c2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-61509 .onboarding-calc .grand-total-section {
  position: relative;
  background: #6bac00;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.page-id-61509 .onboarding-calc .grand-total-header {
  position: absolute;
  font-size: 28px;
  color: #6bac00 !important;
  background: #fff;
  border: solid 1px #6bac00;
  text-align: center;
  width: 230px;
  font-weight: 700;
  padding: 18px 0;
  border-radius: 8px;
  box-shadow: 0 -4px 7px 0px #c2c2c2;
  left: 50%;
  top: 5px;
  transform: translate(-50%, -50%);
}
.page-id-61509 .onboarding-calc .grand-total-content {
  background: #6bac00;
  border: solid 1px #ffffff;
  border-radius: 5px;
  padding: 36px 0 30px 0;
}
.page-id-61509 .onboarding-calc .grand-total-amount {
  color: #ffffff !important;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.page-id-61509 .onboarding-calc .grand-total-disclaimer {
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
}
	
	.page-id-61509 .onboarding-calc .disclaimer-2 .form-link {
		color: #fff !important;
}
	
.page-id-61509 .onboarding-calc .disclaimer-1, .page-id-61509 .onboarding-calc .disclaimer-2 {
		color: #fff !important;
}
	
.page-id-61509 .onboarding-calc .trms-popup-text, .page-id-61509 .onboarding-calc .lms-popup-text { 
	color: #0cb2f9 !important;
	font-style: italic;
	font-weight: 400;
}
	
.page-id-61509 .onboarding-calc .text-bold {
		font-weight: 600;
}

@media (max-width: 1200px) {
	.page-id-61509 .onboarding-calc .modules-checkbox {
		grid-template-columns: repeat(3, 1fr);
	}
	.page-id-61509 .onboarding-calc .estimated-header {
		font-size: 18px;
	}
	.page-id-61509 .onboarding-calc .form-radio-question {
		margin-bottom:14px
	}
	.page-id-61509 .onboarding-calc .grand-total-header {
		font-size:24px;
		padding: 15px 0;
	}
	.page-id-61509 .onboarding-calc .grand-total-content {
    padding: 30px 0 25px 0;
	}
	.page-id-61509 .onboarding-calc .grand-total-amount {
		font-size:42px;
	}
.page-id-61509 .onboarding-calc .assets-radio-btns {
	flex-direction: column;
	gap: 0;
	
}
}
	
@media (max-width: 1000px) {
.page-id-61509 .onboarding-calc .folders-input-div, .page-id-61509 .onboarding-calc .forms-input-div {
		gap: 30px;
	}
.page-id-61509 .onboarding-calc .assets-radio-font {
		font-size: 14px !important;
	}
}

@media (max-width: 667px) {
	.page-id-61509 .onboarding-calc .onboarding-calc-header{
		font-size:23px;
		line-height: 35px;
	}
  .page-id-61509 .onboarding-calc .modules-checkbox {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-id-61509 .onboarding-calc .form-inputs{
		grid-template-columns: repeat(1, 1fr);		
		grid-template-rows: repeat(2, 1fr);
	}
	.page-id-61509 .onboarding-calc .form-radio-section{
		grid-template-columns: repeat(1, 1fr);
	}
	.page-id-61509 .onboarding-calc .estimated-header {
		font-size: 14px;
	}
	.page-id-61509 .onboarding-calc .estimated-number {
		font-size: 20px;
	}
	.page-id-61509 .onboarding-calc .grid--2col{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	.page-id-61509 .onboarding-calc .grand-total-header {
		font-size:20px;
		padding: 12px 0;
		width:175px;
	}
	.page-id-61509 .onboarding-calc .grand-total-content {
    padding: 23px 0 20px 0;
	}
	.page-id-61509 .onboarding-calc .grand-total-amount {
		font-size:36px;
	}
	.page-id-61509 .onboarding-calc .folders-input-div, .page-id-61509 .onboarding-calc .forms-input-div{
		margin-bottom: 15px;
		gap: 15px;
	}
	.page-id-61509 .onboarding-calc .extra-margin{
		margin-bottom:15px !important;
	}
}