/*
Theme Name: Digitaledge NUIG
Theme URI: http://www.digitaledge.ie/
Template: twentytwentyone
Author: The Digitaledge Team
Author URI: https://www.digitaledge.ie/
Description: Digitaledge academic site Wordpress.
Version: 1.0
Text Domain: digitaledge_domain
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	position:relative;
	border: 0;
	font-size: 1.06rem;
	font-style: inherit;
	font-weight: 300;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: basbeline;
	font-family: 'Inter', "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif;
	line-height: 1.5rem;
}
article,     font-a
div,
span,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
nav,
section {
	position:relative;
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #7d7d7d;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4rem;
}

body {
	background: #fcfcfc;
}

a {
	color: #7d7d7d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
	letter-spacing: 2px;
	color:#242223;
	margin-bottom:15px;
	font-family: 'Spectral', serif;
}

h1 {
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 25px;
}

h2 {
	font-size: 1.5rem;
	line-height: 2.1rem;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.25rem;
	line-height: 1.8rem;
}

h4 {
	font-size: 1.15rem;
	line-height: 1.5rem;
}

h5 {
	font-size: 1.1rem;
	line-height: 1.5rem
}

h6 {
	font-size: 1.0rem;
}

address {
	font-style: italic;
	margin-bottom: 25px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #CCCCCC;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
	padding-bottom:5px;
	text-align:left;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: inherit;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	font-family: 'Courier New', "Trebuchet MS", sans-serif;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote{
	border-top: thin solid #242223; 
	border-bottom: thin solid #242223;
	color: #242223;
	margin-bottom: 25px;
	padding: 20px;
}
blockquote p {
	width:100%;
	color: #242223;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
	line-height: 2.1rem;
	text-align: center;
}
blockquote cite,
blockquote small {
	display: block;	
	width:100%;
	color: #7d7d7d;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5rem;
	text-align: center;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 300;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;

}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 25px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 25px;
}

ul,
ol {
	list-style:disc;
	list-style-position: outside;
	margin: 0px;
	margin-bottom: 25px;
	margin-top: 5px;
	margin-left: 20px;
}


ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0px;
	list-style: none;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
}
figure iframe{
	width:100%;
	/*height:100%;*/

}
picture{
	min-width: 5px;
	min-height: 5px;
}
picture img, figure img{
	width:100%;
	height:100%;
	-webkit-object-fit: cover;
	-webkit-object-position: center;
	object-fit: cover;
	object-position: center;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 25px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

del {
	color: #7d7d7d;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
a {
	color: #a80050;
    text-decoration: underline dotted #c296ab;
}
/*END reset******************************************************************/
/*dev stuff****************************************************/
.de-dev-info{
	position:fixed;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
	height:auto;
	background-color:#4d4d4d;
	color:#fcfcfc;
	opacity:0.75;
	overflow:hidden;
	z-index:210;

}
.de-dev-info ul{
	float:left;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
	background-color:#D4292C;
}
.de-dev-info ul li{
	float:left;
	margin-left:5px;
}
/*END dev stuff************************************************/
/**************************************************************/
/*Body*********************************************************/
body {
	width:100%;
	display:block;
	color: #7d7d7d;
	background-color:#fcfcfc;
	overflow: hidden;
}
#de-preloader{
	display:flex;
	position:fixed;
	flex-direction: column;
  	justify-content: center;
	width:100%;
	height:100vh;
	background-color:#fcfcfc;
	z-index:250;
}
#de-preloader .custom-logo-link{
	width:60%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
}
.de-sub-head{
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #a80050;
}
.de-sub-head p{
	margin: 0!important;
}
/*END Body*****************************************************/
/**************************************************************/
/*Basic Containers*********************************************/
.de-container{
	width:100%;	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.de-noof-container{
	overflow: hidden;
}
.de-sw-container{
	width:80%;	
	max-width: 800px;
}
.de-mw-container{
	width:80%;	
	max-width: 1150px;

}
.de-fw-container{
	width:80%;	
	max-width: 1500px;
}
.de-content-basic-container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.de-content-large-container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.de-padding-notop{
	padding-top: 0!important;
}
.de-padding-nobtm{
	padding-bottom: 0!important;
}
/*images******************/
.de-background-image{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 0;
}
.de-section-cover{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.40);
	z-index: 1;
}
.de-container-background{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	opacity: 0.1;
}
/*END Basic Containers*****************************************/
/**************************************************************/
/*CTA**********************************************************/
.de-cta-wrap{
	display:block;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.5rem;
}
.de-cta{
	display: block;
	overflow: hidden;
	border: 0.5px solid #a80050;
	background-color:#a80050;
	padding: 0;
	min-width: 200px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.de-cta-hover-cover{
	display: none;
	background-color:rgba(30,66,94,1);
}
.de-cta-hover-imgcover{
	display: none;
	background-color:rgba(59,184,80,0.5);
	z-index: 100;
	overflow: hidden;
	align-items: center;
}
.de-cta-hover-imgcover .de-cta-wrap{
	width: 100%;
	height:100%;
	display: flex;
	overflow: hidden;
}
.de-cta-hover-imgcover .de-cta-wrap .de-cta-ghost-box{
	width:300px;
	padding: 10px;
	border:solid thin #fcfcfc;
	box-sizing: border-box;
	color:#fcfcfc;
	text-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	opacity:0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear; 
}
.de-cta a{
	display: block;
	color: #fcfcfc;
	text-decoration: none;
}
.de-cta a span{
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'INter', "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif;
	z-index: 100;
}
.de-cta a img{
	display: none;
}
.de-cta-white{
	border: 0.5px solid #fcfcfc;
}
.de-cta-white a{
	color: #7d7d7d;
}
.de-cta-ghost{
	border: 0.5px solid #fcfcfc;
	background-color: transparent;
}
.de-cta-ghost-green{
	border: 0.5px solid #a80050;
	background-color: transparent;
	color: #a80050;
}
.de-cta-ghost-green a{
	color: #a80050;
}
.de-cta-center .de-cta{
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 250px;
}
.de-cta-text-large{
	display: inline-grid;
	padding:30px;
	text-align: center;
	background-color: #fcfcfc;
	overflow: hidden;
}
.de-cta-text-large h3, .de-cta-text-large p{
	text-align: center;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.de-cta-text-large picture{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
}
.de-cta-text-large.de-with-img h3, .de-cta-text-large.de-with-img p{
	color:#fcfcfc;
}
.de-bg-grey .de-cta-text-large.de-bg-grey{
	background-color: #fcfcfc!important;
}
.de-cta-strip{
	padding: 20px;
	margin-top: 0px;
	background-color: #f7f7f7;
}
.de-bg-grey .de-cta-strip{
	background-color: #fcfcfc;
}
.de-strip-content{
	overflow: hidden;
}
.de-cta-strip p{
	text-align: center;
	font-weight: 600;

}
.de-cta-strip .de-cta{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width:50%;
	max-width: 200px;
}
.de-cta-link{
	border: thin solid #3BB850;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width:65px;
}
.de-cta-link a{
	display: block;
	width:100%;
	height: 100%;
	z-index: 2;
}
.de-cta-link picture{
	display: block;
	width:25px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 5;
}
.de-cta-link img{
	display: block;
	width:25px;
	height:15px;
	z-index: 5;
}
.de-cta-link-ghost{
	border: thin solid #fcfcfc;
}
.de-cta-link .de-cta-hover-cover{
	background-color:rgba(30,66,94,1);
}
/*END CTA******************************************************/
/**************************************************************/
/*Nav**********************************************************/
.de-nav-primary{
 	overflow: hidden;
	z-index: 200;
	background-color: rgba(248,248,248,1);
}
.de-primary-menu-control{
	position: absolute;
	display: flex;
	flex-flow: column;
	justify-content: center;
	right:10%;
	top:28px;
	width:30px;
	height:20px;
	z-index:200;
}
.de-primary-menu-control::before{
	position: absolute;
	top:0;
	content:"";
	width:100%;
	background-color: #a80050;
	height:2px;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.de-primary-menu-control::after{
	position: absolute;
	bottom:0;
	content:"";
	width:100%;
	background-color: #a80050;
	height:2px;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.de-primary-menu-control span{
	width:100;
	background-color: #a80050;
	height:2px;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.de-primary-menu-control-open::before, .de-primary-menu-control-open::after{
	top:9px;
}
.de-primary-menu-control-open::before{
	transform: rotate(45deg)
}
.de-primary-menu-control-open::after{
	transform: rotate(-45deg)
}
.de-primary-menu-control-open span{
	display:none;
}
.de-nav-primary-content{
	width:100%;
	overflow: hidden;
	background-color: rgba(248,248,248,1);
}
.de-menu-primary{
	display: none;
	width: 100%;
	color:#0f0f0f;
	font-weight: 400;
	font-size: 1rem;
	overflow: hidden;
	list-style: none;
	max-width: 600px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.de-nav-logo{
	width:150px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0;
}
.de-nav-logo img{
	width:100%;
	height: auto!important
}
.menu-item{
	border-top: rgba(30,66,94,0.25) thin solid; 
	list-style: none;
	padding-left: 5%; 
	padding-right: 5%;
}
.menu-item a{
	text-decoration: none;
}
.menu-item a span{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color:rgba(30,66,94,0.9);
	font-family: 'Inter', "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: 200;
	font-size: 0.8rem;
}
.de-menu-item-cta{
	background-color:rgba(168,0,80,0.9);
	border: none;
	color:#fcfcfc;
}
.de-menu-item-cta a span{
	color:#fcfcfc;
}
.menu-item-has-children{
	overflow: hidden;
}
.menu-item-has-children a{
	display: block;
	width:55%;
	min-width:215px;
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.menu-item-has-children a span{
	width:50%;
	min-width:175px;
}
.menu-item-has-children::after{
	position:absolute;
	color: rgba(30,66,94,0.9);
	top:20px;
	right:0;
	display: block;
	content:">";
	transform-origin: 0 0;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sub-menu{
	display: none;
	list-style: none;
}
.sub-menu .menu-item a{
	width:100%;
}
.de-menu-footer{
	display: block;
	overflow: hidden;
}
.de-menu-footer .menu-item{
	display: block;
	box-sizing: border-box;
	width:48%;
	max-width: 300px;
	margin-bottom: 15px;
	border-top: none; 
	list-style: none;
	padding: 0;
}
.de-menu-footer .menu-item span{
	color:#fcfcfc;
	padding: 0;
}
.de-menu-footer .menu-item span::before{
	content:">";
	display: inline-block;
	margin-right: 10px
}
/*aside menu*********************************/
.de-menu-aside .menu-item{
	border: none;
	background-color: #f0f0f0;
	margin-bottom: 10px;
}
.de-menu-aside .menu-item a span::after{
	display:block;
	content:">";
	position: absolute;
	right:0;
	top: 0;
	font-size: 1.5rem;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
}
.de-menu-aside .menu-item a span{
	text-align: left;
	overflow: hidden;
}
.de-menu-aside .current-menu-item{
	background-color: #7DD8FD; 
}
.de-menu-aside .current-menu-item a span{
	color:#fcfcfc;
}
/*END Nav******************************************************/
/**************************************************************/
/**************************************************************/
/*Pagehead*****************************************************/
.de-pagehead{
	min-height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.de-pagehead-search{
	min-height: 0;
}
.de-pagehead-no{
	height:0!important;
	min-height: 0!important;
}
.de-page-head-push{
	margin-top: 121px;
}
.de-pagehead-fs{
	min-height: 480px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.de-pagehead-md{
	padding-top: 50px;
	padding-bottom: 50px;
}
.de-pagehead-fs-video{
	overflow: hidden;
}
#de-pagehead-background{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}
.de-pagehead-cover{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.40);
	z-index: 1;
}
#de-pagehead-content-container{
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	height:100%;
	z-index: 1;
}
.de-pagehead-header h1{
	display: block;
	color:#fcfcfc;
	text-align: center;
	max-width:450px;
	margin-left:auto;
	margin-right: auto;
}

.de-pagehead-header p{
	display: block;
	color:#fcfcfc;
	text-align: center;
	max-width:450px;
	margin-left:auto;
	margin-right: auto;
	font-weight: 300;
}
/*bg-video*/
.de-bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
 z-index: 0;
}
.de-body-video {
  /*position: absolute;
  top: 0;
  bottom: 0;*/
  width: 100%;
  height: 100%; 
  overflow: hidden;
 z-index: 1;
}
.de-bg-video video, .de-body-video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
 /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
-webkit-object-fit: cover;
-o-object-fit: cover;
object-fit: cover;
box-sizing: border-box;
}
/*END Pagehead*************************************************/
/**************************************************************/
/**************************************************************/
/*Grids********************************************************/
.de-grid{
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 30px 0px;	
}
.de-grid-inline{
	display: inline-grid;
	align-items: center;
}
.de-grid-x2r-nogap{
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 0px 0px;	
}
.de-grid-x2r-gapbtm{
	grid-template-columns: 100%;
	grid-gap: 50px 0px;
	align-items:flex-start;
}
.de-grid-x3r-nogap{
	grid-template-columns: 100%;
	grid-gap: 0px 0px;	
}
.de-grid-x4r8{
	grid-template-columns: 23% 23% 23% 23%;
	grid-gap: 30px 2.66%;
}
.de-grid-nogap{
	grid-gap: 0px 0px;	
}
/*END Grids****************************************************/
/**************************************************************/
/*Blocks*******************************************************/
.de-block-header-text-cta-wrap{
	width:100%;
	z-index: 2;
}
.de-block-header-text-cta{
	box-sizing: border-box;
	width:100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.de-pagehead-search .de-block-header-text-cta{
	max-width: 100%;
}
.de-large .de-block-header-text-cta{
	width:80%;
	margin-left: auto!important;
	margin-right: auto!important;
}
.de-block-header-text-cta.de-bg-dark, .de-block-header-text-cta.de-bg-dark h2, .de-block-header-text-cta.de-bg-dark a{
	color:#fcfcfc;
}
.de-block-img-text-cta picture{
	margin-bottom: 30px;
}
.de-block-img-text-cta-tb{
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.de-block-img-text-cta-tb picture{
	margin-bottom: 30px;
}
.de-block-ctact-card-txt-wrap{
	margin-top: 30px;
}
.de-block-ctact-card-txt-item{
	box-sizing: border-box;
	border: solid thin #a80050;
	padding:30px;
}
.de-bg-navy .de-block-header-text-cta, .de-bg-navy .de-block-header-text-cta h1, .de-bg-navy .de-block-header-text-cta h2, .de-bg-navy .de-block-header-text-cta h3, .de-bg-navy .de-block-header-text-cta h1 a{
	color:#fcfcfc;
}
.de-block-header-text-cta.de-large h2{
	font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
}
.de-block-img-text-cta-tb-wrap h2{
	text-align: center;
	margin-bottom: 20px;
}
.de-icon-header-text-wrap{
	grid-template-columns: 50px auto;
}
.de-icon-header-text-wrap div{
	box-sizing: border-box;
	border: solid thin #1e425e;
}
.de-icon-header-text-icon{
	padding: 5px;
}
.de-icon-header-text-icon i, .de-icon-header-text-icon i img{
	width:40px;	 
	height: 40px;
	display: block;
}
.de-icon-header-text-icon-header{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: linear-gradient(to right, rgba(30,66,94,0.75), rgba(30,66,94,1));
	color:#fcfcfc;
}
.de-icon-header-text-icon-header h5{
	margin: 0;
	color:#fcfcfc;	
}
.de-icon-header-text-icon-body{
	padding: 10px;
}
/*************************************************************/
/***************************************************************/
.de-case-study-stats-header{
	box-sizing: border-box;
	text-align: center;
	background-color: #1e425e;
	color:#fcfcfc;
	padding: 15px;
}
.de-case-study-stats-header h5{
	color:#fcfcfc;
}
.de-case-study-stats-list{
	background-color: #a80050;
	box-sizing: border-box;
	padding: 15px;
	padding-top: 0px;
	text-align: center;
}
.de-case-study-stats-list div{
	border-bottom: thin solid #fcfcfc;
	padding-top:25px;
}
.de-case-study-stats-list div:last-child{
	border-bottom: none;
}
.de-case-study-stats-list h6{
	color:#fcfcfc;
}
.de-case-study-stats-list p{
	font-size: 0.8rem;
	text-align: center;
	color:#fcfcfc;
}

.de-case-study-stats-details{
	box-sizing: border-box;
	padding: 15px;
	padding-top: 0px;
	text-align: center;
	border: thin solid #242223;
}
.de-case-study-stats-details div{
	border-bottom: thin solid #242223;
	padding-top:25px;
}
.de-case-study-stats-details div:last-child{
	border-bottom: none;
}
.de-case-study-stats-details p{
	text-align: center;
}
/**************************************************************/
/**************************************************************/
.de-links-social-wrap{
	grid-template-columns: 50px 50px 50px;
	grid-gap: 30px 0px;
}
.de-links-social-item{
	width:50px;
	height:50px;
}
/*END Blocks***************************************************/
/**************************************************************/
/*Cards********************************************************/
/**************************************************************/
.de-card-img-text-cta-wrap{
	margin-top: 20px;
	z-index: 1;
}
.de-card-img-text-cta-wrap .de-block-img{
	margin-bottom: 20px;
}
.de-card-img-text-cta-wrap h2{
	margin-bottom: 20px;
}
.de-card-img-text-cta-item .de-block-icon{
	width:125px;
	height:125px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.de-card-content a{
	text-decoration: none;
}
.de-card-img-text-cta-item h4, .de-card-img-text-cta-item p{
	text-align: center;
}
.de-card-img-text-cta-item.de-full-image h4, .de-card-img-text-cta-item.de-full-image p{
	text-align: left;
}
.de-bg-dark-grey .de-card-img-text-cta-item h4, .de-bg-dark-grey .de-card-img-text-cta-item p{
	color:#fcfcfc;
}
.de-card-img-text-cta-item.de-full-image .de-cta-link{
	margin-left: 0;
}
.de-card-img-text-cta-item.de-full-image .de-card-content{
	box-sizing: border-box;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-bottom: 50px;
}
.de-card-img-text-cta-item.de-center .de-block-icon{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width:60px;
	height:60px;
}
.de-card-img-text-cta-item.de-center .de-card-content{
	padding-left: 5%;
	padding-right: 5%;
}
.de-card-img-text-cta-item.de-center h4, .de-card-img-text-cta-item.de-center p{
	text-align: center;
}
.de-card-text-cta-wrap .de-card-content{
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 10px;
}
.de-card-text-cta-wrap .de-cta{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
.de-background-image-wrap .de-card-img-text-cta-wrap h4, .de-background-image-wrap .de-card-img-text-cta-wrap p, .de-background-image-wrap .de-block-header-text-cta h2, .de-background-image-wrap .de-block-header-text-cta p{
	color:#fcfcfc;
}
.de-background-image-wrap .de-block-header-text-cta-wrap{
	max-width: 700px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.de-background-image-wrap .de-block-header-text-cta-wrap.de-header-only{
	max-width: 1200px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-digitaledge-custom-award .de-card-content p{
	text-align: center;
	width:100%;
}
/*END Cards****************************************************/
/**************************************************************/
/**************************************************************/
/*Marquee******************************************************/
.de-marquee-container{
	overflow: hidden;
}
.de-marquee-single .de-marquee-item{
	display: none;
	float: left;
	width:100%;
	
}
.de-marquee-single .de-marquee-item:first-child{
	display: block;
	margin-right: 0;
}
.de-marquee-single .de-marquee-item:nth-child(2){
	display: block;
	margin-right: -100%
}
.de-marquee-ctrl-wrap{
	width:280px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns:40px 40px 40px 40px 40px;
	grid-gap: 0 20px;	
	margin-top: 50px;
	max-width: 550px;
}
.de-marquee-ctrl{
	display: inline-grid;
	width:40px;
	height: 3px;
	border: solid 1px #3EC279;
}
.de-marquee-ctrl.selected{
	background-color: #3EC279;
}
/*END Marquee**************************************************/
/**************************************************************/
/*Quote********************************************************/
.de-quote-large-wrap{
	z-index: 1;
}
.de-quote-large-wrap picture{
	width:70px;
	height:70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.de-quote-large{
	height:460px;
}
.de-quote-large blockquote, .de-quote-large p, .de-quote-large h3{
	color:#fcfcfc;
	width:95%;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	border:none;
	padding: 0;
}
/*End Quote****************************************************/
/**************************************************************/
/**************************************************************/
/*Forms********************************************************/
label{
	margin-bottom: 10px;
}
label span{
	display: inline-block;
}
.de-form-input{
	display: inline-grid;
}
.de-form input, .de-form textarea, .de-form select, .search-form input, .search-form textarea, .search-form select{
	border: #1e425e 1px solid;
	background-color: transparent;
	padding: 15px;
	width:100%;
	border-radius: 0;
	font-weight: 300;
}
.de-form textarea{
	height:250px
}
.de-form-input .de-form-error-span{
	color: rgb(255, 0, 0);
	font-size: 0.88rem;
}
.de-form .de-form-input-error, .search-form .de-form-input-error{
	border: rgb(255, 0, 0) 5px solid;
}
#de-form-checkbox{
	grid-template-columns: 10% 85%;
	grid-gap: 0 5%;
}
#de-form-checkbox input[type=checkbox]{
	width:30px;
	height: 30px;
	display: inline-grid;
}

#de-form-checkbox label{
	display: inline-grid;
	font-size: 0.8rem;
}
#de-form-button button{
	display: block;
	width:250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 0.9rem;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Inter', "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif;
	background-color:#a80050;
	border: none;
	color:#fcfcfc;
	overflow: hidden;
}
#de-form-button button:focus{
	border: none;
}
.de-contact-map-container picture{
	width:100%;
	margin-bottom: 50px;
}
.de-form-message{
	display: none;
	background-color: rgba(168,0,80,1);
	color:#fcfcfc;
	padding: 15px;
	margin-top: 30px;
	text-align: center;
	border: #fcfcfc thin solid;
}
#de-form-button .de-form-disbaled{
	background-color:#002d5f;
	color:#989898;
	opacity: 0.5!important;
}
/************************************************************/
.de-contact-locations-wrap{
	
}
.de-loc-name h3{
	font-weight: 200;
}
.de-loc-item ul{
	list-style: none;
}
.de-loc-phone{
	margin-top: 20px;
}
/*End Forms****************************************************/
/**************************************************************/
/**************************************************************/
/*cookie*******************************************************/
.de-cookie-warning-wrap{
	display:none;
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#a80050;
	height:auto;
	z-index:200;
	color:#f7f7f7;
	padding:0px;
	border-top: solid thin #f7f7f7;
}
.de-cookie-warning-content-wrap{
	width:80%;
	max-width: 750;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	z-index:90;
	color:#f7f7f7;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
}
.de-cookie-warning-content-wrap p a{
	text-decoration: none;
	color:#f7f7f7;
}
.de-cookie-warning-content-wrap .de-cta{
	min-width: 10%;
	width:200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.de-cookie-warning-content-wrap .de-cta span{
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
/*END cookie***************************************************/
/**************************************************************/
/*Plugins******************************************************/
.de-twitter-grid .ctf-header{
	display: none;
}
.de-twitter-grid .ctf-tweets{
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 30px 0px;	
}
.de-twitter-grid .ctf-tweets .ctf-item{
	-webkit-box-shadow: 0 0 15px rgba(201, 201, 201, 0.25);
    box-shadow: 0 0 15px rgba(201, 201, 201, 0.25);
	background-color: #f7f7f7;
}
#ctf.de-twitter-grid #ctf-more{
	display: block;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: 0.5px solid #a80050!important;
    background-color: #a80050!important;
	color: #f7f7f7;
	border-radius: 0!important;
    text-align: center!important;
    font-weight: 700!important;
    font-size: 1rem!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    font-family: 'Inter', "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif!important;
	max-width: 250px;
}
/*END Plugins**************************************************/
/**************************************************************/
/*BLOG*********************************************************/
.de-blog-pagination{
	margin-top: 50px;
	overflow: hidden;
}
.de-blog-pagination a{
	display: block;
	color: #fcfcfc;
	text-decoration: none;
	width: fit-content;
	float: left;
}
.de-blog-pagination a span{
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'INter', "Myriad Pro", "Gill Sans", "Gill Sans MT", sans-serif;
	border: 0.5px solid #a80050;
	background-color:#a80050;
	z-index: 100;
	width:100px;	
}
.de-blog-pagination #de_blog_pag_right{
	float: right;
}
/*END BLOG*****************************************************/
/**************************************************************/
/*SEARCH*******************************************************/
.de-search-cta a{
	text-decoration: none;
}
.de-search-cta{
	border-bottom: thin solid #a80050;
	padding-top:20px;
}
.de-search-cta:first-child{
	padding-top:0px;
}
.de-search-cta:last-child{
	border-bottom: none;
}
/*END SEARCH***************************************************/
/**************************************************************/
/*Footer*******************************************************/
footer{
	background-color: #a80050;
	color:#fcfcfc;
}
.de-footer-content{
	color:#fcfcfc;
}
.de-footer-logo{
	align-self: top;
}
.de-footer-logo picture{
	width:100%;
}
footer span, footer label, footer input{
	font-size: .88rem;
	line-height: 1.6rem;
	max-width: 350px;
	font-weight: 200;
}
footer p{
	font-size: .88rem;
	line-height: 1.6rem;
	font-weight: 200;
}

.de-footer-content h3, .de-footer-content h2{
	color:#fcfcfc;
	margin-bottom: 20px;
}
.de-footer-content h3:after{
	display: block;
	width:50px;
	height:1px;
	background-color: #fcfcfc;
	content: '';
	margin-top: 15px;
}
.de-footer-content h4{
	color:#fcfcfc;
	margin-bottom: 20px;
	font-weight: 300;
}
.de-footer-content a{
	text-decoration: none;
	color:#fcfcfc;
}
.de-footer-content a .de-contact-wrap .de-contact-content span{
	font-weight: 100;
}
.de-footer-form label{
	margin-bottom: 20px;
}
.de-footer-form input{
	border: #fcfcfc 1px solid;
	color: #fcfcfc;
}
.de-footer-form input::placeholder{
	color: #fcfcfc;
}
.de-footer-form #de-form-button button{
	width:100%;
	margin-top: 0;
	font-weight: 400;
	font-size: .88rem;
	background-color:transparent;
	border: #fcfcfc 1px solid;
	color:#fcfcfc;
}
.de-footer-social-icon-wrap{
	display: flex;
}
.de-footer-social-icon-wrap i{
	margin-left: 30px;
}
.de-footer-social-icon-wrap i:first-child{
	margin-left: 0;
}
.de-footer-social-icon-wrap i picture, .de-footer-social-icon-wrap i img{
	width: 30px;
	height: 30px;
}
.de-footer-support-img-wrap{
	display: flex;
}
.de-footer-support-img-wrap a{
	margin-left: 30px;
}
.de-footer-support-img-wrap a:first-child{
	margin-left: 0;
}
.de-footer-support-img-wrap a picture, .de-footer-support-img-wrap a img{
	/*width: 30px;
	height: 30px;*/
}

.de-footer-cw-container{
	background-color:#fcfcfc;
	color: #7d7d7d;
	font-size: .88rem;
	line-height: 1.6rem;
	padding-top:30px;
	overflow: hidden;
}
.de-footer-cw-container a{
	text-decoration: none;
	color: #7d7d7d;
	font-size: .88rem;
	line-height: 1.6rem;
}
.de-footer-cw-container p, .de-footer-cw-container span{
	font-size: .88rem;
	line-height: 1.6rem;
}
.de-footer-cw-container span{
	display: inline;
	font-weight: 700;
	color: #1e425e;
}
.de-footer-sponsor-wrap{
	grid-template-columns: 48% 48%;
	grid-gap: 30px 4%;
	margin-top: 50px
}
.de-footer-sponsor-wrap picture{
	box-sizing: border-box;
	border:solid thin rgba(252, 252, 252, 0.25);
}
.de-footer-sponsor-wrap picture img{
	box-sizing: border-box;
	padding: 10px;
}
/*END Footer***************************************************/
/**************************************************************/
/**************************************************************/
/*Default******************************************************/
.de-bg-white{
	background-color: #fcfcfc;
}
.de-bg-grey{
	background-color: #f7f7f7;
}
.de-shadow{
	-webkit-box-shadow: 0 0 15px rgba(201, 201, 201, 0.25);
	box-shadow: 0 0 15px rgba(201, 201, 201, 0.25);
}
.de-bg-dark-grey{
	background-color: #242223;
}
.de-bg-green-fade{
	background-color:rgba(168,0,80,0.70);
}
.de-bg-blue-fade{
	background-color: rgba(66,179,229,0.70);
}
.de-bg-navy{
	background-color: #1e425e;
}
/*END Default**************************************************/
/**************************************************************/
@media (min-width : 1024px){
/*Basics*******************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:20px;
}
	
h1 {
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin-bottom: 30px;
}

h2 {
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 25px;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.1rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.8rem;
}

h5 {
	font-size: 1.15rem;
	line-height: 1.6rem
}

h6 {
	font-size: 1.0rem;
}
p {
	margin-bottom: 25px;
}
ul,
ol {
	margin-bottom: 50px;
}
blockquote{
	margin-bottom: 50px;
	padding: 50px;
}
pre {
	margin-bottom: 50px;
	padding: 30px;
}
figure {
	margin-bottom: 50px;
}
/*END Basics***************************************************/
/**************************************************************/
/**************************************************************/
/*Basic Containers*********************************************/
.de-content-basic-container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.de-content-large-container{
	padding-top: 75px;
	padding-bottom: 75px;
}
/*END Basic Containers*****************************************/
/**************************************************************/
/**************************************************************/
/*CTA**********************************************************/
.de-cta-wrap{
	margin-left: auto;
	margin-right: auto;
	line-height: 0.5rem;
}
.de-cta{
	display: inline-block;
	margin-left: 20px;
	
}
	.de-cta:first-child{
		margin-left: 0
	}
.de-cta-hover-cover, .de-cta-hover-imgcover{
	position: absolute;
	display: block;
	width:0;
	height:100%;
	bottom:0px;
	left:0px;
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear; 
	z-index: 0;
}
.de-cta-hover-imgcover{
	width:100%;
	height:0;
}
.de-cta:hover> .de-cta-hover-cover{
	width:101%;
}
.de-cta-text-large{
	padding:50px;
}
.de-cta-strip{
	padding: 50px;
	margin-top: 0px;
}
.de-cta-strip p{
	display: block;
	float: left;
	text-align: center;
	font-weight: 600;
	font-size: 1.25rem;
	padding-top: 15px;
	margin: 0;
}
.de-cta-strip .de-cta{
	display: block;
	float: right;
	margin: 0;
}
.de-cta-link{
	margin-left: 0;
}
.de-cta-link:hover> .de-cta-hover-cover{
	width:101%;
}
/*End CTA******************************************************/
/**************************************************************/
/**************************************************************/
/*Pagehead*****************************************************/
.de-pagehead{
	min-height: 400px;
}
.de-pagehead-basic-content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.de-pagehead-fs{
	min-height:550px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.de-pagehead-md{
	padding-top: 75px;
	padding-bottom: 75px;
}

#de-pagehead-content-container{
	width:70%;
	margin-left: auto;
	margin-right: auto;
}
.de-pagehead-header h1{
	text-align: left;
	font-size: 2.5rem;
	line-height: 3.5rem;
	max-width:600px;
	margin-left: 0;
}
.de-pagehead-header p{
	display: block;
	color:#fcfcfc;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.7rem;
	max-width:500px;
	margin-left:0;
}	

/*END Pagehead*************************************************/
/**************************************************************/
/**************************************************************/
/*Grids********************************************************/
.de-grid-x2r{
	grid-template-columns: 45% 45%;
	grid-gap: 75px 10%;	
}
.de-grid-x2r-nogap{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 0px 0px;	
}
.de-grid-x2r-gapbtm{
	grid-template-columns: 50% 50%;
	grid-gap: 75px 0px;	
}
.de-grid-x2-4r{
	grid-template-columns: 47% 47%;
	grid-gap: 50px 6%;
}
.de-grid-x3r{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 50px 5%;
}
.de-grid-x3r-nogap{
	grid-template-columns: 33.333% 33.333% 33.333%;
	grid-gap: 0px 0px;	
}
.de-grid-1x3x5r{
	grid-template-columns: 30% 30% 30%;
	grid-gap: 50px 5%;	
}
/*END Grids****************************************************/
/**************************************************************/
/**************************************************************/
/*Blocks*******************************************************/
.de-block-header-text-cta{
	width:85%;
	margin-left: 15%;
}
.de-pagehead-search .de-block-header-text-cta{
	width:100%;
	margin-left: 0;
}
.de-block-img-text-cta picture{
	margin-bottom: 0;
}
.de-reverse .de-block-header-text-cta{
	margin-left: 0%;
}
.de-block-img-text-cta.de-reverse .de-block-header-text-cta-wrap{
	grid-column: 1 / 1;
	grid-row: 1 / 1;
	padding-left: 0;
}
.de-block-img-text-cta.de-reverse .de-block-image{
	grid-column: 2 / 2;
	grid-row: 1 / 1;
}
.de-block-img-text-cta-tb picture{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}
.de-block-img-text-cta-tb .de-block-header-text-cta{
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.de-block-img-text-cta-tb .de-block-header-text-cta .de-cta{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.de-block-img-text-cta-tb .de-block-header-text-cta h2, .de-block-img-text-cta-tb .de-block-header-text-cta h3, .de-block-img-text-cta-tb .de-block-header-text-cta h4, .de-block-img-text-cta-tb .de-block-header-text-cta p{
	text-align: center
}
.de-block-img-text-cta-tb .de-block-header-text-cta .de-cta-wrap{
	width:100%;
	margin-left: 0;
	margin-right: 0;
}
.de-block-img-text-cta-tb .de-block-header-text-cta .de-cta-wrap .de-cta{
	display: block;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.de-block-img-text-cta-tb p{
	height:106px;
}
.de-block-ctact-card-txt-wrap{
	margin-top: 50px;
}
.de-block-header-text-cta.de-large h2{
	font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 30px;
}
.de-block-header-text-cta.de-large p{
	font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 25px;
}
.de-block-img-text-cta-tb-wrap h2{
	margin-bottom: 25px;
}
/***************************************************************/
.de-case-study-stats-header{
	padding: 20px;
	padding-bottom: 0;
	overflow: hidden;
}
.de-case-study-stats-list{
	padding: 20px;
	padding-top: 30px;
}
.de-case-study-stats-list div{
	border-bottom: none;
	border-right: thin solid #fcfcfc;
	padding-top:20px;
}
.de-case-study-stats-list div:last-child{
	border: none;
}
.de-case-study-stats-details{
	box-sizing: border-box;
	padding: 20px;
	padding-top: 30px;
}
.de-case-study-stats-details div{
	border-bottom: none;
	border-right: thin solid #242223;
	padding-top:25px;
}
.de-case-study-stats-details div:last-child{
	border: none;
}
/*END Blocks***************************************************/
/**************************************************************/
/*Cards********************************************************/
/**************************************************************/
.de-card-img-text-cta-wrap{
	/*margin: 0;*/	
}
.de-card-img-text-cta-wrap h2{
	margin-bottom: 25px;
}
.de-block-img-text-cta .de-card-img-text-cta-wrap{
	margin-top: 50px;
	grid-column-start: 1;
	grid-column-end: 3;
}
.de-large-center .de-card-img-text-cta-item .de-block-icon{
	width:125px;
	height:125px;
	margin-left: auto;
	margin-right: auto;
}
.de-large-center .de-card-img-text-cta-item .de-card-content h4, .de-large-center .de-card-img-text-cta-item .de-card-content p {
	text-align: center;
}
.de-card-img-text-cta-item .de-block-icon{
	margin-left: 0;
}
.de-card-img-text-cta-item h4, .de-card-img-text-cta-item p{
	text-align: left;
}
.de-card-img-text-cta-item.de-full-image .de-card-content h4{
	height:60px;
}
.de-card-img-text-cta-item{
	box-sizing: border-box;
	margin-left: 5%;
	margin-right: 5%;
}
.de-card-img-text-cta-item.de-full-image{
	margin: 0;
	max-width: 100%;
}
.de-card-content.de-blog h4{
	height: 60px;
}
.de-card-content.de-blog p{
	height: 130px;
}
/**************************************************************/
/*END Cards****************************************************/
/**************************************************************/
/**************************************************************/
/*Quote********************************************************/
.de-quote-large-wrap picture{
	width:70px;
	height:70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}
.de-quote-large{
	height:370px;
}
.de-quote-large blockquote{
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing:3px;
}
/*End Quote****************************************************/
/**************************************************************/
/**************************************************************/
/*Forms********************************************************/
.de-form-grid-2{
	grid-template-columns: 65% 35%;
	grid-gap: 0 0;
}
.de-form-grid-2 input, .de-form-grid-2 #de-form-button button{
	max-width: none;
	width:100%;
	height: 60px;
	align-self: flex-end;
}
#de-form-text, .de-contact-form-button{
	grid-column: 1 / span 2;
}
/*End Forms****************************************************/
/**************************************************************/
/*Plugins******************************************************/
.de-twitter-grid .ctf-tweets{
	display: grid;
	grid-template-columns: 46% 46%;
	grid-gap: 50px 8%;	
}
/*END Plugins**************************************************/
/**************************************************************/
/*Footer*******************************************************/
#menu-footer{
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 20px 0;	
}
#menu-footer .menu-item{
	width:100%;
	margin: 0;
}
.de-footer-cw-wrap p{
	display: block;
	width:100%;
	text-align: left;
	max-width: none;
}
.de-footer-cw-wrap p:last-child{
	text-align: right;
}
/*End Footer**************************************************/
/**************************************************************/
}
@media (min-width : 1280px){
/**************************************************************/
/*Basic Containers*********************************************/
.de-content-basic-container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.de-content-large-container{
	padding-top: 100px;
	padding-bottom: 100px;
}
/*END Basic Containers*****************************************/
/**************************************************************/
/**************************************************************/
/*CTA**********************************************************/

/*END CTA******************************************************/
/**************************************************************/
/**************************************************************/
/*Nav**********************************************************/
.de-nav-primary{
 	overflow: visible;
}
.de-primary-menu-control{
	display: none;
}
.de-nav-primary-content-wrap{
	height:120px;
	overflow: visible;
}
.de-nav-primary-content{
	overflow: visible;	
	min-height: auto;
	border-bottom: thin solid rgba(66,179,229,0);
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.de-nav-logo{
	float:left;
	width:200px;
	overflow: hidden;
	padding-top:36px;
	padding-bottom: 36px;
	margin:0;
}
.de-nav-primary-wrap{
	float:right;
	overflow: visible;
	margin-top: 27.5px;
}
.de-menu-primary{
	width:auto;
	max-width: none;
	display: block;
	overflow: visible;
	margin-bottom: 0;
}
.menu-item{
	float: left;
	border-top: none;
	overflow: visible;
	padding: 0;
}
.menu-item.current-menu-item::before {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height: 3px;
	background-color:rgba(168,0,80,1);
	content: "";
}
.menu-item:hover > a span{
	background-color:rgba(168,0,80,1);
	color:#fcfcfc;
}
.menu-item a{
	text-decoration: none;
	color: #444444;
}
.menu-item a span{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px; 
	padding-right: 25px;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 1rem;
}
.de-menu-item-cta:hover{
	background-color:rgba(30,66,94,1);
}
.de-menu-item-cta a span{
	color:#fcfcfc;
}
.menu-item-has-children{
	overflow: visible;
}
.menu-item-has-children a{
	display: block;
	width:100%;
	min-width: 0;
	margin-bottom: 23px;
}
.menu-item-has-children a span{
	width:auto;
	min-width:0;
	padding-right: 35px;
}

.menu-item-has-children::after{
	top:30px;
	right:0px;
}
.sub-menu{
	width: 250px;
	position: absolute;
	background-color:rgba(252,252,252,1); 
	z-index: 200;
}
.sub-menu .menu-item{
	margin: 0;
	float: none;
	display: block;
	border-top: rgba(252,252,252,0.50) thin solid; 
}
.sub-menu .menu-item a{
	width:100%;
	margin: 0!important;
}
.sub-menu .menu-item a span{
	padding-left: 15px;
	padding-right: 50px;
	width:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#1e425e;
}

.sub-menu .menu-item:hover > a span{
	background-color:rgba(168,0,80,1);
	color:#fcfcfc;
}
.de-menu-footer .menu-item{
	display: block;
	float: none;
	width:100%;
	max-width: 300px;
	margin-bottom: 15px;
	border-top: none; 
	list-style: none;
	padding: 0;
}
.de-menu-footer .menu-item.current-menu-item::before {
	display:none;
}
.de-menu-footer .menu-item a span{
	font-size: .88rem;
	-o-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.de-menu-footer .menu-item:hover > a span{
	background-color:transparent;
	color:#42b3e5;
}
/*fixed nav*******/
.de-nav-primary-content-fixed{
	height:80px;
	position: fixed;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.de-nav-primary-content-fixed .de-nav-primary-header{
	display:none;
}
.de-nav-primary-content-fixed .de-nav-logo{
	width:150px;
	padding-top:22px;
	padding-bottom: 22px;
}
.de-nav-primary-content-fixed .de-nav-primary-wrap{
	margin-top: 15px;
}
 .de-nav-primary-content-fixed .menu-item-has-children a{
	margin-bottom: 15px;
}
.de-nav-primary-content-fixed .menu-item a span{
	padding-top: 10px;
	padding-bottom: 10px;
}
.de-nav-primary-content-fixed .menu-item-has-children::after{
	top:20px;
}
.de-nav-primary-content-fixed .sub-menu .menu-item a span{
	padding-top: 20px;
	padding-bottom: 20px;
}
/*aside menu*********************************/	
.de-menu-aside .menu-item{
	float: none;
}
.de-menu-aside .menu-item a span::after{
	right:25px;
	padding-top: 20px;
}
.de-menu-aside .current-menu-item::before, .de-menu-footer .current-menu-item::before{
	display: none;	
}
/*END Nav******************************************************/
/**************************************************************/
/**************************************************************/
/*Pagehead*****************************************************/
.de-pagehead-header h1{
	font-size: 3rem;
	line-height: 4.2rem;
	max-width: 750px;
}
.de-pagehead-header p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	max-width: 600px;
}	
/*END Pagehead*************************************************/
/**************************************************************/
/**************************************************************/
/*Grids********************************************************/
.de-grid-x2r{
	grid-template-columns: 47% 47%;
	grid-gap: 65px 6%;	
}
.de-grid-x2-4r{
	grid-template-columns: 23% 23% 23% 23%;
	grid-gap: 75px 2.66%;
}
.de-grid-x3r{
	grid-gap: 65px 5%;
}
/*END Grids****************************************************/
/**************************************************************/
/**************************************************************/
/*Blocks*******************************************************/
.de-icon-header-text-wrap{
	grid-template-columns: 60px auto;
}
.de-icon-header-text-icon i, .de-icon-header-text-icon i img{
	width:50px;	 
	height: 50px;
}
.de-icon-header-text-icon-header{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
}
.de-icon-header-text-icon-header h5{
	margin: 0;
	color:#fcfcfc;	
}
.de-icon-header-text-icon-body{
	padding: 30px;
}
.de-block-img-text-cta-tb p{
	height: 55px;
}
/*END Blocks***************************************************/
/**************************************************************/
/*Cards********************************************************/
/**************************************************************/
.de-card-img-text-cta-item .de-card-content h4{
	height:60px;
	margin-bottom: 20px;
}
.de-card-img-text-cta-item.de-full-image .de-card-content h4{
	height:90px;
}
.de-block-img{
	overflow: hidden
}
.de-block-img img{
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.de-card-img-text-cta-item a:hover>.de-block-img img{
	/*-webkit-transform: scale(1.25);
	transform: scale(1.25);*/
}
.de-card-img-text-cta-item a:hover>.de-block-img .de-cta-hover-imgcover{
	height:100%;
}
.de-card-img-text-cta-item a:hover> .de-block-img .de-cta-hover-imgcover .de-cta-ghost-box{
	opacity:1;
}
.de-large-center .de-card-img-text-cta-item .de-block-icon{
	width:200px;
	height:200px;
}
.de-card-content.de-blog p{
	height: 80px;
}
/**************************************************************/
/*END Cards****************************************************/
/**************************************************************/
/*Plugins******************************************************/
.de-twitter-grid .ctf-tweets{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 50px 5%;	
}
/*END Plugins**************************************************/
/**************************************************************/
/*BLOG*********************************************************/
.de-blog-pagination{
	margin-top: 75px;
}
.de-blog-pagination a span{
	width:200px;	
}
/*END BLOG*****************************************************/
/**************************************************************/
}
@media (min-width : 1500px){
/**************************************************************/
/*Basic Containers*********************************************/
.de-content-basic-container{
	padding-top: 75px;
	padding-bottom: 75px;
}
.de-content-large-container{
	padding-top: 125px;
	padding-bottom: 125px;
}
/*END Basic Containers*****************************************/
/**************************************************************/
/**************************************************************/
/*Pagehead*****************************************************/
.de-pagehead-md{
	padding-top: 125px;
	padding-bottom: 125px;
}
/*END Pagehead*************************************************/
/**************************************************************/
/**************************************************************/
/*Grids********************************************************/
.de-grid-1x3x5r{
	grid-template-columns: 22% 22% 22% 22%;
	grid-gap: 50px 4%;	
}
.de-grid-x2r-gapbtm{
	grid-gap: 100px 0px;	
}
/*END Grids****************************************************/
/**************************************************************/
/*Cards********************************************************/
/**************************************************************/
.de-card-img-text-cta-item .de-card-content h4{
	height:auto;
}
.de-block-img-text-cta .de-card-img-text-cta-wrap{
	margin-top: 75px;
}
.de-card-img-text-cta-item{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.de-card-img-text-cta-wrap.de-grid-x4 .de-card-img-text-cta-item{
	max-width: 350px;
}
.de-card-img-text-cta-item.de-full-image .de-card-content h4{
	height:60px;
}
.de-card-text-cta-wrap .de-cta{
	margin-top: 75px;
	margin-bottom: 50px;
}
/**************************************************************/
/*END Cards****************************************************/
/**************************************************************/
/*Footer******************************************************/
#menu-footer{
	grid-template-columns: 100%;
	grid-gap: 20px 0;	
}
/*End Footer**************************************************/
/**************************************************************/
}
@media (min-width : 1800px){
/*Basics*******************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:30px;
}
	
h1 {
	font-size: 3rem;
	line-height: 4.2rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin-bottom: 30px;
}

h3 {
	font-size: 2rem;
	line-height: 2.8rem;
}

h4 {
	font-size: 1.5rem;
	line-height: 2.1rem;
}

h5 {
	font-size: 1.25rem;
	line-height: 1.5rem
}

h6 {
	font-size: 1.0rem;
}
p {
	margin-bottom: 30px;
}
ul,
ol {
	margin-bottom: 50px;
}
blockquote{
	margin-bottom: 50px;
	padding: 50px;
}
pre {
	margin-bottom: 50px;
	padding: 30px;
}
/*END Basics***************************************************/
/**************************************************************/
/**************************************************************/
/*Basic Containers*********************************************/
.de-content-basic-container{
	padding-top: 100px;
	padding-bottom: 100px;
}
.de-content-large-container{
	padding-top: 150px;
	padding-bottom: 150px;
}
/*END Basic Containers*****************************************/
/**************************************************************/
/**************************************************************/
/*Pagehead*****************************************************/
.de-pagehead-md{
	padding-top: 150px;
	padding-bottom: 150px;
}
.de-pagehead-header h1{
	max-width: 850px;
	font-size: 3.5rem;
	line-height: 4.9rem;
}
.de-pagehead-header p{
	font-size: 1.4rem;
	line-height: 2.0rem;
	max-width: 725px;
}	
/*END Pagehead*************************************************/
/**************************************************************/
/**************************************************************/
/*Grids********************************************************/
.de-grid-x2r{
	grid-template-columns: 47.5% 47.5%;
	grid-gap: 75px 5%;	
}
.de-grid-x3r{
	grid-gap: 75px 5%;
}
/*END Grids****************************************************/
/**************************************************************/
/**************************************************************/
/*Blocks*******************************************************/
.de-block-ctact-card-txt-wrap{
	margin-top: 100px;
}
.de-block-header-text-cta.de-large h2{
	font-size: 3rem;
    line-height: 4.2rem;
}
.de-block-header-text-cta.de-large p{
	font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
}
.de-block-img-text-cta-tb-wrap h2{
	margin-bottom: 50px;
}
/*END Blocks***************************************************/
/**************************************************************/
/*Cards********************************************************/
/**************************************************************/
.de-card-img-text-cta-wrap h2{
	margin-bottom: 50px;
}
.de-card-img-text-cta-item .de-card-content h4{
	height:60px;
	margin-bottom: 30px;
}
.de-card-content.de-blog p{
	height: 60px;
}
/**************************************************************/
/*END Cards****************************************************/
/**************************************************************/
/*Marquee******************************************************/
.de-marquee-ctrl-wrap{
	max-width: 700px;
}
/*END Marquee**************************************************/
/**************************************************************/
/*Quote********************************************************/
.de-quote-large{
	height:450px;
}
.de-quote-large blockquote, .de-quote-large p, .de-quote-large h3{
	max-width: 700px;
}
.de-quote-large blockquote{
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing:3px;
}
/*End Quote****************************************************/
/**************************************************************/
}
