* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 35px;
}
header {
	position: fixed;
	width: 100%;
	background-color: #006394;
	z-index: 2;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
	margin-bottom: 20px
}
h3 {
/*	text-align: center;*/
	font-weight: normal;
	color: #006394;
	font-size: 25px;
	margin-bottom: 20px
}

.headerwrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
	padding: 30px 0px 30px;
/*	border-bottom: 1px solid white
*/}

.awscloudpage .headerwrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 20px 15px;
	/*border-bottom: 1px solid white*/
}


.awscloudpage .logowrapper {
	width: 10%;
}

.awscloudpage .awscert {
	width: 6%;
	margin-right: 50px;
	min-width: 80px
}

.awscloudpage .awscert img {
	display: block;
	width: 100%
}

.logowrapper img {
	display: block;
	margin: 0 auto;
	width: 100%
}

.navwrapper {
	width: 75%;
	display: inline-block;
	text-align: right;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.awscloudpage .navwrapper {
	width: 80%;
	/*margin-right: 50px*/
}
.navwrapper ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.navwrapper ul li {
	display: inline;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
	// transition: all .5s ease-in-out;
}

.navwrapper li {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

.navlink {
	padding: 10px 0px 10px 0px;
	transition: none;
	cursor: pointer;
	color: white;
	text-decoration: none;
}

.navlink:hover {
	color: white;
	text-decoration: none;
}

.navlink::after {
	margin-top: 10px;
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #FF8300;
	transition: width .3s;
}

.navlink:hover::after {
	width: 100%
}
header .active .navlink::after {
	width: 100%
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  right: 22px;
  top: 0;
  width: 50px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.herowrapper {
	background: #006394;
	width: 100%;
	color: white;
	position: relative;
	z-index: 1;
	padding: 200px 30px 100px;
	-webkit-box-shadow: 0px 5px 48px -14px rgba(0,0,0,0.66);
	-moz-box-shadow: 0px 5px 48px -14px rgba(0,0,0,0.66);
	box-shadow: 0px 5px 48px -14px rgba(0,0,0,0.66);
}
.herowrapper .container {
	max-width: 1170px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.herowrapper .content {
	width: 60%
}
.herowrapper .content p {
	font-size: 1.2em;
	line-height: 1.5em
}
.herowrapper .image {
	width: 35%
}
.herowrapper .image img {
	display: block;
	width: 100%
}

.programwrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.program {
	width: 18%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.program {
		width: 48%;
		margin-bottom: 20px
	}
}
.programicon {
	display: block;
	width: 50%;
	margin: 0 auto
}
.programicon img {
	display: block;
		margin: 0 auto 20px

}
.programcontent {
	font-weight: bold;
}
.awscertmobilewrapper {
	display: flex;
	text-align: left;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.awscertmobile {
	display: none
}
.herowrapper .awscertmobilewrapper p {
	width: 100%
}
h1 {
	color: #ff8300;
	margin-bottom: 20px;
	line-height: 45px
}

.herowrapper p {
	margin-bottom: 40px
}

.herowrapper .image img {
	display: block;
	margin: 0 auto;
	width: 100%
}
.button1 {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff8300;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	transition: all .4s ease-in-out;
}
.button1:hover {
	background-color: white;
	color: #ff8300;
}
.scrolldown {
	color: white;
	font-size: 40px;
	transition: all .5s ease-in-out;
	margin: 0px auto 0;
	position: relative;
	cursor: pointer;
	width: 20%;
	-webkit-animation: jumpingarrow 1s infinite;
	-moz-animation:    jumpingarrow 1s infinite;
	-o-animation:      jumpingarrow 1s infinite;
	animation: jumpingarrow 1s infinite;
	text-align: center;
/*	z-index: 1*/
}

.scrolldown a {
	color: white;
}
.scrolldown a:hover {
	color: #ff8300
}
@keyframes jumpingarrow {
	0% {
		-moz-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50% {
		-moz-transform: translate(0px, 10px);
		-webkit-transform: translate(0px, 10px);
		-o-transform: translate(0px, 10px);
		-ms-transform: translate(0px, 10px);
		transform: translate(0px, 10px);
	}
	100% {
		-moz-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-20px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    10% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(20px); }
	80% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-20px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    10% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(20px); }
	80% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    10% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
	80% { opacity: 0; }
}

.row {
	padding: 70px 30px;
	width: 100%
}
#learning {
	padding: 0px 30px
}
.row:first-of-type {
	margin-top: 100px
}
/*.grey {
	background-color: #ECEFF2
}*/
/*.row .container {
	max-width: 1170px;
	margin: 0 auto;
}*/

.row .container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.blue .container h2, .blue .container p {
	color: white;
}
.deicontainer {
	width: 90%;
	margin: 0 auto;
	padding: 60px;
	background-color: #ededed;
	border-radius: 50px;
}
.deiwrapper {
	display: flex;
	text-align: left;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.deicontent {
	width: 55%
}
@media only screen and (max-width: 767px) {
	.deicontent {
		width: 100%;
		text-align: center;
		margin-bottom: 40px
	}
	.deicontainer {
		width: 100%;
		padding: 30px;
	}
}
.deistats {
	width: 38%
}
@media only screen and (max-width: 767px) {
	.deistats {
	width: 100%
	}
}
.deistats img {
	display: block;
	width: 95%;
	margin-bottom: 40px
}
.deistats img:last-of-type {
	margin-bottom: 0px
}
.deicontent h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#workforcetransformation {
	text-align: center;
}
#elevateforsalesforce {
	background-color: #efefef
}
.workforcetransfromationwrapper {
	display: flex;
	justify-content: space-between;
	text-align: left;
	/*margin-top: 40px;*/
	flex-wrap: wrap;
	margin: 0px auto;
	width: 100%
}
.workfrocetranslogo {
	width: 50%;
	margin: 0 auto 40px;
/*	padding: 0px 60px 0px 0px;
*/}
@media only screen and (max-width: 767px) {
	.workfrocetranslogo {
		width: 100%;
		padding-right: 20px
	}
}
.workfrocetranslogo a {
	display: block
}
.workfrocetrans {
	display: flex;
	justify-content: space-between;
	width: 48%;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.workfrocetrans {
		width: 100%;
		margin-bottom: 20px;
	}
	}

.workfrocetranslogo img {
	display: block;
	width: 100%
}
.workforcetranscontent {
	width: 75%
}
.columns {
	display: flex;
	justify-content: space-between;
}
.service {
	width: 58%
}
.success {
	width: 40%;
	padding: 30px;
	border-radius: 20px;
	background-color: #ECEFF2;
}
/*.grey .service {
	width: 58%
}
.grey .success {
	width: 40%;
	padding: 30px;
	border-radius: 20px;
	background-color: #ECEFF2
}*/
.success p {
	margin-bottom: 25px;
}
.success p:last-of-type {
	margin-bottom: 0px
}
.success h2 {
	margin-bottom: 18px;
	font-size: 25px
}
.h2heading {
	display: flex;
	align-items: center
}
.arrow {
	margin-bottom: 30px;
	margin-left: 20px
}
h2 {
	text-transform: uppercase;
	color: #006394;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 40px
}
.diversitystatswrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 40px auto 0 auto;
}
/*.diversitystatscontent {
	width: 40%
}*/

@media only screen and (max-width: 767px) {
	.diversitystatscontent {
		width: 100%
	}
}
.diversitystatscontent p:first-of-type {
	font-size: 30px;
	text-transform: uppercase;
	color: #006394;
	line-height: 40px
}
.diversitystats {
	width: 65%
}
.diversitystats img {
	display: block;
	width: 100%
}
@media only screen and (max-width: 767px) {
	.diversitystats {
		width: 100%
	}
}
.readinesswrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: white;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.continuouslearningwrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.readiness {
	display: flex;
	flex-direction: column;
	width: 30%;
}
.continuouslearning {
	display: flex;
	flex-direction: column;
	width: 30%;
}
.readinesstimeline {
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.readinesstimeline {
	display: none
}	
}
.readinesstimeline img {
	display: block;
}
@media only screen and (max-width: 767px) {
	.readiness {
		width: 100%
	}
	.continuouslearning {
		width: 100%
	}
}
.readiness p:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8300;
	font-size: 25px
}
.continuouslearning p:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8300;
	font-size: 25px
}
.readiness p:last-of-type {
	font-size: 18px;
	line-height: 25px
}
.continuouslearning p:last-of-type {
	font-size: 18px;
	line-height: 25px
}
.readinessicon {
	width: 15%;
	margin-bottom: 20px;
	margin-top: 20px
}
.continuouslearningicon {
	width: 30%;
	margin: 0px auto;
}
.readinessicon img {
	display: block;
	width: 100%
}
.continuouslearningicon img {
	display: block;
	width: 100%
}
.postplacementframeworkwrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.postplacementwrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.elevateinfowrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px auto;
	width: 90%
}
.elevateinfoicon {
	width: 40%;
	margin: 0px auto 10px;
}
.elevateinfoicon img {
	display: block;
	width: 100%
}
.elevateinfo {
	display: flex;
	flex-direction: column;
	width: 23%;
}
@media only screen and (max-width: 767px) {
	.elevateinfo {
		width: 100%
	}
}
.elevateinfo p:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	color: #006394;
	font-size: 25px
}
.elevateinfo p:last-of-type {
	font-size: 18px;
	line-height: 25px
}
@media only screen and (max-width: 767px) {
	.postplacementwrapper {
		width: 100%
	}
}
.postplacement {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.postplacement {
		margin-bottom: 20px;
		width: 100%
	}
}
.postplacementicon {
	width: 30%
}
.postplacementcontent {
	width: 70%
}
.postplacementcontent p {
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006394;
	font-size: 18px;
	line-height: 25px
}

