/*!
Theme Name: rheinmetall
Theme URI: http://underscores.me/
Author: Fairly Painless
Author URI: http://fairlypainless.com
Description: Team Lynx website. Built in January 2024.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rheinmetall
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rheinmetall is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
  font-family: 'DINPro-Black';
  src: url('/wp-content/themes/rheinmetall/fonts/DINPro-Black.otf');}
@font-face {
  font-family: 'DINPro-Light';
  src: url('/wp-content/themes/rheinmetall/fonts/DINPro-Light.otf');}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body p {
	color: #000824;
	font-size: 18px;
	-webkit-font-smoothing: auto;
}

body p strong {
    -webkit-font-smoothing: antialiased;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

.group:after {
	content: ""; 
	display: table; 
	clear: both;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	font-family: "DINPro-Black";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "DINPro-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.375;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
    font-size: 30px;
	margin-top: 0;
}

h2, .bullet-point h3, .bullet-point h4 {
	text-transform: uppercase;
}

h4 strong {
    letter-spacing: 2px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #000824;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.btn,
#gform_submit_button_1{
	color: #000824;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 22px 15px;
    font-family: 'DINPro-Black';
    font-size: 14px;
    letter-spacing: 1px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#gform_submit_button_1 {
    padding: 13px 22px 15px;
}

.font-light a.btn {
    color: #000824;
    background-color: #fff;
	transition: all .3s;
    outline: 2px solid #fff;
	border-left: 0px solid #007ec1;
}
.font-light a.btn:hover {
    color: #fff;
    background-color: #00000073;
    outline: 2px solid #fff;
	border-left: 12px solid #007ec1;
	transition: all .5s;
}
.font-light a.btn:hover::after {
    background-image: url(/wp-content/uploads/2024/02/Arrow_Icons_Right_white.png);
	animation: fade-light 1.08s ease forwards;
}



@keyframes fade-light {
  	 0% { opacity: 1; }
	 20% { opacity: 0; }
   100% { opacity: 1;  }
}









.font-light a.btn::before {
    content: "";
    height: 100%;
    width: 0%;
    background-color: #007ec1;
    background-image: linear-gradient(56deg, black 68%, transparent 69%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .76s ease;
}
.font-light a.btn:hover::before {
    width: 100%;
	transition: width .44s ease;
}




.font-dark a.btn, #gform_submit_button_1 {
    color: #fff;
    background-color: #00406e;
}



a.btn::after, #gform_submit_button_1::after{
    content: "";
    background-image: url(/wp-content/uploads/2024/02/Arrow_Icons_Right_blue.png);
    height: 12px;
    width: 20px;
	margin: 0 0 -1px 16px;
    display: inline-block;
/*    position: absolute;*/
    background-size: contain;
    background-repeat: no-repeat;
/*
    left: 126px;
    top: 17px;
*/
}

.font-dark a.btn::after, #gform_submit_button_1::after {
    background-image: url(/wp-content/uploads/2024/02/Arrow_Icons_Right_white.png);
}


.font-dark a.btn {
	transition: all .3s;
/*    outline: 2px solid #00406e;*/
	border-left: 0px solid #00406e;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.font-dark a.btn:hover {
    color: #fff;
    background-color: #00000073;
/*    outline: 2px solid #00406e;*/
	border-left: 12px solid #00406e;
	transition: all .5s;
}
.font-dark a.btn:hover::after {
    background-image: url(/wp-content/uploads/2024/02/Arrow_Icons_Right_white.png);
/*	animation: fade-dark 1.08s ease forwards;*/
}

@keyframes fade-dark {
  	 0% { opacity: 1; }
	 15% { opacity: 0; }
   100% { opacity: 1;  }
}

.font-dark a.btn::before {
    content: "";
    height: 100%;
    width: 0%;
    background-color: #00406e ;
    background-image: linear-gradient(56deg, #0000007a 68%, transparent 69%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .26s ease;
}
.font-dark a.btn:hover::before {
    width: 100%;
	  transition: width .44s ease;
}

input#gform_submit_button_1:hover {
    color: #00406e;
    background-color: #fff;
    outline: 2px solid #00406e;
    border: none;
}
input#gform_submit_button_1 {
    position: relative;
    transition: all .39s;
	border: none;
	outline: 2px solid #fff;
}





