/*!
Theme Name: USP-Technologies-Dec2020
Theme URI: http://underscores.me/
Author: XG Info Tech
Author URI: https://staging2.usptechnologies.com
Description: Custom USP Theme
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: usptechnologies
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.

USP-Technologies-Dec2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

/* 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;
}

/**
 * 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.67em 0;
}

/* 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;
}

/* 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;
}

/**
 * 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
--------------------------------------------- */


/* Elements
--------------------------------------------- */


/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */


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

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

/* Navigation
--------------------------------------------- */


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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

/** Custom USP theme styles **/

body html {
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	height: 100%;
	margin: 0;
  }
  
  
  body {
	  padding-top: 70px;
  }
  
  
  h2 {
	color: #004e7c;
  }
  
  p, li {
	font-size:1.1rem;
  }
  
  a {
	color: #004e7c
  }
  
  #main-nav .container {
	max-width: 100%;
  }
  
  .navbar {
	background: #fff;
	/*width: 100%;*/
	border-bottom:3px solid#62a844;
	
  } 
  
  .navbar .nav-item {
	font-size: 1.5rem;
	padding-right: .5rem;
  }

  .navbar-light .navbar-nav .nav-link  {
	color: rgba(0,0,0,.9);
  }

  /*.navbar-light .navbar-nav .active>.nav-link {
	color: #62a844;
  }*/

  .brand-color-blue {
	color: #004e7c;
  }

  .brand-color-green {
	color: #62a844;
  }

  .brand-color-light-blue {
	color: #6085c4;
  }

  .brand-color-background-blue {
	background-color: #004e7c;
  }

  .brand-color-background-green {
	background-color: #62a844;
  }

  .brand-color-background-light-blue {
	background-color: #6085c4;
  }
/*
  .navbar .dropdown-item {
	font-size: 1.25rem !important;
	color: #000000 !important;
	background-color: transparent !important;
  }*/

  .my-dropdown-item {
	font-size: 1.25rem !important;
	color: #000000 !important;
	background-color: transparent !important;
  }

  #showcase {
	position: relative;
	/*background-image: url("/wp-content/uploads/2020/12/whyusp-bg-1440x1023-1.jpg");*/
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 600px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  }

  /* Banner text outline- Used for all page banners */
  
  .text-outline {
	  text-shadow:
		  -1px -1px 2px #000,
		  1px -1px 2px #000,
		  -1px 1px 2px #000,
		  1px 1px 2px #000;
  }

  /* H2O2 banner */
