@media only screen and (min-width: 1200px) {
	.nav-item {
		padding: 80px 40px 40px;
	}
	.nav-item header {
		font-size: 30px;
	}
	.nav-item a {
		left: 40px;
		bottom: 50px;
	}
	.parent {
		padding: 0;
	}
}

@media only screen and (min-width: 1400px) {
	.nav-item header {
		font-size: 36px;
	}
	.container {
		width: 1100px;
	}
}

@media only screen and (min-width: 1600px) {
	.container {
		width: 1200px;
	}
}

@media only screen and (max-width: 960px) {
	.nav {
		position: relative;
	}
	.hero-area {
		min-height: auto;
		position: relative;
	}
	.hero-area .container {
		padding: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.hero-area .logo {
		width: 100%;
		max-width: 500px;
	}
	.hero-area .hero-copy {
		font-size: 24px;
		line-height: normal;
	}
	.hero-area .hero-subcopy {
		font-size: 17px;
		line-height: 20px;
	}
	.inner-content .content {
		width: 400px;
		max-width: 100%;
		min-width: auto;
	}
	.inner-content .sky {
		background-size: auto 100%;
	}
	.col-2 {
		width: 50%;
	}
	.col-4 {
		width: 100%;
	}
	.col-4 .col-4 {
		width: 50%;
	}
	.col-6 {
		width: 50%;
	}
	.col-twothirds {
		width: 100%;
	}
	.col-twothirds .col-4 {
		width: 50%;
	}
	.smc .smc {
		position: absolute;
		left: 50%;
		top: 0;
	}
	.footer .col-6 {
		width: 100%;
		position: relative;
	}
	.footer .col-6 .contactus {
		width: 50%;
		position: absolute;
		right: 0;
		top: -450px;
	}
	.has-item.active {
		padding: 90px 15px 50px 80px;
	}
	.nav-item.careers,
	.nav-item.updates {
		position: absolute;
		left: 50%;
	}
	.nav-item.careers {
		top: 400px;
	}
	.nav-item.updates {
		top: 800px;
	}
	.nav-item.news,
	.nav-item.avp {
		margin-right: 50%;
	}
	.nav-item.has-item a.sor-container {
		padding-left: 4rem;
	}

	.nav-item.has-item .sor-container .sor {
		width: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	.page-overlay {
		padding: 50px 20px;
	}
	.page-overlay .small-container {
		overflow: auto;
		max-height: 100%;
		padding: 30px;
	}
	.page-overlay .data-privacy header {
		font-size: 18px;
	}
	.page-overlay .data-privacy p {
		font-size: 13px;
	}
	.page-overlay .data-privacy .btn {
		width: 100%;
		padding: 10px;
	}
	.has-item.active {
		padding: 120px 15px 50px 50px;
	}
	.has-item a.btn-arrow {
		left: 50px;
		top: 50px;
		bottom: auto;
	}
	.has-item.active + .nav-item {
		margin-left: 50%;
	}
}

@media only screen and (max-width: 560px) {
	.nav-item.careers,
	.nav-item.updates {
		position: relative;
		left: 0;
	}
	.nav-item.careers {
		top: 0;
	}
	.nav-item.updates {
		top: 0;
	}
	.nav-item.news,
	.nav-item.avp {
		margin-right: 0;
	}
	.nav-item {
		padding: 25px;
		height: 275px;
	}
	.nav-item a {
		left: 25px;
		bottom: 25px;
	}
	.nav-item.smc {
		background-size: auto;
	}
	.nav-item header span {
		display: inline;
	}
	.nav-item.has-item a.sor-container {
		padding-left: 4rem;
		left: 0 !important;
		span {
			display: block;
		}
	}

	.nav-item.has-item .sor-container .sor {
		width: 3rem;
		top: 0;
		/* position: static; */
	}
	.parent {
		padding: 0;
	}
	.parent .col-4 {
		padding: 25px;
	}
	.col-2 {
		width: 100%;
	}
	.col-4 {
		width: 100%;
	}
	.col-4.col-4 {
		width: 100%;
	}
	.col-4 .fill {
		display: none;
	}
	.col-4 .white {
		background-color: transparent;
	}
	.footer .nav-item {
		height: auto;
		background-color: #f7f7f7;
	}
	.footer .nav-item.has-item {
		height: 275px;
		background-color: #ffdb00;
	}
	.footer .nav-item.has-item a {
		left: 25px;
		bottom: 25px;
		bottom: auto;
	}
	.footer .parent {
		padding: 0;
	}
	.footer .col-6 .contactus {
		height: 275px;
		width: 100%;
		position: static;
	}
	.parent .parent header:after {
		display: none;
	}
	.csr,
	.smc {
		height: 225px;
	}
	.csr .nav-item,
	.smc .nav-item {
		height: inherit;
	}
	.has-item.active {
		padding: 95px 25px 15px;
	}
	.has-item.active + .nav-item {
		margin-left: 0;
	}
	.has-item.active a.btn-arrow {
		left: 25px;
		top: 25px;
	}
	.inner-content h3 {
		font-size: 18px;
	}
	.inner-content strong {
		font-size: 35px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.inner-content p {
		font-size: 14px;
		line-height: 24px;
	}
}