a.btn:hover {
    padding: 13px 20px 15px 22px;
}
a.btn:hover::after {
    margin: 0 0 -1px 24px;
}
a.btn::after {
    transition: margin .22s;
}
a.btn {
    transition: padding .22s;
}



/* Single Post Navigation */

.nav-links .nav-subtitle {
    font-weight: 900;
}
.nav-links a {
    color: #000824;
    text-decoration: none;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

ul.nav-menu {
    display: flex;
    gap: 50px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li a {
    text-transform: uppercase;
    color: #000824;
    font-size: 14px;
    -webkit-font-smoothing: initial;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1021px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 4.5em 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.nav-links {
    flex-direction: row-reverse;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
	text-align: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: left;
	flex: 1 0 50%;
}





/* Post Navigation Hovers */
.nav-next:hover {
    transform: translateX(10px);
}
.nav-next, .nav-previous {
    transition: transform .54s;
}
.nav-previous:hover {
    transform: translateX(-10px);
}

.nav-next .nav-subtitle, .nav-previous .nav-subtitle {
    text-decoration-color: #fff !important;
    text-decoration: underline;
	text-underline-offset: 3px;
	transition: text-decoration-color .4s;
}

.nav-next:hover .nav-subtitle, .nav-previous:hover .nav-subtitle {
    text-decoration-color: #000824 !important;
    
}



/* Custom Navigation styles */
ul.nav-menu li:hover > a {
    text-decoration-color: #007ec1;
}

ul.nav-menu li a {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-underline-offset: 5px;
	transition: text-decoration-color .48s;
	cursor: pointer;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Header */

.site-branding {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'DINPro-Black';
    font-size: 22px;
	z-index: 4;
}

footer .site-branding {
    z-index: 2;
}

.site-branding h3 {
    margin-left: -10px;
    transition: letter-spacing .4s;
	margin-bottom: 22px;
    font-size: 18px;
}

/* .site-branding:hover h3 {
    letter-spacing: 2px;
} */

.site-branding.active h3 {
    color: #fff;
    transition: all .5s;
}

header .site-branding.active {
    position: fixed;
    top: 20px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 20px 20px;
}


img.main-logo {
    width: 65%;
}

/* Footer */

footer {
    background-color: #000824;
    padding: 50px 0;
	position: relative;
}

.site-info {
    display: flex;
	align-items: center;
    justify-content: space-between;
}

.site-footer nav ul {
    display: flex;
    gap: 50px;
    list-style: none;
	padding: 0;
    margin: 0;
}

.site-footer nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'DINPro-Light';
    font-weight: 900;
}

footer .menu li.current-menu-item a {
    color: #007ec1;
    text-decoration: none;
    text-underline-offset: 5px;
    text-decoration-color: #ffffff7a;
}

footer .menu li a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #000824;
	transition: text-decoration-color .48s;
}

footer .menu li:hover a {
	text-decoration-color: #007ec1;
}

.copyright-text {
    position: absolute;
    bottom: 0;
}

.copyright-text p {
    color: #ffffff96;
    font-size: 12px;
	text-align: right;
}

.copyright-text.container {
    max-width: 1280px;
    padding: 0 40px;
    width: 100%;
}


/* Site Content
--------------------------------------------- */
.container {
    width: 1080px;
    margin: 0 auto;
}

header#masthead.container {
    max-width: 1280px;
    width: revert;
}

.site-info.container {
    width: revert;
    max-width: 1280px;
    padding: 0 20px;
}

.top-pad {
    padding-top: 100px;
}

.bottom-pad {
    padding-bottom: 100px;
}

.both-pad {
    padding: 100px 0;
}

.no-pad {
    padding: 0;
}
.banner {
	background-size: cover;
	background-position: center;
	padding: 200px 30px;
}
.home .banner {
    padding: 100px 0 125px;
}
.banner.large-banner {
    min-height: 500px;	
}
.banner.medium-banner {
    padding: 150px 0;
    min-height: 400px;
    height: 100%;
    max-height: 600px;
}
.page-template-default .banner.large-banner {
    padding: 200px 30px 100px;
}
.banner-heading {
    color: #fff;
}
.banner-heading h1 {
    margin: 0;
    font-size: 50px;
    line-height: 1.105;
    text-transform: uppercase;
}
.banner-heading p {
	color: #fff;
	min-width: 350px;
    max-width: 615px;
	margin-top: 34px;
}
section {
    position: relative;
    background-color: #fff;
}
section.entry-content-wrap {
    padding: 50px 0 15px;
}
section.bg-image {
    background-size: cover;
}
section.bg-image::after, .banner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(90deg, #3f3d43d4 10%, transparent);
    top: 0;
    mix-blend-mode: multiply;
    z-index: 0;
}
.banner::after {
    left:0;
}
section.bg-image .container > *,
.banner .container > * {
	z-index:1;
	position: relative;
}
.banner{
	position: relative;
}
.font-light {
    color: #fff;
}
.font-dark {
  color: #000824;
}
.font-dark h2 {
    color: #007ec1;
}

.font-dark h2 strong {
    color: #00406e;
    font-size: 32px;
    transform: translateY(1px);
    display: inline-block;
}

.full-width.bg-none.font-dark ul {
    padding: 0;
    margin: 0 0 0 40px;
}

/* Split Section & Two-Column */

.split .split-group, .two-column .columns  {
    gap: 8%;
    display: flex;
	align-items: center;
}

/*
.split.img-side-right .split-group {
    gap: 8%;
	flex-direction: row-reverse;
}
*/

.split-right, .two-column .col-1-2, .two-column .col-2-2 {
    width: 45%;
}

.img-side-left .split-left, .img-side-right .split-right {
    background-size: cover;
    background-position: center;
    min-height: 350px;
    /* height: 450px; */
    max-height: 450px;
    width: 45%;
}

.img-side-right .split-right, .img-side-left .split-left {
    width: 50%;
}
.img-side-right .split-left, .img-side-left .split-right {
    width: 42%;
}

.img-side-right.no-pad .split-left {
    padding: 35px 0 0 35px;
}

.split.img-side-left .split-group {
    gap: 6%;
}



/* Three-Column */

.three-column .col-1-3, .three-column .col-2-3, .three-column .col-3-3 {
    width: 30%;
}
.three-column .columns {
    display: flex;
    gap: 5%;
}











/* Video Section */
section.video-section {
	/* overflow: hidden; */
}
.video-container {
    height: 100%;
	display: grid;
}
.video-container video {
    width: 100%;
}
section.video-section .video-container::after, section.video-section .video-container::before {
    content: "";
    height: 100%;
    width: 25%;
    right: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
	transition: width 1.58s ease;
	z-index: 10;
}
section.video-section .video-container::before {
	right: revert;
    left: 0;
}

section.video-section.in-viewport .video-container::after, section.video-section.in-viewport .video-container::before {
/*    width: 0%;*/
	animation: openVaultDoors 1.18s ease forwards;
}

@keyframes openVaultDoors {
  	 0% { width: 25%; }
	30% { width: 15%; }
	44% { width: 17%; }
	45% { width: 17%; }
   100% { width: 0%;  }
}

section.video-section .video-container::before {
    box-shadow: -4px 1px 14px 3px #00000057;
}
section.video-section .video-container::after {
    box-shadow: 7px 3px 14px 3px #00000057;
}


.video-section.scroll-element .disclaimer-text p {
    opacity: 0;
	transform: translateX(-15px);
	transition: opacity 1.25s .75s, transform 1.75s ease-in-out;
}

.video-section.scroll-element.in-viewport .disclaimer-text p {
    opacity: 1;
	transform: translateX(0px);
}








/* Media Resources */

.media-resources {
    background-image: url(/wp-content/uploads/2024/02/TechyGraphic_LGreyscaled-down-left-side.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

ul.resources-section-wrapper {
    list-style: none;
    margin: 0;
	padding: 0 0 70px;
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

li.content-wrap__column-left {
    width: 48%;
}

.single-resource-post {
    background-color: #007ec1;
    color: #fff;
	width: 23%;
	height: 265px;
    display: inline-block;
	padding: 25px;
	position: relative;
	overflow: hidden;
}

.single-resource-post a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-font-smoothing: auto;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.media-resources h3 {
    line-height: 1.3;
    font-weight: 500;
    font-size: 29px;
    width: 57%;
}
.media-resources a.btn::after {
    display: none;
}

.resource-meta-group > * {
    display: inline;
}

.media-resources h5.category-name {
    text-transform: uppercase;
}

#download-btn img {
    height: 20px;
	width: auto;
    margin: 0 0 -5px 20px;
}

#view-btn img {
    height: 14px;
	width: auto;
    margin: 0 0 -3px 20px;
}

.single-resource-post h4 {
    font-family: 'DINPro-Black';
}

#resource.line-path {
    height: 2px;
    width: 100%;
    background-color: #00406e;
    position: absolute;
    left: 0;
    bottom: 65px;
	transition: height .48s;
}

.media-resources .btn-wrapper {
    text-align: center;
}

.media-resources a.btn::after {
    display: inline-block;
}

.single-resource-post:hover a#view-btn::after {
    width: 300px;
}
a#view-btn::after {
    content: "";
    background-color: #00406e;
    position: absolute;
    bottom: -25px;
    left: -91px;
    height: 65px;
    width: 2px;
	z-index: -1;
    transition: width .9s ease;
}

