@import url(normalize.css);
@import url(jquery.bxslider.css);
@import url(animate.min.css);
@import url(jquery.fancybox.css);
@import url(jquery-ui.css);

/* viewport */

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
@viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Font-face declarations */

@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.woff2') format('woff2'),
         url('raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('raleway-semibold-webfont.woff2') format('woff2'),
         url('raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.woff2') format('woff2'),
         url('raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaylight';
    src: url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* The basics */

* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
	color: #B0D5D7;
}
p > a {
	color: #CC4809;
	font-family: 'ralewaysemibold';
}
p > a:hover {
	color: #6ABCED;
}
html {
    color: #323232;
    font: normal 1em/1.6em 'ralewayregular';
}
body {
	background: #4E5F70;
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
	max-width: 1054px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 25px 0;
}
.fixed-fix {
	width: 100%;
	height: 100px;
}
#base {
	width: 100%;
	background: #FFF;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
input {
	color: #4E6C7A;
}


/* typography */

h1, .column-containment h1 {
	font-size: 35px;
	color: #265FA4;
	text-align: center;
	margin: 25px auto 20px auto;
	font-family: 'ralewayregular';
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin: 0 0 15px 0;
	color: #0177CA;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #0177CA;
}
h3 a {
	color: #265fa4;
}
h3 a:hover {
	color: #3da0e9;
}
h4,h5,h6 {
	font-size: 18px;
}
p, li {
	color: #565656;
}
strong {
	font-weight: normal;
	font-family: 'ralewaysemibold';
}
ul, ol {
	padding: 0;
	margin: 0;
}

/* various modifiers */

.uc {
	text-transform: uppercase;
}
.white-text {
	color: #FFF;
}
.blue-text {
	color: #0177CA;
}
.serif-font {
	font-family: 'ralewayregular' !important;
}
.sans-serif-font {
	font-family: 'ralewayregular' !important;
}
.cap-dark-blue {
	color: #2A63B2;
	text-transform: uppercase;
	font-family: 'ralewaysemibold';
	font-weight: normal;
}
.cap-blue {
	text-transform: uppercase;
	color: #A0DAFF;
	font-family: 'ralewaysemibold';
	font-weight: normal;
}
.cap-white {
	text-transform: uppercase;
	color: #FFF;
	font-family: 'ralewaysemibold';
	font-weight: normal;
}
.blue-text {
	color: #265FA4;
}
p > .blue-text strong {
	margin-bottom: 10px !important;
}
.orange-text {
	color: #FF5208;
}
.enlarged {
	font-size: 45px !important;
}
.inset {
	margin-left: 50px !important;
}
.text-block img {
	max-width: 100%;
	height: auto;
}

/* navigation */

#sub-nav {
	height: 40px;
	float: right;
}
#sub-nav ul {
	margin-top: 10px;
}
.sub-nav-list {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #32ABEF;
	color: #FFF;
	font: normal 12px 'ralewayregular';
}
.sub-nav-list:last-child {
	border-right: none;
}
.sub-nav-list a {
	color: #FFF;
}
.sub-nav-list a:hover {
	color: #32ABEF;
}
.sub-nav-list .current {
	text-decoration: underline;
}
.main-nav {
	max-width: 1054px;
	margin: auto;
}
nav > .sf-menu {
	display: flex;
	width: 100%;
	height: 43px;
	padding-top: 4px !important;
	justify-content: space-between;
}
.sf-menu .current > a {
	color: #98E1FF !important;
}
.parent .current > a {
	color: #98E1FF !important;
}
.level-two {
	background-color: #FFF;
	position: absolute;
	display: none;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 99;
	font-size: 90%;
	border-bottom: 1px solid #EEE;
}
.ltwo-link {
	padding: 15px 0 0 0 !important;
	color: initial;
}
.level-two-head {
	text-transform: uppercase;
	color: #0067E0;
	padding: 15px 0 5px 0 !important;
	font-style: normal;
	display: block;
}
.level-two a {
	padding: 0 0 13px 0 !important;
	color: initial;
	display: block;
}
.level-two-container {
	max-width: 1054px;
	margin: auto !important;
	Padding: 25px 0 !important;
	display: flex;
	justify-content: flex-start;
}
.level-two-column-start {
	flex: 1 1 25%;
	border-right: 1px solid #eee;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.level-two-column-start:first-child {
	padding-top: 15px;
}
.level-two-column-start a:last-child {
	margin-bottom: 0;
}
.level-two-column-start:last-child {
	border-right: none;
}	
.level-three {
	padding-left: 15px;
}
.level-three-item {
	padding: 0 !important;
}
.level-three-item a {
	text-transform: lowercase !important;
	padding: 7px 1em !important;
}
.mobilesidemenu input[type="checkbox"] {
	display: none;
}
.mobileoverlay {
	display: none;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}
.hidden-from-nav {
	display: none;
	visibility: hidden;
}

/* superfish */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {

}
.sf-menu ul {
	max-width: 1054px;
	margin: auto;
}
.sf-menu > li {

}
.sf-menu li:hover > .level-two,
.sf-menu li.sfHover > .level-two {
	display: block;
}

.sf-menu ul ul {
	top: 0;
	left: 0;
}


.sf-menu {

}
.sf-menu ul {

}

.level-one a {
	display: block;
	position: relative;
	padding: .75em 1em;
	text-decoration: none;
	transform: scale(1);
	color: #FFF;
	text-transform: uppercase;
}
.level-two a {
	color: #606F79;
	text-transform: initial;
}
.level-one {
	font: normal 16px 'ralewayregular';
	background: transparent;
	white-space: nowrap; 
	-webkit-transition: color .2s;
	transition: color .2s;
}
.sf-menu li a:hover,
.sf-menu li a.sfHover, .sf-menu .current {
	color: #98E1FF !important;

	-webkit-transition: none;
	transition: none;
}
/*
.sf-menu ul li {
	background: #FFF;
	text-align: left;
	padding: 0 1em;
}
.sf-menu ul li a {
	text-transform: initial;
	padding: .5em 0;
	color: #606F79;
	border-bottom: 1px solid #B5E5FF;
}
.sf-menu ul li:last-child a {
	border-bottom: none;
}
.sf-menu ul ul li {
	background: #FFF;
}
.sf-menu ul ul li a {
	border-bottom: 1px solid #B5E5FF !important;
}
.sf-menu ul ul li:last-child a {
	border-bottom: none !important;
}
*/

@media only screen and (max-width: 1000px) {
/*** arrows (for all except IE7) **/
.sf-menu .parent > a {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
	background: url(images/plus.png) no-repeat 95% 45%;
}
.sf-menu .parent > a:hover, .sfHover > a {
	background: url(images/minus.png) no-repeat 95% 45% !important;
}
.level-two > .parent > a {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
	background: url(images/plus2.png) no-repeat 95% 45%;
}
.level-two > .parent > a:hover, .level-two > .sfHover > a {
	background: url(images/minus2.png) no-repeat 95% 45% !important;
}
.level-two > .parent > a:active, .level-two > .sfHover > a:active {
	background: url(images/minus.png) no-repeat 95% 45% !important;
}
.level-three > .parent > a:active, .level-three > .sfHover > a:active {
	background: url(images/minus2.png) no-repeat 120% 45% !important;
}

}