.h2o2banner {
	background-size: cover;
	min-height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: fixed;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  }
  
  /* Home page sub nav section*/
  
  .sub-nav-section {
	display: block;
	background: #004e7c;
	padding: 20px 0 20px 0;
	text-align: center;
	height: 100px;
	text-align: center;
  }
  
  .sub-nav-section a:hover, .sub-nav-section p:hover{
	opacity: .5;
	transition: all 0.2s;
	text-decoration-skip: none;
  }
   
  .sub-nav-section p {
	line-height: 1rem;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #78a3ca;
  }
  
  .dynamic-sub-nav {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
  }
  
  .sub-nav-img-circle {
	width: 98px;
	height: 98px;
	display: inline-block;
	border: 8px solid #e1e1e1;
	border-radius: 50%;
	background: #4a4a4a;
	vertical-align: middle;
	padding: 5px;
	line-height: 49px;
	transition: all 0.2s;
	cursor: pointer;
	text-align: center;
  }

  .sub-nav-seperator {  
	width: 85px;
	height: 2px;
	background: #cccccc;
	display: inline-block;
	margin-top: 50px;
  }

   
  
  .sub-nav-img-circle.active {
	background: #003d74;
  }

  .sub-nav-img-circle:hover {
	background: #003d74;
  }
  
  /* End Home page sub nav section */
  
  /* why work with us section*/
  
  .why-work-with-us-2-img {
	margin-top: -50px;
	margin-bottom: 60px;
  }
  
	#why-work-with-usp-section {
	  padding: 140px 0 140px;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: bottom right;
	  min-height: 210px;
  }
  
  #why-work-with-usp-section h2 {
	color:white;
	font-size: 3rem;
  }
  
  #why-work-with-usp-section h2 {
	padding: 0 0 0 20px;
  }
  
  #why-work-with-usp-section p {
	color:white;
	font-size: 1.25rem;
  }
  
  #about .fas, #create-section .fas {
	color: #62a844;
	background: #004e7c;
	padding: 5px;
	border-radius: 5px;
  }
  
  /* End why work with us section*/
  
  /* Inner page */

  
  .feature-image {	
	  display: table;
	  width: 100%;
  }
  
  .heroimage {
	position: relative;
	text-align: center;
	color: black;
  }
  
  /* Center H1 text */
  .heroimage-text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  
  #inner-page-header-section {
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  } 
  
  #inner-page-v2-header-section {
	position: relative;
	min-height: 400px;
	background: no-repeat center center;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
  }

  #markets-summary-page {
	position: relative;
	background: url("../whyworkatusp-1024x176.html");
	min-height: 400px;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  }
  
  .dark-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 600px;
	background: rgba(0, 0, 0, 0.1);
  }

  /* Breadcrumbs */
  #bread-crumbs {
	background-color: #004e7c;
	max-height: 75px;
  }
  
  #bread-crumbs p {
	color:#fff;
	text-align: center;
	font-weight: 500;
	padding: 10px 0 15px 0;
  }

  #bread-crumbs a {
	color:#fff;
	text-decoration: none;
  }

  #bread-crumbs a:hover {
	color: #62a844;
  }
  
  .card-img-top {
	border-top: 5px;
	color: #62a844;
	border-top-width: 5px;
	border-top-style: solid;
  }
  
  .pic:hover {
	position: absolute;
	top: 0;
	left: 0;
	background-color:#000;
	opacity:0.5;
	z-index: 100;
	display: block;
  }

  .applicationlist {
	  text-align: left;
	  font-size: 1.5rem;
	  padding-left: 3rem;
  }

  .full-width-cell-bckg {
	background:rgba(96,133,196, .2);
  }

  .mt-minus-10px {
	  margin-top: -10px;
  }
  
  /* End Inner page */

  /* Summary page */

  .card-title-color {
	color: #62a844;
  }

  .card-title-color:hover {
	color: #004e7c;
	text-decoration: none;
  }

  .card-shadow {
	/*transition: all .8s; */
	/*box-shadow: 0px 2px 5px #444;*/
	height: 90%;
  }
  
  .card-shadow:hover{
	box-shadow: 0px 2px 5px #444; 
	transform: scale(1.05,1.05);
	transition: all .50s;
  }
  
  .card-img-bottom {
	border-bottom: 5px;
	color: #62a844;
	border-bottom-width: 5px;
	border-bottom-style: solid;
  }

  .xcard-img-bottom:hover {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	border-bottom: none;
	transform: scale(1,1);
	transition: .75s;
  }

  .xcard-img-bottom {
	border-top: 5px;
	color: #62a844;
	border-top-width: 5px;
	border-top-style: solid;
  }

  /* End Summary page */

  /* footer classes */

  .footer-text-align {
	  float: right;
  }
  @media (max-width: 1024px) {  
	.footer-text-align {
		float: none;
	}
}

  /* End footer classes */

   /* Gravity form classes */

   #newsletter button:hover {
	   border: 1px solid #62a844;
	   background-color: #6085c4;
   }

   body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		border-color: transparent !important;
		color: transparent !important;
		background-color: transparent !important; 
	}

	.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
		color: #dc3545 !important;
	}

	.gform_wrapper .field_description_below .gfield_description.validation_message {
		padding-top: 0;
	}

	.gform_wrapper .validation_error {
		border: none !important;
		color: #dc3545 !important;
		margin-bottom: 5px !important;
		padding: 5px 0 5px 0 !important;
	}

   /* End Gravity form classes */

  /* Misc. Classes */

  .common-c-btn .tribe-common a.tribe-common-c-btn {
	  background-color: #004e7c!important;
  }

  .blog-float-right {
	  float: right;
	  padding: 0 20px 20px 20px;
  }
 
  .table-cell-bckg {
    background:rgba(96,133,196, .2);
  }
	/* classes to set table border */
	table.table-bordered{
		border:1px solid#004e7c;
	}

	table.table-bordered > tbody > tr > td{
	border:1px solid #004e7c;
	}

	table.table-bordered > thead > tr > th{
	border:1px solid white;
	background-color: #004e7c;
	color: white;
	font-weight: bold;
	text-align: center;
	}

	.btn-success:hover {
		background-color: #004e7c;
		border-color: #004e7c;
	}

	.applications-block {
		padding: 0px 5px 5px 5px;
	}

	.application-card {
		margin-top: 36px;
		background: rgba(96, 133, 196, 0.2);
		border: none;
		border-top: #004e7c 5px solid;
		color: #004e7c;
	}
  
   @media (max-width: 768px) {
	#showcase {
	  min-height: 600px; }
	  #showcase h1 {
		font-size: 2rem; 
	  }
  
	.mb-resp {
	  margin-bottom: 1rem; }
	}

	/* Mega Menu classes */
  
	.megamenu-li {
	  position: static;
	}
	
	.megamenu-li a:hover{
		color: #62a844 !important;
		text-decoration: none;
	  }
	  
	.megamenu {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		padding: 0;
		background: transparent;
		border: none;
		margin-top: -35px;
	}
	
	.megamenu-inner {
		background-image: url('../jpg/menu-background.jpg');
		background-repeat: no-repeat;
		padding: 25px;
		width: 75%;
		margin: auto;
	}

	/*
	.megamenu-inner-50 {
		background-image: url('/wp-content/uploads/2021/01/menu-background.jpg');
		background-repeat: no-repeat;
		padding: 25px;
		width: 30%;
		margin: auto;
	} */

	.megamenu-inner-right {
		background-image: url('../jpg/menu-background.jpg');
		padding-left: 25px;
		width: 30%;
		margin: auto;
	}
	/* Mega Menu Media Queries */

	
	/* Small devices (landscape phones, 544px and up) increase menu background color */
	@media (min-width: 374px) and (max-width: 768px){  
		.megamenu-inner-50 {		
			background-image: url('../jpg/menu-background.jpg');
			background-repeat: no-repeat;
			margin: -3px auto;
			width: 100%;
			}
			.megamenu-inner-right {
				background-image: url('../jpg/menu-background.jpg');
				padding-left: 25px;
				width: 100%;
				margin: auto;
			}
			.my-dropdown-item {
				font-size: 1rem !important;
				color: #000000 !important;
				background-color: transparent !important;
			}
			.megamenu-inner {
				background-image: url('../jpg/menu-background.jpg');
				background-repeat: no-repeat;
				padding: 20px;
				width: 75%;
				margin: auto;
				height: 400px;
  				max-height: 800px;
  				overflow-y: scroll;
			}
			.megamenu {
				position: absolute;
				width: 100%;
				left: 0;
				right: 0;
				padding: 0;
				background: transparent;
				border: none;
				margin-top: 0;
			}
	}

	/* These media queries set the margin to display the drop down for each menu option */

	@media (min-width: 768px) and (max-width: 1200px){  
		.megamenu-margin-resources {
			margin-left: 700px;
		}
		.megamenu-margin-about {
			margin-left: 650px;
		}
	}

	@media (min-width: 1200px) and (max-width: 1400px){  
		.megamenu-margin-resources {
			margin-left: 750px;
		}
		.megamenu-margin-about {
			margin-left: 600px;
		}
		.megamenu-margin-solutions {
			margin-left: 275px;
		}
	}

	@media (min-width: 1400px) and (max-width: 1500px){  
		.megamenu-margin-resources {
			margin-left: 750px;
		}
		.megamenu-margin-about {
			margin-left: 650px;
		}
		.megamenu-margin-solutions {
			margin-left: 275px;
		}
	}

	@media (min-width: 1500px) and (max-width: 1600px){  
		.megamenu-margin-resources {
			margin-left: 850px;
		}
		.megamenu-margin-about {
			margin-left: 750px;
		}
		.megamenu-margin-solutions {
			margin-left: 375px;
		}
	}

	@media (min-width: 1600px) and (max-width: 1700px){  
		.megamenu-margin-resources {
			margin-left: 950px;
		}
		.megamenu-margin-about {
			margin-left: 850px;
		}
		.megamenu-margin-solutions {
			margin-left: 475px;
		}
	}

	@media (min-width: 1700px) and (max-width: 1800px){  
		.megamenu-margin-resources {
			margin-left: 1050px;
		}
		.megamenu-margin-about {
			margin-left: 950px;
		}
		.megamenu-margin-solutions {
			margin-left: 550px;
		}
	}

	@media (min-width: 1800px) and (max-width: 1900px){  
		.megamenu-margin-resources {
			margin-left: 1150px;
		}
		.megamenu-margin-about {
			margin-left: 1050px;
		}
		.megamenu-margin-solutions {
			margin-left: 650px;
		}
	}

	@media (min-width: 1900px) and (max-width: 2000px){  
		.megamenu-margin-resources {
			margin-left: 1250px;
		}
		.megamenu-margin-about {
			margin-left: 1150px;
		}
		.megamenu-margin-solutions {
			margin-left: 775px;
		}
	}

	@media (min-width: 2000px) and (max-width: 2100px){  
		.megamenu-margin-resources {
			margin-left: 1350px;
		}
		.megamenu-margin-about {
			margin-left: 1250px;
		}
		.megamenu-margin-solutions {
			margin-left: 875px;
		}
	}

	@media (min-width: 2100px) and (max-width: 2300px){  
		.megamenu-margin-resources {
			margin-left: 1450px;
		}
		.megamenu-margin-about {
			margin-left: 1350px;
		}
		.megamenu-margin-solutions {
			margin-left: 1000px;
		}
	}
	
	