.single-resource-post:hover a#download-btn::after {
    bottom: -25px;
}
a#download-btn::after {
    content: "";
    background-color: #00406e;
    position: absolute;
    bottom: -90px;
    left: -75px;
    height: 65px;
    width: 259px;
    z-index: -1;
    transition: bottom .49s ease;
}

/* Resources Archive */
ul.resources-list {
    padding: 100px 0;
    margin: 0;
}
section.resources-archive-section li {
    margin: 0px 10px 10px 0;
}




/* Single Partners Posts */

.single-partner ul.resources-section-wrapper {
    padding: 40px 0 70px;
}
.related-resources-section h4.heading {
    font-size: 28px;
    margin: 0 0 -10px;
}
.related-resources-section h5.category-name {
    text-transform: uppercase;
}
.single-partner img.partner-logo-img {
    width: 36%;
}
.partner-website-section a.btn::after {
    left: 217px;
}
.partner-website-section{
    padding: 0px 0 65px;
}
section.entry-content-wrap .container {
    position: relative;
}
a.link-to-archive {
    position: absolute;
    right: 0;
    top: 12px;
    text-underline-offset: 5px;
    text-decoration-color: #007ec1;
    font-weight: 900;
    color: #000824;
	transition: all .3s;
}
a.link-to-archive:hover {
    transform: translateY(-5px);
}

