.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(jquery/plugins/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(jquery/plugins/fonts/slick.eot);src:url(jquery/plugins/fonts/slick.eot?#iefix) format('embedded-opentype'),url(jquery/plugins/fonts/slick.woff) format('woff'),url(jquery/plugins/fonts/slick.ttf) format('truetype'),url(jquery/plugins/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `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 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body, p, ul {
    margin: 0px;
	padding: 0px
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
/*    outline: thin dotted;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */


/**
 * 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.
 */

b,
strong {
    font-weight: bold;
}

/**
 * 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;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

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.
 */

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.
 */

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.
 */

button,
html input[type="button"], /* 1 */
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.
 * 2. Remove excess padding in IE 8/9.
 */

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;
}

meta.foundation-version {
  font-family: "/5.4.2/"; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  line-height: 150%; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
  
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /*960 px and 30px padding ea.*/
  max-width: 63.75em; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

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

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

@media only screen {
 /*  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
 */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .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% !important; }

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

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

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

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

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

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

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

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

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

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

  .small-offset-11 {
    margin-left: 91.66667% !important; }
 */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

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

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
   /* MEDIUM STYLES For Screens at least 480px 30.063em */
@media only screen and (min-width: 30.063em) {
/*  only this used */
  .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-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }


  .medium-5 {
    width: 41.66667%; }



  .medium-7 {
    width: 58.33333%; }



  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

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

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } */ }

/* LARGE Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48.063em) {
 /*  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
 */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .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% !important; }

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

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

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

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

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

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

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

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

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

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

  .large-offset-11 {
    margin-left: 91.66667% !important; }
 */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

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

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
/* 
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } */ }

    

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #efefef;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: white;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375em 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375em; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375em; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('admin/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('admin/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('admin/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('admin/fontawesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('admin/fontawesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('admin/fontawesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}

@font-face {
    font-family: "Citrix New Sans";
    src: url("admin/fonts/CitrixNewSans-Regular.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Citrix New Sans Bold";
    src: url("admin/fonts/CitrixNewSans-Bold.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Bold.woff") format("woff");
}

@font-face {
    font-family: "Citrix New Sans Light";
    src: url("admin/fonts/CitrixNewSans-Light.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Light.woff") format("woff");
}

@font-face {
    font-family: "Citrix New Sans Semibold";
    src: url("admin/fonts/CitrixNewSans-Semibold.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Semibold.woff") format("woff");
}

@media only screen and (max-width:1024px) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        #mktoIframeCont>iframe {
            height: 100%;
            width: 300px;
        }

        body.prevent-scroll {
            overflow-x: hidden;
            overflow-y: hidden;
        }

        .img-workday{

        height:50px;
        }
    }
}



html {
    scroll-behavior: smooth;
}

body .rdy-product-details-template {
    font-family: 'Citrix New Sans', Arial, Helvetica, sans-serif;
}

body .rdy-product-details-template ul,
body .rdy-product-details-template li {
    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif;

}

body .rdy-product-details-template p {
    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif;
    line-height: 30px;
}

body.prevent-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

.marketoclass body#bodyId {
    padding: 15px;
}

.modal-open:nth-child(2) {
    display: none;
}

body  .marketoclass #rdy-prod-details.modal-open {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 15px;
    overflow-y: scroll;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
	background: url(images/loader-rolling.gif) center no-repeat #fff;
}

body  .marketoclass #rdy-prod-details.modal-open .row.review-submit {
    width: unset;
    margin: 0;
    max-width: unset;
}

body  .marketoclass #rdy-prod-details.modal-open .row.collapse {
    width: unset;
    margin: 0;
    max-width: unset;
}

#mktContent .lpeRegForm .callMeCont label {
    padding-left: 0;
}

.rdy-product-details-template .primary-button {
    font-size: 15px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #1879b9;
    color: #ffffff !important;
}

.rdy-product-details-template .pdf-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rdy-product-details-template .marketoclass{
display:flex;
}
#developer-partner:hover {
    background-color: #1879b9;
    color: #ffffff;
}
.prevent-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

.rdy-product-details-template .unicode-img {
    margin: 0 8px;
}

.rdy-product-details-template .more-details {
    float: right;
}

.rdy-product-details-template .microapp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(112, 112, 112, .20);

    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 210px;
    margin-bottom: 40px;
}

   .img-workday{
        height:50px;
        }

.rdy-product-details-template #microapps-section .microapp-container:last-child {
    margin-bottom: 0px;

}

.rdy-product-details-template .image-micro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: center;
        height: 67%;
        align-items: center;
        align-content: center;
}

.rdy-product-details-template .btn-content {
    margin-left: 10px;
}

.rdy-product-details-template .contact-btn {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #007CD2;
}

.rdy-product-details-template .approval-para {
    margin-top: 16px;
}

.rdy-product-details-template .outer-covering {
    padding: 6px;
    text-align: center;

}

.rdy-product-details-template .updates-section {
    margin: 0;
}

.rdy-product-details-template .updates-section p {
    font-size: 14px;
    line-height: 24px;
    color: #F2F6F8;
    margin-bottom: 0;
    padding-bottom: 0;
}
.rdy-product-details-template .cmtxHeaderCont{
background:none !important;
}

.cmtx_comments_heading{
display:none !important;
}

.rdy-product-details-template .cmtxCommentBox{

    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif !important;
}

.rdy-product-details-template .likes-p {
    font-size: 14px;
    line-height: 24px;
    color: #F2F6F8;
}

.rdy-product-details-template .like-section {
    /* display:flex;
       justify-content: center;*/
    display: none;
}

.rdy-product-details-template .update-section {
    border-bottom-left-radius: 12px;
    background-color: #3B3333;
    border: 1px solid rgba(112, 112, 112, .26);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    height: 33%;
display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.rdy-product-details-template .content-card {
    border-bottom-right-radius: 12px;
    /* border-top-left-radius: 12px; */
    border-top-right-radius: 12px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 16px;
}

.rdy-product-details-template .content-card .approval {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    padding-bottom: 0;
}

.rdy-product-details-template .comment-arrow {
    margin-left: 10px;
}

.rdy-product-details-template #integration-section {
/*
    display: none;
*/
}

.rdy-product-details-template .integrate-container {
    background: #F0F0F0;
    border-radius: 12px;
    height: 100%;
    padding: 24px;
    margin-right: 15px;
    margin-bottom: 25px;
}
.rdy-product-details-template .integration-container {
    margin-top: 10px;
}

.rdy-product-details-template .integration-head p {
    font-size: 24px !important;
    color: black;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.rdy-product-details-template .integration-para {
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

.rdy-product-details-template h1 {
    font: normal 40px "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    color: #3f4042;
    margin-bottom: 8px;
}

.rdy-product-details-template h3 {
    font: normal 16px/19px "Citrix New Sans", Arial, Helvetica, sans-serif;
    color: #3f4042;
    margin-bottom: 10px;
    margin-top: 0;
}


.rdy-product-details-template h4 {
    font: 16px "Citrix New Sans", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 8px 0 1px 0;
}

.rdy-product-details-template a,
.rdy-product-details-template .ctx-tiny-link,
.rdy-product-details-template .ctx-emphasis-link,
.rdy-product-details-template .ctx-color-blue {
    color: #0090da;
    text-decoration: none;
    outline: none;
}

.rdy-product-details-template .hr {
    display: inline-block;
}

.rdy-product-details-template .hr:after {
    content: '';
    display: block;
    border-top: 1px solid #D2D2D2;
    margin-bottom: 15px;
    margin-top: 12px;
}

.rdy-product-details-template #reviews-section .hr:after {
    content: '';
    display: block;
    border-top: 2px solid #D2D2D2;
    margin-top: 12px;
}

.rdy-product-details-template #rdy-container {
    max-width: 100%;
    background-color: #F8F8F8;
}

.rdy-product-details-template .rdy-prod-detailing li {
    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.rdy-prod-detailing ul li strong {
  margin-left: -0.5em;
}

.rdy-product-details-template .prod-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 31px;
    padding-right: 31px;
}

.rdy-product-details-template #prod-content {
    width: 100%;
    /*  padding: 30px 0px 0px 0px;*/
    background: #F8F8F8;
}

.rdy-product-details-template .spacing-container-outer {
    padding: 16px 0px 0px 0px;
}

.rdy-product-details-template .spacing-container {
    padding: 40px 0px 0px 0px;
}

.rdy-product-details-template .spacing-fixes {
    padding: 40px 0px 40px 0px;
}

.rdy-product-details-template #prods-content {
    width: 100%;
    background: #F8F8F8;
}

.rdy-product-details-template #details-content {
    width: 100%;
    background: #FFFFFF;
}

.rdy-product-details-template .details-content {
    width: 100%;
    background: #FFFFFF;
}

.rdy-product-details-template .rdy-prod-copy {
    margin: 0;
}

.rdy-product-details-template .ctx-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 16px;
    padding-right: 16px;
}

.rdy-product-details-template .welcome-img {
    width: 18px;
    height: 21.25px;
}

.rdy-product-details-template .arrow-white {
    margin-top: 10px;
}

.rdy-product-details-template .nav-list:hover {
    border-bottom: 5px solid #2071C5;
    padding-bottom: 20px;
}

.rdy-product-details-template .video-box:last-child {
    float: left !important;
}

.rdy-product-details-template .t-sectioning ul li {
    margin-bottom: 20px;
}

.rdy-product-details-template .t-sectioning ul li:last-child {
    margin-bottom: 0px;
}

.rdy-product-details-template .live-list {
    padding: 20px 20px;
}

.rdy-product-details-template #summary-section .marketoclass #rdy-prod-details {
    width: 44%;
    background-color: #f8f8f8;
    z-index: 0 !important;
}

.rdy-product-details-template .close.icon-close.marketomodal {
    cursor: pointer;
    position: absolute;
    right: 20vw;
    z-index: 90000000;
    top: 100px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    padding: 10px;
}

.rdy-product-details-template .modal-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.rdy-product-details-template .close:before {
    display: none !important;
}

.rdy-product-details-template #rdyMktoReqButton {
    font-size: 15px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #1879b9;
    color: #ffffff !important;
}

.rdy-product-details-template .marketoclass #compatibility-section {
    display: none;
}

.rdy-product-details-template #details-content .mktoOverlay {
    right: 126px;
    left: unset;
}

.rdy-product-details-template .details-content .mktoOverlay {
    right: 126px;
    left: unset;
}

.rdy-product-details-template #table-section {
    max-width: 100%;
    overflow-x: scroll;
}

.rdy-product-details-template .rsBreadcrumb {
    margin-bottom: 16px;
    font-size: 12px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsBreadcrumb li:first-child {
    margin-left: 0;
}

.rdy-product-details-template .rsBreadcrumb li {
    list-style: none;
    display: inline-block;
}

.rdy-product-details-template .rsBcSeparator {
    color: #63666A;
    font-size: 14px;
    margin: 0 8px;
}

.rdy-product-details-template .rsBcLink {
    color: #2071C5;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsResultHeads h1 {
    font-size: 40px;
    line-height: 60px;
}

.rdy-product-details-template .rsBcSep {
    margin: 0 5px;

    color: #2071C5;
}

.rdy-product-details-template .rsBreadcrumb-section {
    margin-bottom: 16px;
    font-size: 12px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .product-name h1 {
    font-size: 54px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000000;
    line-height: 60px;
}

.rdy-product-details-template h2 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 48px;
    font-family: "Citrix New Sans";
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: -0.01em;
    line-height: 48px;
    text-align: left;
    color: #000;
    margin-bottom: 16px;
}

.rdy-product-details-template h2.white {
    color: #fff;
}

.rdy-product-details-template h2.white.compatibility {

    width: 326px;
    height: 40px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 40px;
    text-align: left;
    color: #fff;

}

.rdy-product-details-template .rsBcLinking {
    color: #2071C5;
    font-size: 16px;
    line-height: 18px;
    font-family: "Citrix New Sans", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsBcSeparator-cont {
    font-size: 16px;
    font-family: "Citrix New Sans", Arial, Helvetica, sans-serif;
    margin: 0px 10px;
    color: #2071C5;
}

.rdy-product-details-template .notified-container {
    display: block;

}

.rdy-product-details-template .badges-container {
    width: 100%;
    margin-bottom: 16px;
}

.rdy-product-details-template .verifiedHci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.rdy-product-details-template .notified-icon {
    z-index: 1;
}

.rdy-product-details-template .notified-container img.badges {
    max-width: 90px;
    margin-right: 10px;
}

.rdy-product-details-template .notified-button {
    border: 1px solid white;
    border-radius: 20px;
    background: white;
    padding: 5px 10px 5px 40px;
    margin-left: -40px;
}

.rdy-product-details-template .notified-button span {
    font-size: 16px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #2071C5;
}

.rdy-product-details-template #rdy-prod-img {
    margin-top: 24px;
    background: #fff;
    width: 389px;
    height: 100%;
    border-radius: 12px;
}

.rdy-product-details-template #img-partner-product-logo {
    max-width: 100%
}

.rdy-product-details-template .rdy-prod-copy p {
    font-size: 16px;
    line-height: 30px;
    padding: 24px 0 0 0;
}

.rdy-product-details-template .rqt-more-info-btn {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 40px;
}

.rdy-product-details-template .rqt-more-info-btn .ctx-button {
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: auto;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #1879b9;
    color: #ffffff !important;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsBreadcrumb-section li {
    list-style: none;
    display: inline-block;
}

.rdy-product-details-template .container-section {
    width: 390px;
}

.rdy-product-details-template .designation-footer h4 {
    line-height: 24px;
}

.rdy-product-details-template .designation-footer p {
    font-size: 14px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.rdy-product-details-template .events-container {
    background: #ffffff;
    border-radius: 12px;
    height: 100%;
    padding: 16px 24px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.rdy-product-details-template .events-head p {
    font-size: 14px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
}


.rdy-product-details-template .date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.rdy-product-details-template .date-container img {
    margin: 0 5px 0 0;
}

.rdy-product-details-template .date-container p {
    font-size: 14px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;

}

.rdy-product-details-template .webinar-containers p {
    font-size: 16px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.rdy-product-details-template .register-container p {
    font-size: 16px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 32px;
    color: #2071C5;
    padding-bottom: 0;
}

.rdy-product-details-template .register-container img {
    margin: 0 0 0 5px;
}

.rdy-product-details-template .compatibility-container {
    background: #2071C5;
    border-radius: 12px;
    height: 100%;
    padding: 24px;
    margin-right: 15px;
    margin-bottom: 16px;
}

.rdy-product-details-template .screenshot-box:last-child {
    float: left !important;
}

.rdy-product-details-template .comb-cont {
    padding: 0px 25px 0 0;
}

.rdy-product-details-template .compatibility-container h2 {
    color: #ffffff;
    line-height: 40px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-bottom: 24px;

}

.rdy-product-details-template .comb-cont li {
    list-style: none;
    font-size: 16px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.rdy-product-details-template .accordion-img {
    padding: 10px;
    background: url("master/images/Arrow-accord.png") no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 12px 0 0 0;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.rdy-product-details-template .accordionclose-img {
    padding: 10px;
    display: block;
    background: url("master/images/Arrows-down.svg") no-repeat;
    width: 20px;
    height: 20px;
    margin: 12px 0 0 0;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}


.rdy-product-details-template .content-combatibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rdy-product-details-template .product-version {
    display: block;
    margin-left: 20px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.rdy-product-details-template .navBottomBar {
    width: 100%;
    background: #EDEDED;
    padding: 25px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100000;
}

.rdy-product-details-template .navBottomBar li:first-child {
    margin-left: 0px;
}

.rdy-product-details-template .navBottomBar li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

.rdy-product-details-template .haschild a {
    font-size: 20px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.rdy-product-details-template .haschild a:hover {
    border-bottom: 4px solid #2071C5 !important;
}

.rdy-product-details-template .video-box {
    width: 305px !important;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    background: #2071C5;
    margin: 0 10px 10px 0;
}

.rdy-product-details-template .screenshot-box {
    width: 285px;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-right: 18px;
}

.rdy-product-details-template .screenshot-container {
    background: #F8F8F8;
}

.rdy-product-details-template .screenshot {
    background: white;
    padding: 15px;
}

.rdy-product-details-template #features-section {
    background: #6C9E00;
}

.rdy-product-details-template .features-container h2 {
    color: #FFFFFF;
    font-family: "Citrix New Sans Bold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template #features-section a {
    color: blue;
}

.rdy-product-details-template #resources-section {
    background: #2071C5;
}

.rdy-product-details-template .resources-container h2 {}

.rdy-product-details-template .designation-footer {
    display: none;
    font-size: 16px;
    padding: 15px;
    color: #FFFFFF;
}

.rdy-product-details-template .arrow-es {
    margin-left: 15px;
    width: 18px;
    height: 16px;
}

.rdy-product-details-template .pdf-cont {
    margin-right: 8px;
}

.rdy-product-details-template .li.resourcesli a {
    margin-right: 15px;
}

.rdy-product-details-template .content {
    margin: 8px 0 8px 0;
}

.rdy-product-details-template .list {
    font-size: 24px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 36px;
}

.rdy-product-details-template .outer-context-container {
    margin-top: 24px;
}

.rdy-product-details-template .section-areas {
    width: 8%;
    float: left;
}

.rdy-product-details-template .section-area {
    width: 22%;
    float: left;
}

.rdy-product-details-template .section-areas-review {
    width: 27%;
    float: left;
}

.rdy-product-details-template .section-arears {
    width: 62%;
}

.rdy-product-details-template .cover-container {
    display: block;
}

.rdy-product-details-template .t-sectioning {
    line-height: 30px;
    text-align: left;
}

.rdy-product-details-template .screenshot-areas {
    width: 57%;
    float: left;
}

.rdy-product-details-template .section-areaf {
    width: 32%;
    float: left;
}

#features-section h1.section-arear-resource,
#features-section div.list-lines-features {
    color: white !important;
}

.rdy-product-details-template .section-arear-resource {
    display: inline-block;
}

.rdy-product-details-template .section-arear-resource:after {
    content: '';
    display: block;
    border-top: 1px solid #ffffff;
    margin-top: 12px;
}

.rdy-product-details-template .list-lines-features ul {
    margin-top: 20px;
    padding-left: 18px;
    color: white;
    font-size: 20px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.rdy-product-details-template .list-lines-features ul li {
    margin-bottom: 20px;
}

.rdy-product-details-template .list-lines-features ul li:last-child {
    margin-bottom: 0px;
}

.rdy-product-details-template .t-section p {
    margin-bottom: 10px;
    padding: 10px 30px 10px 0;
}

.rdy-product-details-template .btn-left {
    margin-top: 40px;
}

.rdy-product-details-template .list-lines-resource ul {
    list-style: none;
}

.rdy-product-details-template .section-area h2 {
    font-size: 40px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 48px;
}

.rdy-product-details-template .rdy-prod-detailing ul {
    padding-left: 17px;
}

.rdy-product-details-template .t-sectioning ul {
    padding-left: 20px;
}

.rdy-product-details-template .search-result-block {
    width: 100%;
}

.rdy-product-details-template .search-content-padding {
    padding-left: 17px;
    padding-right: 17px;
}

.rdy-product-details-template .rdy-prod-detailing {
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 40px;
}

body .rdy-product-details-template p {
    padding-bottom: 8px;
}

.rdy-product-details-template #crsapp .row {
    max-width: 60rem !important;
}

.rdy-product-details-template #crsapp.cr-search-full-width .row {
    max-width: 100% !important;
}

.rdy-product-details-template #crsapp .cont-left {
    width: 26.33333%;
}

.rdy-product-details-template .table-container {
    margin-bottom: 40px;
}

.rdy-product-details-template .table-container table {
    margin: 0 auto;
    width: 100% !important;
}

.rdy-product-details-template .table-container table td {
    padding: 8px 7px !important;
    border: 1px solid #CECECE;
    border-left: none;
    border-right: none;
    background-color: #FFF;
    text-indent: 0px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    color: #000000;
    width: 705px;
    height: 40px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;

}

.rdy-product-details-template .table-container table td strong {
    color: #000000;
    font-family: "Citrix New Sans Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;

}

.rdy-product-details-template .table-container table .pass-sec {
    font-size: 16px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template #rdy-content {
    width: 100%;
    padding: 30px 0px 0px 0px;
    background: #F8F8F8;
}

#reviews-section.row {
    margin: 0;
}


#reviews-section h2.hr {
    width: 314px;
    height: 48px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: -0.01em;
    letter-spacing: -0.01em;
    line-height: 48px;
    text-align: left;
    color: #000;
}