/* topbar */

#topbar {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 100;
	top: 0;
	background: #3F5E75;
}
.topbar-id-box {
	max-width: 1054px;
	margin: auto;
}
.topbar-container {
	position: relative;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
}
#logo {
	margin: 3px 0 0 1em;
	width: 139px;
	height: 55px;
	display: inline;
	float: left;
}
#logo img {
	width: 139px;
	height: 55px;
}

/* slideshow */

#slideshow {
	width: 100%;
	max-height: 595px;
	margin: 0;
	overflow: hidden;
	background: #EBEBEB;
}
.slide-pic img {
	width: 100% !important;
	height: auto;
}
.caption {
	position: absolute;
	width: 650px;
	margin: 0 0 0 -325px;
	top: 40px;
	left: 50%;
}
.hide {
	
}
.caption-container {
	width: 100%;
	position: relative;
}
.top-rule {
	position: absolute;
	top: 38px;
	background: #FFF;
	width: 180px;
	height: 1px;
}
.tr-left {
	left: 0;
}
.tr-right {
	right: 0;
}
.slide-logo {
	background: url(images/i-gard-logo.png) no-repeat top center;
	width: 249px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -125px;
}
.caption-content p {
	color: #FFF !important;
	font-size: 22px;
	line-height: 34px;
	padding: 90px 20px 20px 20px;
	text-align: center;
}
.bottom-rule {
	display: block;
	border-bottom: 1px solid #FFF;
	margin: 30px 0;
}

/* Support Link Bar */

.supportwrapper {
	background-color: #0177CA !important;
	padding: 0;
}
.supportcontainer {
	max-width: 1054px;
	margin: auto;
	padding: 100px 25px 25px 25px;
	background: url(https://i-gard.com/site/templates/styles/images/micbanicon.png) no-repeat center 20px;
}
.supportcontainer p {
	color: #FFF !important;
}
.supportcontainer p strong {
	font-size: 1.3em !important;
}
.supportlist {
	margin: 20px auto 5px auto;
	padding: 0;
	max-width: 690px;
	height: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.supportitem {
	list-style: none;
	position: relative;
	width: 100%;
	height: 50px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #0177CA;
}
.supportitem:first-child {
	border-left: 1px solid #FFF;
}
.supportitem a {
	width: 100%;
	height: 100%;
	color: #FFF;
	display: block;
   	white-space: nowrap;
   	text-transform: uppercase;
   	font: normal 1em/50px 'ralewayregular';
   	text-align: center;
   	text-decoration: none;
   	margin-bottom: 0;
}
.supportitem a:hover {
	background: #2075BD;
}
.supportitem span {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #ED510F;
	bottom: -1px;
	left: 50%;
	margin-left: -15px;
	z-index: 10;
}


/* home page */

.social-buttons {
	display: block;
	margin: 30px auto;
	width: 250px;
	padding: 0;
	text-align: center;
}
.social-buttons li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 30px 10px;
}
.social-buttons li img {
	width: 29px !important;
	height: 29px !important;
}
#section-fass-a {
	width: 100%;
	background: #EBEBEB;
	padding: 20px 0;
}
#section-fass-b {
	width: 100%;
	background: #4A6171;
	padding: 20px 0;
}
.flexible, .flexible-b {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.flexible {
	flex-wrap: wrap;
}
.flexible-b {
	flex-wrap: nowrap;
}
.flexible > .av-container {
	max-width: 340px;
	flex: 1 0 0;
}
.column {
	margin: 0 15px;
}
#section-fass-a .column p {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	line-height: 29px;
	color: #5C6C76;
}
#section-fass-a .column a {
	color: #CC4809;
	font: normal 14px 'ralewaysemibold';
}
#section-fass-a .column a:before {
	content: '> ';
}
#section-fass-b p {
	font-size: 19px;
	line-height: 29px;
	color: #FFF;
}
.top-space {
	padding-top: 30px;
}
#section-fass-c {
	width: 100%;
	background: #FFF;
	padding: 20px 0;
}
#section-fass-c h2 {
	color: #2660A4;
}
.list-container {
	max-width: 900px;
	margin: 20px auto;
	overflow: hidden;
}
.appic {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
}
.app-case-list {
	padding: 3px 0;
}
.app-case-list::before {
    content: '>';
    display: inline-block;
    width: 15px;
    color: #CC4809 !important;
    margin-left: -15px;
}
.app-case-list-anchor {
	font-size: 20px;
	color: #1C67B0;
}
.app-case-list-anchor:hover {
	color: #D03F00;
}
.rollover {
	position: relative;
	width: 165px;
	height: 95px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.rollover:hover img {
	margin-left: -165px;
}

/* about us and standards */

.about-logo {
	max-width: 206px;
	height: auto;
	margin-bottom: 20px;
}
.certificate-group {
	margin-bottom: 45px;
}
.certificate-group a {
	color: #0067B0;
}
.certificate-group a:hover {
	color: #CC4809;
}
.cert-list {
	list-style: none;
	position: relative;
	padding: 5px 0;
}
.item-name {
	position: absolute;
	left: 0;
}
.item-description {
	margin-left: 175px;
	display: inline-block;
}
.truncated-p p {
	overflow: hidden !important;
	display: block;
}
.truncated-p > p {
	margin: 0 0 20px 0 !important;
}
.truncated-p img {
	margin-bottom: 350px;
}
.writeup h2 {
	text-align: left;
}
.standard-logo {
	padding: 10px;
	display: inline-block;
	border: 1px solid #CEDAE1;
	background: #FFF;
	margin-bottom: 35px;
}
.industry-item-wrapper {
	padding-top: 30px;
	margin-bottom: 40px;
	clear: both;
}
.industry-item {
	overflow: hidden;
	padding: 0 0 0 40px;
	margin: 0 0 40px 0;
}
.industry-pic {
	width: 37%;
	display: inline;
	float: left;
}
.industry-pic img {
	width: 100%;
}
.industry-writeup {
	width: 62.5%;
	display: inline;
	float: right;
	padding: 0 0 0 40px;
}
.industry-writeup h3, .industry-writeup p {
	margin: 0;
}
	

/* product showcase */

.column-containment {
	overflow: hidden;
}
.flexible-showcase {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: 25px;
}
.showcase-category {
	background: #FCFCFC;
	margin: 0;
	font-size: 28px;
	color: #066EC9;
}
.showcase-tag-line {
	margin: 10px auto 40px auto;
}
.head-container {
	position: relative;
	background: #FCFCFC;
}
.spacer {
	height: 30px;
}
.single-c {
	width: 25%;
	flex-basis: 25%;
	flex-grow: 1;
	flex-shrink: 1;
	margin-bottom: 25px;
}
.double-c {
	width: 50%;
	flex-basis: 50%;
	flex-grow: 2;
	display: inline;
	float: left;
}
.vertical-rule {
	background: url(images/psbk.png) repeat-y 50% 30px;
}
.sub-cat-head {
	width: 100px;
	height: 30px;
	background: #FFF;
	border: 1px solid #BEC8CC;
	margin: 25px auto;
	display: block;
}
.sub-cat-head h3 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #066EC9;
	line-height: 26px;
}
.inline-object {
	display: inline;
}
.product-image {
	position: relative;
	display: block;
	width: 240px;
	height: 200px;
	background: #FFF;
	border: 3px solid #BEC8CC;
	margin: 30px auto 0 auto;
}
.overlay p {
	color: #066EC9;
	text-align: center;
	font-size: 17px;
	margin: 6px 0;
	background: #FFF;
}
.overlay-a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	text-indent: -99999px;
	overflow: hidden;
}
.overlay-a:hover {
	background: #6ABCED;
	opacity: .1;
}
.conversion-float-left {
	background: url(images/conversion-back-left.png) no-repeat center bottom;
	width: 100px;
	position: absolute;
	top: -20px;
	left: 0px;
	height: 50px;
}
.conversion-float-left a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #5C6C76;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
}
.conversion-float-right {
	background: url(images/conversion-back-right.png) no-repeat center bottom;
	width: 100px;
	position: absolute;
	top: -20px;
	right: 0px;
	height: 50px;
}
.conversion-float-right a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #5C6C76;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
}
.conversion-float-left a:hover, .conversion-float-right a:hover {
	color: #066EC9
}