/* Single Posts  */
.single-post a.link-to-archive {
    top: 0px;
}
.single-post .banner-heading {
    width: 75%;
}
.single-post .banner {
    padding: 100px 30px 100px;
}
.single-post .entry-content-wrap {
    padding: 40px 0 100px;
}

span.nav-title {
    display: block;
}

/* Single Resource Posts  */
.single-resource a.link-to-archive {
    position: revert; 
    display: block;
    text-align: right;
    margin-bottom: 50px;
}
.single-resource section.entry-content-wrap {
    padding: 50px 50px 75px;
}
.single-resource nav.navigation.post-navigation {
    display: none;
}










/* Full Width + Bullet Points*/

.bullet-point h3, .bullet-point h4 {
    margin: 0;
}

.bullet-point h3 {
    font-size: 32px;
    line-height: 1.15;
}

.full-width.has-bullets p {
    width: 50%;
}

.full-width.bg-none.has-bullets p {
    width: 100%;
}

.full-width.bg-image.has-bullets p {
	text-shadow: 3px 4px 8px black;
	color: #fff;
}


.bullet-points-container {
	margin: 50px 0 60px;
	width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.full-width.bg-none .bullet-points-container {
    gap: 35px;
}

.bullet-point {
    width: 45%;
    height: fit-content;
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: start;
    border-left: 2px solid #007ec1;
}

.full-width.bg-none .bullet-point h3 {
    font-size: 26px;
}
.full-width.bg-none .bullet-point {
    width: 100%;
}


/* CTA with Content */

section.cta-with-content {
    background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/02/TechyGraphic_LGreyscaled-down-left-side.png);
}
.cta-with-content h3 {
    line-height: 0.3;
    font-weight: 500;
    font-size: 29px;
}
.cta-with-content .columns {
    display: flex;
    justify-content: space-between;
}
.cta-with-content .columns .col-1 {
    width: 45%;
}

.cta-with-content .columns .col-2 {
    width: 46%;
}

.home .cta-with-content a.btn::after {
    left: 164px;
}



/* Partners with Logos */
.partners-logos .columns-group {
    display: flex;
    justify-content: space-between;
}
.partners-logos .columns-group .col-1 {
    width: 29%;
}
.partners-logos .columns-group .col-2 {
    width: 70%;
}
.content__partners p {
    margin-top: 6px;
}
ul.logos-list-container {
    gap: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	justify-content: space-between;
}
li.single-partner-logo {
    width: 30%;
}
.partners-logos .btn-wrapper {
    margin-top: 55px;
}
.partners-logos .columns-group .col-1 h2 {
    width: 12ch;
}
/* News */

