/* Grid HTML Classes */
.column.medium-centered,
.columns.medium-centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  width: 100%;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0%;
  }

  .small-offset-1 {
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-offset-4 {
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-offset-7 {
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-offset-10 {
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media (max-width: 400px) {
  .xsmall-1 {
    width: 8.33333%;
  }

  .xsmall-2 {
    width: 16.66667%;
  }

  .xsmall-3 {
    width: 25%;
  }

  .xsmall-4 {
    width: 33.33333%;
  }

  .xsmall-5 {
    width: 41.66667%;
  }

  .xsmall-6 {
    width: 50%;
  }

  .xsmall-7 {
    width: 58.33333%;
  }

  .xsmall-8 {
    width: 66.66667%;
  }

  .xsmall-9 {
    width: 75%;
  }

  .xsmall-10 {
    width: 83.33333%;
  }

  .xsmall-11 {
    width: 91.66667%;
  }

  .xsmall-12 {
    width: 100%;
  }
}
/* Sizes*/
/* Colors*/
/* breakpoints */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 *  Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 7/8/9/10.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.clearfix:after, .not-front .pane-page-content .right-sidebar .panel-pane:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, .not-front .pane-page-content .right-sidebar .panel-pane {
  display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .not-front .pane-page-content .right-sidebar .panel-pane, .not-front .pane-page-content .right-sidebar html[xmlns] .panel-pane {
  display: block;
}

* html .clearfix, * html .not-front .pane-page-content .right-sidebar .panel-pane, .not-front .pane-page-content .right-sidebar * html .panel-pane {
  height: 1%;
}

div.messages {
  background: #f2fbf6;
  padding: 15px;
  border: 1px solid #be7;
  background-image: none;
  margin: 10px 0;
  clear: both;
}
div.messages.error {
  background: #fef5f1;
  border-color: #ed541d;
}

/* General content styles */
.pane-page-content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
}
.pane-page-content h1, .pane-page-content h2, .pane-page-content h3, .pane-page-content h4, .pane-page-content h5, .pane-page-content h6, .pane-page-content p, .pane-page-content ul, .pane-page-content li, .pane-page-content table {
  font-family: "myriad-pro", verdana, sans-serif;
  color: #414142;
}
.pane-page-content p {
  margin: 0 0 7px;
}
.pane-page-content h1, .pane-page-content h2, .pane-page-content h3, .pane-page-content h4, .pane-page-content h5, .pane-page-content h6 {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 6px;
  margin-top: 16px;
  color: #414142;
}
.pane-page-content h1 {
  font-size: 32px;
  letter-spacing: -1px;
}
.pane-page-content h2, .pane-page-content h2 a {
  font-size: 29px;
  letter-spacing: -1px;
  color: #62BB46;
}
.pane-page-content h3, .pane-page-content h3 a {
  font-size: 26px;
  letter-spacing: -1px;
  color: #00A1E4;
}
.pane-page-content h4 {
  font-size: 22px;
  line-height: 22px;
}
.pane-page-content h5 {
  font-size: 19px;
}
.pane-page-content h6 {
  font-size: 16px;
}
.pane-page-content a {
  color: #ff6000;
}
.pane-page-content a:hover {
  text-decoration: underline;
}
.pane-page-content ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: url("../images/ul_square_green.png");
  padding: 0 0 10px 14px;
}
.pane-page-content ul li, .pane-page-content ol li {
  font-size: .80em;
  margin-top: 6px;
}
.pane-page-content blockquote p {
  color: #00a1e4;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
.pane-page-content blockquote p.author {
  font-style: normal;
  font-weight: 600;
  font-size: 1.0em;
  text-indent: 10%;
  color: #414142;
}
.pane-page-content blockquote p.author-title {
  color: #414142;
  font-style: normal;
  font-size: 1.0em;
  text-indent: 10%;
}
.pane-page-content ul.contextual-links li {
  margin: 0;
}
.pane-page-content ul.contextual-links li a {
  font-size: 11px;
}

/* Forms */
input.form-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  padding: 7px 10px;
  float: left;
  background: #fff;
}

input.form-submit {
  text-indent: 0;
  color: #fff;
  background: #343534;
  height: 30px;
  position: static;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 0 5px;
}

.form-textarea-wrapper {
  margin: 10px 0;
  width: 100%;
}
.form-textarea-wrapper textarea {
  resize: none;
}

.form-radios,
.form-checkboxes {
  padding: 10px 0;
  overflow: hidden;
}
.form-radios .form-type-radio,
.form-radios .form-type-checkbox,
.form-checkboxes .form-type-radio,
.form-checkboxes .form-type-checkbox {
  overflow: hidden;
}
.form-radios .form-type-radio input,
.form-radios .form-type-radio label,
.form-radios .form-type-checkbox input,
.form-radios .form-type-checkbox label,
.form-checkboxes .form-type-radio input,
.form-checkboxes .form-type-radio label,
.form-checkboxes .form-type-checkbox input,
.form-checkboxes .form-type-checkbox label {
  float: left;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.form-radios .form-type-radio input,
.form-radios .form-type-checkbox input,
.form-checkboxes .form-type-radio input,
.form-checkboxes .form-type-checkbox input {
  margin: 3px 5px 0 0;
}

/* Buttons */
.html .green-btn {
  background: transparent url("../images/button_bg.png") no-repeat 0 0;
  display: block;
  height: 32px;
  line-height: 14px;
  padding: 0 0 0 20px;
  -webkit-text-shadow: 0 0 2px #86b625;
  -moz-text-shadow: 0 0 2px #86b625;
  -ms-text-shadow: 0 0 2px #86b625;
  text-shadow: 0 0 2px #86b625;
  color: #ffffff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-right: 20px;
  max-width: 270px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.html .green-btn:after {
  content: "";
  height: 32px;
  width: 20px;
  float: right;
  margin-right: -20px;
  background: transparent url("../images/button_bg_end.png") no-repeat 0 0;
}
.html .green-btn:hover {
  background-position: center left;
  outline: none;
  text-shadow: 0 0 2px #3067a1;
  color: #fff;
  text-decoration: none;
}
.html .green-btn:hover:after {
  background-position: center left;
}

.html .blue-btn a, .html .views-row .views-more-link a, .views-row .html .views-more-link a,
.html a.blue-btn,
.html .views-row a.views-more-link,
.views-row .html a.views-more-link,
.html .blue-btn input,
.html .views-row .views-more-link input,
.views-row .html .views-more-link input,
.page-search .pane-page-content .form-submit {
  background: #0097e4;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
}

.html .big-btn, .html .front-offer .views-field-view-node a, .front-offer .views-field-view-node .html a {
  color: #585e66;
  font-weight: bold;
  font-size: 19px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding-right: 11px;
  text-align: center;
  position: relative;
}

/**/
.btn-wide {
  width: 100%;
}

.btn-medium {
  max-width: 200px;
  width: 100%;
}

/**/
.left-floated, .views-row .views-more-link {
  float: left;
}

.right-floated {
  float: right;
}

.logged-in .logged-hide,
.not-logged-in .not-logged-hide {
  display: none;
}

.as-link {
  cursor: pointer;
}

.no-link a, .view-recorded-webinars h3 a,
a.no-link {
  cursor: default;
  text-decoration: none;
}
.no-link a:hover, .view-recorded-webinars h3 a:hover,
a.no-link:hover {
  text-decoration: none;
}

.navigation-visible:hover .slider-navigation {
  display: block;
}

/* FONTS */
.light {
  font-weight: 300;
  font-style: normal;
  font-family: "myriad-pro", verdana, sans-serif;
}

.light-italic {
  font-weight: 300;
  font-style: italic;
  font-family: "myriad-pro", verdana, sans-serif;
}

.regular {
  font-weight: 400;
  font-style: normal;
  font-family: "myriad-pro", verdana, sans-serif;
}

.regular-italic {
  font-weight: 400;
  font-style: italic;
  font-family: "myriad-pro", verdana, sans-serif;
}

.semibold, .html b,
.html strong, .language-globe-list .inner a, .team-list-content .views-row .views-field-title, .team-list .views-field-title, .reseller-form .form-item-country label,
.reseller-form #zone_container label, .reseller-form .block-row label, .partners-slider .views-field-field-name {
  font-weight: 600;
  font-style: normal;
  font-family: "myriad-pro", verdana, sans-serif;
}

.semibold-italic {
  font-weight: 600;
  font-style: italic;
  font-family: "myriad-pro", verdana, sans-serif;
}

.bold, .front-stories .views-row .views-field-term-node-tid {
  font-weight: 700;
  font-style: normal;
  font-family: "myriad-pro", verdana, sans-serif;
}

.bold-italic {
  font-weight: 700;
  font-style: italic;
  font-family: "myriad-pro", verdana, sans-serif;
}

/* TEXT COLORS */
.blue-text {
  color: #0077aa;
}

.green-text {
  color: #79ac15;
}

.gray-text {
  color: #666666;
}

@media only screen and (max-width: 640px) {
  body.html .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  body.html .mobile-only {
    display: none !important;
  }
}
.tabs {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.tabs ul.primary, .tabs ul.secondary {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #bbbbbb;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs ul.primary li, .tabs ul.secondary li {
  float: left;
  margin: 0.5em 3px 0;
}
.tabs ul.primary a, .tabs ul.secondary a {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}
.tabs ul.primary li {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: white 1px 1px 0;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  margin: 0.5em 0 0 3px;
}
.tabs ul.primary li.active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}
.tabs ul.primary a:link, .tabs ul.primary a:visited {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}
.tabs ul.primary a:hover, .tabs ul.primary a:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
.tabs ul.primary a.active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -ms-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}
.tabs ul.secondary {
  font-size: .9em;
  margin-top: -1.5em;
  padding-bottom: .5em;
}
.tabs ul.secondary a:link, .tabs ul.secondary a:visited {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: white 1px 1px 0;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}
.tabs ul.secondary a:hover, .tabs ul.secondary a:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
.tabs ul.secondary a.active, .tabs ul.secondary a:active {
  text-shadow: #333333 1px 1px 0;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

.form-type-bef-link,
.page-products .series-tabs .menu li,
.page-products .try-it-now-btn .pane-content,
.pane-pane-messages .tabs ul.primary {
  float: left;
  font-size: 13px;
}
.form-type-bef-link a,
.page-products .series-tabs .menu li a,
.page-products .try-it-now-btn .pane-content a,
.pane-pane-messages .tabs ul.primary a {
  color: #558800;
  padding: 5px 13px 0;
  display: block;
  height: 22px;
  background: transparent url("../images/tab.png") no-repeat 0 0;
  border: none;
  border-right: 1px solid #b8d590;
}
.form-type-bef-link a.active,
.page-products .series-tabs .menu li a.active,
.page-products .try-it-now-btn .pane-content a.active,
.pane-pane-messages .tabs ul.primary a.active {
  background: transparent url("../images/tab-active.png") no-repeat 0 0;
  color: #0077aa;
  border-right: 1px solid #2BA6CB;
}

.pane-pane-messages .tabs ul.primary {
  border: none;
}
.pane-pane-messages .tabs ul.primary li {
  border: none;
  margin: 0;
}

.page-user .pane-page-content .pane-content {
  padding: 0 10px;
  overflow: hidden;
  /*
  * Uncoment if no general styles for forms and added
  */
  /*
  input{
    &.form-text{
      margin-bottom: 0;
      border-radius: 5px;
    }
    &.form-submit{
      min-width: 15%;
      color: #fff;
      background: #343534;
      height: 30px;
      float: left;
      @include rounded(5px);
      border: none;
      padding: 0 5px;
    }
  }
  */
}
.page-user .pane-page-content .pane-content > div > div {
  margin-bottom: 20px;
}
.page-user .pane-page-content .pane-content .description {
  font-size: 12px;
}

html {
  font-size: 12px;
  font-family: "myriad-pro";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column, .columns {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  max-width: 100%;
}
.row .row {
  margin: 0;
}

.view-content .columns.views-row.views-row-last {
  float: left;
}

.views-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.views-row .views-more-link {
  margin-top: 10px;
}

li.views-row {
  overflow: visible;
}

.slider ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.slider ul li {
  float: left;
  margin: 0;
}
.slider .slider-navigation {
  clear: both;
  display: none;
}
.slider .slider-navigation div {
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.slider .nav-left {
  left: 0;
  background-image: url("../images/slide-left.png");
}
.slider .nav-right {
  right: 0;
  background-image: url("../images/slide-right.png");
}

.top.general-layout-item .grid-system-column-inner {
  width: 100%;
}

ul.pager {
  padding: 20px 0 0;
  text-align: center;
}
ul.pager li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 4px;
  font-size: 14px;
  display: inline-block;
}
ul.pager li a {
  padding: 5px;
  display: block;
}

/* Main layout styles */
.wrapper {
  overflow: hidden;
}

.main-layout-wrapper {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 55%, #dbe0ec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, white), color-stop(100%, #dbe0ec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 55%, #dbe0ec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 55%, #dbe0ec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 55%, #dbe0ec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 55%, #dbe0ec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dbe0ec');
  /* IE6-9 */
  max-width: 100%;
  overflow: hidden;
}

.main-layout-item > .inner,
.main-layout-item .header-wrapper {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.pane-page-content {
  max-width: 980px;
  width: 100%;
  margin: auto;
  position: relative;
}
.pane-page-content > .pane-title {
  padding: 0 10px;
  margin-bottom: 20px;
}
.pane-page-content .circle-columns-column {
  margin-bottom: 15px;
}
.pane-page-content .circle-columns-column .circle-columns-column {
  margin-bottom: 0;
}
.not-front .pane-page-content .panel-pane {
  margin-bottom: 10px;
}
.not-front .pane-page-content .right-sidebar .panel-pane {
  margin-bottom: 10px;
}

@media only screen and (min-width: 641px) {
  .main-layout-wrapper {
    margin: auto !important;
  }
}
/* Header  */
.header.main-layout-item {
  padding: 23px 0;
}

.header-left {
  float: left;
  width: 47%;
  max-width: 238px;
}
@media only screen and (min-width: 641px) {
  .page-frontpage-id .header-left {
    max-width: 257px;
  }
  .page-frontpage-id .header-left .pane-page-logo a {
    height: 53px;
  }
  .i18n-id .header-left {
    max-width: 257px;
  }
  .i18n-id .header-left .pane-page-logo a {
    background: url("../logo-india.png") no-repeat 0 center;
    height: 53px;
  }
}
.header-left .pane-page-logo img {
  display: none;
}
.header-left .pane-page-logo a {
  height: 50px;
  display: block;
  background: url("../images/logo.png") no-repeat 0 center;
  background-size: contain;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .header-left .pane-page-logo a {
    background-image: url("../images/n-logo.png");
  }
}
@media only screen and (max-width: 640px) {
  .header-left {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .header-left {
    width: 70%;
  }
}

.header-right {
  width: auto;
  background: #414141;
  padding: 5px 0 0;
  /* Search */
}
.header-right .panel-pane {
  float: right;
}
.header-right .bottom-line {
  display: none;
}
@media only screen and (min-width: 641px) {
  .header-right .bottom-line {
    display: block;
    height: 5px;
    clear: both;
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dbe0ec), color-stop(100%, #00a1e4));
    background: -webkit-linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
    background: -moz-linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
    background: -o-linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
    background: linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDBE0EC', endColorstr='#FF00A1E4');
  }
}
@media only screen and (min-width: 641px) {
  .header-right .pane-search-form .pane-content {
    border: 1px solid #323232;
    background: #414141;
    width: 130px;
    height: 25px;
    padding: 5px 0 5px 6px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(225, 225, 225, 0.9);
    -moz-box-shadow: 0 0 5px rgba(225, 225, 225, 0.9);
    box-shadow: 0 0 5px rgba(225, 225, 225, 0.9);
  }
  .header-right .pane-search-form .pane-content:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 23px;
    height: 12px;
    width: 1px;
    background: #a7a7a7;
  }
}
.header-right .pane-search-form .form-text {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: none;
  background: transparent;
  width: 96px;
  font-size: 12px;
  color: #999;
}
.header-right .pane-search-form .form-text:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: transparent;
}
.header-right .pane-search-form .form-submit {
  position: absolute;
  background: url("../images/search-icon.png") no-repeat center center;
  border: none;
  overflow: hidden;
  text-indent: -200px;
  height: 25px;
  width: 23px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.pane-lang-dropdown-language .chzn-done,
.pane-lang-dropdown-language .form-item-lang-dropdown-select,
.pane-lang-dropdown-language .chzn-container {
  width: auto !important;
}
.pane-lang-dropdown-language .chzn-search {
  display: none;
}

.header-right .panel-pane {
  padding-top: 5px;
}
.header-right .pane-search-form {
  padding: 0 0 0 5px;
}
.header-right .pane-content li, .header-right .pane-content .chzn-single {
  margin: 3px 7px 0 7px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  float: left;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .header-right .pane-content li, .header-right .pane-content .chzn-single {
    line-height: normal;
  }
}
.header-right .pane-content a {
  color: #fff;
}
.header-right .pane-lang-dropdown-language {
  position: relative;
  z-index: 10;
  color: #999;
}
.header-right .pane-lang-dropdown-language a.chzn-single {
  margin: 3px 6px 0 6px;
  float: left;
}
.header-right .pane-lang-dropdown-language .chzn-drop {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 152px;
  -moz-box-shadow: 5px 5px 0px rgba(204, 204, 204, 0.7);
  -webkit-box-shadow: 5px 5px 0px rgba(204, 204, 204, 0.7);
  box-shadow: 5px 5px 0px rgba(204, 204, 204, 0.7);
}
.header-right .pane-lang-dropdown-language .chzn-drop li {
  clear: both;
}
.header-right .pane-lang-dropdown-language .chzn-container:hover .chzn-drop {
  display: block;
}
.header-right .pane-lang-dropdown-language .chzn-results li {
  font-size: 10px;
  padding: 6px;
  height: auto;
  cursor: pointer;
}
.header-right .pane-lang-dropdown-language .chzn-results li:hover {
  color: #79ac15;
}

@media only screen and (min-width: 641px) {
  .icon-user .trigger-icon:before,
  .icon-search .trigger-icon:before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .header-right {
    position: static;
    height: 50px;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .header-right .icon-user,
  .header-right .icon-search {
    padding-top: 0;
    position: static;
  }
  .header-right .icon-user .trigger-icon:before,
  .header-right .icon-search .trigger-icon:before {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
  }
  .header-right .icon-user .pane-content,
  .header-right .icon-search .pane-content {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    padding: 0;
    background: #4e4f4e;
    z-index: 99;
    overflow: hidden;
    height: auto;
    display: none;
  }
  .header-right .icon-user .pane-content > form,
  .header-right .icon-user .pane-content > ul,
  .header-right .icon-search .pane-content > form,
  .header-right .icon-search .pane-content > ul {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
  }
  .header-right .icon-user .pane-content label,
  .header-right .icon-search .pane-content label {
    color: #808285;
  }
  .header-right .icon-user .pane-content input.form-text,
  .header-right .icon-search .pane-content input.form-text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    padding: 7px 10px;
    float: left;
    background: #fff;
  }
  .header-right .icon-user .pane-content input.form-submit,
  .header-right .icon-search .pane-content input.form-submit {
    text-indent: 0;
    width: 15%;
    color: #fff;
    background: #343534;
    height: 30px;
    position: static;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 0 5px;
  }
  .header-right .icon-search .pane-content input.form-text {
    width: 80%;
  }
  .header-right .icon-search .pane-content input.form-submit {
    width: 15%;
  }

  .not-logged-in .pane-system-user-menu {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .header-right .icon-user .pane-content .form-actions,
  .header-right .icon-search .pane-content .form-actions {
    clear: both;
    display: block;
    padding-top: 15px;
  }
  .header-right .icon-user .pane-content input.form-text,
  .header-right .icon-search .pane-content input.form-text {
    width: 100%;
  }
  .header-right .icon-user .pane-content input.form-submit,
  .header-right .icon-search .pane-content input.form-submit {
    width: auto;
  }
}
/* Main menu */
.main-menu .menu {
  position: relative;
  z-index: 9;
}
.main-menu .menu li a {
  color: #414141;
  font-weight: 700;
  font-style: normal;
}
.main-menu .menu li:hover ul {
  display: block;
}
.main-menu .menu .depth-1 {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-bottom: 20px;
}
.main-menu .menu .depth-1 > a {
  font-size: 17px;
}
.main-menu .menu .depth-1.last {
  margin: 0;
}
.main-menu .menu .depth-1 > ul {
  position: absolute;
  left: 0;
  top: 37px;
  font-size: 12px;
  width: 202px;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.7);
  -moz-box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.7);
  box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.7);
  display: none;
}
.main-menu .menu .depth-1 > ul > li {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  margin: 0 8px;
  width: 180px;
}
.main-menu .menu .depth-1 > ul > li.last {
  border: none;
}
.main-menu .menu ul {
  margin: 10px 0 0;
}
.main-menu .menu ul li {
  background: none;
  border: none;
  display: block;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
  width: 100%;
}
.main-menu .menu ul ul {
  margin-left: 15px;
}
.main-menu .menu a.blue-btn, .main-menu .menu .views-row a.views-more-link, .views-row .main-menu .menu a.views-more-link {
  margin-top: -3px;
  float: left;
  color: #fff;
}

.mobile-menu-trigger {
  display: none;
}

.mobile-menu {
  display: none;
}
.mobile-menu .pane-lang-dropdown-language a.chzn-single {
  font-size: 16px;
  padding: 20px 20px 10px;
}
.mobile-menu .pane-lang-dropdown-language .chzn-drop {
  display: none;
}
.mobile-menu .pane-lang-dropdown-language .chzn-results {
  margin-left: 1.25em;
  color: #fff;
}
.mobile-menu .pane-lang-dropdown-language .chzn-results li {
  font-size: 12px;
  padding: 6px;
  height: auto;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  body {
    background: #4e4f4e;
  }

  .main-layout-wrapper {
    background: #fff;
    min-width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 50px;
  }
  .main-layout-wrapper div.main-menu {
    display: none;
  }

  .header.main-layout-item {
    background: #343534;
    padding: 0;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .header.main-layout-item > div {
    margin-top: -50px;
    overflow: hidden;
    clear: both;
    float: left;
    width: 70%;
  }
  .header.main-layout-item.clearfix:after, .not-front .pane-page-content .right-sidebar .header.main-layout-item.panel-pane:after {
    display: none;
  }

  .mobile-menu-trigger {
    background: #4e4f4e url("../images/hamburger.png") no-repeat center center;
    height: 50px;
    width: 50px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .menu-active .main-layout-wrapper {
    position: fixed;
  }
  .mobile-menu {
    float: left;
    width: 100%;
    max-width: 250px;
    padding: 20px 0;
  }
  .mobile-menu a {
    color: #fff;
    padding: 8px 20px;
    display: block;
  }
  .mobile-menu .menu li.depth-1 {
    border-bottom: 1px solid #656b74;
    padding-bottom: 10px;
  }
  .mobile-menu .menu li.depth-1 > a {
    font-size: 16px;
    background-color: transparent;
    text-align: left;
  }
  .mobile-menu .menu li.depth-1 > ul {
    display: none;
  }
  .mobile-menu .menu li.depth-1 > ul a {
    padding: 10px 20px;
  }
  .mobile-menu .menu li a {
    padding: 20px 20px 10px;
    color: #fff;
  }
  .mobile-menu.active {
    display: block;
  }

  .pane-page-breadcrumb {
    margin: 16px 0;
  }
}
/* Front slider */
.front-slider {
  margin: 20px 0 0;
}
.front-slider li {
  position: relative;
}
.front-slider .field-slideshow-caption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  padding: 0 0 0 10px;
}
.front-slider .field-slideshow-caption span {
  display: block;
  line-height: 1;
}
.front-slider .field-slideshow-slide-title {
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}
.front-slider .field-slideshow-caption-text {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width: 700px) {
  .front-slider .field-slideshow-caption {
    max-width: 250px;
  }
  .front-slider .field-slideshow-caption .field-slideshow-slide-title {
    font-size: 30px;
  }
  .front-slider .field-slideshow-caption .field-slideshow-caption-text {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.front-seccond-slider .views-row {
  margin-top: 0;
  float: left;
  margin: 10px 0 20px;
}
.front-seccond-slider .views-field {
  float: left;
  width: 100%;
  padding: 2px 2px 2px 4px;
}
.front-seccond-slider .views-field img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.footer-wrapper {
  width: 100%;
  margin-top: 20px;
}

/* Footer socials */
.footer-socials {
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dbe0ec), color-stop(100%, #00a1e4));
  background: -webkit-linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
  background: -moz-linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
  background: -o-linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
  background: linear-gradient(left, #dbe0ec 0%, #00a1e4 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDBE0EC', endColorstr='#FF00A1E4');
  padding: 8px 0;
}
.footer-socials .pane-menu-menu-footer-connect {
  float: right;
}
.footer-socials .pane-title,
.footer-socials .pane-content {
  float: left;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  color: #414142;
}
.footer-socials .pane-content {
  margin-left: 15px;
}
.footer-socials .pane-content li {
  float: left;
  margin-left: 5px;
}
.footer-socials .pane-content li a {
  background: url("../images/social-icons.png") no-repeat 0 0;
  display: block;
  width: 42px;
  height: 44px;
  overflow: hidden;
  text-indent: -300px;
}
.footer-socials .pane-content li a.twitter {
  background-position: -46px 0px;
}
.footer-socials .pane-content li a.youtube {
  background-position: -91px 0px;
}
.footer-socials .pane-content li a.linkedin {
  background-position: -136px 0px;
}
.footer-socials .pane-content li a.rss {
  background-position: -181px 0px;
}

/* Footer */
.footer-menu,
.footer {
  background: #414142;
}

.footer-menu {
  font-size: 13px;
  padding-top: 25px;
}
.footer-menu .pane-title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
}
.footer-menu .panel-pane {
  border-left: 1px solid #a2a2a7;
}
.footer-menu .panel-pane:first-child {
  border-left: none;
}
.footer-menu .panel-pane:last-child {
  float: left;
}
.footer-menu .panel-pane a {
  color: #939499;
}
.footer-menu .pane-content {
  margin-left: 15px;
}

@media only screen and (max-width: 1023px) {
  .footer-menu .panel-pane {
    border: none;
    margin-bottom: 20px;
  }
  .footer-menu .panel-pane:nth-child(3n+3) {
    clear: both;
  }
}
.footer {
  padding: 20px 0 30px;
  text-align: center;
}
.footer .pane-title,
.footer .pane-content {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #d7d7d7;
}
.footer .menu li {
  display: inline-block;
  border-left: 1px solid #d7d7d7;
  padding-left: 4px;
}
.footer .menu li a {
  color: #d7d7d7;
}

@media only screen and (max-width: 640px) {
  .footer-menu {
    padding: 0;
  }

  .footer-socials {
    text-align: center;
  }
  .footer-socials .pane-menu-menu-footer-connect {
    display: inline-block;
    float: none;
  }

  .footer {
    padding: 15px 0 12px;
  }
  .footer .pane-title,
  .footer .pane-content {
    font-size: 11px;
    display: block;
    text-align: center;
    padding-bottom: 3px;
  }
  .footer .pane-title li.first,
  .footer .pane-content li.first {
    border: none;
  }
}
/* Language globe item */
.with-lang-globe .blue-btn, .with-lang-globe .views-row .views-more-link, .views-row .with-lang-globe .views-more-link,
.with-lang-globe .green-btn {
  margin-top: 24px;
}

.language-globe-wrapper {
  float: left;
  padding-top: 15px;
  position: relative;
  margin-left: 15px;
}

.language-globe {
  background: url("../images/lang-globe.png") no-repeat 0 0;
  width: 47px;
  height: 44px;
  display: block;
}

.language-globe-list {
  background: #fff;
  position: absolute;
  top: 17px;
  left: 50px;
  width: 124px;
  margin-left: 10px;
  padding: 0;
  z-index: 9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  display: none;
}
.language-globe-list .inner {
  padding: 6px;
  font-size: 11px;
  width: 100%;
}
.language-globe-list .inner p {
  color: #333333;
  margin-bottom: 8px;
  font-size: 12px;
}
.language-globe-list .inner a {
  color: #558800;
  display: block;
  font-family: arial;
  padding: 5px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #dedede;
  text-align: left;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 640px) {
  .language-globe-list {
    top: 79px;
    left: -100px;
  }
}
/* Team pages */
.team-list-content .views-row {
  margin-bottom: 30px;
}
.team-list-content .views-row .views-field-title {
  font-size: 20px;
}
.team-list-content .views-row .views-field-field-postion-title {
  margin-bottom: 10px;
}

.team-list .views-row {
  margin-bottom: 10px;
}
.team-list .views-field-title {
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .team-list .pane-title {
    display: none;
  }
}

/* Partners */
.partners-content h3 {
  clear: both;
}
.partners-content h3 a {
  cursor: default;
}
.partners-content h3 a:hover {
  text-decoration: none;
}

.partners-scopes .first h3,
.partners-scopes .seccond h3,
.partners-scopes .third h3 {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 10px 0 10px 110px;
  height: 97px;
}
.partners-scopes .first h3 {
  background-image: url("../images/satisfaction.jpg");
}
.partners-scopes .seccond h3 {
  background-image: url("../images/revenue.jpg");
}
.partners-scopes .third h3 {
  background-image: url("../images/profitability.jpg");
}

.reseller-form .form-item-country,
.reseller-form #zone_container {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  max-width: 300px;
  margin: 0 0 8px 0;
}
.reseller-form .form-item-country label,
.reseller-form #zone_container label {
  margin-bottom: 3px;
}
.reseller-form .button-div {
  padding-top: 7px;
  clear: both;
}
.reseller-form .product-middle {
  clear: both;
  padding-top: 15px;
}
.reseller-form .group-block-title {
  clear: both;
}
.reseller-form .block-row label {
  margin-right: 3px;
}
.reseller-form .block-row p * {
  display: inline;
}
.reseller-form .block-row p img {
  display: block;
  margin-top: 5px;
}

.levels-and-benefits-top {
  overflow: hidden;
}
.levels-and-benefits-top .pane-title {
  padding: 0 10px;
}
.levels-and-benefits-top .field-item > div {
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .levels-and-benefits-top .field-item > div {
    width: 100%;
  }
}

.levels-and-benefits .field-item > div {
  float: left;
  width: 33%;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .levels-and-benefits .field-item > div {
    width: 100%;
  }
}

.partners-slider {
  padding-bottom: 20px;
}
.partners-slider .views-field-field-logo {
  margin-bottom: 15px;
}
.partners-slider .views-field-field-logo img {
  margin: auto;
}
.partners-slider .views-field-field-name {
  text-align: right;
  font-size: 16px;
  padding: 5px 0 10px;
}
.partners-slider .views-field-field-postion-title {
  text-align: right;
  font-size: 14px;
}

.partners-visit-block p {
  line-height: 24px;
}
.partners-visit-block p span {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

/* Company */
.page-company-contact-us .blue-btn, .page-company-contact-us .views-row .views-more-link, .views-row .page-company-contact-us .views-more-link {
  margin-top: 10px;
}

.page-company-join-the-team .introText strong {
  display: block;
  margin-top: 20px;
}

/* Events */
.pane-nc-events-company-events ul {
  padding-left: 14px;
  font-size: 16px;
}
.pane-nc-events-company-events .views-row {
  margin: 15px 0 25px;
}
.pane-nc-events-company-events .event-item-content {
  padding: 0 0 0 20px;
}
.pane-nc-events-company-events .event-name {
  margin-bottom: 5px;
  display: block;
}
.pane-nc-events-company-events .inline {
  margin: 5px 0;
  overflow: hidden;
}
.pane-nc-events-company-events .inline .field {
  margin-right: 5px;
}
.pane-nc-events-company-events .inline * {
  display: inline-block;
}
.pane-nc-events-company-events .inline .blue-btn, .pane-nc-events-company-events .inline .views-row .views-more-link, .views-row .pane-nc-events-company-events .inline .views-more-link {
  margin-right: 5px;
}

.view-nc-careers .views-group-wrapp {
  margin: 20px 0 0 20px;
}

/* Front */
.front-offer .pane-title,
.front-news .pane-title,
.front-blog .pane-title,
.front-stories .pane-title {
  font-size: 26px;
  letter-spacing: -1px;
  color: #00A1E4;
  text-transform: uppercase;
}
.front-offer .views-row,
.front-news .views-row,
.front-blog .views-row,
.front-stories .views-row {
  margin-bottom: 0;
}

.front-offer .pane-content {
  background: #414141;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  padding: 12px 11px;
}
.front-offer .views-field-title {
  font-size: 16px;
  font-weight: 600;
}
.front-offer .views-field-title a {
  color: #fff;
}
.front-offer p {
  color: #fff;
  font-size: 13px;
}
.front-offer .views-field-view-node {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  float: left;
}
.front-offer .views-field-view-node a {
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 55%, #bcbcbc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fcfcfc), color-stop(100%, #bcbcbc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 55%, #bcbcbc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 55%, #bcbcbc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 55%, #bcbcbc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 55%, #bcbcbc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#bcbcbc');
  /* IE6-9 */
  display: block;
  padding: 0 10px 0 60px;
  color: #414141;
}
.front-offer .views-field-view-node a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #939393 url("../images/pdf-icon.png") no-repeat center center;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.front-news .views-row,
.front-blog .views-row,
.news-block .views-row {
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
  line-height: 19px;
}
.front-news .views-row a,
.front-blog .views-row a,
.news-block .views-row a {
  color: #222;
  text-decoration: none;
}
.front-news .views-row .views-field-field-publication-date,
.front-news .views-row .views-field-created,
.front-blog .views-row .views-field-field-publication-date,
.front-blog .views-row .views-field-created,
.news-block .views-row .views-field-field-publication-date,
.news-block .views-row .views-field-created {
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  background: #ff5b00;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  border-radius: 4px;
}
.front-news .views-row .views-field-field-publication-date a,
.front-news .views-row .views-field-created a,
.front-blog .views-row .views-field-field-publication-date a,
.front-blog .views-row .views-field-created a,
.news-block .views-row .views-field-field-publication-date a,
.news-block .views-row .views-field-created a {
  color: #fff;
  padding: 0 10px;
  display: block;
}
.front-news .views-row:hover .views-field-field-publication-date,
.front-news .views-row:hover .views-field-created,
.front-blog .views-row:hover .views-field-field-publication-date,
.front-blog .views-row:hover .views-field-created,
.news-block .views-row:hover .views-field-field-publication-date,
.news-block .views-row:hover .views-field-created {
  background: #00a6e5;
}
.front-news .views-row:hover .views-field-field-publication-date a,
.front-news .views-row:hover .views-field-created a,
.front-blog .views-row:hover .views-field-field-publication-date a,
.front-blog .views-row:hover .views-field-created a,
.news-block .views-row:hover .views-field-field-publication-date a,
.news-block .views-row:hover .views-field-created a {
  color: #fff;
}
.front-news .views-row:hover a,
.front-blog .views-row:hover a,
.news-block .views-row:hover a {
  color: #ff5b00;
}

.front-stories .pane-title {
  padding: 0 10px;
}
.front-stories .views-row .front-stories-wrapper {
  background: #d0e9c7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 9px;
  margin-bottom: 20px;
}
.front-stories .views-row h2 {
  font-size: 18px;
  margin-top: 0;
}
.front-stories .views-row h2 a {
  color: #222;
  line-height: 20px;
  display: block;
  font-size: 18px;
}
.front-stories .views-row .views-field-term-node-tid {
  clear: both;
  padding: 10px 0 5px;
  color: #0e7bca;
}
.front-stories .views-row .frontpage-content-link {
  overflow: hidden;
}
.front-stories .views-row .frontpage-content-link .blue-btn, .front-stories .views-row .frontpage-content-link .views-more-link {
  margin-top: 10px;
}
.front-stories .views-row .frontpage-content-link .img {
  display: block;
  padding-top: 14px;
  width: 100%;
}

/* Pane awards */
.pane-awards .pane-title {
  margin-bottom: 10px;
}
.pane-awards .views-row {
  padding-bottom: 25px;
}
.pane-awards .views-row:nth-child(2n+3) {
  clear: both;
}
.pane-awards .views-field-field-award-logo {
  float: left;
  padding-right: 20px;
}
.pane-awards .views-field-title,
.pane-awards .views-field-body,
.pane-awards .views-field-field-website-link {
  padding-left: 140px;
}
.pane-awards .views-field-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.pane-awards .more-link {
  padding: 0 10px;
  clear: both;
}

/* General styles for views rows arranged in columns 3/2/1 */
.three-col-view .block-row,
.three-col-view .views-row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .three-col-view.block-row,.three-col-view .views-row {
     margin-right: 4%;
     width: 45%;
  }
  .three-col-view .block-row:nth-child(2n+3),
  .three-col-view .views-row:nth-child(2n+3) {
    clear: none;
  }
  .three-col-view .block-row:nth-child(2n+2),
  .three-col-view .views-row:nth-child(2n+2) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .three-col-view.block-row,.three-col-view .views-row {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) {
  .three-col-view.block-row,.three-col-view .views-row {
    width: 31%;
    margin: 0 1.5% 30px 0;
  }
  .three-col-view .block-row:nth-child(3n+4),
  .three-col-view .views-row:nth-child(3n+4) {
    clear: both;
  }
  .three-col-view .block-row:nth-child(3n+3),
  .three-col-view .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
}

.youtube-video-modal img {
  margin: auto;
}
.youtube-video-modal a {
  position: relative;
  display: block;
}
.youtube-video-modal a:after {
  background: url("../images/play-btn.png") no-repeat center 0;
  background-size: auto 100%;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  z-index: 99;
}

.file-video.contextual-links-region {
  position: static;
}

.supportContacts li {
  list-style-type: none;
  list-style-image: none;
  clear: both;
}
.supportContacts ul {
  padding: 0;
  overflow: hidden;
}

/* Products */
.page-products .top .series-tabs,
.page-products .top .try-it-now-btn {
  float: right;
}
@media only screen and (max-width: 750px) {
  .page-products .top .series-tabs,
  .page-products .top .try-it-now-btn {
    margin: 0 0 5px;
    clear: both;
    width: 100%;
    max-width: 216px;
  }
}
.page-products .top .series-tabs li {
  list-style: none;
  list-style-image: none;
}
.page-products .top .try-it-now-btn .pane-title {
  display: none;
}
.page-products .view-filters,
.page-products .view-filters label {
  margin-bottom: 10px;
}
.page-products .product-datasheets ul {
  padding-bottom: 0;
}
.page-products .pane-product-documentation-warranty-licenses table {
  width: 100%;
  border: 1px solid #eee;
}
.page-products .product-blue-links {
  padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .page-products .product-blue-links {
    padding-top: 0;
  }
  .page-products .product-blue-links .panel-pane {
    float: left;
    margin-right: 10px;
  }
}
.page-products .slider {
  padding-top: 20px;
}
.page-products .slider .item-list {
  position: relative;
}

.product-alerts {
  padding: 10px 0;
  text-align: center;
  clear: both;
}

.footer-buttons .blue-btn, .footer-buttons .views-row .views-more-link, .views-row .footer-buttons .views-more-link {
  margin-left: 10px;
}

.product-videos,
.two-col-view {
  clear: both;
}
.product-videos .views-row,
.two-col-view .views-row {
  width: 48.5%;
  float: left;
}
.product-videos .views-row:nth-child(2n+1),
.two-col-view .views-row:nth-child(2n+1) {
  margin-right: 3%;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .product-videos .views-row,
  .two-col-view .views-row {
    width: 100%;
  }
  .product-videos .views-row:nth-child(2n+1),
  .two-col-view .views-row:nth-child(2n+1) {
    margin-right: 0;
  }
}
.product-videos .views-row .views-field-title,
.two-col-view .views-row .views-field-title {
  margin-bottom: 10px;
}
.product-videos .views-row .views-field-body,
.two-col-view .views-row .views-field-body {
  font-size: 13px;
  margin-top: 10px;
}
.product-videos h3,
.two-col-view h3 {
  clear: both;
  margin-top: 0;
}

.not-front-stories {
  overflow: hidden;
}
.not-front-stories .view-filters .views-exposed-widget {
  float: right;
  padding: 0;
  margin: 0 0 20px 10px;
}
.not-front-stories .view-filters .views-exposed-widget label,
.not-front-stories .view-filters .views-exposed-widget .views-widget {
  float: left;
  margin: 0;
}
.not-front-stories .view-filters .views-exposed-widget label {
  margin-right: 10px;
}
.not-front-stories .views-row {
  float: left;
  width: 49%;
}
.not-front-stories .views-row:nth-child(2n+1) {
  margin-right: 2%;
}
.not-front-stories .views-row:nth-child(2n+3) {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .not-front-stories .views-row {
    width: 100%;
  }
  .not-front-stories .views-row:nth-child(2n+1) {
    margin-right: 0;
  }
}
.not-front-stories.one-col div.views-row {
  clear: both;
  margin-right: 0;
  width: 100%;
}
@media only screen and (max-width: 880px) and (min-width: 641px) {
  .not-front-stories.one-col div.views-row .views-field {
    margin: 0;
    clear: both;
  }
}
.not-front-stories .views-field {
  margin: 0 0 0 90px;
}
@media only screen and (max-width: 330px) {
  .not-front-stories .views-field {
    margin: 0;
    clear: both;
  }
}
.not-front-stories .view-content .views-field-field-thumbnail {
  float: left;
  margin: 0;
}
.not-front-stories .view-content .views-field-field-institution-name h5 {
  margin-top: 0px;
}
.not-front-stories .item-list {
  clear: both;
}

/* Webinars page */
.view-recorded-webinars .views-row .inside {
  margin: 0;
}
.view-recorded-webinars .views-row .panel-col-first {
  width: 70%;
}
.view-recorded-webinars .views-row .panel-col-last {
  width: 25%;
  margin-left: 5%;
}

@media only screen and (max-width: 640px) {
  .views-row .panel-2col {
    margin: 0 0 10px;
  }
  .views-row .panel-2col .panel-col-first,
  .views-row .panel-2col .panel-col-last {
    width: 100%;
    clear: both;
    margin: 0 0 15px;
  }
  .views-row .panel-2col .panel-col-first .inside,
  .views-row .panel-2col .panel-col-last .inside {
    margin: 0;
  }
}
/* Search page */
.page-search .pane-page-content {
  overflow: hidden;
}
.page-search .pane-page-content h2 {
  clear: both;
}
.page-search .pane-page-content .panel-pane {
  padding: 0 10px;
  clear: both;
}
.page-search .pane-page-content .search-form .form-type-textfield {
  float: left;
  width: 70%;
  margin-right: 5%;
}
.page-search .pane-page-content .search-form input#edit-submit {
  float: left;
  margin-top: 17px;
}
@media only screen and (max-width: 391px) {
  .page-search .pane-page-content .search-form input#edit-submit {
    margin: 0 0 10px;
  }
}
.page-search .pane-page-content .search-advanced {
  clear: both;
}
.page-search .pane-page-content .search-snippet {
  font-size: 14px;
}

/* News page */
.page-company-news .pane-news .blue-btn, .page-company-news .pane-news .views-row .views-more-link, .views-row .page-company-news .pane-news .views-more-link {
  margin-top: 10px;
}
.page-company-news .panel-two-column .columns:first-child .grid-system-column-inner:not(:first-child) {
  width: 48%;
  float: left;
  margin-right: 4%;
}
@media only screen and (max-width: 640px) {
  .page-company-news .panel-two-column .columns:first-child .grid-system-column-inner:not(:first-child) {
    width: 100%;
    margin-right: 0;
  }
}
.page-company-news .panel-two-column .columns:first-child .grid-system-column-inner:last-child {
  margin-right: 0;
}

.pane-product-documentation-resources-datasheets h3,
.pane-product-documentation-resources-datasheets .view-grouping {
  clear: both;
}
.pane-product-documentation-resources-datasheets .views-row {
  float: left;
}
.pane-product-documentation-resources-datasheets .views-group-wrapp {
  overflow: hidden;
}
.pane-product-documentation-resources-datasheets .views-group-wrapp > .views-row {
  width: 100%;
}
.pane-product-documentation-resources-datasheets .views-field .views-field {
  display: inline;
}
.pane-product-documentation-resources-datasheets .views-row:after {
  content: ',';
  margin: 0 7px 0 -1px;
  color: #FF6000;
}
.pane-product-documentation-resources-datasheets .views-row:last-child:after {
  content: '';
}
.pane-product-documentation-resources-datasheets section.view-content {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .pane-product-documentation-resources-datasheets div.views-field-field-thumnbail {
    width: 28%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 350px) {
  .pane-product-documentation-resources-datasheets .views-field-title {
    clear: both;
  }
}

.page-company-green-computing .introText,
.page-company-green-computing .right-sidebar .field-item > p {
  margin: 15px 0;
}

.html .whitepapers-view .panel-col-first {
  width: 20%;
  margin-right: 2%;
  clear: none;
}
.html .whitepapers-view .panel-col-last {
  width: 78%;
  clear: none;
}

.html .slider-pager {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
  top: -70px;
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .html .slider-pager {
    display: none !important;
  }
}
.html .slider-pager a {
  position: static;
  display: inline-block;
  margin-left: 8px;
}
.html .slider-pager a:hover, .html .slider-pager a.selected {
  color: #fff;
  background: #fe921c;
  text-decoration: none;
}

.not-front .slider .slider-pager {
  display: none !important;
}

.view-blog h2,
.view-blog .submitted {
  margin-bottom: 15px;
}
.view-blog .links {
  float: left;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
.view-blog .links li {
  float: left;
  margin-right: 30px;
}

@media only screen and (min-width: 801px) {
  .page-partners .three-col-view .views-row:nth-child(3n+3),
  .page-partners .three-col-view .views-row:nth-child(2n+2) {
    margin: 0 1.5% 30px 0;
  }

  .page-partners .three-col-view .views-row:nth-child(2n+3) {
    clear: none;
  }

  .page-partners .three-col-view .views-row:nth-child(3n+1) {
    clear: both;
  }

  .page-partners .three-col-view .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
}

.panel-pane.pane-ctools-custom-link.blue-btn {
  float: right;
}