/* product page */


#right-side {
	display: inline;
	float: right;
	width: 84%;
}
.pic-side {
	display: inline;
	width: 40%;
	float: left;
	padding: 0 0 0 40px;
	margin-top: 40px;
}
.product-pic, .about-pic {
	max-width: 100%;
	height: auto;
	border: 1px solid #A1B6C6;
	margin-bottom: 10px;
}
.product-dl {
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.product-dl li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	flex-basis: 50%;
}
.product-dl li img {
	max-width: 100px;
	height: auto;
	border: 1px solid #45A8EF;
}
.product-dl-title {
	margin: 0 0 6px 0;
	color: #2A63B0;
}
.dl-indicator {
	background: url(images/pdf-icon.jpg) no-repeat left center;
	color: #D03F00;
	margin: 10px 0 0 0;
	font: normal 12px/20px 'ralewaysemibold';
	padding: 0 0 0 25px;
}
.writeup {
	width: 60%;
	display: inline;
	float: left;
	padding: 0 0 0 40px;
	margin-top: 20px;
	color: #5D6C76;
}
.writeup li, .two-column li {
	list-style-type: none;
	margin: 3px 0 3px 15px;
}
.writeup li:before, .two-column li:before {
    content: '>';
    display: inline-block;
    width: 15px;
    color: #45A8EF;
    margin-left: -15px;
}

/* side menu */

#side-menu {
	background: #FFF;
	width: 165px !important;
	border: 1px solid #FFF;
	position: relative;
}
.display-none {
	display: none !important;
}
.smi {
	list-style: none;
	border-bottom: 1px solid #C9D8E1;
}
.smi a {
	color: #5f686f;
	font-family: 'ralewaysemibold';
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding: 6px 10px;
}
.smi a:hover {
	background: #E4ECF0;
	color: #265FA4;
}
.indent {
	padding-left: 25px !important;
}
.smi .current {
	background: #E4ECF0;
}
.smi .on {
	background: #E4ECF0 url(images/bullet.png) no-repeat left center;
}

/* risk-level */

.grey-back {
	width: 100%;
	background: #FCFCFC;
	overflow: hidden;
	padding: 25px 0 0 0;
}
.white-back {
	width: 100%;
	background: #FFF;
	overflow: hidden;
	padding: 25px 20px 0 20px;
}
.grey-back img, .white-back img {
	max-width: 100%;
	height: auto;
}
.two-column {
	padding: 0 25px;
}
.half {
	width: 50%;
	display: inline-block;
	float: left;
}
.link-salad {
	overflow: hidden;
	width: 100%;
	margin: 25px 0;
}
.position-one {
	width: 100%;
	clear: both;
	height: 70px;
	margin: 70px auto;
}
.position-two {
	width: 80%;
	margin: 70px auto;
	clear: both;
	height: 70px;
}
.position-three {
	margin: 0 auto;
	height: 70px;
	text-align: center;
}
.graphic-link {
	position: relative;
	float: left;
	display: inline;
	min-width: 380px;
	padding: 10px;
	border: 1px solid #0177CA;
	background: #F4F4F4;
	text-align: center;
}
.graphic-link-b {
	position: relative;
	display: inline-block;
	min-width: 380px;
	padding: 10px;
	border: 1px solid #0177CA;
	background: #F4F4F4;
	text-align: center;
}
.g-link-left {
	float: left;
}
.g-link-right {
	float: right;
}
.graphic-embellishment {
	position: absolute;
	top: -63px;
	left: 50%;
	margin-left: -53px;
}
.graphic-link a, .graphic-link-b a {
	display: block;
	color: #066ECA;
	font-size: 20px;
}

/* technical library and product manuals */

