/* WORDPRESS DEFAULT Image Selectors */
img.alignleft { margin: 5px 20px 5px 0; float: left; }

.wp-caption.alignleft { margin: 5px 10px 5px 0; float: left; }

img.alignright { margin: 5px 0 5px 20px; float: right; }

.wp-caption.alignright { margin: 5px 0 5px 10px; float: right; }

img.aligncenter { margin: 5px auto;   display: block;}
img.alignnone { margin: 5px 0; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption { color: #220e10; }

img.wp-smiley, .rsswidget img { border-radius: 0; box-shadow: none; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol { list-style-position: inside; }

.contacts .contact.odd {clear: both}

.spot_hero_vid .sol_video_box .videoBoxContent {
	padding-top: 50px
}

/*** awards **/
.page-header-gray {
	background: #F8F8F8;
	padding: 60px 0;
	text-align: center;
	clear: both;
}

.page-header-gray h1 {
	margin: 0;
	font-size: 44px;
	letter-spacing: -1px;
	color: #888;
	font-weight: 100;
	line-height: 1.1;
	text-transform: none;
	font-family: "Roboto", sans-serif;
}

.page-header-gray p {
	font-size: 20px;
	margin: 20px 0 11px;
	font-family: "Roboto", sans-serif;
	line-height: 1.42857;
	color: #555;
	font-weight: 100;
}

.awards {
	padding: 5% 2%
}

.awards img {
	max-height: 125px !important;
	width: auto !important;
	max-width: 80%;
}

.awards .c_icon1 a {

}

.awards p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	color: #898989;
	font-weight: 300;
	margin: 0;
}

.awards p strong {
	font-weight: 400;
}

.awards a {
	color: inherit;
	text-decoration: none;
}
.awards .c_icon1 {
	min-height: 135px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
.contacts.awards .c_icon {
	width: 80%;
	margin: 0 8% 0 0;
	min-height: 80px;
	max-height: 80px;
}

.contacts.awards .contact {
	float: left;
	width: 48%;
	min-height: 80px;
}

.contacts.awards .contact .c_con {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.awards .contact {
		width: 100% !important
	}
}

.more {
	line-height: 180%;
}


.wp-list.odd {
	clear: both;
}
.tt_sidebar.left .tts_pop_cats {
	border-bottom: none;
}
.tt_sidebar.left .tts_pop_cats a {
	padding-bottom: 4px;
}
.tt_sidebar.left .tts_pop_cats a.active {
	color: #b8bf0d;
}

.tt_sidebar.left .tts_pop_cats a.active:hover {
	color: #b8bf0d;
	border-bottom: none;
}

.tt_sidebar.left .tts_pop_cats a:hover {
	color: #333333;
	border-bottom: 1px solid #333333;
}
.shero-text h3.font-24-blue {
	color: rgb(93,162,242);
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: baseline;
}
.shero-text h3.font-24-green {
	color: #b8bf0d;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
	vertical-align: baseline;
}
.page-products .content {
	text-align: center;
	margin-top: 90px;
}
.page-products .content h2 {
	margin-bottom: 30px;

}
.alpha {
	list-style-type: lower-alpha;
}
.alpha li {
	padding-left:20px;
}


/* nav lang options icons */
#lang_select .lang-flag {
	position: relative;
	/* float: left;
	left: 10px; */
	padding-right: 16px;
	top: 2px;
	width: 17% !important;
}

.lang-flag {
	position: relative;
	float: left;
	left: 13px;
	top: 2px;
	width: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.lang-flag {
		position: relative;
		float: left;
		left: -13px;
		top: 0px;
		width: 5%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
	.lang-flag {
		width: 20%;
	}
}

@media only screen and (max-width: 667px) {
	.lang-flag {
		clear: left;
		left: -20px;
		top: 0;
		width: 10%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.head_nav ul li a {
		font-size: 12px;
	}
}

#lang_select > li > a {
	position: relative;
	left: 20px;
}

/* h-tags font control */

.font-70 {
	color: #fff !important;
}

#font-40 {
	color: #898989;
	font-size: 40px;
	line-height: 35px;
	margin: 0 0 10px 0;
}

/** Global Modular Architecture **/
.rumor-parallax {
	/* Set a specific height */
	min-height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	padding: 50px 50px;
}
#global-modular-architecture h3 {
	margin-top: 40px;
	line-height: 1.5em;
}
.honeycomb h1, .honeycomb h3, .strength h2, .strength h3, .sustainability h2, .sustainability h3 {
	color: #ffffff;
}
.rumor-flex {
	justify-content: center;
	flex-direction: column;
}
.rumor-flex-left {
	text-align: left;
	align-items: flex-start;
}
.rumor-flex-right {
	align-items: flex-end;
	text-align: left;
}
.rumor-flex-center {
	text-align: center;
}
/** Flexibility section **/
#global-modular-architecture .flexibility {
	background-image: url("/wp-content/uploads/2018/01/efficient.jpg");
}
#global-modular-architecture .flexibility h2,
#global-modular-architecture .flexibility h3,
#global-modular-architecture .speed h2,
#global-modular-architecture .speed h3,
#global-modular-architecture .smart h2, .smart h3 {
	color: #424242;
}
/** Strength Section **/
.strength {
	background-image: url("/wp-content/uploads/2018/01/angels.jpg");
}
/** Speed Section **/
.speed {
	background-image: url("/wp-content/uploads/2018/01/running.jpg");
}
/** Sustainability Section **/
.sustainability {
	background-image: url("/wp-content/uploads/2018/01/sustainable.jpg");
}
/** Smart Section **/
.smart {
	background-image: url("/wp-content/uploads/2018/01/PMA_webpage_box.jpg");
}
#global-modular-architecture h1 {
	font-size: 40px;
	line-height: 1.2em;
	z-index: 2;
}
#global-modular-architecture h2 {
	font-size: 50px;
	line-height: 1.2em;
	z-index: 2;
}
#global-modular-architecture h3, #global-modular-architecture p {
	font-size: 20px;
	line-height: 1.5em;
	z-index: 2;
}
@media screen and (min-width: 1100px) {
	#global-modular-architecture h1, #global-modular-architecture h2 {
		font-size: 80px;
	}
	#global-modular-architecture h3,#global-modular-architecture p {
		font-size: 26px;
	}
}
@media screen and (min-width: 768px) AND (max-width: 1099px) {
	#global-modular-architecture h1 {
		font-size: 50px;
	}
	.rumor_parallax {
		background-position: right;
		background-attachment: scroll;
	}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
	.rumor_parallax {
		background-position: right;
		background-attachment: scroll;
	}
}
@media screen and (max-width:767px) {
	.rumor_parallax {
		background-position: right;
		background-attachment: scroll;
	}
	.rumor_parallax .w50p {
		width: 100%;
	}
	.rumor-image-overlay {
		width: 100%;
		background-color: rgba(255,255,255,0.7);
		height: 100%;
		position: absolute;
		z-index: 1;
		left: 0;
	}
}
.w50p {
	width: 50%;
}
.w75p {
	width: 75%;
}
.w80p {
	width: 80%;
}
.w90p {
	width: 90%;
}
#global-modular-architecture p {
	margin-left: auto;
	margin-right:auto;
}

