@charset "UTF-8";

@font-face {
  font-family: "vivus";
  src:url("/include/fonts/vivus.eot");
  src:url("/include/fonts/vivus.eot?#iefix") format("embedded-opentype"),
    url("/include/fonts/vivus.woff") format("woff"),
    url("/include/fonts/vivus.ttf") format("truetype"),
    url("/include/fonts/vivus.svg#vivus") format("svg");
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-color: #e6e6e6;
	color: #666;
	font-size: 1rem;
	counter-reset: item;
}
a{color:#0ba4cd;}
a:hover, a:focus{color: #0ba4cd;text-decoration: none;}

hr{margin:2rem 0;height:2px;border:none;background-color:#E6E6E6;}
hr.fullhr{margin:3rem -3.125rem 3rem -3.125rem;}

/* Global Text Styles */ 

p{font-family: 'Open Sans', serif;}
p.alignleft{
	text-align:left;
}
.fira{font-family: "Fira Sans" !important;}

h1,h2,h3{font-style: italic;}
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", Helvetica, Arial, sans-serif; color: #823aa6; font-weight: 700;margin-bottom: 1.25rem;}
h3.bottom-margin{margin-bottom:1.25rem;}
.row > h3{margin-bottom:1.25rem;}
h4{margin:1.25rem 0;color:#401e75;font-weight:700;}
h5{margin:1.125rem 0;color:#4D4D4D;font-weight:700;}
strong{font-weight:700;}

/* Global Layout Styles */ 

.row{position: relative; z-index: 3;max-width: 76.875rem;}
.row.modal{z-index: auto;}
.row.card{margin-bottom:0;}
.wrap{padding: 1.25rem;box-sizing:border-box;overflow:hidden;}
.banner + .wrap{padding-top: 0;}

.table{display: table;}
.grid .table{ width: 100%;}
.table-cell{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.button{
	padding: 1.1625em 1em;
	font-weight:600;
    border-radius: 4px;
    background-color: #0aa5cc;
}

.button:hover, .button:focus{
	background-color: #0aa5cc;
}

.margin-none{margin:0;}
.hide-txt{display:none;}
.ndq-hide{display: none;}
.hide-for-small{display:none;}
.no-padd{padding: 0;}
.no-padd-all{padding:0 !important;}

/* Global Card Styles */

.card{
	padding:1.875rem 1.5625rem;
	background-color: #fff;
	height: 100%;
	margin-bottom: 1rem;
}
.card p{
	font-size:1rem;
	font-weight:600;
	line-height:1.875rem;
	color:#4d4d4d;
}
.card p a{text-decoration:underline;}
.card p a.contentlink,
.card div a.contentlink{text-decoration:underline;font-weight: 600;color: #4d4d4d;font-style:normal;}
.card p a:hover {text-decoration:none;}


.card ul, .card ol{font-family: 'Open Sans', serif;color:#4D4D4D;font-weight:600;margin:0;padding:0;list-style:none;}
.card li{position:relative;line-height: 1.875rem;margin-bottom:1rem;padding-left:2rem;}
.card ol.ref li{font-size:0.875em;}
.card ul li::before {
  content: "•";
  font-size:1.5rem;
  color: #823AA6;
  position:absolute;
  left:0;
}
.card ol li::before {
	counter-increment: item; 
	content: counter(item) ".";
	font-size:1rem;
	font-weight:700;
	color: #823AA6;
	position:absolute;
	left:0;
}
.card ol.ref  li::before {
	font-size:1em;
}

.card p + h3,
.card ul + h3,
.card ol + h3{
	margin-top:2rem;
}
.card h3 + div.row{
	margin-top:1rem;
}

.card-cta-content{
	padding: 1.875rem 1.5625rem;
}


.card .global-text ul > li > ul{margin-top:1rem;}
.card .global-text ul > li > ul > li{margin-bottom:0rem;}
.card .global-text ul li::before {
    color: #4D4D4D;
}
.card .global-text ul.no-space{margin-bottom:1rem;}
.card .global-text ul.no-space > li{margin-bottom:0rem;}

.global-text h4 {
    margin: 1.6em 0 1.25rem 0;
}

.card-cta-content h4,
.card-cta-content p{
	color:#fff !important;
}

/* Misc Colors */ 

.bg-white{background-color: #fff;}
.bg-blue{background-color: #09a5ce;}
.bg-dark-purple{background-color: #411d75;}
.bg-light-purple{background-color: #823aa6;}
.bg-green{background-color: #608c3f;}
.bg-grey, .card .bg-grey{background-color:#E6E6E6;}

.light-purple-text{color:#823aa6 !important;}
.green-text{color:#5f8c3f;font-weight:600;}
.purple-text{color:#823aa6;font-weight:600;}
strong.purple-text{font-weight:700;}
.text-white{color: #fff !important;}

.tagline, .arrow-green:before{color: #608c3f;}

/* Title Styles */

h3.green-arrow{
	position:relative;
	font-weight:700;
}

.green-arrow{
	font-style: italic;
	vertical-align: middle;
	line-height: normal;
	position:relative;
	padding-left:40px;
}
.green-arrow::before{
	color: #7EB359;
}
.green-arrow::before, .blue-arrow:before{
	font-family: "vivus" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
	content: "\61";
	margin-top: 2px;
	margin-left: -40px;
	position:absolute;
}

/* Header Styles */
.top-bar, .top-bar ul {background-color: #fff;}
.top-bar{
  background-color: #fff;
  border-bottom: 10px solid #411d75;
  width: 100%;
  padding: 0;
}
.top-bar::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #09a5cd;
}

.top-bar #main-menu > .menu{display: block;}

/* Nav Styles */

.top-bar .menu>.active>a, 
.top-bar .menu>.active>a:focus, 
.top-bar .menu>.active>a:hover {
    color: #000;
    background-color: transparent;
}
.top-bar #main-menu .menu > li > a {
    color: #666;
    text-decoration: none !important;
}
.top-bar #main-menu .menu > span > li > a {
    color: #666;
    text-decoration: none !important;
}
.top-bar #main-menu .menu > li.active > a {font-weight: bold; color: #823aa6;}

.top-bar #main-menu .menu > li > a:hover, 
.top-bar #main-menu .menu > li > a:focus,
.top-bar #main-menu .menu > li.active > a:hover {
    color: #0ba4cd;
}

.menu > li > a {
    display: block;
    padding: 1rem;
    line-height: 1;
}
.menu > span > li > a {
    display: block;
    padding: 1rem;
    line-height: 1;
}

.top-bar .menu > li > a {
    text-align: left;
    display: inline-block;
}
.top-bar .menu > li li a{
  text-align: left;
  float: left;
  width: 100%;
}
.menu > li > a {display: inline-block;}

.top-bar .menu > span > li > a {
    text-align: left;
    display: inline-block;
}
.menu > span > li > a {display: inline-block;}

.title-bar{display: none;}

.top-bar-left{width: auto;position: absolute;z-index: 3;}

.top-bar-left::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-color:#7f4299 transparent transparent transparent;
	border-style: solid;
	border-left-width: 3.75rem;
    border-right-width: 3.75rem;
	border-top-width: 7.5rem;
	border-bottom-width: 0;
}

.top-bar-left a{
	display: block;
	width: 7.5rem;
	height: 7.5rem;
}

.top-bar-left img{
	display:block;
	padding: 20% 30% 20% 16%;
	position: relative;
	z-index: 1;
}

.top-bar-right{width: 100%;float:none;}

.title-bar {
	height:5.3125rem;
	background: transparent; 
	padding: 0 1.875rem;
	color:#823aa6;
	text-align: right;
}

.menu-icon{
	display:inline-block;
	width: auto;
	padding-right:42px;
	height:auto;
	line-height:5rem;
	margin-bottom:5px;
	outline:none;
	color:#4d4d4d;
	font-weight:600;
	background:url('/images/nav-icon.png') 100% 50% no-repeat;
	background-size:auto 16px;
}
.menu-icon::after {
    display:none;
}
.menu-icon:hover::after {
    background: #411d75;
    box-shadow: 0 7px 0 #411d75, 0 14px 0 #411d75;
}
.menu-icon i{
	display:inline-block;
	margin-left:10px;
	color:#823AA6;
}
.dropdown.menu .has-submenu.is-right-arrow>a::after {
  -webkit-transition: all .1s ease-in-out; 
  -moz-transition: all .1s ease-in-out; 
  -ms-transition: all .1s ease-in-out; 
  -o-transition: all .1s ease-in-out; 
  transition: all .1s ease-in-out; 
}
.dropdown.menu .has-submenu.is-right-arrow:hover>a::after{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin-top: 0px;
}

.menu.medium-horizontal > li.ndq-drawer{position: fixed;top: 0;width: 100%; }

/* Site Hero Image */

.banner {
	margin-bottom:-70px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 15px solid #411d75;
    background-size: cover;
    background-position: center;
	background-repeat:no-repeat;
    color: #333;
    position: relative;
    z-index: 2;
}

.banner.light h1 {
    width:89.6%;
	max-width:580px;
	margin: 0 5.2% 1rem 5.2%;
	padding-top:1rem;
	font-family: 'Fira Sans', sans-serif;
	font-size: 2.125rem;
	font-weight:700;
	font-style:italic;
	letter-spacing: -1px;
	line-height: 2.5rem;
	color: #FFFFFF;
	text-shadow: 0 2px 4px rgba(0,0,0,0.20);
}

.banner.light p {
    width: 89.6%;
    max-width: 725px;
    margin: 0 5.2%;
	padding-bottom:1rem;
	font-size: 1rem;
	line-height: 1.4rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.20);
}

.banner::before{
  content: "";
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.banner p, .banner h1 {max-width: 100%;}
.banner.light p, .banner.light h1 {color: #fff;}
.banner p, .banner p h1 {font-size: 1.2rem;}
.banner.light{color: #fff;}
.banner h1, .banner p{text-shadow: 1px 1px 1px rgba(0,0,0,.5);}
.banner.light h1{margin-top: 0;}

.banner .row{
	display:table;
	width: 100%;
}
.banner .row .inner{
	display:table-cell;
	width: 100%;
	height: 205px;    
	padding-bottom: 55px;
	vertical-align:middle;
	text-align:left;
}
.home .banner .row .inner{
	padding-top: 30px;
	padding-bottom: 75px;
}

.banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.home .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-1-1440x650.jpg');}
.about .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.ed .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.epi .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.oag .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.pah .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.oe .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-2-1440x325.jpg');}
.products .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-9-1440x325.jpg');}
.pipeline .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-6-1440x325.jpg');}
.contact .banner{background-image: url('/images/marquee/qsymia-corporate-marquee-1-1440x325.jpg');}

.epi .banner.light h1 {max-width: 1100px;}
.oag .banner.light h1 {max-width: 600px;}
.pipeline .banner.light h1 {max-width: 660px;}
.ed .banner.light h1 {max-width: 700px;}
.pah .banner.light h1 {max-width: none;}
.contact .banner.light h1 {max-width: none;}

body [class*="ndq-border-"] {
    border-color: #dbdbdb;
    border-style: solid;
	border-width: 1px;
}

.card .cta.bg-grey{
	position:relative;
	background-color:transparent;
}

.backtotop{    
	display: block;
    text-align: right;
	padding-top:12px;
    font-size: 1rem;
}

.cta > p{
	color:#5F8C3F;
}

.sidecard h4{
	padding:0;
	color:#fff;
}

.purple-top{
	border-radius:4px 4px 0 0;
	padding: 1.875rem 1.5625rem;
}
.card .purple-top h3.green-arrow,
.purple-top p{
	color:#fff;
}
.white-inner{
	padding: 1.875rem 1.5625rem;
}

.rounded.no-padd-all .white-inner{
	padding:2.7525rem 1.5625rem 2.8125rem 1.5625rem;
}
.rounded.no-padd-all .white-inner h4{
	margin-top:0;
}
.rounded.no-padd-all .white-inner a{
	margin-top: 10px;
	margin-right:16px;
	margin-bottom:0px;
}

/* Our Product Page */ 

.text-highlight{
	color:#823AA6;
	font-weight:700;
}

.mobile-grey-image{
	margin:2rem 0;
	display:table;
	width:100%;
	background-color:#E6E6E6;
}

.mobile-grey-image div{
	display:table-cell;
	width:100%;
	height:255px;
	text-align:center;
	vertical-align:middle;
}

/* Specialty Link Styles */

.external-link{
	padding-left:3rem;
	background:url(/images/external-link-icon.png) left center no-repeat; 
	background-size:30px auto;
	line-height:30px;
	vertical-align:middle;
	color:#823AA6;
	font-weight:700;
}

.external-link a{
	color:#0AA5CC;
	font-weight:600;
	text-decoration:underline;
}
.external-link a:hover{
	text-decoration:none;
}

.doc-icon{background: url(../../images/document-icon.png) center center no-repeat;background-size: 26px auto;}

.file-link{
	padding-left: 3.25rem;
	background:url(/images/document-icon-mobile.png) left center no-repeat; /**/
	background-size:40px auto;
	line-height:40px;
	vertical-align:middle;
	color:#0AA5CC;
	font-weight:700;
}
.file-link a{
	color:#0AA5CC;
	font-weight:600;
	text-decoration:none;
}
.file-link a span{
    border-bottom: 1px solid #0AA5CC;
}
.file-link a:hover span{
    border-bottom: none;
}
.file-link a:hover{
	text-decoration:none;
}

.email-link{
	padding-left: 3rem;
	background:url(/images/email-icon.png) left center no-repeat; 
	background-size:32px auto;
	line-height:26px;
	vertical-align:middle;
	color:#0AA5CC;
	font-weight:700;
}
.email-link a{
	color:#0AA5CC;
	font-weight:600;
	text-decoration:none;
}
.email-link a span{
    border-bottom: 1px solid #0AA5CC;
}
.email-link a:hover span{
    border-bottom: none;
}
.email-link a:hover{
	text-decoration:none;
}

.phone-list{
	margin:1rem 0;
	padding-left:3rem;
	background:url(/images/phone-icon.png) left center no-repeat; 
	background-size:30px auto;
	line-height:30px;
	vertical-align:middle;
	color:#823AA6;
	font-weight:700;
}

.phone-list span{
	color:#4d4d4d;
	font-weight:600;
}

.no-icon{
	background-image:none !important;
}

.resource-website{
	display:block;
	margin:1.5rem 0;
	padding-left:3.25rem;
	background:url(/images/website-icon-mobile.png) left top no-repeat; 
	background-size:40px auto;
	line-height:40px;
	vertical-align:middle;
	color:#0AA5CC;
	font-weight:600;
	text-decoration:none;
}

.resource-document{
	display:block;
	margin:1.5rem 0;
	padding-left:3.25rem;
	background:url(/images/document-icon-mobile.png) left top no-repeat; 
	background-size:40px auto;
	line-height:40px;
	vertical-align:middle;
	color:#0AA5CC;
	font-weight:600;
	text-decoration:none;
}
.resource-website span,.resource-document span{
	border-bottom:1px solid #0AA5CC;
}
.resource-website:hover,.resource-document:hover{
	text-decoration:none;
}
.resource-website:hover span,.resource-document:hover span{
	border-bottom:0;
}

/* Homepage Press Releases Grid */

.press-releases .grid{overflow: hidden;}
.press-releases .grid .date{color: #5F8C3F; font-style: italic; margin-bottom: 0; font-size: 1rem;font-weight:600;font-style:italic;}
.press-releases .grid a{color: #333; line-height: normal;font-weight:600;}
.press-releases .grid a:hover, .grid a:focus{color: #0ba4cd;}
.press-releases .grid > div:nth-child(1){padding-bottom:20px;}
.press-releases .grid > div:nth-child(2){padding-bottom:20px;}
.press-releases .grid > div:nth-child(3){padding-bottom:20px;}
.press-releases .grid > div:nth-child(4){padding-bottom:20px;}
.press-releases .grid .row > .table-cell{height:80px;}
.press-releases .grid > div{padding:0;}
.doc-icon{background: url(../../images/document-icon.png) 12px 50% no-repeat;background-size: 26px auto;padding-left:60px;}
.press-releases .grid .table-cell{vertical-align:top;padding-top:4px;padding-bottom:4px;}

.press-releases .grid{clear: both;}

.press-releases .medium-3 a{
	display:block;
    margin-bottom: .9rem;
	font-weight:600;
	line-height: 2.5rem;
	text-decoration:underline;
	text-align:left;
	color:#0AA5CC;
}


/***************OOCSS (Object-Oriented CSS) - reusable classes***************/
.rounded{
      -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.blocks > div:first-child{
      -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.blocks > div:last-child{
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0  4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.blocks > div{margin-bottom: .2rem;}

.hide-txt {
    text-indent: -9999px;
    left: -9999px;
    position: absolute;
    top: -9999px;
}

/* Team Page Circle */

.about-circle{
	display:table;
	width:100%;
}
.about-circle-inner{
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.about-circle-inner .circle{
	display:table;
}
.about-circle-inner .circle .text-white{
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.circle{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #09a5cd;
	color:#fff;
	margin: auto;
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background:url(../../images/half-circle.png) center center no-repeat #09a5cd;
	background-size:100% auto;
	z-index: 2;
}

.circle span{line-height: normal; color: #fff;}

.stat-container{
    text-align: center;
    position: absolute;
    vertical-align: middle;
    top: 25%;
    left: 0;
    display: block;
    width: 100%;
}
.stat{font-size: 3rem;font-weight: 700;text-align: center;}

.stat sup{font-size: 1rem; top: -1.5em;}
.stat sub{font-size: 1.5rem; bottom: 0;}
.stat .fa:before{font-size: 1rem; vertical-align: top;}

.card h3.green-arrow{
	font-family: 'Fira Sans', sans-serif;
	font-size:1.875rem;
	font-weight:700;
	color:#823AA6;
}

/* Other Links */
.blue-card{background-color:#09a5cd;padding:0 .4rem;}
.purple-card{background-color:#411d74;padding:0 .4rem;}
.violet-card{background-color:#823aa6;padding:0 .4rem;}
.green-card{background-color:#608c3f;padding:0 .4rem;}

.blue-card .table, .blue-card .table-cell, 
.purple-card .table, .purple-card .table-cell, 
.violet-card .table, .violet-card .table-cell, 
.green-card .table, .green-card .table-cell{
	width:100%;
	min-height:150px;
	height:150px;
	text-align:center;
	text-decoration:none !important;
}

.blue-card .table-cell img, 
.purple-card .table-cell img, 
.violet-card .table-cell img, 
.green-card .table-cell img{
	display:block;
	width:32px;
	margin:0 auto;
}

.blue-card .table-cell p, 
.purple-card .table-cell p, 
.violet-card .table-cell p, 
.green-card .table-cell p{
	margin-top:10px;
	margin-bottom:0px;
	font-weight:600;
	line-height:1.5625rem;
	color:#fff;
}

.card.purple-bg{
	background-color:#411d74;
}
.card.purple-bg h3,
.card.purple-bg h4,
.card.purple-bg h5,
.card.purple-bg p,
.card.purple-bg div,
.card.purple-bg div span{color:#ffffff !important;}

.card.purple-bg a{color:#ffffff !important;text-decoration:underline;}
.card.purple-bg a:hover{text-decoration:none;}
.card.purple-bg .email-link a {text-decoration: none;}

.purple-half-card {
    clear: both;
    position: static;
    box-sizing: border-box;
    margin: 0 -0.9rem -1.8rem -0.9rem;
    padding: 1.875rem 1.5625rem;
    border-radius: 0 4px 4px 0;
    background-color: #411d74;
    border-radius: 0 0 4px 4px;
}

.card .purple-half-card h5,
.card .purple-half-card p,
.card .purple-half-card div,
.card .purple-half-card div span{color:#ffffff !important;}

.linkbox{
	border:1px solid #d9d9d9;
	padding:1rem .75rem;
	margin:1.75rem 0;
}
.linkbox .external-link{
	display:inline-block;
	margin:.75rem 0rem;
}

.phone-icon-p{
	background:url(../../images/phone-icon.png) 0 0 no-repeat;
	background-size:32px auto;
	padding-left:48px;
}

.email-icon-p{
	background:url(../../images/email-icon.png) 0 4px no-repeat;
	padding-left:48px;
}

.splitcard{
    padding-bottom: 1rem;
	display:table;
	width:100%;
	height:100%;
	overflow:hidden;
}

.splitcard > .sidecard{
	background-color:#411d74;
}

.splitcard > .sidecard:first-child{
	background-color:#09a5cd;
}

.splitcard > .sidecard:first-child > div{
	border-radius:4px 4px 0 0;
	border-bottom:2px solid #fff;
}

.splitcard > .sidecard:last-child > div{
	border-radius:0 0 4px 4px;
}

.splitcard > .sidecard{
	display:table-row;
}

.splitcard > .sidecard > div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.card .splitcard div span{
	margin:20px 40px 12px 40px;
	display:block;
	font-size:2rem;
	line-height:1.2em;
	text-align:center;
	color:#fff;
}

.card .splitcard div span.font-large{
	font-size:3.5rem;
}

.card .splitcard div p{
	margin:12px 40px 20px 40px;
	color:#fff;
	text-align:center;
}

blockquote{
	margin:30px 0;
	border:2px solid #d9d9d9;
	border-radius:4px;
	padding:30px 5%;
}
blockquote div{
	padding-left:32px;
	background:url(../../images/quotes.png) top left no-repeat;
	background-size: 24px auto;
}
.card blockquote div p{
	margin:11px 0;
	padding-top:0px;
	color:#411D73;
	font-size:1rem;
	line-height:1.6em;
	font-weight:400;
}
blockquote div p img{
    position: relative;
    top: -10px;
    margin-left: 16px;
	width: 24px;
    height: auto;
}
blockquote > div > span{
	display:block;
	font-size:1rem;
}
blockquote > div > span img{
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin-right:22px;
}
blockquote > div > span > span{
	display:block;
	float:left;
	height:auto;
	line-height:30px;
	vertical-align:middle;
	font-weight:600;
	color:#333333;
}
blockquote > div div.file-link{
	clear:left;
	margin-top:20px;
	margin-bottom:20px;
	display: block;
	float:left;
	margin-left:0px;
	height:auto;
	min-height:30px;
	line-height:30px;
	vertical-align:middle;
	/*background-size: 30px auto;*/
	background-size: auto 30px;
	margin-left:0;
}
blockquote > div div.file-link a{
	display: block;
	height:auto;
	line-height:30px;
	vertical-align:middle;
	text-decoration:underline;
}
blockquote > div div.file-link a:hover{
	text-decoration:none;
}

.arrow-link{
	display:block;
	margin:.75em 0;
	padding-left:38px;
	font-weight:600;
	background:url(../../images/circle-arrow.png) center left no-repeat;
	text-decoration: underline;
}

/* Footer */
.footer-global{
	background-color:#411d74;
	border-bottom:10px solid #823aa6;
}
.footer-global .row > div:first-child{
	padding:2.5rem 0 1.875rem 0;
}
.footer-global .row .menu-text{
	width:100%;
	text-align:center;
	color:#fff;
	display:block;
	font-weight:600;
	line-height:1.4rem;
}
.footer-global .row > div:last-child .menu{
	margin:1rem 0;
}
.footer-global .row > div:last-child .menu li{
	display:block;
	float:none;
	width:100%;
	text-align:center;
}
.footer-global .row > div:last-child .menu li a{
	color:#fff;
	text-decoration:none;
}
.footer-icons{
	display:none;
}

/* Page Specific */

.team > .row > p{
	max-width:724px;
}

.team .teambox{
	float:left;
	display:block;
	width: 94% !important;
	margin-left: 3%;
    margin-right: 3%;
	margin-bottom:30px;
	border-radius:4px;
	text-decoration:none;
	background:#411D73;
}
.team .teambox div{
	padding:30px 40px 40px 30px;
	color:#fff;
	font-weight:600;
	/*background:url(/images/icon-expand.png) bottom 15px right 15px no-repeat #411D73;*/
	background:url(/images/open-icon.png) 95% 28px no-repeat;
	background-size:32px 32px;
}
.team .teambox.on{
	background:#823AA6;
}
.team .teambox.on div{
	/*background:url(/images/icon-close.png) bottom 15px right 15px no-repeat #823AA6;*/
	background:url(/images/close-icon.png) 95% 28px no-repeat;
	background-size:32px 32px;
}
.team .teambox div em{
	/*font-size:0.75em;
    font-weight: 400;*/
}
.team .teambox div img{
	display:block;
}

.team .teambox div span{
	display:block;
	margin-bottom:1rem;
	color:#fff;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.2em;
}

.team .directors .teambox div{
	padding: 30px 50px 30px 30px;
}

.team .directors div span{
	margin-bottom:0;
}

.team .directors .teambox{
	background:#411D73;
}
.team .directors .teambox.on{
	background:#823AA6;
}

.team .directors .teambox div{
	background:url(/images/open-icon.png) 95% 28px no-repeat;
	background-size:32px 32px;
}
.team .directors .teambox.on div{
	background:url(/images/close-icon.png) 95% 28px no-repeat;
	background-size:32px 32px;
}

.team hr{
	margin:1rem -3.125rem 2rem -3.125rem;
	height:2px;
	border:none;
	background-color:#E6E6E6;
}

.teammate-details{
	position:relative;
	top:-30px;
	clear:left;
	padding: 35px 1.5%;
}
.teammate-details .inner{
	background:#E6E6E6;
	padding:20px 20px 25px 20px;
}
.teammate-details .inner p:first-child{
	font-weight:bold;
	font-size:1.5rem;
	color:#411D73;
}

.teammate-details .inner p:last-child{
	text-align:right;
}

.card p a.close-team-box{
	display:inline-block;
	padding-right:42px;
	/*background:url(/images/team-expand-close-btn.png) left center no-repeat;*/
	background:url(/images/close-icon-blue.png) right center no-repeat;
	background-size:32px 32px;
	line-height:32px;
	vertical-align:middle;
	text-decoration:none;
}

.team-arrow-up{
	position:absolute;
	top:-10px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid #823AA6;
}

img.products-map{max-width:450px;width:90%;height:auto;margin:0 auto;display:block;}

.contact-map{margin-top:2rem;}
.contact .phone-icon-p{margin-left:0;}

.contact-card-half > div:last-child h5 {
    margin-top: 1.5em;
    margin-bottom: .33em;
}
.contact-card-half > div:last-child  p:last-child{
	margin-top: 1.25em;
	font-size:.95em;
}

.sitemap > li{
	margin-bottom:2rem;
}
.sitemap > li > ul{
	margin-top:1.25rem;
}

.pipeline-chart{
	margin:1.5rem 0;
	border-radius:4px;
	border:1px solid #e6e6e6;
	background-color:#fff;
	overflow:hidden;
}
.pipeline-chart > div:first-child{border-radius:4px 4px 0 0;}
.pipeline-chart > div:last-child{border-radius:0 0 4px 4px;}
.pipeline-chart div{
	box-sizing:border-box;
}
.pipeline-chart > div{
	position:relative;
	border:1px solid #e6e6e6;
	background-color:#fff;
	font-weight:700;
}
.pipeline-chart > div:first-child{
	border:1px solid #823aa6;
	background-color:#823aa6;
	color:#ffffff;
	font-weight:700;
}
.pipeline-chart > div:nth-child(2){
	max-height:30px;
	overflow:hidden;
}
.pipeline-chart > div.clearfix > div{
	float:left;
}
.pipeline-chart > div > div{
	height:100%;
	padding:15px 10px;
	line-height:1.2em;
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.pipeline-chart > div:first-child > div{
	border-left:1px solid #823aa6;
	border-right:1px solid #823aa6;
}
.pipeline-chart > div > div:first-child{
	text-align:left;
	padding:15px 0 15px 4.5%;
}
.pipeline-chart > div.clearfix > div:nth-child(1){width:31%;}
.pipeline-chart > div.clearfix > div:nth-child(2){width:23%;}
.pipeline-chart > div.clearfix > div:nth-child(3){width:23%;}
.pipeline-chart > div.clearfix > div:nth-child(4){width:23%;}
.pipeline-chart > div.pipeline-chart-product{
	font-size: 1.5em;
	background-color:#e6e6e6;
	color:#411d74;
}
.pipeline-chart > div.pipeline-chart-product + .clearfix > div:first-child{
	padding:36px 0 36px 4.5%;
}
.pipeline-chart > div.clearfix > div:first-child p{
	margin:4px 0;
	font-weight:700;
	line-height:1.5em;
	color:#4d4d4d;
}
.pipeline-chart > div.clearfix > div:first-child p a{
	font-weight:600;
}
.pipeline-chart > div.clearfix > span{
	position:absolute;
	top:48px;
	left:32.7%;
	display:block;
    padding: 18px 18px;
	line-height:1em;
	font-size:1em;
	color:#ffffff;
	background:#08a4cd;
	border-radius:24px;
	text-align:center;
}
.pipeline-chart > div.clearfix > span::after {
	content:' ';
	position:absolute;
	top: -18px;
	left: 100%;
	margin-left:-45px;
	display:block;
	width:90px;
	height:90px;
	background:url(../../images/dektop-chart-triangle.png) center center no-repeat;
}
.pipeline-chart{
	display:none;
}

.pipeline-chart-mobile{
	max-width:600px;
	margin:1.5rem 0;
	border-radius:4px;
	border:1px solid #e6e6e6;
	background-color:#fff;
	overflow:hidden;
}
.pipeline-chart-mobile > div:first-child{border-radius:4px 4px 0 0;}
.pipeline-chart-mobile > div:last-child{border-radius:0 0 4px 4px;}
.pipeline-chart-mobile > div{
	box-sizing:border-box;
	position:relative;
	border:1px solid #e6e6e6;
	background-color:#fff;
	font-weight:700;
}
.pipeline-chart-mobile > div:nth-child(2){
	height:9px;
	overflow:hidden;
}
.pipeline-chart-mobile > div:nth-child(2) > div{
	border:0;
	height:9px;
	overflow:hidden;
}
.pipeline-chart-mobile > div.pipeline-chart-product > div{
    font-size: .7em;
	text-align:left;
}
.pipeline-chart-mobile > div.pipeline-chart-product-info{
	display:none;
}
.pipeline-chart-mobile a.expand-chart-info{
	position:absolute;
	top:13px;
	right:13px;
	display:block;
	width:22px;
	height:22px;
	text-decoration:none;
	background:url(../../images/chart-open.png) center center no-repeat;
}
.pipeline-chart-mobile a.expand-chart-info.on{
	background:url(../../images/chart-close.png) center center no-repeat;
}
.pipeline-chart-mobile > div:first-child{
	border:1px solid #823aa6;
	background-color:#823aa6;
	color:#ffffff;
	font-weight:700;
}
.pipeline-chart-mobile > div:first-child > div:first-child,
.pipeline-chart-mobile > div:first-child > div:last-child{
	border-right:none;
}
.pipeline-chart-mobile > div:first-child > div:first-child{
	text-indent:18px;
	text-align:left;
}
.pipeline-chart-mobile > div:first-child > div{
	margin: 10px 0;
    padding: 5px 0px;
	box-sizing:border-box;
	overflow:hidden;
	border-right:1px solid #ffffff;
	border-left:none;
	text-align:center;
}
.pipeline-chart-mobile > div:nth-child(2){
	max-height:30px;
	overflow:hidden;
}
.pipeline-chart-mobile > div.clearfix > div{
	float:left;
}
.pipeline-chart-mobile > div > div{
	height:100%;
	padding:15px 10px;
	line-height:1.2em;
	vertical-align:middle;
	text-align:left;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.pipeline-chart-mobile > div > div p{
	margin:0 0 6px 0;
	font-size:.85em;
	line-height:1.7em;
}
.pipeline-chart-mobile > div.clearfix > div:nth-child(1){width:27.5%;}
.pipeline-chart-mobile > div.clearfix > div:nth-child(2){width:17.6%;}
.pipeline-chart-mobile > div.clearfix > div:nth-child(3){width:25.5%;}
.pipeline-chart-mobile > div.clearfix > div:nth-child(4){width:25.5%;border-right:none;}
.pipeline-chart-mobile > div.clearfix > div:nth-child(5){width:3.9%;border-left:none;}
.pipeline-chart-mobile > div.product-row > div:nth-child(5){
	padding:15px 0px;
	border-right:none;
}
.pipeline-chart-mobile > div.product-row > div{
	margin:20px 0;
}

.pipeline-chart-mobile > div.pipeline-chart-product{
	font-size: 1.5em;
	background-color:#e6e6e6;
	color:#411d74;
}
.pipeline-chart-mobile > div.pipeline-chart-product + .clearfix > div:first-child{
	padding:36px 0 36px 4.5%;
}
.pipeline-chart-mobile > div.clearfix > div:first-child p{
	margin:4px 0;
	font-weight:700;
	line-height:1.5em;
	color:#4d4d4d;
}
.pipeline-chart-mobile > div.clearfix > div:first-child p a{
	font-weight:600;
}
.pipeline-chart-mobile > div.clearfix > span{
	position:absolute;
	top:29px;
	left:3%;
	display:block;
    padding: 8px 18px;
	line-height:1em;
	font-size:.9em;
	color:#ffffff;
	background:#08a4cd;
	border-radius:14px;
	text-align:left;
}
.pipeline-chart-mobile > div.clearfix > span::after {
	content:' ';
	position:absolute;
	top: -10px;
	left: 100%;
	margin-left: -25px;
	display:block;
	width:50px;
	height:50px;
	background:url(../../images/mobile-chart-arrow.png) center center no-repeat;
}
.pipeline-chart-mobile .product-row > div:first-child{border-right:none;}
.pipeline-chart-mobile .product-row > div:nth-child(2){border-left:none;}
.pipeline-chart-mobile{
	display:block;
}

/* Interstitial */

.interstitial-box{
	padding:20px 5%;
	background:#fff;
	border-radius:8px;
}
.interstitial-box h3{
    line-height: 1.1em;
}
.interstitial-box p{
	padding-left:40px;
	font-size:.8rem
}
.interstitial-box > div > div{
	float:none;
	width:80%;
	margin:10px 10%;
}
.interstitial-box > div a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background:#411d74;
	font-weight:700;
	text-align:center;
	margin:0px 5px;
	padding:5px 3px;
	width:100%;
	border-radius:10px;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	  .top-bar{}
	  .top-bar-right{width: 100%; }
	  .top-bar .menu>li>a {display: block;}
	  /*.circle{width: 25%;}*/
	  .top-bar {padding: 0rem;}

	.is-drilldown{margin-top: 60px;}
	  .is-drilldown li.ndq-drawer-toggle,.ndq-drawer-toggle{display: none !important;}
	  .menu.medium-horizontal > li.ndq-drawer{display: block; position: relative !important; top: initial !important;}
	 
	.is-drilldown-submenu-parent > a::after{    border-color: transparent transparent transparent #823aa6;}
	.js-drilldown-back > a::before{     border-color: transparent #823aa6 transparent transparent;}
 
	.pipeline-chart{
		font-size:.5rem;
	}
	.pipeline-chart > div.clearfix > div:first-child p{
		font-size:.5rem;
	}
	
	.card blockquote div p {
    	line-height: 2em;
	}
	
	blockquote div p img{
		top: -8px;
	}
 
}

/* Medium and up */
@media screen and (min-width: 40em) {

	/* Purple Sidebar */
	.sidebar-spacing{
		padding-left:30px;
	}	
	.sidebar-spacing-inner{
		width:100%;height:100%;
	}
	
	.press-releases .medium-3 a{
		text-align:right;
	}

	.email-link{
		line-height:40px;
	}

	.hide-for-small{display:block;}

	.banner .row .inner{
		height: 325px;
		padding-top:0;
		padding-bottom:55px;
	}
	
	.home .banner .row .inner {
		height: 555px;
	}

	.banner.light h1 {
		padding-top:0;
		margin: 0 5.2% 1.3rem 5.2%;
		font-size: 3.75rem;
		line-height: 4.375rem;
	}

	.banner.light p {
		padding-bottom:0;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}

	.card {
		padding: 2.8125rem 3.125rem;
	}
	.card-cta-content{
		padding: 2rem 3.125rem;
	}
	
	.blue-card,.purple-card,.violet-card,.green-card{padding:0 .4rem;}
	.blue-card .table-cell,.purple-card .table-cell,.violet-card .table-cell,.green-card .table-cell{height:170px;}	

	.purple-half-card{
		position:absolute;
		top:-2.8125rem;
		right:-3.125rem;
		/*bottom:-2.8125rem;*/
		bottom:-1rem;
		box-sizing:content-box;
		width: 35.66667%;
		margin-right:0.9375rem;
		padding:2.8125rem 3.125rem;
		border-radius:0 4px 4px 0;
	}
	
	.wrap{padding: 1.875rem;}
	.row.wrap + .row.wrap{padding-top:0;}
	.top-bar ul{background-color: transparent;}
	.circle{width: 75%;}
	.callout p {font-size: 1.2rem; max-width: 55%; text-align: center; margin: auto; }
	ul.simple .title{font-size: 1.1rem;}
	
	.top-bar {
		border-bottom: 15px solid #411d75;
	}
	.top-bar::after {
    	height: 10px;
	}

	.top-bar-left{
		position: absolute;
		width: auto;
		margin-left: 0;
		z-index: 3;
	}

	/*
	.top-bar-left::after {
		border-left-width: 5.9375rem;
		border-right-width: 5.9375rem;
		border-top-width: 11.875rem;
	}

	.top-bar-left a{
		width: 11.875rem;
		height: 11.875rem;
	}
	*/
	.top-bar-left::after {
		border-left-width: 3.9375rem;
		border-right-width: 3.9375rem;
		border-top-width: 7.875rem;
	}
	
	.top-bar-left a{
		width: 7.875rem;
		height: 7.875rem;
	}
	
	.top-bar-right{
		/*
		width: 94.8%;
		margin-right: 3.66%;
		*/
		height: 7rem;
		font-weight: 600;
		float:none;
	}
	
	.top-bar #main-menu > .menu > li > a {
		position: relative;
		padding: 0rem .5rem .625rem .5rem;
		/*font-size:.7rem;
		line-height:6.4rem;*/
		line-height:7rem;
		vertical-align:middle;
		outline:none;
	}

	/*.top-bar #main-menu .menu li.has-submenu > a::after{content: none;}*/
	.top-bar #main-menu > .menu > li > a::after{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent transparent;
		border-left-style: solid;
		border-right-width: 0;
		position: absolute;
		bottom: -3px;
		bottom: 6px;
		left: 50%;
		margin-left: -20px;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		border-left-width: 40px;
		border-right-width: 0;
		border-top-width: 20px;
		border-bottom-width: 20px;
	}

	.top-bar.border-grow{border-bottom-width:70px;}

	.top-bar #main-menu .menu > li {
		position: relative;
	}

	.top-bar #main-menu > .menu > li.active > a::after,
	.top-bar #main-menu > .menu > li:hover > a::after{
		border-color: transparent transparent transparent #411d75;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.top-bar #main-menu > .menu > li.has-submenu > ul{
	  /*border-top: 10px solid transparent !important;
	  border-bottom: 10px solid transparent !important;*/
	  padding-bottom: 10px;
	  background-color: transparent;
	  border: none;
	  width: 100%;
	  text-align: center;
	  background-color: #411d75;
	  margin: auto;  
	  z-index: 2
	}
	
	.top-bar #main-menu > .menu > li.has-submenu > ul::before{
	  content: "";
	  width: 200%;
	  height:100%;
	  position: absolute;
	  left: -50%;
	  bottom: 0;
	  display:block;
	  background-color: #411d75;
	  z-index: -1;
	}
	
	.top-bar #main-menu > .menu > li.has-submenu > ul > li{display: inline;width: auto;/* float: left; */}

	.top-bar #main-menu > .menu > li.has-submenu li a{
	  background-color: #411d75;
	  float: none;
	  color: #fff;
	  width: auto;
	}
	
	/*.top-bar #main-menu li.active ul{
		display:block;
	}*/

	.top-bar #main-menu > .menu > li.has-submenu li a:hover,
	.top-bar #main-menu > .menu > li.has-submenu li a:focus{
	  text-decoration: underline;
	  color: #fff;
	}

	.menu.medium-horizontal > li,
	.top-bar #main-menu > .menu > li {
		display: inline-block;
		position: initial;
	}
	.menu.medium-horizontal > li.ndq-drawer-toggle { 
		width: auto; 
		min-width:0;
	}
	
	/*ul.menu > li:nth-child(1) > ul{
		padding-left: 7%;
	}*/
	.top-bar #main-menu > ul.menu > li:nth-child(2) > ul{
		padding-left: 0%;
		padding-right: 20%;
	}
	.top-bar #main-menu > ul.menu > li:nth-child(4) > ul{
		/*text-align: right !important;*/
	}
	.top-bar #main-menu > ul.menu > li:nth-child(4) > ul > li a{
		padding-right:34px;
	}
	.top-bar #main-menu > ul.menu > li:nth-child(5) > ul{
		text-align: right !important;
		padding-right: 8%;
	}

	.menu > li > a {
		padding:1.25rem 1rem 1.3125rem 1rem;
	}

	.top-bar #main-menu > .menu > li > a {
		padding-left:1rem;
		padding-right:1rem;
		font-size: 10px;
		font-weight:400;
	}
	
	/*.tablemenu{display:table;}*/
	.top-bar #main-menu .menu li.has-submenu:hover > ul.tablemenu{display:table-row;}
	/*.top-bar #main-menu .menu li.has-submenu > ul.tablemenu.active {display:table-row;}*/
	.top-bar #main-menu .menu li.has-submenu > ul.tablemenu li{display:table-cell;vertical-align:middle;text-align:center;height:57px;}
	.top-bar #main-menu .menu li.has-submenu > ul.tablemenu li a{padding:0 13px;text-align:center;line-height:1.3em;}	

	/* Third Level */
	
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
		right: -5px;
		border: inset 5px;
		border-color: transparent transparent transparent #fff !important;
		border-left-style: solid;
		border-right-width: 0;
		border-width: 6px 0px 6px 8px;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.top-bar #main-menu > .menu > li > ul > li.active > a:hover,
	.top-bar #main-menu > .menu > li > ul > li > a:hover {
		color:#0BBAE6 !important;
	}
	.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a:hover::after {
		border-color: transparent transparent transparent #0BBAE6 !important;
	}
	
	.top-bar #main-menu > .menu > li > ul > li > ul.vertical {
		left:-.5rem;
		min-width:220px;
		margin-top:28px;
		width:auto;
		background-color: #823aa6;
		border:none !important;
		text-align:left;
	}
	
	.top-bar #main-menu > .menu > li > ul > li > ul.vertical::before {
		content:'';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent transparent;
		border-left-style: solid;
		border-right-width: 0;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -20px;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		border-left-width: 40px;
		border-right-width: 0;
		border-top-width: 20px;
		border-bottom-width: 20px;
	}
	
	/*.top-bar #main-menu > .menu > li > ul > li.active > ul.vertical::before,*/
	.top-bar #main-menu > .menu > li > ul > li:hover > ul.vertical::before {
		border-color: transparent transparent transparent #823aa6;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.top-bar #main-menu > .menu > li > ul > li > ul.vertical li a {
		display:block;
		padding: .75rem 1.5rem 1.0625rem 1.5rem;
		line-height:1.5em;
		background-color: #823aa6;	
		text-align:left;	
	}
	
	.top-bar #main-menu > .menu > li > ul > li > ul.vertical li a:hover {
		background-color: #411d75;
	}
	
	.top-bar #main-menu > .menu > li > ul > li > ul.vertical li:first-child a {
		padding-top:1.25rem;
	}
	.top-bar #main-menu > .menu > li > ul > li > ul.vertical li:last-child a {
		padding-bottom:1.5rem;
	}	

	.is-dropdown-submenu-parent.is-right-arrow > a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: inset 5px;
		border-color: transparent transparent transparent #823aa6;
		border-left-style: solid;
		border-right-width: 0;
	}
	.is-dropdown-submenu{top: 100%; left: 0;}
	
	.is-dropdown-submenu-parent a::after {
		float: right;
		margin-top: 4px !important;
		margin-left: 10px;
		position: relative;
		top: inherit;
		right:inherit;
	}

	/* Footer */
	.footer-global{
		border-bottom:15px solid #823aa6;
	}
	.footer-global .row{
		background:url(/images/logo.svg) 5.2% 50% no-repeat;
	}
	.footer-global .row .medium-12{
		margin:2rem 0;
	}
	.footer-global .row > div:last-child .menu {
		display:block;
		width:70%;
		margin:0 15%;
		text-align:center;
	}
	.footer-global .row > div:last-child .menu li {
		display: inline-block;
		width: auto;	
	}
	.footer-global .hide-for-small{
		display:block;
		width:70%;
		margin:0 15%;
		text-align:center;
		font-size:0.875rem;
		color:#fff;
	}
	
	.footer-icons{
		display:none;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		width:auto;
	}
	.footer-icons a{
		display:inline-block;
		margin: 3.2rem 0 3.2rem 3.4375rem;
	}
	
	.team .teambox{
		float:left;
		width: 47% !important;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	
	.team .teambox div span {
    	font-size: 1.2rem;
	}
	.teammate-details .inner {
		padding: 50px 50px 35px 50px;
	}
	
	
	blockquote div{
		padding-left:42px;
		background-size: 35px auto;
	}	
	.card blockquote div p {
		margin: 12px 0;
		padding-top: 10px;
	}
	blockquote div p img{
		width: 35px;
	}
	
	.contact-map{margin-top:0px;border-left:1px solid #333 !important;}
	.contact-map > div{padding-left:35px;}
	.contact .phone-icon-p{margin-left:35px;}

	.sidecard{
		padding:2rem 3rem;
		background-color: #411d75;
	}
	.products .sidebar-spacing{
		display:table;
	}
	.products .sidebar-spacing .sidecard{
		display:table-cell;
		vertical-align:middle;
	}
	
	.card .cta.bg-grey{
		background-color:#E6E6E6;
	}
	
	.cta{
		margin: 2rem 0;
		padding: .75rem 40px;
	}
	
	.cta sup{font-size: .7em; top: -0.6em;}
	.cta > h4, .cta > p{display:inline-block;margin-right:0px;}
	
	.cta > p{
		color:#4D4D4D;
	}
	
	.linkbox {
		padding: 1rem 1.5rem;
		margin: 1.75rem 0;
	}
		
	.linkbox .external-link{
		margin:1rem 1.5rem;
	}
	
	.resource-website{
		padding-left:3rem;
		background:url(/images/external-link-icon.png) left top no-repeat; 
		background-size:30px auto;
		line-height:30px;
		color:#fff;
	}
	
	.resource-document{
		padding-left:3rem;
		background:url(/images/document-icon.png) left top no-repeat; 
		background-size:24px auto;
		line-height:30px;
		color:#fff;
	}
	
	.resource-website span,.resource-document span{
		border-bottom:1px solid #fff;
	}
	
	.purple-top{
		padding: 2.8125rem 3.125rem 1.8125rem 3.125rem;
	}
	.white-inner{
		padding: 2.8125rem 3.125rem 1.8125rem 3.125rem;
	}
	.rounded.no-padd-all .white-inner a{
		margin-top: 0px;
	}
	
	.file-link{
		background:url(/images/document-icon.png) left center no-repeat; 
		background-size:24px auto;
	}
		
	blockquote{
		border-radius:4px;
		padding:45px 8%;
	}
	blockquote div{
		padding-left:56px;
	}
	.card blockquote div p{
		padding-top: 3px;
		font-size:1.25rem;
		line-height:2em;
	}
	blockquote > div > span{
		min-height: 60px;
		font-size:1rem;
	}	
	blockquote > div > span img{
		width:60px;
		height:60px;
	}
	blockquote > div > span > span{
		height:60px;
		line-height:60px;
		font-size:1rem;
	}
	blockquote > div div.file-link{
		font-size:1rem;
		height:60px;
		line-height:60px;
		background-size: 32px auto;
	}
	blockquote > div div.file-link a{
		height:60px;
		line-height:60px;
	}
	
	.pipeline-chart{
		display:block;
	}
	.pipeline-chart-mobile{
		display:none;
	}


	/* Homepage Press Releases Grid */
	.press-releases .grid > div:nth-child(1){padding-right:20px;padding-bottom:20px;}
	.press-releases .grid > div:nth-child(2){padding-left:20px;padding-bottom:20px;}
	.press-releases .grid > div:nth-child(3){padding-right:20px;padding-bottom:0px;}
	.press-releases .grid > div:nth-child(4){padding-left:20px;padding-bottom:0px;}
	
	/* Interstitial */
	.interstitial-box{
		padding:40px 8%;
	}
	.interstitial-box p{
		font-size:1rem
	}
	.interstitial-box > div > div{
		float:left;
		width:50%;
		margin:20px 0 0 0;
		text-align:center;
	}
	.interstitial-box > div > div a{
		width:140px;
	}
	
	.card h3.green-arrow {
	    padding-right: 20%;
	}
	
	.backtotop{
		display: inline;
		position: absolute;
		top: 0.65em;
		right: 0;
		padding-top:0;
		width: auto;
		text-align: right;
		font-size: 1rem;
	}

}

@media screen and (min-width: 48em) {
 
	.top-bar #main-menu > .menu > li > a {
		padding: 0rem .8rem .625rem .8rem;
		font-size:.7rem;
	}
	
	
	.top-bar #main-menu .menu li.has-submenu > ul.tablemenu {padding-left: 100px;}
	
	.team .teambox{
		float:left;
		width: 30.3% !important;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	
	.team .teambox div span {
    	font-size: 1.5rem;
	}
	
}


@media screen and (min-width: 50em) {
	
	.top-bar-left{
		top: -25px;
		margin-left: -2rem;
		left: 2px;
	}
	
	.top-bar-left::after {
		border-left-width: 5.9375rem;
		border-right-width: 5.9375rem;
		border-top-width: 11.875rem;
	}

	.top-bar-left a{
		width: 11.875rem;
		height: 11.875rem;
	}
 
	.top-bar #main-menu > .menu > li > a {
		padding: 0rem .8rem .625rem .8rem;
		font-size:.8rem;
	}
	
}

@media screen and (min-width: 56.25em) {
 
	.top-bar #main-menu > .menu > li > a {
		padding: 0rem 1rem .625rem 1rem;
		/*font-size:1rem;*/
	}
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.pipeline-chart{
		font-size:.75rem;
	}
	.pipeline-chart > div.clearfix > div:first-child p{
		font-size:.75rem;
	}
	
	.contact-card-half > div:first-child{
		padding-right:10%;
	}
	
	
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	.top-bar-right{
		width:96.1%;
		margin-right: 3.9%;
	}

	.top-bar #main-menu > .menu > li > a {  
		/*letter-spacing:0.5px;*/
		letter-spacing: -0.0075em;
		padding: 0rem 0.85rem .625rem 0.85rem;
		font-weight: 600;
		font-size:0.95rem;
	}
	
	.footer-icons{
		display:block;
	}
	
	.home-card .card{
		position:relative;
		padding-bottom:5rem;
	}
	.home-card .button{
		position:absolute;
		bottom:2.8125rem;
		left:3.125rem;
		right:3.125rem;
		width:auto;
	}
	
	blockquote > div > span{
		height: 60px;
		overflow:hidden;
	}	
	
	blockquote > div div.file-link{
		clear:none;
		margin-left:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .is-drilldown{height: auto !important; width: 100% !important;}
  .is-drilldown li{width: 100%;}
  .top-bar .menu{padding: 0;}
  .menu.medium-horizontal > li.ndq-drawer {position: relative !important; top: 0 !important;}
}

@media screen and (min-width: 75em){
	
	ul.menu > li:nth-child(1) > ul{
		padding-left: 0%;
	    padding-right: 23%;
	}	
	
}

@media screen and (max-width: 76.375em){
	/* Match IR nav */
	.top-bar #main-menu > .menu > li > a {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media screen and (min-width: 78em) {
	.top-bar .row {
		max-width: 76.875rem;
	}
}


/* Nav Social Icons Add on */

.social-icons{
	position: absolute;
    top: 80px;
    right: 34px;
}

.social-icons a{
	text-decoration: none;
}
.social-icons a img{
	width:auto;
	height:26px;
}
.social-icons a:first-child{
	margin-right:28px;
}

@media screen and (min-width: 40em) {

	#main-menu{
		position: relative;
		padding-right:90px;
	}

	.social-icons{
		position: absolute;
		top:41px;
		right:0px;
		bottom:auto;
		left:auto;
	}

	.social-icons a:first-child{
		margin-right:14px;
	}

}

@media screen and (min-width: 48em) {

	.social-icons{
		right:5px;
	}

}

@media screen and (min-width: 64em) {

	#main-menu{
		padding-right:90px;
	}

	.social-icons{
		right:-25px;
	}

}


/* IE11 Nav Fix */

@media all and (-ms-high-contrast:none){ 
	.top-bar #main-menu .menu li.has-submenu > ul{
		margin-top:-5px;
	}
	.top-bar #main-menu .menu li.has-submenu > ul > li a{
		display: block;
	}
	.top-bar #main-menu .menu li.has-submenu:hover > ul.tablemenu{
		display: block;
	}
	.top-bar #main-menu .menu li.has-submenu > ul.tablemenu{
		margin-top:-5px;
		padding-left:0;
	}
	.top-bar #main-menu .menu li.has-submenu > ul.tablemenu > li{
		display: block;
	}
	.top-bar #main-menu .menu li.has-submenu > ul.tablemenu > li a{
		display: block;
		padding:1.25rem 1rem 1.3125rem 1rem;
		text-align:left;
	}
}



@media print {
	body{padding-top:120px !important;;}
	header nav,.main-menu,.title-bar,#cta-section{display:none !important;}
	body{color:#000 !important;}
	.text-white {color: #000 !important;}
	.banner{border-bottom:0 !important;}
	.home-card > .column{height:auto !important;}
	footer .menu,.footer-icons,.footer-global a{display:none;}
	.team .teambox{width:27% !important;float:left;}
	.top-bar-right{display:none !important;}
	.sticky{position: absolute !important;}
	.card.purple-bg h3, .card.purple-bg h4, .card.purple-bg h5, .card.purple-bg p, .card.purple-bg div, .card.purple-bg div span {
    color: #000 !important;}
	.card .purple-half-card h5, .card .purple-half-card p, .card .purple-half-card div, .card .purple-half-card div span {
    color: #000 !important;}
	.products-map{display:none !important;}
}

/*

*/