section.news {
    background-image: url(/wp-content/uploads/2024/02/TechyGraphic_LGreyscaled-down.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.content-wrap__col-2.news-group {
    display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 10px 0 50px;
}

.single-news-post {
    width: 23%;
	position: relative;
}

.news-post-meta > * {
    margin: 0;
    display: inline-block;
    font-size: 12px;
	-webkit-font-smoothing: auto;
}

.news-post-meta h5.category-name {
    text-transform: uppercase;
}

.news .post-title a {
    color: #000824;
    font-family: 'DINPro-Black';
    text-decoration: none;
    -webkit-font-smoothing: revert;
    font-size: 16px;
    letter-spacing: .25px;
}

.news .excerpt-content {
    font-size: 16px;
}

.news-post-meta {
    margin-top: 30px;
}

.news .line-path {
    height: 2px;
    width: 100%;
    background-color: #007ec1;
    position: absolute;
	top: 218px;
}

.news-photo {
    height: 200px;
    background-size: cover;
    background-position: left;
	cursor: pointer;
    position: relative;
	overflow: hidden;
}

.news h4.post-title {
    margin-top: 25px;
}

.news .btn-wrapper {
    margin: 0 auto;
    text-align: center;
}

.single-news-post h4 a {
   transition: color .48s;
}

.single-news-post:hover h4 a {
    color: #007ec1;
}


.single-news-post:hover .news-photo::after {
    background-color: transparent;
	transform: scale(1.1);
}
.news-photo::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000626;
	transition: background-color .28s, transform .4s .12s;
    background-image: radial-gradient(transparent 58%, black 120% );
}

span.video-icon-wrap {
    position: absolute;
	width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.video-icon-wrap {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    z-index: 3;
    transition: all .5s;
    opacity: .9;
	box-shadow: 0 0 10px 3px black;
}
span.video-icon-wrap img {
    width: 19px;
    margin-left: 5px;
}
span.video-icon-wrap:hover {
    transform: translate(-50%, -50%) scale(1.1);
}





/* Partners List Section */

section#all-partners {
    background-color: #f5f5f5;
}

ul.partners-list {
    padding: 0;
    margin: 0;
}
li.single-partner {
    list-style: none;
}
li.single-partner .content-excerpt {
    padding: 0px 0 25px;
	max-width: 600px;
}
.partners-list .single-partner img.partner-logo-img {
    transform: translateX(-10px);
}
.title-content-group h3 {
    text-decoration: underline;
    text-decoration-color: #007ec1;
    text-underline-offset: 5px;
}
ul.partners-list li:first-of-type {
    margin-top: 0;
}


li.single-partner-logo a:hover img {
    transform: scale(1.1);
}
li.single-partner-logo a img {
    transition: .38s;
}

ul.partners-list .entry-content {
    display: flex;
    height: 450px;
	align-items: center;
}
ul.partners-list .entry-content .col-1, ul.partners-list .entry-content .col-2 {
    width: 50%;
}
ul.partners-list li:nth-of-type(odd) .entry-content {
    flex-direction: row-reverse;
}
ul.partners-list li:nth-of-type(odd) .entry-content .col-1, ul.partners-list li:nth-of-type(even) .entry-content .col-1 {
    padding: 50px;
	height: 100%;
	display: grid;
}
ul.partners-list li:nth-of-type(odd) .entry-content .col-2, ul.partners-list li:nth-of-type(even) .entry-content .col-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	height: 100%;
}
.single-partner img.partner-logo-img {
    width: 70%;
	max-width: 400px;
}
/* Hacky way to make images go to the edge, untill 1550px */
section#all-partners .container {
    max-width: 3550px;
    width: revert;
}
#raytheon .col-2 {
    background-position: center;
}
.banner.raytheon__partner-page {
    background-repeat: no-repeat;
    background-size: cover;
}





/* Captions on Photos */
figcaption.wp-caption {
    position: relative;
}
figcaption.wp-caption-text {
    position: absolute;
    bottom: 0;
    padding: 5px 17px;
    margin: 0 !important;
    background-color: #00000085;
    color: #fff;
    font-size: 14px;
}


/* Display caption text on banner images */
span.caption-text {
    background-color: #0000006b;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 25px;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
}