/* modal video overlay */
.modal-overlay {
	position: fixed;
	background: #222;
	overflow-x: hidden;
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: 7;
	display: none;
}

#modal-video {
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	height: 100%;/* calc(100vh / 2); */
	z-index: 999;
}

.video-icon {
	position: relative;
	bottom: 50px;
	width: 150px;
}

.close-btn {
	color: #fff;
	font-size: 60px;
	position: relative;
	left: 94%;
	top: 2%;
}

.close-btn:hover {
	cursor: pointer;
}

.reveal {
	display: block;
}

.video-message {
	position: absolute;
	top: 80%;
	right: -1000px;
	color: #fff;
	font-size: 20px;
	background: #b8bf0d;
	padding: 20px;
	width: 30%;
	border-radius: 10px;
	z-index: 9999;
	display: none;

	animation: slide 3s forwards;
	-moz-animation: slide 3s forwards;
	-webkit--moz-animation: slide 3s forwards;
}

.video-message p {
	position: relative;
	top: 25px;
	text-align: center;
}

.video-message a {
	color: #fff;
}

.video-message a:hover {
	color: #fff;
}

.video-message:hover {
	cursor: pointer;
}

.video-message-close {
	content: '\00d7';
	position: relative;
	left: 95%;
	bottom: 50px;
	color: #fff;
	font-size: 30px;
}