.rdy-product-details-template span.openclose {
    cursor: pointer;
}

li.resourcesli a {
    line-height: 32px !important;
}

@media only screen and (max-width: 992px) {
    .rdy-product-details-template .img-micro {
        width: 50px;
    }

    .rdy-product-details-template .navBottomBar {
        display: none;
    }

    .rdy-product-details-template .prod-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 768px) {
.rdy-product-details-template .marketoclass{
display:block;
}
.rdy-product-details-template #developer-partner{
width:150%;
}
 .rdy-product-details-template .microapp-spacing{
margin-bottom:50px !important;
}

.img-workday{
border-top-left-radius: 0px;
margin:0;
}
 .rdy-product-details-template .microapp-container {
        display: block;
        border: none;
           height: 100% !important;
    }

    .rdy-product-details-template .updates-section {
        margin: 0;
    }

    .rdy-product-details-template .image-micro-container {
        padding: 24px;
    }



    .rdy-product-details-template .content-card {
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0px;
        margin-bottom: 32px;
    }

    .rdy-product-details-template .update-section {
        border-bottom-left-radius: 0;
    }

    .rdy-product-details-template .micro-cover {
        border-bottom-right-radius: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }

    .rdy-product-details-template .outer-context-container-advan {
        margin-top: 25px;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 95vw !important;
    }

    img.events-img.logout-img {
        width: 14px;
        height: 42px;
    }

    body .rdy-product-details-template #resources-section li {
        font-size: 16px;
    }

    #resources-section span.list {
        font-size: 16px !important;
    }
}

.rdy-product-details-template .likeDislike {
    font-size: 16px;
    margin-bottom: 2px;
    color: #999999;
    line-height: 40px;
}

.rdy-product-details-template .commentsText p {
    font-size: 16px;
    margin-bottom: 2px;
    color: #999999;
    line-height: 40px;
}

.rdy-product-details-template .commentBy {
    display: block;
    color: #999999;
    font-size: 16px;
}

@media only screen and (max-width: 1300px) {
    .rdy-product-details-template .screenshot-box {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .rdy-product-details-template .slick-prev {
        left: -20px !important;
    }

    .rdy-product-details-template .screenshot-box:first-child {
        margin-left: 18px;
    }

    .rdy-product-details-template .section-areas-review {
        width: 30%;
        float: left;
    }
}

@media only screen and (max-width: 1100px) {
    .rdy-product-details-template .section-areas-review {
        width: 35%;
        float: left;
    }
}

@media only screen and (max-width: 1024px) and (min-width:576px) {

    .rdy-product-details-template .medium-1 {
        width: 8.33333%;
    }

    .rdy-product-details-template .medium-2 {
        width: 16.66667%;
    }

    .rdy-product-details-template .medium-3 {
        width: 25%;
    }

    .rdy-product-details-template .medium-4 {
        width: 33.33333%;
    }

    .rdy-product-details-template .medium-5 {
        width: 41.66667%;
    }

    .rdy-product-details-template .medium-6 {
        width: 50% !important;
    }

    .rdy-product-details-template .medium-7 {
        width: 58.33333%;
    }

    .rdy-product-details-template .medium-8 {
        width: 66.66667%;
    }

    .rdy-product-details-template .large-9 {
        width: 75%;
    }

    .rdy-product-details-template .medium-10 {
        width: 83.33333%;
    }

    .rdy-product-details-template .medium-11 {
        width: 91.66667%;
    }

    .rdy-product-details-template .medium-12 {
        width: 100%;
    }

    .rdy-product-details-template .rsResultHeads {
        word-break: break-word;
    }
}


@media only screen and (max-width: 1023px) {
    .rdy-product-details-template .unicode-img {
        display: none;
    }

    .rdy-product-details-template .events-container {
        margin: 24px 0 0px 0;
    }

    #reviews-section h2.hr {
        width: 314px;
        height: 48px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 32px;
        letter-spacing: -0.01em;
        letter-spacing: -0.01em;
        line-height: 48px;
        text-align: left;
        color: #000;
    }

    .rdy-product-details-template h2 {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: 48px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 32px;
        letter-spacing: -0.01em;
        line-height: 48px;
        text-align: left;
        color: #000;
        margin-bottom: 16px;
    }


    .rdy-product-details-template .rdy-prod-copy p {
        padding: 24px 16px;
    }

    .rdy-product-details-template .list {
        font-size: 16px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        line-height: 28px;
    }

    .rdy-product-details-template .section-arear {
        width: 22%;
        float: left;
    }

    .rdy-product-details-template h1 {
        font-size: 32px;
    }

    .rdy-product-details-template .rsResultHeads h1 {
        font-size: 40px;
    }

    .rdy-product-details-template .compatibility-container {
        float: none;
        margin: 24px 0 32px 0;
    }

    .rdy-product-details-template .integrate-container {
        float: none;
        margin: 24px 0 32px 0;
    }

    .rdy-product-details-template .section-areas-review {
        width: 28%;
    }

    .rdy-product-details-template .search-result-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rdy-product-details-template #rdy-prod-details {
        padding: 0px;
    }

    .rdy-product-details-template .screenshot-box {
        width: auto;
    }

    .rdy-product-details-template .screenshot-box:first-child {
        margin-left: 18px;
    }

    .rdy-product-details-template .slick-prev {
        left: -20px !important;
    }

    .rdy-product-details-template .screenshot-areas {
        width: 73%;
    }

    .rdy-product-details-template .rqt-more-info-btn {
        text-align: left;
        margin-top: 24px;
        margin-bottom: 0px;
    }

    .rdy-product-details-template .cover-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.rdy-product-details-template .rdy-prod-details-wrap:nth-child(2n) {
    display: none;
}

.rdy-product-details-template div#rdy-prod-details #compatibility-section {
    display: none;
}

.rdy-product-details-template .modal {
    z-index: 99999999;
}

.rdy-product-details-template .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.rdy-product-details-template .close:hover {
    opacity: 1;
}

.rdy-product-details-template .close:before,
.rdy-product-details-template .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.rdy-product-details-template .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rdy-product-details-template .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .rdy-product-details-template .large-1 {
        width: 8.33333%;
    }

    .rdy-product-details-template .large-2 {
        width: 16.66667%;
    }

    .rdy-product-details-template .large-3 {
        width: 25%;
    }

    .rdy-product-details-template .large-4 {
        width: 33.33333%;
    }

    .rdy-product-details-template .large-5 {
        width: 41.66667%;
    }

    .rdy-product-details-template .large-6 {
        width: 50%;
    }

    .rdy-product-details-template .large-7 {
        width: 58.33333%;
    }

    .rdy-product-details-template .large-8 {
        width: 66.66667%;
    }

    .rdy-product-details-template .large-9 {
        width: 75%;
    }

    .rdy-product-details-template .large-10 {
        width: 83.33333%;
    }

    .rdy-product-details-template .large-11 {
        width: 91.66667%;
    }

    .rdy-product-details-template .large-12 {
        width: 100%;
    }

    .rdy-product-details-template .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .rdy-product-details-template .column.large-centered,
    .rdy-product-details-template .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .rdy-product-details-template .column.large-uncentered,
    .rdy-product-details-template .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .rdy-product-details-template .column.large-centered:last-child,
    .rdy-product-details-template .columns.large-centered:last-child {
        float: none;
    }

    .rdy-product-details-template .column.large-uncentered:last-child,
    .rdy-product-details-template .columns.large-uncentered:last-child {
        float: left;
    }

    .rdy-product-details-template .column.large-uncentered.opposite,
    .rdy-product-details-template .columns.large-uncentered.opposite {
        float: right;
    }

    body #marketo-bg-overlay.rdy-bg-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer;
        z-index: 9999999;
    }

    body  .marketoclass #rdy-prod-details {
        width: 100%;
        margin: 0 auto;
        z-index: 9999999;
    }

    body .rdy-product-details-template.rdy-product-details-template #mktoIframeCont {
        margin-bottom: 50px;
    }

    body .rdy-product-details-template.rdy-product-details-template #mktoIframeCont iframe {
        height: 100%;
    }
}

#mktContent.mktEditable .lpContentsItem.rawHtmlSpan {
    padding: 5px 8px !important;
}

#mktContent .lpeRegForm .mktField {
    padding: 10px 8px 2px !important;
}


@media only screen and (max-width: 993px) {
    .rdy-product-details-template .navBottomBar {
        display: none;
    }

    .rdy-product-details-template .prod-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .rdy-product-details-template .section-arear {
        width: 30%;
        float: left;
    }

    .rdy-product-details-template .section-areas-review {
        width: 35%;
        float: left;
    }

    .rdy-product-details-template .rqt-more-info-btn .ctx-button {
        padding: 10px 325px;
        font-size: 15px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        text-align: center;
        text-decoration: none;
        margin-bottom: 5px;
        width: auto;
        min-width: 3rem;
        border-radius: 5rem;
        background-color: #1879b9;
        color: #ffffff !important;
    }
}


@media only screen and (max-width: 768px) {
 .rdy-product-details-template .microapp-spacing{
margin-bottom:50px !important;
}
.img-workday{
border-top-left-radius: 0px;
}
 .rdy-product-details-template .microapp-container {
           height: 100% !important;
    }
    .rdy-product-details-template .navBottomBar {
        display: none;
    }
    .rdy-product-details-template .prod-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .rdy-product-details-template .primary-button {
        margin-top: 20px !important;
    }

    .rdy-product-details-template .section-areas-review {
        width: 35%;
        float: left;
    }

    .rdy-product-details-template .section-arear {
        width: 35%;
        float: left;
    }

    .rdy-product-details-template .close.icon-close.marketomodal {
        right: 12vw;
    }

    .rdy-product-details-template .modal-content {
        width: 60vw;
    }

    .rdy-product-details-template .hr:after {
        content: '';
        display: block;
        border-top: 1px solid #D2D2D2;
        margin-bottom: 0;
        margin-top: 12px;
    }

    .rdy-product-details-template h2.hr,
    #reviews-section h2.hr {
        width: 343px;
        height: auto;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 24px;
        letter-spacing: -0.01em;
        line-height: 32px;
        text-align: left;
        color: #000;
        margin-bottom: 0;

    }

    .rdy-product-details-template h2.hr.white {
        width: 292px;
        height: 28px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 28px;
        text-align: left;
        color: #fff;
    }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /*
 .rdy-product-details-template .content {
     margin-top: 0;
 }
 .rdy-product-details-template .content {
     padding: 5px 0;
 }*/

    .rdy-product-details-template .outer-context-container {
        margin-top: 25px;

    }

    .rdy-product-details-template .ctx-container {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: initial !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 576px) {
 .rdy-product-details-template .microapp-spacing{
margin-bottom:50px !important;
}
    .rdy-product-details-template .microapp-container {
        height: 450px;
    }
    .rdy-product-details-template .approval-para {
        margin: 24px 0;
    }

    .rdy-product-details-template .notified-button {
        border: 1px solid white;
        border-radius: 20px;
        background: white;
        padding: 0 0 0 40px;
        margin-left: -40px;
    }

    .rdy-product-details-template .spacing-fixes {
        padding: 32px 0px 32px 0px;
    }

    .rdy-product-details-template .spacing-container {
        padding: 32px 0px 0px 0px;
    }


    .rdy-product-details-template .resources-container h2 {
        color: #FFFFFF;
        font-size: 32px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        width: 292px;
        height: 28px;
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 28px;
        text-align: left;
        color: #fff;

    }

    .rdy-product-details-template h2.white.compatibility {
        width: 292px;
        height: 28px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 28px;
        text-align: left;
        color: #fff;
    }

    .rdy-product-details-template .section-arear {
        width: 85%;
        float: left;
    }

    .rdy-product-details-template .screenshot-areas {
        width: 95%;
    }

    .rdy-product-details-template .table-container table td {
        padding: 8px 7px !important;
        border: 1px solid #CECECE;
        border-left: none;
        border-right: none;
        background-color: #FFF;
        text-indent: 0px;
        color: #000000;
        width: 449px;
        height: 28px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        color: #000;

    }

    .rdy-product-details-template h1 {
        font-size: 24px;
    }

    .rdy-product-details-template .rsBreadcrumb {
        margin-bottom: 20px;
    }

    .rdy-product-details-template .rsResultHeads h1 {
        font-size: 32px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .rdy-product-details-template .notified-container {
        margin: 15px 0;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 93vw !important;
    }

    .rdy-product-details-template .cover-container {
        display: block;
    }

    .rdy-product-details-template .search-result-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rdy-product-details-template #rdy-prod-img {
        margin-top: 24px;
        width: 100%;
    }

    .rdy-product-details-template .rdy-prod-copy p {
        font-size: 16px;
        line-height: 28px;
        padding: 24px 0 0 0;
    }

    .rdy-product-details-template .section-areas {
        width: 20%;
    }

    .rdy-product-details-template .section-area {
        width: 50%;
    }

    .rdy-product-details-template .slick-prev {
        left: -12px !important;
    }

    .rdy-product-details-template .container-section {
        width: 100%;
    }

    .rdy-product-details-template .video-box {
        margin: 10px 10px 10px 10px;
    }

    .rdy-product-details-template .t-section p {
        margin-bottom: 10px;
        padding: 0;
    }

    .rdy-product-details-template .headfeature {
        font-size: 25px;
        line-height: 40px;
    }



    .rdy-product-details-template .outer-context-container-advan {
        margin-top: 25px;
    }


    .rdy-product-details-template .section-areas-review {
        width: 63%;
    }


    .rdy-product-details-template .slick-next {
        right: -12px;
    }

    .rdy-product-details-template .navBottomBar {
        display: none;
    }
}

@media only screen and (max-width: 490px) {
    .rdy-product-details-template .rsBreadcrumb li {
        margin-left: 0px;
    }

    .rdy-product-details-template #rdy-topnav.open .expanded-menu a:link,
    .rdy-product-details-template .expanded-menu a:visited,
    .rdy-product-details-template #rdy-topnav.open .expanded-menu a:hover {
        color: #000000;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 91vw !important;
    }
}

@media only screen and (max-width: 400px) {
    .rdy-product-details-template #rdyMktoReqButton {
        width: 90vw !important;
    }
}

@supports (-ms-ime-align: auto) {
    .rdy-product-details-template #rdyMktoReqButton {
        width: 20vw;
    }

    .rdy-product-details-template #rdy-prod-img {
        margin-top: 35px;
        background: white;
        width: 389px;
        height: 100%;
        border-radius: 12px;
    }

    #reviews-section h2.hr {
        width: auto;
    }

    .img-workday {
        width: 100%;
    }

    .img-play {
        width: 32px;
    }

    .img-micro {
        width: 80px;
    }
}

@-moz-document url-prefix() {
    #reviews-section h2.hr {
        width: auto;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .img-workday {
        width: 100%;
    }
    .img-play {
        width: 32px;
        height: 165px;
    }

    .img-micro {
        width: 80px;
        height: 165px;
    }

    #reviews-section h2.hr {
        width: auto;
    }

    .rdy-product-details-template .compatibility-container {
        background: #2071C5;
        border-radius: 12px;
        height: 100%;
        padding: 40px 35px 30px;
        float: none;
        margin-right: 15px;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 20vw;
    }

    .rdy-product-details-template #rdy-prod-img {
        margin-top: 35px;
        background: white;
        width: 389px;
        height: 100%;
        border-radius: 12px;
    }
}

@media only screen and (min-width: 768px) and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .rdy-product-details-template .close.icon-close.marketomodal {
            cursor: pointer;
            position: absolute;
            right: 21vw;
            z-index: 90000000;
            top: 100px;
            width: 30px;
            height: 30px;
            opacity: 0.5;
            padding: 10px;
        }
    }

    .rdy-product-details-template .rdy-prod-copy {
        padding-right: 20px 20px 20px 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .rdy-product-details-template {
        cursor: auto;
    }

    .rdy-product-details-template .close.icon-close.marketomodal {
        position: absolute;
        right: 21vw;
        z-index: 90000000;
        top: 100px;
        width: 30px;
        height: 30px;
        opacity: 0.5;
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .rdy-product-details-template .caret-right-class {
        right: -24px !important;
    }

    .rdy-product-details-template .caret-left-class {
        left: -24px !important;
    }

    .rdy-product-details-template .microapp-container {
        height: 450px;
    }
}
@font-face {
  font-family: "Citrix New Sans Bold";
  src: url("fonts/CitrixNewSans-Bold.ttf") format("truetype"), url("fonts/CitrixNewSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Citrix New Sans Bold Italic";
  src: url("fonts/CitrixNewSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Citrix New Sans Italic";
  src: url("fonts/CitrixNewSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Citrix New Sans Light";
  src: url("fonts/CitrixNewSans-Light.ttf") format("truetype"), url("fontsCitrixNewSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Citrix New Sans Light Italic";
  src: url("fonts/CitrixNewSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Citrix New Sans Regular";
  src: url("fonts/CitrixNewSans-Regular.ttf") format("truetype"), url("fonts/CitrixNewSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Citrix New Sans Semibold";
  src: url("fonts/CitrixNewSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Citrix New Sans Semibold Italic";
  src: url("fonts/CitrixNewSans-SemiboldItalic.ttf") format("truetype");
}


@media only screen and (min-width: 767px) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #market-place #integration-container h3{
        /*width:25% !important;*/
        }

    .safari-fix {
      flex-wrap: nowrap !important;
    }
   /* #market-place #integration-container {
      padding-bottom: 2.5rem !important;
    }*/

    #crsapp .row {
        flex-wrap: nowrap;
      }
  }
}

.microappsContainer .rsResultHead h2 {
  color: #3f4042 !important;
  font-size: 20px !important;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 6px;
}
.microappsContainer #rdy-header {
  margin-bottom: 0px !important;
  border-bottom: none;
}
.microappsContainer #rdy-content {
  padding: 0px !important;
}
.microappsContainer .footerCont {
  margin-top: 0px !important;
}

#market-place  .marketoclass div#compatibility-section {
    display: none;
}

#market-place .marketoclass{
  z-index: 99999999;
}

#market-place .search-result-full-width{
 width:92% !important;
}

#market-place .rsItemRight h4{
    font-size: 1.2rem;
}

#market-place  .marketoclass .row.collapse {
    display: block;
}

#market-place  .marketoclass .row {
    margin-left: 0;
    margin-right: 0;
}

 #market-place  #rdyMktoReqButton {
    font-size: 15px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #2071c5;
    color: #ffffff !important;
}

#market-place .marketoclasshidden{
    display: none;
}

#market-place #mktoOverlay{
    background-position-x: 50px;
}
#market-place {
  font-family: "Citrix New Sans Regular";
  background-color: #ffffff;
  /*---find your integaration*/

  /* .filter-button {
        color           : var(--gray2);
        background-color: var(--gray-bg);
        text-align      : center;
        padding         : 0.5rem 0.9375rem;
        border          : 1px solid var(--border-color3);
    } */

  /*---home link sections--*/

  /*--Future--integration-sytles--*/

  /***app-work section*/

  /*---upcoming event section*/

  /*--Getting Started Section---*/

}
#market-place .citrix-light {
  font-family: "Citrix New Sans Light";
}
#market-place .row {
  margin-left: -15px;
  margin-right: -15px;
}
#market-place .container {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 0px !important;
}
#market-place .citrix-bold {
  font-family: "Citrix New Sans Bold";
}
#market-place .video-caption p{
    font-size: 17px;
    text-align: center;
    margin-bottom: 0 !important;
}
#market-place p {
  font-size: 1rem;
  padding-bottom: 0;
}
#market-place h2 {
  font-family: "Citrix New Sans Semibold";
  font-size: 2.5rem;
  line-height: 3rem;
  color: #ffffff;
}
#market-place h3 {
  font-family: "Citrix New Sans Semibold";
  font-size: 2rem;
  line-height: 2.5rem;
}
#market-place h4 {
  font-family: "Citrix New Sans Semibold";
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #ffffff;
}
#market-place .nav-section {
  background-color: #2071c5;
}
#market-place .nav-bar {
  font-size: 1rem;
  text-align: left;
  color: #f8f5f5;
  padding: 2.5rem 2rem 1.5rem 2rem;
}
  #market-place .event-upcoming{
  background-color:#f8f8f8;
  }
