/* Global Styles (portrait) ----------- */
body {
  -webkit-text-size-adjust: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
#toggle-menu {
  display: none;
  position: relative;
  color: #fff;
  font-size: 1.066rem;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
#toggle-menu:hover:before {
  content: "";
  width: 100%;
  height: 0px;
  background: var(--amber);
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;

    content: "";
  width: 100%;
  height: 0px;
  border-radius: 0 0 1.066rem 1.066rem;
  background: var(--amber);
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; height: 5px;
}
#toggle-menu:hover {
  text-decoration: none;
}
#toggle-menu:hover:before {
  height: 6px;
}


@media only screen and (max-width: 1220px) {
.container{
	padding-left: 20px;

	padding-right: 20px;
}
}
@media only screen and (max-width: 1199px) {
#logo {
	min-width: inherit;
	max-width: 260px;
	display: flex;
	align-items: center;
}
nav ul.desktopMenu > li{
	font-size: 1rem;
}
section h2, h2{
	font-size: 3.6rem;
}

section h4, h4{
	font-size: 1.64rem;
}
.bannerTxt{
font-size: 1.25rem;	
}

.bannerBtns.rowLinks {
	align-items: flex-start; gap: 1rem; flex-direction: column;
}
.text-center .bannerBtns.rowLinks{
	align-items: center;
}
}

@media only screen and (max-width: 991px) {
#toggle-menu {
	display: block;
	margin: 0 20px;
}
nav ul.desktopMenu {
	position: absolute;
	width: 260px;
	right: 10px;
	top: 100%; 
	background: #111; flex-direction: column; border-left: solid 1px #333; border-right: solid 1px #333;  border-bottom: solid 1px #333;
	display: none;
}
nav ul.desktopMenu > li {
	border-top: solid 1px #333; line-height: 1em; font-size: 1rem;
}
nav ul.desktopMenu > li > a{
	display: block;
	padding: 10px 15px;
}
nav ul.desktopMenu > li > ul {
	position: relative;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 100%;
	background: transparent;
	border-radius: 0;
}
nav ul.desktopMenu > li > ul > li{
		border-bottom: solid 1px #333; line-height: 1em; font-size: .9rem;
}
nav ul.desktopMenu > li > ul > li > a{
		display: block;
	padding: 10px 15px 10px 35px;
}
section h2, h2 {
	font-size: 3rem;
}
section h3, h3{
	font-size: 2.4rem;
}
section h4, h4 {
	font-size: 1.4rem;
}
.bannerTxt {
	font-size: 1.05rem;
}
input[type="submit"], button, .button {
	height: var(--line-height-mobile);
	line-height: calc(var(--line-height-mobile) - 2px);
	font-size: 1.1rem;
}
.rowLinks .btnMore{
	font-size: 1rem;
}
.font18 {
	line-height: 1.65em;
	font-size: 1.1rem;
}
.tech-data{
	padding: 2rem;
}
.tech-desc{
	font-size: 1rem;
}
.capability-item.tech-item {
	height: 100%;
}
.capability-item .tech-data{
	padding: 2rem;
}
#footerNav ul {
	gap: 1.8em;
}
.entries-list .entry-meta {
	padding: 2rem;
}
}

@media only screen and (max-width: 767px) {
#home-mission .col.sectionImgCol {
	padding: 0 20px;
	margin-bottom: 2.5rem;
}
#home-mission .col.sectionImgCol img {
	max-width: 280px;
}
.capability-item.tech-item {
	min-height: 300px;
	align-items: center;
}
#home-insights .container{
	padding: 2rem 20px;
}
#paginationWrapper {
	flex-direction: column;
}
.page-items.pages span, .page-items.pages a{
	font-size: 1.3rem;
}
#single-blog #banner{
	height: 280px;
}
.tech-item {
	display: block;
}
#page-blog .tech-image {
	width: 100%;
}
.tech-image{
	width: 100%; height: 236px;
}
.tech-data {
	padding: 2rem;
	width: 100%;
	border-left: solid 2px #333;
	border-right: solid 2px #333;
}
.font22{
	font-size: 1.25rem;
}
#single-blog main .entry-title{
	font-size: 2.7rem;
}
}

@media only screen and (max-width: 575px) {
#header {
	flex-wrap: wrap;
}
#logo {
	width: 100%;
	max-width: 100%;
	border-bottom: solid 1px #333;
}
#header-right {
	flex-direction: row; align-items: center;
}
#header-right-top {
	flex: 1;
	padding: 0 20px; line-height: 38px;
	text-align: left;
	border-bottom: none; border-right: solid 1px #333333; justify-content: flex-start;
}
#toggle-menu{
	line-height: 38px;
}
section h2, h2 {
	font-size: 2.55rem;
}
section h3, h3{
	font-size: 2rem;
}
section h4, h4 {
	font-size: 1.2rem;
}
#single-blog main .entry-title{
	font-size: 2.3rem;
}
.formBx{
	padding: 20px;
}
.gform_fields > .gfield{
	width: 100%;
}
}