.hide-robot{
	display: none;
}
.closeModal {
	color: #fff;
    font-size: 4rem;
    position: absolute;
    top: 40px;
    right: 40px;
    font-weight: normal;
    cursor: pointer;
}
.closeModal:hover {
	opacity: 0.8;
}

.buttonTrigger .button {
	margin-top: 40px;
	display: inline-block;
}
.loaderSpinner {
	width: 50px;
	margin-top: 20px;
	display: none;
}
.one-column {
	width: 100%;
}
.container-stretch {
	padding: 0 1rem;
	max-width: calc(1280px + 80px);
}
.container-stretch .flex.two-col .col {
	 max-width: 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
}
.wpcf7 {
	background: #343434;
	border-radius: 50px;
	max-width: 1206px;
}
.wpcf7 sup {
	color: red;
}
.wpcf7.non-round {
	border-radius: 0;
	margin-bottom: 100px;
}
/* #site-header { z-index: 1 !important; } */

.img-wrap-career img { margin-bottom: 15px; }
.img-wrap-career { padding: 0 !important; }
.wpcf7 .row {
  display: flex;
  justify-content: space-between;
}
.wpcf7 .two-column {
	flex: 48%;
	max-width: 48%;
}

@media screen and (max-width: 800px) {
	.wpcf7 .row {
		flex-wrap: wrap;
	}
	.wpcf7 .two-column {
		flex: 100%;
		max-width: 100%;
	}
}

.wpcf7 label {
	color: #fff;
}

.career-img {
	padding-top: 90px;
	padding-right: 20px;
}

.content-full {
	max-width: 100% !important;

}
.wpcf7 .dk-select {
	margin-top: 8px;
	margin-bottom: 40px;
}
.wpcf7 .dk-selected {
	color: #fff;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .file-upload, select {
	height: 60px;
	border-radius: 40px;
	width: 100%;
	background: #343434;
	border: 1px solid #fff;
	margin-bottom: 40px;
	margin-top: 8px;
	color: #fff;
	padding-left: 1rem;
	font-family: "Tenon","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.form-control p {
	margin-top: 20px;
	color: #fff;
}
.form-gated {
	padding: 70px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: auto;
}

@media screen and (max-width: 800px) {
	.form-gated {
		padding: 30px;
	}
}

.form-gated h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-size: 40px;
}
.blockpad.bottom {
	padding-bottom: 50px;
}

.wpcf7 p { margin: 0; }

.wpcf7 input.error {
	border: 1px solid red;
}
.errorMessage {
	color: red;
	font-size: 14px !important;
	position: absolute;
	margin-top: -35px !important;
	display: none;
}
.wpcf7 input[type="email"] {
	width: 98%;
	margin-bottom: 32px;
}
.wpcf7 input[type="checkbox"] {
	display: block;
	height: auto;
	margin: 0 5px 0 0;
    display: inline-block;
    min-width: 0;
    width: auto;
}
.wpcf7-submit {
	height: 60px;
	width: 182px !important;
	line-height: 60px;
	border-radius: 60px;
	border:none !important;
	padding: 0 40px !important;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Tenon","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
	letter-spacing: 0.1em;
	min-width: 280px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	width: auto;
	outline: none;
	background-color: #EE4350 !important;
	color: #fff !important;
	margin-top: 2rem;
}

input[type="file"] {
  display: none;
}
.file-upload {
	display: block;
	overflow: hidden;
	position: relative;
	color:#9f9f9f;
	font-size: 16px;
	padding: 16px 0 0 16px;
}
.file-upload::after {
	content: "FILE UPLOAD";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 22px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	background: #EE4350;
	cursor: pointer;
	color: #fefefe;
	font-family: "Tenon","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
    letter-spacing: 0.1em;
	height: 100%;
	font-size: 16px;
	line-height: 29px;
	font-weight: 500;
}
/*.file-upload::before {
	content: "Select file";

	position: absolute;
	top: 16px;
	left: 20px;
}*/

.button-top {
	background: #EE4350;
	padding: 20px 40px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	color: white;
	position: fixed;
    z-index: 105;
    right: 40px;
    top: 140px;
    cursor: pointer;
    transition: top 0.3s;
}
.button-top:hover {
	top:150px;
}