.video-message-close:hover {
	cursor: pointer;
}

.message-animate {
	display: block;
	animation: slide 2s forwards;
	-moz-animation: slide 2s forwards;
	-webkit-animation: slide 2s forwards;
	-o-animation: slide 2s forwards;
}

.message-conceal {
	animation: conceal 1.5s ease-out;
	-moz-animation: conceal 1.5s ease-out;
	-webkit-animation: conceal 1.5s ease-out;
}

.modal-form {
	position: relative;
	top: -1000px;
	width: 60%;
	margin: 0 auto;
	z-index: 999;
	display: none;

	animation: slideTop 2s forwards;
	-moz-animation: slideTop 2s forwards;
	-webkit-animation: slideTop 2s forwards;
}

.slide-top {
	display: block;
	animation: slideTop 2s forwards;
	-moz-animation: slideTop 2s forwards;
	-webkit-animation: slideTop 2s forwards;
	-o-animation: slideTop 2s forwards;
}

.slide-out {
	animation: slideOut 1.5s ease-out;
	-moz-animation: slideOut 1.5s ease-out;
	-webkit-animation: slideOut 1.5s ease-out;
}

.modal-form .home_form {
	padding: 60px 0 0;
}

.modal-form .home_form .hub_override .hs-form label {
	height: auto; /* fix text spacing in modal form */
}

.modal-form .form_submit {
	padding-top: 25px;
}

.form-close {
	color: #444;
	font-size: 40px;
	position: absolute;
	left: 94%;
	top: 15px;
}

.form-close:hover {
	cursor: pointer;
}

@keyframes slide {
	100% {
		right: 0;
	}
}

@keyframes slideTop {
	100% {
		top: 0;
	}
}

@keyframes slideOut {
	0% {
		top: 0;
	}
	100% {
		top: -1000px;
	}
}

@keyframes conceal {
	0% {
		right: 0;
	}
	100% {
		right: -1000px;
	}
}

@media screen and (min-width: 668px) and (max-width: 1100px) {
	.video-message {
		width: 50%;
	}
}

@media screen and (max-width: 667px) {
	#modal-video {
		top: 0;
	}

	.modal-form {
		width: 80%;
	}

	.close-btn {
		left: 85%;
		top: 7%;
	}

	.video-message {
		width: 88%;
	}
}


/* careers page */

.careers-content {
}

.euro-iframe {
	height: 100vh;
	width: 100%;
	border: 0;
}

.careers-content h1, .careers-content h2, .careers-content p {
	 font-weight: lighter;
}

.career-listings p, .career-listings h5 {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.career-listings .header h5 {
	font-weight: bold;
}

.career-listings a {
	font-size: 16px;
	color: #b8bf0d;
}

.career-listings .header, .career-listings .summary, .career-listings .description {
	padding: 0 10%;
}

.career-listings .header {
	margin-bottom: 15px;
	display: none;
}

.career-listings .job:not(.header) {
	padding: 10px 0;
}

.career-listings .job:not(.header):nth-child(odd) {
	background-color: #666;
}

.career-listings .summary > span {
	display: block;
	cursor: pointer;
}

.career-listings .title {
	font-weight: bold;
}

.career-listings .apply-link a {
	color: #b8bf0d;
	font-weight: bold;
}

.apply-btn {
	color: #b8bf0d;
	background: transparent;
	border: none;
	font-size: 15px;
	font-weight: bold;
}

.apply-btn:hover {
	cursor: pointer;
}

@media screen and (min-width: 668px) {
	.career-listings .summary > span, .career-listings .header > span {
		display: inline-block;
		width: 32%;
	}

	.career-listings .header {
		display: block;
	}

	.career-listings .apply-link, .apply-btn {
		text-align: center;
	}

	.career-listings .title {
		font-weight: 300;
	}
}


.career-listings .description {
	display: none;
	font-weight: 300;
	margin: 1em 0;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	overflow: hidden;
}

.career-listings .description * {
	font-size: 16px;
}


.sorting-menu {
	display: flex;
	flex-flow: row;
	padding: 30px;
}

.sorting-menu > .location-filter {
	border: 1px solid #444;
	border-radius: 10px;
	width: 15% !important;
	padding: 8px;
	margin-left: 7px;
	font-size: 16px;
}

.job-search {
	background: #5da2f2;
	border: 1px solid #5da2f2;
	border-radius: 10px;
	width: 10%;
	color: #fff;
	font-size: 16px;
	margin-left: 7px;
}

.job-search:hover {
	cursor: pointer;
}

.careers-section1 {
	margin-left: 10%;
	margin-right: 10%;
}

.careers-section1 > h2, .careers-section3 > h2 {
	text-align: center;
}

.careers-section1 > p, .careers-section3 > p {
	text-align: center;
}

.careers-section2 {
	margin-top: 60px;
	height: 100%;
	width: 100%;
	background: #555;
	padding: 30px 0;
	overflow-x: hidden;
}

#gnewtonIframe {
	margin: 0 10%;
	/*display: none; */
}