/* Disclaimer Text */
.disclaimer-text {
    background-color: #000824;
/*     position: absolute; */
/*     left: 0;
    bottom: 0; */
    width: 100%;
    z-index: 3;
}
.disclaimer-text p {
    color: #fff;
	padding: 8px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: center;
	margin: -1px 0 0;
    padding: 20px;
}
.page-builder-sections-group {
    position: relative;
}


/* Contact Section */

ul.partners-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-section-wrapper {
    display: flex;
    gap: 3%;
}

h2.contact-heading {
    width: 25%;
	line-height: 0.6;

}

li.single-partner-contact {
    width: 30%;
    border-top: 2px solid #007ec1;
}

li.single-partner-contact h5 {
    text-transform: uppercase;
    color: #717171;
    font-size: 12px;
    margin: 16px 0 25px;
}

.phone-container h4, .email-container h4 {
    margin: 0;
    font-family: 'DINPro-Black';
}

.email-container p {
    margin: 0 0 50px 0;
}
.phone-container p {
    margin: 0px 0 20px 0;
}

.phone-container p a, .email-container p a {
    text-decoration: none;
    color: #000824;
    font-size: 16px;
}


/* Contact Form */

.contact-form-container {
    padding: 25px 0 0;
}
.gform_body label {
    display: none !important;
}
.gform_body input, .gform_body textarea {
    border: 2px solid #909090;
	padding: 10px 20px!important;
}

/* fix extra padding for name field */
#gform_wrapper_1 span#input_1_1_3_container {
    padding: 1px;
}


/* ...all this just to make the placeholder all CAPS :/ */
#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield #input_1_5::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  text-transform: uppercase;
}
#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield #input_1_5::-moz-placeholder { 
	/* Firefox 19+ */
  text-transform: uppercase;
}
#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield #input_1_5:-ms-input-placeholder {
	/* IE 10+ */
  text-transform: uppercase;
}
#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield #input_1_5:-moz-placeholder {
	/* Firefox 18- */
  text-transform: uppercase;
}

.gform_footer.top_label {
    margin-top: 40px !important;
}


/*	Mobile Nav */
	
	.main-navigation.toggled ul {
		position: fixed;
		right: 0;
		top: 0px;
		background-color: #00406e;
		width: 100%;
		z-index: 2;
		height: 100vh;
		padding-top: 130px;
	}
	.menu-toggle {
		position: absolute;
		top: 77px;
		right: 45px;
		z-index: 10000;
		border: none;
		padding: 0;
		cursor: pointer;
		width: 34px;
		height: 24px;
		background: none;
	}
	.toggled .menu-toggle {
		position: fixed;
		top: 54px;
	}
	span.ham {
		display: block;
		height: 4px;
		width: 38px;
		background-color: #007ec1;
		position: absolute;
		top: 0;
		transition: all 0.6s;
	}
	.toggled span.ham {
		background-color: #fff;
	}
	span.ham.ham-2 {
		top: 10px;
	}
	span.ham.ham-3 {
		top:20px;
	}
	.toggled span.ham.ham-1 {
		transform:rotate(135deg);
			top: 6px;
		left:2px;
	}
	.toggled span.ham.ham-2 {
		opacity: 0;
		transform: scale(.15);
	}
	.toggled span.ham.ham-3 {
		transform:rotate(45deg);
		top: 6px;
		left:2px;
/*		box-shadow: 0px 1px 4px 1px #000000d4;*/
	}

	.toggled.main-navigation li {
		position: relative;
		height: 15%;
		border-bottom: none;
	}
	.toggled.main-navigation li::after {
		content: "";
		width: 80%;
		height: 2px;
		background-color: #007ec1;
		transition: width 1s, background-color .98s .12s;
	}
	.toggled.main-navigation li:hover::after {
		background-color: #d02f2fa6;
		width: 70%;
		transition: width .48s, background-color .68s .08s;
	}
	.toggled.main-navigation a {
		font-size: 24px;
		color: #ebe7e1;
	}
	.main-navigation li.current-menu-item {
		border-bottom: none;
	}
	.main-navigation li.current-menu-item a {
		color: #007ec1;
	}
	.site-branding .main-logo {
/*		width: 200px;*/
		z-index: 3;
		position: relative;
    	transition: .6s;
	}
	header .site-branding:hover img {
		transform: scale(1.03);
	}
	.main-navigation.toggled ul li {
		text-align: center;
		/* border-bottom: 2px solid #007ec1; */
		display: grid;
		place-items: center;
	}