#market-place a.nav-link.nav-bar:first-child {
  padding-left: 0;
}
#market-place a.nav-link.nav-bar:active {
  border-bottom: 2px solid #edf2f7;
}
#market-place a:hover {
  text-decoration: none;
  color: #0056b3;
}
#market-place .nav-item a:hover {
  color: #ffffff;
}
#market-place .icons {
  margin-right: 0.4rem;
  top: -2px;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
}
#market-place .integration-container {
  padding-bottom: 2rem;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
#market-place #integration-container {
  padding-bottom: 2rem;
}
#market-place .button {
  font-family: "Citrix New Sans Semibold";
  font-size: 1rem;
  line-height: 1rem;
  background-color: #2071c5;
  border-radius: 4.6875rem;
  color: #f8f5f5;
  border: none;
  padding: 0.625rem 1.25rem;
  margin-top: 2rem;
  cursor: pointer;
}
#market-place .container-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

#market-place .banner-section {
  background-image: url("images/iws/carousel-bg.png");
  height: auto;
  width: auto;
}
#market-place #integration-container h3 {
  width: max-content;
  height: 3rem;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.01rem;
  text-align: left;
  color: #2071c5;
  font-family: "Citrix New Sans Semibold";
}
#market-place #integration-container h3:after {
  content: "";
  display: block;
  border-top: 2px solid #000000;
  margin-bottom: 0.9375rem;
  margin-top: 1rem;
}
#market-place .search-input .input-group-text,
#market-place .search-input + .form-control {
  border: none;
  background-color: #ffffff;
}
#market-place .search-input + .form-control::placeholder {
  color: #2699fb;
}
#market-place .search-input + .form-control {
  border-radius: 0;
  font-weight: normal;
  font-size: 1.25rem;
  text-align: left;
  color: #2699fb;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
#market-place .search-input-container {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #c6c1c1;
  border-radius: 0.625rem 0.625rem 0 0;
  margin: 0 !important;
}
#market-place .search-list {
  background-color: rgba(240, 240, 240, 0.63);
  border: 1px solid #c6c1c1;
  border-top: none;
}
#market-place .search-list .collapse,
#market-place .search-list .collapsing {
  background-color: #ffffff;
}
#market-place .search-list .collapse.show {
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
#market-place .search-list .card-body {
  padding: 1.25rem 1.25rem 0;
}
#market-place .form-check-label {
  display: flex;
  align-items: baseline;
}
#market-place .search-list .card-header {
  border-bottom: none;
  padding: 0.75rem;
}
#market-place .search-list-section {
  padding: 0px;
}
#market-place .search-list-section .card-header {
  padding: 0px;
}
#market-place .card-header .mb-0 {
  width: 100%;
}
#market-place .search-list-section-title {
  text-align: left;
  font-size: 1.25rem;
  color: #0670c9;
  padding: 0.75rem 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#market-place button.search-list-section-title:hover,
#market-place button.search-list-section-title:active,
#market-place button.search-list-section-title:focus {
  text-decoration: none;
}
#market-place .search-list-ul {
  list-style: none;
  padding-left: 1rem;
}
#market-place .search-list-ul li {
  margin-bottom: 0.2rem;
}
#market-place .search-list-ul li label {
  color: #2699fb;
}
#market-place .form-control:focus {
  box-shadow: none;
}
#market-place input[type="checkbox"] {
  display: none;
}
#market-place input[type="checkbox"] + label:before {
  border: 1px solid #35a0fb;
  content: "\2713";
  color: #ffffff;
  display: inline-block;
  font: 1rem/1em sans-serif;
  height: 1rem;
  margin: 0 0.75em 0 0;
  padding: 0;
  vertical-align: baseline;
  width: 1rem;
  cursor: pointer;
}
#market-place .filter-container {
  display: none;
}
#market-place .integration-container.row .col-sm-12.col-md-7 {
  padding: 0;
}
#market-place input[type="checkbox"]:checked + label:before {
  background-color: #35a0fb;
  text-align: center;
}
#market-place input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
#market-place input[type="checkbox"]:focus + label::before {
  outline: #35a0fb auto 5px;
}
#market-place #accordion .card {
  border: none;
  border-radius: 0;
}
#market-place .breadcrumb-container div {
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #market-place .breadcrumb-container div {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
#market-place #filterModal {
  display: none;
}
#market-place .home-image {
  vertical-align: baseline;
}
#market-place .breadcrumb-container div a {
  font-family: Citrix New Sans Bold;
  font-size: 1rem;
  color: #2071c5;
}
#market-place .link-separator {
  vertical-align: text-bottom;
  color: #2071c5;
  margin: 0 1rem;
}
#market-place .home-card-sec {
  border-radius: 0.9375rem;
}
#market-place .card-image {
  padding: 2.2rem;
}
#market-place .card-body-content {
  background-color: #2071c5;
  color: #ffffff;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  padding: 0.5rem 1.5rem;
}
#market-place .card-body-content p {
  margin-bottom: 0.4rem;
}
#market-place .card-comment-section {
  display: flex;
  justify-content: space-between;
}
#market-place .future-integration-sec {
  background-color: #6c9e00;
}
#market-place .future-integration-sec .container-wrapper .row .col-12 h3 {
  color: #f8f8f8;
  float: left;
  padding-bottom: 1.5rem;
}
#market-place .future-integration-sec .container-wrapper .row .col-12 h3:after {
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
#market-place .future-integration-sec .container-wrapper .row .col-12 h3:after {
  border-color: #ffffff;
}
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child {
  display: flex;
}
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 img {
width:280px;
height:220px;
border-radius:10px;
}
#market-place .space-removal {
    padding-left: 50px;
}
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 div:last-child {
  margin-top: 0.75rem;
  color: #eaf1f7;
  font-family: "Citrix New Sans Bold";
}
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 div:last-child p {
  margin-bottom: 0.4rem;
}
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12:last-child p {
  font-family: "Citrix New Sans Light";
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #fffafa;
}
#market-place .p-14 {
  font-family: "Citrix New Sans Light";
  font-size: 0.75rem;
  line-height: 2rem;
  color: #fffafa;
}
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 div:last-child .col-12.col-md-8.col-lg-8 {
  padding: 0 2.5rem;
}
#market-place .app-work-container {
  background-color: #ffffff;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12 h3 {
  color: #2071c5;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-8.col-lg-8 ul {
  list-style-image: url("images/iws/bullet.svg");
  padding-left: 1rem;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-8.col-lg-8 ul li {
  font-size: 1rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  color: #000000;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 h3 {
  color: #2071c5;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 ul {
  list-style-image: url("images/iws/bullet.svg");
  padding-left: 1rem;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 ul li {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  color: #2071c5;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 ul li a {
  color: #2071c5;
}
#market-place .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 ul li a:hover {
  color: #0056b3;
}
#market-place .upcoming-event-section .col-12 .container-wrapper .row .col-12 div {
  background-color: #ff5f14;
  background-image: url("images/iws/upcoming-event-banner.png");
  padding-top: 3.25rem;
  padding-bottom: 4.125rem;
  padding-left: 5.625rem;
  width: 100%;
  border-radius: 0.625rem;
}
#market-place .upcoming-event-section .col-12 .container-wrapper .row .col-12 div h3 {
  font-family: "Citrix New Sans Semibold";
  font-size: 2rem;
  color: #ffffff;
}
#market-place .getting-started-sec {
  background-image: url("images/iws/blue-bg.png");
}
#market-place .getting-started-sec .col-12 .container .row:first-child {
  margin-bottom: 1rem;
}
#market-place .video-section {
  width: 100%;
  height: 260px;
  border-top-right-radius: 0.9375rem;
  border-top-left-radius: 0.9375rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #market-place .video-section {
    width: 100%;
    height:11.5rem;
  }
}
#market-place .video-caption {
  background-color: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
  position: relative;
  top: -7px;
  border-bottom-right-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
#market-place .video-caption-small {
  padding: 1rem 1rem 2rem 1rem;
}
#market-place .video-caption p:first-child {
  font-family: "Citrix New Sans Semibold";
  line-height: 2rem;
}
#market-place .video-caption p {
  color: #000000;
}
#market-place .getting-started-sec .col-12 .container .row:first-child .col-12 h3 {
  color: #ffffff;
}
#market-place .small-video-container {
  padding: 0;
}
#market-place .small-video-section {
  padding: 0 1rem 0.5rem;
}
@media only screen and (max-width: 1300px) {
  .removable-space {
    padding-left: 0;
  }

}
@media only screen and (max-width: 1024px) {
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 img {
width:100%;
height:100%;
border-radius:10px;
}

  .removable-space {
    padding-left: 15px;
  }
  #market-place .tabs-microapp {
    padding-left: 35px;
  }
  #market-place .container-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 img {
width:300px;
height:100%;
border-radius:10px;
}
  #market-place .find-container .tabs-microapp {
     padding-left: 15px;
   }
  .find-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #market-place .container-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
  #market-place.integration-container {
    padding-bottom: 4rem;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
}
@media only screen and (max-width: 768px) {
#market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 img {
width:300px;
height:250px;
border-radius:10px;
}
      #market-place .space-removal{
padding-left:15px;
      }
#market-place .button{
margin-top: 0;
    margin-bottom: 1rem;
}

  .removable-space,
  .space-removal {
    padding-left: 0;
    padding-right: 0;
  }

  #market-place .container-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .video-opener {
    margin-top: 1.5rem;
  }
}
/*---MEDIA QUERY----*/
@media only screen and (max-width: 576px) {
  #market-place .container-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
    padding-left: 0;
  }

  #market-place .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 img {
    width:300px;
    height:250px;
    border-radius:10px;
  }
  #market-place .video-section {
    height: 11.5rem;
  }
  #market-place .find-container .tabs-microapp {
      padding-left: 15px;
  }
  #market-place .integration-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #market-place .container-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .video-opener {
    margin-top: 1.5rem;
  }
  /*#market-place .row {
    margin-left: 0px;
    margin-right: 0px;
  }*/
  .banner-area {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-section .col-12 .container .row .col-xs-12.col-sm-12.col-md-6.col-lg-5 {
    padding-top: 1.5rem;
  }
  .card-section-container {
    padding-bottom: 1rem;
  }
  .col-sm-12.col-md-4.col-lg-4.card-section-container:last-child {
    padding-bottom: 0;
  }
  .col-sm-12.col-lg-7 h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .col-sm-12.col-lg-7 h4 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .future-integration-sec .container-wrapper .row .col-12 h3:after {
    content: "";
    display: block;
    border-top: 1px solid #ffffff;
    margin-bottom: 0;
    margin-top: 0.75rem;
  }
  .future-integration-sec .container-wrapper .row .col-12 h3 {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #integration-container {
    padding-bottom: 6rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0px;
  }
  #integration-container h3{
    width:100% !important;
  }

  #integration-container h3:after {
    border-top: 1px solid #000000;
  }
  .breadcrumb-container {
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumb-container div {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .nav-section {
    display: none;
  }
  .button {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    width: 100%;
    margin-top: 0.5rem;
  }
  .banner-section .col-xs-12.col-sm-12.col-md-5.col-lg-5 {
    padding-top: 1.5rem;
  }
  .video-section {
    width: 100%;
    height: 12.5rem;
  }
  .video-caption {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  }
  .filter-section {
    display: none;
  }
  .filter-container .filter-button.button {
    width: auto;
    background-color: #2071c5;
    border: none;
    color: #ffffff;
  }
  .integration-container {
    padding-bottom: 1.5rem;
  }
  .integration-container.row .col-sm-12.col-md-7 {
    padding: 0 0.9375rem;
  }
  .breadcrumb-container div a {
    font-size: 0.75rem;
  }
  .link-separator {
    margin: 0 0.5rem;
  }
  .filter-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
  }
  .future-integration-sec .col-12 .container-wrapper .row:last-child {
    padding-top: 1rem;
  }
  .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 div:last-child .col-12.col-md-8.col-lg-8 {
    padding: 0 0.9375rem;
  }
  .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12 div:last-child p {
    font-size: 1rem;
    margin: 0;
    color: #ffffff;
  }
  .future-integration-sec .col-12 .container-wrapper .row:last-child .col-12:last-child p {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .app-work-container .col-12 .container-wrapper .row .col-sm-12 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-4.col-lg-4 ul {
    margin-bottom: 0;
  }
  .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-8.col-lg-8 ul {
    margin-bottom: 0.5rem;
  }
  .app-work-container .col-12 .container-wrapper .row .col-sm-12.col-md-8.col-lg-8 ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .app-work-container .col-sm-12.col-md-4.col-lg-4 {
    padding-top: 1.5rem;
  }
  .upcoming-event-section {
    display: none;
  }
  .getting-started-sec .col-12 .container .row:first-child .col-12 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .getting-started-sec .col-12 .container .row:last-child .col-sm-12.col-md-6.col-lg-6:first-child {
    padding-top: 1rem;
  }
  .getting-started-sec .col-12 .container .row:first-child {
    margin-bottom: 0px;
  }
  .small-video-section {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 576px) and only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .breadcrumb-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .link-separator {
    margin: 0 0.5rem;
  }
  .breadcrumb-container div a {
    font-size: 0.75rem;
  }
  .filter-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
  }
  .filter-container .filter-button.button {
    width: auto;
    background-color: #2071c5;
    border: none;
    color: #ffffff;
  }
  .filter-section {
    display: none;
  }
  .button {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    margin-top: 0.5rem;
  }
  .card-comment-section {
    display: block;
  }
  .card-comment-section .p-14 {
    display: block;
    line-height: 1.5rem;
  }
  .getting-started-sec .col-12 .container .row:last-child .col-sm-12.col-md-12.col-lg-6:last-child {
    padding-top: 1.5rem;
  }
}
#crsapp .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#crsapp q h2 {
  font-size: 20px !important;
  color: #3f4042 !important;
}
#crsapp h3 {
  font-size: 16px !important;
}
@-moz-document url-prefix() {
  #market-place #integration-container h3 {
    width: max-content;
  }
}

body.microappsContainer.prevent-scroll{
    overflow: auto;
}
@media only screen and (max-width: 400px) {
  #market-place .video-section {
    height: 9rem;
  }
}

@supports (-ms-ime-align: auto) {
  #market-place #integration-container h3 {
    width:33.5rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #market-place #integration-container h3 {
    width:33.5rem;
  }
}
select {
  width: 100%; }

/* Standard Forms */
form {
  margin: 0 0 0; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.813rem;
 line-height: 1.6rem;
  cursor: pointer;
/*  display: block;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
  background: #f4f4f4;
  border-right: none;
  color: #3f4042;
  border-color: #cccccc;
}

.postfix.button.rdy-globalsearchbutton {
  z-index: 99991;
  background: #fff;
  border: solid 1px #cccccc;
  border-left: none;
  min-width:45px;
  width:100%;
}

.prefix.button  {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  background: #f4f4f4;
  line-height: 2.125rem;
  border: none;
}

.prefix.rdy-globalsearchinput {
  border-right: none;
  margin: 0;
}

.prefix.button.rdy-globalsearchselector {
  border: solid 1px #cccccc;
  border-right: none;
  text-align: left;
  padding-left: 15px;
  background-image: url("images/arrow_sm.png");
  background-position: 92% center;
  background-repeat: no-repeat;
  font-size: 1em;
}

.prefix.button.rdy-globalsearchselector {
  color:#3f4042;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* uncomment and use class if you want roundy things for select dropdowns */
/*  select.radius {
    border-radius: 3px; }*/
  select:hover {
    background-color: #f4f4f4;
/*    border-color: #999999;*/ }
  select:disabled {
    background-color: #f4f4f4;
    cursor: default; }

input[type="text"].radius, input[type="password"].radius  {
  border-radius:3px;
}

textarea.radius {
  border-radius:3px;
 }

  input[type="text"], input[type="password"],
  textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: inherit;
  border: 0px solid #cacaca;
        background: #195a9d;
  color: #FFFFFF !important;
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0.5rem 0rem 0.5rem;
  height: 44px;
  width: 100%;
}

 input[type="text"]#rdy-globalsearchinput {
 	border:0px solid #666;
 	border-right:0;
        border-bottom:1px solid #D0D0CE;
 	}

 	input[type="text"]#rdy-globalsearchinput:focus{
 		outline: none
 		}

 ::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

:-ms-input-placeholder {
   color: #fff;
}

/* Ready specific styles */
/* keep the font-size in px here as webkit has some issues. Even optgroup didn't work for the option font-sizes */
.rdy-lang-select {
    -moz-appearance: none;
    -webkit-appearance:none;
    background: url("images/arrow_sm.png") no-repeat scroll 75% center #fff;
    border: 0 none;
    font-size: 12px;
    /*line-height: 1.1em;*/
    margin-left: -2px;
    padding: 3px 5px 3px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 120%;
    background-color:#f4f4f4;
}

.ie8 .rdy-lang-select {
	padding-right:0px;
}

.rdy-filter-select, .rdy-filter-select:hover {
    -moz-appearance: none;
    -webkit-appearance:none;
    background: url("images/arrow_sm.png") no-repeat scroll 85% center #fff !important;
    border: 0 none;
    font-size: 0.813rem;
    /*line-height: 1.1em;*/
    margin-left: -2px;
    padding: 3px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 111%;
    background-color:#fff;
    height: 38px;
    cursor: pointer
}

.ie8 .rdy-filter-select, .ie8 .rdy-filter-select:hover  {
	padding-right:0px;
 	width:112%;
}

/* .rdy-filter-select:focus {
	width:101%;
	background: url("images/arrow_sm.png") no-repeat scroll 94% center #f4f4f4;
     margin-left: -2px;
    padding: 3px 8px;
} */

/* Header language filter */
.rdy-languages {
  display: inline;
  padding: 0 10px !important;
        background: url(master/images/Globe-Icon.svg) no-repeat left center;
}

.rdy-lang-label {
  color: #4d4d4f;
  margin-right: 15px;
}
.rdySelectWrapper {
  display: inline-block;
  width: 112px;
  overflow: hidden;
  vertical-align: middle;
}
.rdySelectWrapper select {
  height: 22px;
  margin: 0;
  padding: 0 5px;
  background:url(images/arrow_sm.png) no-repeat scroll 90% center;
  border: 0 none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  -moz-appearance: none;
}
.rdySelectWrapper select.rdy-lang-select {
  width: 100%;
}

/* Header language filter - small devices */
#rdy-topnav.open .rdy-languages {
  display: block;
  padding: 5px 5px 5px 20px !important;
  border-top: 1px solid #FFF;
}
#rdy-topnav.open .rdy-lang-label {
 width: 20%;
 color: #FFF;
}
#rdy-topnav.open .rdySelectWrapper {
 margin-top: -3px;
}/*
#rdy-topnav.open .rdySelectWrapper select {
 height: 38px;
 background-image: url(images/white_arrow.png);
 background-position: 96% center;
 background-color: #404241;
 color: #FFF;
 font-size: 0.875rem;
}*/

input[type=checkbox][disabled]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background-color: #eeeeee;
    color: #f4f4f4;
    border-color: #eeeeee;
    border-radius:0;
    cursor:arrow;
}

label.disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    color:#cccccc;
}

input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance:none;
  cursor: pointer;
  display: inline-block;
  border:1px solid #afafaf;
