html,body {
  height: 100%;
  font-size: 13px;
}
.ibm-plex-mono-regular {
	font-family: "IBM Plex Mono", monospace;
	font-weight: 400;
	font-style: normal;
}

#MainBodyContainer .container-custom{
	min-height: 400px;
}
.MainBodyNoHeader{
  padding-top: 20px;
}
body{
  padding-top: 90px;
  background: #f3f3f3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

*{
  font-family: 'Open Sans', sans-serif, Arial;
}

#OverLay { position: fixed; z-index: 10000; opacity: 0.3; filter: alpha(opacity = 30); top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: Black; color: White;}
#ProgressBar{
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 150px;
  height: 50px;
  border: 1px solid #555555;
  background: #FFFFFF;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  padding: 10px;
  border-radius: 5px;
  z-index: 900000;
}
#ProgressBar div{
	margin-right: 10px;
	float: left;
}

.sectionHeader{
	margin: 0;
}
.sectionHeader i{
	margin: 6px 0 0 0;
	font-size: 18px;
	font-weight: normal;
}
.sectionHeader button{
  font-size: 22px;
  margin: 0;
  padding-left: 0;
  border: 0!important;
  color: #282735!important;
  text-decoration: none;
}
.sectionHeader button:hover{
  text-decoration: none;
}
.container-accordation{
	background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
}
.sectionContent{
  border-top: 1px solid #CCCCCC;
  padding-bottom: 15px;
  text-decoration: none;
}

.sectionHeader button.btn-link{
	display: block; border: 1px solid #FF0000; width: 100%; text-align: left; text-decoration: none;
}

#FreightViaTable>div.row>div>div.bd-callout{
	padding-top: 5px;
	padding-bottom: 5px;
}
#FreightViaTable>div.row>div>div.bd-callout:hover{
	background: #EDFAF4;
}
#CalculationViaTable>div>div>div>div.form-group{
	margin-top: 3px;
	margin-bottom: 3px;
}

.FreightAddressHeader{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #17a2b8;
}
.FreightAddressOrder{
	font-size: 16px;
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	color: #17a2b8;
}
h1,h2,h3{
	font-family: Roboto Condensed!important;
}
h1{
	font-size: 1.7rem;
	padding: 5px;
}