/* 404 page */

.error-404.not-found .page-content {
    padding: 100px 0;
}
.error-404.not-found .banner.medium-banner {
    max-height: 400px;
    min-height: 200px;
    padding: 100px 0;
}


a#linkedin {
    color: #fff;
	text-decoration-color: transparent;
	position: relative;
}

a#linkedin span {
    color: #fff;
    background-color: #007ec1;
    padding: 1px 2px;
    border-radius: 3px;
    margin-left: 2px;
}

a#linkedin:hover::after {
    right: -18px;
    color: #fff;
}
a#linkedin::after {
    content: ">>";
    position: absolute;
    right: -6px;
    color: transparent;
    transition: all .38s .2s ease-out;
}



/* Misc */
#wescam-content .split-right {
    flex: 1;
}
#wescam-content .split-left {
    width: 40%;
}



@media (max-width: 1180px) {
	.container {
		width: 950px;
	}
	
	.site-footer nav ul {
    	gap: 40px;
	}
	
	.main-navigation li a {
    	font-size: 13px;
	}
	ul.nav-menu {
    	gap: 38px;
	}
	.single-resource-post {
		padding: 17px;
	}
	.media-resources h3 {
		width: 80%;
	}
}
@media (max-width: 1030px) {
		.site-info {
		display: flex;
		gap: 10px;
		align-items: center;
		flex-direction: column;
	}
}

@media (max-width: 1020px) {
	.container {
		width: 90%;
	}
	img.main-logo {
		width: 45%;
	}
	.site-branding h3 {
		margin: 10px 0 15px -30px;
		transition: letter-spacing .4s;
	}
	.site-footer nav ul {
		display:block;
		text-align: center;
}
	
	ul.nav-menu li a {
		text-decoration: none;
	}
	.site-footer nav ul li {
		margin-bottom: 15px;
	}
	.site-branding > a {
		width: 150px;
		transform: translateX(28px);
	}
	.menu-toggle {
		top: 51px;
	}
	.main-navigation.toggled ul {
		position: fixed;
		right: 0;
		top: 0px;
		background-color: #00406e;
		width: 100%;
		z-index: 3;
		height: 100vh;
		padding-top: 130px;
		background-image: url(/wp-content/uploads/2024/02/TechyGraphic_LGreyscaled-down-transparent.png);
		background-blend-mode: multiply;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.main-navigation.toggled ul::after {
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: -1;
		position: absolute;
		background-image: linear-gradient(45deg, #06060ad9, transparent);
	}
	footer img.main-logo {
		transform: translateX(14px);
	}
	.copyright-text p {
		text-align: center;
	}
	
	.single-resource-post {
		width: 47%;
	}
	a#download-btn::after {
		left: -160px;
		width: 430px;
	}
	a#view-btn::after {
		left: -172px;
	}
	.single-resource-post:hover a#view-btn::after {
		width: 430px;
	}
	.contact-section-wrapper {
		flex-direction: column;
	}
	.contact-section-wrapper h2.contact-heading {
		width: 100%;
	}
	.bullet-points-container {
		width: 100%;
	}
	.full-width.has-bullets p {
		width: 75%;
	}
	li.single-partner-logo {
		width: 45%;
	}
	section.media-resources .single-resource-post h4 {
		font-size: 20px;
	}
	.single-resource-post h4 {
		font-size: 22px;
	}
	.single-news-post {
		width: 48%;
	}
	li.content-wrap__column-left {
		width: 47%;
	}
	.single-resource section.entry-content-wrap {
   		padding: 50px 0px 75px;
	}
	.single .banner .container {
		width: 100%;
	}
	header .site-branding {
		transform: translateX(-25px);
	}
}