/*   border-radius:3px; */
	border-radius:0;
  background-color:#fff;
  width: 14px;
  height: 14px;
  position: relative;
  margin:5px 3px 0px 0px;
  font-size: 0.813rem;
/*  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEVMaXGPj490dHRmZma4uLju7u6tra3R0dE1mRR7AAAAAXRSTlMAQObYZgAAADdJREFUeNrNyMENADEMAkHYnO3+Oz6/UErISDwWqdrRtQ0OKPUuipati/3wgS5Yc/yFGWk4sf0DcjYA8vD7brEAAAAASUVORK5CYII=) 0 0 no-repeat;
*/}

.ie8 input[type="checkbox"] {
  appearance:none;
  cursor: pointer;
  display: inline-block;
/*   border:1px solid #bdbdbd; */
/*   border-radius:3px; */
  background-color:#fff;
  width: 14px;
  height: 14px;
  position: relative;
  font-size: 0.813rem;
}


input[type=checkbox]:checked:before {
   content: '\2713';
  font-size: 0.813rem;
/*   width: 14px;
  height: 14px; */
  color: #3f4042;
  position:absolute;
  top:-2px;
  margin:0;
  padding:0;
/*     margin:5px 3px 0px 0px; */
  /*  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAMAAADDGrRQAAAAGFBMVEVMaXGIiIhoaGiwsLDp6enX19eamprGxsYkIeQKAAAAAXRSTlMAQObYZgAAAFpJREFUeNpdytEWwDAEA9BA9f//eCNTPcuTXAGWyUk4Mkv1tqUGmPKHXrwo8iONtiHxsh1+U5rxaiqTuptobE004jduS+TK2hJJY4VJbUGDY9pWsZNQA3FCegAfCwHTlsJAJQAAAABJRU5ErkJggg==);*/
}

input[type="checkbox"]::-ms-expand {
  display:none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: none;
  font-family: "citrixsans-semibold",Arial,Helvetica,sans-serif;
  background-color: #0090da;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin:10px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.938rem;
  cursor:pointer;
}

input[type="submit"]:disabled {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance:none;
   background: none;
   background-color: #fff;
   border: 1px solid #dedede;
   color: #dedede;
   cursor: default;
}
/* form paddings */

#rdy-info-form {
  padding-top: 14px;
}

/* Form overrides */
/* use for full-width submit buttons or any other */
.rdy-fullwidth {
	width:100%;
	text-align:center;
}

/* override label styles to be bigger in request forms */
#rdy-info-form label, #rdy-download-form label, #rdy-review-form, .rdy-loginforms label, #rdy-forgotform label, #rdy-resetform label {
  font-size: 1rem;
  line-height: 1.6em;
}

#rdy-forgotform label, #rdy-resetform label {
 	margin-top:20px;
 	display:block;
}

#rdy-info-form textarea, #rdy-review-form textarea {
  height: 92px;
  border-radius:3px;
}

label.rdy-infocheck {
  margin-right:30px;
}
@media only screen and (max-width: 808px) and (min-width: 768px){
.rdySelectWrapper {
    margin-top: 0px !important;
}
                    }
/* ------------------ HEADER STYLES START -------------------- */
/* Small and medium screen header styles for Ready, based off of global and changes by creative */

h1, h2, h3, h4 {
    margin: 0;
    padding:0;
}

h1 {
    font:normal 28px "citrixsans-light", Arial, Helvetica, sans-serif;
    color:#3f4042;
   margin-bottom: 12px;
    min-height: 24px;
   line-height: 26px;
/*    *line-height: 42px*/
}

h2 {
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 4px;
    color: #3f4042;
}

h3 {
    font:normal 16px/19px "citrixsans-light", Arial, Helvetica, sans-serif;
    color:#3f4042;
    margin: -14px 0 20px 0;
}

h4 {
    font: 15px/30px "citrixsans-semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:#3f4042;
    margin: 8px 0 1px 0;
}

h5 {
    font-size:10px;
    line-height:normal;
    font-weight: normal
}

/* ------------------ HEADER STYLES END -------------------- */

/* ------------------ LINK STYLES START -------------------- */
/* Remove/clean up later as all these may not be needed */

a,
.ctx-tiny-link,
.ctx-emphasis-link,
.ctx-color-blue
{
    color:#0090da;
    text-decoration:none;
    outline:none;
}

.ctx-tiny-link
{
    font-size:11px;
}

.ctx-tiny-text{
    font-size: 12px;
    margin-left:5px
}

.ctx-emphasis-link
{
    font:normal 15px "citrixsans-semibold", Arial, Helvetica, sans-serif;
}

/*a:hover,
.ctx-tiny-link:hover,
.ctx-emphasis-link:hover
{
    color:#0077c1;
    border-bottom:1px dotted #0077c1;
}
*/

a:active,
.ctx-tiny-link:active,
.ctx-emphasis-link:active
{
    color:#0090da
}

a:visited,
.ctx-tiny-link:visited,
.ctx-emphasis-link:visited
{
    color:#563173;
/*    border-bottom-color:#563173;*/
}

/* a.nob-image:hover,
a.ctx-video-lightbox.nob-image:hover{
    border: none !important
} */

a .ctx-blue-arrow-link,
a.ctx-popout-rte .ctx-blue-arrow-link,
.ctx-blue-arrow-link a,
.ctx-blue-arrow-link a.ctx-popout-rte,
.ctx-quotes-link .ctx-blue-arrow-link
{
    display:inline-block;
    background:url(../citrix/clientlibs/main/images/blue-arrow-vd.png) right center no-repeat;
    padding-right:10px;
    border-bottom:1px dotted transparent;
}


.ctx-box .ctx-blue-arrow-link {
    border-bottom:1px dotted transparent;
}

.ctx-box .ctx-blue-arrow-link a:hover,
.ctx-blue-arrow-link a:hover,
.ctx-quotes-link .ctx-blue-arrow-link:hover
{
    border-color: #0077c1;
}

.ctx-large-btn, .ctx-large-btn:visited, .ctx-large-btn:active, .ctx-large-btn:focus {
    background-color: #DEDEDE;
    border: 0 none;
    border-radius: 3px;
    color: #3F4042;
    display: inline-block;
    font: 15px/15px "citrixsans-regular",Arial,Helvetica,sans-serif;
    margin-right: 10px;
    padding: 12px 20px;
}

a.ctx-small-btn.ctx-small-blue, a.ctx-medium-btn.ctx-medium-blue, a.ctx-large-btn.ctx-large-blue, a.ctx-small-btn.ctx-small-blue:visited, a.ctx-medium-btn.ctx-medium-blue:visited, a.ctx-large-btn.ctx-large-blue:visited, .ctx-large-btn.ctx-large-blue {
    background-color: #0090DA;
    color: #FFFFFF;
}
/* ------------------ LINK STYLES END-------------------- */

.clear{clear:both;height:0;font-size:0;line-height:0}

input, textarea, select, p, #CQrte td {
    font-family: "citrixsans-regular",Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background: #F4F4F4 url("images/arrow_sm.png") no-repeat scroll 98% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0px 5px;
  border-radius: 0;
  height: 44px;
}

select::-ms-expand {
    display: none;
}

select.radius {
    border-radius: 3px;
}

select:focus {
    background-color: #ffffff;
    border-color: #999999;
}

select:disabled {
    background-color: #DDDDDD;
    cursor: default;
}

select[multiple] {
    height: auto;
}

/* Citrix Button styles from buttons.css only required items now, add more as needed */

.ctx-large-btn, .ctx-large-btn:visited, .ctx-large-btn:active, .ctx-large-btn:focus {
    background-color: #dedede;
    display: inline-block;
    margin-right: 10px;
    font: 15px/15px "citrixsans-semibold", Arial, Helvetica, sans-serif;
    color: #3f4042;
    padding: 12px 20px;
    border:none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.ctx-large-grey, ctx-large-grey:visited, .ctx-large-grey:active, .ctx-large-grey:focus  {
	background-color: #dedede; color: #404042;
}

a.ctx-large-btn:hover{border-bottom: none; background-color: #cdcdcd; color: #3f4042; cursor: pointer}

/* ------------------ LARGE BUTTONS END -------------------- */

/* ------------------ MEDIUM BUTTONS START -------------------- */

.ctx-medium-btn, .ctx-medium-btn:visited, .ctx-medium-btn:active, .ctx-medium-btn:focus{
    background-color: #dedede;
    display: inline-block;
    margin-right: 10px;
    font: 13px/13px "citrixsans-semibold", Arial, Helvetica, sans-serif; color: #3f4042;
    padding: 10px 18px;
    border:none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.ctx-medium-btn:hover{border-bottom: none; background-color: #cdcdcd; color: #3f4042; cursor: pointer}

/* ------------------ MEDIUM BUTTONS END -------------------- */

/* ------------------ SMALL BUTTONS START -------------------- */

.ctx-small-btn, .ctx-small-btn:visited, .ctx-small-btn:active, .ctx-small-btn:focus{
    background-color: #dedede;
    display: inline-block;
    margin-right: 10px;
    font: 11px/11px "citrixsans-semibold", Arial, Helvetica, sans-serif;
    color: #3f4042; padding: 8px 16px;
    border:none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a.ctx-small-btn:hover{border-bottom: none; background-color: #cdcdcd; color: #3f4042; cursor: pointer}

/* ------------------ SMALL BUTTONS END -------------------- */

/* ------------------ Blue Buttons ----------------------*/

a.ctx-small-btn.ctx-small-blue,
a.ctx-medium-btn.ctx-medium-blue,
a.ctx-large-btn.ctx-large-blue,
a.ctx-small-btn.ctx-small-blue:visited,
a.ctx-medium-btn.ctx-medium-blue:visited,
a.ctx-large-btn.ctx-large-blue:visited{background-color: #0090da; color: #fff;}

a.ctx-small-btn.ctx-small-blue:hover,
a.ctx-medium-btn.ctx-medium-blue:hover,
a.ctx-large-btn.ctx-large-blue:hover{background-color: #0077c1; cursor: pointer;}

/* ------------------ End Blue Buttons ------------------ */

/* Ready Specific Button */

/* ------------------ grey Buttons ----------------------*/
a.ctx-small-btn.ctx-small-grey,
a.ctx-medium-btn.ctx-medium-grey,
a.ctx-large-btn.ctx-large-grey,
a.ctx-small-btn.ctx-small-grey:visited,
a.ctx-medium-btn.ctx-medium-grey:visited,
a.ctx-large-btn.ctx-large-grey:visited{background-color: #dedede; color: #404042;}

/* ------------------ Resource icons based on current data. Uncomment any others and use w/rdy- prefix if needed in the future ----------------------*/
/* uses the same sprite from .com and differs from .com set in that there is only one narrow set here and not authorable so resource-holder class isn't used */

.rdy-icon {
    background: url("master/images/document-icons-small-vd.png") no-repeat scroll left -145px rgba(0, 0, 0, 0);
    height: 15px;
    margin-top: -2px;
    width: 20px;
    display:inline-block;
}

.resource-holders h3 {
    line-height: 24px;
}

.rdy-doc {
    background-position: left top;
}

.rdy-large-tv {
    background-position: left -59px;
    height: 13px;
}

.rdy-img {
    background-position: left -160px;
}

.rdy-html {
    background-position: left -45px;
    height: 14px;
}

.rdy-zip, .rdy-ipa, .rdy-apk {
    background-position: left -175px;
}

.rdy-txt {
    background-position: left -130px;
}
.rdy-xls {
    background-position: left -15px;
}
.rdy-ppt {
    background-position: left -30px;
}
/*
.rdy-psd {
    background-position: left -190px;
}
.rdy-ai {
    background-position: left -205px;
}
.rdy-swf {
    background-position: left -220px;
}
.rdy-fla {
    background-position: left -235px;
}
.rdy-dev {
    background-position: left -250px;
}
.rdy-rar {
    background-position: left -267px;
}
.rdy-tar {
    background-position: left -175px;
}
.rdy-mp3 {
    background-position: left -72px;
}
.rdy-disc {
    background-position: left -282px;
} */

/* Large screen header styles for Ready, based off of global and changes by creative */
@media only screen and (min-width: 48.063em) {

  h1, h2, h3, h4 {
    margin: 0;
    padding:0;
  }
  h1 {
    font:normal 35px "citrixsans-light", Arial, Helvetica, sans-serif;
    color:#3f4042;
    margin-bottom: 20px;
    min-height: 32px;
    line-height: 34px;
    /*    *line-height: 42px*/
  }

  h2 {
    font-size: 23px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 6px;
    color: #3f4042;
  }

  h3 {
    font:normal 16px/19px "citrixsans-light", Arial, Helvetica, sans-serif;
    color:#3f4042;
    margin: -14px 0 20px 0;
  }

  h4 {
    font: 15px/30px "citrixsans-semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color:#3f4042;
    margin: 8px 0 1px 0;
  }

  h5 {
    font-size:10px;
    line-height:normal;
    font-weight: normal
  }
}

/* Dialog popup styles - start */
#dlgOverlay {
  display: none;
  z-index: 99995;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); opacity: 0.6;
}
.dlgPopup {
  position: fixed;
  z-index: 99996;
  top: 100px;
  left: 500px;
  min-width: 525px;
  background: #FFF;
}
.dlgHead {
  position: relative;
  padding: 18px;
}
.dlgHead h3 {
  display: block;
  width: 100%;
  font: 23px/25px "citrixsans-light",Arial,Helvetica,sans-serif;
  margin: 0;
}
.dlgHead .filterClose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.5em;
  color: #bbb;
  cursor: pointer;
}
.dlgBody {
  padding: 0 18px 15px;
}
/* Dialog popup styles - end */

/*Styles common to small/mobile and all */

.container {
    width: 90%;
/*  max-width: 305px;*/
    margin: 8px auto;
}
.toggleMenu {
    display:  none;
    background: #6b6b6e;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#404241;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}

.rdy-cat-name, rdy-cat-name2 {
	display:inline-block;
	width:98%;
	line-height: 20px;
	padding-top: 10px
}


/*main dropdown */
.nav ul {
    list-style: none;
    width: 295px;
}
.nav a {
    padding: 0 40px 0 12px;
    line-height: 44px;
    color:#fff;
    display: block;
    font-size: 0.975em;
}

.nav .hover a.browse-main{
	line-height: 45px
	}
.nav a:hover {
    text-decoration: none;
    border: none;
}

.nav .icon-arrow-down2{
	display:block;
	position: absolute;
    right: 15px;
    top: 15px
}

.nav li {
    position: relative;
    width:100%;
    width: calc(100% + 1px);
    border-top: 1px solid #FFF;
}
.nav li:first-child {
  border: none;
}
.nav > li {
    float: left;
}
 .nav > li:first-child {
/* 	border-bottom: 1px solid #3f4042; */
}

/* This one is for browse-by */
.nav > li > .parent {
/*     background-image: url("images/white_arrow.png"); */
    background-repeat: no-repeat;
    background-position: 95% center;
    width: 100%;
}


.nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 99999
}
.nav > li.hover > ul {
    left: 0;
 /* set as higher percentage to overlap the top browse-by */
   width: 121%;
   width: calc(100% + 92px);
}

/*intermediate mqs for getting the nav block all across*/
@media only screen and (min-width: 30.063em) {
  .nav > li.hover > ul,
  .nav > li:hover > ul {
      width: 111.5%;
      width: calc(100% + 92px);
  }
}
/* These may be needed if calc property isn't working in the browsers/devices we support */
/* @media only screen and (min-width: 32em) {
.nav > li.hover > ul {
    width: 112.5%;
}
}
@media only screen and (min-width: 40em) {
.nav > li.hover > ul {
    width: 113.7%;
}
} */
/*ending intermediate mqs */
.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a , .nav li li a:hover {
    background: #404241;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #3f4042;
}

.nav li li a.parent {
    background: #404241;
    position: relative;
    background-repeat: no-repeat;
    background-position: 95% center;
    z-index:100;
    border-bottom: 1px solid #3f4042;
}


.nav li li li a {
    background:#fefefe;
    z-index:200;
    color: #0090da;
}


.nav li li li a span{
	display: block;
    line-height: 24px;
    padding: 10px 0;
}

/* for the flyout items on hover */

.nav li li li a:hover {
    border:none;
}

/*styles for nav in medium screen when hamburger nav is not available */
@media only screen and (min-width: 30.063em) {
.nav {
    padding-left: 0;
}
    }

/* small/mobile only styles modifying large styles wrt to mobile */

@media screen and (max-width: 768px) {
    .active {
        display: block;
}
.nav > li {
        float: none;
}
.nav > li > .parent {
        background-position: 95% 50%;
}
.nav li li .parent {
/*         background-image: url("images/right_arrow.png"); */
        background-repeat: no-repeat;
        background-position: 97% 50%;
}

.nav ul {
        display: block;
        width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
        position: static;
        border: none;
        margin-left: -45px;
}
.nav li li.hover ul {
  margin-left: 0;
}
.nav li li li  a, .nav li li li  a:hover   {
        background: none repeat scroll 0 0 #f4f4f4;
        display: block;
        position: relative;
        z-index: 100;
        color: #3f4042;
        text-decoration: none;
        border-bottom: 1px solid #fefefe;
}

/*    .nav li li li  a:link:last-child  {
            border-bottom: none;
} */

}

/* large only styles */

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

.nav li {
    position: relative;
    width: 100%;
}

.nav li li:hover a  {
    background: none repeat scroll 0 0 #dddddd;
    position: relative;
    z-index: 100;
    color: #0090da;
    text-decoration: none;
    border: none;
}

.nav li li:hover a .rdy-cat-name2 {
	    color: #3f4042;
}

.nav li li:hover a.parent {
        color: #3f4042;
}

#test {
    position: relative;
    top:-10%;
}

.nav li li a , .nav li li a:hover {
    border: 0;
}

.nav li li a.parent {
    border-bottom: 0;
}

.nav > li:hover > ul {
    width: 100%;
    left: 0
}
.nav li li:hover ul{
	left: 100%;
	top: 0
}

.nav li li li a:hover {
	background-color: #d1d1d1;
	border-bottom-color: #d1d1d1
	}

}

/* ------------------ DEFAULT MOBILE FIRST MEDIA QUERY All COMMON CLASSES -------------------- */
/* Specific styles related to icons are in icomoon-icons.css */

/* This mq has small only styles*/
@media only screen and (max-width:48.0em) {
	/* 	This is to hide divs in small that need to show only on large  */
	.rdy-largeonlyinline {
		display:none;
	}
	.rdy-largemediumonly {
		display:none;
	}
	.small-only-right {
		text-align:right;
	}
	#shareFilter, #filterCopyDlg {
		display: none;
	}

}
/* end small only */

body {
    background-color: #fff;
    color: #3f4042;
    margin:0px;
    padding:0px;
    font:normal 1em "citrixsans-regular", Arial, Helvetica, sans-serif;
    color:#3f4042;
    word-spacing:0px;
    letter-spacing:0px;
    height:100%;
    font-weight: normal;
    font-style: normal;
    position: relative;
}

body.noscroll {
    overflow: hidden;
	-moz-scrollbars-vertical:none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: none;
}


body.noscroll::-webkit-scrollbar {
	width: 0 !important;
	display:none;
	-webkit-overflow-scrolling: none;
}

button:focus,
select:focus,
input:focus {
	outline:0;
	}

#rdy-topbar{
	background-color: #000;
	height: 10px
}

.rdy-largeonlyblock {
	display:none;
}

/*Foundation override for column padding for mobile */

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

.text-center {
	text-align:center;
}

body p {
	font-size:1em;
	line-height:1.438em;
    padding-bottom: 30px;
}

body p:last-child {
    padding-bottom: 0px;
}

#rdy-container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 63.75em;
    position: relative;
}

#rdy-header {
    height: auto;
    background-color:#fff;
    padding-left: 0;
    padding-right: 0;
}

.rdy-logo a {
	display: block;
	margin: 12px 0 14px 15px;
}


.rdy-logo a:link, .rdy-logo a:visited, .rdy-logo a:hover, .rdy-footerlogo a:link, .rdy-footerlogo a:hover {
    text-decoration: none;
    border: none;
}