h3{
	font-size: 20px;
	font-weight: bold;
}
.container-custom h1{
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.container-custom-home{
	background-image: url('../images/home/home-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #46b07f;
	margin-top: -9px;
	font-size: 16px;
}
.container-custom-home h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 34px;
	margin-top: 10px;
}
input.Number{
	text-align: right;
}
.container-custom-home h2{
	font-size: 34px;
	font-weight: normal;
}
.container-custom-home-secondary{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
}

span.text-title-1{
	font-size: 20px;
	color: #46b07f;
	font-weight: 300;
}
span.text-title-2{
	font-size: 20px;
	font-weight: bold;
}

td span.text{
	font-size: 13px;
}

span.text-testimonials{
	color: #46b07f;
	font-family: Roboto Condensed!important;
	font-size: 16px!important;
}
span.text-testimonials>b{
	color: #000000;
	font-family: Roboto Condensed!important;
	font-size: 16px!important;
	font-weight: bold;
}

.text{
	font-size: 16px;
	text-align: justify;
}
.text h2{
	font-size: 18px;	
	color: #46b07f;
	font-weight: normal;
}


.home-phone{
		margin-top: 40px;	
}

@media (min-width: 992px) {
	.container-custom-home h1{
		margin-top: 60px;
	}
	.home-phone{
		position: absolute;
	}
}


h5.Header{
	font-family: Roboto Condensed!important;
	font-stretch: condensed;
	font-size: 18px!important;
}
h6.Header{
	background: #F2F2F2;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.table-custom-autowidth{
	width: auto;
}
.table-custom td,.table-custom th{
	border-top: 0!important;
}
.table-custom thead{
	background: #E8E8E8;
}
.table-custom tbody tr:nth-of-type(odd){
	background: #F8F8F8;
}

.navbar{
	background: #FFFFFF!important;
}

.navbar{
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
}
.navbar-brand img{
	max-height: 60px;
}

ul.navbar-nav>li>a{
	font-family: Roboto Condensed;
	font-size: 18px;
  text-transform: uppercase;
  color: #505050;
  padding-left: 10px!important;
}
ul.navbar-nav>li>a.disabled{
	color: #CCCCCC;
}
ul.navbar-nav>li>a.nav-link:hover{
  color: #46b07f;
}
ul.navbar-nav>li.dropdown>div.dropdown-menu>a.dropdown-item{
  color: #505050;
  font-size: 13px;
  text-transform: uppercase;
}
ul.navbar-nav>li.active>a, ul.navbar-nav>li>a:active, li.dropdown>div.dropdown-menu>a.dropdown-item:active{
	color: #46b07f!important;
	border-bottom: 3px solid #46b07f;
}
li.dropdown>div.dropdown-menu>a.dropdown-item:hover{
  color: #fd602c;
}

ul.nav-tabs>li>a.active{
	background: #46b07f!important;
	color: #FFFFFF!important;
}
ul.nav-tabs>li>a{
	color: #505050;
	background: #F9F9F9!important;
}

@media (min-width: 992px) {
	.navbar{
		padding-bottom: 0;
	}
	
	ul.navbar-nav>li>a{	
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 24px;
		border-bottom: 3px solid #FFFFFF;
	}
}

@media (min-width: 1200px){
	ul.navbar-nav>li>a{
		font-size: 16px;
	}
}

.container-custom-fixed-full{
  position: fixed;
	text-align: center;
  width: 100%;
  z-index: 1001;
}
.container-custom-fixed{
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  text-align: left;
}

.container-custom-fixed h1{
  margin-bottom: 0!important;
}

.headerSpacer{
	margin-bottom: 10px;
}

.container-custom{
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
}

@media (min-width: 1590px) {
  .container{
  	max-width: 1560px;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

}

.form-signin {
  background: #FFFFFF;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
  text-align: left;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.form-signin h2{
	text-align: left;
	display: block;
	font-weight: bold;
	color: #636363;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #636363;
}



.form-signin input{
  margin-bottom: 11px;
}


.form-signin div.modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 15px -15px -15px -15px;
    font-size: 13px;
}
.btn-login{
    color: #fff;
    border-radius: 4px;
    background: #60c7c1!important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.btn-disabled{
	  opacity: 0.4;
	  filter: alpha(opacity=40);

}



.container-footer{
	background: #282735;
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px 0;
	line-height: 160%;
}
.container-footer a{
	color: #FFFFFF;
}
.container-footer h4{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.container-footer>div>div>div{
	padding-bottom: 0;
}
.container-copyright{
	background: #282735;
	color: #727272;
	font-size: 13px;
	padding: 10px 0;
}












.inlineTranslation{
	font-size: 10px;
	margin: 5px;
	cursor: pointer;
}
#inlineTranslationModal textarea{
	width: 100%;
	font-size: 14px;
	min-height: 400px;
}


.table-edit{
	color: #fd602c;
	padding: 3px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #fd602c;
}
.table-edit:hover{
	background: #fd602c;
	color: #FFFFFF;
	text-decoration: none;
}


.datetimepicker{
	width: 140px!important;
	max-width: 140px!important;
	padding-left: 5px;
	padding-right: 5px;
}



.text-small{
  font-size: 12px;
}

@media (min-width: 1600px){
	.modal-dialog {
		width: 1300px!important;
	}
}

@media (min-width: 1000px){
	.modal-dialog {
		max-width: 60%!important;
	}
}

@media (min-width: 600px){
	.modal-dialog {
		max-width: 80%!important;
	}
}



	.SortableItem{

	}
	.SortableItemActive{
		background: #F1F1F1;
		-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
		-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.32)!important;
	}
	.SortableItemPlaceholder {
			border: 1px dotted black;
			margin: 0 1em 1em 0;
			height: 50px;
	 }

	 .card{
	 }
	 .card-header{
			font-family: Roboto Condensed!important;
			font-stretch: condensed;
			font-size: 18px!important;
	 		background: none;
	 }


.appimg{
	float: left;
	max-width: 330px;
	margin-right: 40px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

div.bubbleToast{
	z-index: 9999; 
	display: none; 
	position: absolute;
	padding: 0;
	margin: 0;
}

div.bubbleToast>div{
	position: relative;
	background: #cce5ff;
	padding: 3px 10px 3px 10px;
	border-radius: 5px;
	color: #004085;
	font-size: 14px;
	text-align: center;
}

div.bubbleToast>div>a{
	font-size: 10px;
	cursor: pointer;
}

div.bubbleToast>div:after{
  content:'';
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #cce5ff;
}

div.bubbleToast>div.left:after{
  left: -10px;
  top: 0;
}

div.bubbleToast>div.right:after{
	top: 0;
  right: -10px;
}

.featuresContainer div{
	margin-bottom: 40px;
}
.featuresContainer>div>img{
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.planTable{
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 20px;
}
.planTable td{
	padding: 2px;
}
.planPrice{
	color: #46BA91;
	width: 100%;
	margin-bottom: 20px;
}

.planTable td{
	text-align: center;
}
.planSeparator td{
	background: #EEEEEE;
}
.planTable i.fa-check{
	color: #46BA91;
}
.planTable i.fa-times{
	color: #CC0000;
}

.paginationContainer{
	background: #F2F2F2;
}
#pagination{
  text-align: center;
}
#pagination a, #pagination strong{
  background: #e3e3e3;
  padding: 4px 7px!important;
  text-decoration: none;
  border: 1px solid #6c757d;
  color: #292929;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px!important;
}

#pagination strong, #pagination a:hover {
  font-weight: normal;
  background: #6c757d;
  color: #FFFFFF;
} 

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}