.grey-back-clear {
	width: 100%;
	background: #FCFCFC;
	overflow: visible;
	padding: 25px 0;
}
.tech-container {
	width: 80%;
	display: inline;
	float: right;
	margin: 40px 0;
	min-height: 500px;
}
.flexible-manuals {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-basis: 20%;
	justify-content: space-between;
}
.dl-list {
	width: 150px;
	margin: 5px;
	
}
.manual-list-img {
	border: 1px solid #B0C2CC;
	background: #FFF;
	width: 150px;
	height: 120px;
}
.manual-list-img img {
	max-width: 100%;
	height: auto;
}
.dl-dropdown {
	position: relative;
	width: 100%;
	height: 25px;
	margin: 5px 0 0 0;
}
.dl-dropdown > a {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #D03F00;
	margin: 0;
}
.dlactive {
	background: #f7f7f7;
	color: #7b8b9a;
	border-bottom: 1px solid #EBEBEB;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.dl-dropdown-indicator {
	color: #0067E0;
	margin: 0;
	font: normal 12px/18px 'ralewaysemibold';
	padding: 0;
	height: 20px;
	display: inline-block;
}
.dl-dropdown-indicator:hover, .pl-indicator:hover {
	color: #D03F00;
}
.dl-pdf-list {
	list-style: none;
	width: 150px;
}
.dl-pdf-list-two {
	list-style: none;
	width: 200px;
}
.dl-pdf-list li, .dl-pdf-list-two li {
	border-bottom: 1px solid #EBEBEB;
	padding: 6px;
}
.toggle {
	position: absolute;
	background: #FFF;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.dl-item-name {
	margin: 0 0 4px 0;
	color: #7b8b9a;
	font-family: 'ralewayregular';
	white-space: pre-wrap;
	line-height: 21px;
}
.flexible-library {
    width: 100%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.library-item {
	width: 220px;
	margin: 10px 30px 40px 30px;
}
.editorial-sub-category {
	color: #1C67B0;
	text-align: left !important;
	font: normal 18px 'ralewaymedium';
	border-bottom: 1px solid #CC4809;
	text-transform: uppercase;
	padding-bottom: 7px;
}
.pl-indicator {
	color: #0067E0;
	margin: 0;
	font: normal 12px/18px 'ralewaysemibold';
	padding: 0 0 0 23px;
	height: 20px;
	display: inline-block;
}
.placeholder {
	color: #D03F00;
	margin: 10px 0 0 0;
	font: normal 12px/18px 'ralewaysemibold';
	padding: 0 0 0 25px;
}
.accordion ul {
	list-style: none;
}
.accordion ul li {
	padding: 8px 0;
	border-bottom: 1px solid #EBEDEE;
}
.for-resources {
	max-width: 1375px !important;
}
.no-accordion {
	margin-top: 15px;
}
.dl-action {
	float: right;
}
.pipe {
	color: #565656;
	margin: 0 4px;
}


/* Technology Chart */

.chart-wrapper {
    padding: 30px 0 60px 0;
}
.chart-wrapper h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'ralewaybold'; 
	margin-bottom: 10px;
}
.chart-wrapper h3 {
	display: block;
	text-align: center;
	color: #18599D;
	margin: 0 0 35px 0;
}
.cpr-container {
	max-width: 1100px;
	margin: auto;
	background: #FFF;
}
.chart-wrapper .main-header {
	height: 75px;
	display: flex;
	justify-content: space-between;
	background: #4075BB;
}
.chart-wrapper .main-header .ext-one, .chart-wrapper .main-header .ext-two {
	color: #FFF;
	text-transform: uppercase !important;
}
.item-row, .top-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.item-row:nth-child(2n) {
    background: #F2F6F7;
}
.top-header .ext-one {
	
}
.mobile-method {
	display: none;
}
.item-row br {
	display: none;
}
.ext-zero {
	flex: 0 1 660px;
	background: #EAF3F8;
	height: 50px;
	max-width: 660px;
	font-size: 1.3em;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ext-one {
	flex: 0 1 40%;
	max-width: 440px;
	padding-left: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font: normal 1em 'ralewaysemibold';
	border-bottom: 1px solid #DDE6EB;
}
.ext-two {
	flex: 0 1 15%;
	max-width: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 0;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-transform: capitalize;
	font: normal 1em 'ralewaybold';
	color: #FFF;
}
.worst {
	background-color: #ED510F;
}
.poor {
	background-color: #DD7E20;
}
.good {
	background-color: #EABA0F;
}
.better {
	background-color: #99C02F;
}
.best {
	background-color: #52B43D;
}
.not {
	background-color: #97B1C0;
}
.align-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    font: normal 1.1em 'ralewaysemibold';
}

/* case studies */

.flexible-case-study {
    max-width: 1054px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 20px 0;
}
.study-item {
	width: 150px;
	margin: 10px 30px 40px 30px;
}
.study-dl-title {
	max-width: 220px;
    margin: 0 0 6px 0;
    color: #2A63B0;
    font-family: 'ralewaysemibold';
}


/* ask the expert */

.fifty {
	width: 50%;
	display: inline;
	float: left;
}
.ask-form {
	width: 50%;
	display: inline;
	float: left;
	background: #FFF;
	padding: 10px;
	margin: 20px 0;
	position: relative;
}
.ask-form p {
	margin: 5px 0;
	overflow: hidden;
}
.ask-form label {
	display: inline-block;
	float: left;
	 *display: inline;
    zoom: 1;
    color: #265FA4;
	line-height: 18px;
	padding-top: 7px;
}
.stack, .inline {
	width: 15%;
}
.label-inset {
	padding-left: 20px;
}
.full-width {
	width: 85%;
}
.part-width-wide {
	width: 40%;
}
.part-width-narrow {
	width: 30%;
}
.ask-form input {
	display: inline-block;
	*display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    float: left;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    padding: 6px;
}
.ask-form textarea {
	resize: vertical;
	width: 85%;
	background: #EBEBEB;
	border: 1px solid #EBEBEB;
	padding: 6px;
}
.important {
	display: none;
}
.ask-form-button {
	position: absolute;
	bottom: 13px;
}
.ask-form-button button {
	background: #EBEBEB;
	border: none;
	padding: 6px 10px 3px 10px;
	cursor: pointer;
}
.collapsible {
	width: 100%;
	margin-bottom: 1px;
}
.box {
	position: relative;
	max-width: 1054px;
	margin: 0 auto;
	border-top: 2px solid #FFF;
}
.last-box {
	position: relative;
	max-width: 1054px;
	margin: 0 auto 25px auto;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.ate-header {
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-left: 10px solid #EF5810;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 20px; 
}
.end-rule {
	border-top: 2px solid #FFF;
}
.download-button {
	position: absolute;
	top: 14px;
	right: 15%;
}
.open-indicator {
	position: absolute;
	top: 8px;
	right: 50px;
	color: #EE6726;
	font-family: ralewayregular;
	font-size: 14px;
	padding: 4px;
}
.close-indicator {
	position: absolute;
	top: 16px;
	right: 33px;
	color: #EE6726;
	font-family: ralewayregular;
	font-size: 14px;
	padding: 4px;
}
.open {
	display: block;
}
.close {
	display: none;
}
.cross { 
	background: #EF5810;
	float: right;
	display: inline;
	height: 19px;
	position: relative;
	width: 1px;
	margin-left: 20px; 
} 
.cross:after { 
	background: #EF5810;
	content: "";
	height: 1px;
	left: -9px;
	position: absolute;
	top: 9px;
	width: 19px;
}
.e-line {
	background: #EF5810;
	float: right;
	display: inline;
	height: 1px;
	left: -9px;
	position: relative;
	width: 19px;
	margin: 9px 0 0 20px;
}
.collapsible h3, .collapsible a {
	font: normal 20px 'ralewaysemibold';
	color: #5C6C75 !important;
	margin: 15px 40px 15px 10px;
}
.collapsible h3 img {
	vertical-align: 1px;
	margin-right: 7px;
}
.collapsebutton {
	display: block;
}
.revealed-content {
	margin-left: calc(50% - 50vw);
	width: 100vw;
	background: #FFF;
	padding: 30px 0;
	margin-bottom: -3px;
}
.qa {
	max-width: 1054px;
	margin: 20px auto 30px auto;
}
.question {
	margin: 25px 40px;
	position: relative;
}
.question p {
	color: #085695;
}
.question::before {
	content: 'Q';
	color: #EC320A;
	font-size: 35px;
	position: absolute;
	left: -35px;
}
.answer {
	margin: 25px 90px;
	position: relative;
}
.answer::before {
	content: 'A';
	color: #EC320A;
	font-size: 35px;
	position: absolute;
	left: -35px;
}


/* time line innovation */

#innovation {
    background: #FFF !important;
    margin: 0;
    padding: 0;
}
#timeline-bkgd {
	background-color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
