/**
 *  custom styles for modifying bootstrap
 *
 */
@import url('icons.css');
@import url('../assets/css/custom.css');


 
 
/**************************************************************************************
 *
 *  Global Overwrites
 *
 *  Colors:
 *    Links               #91A831
 *    Default text        #808080
 *    h1, h2 color        #000
 *
 *************************************************************************************/

/* adding navbar-plain to any navbar will remove the border and the border radius */
.navbar-plain {
  border: none;
  border-radius: 0;
}

/* this will turn-off transitions during page load */
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* adds a bottom margin to the element */
.bottom-buffer {
  margin-bottom: 20px;
}

/* get rid of the blueish focus ring on FF */
a:focus {
  outline: none;
  text-decoration: none;
}

/* a secondary link is inline with and to the right of a button, e.g. a forgot your password link */
.secondary-link {
  margin-left: 20px;
}

/* animate the hover state for all buttons */
.smooth-transition {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/* the primary button */
.btn-primary,
.btn-default,
.btn-success {
  display: inline-block;
  font: 600 12px/1 'Open Sans',Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  color: #91A831;
  background: none;
  padding: 7px 35px;
  border: 1px solid #91A831;
  border-radius: 0;
  white-space: normal;
}

.btn-success .glyphicon {
	display: none;
}
.btn-primary:hover,
.btn-default:hover,
.btn-primary:active,
.btn-default:active,
.btn-primary:focus,
.btn-default:focus,
.btn-success:hover,
.btn-success:focus {
  background-color: #91A831;
  color: #fff;
  border: 1px solid #91A831;
}

@media (max-width: 800px) {
  .btn-primary,
  .btn-default,
  .btn-success {
    padding: 7px 20px;
  }
}

/* Firefox - without it FF will not respond to screen width change */
.img-responsive {
  width: 100% !important;
  height: auto !important;
}

.img-responsive-inline {
	max-width: 100% !important;
	height: auto !important;
}



pre {
  background-color: #fff;
  border-radius: 0;
}
.progress-disabled,
.ajax-progress-throbber { display: none}

.pagination>li>a, .pagination>li>span {
	border: none;
	margin-left: 0;
}

/**************************************************************************************
 *
 *  Typography
 *
 * The Open Sans Google font with weights 300/600/800 is loaded via a module
 * settings: admin/config/system/google_fonts
 *
 *************************************************************************************/
body, .extraTitle {
  font: normal 15px/1.6 'Trebuchet MS', helvetica, arial, sans-serif;
  color: #444;
  width: 100%;
}
.page-header {
  font: 300 36px/1 'Open Sans',Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  border: none;
}
.title-byline {
  font: 300 20px/1.3 'Open Sans',Helvetica, Arial,sans-serif;
  font-style: italic;
  color: #000;
  margin-bottom: 20px;
}
h1, h2, h4 {
  font-family: 'Open Sans',Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  color: #000;
}

h3 {
	font-family: 'Open Sans',Helvetica, Arial,sans-serif;
}
h1 {
  font-size: 38px;
  font-weight: 600;
  padding: 0 5% 0 0;
}
h2 {
  font-size: 38px;
  font-weight: 600;
}
.alt-layout1 h2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 300;
  color: #c88021;
  margin: 0 0 20px;
  text-transform: none;
}
h1 span, h2 span {
  font-weight: 300;
}
.byline {
  font: bold 20px/1.3 Helvetica, Arial,sans-serif;
  margin: 20px 0;
}
/** all tertiary (leaf-page) pages */
h3,
.leaf-page h2,
.leaf-page h3,
.leaf-page h4 {
  text-transform: none;
  color: #c88021;
}
.leaf-page h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.leaf-page h3, h3 {
  font-size: 18px;
  font-weight: 600;
}

.leaf-page .content-abstract h3 {
	font-weight:100;
}
.leaf-page h4 {
  margin-top: 30px;
}

@media (max-width: 600px) {
  h1, h2,
  .leaf-page h1,
  .leaf-page h2 {
    font-size: 28px;
  }
}

/**************************************************************************************
 *
 *  Icon colors
 *
 *************************************************************************************/

.icon-blog-post:before {
  color: #0093ff;
}
.icon-white-paper:before {
  color: #00bbba;
}
.icon-research-paper:before {
  color: #2da2a5;
}
.icon-clipboard:before {
  color: #2da2a5;
}
.icon-datasheet:before {
  color: #ed4137;
}
.icon-pie-chart:before {
  color: #ee4037;
}
.icon-customer-video:before {
  color: #f49322;
}

 

/**************************************************************************************
 *
 *  In Content Styles
 *
 *************************************************************************************/
.inContentList {
  margin: 30px 10px;
}
.inContentList li {
  margin-bottom: 10px;
}
.inContentList li strong {
  color: #000;
}
.imgWrapper {
  clear: both;
  margin: 20px;
}
.imgWrapper.alignRight {
  float: right;
  margin-right: 0;
}
.imgWrapper.alignLeft{
  float: left;
  margin-left: 0;
}
.imgWrapper.alignCenter {
  overflow: hidden;
  margin: 20px auto;
}
.contentImgLeft {
  display: block;
  float: left;
  clear: both;
  margin: 10px 10px 10px 0;
}
.contentImgLeftTop {
  display: block;
  float: left;
  clear: both;
  margin: 0 10px 10px 0;
}
.contentImgRight {
  display: block;
  float: right;
  clear: both;
  margin: 20px 0 20px 20px;
}
.contentImgRightTop {
  display: block;
  float: right;
  clear: both;
  margin: 0 0 20px 20px;
}
.contentImgCenter {
  display: block;
  margin: 20px auto;
}
.clearParagraph {
  clear: both;
}
.caption {
  font-style: italic;
  text-align: center;
  padding: 10px;
}

/** a wrapper around a content video thumbnail. The width needs to be added in the content editor in % */
.centerVideo {
  margin: 20px auto;
}
.centerVideo .video-modal-link {
  display: block;
}
.centerVideo img {
  width: 100%;
  height: auto;
}

/**************************************************************************************
 *
 *  Page Header with Branding
 *
 *************************************************************************************/
#pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  height: 100px;
  max-height: 100px;
  width: 100%;
  margin: 0;
 
  background-color: #fff;
  opacity: 0.95;
}
.admin-menu #pageHeader {
 top: 29px; 
}
.navbar-header {
  width: 100%;
  position: relative;
}

/* the main logo */
.logo {

  margin: 30px auto;
}

.logo img {
  width: 100%;
  height: auto;
}

 @media (max-width: 767px) {
    #pageHeader {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  
  .container-fluid > .navbar-header {
    margin: 0;
  }
}

@media (max-width: 500px) {
 
}

@media (max-width: 320px) {
  #pageHeader {
    height: 70px;
  }
}


 
 /**************************************************************************************
 *
 *  Main Navigation --- see custom.scss
 *
 *************************************************************************************/

/**************************************************************************************
 *
 *  secondary/tertiary navigation
 *
 
 *************************************************************************************/
.region-secondary-navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.secondary-nav, .main-nav-menu, .sf-accordion-toggle {
  float: right;
  clear: right;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.secondary-nav .nav li, .sf-accordion-toggle a {
  float: right;
}
.secondary-nav .nav a, .sf-accordion-toggle a, .main-menu-link {
  font: 600 11px/1 'Open Sans', Helvetica, Arial,sans-serif;
  color: #808285;
  text-transform:  uppercase;
 
}
.secondary-nav .nav > li > a:hover {
  color: #000;
  background: none;
}
.secondary-nav .nav > li > a.active-trail {
  color: #000;
  background-color: #80a442;
  cursor: default;
}
.secondary-nav .nav > li > a:focus {
  background: none;
}
.secondary-nav .nav > li, .main-menu-item {
  display: block;
  position: static;
  width: 16.6667%;
}
.tertiary-nav {
  position: absolute;
  right: 15px;
  top: 120%;
  width: 200%;
  padding: 0;
  display: none;
}
.active-trail .tertiary-nav .tertiary-nav {
  display: none;
}
.active-trail .tertiary-nav {
  display: block;
}
.secondary-nav .nav .tertiary-nav li {
  list-style: none;
  float: right;
}
.secondary-nav .nav .tertiary-nav a {
  padding: 0 20px;
}
.secondary-nav .nav .tertiary-nav .first a {
  padding-right: 0;
}
.secondary-nav .nav .tertiary-nav .active-trail {
  color: #80a442;
}
.tertiary-nav a:hover,
.tertiary-nav a.active-trail {
  color: #80a442;
  text-decoration: none;
}
.tertiary-nav a.active-trail,
.tertiary-nav a:focus {
  cursor: default;
}

@media (max-width: 800px) {
  .secondary-nav .nav a {
    padding: 10px 8px;
  }
  .secondary-nav .nav .tertiary-nav a {
    padding: 0 8px;
  }
}


/**************************************************************************************
 *
 *  footer navigation
 *
 *************************************************************************************/


footer {
  bottom: 0;
  z-index: 990;
}

/* special case page not found 
.page-not-found footer {
  bottom: 0;
  background-color: #000;
  z-index: 999;
}
.page-not-found footer #expandFooter {
  display: none;
}*/

#expandFooter {
	display: none;
}


/**************************************************************************************
 *
 *  page structure
 *
 *************************************************************************************/
body {
  padding: 100px 0 100px 0; /* the header height */
  min-height: 768px; /* height iPad in landscape orientation */
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-bottom: 0;
    min-height: 0;
  }
}

@media (max-width: 320px) {
  body {
    padding-top: 80px;
  }
}
.container-fluid {
  width: 100%;
  max-width: 1280px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding-right: 15px;
  }
}
.page-banner {
  margin: 0 -15px;
}
.page-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/** breadcrumbs */
.breadcrumb,
.breadcrumb > .active {
  padding: 0;
  margin: 0;
  list-style: outside none none;
  background-color: transparent;
  font: 300 18px/1 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  cursor: default;
}
.breadcrumb {
  padding: 1em 0 0 11%;
  margin: 0 0 10px 0;
}
.breadcrumb > .active {
  font-weight: 600;
  display: none; /** for not we show no active breadcrumbs */
}