#CountrySelect {
	position: relative; 
	display: block;
	width: 100%;
	margin: 0px; 
	background-size: 100%;
	background-image: url('../../images/europe-map-black-and-white.jpg');
	border: 1px solid; 
}
#CountrySelect>div  { position: absolute;}
#CountrySelect>div.c{ background: #ffc107; color: #000000; padding: 1px 3px; font-size: 9px; border: 1px solid #000000; font-weight: normal; cursor: pointer; display: block; }
#CountrySelect>div.s,#CountrySelectCheckboxContainer>label.s{ background: #46b07f; color: #FFFFFF; }
#CountrySelectCheckboxContainer{display: block; margin: 8px 0;}

#CountrySelectCheckboxContainer>label{text-align: center; width: 20px; float: left; background: #ffc107; color: #000000;  padding: 1px 3px; font-size: 9px; border: 1px solid #000000; font-weight: normal; cursor: pointer; display: block; margin: 0 5px 5px 0;}
#CountrySelectCheckboxContainer>label>input{display: none;}


.FilterDestinationCountryISO2{
	text-align: center; background: #46b07f; color: #FFFFFF;  padding: 0; border: 1px solid #000000; font-weight: normal;width: 28px; display: inline-block;
}

.ShowMoreVisible{
	display: none;
}

.key-benefits,
.who-we-are {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:grid;	
	grid-template-columns: repeat(3, 1fr);
}
.who-we-are {
	grid-template-columns: repeat(2, 1fr);
}
.key-benefits > li,
.who-we-are > li {	
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	border-radius:16px;
	padding:18px;
	margin: 0 5px 10px 5px;
}

.homepage {
	margin-top: -20px;
	margin-bottom: -20px;;
}
#cta {
	position: relative;
}
#cta img {
	width: 100%;
	height: auto;
	
}
#cta .cta {
	position: absolute;
	top: 0;
	left: 0; right: 0;
	max-width: 1440px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.cta .cta-block h1 {
	font-family: Roboto Condensed!important;
	font-size: 64px;
	color: #FFFFFF
}
.cta .cta-block h2 {
	font-family: Roboto Condensed!important;
	font-size: 30px;
	color: #FFFFFF
}

.cta .cta-block .cta-actions {
	display: flex;
	flex-direction: row;
	padding: 50px 0 0 0;
}
.homepage .button {
	display: inline-block;
	font-family: Roboto Condensed!important;
	font-size: 20px;
	line-height: 100%;
	border-radius: 6px;
	padding: 12px;
	text-decoration: none;
}
.homepage .button-primary {
	background: #46BA91;
	color: #fff;
}
.homepage .button-primary:hover {
	background: #2C9F77;
}
.homepage .button-secondary {
	background: #6590FF;
	color: #fff;
}
.homepage .button-secondary:hover {
	background: #5078DD;
}