#timeline-bkgd video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
#timeline-second-bkgd {
	background: url(images/grid.png);
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -99;
}
#timeline-start {
	width: 100%;
	padding: 320px 30px 30px 30px;
	text-align: center;
}
#timeline-start h1 {
	font: normal 53px 'ralewayregular';
	color: #FF5208;
}
#timeline-topbar {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 134px;
	background: url(images/timeline-topbar.png) repeat-x left top;
	z-index: 12;
}
#timeline-container {
	margin: -134px auto 0 auto;
	max-width: 1054px;
	background: url(images/timeline-bkgd.png) repeat-y center top;
	background-size: 100%;
}
#timeline-line {
	background: url(images/timeline-rule.jpg) repeat-y 50% top;
}
.timeline-content {
	position: relative;
	width: 100%;
	margin: 20px 0;
	display: block;
}
.timeline-content:last-child {
	margin: 20px 0 0 0;
}
.timeline-target {
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -100px;
	background: url(images/timeline-target.png) no-repeat center top;
	width: 200px;
	height: 108px;
}
.timeline-content h2 {
	font: normal 87px 'georgia, times';
	color: #CC4809;
	font-style: italic;
	display: inline-block;
}
.timeline-content img {
	max-width: 100%;
	height: auto;
}
.timeline-left {
	position: absolute;
	width: 300px;
	text-align: right;
	top: 0;
	left: 12%;
}
.timeline-right {
	position: absolute;
	width: 300px;
	text-align: left;
	top: 0;
	right: 12%;
}
.timeline-flyout-right {
	position: absolute;
	top: 0;
	left: 58%;
}
.timeline-flyout-left {
	position: absolute;
	top: 0;
	right: 58%;
}
.timeline-desc-container {
	margin-top: 10px;
}
.spacer {
	margin-top: 12px;
}
.timeline-content p {
	max-width: 300px;
	margin: 0 0 10px 0;
	color: #0067B0;
	font: normal 22px 'ralewayregular';
}
.timeline-toc {
	position: fixed;
	right: 20px;
	top: 200px;
	width: 20px;
	z-index: 100;
}
.timeline-toc ul {
	margin: 0;
	padding: 0;
}
.event-item {
	position: relative;
	width: 12px;
	height: 12px;
	list-style-type: none;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	margin: 4px 0;
}
.baseline-space {
	display: block;
	width: 100%;
}
.event-item a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.event-item:hover {
	background: #CC4809;
}
.timeline-toc ul span {
	position: absolute;
	top: 2px;
	left: -26px;
	font: normal 12px 'ralewayregular';
	color: #FFF;
}
.active {
	background: #97DAF8;
}
.text-shift {
	text-indent: -99999px;
	overflow: hidden;
}


/* contact */

.addresses {
	width: 40%;
	display: inline;
	float: left;
	padding: 0 0 0 40px;
	margin-top: 40px;
}
.addresses h2 {
	text-align: left;
}
.map {
	width: 60%;
	display: inline;
	float: right;
	padding: 0 0 0 40px;
	margin-top: 40px;
}
.contact-column {
	width: 50%;
	display: inline;
	float: left;
	padding: 0 0 0 40px;
	margin-top: 40px;
}
.contact-column ul {
	margin: 0;
	padding: 0;
}
.contact-column ul li {
	list-style: none;
	margin: 0 0 25px 0;
}
.contact-column h2, .contact-column h3 {
	margin: 0;
	text-align: left;
	margin: 0 0 10px 0;
}
.contact-column h4 {
	margin: 15px 0 0 0;
}
.contact-column p {
	margin: 0 0 20px 0;
}
.secondary-sub-nav {
	display: none;
	margin-top: 10px;
}
.secondary-sub-nav ul {
	display: inline-block;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 100%;
}
.secondary-page-list {
	list-style: none;
	padding: 0 5px;
	display: inline-block;
}
.secondary-page-list a {
	color: #265FA4;
}
.secondary-page-list a:hover {
	color: #F65709;
}

/* login */

#textbox {
	text-align: center;
	margin-bottom: 100px;
}
.login-blurb, .register-blurb {
	margin: 20px 0;
}
.login, .register {
	max-width: 500px;
	background: #FFF;
	padding: 20px;
	margin: auto;
}
.login-stack {
	display: inline-block;
	width: 15%;
	margin-right: 2%;
}
.login p {
	text-align: left;
	color: #1F6BAB;
}
.login-input {
	background: #ECEFF1;
	border: 1px solid #ECEFF1;
	padding: 5px 5px 5px 10px;
	width: 83%;
}
.register-input {
	background: #ECEFF1;
	border: 1px solid #ECEFF1;
	padding: 5px 5px 5px 10px;
	width: 100%;
}
.lib {
	margin-left: 17%;
}
.rnb {
	margin-left: 28%;
}
.btn, #submit_forgot {
	border: 1px solid #D9DEE0;
	padding: 8px 30px 3px 30px;
	background: #ECEFF1;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #1F6BAB;
}
.btn:hover {
	background: #44616F;
	color: #FFF;
}
.lrflink {
	max-width: 500px;
	margin: auto;
	text-align: left;
}
.lrflink p {
	margin: 0;
}
#register-form ul li {
	list-style: none !important;
	display: flex;
	padding: 4px 0;
	text-align: left;
}
.InputfieldContent {
	width: 78%;
}
.InputfieldContent .description {
	display: none;
}
.InputfieldHeader {
	width: 22%;
	color: #1F6BAB;
}
.InputfieldPasswordRow {
	margin: 0 0 10px 0;
}
.InputfieldPasswordRow > label {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.InputfieldPassword input[disabled=disabled] {
	opacity: 0.6;
}

.InputfieldPassword .pass-confirm > span, 
.InputfieldPassword .pass-scores > span {
	display: none;
}
.InputfieldPassword .pass-confirm > span.on, 
.InputfieldPassword .pass-scores > span.on {
	display: inline;
}

.InputfieldPassword .pass-require-good {
	text-decoration: line-through;
}

.pass-invalid,
.pass-short,
.pass-same, 
.pass-common {
	color: red;
	font-size: 80%;
}

.confirm-no,
.pass-fail {
	color: orangered;
	font-size: 80%;
}

.pass-weak {
	color: orangered;
	font-size: 80%;
}
.pass-medium {
	color: orangered;
	font-size: 80%;
}

.pass-good {
	color: seagreen;
	font-size: 80%;
}

.pass-matches .pass-weak,
.pass-matches .pass-medium,
.pass-matches .pass-good,
.pass-matches .pass-excellent {
	color: green;
	font-size: 80%;
}

.confirm-yes, 
.pass-excellent {
	color: green;
	font-size: 80%;
}
#password::placeholder {
	color: #ECEFF1;
}
.banner-pic {
	max-width: 1054px;
	height: 145px;
	margin: 20px auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.error {
	color: red;
}
#ProcessForgotPassword {
	text-align: center !important;
}
#ProcessForgotPassword .Inputfields {
	list-style: none;
}
#ProcessForgotPassword .Inputfields .InputfieldContent {
	width: 100%;
}
#ProcessForgotPassword .InputfieldHeader {
	margin-bottom: 10px;
	width: 100% !important;
	display: inline-block;
}
#ProcessForgotPassword .InputfieldContent .InputfieldMaxWidth {
	width: 90%;
	margin-bottom: 10px;
}
#ProcessForgotPassword .InputfieldContent .FieldtypeEmail {
	width: 90%;
	margin-bottom: 10px;
}
#ProcessForgotPassword .InputfieldContent .InputfieldPasswordRow .FieldtypePassword,
#ProcessForgotPassword .InputfieldContent .InputfieldPasswordRow .FieldtypePasswordConfirm {
	width: 90%;
	display: block;
	margin: auto;
}