@media screen and (max-width: 800px) {
	.button-top {
	    top: 130px;
	}
	.button-top:hover {
		top:140px;
	}
}

@media screen and (max-width: 550px) {
	.closeModal {
		top: 25px;
		right: 25px;
	}
	.button-top {
	    width: 100%;
	    text-align: center;
	    bottom:0;
	    right: 0;
	    top: auto;
	    margin-top: 10px;
	    padding: 15px 20px;
	    border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 50px;
		border-top-left-radius: 50px;
	}
	.button-top:hover {
		top:auto;
	}
	.solutionSend {
		display: none;
	}
}
.post-type-archive-careers .post-preview .post-content {
	max-width: 66%;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
}
.post-type-archive-careers .post-preview .image {
	display: flex;
	align-items: center;
}
.post-type-archive-careers .post-preview .image svg {
	max-width: 46px;
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
.post-type-archive-careers .post-preview .image div p {
	margin: 0;
}
.post-type-archive-careers .post-preview .image div p:last-child {
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width: 680px) {
	.post-type-archive-careers .post-preview .image {
		height: auto;
		padding: 0 1rem 1rem 1rem;
	}
}

.button { background: #EE4350; }

#modal-container {
	 position: fixed;
	 display: table;
	 height: 100%;
	 width: 100%;
	 top: 0;
	 left: 0;
	 transform: scale(0);
	 z-index: 9999;
}
 #modal-container.one {
	 transform: scaleY(0.01) scaleX(0);
	 animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.one .modal-background .modal {
	 transform: scale(0);
	 animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	 width: 100%;
}
 #modal-container.one.out {
	 transform: scale(1);
	 animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.one.out .modal-background .modal {
	 animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.two {
	 transform: scale(1);
	 width: 100%;
}
 #modal-container.two .modal-background {
	 background: rgba(0, 0, 0, 0);
	 animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.two .modal-background .modal {
	 opacity: 0;
	 animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.two + .content {
	 animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.two.out {
	 animation: quickScaleDown 0s 0.5s linear forwards;
}
 #modal-container.two.out .modal-background {
	 animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.two.out .modal-background .modal {
	 animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.two.out + .content {
	 animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.three {
	 z-index: 0;
	 transform: scale(1);
}
 #modal-container.three .modal-background {
	 background: rgba(0, 0, 0, 0.6);
}
 #modal-container.three .modal-background .modal {
	 animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.three + .content {
	 z-index: 1;
	 animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.three.out .modal-background .modal {
	 animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.three.out + .content {
	 animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.four {
	 z-index: 0;
	 transform: scale(1);
}
 #modal-container.four .modal-background {
	 background: rgba(0, 0, 0, 0.7);
}
 #modal-container.four .modal-background .modal {
	 animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.four + .content {
	 z-index: 1;
	 animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.four.out .modal-background .modal {
	 animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.four.out + .content {
	 animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.five {
	 transform: scale(1);
}
 #modal-container.five .modal-background {
	 background: rgba(0, 0, 0, 0);
	 animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.five .modal-background .modal {
	 transform: translateX(-1500px);
	 animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.five.out {
	 animation: quickScaleDown 0s 0.5s linear forwards;
}
 #modal-container.five.out .modal-background {
	 animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.five.out .modal-background .modal {
	 animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six {
	 transform: scale(1);
}
 #modal-container.six .modal-background {
	 background: rgba(0, 0, 0, 0);
	 animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six .modal-background .modal {
	 background-color: transparent;
	 animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
	 opacity: 0;
	 position: relative;
	 animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six .modal-background .modal .modal-svg rect {
	 animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six.out {
	 animation: quickScaleDown 0s 0.5s linear forwards;
}
 #modal-container.six.out .modal-background {
	 animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six.out .modal-background .modal {
	 animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
	 animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.six.out .modal-background .modal .modal-svg rect {
	 animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.seven {
	 transform: scale(1);
}
 #modal-container.seven .modal-background {
	 background: rgba(0, 0, 0, 0);
	 animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.seven .modal-background .modal {
	 height: 75px;
	 width: 75px;
	 border-radius: 75px;
	 overflow: hidden;
	 animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
	 opacity: 0;
	 position: relative;
	 animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
 #modal-container.seven.out {
	 animation: slowFade 0.5s 1.5s linear forwards;
}
 #modal-container.seven.out .modal-background {
	 background-color: rgba(0, 0, 0, 0.7);
	 animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.seven.out .modal-background .modal {
	 border-radius: 3px;
	 height: 162px;
	 width: 227px;
	 animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
	 animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
 #modal-container .modal-background {
	 display: table-cell;
	 background: rgba(0, 0, 0, 0.2);
	 text-align: center;
	 vertical-align: middle;
}
 #modal-container .modal-background .modal {
	 padding: 50px;
	 display: block;
	 border-radius: 3px;
	 font-weight: 300;
	 position: relative;
	 overflow: auto;
	 height: 100%;
}
@media screen and (max-width: 800px) {
	#modal-container .modal-background .modal {
		padding: 60px 20px 20px;
	}
}
 #modal-container .modal-background .modal h2 {
	 font-size: 25px;
	 line-height: 25px;
	 margin-bottom: 15px;
}
 #modal-container .modal-background .modal p {
	 font-size: 18px;
	 line-height: 22px;
}
 #modal-container .modal-background .modal .modal-svg {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 border-radius: 3px;
}
 #modal-container .modal-background .modal .modal-svg rect {
	 stroke: #fff;
	 stroke-width: 2px;
	 stroke-dasharray: 778;
	 stroke-dashoffset: 778;
}

.careers-template-default .inner-page-header.dark-content {
	background: none;
}
 /* .content {
	 min-height: 100%;
	 height: 100%;
	 background: white;
	 position: relative;
	 z-index: 0;
}
}
 .content h1 {
	 padding: 75px 0 30px 0;
	 text-align: center;
	 font-size: 30px;
	 line-height: 30px;
}
 .content .buttons {
	 max-width: 800px;
	 margin: 0 auto;
	 padding: 0;
	 text-align: center;
}
 .content .buttons .button {
	 display: inline-block;
	 text-align: center;
	 padding: 10px 15px;
	 margin: 10px;
	 background: red;
	 font-size: 18px;
	 background-color: #efefef;
	 border-radius: 3px;
	 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	 cursor: pointer;
}
 .content .buttons .button:hover {
	 color: white;
	 background: #009bd5;
} */
 @keyframes unfoldIn {
	 0% {
		 transform: scaleY(0.005) scaleX(0);
	}
	 50% {
		 transform: scaleY(0.005) scaleX(1);
	}
	 100% {
		 transform: scaleY(1) scaleX(1);
	}
}
 @keyframes unfoldOut {
	 0% {
		 transform: scaleY(1) scaleX(1);
	}
	 50% {
		 transform: scaleY(0.005) scaleX(1);
	}
	 100% {
		 transform: scaleY(0.005) scaleX(0);
	}
}
 @keyframes zoomIn {
	 0% {
		 transform: scale(0);
	}
	 100% {
		 transform: scale(1);
	}
}
 @keyframes zoomOut {
	 0% {
		 transform: scale(1);
	}
	 100% {
		 transform: scale(0);
	}
}
 @keyframes fadeIn {
	 0% {
		 background: rgba(0, 0, 0, 0);
	}
	 100% {
		 background: rgba(0, 0, 0, 0.7);
	}
}
 @keyframes fadeOut {
	 0% {
		 background: rgba(0, 0, 0, 0.7);
	}
	 100% {
		 background: rgba(0, 0, 0, 0);
	}
}
 @keyframes scaleUp {
	 0% {
		 transform: scale(0.8) translateY(1000px);
		 opacity: 0;
	}
	 100% {
		 transform: scale(1) translateY(0px);
		 opacity: 1;
	}
}
 @keyframes scaleDown {
	 0% {
		 transform: scale(1) translateY(0px);
		 opacity: 1;
	}
	 100% {
		 transform: scale(0.8) translateY(1000px);
		 opacity: 0;
	}
}
 @keyframes scaleBack {
	 0% {
		 transform: scale(1);
	}
	 100% {
		 transform: scale(0.85);
	}
}
 @keyframes scaleForward {
	 0% {
		 transform: scale(0.85);
	}
	 100% {
		 transform: scale(1);
	}
}
 @keyframes quickScaleDown {
	 0% {
		 transform: scale(1);
	}
	 99.9% {
		 transform: scale(1);
	}
	 100% {
		 transform: scale(0);
	}
}
 @keyframes slideUpLarge {
	 0% {
		 transform: translateY(0%);
	}
	 100% {
		 transform: translateY(-100%);
	}
}
 @keyframes slideDownLarge {
	 0% {
		 transform: translateY(-100%);
	}
	 100% {
		 transform: translateY(0%);
	}
}
 @keyframes moveUp {
	 0% {
		 transform: translateY(150px);
	}
	 100% {
		 transform: translateY(0);
	}
}
 @keyframes moveDown {
	 0% {
		 transform: translateY(0px);
	}
	 100% {
		 transform: translateY(150px);
	}
}
 @keyframes blowUpContent {
	 0% {
		 transform: scale(1);
		 opacity: 1;
	}
	 99.9% {
		 transform: scale(2);
		 opacity: 0;
	}
	 100% {
		 transform: scale(0);
	}
}
 @keyframes blowUpContentTwo {
	 0% {
		 transform: scale(2);
		 opacity: 0;
	}
	 100% {
		 transform: scale(1);
		 opacity: 1;
	}
}
 @keyframes blowUpModal {
	 0% {
		 transform: scale(0);
	}
	 100% {
		 transform: scale(1);
	}
}
 @keyframes blowUpModalTwo {
	 0% {
		 transform: scale(1);
		 opacity: 1;
	}
	 100% {
		 transform: scale(0);
		 opacity: 0;
	}
}
 @keyframes roadRunnerIn {
	 0% {
		 transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
	}
	 70% {
		 transform: translateX(30px) skewX(0deg) scaleX(0.9);
	}
	 100% {
		 transform: translateX(0px) skewX(0deg) scaleX(1);
	}
}
 @keyframes roadRunnerOut {
	 0% {
		 transform: translateX(0px) skewX(0deg) scaleX(1);
	}
	 30% {
		 transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
	}
	 100% {
		 transform: translateX(1500px) skewX(30deg) scaleX(1.3);
	}
}
 @keyframes sketchIn {
	 0% {
		 stroke-dashoffset: 778;
	}
	 100% {
		 stroke-dashoffset: 0;
	}
}
 @keyframes sketchOut {
	 0% {
		 stroke-dashoffset: 0;
	}
	 100% {
		 stroke-dashoffset: 778;
	}
}
 @keyframes modalFadeIn {
	 0% {
		 background-color: transparent;
	}
	 100% {
		 background-color: white;
	}
}
 @keyframes modalFadeOut {
	 0% {
		 background-color: white;
	}
	 100% {
		 background-color: transparent;
	}
}
 @keyframes modalContentFadeIn {
	 0% {
		 opacity: 0;
		 top: -20px;
	}
	 100% {
		 opacity: 1;
		 top: 0;
	}
}
 @keyframes modalContentFadeOut {
	 0% {
		 opacity: 1;
		 top: 0px;
	}
	 100% {
		 opacity: 0;
		 top: -20px;
	}
}
 @keyframes bondJamesBond {
	 0% {
		 transform: translateX(1000px);
	}
	 80% {
		 transform: translateX(0px);
		 border-radius: 75px;
		 height: 75px;
		 width: 75px;
	}
	 90% {
		 border-radius: 3px;
		 height: 182px;
		 width: 247px;
	}
	 100% {
		 border-radius: 3px;
		 height: 162px;
		 width: 227px;
	}
}
 @keyframes killShot {
	 0% {
		 transform: translateY(0) rotate(0deg);
		 opacity: 1;
	}
	 100% {
		 transform: translateY(300px) rotate(45deg);
		 opacity: 0;
	}
}
 @keyframes fadeToRed {
	 0% {
		 background-color: rgba(0, 0, 0, 0.6);
	}
	 100% {
		 background-color: rgba(255, 0, 0, 0.8);
	}
}
 @keyframes slowFade {
	 0% {
		 opacity: 1;
	}
	 99.9% {
		 opacity: 0;
		 transform: scale(1);
	}
	 100% {
		 transform: scale(0);
	}
}




.careers-bar {
	background: #F3F3F3;
	display: flex;
	padding: 30px 55px 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.careers-bar .column {
	display: flex;
	margin-bottom: 20px;
}

.column-icon {
	height: 46px;
	width: 46px;
	min-width: 46px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 10px;
}

.column-text {
	margin-right: 16px;
}
.column-text p {
	margin: 0;
}
.column-text p:last-child {
	font-size: 22px;
	font-weight: bold;
}

.extrapad {
	padding-top: 50px;
	padding-bottom: 100px;
}

.cta-multiple-btn {
	margin-bottom: 1rem;
}

.calloutbar .sidebar-col {
	align-items: center;
}


.hidden {
	display: none;
}


.ed_banner {
	background-image: url('../images/src/ed-banner.jpg');
	padding: 3rem 2rem;
	background-size: cover;
}
.ed_banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.ed_banner-content p {
	color: white;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}
@media screen and (max-width: 1024px) {
	.ed_banner {
		padding:3rem 2rem 1.5rem;
	}

}
@media screen and (max-width: 768px) {
	.ed_banner {
		padding: 2rem 1rem 1rem;
	}
	.ed_banner-content {
		flex-direction: column;
		margin: 0;
	}
	.ed_banner-content p {
		font-size: 24px;
		
		margin-right: 0;
	}
	.ed_banner-content p:first-child {
		margin-bottom: 16px;
		text-align: center;
	}
}
@media screen and (max-width: 492px) {
	#main .ed_banner-content .button {
		height: 40px;
		line-height: 40px;
	}
}

/* Large banner for Electron Dynamics */
.l_ed_banner {
	background-image: url('../images/src/ed-banner.jpg');
	padding: 120px 2rem 3rem;
	background-size: cover;
}
.l_ed_banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.l_ed_banner-content  {
	display: flex;
	justify-content: space-between;
}
.l_ed_banner-content > div {
	width:48%;
}
.l_ed_banner-content > div > p {
	color: white;
	margin-bottom: 40px;
	font-size: 62px;
	line-height: 1.1;
	font-weight: bold;
	margin-right: 20px;
}
.l_ed_banner-content-para p {
	color: white;
}	
.l_ed_banner-controls {
	margin-top:50px;
	margin-bottom: 100px;
	text-align: center;
}
.l_ed_banner-controls a {
	margin: 0 20px 20px;
}

@media screen and (max-width: 1024px) {
	.l_ed_banner-content {
		flex-direction: column;
	}
	.l_ed_banner-content > div {
		width:100%;
	}
	.l_ed_banner-content-para p {
		margin-bottom: 40px;
	}	
}

@media screen and (max-width: 768px) {
	.l_ed_banner-content {
		flex-direction: column;
	}
	.l_ed_banner-content p:first-child {
		margin-bottom: 20px;
	}
}



#products-dropdown {
	max-width: 1000px;
	left: 50%;
	margin-left: -500px;
	border: 1px solid #D6D6D6;
	padding: 0 !important;
}
.products-dropdown-container-rows {
	display: flex;
	flex-direction: row;
	min-height: 300px;
	height: 300px;
}
.pd_col {
	width: 38% !important;
	max-width: 38% !important;
	flex: 0 1 38% !important;
	position: relative;
	padding: 24px 0 !important;
	margin: 0 !important;
}
.pd_col2 {
	background: #F2F2F2;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	height: 100%;
}
.pd_col_last {
	width: 24% !important;
	max-width: 24% !important;
	flex: 0 1 24% !important;
	position: relative;
}


.titlex {
	text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;

}
.titlex a {
	padding: 12px 16px 12px 36px;
	position: relative;
	display: block;
	font-weight: 400;
}
.titlex a:after {
	content: "";
	background-image: url(../images/dist/menu-arrow.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 26px;
    top: 11px;
    display: block;
    position: absolute;
    transition: right 0.3s;
}
.titlex:hover a:after {
	right: 20px;
}
.imgx {
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	max-height: none !important;
	padding: 0 !important;
}

.linksx .product-links li {
	margin: 0 !important;
}
.linksx .product-links li a {
	padding: 10px 10px 10px 28px;
	position: relative;
	display: block;
	font-size: 15px;
}

.linksx .product-links li a:after {
	content: "";
	background-image: url(../images/dist/submenu-arrow.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 26px;
    top: 11px;
    display: block;
    position: absolute;
    transition: right 0.3s;
} 

.linksx .product-links li:hover a:after {
	right: 20px;
} 

.linksx .arrow-link, .linksx p {
	padding: 10px 10px 10px 28px;
	position: relative;
	display: block;
}

.linksx .arrow-link {
	line-height: 1;
	height: auto;
}
.linksx .arrow-link:before {
	content: none !important;
}
.linksx .arrow-link:after {
	content: "";
	background-image: url(../images/dist/submenu-arrow.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 26px;
    top: 23px;
    display: block;
    position: absolute;
    transition: right 0.3s;
} 

.linksx:hover .arrow-link:after {
	right: 20px;
}

.linksx, .imgx {
	opacity: 0;
	transition: all 0.2s;
	pointer-events: none;
	position: absolute;
	width: 100%;
	border-radius: 0 !important;
}
.linksx {
	transform: translateY(-10px);
}
.linksx.active, .imgx.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: all;
}



.news-group {
	margin: 100px auto;
    padding-left: 6.25%;
    padding-right: 6.25%;
    width: 100%;
    max-width: calc(1125px + 12.5%);
}



/*Events*/
.event-row {
	display: flex;
	flex-direction: row;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 2px solid rgba(0,0,0,0.15);
}
.event-row:first-child {
	border-top: 2px solid rgba(0,0,0,0.15);
	padding-top: 18px;
	margin-top: 20px;
}
.event-row-date {
	background: #03242F;
	border-radius: 6px;
	width: 52px;
	height: 52px;
	text-align: center;
	position: relative;
	margin-right: 28px;
}
.event-row-date-top {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}
.event-row-date-top:after {
	content: "";
	width: 38px;
	height: 2px;
	background: #fff;
    position: absolute;
    top: 24px;
    left: 7px;
}
.event-row-date-bottom {
	color: #fff;
	font-size: 14px;
}



.event-row-title { 
	padding-right: 20px;
}
.event-row-description p, .event-row-title p {
	margin: 0;
}
.event-row-title p:first-child {
	font-weight: bold;
	font-size: 16px;
}
.event-row-title p:first-child a {
	color: #EE4350;
	text-decoration: underline;
}
.event-row-title p:last-child {
	font-size: 14px;
}
.event-row-description {
	min-width: 50%;
	margin-left: auto;
}

.event-row-description p:first-child {
	font-weight: bold;
	font-size: 14px;
}
.event-row-description p:last-child {
	font-size: 14px;
}
.event-row-description p:last-child a {
	color: #EE4350;
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.event-row {
		flex-wrap:wrap;
	}
	.event-row-description {
		min-width: calc( 100% - 80px);
		margin-left: 80px;
		margin-top: 10px;
	}
}


.product-image-slider .slick-dots {
	text-align: center;
}
.product-image-slider .slick-dots li {
	display: inline-block;
	margin: 5px;
}
.product-image-slider .slick-dots li button {
	font-size: 0;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.product-image-slider .slick-dots li.slick-active button {
	background: #eee;
}

.social-sharing:not(.is_stuck) {
	left:-3%;
}

#main .product-panel-links.four-col .col .inner {
	padding: 10px 10px 20px;
}
#main .product-panel-links .col .panel {
	padding: 10px;
}


.quantum-badge {
	width:100px;
	margin:20px 22px 0 auto;
	padding-top: 10px;
}
.britain-badge {
	width:100px;
	margin:0 22px 0 auto;
	padding-top: 10px;
}

@media screen and (max-width:680px) {
	.quantum-badge {
		margin:20px 22px 0 ;
	}
	#main #site-footer .button-col {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}
	#main #site-footer .button-col .button.small {
		padding: 0 30px;
		margin: 0;
	}
	#main #site-footer .button-col div img {
		margin: 0 auto;
		padding: 0;
	}
}

.logo-carousel-new .slick-track {
	display: flex;
}


.logo-carousel-new .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1rem;
}


.logo-carousel-new {
	position: relative; }

.logo-carousel-new img {
	width: 100%;
}
.twitter svg {
	width: 23px;
    height: 25px;
    margin-bottom: -3px;
}