.no-jobs {
	color: #fff;
	text-align: center;
}

.careers-section3 > h2, .careers-section3 > p {
	font-weight: lighter;
}

.careers-section3, .careers-section4 {
	margin-top: 60px;
	margin-left: 10%;
	margin-right: 10%;
}

.section4-content > h2, .section4-content > p {
	text-align: center;
}

.career-vid {
	margin-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
}

.career-vid-icon {
	bottom: 0;
}

.career-vid-icon:hover {
	cursor: pointer;
}

.openings-content {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 5px;
	justify-content: center;
	margin-bottom: 25px;
}

.about-content {
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	margin-bottom: 25px;
	margin-top: 60px;
}

.about-text {
	position: relative;
	text-align: left;
	/*margin-left: 12%;*/
	margin-right: 5%;
	margin-top: 12px;
}

.about-text p {
	text-align: inherit;
	font-weight: lighter;
}

.section4-content {
	margin-bottom: 35px;
}
.owl-nav {
	display: none;
}

.owl-dots {
	position: relative;
	text-align: center;
}

.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #eee;
	border-radius: 100%;
	margin-left: 10px;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
}

.carousel-section .slick-dots {
	display: inline-block;
}

.carousel-section .slick-prev {
	display: none;
	/* left: 60px;
	top: 45%; */
}

.carousel-section .slick-next {
	display: none;
	/* 	right: 60px;
		top: 45%; */
}

.slide-container {
	position: relative;
	bottom: -30px;
	height: 77vh;
	background-repeat: no-repeat;
	background-size: contain;
}

.slide-container h2 {
	position: relative;
	top: 40%;
}

.more {
	border: 2px solid #b8bf0d;
	padding: 15px;
}
.awards .more {
	border: none;
	padding-left: 0px;
}
.awards .more:hover {
	color: #b8bf0d;
}

@media screen and (min-width: 1200px) {
	.owl-dots {
		bottom: 210px;
	}

	.slide-container {
		height: 100vh;
	}
}

@media screen and (max-width: 1199px) {
	/* .openings-content {
			grid-template-columns: repeat(3, 1fr);
	} */

	.about-content {
		display: block;
		text-align: center;
	}

	.about-text {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.slide-container {
		height: 80vh;
	}

	.owl-dots {
		bottom: 180px;
	}
}

@media screen and (max-width: 1000px) {
	.openings-content {
		grid-template-columns: repeat(3, 1fr);
	}

	.sorting-menu > .location-filter {
		width: 40% !important;
	}

	.listing-1 div:nth-child(even),
	.listing-2 div:nth-child(even),
	.listing-3 div:nth-child(even) {
		background: none;
	}
}

@media screen and (max-width: 800px) {

	.career-listings {
		flex-flow: column;
	}

	.listing-1, .listing-2, .listing-3 {
		text-align: center;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 667px) {
	.openings-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.slide-container {
		height: 40vh;
	}

	.career-listings {
		grid-template-columns: repeat(1, 1fr);
	}

	.owl-dots {
		bottom: 100px;
	}
}

.content {
	text-align: center;
}

.conceal {
	display: none;
}

.reveal {
	display: block;
}