/*SMALL NAV These are the styles for mobile-first top nav in small viewports */
#rdy-topnav {
	z-index: 99991;
  position: absolute;
  top: 61px;
  left: 0;
	width: 100%;
  background-color: #FFF;
  text-align: left;
}
.rdy-logo img {
	max-width: none;
}
a#rdy-topmenuicon {
  display: inline-block;
  color: #FFF;
  font-size: 1.6em;
  padding: 10px 8px 15px 6px;

}
a#rdy-topmenuicon .icon-humberger{
    display: block;
    width: 28px;
    height: 9px;
    margin-top: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
a#rdy-topmenuicon .iconic{
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 5px;
    background: #000000;
}
.expanded-menu {
    display: none;
}
#rdy-topnav.open .expanded-menu {
    display: block;
    position: relative;
    left: 0;
		margin-top: 44px;
    font-size: 0.95em;
    text-align: left;
    color:#3f4042;
    background-color: #404241;
    z-index: 200;
    overflow: hidden;
}
#rdy-topnav.open a#rdy-topmenuicon {
    display: inline-block;
		z-index: 999;
		position: absolute;
		top: 0;
		padding-bottom: 16px;
}
#rdy-topnav.open .expanded-menu a:link, .expanded-menu a:visited, #rdy-topnav.open .expanded-menu a:hover {
    display: block;
    text-decoration: none;
    border: none;
    padding: 13px 20px;
    border-top: 1px solid #ffffff;
}
#rdy-globalsearchsubmit {
	   width: 46px;
/*     width:100%; */
}
.rdy-categories {
	z-index: 99992;
  width: 83%;
  width:calc(100% - 95px);
  margin-left: 46px;
  color: #fff;
  padding-right: 1px;
  padding-left: 0px;
  padding-bottom: 12px;
}
.rdy-searchinput-wrap {
	white-space: nowrap
}
.rdy-globalsearch {
/*  width: 17%; */
	width: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.topnav-separator {
    display: none;
}

#rdy-content {
    padding: 16px;
    background-color: #ffffff;
}

.rdy-emphasis {
    font-size: 1rem;
/*     font-weight: 600; */
    line-height: 1.4rem;
    padding: 11px 0 4px 0;
    display: inline-block;
    /* this is required for webkit to display bold. it doesn't honor font weights when font families are used */
    font-family:"citrixsans-semibold",Arial,Helvetica,sans-serif;
/*     letter-spacing:-1px; */
}

.rdy-strong {
	    font-size: 23px;
 	    line-height: 32px;
}

.rdy-input {
	display: inline-block;
    float: left;
    width: 20px;
    line-height: 32px;
}

.rdy-label {
 	display: inline-block;
    float: left;
    width: 93%;
}

.rdy-smallfull {
	width:100%;
	text-align:center;
	padding:0px 0px 10px 0;
}

#rdy-filters {
    	position:absolute;
        top: -100px;
        left: 1%;
        right:1%;
        border:  1px solid #bdbdbd;
        z-index: 99995;
        display:none;
        background-color:#f2f2f2;
        padding: 5px 0 10px 0;
}

#rdy-filter-row .rdy-search-filter-submit,
#rdy-filter-row .rdy-category-filter-submit{
	min-width: 150px
}


#rdy-filtersoverlay {
    background-color: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
	-moz-scrollbars-vertical:none;
	-webkit-overflow-scrolling: none;
    display:none;
    z-index:99994;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow:hidden;
}

#rdy-filtersoverlay::-webkit-scrollbar {
	width: 0 !important;
	display:none;
}

.rdy-filters-top-actions{
	height: 60px;
	position: relative
}
.rdy-filters-top-actions span{
	font-size: 24px;
	margin: 13px 0px 0 17px;
	display: inline-block
}
.rdy-filters-top-actions .rdy-btns{
	float: right;
	margin-right: 17px
}

/* Share filter link dialog */
#shareFilter {
	cursor: pointer;
	color: #666;
	margin-top: -2px;
}
#filterCopyDlg {
 	width: 525px;
}
.filterLinkCont {
	padding-left: 12px;
}


.catFilterHeader {
	margin-top: 18px;
	line-height: 1.6em;
	cursor: pointer;
}
.catFilterHeader .catFilterToggle {
	font-size: 24px;
	vertical-align: top;
	margin-top: -1px;
}
.catFilterHeader span {
	font: normal 1.1em "citrixsans-regular", Arial, Helvetica, sans-serif;
	margin-left: 3px;
}
.catFilterHeader a, .catFilterHeader a:hover, .catFilterHeader a:visited {
	color: #3f4042 !important;
}
.catFilterHeader .rdy-category-product-remove,
.catFilterHeader .rdy-search-product-remove {
	margin-left: 3px;
}
.catFilterHeader .fa-close {
	padding: 0 0 0 3px;
	vertical-align: top;
	margin-top: 3px;
}
.versionFilterList .chk, .productCheckAll {
	vertical-align: top;
}
.productCheckAll {
	margin-top: 3px;
}
.rdy-product-version-filter-wrap .rdy-chk-label {
	line-height: 1.4em;
}
.allFilterCheck .rdy-chk-label {
	margin-top: 2px;
}
.versionFilterList .columns {
	margin-top: 7px;
}
.allFilterCheck {
	line-height: 0;
}
.allFilterCheck .columns {
	margin-top: 0;
}

#rdy-filters label {
	padding-left:6px;
}

/* Product Alert message on Category & Search Results pages */
.productAlertMsg {
  width: 100%;
	padding: 17px 0;
	margin-top: 10px;
	border: 1px solid #D0CDC7;
	border-left: none;
	border-right: none;
}
.productAlertMsg strong {
	padding-right: 10px;
}
.productAlertMsg span {
  color: #ff0000;
}

/* Mobile-first home page styles */

#rdy-homeheader {
	margin:-16px -16px 30px;
	background: url("images/rdy_homebg_dark.jpg") no-repeat left top;
	height:240px;
}

.rdy-headercontent {
	padding:50px 16px 0 16px;
}

.rdy-headercontent h1{
	color: #fff;
	line-height: 32px
}
.rdy-headercontent img{
	display: none
}

.rdy-headercontent p {
	font-size:16px;
	width:80%;
	padding-bottom:20px;
	color: #fff
}

#rdy-homeicons {
	text-align:center;
	margin: 0 -20px 0 -16px;
}

#rdy-homeicons a{
	display: block
}
#rdy-homeicons span.title {
	width:138px;
	display:inline-block;
 	height:65px;
	padding:17% 0 2%;
  	vertical-align: middle;
  	text-align:center;
}

#rdy-homeicons span.title:after {
	width:0;
	display:inline-block;
 	line-height:24px;
  	vertical-align: middle;
  	text-align:center;
  	overflow:hidden;
  	content:"\00A0";
}

#rdy-homeicons img {
	padding:30px;
}

#rdy-homeicons .columns {
	border:1px solid #e5e5e5;
   	margin:-1px 0 0 -1px;
   	text-align:center;
/*    	vertical-align:middle; */
}

#rdy-homeicons div:nth-of-type(1) {
	border-right:none;
	border-bottom:none;
/* 	height:226px; */
}

#rdy-homeicons div:nth-of-type(2) {
    margin-left: -1px;
}

#rdy-homeicons div:nth-last-of-type(1) {
	float:left;
}

#rdy-homepromos {
 	margin:35px 0 7px -2px;
}

#rdy-homepromos img {
 	padding:0px 5px;
 	border: 3px solid #fff
}

@media only screen and (min-width: 45em) {
	#rdy-homepromos .columns:first-child img {
	 	padding-left: 0;
	 	padding-right: 10px
	}
	#rdy-homepromos .columns:last-child img {
	 	padding-right: 0;
	 	padding-left: 10px
	}

}

#rdy-discover {
	padding-bottom:0;
	margin:0 4.3%;
	padding-right:16px;
}
#rdy-discover h3{
	font-size:16px;
	text-align:left;
	margin: 0;
	font: normal 1em "citrixsans-regular", Arial, Helvetica, sans-serif
}

#rdy-homefooter {
    background-image: url("master/images/glow_gradient.png");
    background-position: bottom center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
    /* border-bottom: 1px solid #bdbdbd;*/
    padding:0 2.4% 50px;
    margin-bottom:-30px;
}

.rdy-footercolumn {
	width:100%;
	padding: 30px 2.4% 0;
	float:left;
}

.rdy-homecategories {
  padding-top:5px;
  font-size: 0.813rem;
  line-height:1.5rem;
}

/* Styles for star ratings component */

.ratings-bar {
    background-repeat: repeat-x;
    height: 18px;
}

/* to adjust star ratings placement for  */

.rdy-partner .ratings-bar {
	margin-top:	9px;
}

.rdy-star-rates .ratings-bar {
	height:15px;
}

.ratings-bar.empty {
    width: 85px;
}

.ratings .empty {
    background-image: url("images/empty_star.png");
}

.ratings-bar.full {
    width: 0;
}

.ratings .full {
    background-image: url("images/filled_star.png");
}

.ratings-text {
	color:#bdbdbd;
	padding-right:9px;
}

/* closing styles for star ratings component */

.light-text {
    color:#bdbdbd;
}

.divider {
    font-size: 1.313em;
    color:#bdbdbd;
    padding-right: 10px;
}

#rdy-filters .columns {
    padding-left: 0;
}

/* Category pages styles mobile-first */

ul.breadcrumbs {
	list-style: none;
	overflow: hidden;
	font-size: 0.813em;
/* 	padding-left:15px; */
}

.breadcrumbs li {
	float: left;
}

.breadcrumbs li a {
	color: #0090da;
	text-decoration: none;
    padding:0px 5px 30px;
	display: inline-block;
	float: left;
}

.breadcrumbs li:after {
	content: ">";
}

.breadcrumbs li:last-child:after {
	content: "";
}

#rdy-results {
    padding-left: 0px;
}

.rdy-filter-divider {
	height: 1px;
	background-color: #ccc;
	margin-top: 22px
}

.rdy-chk-label {
	margin-left: 3px;
}

.rdy-filterby .row {
    position: relative;
}
  .disabled-mask{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 999
  }
  .disabled-option .disabled-mask{
    display: block
  }
  .disabled-option .rdy-chk-label{
    color: #bdbdbd
  }

.rdy-filterby button,
.rdy-filterby button:active,
.rdy-filterby .ctx-large-btn,
.rdy-filterby .ctx-large-btn:active{
	display: block;
	width: 100%;
	margin-top: 15px;
	padding: 8px 20px;
	height: 40px
}

.rdy-section-title {
    font: 1.125em "citrixsans-semibold",Arial,Helvetica,sans-serif;
    padding:9px 17px 5px;
    background-color: #dedede

}

.rdy-cat-list, .rdy-filterby {
    width: 65%;
    font-size: 0.813em;
    padding: 3px 17px 0;
    line-height:2.2em;
    background-color: #f2f2f2;
    margin-bottom: 25px;
    padding-bottom:20px;
}
.rdy-filterby {
	width: 100%;
	margin-bottom: 0;
}
.rdy-product-version-filter-wrap {
	line-height: 0;
}


#rdy-resultsort {
    font-size: 0.813em;
}

#rdy-result-count, .rdy-selection-count {
    font-size: 1rem;
    padding: 6px 0 0;
    display: inline-block
}

#rdy-sort {
    text-align: left;
    margin:10px 0 15px;
    display: table;
}

#rdy-sort .rdy-smallonlyinline{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	width: 90px
}

#loading{
	position: fixed !important;
	top: 0;
	left: 0;
	opacity: 0.5 !important
}

.ajax-loader {
    left: 50%;
    position: fixed;
    top: 50%;
    margin: -20px 0 0 -20px
}

/*Page Overrides */

#rdy-category-pg #rdy-content, #rdy-prod-pg #rdy-content {
    padding: 0px 15px 30px 15px;
}

#rdy-product-pg h2 {
    margin-bottom: 15px;
}

#rdy-resultblock .rdy-item {
    font-size: 0.813rem;
    line-height: 1.8em;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;
}
#rdy-resultblock .rdy-item:last-child {
    border-bottom: none;
}

#rdy-results-next {
	float:right;
}


#rdy-cat-img {
	height:100%;
	text-align: center;
	margin-bottom: 25px
}
#rdy-cat-img img {
    position: relative;
}

@media only screen and (min-width: 25.938em) {
	#rdy-cat-img {
    	width: 20%;
    	float: left;
    	margin-bottom: 0
	}
	#rdy-cat-copy {
    	width: 80%;
    	float: right;
	}
	#rdy-cat-img img {
  		padding-right:15%;
	}
}



.rdy-pname {
    font-size: 1rem;
}



.rdy-filter-wrap, .rdy-sort-wrap {
    overflow: hidden;
    border: 1px solid #bdbdbd;
    background-color: #f4f4f4;
    margin: 5px 2px 0 0;
}

.rdy-sort-wrap {
	display:table-cell;
	vertical-align: middle;
	width:auto;
/* 	vertical-align:-5px; */
	line-height:2.1em;
}

a.rdy-list-grid {
	display:block;
	padding:12px 0;
	border:1px solid #bdbdbd;
	background-color:#f4f4f4;
	text-align:center;
	color:#3f4042;
}

.rdy-modal-link {
	display:inline-block;
	line-height: 1;
/* 	vertical-align: super; */
}

/* just couldn't get mozilla and webkit to have similar line-height */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .rdy-modal-link {
	 line-height: 13px;
    }
}

.rdy-sortspan {
	display:table-cell;
	vertical-align: middle;
	margin-right:3px;
	width: 65px
}

.ie8 .rdy-sortspan {
	vertical-align:10px;
}

.rdy-filter-wrap {
   min-width: 159px;
}

/* This is a wrap-parent to absolutely position the filter inside the absolutely positioned modal and
to get the scroll bars above the apply filters row. */
.rdy-allfilters-wrap {
	position:relative;
	height:auto;
/* 	height:95%; */
	overflow-y:scroll;
}

/* this row where the absolutely positioned buttons sit inside the modal this got changed later leave commented out just in case */
#rdy-filter-row {
/* 	position: absolute; */
/*     bottom: 1px; */
/*     background-color:#f4f4f4; */
    text-decoration: none;
    width:100%;
/*     border-top:1px solid #bdbdbd; */
    z-index: 100;
    text-align:center;
}

/* to avoid jumping on hover */
a.rdy-pub-name {
	display:inline-block;
	margin:10px 0;
	border-bottom:1px solid #ffffff;
}

rdy-back-to-top {
	display:none;
}

a.rdy-back-to-top:link, a.rdy-back-to-top:visited {
    position: fixed;
    bottom: 15px;
    right: 5%;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 144, 2218, 1.0);
    font-size: 16px;
    padding: 1.1em 1.2em;
    display: none;
    border-radius: 50%;
    z-index:10;
    opacity:.7;
    display:none;
}

.ie8 a.rdy-back-to-top:link, .ie8 a.rdy-back-to-top:visited  {
    background-color: #0090da;
}

.rdy-back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
    border-bottom:none;
}

.nopm {
    padding-left: 0;
}

/* Closing category page styles mobile-first */



/* Product Details Page Styles mobile-first, common */

#rdy-prod-header {
    padding-top: 30px;
}
#rdy-prod-header h1 {
	margin-bottom: 6px;
}
.rdy-header-by {
	display: inline-block;
}

#rdy-product-intro {
    padding-bottom: 50px;
    border-bottom: 1px solid #bdbdbd;
}

#rdy-star-rates , #rdy-social-share {
    display: inline-block;
    vertical-align:text-top;
}

#rdy-social-share  .social-share-label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -15px;
    margin-right: 10px;
}

/* Product details page social icon styles to link to company's SM sites */

.ready-pd-socialicon {
    background: url("master/images/sm_icons_color.png") no-repeat scroll 0 0;
    display:inline-block;
    height: 25px;
    width: 25px;
    margin-top:-2px;
}

.facebook {
	background-position: 0px 0px;
}

.facebook:hover {
	background-position: 0px -25px;
}

.twitter {
	background-position: -25px 0px;
}

.twitter:hover {
	background-position: -25px -25px;
}

.linkedin {
	background-position: -50px 0px;
}

.linkedin:hover {
	background-position: -50px -25px;
}

.flickr {
	background-position: -75px 0px;
}

.flickr:hover {
	background-position: -75px -25px;
}

.youtube {
	background-position: -100px 0px;
}

.youtube:hover {
	background-position: -100px -25px;
}

.blog {
	background-position: -125px 0px;
}

.blog:hover {
	background-position: -125px -25px;
}

.slideshare {
	background-position: -150px 0px;
}

.slideshare:hover {
	background-position: -150px -25px;
}

#rdy-rates-share, #rdy-compatible {
    padding-top: 0px;
}

ul.rdy-comp-list {
    list-style-type: none;
    color:#3f4042;
    padding-left: 0px;
    margin-left: 10px;
}


ul.rdy-comp-list li:before {
    content: "•";
    padding-right: 5px;
    display: inline-block;
    margin-left: -10px
}

#rdy-download-button {
	margin-top:0;
}

#rdy-info-button {
	margin-left:0;
}

.rdy-info-only-button {
	margin-left:0;
}


.rdy-inforeq-wrap, .rdy-revewform-wrap {
/*   margin: 30px -16px 0 -16px; */
    margin-top: none;
    padding-right: 20px;
}

.rdy-inforeq-wrap {
    width: 100%;
    position: relative;
}


#rdy-inforeq {
	margin-bottom:10px;
}

#rdy-review-entry p {
    font-size: 1rem;
}

#rdy-info-form .row {
  padding: auto;
}

#rdy-info-req, #rdy-download-req {
    background-color: #ebebeb;
    padding: 16px;
    margin: 0 -16px;
}
#rdy-info-req p, #rdy-download-req p{
	padding-bottom: 20px
	}

#rdy-inforeq-submit, #rdy-filter-submit, .rdy-search-filter-submit {
    margin-right: 15px;
}
#rdy-category-filter-submit{
	padding: 10px 60px
}

.review-submit {
    margin-top: 10px;
    text-align:left;
}

.rdy-msg {
    padding-top: 15px;
}

#rdy-prodreq-thx, #rdy-downloadreq-thx {
	margin:0 auto;
	text-align:center;
}

#rdy-prodreq-thx p, #rdy-downloadreq-thx p {
	padding:16px 0 26px;
}

.rdy-info-cancel, .rdy-download-cancel {
    margin-top: 16px;
}

.rdy-overlay {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    z-index: 100;
    /*height: 200px;*/
    display:none;
    bottom: 0;
    height: 150px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

#rdy-prod-detail.short {
    height: 285px;
    overflow: hidden;
   	margin: 30px auto 20px auto;
    background-color: none;
    z-index: 0;
    position: relative
}

#rdy-prod-detail.full {
    position: relative
}

.rdy-prod-copy, #rdy-screenshots, #rdy-resources, #rdy-ratings {
    width:100%;
    margin:20px auto;
    position: relative;
}

.rdy-prod-copy ul {
	padding-left:20px;
	padding-bottom:18px;
}

.rdy-prod-copy table, #rdy-partner-copy-content table {
    width: 100% !important;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.rdy-prod-copy table td, #rdy-partner-copy-content table td {
    padding: 7px !important;
    border: 1px solid #CECECE;
    border-left: none;
    border-right: none;
    background-color: #FFF;
    text-indent: 5px;
}
.rdy-prod-copy table th,
.rdy-prod-copy table tr:first-child td,
#rdy-partner-copy-content table th,
#rdy-partner-copy-content table tr:first-child td {
    position: relative;
    bottom: 1px;
    font-family: "citrixsans-bold",Arial,Helvetica,sans-serif;
    border: none;
    border-bottom: 1px solid #CECECE;
    padding: 7px 0 10px !important;
    background-color: #FFF;
    text-indent: 5px;
}
.rdy-prod-copy table th:after,
.rdy-prod-copy table tr:first-child td:after,
#rdy-partner-copy-content table th:after,
#rdy-partner-copy-content table tr:first-child td:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0.5px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #CECECE;
  border-spacing: 0;
}
.rdy-prod-copy table strong, #rdy-partner-copy-content table strong {
    font-family: "citrixsans-bold",Arial,Helvetica,sans-serif;
}