.postplacementicon img {
	display: block;
	width: 100%
}
.elevatestatswrapper {
	width: 50%
}
.elevatestatswrapper img {
	display: block;
	width: 100%
}
.mobile {
	display: none!important
}
@media only screen and (max-width: 767px)  {
	.elevatestatswrapper {
		width: 100%
	}
	.mobile {
		display: block!important;
	}
	.desktop {
		display: none
	}
}
#managedservices .service {
	width: 100%
}
/*#staffaugmentation .service {
	width: 100%
}*/
.managedservices-process {
	display: flex;
/*	align-items: flex-start;*/
	width: 100%;
	text-align: center;
	justify-content: space-between;
}
#staffaugmentation .success {
	width: 50%;
}
#staffaugmentation .service {
	width: 48%
}
#staffaugmentation .success div {
	display: flex;
	flex-wrap: wrap;
}
#staffaugmentation .success div h2 {
	width: 100%
}
#staffaugmentation .success div .styledlist {
	width: 50%
}

.managedservices-process div {
	padding: 10px;
	background-color: white;
	border: 2px solid #ECEFF2;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 14px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 14px -8px rgba(0,0,0,0.75);
box-shadow: 0px 5px 14px -8px rgba(0,0,0,0.75);
width: 30%
}
.managedservices-process .processcontent img {
	width: 30%;
	display: block;
	margin: 0 auto 10px;
}
.managedservices-process h4 {
	color: #006394;
	font-size: 20px;
	margin-bottom: 10px
}
.smallarrow {
	display: block;
	width: 5%
}
/*.managedservices-process p:last-of-type {
	font-size: 14px;
	line-height: 20px
}*/
/*.numberedlist {
	display: flex;
}*/
.numberedlist div {
	display: flex;
	margin-bottom: 30px
}
.numberedlist img {
	display: block;
	margin-right: 20px
}
.wftlogos {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	align-items: center;
}
.wftlogos img {
	width: 40%;
}
.wftlogos img:first-of-type {
	margin-right: 30px
}
.certifications {
	display: flex;
	margin-top: 30px;
}
.certifications div:first-of-type {
	margin-right: 30px
}
.certifications h5 {
	font-size: 20px;
	color: #006394;
	text-transform: uppercase;
}
.certifications ul li {
	margin-left: 0;
    list-style-type: none;
    background-image: url(../images/check-circle.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 32px;
    padding: 15px 0 15px 50px;
    text-align: left
}
.certificationstwo {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap
}
.certificationstwo div:first-of-type {
	margin-right: 30px
}
.certificationstwo h5 {
	font-size: 20px;
	color: #006394;
	text-transform: uppercase;
}
.listwrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.listwrapper ul {
	width: 30%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.listwrapper ul {
		width: 100%
	}
	}
.listwrapper li {
	background: url('../images/check-circle.png') no-repeat left top/25px;
	display: block;
	padding-left: 44px;
	margin-bottom: 20px
}
/*#whatissalesforce h2 {
	text-align: center;
}*/
.certificationstwocolumns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px
}
hr {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	border-top: solid 2px #006394
}
.trainingwrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.trainingcontent {
	width: 48%
}
.trainingvideo {
	width: 48%
}
@media only screen and (max-width: 767px) {
	.trainingcontent {
		width: 100%;
		margin-bottom: 20px
	}
	.trainingvideo {
		width: 100%;
	}

}
.trainingwrapper div:last-of-type {
	margin-top: 20px;
	text-align: center;
	color: #006394;
}
.commonroleswrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px
}
.commonroleswrapper h3 {
	width: 100%;
	font-size: 25px;
	color: #006394;
	text-transform: uppercase;
	margin-bottom: 40px
}
.commonroleswrapper h4 {
	font-size: 25px;
	font-weight: normal;
	color: #006394;
	margin-bottom: 20px
}
.certificationstwocolumns h5 {
	width: 100%;
	margin-bottom: 10px
}
.commonrole {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.commonrolecontent {
	width: 65%
}
.commonrolesvideo {
	width: 30%
}
.commonroleicon {
	width: 50%;
	display: block;
	margin: 0 auto
}
.commonroleicon img {
	display: block;
	width: 100%
	margin: 0 auto
}
@media only screen and (max-width: 767px) {
	.commonrolecontent {
		width: 100%;
		margin-bottom: 20px
	}
	.commonrolesvideo {
		width: 100%;
		margin-bottom: 20px
	}
}
.certificationstwocolumns ul {
	width: 49%
}
.certificationstwocolumns ul li, .styledlist li {
	padding: 10px 0px 10px 50px
}
.qualities {
	display: flex;
	width: 100%;
	margin-top: 30px;
/*	justify-content: space-between;
*/}
.qualities div {
/*	width: 23%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px
}
.qualities div img {
	display: block;
	width: 50%;
	margin: 0 auto 10px;
}
.blue {
	background-color: #006394;
	padding: 70px 30px;
}

.ctawrapper {
	display: flex;
	max-width: 1170px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center
}
.ctawrapper img {
	display: block;
	width: 20%;
	margin-right: 20px;
}
.ctawrapper div {
	width: 75%
}
.ctawrapper h2 {
	color: #ff8300;
	margin-bottom: 40px;
	font-size: 35px
}
.headerrow {
  width: 100%;
  margin: 0 auto;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_h {
  position: fixed;
  /*top: 0px;*/
  z-index: 999;
  width: 100%;
  padding: 30px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #006394;
  display: none;
  /*opacity: 0;*/
  /*top: -100px;*/
  font-family: "Montserrat", sans-serif;
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  right: 22px;
  top: 0;
  width: 50px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/*.logo {
  width: 10%;
  text-transform: uppercase;
  display: block;
}*/

#contactus {
	background-color: #006394
}
.factwrapper {
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.factwrapper img {
	display: block;
	width: .2%
}
@media only screen and (max-width: 767px) {
	.factwrapper img {
		display: none
	}
}
.fact {
	padding: 30px;
	color: white;
	width: 30%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.fact {
		width: 100%;
		/*margin-bottom: 20px*/
		/*padding: 0px;*/
		padding-bottom: 10px;
		border-bottom: 2px solid #FF8300;
	}
	.fact:first-of-type {
		border-top: 2px solid #FF8300;
	}
	.fact:last-of-type {
		margin-bottom: 20px
	}
	}
#contactus .content {
	color: white;
	text-align: center;
}
.formwrapper {
	margin-top: 40px
}
form {
	display: flex;
	flex-direction: column;
}

input, select, textarea {
	padding: 20px;
	border: 2px solid rgb(102,102,102);
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

textarea {
	height: 200px
}

input:focus, textarea:focus, select:focus {
	border: 2px solid #FF8300;
	outline: none;
	color: #FF8300!important
}
.twocolumninput .inputwrapper {
	display: flex;
	width: 49%;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.twocolumninput .inputwrapper {
		width: 100%
	}
}
.twocolumninput .inputwrapper input {
	width: 100%
}

.onecolumninput .inputwrapper {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.onecolumninput .inputwrapper input {
	width: 100%
}

:focus::-webkit-input-placeholder {
    color: #FF8300;
}

/* Firefox < 19 */
:-moz-placeholder {
    color: #FF8300;
}
:focus:-moz-placeholder {
    color: #FF8300;
}

/* Firefox > 19 */
::-moz-placeholder {
    color: #FF8300;
}
:focus::-moz-placeholder {
    color: #FF8300;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #FF8300;
}
input:focus:-ms-input-placeholder {
    color: #FF8300;
}

.styled-select select {
	background: rgba(255,255,255) url('../images/arrows.png') right center/contain no-repeat;
	border: 2px solid rgb(102,102,102);
	padding: 20px;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: rgb(102,102,102);
	border-radius: 0;
	-webkit-appearance: none;
}

.styled-select select:focus {
	border: 2px solid #FF8300;
	background: rgb(255,255,255) url('../images/arrows.png') center right/contain no-repeat;
	outline: none;
	box-shadow: none;
	color: #FF8300
}

.styled-multiselect select {
	border: 2px solid rgb(102,102,102);
	padding: 20px;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: rgb(102,102,102);
	border-radius: 0;
	-webkit-appearance: none;
}

.styled-multiselect select:focus {
	border: 2px solid #FF8300;
	outline: none;
	box-shadow: none;
	color: #FF8300
}
.multiselectlabel {
	color: white;
}
input[type='submit'] {
	border-color: #ff8300!important;
	color: #ff8300!important;
	width: 30%;
	padding: 10px;
	background: none;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

input[type='submit']:hover {
	color: white!important;
	background: #ff8300!important
}

::placeholder {
	color: #666666
}

option[value=""][disabled] {
  display: none;
}

.twocolumninput, .threecolumninput, .onecolumninput {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*.onecolumninput input {
	width: 100%;
	background-color: white
}

.onecolumninput span {
	width: 100%
}

.twocolumninput input {
	width: 49%;
	background-color: white;
}

.twocolumninput span {
	width: 49%
}

.twocolumninput span input {
	width: 100%;
	background-color: white;
}*/
label {
	color: white;
}
/*.twocolumninput .styled-select {
	width: 49%;
}*/

.twocolumninput .inputwrapper .styled-select {
	width: 100%
}

.threecolumninput input {
	width: 32%;
	background-color: white;
}

.threecolumninput .styled-select {
	width: 32%
}

.submitwrapper {
	margin-top: 20px
}

@media only screen and (max-width: 1199px) {
	.logo {
		width: 20%;
		display: block;
	}
	.logo img {
		display: block;
		width: 100%
	}
	.main_h {
		display: block;
	}
  nav {
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 90px;
    background: #ff8300
  }
  .awscertmobile {
		width: 30%;
  		margin-right: 30px
	}
	.awscertmobile img {
		display: block;
		width: 100%
	}
	.herowrapper .awscertmobilewrapper p {
		margin-bottom: 10px;
		width: 60%
	}
	.awscertmobile {
		display: block;
	}
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
	.mobile-toggle {
    display: block;
  }
	header {
		display: none
	}
  nav ul {
    text-align: center;
    width: 100%;
    display: none
  }
  .open-nav nav ul {
  	display: block
  }

}
.mobile-toggle span {
  width: 50px;
  height: 5px;
  margin-bottom: 10px;
  border-radius: 1000px;
  background: white;
  display: block;
}

.headerrow {
  width: 100%;
  margin: 0 auto;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul li {
  display: inline-block;
}
nav ul a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
nav ul a:hover {
	color: #006394;
}
nav ul a::after {
	margin-top: 3px;
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #006394;
	transition: width .3s;
}
nav ul a:hover::after {
	width: 100%
}
.active a::after {
	width: 100%
}
@media only screen and (max-width: 1320px) {
	.awscloudpage .navwrapper {
		margin-right: 0px;
		width: 75%
	}
}

@media only screen and (max-width: 1199px) {
	.herowrapper .container {
		flex-wrap: wrap;
	}
	.herowrapper .content {
		width: 100%;
		text-align: center;
	}
	.herowrapper .content .button1 {
		margin-bottom: 40px
	}
	.row .columns {
		flex-wrap: wrap
	}
	.herowrapper .image {
		display: none
	}
	.arrow {
		display: none;
	}
	.service {
		width: 100%;
		margin-bottom: 40px
	}
	.success {
		width: 100%
	}
	nav ul li {
    width: 100%;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-size: 16px;
    font-weight: bold
  }
  nav ul li:last-of-type {
  	border-bottom: none
  }
  nav ul a::after {
			margin-top: 0px;
		    content: '';
		    display: block;
		    width: 0;
		    height: 0px;
		    background: yellow;
		    transition: width .3s;
		}
		nav ul a:hover::after {
			width: 0
		}
		.active a::after {
			width: 0
		}
	 	.active a {
			color: yellow
		}
		.managedservices-process div {
			width: 30%
		}
		#staffaugmentation .success {
		width: 100%;
		flex-wrap: wrap;
			}
			#staffaugmentation .success div {
				display: flex;
				flex-wrap: wrap;
				width: 100%
			}
			#staffaugmentation .success div h2 {
				width: 100%
			}
			#staffaugmentation .success div .styledlist {
				width: 50%
			}
		#staffaugmentation .service {
				width: 100%
			}
/*.smallarrow*/
}
@media only screen and (max-width: 767px) {
	.managedservices-process {
		flex-wrap: wrap;
	}
	.managedservices-process div {
		width: 100%
	}
	.processcontent {
		width: 100%;
		margin-bottom: 30px
	}
	.smallarrow {
		display: none
	}
	.certifications {
		flex-wrap: wrap;
	}
	.certifications div {
		width: 100%
	}
	.qualities {
		flex-wrap: wrap;
	}
	.qualities div{
		width: 100%
	}
	.numberedlist div {
		flex-wrap: wrap
	}
	.numberedlist img {
		margin-bottom: 10px
	}
	.numberedlist div p {
		width: 100%
	}
	.wftlogos {
		flex-wrap: wrap;
	}
	.wftlogos img {
		width: 100%;
		margin-bottom: 20px
	}
	.wftlogos img:first-of-type {
		width: 80%
	}
	.awscertmobile {
		width: 75%;
  		margin: 0 auto 0;
  		order: 2
	}
	.herowrapper .awscertmobilewrapper p {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
		order: 1
	}
	.certificationstwocolumns {
		flex-wrap: wrap;
	}
	.certificationstwocolumns ul {
		width: 100%
	}
	.ctawrapper {
		flex-wrap: wrap;
		text-align: center;
	}
	.ctawrapper img {
		display: none
	}
	.ctawrapper div {
		margin: 0 auto;
		width: 100%
	}
	.ctawrapper .button1 {
		padding: 10px 15px;
	}
	#staffaugmentation .success {
		width: 100%;
		flex-wrap: wrap;
	}
	#staffaugmentation .success div {
		width: 100%;
	}
	#staffaugmentation .service {
		width: 100%
	}
	#staffaugmentation .success div .styledlist {
				width: 100%
			}
			.twocolumninput input, .threecolumninput input, .threecolumninput .styled-select {
		width: 100%;
	}

}
@media only screen and (max-width: 767px) {
	.mobile {
		display: block;
		margin-bottom: 40px
	}
	.desktop {
		display: none !important
	}
}