@media (max-width: 776px) {
	
	.banner.raytheon__partner-page {
		background-position: center;
	}
	.cta-with-content .columns .col-1, .cta-with-content .columns .col-2 {
		width: 100%;
	}
	.cta-with-content .columns {
		flex-direction: column;
		gap: 60px;
    	position: relative;
	}
	.cta-with-content .columns .col-1, .cta-with-content .columns .col-2 {
		width: 100%;
	}
	.cta-with-content .columns .col-2 {
		margin-top: -90px;
		padding-bottom: 90px;
	}
	.cta-with-content .columns .btn-wrapper {
		position: absolute;
		bottom: 0;
	}
	.partners-logos .columns-group {
		flex-direction: column;
		position: relative;
	}
	.partners-logos .btn-wrapper {
		margin-top: 55px;
		position: absolute;
		bottom: 0;
		width: 100%;
		display: grid;
		place-content: center;
	}
	ul.logos-list-container {
		padding: 30px 0 100px;
	}
	.partners-logos .columns-group .col-1, .partners-logos .columns-group .col-2, .partners-logos .columns-group .col-1 h2  {
		width: 100%;
	}
	h2 {
		font-size: 38px;
	}
	.font-dark h2 strong, .font-light h2 strong {
		font-size: 41px;
	}
	.content-wrap__col-2.news-group {
		flex-wrap: wrap;
		justify-content: center;
	}
	.single-news-post {
		width: 48%;
	}
	.banner.medium-banner {
		padding: 100px 30px;
	}
	ul.partners-list li:nth-of-type(odd) .entry-content, ul.partners-list .entry-content {
		flex-direction: column-reverse;
	}
	ul.partners-list .entry-content .col-1, ul.partners-list .entry-content .col-2, .single-partner img.partner-logo-img {
		width: 100%;
	}
	ul.partners-list .entry-content {
		height: 730px;
	}
	ul.partners-list li:nth-of-type(odd) .entry-content .col-1, ul.partners-list li:nth-of-type(even) .entry-content .col-1 {
		padding: 50px 50px 100px;
	}
	
	li.single-partner-contact {
		width: 48%;
	}
	section.video-section .video-container {
		height: fit-content;
	}
	.single-partner img.partner-logo-img {
		margin-top: 25px;
	}
	.single-partner .banner .container {
		width: 100%;
	}
	.split.img-side-right .split-group {
    	flex-direction: column-reverse;
	}
	.split .split-group {
    	flex-direction: column;
		gap: 40px !important;
	}
	.img-side-right .split-right, .img-side-left .split-left {
		width: 100%;
		min-height: 500px;
		height: auto;
	}
	.img-side-right .split-left, .img-side-left .split-right, #wescam-content .split-left {
		width: 100%;
	}
/*
	.banner .container {
		width: 100%;
	}
*/
}

@media (max-width: 570px) {
	.site-branding h3 {
		margin: 10px 0 15px -42px;
	}
	h2 {
		font-size: 35px;
	}
	.font-dark h2 strong, .font-light h2 strong {
		font-size: 38px;
	}
	li.content-wrap__column-left, .single-resource-post {
		width: 100%;
	}
	.single-resource-post h4 {
		font-size: 26px;
	}
	a#download-btn::after {
    left: -200px;
    width: 500px;
}
	a#view-btn::after {
		left: -218px;
	}
	.single-resource-post:hover a#view-btn::after {
		width: 505px;
	}
	.full-width.has-bullets p {
		width: 100%;
	}
	.bullet-point {
		width: 100%;
	}
	section.media-resources .single-resource-post h4 {
		font-size: 22px;
	}
	.single-resource-post a {
		font-size: 16px;
		bottom: 25px;
	}
	#download-btn img {
		margin: 0px 0 -4px 10px; 
	}
	#view-btn img {
		margin: 0px 0 -2px 20px;
	}
	.banner-heading h1 {
		font-size: 36px;
	}
	.banner.medium-banner {
		min-height: 300px;
		height: fit-content;
		max-height: 600px;
	}
	.banner.medium-banner {
		padding: 75px 0px;
	}
		li.single-partner-contact {
		width: 100%;
	}
		li.single-partner-contact h5 {
		font-size: 16px;
	}
		.phone-container h4, .email-container h4 {
		font-size: 22px;
	}
	.phone-container p a, .email-container p a {
		font-size: 20px;
	}
	.gform_body input, .gform_body textarea {
		font-size: 16px !important;
		font-weight: 600 !important;
	}
	.single .banner .container {
		width: 90%;
	}
}
@media (max-width: 480px) {
	.single-news-post{
		width: 100%;
	}
	li.single-partner-logo {
		width: 75%;
	}
	ul.logos-list-container {
		gap: 50px;
		justify-content: center;
	}
	.single-resource-post h4 {
		font-size: 23px;
    	margin-top: 20px;
	}
	    .site-branding h3 {
        font-size: 15px;
    }
}