@media (max-width: 600px) {
  .breadcrumb {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .breadcrumb,
  .breadcrumb > .active {
    font-size: 18px;
  }
}

/** exception were we hide the active breadcrumb */
.available-positions .breadcrumb > .active {
  display: none;
}
.breadcrumb > li:after {
  padding: 0 10px;
  content: "/";
  color: #000;
  font-weight: 300;
}
.breadcrumb > li:before,
.breadcrumb > li + li:before,
.breadcrumb > li.active:after {
    content: "";
    padding: 0;
}
.breadcrumb a {
  color: #000;
  cursor: default;
}
.breadcrumb a:hover {
  text-decoration: none;
  cursor: pointer;
}
.alt-layout1 .breadcrumb {
  padding: 0 0 0 25px;
  margin-bottom: 20px;
}
.alt-layout1 .breadcrumb > .active,
.alt-layout1 .breadcrumb > li:after,
.alt-layout1 .breadcrumb a {
  color: #fff;
  text-shadow: 1px 1px 2px #444;
}

/** content wrap */
.front #block-system-main {
  display: none;
}
.content-wrap {
  margin: 0 11%;
}
.alt-layout1.content-wrap {
	margin: 0 2%;
}
.page-banner + .content-wrap {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: -28%;
}
.page-content {
  padding: 25px;
  background-color: #e0e3e5;
}
.alt-layout1 .page-content {
  /*max-width: 960px; */
	  max-width:1200px;
}
.page-content > h1 {
  margin: 0 0 25px;
}
.main-wrap {
  margin-bottom: 50px;
  background-color: #fff;
}
.alt-layout1 .main-wrap {
  background: none;
}
.page-banner + .content-wrap .main-wrap {
  padding: 25px;
  background: #fff;
}

.online-retail .page-banner + .content-wrap .main-wrap,
.media .page-banner + .content-wrap .main-wrap,
.saas .page-banner + .content-wrap .main-wrap,
.gaming .page-banner + .content-wrap .main-wrap,
.travel-and-hospitality .page-banner + .content-wrap .main-wrap {
	background: transparent;
}
.sidebar,
.main-column,
.secondary-sidebar1,
.secondary-sidebar2 {
  float: left;
}

/** columns  */
.main-column.wide {
  width: 100%;
}
.main-column,
.main-column.hasSidebarFirst,
.main-column.hasSidebarSecond {
  width: 66%;
}
.main-column.hasSidebarFirst.hasSidebarSecond {
  width: 33%;
}

/** sidebar */
.sidebar {
  width: 33%;
}
aside.sidebar-second {
  width: 34%;
  padding-left: 5%;
}
.main-column.hasSidebarFirst {
  padding-left: 5%;
}
.main-column.hasSidebarSecond {
  padding-right: 5%;
}
.sidebar-item {
  margin-right: 50px;
}
.sidebar-image-wrapper img {
  width: 100%;
  height: auto;
}
.widerSidebarFirst .secondary-sidebar1 {
  width: 54%;
  margin-right: 5%;;
}
widerSidebarFirst .secondary-sidebar2 {
  width: 41%;
}
.secSidebar2isWider .secondary-sidebar1 {
  width: 41%;
  margin-right: 5%;;
}
.secSidebar2isWider .secondary-sidebar2 {
  width: 54%;
}
.sidebar-content-block {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 25px;
}
.sidebar-content-block h2 {
  margin-top: 0;
  font-size: 37px;
  line-height: 1.3;
  text-transform: none;
}
.sidebar-content-block p {
  line-height: 1.6;
}
.sidebar .node-simple-block {
  margin-bottom: 25px;
}
.block-title {
  margin-bottom: 30px;
}

/** pages with features */
.featureImg img {
  width: 80%;
  height: auto;
}

@media (max-width: 1180px) {
  .content-wrap {
    margin: 0 5% ;
  }
  .breadcrumb {
    padding-left: 5%;
  }
}

@media (max-width: 1050px) {
  .content-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .breadcrumb {
    padding-left: 0;
  }
}

@media (max-width: 870px) {
  .sidebar-content-block h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .sidebar .node-simple-block {
    margin-bottom: 0;
  }
}

/** leaf page common styles */
@media (max-width: 767px) {
  .leaf-page .sidebar-second {
    display: none;
  }
  .leaf-page.node-type-customer .sidebar-second {
    display: block;
  }
  .leaf-page .main-column,
  .leaf-page .main-column.hasSidebarFirst,
  .leaf-page .main-column.hasSidebarSecond {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #page-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .page-banner + .content-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .secSidebar2isWider .secondary-sidebar1,
  .secSidebar2isWider .secondary-sidebar2,
  .secondary-sidebar1,
  .secondary-sidebar2 {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  #page-title {
    font-size: 24px;
  }
}

/**************************************************************************************
 *
 *  company social links
 *
 *************************************************************************************/
.company .sidebar-second .nav,
.company-social-links .nav {
  margin-left: 20%;
}
.company .sidebar-second .nav li,
.company-social-links .nav li {
  display: inline-block;
  margin: 0 8% 30px 8%;
}
.social-link {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 27px;
}
.social-link span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.company .sidebar-second i:before,
.company-social-links i:before {
  font-size: 20px;
  color: #fff;
  position: relative;
  left: 2px;
  top: 6px;
}
.icon-twitter:before,
.icon-google-plus:before {
  top: 8px;
}
.social-link[href*='facebook'] {
  background-color: #2d3480;
}
.social-link[href*='twitter'] {
  background-color: #2488c1;
}
.social-link[href*='linkedin'] {
  background-color: #1c7598;
  top: 4px;
}
.social-link[href*='plus.google'] {
  background-color: #6d6e71;
}
.social-link[href*='glassdoor'] {
  background-color: #80a241;
  top: 4px;
}
.social-link[href*='youtube'] {
  background-color: #c71f27;
}

/**************************************************************************************
 *
 *  home page structure
 *
 *************************************************************************************/

html,
body.front {
  width: 100%;
 
  overflow-x: hidden;
  position: relative;
}

.front .container-fluid {
  padding: 0;
}

@media (max-width: 767px) {
  .front .container-fluid {
    margin-right: 0;
  }
}

.front .content-wrap {
  padding: 0;
  margin: 0;
}
.front .main-wrap,
.front .main-column {
  display: block; /** important for responsive to work */
}

/**************************************************************************************
 *
 *  home page slides content
 *
 *************************************************************************************/

/** home page messages */
.home-page-message-container h2 {
  margin: 0 0 .7em 0;
  padding: 0;
  font: 600 36px/1 'Open Sans', helvetica, arial, sans-serif;
}
.home-page-message-container h2 span {
  display: block;
}
.home-page-message-container p {
  font-size: 20px;
  color: #000;
}
.home-page-message-container .btn-center {
  float:left;
  position:relative;
  left:50%;
  overflow:visible;
  margin-top: 50px;
}
.home-page-message-cta {
  float: left;
  position:relative;
  right:50%;
  font-size: 17px;
  border: 2px solid #91A831;
}

/** home page asset widget */
.home-page-asset-wrapper {
  display: inline-block;
  color: #000;
  width: 40%;
}
.home-page-asset-wrapper:hover {
  text-decoration: none;
}
.home-page-asset-wrapper i:before {
  font-size: 50px;
  position: relative;
  top: 20px;
}
.home-page-asset-wrapper .media-body {
  font-size: 21px;
  font-weight: bold;
}
.home-page-asset-wrapper .media-body h4 {
  font: 600 14px/1 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #80bb3c;
}

@media (max-width: 599px) {
  .home-page-asset-wrapper {
    display: none;
  }
}
@media (max-width: 600px) {
  .home-page-message-container .btn-center {
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .home-page-message-container .btn-center {
    margin-top: 0;
  }
  .home-page-message-cta {
    font-size: 15px;
  }
}

/** home page image widget  */
.home-page-image-widget {
  display: block;
  position: relative;
}
.home-page-image-widget .widget-image-container {
  width: 100%;
  height: 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: 9999;
}
.home-page-image-widget .widget-link {
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #80bb3c;
}
.home-page-image-widget .widget-link:hover {
  text-decoration: none;
}
.home-page-image-widget .widget-link i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}
.home-page-image-widget .widget-link i:before {
  position: relative;
  font-size: 40px;
}
.home-page-image-widget .widget-link span {
  display: inline-block;
  width: 100%;
  font: 600 14px/1 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/**************************************************************************************
 *
 *  home page peel pane
 *
 *************************************************************************************/
.peel-corner,
.peel-pane {
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 1000;
}
.peel-corner {
  width: 40px;
  height: 80px;
  background: transparent url('../images/peel-corner.png') 0 0 no-repeat;
  background-size: auto 100%;
}
.peel-corner img {
  width: 100%;
  height: 100%;
}
.peel-pane {
  width: 0;
  height: 100%;
  overflow: auto;
  z-index: 1001;
  background-color: #00A0FF;
}
.peel-pane .inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
}

/**************************************************************************************
 *
 *  blog pages
 *
 *************************************************************************************/
.blog #block-system-main-menu a[href*="blog"] {
  background-color: #80a042;
  color: #000;
}

/** the blog landing page */
.node-type-blog .breadcrumb > .active,
.page-blog .breadcrumb > .active {
  display: none;
}
.page-blog h1 {
  margin-bottom: 30px;
}
/** the time line structure */
.view-display-id-page,
.blog .region-content {
  position: relative;
}
.view-id-blog .view-header {
  margin-left: 50%;
}
.view-id-blog .view-header p {
  margin: 0;
}
#block-views-exp-blog-page {
  position: absolute;
  top: 20px;
  width: 25%;
  z-index: 1;
}

@media (max-width: 600px) {
  .view-id-blog .view-header .btn {
    display: none;
  }
  #block-views-exp-blog-page {
    position: static;
    width: 50%;
    height: 50px;
  }
}

@media (max-width: 400px) {
  #block-views-exp-blog-page {
    width: 70%;
  }
}

/** exposed views filter style */
.views-exposed-form label,
.views-exposed-form .form-type-bef-link a {
  font: 600 17px/1 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
   width: 100%;
}
.views-exposed-form .views-exposed-widget {
  width: 100%;
}
#edit-tid-wrapper > label,
#edit-type-wrapper > label {
  color: #000;
  margin-bottom: 20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0;
}
.views-exposed-form input {
  visibility: hidden;
}
.radio label,
.form-type-bef-link a {
  display: inline-block;
  padding: 10px 30px;
  min-height: auto;
  color: #808080;
}
.views-exposed-form :checked + label,
 .views-exposed-form :checked + .form-type-bef-link a {
  background-color: #80a442;
  color: #000;
}