/* User Tracking */

.output-wrapper {
	border-bottom: 1px solid #4E6C7A;
}
.page-info {
	display: flex;
}
.page-total {
	flex: 1 1 20%;
	margin: 20px 0 !important;
}
.page-total p {
	margin: 0;
	font-family: 'ralewaybold'; 
	line-height: 29.6px;
}
.page-total span {
	color: #00BDF1;
}
.page-controls {
	flex: 1 1 80%;
}
.header {
	display: flex;
	flex-flow: row wrap;
	background: #556979;
}
.filter {
	text-align: center;
	color: #FFF;
}
.filter a {
	color: #FFF;
}
.filter a:hover {
	color: #B3DFFA;
}
.f-user {
	flex: 1 1 15%;
}
.f-company {
	flex: 1 1 18%;
}
.f-state {
	flex: 1 1 15%;
}
.f-email {
	flex: 1 1 22%;
}
.f-file {
	flex: 1 1 20%;
}
.f-date {
	flex: 1 1 10%;
}
.track-item-wrapper {
	display: flex;
	flex-flow: row wrap;
	background: #FFF;
	border-top: 1px solid #4E6C7A;
	border-left: 1px solid #4E6C7A;
}
.track-item {
	font-size: 80%;
	text-align: center;
	border-right: 1px solid #4E6C7A;
	padding: 4px 0;
	overflow-wrap: break-word;
  	word-wrap: break-word;
	-ms-word-break: break-word;
  	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.track-item a {
	color: #1F6BAB;
}
.reverse-icon {
	margin-left: 4px;
	height: 10px !important;
	width: auto;
	vertical-align: unset;
}

 /* Tooltip container */
.tooltip {
  position: relative;
  display: block;
}
.tooltipb {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 18px;
}
.tooltipb img {
	width: 19px;
	height: 19px;
	margin-top: -6px;
	opacity: 75%;
}

/* Tooltip text */
.tooltip .tooltiptext, .tooltipb .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #FF5900;
  color: #FFF;
  font-size: 75%;
  line-height: 1em;
  text-align: center;
  padding: 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -75px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after, .tooltipb .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FF5900 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltipb:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  overflow: visible;
} 

	
/* fluff and design elements */

.two-tone-rule {
	position: relative;
	max-width: 330px;
	height: 3px;
	margin: 0 auto;
	border: none;
	background: #BEC8CC;
}
.two-tone-rule::after {
	content: " ";
	width: 30px;
	height: 3px;
	background: #FF5208;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.arrow {
	position: absolute;
	background: url(images/arrow.png) no-repeat center center;
	width: 40px;
	margin-left: -20px;
	height: 20px;
	z-index: 201;
	opacity: 0;
}
.arrow a {
	display: block;
}
.arrow {
	-webkit-animation: down-arrow 1400ms ease 2500ms 1 normal forwards;
	animation: down-arrow 1400ms ease 2500ms 1 normal forwards;
}
@-webkit-keyframes down-arrow {
	0% {
		left: 50%;
		top:0;
		opacity:0;
	}
	100% {
		left: 50%;
		top: 440px; 
		opacity: 1;
	}
}
@keyframes down-arrow {
	0% {
		left: 50%;
		top:0;
		opacity:0;
	}
	100% {
		left: 50%;
		top: 440px; 
		opacity:1;
	}
}
.fast {
    animation-duration: 1s;
}
.medium {
	animation-duration: 2.5s;
}
.slow {
    animation-duration: 4s;
}
.reallyslow {
    animation-duration: 6s;
}
.no-delay {
	animation-delay: 0s;
}
.quarter-descond-delay {
	animation-delay: .25s;
}
.half-second-delay {
	animation-delay: .5s;
}
.one-second-delay {
	animation-delay: 1s;
}
.two-second-delay {
	animation-delay: 2s;
}
.three-second-delay {
	animation-delay: 3s;
}

/* pagination */

.MarkupPagerNav {
	font-family: 'ralewayregular';
	margin: 20px 0 !important;
	overflow: hidden;
	display: flex;
	flex=flow: row nowrap;
	justify-content: flex-end;
}
.MarkupPagerNav li {
	list-style: none;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	padding: 2px 11px;
	margin-right: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #4E6C7A;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	text-decoration: none;
	background-color: #13B4F0;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
	color: #359D9D;
	background: none;
	padding-left: 3px;
	padding-right: 3px;
}


/* Footer */

#footer {
	background: #4E5F70;
	width: 100%;
	padding: 20px;
}	
.logo-placement {
	position: relative;
	height: 62px;
	margin: 0 0 30px 0;
}
.footer-logo {
	position: absolute;
	left: 20px;
	top: 0;
}
.footer-social-buttons {
	position: absolute;
	left: 252px;
	top: 16px;
}
.footer-social-buttons {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.footer-social-buttons li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0 5px;
}
.footer-social-buttons li img {
	width: 29px !important;
	height: 29px !important;
}
.foot-nav-flex {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px auto;
	font-size: 14px;
}	
.foot-nav-flex div {
	flex-grow: 1;
	flex-basis: auto;
	margin-right: 2%;
}
.last-footer-div {
	margin-right: 0 !important;
	white-space: nowrap;
}
.footer-triple-column {
	flex-grow: 3;
	flex-basis: 42% !important;
	margin-right: 0 !important;
}
.main-foot-item {
	text-transform: uppercase;
	display: block;
	color: #FFFFFF !important;
}
.triple {
	display: inline;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
	width: 31%;
}
.triple li {
	text-transform: initial;
}
.footer-nav {
	width: 100%;
}
.footer-nav li {
	list-style: none;
	display: block;
}
.foot-nav-subitem {
	text-transform: initial !important;
	margin: 4px 0 4px 15px;
	color: #CCCCCC;
	line-height: 18px;
}
.sub-nav-list-item {
	margin: 0 0 4px 15px;
}
.sub-nav-list-item a, .sub-nav-list-item {
	color: #FFFFFF !important;
}
.sub-nav-list-item:before {
	content: '> ';
	color: #FFFFFF;
	margin-left: -14px;
}
.sub-sub-item {
	margin: 0 0 0 15px;
}
.foot-nav-item a, .foot-nav-subitem a {
	color: #FFFFFF;
}
.foot-nav-subitem:before {
	content: '> ';
	color: #CCCCCC;
	margin-left: -14px;
}
.foot-nav-flex a:hover {
	color: #FF5208 !important;
}
.legal {
	color: #FFF;
	font: normal 14px/1.4em 'ralewayregular';
	text-align: center;
}


/* CMS styles and styles needed for CKEditor positioning */