#rdy-ratings {
    font-size: 1em;
}

#rdy-review-login {
    margin: 0 auto;
    text-align: center;
}

#rdy-contact {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#rdy-review-login .ctx-large-btn , #rdy-contact .ctx-large-btn {
    width: 100%;
    text-align: center;
}

#rdy-screenshots, #rdy-resources {

}

#rdy-resources {
    padding-bottom: 15px;
}

#rdy-resources a {
	display: inline-block;
	width:97%;
	width: calc(100% - 25px);
	vertical-align: top;
}

#rdy-resources h3 {
    margin: 0;
    padding: 10px 0;
    font-family: "citrixsans-regular",Arial,Helvetica,sans-serif;
}

#rdy-resources p {
	line-height:1.75em;
	padding: 2px 0;
	margin-left: 25px
}

/*#rdy-screenshots img {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}*/

.rdy-view-more, .rdy-view-less {
    cursor: pointer;
    display:none;
/*  display: inline-block;   */
    font-weight: 400;
    color: #0090da;
    text-align: center;
    padding-bottom: 30px;
    width: 75%;
    margin: 0 auto 0 12%;
}

.rdy-view-more::after,  .rdy-view-less::after {
    content: url("master/images/blue_down_arrow.png");
    padding-left:4px;
}

.rdy-view-less::after  {
    display: inline-block;
    padding-left:4px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left:4px;
}

.rdy-view-less {
	display:none;
}

.rdy-screen-wrap, .rdy-resources-wrap, .rdy-ratings-wrap {
    margin:30px 0 0 0;
}

.rdy-rate-title, #rdy-reviewer {
    display: inline-block;
    padding: 0 0 13px;
}

.rdy-star-rates {
    	display:inline-block;
    	padding-right:6px;
}

/* .rdy-star-rates .ratings-stars {
	display:inline-block;
	padding-top:10px;
} */

.rdy-rate-title {
    font-family: "citrixsans-semibold",Arial,Helvetica,sans-serif;
}

#rdy-ratings h2 {
    margin-bottom: 0;
    display: inline-block;
}

#rdy-review-block {
    padding: 25px 0 30px;
    border-bottom: 1px solid #f2f2f2;
}

#rdy-review-form {
	padding-top:18px;
}

.rdy-review-pre {
	font-size:1rem;
	padding-top:18px;
}

.rdy-review-pre .rating {
	display:inline-block;
	padding-bottom:1px;
	vertical-align:bottom;
}

.rdy-rating-span {
	display:inline-block;
	font-size:1rem;
	padding-top:18px;
}

#rdy-review-block:last-child {
    border-bottom: none;
}

#rdy-reviewer {
    color:#bdbdbd;
}

#rdy-prod-intro, #rdy-partner-intro {
    position: relative;
    /*background-image: url("master/images/glow_gradient.png");*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*border-bottom: 1px solid #bdbdbd;*/
    padding-bottom: 30px;
    padding-top: 20px;
    /*max-width: 960px;*/
    margin: 0 auto;
    background-size: 100%;
}

#rdy-marketo-form {
    padding-right: 20px;
    margin-right: -20px;
}

.rdy-required-fields{
	font-size: 14px;
    padding-bottom: 10px;
}

.rdy-mkto-submit-success-card {
    border-width: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    background: inherit;
    background-color: rgba(108, 157, 0, 1);
    border: none;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'CitrixSans-Bold', 'Citrix Sans Bold', 'Citrix Sans';
    font-style: normal;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom:30px;
}

#rdy-prod-details-wrap {
    width: 100%;
    position: relative;
}

#rdy-partner-copy ul{
    margin-left: 35px;
    margin-bottom: 25px
  }

.rdy-partner-more-info{
	padding-top: 25px
	}

#rdy-prod-img {
    height: 100%;
    top: 15%;
    text-align: center;
    padding: 16px;
}

#rdy-prod-img img {
    vertical-align: middle;
}

#rdy-awards {
    padding-top: 30px;*/
    /*text-align: center;*/
    height: 100%;
}

#rdy-awards img {
    position: relative;
/*     top: 5%; */
    padding-right: 12px;
    padding-bottom: 20px;
    vertical-align: bottom;
}

#rdy-no-review {
/*     display:block; */
    padding: 25px 0;
}

#rdy-flex-container {
/*   display: -webkit-box;      OLD - iOS 6-, Safari 3.1-6
  display: -moz-box;         OLD - Firefox 19- (buggy but mostly works)
  display: -ms-flexbox;      TWEENER - IE 10
  display: -webkit-flex;     NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap-reverse;
}

#rdy-review-entry {
    margin-top: 30px;
}

.form-error{
	background-color: #f04124;
   	color: #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 25px
  }
  .form-error a,
  .form-error a:hover,
  .form-error a:active{
  	color: #fff
  	}
  	.form-error a:hover{
  		text-decoration: underline
  		}

 .form-error .arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
    bottom: -10px;
    left: 190px;
	border-top: 20px solid #f04124;
}

#rdy-infocheck.error {
	outline: 1px solid red; /* this is for firefox to outline the error checkbox border it doesn't do border */
	border:red;
}

/* Closing Product Details Page mobile-first Styles */

/* Login set pages mobile-first styles */

#rdy-header.rdy-loginpages {
}

#rdy-login {
	width:100%;
	margin:0 auto;
}

#rdy-login p {
	padding-bottom:10px;
}

.rdy-large80 {
	width:100%;
}

.rdy-loginforms {
	background-color:#ebebeb;
/* 	width:100%;   */
	padding:22px 15px;
	margin:15px -15px 0;
}
/* hide show password styles */
::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url('../../../content/dam/ready/login/showhide.png'); /* fallback */
  background-image: url('../../../content/dam/ready/login/showhide.svg'), none;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
  background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
/*   border-color: #0088cc;
  outline: transparent; */
}

/* closing hide show password styles */
/* Closing login set pages mobile-first styles */

/* MEDIUM/LARGE NAV + other medium styles. This top wider nav will show only on screens that are atleast 481px 0r 30.063em; change as needed. This is a special intermediate (medium) mq;  */

@media only screen and (min-width: 30.063em) {

	.rdy-largemediumonly {
		display:block;
	}
	.rdy-largeonlyblock {
		display:none;
	}
	#rdy-homeicons {
		margin: inherit;
	}
	#rdy-homeicons .rdy-largemediumonly h2 {
		text-align:left;
		font: 30px "citrixsans-light",Arial,Helvetica,sans-serif;
		width:90%;
		margin:15% 5% auto;
	/*  max-height:209px;  */
	 	overflow:hidden;
	 	line-height:36px;
	 	vertical-align:middle;
	 	display:block;
	}

	.rdy-categories {
    color: #fff;
    padding-bottom: 12px;
    width: 90%;
		width: calc(100% - 95px);
		margin-left: 46px;
	}
	.rdy-globalsearch {
		z-index: 99993;
		width: auto;
	  padding-left: 0px;
	}
	#rdy-globalsearchsubmit {
	  width: 100%;
		width:60px;
	}
	#rdy-header {
	/*     padding-left: 15px; */
	/*    padding-right: 15px;*/
	}
	#rdy-content {
	    padding: 16px;
	    background-color: #ffffff;
	}
	.rdy-globalsearch.open .rdy-searchinput-wrap {
	    width:90%;
	/*     padding-left:15px; */
	}
	#rdy-results {
	/*     padding-left: 15px; */
	}
	#rdy-breadcrumbs {
	    font-size: 0.813em;
	    padding:17px 30px;
	}
	.rdy-large80 {
		width:80%;
	}
	#rdy-homeheader {
		background: url("images/rdy_homebg_dark.jpg") no-repeat -120px top;
		height:240px;
	}
	.rdy-headercontent h1 {
		width:90%;
		color: #fff
	}
	.rdy-headercontent p {
		width:60%;
		color: #fff
	}
}
/* closing wide style top menu and other medium styles */

#rdy-globalsearchclose {
    display: none;
}

.rdy-globalsearch.open {
	z-index: 99992;
    width: 100%;
    margin-bottom: 7px
}

.rdy-globalsearch.open #rdy-globalsearchinput {
    display: inline-block;
    width: 90%;
    margin: 0;
}

/* close button shows only when the search box is open on small viewports */

.rdy-globalsearch.open #rdy-globalsearchclose {
    display: inline-block;
    color:#3f4042;
    background-color: #f1f1f1;
    width: 12%;
    font-size: 1.125em;
    padding: 10px;
    text-align: center;
    height: 44px;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    margin-right: -4px
}

/* webkit hack for above */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rdy-globalsearch.open #rdy-globalsearchclose  {
	    line-height: 24px;
	}
}

ul #two-col {
    width: 100%;
}

#two-col li.rdy-cat1-header, #one-col li.rdy-cat1-header {
    width: 100%;
/*     font-weight: 900; */
    font: 1.0em "citrixsans-semibold",Arial,Helvetica,sans-serif;
}

/* accomodates for the close button to show */
.rdy-globalsearch.open #rdy-globalsearchinput {
    display: inline-block;
    width: 88%;
    padding-right: none;
    vertical-align:top;
}

.rdy-globalsearch.open #rdy-globalsearchsubmit {
	width: 46px;
/*     width:14%; */
}

.rdy-globalsearchselector , #rdy-globalsearchinput{
    display: none;
}

#rdy-globalsearchsubmit {
	width: 46px;
/*     width: 100%; */
    padding:0;
    display: inline-block;
/*  min-width: 45px; */
}

.rdy-globalsearchbutton {
    width: 100%;
    height: 44px
}

.rdy-globalsearch.open .postfix.button.rdy-globalsearchbutton {
	background-color:#fff;
	border:1px solid #666;
	border-left:0;
}

.rdy-lang-title{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap
}

.rdy-lang-search-wrap-outer{
	background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    margin-bottom: 13px;
    padding: 10px;
}
.rdy-lang-search-wrap-outer .rdy-lang-wrap-outer{
	margin: 0
}
.rdy-lang-search-wrap-outer .rdy-lang-wrap-outer .rdy-lang-title{
	white-space: normal
}
.rdy-lang-search-wrap-outer select{
	background-color: #fff
}
.rdy-lang-wrap-outer{
	margin: 0 auto;
	width: auto;
	display: table;
	position: relative;
	z-index: 99
}
.rdy-lang-wrap {
    overflow: hidden;
    position: relative;
    width: 100px;
    border: 1px solid #bdbdbd;
    background-color:#f4f4f4;
    margin: 0 auto;
}
.rdy-lang-wrap-select {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px
}
.rdy-lang-wrap select:hover {
	cursor: pointer
}
.rdy-lang-wrap select:active {
	outline: none
}

.rdy-globalsearchtypes {
    position: relative;
    width: auto;
    top:-1px;
    float: left;
    background-color:#f4f4f4;
    background-repeat: no-repeat;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-top:1px solid #bdbdbd;
/*    padding: 8px 15px 5px 16px;  */
    margin: 0 auto;
/*     line-height: 2em; */
    z-index: 100;
}
.rdy-globalsearchtypes a:link:first-child .rdy-globalsearchtypes a:hover:first-child {
	padding-top:8px;
	border-top:1px solid #dddddd;
	top:-1px;
}
.rdy-globalsearchtypes a:link, .rdy-globalsearchtypes a:hover {
	display:block;
	color:#3f4042;
	width:100%;
	padding: 7px 15px 7px 16px;
	z-index: 100;
}

.rdy-globalsearchtypes a:hover {
	background-color:#dddddd;
}

div#langSelector {
    display:none;
}

@media only screen and (min-width: 35em) {
  #rdy-topnav {
		position: static;
		top: 0;
		text-align: right;
		background-color: #ffffff;
	}
	.expanded-menu .topnav-separator {
		color: #FFF;
	}

	a#rdy-topmenuicon {
	    display: none;
	}
	#rdy-homeicons div:nth-of-type(2) {
		margin-left:-2px;
	}
	#rdy-topnav .expanded-menu {
    display: block;
    font-size: 13px;
    padding: 5px 13px 0;
    color: #FFF;
	}
	.expanded-menu a:link, .expanded-menu a:hover, .expanded-menu a:visited {
	    text-decoration: none;
	    border: none;
	    color: #FFF;
	    margin: 0 13px;
	    display: inline-block;
	}
	.expanded-menu a:link:last-child, .expanded-menu a:hover:last-child, .expanded-menu a:visited:last-child {
	    padding-right:0px;
	    margin-left: 13px;
	        margin-top: 5px;
	}
	.ie8 .expanded-menu a:link,  .ie8 .expanded-menu a:visited {
	    padding-right:0px;
	    margin-left: 7px;
	    margin-right: 8px;
	}
	.topnav-separator {
	    display: none;
	}
	.topnav-separator {
	    display: inline;
	    color: #FFF;
	}
	#rdy-topnav .rdy-lang-label {
		color: #FFF;
	}
	.rdySelectWrapper select {
		height: 20px;
		font-size: 0.72rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 808px) {
	.rdySelectWrapper {
		margin-top:7px;
	}
}

@media only screen and (min-width: 845px) {
	.rdy-headercontent img{
		display: block;
	}
}
/* LARGE Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48.063em) {

	/*setting back foundation override for columns padding back in large */

	/* .column,
	.columns {
	  padding-left: 0.9375em;
	  padding-right: 0.9375em;
	 } */
	/* general styles */
	#rdy-sort .rdy-smallonlyinline, .rdy-smallonlyinline  {
		display:none;
	}

	#rdy-sort{
		float: right;
		margin-top: 4px;
		width: 260px
	}

	.rdy-smallfull {
		max-width:260px;
		float:left;
		padding:3px 15px 3px 0;
	}

	.rdy-largemediumonly {
		display:inline-block;
	}

	.rdy-largeonlyinline {
		display:inline-block;
	}

	.rdy-largeonlyblock {
		display:block;
	}

	.left-16 {
		padding-left:16px;
	}

	.rdy-logo a{
		margin: 7px 0 0 30px;
		width: 300px
	}

	.expanded-menu {
	    padding-top: 43px;
	    padding-right:20px;
	}


	.topnav-separator {
	    display: inline !important;
	}
	/*#nav-wrap {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	*/
	.rdy-categories {
	    width: 44%;
			margin-left: 25px;
	}

	.rdy-searchwrap {
	  width: 25%;
	/*    width: auto;*/
	}

	.rdy-searchinput-wrap {
	    width: 91.6%;
	/*    max-width: 66.6%; */
	}

	.rdy-globalsearch {
		float: right !important;
    width: 50%;
    padding-right: 45px;
	}

	.rdy-globalsearchselector, #rdy-globalsearchinput {
	    display: block;
	    z-index: 500;
	}

	#rdy-globalsearchsubmit {
	    width: 8.3%;
	}

	#rdy-content {
	    padding: 30px;
	    padding-top: 10px;
	    background-color: #ffffff;
	}

	.rdy-copy {
	    text-align: right;
	    width:79%;
	}

	.rdy-privacy {
		width:21%;
	}

	#rdy-header {
	    /*height: 50px;*/
	    background-color:#fff;
			margin-top: 18px;
			margin-bottom: 15px;
			padding-bottom: 2px;
			border-bottom:none;
	}
	/* Large home page styles */
	#rdy-homeheader {
		margin:-10px 0px 30px;
		background: url("images/rdy_homebg_dark.jpg") no-repeat right top;
		height:340px;
	}

	.rdy-headercontent {
		padding:10% 0 0 67px;
	}

	.rdy-headercontent h1 {
		width:56%;
		line-height: 39px
	}

	.rdy-headercontent p {
		font-size:24px;
		width:50%;
	}

	#rdy-homeicons div:nth-of-type(1) {
		height:226px;
	}

	#rdy-homeicons rdy-largemediumonly {
		height: 226px;
	}
	#rdy-homeicons .columns:hover {
		background-image: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 50%);
		background-image: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%);
		background-image: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 50%);
		background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 50%);
		background-image: linear-gradient(top, #f6f6f6 0%, #ffffff 50%);
	}
	#rdy-homeicons .columns.title-block:hover {
		background: none
	}

	a.rdy-pub-name:hover {
		margin:10px 0;
	}

	#rdy-homefooter a:hover, .rdy-pname a:hover, a.rdy-pub-name:hover  {
		border-bottom: 1px dotted #0090da;
	}

	#rdy-homeicons .rdy-largemediumonly h2 {
		font-size:34px;
		line-height:40px;
	}

	#rdy-discover {
		margin-left:0;
	}
	#rdy-discover h3{
		font-size:23px;
		text-align:center;
	}

	.rdy-footercolumn {
		width:32.5%;
	}

	#rdy-homefooter div:nth-of-type(2) {
		padding-left:5%;
			width:34.5%;
	}

	#rdy-homefooter div:nth-of-type {
	 	padding-right:0;
	}


	/* Closing Large home page styles */
	.rdy-footerlogo, .languages, #langSelector, .rdy-privacy {
	    text-align: left;
	}

	.rdy-privacy.columns, .rdy-copy.columns {
		padding:0;
		margin:0;
	}

	.rdy-lang-wrap {
	    overflow: hidden;
	    position: relative;
	    width: 100px;
	    border: 1px solid #bdbdbd;
	    background-color:#f4f4f4;
	}

	.rdy-languages {
	    padding: 0px 15px;
	    display: inline-block;
	}

	ul#one-col {
	    width:100%;
	/*     width: 200px; */
	}

	.rdy-lang-wrap {

	}

	ul#two-col {
	    width:337px;
	    overflow: hidden;
	}

	#two-col li  {
	    width:50%; float: left;
	}

	.nav li li.hover ul#two-col li:nth-last-child(1):nth-child(even) {
	    width:100%;
	    float: left;
	}

	#two-col li.rdy-cat1-header, #one-col li.rdy-cat1-header {
	    width: 100%;
	    font-weight: bold;
	    color:#0090da;
	}

	/* .nav li li li.rdy-cat1-header a:hover {
		border-bottom: 1px dotted #0090da;
	} */

	#two-col li.rdy-cat1-header {
		float: left;
	}

	#two-col li {
	    width: 50%;
	}

	#rdy-footer {
	    padding: 0 15px 50px;
	}

	/* Category page large styles */

	ul.breadcrumbs  {
		padding-left:0;
	}

	#rdy-breadcrumbs {
	    font-size: 0.813em;
	    padding: 17px 50px;
	}

	#rdy-cat-img {
	    width: 20%;
	    float: left;
	}

	#rdy-cat-copy {
	    width: 80%;
	    float: right;
	}

	.rdy-back-to-top  {
	/* 	display:block; */
	}

	.rdy-allfilters-wrap{
		overflow-y:auto;
	}

	#rdy-filters {
	    display: block;
			z-index: 1;
	    position:relative;
	    margin:0;
	    padding-left:10px;
	    top:auto;
	    left:auto;
	    border:0;
	    height:auto;
	/*  width:33.3%; */
	    background-color:transparent;
	    box-shadow:none;
	    overflow-y:auto;
	/*  background-color: rgba(0,0,0,0.5);  */
	}

	#rdy-filter-row {
		border-top:none;
	}



	#rdy-results {
	    padding-left: 0;
	}

	/*Product details large styles */

	#rdy-social-share {
		margin-top:0px;
	}

	#rdy-prod-header {
	    padding-top: 0px;
	}

	.review-submit {
		text-align:left;
	}

	ul.rdy-comp-list {
	    color: #3f4042;
	    list-style-type: none;
	    padding-left: 15px;
	}
	ul.rdy-comp-list li {
		display: block;
		list-style: none;
		width: 100%;
	}


	#rdy-info-button {
	 	margin-left:15px;
	}

	#rdy-info-button.rdy-info-only-button {
	 	margin-left:0;
	}

	.rdy-prod-copy, #rdy-screenshots, #rdy-resources, #rdy-ratings, #rdy-info-req, #rdy-download-req {
	    max-width:800px;
	    margin:0 auto;
	    position: relative;
	    /*border-top: 1px solid #d7d7d7;*/
	    padding-top: 30px
	}

	.rdy-prod-copy{
		border-top: none;
		padding-top: 0
	}

	#rdy-info-req {
	    padding: 30px;
	}

	#rdy-info-req .row {
	    padding-bottom: 10px;
	}

	#rdy-review-login {
	    float:right;
	    width: auto;
	}

	#rdy-contact {
	    display: inline-block;
	    width: auto;
	    margin-top: 20px
	}

	#rdy-ratings {
	    font-size: 0.813em;
	}

	#rdy-no-review {
	    font-size: 1rem;
	}

	#rdy-flex-container {
	    display: inline;
	    flex-wrap: nowrap;
	}

	#rdy-review-entry {
	    margin-top: 0;
	}

	.rdy-msg {
	    padding-top: 10px;
	}
	/* Category/Search/Partner Page large styles */

	.rdy-cat-list, .rdy-filterby, .rdy-section-title {
	    width: 95%;
	}

	.rdy-section-title {
	    background-color: #dedede;
	    padding:9px 17px;
	}

	/* carousel style */

	/* login pages large styles */

	#rdy-login {
		padding-bottom:40px;
		width:52%;
	}

	#rdy-header.rdy-loginpages {
		padding-bottom: 25px;
	}

	.rdy-loginforms {
		width:100%;
	 	margin:30px 0 0 -30px;
	 	padding:22px 30px;
	}

	#rdy-login h1 {
		margin-right:30px;
	}
}