.cta .cta-block .cta-actions .button {
	margin-right: 30px;
}
#why-sa, 
#gps {
	background:#fff;
	padding: 70px;
}
#why-sa .why-sa,
#gps .gps {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}	
.why-sa h2,
#gps h2 {	
	color: #373445;
	font-family: Roboto Condensed;
	font-size: 40px;
	margin: 0 0 60px 0;
}
.why-sa p,
#gps p {
	color: #6E6D77;
	font-family: Roboto Condensed;
	font-size: 20px;
}
.why-sa > div,
.gps > div {
	box-sizing: border-box;
	padding-right: 90px;
}
.why-sa img,
#gps img {
	width: 100%;
	max-width: 420px;
}

#key-benefits,
#testimonials {
	background: #F6F8F5;
	width: 100%;
	padding: 70px 0;
}
#key-benefits .key-benefits,
#testimonials .testimonials {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.key-benefits h2,
.testimonials h2 {
	font-family: Roboto Condensed;
	font-size: 40px;
	color: #373445;
}

.key-benefits ul,
.testimonials ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;	
}

.key-benefits ul li,
.testimonials ul li{
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	margin: 0 15px;
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.08);
	width: 25%;
}
.features .key-benefits ul li {
	width: 33% !important;
}
.key-benefits ul li:first-child,
.testimonials ul li:first-child {
	margin-left: 0;
}
.key-benefits ul li:last-child,
.testimonials ul li:last-child{
	margin-right: 0;
}
.key-benefits ul li strong {
	font-family: Roboto Condensed;
	font-size: 24px;
	color: #373445;	
}
.key-benefits ul li p {
	font-family: Roboto Condensed;
	font-size: 18px;
	margin: 30px 0 0 0;
	color: #6E6D77;
}
.key-benefits ul li img {
	display: block;
	max-height: 74px;
	margin: 0 0 20px 0;
}

#how-it-works {
	background: #373445;
	padding: 70px 0;
}

#how-it-works .how-it-works {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.how-it-works h2 {
	font-family: Roboto Condensed;
	font-size: 40px;
	color: #fff;
	margin: 0;
}

.how-it-works ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;	
}
.how-it-works ul li {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	margin: 0 10px;
	width: 33%;
}
.how-it-works ul li:first-child {
	margin-left: 0;
}
.how-it-works ul li:last-child {
	margin-right: 0;
}

.how-it-works ul li strong {
	display: inline-block;
	font-family: Roboto Condensed;
	font-size: 24px;
	color: #373445;	
	margin: 0 0 20px 0;
}
.how-it-works ul li strong span {
	display: inline-block;
	font-family: Roboto Condensed;
	font-size: 24px;
	color: #fff;	
	background: #46BA91;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin-right: 20px;
}
.how-it-works ul li p {
	font-family: Roboto Condensed;
	font-size: 18px;
	color: #6E6D77;
}

.testimonials ul li {
	width: 33%;
}
.testimonials ul li p{
	border-left: 1px solid #46BA91;
	padding-left: 20px;
	box-sizing: border-box;
	font-family: "IBM Plex Mono", monospace;
	font-size: 20px;
	font-style: italic;
}
.testimonials ul li strong {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-family: Roboto Condensed;
	font-size: 18px;
	color: #373445;
}
#final-cta {
	background: #6590FF;
	padding: 70px 0;
}