#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	z-index: 101;
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}
.align_right {
        float: right;
        margin: 0 0 5px 20px;
}
.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/* Media Queries */

@media only screen and (max-width: 1000px) {
	.bx-pager {
		display: none;
	}
	.caption {
    	top: 10px;
	}
	#sub-nav ul {
    	margin-top: 16px;
	}
   .mobilesidemenu, .mobilesidemenu * {
   		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.mobilesidemenu input[type="checkbox"] {
		/* checkbox used to toggle menu state */
    	position: absolute;
    	left: 0;
    	top: 0;
    	visibility: hidden;
	}
	#maintoggler {
    	z-index: 100;
		display: block;
		position: absolute;
		font-size: 7px;
		width: 3.7em;
		height: 2.8em;
		top: 20px;
		left: 170px;
		background: #486271;
		text-indent: -1000px;
		border: .6em solid #FFF;
		border-width: .6em 0;
		cursor: pointer;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	#maintoggler::before, #maintoggler::after {
    	/* inner stripes inside label */
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 0.6em;
    	top: 50%;
    	margin-top: -0.3em;
    	left: 0;
    	background: #FFF;
    	/* stripes background color. Change to match border color of parent label above */
    	-moz-transform: rotate(0);
    	-webkit-transform: rotate(0);
    	transform: rotate(0);
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for flipping label */
	}
	.mobilesidemenu nav {
    	/* NAV menu inside container */
    	margin: 0;
    	padding: 0;
    	position: fixed;
    	text-transform: uppercase;
    	border-right: 1px solid gray;
    	width: 260px;
    	/* width of nav menu */
    	height: 100%;
    	right: -260px;
    	/* set left to -width of menu */
    	top: 0;
    	z-index: 10000;
    	overflow: scroll;
		-webkit-transform: translate3d(0, 0, 0); /* trigger hardware acceleration */
		transform: translate3d(0, 0, 0);
    	background: #ACB8BE;
    	/* Old browsers */
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
    	/* transition for animating nav in and out */
	}
	.mobilesidemenu nav h2 {
    	color: black;
    	margin-bottom: 10px;
    	border-bottom: 2px solid #73462d;
	}
	.mobilesidemenu ul {
    	/* UL menu inside container */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	.mobilesidemenu li {
	}
	.mobilesidemenu li a {
    	display: block;
    	text-decoration: none;
    	font-size: 1.2em;
    	/* font size of menu links */
    	color: #FFF;
    	margin: 0;
    	padding: 12px;
	}
	.mobilesidemenu li a:hover {
    	color: white;
	}
	#navtoggler {
    	/* label button inside nav to close menu */
    	cursor: pointer;
    	position: absolute;
    	left: 0;
    	top: 0;
    	-moz-border-radius: 0 0 40px 0;
    	-webkit-border-radius: 0 0 40px 0;
    	border-radius: 0 0 40px 0;
    	width: 40px;
    	height: 30px;
    	text-align: center;
	}
	#navtoggler::after {
    	/* label button x */
    	content: "X";
    	color: #FFF;
    	display: block;
    	font: normal 22px 'ralewayregular';
    	margin-top: 2px;
    	margin-left: -4px;
    	-moz-transition: all 0.3s ease-in;
    	-webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	#navtoggler:hover::after {
    	/* state of NAV label::after when mouse moves over */
    	-moz-transform: rotatey(180deg);
    	-ms-transform: rotatey(180deg);
    	-webkit-transform: rotatey(180deg);
    	transform: rotatey(180deg);
    	/* flip labels vertically onMouseover */
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ span#maintoggler {
    	/* state of main menu label when menu is open  */
    	border-color: transparent;
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ span#maintoggler::before {
    	/* state of main menu label::before when menu is open  */
    	transform: rotate(-45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ span#maintoggler::after {
    	/* state of main menu label::after when menu is open  */
    	transform: rotate(45deg);
	}
	.mobilesidemenu input[type="checkbox"]:checked ~ nav {
    	/* state of NAV when menu is open  */
    	right: 0;
    	/* set left to 0 to animate it into view  */
	}
	.sf-menu ul {
    	box-shadow: none;
    }
	.sf-menu li {
    	white-space: normal;
	}
	.sf-menu ul li {
    	padding: 0;
    	width: 100%;
    }
    .sf-menu ul ul li {
    	background: #EFEFEF;
	}
    .sf-menu ul li a {
    	padding-left: 10px;
    }
	nav > .sf-menu {
    	display: block;
    	margin-top: 25px;
    }
	.main-nav ul li {
    	margin: 0;
    	display: block;
    	width: 100%;
	}
	.sf-menu ul {
    	position: static;
    }
    .level-two {
		background-color: #999;
		position: static;
	}
	.level-two-container {
    	max-width: 100%;
    	Padding: 15px !important;
    	display: block;
	}
	.level-two-column-start {
		border-right: none;
	}
	.level-two-head {
		color: #DAEBFF;
	}
	#topbar, .fixed-fix {
	    height: 60px;
    }
	.foot-nav-flex {
		display: none;
	}
	#timeline-topbar, .timeline-toc {
    	display: none;
	}
	#timeline-bkgd video {
		display: none;
	}
	#timeline-start {
    	padding: 220px 10px 10px 10px;
	}
	.timeline-right {
    	right: 7%;
	}
	.timeline-left {
    	left: 7%;
	}
	.conversion-float-left, .conversion-float-right {
		display: none;
	}
}
@media only screen and (max-width: 950px) {
	.position-one, .position-two, .position-three {
    	width: 80%;
    	height: auto;
	}
	.link-salad {
		padding: 0 20px;
	}
	.graphic-link {
    	float: none;
    	display: block;
    	margin-bottom: 70px;
	}
	.graphic-link-b {
    	float: none;
    	display: block;
	}
	.g-link-left, .g-link-right {
    	float: none;
	}
	.mobile-method {
        display: block;
        text-align: center;
        line-height: 1em;
        width: 100%;
        margin: 0;
        font-size: 70%;
        background: #2482D0;
        padding: 5px 0;
    }
	.item-row br {
		display: block;
	}
    .ext-one {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        border-bottom: 1px solid #E4EBEF;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		text-align: center;
		font: normal 1em 'ralewaysemibold';
		padding-left: 0;
        padding: 10px 0;
    }
    .ext-two {
    	-ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
        flex-flow: column wrap;
        justify-content: space-between;
        padding: 0 0 5px 0;
        min-height: 55px;
    }
}
@media only screen and (max-width: 850px) {
	.flexible-b {
		flex-wrap: wrap;
	}
	.caption {
    	top: 0;
	}
	.caption-content p {
    	font-size: 18px;
    	line-height: 28px;
    	padding: 90px 20px 0 20px;
	}
	.bottom-rule {
    	margin: 5px 0;
	}
	.caption-container > .social-buttons, .caption-container > .arrow {
    	display: none;
	}
	.flexible-b p img {
		display: block;
		margin: auto;
		max-width: 100% !important;
	}
	#side-menu {
		display: none;
	}
	#right-side {
    	display: block;
    	float: none;
    	width: 100%;
	}
	.industry-item {
    	padding: 0 0 0 20px;
	}
	.tech-container {
    	width: 100%;
    	display: block;
    	float: none;
    	padding: 0 20px;
	}
	.fifty, .ask-form {
    	width: 100%;
    	display: block;
    	float: none;
	}
	.download-button {
    	right: 0;
	}
	.open-indicator {
		display: none;
	}
	.flexible-case-study, .flexible-manuals, .flexible-library {
    	justify-content: center;
	}
	.addresses {
	    padding: 0;
	}
	.secondary-sub-nav {
		display: block;
	}
	.timeline-left, .timeline-right {
    	width: 250px;
    }
    .product-image {
    	width: 235px;
    }
}
@media only screen and (max-width: 750px) {
	.timeline-target {
		position: static;
		display: block;
		margin: 0 auto 15px auto;
	}
	.timeline-content {
		display: block;
		padding: 20px auto 40px auto;
	}
	.timeline-content p, .timeline-content h2 {
    	max-width: 70%;
    	background: #FFF;
    	display: block;
    }
    .timeline-content p {
    	margin: 10px auto;
    }
    .timeline-content h2 {
    	margin: 0 auto;
    }
    .timeline-desc-container {
    	margin: 10px;
    }
	.timeline-left, .timeline-right {
		position: static;
		width: 100%;
		text-align: center;
		display: block;
		margin: auto;
	}
	.spacer {
    	height: auto;
	}
	.timeline-flyout-left, .timeline-flyout-right {
		position: static;
	}
	.double-c {
    	width: 100%;
    	flex-basis: 100%;
    	margin-bottom: 0;
    }
    .single-c {
    	width: 100%;
    	flex-basis: 100%;
	}
}
@media only screen and (max-width: 720px) {
	.support-list {
		display: block;
		text-align: center;
		margin: auto;
	}
	.support-item {
		margin: 0 20px 20px 20px;
		display: inline-block;
	}
	.support-item:last-child {
		margin: 0 20px 0 20px;
	}
}
@media only screen and (max-width: 700px) {
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.caption {
    	display: none;
	}
	.flexible {
		display: block;
		width: 100%;
	}
	.flexible > .av-container {
		margin: auto;
	}
	.half {
    	width: 100%;
	}
	.pic-side {
    	display: inline-block;
    	width: 100%;
    	float: none;
    	padding: 0 20px;
	}
	.writeup {
    	width: 100%;
    	display: inline-block;
    	float: none;
    	padding: 0 20px;
	}
	.about-logo {
    	display: block;
    	margin: auto;
	}
	.about-pic {
		width: 48%;
		vertical-align: top;
		margin: 20px 10px 10px 0;
	}
	.truncated-p img {
    	margin-bottom: 0;
	}
	.truncated-p .align_right {
		float: none;
		display: block;
		margin: 0 auto 10px auto;
	}
	.product-pic {
		width: 50%;
		margin: 20px auto 10px auto;
		display: block;
	}
	.product-dl {
    	display: flex;
    	justify-content: space-around;
    	flex-flow: row wrap;
    	align-items: flex-end;
	}
	.product-dl li {
    	width: auto;
    	margin: 20px 10px 10px 0;
	}
	.position-one, .position-two, .position-three {
    	width: 100%;
	}
	.collapsible {
    	padding: 0 20px;
	}
	.download-button {
    	right: -60px;
	}
	.uneeded {
		visibility: hidden;
	}
	.question {
    margin: 25px 20px 25px 40px;
	}
	.answer {
    	margin: 25px 20px 25px 70px;
    }
    .addresses {
    	width: 100%;
    	display: block;
    	float: none;
	}
    .map {
    	width: 100%;
    	display: block;
    	float: none;
    	padding: 0;
   }
   .contact-column {
    	width: 100%;
    	display: block;
    	float: none;
    	padding: 0;
	}
	.tri-column {
		max-width: 350px;
		display: block;
		margin: auto;
	}
}
@media only screen and (max-width: 580px) {
	.about-pic {
    	width: 100%;
    	height: auto;
	}
	.supportlist {
	    display: block;
		height: initial;
	}
	.supportitem {
    	width: 230px;
		margin: 5px auto;
		border-left: 1px solid #FFF;
	}
}
@media only screen and (max-width: 540px) {
	.product-pic {
		width: 100%;
	}
}
@media only screen and (max-width: 525px) {
	.footer-social-buttons {
		left: auto;
    	right: 0 !important;
	}
	.industry-item-wrapper {
    	padding: 30px 20px 0 20px;
	}
	.industry-item {
		padding: 0;
	}
	.industry-pic {
    	width: 100%;
    	display: block;
    	float: none;
    	padding: 0;
    	margin-bottom: 5px;
	}
	.industry-writeup {
    	width: 100%;
    	display: block;
    	float: none;
    	padding: 0;
	}
	.item-name {
    	position: static;
		display: block;
	}
	.item-description {
    	margin-left: 0;
	}
	.ask-form label {
		display: block;
		float: none;
	}
	.stack, .inline {
		width: 100%;
	}
	.label-inset {
		padding-left: 0;
	}
	.full-width {
		width: 100%;
	}
	.part-width-wide {
		width: 100%;
	}
	.part-width-narrow {
		width: 100%;
	}
	.ask-form input {
		display: block;
    	float: none;
	}
	.ask-form textarea {
		width: 100%;
	}
	.ask-form-button {
		position: static;
	}
	#register-form ul li {
    	display: block;
    }
    .InputfieldHeader, .InputfieldContent {
    	width: 100%;
    }
    .rnb {
    	margin-left: auto;
    }
}
@media only screen and (max-width: 450px) {
	.grey-back, .white-back {
		padding: 0;
	}
	#sub-nav {
		display: none;
	}
	.hidden-from-nav {
		visibility: visible;
	}
	.container {
    	padding: 25px 20px;
	}
	.av-container {
		width: 100%;
	}
	.column {
	    margin: 0;
	    width: 95%;
	}
	.industry-item-wrapper {
    	padding: 0;
	}
	.tech-container {
    	padding: 0;
	}
	.truncated-p img {
		max-width: 100%;
	}
	.pic-side {
    	padding: 0;
	}
	.writeup {
    	padding: 0;
	}
	.product-dl-title {
	    max-width: 120px;
	}
	.two-column {
    	padding: 0;
	}
	.list-container .two-column {
    	padding: 0 25px;
	}
	.link-salad {
    	padding: 0;
	}
	.graphic-link, .graphic-link-b {
    	min-width: auto;
	}
	.logo-placement {
    	margin: 0;
    	width: 100%;
	}
	.footer-logo {
    	position: static;
    	margin: auto;
    	display: block;
	}
	.footer-social-buttons {
    	position: static;
    	width: 100%;
    	margin: 15px auto 30px auto;
    	text-align: center;
    }
    .footer-social-buttons li {
    	float: none;
    	margin: 0 5px 15px 5px;
	}
	#timeline-start img {
		max-width: 80%;
		height: auto;
	}
	#timeline-second-bkgd {
		background: none;
	}
	 .product-image {
    	width: 250px;
    }
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* Print styles */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