/** the rss icon and the subscribe button */
.view-id-blog .view-header i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #80a442;
  margin: 0 30px 0 -30px;
}
.view-id-blog .view-header i:before {
  position: relative;
  top: 18px;
  left: 20px;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 600px) {
  .view-id-blog .view-header i {
    position: absolute;
    top: -100px;
    right: 10px;
    margin: 0;
  }
}

/** the blog post */
.list-blog-landing-page {
  width: 50%;
  border-right: 1px solid #000;
  padding-top: 50px;
}
.list-blog-landing-page li {
  position: relative;
  width: 100%;
  margin: -20px 0 0 0;
  clear: both;
  float: left;
}
.list-blog-landing-page li:first-child {
  margin-top: 0;
}
.list-blog-landing-page .inner {
  position: relative;
  width: 90%;
  background-color: #f0f0f0;
  padding: 20px;
  float: left;
}
.list-blog-landing-page .views-row-even .hasImage {
  padding-left: 25%;
}
.list-blog-landing-page .imgWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  border: 1px solid #f0f0f0;
}
.list-blog-landing-page .leader {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -12px;
  width: 0;
  height: 0;
  border: 6px solid #f0f0f0;
  border-width: 12px 20px 12px 20px;
  border-color: transparent #f0f0f0 transparent transparent;
}
.list-blog-landing-page .time-line-dot {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #80a442;
}
.list-blog-landing-page .views-row-even .leader {
  left: auto;
  right: -40px;
  border-color: transparent transparent transparent #f0f0f0;
}
.list-blog-landing-page .views-row-odd {
  left: 100%;
  margin: -60px 0 0 0;
}
.list-blog-landing-page .views-row-odd .inner {
  float: right;
}
.list-blog-landing-page .views-row-odd .hasImage {
  padding-right: 25%;
}
.list-blog-landing-page .views-row-odd .time-line-dot {
  left: -10px;
  right: auto;
}
.list-blog-landing-page .views-row-odd .imgWrap {
  position: absolute;
  left: auto;
  right: 0;
}
.list-blog-landing-page .views-row-odd .imgWrap img {
  float: right;
}

@media (max-width: 600px) {
  .list-blog-landing-page {
    width: 100%;
    border-right: none;
    padding-top: 20px;
  }
  .list-blog-landing-page .views-row-odd,
  .list-blog-landing-page .views-row-even {
    position: static;
    float: none;
    margin: 0 0 20px;
  }
  .list-blog-landing-page .leader,
  .list-blog-landing-page .time-line-dot {
    display: none;
  }
  .list-blog-landing-page .views-row-odd .inner,
  .list-blog-landing-page .views-row-even .inner {
    width: 100%;
    float: none;
  }
  .list-blog-landing-page .views-row-even .hasImage {
    padding-left: 28%;
  }
}

/** the pager */
.pagination {
  border: none;
  border-radius: 0;
}
.pagination > li > a {
  border: none;
  margin: 0;
  border-right: 1px solid #ccc;
  color: #91A831;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: none;
}
.pagination  li > a:hover,
.pagination  li > span:hover,
.pagination  li > a:focus,
.pagination  li > span:focus {
    color: #000;
    background-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #000;
    background-color: #fff;
    cursor: default;
    border-right: 1px solid #ccc;
    z-index: 2;
}

/** the block styling */
.list-blog-landing-page h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

/** individual blog pages */
.node-type-blog .region-content {
  position: relative;
}
.node-blog .content {
  position: relative;
  background-color: #f1f3f4;
  padding: 25px;
  margin-bottom: 100px;
}
.node-type-blog h1 {
  margin-bottom: 30px;
}
.addThis-block {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 99;
}

@media (max-width: 600px) {
  .addThis-block {
    position: static;
    margin: 0 0 20px 15px;
  }
}

.field-name-field-blog-author {
  font: 600 14px/1 'Open Sans',Helvetica, Arial,sans-serif;
  color: #80a442;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.field-name-field-blog-date {
  margin-bottom: 30px;
}
.node-blog h2 {
  font-size: 24px;
  font-weight: 300;
}
.node-blog img {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.node-blog img.left {
	width: auto !important;
	float:left;
	margin-right: 1em;
}

.node-blog .row img {
	width: 40% !important;
}

.node-blog .row {
	margin-left: 25px;
	margin-bottom: 20px;
}

.pro-cons-table {
  width: 100%;
}
.side-by-side-image {
  width: 25%;
  margin-right: 5%;
  float: left;
}

.node-blog table {
	background: white;
	border: 1px #ccc solid;
	margin: 1em;
}

.node-blog table td {
	padding: 1em;
	border: 1px #ccc dotted;
}



/** the previous/next links at the bottom of the blog post */
.region-content ul.flippy {
  position: absolute;
  bottom: -60px;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0 -25px;
}
.flippy .prev {
  margin-right: 40px;
}
.flippy a {
  font: 600 12px/1 'Open Sans',Helvetica, Arial,sans-serif;
  color: #80a442;
  text-transform: uppercase;
}
.flippy a:hover {
  text-decoration: none;
  cursor: pointer;
}
.flippy a:before,
.flippy a:after {
  position: relative;
  top: 5px;
  font-family: "big01-custom-icons" !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: 20px;
}
.flippy .prev a:before {
  content: "\e01d";
  padding-right: 10px;
}
.flippy .next a:after {
  content: "\e01a";
  padding-left: 10px;
}

/** the comment section */
#comments {
  margin-top: 50px;
  padding-top: 20px;
}
.comment-wrapper .title {
  font: bold 18px/1 helvetica, arial, sans-serif;
  text-transform: none;
}
.comment-wrapper .explanation {
  font-size: 12px;
  margin-bottom: 30px;
}
.comment-wrapper form > div {
  width: 50%;
}
.comment-wrapper label {
  font-weight: normal;
}
.comment-wrapper input,
.comment-wrapper textarea {
  border-radius: 0;
  box-shadow: none;
}
.comment-wrapper textarea {
  max-width: 100%;
}
.grippie {
  display: none;
}

@media (max-width: 767px) {
  #comments {
    padding: 15px;
  }
  .comment-wrapper form > div {
    width: 100%;
  }
}

/**************************************************************************************
 *
 *  careers page
 *
 *************************************************************************************/
.careers #page-title {
  display: none;
}

/** feature wrap layout mods */
.feature-wrap {
  overflow: hidden; /* clear floats */
  margin-bottom: 30px;
}
.feature-wrap .main-column {
  float: right;
  padding-right: 2%;
}
.feature-wrap .sidebar {
  float: left;
}
.careers .company-social-links .nav {
  margin: 100px 0 0;
  width: 60%;
}
.careers-page-feature-content .field-name-body p {
  margin-bottom: 50px;
}
.careers-page-feature-content .btn-wrap {
  float: left;
}
.careers-page-feature-content .awards-wrap {
  float: right;
}
.careers-page-feature-content .btn-primary {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 1135px) {
  .careers-page-feature-content .field-name-body p {
    margin-bottom: 30px;
  }
  .careers-page-feature-content .btn-wrap {
    float: none;
    margin-bottom: 30px;
  }
  .careers-page-feature-content .awards-wrap {
    float: none;
  }
  .careers-page-feature-content .btn-primary {
    position: relative;
    margin-top: 0;
  }
  .careers .company-social-links .nav {
    margin: 100px 0 0;
    width: 80%;
  }
}

@media (max-width: 840px) {
  .careers .content-wrap {
    padding: 0 15px;
  }
  .careers .feature-wrap .main-column {
  float: none;
  width: 100%;
  padding: 0;
  }
  .careers .feature-wrap .sidebar {
    float: none;
  }
  .careers-page-feature-content .btn-wrap {
  float: none;
  }
  .careers-page-feature-content .awards-wrap {
    float: right;
  }
  .careers-page-feature-content .btn-primary {
    position: relative;
  }
  .careers .feature-wrap .sidebar {
    width: 100%
  }
  .careers .company-social-links .nav {
    margin: 30px 0 0;
    width: 100%;
  }
  .careers .company-social-links .nav li {
    margin: 0 3% 30px;
  }
}

@media (max-width: 570px) {
  .careers-page-feature-content .awards-wrap {
    float: left;
    margin-left: 50%;
  }
  .careers-page-feature-content .btn-primary {
    margin: 0 auto;
  }
  .careers-page-feature-content .awards-wrap img {
    display: block;
    float: left;
    position: relative;
    left: -50%;
  }
  .careers-page-feature-content .awards-wrap {
    margin-top: 0;
  }
}

/**
 * the careers page grid
 *
 * #block-views-careers-page-content-block is the grid container.
 * A grid element is 25% wide and high. All elements occupy a single grid space
 * except "tweets", which occupy 2 spaces horzontally and "a-team" members
 * which occupy 2 spaces vertically.
 * to be able to use percentages for the top position of each grid
 * item, we need to give this container a "responsive" height. We do that
 * by giving it a height of 0 and a bottom pading of 250%. The 250%
 * represents the ration of 4 grid items per row to 10 grid items in a column
 *
 * Remember: width AND padding percentage is determined with respect to the block parent;
 */
#block-views-careers-page-content-block {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 250%;
  overflow: hidden;
}

/** all grid items, except the tweets are 25% of the total width */
.careers-content-list li {
  list-style: none;
  position: absolute;
  width: 25%;
  height: 0;
  overflow: hidden;
}
.careers-content-list li img {
  width: 100%;
  height: auto;
}

/** the tweets are 50% of the total width */
.tweets-list > li {
  width: 50%;
  height: 0;
  padding-bottom: 25%;
  background-color: #f0f0f0;
}

/** responsive height for a single grid height */
.career-videos-list > li,
.deco-imgs-list > li,
.job-benefits-list > li {
  padding-bottom: 25%;
}