/*Cookie policy button */
  .cn-button.wp-default {
  background: #004e7c;
  color: black;
}
  
  /* Small devices  */
  @media (max-width: 1024px) {  
	h1 {font-size: 1.5rem;
	} /*1rem = 16px*/
	.applications-block {
		padding: 0px 5px 5px 5px;
		margin-top: 20px;
	}
	.sub-nav-img-circle {
		width: 65px;
		height: 65px;
		display: inline-block;
		border: 5px solid #e1e1e1;
		border-radius: 50%;
		background: #4a4a4a;
		vertical-align: middle;
		padding: 12px;
		line-height: 15px;
		transition: all 0.2s;
		cursor: pointer;
		text-align: center;
	}
	.sub-nav-seperator {  
		width: 20px;
		height: 2px;
		background: #cccccc;
		display: inline-block;
		margin-top: 35px;
	}
	.nav-link {
		display: block;
		padding: .2rem .2rem;
	}
	.dynamic-sub-nav {
		width: 75%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	  }
	.mt-minus-10px {
		margin-top: 10px;
	}
}
   
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  
	h1 {font-size: 2rem;} /*1rem = 16px*/
	.applications-block {
		padding: 0px 5px 5px 5px;
		margin-top: 20px;
	}
  }
   
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
	h1 {font-size: 2rem;} /*1rem = 16px*/
	.applications-block {
		padding: 0px 5px 5px 5px;
	}
  }
   
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
	h1 {font-size: 2.75rem;} /*1rem = 16px*/ 
	.applications-block {
		padding: 0px 5px 5px 5px;
	}
  }
  
  /* Inner page banner */

  #inner-page-v2-header-section {
	position: relative;
	text-align: center;
	color: white;
  }
  
  /* Centered heading */
