/*#ffa640;*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TLBCc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
@-ms-viewport {
  width: device-width;
}
@media print {
  * {
    transition: none;
  }
  @page {
    margin: 0.5cm;
    size: portrait;
  }
  body {
    color: #000000;
    background: #ffffff;
  }
  .culpepperLoginBar {
    display: none;
  }
  .culpepperLoginButtons {
    display: none;
  }
  #desktopNav {
    display: none;
  }
  #tabletMenu {
    display: none;
  }
  #ControlBar {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  img {
    max-width: 300px;
  }
  .footerheader {
    color: #000000;
    border-bottom-color: #000000 !important ;
  }
  .cp-actionitem {
    Font-size: 1.5em;
  }
  .cp-h1maintitle {
    font-family: "roboto", Arial;
    font-size: 2.75em;
  }
  .cp-mainsubtitle {
    font-family: "roboto", Arial;
    font-size: 1.5em;
  }
  .cp-h2sectiontitle {
    font-size: 2.5em;
    font-family: "roboto", Arial;
  }
  .cp-h3subsectiontitle {
    font-size: 2em;
    font-family: "roboto", Arial;
  }
  .cp-h5caption {
    font-family: "roboto", Arial;
    font-weight: 100;
    font-size: 1.25em;
  }
  .buttonBlue {
    background-color: none;
  }
  .buttonOrange {
    background-color: none;
  }
  ul,
  img {
    page-break-inside: avoid;
  }
  .productButton {
    color: #000000;
    font-size: 1em;
    text-align: center;
    display: inline-block;
    padding: 0;
  }
  .productButton .productIcon {
    font-family: "FontAwesome";
    font-size: 3em;
    /*margin-bottom:15px;*/
    line-height: 2em;
  }
  .productButton .productText {
    font-family: 'roboto';
    color: #000000;
    font-size: 12px;
    margin-top: -10px;
  }
}
/*MAIN CSS*/
/********************************/
html body {
  background-color: #444444;
  font-family: 'roboto', Arial;
  font-weight: 300;
  /*font-size: 14px;*/
  /*color: @CulpepperDarkGray;*/
  line-height: 150%;
  /*margin: 106px 0 10px 0;*/
  margin: 80px 0 10px 0;
  -ms-overflow-style: scrollbar;
}
.fadeline {
  background-image: -moz-linear-gradient(#fff, #ccc, #fff);
  background-image: -o-linear-gradient(#fff, #ccc, #fff);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #ccc), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(#fff, #ccc, #fff);
  background-image: linear-gradient(#fff, #ccc, #fff);
  width: 85%;
  height: 3px;
  margin: auto;
  margin-bottom: 20px;
}
.pagetag {
  display: none;
}
img.svgTest {
  display: block;
}
img.svgTest.svg {
  display: none;
}
html.svg img.svgTest {
  display: none;
}
html.svg img.svgTest.svg {
  display: block;
}
/*****NAVBAR FIX FOR DNN CONTROL BAR (NAVBARFIX.JS) *************/
#ControlBar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.navbar-fixed-top.admin {
  top: 85px;
  z-index: 200;
}
/************************************************************/
.BannerImage {
  /*width: 200px;
	height:44px;*/
  height: 35px;
  width: auto;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #2e76bb;
  text-decoration: none;
}
a:hover {
  color: #2e76bb;
  text-decoration: underline;
}
.padding-top-10 {
  padding: 10px 0 0 0;
}
.footer {
  content: "";
  bottom: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.culpepperContainer {
  width: 100%;
  margin-top: -20px;
}
.culpepperContainer:empty {
  display: none;
}
.culpepperPanel {
  width: 100%;
  display: block;
}
.culpepperPanel:empty {
  display: none;
}
.DNNEmptyPane:empty {
  display: none;
}
.culpepperLoginBar {
  display: block;
  padding: 0;
  position: fixed;
  top: 0;
  height: 35px;
  width: 100%;
  background-color: #2e76bb;
  z-index: 999;
}
.culpepperLoginBar .culpepperLoginButtons {
  padding: 7px 5px;
}
.culpepperLoginBar .culpepperLoginButtons .loginGroup,
.culpepperLoginBar .culpepperLoginButtons .registerGroup {
  padding: 0 0 0 5px;
}
div.culpepperLoginButtons > div.registerGroup li.userDisplayName:first-child a,
div.culpepperLoginButtons > div.loginGroup a.LoginLink {
  background-color: #FA8500;
  color: #ffffff;
  padding: 0 12px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
div.culpepperLoginButtons > div.registerGroup li.userDisplayName:first-child a:hover,
div.culpepperLoginButtons > div.loginGroup a.LoginLink:hover {
  background-color: #fab668;
  border-color: #fab668;
  text-decoration: none;
}
div.culpepperLoginButtons *,
div.culpepperLoginButtons div ul li:after {
  color: #fff !important;
}
/********************************/
/**********DNN LOGIN SECTION (CUSTOM)*************/
.culpepperLoginButtons {
  float: right;
  line-height: 35px;
  height: 35px;
  margin-top: -8px;
  padding: 5px;
  /*-moz-box-sizing:border-box; *behavior: url(/scripts/boxsizing.htc);  
	-webkit-box-sizing:border-box;*behavior: url(/scripts/boxsizing.htc); 
	box-sizing: border-box;*/
}
.culpepperLoginButtons * {
  display: inline-block;
  /* margin:0;
		padding:0; */
}
.culpepperLoginButtons .registerGroup li.userMessages a span,
.culpepperLoginButtons .registerGroup li.userNotifications a span {
  background-color: #FA8500;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  display: block;
  padding: 0 3px;
  height: 14px;
  line-height: 1;
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 300;
}
.culpepperLoginButtons .registerGroup a:hover,
.culpepperLoginButtons .registerGroup li.userMessages:hover:before,
.culpepperLoginButtons .registerGroup li.userNotifications:hover:before {
  color: #fab668;
}
.culpepperLoginButtons .registerGroup li.userMessages,
.culpepperLoginButtons .registerGroup li.userNotifications {
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0 10px 0 5px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  margin: 0;
}
.culpepperLoginButtons .registerGroup .userProfileImg img {
  max-width: 35px !important;
}
.culpepperLoginButtons .registerGroup li.userDisplayName {
  padding: 0 5px;
}
.culpepperLoginButtons .registerGroup li.userMessages {
  padding-left: 4px;
}
.culpepperLoginButtons .registerGroup li.userMessages:empty,
.culpepperLoginButtons .registerGroup li.userNotifications:empty {
  width: 1em;
}
.culpepperLoginButtons .registerGroup li.userMessages:before {
  content: "\2709";
  font-size: 14px;
  z-index: 0;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  transition: color ease-in 200ms;
}
.culpepperLoginButtons .registerGroup li.userNotifications:before {
  content: "\e034";
  font-size: 14px;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
}
.culpepperLoginButtons .registerGroup li.userMessages:hover:before,
.culpepperLoginButtons .registerGroup li.userNotifications:hover:before {
  color: #fab668;
}
.culpepperLoginButtons .registerGroup li.userMessages:after,
.culpepperLoginButtons .registerGroup li.userNotifications:after {
  content: "|";
  font-size: 18px;
  color: #777777;
  line-height: 18px !important;
  height: 18px !important;
  font-weight: normal !important;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
}
.culpepperLoginButtons .registerGroup li.userMessages a,
.culpepperLoginButtons .registerGroup li.userNotifications a {
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.culpepperLoginButtons .registerGroup li.userMessages a strong,
.culpepperLoginButtons .registerGroup li.userNotifications a strong {
  display: none;
}
.culpepperLoginButtons .userProfileImg {
  display: block !important;
}
.culpepperLoginButtons .userMessages,
.culpepperLoginButtons .userNotifications,
.culpepperLoginButtons .userProfileImg {
  display: inline-block !important;
}
/******************************************************/
/*BOOT STRAP OVERRIDES
********************************/
.nav {
  /*height:70px;*/
  top: 35px;
  /*padding:5px 0 0 0;*/
  padding: 5px 0;
}
.nav > li > a:hover {
  background-color: #ffffff;
}
.nav > li > a:focus {
  background-color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
}
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
.container {
  font-family: 'roboto', Arial;
  width: 1000px;
  margin: 0 auto;
}
.container a {
  text-decoration: none;
  font-weight: 400;
}
.container a:link {
  color: #2e76bb;
}
.container a:visited {
  color: #2e76bb;
}
.container a:hover {
  color: #1D4885;
  text-decoration: underline;
}
.icon-bar {
  background-color: #2e76bb;
}
.dropdown:hover > .dropdown-menu {
  display: inline-block;
  -webkit-animation: fadein .5s;
  /* Safari and Chrome */
  -moz-animation: fadein .5s;
  /* Firefox */
  -o-animation: fadein .5s;
  /* Opera */
  animation: fadein .5s;
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-toggle a:hover,
.dropdown-toggle a:focus {
  background-color: #ffffff;
}
.dropdown-toggle .active:after {
  border-bottom: 2px solid #2e76bb;
}
.navbar-brand {
  line-height: 55px;
  height: auto;
  /*height: 55px;
	padding-top: 10px;*/
}
#tabletNav .navbar-brand {
  padding: 5px 10px;
}
#desktopNav .navbar-brand {
  padding: 5px 10px;
}
#desktopNav .navbar-nav li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar {
  -webkit-box-shadow: 0 8px 20px -6px #999;
  -moz-box-shadow: 0 8px 20px -6px #999;
  box-shadow: 0 8px 20px -6px #999;
  background-color: #ffffff;
  font-size: 13px;
  /* the rest of your styling */
}
.navbar a:link {
  color: #444444;
  text-decoration: none;
}
.navbar a:visited {
  color: #444444;
  text-decoration: none;
}
.navbar a:hover {
  color: #2e76bb;
  text-decoration: none;
}
.navbar .active {
  border-bottom: 3px solid #2e76bb;
}
.dropdown {
  border-radius: 0;
  font-size: 13px;
  font-family: 'roboto';
  font-weight: 300;
  color: #444444;
}
.dropdown li a {
  font-size: 11px;
  font-family: 'roboto';
  font-weight: 300;
}
.dropdown li a:link {
  color: #444444;
  text-decoration: none;
}
.dropdown li a:visited {
  color: #444444;
  text-decoration: none;
}
.dropdown li a:hover {
  color: #2e76bb;
  text-decoration: none;
  background-color: transparent;
}
/********************************/
/***MEDIA BLOCKS*****************/
/* Extra Small */
@media only screen and (max-width: 360px) {
  body {
    font-size: 12px;
  }
  .cp-h1maintitle {
    font-size: 25px;
  }
  .cp-mainsubtitle {
    font-size: 20px;
  }
  .cp-h2sectiontitle {
    font-size: 20pt;
  }
  .cp-h3subsectiontitle {
    font-size: 15pt;
  }
  .cp-h5caption {
    font-size: 15px;
  }
  .cp-actionitem {
    Font-size: 12px;
  }
  img {
    /*&.svgTest:not(.tips),
        &.svgTest.svg:not(.tips),
        html.svg &.svgTest:not(.tips),
        html.svg &.svgTest.svg:not(.tips)
		{
			width:125px !important;
		}*/
  }
  img.imgresize {
    width: 200px !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 361px) and (max-width: 768px) {
  img {
    /*&.svgTest:not(.tips),
        &.svgTest.svg:not(.tips),
        html.svg &.svgTest:not(.tips),
        html.svg &.svgTest.svg:not(.tips)
		{
			width:125px !important;
			height:auto !important;
		}*/
  }
  img.imgresize {
    width: 200px !important;
    height: auto !important;
  }
}
/* Large */
@media only screen and (min-width: 361px) {
  /*and (min-width:1200px)*/
  body {
    font-size: 14px;
  }
  .cp-h1maintitle {
    font-size: 45px;
  }
  .cp-mainsubtitle {
    font-size: 35px;
  }
  .cp-h2sectiontitle {
    font-size: 30px;
  }
  .cp-h3subsectiontitle {
    font-size: 25px;
  }
  .cp-h5caption {
    font-size: 20px;
  }
  .cp-actionitem {
    Font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /*.BannerImage {
		margin: -5px;
	}*/
  #tabletNav {
    display: none;
  }
  #tabletMenu {
    display: none;
  }
  #desktopNav {
    display: block;
  }
  .container {
    width: 1000px;
  }
}
@media only screen and (max-width: 1000px) {
  /*.BannerImage {
		margin: -5px;
	}*/
  #desktopNav {
    display: none;
  }
  #tabletNav {
    display: block;
  }
  #tabletMenu {
    display: block;
  }
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 375px) {
  .BannerImage {
    height: auto;
    width: 75%;
  }
  #dnn_dnnLogin_enhancedLoginLink {
    font-size: 8px;
    padding: 0 3px 0 3px;
  }
  .userDisplayName {
    font-size: 10px;
  }
}
/********************************/
/*Culpepper Defined*/
/********************************/
.culpepperBlue-bg {
  background-color: #2e76bb;
  color: #ffffff;
}
.culpepperDarkGray-bg {
  background-color: #444444;
  color: #ffffff;
}
.culpepperWhite-bg {
  background-color: #ffffff;
  color: #444444;
}
.culpepperGray-bg {
  background-color: #bdbdbd;
  color: #ffffff;
}
.culpepperLighterGray-bg {
  background-color: #dddddd;
  color: #444444;
}
.cp-actionitem {
  /*Font-size:1.5em;*/
  Font-weight: 300;
  Text-align: center;
  Margin-bottom: 50px;
}
.cp-h1maintitle {
  font-family: "roboto", Arial;
  /*font-size: 2.75em;*/
  font-weight: 100;
  color: #2e76bb;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.cp-mainsubtitle {
  font-family: "roboto", Arial;
  /*font-size: 1.5em;*/
  font-weight: 100;
  line-height: 130%;
  margin: 0 0 10px 0;
}
.cp-h2sectiontitle {
  /*font-size: 2.5em;*/
  font-family: "roboto", Arial;
  font-weight: 100;
  color: #2e76bb;
  line-height: 110%;
  margin: 0 0 10px 0;
}
.cp-h3subsectiontitle {
  /*font-size: 2em;*/
  font-family: "roboto", Arial;
  font-weight: 100;
  color: #2e76bb;
  line-height: 110%;
  margin: 0 0 10px 0;
}
.cp-h5caption {
  font-family: "roboto", Arial;
  font-weight: 100;
  /*font-size: 1.25em;*/
  color: #424242;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.buttonBlue {
  display: inline-block;
  border-radius: 3px;
  border-style: none;
  padding: 5px 15px;
  background-color: #2e76bb;
  color: white;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.buttonBlue:visited {
  color: white;
}
.buttonBlue:hover {
  background-color: #66ccff;
  color: white;
  white-space: nowrap;
}
.buttonOrange {
  display: inline-block;
  border-radius: 3px;
  border-style: none;
  padding: 2px 15px;
  background-color: #FA8500;
  color: white;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.buttonOrange:visited {
  color: white;
}
.buttonOrange:hover {
  background-color: #fab668;
  color: white;
  white-space: nowrap;
}
cp-breadcrumb {
  display: inline-block;
  padding: 5px !important;
  font-size: 6pt !important;
}
/********************************/
/* MEGA MENU STYLE
********************************/
.mega-menu {
  padding: 10px 0 !important;
  left: -335px !important;
  width: 950px;
  border-radius: 0;
  margin-top: 0;
  background-color: #2e76bb;
  /*Draws the blue background on the left column of the mega menu*/
  overflow: hidden;
}
.mega-menu :before {
  /* Draws the white background on the mega menu*/
  position: absolute;
  width: 75%;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.mega-menu ul {
  padding-bottom: 15px;
}
.mega-menu li {
  display: block;
  float: left;
  font-size: 0.94rem;
  padding: 3px 0;
}
.mega-menu li.mega-menu-column {
  display: block;
  margin-right: 5px;
  width: 225px;
}
.mega-menu li.mega-menu-column:first-child li a {
  font-size: 11px;
}
.mega-menu li.mega-menu-column:first-child li a:link {
  color: #ffffff;
  text-decoration: none !important;
}
.mega-menu li.mega-menu-column:first-child li a:visited {
  color: #ffffff;
  text-decoration: none !important;
}
.mega-menu li.mega-menu-column:first-child li a:hover {
  color: #66ccff;
  text-decoration: none !important;
  background-color: #2e76bb;
}
.mega-menu li.mega-menu-column:first-child .nav-header {
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
}
.mega-menu li.mega-menu-column ul li {
  float: none;
  /*Mega Menu column LI. Prevent from being in a single row*/
}
.mega-menu li.mega-menu-column ul li a {
  font-size: 11px;
}
.mega-menu li.mega-menu-column ul li a:link {
  color: #444444;
  text-decoration: none !important;
}
.mega-menu li.mega-menu-column ul li a:visited {
  color: #444444;
  text-decoration: none !important;
}
.mega-menu li.mega-menu-column ul li a:hover {
  color: #2e76bb;
  text-decoration: none !important;
  background-color: none;
}
.mega-menu li.mega-menu-column ul li.nav-header {
  color: #2e76bb;
  font-weight: normal;
  font-size: 13px;
}
.mega-menu .nav-header {
  padding: 0 !important;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.mega-menu img {
  padding-bottom: 10px;
}
/********************************/
/********RIGHT SLIDE NAV*********/
a.nav-expander {
  background: none repeat scroll 0 0 #ffffff;
  color: #2e76bb;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: -5px;
  margin-right: 0;
  /*padding: 1em 1.6em 2em;*/
  padding: 1.5em .5em;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  /*top: 10px;
	width: 130px;*/
  height: 49px;
  width: 75px;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
  cursor: pointer;
}
a.nav-expander.fixed {
  /*position: fixed;*/
}
.nav-expanded a.nav-expander.fixed {
  right: 17em;
}
nav {
  background: #ffffff;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 12px;
  top: 0;
  width: 20em;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded nav {
  right: 0;
}
body.nav-expanded {
  margin-left: 0;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
  transition: right 0.4s ease-in-out 0s;
}
#nav-close {
  font-family: "roboto";
  font-weight: 100;
  font-size: 12px;
  /*padding-right: 10px;*/
}
.main-menu {
  padding-top: 12px;
}
.main-menu li {
  border-bottom: 1px solid #2e76bb;
  margin-left: 20px;
  font-size: 14px;
  padding: 12px;
}
.main-menu li a {
  color: #2e76bb;
  text-decoration: none;
}
.main-menu li a:hover {
  color: #66ccff;
  text-decoration: none;
}
.main-menu li a:hover .caret {
  border-top-color: #2e76bb;
}
.main-menu li a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #2e76bb;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
}
.main-menu li .sub-nav {
  border-bottom: 0;
  padding: 4px;
}
.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #2e76bb;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
  border-bottom-color: #2e76bb;
}
.icon:before {
  font-family: 'roboto';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
/****************************************/
/******ACCORDIAN*************************/
#tabletMenu ul {
  list-style-type: none;
}
.accordion {
  width: 100%;
  max-width: 360px;
  /*margin: 30px -15px 20px;*/
  margin: 30px 0 20px 0;
  padding-left: 25px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion li {
  list-style-type: none;
  list-style: none;
}
.accordion li .nav-close {
  /*padding-right: 25px;*/
}
.accordion li .nav-close a:hover {
  background: #fff !important;
  color: #2e76bb !important;
  text-decoration: none;
}
.accordion li a:hover {
  background: #2e76bb;
  color: #FFF;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li.open .link {
  /*color: @CulpepperBlue; 
			font-weight:700;*/
  background: #2e76bb;
  color: #ffffff;
}
.accordion li.open .link i {
  color: #ffffff;
}
.accordion li.open .link:hover {
  color: #ffffff;
  /*font-weight: 700;*/
}
.accordion li.open .link:hover i {
  color: #ffffff;
}
.accordion li.open i.glyphicon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion i.glyphicon-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 25px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: normal;
  border-top: 1px solid #999999;
  position: relative;
  text-align: left;
  margin-left: -30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .link:hover {
  background: #2e76bb;
  color: #ffffff;
}
.accordion .link:hover i {
  color: #ffffff;
}
.accordion .menuitem {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 25px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: normal;
  margin-left: -30px;
  /*border-bottom: 1px solid #999999;*/
  border-top: 1px solid #999999;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .submenuitems {
  margin-right: 0;
  margin-left: 15px;
  /*margin-left: -60px;*/
  padding-left: 0;
  text-align: left;
}
.accordion .submenuitems li:last-child {
  /*border-bottom: 1px solid #999999;*/
  margin-bottom: 10px;
}
.submenu {
  display: none;
  background: #FFFFFF;
  font-size: 12px;
  margin-bottom: 25px;
  margin-left: 0;
  /*margin-left: -50px;*/
  padding-left: 0;
  text-align: left;
  /*li { border-bottom: 1px solid @CulpepperDarkGray ; }*/
}
.submenu a {
  display: block;
  text-decoration: none;
  padding: 2px;
}
.submenu a:link {
  color: #2e76bb;
}
.submenu a:visited {
  color: #2e76bb;
}
.submenu a:hover {
  background: #2e76bb;
  color: #FFF;
  /*margin-left:25px;*/
}
.submenuHeader {
  margin-left: 5px;
  margin-right: 25px;
  /*margin-top:5px;*/
  font-size: 12px;
  font-weight: 500;
  color: #777777;
  border-bottom: 1px solid #999999;
  padding: 6px 4px 4px 0;
}
/*************************************************/
/************FLYOUT MENUS*************************/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #444444;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #2e76bb;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/******************************************/
/**********PRODUCT BUTTONS*****************/
.productButton {
  color: #808080;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.productButton .productIcon {
  font-family: "FontAwesome";
  font-size: 3em;
  /*margin-bottom:15px;*/
  line-height: 2em;
}
.productButton .productIcon .productIndustry:before {
  content: "\f275";
}
.productButton .productIcon .productFunction:before {
  content: "\f0e8";
}
.productButton .productIcon .productCompany:before {
  content: "\f1ad";
}
.productButton .productIcon .productGlobe:before {
  content: "\f0ac";
}
.productButton .productIcon .productConsultant:before {
  content: "\f086";
}
.productButton .productIcon .productEnvelope:before {
  content: "\f0e0";
}
.productButton .productText {
  font-family: 'roboto';
  color: #808080;
  font-size: 12px;
  margin-top: -10px;
}
.productButton:hover {
  background-color: #E8E8E8;
}
.productButton:hover .productIcon {
  color: #2e76bb;
  text-decoration: none;
}
a:link .productIcon {
  color: #808080;
  text-decoration: none;
}
a:visited .productIcon {
  color: #808080;
  text-decoration: none;
}
a:hover .productButton {
  color: #2e76bb;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .productButton {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .productBorderRight:after {
    /*Creates the vertical line between the product buttons*/
    content: "";
    position: absolute;
    background-color: #2e76bb;
    top: 15px;
    height: 75%;
    left: 99%;
    width: 1px;
    /* or 100px */
    border-right: 1px solid #bdbdbd;
  }
}
/*************************************************/
/**********FORECOLOR OVERRIDE BASED ON BACKGROUND COLOR************/
.culpepperBlue-bg .cp-h1maintitle,
.culpepperBlue-bg .cp-h2sectiontitle,
.culpepperBlue-bg .cp-h3subsectiontitle,
.culpepperBlue-bg .cp-h5cpation {
  color: #ffffff !important ;
}
.culpepperDarkGray-bg .cp-h1maintitle,
.culpepperDarkGray-bg .cp-h2sectiontitle,
.culpepperDarkGray-bg .cp-h3subsectiontitle,
.culpepperDarkGray-bg .cp-h5cpation {
  color: #ffffff !important;
}
.culpepperBlue-bg a:hover {
  color: #FA8500 !important;
  text-decoration: underline;
}
.culpepperBlue-bg a:link,
.culpepperBlue-bg a:visited {
  color: #fab668;
  text-decoration: none;
}
.culpepperDarkGray-bg a:hover {
  color: #fab668 !important;
}
.culpepperDarkGray-bg a:link,
.culpepperDarkGray-bg a:visited {
  color: #ffffff;
  text-decoration: none;
}
/******************************************************************/
/************COMPARISON TABLE*************************/
.Comparison {
  font-family: "roboto";
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
  background-color: #ffffff;
  border-spacing: 0;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 12px;
}
.Comparison tr:last-of-type {
  border-bottom: 1px solid #bdbdbd;
}
.Comparison .RowSeperator {
  border-bottom: 1px solid #bdbdbd;
}
.Comparison td {
  padding: 10px;
  /*border-right:1px solid @CulpepperLightGray;*/
  vertical-align: top;
}
.Comparison td:last-of-type {
  border-right: 1px solid #bdbdbd;
}
.Comparison td:nth-child(2) {
  background-color: #F5F5F5;
}
.Comparison td:nth-child(4) {
  background-color: #F5F5F5;
}
.Comparison td .CheckMark {
  font-family: "FontAwesome";
  font-size: 35px;
  color: #2e76bb;
  /*text-shadow: 2px 3px 2px #AAAAAA;*/
}
.Comparison td .CheckMark:before {
  content: "\f00c";
}
.Comparison td .NoCheckMark {
  font-family: "FontAwesome";
  font-size: 35px;
  color: #bdbdbd;
  /*text-shadow: 2px 3px 2px #AAAAAA;*/
}
.Comparison td .NoCheckMark:before {
  content: "-";
}
.Comparison .CenterCell {
  vertical-align: middle;
  text-align: center;
}
.Comparison .PrimaryColumn {
  color: #2e76bb;
  font-weight: 300;
  font-size: 18px ;
  border-left: 1px solid #bdbdbd;
  vertical-align: middle;
}
.Comparison .CheckListHeader {
  font-weight: 300 !important;
  font-size: 14px !important;
}
.Comparison .CompareHeader {
  background-color: #444444;
  color: #ffffff;
  text-align: center;
  margin: 20px;
  font-size: 16px;
  border-bottom: 1px solid #bdbdbd;
}
.Comparison .CompareHeader td {
  border: 0;
}
.Comparison .CompareHeader td:nth-child(2) {
  background-color: #444444;
}
.Comparison .CompareHeader td:nth-child(4) {
  background-color: #444444;
}
.Comparison .CompareHeader .PrimaryColumn {
  background-color: #444444;
  color: #ffffff;
}
.Comparison .BlueRow {
  background-color: #2e76bb;
  color: #ffffff;
  border-bottom: 1px solid #bdbdbd;
}
.Comparison .BlueRow td {
  border: 0;
}
.Comparison .BlueRow td:nth-child(2) {
  background-color: #2e76bb;
}
.Comparison .BlueRow td:nth-child(4) {
  background-color: #2e76bb;
}
.Comparison .BlueRow .PrimaryColumn {
  background-color: #2e76bb;
  color: #ffffff;
  border: 0;
}
/**************************************************/
/**************FOOTER******************************/
.footerheader {
  width: 100%;
  color: white;
  padding-bottom: 2px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom-color: #fa8500;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
/*************************************************/
/**************QUICKTIPS******************************/
.pnlQuickStep a:link {
  font-size: 14px!important;
  text-decoration: none;
}
.pnlQuickStep a:visited {
  font-size: 14px!important;
  color: #2e76bb;
  text-decoration: none;
}
.pnlQuickStep a:hover {
  font-size: 14px!important;
  color: #2e76bb;
  text-decoration: underline;
}
/*************************************************/