/** a-team is double high */
.a-team-list > li {
  padding-bottom: 50%;
  z-index: 1;
}
.a-team-portrait-wrapper {
  position: relative;
}
.a-team-portrait-wrapper:hover {
  cursor: pointer;
}
.a-team-list .a-team-portrait-wrapper > h3 {
  font-size: 17px;
  font-weight: 600;
  color: #809141;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/** the inner container to all grid lis */
.careers-content-list .field-name-a-team-member,
.careers-content-list .field-name-play-video,
.careers-content-list .field-name-tweets,
.careers-content-list .deco-image-wrap,
.careers-content-list .field-name-job-benefits {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/** the a-team member info will be shown in an overlay */
.a-team-list .a-team-member-details {
  display: none;
}

/** first grid row */
.a-team-list > li:first-child {
  top: 0;
  left: 0;
}
.career-videos-list > li:first-child {
  top: 0;
  left: 25%;
}
.tweets-list > li:first-child {
  top: 0;
  left: 50%;
}

/** second grid row */
.deco-imgs-list > li:first-child {
  top: 10%;
  left: 25%;
}
.a-team-list > li:first-child + li {
  top: 10%;
  left: 50%;
}
.deco-imgs-list > li:first-child + li {
  top: 10%;
  left: 75%;
}

/** third grid row */
.tweets-list > li:first-child + li {
  top: 20%;
  left: 0;
}
.job-benefits-list > li:first-child {
  top: 20%;
  left: 75%;
}

/** forth grid row */
.deco-imgs-list > li:first-child + li + li {
  top: 30%;
  left: 0;
}
.job-benefits-list > li:first-child + li {
  top: 30%;
  left: 25%;
}
.career-videos-list > li:first-child + li {
  top: 30%;
  left: 50%;
}
.a-team-list > li:first-child + li + li {
  top: 30%;
  left: 75%;
}

/** fifth grid row */
.deco-imgs-list > li:first-child + li + li + li {
  top: 40%;
  left: 0;
}
.tweets-list > li:first-child + li + li {
  top: 40%;
  left: 25%;
}

/** sixth grid row */
.job-benefits-list > li:first-child + li + li {
  top: 50%;
  left: 0;
}
.a-team-list > li:first-child + li + li + li {
  top: 50%;
  left: 25%;
}
.deco-imgs-list > li:first-child + li + li + li + li  {
  top: 50%;
  left: 50%;
}
.deco-imgs-list > li:first-child + li + li + li + li + li {
  top: 50%;
  left: 75%;
}

/** seventh grid row */
.deco-imgs-list > li:first-child + li + li + li + li + li + li {
  top: 60%;
  left: 0;
}
.tweets-list > li:first-child + li + li + li {
  top: 60%;
  left: 50%;
}

/** eighth grid row */
.job-benefits-list > li:first-child + li + li + li {
  top: 70%;
  left: 0;
}
.career-videos-list > li:first-child + li + li {
  top: 70%;
  left: 25%;
}
.job-benefits-list > li:first-child + li + li + li + li {
  top: 70%;
  left: 50%;
}
.a-team-list > li:first-child + li + li + li + li {
  top: 70%;
  left: 75%;
}

/** ninth grid row */
.a-team-list > li:first-child + li + li + li + li + li {
  top: 80%;
  left: 0;
}
.job-benefits-list > li:first-child + li + li + li + li + li {
  top: 80%;
  left: 25%;
}
.deco-imgs-list > li:first-child + li + li + li + li + li + li + li {
  top: 80%;
  left: 50%;
}

/** tenth grid row */
.deco-imgs-list > li:first-child + li + li + li + li + li + li + li + li {
  top: 90%;
  left: 25%;
}
.tweets-list > li:first-child + li + li + li + li {
  top: 90%;
  left: 50%;
}

/** grid changes to two squares in a row at 620px */
@media (max-width: 620px) {
  #block-views-careers-page-content-block {
    padding-bottom: 1000%;
  }
  .careers-content-list li {
    width: 50%;
    padding-bottom: 50%;
  }
  .tweets-list > li {
    width: 100%;
    padding-bottom: 50%;
  }
  .a-team-list > li {
    padding-bottom: 200%;
  }

  /** first grid row */
  .a-team-list > li:first-child {
    top: 0;
    left: 0;
  }
  .career-videos-list > li:first-child {
    top: 0;
    left: 50%;
  }
  /** second grid row */
  .deco-imgs-list > li:first-child {
    top: 5%;
    left: 50%;
  }
  /** third grid row */
  .tweets-list > li:first-child {
    top: 10%;
    left: 0;
  }
  /** fourth grid row */
  .deco-imgs-list > li:first-child + li {
    top: 15%;
    left: 0;
  }
  .a-team-list > li:first-child + li {
    top: 15%;
    left: 50%;
  }
  /** fifth grid row */
  .job-benefits-list > li:first-child {
    top: 20%;
    left: 0;
  }
  /** sixth grid row */
  .tweets-list > li:first-child + li {
    top: 25%;
    left: 0;
  }
  /** seventh grid row */
  .a-team-list > li:first-child + li + li {
    top: 30%;
    left: 0;
  }
  .deco-imgs-list > li:first-child + li + li {
    top: 30%;
    left: 50%;
  }
  /** eighth grid row */
  .job-benefits-list > li:first-child + li {
    top: 35%;
    left: 50%;
  }
  /** ninth grid row */
  .career-videos-list > li:first-child + li {
    top: 40%;
    left: 0;
  }
  .deco-imgs-list > li:first-child + li + li + li {
    top: 40%;
    left: 50%;
  }
  /** tenth grid row */
  .tweets-list > li:first-child + li + li {
    top: 45%;
    left: 0;
  }
  /** eleventh grid row */
  .job-benefits-list > li:first-child + li + li {
    top: 50%;
    left: 0;
  }
  .a-team-list > li:first-child + li + li + li {
    top: 50%;
    left: 50%;
  }
  /** twelveth grid row */
  .deco-imgs-list > li:first-child + li + li + li + li  {
    top: 55%;
    left: 0;
  }
  /** thirdteenth grid row */
  .tweets-list > li:first-child + li + li + li {
    top: 60%;
    left: 0;
  }
  /** fourteenth grid row */
  .a-team-list > li:first-child + li + li + li + li {
    top: 65%;
    left: 0;
  }
  .deco-imgs-list > li:first-child + li + li + li + li + li {
    top: 65%;
    left: 50%;
  }
  /** fiftteenth grid row */
  .deco-imgs-list > li:first-child + li + li + li + li + li + li {
    top: 70%;
    left: 50%;
  }
  /** sixteenth grid row */
  .tweets-list > li:first-child + li + li + li + li{
    top: 75%;
    left: 0;
  }
  /** seventeenth grid row */
  .job-benefits-list > li:first-child + li + li + li {
    top: 80%;
    left: 0;
  }
  .career-videos-list > li:first-child + li + li {
    top: 80%;
    left: 50%;
  }
  /** eightteenth grid row */
  .deco-imgs-list > li:first-child + li + li + li + li + li + li + li {
    top: 85%;
    left: 0;
  }
  .job-benefits-list > li:first-child + li + li + li + li {
    top: 85%;
    left: 50%;
  }
  /** nineteenth grid row */
  .a-team-list > li:first-child + li + li + li + li + li {
    top: 90%;
    left: 0;
  }
  .job-benefits-list > li:first-child + li + li + li + li + li {
    top: 90%;
    left: 50%;
  }
  /** twentyth grid row */
  .deco-imgs-list > li:first-child + li + li + li + li + li + li + li + li {
    top: 95%;
    left: 50%;
  }
}

/** a team styles */
.field-name-a-team-member h3 {
  font-size: 17px;
  font-weight: 600;
  color: #809141;
  text-align: center;
}
@media (max-width: 400px) {
  font-size: 14px;
}

/** twitter styles */
.tweets-list .tweets-block {
  padding: 8%;
  overflow: hidden;
}
.tweets-list .icon-twitter:before {
  font-size: 34px;
  color: #000;
}
.tweets-list s {
  text-decoration: none;
}
.tweets-list .permalink-header .js-user-profile-link {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.tweets-list .tweet-text {
  font-size: 14px;
  color: #000;
}
.tweets-list .tweet-text a {
  color: #809141;
}
.tweets-list .tweet-text a .invisible {
  display: none;
}

@media (max-width: 1120px) {
  .tweets-list .content {
    display: inline-block;
    position: relative;
    left: 20px;
    top: -10px;
  }
}

@media (max-width: 970px) {
  .tweets-list .tweets-block {
    padding: 4%;
  }
}

@media (max-width: 400px) {
  .tweets-list .tweet-text {
    font-size: 12px;
    margin-top: -5px;
  }
}

/** video styles */
.field-name-play-video .video-modal-link {
    display: block;
}

/** benefits styles */
.careers-content-list .job-benefits-block img {
  display: block;
  width: 80%;
  height: auto;
  margin: 20px auto;
}
.job-benefits-block p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #5a595c;
  margin-top: 1 0%;
  padding: 0 15%;
}

@media (max-width: 800px) {
  .careers-content-list .job-benefits-block img {
    margin: 10px auto;
    width: 70%;
  }
  .job-benefits-block p {
    font-size: 14px;
    padding: 0 5%;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .careers-content-list .job-benefits-block img {
    margin: 10px auto 0;
    width: 70%;
  }
  .job-benefits-block p {
    padding: 0 5%;
    line-height: 1;
  }
}

@media (max-width: 600px) {
  .careers-content-list .job-benefits-block img {
    margin: 20px auto 10px;
  }
  .job-benefits-block p {
    font-size: 15px;
    padding: 0 5%;
    line-height: 1.3;
  }
}

/** career page social links */
.career-social-links p {
  float: right;
  margin: 30px 0 30px 30px;
}

/**************************************************************************************
 *
 *  company pages
 *
 *************************************************************************************/
.company .sidebar-second {
  padding-top: 100px;
}
.company .main-wrap {
  background-color: #fff;
}

@media (max-width: 600px) {
  .company .sidebar-second,
  .company .main-column {
    width: 100%;
    padding: 0;
    float: none;
  }
  .company .sidebar-second .nav {
    margin-left: 15px;
  }

}

/**************************************************************************************
 *
 *  contact pages
 *
 *************************************************************************************/
.node-type-webform .breadcrumb {
  display: none;
}
.node-type-webform #page-title {
  margin-bottom: 20px;
}
.node-type-webform .content-wrap {
  padding-right: 50px;
}
.node-type-webform .sidebar {
  width: 55%;
  font-size: 14px;
  background-color: #f7f7f7;
  padding-bottom: 30px;
}
.node-type-webform .sidebar p,
.sales-phone-numbers {
  padding: 25px;
  margin: 0;
}
.node-type-webform .sidebar .call-us {
  color: #809141;
  margin-top: 20px;
}
.node-type-webform .sidebar .call-us.first {
  margin-top: 0;
}
.node-type-webform .sidebar .sales-phone-numbers a {
  color: #808080;
}
.vcard {
  padding: 25px;
  margin: 0;
}
.vcard.first {
  padding-bottom: 0;
}
.vcard .label {
  font-size: 14px;
  padding: 0;
  color: #000;
  font-weight: bold;
}
.node-type-webform .sidebar .vcard p,
.node-type-webform .sidebar .sales-phone-numbers p {
  padding: 0;
}
.vcard .adr,
.vcard .tel {
  margin-bottom: 20px;
}
.node-type-webform .sidebar h2 {
  background-color: #f7f7f7;
  padding: 25px;
  margin: 0;
  color: #809141;
  font-weight: 300;
  text-transform: none;
}
.node-type-webform .sidebar img {
  width: 100%;
  height: auto;
}
.node-type-webform .sidebar .text-wrapper {
  background-color: #f7f7f7;
  padding: 25px;
}
.node-type-webform .main-column {
  width: 45%;
}
.form-instruction-text {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-instruction-text span {
  color: #808080;
  font-weight: normal;
  display: block;
}
.node-type-webform .main-column label {
  font-weight: normal;
  color: #808080;
  padding-bottom: 5px;
}

/** info boxes */
.box-container {
  margin: 25px;
  overflow: hidden;
}
.info-box {
  float: left;
  width: 48%;
}
.info-box.first {
  margin-right: 4%;
}

.info-box h3 {
  text-transform: none;
  margin: 0;
  padding: 25px;
  color: #809141;
  background-color: #fff;
}
.node-type-webform .sidebar .info-box p {
  padding: 0 25px 25px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .info-box h3 {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .info-box {
    width: 100%;
    margin: 0;
  }
}

/** Marketo form overwrites... */
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
  width: auto !important;
  padding-bottom: 5px;
  color: #808080 !important;
}
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  width: 100% !important;
  margin: 0 !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  width: 100% !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
  color: #808080 !important;
}
.mktoButtonWrap {
    margin: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #fff !important;
  background: none !important;
  border: 1px solid #91A831 !important;
  color: #91A831 !important;
  margin-top: 30px;
  text-transform: uppercase;
}
/*
#formSubmitted {
  display: block !important;
}
*/
@media (max-width: 600px) {
  .node-type-webform .content-wrap {
    padding: 0 50px;
  }
  .node-type-webform .sidebar {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .node-type-webform .main-column {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 400px) {
  .node-type-webform .content-wrap {
    padding: 0 ;
  }
}

/**************************************************************************************
 *
 *  customer pages
 *
 *************************************************************************************/
/** secondary menu activation on pages not having a menu item */
.online-retail .secondary-nav [href*="online-retail"],
.travel-and-hospitality .secondary-nav [href*="travel-and-hospitality"],
.saas .secondary-nav [href*="saas"],
.media .secondary-nav [href*="media"],
.gaming .secondary-nav [href*="gaming"] {
  color: #000;
  background-color: #80a442;
  cursor: default;
}
.main-label {
  color: #000;
  margin-left: 25px;
}
.customers-and-industries .page-banner + .company-page-layout.content-wrap .main-label {
  color: #fff;
  margin-left: 25px;
}
.company-page-layout .main-wrap {
  background: #e0e3e5 !important;
  padding: 25px;
}
.customers-and-industries .page-banner + .company-page-layout.content-wrap .main-wrap {
  background: #e0e3e5 !important;
  padding: 25px;
}
.customers-and-industries .company-page-layout .main-column {
  width: 60%;
  padding: 0;
}
.customers-and-industries .company-page-layout .sidebar {
  width: 40%;
  padding: 0 0 0 25px;
  float: right;
}

@media (max-width: 600px) {
  .customers-and-industries .company-page-layout .main-column {
    width: 100%;
}
.customers-and-industries .company-page-layout .sidebar {
    display: none;
  }
}

/** the main column with the case study info */
.company-page-layout .block-title {
  margin-top: 0;
}

/** the quote section */

.node-customer-quote .node-customer h2 {
	display: none;
}
.case-study-quotee, .group-credits {
  width: 30%;
  margin-left: -100%;
  float: left;
}
.case-study-quotee p,
.node-customer-quote .field-name-field-quotee {
  font-size: 12px;
  text-align: right;
  color: #000;
  padding-right: 10%;
}

.node-customer-quote .field-name-field-quotee:before {
	content: "—";
}
.case-study-quotee img,
.node-customer-quote .field-name-field-customer-logo img {
  display: block;
  width: 80%;
  height: auto;
  margin-bottom: 30px;
}

.case-study-quote-body, .node-customer-quote .field-name-body {
  width: 70%;
  margin-left: 30%;
  float: left;
  padding-bottom: 20px;
}
.case-study-quote-body p:before,
.case-study-quote-body p:after, 
.node-customer-quote .field-name-body p:before,
.node-customer-quote .field-name-body p:after {
  font-family: "big01-custom-icons" !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;
  color: #80a442;
}
.case-study-quote-body p:before,
.node-customer-quote .field-name-body p:before {
  content: "\e024";
  padding-right: 5px;
}
.case-study-quote-body p:after,
.node-customer-quote .field-name-body p:after  {
  content: "\e025";
  padding-left: 5px;
}
.case-study-quote-body p,
.node-customer-quote .field-name-body p {
  font: 300 18px/1.6 "Open Sans", helvetica, arial, sans-serif;
}
@media (max-width: 400px) {
  .case-study-quotee, 
  .group-credits {
    width: 100%;
    margin-left: 0;
    padding-bottom: 25px;
  }
  .case-study-quote-body, .node-customer-quote .field-name-body {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .case-study-quotee img,
  .node-customer-quote .field-name-field-customer-logo img  {
    display: none;
  }
}

/** the challenge/solution/result blocks */
.content-toggle {
  padding: 25px 25px 0;
  background-color: #fff;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.content-toggle h3 {
  color: #91A831;
  margin: 0 0 25px;
  cursor: pointer;
}
.content-toggle h3 i {
  float: right;
}
.content-toggle-body {
  display: none;
  padding-bottom: 10px;
}
.open .content-toggle-body {
  display: block;
}

/** the botttom call to action block */
.bottom-ctas .cta-wrapper {
  padding: 25px;
  background: #fff;
  float: left;
}
.bottom-ctas .cta-resources {
  width: 55%;
}
.bottom-ctas .cta-free-trial {
  width: 40%;
  float: right;
}
.bottom-ctas .btn-primary {
  padding: 7px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 500px) {
  .bottom-ctas .cta-resources,
  .bottom-ctas .cta-free-trial {
    width: 100%;
    margin-bottom: 25px;
  }
}

/** the sidebar with the company info */
.company-page-layout .customer-overview img {
  display: block;
  width: 100%;
  height: auto;
}
.company-page-layout .customer-overview {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.company-page-layout .sidebar label {
  display: block;
  font: 800 14px/1 "Open Sans", helvetica, arial, sans-serif;
  margin-bottom: 5px;
}
.company-page-layout .sidebar i {
  display: block;
  margin-top: 30px;
}

/**************************************************************************************
 *
 *  customer and industries page
 *
 *************************************************************************************/

.customers-and-industries .main-column.hasSidebarFirst {
  width: 55%;
  margin: 0 0 25px 45%;
}
.customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond {
  width: 44%;
  padding: 25px;
  background-color: #fff;
  margin: 0 0 25px 28%;
}
.customers-and-industries .main-column.hasSidebarFirst + .sidebar {
  width: 42%;
  padding-top: 25px;
}
.customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar,
.customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar + .sidebar {
  width: 25%;
  padding-top: 25px;
}

/** source order is main-column first */
.customers-and-industries .main-column.hasSidebarFirst + .sidebar-first {
  margin-left: -100%;
}
.customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar {
  margin-left: -72%;
}
.customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar + .sidebar {
  margin-left: 3%;
}
.customers-and-industries .sidebar-second {
  padding: 50px 0 0;
}
.customers-and-industries .main-column h2 {
  font-size: 37px;
  line-height: 1.3;
  text-transform: none;
  margin-top: 0;
}
.customers-and-industries .main-column p {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .customers-and-industries .main-column.hasSidebarFirst,
  .customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond {
    width: 100%;
    margin: 0;
  }
  .customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar,
  .customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar + .sidebar {
    width: 46%;
    margin: 0;
  }
  .customers-and-industries .main-column.hasSidebarFirst.hasSidebarSecond + .sidebar {
    margin-right: 8%;
  }
  .customers-and-industries .main-column.hasSidebarFirst + .sidebar {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .customers-and-industries .sidebar-first .rich-link:last-child {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .customers-and-industries.secSidebar1isWider .secondary-sidebar2 .isHalfWidth,
  .customers-and-industries.secSidebar2isWider .secondary-sidebar1 .isHalfWidth,
  .customers-and-industries.widerSidebarFirst .sidebar-first .isHalfWidth {
    width: 47%;
    float: left;
  }
  .customers-and-industries.secSidebar1isWider .secondary-sidebar2 .isHalfWidth:first-child {
    margin-right: 6%;
  }
  .customers-and-industries .main-column h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media (max-width: 400px) {
  .customers-and-industries .main-column h2,
  .sidebar-content-block h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

/**************************************************************************************
 *
 *  industry landing pages
 *  Industry landing pages come in two variations. With a wider first and wider
 *  secondary sidebar.
 *
 *************************************************************************************/
.industry-landing-page .sidebar-first {
  width: 42%;
}
.industry-landing-page .main-column {
  width: 55%;
  margin-left: 3%;
  padding: 0;
}
.industry-landing-page #block-system-main {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 25px;
}

/**************************************************************************************
 *
 *  leadership page
 *
 *************************************************************************************/
.leadership #page-title {
  display: none;
}
.leadership-list {
  position: relative;
  margin: 50px 0 0;
}
.leadership-list > li {
  width: 33%; /* change from 24% for 4-across to 3-across */f
  margin: 0 0 20px 0;
  padding: 0;
  vertical-align: top;
}
/*
.leadership-list > li:nth-child(3) {
  margin-right: 100px;
}
*/
.leadership-list > li .portraitWrapper {
  width: 65%;
  height: 0;
  padding-top: 156%;
  margin: 0 15% 20px 0;
  cursor: pointer;
  background-size: cover;
  background-position: 0 0;
}
.team-name {
  font: 600 14px/1 'Open Sans',Helvetica, Arial,sans-serif;
  color: #80a442;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.team-name a {
  color: #80a442;
}
.team-position {
  font-size: 11px;
  color: #444;
  text-transform: uppercase;
}

/** the bio overlay */
.leadership-list .bio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.bio-container {
  position: fixed;
  top: 90px;
  left: 0;
  right: 110px;
  bottom: 0;
  z-index: 9;
  display: none;
  width: 100%;
  padding: 25px 135px 25px 25px;
  background-color: #fff;
  opacity: 0.95;
  overflow: scroll;
}
@media (max-width: 767px) {
  .bio-container {
    padding-right: 25px;
  }
}

.bio-container > .media-left {
  width: 30%;
}
.leadership-list .media-left > .portraitWrapper {
  width: 80%;
  padding-top: 200%;
}
.bio-container > .media-left img {
  width: 100%;
  height: auto;
  margin: 0;
  cursor: default;
}
.bio-container > .media-body {
  position: relative;
  padding: 5%;
}
.media-body .closeBtn {
  font: 300 15px/1 'Open Sans',Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
.media-body .closeBtn.bottom {
  top: auto;
  bottom: 0;
}
.media-body .icon-close-overlay {
  margin-left: 10px;
}
.media-body .closeBtn:hover {
  cursor: pointer;
}
.bio-container .media-heading {
  font: 600 21px/1 'Open Sans',Helvetica, Arial,sans-serif;
  color: #80a442;
  text-transform: uppercase;
}
.bio-container .position {
  font-size: 17px;
  color: #808080;
  text-transform: uppercase;
}
.bio-container .bio p {
  font-size: 15px;
}

/* the personal social links */
.bio-container ul {
  padding: 0;
}
.bio-container li {
  display: inline-block;
  margin: 0 10% 15px 0;
  vertical-align: top;
}
.bio-container a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: transparent;
}
.bio-container a:before {
  font-size: 24px;
  text-indent: 0;
  color: #fff;
  position: relative;
  left: 13px;
  top: 12px;
  font-family: 'big01-custom-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bio-container a[href*='linkedin'] {
  background-color: #4875B4;
}
.bio-container a[href*='linkedin']:before {
  content: "\e008";
}

/* the investors list */
.investors-list {
  margin: -20px 0 50px -15px;
  width: 100%;
}
.investors-list > li {
  width: 33%; /* make a grid of 3 rather than 4 33% */
}

.partners .investors-list > li {
  width: 49%; /* make a grid of 2 rather than 3 33% */
}
.investors-list > li img {
  width: 70%;
  height: auto;
}

/* the investors list */
.bod-list {
  margin: 0 0 50px 0;
}
.bod-list > li {
  width: 24%;
  margin: 15px 0 25px;
  vertical-align: top;
}

/* the advisors list */
.advisors-list {
  margin: 0 0 50px 0;
}
.advisors-list > li {
  width: 24%;
  margin-top: 15px;
  vertical-align: top;
}

@media (max-width: 600px) {
  .leadership .main-wrap {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .leadership-list > li,
  .investors-list > li,
  .bod-list > li,
  .advisors-list > li {
    margin: 0 0 20px;
    width: 45%;
  }
  .leadership-list > li:nth-child(3) {
    margin-right: 0;
  }
}

/**************************************************************************************
 *
 *  news and press page
 *
 *************************************************************************************/
.news-and-press #block-menu-menu-company-secondary-menu a[href*="news"] {
  background-color: #80a042;
  color: #000;
}
.news-list li {
  width: 50%;
  padding-right: 10%;
  float: left;
  margin-bottom: 30px;
}
.news-list li:nth-child(2n+1) {
  clear: both;
}
.news-list .publisher {
  font: 600 14px/1.5 "open Sans", Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  color: #7f9942;
}
.news-list .date-display-single {
  display: block;
  font-size: 12px;
  color: #808080;
}
.news-list .news-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}

/** the featured news item */
.news-list.featured-item {
  margin: 50px 20px 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #a3a5a6;
}
.news-list.featured-item li {
  width: 100%;
}
.news-list.featured-item .news-title {
  font-size: 38px;
}

/** pr block */
.pr-link-wrapper {
  margin: 50px 0 30px 50px;
  position: relative;
}
.pr-link-wrapper .icon-mail {
  display: block;
  font-size: 19px;
  color: #000;
}
.pr-link-wrapper .icon-mail:hover {
  cursor: pointer;
}
.pr-link-wrapper .icon-mail:before {
  position: absolute;
  left: -50px;
  font-size: 30px;
  color: #802880;
}
.pr-link-wrapper .icon-mail label {
  color: #7f9942;
  font: 600 14px/1.5 "open Sans", Helvetica, Arial,sans-serif;
  text-transform: uppercase;
}
.pr-link-wrapper .icon-mail label:hover {
  cursor: pointer;
}
.page-link {
  font: 600 14px/1.5 "open Sans", Helvetica, Arial,sans-serif;
  color: #7f9942;
  text-transform: uppercase;
}
.page-link i:before {
  font-size: 12px;
  padding-left: 10px;
}

@media (max-width: 800px) {
  .news-list.featured-item .news-title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {

  .news-and-press .feature-wrap .sidebar {
    display: none;
  }
  .news-and-press .main-column {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .page-company-news-and-press .content-wrap {
    position: relative;
    padding: 70px 0 150px; /* so we can move the filter into the right position */
  }
  .page-company-news-and-press #page-title {
    position: absolute;
    top: 0;
    margin-top: 0;
    padding-left: 15px;
  }
  .page-company-news-and-press #views-exposed-form-news-and-press-page-1 {
    position: absolute;
    top: 60px;
    left: 15px;
  }
  .news-and-press #node-554 {
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}

/** the table at the bottom with the press contacts */
  h4 + table td {
    display: block;
    padding-top: 10px;
  }

@media (max-width: 400px) {
  .news-list li {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

/**************************************************************************************
 *
 *  press release page
 *
 *************************************************************************************/
.node-type-press-release .breadcrumb > .active {
  display: none;
}
.node-type-press-release .region-content {
  position: relative;
}

.node-type-press-release h1.title {
	font-weight: normal;
}
.field-name-field-press-release-date {
  margin-top: 10px;
}
.node-press-release > .content {
  background-color: #f1f3f4;
  padding: 25px;
}
.node-press-release .date-display-single {
  font-size: 15px;
}
.node-press-release .field-item p:first-child {
  margin-top: 20px;
}
.node-press-release h3 {
  font: 300 30px/1 'Open Sans',Helvetica, Arial,sans-serif;
  color: #c88021;
  margin: 30px 0 20px;
  text-transform: none;
}
.node-press-release p {
  font: normal 15px/1.5 Helvetica, Arial,sans-serif;
  margin-bottom: 20px;
}
.prepend-top + table td {
  padding-right: 80px;
  line-height: 1.5;
  font-size: 15px;
}

@media (max-width: 767px) {
  .prepend-top + table td {
    padding-right: 30px;
  }
}

/**************************************************************************************
 *
 *  products pages
 *
 *************************************************************************************/
.products #block-system-main-menu > .menu > li > a[href*="products"] {
  background-color: #80a042;
  color: #000;
}
.products .main-wrap {
  background-color: #fff;
}
.products.leaf-page .node-page-banner img {
  width: 100%;
  height: auto;
}


/** performance/streaming landing page */
.performance.streaming #block-system-main,
.performance.adaptation #block-system-main,
.performance.edge #block-system-main {
  margin-bottom: 30px;
}

/** adaptation landing page  */
.adaptation .sidebar-image-wrapper img {
  width: 150%;
}
.streaming .sidebar-image-wrapper img {
  margin-right: -70px;
  width: 150%;
}
.product-abstract {
  padding: 25px 25px 0;
  background-color: #f0f0f0;
}


.region-content > section:last-child,
.region-content-bottom > section:last-child {
  padding-bottom: 25px;
}
.product-abstract .content {
  padding: 25px;
  background-color: #fff;
}
.product-abstract h3 {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  color: #c88021;
  margin-top: 0;
}
.product-abstract p {
  margin: 0;
}
.content-abstract {
  position: relative;
  padding-bottom: 50px;
}
.content-abstract .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
/** service locations */
.service-locations {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}
.service-locations ul {
  float: left;
  width: 20%;
  padding: 0;
}
.service-locations li {
  list-style: none;
}
.service-locations .hdr {
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .service-locations ul {
    width: 33%;
  }
  .service-locations ul:first-child + ul + ul + ul {
    clear: left;
  }
}

@media (max-width: 767px) {
  .products.performance .main-column,
  .products.performance .main-column.hasSidebarFirst,
  .products.performance .main-column.hasSidebarSecond,
  .products.performance aside.sidebar-second,
  .products.security .main-column,
  .products.security .main-column.hasSidebarFirst,
  .products.security .main-column.hasSidebarSecond,
  .products.security aside.sidebar-second,
  .performance.leaf-page .main-column,
  .performance.leaf-page .main-column.hasSidebarFirst,
  .performance.leaf-page .main-column.hasSidebarSecond,
  .performance.leaf-page aside.sidebar-second,
  .security.leaf-page .main-column,
  .security.leaf-page .main-column.hasSidebarFirst,
  .security.leaf-page .main-column.hasSidebarSecond,
  .security.leaf-page aside.sidebar-second {
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
  .products.performance .sidebar-second img,
  .products.security .sidebar-second img,
  .performance.leaf-page .sidebar-second img,
  .security.leaf-page .sidebar-second img {
    margin-top: 0;
  }
}

/**************************************************************************************
 *
 *  resources page
 *
 *************************************************************************************/
.resources .breadcrumb {
  display: none;
}
.resources .feature-wrap .sidebar img {
  margin-top: 40px;
}
.resources-list li {
  width: 50%;
  padding-right: 10%;
  float: left;
  margin-bottom: 30px;
}
.resources-list li:nth-child(2n+1) {
  clear: both;
}
.resources-list .resource-type {
  font: 600 14px/1.5 "open Sans", Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  color: #7f9942;
}
.resources-list .date-display-single {
  display: block;
  font-size: 12px;
  color: #808080;
}
.resources-list .resource-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
.resources-list .add-title-info {
  color: #808080;
}
.resources-list [class*="icon-"] {
  font-size: 22px;
}
.resources-list .icon-microphone {
  color: #c78021;
}
.resources-list .icon-person {
  color: #802880;
}
.resources-list .icon-document {
  color: #309092;
}
.resources-list .icon-lightbulb {
  color: #802880;
}
.resources-list .icon-paper {
  color: #c04036;
}
.resources-list .icon-laptop{
  color: #c04036;
}

.resources-list .icon-wrench{
  color: #808080;
}


/** the featured news item */
.resources-list.featured-item [class*="icon-"] {
  font-size: 28px;
}
.resources-list.featured-item {
  margin: 50px 20px 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #a3a5a6;
}
.resources-list.featured-item li {
  width: 100%;
}
.resources-list.featured-item .resource-title {
  font-size: 38px;
}
@media (max-width: 800px) {
  .resources-list.featured-item .resource-title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .page-resources .feature-wrap .sidebar {
    display: none;
  }
  .page-resources .main-column {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .page-resources .content-wrap {
    position: relative;
    padding: 70px 0 150px; /* so we can move the filter into the right position */
  }
  .page-resources #page-title {
    position: absolute;
    top: 0;
    margin-top: 0;
  }
  #views-exposed-form-resources-list-page,
 #views-exposed-form-news-and-press-page-1,
 #views-exposed-form-blog-page {
    position: absolute;
    width: 100%;
  }
  .page-resources #views-exposed-form-resources-list-page {
    top: 60px;
  }
 .page-resources .views-exposed-form .narrowScreen,
  .news-and-press .views-exposed-form .narrowScreen,
 .page-blog .views-exposed-form .narrowScreen {
    width: 100%;
    position: relative;
  }
 .page-resources .views-exposed-form .narrowScreen > label,
 .news-and-press .views-exposed-form .narrowScreen > label,
 .page-blog .views-exposed-form .narrowScreen > label,
  .page-resources .views-exposed-form .narrowScreen > a,
 .news-and-press .views-exposed-form .narrowScreen > a,
 .page-blog .views-exposed-form .narrowScreen > a {
    width: 20%;
    float: left;
  }
 .page-resources .views-exposed-form .narrowScreen .currentSelection,
 .news-and-press .views-exposed-form .narrowScreen .currentSelection,
 .page-blog .views-exposed-form .narrowScreen .currentSelection {
    width: 80%;
    float: right;
  }
 .page-resources .views-exposed-form .narrowScreen .selectedOption,
 .news-and-press .views-exposed-form .narrowScreen .selectedOption,
 .page-blog .views-exposed-form .narrowScreen .selectedOption {
    font: 600 17px/1 "Open Sans",helvetica,arial,sans-serif;
    text-transform: uppercase;
  }
 .page-resources .views-exposed-form .narrowScreen i,
 .news-and-press .views-exposed-form .narrowScreen i,
 .page-blog .views-exposed-form .narrowScreen i {
    padding-left: 10px;
    color: #7f9942;
  }
 .page-resources .views-exposed-form .narrowScreen .views-widget,
 .news-and-press .views-exposed-form .narrowScreen .views-widget,
 .page-blog .views-exposed-form .narrowScreen .views-widget {
    position: absolute;
    top: 40px;
    z-index: 1;
    width: 100%;
    padding-bottom: 30px;
    background-color: #fff;
  }
}

@media (max-width: 500px) {
 .page-resources .views-exposed-form .narrowScreen > label,
 .news-and-press .views-exposed-form .narrowScreen > label,
 .page-blog .views-exposed-form .narrowScreen > label,
  .page-resources .views-exposed-form .narrowScreen > a,
 .news-and-press .views-exposed-form .narrowScreen > a,
 .page-blog .views-exposed-form .narrowScreen > a {
    width: 30%;
  }
 .page-resources .views-exposed-form .narrowScreen .currentSelection,
 .news-and-press .views-exposed-form .narrowScreen .currentSelection,
 .page-blog .views-exposed-form .narrowScreen .currentSelection {
    width: 70%;
  }
}

@media (max-width: 400px) {
  .page-resources li {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 360px) {
 .page-resources .views-exposed-form .narrowScreen > label,
 .news-and-press .views-exposed-form .narrowScreen > label,
 .page-blog .views-exposed-form .narrowScreen > label,
  .page-resources .views-exposed-form .narrowScreen > a,
 .news-and-press .views-exposed-form .narrowScreen > a,
 .page-blog .views-exposed-form .narrowScreen > a {
    width: 35%;
  }
 .page-resources .views-exposed-form .narrowScreen .currentSelection,
 .news-and-press .views-exposed-form .narrowScreen .currentSelection,
 .page-blog .views-exposed-form .narrowScreen .currentSelection {
    width: 65%;
  }
}

/**************************************************************************************
 *
 *  resources quick links
 *
 *************************************************************************************/
.resources-quick-link {
  display: block;
  padding: 25px;
  background-color: #fff;
  margin-bottom: 25px;
}
.resources-quick-link:hover {
  text-decoration: none;
}
.resources-quick-link .resource-type {
  font: 600 14px/1.5 "open Sans", Helvetica, Arial,sans-serif;
  text-transform: uppercase;
  color: #7f9942;
  margin-top: -5px;
}
.resources-quick-link p {
  color: #000;
  font-weight: bold;
  margin: 5px 0 0;
}
/** same colors as on resource list page */
.resources-quick-link [class*="icon-"] {
  font-size: 22px;
}
.resources-quick-link .icon-microphone {
  color: #c78021;
}
.resources-quick-link .icon-person {
  color: #802880;
}
.resources-quick-link .icon-document {
  color: #309092;
}
.resources-quick-link .icon-lightbulb {
  color: #802880;
}
.resources-quick-link .icon-paper {
  color: #c04036;
}
.resources-quick-link .icon-laptop{
  color: #c04036;
}

.resources-quick-link .icon-wrench{
  color: #808080;
}

/**************************************************************************************
 *
 *  rich links
 *
 *************************************************************************************/
.rich-link {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.rich-link:hover {
  text-decoration: none;
}
/** narrow links */
.secSidebar1isWider .secondary-sidebar1 .isHalfWidth,
.secSidebar2isWider .secondary-sidebar2 .isHalfWidth {
  width: 47%;
  float: left;
}
.isHalfWidth.isSecond {
  margin-left: 6%;
}

@media (max-width: 400px) {
  .secSidebar1isWider .secondary-sidebar1 .isHalfWidth,
  .secSidebar2isWider .secondary-sidebar2 .isHalfWidth {
    width: 100%;
  }
  .secSidebar1isWider .secondary-sidebar1 .isHalfWidth.isSecond,
  .secSidebar2isWider .secondary-sidebar2 .isHalfWidth.isSecond {
    margin-left: 0%;
  }
}

.secSidebar1isWider .secondary-sidebar2 .isHalfWidth,
.secSidebar2isWider .secondary-sidebar1 .isHalfWidth,
.widerSidebarFirst .sidebar-first .isHalfWidth {
  width: 65%;
}

@media (max-width: 960px) {
  .secSidebar1isWider .secondary-sidebar2 .isHalfWidth,
  .secSidebar2isWider .secondary-sidebar1 .isHalfWidth,
  .widerSidebarFirst .sidebar-first .isHalfWidth {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .secSidebar1isWider .secondary-sidebar2 .isHalfWidth,
  .secSidebar2isWider .secondary-sidebar1 .isHalfWidth,
  .widerSidebarFirst .sidebar-first .isHalfWidth {
    width: 65%;
  }
}

@media (max-width: 400px) {
  .secSidebar1isWider .secondary-sidebar2 .isHalfWidth,
  .secSidebar2isWider .secondary-sidebar1 .isHalfWidth,
  .widerSidebarFirst .sidebar-first .isHalfWidth {
    width: 100%;
  }
}

.rich-link img {
  width: 100%;
  height: auto;
}
.rich-link h3 {
  margin-top: 0;
  color: #7f9942;
  margin-bottom: 20px;
  text-transform: none;
}
.rich-link p {
 color: #444;
  padding-bottom: 40px;
}
/** the customer link variety */
.isCustomerLink .rich-link-label {
  position: absolute;
  top: 20px;
  left: 25px;
  text-transform: uppercase;
  font-size: 14px;
  color: #91a831;
}
.isDark .rich-link-label {
  color: #fff;
}
.isCustomerLink .icon-plus {
  position: absolute;
  left: 25px;
  bottom: 10px;
}
.isCustomerLink .icon-plus:before {
  font-size: 40px;
  color: #7f9942;
}
.isDark .icon-plus:before {
  color: #fff;
}

@media (max-width: 450px) {
  .video-modal-link.isCustomerLink p {
    display: none;
  }
}

.video-modal-link.isCustomerLink .icon-play {
  position: absolute;
  left: auto;
  top: 50%;
  right: 20%;
  margin: -30px -30px 0 0;
}
.video-modal-link.isCustomerLink .icon-play:before {
  font-size: 60px;
  color: #fff;
}

@media (max-width: 480px) {
  .isCustomerLink .rich-link-label {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .isCustomerLink .icon-plus {
    left: 15px;
    bottom: 10px;
  }
}

/** the default link formats */

/** horizontal, text on the left, image on the right */
.rich-link.isHorizontal .text-wrapper {
  float: left;
  width: 60%;
  padding: 25px 10px 60px 25px;
}
.rich-link .text-wrapper p {
  padding: 0;
}
.rich-link .btn {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.rich-link.isHorizontal img {
  display: block;
  float: right;
  width: 40% !important;
  height: auto;
}
.rich-link.isHorizontal.isCustomerLink p {
  position: absolute;
  top: 40px;
  width: 60%;
  padding: 25px;
  color: #444;
}

/** vertical image in the middle */
.rich-link.isHalfWidth {
  padding-bottom: 60px;
}
.isCustomerLink.isHalfWidth {
  padding-bottom: 0;
}
.rich-link.isHalfWidth h3,
.rich-link.isHalfWidth p {
  padding: 25px;
  margin: 0;
}
.rich-link.isHalfWidth .btn {
  margin-right: 25px;
}

/**
 * rich links that are inserted in the main content area have a wrapper so the
 * above styling will not work. The sytles below will fix that
 */
.region-content > .isHalfWidth {
  width: 47%;
  float: left;
}
.region-content > .isHalfWidth .isHalfWidth {
  width: 100%;
  margin: 0;
}
.hasTopMargin75px {
  margin-top: 75px;
}

@media (max-width: 980px) {
  .rich-link.isHorizontal.isCustomerLink p {
    top: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .hasTopMargin75px {
    margin-bottom: 25px;
  }
}

/**************************************************************************************
 *
 *  support page
 *
 *************************************************************************************/
/** support options list */
.support-options {
  margin-bottom: 40px;
}
.support-options li {
  position:  relative;
  margin: 0 0 30px 60px;
}
.support-options li:before {
  position: absolute;
  left: -60px;
  font-size: 40px;
  color: #802880;
}
.support-options label {
  font: 600 14px/1.5 "open Sans", Helvetica, Arial,sans-serif;
  color: #7f9942;
}
.support-options p,
.support-options a {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

/** support portals list */
.support-portals {
  overflow: hidden;
  margin: 70px 0 0;
}
.support-portals li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  height: 130px;
}
.support-portals li:first-child {
  margin-left: 0;
}
.support-portals span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 80px;
  height: 80px;
}
.support-portals i:before {
  position: absolute;
  top: 0;
  left: 0;
}
.support-portals .outer-icon:before {
  font-size: 80px;
  color: #7f9942;
}
.support-portals li i + i:before {
  font-size: 35px;
  top: 26px;
  left: 22px;
}
.support-portals li .icon-user:before {
  font-size: 32px;
  top: 17px;
  left: 24px;
}


.support-portals li .icon-wrench:before {  
  top: 16px; 
}

.support-portals li .icon-resources:before {
	font-size:30px;
	top:18px;
	left: 26px;
}

.support-portals .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
}

.developers .support-portals {
	margin-bottom: 70px;
}

/** support sidebar image */
.support .sidebar-image-wrapper img {
  width: 130%;
  margin-left: -50px;
}
.moved-sidebar-image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .support-portals li,
  .support-portals li:first-child {
    float: none;
    width: 60%;
    margin: 0 0 40px 20%;
  }
  .support-options p, .support-options a {
    font-size: 18px;
    font-weight: bold;
  }
}

/**************************************************************************************
 *
 *  technology pages
 *
 *************************************************************************************/
.technology .main-wrap {
  background-color: #fff;
}
.sidebar-image-wrapper img {
  width: 200%;
  margin-top: -100px;
}

/**************************************************************************************
 *
 *  videos
 *
 *************************************************************************************/
.video-modal-link {
  display: block;
  position: relative;
  /* border: 1px solid #f0f0f0; */
}
.video-modal-link .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.video-modal-link .icon-play:before {
  font-size: 60px;
  color: #000;
}
.isDark .icon-play,
.isDark .icon-play:before {
  border-color: #fff;
  color: #fff;
}

/**************************************************************************************
 *
 *  video/story overlay
 *
 *************************************************************************************/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: #fff;
  opacity: 0.95;
  display: none;
}
.videoContainer,
.storyContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  margin: 3% 10%;
  display: none;
}
.storyContainer {
  height: 80%;
}
.storyContainer .scrollContainer {
  height: 100%;
  overflow-x: scroll;
}
.storyContainer  .media-left {
  width: 30%;
}
.storyContainer  .media-left img {
  width: 100%;
  height: auto;
}
.storyContainer h3 {
  font-weight: 600;
}
.profile-question {
  font: 300 18px/1 "Open Sans",Helvetica,Arial,sans-serif;
  color: #000;
}
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoContainer .icon-close-overlay,
.storyContainer .icon-close-overlay {
  position: absolute;
  right: 0;
  top: -30px;
  outline: none; /* Chrome - hide blue outline */
  z-index: 1;
}
.videoContainer .icon-close-overlay.bottom,
.storyContainer .icon-close-overlay.bottom {
  top: auto;
  bottom: -40px;
}
.videoContainer .icon-close-overlay:before,
.storyContainer .icon-close-overlay:before {
  font-size: 30px;
  color: #000;
  font-family: 'big01-custom-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01c";
  cursor: pointer;
}
.videoContainer .icon-close-overlay:hover:before,
.storyContainer .icon-close-overlay:hover:before {
  color: red;
}

@media (max-width: 767px) {
  .storyContainer {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 15px;
  }
  .storyContainer .icon-close-overlay {
    top: -20px;
    right: 20px;
  }
}


/**************************************************************************************
 *
 *  search results page
 *
 *************************************************************************************/
.page-search .breadcrumb {
  display: none;
}
.search-results li {
  list-style: none;
}

/**************************************************************************************
 *
 *  Two item grid for press release media contacts
 *
 *************************************************************************************/



@media only screen and (min-width:650px) {

	.two-grid {
		float: left;
		width: 50%;
		margin-top: 0px !important;
	}
}

/**************************************************************************************
 *
 *  Special Block Styles
 *
 *************************************************************************************/
 
 .no-sidebars .product-abstract{
	 padding:0;
	 text-align: center;
 }
 
 .no-sidebars .product-abstract .content-abstract .btn {
	 position: relative;
	 margin-top: 20px;
	 
 }

/**************************************************************************************
 *
 *  APM template  green = #80a442
 *
 *************************************************************************************/
 
 .apm ul.breadcrumb {
	 display:none;
 }

.apm .content-wrap #page-title {
	width:60%;
}
.apm .node-content-page > h2 {
	display:none;
}

.apm .navbar-header #page-title {
	font-size: 28px;
	padding: 0;
	text-align: right;
	margin-top: 30px;
}

.apm .content-wrap {
	margin: 0;
}

.apm .quicktabs_main.quicktabs-style-navlist {
	width: 80%;
	background: none;
	border: none;
	padding-top: 0;
}

.apm-footer {
	margin-left: 20%;
}

/* nav-list */

.apm ul.quicktabs-tabs li {
	white-space: normal;
	display: block;
	padding: 12px 15px;
	margin:0 10px 20px ;
}

.apm ul.quicktabs-tabs.quicktabs-style-navlist li a {
	font:600 12px/1 'Open Sans',Helvetica, Arial,sans-serif;
	width: 100%;
	color: #80a442;
	height: auto;
	font-size: 17px;
    line-height: 1.2em;
    text-align: center;
}

.apm ul.quicktabs-tabs.quicktabs-style-navlist li {
	border: 2px solid #80a442;
}
.apm ul.quicktabs-tabs.quicktabs-style-navlist li:hover, .apm ul.quicktabs-tabs.quicktabs-style-navlist li.active  {
	
	background: #80a442;
		
}

.apm ul.quicktabs-tabs.quicktabs-style-navlist li a:hover, .apm ul.quicktabs-tabs.quicktabs-style-navlist li.active a {
	color: white;
}

/* block links */

.apm-footer .widget-link {
  display: inline-block;
  color: #80bb3c;
  margin: 0 auto 20px;
  text-align: center;
}
.apm-footer .widget-link:hover {
  text-decoration: none;
}
.apm-footer .widget-link i {
 
  width: 40px;
  height: 40px;
  margin: 0 10px 10px;
}
.apm-footer .widget-link i:before {
 float: left;
  font-size: 40px;
}
.apm-footer .widget-link span {
  display: inline-block;
  font: 600 14px/1 'Open Sans', helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-right: 40px;
  margin-top: 12px;
}

/* Add this */
.apm .container-fluid {
	position: relative;
}
.apm .region-content {
	margin-top: 40px;
}

.apm .addthis_sharing_toolbox {
	position: absolute;
	right:0;
}

/* section layout */
.apm section.content-body, .apm section.sidebar {
	float: left;	
}
.apm section.content-body {
	width: 60%;
	padding-left: 10px;
}

.apm section.sidebar {
	width: 40%;
}

.apm section.content-body h2 {
	margin-top: 0;
}
/* info-block */


.apm .info-block {
	display: block;
	width: 18%;
	float: left;
	text-align: center;
	margin: 0 1% 1%;
}

.apm .info-block.three {
	width: 30%;
}

.apm .info-block img, .apm section.sidebar img {
	width:100% !important;
	height: auto!important;
	
}

.apm p.last {
	clear:both;
}	


/* Quotes */

.apm .case-study-quote-body {
	padding-top: 20px;
}

/* FAQ accordion toggle */

/* Responsive behavior for apm quicktabs */

@media only screen and (max-width:1380px) {
	.apm .content-wrap #page-title {
		width:70%;
	}
}

@media only screen and (max-width:1200px) {
	.apm .content-wrap #page-title {
		width:80%;
	}
}

@media only screen and (max-width: 1060px) {
	.apm-footer {
	    margin-left: 0;
	}
	.apm .content-wrap #page-title {
		width:90%;
	}
}
@media only screen and (max-width: 1000px) {
	.apm ul.quicktabs-tabs.quicktabs-style-navlist {
		float: none;
		width: 100%;
	}
	
	.apm ul.quicktabs-tabs li {
		float: left;
		clear: none;
		width: 17%;
		min-height: 150px;
	}
	
	.apm .quicktabs_main.quicktabs-style-navlist {
		width: 100%;
	}
	
	.apm .info-block, .apm .info-block.three {
		width: 30%;
	}
	
	
}

@media only screen and (max-width:952px) {
	.apm .content-wrap #page-title {
		width:100%;
	}
}

 @media only screen and (max-width: 830px) {
	 .apm ul.quicktabs-tabs li {
		width: 30%;
		min-height: intrinsic;	}
 }
 

 
 @media only screen and (max-width: 645px) {
	 .apm ul.quicktabs-tabs li {
		width: 45%;
	}
	
	.apm .case-study-quotee {
	    width: 100%;
	    margin-left: 0;
	    float: none;
	}
	
	.apm .case-study-quote-body {
	    width: 100%;
	    margin-left: 0;
	    float: none;
	   
	}
 }
 
 @media only screen and (max-width: 550px) {
	 .apm section.content-body {
		 width: 100%;
		 
	 }
	 
	 .apm section.sidebar {
		 display: none;
	 }
 }
 
 
  @media only screen and (max-width: 500px) {
	  .apm ul.quicktabs-tabs li {
		width: 100%;
	}
	
	.apm .info-block {
		width: 45%;
	}
  }
  


 @media only screen and (max-width: 450px) {
	 .apm .info-block, .apm .info-block.three {
		width: 100%;
	}
 }