#final-cta .final-cta {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
#final-cta h2 {
	font-family: Roboto Condensed;
	font-size: 40px;
	color: #fff;	
}
#final-cta p {
	font-family: Roboto Condensed;
	font-size: 24px;
	color: #fff;	
}
.final-cta .features {
	display: flex;
	flex-direction: row;
	padding: 50px 0;
}
.final-cta .features div {
	width: 50%;
	padding: 40px;
	margin: 0 15px;
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.08);
	border-radius: 10px;
	background: #fff;
}
.final-cta .features div:first-child {
	margin-left: 0;
}
.final-cta .features div:last-child {
	margin-right: 0;
}
.final-cta .features div h3 {
	font-family: Roboto Condensed;
	font-size: 24px;
	color: #373445;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
}
.final-cta .features div:first-child h3 {
	background: url(../images/subscription-icon.svg) no-repeat left center;
}
.final-cta .features div:last-child h3 {
	background: url(../images/credit-icon.svg) no-repeat left center;
}
.final-cta .features div p {
	font-family: Roboto Condensed;
	font-size: 18px !important;
	color: #6E6D77 !important;
	margin: 0 0 20px 0;
}
.final-cta .features div ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
}
.final-cta .features div ul li {
	font-family: Roboto Condensed;
	font-size: 18px !important;
	color: #6E6D77 !important;
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #E9E9E9;
	background: url(../images/checkmark.svg) no-repeat left center;
}
.final-cta .features div ul li:last-child {
	border-bottom: none;
}
.final-cta .features div .button {
	margin: 0 20px 0 0;
}

.final-cta .footer-cta {	
	background: #E1FADC;
	padding: 40px;
	margin: 0;
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.08);
	border-radius: 10px;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.final-cta .footer-cta p {
	font-family: Roboto Condensed;
	font-size: 40px !important;
	color: #373445 !important;
	margin: 0;
	flex: 1;
}
.final-cta .footer-cta a {
	display: inline-block;	
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	float: right;
	margin: 10px 0 0 0;
}

@media (max-width: 1480px) {    
	#why-sa, 
	#gps {
		padding-left: 0;
		padding-right: 0;
	}
	#cta .cta,
	#why-sa .why-sa,
	#key-benefits .key-benefits,
	#testimonials .testimonials,
	#how-it-works .how-it-works,
	#final-cta .final-cta,
	#gps .gps {
		padding: 0 40px;
		max-width: 100%;
		box-sizing: border-box;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
    #key-benefits .key-benefits ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}    
	#key-benefits .key-benefits ul li {
		width: 100%;
		margin: 0 15px 15px 15px;
	}
	#key-benefits .key-benefits ul li:nth-child(1),
	#key-benefits .key-benefits ul li:nth-child(3) {
		margin-left: 0;		
	}
	#key-benefits .key-benefits ul li:nth-child(2),
	#key-benefits .key-benefits ul li:nth-child(4) {
		margin-right: 0;		
	}
	.footer-cta p strong {
		display: inline-block;
	}
	.features #key-benefits .key-benefits ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.features #key-benefits .key-benefits ul li {
		width: auto !important;		
	}	
	.features #key-benefits .key-benefits ul li:nth-child(2) {
		margin-right: 15px !important;
	}
	.features #key-benefits .key-benefits ul li:nth-child(3) {
		margin-left: 15px !important;
	}	
}

@media (max-width: 992px) {
	#cta {
		min-height: 500px;
	}
	#cta img {
		width: auto;
		height: 100%;
	}
	#why-sa,
	#gps {		
		padding: 20px;
	}
	#why-sa .why-sa,
	#gps .gps {
		display: flex;
		flex-direction: column;		
	}

	#why-sa .why-sa div,
	#gps .gps div {
		width: 100%;
		padding: 0;
	}
	#why-sa .why-sa h2,
	#gps .gps h2{
		margin: 0 0 20px 0;
	}
	#how-it-works .how-it-works ul,
	#testimonials .testimonials ul {
		margin-top: 20px;
	}
	#why-sa .why-sa img,
	#gps .gps img {
		width: 100%;
		max-width: none;
	}
	
	#key-benefits .key-benefits ul, 
	#how-it-works .how-it-works ul,
	#testimonials .testimonials ul,
	#final-cta .final-cta .features {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	#final-cta .final-cta .features {
		padding: 20px 0 0 0;
	}
	#key-benefits .key-benefits ul li,
	#how-it-works .how-it-works ul li,
	#testimonials .testimonials ul li,
	.features .key-benefits ul li,
	#final-cta .final-cta .features div {
		width: 100% !important;
		margin: 0 0 15px 0;
	}

	#final-cta .final-cta .button {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.final-cta .footer-cta {
		display: grid;
		grid-template-columns: repeat(1, 1fr);		
	}
	.footer-cta p strong {
		display: inline;
	}
}