/* Medium devices - override  - added on 29-oct-2015 - for new Header design */
@media only screen and (min-width:35em) and (max-width: 767px) {
	.rdy-categories {
		width: calc(100% - 50px);
		margin-left: 0;
	}
	.nav > li.hover > ul, .nav li li.hover ul {
		margin-left: 0;
	}
	.nav > li.hover > ul, .nav > li:hover > ul {
		width: calc(100% + 49px);
	}
}

/* Ready new Footer styles  - start */
@media only screen and (max-width: 768px) {
	.miniFooter {
		text-align: center;
	}
	.miniFooter .navLinks {
		float: none !important;
	}
	.miniFooter .navLinks li {
		line-height: 1.4em;
		border: none;
	}
	.miniFooter-webinar {
		text-align: center;
	}
	.miniFooter-webinar .navLinks {
		float: none !important;
	}
	.miniFooter-webinar .navLinks li {
		line-height: 1.4em;
		border: none;
	}
}
.footerCont {
  clear: both;
  width: 100%;
  background-color: #000;
  margin-top: 30px;
  padding: 20px 0 10px;
  color: #FFF;
}
.footerCont a {
  color: #FFF;
}
.footerLinks {
  padding: 15px 0 15px;
}
.footerLinks h2 {
  display: block;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 1.3rem;
  color: #FFF;
}
.footerLinks h3 {
  color: #FFF;
  font-size: 14px;
}
.footerSection {
  margin-top: 25px;
  padding-left: 20px;
}
.footerSection span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.footerSection p {
 line-height: 1.2rem;
 font-size: 0.875rem;
}
.footerSection .fa-caret-right {
  font-size: 13px;
	vertical-align: top;
	margin-top: 5px;
  margin-left: 3px;
}

.navLinks li {
  display: inline-block;
  padding: 0 15px;
  line-height: 12px;
  border-left: 1px solid #FFF;
  font-size: 0.85em;
  color: #4d4d4f;
}
.navLinks li:first-child {
  border: none;
  padding-left: 0;
}
.navLinks a, .navLinks a:hover, .navLinks a:visited {
  color: #FFF;
}
.navLinks a:hover {
  border-bottom: 1px dotted #f0f0f0;
}

.miniFooter {
  border-top: 1px solid #404142;
  padding: 15px 20px 0;
  margin-top: 20px;
  color: #FFF;
}

.miniFooter-webinar {
  padding: 10px 25px 0;
  color: #FFF;
  border-top: 1px solid #404142;
}

.footerLeft span {
  display: inline-block;
  width: 91px;
  height: 37px;
  background: transparent url(images/citrix-logo.png) no-repeat 0 0;
  color: #FFF;
}
.miniFooter .navLinks {
  margin-top: 5px;
}
.miniFooter .navLinks li {
  color: #FFF;
}
.miniFooter-webinar .navLinks {
  margin-top: 5px;
}
.miniFooter-webinar .navLinks li {
  color: #FFF;
}

/* Ready new Footer styles  - end */


/* Navigation fixes - Final overriding for small devices */
@media only screen and (max-width: 360px) {
	.rdy-logo a {
		margin-left: 5px;
	}
	/*.rdy-globalsearch.open .rdy-searchinput-wrap {
	  width: 83% !important;
	}*/
	.rdy-searchinput-wrap {
		width: 83%;
		width: calc(100% - 48px);
	}
	#rdy-topnav.open .rdySelectWrapper {
		width: 55% !important;
	}
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
	.rdy-globalsearch.open .rdy-searchinput-wrap {
	  width: 86% !important;
		width: calc(100% - 48px);
	}
}
/* Iphone 6 Plus - fix */
@media only screen and (min-width: 376px) and (max-width: 420px) {
	.rdy-globalsearch.open .rdy-searchinput-wrap {
	  width: 87% !important;
		width: calc(100% - 48px);
	}
	#rdy-topnav.open .rdySelectWrapper {
		width: 60% !important;
	}
}

@media only screen and (min-width: 421px) and (max-width: 768px) {
	#rdy-topnav.open .rdySelectWrapper {
	 width: 70% !important;
	 margin-top: -3px;
	}
}

.rdy-hide-elem {
	display: none;
}

#ctrx-unification-bnr {
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    background-color:#FFFFFF !important;
}
.rdy-prod-pg-mrgn-btm {
	margin-bottom: 0px !important;
}
.carousel {
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-user-select: none;
    -moz-touch-callout: none;
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    touch-callout: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
}
.carousel .slide-item {
    display: inline-block;
    width: 800px;
    width: 100%;
/*     height: 100%; */
    overflow: hidden;
/*    min-height: 320px;*/
}
.carousel .slide-item .inner-content {
    margin: 0px 50px 40px;
}
.carousel.author-mode {
/*     min-height: inherit; */
}
.carousel.author-mode .slide-data {
    z-index: 2;
    position: relative;
}
.carousel.author-mode .slide-data .slide-item {
    display: none;
    height: 100%;
}
.carousel .slide-data {
    position: absolute;
    top: 0;
    width: 100%;
    }
.carousel .slide-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.carousel .transition-slide {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.carousel .transition-slide .slide-item {
    overflow: hidden;
}
.carousel .slider-nav {
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.carousel .slider-nav li {
    display: inline-block;
    margin-right: 10px;
}
.carousel .slider-nav li span {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 350ms ease;
    -moz-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    background: #bdbdbd;
    opacity: .3;
    filter: alpha(opacity=30);
    width: 15px;
    height: 15px;
    display: block;
    opacity: .75;
    cursor: pointer;
}
.carousel .slider-nav li.current span {
/*    opacity: .5;
    filter: alpha(opacity=50);*/
    background-color: #0090da;
}
.carousel .slide-arrow-left {
    background: url(images/arrows.png) no-repeat 17px 13px;
    left: 0px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 350ms ease;
    -moz-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    cursor: pointer;
    background-color: #fff;
/*  opacity: .4;
    filter: alpha(opacity=40);*/
    width: 43px;
    height: 43px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    z-index: 3;
}

.carousel .slide-arrow-left:hover {
    opacity: .5;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.carousel .slide-arrow-right {
    background: url(images/arrows.png) no-repeat 17px -55px;
    right: 0px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 350ms ease;
    -moz-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    background-color: #fff;
    /* border: #fff 2px solid; */
/*    opacity: .4;
    filter: alpha(opacity=40);*/
    width: 43px;
    height: 43px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
.carousel .slide-arrow-right:hover {
    opacity: .5;
    filter: alpha(opacity=70);
    cursor: pointer;
}

/* Ready style additions, overrides */

.inner-content {
    text-align: center;
    vertical-align: middle;
}
.inner-content img {
    max-width: 100%;
    vertical-align: middle;
}

/* Modifying padding etc. for large and above are default small screens */

@media only screen and (min-width: 30.063em) {

.carousel .slide-item .inner-content {
    margin: 0px 135px 80px;
}

.carousel .slide-arrow-left {
    left: 50px;
}

.carousel .slide-arrow-right {
    right: 50px;
}

.carousel .slide-item {
    display: inline-block;
    width: 800px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel .slider-nav {
    bottom: 30px;
}    

.carousel {
    margin-bottom: 0px;
    }

}

.ratings-text.num-ratings {
  font-size: 1em;
}
#rdy-awards .badge {
  max-width: 110px;
}

@font-face {
	font-family: 'icomoon';
	src:url('master/css/fonts/icomoon.eot?y8k58z');
	src:url('master/css/fonts/icomoon.eot?#iefixy8k58z') format('embedded-opentype'),
		url('master/css/fonts/icomoon.woff?y8k58z') format('woff'),
		url('master/css/fonts/icomoon.ttf?y8k58z') format('truetype'),
		url('master/css/fonts/icomoon.svg?y8k58z#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e600";
}

.postfix.button.rdy-globalsearchbutton {
	background-color:#404241;
	border-color:#404241;
/* 	border-bottom-color:#3f4042; */
}

.rdy-globalsearchbutton .icon-search:before {
	content: "\e600";
	font-size: 20px;
	position: absolute;
	top: 11px;
	right: 23%;
	color: #ffffff;
}

.rdy-globalsearch.open .postfix.button.rdy-globalsearchbutton .icon-search:before{
	color:#3f4042;
}

.icon-menu:before {
	content: "\e60b";
}

.icon-radio-checked:before {
	content: "\e60c";
}
.icon-radio-unchecked:before {
	content: "\e60d";
}
.icon-star:before {
	content: "\e60e";
}
.icon-star2:before {
	content: "\e60f";
}
.icon-list:before {
	content: "\e609";
	font-size:22px;
}
.icon-layout:before {
	content: "\e60a";
	font-size:22px;
}
.icon-arrow-left:before {
	content: "\e602";
}
.icon-arrow-down:before {
	content: "\e603";
}
.icon-arrow-up:before {
	content: "\e601";
}
.icon-arrow-right:before {
	content: "\e604";
	position:relative;
	top:2px;
}
.icon-arrow-left2:before {
	content: "\e605";
}
.icon-arrow-down2:before {
	content: "\e606";
}

.nav li li a.parent  .icon-arrow-down2, .nav > li > .parent .icon-arrow-down2 {
	position:absolute;
	top:10px;
	right:14px;
}

.nav a.browse-main{
	position: relative;
}

/* this is to not show the right arrow and up arrow by default and only show that on hover or opened state on mobile */
.nav li li a.parent  .icon-uniE608:before, .nav > li > .parent .icon-uniE608:before {
	display:none;
}

/* don't show any arrows for non-parent cat I items i.e. the ones that don't have a category II */
.nav li li a .icon-arrow-up2:before, .nav li li.hover a .icon-arrow-up2:before,  .nav li li a .icon-arrow-down2,  .nav li li.hover a .icon-arrow-down2:before,
.nav li li a .icon-uniE608:before,  .nav li li.hover a .icon-uniE608:before {
	display:none;
}

.nav li li a.parent .icon-arrow-up2:before {
	display:none;
}


.nav li li a.parent .icon-arrow-down2, .nav li li.hover a.parent .icon-arrow-up2:before {
	display:block;
	position: absolute;
	right: 14px;
	top: 18px;
	font-weight: 500;
}

.rdy-globalsearchselector .icon-arrow-down2 {
	position: absolute;
	right: 6px;
	top: 10px;
	font-weight: 500;
}

/* this is to hide the down arrow on hover because the right arrow shows up only on desktop and on hover/open state on mobile */
.nav li li.hover a.parent .icon-arrow-down2 {
	display:none;
}

.icon-arrow-up2:before {
	content: "\e607";
}
.icon-uniE608:before {
	content: "\e608";
	vertical-align:middle;
}

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

.rdy-globalsearchbutton .icon-search:before {
	font-size: 20px;
	position: absolute;
	top:11px;
	right:25%;
	color: #3f4042;
}

.postfix.button.rdy-globalsearchbutton {
	background-color:#ffffff;
	border:1px solid #666;
	border-left:0;
}

.nav li li a.parent .icon-uniE608:before , .nav li li.hover a.parent .icon-uniE608:before {
	display:block;
	position:absolute;
	top:15px;
	right:14px;
}

.nav li li a.parent  .icon-arrow-down2, .nav > li > .parent .icon-arrow-down2 {
	display:none;
}

.nav li li a.parent.browse-main .icon-arrow-down2 , .nav > li > .parent.browse-main .icon-arrow-down2 {
	display:block;
	position:absolute;
	top:15px;
	right:14px;
	width: 15px;
	height: 15px;

}

.nav li li a.parent  .icon-uniE608:before, .nav > li > .parent .icon-uniE608:before {
	position:absolute;
	top:15px;
	right:14px;
}

/* don't display the up arrow on desktop only for mobile */
.nav li li.hover a.parent .icon-arrow-up2:before  {
	display:none;
}
/* .nav li.hover a.parent .icon-arrow-up2:before {
	display:none;
} */


}

/*------common style start--------*/
body, html {
  color: #3f4042;
}

.text-center {
  text-align: center;
}

a {
  outline: none;
}

a:active, a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

.ready-logo {
  margin-left: 20px;
}

.ctx-fullwidth-container {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: initial !important;
  max-width: 100% !important;
}

.ctx-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 32px;
  padding-right: 32px;
}

.ctx-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.ctx-content-padding {
  padding-left: 17px;
  padding-right: 17px;
}

.ctx-row-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.categories-list {
  background: #195a9d;
  padding: 10px 20px;
}

.line {
  display: none;
}

.logout-img {
	height: 20px;
	opacity: 0.5;
}


@media only screen and (min-width: 491px) and (max-width: 767px) {
  .ctx-container, .ctx-content-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 490px) {
  .ctx-container, .ctx-content-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*--------common style end-----------*/

/*--------header style start--------*/
.product-box {
  float: right;
}

#rdy-topnav .expanded-menu {
  padding: 6px 0px 0;
}

.header-black-band {
  background: #FFF;
  padding: 10px 0px;
}


.header-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 32px;
  padding-right: 32px;
  float: none;
  clear: both
}

/*.header-black-band .header-logo {
  text-align: left;
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 0px 0;
}*/
.header-black-band .header-logo {
  display: flex;
      float: left;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding: 6px 0px 0;
}
.partner-webinar {
  padding: 22px 0 0 !important;
}

/*.header-title {
  margin-top: 5px;
  font-size: 18px;
  color: white;
  margin-left: -1px;
}*/
.header-title {
    /* margin-top: 5px; */
    font-size: 16px;
    color: #000000;
    margin-left: 16px;
}

#rdy-topnav .expanded-menu {
  padding: 6px 0px 0;
}

.rdyPartner, .rdyLogin {
  margin-right: 20px;
}


.header-black-band .header-right-menu {
  color: #fff;
  float: right;
  display: inline-flex;
  align-items: center;
}

.header-black-band .header-right-menu a {
  color: #000000;
}

.home-header.product-search {
  background: #2071C5;
}


.home-header.product-search .product-search-content h2 {
  color: #ffffff;
  font-family: "citrixsans-semibold";
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 650px;
}

.product-search-content .categories-list .search-box {
  float: left;
  border-bottom: 1px solid #D0D0CE;
}

.product-search-content .categories-list .search-box .search-wrap {
  width: 100%;
  display: inline-block;
  float: left;
}

.product-search-content .categories-list .search-box .search-txt-box {
  width: 100%;
  display: flex;
  float: left;
}

.product-search-content .categories-list .search-box .search-button {
  width: 15%;
  display: inline-block;
  float: left;
  position: relative;
}

.product-search-content .categories-list .search-box .search-button .rdy-globalsearchbutton {
  display: inline-block;
  background: #195a9d;
  border: none;
}

input[type="text"]#rdy-globalsearchinput {
  border-bottom: none;
}

.product-search-content .categories-list .search-box input[type="text"] {
  margin-bottom: 0px;
  /* border: none !important; */
}

.product-search-content .categories-list .search-box .search-button .search-icon {
  position: absolute;
  color: #ffffff;
  top: 40%;
  right: 0%;
}

.product-search-content .categories-list .search-box .search-button .search-icon .fa {
  font-size: 28px;
}
.product-box .product .browse-products,
.categories-list .all-categories .category-item {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("master/images/Arrows-down.svg") no-repeat scroll 90% center #fff;
  background-color: #195a9d;
  border: 0 none;
  font-size: 16px;
  line-height: 1.1em;
  margin-left: 0px;
  padding: 3px 5px 3px 0px;
  text-indent: 0.01px;
  text-overflow: "";
  width: auto;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px 0px 0px 3px;
  height: 44px;
  position: relative;
}
.product-box .version .browse-version, .product-box .product .browse-products {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("master/images/Arrows-down.svg") no-repeat scroll 90% center;
  border: 0 none;
  font-size: 16px;
  line-height: 1.1em;
  margin-left: 0px;
  padding: 3px 5px 3px 8px;
  text-indent: 0.01px;
  text-overflow: "";
  width: auto;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px 0px 0px 3px;
  height: 44px;
  position: relative;
}

.product-box .version .browse-version.disabled {
  cursor: default;
  color:#b6b6b6;
}

.product-box .version {
  padding: 10px 15px;
}

.product-box .product .browse-products div, .product-box .version .browse-version div,
.categories-list .all-categories .category-item div {
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 88%;
  font-size: 16px;
}

.product-box .product ul.browse-products-list, .product-box .version ul.browse-version-list,
.categories-list .all-categories ul#category-list {
  list-style: none;
  background: white;
  border-radius: 3px 0px 0px 3px;
  position: absolute;
  z-index: 9999;
  min-width: 415px;
  display: none;
  padding: 5px 5px;
}

.rdy-cat-name {
  padding-top: 0px;
}

.product-box .version ul.browse-version-list, .categories-list .all-categories ul#category-list {
  min-width: 100%;
}

/*
.product-box .version ul.browse-version-list {
	right: 0px;
}
*/
.active-list {
  display: block !important;
}

.product-box .product ul.browse-products-list li, .product-box .version ul.browse-version-list li,
.categories-list .all-categories ul#category-list li {
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.categories-list .all-categories ul#category-list li a span {
  color: #000000;
}

.product-box .product ul.browse-products-list li:hover, .product-box .version ul.browse-version-list li:hover,
.categories-list .all-categories ul#category-list li:hover {
  background: rgba(0, 0, 0, 0.109803921568627);
  color: grey;
}

.product-box .product ul.browse-products-list li.active, .product-box .version ul.browse-version-list li.active,
.categories-list .all-categories ul#category-list li.active {
  background: rgba(0, 0, 0, 0.109803921568627);
  color: #000000;
}

.home-header.product-search select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("images/white_arrow.png") no-repeat scroll 95% center #fff;
  background-color: rgb(99, 102, 106);
  border: 0 none;
  font-size: 15px;
  line-height: 1.1em;
  margin-left: 0px;
  padding: 3px 5px 3px 8px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  background-color: #404241;;
  color: #dedede;
  cursor: pointer;
  border-radius: 3px 0px 0px 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-box .product #selected-product {
  position: absolute;
  top: 25%;
  left: 4%;
  color: #dedede;
  width: 213px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-box .product {
  position: relative;
}

.home-header.product-search select option {
  background: #ebebeb;
  color: #000;
  height: 40px;
  border-radius: 3px 0px 0px 3px;
}

.home-header.product-search select:hover, .home-header.product-search select:active,
.home-header.product-search select:focus {
  background-color: #404241;
}

.home-header.product-search select#product-version:disabled {
  background-color: #63666A !important;
}

.icon-uniE608::before {
  content: url("images/white_arrow.png");
  vertical-align: middle;
  transform: rotate(270deg);
}

.nav > li > .parent {
  background-image: url("images/white_arrow.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 100%;
}

.nav li a:active, .nav li a:focus {
  color: #ffffff;
}

.product-box .product {
  padding: 10px 15px;
}

.product-search-content .categories-list .all-categories .category-item .mob-show {
  display: none;
}

.product-search-content .categories-list .all-categories .category-item .desktop-show {
  display: block;
}

.product-search-content .mob-hr {
  display: none;
  padding: 10px 0px;
}

.product-search-content .mob-hr hr {
  border-bottom: 01px solid #3f4042;
  border-top: none;
  border-left: none;
  border-right: none;
}

#rdy-header {
  padding-bottom: 0px !important;
  margin-top: 0px;
}

#rdy-globalsearchsubmit {
  width: 14.3%;
}

@media only screen and (max-width: 1250px) {
  .product-box .product .browse-products div, .product-box .version .browse-version div,
  .categories-list .all-categories .category-item div {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #rdy-topnav .expanded-menu {
    padding: 6px 0px 6px 0;
    width: 69%
  }

  .header-black-band .header-logo {
    padding: 6px 0px 6px 0;
  }

  .product-box .product .browse-products div, .product-box .version .browse-version div,
  .categories-list .all-categories .category-item div, input[type="text"], input[type="password"], textarea {
    font-size: 14px;
  }

  .product-search-content .categories-list .all-categories {
    width: 45%;
  }

  .product-search-content .categories-list .search-box {
    width: 55%;
  }

  .product-box {
    width: 45%;
  }

  .product-search-content .categories-list .search-box .search-button .search-icon .fa {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
.header-title {
    /* margin-top: 5px; */
    font-size: 14px;
    color: #000000;
    margin-left: 16px;
}
  .product-box .version .browse-version, .product-box .product .browse-products {
    background-position: 97%;
    border: 0 none;
    font-size: 16px;
    line-height: 1.1em;
    margin-left: 0px;
    padding: 3px 5px 3px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    width: auto;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px 0px 0px 3px;
    height: 44px;
    position: relative;
  }

  .categories-list {
    margin: 0 0px;
  }

  .product-search-content .categories-list .search-box .search-button .search-icon {
    position: absolute;
    color: #ffffff;
    top: 40%;
    right: 25%;
  }

  .ctx-container, .ctx-content-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .product-search-content {
    display: flex;
  }

  .product-box {
    display: flex;
    width: 53%;
  }

  #rdy-globalsearchsubmit {
    width: fit-content;
  }

  .product-box .version .browse-version, .product-box .product .browse-products {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 95%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-box .product ul.browse-products-list, .product-box .version ul.browse-version-list,
  .categories-list .all-categories ul#category-list {
    list-style: none;
    background: white;
    border-radius: 3px 0px 0px 3px;
    position: absolute;
    z-index: 9999;
    min-width: 92vw;
    display: none;
    padding: 5px 5px;
    width: 0vw;
  }

  .product-search-content .categories-list .search-box .search-button .search-icon {
    position: absolute;
    color: #ffffff;
    top: 40%;
    right: 40%;
  }

  .product-search-content {
    display: block;
  }

  .product-box {
    display: block;
    width: 53%;
  }

  .product-categories-menu ul.category-list li a.menu-word-break .pro-icon {
    display: block !important;
  }

  .product-box {
    width: 100%;
  }

  .product-box .version .browse-version, .product-box .product .browse-products {
    padding: 0px 0px 0px;
    background-position: 95%;
  }

  .product-box .product {
    padding: 10px 12px 0px 20px;
  }

  .product-box .version {
    padding: 10px 12px 15px 20px;

  }

  .nav > li.hover > ul, .nav li li.hover ul {
    margin-left: 0px;
    width: 100%;
  }

  .ctx-container, .ctx-content-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-header .product-categories-container {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .categories-list {
    width: 100%;
  }

  .product-search-content .categories-list .search-box {
    width: 70%;
  }

  .product-search-content .categories-list .all-categories {
    width: 30%;
  }

  .product-box .product {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 480px) {
  .product-search-content .categories-list .all-categories {
    width: 13%;
  }

  .product-search-content .categories-list .search-box {
    width: 87%;
  }

  .product-search-content .categories-list .all-categories .category-item .mob-show {
    display: block;
  }

  .product-search-content .categories-list .all-categories .category-item .desktop-show {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
  .product-search-content .categories-list .all-categories {
    width: 20%;
  }

  .product-search-content .categories-list .all-categories .category-item .mob-show {
    display: block;
  }

  .product-search-content .categories-list .all-categories .category-item .desktop-show {
    display: none;
  }

  .product-search-content .categories-list .search-box {
    width: 80%;
  }

  .nav li li a {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .nav > li > .parent {
    background-position: 89% center;
  }

  .product-search-content .categories-list:after {
    height: 1px;
    width: 100%;
    position: absolute;
  }

  .product-search-content .categories-list .search-box .search-button {
    width: 20%;
  }

  .postfix.button.rdy-globalsearchbutton {
    min-width: auto;
    z-index: 999;
  }

  .product-search-content .categories-list .search-box .search-button .search-icon .fa {
    font-size: 22px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .product-search-content .categories-list .search-box {
    width: 77%;
  }

  .product-search-content .categories-list .all-categories {
    width: 23%;
  }

  .categories-list .all-categories .category-item {
    background-position: 82% center;
  }

  .categories-list .all-categories .category-item div {
    width: 64%;
  }

  .product-box .product ul.browse-products-list li {
    white-space: normal;
  }

  .header-black-band .header-logo {
    padding-top: 0px;
  }

  .product-search-content .categories-list .search-box .search-button {
    width: 20% !important;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 94% !important;
    margin-top: 0px;
  }

  .header-black-band .header-logo {
    width: 70vw !important;
  }

}


@media only screen and (min-width: 401px) and (max-width: 480px) {
  .product-search-content .categories-list .search-box {
    width: 60%;
  }

  .product-search-content .categories-list .all-categories {
    width: 40%;
  }

  .categories-list .all-categories .category-item {
    background-position: 93% center;
  }

  .product-search-content .categories-list .search-box .search-button {
    width: 20% !important;
  }

  .product-box .product ul.browse-products-list li {
    white-space: normal;
  }

}

@media only screen and (max-width: 992px) and (min-width: 320px) {
  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 845px) {

  #rdy-topnav .expanded-menu {
    width: 69%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.header-title {
    /* margin-top: 5px; */
    font-size: 14px;
    color: #000000;
    margin-left: 16px;
}
  .rdy-languages {
    display: inline;
    padding: 0 10px !important;
    background: none;
  }

  .line {
    display: block;
  }

  .categories-list {
    padding: 10px 20px 15px 20px;
    margin: 0;
  }

  .cross-icon {
    background: url(master/images/cancel.png) 60% no-repeat;
    height: 20px;
    width: 20px;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 100% !important;
    margin-top: 0px;
  }

  .header-black-band {
    width: 100% !important;
    display: inline-block;
  }

  .header-black-band .header-black-band {
    padding-left: 0px;
    padding-right: 0px;
  }

  #rdy-topmenuicon {
    display: inline-block;
  }
  .header-black-band .header-logo {
      text-align: left;
      float: none;
      padding-right: 10px;
      display: flex;
      width: 87vw;
      padding: 5px 30px 0px 0px;
      padding-left: 20px;
      position: relative;
      justify-content: flex-start;
  }

 /* .header-black-band .header-logo {
    text-align: left;
    float: none;
    padding-right: 10px;
    display: inline-block;
    width: 87vw;
    padding: 5px 30px 0px 0px;
    padding-left: 20px;
    position: relative;
  }*/

  #rdy-topnav {
    z-index: 99991;
    position: static;
    top: 61px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 0 0 0px;
  }

  .open .header-black-band {
    width: 100% !important;
  }

  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #rdy-topnav.open a#rdy-topmenuicon {
    display: inline-block !important;
    z-index: 999;
    position: static;
    top: 0;
    padding-bottom: 7px;
  }

  a#rdy-topmenuicon {
    display: inline-block !important;
    padding: 5px 18px 0px 0px;
    float: right;
  }

  .open .header-logo {
    float: none;
    padding-right: 10px;
  }

  .rdyPartner {
    margin-right: 0px;
  }

  .events-img {
    margin-top: 0;
    position: absolute;
    right: 20px;
    padding: 12px 0;
  }

  .events-img1 {
    margin-top: 0;
    position: absolute;
    right: 23px;
    padding: 12px 0;
  }

  .rdySelectWrapper select {
    background-position: 98%;
  }

  #rdy-topnav.open .expanded-menu {
    display: block;
    margin-top: 10px;
    font-size: 0.95em;
    text-align: left;
    color: black;
    background-color: white;
    z-index: 99999;
    overflow: hidden;
    left: 0px;
    width: 100%;
    padding: 0px;
  }

  #rdy-topnav .expanded-menu {
    padding: 13px 0px 0;
    display: none;
  }

  #rdy-topnav.open .rdy-languages {
    margin-top: -10px;
    display: block;
    border-top: none;
  }

  #rdy-topnav.open .expanded-menu a:link, .expanded-menu a:visited, #rdy-topnav.open .expanded-menu a:hover {
    padding: 13px 20px;
    border-top: none;
  }

  .rdy-lang-label {
    margin-right: 0px;
  }

  .expanded-menu a {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .expanded-menu .topnav-separator {
    display: none !important;
  }

  #rdy-topnav.open .rdySelectWrapper select.rdy-lang-select {
    background-color: white;
    padding-left: 0px;
    font-size: 15.2px;
    color: #000000;
  }
}

/*--------header style end--------*/

/*---------footer start------------*/
.footer {
  background: #000000;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.footer .ctx-footer-col {
  width: 25%;
}

.footer .ctx-footer-col .footer-links {
  padding-left: 15px;
  padding-right: 15px;
  color: #f0efeb;
  font-size: 13px;
}

.footer .ctx-footer-col .footer-links ul {
  min-height: 120px;
}

.footer .footer-heading {
  color: #777;
  font-size: 13px;
  font-weight: normal;
  line-height: 37px;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: block;
  font-family: "citrixsans-regular", Arial, Helvetica, sans-serif;
}

.footer ul li {
  font-family: "citrixsans-regular", Arial, Helvetica, sans-serif;
}

.footer .ctx-footer-col .footer-links ul {
  margin: 9px 0 0;
  padding: 0;
}

.footer .ctx-footer-col .footer-links ul li {
  padding-bottom: 15px;
  list-style: none;
}

.footer .ctx-footer-col .footer-links ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: #dedede !important;
}

.footer .ctx-footer-col .footer-links ul li a:hover, .footer .ctx-footer-col .footer-links ul li a:active,
.footer .ctx-footer-col .footer-links ul li a:focus {
  border-bottom: 1px dotted #fff;
  color: #fff !important;
}

.footer .ctx-footer-col .footer-links .rdy-lang-select:focus {
  background: #fff !important;
}

.footer .ctx-footer-col .footer-links .rdy-lang-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("images/white_arrow.png") no-repeat scroll 95% center #fff;
  background-color: rgb(99, 102, 106);
  border: 0 none;
  font-size: 15px;
  line-height: 1.1em;
  margin-left: -2px;
  padding: 3px 5px 3px 8px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  background-color: #63666A;
  color: #dedede !important;
}

.footer .ctx-footer-col .footer-links .language-select {
  background-color: #63666A;
}

.footer .ctx-footer-col .footer-links .language-select span.lbl-icon {
  display: inline-block;
  padding-left: 10px;
}

.footer .ctx-footer-col .footer-links .language-select span.dpdwn-list {
  display: inline-block;
  width: 80%;
}

.footer .footer-ctx-rdy-connect .rdy-connect-text {
  font-size: 13px;
  line-height: 13px;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 30px 0;
}

.footer .footer-ctx-rdy-connect .rdy-connect-icons ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

.footer .footer-ctx-rdy-connect .rdy-connect-icons ul li {
  display: inline;
  padding: 0px 10px;
}

.footer .footer-ctx-rdy-connect .rdy-connect-icons ul li a {
  font-size: 15px;
  display: inline-block;
  border: 0;
}

.footer .mini-footer {
  padding: 15px;
  border-top: 1px solid #B1B3B3;
  margin-top: 20px;
}

.footer .mini-footer .footer-left {
  float: left;
}

.footer .mini-footer .footer-right ul {
  list-style: none;
  text-align: center;
  padding: 0;
  float: right;
  padding-top: 10px;
}

.footer .mini-footer .footer-right ul li {
  display: inline;
  padding: 0px 5px;
  font-size: 13px;
  line-height: 15px;
  color: #dedede !important;
  border-right: 1px solid #dedede;
}

.footer .mini-footer .footer-right ul li:last-child {
  border: none;
}

.footer .mini-footer .footer-right ul li a {
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  color: #dedede !important;
}

.footer .mini-footer .footer-right ul li a:hover, .footer .mini-footer .footer-right ul li a:active,
.footer .mini-footer .footer-right ul li a:focus {
  border-bottom: 1px dotted #fff;
  color: #fff !important;
}

.feedback-floating-button {
  position: fixed;
  bottom: 60px;
  right: 0%;
  z-index: 999;
  background: transparent;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1163px) {
  .footer .ctx-footer-col .footer-links .language-select span.dpdwn-list {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .ctx-footer-col {
    width: 50%;
  }

  .footer .footer-menu {
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .mini-footer {
    text-align: center;
  }

  .footer .mini-footer .footer-left, .footer .mini-footer .footer-right {
    width: 100%;
    float: none;
  }

  .footer .mini-footer .footer-right ul {
    float: none;
  }
}

@media only screen and (min-width: 491px) and (max-width: 767px) {
  .footer .ctx-footer-col {
    width: 50%;
  }

  .footer .footer-menu {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .mini-footer {
    text-align: center;
  }

  .footer .mini-footer .footer-left, .footer .mini-footer .footer-right {
    width: 100%;
    float: none;
  }

  .footer .mini-footer .footer-right ul {
    float: none;
  }
}

@media only screen and (max-width: 490px) {
  .product-search-content .categories-list .search-box .search-button .search-icon {
    position: absolute;
    color: #ffffff;
    top: 40%;
    right: 10%;
  }

  .product-box .version .browse-version, .product-box .product .browse-products {
    padding: 0px 0px 0px;
    background-position: 96%;
  }

  #rdy-topnav.open .expanded-menu a:link, .expanded-menu a:visited, #rdy-topnav.open .expanded-menu a:hover {
    padding: 13px 13px;
    border-top: none;
  }

  .events-img {
    margin-top: 0;
    position: absolute;
    right: 20px;
    padding: 12px 0;
  }
  .cross-icon {
    right: 32px;
    position: absolute;
  }

  .rdySelectWrapper select {
    background-position: 99%;
  }

  #rdy-topnav.open .rdy-languages {
    margin-top: -12px;
    display: block;
    padding: 5px 5px 5px 13px !important;
  }

  .categories-list {
    padding: 10px 20px 15px 15px;
    margin: 0;
  }

  .product-box .product {
    padding: 10px 12px 0px 15px;
  }

  .product-box .version {
    padding: 10px 12px 15px 15px;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 96% !important;
    margin-top: 0px;
  }

  a#rdy-topmenuicon {

    padding: 5px 0px 0px 0px;
  }

  .header-black-band .header-logo {
    width: 76vw !important;
    text-align: left;
    float: none;
    padding-right: 10px;
    display:flex;

    padding: 5px 0px 0px 0px;
    padding-left: 15px;
    position: relative;
  }

  .footer .ctx-footer-col {
    width: 100%;
  }

  .footer .mini-footer {
    text-align: center;
  }

  .footer .mini-footer .footer-left, .footer .mini-footer .footer-right {
    width: 100%;
    float: none;
  }

  .footer .mini-footer .footer-right ul {
    float: none;
  }

  .footer-heading span {
    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;
    position: absolute;
    display: block;
    right: 18px;
    color: #ddd;
    font-size: 14px;
    line-height: 45px;
    top: 0;
  }

  .footer-heading span::before {
    content: url("images/white_arrow.png");
  }

  .footer-heading.active span {
    transform: rotate(180deg);
  }

  .footer .footer-heading {
    color: #ddd;
    font-size: 15px;
    line-height: 45px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .35s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: all .35s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: all .35s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: all .35s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  }

  .footer .ctx-content-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .footer .ctx-footer-col .footer-links ul li {
    border-top: 1px solid #404042;
    padding: 0;
  }

  .footer .ctx-footer-col .footer-links ul li a {
    line-height: 45px;
    padding-left: 40px;
    display: block;
  }

  .footer .ctx-footer-col .footer-links {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer .ctx-footer-col .footer-links ul {
    max-height: 0;
    min-height: 0;
    display: none;
  }

  .footer .ctx-footer-col .footer-links .language-select {
    margin: 10px 15px;
    border-top: 1px solid #404042;
  }

  .footer .footer-heading {
    border-top: 1px solid #404042;
  }

  .footer .ctx-footer-col .footer-links ul.active-ul {
    max-height: 245px;
    display: block;
    background-color: #2b2b2b;
  }

  .footer {
    padding: 0px 0 0 0;
  }

  .footer .ctx-footer-col .footer-links ul {
    margin: 0px 0 0;
  }

  .footer-heading.active {
    background-color: #2b2b2b;
  }
}

@media only screen and (min-width: 667px) and (max-width: 768px) {
  #rdy-topnav.open .rdySelectWrapper {
    width: 100% !important;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 734px) {
  .header-black-band .header-logo {
    width: 85vw;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 99% !important;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 639px) {
  .header-black-band .header-logo {
    width: 83vw;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 98% !important;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 490px) and (max-width: 567px) {
  .header-black-band .header-logo {
    width: 81vw;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 98% !important;
    margin-top: 0px;
  }

}

@media only screen and (min-width: 360px) and (max-width: 400px) {
  .header-black-band .header-logo {
    width: 75vw !important;
    padding-left: 10px;

  }
   .rdySelectWrapper select {
     background-position: 98%;
   }


  .product-search-content .categories-list .all-categories {
    width: 32%;
  }

  .product-search-content .categories-list .search-box {
    width: 68%;
  }

  .categories-list .all-categories .category-item {
    background-position: 82% center;
  }

  .categories-list .all-categories .category-item div {
    width: 69%;
  }

  .product-box .product ul.browse-products-list li {
    white-space: normal;
  }

  .header-black-band .header-logo {
    padding-top: 2px;
  }

  .product-search-content .categories-list .search-box .search-button {
    width: 20% !important;
  }
}

/*---------footer end------------*/
/*-------- Product Profile Page starts -------*/
@media only screen and (min-width: 48.063em) {
  .prod-dtls-left {
    width: 30.65%;
  }

  .prod-dtls-right {
    width: 69.35%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  a#rdy-topmenuicon {

    padding: 5px 0px 0px 0px;
  }

  .product-search-content .categories-list .search-box {
    width: 77%;
  }

  .product-search-content .categories-list .all-categories {
    width: 23%;
  }

  .categories-list .all-categories .category-item {
    background-position: 82% center;
  }

  .categories-list .all-categories .category-item div {
    width: 64%;
  }

  .product-box .product ul.browse-products-list li {
    white-space: normal;
  }

  .header-black-band .header-logo {
    padding-top: 0px;
    text-align: left;
    float: none;
    padding-right: 10px;
    display: flex;

    padding: 5px 0px 0px 0px;
    padding-left: 10px;
    position: relative;
  }

  .product-search-content .categories-list .search-box .search-button {
    width: 20% !important;
  }

  #rdy-topnav.open .rdySelectWrapper {
    width: 94% !important;
    margin-top: 0px;
  }


}

@media only screen and (max-width: 1300px) {
  .product-search-content .categories-list .search-box {
    float: right;
    border-bottom: 1px solid #D0D0CE;
  }
}
@media only screen and (max-width: 360px) {
   .rdySelectWrapper select {
     background-position: 99%;
   }
   }
/*-------- Product Profile Page ends -------*/
