/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
@font-face {
    font-family: 'cadiz_boldbold';

    src: url('/fonts/cadiz-bold-webfont.woff2') format('woff2'), url('/fonts/cadiz-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cadiz_regularregular';
    src: url('/fonts/cadiz-regular-webfont.woff2') format('woff2'), url('/fonts/cadiz-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cadiz_thin';
    src: url('/fonts/cadiz-light-webfont.woff2') format('woff2'), url('/fonts/cadiz-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

blockquote {
    margin: 0;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.screenreader-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

textarea.lined-textarea {
    background-attachment: local;
    background-image: repeating-linear-gradient(transparent, transparent 2.5em, #ff8c00 calc((2.5 * 1em) + 2px));
    min-height: calc((5 * 1em) + (4px + 5px));
    line-height: calc((2.5 * 1em) + 2px);
    background-position-y: 5px;
    overflow-y: hidden;
    resize: none;
    padding-left: 0;
    padding-right: 0;
    color: #ff8c00;
    min-height: calc((5 * 1em) + (4px + 8px));
}

.layout {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

.layout:before,
.layout:after {
    display: table;
    line-height: 0;
    content: "";
}

.layout:after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .layout {
        width: calc(100% - 100px);
    }
}

@media screen and (min-width: 1230px) {
    .layout {
        width: 1100px;
    }
}

@font-face {
    font-family: 'Cadiz';
    src: url('/fonts/Cadiz-Bold/Cadiz-Bold.eot');
    src: url('/fonts/Cadiz-Bold/Cadiz-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Cadiz-Bold/Cadiz-Bold.woff2') format('woff2'), url('/fonts/Cadiz-Bold/Cadiz-Bold.woff') format('woff'), url('/fonts/Cadiz-Bold/Cadiz-Bold.ttf') format('truetype'), url('/fonts/Cadiz-Bold/Cadiz-Bold.otf') format('opentype'), url('/fonts/Cadiz-Bold/Cadiz-Bold.svg#Cadiz') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cadiz';
    src: url('/fonts/Cadiz-Regular/Cadiz-Regular.eot');
    src: url('/fonts/Cadiz-Regular/Cadiz-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Cadiz-Regular/Cadiz-Regular.woff2') format('woff2'), url('/fonts/Cadiz-Regular/Cadiz-Regular.woff') format('woff'), url('/fonts/Cadiz-Regular/Cadiz-Regular.ttf') format('truetype'), url('/fonts/Cadiz-Regular/Cadiz-Regular.otf') format('opentype'), url('/fonts/Cadiz-Regular/Cadiz-Regular.svg#Cadiz') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    color: #323232;
}

@media screen and (min-width: 1230px) {
    body {
        font-size: 26px;
        line-height: 1.5;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bold;
}

p {
    margin-top: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
    color: #ff8c00;
    cursor: pointer;
}

a:visited {
    color: #b3854d;
}

a:focus {
    color: #995400;
}

a:hover {
    border-bottom: 2px solid #ff8c00;
}

.page-header {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .page-header {
        font-size: 48px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1230px) {
    .page-header {
        font-size: 82px;
        line-height: 1.5;
    }
}

.listing-header {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
}

@media screen and (min-width: 1230px) {
    .listing-header {
        /*font-size: 58px;*/
        font-size: 55px;
        line-height: 1.5;
    }
}

.intro {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    /*padding: 3em 0;*/
    padding: 1.5em 0 2em 0;
}

@media screen and (min-width: 1230px) {
    .intro {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
        font-size: 26px;
        line-height: 1.5;
        line-height: 40px;
    }
}

.subhead {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .subhead {
        font-size: 20px;
        line-height: 1.5;
    }
}

.title-wrap {
    text-align: center;
}

.title-wrap a:hover {
    border: 0;
}

.title-wrap .section-title {
    font-size: 13px;
    line-height: 1.5;
    color: #ff8c00;
    font-weight: 300;
    border-bottom: 2px solid;
    border-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 4px;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
    border-color: #ff8c00;
}

@media screen and (min-width: 1230px) {
    .title-wrap .section-title {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 60px;
    }

    .star_block.sectionheader .title-wrap .section-title,
    .orange .title-wrap .section-title,
    .grey .title-wrap .section-title,
    .black .title-wrap .section-title,
    .page-job .star_listing .tag {
        margin-bottom: 30px;
        text-transform: none;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1.6px;
        border-bottom: 0;
    }

    .page-media-room .star_block.image.header {
        margin-bottom: 0;
    }

    /*.star_block.header.blank .title-wrap .section-title {
        margin-bottom: 30px;
        text-transform: none;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1.6px;
        border-bottom: 0;
    }*/
}

.orange .title-wrap .section-title,
.grey .title-wrap .section-title,
.black .title-wrap .section-title {
    color: #ffffff;
    border-color: #ffffff;
}

.tag {
    font-size: 11px;
    line-height: 1.5;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    color: #323232;
    letter-spacing: 1.3px;
}

@media screen and (min-width: 1230px) {
    .tag {
        font-size: 13px;
        line-height: 1.5;
    }
}

.tag:hover {
    border-color: #ffffff;
    color: #fff;
}

.l-quote {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    line-height: 1.1;
}

@media screen and (min-width: 1230px) {
    .l-quote {
        font-size: 38px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

.m-quote {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    line-height: 1.3;
}

@media screen and (min-width: 1230px) {
    .m-quote {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

.caption,
figcaption {
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {

    .caption,
    figcaption {
        font-size: 12px;
        line-height: 1.5;
    }
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

input,
textarea {
    max-width: 100%;
    padding: 0 0.33333333em;
    margin: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    background: transparent;
    transition: border-color 0.2s, background-color 0.2s;
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    color: #ffffff;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    outline: none;
}

#search {
    color: #666666;
    background: transparent;
}

#search::placeholder {
    opacity: 1;
}

@-webkit-keyframes autofill {
    to {
        color: #000;
        background: transparent;
    }
}

#search:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


input:disabled,
textarea:disabled,
input.disabled,
textarea.disabled {
    pointer-events: none;
}

label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

input[type="range"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 1px dotted #ff8c00;
    outline-offset: 1px;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

input[type="file"] {
    border: initial;
    padding: initial;
    line-height: initial;
    width: 100%;
    background: transparent;
}

input[type="file"]~.error {
    margin-top: 1em;
}

textarea {
    min-height: 1.5;
    overflow: auto;
    padding-top: 0.2em;
    line-height: 1.25em;
}

::placeholder {
    color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.gt-ie8 input[type="radio"]:focus,
.gt-ie8 input[type="checkbox"]:focus {
    outline: none;
}

.gt-ie8 input[type="checkbox"],
.gt-ie8 input[type="radio"] {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    top: 0.2962963em;
}

.gt-ie8 input[type="checkbox"],
.gt-ie8 input[type="radio"],
.gt-ie8 input[type="checkbox"]:before,
.gt-ie8 input[type="radio"]:before {
    width: 1.18518519em;
    height: 1.18518519em;
}

.gt-ie8 input[type="checkbox"]:before,
.gt-ie8 input[type="radio"]:before,
.gt-ie8 input[type="checkbox"]:after,
.gt-ie8 input[type="radio"]:after {
    content: '';
    display: block;
}

.gt-ie8 input[type="checkbox"]:before,
.gt-ie8 input[type="radio"]:before {
    border: 2px solid #ffffff;
    border-radius: 0;
    background: transparent;
    transition: border-color 0.2s, background-color 0.2s;
}

.gt-ie8 input[type="checkbox"]:after,
.gt-ie8 input[type="radio"]:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
}

.gt-ie8 input[type="checkbox"]:checked:after,
.gt-ie8 input[type="radio"]:checked:after {
    opacity: 1;
}

.gt-ie8 input[type="checkbox"]:hover:before,
.gt-ie8 input[type="radio"]:hover:before,
.gt-ie8 input[type="checkbox"]:focus:before,
.gt-ie8 input[type="radio"]:focus:before {
    border-color: #ff8c00;
    outline: none;
}

.gt-ie8 input[type="checkbox"]:after {
    border: 0.14814815em solid #000000;
    border-top: none;
    border-right: none;
    left: 0.22222222em;
    top: 0.37037037em;
    height: 0.37037037em;
    width: 0.74074074em;
    transform: rotate(-45deg);
}

.gt-ie8 input[type="radio"]:before,
.gt-ie8 input[type="radio"]:after {
    border-radius: 100%;
}

.gt-ie8 input[type="radio"]:after {
    background: #000000;
    height: 37.5%;
    width: 37.5%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

@-moz-document url-prefix() {
    textarea {
        padding-right: 0 !important;
    }

    /*  select {
    text-indent: 1px;
    text-overflow: '';
  }*/
}

input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    border: 2px solid rgba(255, 140, 0, 0.5);
    cursor: pointer;
    position: relative;
    top: 2px;
}

input[type=checkbox]:hover {
    border-color: #ff8c00;
}

input[type=checkbox]:checked {
    background-color: #ff8c00;
}

input[type=checkbox].tick {
    width: 1.25em;
    height: 1.25em;
}

input[type=checkbox].tick:checked:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: relative;
    bottom: 2px;
}

input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    border: 2px solid #ff8c00;
}

input[type="radio"]:hover:after {
    content: '';
    display: block;
    background: rgba(255, 140, 0, 0.5);
    height: calc(100% - (2px * 2));
    width: calc(100% - (2px * 2));
    border-radius: 100%;
    position: relative;
    left: 2px;
    top: 2px;
}

input[type="radio"]:checked:after {
    content: '';
    display: block;
    background: #ff8c00;
    height: calc(100% - (2px * 2));
    width: calc(100% - (2px * 2));
    border-radius: 100%;
    position: relative;
    left: 2px;
    top: 2px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 3px solid;
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

select.standard {
    background-color: #ffffff;
    height: 2em;
    border-bottom: 0;
    border-radius: 0;
    padding: 0.25em 0.75em;
    padding-right: 50px;
    background-image: url('/css/assets/dropdown.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
    line-height: 1.5;
}

.form-group {
    margin: 60px 0;
}

.input-line {
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0;
}

.input-line .error {
    margin-top: 6px;
}

@media screen and (min-width: 1230px) {
    .input-line {
        margin: 20px 0;
    }
}

.input-line input {
    width: 100%;
    padding-bottom: 3px;
}

.input-line label {
    float: left;
    margin-right: 10px;
    margin-bottom: 6px;
}

.input-line span {
    display: block;
    overflow: hidden;
    min-width: 250px;
}

.select-line {
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .select-line {
        margin: 20px 0;
        font-size: 16px;
        line-height: 1.5;
    }
}

.select-line select.standard {
    height: 2em;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
    .select-line select.standard {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
    }
}

.select-line label {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 0.5em;
}

.select-line span {
    display: block;
    overflow: hidden;
    min-width: 220px;
}

.textarea-line:not(:last-of-type) {
    margin-bottom: 2em;
}

.textarea-line label,
.textarea-line textarea {
    width: 100%;
}

#dasForm {
    font-size: 14px;
    line-height: 1.5;
}

#dasForm label.error {
    color: red;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

@media screen and (min-width: 1230px) {
    #dasForm {
        font-size: 16px;
        line-height: 1.5;
    }
}

#dasForm input:invalid,
#dasForm textarea:invalid,
#dasForm input.invalid,
#dasForm textarea.invalid {
    background-color: transparent;
}

#dasForm input:not([type=radio]) {
    color: #ff8c00;
    position: relative;
    border-bottom: 1px solid #ff8c00;
}

#dasForm input[type=checkbox] {
    height: 1.5em;
    width: 1.5em;
}

#dasForm input[type=checkbox]+label {
    position: relative;
    top: 0.25em;
}

#dasForm #dasTableContainer {
    overflow-x: scroll;
    border-right: 1px solid #ff8c00;
}

@media screen and (min-width: 1230px) {
    #dasForm #dasTableContainer {
        overflow-x: visible;
    }
}

#dasForm #dasTableContainer>table {
    min-width: 1230px;
    margin-bottom: 0;
}

@media screen and (min-width: 1230px) {
    #dasForm #dasTableContainer>table {
        margin-left: -65px;
    }
}

#dasForm #dasTableContainer>table>tbody>tr input[type=radio]:first-child {
    border-left: 2px solid #ff8c00;
}

#dasForm #dasTableContainer>table>thead>tr>th,
#dasForm #dasTableContainer>table>tbody>tr>td {
    border-width: 2px;
}

#dasForm #dasTableContainer>table>thead>tr>th:first-child {
    border-left: 0;
}

#dasForm #dasTableContainer>table>tbody>tr>td:last-child {
    border-right: 0;
}

#dasForm #dasTableContainer>table>thead>tr>th:last-child {
    width: 50px;
}

#dasForm #dasTableContainer>table>tbody>tr>td {
    border-color: #f4f4f4;
}

#dasForm #dasTableContainer>table>tbody>tr>td input:not([type=radio]) {
    border: 0;
    background-color: #f7f7f7;
    height: 1.5em;
}

#dasForm #dasTableContainer>table>tbody>tr>td .radio-line:not(:last-child) {
    margin-bottom: 1em;
}

#dasForm #dasTableContainer>table>tbody>tr>td input[type=radio] {
    float: left;
    margin: 0 0.5em;
}

#dasForm #dasTableContainer>table>tbody>tr>td input[type=radio][name=headendType] {
    margin: 0.5em;
}

#dasForm #dasTableContainer>table>tbody>tr>td input[type=radio]+label {
    display: inline;
}

#dasForm #dasTableContainer>table>tbody>tr>td.seedingPlanTd {
    text-align: center;
}

#dasForm #dasTableContainer>table>tbody>tr>td.seedingPlanTd .seedingPlan {
    color: #ff8c00;
    font-weight: bold;
}

#dasForm #dasTableContainer>table>tbody>tr>td.seedingPlanTd .seedingPlan.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#dasForm #dasTableContainer>table>tbody>tr>td.headendType input {
    margin: 0.5em;
}

#dasForm #dasTableContainer>table>tbody>tr>td.deleteTd {
    text-align: center;
}

#dasForm #dasTableContainer>table>tbody>tr>td.deleteTd a.delete {
    font-size: 18px;
    line-height: 1.5;
}

#dasForm #dasTableContainer>table>tbody>tr>td.deleteTd a.delete:hover {
    border: 0;
}

@media screen and (min-width: 768px) {
    #dasForm #dasTableContainer>table>tbody>tr>td.deleteTd a.delete {
        font-size: 20px;
        line-height: 1.5;
    }
}

#dasForm .declaration input {
    border-bottom: 1px solid #ff8c00;
    margin-bottom: 1.5em;
    color: #ff8c00;
}

#dasForm .declaration span {
    display: inline-block;
}

#dasForm .declaration .signed {
    margin-top: 1.5em;
}

#dasForm .btn-group p {
    text-align: center;
}

#dasForm .btn-group .btnholder {
    max-width: 200px;
    margin: 0 auto;
}

#dasForm .btn-group .btn {
    display: block;
}

.table-wrap {
    clear: both;
    *zoom: 1;
}

.table-wrap:before,
.table-wrap:after {
    display: table;
    line-height: 0;
    content: "";
}

.table-wrap:after {
    clear: both;
}

table {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
}

table caption {
    padding: 0 0.75em;
    margin-bottom: 0.75em;
}

table th:not(.picker__weekday),
table td:not([role=presentation]) {
    border: 3px solid #fdf9f5;
    padding: 0.75em 0.45em;
    text-align: left;
    height: 2.25em;
    vertical-align: middle;
}

@media screen and (min-width: 1230px) {

    table th:not(.picker__weekday),
    table td:not([role=presentation]) {
        padding: 0.75em;
    }
}

table thead th {
    border-top: none;
}

table th {
    color: #ffffff;
    font-weight: normal;
}

table tbody tr th:first-child {
    border-right: 3px solid #fdf9f5;
}

table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody+tbody {
    border-top: 3px solid #fdf9f5;
}

table tbody tr td,
table tbody tr th {
    transition: background-color 0.1s;
}

@media screen and (max-width: 767px) {
    table.overflow {
        overflow: auto;
        overflow-y: hidden;
        overflow-x: auto;
        display: block;
        border-right: 1px solid #575757;
        padding-bottom: 1.3125em;
    }

    table.overflow caption {
        text-align: left;
    }
}

@media screen and (min-width: 1230px) {
    table {
        font-size: 15px;
        line-height: 1.5;
    }

    table th,
    table td {
        height: 2.8125;
    }
}

table.three-col th,
table.three-col td {
    width: 33.33333333%;
}

@media screen and (min-width: 768px) {
    table.onethird {
        width: calc((100% / 3) - 0.5em);
        float: left;
    }
}

table.onethird:not(:last-of-type) {
    margin-right: 0.5em;
}

table .star-symbol {
    fill: #ff8c00;
}

table tr.center th,
table tr.center td {
    text-align: center;
}

table td.left {
    text-align: left;
}

table th.no-border,
table td.no-border {
    border: 0;
}

table:not(.picker__table) {
    white-space: normal;
    table-layout: fixed;
    font-size: 12px;
    line-height: 1.5;
}

table:not(.picker__table) tr input[type=radio]:first-child {
    border-left: 2px solid #ff8c00;
}

table:not(.picker__table) th,
table:not(.picker__table) td {
    border-width: 2px;
}

table:not(.picker__table)>thead>tr>th {
    background-color: #323232;
    color: #ffffff;
    height: 7em;
    text-align: center;
    vertical-align: top;
    border-color: #6c6c6c;
    border-bottom: 2px solid #323232;
}

table:not(.picker__table) td {
    border-color: #dcdcdb;
}

table:not(.picker__table) td input:not([type=radio]) {
    border: 0;
    background-color: #f7f7f7;
}

button:not([class^="picker__button--"]),
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="image"],
.btn {
    display: inline-block;
    max-width: 100%;
    padding: 11px 45px;
    margin: 0;
    border-radius: 0;
    border: 2px solid #ff8c00;
    background: #ff8c00;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
}

button:not([class^="picker__button--"]),
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="image"],
.btn,
button:not([class^="picker__button--"]):visited,
input[type="reset"]:visited,
input[type="button"]:visited,
input[type="submit"]:visited,
input[type="image"]:visited,
.btn:visited,
button:not([class^="picker__button--"]):hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="image"]:hover,
.btn:hover {
    color: #000000;
}

button:not([class^="picker__button--"]):focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="image"]:focus,
.btn:focus,
button:not([class^="picker__button--"]):hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="image"]:hover,
.btn:hover {
    outline: none;
    text-decoration: none;
    background-color: #e67e00;
    border-color: #e67e00;
}

button:not([class^="picker__button--"]).disabled,
input[type="reset"].disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="image"].disabled,
.btn.disabled,
button:not([class^="picker__button--"])[disabled],
input[type="reset"][disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="image"][disabled],
.btn[disabled],
fieldset[disabled] button:not([class^="picker__button--"]),
fieldset[disabled] input[type="reset"],
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="image"],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
    background-color: #666666;
    border-color: #666666;
}

button:not([class^="picker__button--"]).border,
input[type="reset"].border,
input[type="button"].border,
input[type="submit"].border,
input[type="image"].border,
.btn.border {
    background-color: transparent;
    color: #ff8c00;
    border-color: #ff8c00;
}

.btnholder {
    display: block;
    text-align: center;
}

.job .btnholder {
    text-align: left;
}

.tvguide {
    font-size: 16px;
    background-color: #FDF9F5;
    overflow: hidden;
    padding-top: 150px;
    margin-bottom: 0px;
}

.tvguide .inner-search-panel {
    width: 960px;
    margin: 0 auto 125px auto;
}

.tvguide .inner-search-panel .inner-search-area {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff8c00;
    margin: 0 auto;
}

.tvguide .inner-search-panel .inner-search-area .search-box-icon {
    position: absolute;
    right: 2px;
    top: -5px;
}

.tvguide .inner-search-panel .inner-search-area .search-box-icon svg {
    height: 2.5em;
}

.tvguide .inner-search-panel .inner-search-area .search-box-icon svg #search-icon {
    fill: #ff8c00;
}

.tvguide .inner-search-panel .inner-search-area input {
    color: #323232;
    border: 0 none;
    padding: 0 20px;
    margin-top: 4px;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}

.tvguide .inner-search-panel .inner-search-area input::placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.tvguide .date .selecter,
.tvguide .day .selecter {
    position: relative;
}

.tvguide .date .selecter:after,
.tvguide .day .selecter:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    top: 15px;
    right: 5px;
    pointer-events: none;
}

.tvguide .date .selecter:hover:after,
.tvguide .day .selecter:hover:after {
    color: #ffffff;
}

.tvguide .footer-copy {
    text-align: center;
    margin: 20px 0 110px 0;
}

.tvguide a:hover {
    border-bottom: 0;
}

.tvguide .inner_container {
    margin-bottom: 110px;
}

.tvguide .search-result-text {
    margin-left: 5px;
    margin-bottom: 20px;
}

.tvguide .search-pro-img {
    width: 228px;
    background-color: #ffffff;
    float: left;
    margin: 5px;
}

.tvguide .search-pro-img .search_program {
    width: 228px;
    height: 163px;
}

.tvguide .search-pro-img .list_panel {
    color: #323232;
    font-size: 12px;
    line-height: 20px;
}

.tvguide .search-pro-img .search_pro_name {
    padding-top: 10px;
    width: 209px;
    font-size: 18px;
    text-overflow: ellipsis;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

.tvguide .search-pro-img .program_info {
    color: #ff8c00;
    font-size: 12px;
    float: left;
    line-height: 17px;
    margin-top: 18px;
    border-bottom: 1px solid #ff8c00;
    font-weight: 600;
}

.tvguide .search-pro-img .program_channel {
    width: 50px;
    height: 38px;
    float: left;
    margin: 5px;
}

.tvguide .clearfix {
    *zoom: 1;
}

.tvguide .clearfix:before,
.tvguide .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.tvguide .clearfix:after {
    clear: both;
}

.tvguide .visuallyhidden {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.tvguide .content {
    width: 960px;
    margin: 0 auto;
    font-size: 14px;
}

.tvguide .tv_filter {
    *zoom: 1;
    background: #ffffff;
    line-height: 3.42857143;
    width: 960px;
    z-index: 40;
    position: relative;
    text-align: center;
}

.tvguide .tv_filter:before,
.tvguide .tv_filter:after {
    display: table;
    line-height: 0;
    content: "";
}

.tvguide .tv_filter:after {
    clear: both;
}

.tvguide .tv_filter .selecter-selected,
.tvguide .tv_filter .selecter-options {
    display: none;
}

.tvguide .tv_filter .date,
.tvguide .tv_filter .day,
.tvguide .tv_filter .allChannel,
.tvguide .tv_filter .subGenre {
    width: calc((100% / 4) - 46px);
}

.tvguide .tv_filter select {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: inherit;
    height: 48px;
    line-height: 48px;
    appearance: none;
    border: none;
    border-radius: 0;
    padding: 0 0.75em;
    font-family: inherit;
    color: inherit;
    background: #ffffff;
}

.tvguide .tv_filter select:hover,
.tvguide .tv_filter select:focus {
    outline: none;
    color: #ffffff;
    background: #ff8c00;
}

.tvguide .now {
    float: left;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.tvguide .now a {
    background: #ffffff;
    color: #858585;
    padding: 0 0.75em;
    width: 136px;
    text-decoration: none;
    display: block;
}

.tvguide .now a:hover,
.tvguide .now a:focus,
.tvguide .now a.active {
    outline: none;
    color: #ffffff;
    background: #ff8c00;
}

.tvguide .day,
.tvguide .date,
.tvguide .allChannel {
    width: 206px;
}

.tvguide .day,
.tvguide .date,
.tvguide .allChannel {
    float: left;
}

.tvguide .allChannel,
.tvguide .subGenre {
    position: relative;
}

.tvguide .subGenre {
    float: right;
}


.tvguide .allChannel:after,
.tvguide .subGenre:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBmaWxsPSIjMDAwMDAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiICB3aWR0aD0iMTkiIGhlaWdodD0iMiI+PC9yZWN0PgogICAgPHJlY3QgeD0iMCIgeT0iNSIgIHdpZHRoPSIxOSIgaGVpZ2h0PSIyIj48L3JlY3Q+CiAgICA8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE5IiBoZWlnaHQ9IjIiPjwvcmVjdD4KICA8L2c+Cjwvc3ZnPgo=) center center no-repeat;
    background-size: 19.5px auto;
    pointer-events: none;
}

.tvguide .tv_timeBar {
    background: #ffffff;
    width: 960px;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.tvguide .channel_bg {
    background: #595959;
    color: #ffffff;
    width: 136px;
    line-height: 3.42857143;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
    border-right: 1px solid #676767;
}

.tvguide .time_bar {
    padding-left: 136px;
    width: 824px;
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
}

.tvguide .time_bar ul {
    width: 19776px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #595959;
}

.tvguide .time_bar li {
    width: 412px;
    line-height: 3.42857143;
    vertical-align: middle;
    border-left: 1px solid #676767;
    color: #ffffff;
    display: inline-block;
    padding-left: 0;
    float: left;
    text-decoration: none;
    text-align: left;
    position: relative;
}

.tvguide .time_bar li:first-child {
    border-left: none;
}

.tvguide .time_text {
    margin-left: 5.25em;
}

.tvguide .half_time {
    border-left: 1px solid #676767;
    padding-left: 5.25em;
    width: 206px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tvguide .arrow_r,
.tvguide .arrow_l {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    z-index: 100;
    background: center center no-repeat;
    background-size: 9.6px auto;
    background-color: rgba(89, 89, 89, 0.7);
    cursor: pointer;
}

.tvguide .arrow_r:hover,
.tvguide .arrow_l:hover {
    background-color: #ff8c00;
}

.tvguide .arrow_r {
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGcgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRjhDMDAiIGZpbGw9InRyYW5zcGFyZW50Ij4KICAgIDxwb2x5bGluZSBwb2ludHM9IjEgMSA4IDcuNSAxIDE0Ij48L3BvbHlsaW5lPgogIDwvZz4KPC9zdmc+Cg==);
    background-position-x: 55%;
}

.tvguide .arrow_r:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGcgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRkZGRkYiIGZpbGw9InRyYW5zcGFyZW50Ij4KICAgIDxwb2x5bGluZSBwb2ludHM9IjEgMSA4IDcuNSAxIDE0Ij48L3BvbHlsaW5lPgogIDwvZz4KPC9zdmc+Cg==);
}

.tvguide .arrow_l {
    left: 136px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGcgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRjhDMDAiIGZpbGw9InRyYW5zcGFyZW50Ij4KICAgIDxwb2x5bGluZSBwb2ludHM9IjkgMSAyIDcuNSA5IDE0Ij48L3BvbHlsaW5lPgogIDwvZz4KPC9zdmc+Cg==);
    background-position-x: 45%;
}

.tvguide .arrow_l:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGcgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRkZGRkYiIGZpbGw9InRyYW5zcGFyZW50Ij4KICAgIDxwb2x5bGluZSBwb2ludHM9IjkgMSAyIDcuNSA5IDE0Ij48L3BvbHlsaW5lPgogIDwvZz4KPC9zdmc+Cg==);
}

.tvguide .jThumbnailScroller {
    position: relative;
    width: 960px;
    height: auto !important;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.tvguide .jTscrollerContainer {
    position: relative;
    width: 960px;
    height: auto !important;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.tvguide .jTscrollerContainer .container {
    position: relative;
}

.tvguide .jTscroller {
    height: 100px;
    margin: 0;
    margin-bottom: 0;
    padding-left: 156px;
    width: 19776px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
}

.tvguide .channel_logo_panel {
    text-align: center;
    width: 136px;
    position: absolute;
    z-index: 9;
    left: 0;
    height: auto !important;
    float: left;
}

.tvguide .channel_logo_panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tvguide .channel_logo_panel li {
    background: #ffffff;
    margin-bottom: 0;
    display: block;
    padding: 0;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.tvguide .channel_logo_bg {
    padding-top: 22px;
}

.tvguide .ch_logo_img {
    width: 76px;
    height: 57px;
}

.tvguide .ch_no {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.tvguide .Programmedetail {
    height: 100%;
    background-color: #FDF9F5;
    display: block;
    float: left;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.tvguide .Programmedetail.activeGen {
    box-shadow: inset 0px 0px 17px 2px rgb(183, 181, 181);
    background: #f7f7f7;
}

.tvguide .Programmedetail:hover {
    color: #ffffff;
    background: #ff8c00;
}

.tvguide .Programmedetail:hover .pro_sub a {
    color: #ffffff;
}

.tvguide .Programmedetail span {
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 0.75em;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    display: block;
}

.tvguide .Programmedetail .pro_title,
.tvguide .Programmedetail .pro_sub {
    margin-left: 0 !important;
}

.tvguide .Programmedetail .pro_sub {
    font-size: 0.85714286em;
    opacity: 0.8;
}

.tvguide .Programmedetail .pro_sub a {
    color: #323232;
    cursor: auto;
}

.tvguide .popular_pro {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fec10e;
}

.tvguide .popular_text {
    /*height: 20px;*/
    position: relative;
    /*background: #fff;*/
}

.tvguide .popular_tag {
    position: absolute;
    right: 0;
    margin-left: 0.75em;
    height: 23px;
}

.tvguide .popular_color {
    width: 12px;
    height: 12px;
    background: #fec10e;
    position: absolute;
    left: -18px;
    top: 1px;
}

.tvguide .curent_time {
    height: 100%;
    position: absolute;
    width: 100%;
}

.tvguide .curent_time_bar {
    background: #ff8c00;
    width: 2px;
    overflow: auto;
    float: left;
    height: 100% !important;
    position: absolute;
    left: 500px;
    z-index: 5;
}

.tvguide .on {
    display: block;
}

.tvguide .off {
    display: none;
}

.tvguide .view_more_bg {
    text-align: center;
}

.tvguide .view_more_bg img {
    vertical-align: middle;
}

.tvguide .view_more {
    bottom: 0;
    padding: 0;
    margin: 14px auto;
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
}

.tvguide .view_more a {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3em;
    text-rendering: auto;
    display: block;
    color: #ff8c00;
    transition: all .2s;
}

.tvguide .view_more a:before {
    content: "\f055";
}

.tvguide .view_more a:hover {
    color: #ffffff;
}

.tvguide .popup_tag {
    color: #323232;
    background: #ffffff;
    position: fixed;
    left: 28%;
    top: 28%;
    z-index: 100;
    display: none;
    min-height: 260px;
}

.tvguide #popup_tag-sticky-wrapper {
    height: 0 !important;
}

.tvguide .popup_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.tvguide .popup_content {
    font-size: 0.92857143em;
    width: 300px;
    padding: 20px;
    float: left;
}

.tvguide .popup_content .tvGuideCalender-class {
    margin-top: 0;
    position: absolute;
    right: 8%;
    top: 3%;
    padding: 8px;
    background-color: #ff8c00;
    color: #fff;
    font-weight: normal;
    width: 170px;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.tvguide .popup_content .tvGuideCalender-class label {
    margin-bottom: 0;
}

.tvguide .popup_content .tvGuideCalender-class .add-to-calendar-checkbox~a {
    color: #fff;
}

.tvguide .popup_content .tvGuideCalender-class .add-to-calendar-checkbox>a:first-child {
    margin-top: 10px;
}

.tvguide .popup_content .tvGuideCalender-class .icon-yahoo {
    display: none;
}


.tvguide .popup_content .tvGuideCalender-class .add-to-calendar-checkbox:checked~a {
    margin-left: 10px;
}



.tvguide .popup_img {
    width: 240px;
    height: 180px;
    float: left;
    margin: 60px 20px 0 0;
    overflow: hidden;
}

.tvguide .popup_img img {
    width: 100%;
}

.tvguide .popup_Pro_header {
    font-size: 1.38461538em;
    border-bottom: 1px solid #ff8c00;
    padding-bottom: 15px;
}

.tvguide .popup_Pro_time {
    padding-top: 10px;
    padding-bottom: 20px;
}

.tvguide .popup_Pro_other_info {
    *zoom: 1;
}

.tvguide .popup_Pro_other_info:before,
.tvguide .popup_Pro_other_info:after {
    display: table;
    line-height: 0;
    content: "";
}

.tvguide .popup_Pro_other_info:after {
    clear: both;
}

.tvguide .popup_Pro_other_info .other_info_left {
    float: left;
    clear: left;
    width: 5.5em;
}

.tvguide .popup_Pro_other_info .other_info_center {
    float: left;
    width: 1em;
}

.tvguide .popup_Pro_other_info .other_info_right {
    float: left;
}

.tvguide .popup_Pro_info {
    padding-top: 15px;
}

.tvguide #sticky_tv_header {
    z-index: 100000000;
    padding-top: 5px;
}

.tvguide .popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    opacity: 0.3;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjMgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICA8cGF0aCBkPSJNMDEsMDEgTDIyLDIyIj48L3BhdGg+CiAgICA8cGF0aCBkPSJNMDEsMjIgTDIyLDAxIiA+PC9wYXRoPgogIDwvZz4KPC9zdmc+Cg==) center center no-repeat;
    background-size: contain;
}

.tvguide .popup_close:hover {
    opacity: 0.6;
}

@media print {
    * {
        color: black !important;
        background-color: transparent !important;
    }

    body {
        margin: 10px !important;
    }

    header {
        position: relative !important;
    }

    header .dropdown-button {
        display: none !important;
    }

    .star_block {
        padding: 20px 0 !important;
    }

    .star_block.header {
        display: block !important;
        margin: 2.5em !important;
        max-height: none !important;
        height: auto !important;
    }

    .star_block.header .text-wrap {
        transform: inherit !important;
        position: relative !important;
    }

    .star_block.header .background {
        display: block !important;
        min-height: auto !important;
        height: auto !important;
    }

    .star_block.header .page-header {
        font-size: 30px !important;
    }

    .star_block.expanding .text-container {
        min-height: auto !important;
    }

    .star_block.expanding .text-container .text-inner {
        overflow: visible !important;
    }

    .star_block.expanding .text-container .plus {
        display: none !important;
    }

    .filter-docked {
        display: none !important;
    }

    .btnholder {
        display: none !important;
    }

    section.articles {
        display: none !important;
    }

    footer {
        display: none !important;
    }
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(libs/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center;
}

@font-face {
    font-family: VideoJS;
    src: url("font/2.0.0/VideoJS.eot?#iefix") format("eot");
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
    content: "\f101";
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play-circle:before {
    content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
    content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
    content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109";
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-square:before {
    content: "\f10a";
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-spinner:before {
    content: "\f10b";
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
    content: "\f10c";
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
    content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
    content: "\f10e";
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-share:before {
    content: "\f10f";
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-cog:before {
    content: "\f110";
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
    content: "\f111";
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle-outline:before {
    content: "\f112";
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-hd:before {
    content: "\f114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
    content: "\f115";
}

.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-replay:before {
    content: "\f116";
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-facebook:before {
    content: "\f117";
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-gplus:before {
    content: "\f118";
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-linkedin:before {
    content: "\f119";
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-twitter:before {
    content: "\f11a";
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-tumblr:before {
    content: "\f11b";
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-pinterest:before {
    content: "\f11c";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
    content: "\f11d";
}

.vjs-icon-audio,
.video-js .vjs-audio-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
    content: "\f11e";
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #fff;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-js:-moz-full-screen {
    position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
    box-sizing: inherit;
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0;
}

.video-js.vjs-16-9 {
    padding-top: 56.25%;
}

.video-js.vjs-4-3 {
    padding-top: 75%;
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66A8CC;
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
    cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block;
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    -moz-transition: visibility 0.1s, opacity 0.1s;
    -o-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    outline: none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    font-family: Arial, Helvetica, sans-serif;
    visibility: visible;
    font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 0.3em;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}

.video-js .vjs-mouse-display:before {
    display: none;
}

.video-js .vjs-play-progress {
    background-color: #fff;
}

.video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.33333333em;
    right: -0.5em;
    font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    right: -1.9em;
    font-size: 0.9em;
    color: #000;
    content: attr(data-current-time);
    padding: 6px 8px 8px 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
    z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
    display: none;
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
    background: white;
    background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-time-tooltip {
    display: inline-block;
    height: 2.4em;
    position: relative;
    float: right;
    right: -1.9em;
}

.vjs-tooltip-progress-bar {
    visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0.5em;
    height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
    height: 8em;
    width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
    height: 2.9em;
    width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.vjs-has-started .vjs-poster {
    display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}

.vjs-time-divider {
    display: none;
    line-height: 3em;
}

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
    display: none;
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    margin: 0 auto;
    padding: 0.5em;
    height: 16em;
    font-size: 12px;
    width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 1em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px;
    border: none;
}

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
    display: block;
    width: 100px;
    margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px;
    vertical-align: top;
    float: right;
}

.vjs-caption-settings .vjs-tracksetting>div {
    margin-bottom: 5px;
    min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
}

.vjs-caption-settings label>input {
    margin-right: 10px;
}

.vjs-caption-settings fieldset {
    margin-top: 1em;
    margin-left: .5em;
}

.vjs-caption-settings fieldset .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.vjs-caption-settings input[type="button"] {
    width: 40px;
    height: 40px;
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

@media print {
    .video-js>*:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}

@media screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

@media screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden;
    }
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    border: 0 none;
    border-radius: 0.3em;
    left: 50%;
    top: 50%;
    margin-left: -1.5em;
    margin-top: -0.75em;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .video-js .vjs-big-play-button {
        display: none;
    }
}

.video-js .vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

@media screen and (min-width: 768px) {
    .video-js .vjs-paused.vjs-has-started .vjs-big-play-button {
        display: none;
    }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
    cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
    border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
    position: fixed;
    transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
    transition: background 0.15s ease-out, transform 0s 0.15s;
    -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-height: 40.125em) {
    .picker__frame {
        margin-bottom: 7.5%;
    }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media (min-height: 33.875em) {
    .picker__wrap {
        display: block;
    }
}

/**
 * The box contains all the picker contents.
 */
.picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 26.5em) {
    .picker__box {
        font-size: 1.25em;
    }
}

@media (min-height: 33.875em) {
    .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

@media (min-height: 40.125em) {
    .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px;
    }
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: auto;
        bottom: 0;
    }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
    padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
}

@media (min-width: 24.5em) {

    .picker__select--month,
    .picker__select--year {
        margin-top: -0.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {

    .picker__nav--prev,
    .picker__nav--next {
        top: -0.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em;
    }
}

.picker__nav--prev:before,
.picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em;
    }
}

/**
 * The days on the calendar
 */
.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    position: relative;
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent;
}

.picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

.picker__day--outfocus {
    color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__day--highlighted {
    border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
    text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
    content: " ";
    margin-right: .45em;
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent;
}

.picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200;
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.picker__button--today[disabled]:before {
    border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/*! jQuery UI - v1.12.1 - 2017-03-01
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}


/* Misc visuals

----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: fixed;
    width: 66.66666667% !important;
    margin: 0 19% !important;
    background-image: none !important
}

.searchStar_1 .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 50px;
    max-height: 400px;
    position: absolute !important;
    width: 100% !important;
    margin: 0 auto !important;
    top: 85px !important;
    left: 0 !important;
    right: 0 !important;
}

.searchStar_2 .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 50px;
    max-height: 400px;
    position: absolute !important;
    width: 100% !important;
    margin: 0 auto !important;
    top: 85px !important;
    left: 0 !important;
    right: 0 !important;
}

.searchStar_1 .ui-widget.ui-widget-content .ui-state-highlight,
.searchBlock .ui-widget-content .ui-state-highlight,
.searchStar_2 .ui-widget.ui-widget-content .ui-state-highlight,
.searchBlock .ui-widget-content .ui-state-highlight {
    border: 1px solid #fcd3a1 !important;
    background: #ff8c00 !important;
    color: #000 !important;
}

.searchStar_1 .ui-menu .ui-menu-item a,
.searchStar_2 .ui-menu .ui-menu-item a {
    font-size: 15px;
}

.searchStar_1 .ui-menu .ui-menu-item a:hover,
.searchStar_2 .ui-menu .ui-menu-item a:hover {
    color: #000 !important;
}

.searchStar_1 .ui-menu .ui-menu-item a.ui-state-active,
.searchStar_2 .ui-menu .ui-menu-item a.ui-state-active {
    color: #000 !important;
}



/*#searchForm .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 50px;
	max-height: 400px;
    position: absolute !important;
    width: 100% !important;
    margin: 0 0 !important;
    top: 85px !important;
    left: 0 !important;
    
}
#searchForm  .ui-state-highlight, #searchForm .ui-widget-content .ui-state-highlight{
	border: 1px solid #fcd3a1 !important;
    background: #ff8c00 !important;
    color: #000 !important;
}
#searchForm  .ui-menu .ui-menu-item a {
    font-size:15px;
}

#searchForm  .ui-menu .ui-menu-item a:hover {
    color: #000 !important;
}.homeVideoSlide .slideCaption
#searchForm  .ui-menu .ui-menu-item a.ui-state-active {
    color: #000 !important;
}
*/


.ui-autocomplete {
    width: 70% !important;
    top: 130px !important;
    border: 1px solid #c5c5c5;
    position: fixed;
    margin: 0 10% !important;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    outline: none;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("libs/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("libs/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("libs/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("libs/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("libs/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("libs/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("libs/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("libs/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("libs/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("libs/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("libs/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("libs/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("libs/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("libs/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*
 *  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 PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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 {
    -webkit-filter: none;
    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: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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";
}

.star_block {
    *zoom: 1;
    box-sizing: border-box;
    padding: 25px 0;
}

.star_block:before,
.star_block:after {
    display: table;
    line-height: 0;
    content: "";
}

.star_block:after {
    clear: both;
}

.star_block * {
    box-sizing: inherit;
}

.star_block figure {
    position: relative;
    margin: 0;
}

.star_block figure>a {
    border: 0;
}

.star_block figure .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

@media screen and (min-width: 768px) {
    .star_block figure .content_likes {
        top: 10px;
        right: auto;
        bottom: auto;
        left: -15px;
    }
}

@media screen and (min-width: 1230px) {
    .star_block figure .likes_count {
        top: 0;
        bottom: auto;
        left: auto;
        right: 100%;
        transform: translate3d(25%, 0, 0);
    }
}

.star_block figcaption {
    padding-top: 14px;
}

.star_block img,
.star_block iframe {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.star_block p {
    margin-top: 0;
}

.star_block .text {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    z-index: 10;
    word-wrap: break-word;
}

.star_block .text .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

@media screen and (min-width: 1230px) {
    .star_block .text {
        font-size: 26px;
        line-height: 1.5;
    }
}

.star_block .text :last-child {
    margin-bottom: 0;
}

.title-wrap+.star_block {
    padding-top: 0;
}

.title-wrap+.star_block .section-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 1230px) {
    .title-wrap+.star_block .section-title {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1230px) {
    .title-wrap+.star_block {
        padding-top: 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block {
        padding: 10px 0 70px 0;
    }

    .star_block.text.regular {
        padding: 10px 0 50px 0;
    }

    .offwhite .star_block.textandimage {
        padding: 10px 0 0 0;
    }

    .star_block.headshot {
        padding: 10px 0 80px 0;
    }
}

.star_block .tag {
    text-transform: uppercase;
}

.star_block .tag-holder {
    margin: 6px 0;
}

@media screen and (min-width: 1230px) {
    .star_block .tag-holder {
        margin: 10px 0;
    }
}

.star_block .tag-holder+.circle-holder svg {
    margin-top: 25px;
}

.star_block .tag:not(:last-child) {
    margin-right: 16px;
}

.star_block.oversized figcaption,
.star_block.oversize figcaption {
    margin-left: 50px;
}

.star_block.header {
    text-align: center;
    padding: 0;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
}

.star_block.header:after {
    content: '';
    display: block;
    /*background-image: url('/css/assets/svg/star-shine.svg');*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    opacity: 0.3;
}

.star_block.header .page-header {
    font-weight: bold;
    line-height: 1.2;
}

.page-article .star_block.header:after,
.page-tv-guide .star_block.header:after {
    display: none;
}

.star_block.header.home:after,
.star_block.header.image:not(.page.job .star_block.header):after {
    top: 90px;
}

.star_block.header .background,
.star_block.header.background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    min-height: 85vh;
}

@media screen and (min-width: 768px) {

    .star_block.header .background,
    .star_block.header.background {
        min-height: 600px;
        min-height: 85vh;
    }
}

.star_block.header .text-wrap {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.star_block.header .text-wrap a {
    padding-bottom: 4px;
    color: #ffffff;
    border-color: #ffffff;
}

.star_block.header .page-header {
    display: inline-block;
    margin-bottom: 0;
    word-break: break-word;
}

.star_block.header .title-wrap {
    padding-top: 0;
}

.star_block.header .title-wrap .section-title {
    color: #ffffff;
    border: none;
    margin-bottom: 0;
    font-weight: normal;
}

.star_block.header .header-bg-a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.star_block.header .header-bg-a:hover {
    border: 0;
}

.star_block.header .text-wrap {
    pointer-events: none;
}

.star_block.header .text-wrap a {
    pointer-events: all;
}

.star_block.header.blank .background {
    min-height: 480px;
    display: table;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, #ff8c00 0%, #ff6000 100%);
}

.star_block.header.blank .background .text-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 2em 0;
    position: relative;
    transform: none;
    top: auto;
}

.star_block.header.blank .title-wrap .section-title,
.page-article .title-wrap .section-title,
.star_block.sectionheader .title-wrap .section-title,
.page-distribution .title-wrap .section-title,
.page-offerings .title-wrap .section-title {
    border-bottom: 0;
    /*border-bottom: 2px solid #ffffff;*/
    margin-bottom: 30px;
    text-transform: none;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.6px;
}

.star_block.header .text {
    margin-top: 40px;
    color: #ffffff;
}

.star_block.header.filter .filter-popup-open {
    cursor: pointer;
}

.star_block.header.filter .filter-popup-open:hover {
    border: 0;
}

.star_block.header.filter .filter-popup-open-language {
    cursor: pointer;
}

.star_block.header.filter .filter-popup-open-language:hover {
    border: 0;
}

.star_block.header.filter .page-header {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.star_block.header.filter .page-header:hover {
    border-bottom-color: #ffffff;
    transition: border-color 0.2s;
}

.star_block.header.filter .page-header.no-border {
    border-bottom: 0 none;
}

.page-our-stories .star_block.header.filter .page-header {
    border-bottom: 0;
}

.star_block.header.video {
    min-height: 480px;
    display: table;
    width: 100%;
}

.star_block.header.video .video-wrap {
    display: none;
}

.star_block.header.video .text-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 2em 0;
    position: relative;
    transform: none;
    top: auto;
}

@media screen and (min-width: 1230px) {
    .star_block.header.video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        background-size: cover;
        background-position: center top;
    }

    .star_block.header.video .video-wrap {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .star_block.header.video .video-wrap iframe,
    .star_block.header.video .video-wrap video {
        width: 100%;
        height: auto;
    }

    .star_block.header.video .text-wrap {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.offwhite .star_block.header.image {
    /*margin-bottom: 50px;*/
}

.star_block.header.image {
    margin-bottom: 50px;
}

.star_block.header.image,
.star_block.header.home {
    height: 2000px;
    max-height: 600px;
    max-height: 100vh;
    padding-top: 90px;
    margin-top: -90px;
    transition: max-height 1s;
    overflow: hidden;
}

.star_block.header.image .wrap,
.star_block.header.home .wrap {
    position: relative;
    height: 100vh;
}

.star_block.header.image .text-wrap,
.star_block.header.home .text-wrap {
    top: calc(50% - 10vh);
}

.star_block.header.image .bg-image,
.star_block.header.image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center top;
}

.star_block.header.image .overlay {
    opacity: 0.65;
    background-color: #ff8c00;
}

.star_block.header.home .animation_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.star_block.header.home .animation_wrap img {
    width: 1px;
    height: 1px;
}

.star_block.header.home .animation_wrap .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.star_block.header.home .animation_wrap .page-header {
    border-bottom: 0 none;
}

.star_block.header.home .animation_wrap a {
    border-bottom: 0 none;
}

.star_block.header.home .animation_wrap.animated {
    /*transition: opacity 0.3s;*/
    opacity: 0;
    pointer-events: none;
}

.star_block.header.home .animation_wrap.animated.showing {
    opacity: 1;
    pointer-events: all;
}

.star_block.sectionheader {
    text-align: center;
    padding-bottom: 50px;
    /* padding-bottom: 0px;*/
}

.star_block.sectionheader .title-wrap .section-title {
    margin-bottom: 30px;
}

.star_block.sectionheader .share_links {
    padding: 0;
}

.star_block.sectionheader .text {
    margin-top: 25px;
    margin-right: 8.33333333%;
}

@media screen and (min-width: 768px) {
    .star_block.sectionheader .text {
        margin-right: 16.66666667%;
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.sectionheader .text {
        margin-right: 16.66666667%;
        margin-left: 16.66666667%;
    }
}

.star_block.inpagelinks {
    text-align: center;
}

.star_block.inpagelinks li {
    display: block;
    list-style: none;
    margin: 0 1em;
}

.star_block.inpagelinks.linkListTop li {
    display: block;
    list-style: none;
    margin: 0 0;
}

.star_block.inpagelinks.linkListTop li a {
    color: #b3854d;
}

.star_block.inpagelinks li:first-child {
    margin-left: 0;
}

.star_block.inpagelinks li:last-child {
    margin-right: 0;
}

.inpagelink {
    display: block;
    position: relative;
    top: -120px;
    height: 0px;
    width: 0px;
}

.star_block.oversized figcaption,
.star_block .oversized figcaption {
    padding-right: 40px;
    padding-left: 40px;
}

.star_block .text.quote {
    font-size: 30px;
    line-height: 1.5;
    line-height: 1.8;
}

@media screen and (min-width: 1230px) {
    .star_block .text.quote {
        font-size: 38px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

.star_block .text.quote .caption {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.star_block.expanding .text-container .text-inner {
    overflow: hidden;
    margin-bottom: 1em;
    transition: max-height 1s ease;
}

.star_block.expanding .text-container .text-inner .expanding-extra {
    display: none;
    transition: opacity 1s ease;
    opacity: 0;
    padding-top: 1em;
}

.star_block.expanding .text-container .plus {
    cursor: pointer;
}

.star_block.expanding .text-container .plus:hover {
    border: 0;
}

.star_block.expanding .text-container .plus img {
    width: auto;
    transition: all 1s ease;
}

.star_block.expanding .text-container .plus[aria-expanded=true] img {
    transform: rotate(45deg);
}

.star_block.text h3 {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .star_block.text h3 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.star_block.text .text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .star_block.text .text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.star_block.text .l-quote,
.star_block.text .l-quote.text {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    line-height: 1.1;
}

@media screen and (min-width: 1230px) {

    .star_block.text .l-quote,
    .star_block.text .l-quote.text {
        font-size: 38px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.text .l-quote,
    .star_block.text .l-quote.text {
        font-size: 38px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

.star_block.text .m-quote,
.star_block.text .m-quote.text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    line-height: 1.3;
}

@media screen and (min-width: 1230px) {

    .star_block.text .m-quote,
    .star_block.text .m-quote.text {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.text .m-quote,
    .star_block.text .m-quote.text {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 768px) {
    .star_block.text.regular .text {
        margin-left: 8.33333333%;
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.text.regular .text {
        margin-left: 16.66666667%;
        margin-right: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.text.onehalf .text {
        float: left;
        width: 83.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.text.onehalf .text {
        float: left;
        width: 50%;
    }
}

.star_block.text.onehalf.center .text {
    float: none;
}

.star_block.text.onehalf.right .text {
    float: right;
}

@media screen and (min-width: 768px) {
    .star_block.text.onethird .text {
        float: left;
        width: 66.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.text.onethird .text {
        float: left;
        width: 33.33333333%;
    }
}

.star_block.text.onethird.center .text {
    float: none;
}

.star_block.text.onethird.right .text {
    float: right;
}

.star_block.text.regular .content_likes,
.star_block.text.onehalf .content_likes,
.star_block.text.onethird .content_likes {
    position: relative;
    top: auto;
    left: 0;
    bottom: -15px;
}

.star_block.text.regular .likes_count,
.star_block.text.onehalf .likes_count,
.star_block.text.onethird .likes_count {
    right: auto;
    bottom: auto;
    left: 0;
    top: 100%;
    transform: translate3d(0, -25%, 0);
}

.star_block.text.quote .text {
    text-align: center;
    color: #ff8c00;
}

.star_block.text.quote .text .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (min-width: 1230px) {
    .star_block.text.quote .text .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

.star_block.text.quote .content_likes {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.star_block.text.quote .content_likes .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.text.quote .content_likes .likes_action {
    margin: 0 auto;
}

.star_block.text.quote .caption {
    text-align: center;
    color: #ff8c00 !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 1em;
    float: left;
    clear: left;
}

.star_block.text.quote.center .text {
    float: left;
    width: 83.33333333%;
    float: none;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .star_block.text.quote.center .text {
        float: left;
        width: 66.66666667%;
        float: none;
    }
}

.star_block.text.quote.center .caption {
    float: left;
    width: 83.33333333%;
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .star_block.text.quote.center .caption {
        float: left;
        width: 66.66666667%;
        float: none;
    }
}

.star_block.text.quote.left .text,
.star_block.text.quote.right .text {
    float: left;
    width: 83.33333333%;
}

@media screen and (min-width: 1230px) {

    .star_block.text.quote.left .text,
    .star_block.text.quote.right .text {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.text.quote.left .text,
    .star_block.text.quote.right .text {
        float: left;
        width: 41.66666667%;
    }
}

.star_block.text.quote.left .caption,
.star_block.text.quote.right .caption {
    float: left;
    width: 83.33333333%;
}

@media screen and (min-width: 1230px) {

    .star_block.text.quote.left .caption,
    .star_block.text.quote.right .caption {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.text.quote.left .caption,
    .star_block.text.quote.right .caption {
        float: left;
        width: 41.66666667%;
    }
}

.star_block.text.quote.left .content_likes,
.star_block.text.quote.right .content_likes {
    float: left;
    width: 83.33333333%;
    clear: both;
}

@media screen and (min-width: 1230px) {

    .star_block.text.quote.left .content_likes,
    .star_block.text.quote.right .content_likes {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.text.quote.left .content_likes,
    .star_block.text.quote.right .content_likes {
        float: left;
        width: 41.66666667%;
    }
}

.star_block.text.quote.right .text {
    float: right;
}

.star_block.text.quote.right .caption {
    float: right;
    clear: right;
}

.star_block.text.quote.right .content_likes {
    float: right;
}

.white .star_block.text.headshot .text,
.offwhite .star_block.text.headshot .text {
    color: #ffffff;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
}

.orange .star_block.text.headshot .text {
    color: #ffffff;
    background: #575757;
}

.star_block.text.headshot .text {
    *zoom: 1;
    margin-top: 33.33333333%;
    position: relative;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    color: #ffffff;
    text-align: center;
}

.star_block.text.headshot .text:before,
.star_block.text.headshot .text:after {
    display: table;
    line-height: 0;
    content: "";
}

.star_block.text.headshot .text:after {
    clear: both;
}

.star_block.text.headshot .text .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.text.headshot .text .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.text.headshot .text figure .content_likes {
    top: 10px;
    right: auto;
    bottom: auto;
    left: -15px;
}

.star_block.text.headshot .text figure .likes_count {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translate3d(-25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.text.headshot .text {
        float: left;
        width: 75%;
        float: right;
        margin-top: 8.33333333%;
        margin-right: 8.33333333%;
    }
}

.star_block.text.headshot .inner {
    background-color: transparent;
    float: left;
    width: 83.33333333%;
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 1.5em 0;
    z-index: 0;
}

.page-leadership .star_block.text.headshot.left .inner {
    width: 80%;
    float: right;
}

.page-leadership .star_block.text.headshot.right .inner {
    width: 80%;
    float: left;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .page-leadership .star_block.text.headshot .inner {
        padding: 4.5em 0 1.5em 0;
    }

    .page-leadership .star_block.text.headshot.left .inner {
        width: 80%;
        float: none;
        padding: 6.5em 0 1.5em 0;
    }

    .page-leadership .star_block.text.headshot.right .inner {
        width: 80%;
        float: none;
        padding: 6.5em 0 1.5em 0;
    }
}

@media screen and (min-width: 768px) {
    .star_block.text.headshot .inner {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        float: none;
        padding: 3.75em 11.11111111%;
    }
}

.star_block.text.headshot .inner .caption {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .star_block.text.headshot .inner .caption {
        font-size: 22px;
        line-height: 1.5;
    }
}

.star_block.text.headshot figure {
    float: left;
    width: 33.33333333%;
    margin-top: -33.33333333%;
    margin-left: 8.33333333%;
    margin-right: -100%;
}

@media screen and (min-width: 768px) {
    .star_block.text.headshot figure {
        float: left;
        width: 33.33333333%;
        margin-top: -11.11111111%;
        margin-left: -11.11111111%;
    }
}

.star_block.text.headshot.center .text {
    float: left;
    width: 83.33333333%;
    margin-left: 8.33333333%;
}

.star_block.text.headshot.center .text .content_likes {
    top: 10px;
    right: auto;
    bottom: auto;
    left: -15px;
}

.star_block.text.headshot.center .text .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.text.headshot.right .text .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.text.headshot.right .text .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.text.headshot.right .text figure .content_likes {
    top: 10px;
    right: -15px;
    bottom: auto;
    left: auto;
}

.star_block.text.headshot.right .text figure .likes_count {
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate3d(25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.text.headshot.right .text {
        float: left;
        margin-left: 8.33333333%;
    }
}

.star_block.text.headshot.right figure {
    float: right;
    margin-left: -100%;
    margin-right: 8.33333333%;
}

@media screen and (min-width: 768px) {
    .star_block.text.headshot.right figure {
        margin-right: -11.11111111%;
    }
}

@media screen and (max-width: 767px) {
    .star_block.text.headshot .layout {
        width: auto;
    }
}

.star_block.text.rich-text table {
    margin: 2em 0;
}

@media screen and (max-width: 767px) {

    .star_block.imageonly.full .layout,
    .star_block.imageonly.fivesixths .layout,
    .star_block.imageonly.threequarters .layout,
    .star_block.imageonly.doubleimage .layout,
    .star_block.imageonly.tripleimage .layout {
        width: auto;
    }
}

.star_block.imageonly.full figcaption,
.star_block.imageonly.fivesixths figcaption,
.star_block.imageonly.threequarters figcaption {
    margin-left: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.full figcaption,
    .star_block.imageonly.fivesixths figcaption,
    .star_block.imageonly.threequarters figcaption {
        margin-left: auto;
    }
}

.star_block.imageonly figcaption {
    position: absolute;
}

.star_block.carousel {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1230px) {
    .star_block.carousel {
        padding: 0 0 80px 0 !important;
    }
}

.star_block.carousel figure .content_likes {
    top: auto;
    right: 10px;
    bottom: -15px;
    left: auto;
}

.star_block.carousel figure .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.carousel figure .content_likes {
    bottom: 0;
}

.star_block.carousel .carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    transition: opacity 1s;
    opacity: 0;
}

.star_block.carousel .carousel-controls .rotate-wrapper {
    transform-origin: top center;
    position: relative;
    height: 40px;
}

.star_block.carousel .carousel-controls .rotate-wrapper a {
    color: #ffffff;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
}

.star_block.carousel .carousel-controls.left {
    left: 10px;
}

.star_block.carousel .carousel-controls.left .rotate-wrapper {
    transform: rotate(-90deg);
    left: -50%;
}

.star_block.carousel .carousel-controls.right {
    right: 10px;
}

.star_block.carousel .carousel-controls.right .rotate-wrapper {
    transform: rotate(90deg);
    right: -50%;
}

.star_block.carousel .carousel-controls.active {
    z-index: 26;
    opacity: 1;
}

.star_block.carousel .title-wrap {
    margin-bottom: 40px;
}

.star_block.carousel .title-wrap .section-title {
    border-color: transparent;
    position: relative;
    margin-bottom: 0;
}

.star_block.carousel .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.star_block.carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.star_block.carousel .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
}

.star_block.carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}

.star_block.imageonly.singleimage.oversize figure .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.imageonly.singleimage.onehalf figure {
    float: left;
    width: 80%;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.singleimage.fivesixths figure {
        float: left;
        width: 83.33333333%;
        float: none;
        margin: 0 auto;
    }

    .star_block.imageonly.singleimage.threequarters figure {
        float: left;
        width: 75%;
    }

    .star_block.imageonly.singleimage.twothirds figure {
        float: left;
        width: 66.66666667%;
    }

    .star_block.imageonly.singleimage.onehalf figure {
        float: left;
        width: 50%;
    }

    .star_block.imageonly.singleimage.nudged figure {
        margin-left: 8.33333333%;
    }

    .star_block.imageonly.singleimage.nudged.right figure {
        margin-left: 0%;
        margin-right: 8.33333333%;
    }
}

.star_block.imageonly.singleimage.right figure {
    float: right;
}

.star_block.imageonly.singleimage.centred figure {
    margin: 0 auto;
    float: none;
}

.star_block.imageonly.doubleimage.widesquare figure:nth-child(1),
.star_block.imageonly.doubleimage.widetall figure:nth-child(1),
.star_block.imageonly.doubleimage.regularsquare figure:nth-child(1) {
    float: left;
    width: 91.66666667%;
    z-index: 1;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.doubleimage.widesquare figure:nth-child(1),
    .star_block.imageonly.doubleimage.widetall figure:nth-child(1),
    .star_block.imageonly.doubleimage.regularsquare figure:nth-child(1) {
        float: left;
        width: 66.66666667%;
    }
}

.star_block.imageonly.doubleimage.widesquare figure:nth-child(1) figcaption,
.star_block.imageonly.doubleimage.widetall figure:nth-child(1) figcaption,
.star_block.imageonly.doubleimage.regularsquare figure:nth-child(1) figcaption {
    margin-right: calc(54.54545455% + 18px);
    margin-left: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.doubleimage.widesquare figure:nth-child(1) figcaption,
    .star_block.imageonly.doubleimage.widetall figure:nth-child(1) figcaption,
    .star_block.imageonly.doubleimage.regularsquare figure:nth-child(1) figcaption {
        margin-left: auto;
        margin-right: 18px;
    }
}

.star_block.imageonly.doubleimage.widesquare figure:nth-child(2),
.star_block.imageonly.doubleimage.widetall figure:nth-child(2),
.star_block.imageonly.doubleimage.regularsquare figure:nth-child(2) {
    float: left;
    width: 58.33333333%;
    float: right;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.doubleimage.widesquare figure:nth-child(2),
    .star_block.imageonly.doubleimage.widetall figure:nth-child(2),
    .star_block.imageonly.doubleimage.regularsquare figure:nth-child(2) {
        float: left;
        width: 33.33333333%;
        float: right;
        clear: left;
        margin-top: -8.33333333%;
    }
}

.star_block.imageonly.doubleimage.widesquare figure:nth-child(2) figcaption,
.star_block.imageonly.doubleimage.widetall figure:nth-child(2) figcaption,
.star_block.imageonly.doubleimage.regularsquare figure:nth-child(2) figcaption {
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.doubleimage.widesquare figure:nth-child(2) figcaption,
    .star_block.imageonly.doubleimage.widetall figure:nth-child(2) figcaption,
    .star_block.imageonly.doubleimage.regularsquare figure:nth-child(2) figcaption {
        margin-right: auto;
    }
}

.star_block.imageonly.doubleimage.widesquare.left figure:nth-child(2) .content_likes,
.star_block.imageonly.doubleimage.widetall.left figure:nth-child(2) .content_likes,
.star_block.imageonly.doubleimage.regularsquare.left figure:nth-child(2) .content_likes {
    top: auto;
    right: auto;
    bottom: 10px;
    left: -15px;
}

.star_block.imageonly.doubleimage.widesquare.right figure:nth-child(1),
.star_block.imageonly.doubleimage.widetall.right figure:nth-child(1),
.star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(1) {
    float: right;
}

.star_block.imageonly.doubleimage.widesquare.right figure:nth-child(2),
.star_block.imageonly.doubleimage.widetall.right figure:nth-child(2),
.star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(2) {
    float: left;
}

.star_block.imageonly.doubleimage.widesquare.right figure:nth-child(2) .content_likes,
.star_block.imageonly.doubleimage.widetall.right figure:nth-child(2) .content_likes,
.star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(2) .content_likes {
    top: auto;
    right: -15px;
    bottom: 10px;
    left: auto;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.doubleimage.widesquare.right figure:nth-child(2),
    .star_block.imageonly.doubleimage.widetall.right figure:nth-child(2),
    .star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(2) {
        float: left;
        clear: right;
    }
}

.star_block.imageonly.doubleimage.widesquare.right figcaption,
.star_block.imageonly.doubleimage.widetall.right figcaption,
.star_block.imageonly.doubleimage.regularsquare.right figcaption {
    margin-right: 4.54545455%;
    margin-left: 59.09090909%;
}

@media screen and (min-width: 768px) {

    .star_block.imageonly.doubleimage.widesquare.right figcaption,
    .star_block.imageonly.doubleimage.widetall.right figcaption,
    .star_block.imageonly.doubleimage.regularsquare.right figcaption {
        margin-right: 0%;
        margin-left: 12.5%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.widetall figure:nth-child(2) {
        margin-top: -12.5%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.widetall figure:nth-child(2) {
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.widetall figcaption {
        float: left;
        width: 75%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.widetall.right figure:nth-child(1) figcaption {
        margin-left: 2em;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.widetall.right figure:nth-child(1) figcaption {
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.widetall.right figure:nth-child(2) {
        margin-left: 8.33333333%;
    }
}

.star_block.imageonly.doubleimage.widetall.right figure:nth-child(2) figcaption {
    margin-left: 14.28571429%;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.widetall.right figure:nth-child(2) figcaption {
        margin-left: 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.regularsquare figure:nth-child(1) {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.regularsquare figure:nth-child(2) {
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.regularsquare figcaption {
        float: left;
        width: 62.5%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(1) {
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(1) figcaption {
        float: left;
        width: 62.5%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(1) figcaption {
        margin-left: 30%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(2) {
        margin-left: 8.33333333%;
    }
}

.star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(2) figcaption {
    margin-left: 14.28571429%;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.regularsquare.right figure:nth-child(2) figcaption {
        margin-left: 0;
    }
}

.star_block.imageonly.doubleimage.widesquare.right figure:nth-child(1) figcaption {
    margin-left: calc(55% + 18px);
    margin-right: 50px;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.widesquare.right figure:nth-child(1) figcaption {
        margin-left: 18px;
        margin-right: auto;
    }
}

.star_block.imageonly.doubleimage.widesquare.right figure:nth-child(2) figcaption {
    margin-left: 50px;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.doubleimage.widesquare.right figure:nth-child(2) figcaption {
        margin-left: auto;
    }
}

.star_block.listing.doubleimage.reverseprimary figure {
    z-index: 3 !important;
}

.star_block.listing.doubleimage.reverseprimary figure.filtered {
    z-index: 2 !important;
}

.star_block.listing.doubleimage.reverseprimary .text {
    z-index: 4 !important;
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(1) {
    float: left;
    width: 75%;
    z-index: 1;
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(1) figcaption {
    margin-left: 50px;
    margin-right: calc(11.11111% + 18px);
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.regulartallwide figure:nth-child(1) figcaption {
        margin-left: 0;
    }
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(2) {
    float: left;
    width: 33.33333333%;
    float: right;
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(2) figcaption {
    margin-right: 50px;
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(2) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.regulartallwide figure:nth-child(2) {
        margin-top: -8.33333333%;
    }

    .star_block.imageonly.tripleimage.regulartallwide figure:nth-child(2) figcaption {
        margin-right: auto;
    }
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(3) {
    float: left;
    width: 41.66666667%;
    margin-left: 8.33333333%;
    margin-top: -8.33333333%;
    clear: right;
    z-index: 1;
}

.star_block.imageonly.tripleimage.regulartallwide figure:nth-child(3) figcaption {
    margin-left: calc(-20% + 50px);
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.regulartallwide figure:nth-child(3) {
        margin-top: -16.66666667%;
    }

    .star_block.imageonly.tripleimage.regulartallwide figure:nth-child(3) figcaption {
        margin-left: auto;
    }
}

.star_block.imageonly.tripleimage.regularregulartall figure:nth-child(1) {
    float: left;
    width: 75%;
    float: right;
    z-index: 1;
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.regularregulartall figure:nth-child(1) {
        margin-right: 8.33333333%;
    }
}

.star_block.imageonly.tripleimage.regularregulartall figure:nth-child(1) figcaption {
    margin-left: calc((100% / 3) + 18px);
    margin-right: 50px;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.regularregulartall figure:nth-child(1) figcaption {
        margin-right: auto;
    }
}

.star_block.imageonly.tripleimage.regularregulartall figure:nth-child(2) {
    float: left;
    width: 50%;
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.regularregulartall figure:nth-child(2) {
        float: left;
        width: 41.66666667%;
        margin-top: -8.33333333%;
    }
}

.star_block.imageonly.tripleimage.regularregulartall figure:nth-child(2) figcaption {
    margin-left: 50px;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.regularregulartall figure:nth-child(2) figcaption {
        margin-left: auto;
    }
}

.star_block.imageonly.tripleimage.regularregulartall figure:nth-child(3) {
    float: left;
    width: 33.33333333%;
    margin-right: 8.33333333%;
    margin-top: 8.33333333%;
    float: right;
    z-index: 1;
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.regularregulartall figure:nth-child(3) {
        margin-right: 16.66666667%;
    }
}

.star_block.imageonly.tripleimage.tallregulartall figure:nth-child(1) {
    float: left;
    width: 50%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(1) {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(1) {
        margin-left: 16.66666667%;
    }
}

.star_block.imageonly.tripleimage.tallregulartall figure:nth-child(1) figcaption {
    margin-left: 50px;
    margin-right: 18px;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(1) figcaption {
        margin-left: auto;
        margin-right: calc(16.75% + 18px);
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(1) figcaption {
        margin-right: calc(33.333333% + 18px);
    }
}

.star_block.imageonly.tripleimage.tallregulartall figure:nth-child(2) {
    float: left;
    width: 50%;
    margin-top: -25%;
    float: right;
    clear: left;
    z-index: 0;
}

.star_block.imageonly.tripleimage.tallregulartall figure:nth-child(2) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(2) {
        float: left;
        width: 41.66666667%;
        margin-top: -16.66666667%;
        margin-right: 8.33333333%;
        float: right;
    }

    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(2) figcaption {
        margin-right: auto;
    }
}

.star_block.imageonly.tripleimage.tallregulartall figure:nth-child(3) {
    float: left;
    width: 25%;
    clear: both;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(3) {
        margin-top: -8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(3) {
        margin-left: 8.33333333%;
    }
}

.star_block.imageonly.tripleimage.tallregulartall figure:nth-child(3) figcaption {
    margin-left: 50px;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.tallregulartall figure:nth-child(3) figcaption {
        margin-left: auto;
    }
}

.star_block.imageonly.tripleimage.tallregulartall figcaption {
    margin-right: 16.66666667%;
}

.star_block.imageonly.tripleimage.widetallregular figure:nth-child(1) {
    float: left;
    width: 91.66666667%;
    margin-left: 8.33333333%;
    z-index: 1;
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.widetallregular figure:nth-child(1) {
        float: left;
        width: 83.33333333%;
        margin-right: 8.33333333%;
    }
}

.star_block.imageonly.tripleimage.widetallregular figure:nth-child(1) figcaption {
    margin-left: calc(36.5% + 18px);
    margin-right: 50px;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.widetallregular figure:nth-child(1) figcaption {
        margin-right: auto;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.imageonly.tripleimage.widetallregular figure:nth-child(1) figcaption {
        margin-left: calc(40% + 18px);
    }
}

.star_block.imageonly.tripleimage.widetallregular figure:nth-child(2) {
    float: left;
    width: 41.66666667%;
    margin-top: -8.33333333%;
    clear: left;
    margin-bottom: 1em;
}

.star_block.imageonly.tripleimage.widetallregular figure:nth-child(2) .content_likes {
    top: auto;
    right: -15px;
    bottom: 10px;
    left: auto;
}

.star_block.imageonly.tripleimage.widetallregular figure:nth-child(2) figcaption {
    position: absolute;
    margin-left: 50px;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.widetallregular figure:nth-child(2) figcaption {
        margin-left: auto;
    }
}

.star_block.imageonly.tripleimage.widetallregular figure:nth-child(3) {
    float: left;
    width: 33.33333333%;
    margin-top: 8.33333333%;
    margin-right: 8.33333333%;
    float: right;
}

.star_block.imageonly.tripleimage.widetallregular figcaption {
    margin-left: 4.16666667%;
}

@media screen and (min-width: 768px) {
    .star_block.imageonly.tripleimage.widetallregular figcaption {
        margin-left: 0%;
    }
}

.star_block.video video {
    width: 100%;
}

.star_block.video.oversize figure .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.video.full figure {
    float: left;
    width: 83.33333333%;
    margin-left: 8.33333333%;
}

.star_block.video.threequarters figure {
    float: left;
    width: 80%;
}

@media screen and (min-width: 768px) {
    .star_block.video.threequarters figure {
        float: left;
        width: 75%;
    }
}

.star_block.video.right figure {
    float: right;
}

.orange .star_block.textandvideo {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .star_block.textandvideo figure {
        float: left;
        width: 66.66666667%;
        margin-right: 33.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandvideo .text-container {
        width: 50%;
        float: right;
        margin-left: -100%;
        margin-top: 1.25em;
    }
}

.star_block.textandvideo .text-container .text {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .star_block.textandvideo .text-container .text {
        font-size: 24px;
        line-height: 1.5;
        line-height: 40px;
    }
}

.star_block.textandvideo .text-container .text .subhead {
    font-size: 36px;
    line-height: 1.5;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 14px;
}

@media screen and (min-width: 1230px) {
    .star_block.textandvideo .text-container .text .subhead {
        font-size: 58px;
        line-height: 1.5;
        line-height: 1.25;
    }
}

@media screen and (max-width: 767px) {
    .star_block.textandimage .layout {
        width: auto;
    }
}

.star_block.textandimage figcaption {
    position: absolute;
}

.star_block.textandimage.paragraph .text {
    font-size: 16px;
    line-height: 1.5;
    line-height: 24px;
}

.star_block.textandimage.paragraph.wide figure:nth-child(1),
.star_block.textandimage.quote.wide figure:nth-child(1) {
    float: left;
    width: 75%;
    position: relative;
    z-index: 0;
}

.star_block.textandimage.paragraph.wide figure:nth-child(1) figcaption,
.star_block.textandimage.quote.wide figure:nth-child(1) figcaption {
    margin-left: 50px;
    margin-right: calc(33.3333333% + 18px);
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide figure:nth-child(1),
    .star_block.textandimage.quote.wide figure:nth-child(1) {
        float: left;
        width: 66.66666667%;
    }

    .star_block.textandimage.paragraph.wide figure:nth-child(1) figcaption,
    .star_block.textandimage.quote.wide figure:nth-child(1) figcaption {
        margin-left: 0%;
        margin-right: 18px;
    }
}

.star_block.textandimage.paragraph.wide figure:nth-child(2),
.star_block.textandimage.quote.wide figure:nth-child(2) {
    float: left;
    width: 50%;
    clear: left;
    float: right;
    margin-bottom: 5%;
}

/*320 to 340 screen fix added*/
@media screen and (min-width: 320px) and (max-width: 340px) {

    .star_block.textandimage.paragraph.wide figure:nth-child(2),
    .star_block.textandimage.quote.wide figure:nth-child(2) {
        float: left;
        width: 50%;
        clear: left;
        float: right;
        margin-bottom: 20%;
    }
}

.star_block.textandimage.paragraph.wide figure:nth-child(2) figcaption,
.star_block.textandimage.quote.wide figure:nth-child(2) figcaption {
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide figure:nth-child(2),
    .star_block.textandimage.quote.wide figure:nth-child(2) {
        float: left;
        width: 33.33333333%;
        margin-top: -8.33333333%;
        float: right;
    }

    .star_block.textandimage.paragraph.wide figure:nth-child(2) figcaption,
    .star_block.textandimage.quote.wide figure:nth-child(2) figcaption {
        margin-right: auto;
    }
}

.star_block.textandimage.paragraph.wide .text,
.star_block.textandimage.quote.wide .text {
    clear: both;
    width: calc(100% - 100px);
    float: none;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide .text,
    .star_block.textandimage.quote.wide .text {
        float: left;
        width: 58.33333333%;
        clear: left;
        margin-top: 12.5%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.wide .text,
    .star_block.textandimage.quote.wide .text {
        float: left;
        width: 41.66666667%;
        margin-top: 8.33333333%;
        margin-left: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.wide.left figure:nth-child(2) .content_likes,
.star_block.textandimage.quote.wide.left figure:nth-child(2) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.textandimage.paragraph.wide.left figure:nth-child(2) .likes_count,
.star_block.textandimage.quote.wide.left figure:nth-child(2) .likes_count {
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate3d(25%, 0, 0);
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide.left figure:nth-child(2) .content_likes,
    .star_block.textandimage.quote.wide.left figure:nth-child(2) .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }
}

.star_block.textandimage.paragraph.wide.right figure:nth-child(1),
.star_block.textandimage.quote.wide.right figure:nth-child(1) {
    float: right;
}

.star_block.textandimage.paragraph.wide.right figure:nth-child(1) figcaption,
.star_block.textandimage.quote.wide.right figure:nth-child(1) figcaption {
    margin-left: calc(33.333333% + 18px);
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide.right figure:nth-child(1) figcaption,
    .star_block.textandimage.quote.wide.right figure:nth-child(1) figcaption {
        margin-left: 2em;
        margin-right: auto;
    }
}

.star_block.textandimage.paragraph.wide.right figure:nth-child(2),
.star_block.textandimage.quote.wide.right figure:nth-child(2) {
    float: left;
    clear: right;
}

.star_block.textandimage.paragraph.wide.right figure:nth-child(2) figcaption,
.star_block.textandimage.quote.wide.right figure:nth-child(2) figcaption {
    margin-left: 50px;
    margin-right: auto;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide.right figure:nth-child(2) figcaption,
    .star_block.textandimage.quote.wide.right figure:nth-child(2) figcaption {
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.wide.right .text,
    .star_block.textandimage.quote.wide.right .text {
        clear: right;
        float: right;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.wide.right .text,
    .star_block.textandimage.quote.wide.right .text {
        margin-left: 0%;
        margin-right: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.regular figure:nth-child(1),
.star_block.textandimage.quote.regular figure:nth-child(1) {
    float: left;
    width: 75%;
    position: relative;
    z-index: 0;
}

.star_block.textandimage.paragraph.regular figure:nth-child(1) figcaption,
.star_block.textandimage.quote.regular figure:nth-child(1) figcaption {
    margin-left: 50px;
    margin-right: calc(33.3333333% + 18px);
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular figure:nth-child(1),
    .star_block.textandimage.quote.regular figure:nth-child(1) {
        float: left;
        width: 75%;
    }

    .star_block.textandimage.paragraph.regular figure:nth-child(1) figcaption,
    .star_block.textandimage.quote.regular figure:nth-child(1) figcaption {
        margin-left: 0%;
        margin-right: calc(11.11111111111% + 18px);
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.regular figure:nth-child(1),
    .star_block.textandimage.quote.regular figure:nth-child(1) {
        float: left;
        width: 66.66666667%;
        margin-left: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.regular figure:nth-child(2),
.star_block.textandimage.quote.regular figure:nth-child(2) {
    float: left;
    width: 50%;
    margin-top: -20%;
    float: right;
    clear: left;
    margin-bottom: 10%;
}

.star_block.textandimage.paragraph.regular figure:nth-child(2) figcaption,
.star_block.textandimage.quote.regular figure:nth-child(2) figcaption {
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular figure:nth-child(2),
    .star_block.textandimage.quote.regular figure:nth-child(2) {
        float: left;
        width: 33.33333333%;
        margin-top: -16.66666667%;
        float: right;
    }

    .star_block.textandimage.paragraph.regular figure:nth-child(2) figcaption,
    .star_block.textandimage.quote.regular figure:nth-child(2) figcaption {
        margin-right: auto;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.regular figure:nth-child(2),
    .star_block.textandimage.quote.regular figure:nth-child(2) {
        float: left;
        width: 25%;
        float: right;
        margin-right: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.regular .text,
.star_block.textandimage.quote.regular .text {
    width: calc(100% - 100px);
    clear: both;
    float: none;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular .text,
    .star_block.textandimage.quote.regular .text {
        float: left;
        width: 58.33333333%;
        clear: left;
        margin-top: 12.5%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.regular .text,
    .star_block.textandimage.quote.regular .text {
        float: left;
        width: 41.66666667%;
        margin-left: 16.66666667%;
        margin-top: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.regular.left figure:nth-child(2) .content_likes,
.star_block.textandimage.quote.regular.left figure:nth-child(2) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.textandimage.paragraph.regular.left figure:nth-child(2) .likes_count,
.star_block.textandimage.quote.regular.left figure:nth-child(2) .likes_count {
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate3d(25%, 0, 0);
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular.left figure:nth-child(2) .content_likes,
    .star_block.textandimage.quote.regular.left figure:nth-child(2) .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }
}

.star_block.textandimage.paragraph.regular.right figure:nth-child(1),
.star_block.textandimage.quote.regular.right figure:nth-child(1) {
    float: right;
}

.star_block.textandimage.paragraph.regular.right figure:nth-child(1) figcaption,
.star_block.textandimage.quote.regular.right figure:nth-child(1) figcaption {
    margin-left: calc(33.33333333% + 18px);
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular.right figure:nth-child(1) figcaption,
    .star_block.textandimage.quote.regular.right figure:nth-child(1) figcaption {
        margin-left: calc(11.11111111% + 18px);
        margin-right: auto;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.regular.right figure:nth-child(1),
    .star_block.textandimage.quote.regular.right figure:nth-child(1) {
        margin-right: 8.33333333%;
    }

    .star_block.textandimage.paragraph.regular.right figure:nth-child(1) figcaption,
    .star_block.textandimage.quote.regular.right figure:nth-child(1) figcaption {
        margin-left: 25%;
        margin-left: calc(12.5% + 18px);
    }
}

.star_block.textandimage.paragraph.regular.right figure:nth-child(2),
.star_block.textandimage.quote.regular.right figure:nth-child(2) {
    float: left;
    clear: right;
}

.star_block.textandimage.paragraph.regular.right figure:nth-child(2) figcaption,
.star_block.textandimage.quote.regular.right figure:nth-child(2) figcaption {
    margin-left: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular.right figure:nth-child(2) figcaption,
    .star_block.textandimage.quote.regular.right figure:nth-child(2) figcaption {
        margin-left: auto;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.regular.right figure:nth-child(2),
    .star_block.textandimage.quote.regular.right figure:nth-child(2) {
        margin-left: 8.33333333%;
        margin-right: 0%;
    }
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.regular.right .text,
    .star_block.textandimage.quote.regular.right .text {
        float: right;
        clear: right;
        margin-left: 0%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.regular.right .text,
    .star_block.textandimage.quote.regular.right .text {
        margin-right: 16.66666667%;
    }
}

.star_block.textandimage.paragraph.tall figure:nth-child(2),
.star_block.textandimage.quote.tall figure:nth-child(2) {
    float: left;
    width: 66.66666667%;
    position: relative;
    z-index: 0;
}

.star_block.textandimage.paragraph.tall figure:nth-child(2) figcaption,
.star_block.textandimage.quote.tall figure:nth-child(2) figcaption {
    margin-left: 50px;
    margin-right: calc(25% + 18px);
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.tall figure:nth-child(2),
    .star_block.textandimage.quote.tall figure:nth-child(2) {
        float: left;
        width: 41.66666667%;
        margin-bottom: 12.5%;
    }

    .star_block.textandimage.paragraph.tall figure:nth-child(2) figcaption,
    .star_block.textandimage.quote.tall figure:nth-child(2) figcaption {
        margin-left: 0%;
        margin-right: 18px;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.tall figure:nth-child(2),
    .star_block.textandimage.quote.tall figure:nth-child(2) {
        margin-left: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.tall figure:nth-child(3),
.star_block.textandimage.quote.tall figure:nth-child(3) {
    float: left;
    width: 50%;
    float: right;
}

.star_block.textandimage.paragraph.tall figure:nth-child(3) figcaption,
.star_block.textandimage.quote.tall figure:nth-child(3) figcaption {
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.tall figure:nth-child(3),
    .star_block.textandimage.quote.tall figure:nth-child(3) {
        float: left;
        width: 33.33333333%;
        float: right;
        margin-right: 25%;
    }

    .star_block.textandimage.paragraph.tall figure:nth-child(3) figcaption,
    .star_block.textandimage.quote.tall figure:nth-child(3) figcaption {
        margin-right: auto;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.tall figure:nth-child(3),
    .star_block.textandimage.quote.tall figure:nth-child(3) {
        margin-right: 16.66666667%;
    }
}

.star_block.textandimage.paragraph.tall .text,
.star_block.textandimage.quote.tall .text {
    clear: both;
    float: left;
    width: 83.33333333%;
    float: none;
    margin: 0 auto 10%;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.tall .text,
    .star_block.textandimage.quote.tall .text {
        float: left;
        width: 50%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.tall .text,
    .star_block.textandimage.quote.tall .text {
        float: left;
        width: 33.33333333%;
        float: right;
        margin-top: 8.33333333%;
        margin-right: 8.33333333%;
    }
}

.star_block.textandimage.paragraph.tall.left figure:nth-child(3) .content_likes,
.star_block.textandimage.quote.tall.left figure:nth-child(3) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.textandimage.paragraph.tall.right figure:nth-child(2),
.star_block.textandimage.quote.tall.right figure:nth-child(2) {
    float: right;
}

.star_block.textandimage.paragraph.tall.right figure:nth-child(2) figcaption,
.star_block.textandimage.quote.tall.right figure:nth-child(2) figcaption {
    margin-left: calc(25% + 18px);
    margin-right: 50px;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.tall.right figure:nth-child(2) figcaption,
    .star_block.textandimage.quote.tall.right figure:nth-child(2) figcaption {
        margin-left: 18px;
        margin-right: 0%;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.tall.right figure:nth-child(2),
    .star_block.textandimage.quote.tall.right figure:nth-child(2) {
        margin-right: 8.33333333%;
        margin-left: 0%;
    }
}

.star_block.textandimage.paragraph.tall.right figure:nth-child(3),
.star_block.textandimage.quote.tall.right figure:nth-child(3) {
    float: left;
}

.star_block.textandimage.paragraph.tall.right figure:nth-child(3) figcaption,
.star_block.textandimage.quote.tall.right figure:nth-child(3) figcaption {
    margin-left: 50px;
    margin-right: auto;
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.tall.right figure:nth-child(3),
    .star_block.textandimage.quote.tall.right figure:nth-child(3) {
        margin-left: 25%;
        margin-right: 0%;
    }

    .star_block.textandimage.paragraph.tall.right figure:nth-child(3) figcaption,
    .star_block.textandimage.quote.tall.right figure:nth-child(3) figcaption {
        margin-left: auto;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.tall.right figure:nth-child(3),
    .star_block.textandimage.quote.tall.right figure:nth-child(3) {
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {

    .star_block.textandimage.paragraph.tall.right .text,
    .star_block.textandimage.quote.tall.right .text {
        float: left;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.textandimage.paragraph.tall.right .text,
    .star_block.textandimage.quote.tall.right .text {
        margin-left: 8.33333333%;
        margin-right: 0%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.quote.regular figure:nth-child(1) figcaption {
        margin-right: 37.5%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.quote.regular figure:nth-child(2) {
        float: left;
        width: 33.33333333%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.quote.regular .text {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.quote.regular.right figure:nth-child(1) figcaption {
        margin-left: 37.5%;
        margin-right: 0%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.quote.regular.right .text {
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.quote.tall .text {
        float: left;
        width: 41.66666667%;
        float: right;
        margin-right: 0%;
    }
}

.star_block.textandimage.quote.tall figure:nth-child(2) {
    z-index: 1;
}

.star_block.textandimage.quote.tall figure:nth-child(2).right .text {
    float: left;
    margin-left: 0%;
}

.star_block.textandimage.quote .text {
    text-align: center;
    color: #ff8c00;
}

.star_block.textandimage.quote .text .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.quote .text .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

.star_block.textandimage.quote .text:not(:first-child) {
    margin-top: 16.66666667%;
}

.star_block.textandimage.blockquote figure {
    position: relative;
    margin-top: 16.66666667%;
}

.star_block.textandimage.blockquote figure figcaption {
    bottom: 100%;
    right: 0;
    text-align: right;
    margin-left: 16.66666667%;
    margin-right: 8.33333333%;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote figure {
        margin-top: 0%;
        margin-bottom: 8.33333333%;
    }

    .star_block.textandimage.blockquote figure figcaption {
        text-align: left;
        bottom: auto;
        right: auto;
        margin-left: 0%;
        margin-right: 0%;
    }
}

.star_block.textandimage.blockquote .text {
    color: #ff8c00;
    position: relative;
    z-index: 0;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    padding: 4.16666667% 8.33333333%;
}

.star_block.textandimage.blockquote .text .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
    color: #fff;
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote .text .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

.star_block.textandimage.blockquote .text .caption {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.wide figure {
        margin-bottom: 0;
    }

    .star_block.textandimage.blockquote.wide figure figcaption {
        margin-left: 66.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.wide .text {
        float: left;
        width: 58.33333333%;
        margin-top: -8.33333333%;
    }

    .star_block.textandimage.blockquote.wide .text .content_likes {
        top: 10px;
        right: auto;
        bottom: auto;
        left: -15px;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote.wide .text {
        margin-left: 4.16666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.wide.right figure figcaption {
        margin-left: 0%;
        margin-right: 66.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.wide.right .text {
        float: right;
    }

    .star_block.textandimage.blockquote.wide.right .text .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote.wide.right .text {
        margin-left: 0%;
        margin-right: 4.16666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.tall figure {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote.tall figure {
        margin-left: 8.33333333%;
    }
}

.star_block.textandimage.blockquote.tall .text {
    margin-top: -8.33333333%;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.tall .text {
        float: left;
        width: 50%;
        float: right;
        margin-top: 33.33333333%;
        margin-left: -8.33333333%;
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote.tall .text {
        margin-left: -16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.tall.left .text .content_likes {
        top: -15px;
        right: 10px;
        bottom: auto;
        left: auto;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.tall.right figure {
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote.tall.right figure {
        margin-left: 0%;
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.blockquote.tall.right .text {
        float: left;
        margin-left: 8.33333333%;
        margin-right: -8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.blockquote.tall.right .text {
        margin-right: -16.66666667%;
    }
}

.star_block.textandimage.overlap .text {
    position: relative;
    z-index: 10;
    margin: 0 8.33333333% -2.25;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.wide .text {
        float: left;
        width: 50%;
        margin: 16.66666667% -100% 0 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.overlap.wide .text {
        margin-left: 8.33333333%;
    }
}

.star_block.textandimage.overlap.wide figure .content_likes {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 10px;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.wide figure {
        float: left;
        width: 58.33333333%;
        float: right;
    }

    .star_block.textandimage.overlap.wide figure .content_likes {
        top: -15px;
        right: auto;
        bottom: auto;
        left: 10px;
    }
}

.star_block.textandimage.overlap.small.inline figure:nth-child(2) .content_likes {
    top: auto;
    right: 10px;
    bottom: -15px;
    left: auto;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.small.inline figure:nth-child(2) {
        float: left;
        width: 66.66666667%;
        margin-right: -100%;
    }

    .star_block.textandimage.overlap.small.inline figure:nth-child(2) .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }
}

.star_block.textandimage.overlap.small.inline figure:nth-child(3) {
    float: left;
    width: 58.33333333%;
    margin-left: 4.16666667%;
}

.star_block.textandimage.overlap.small.inline figure:nth-child(3) .content_likes {
    top: auto;
    right: -15px;
    bottom: 10px;
    left: auto;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.small.inline figure:nth-child(3) {
        float: left;
        width: 25%;
        clear: left;
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.small.inline .text {
        float: left;
        width: 50%;
        float: right;
        margin: 0;
        margin-top: 33.33333333%;
    }
}

.star_block.textandimage.overlap.small.below figure:nth-child(2) {
    z-index: 1;
}

.star_block.textandimage.overlap.small.below figure:nth-child(2) .content_likes {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 10px;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.small.below figure:nth-child(2) {
        float: left;
        width: 58.33333333%;
        margin-top: 8.33333333%;
        margin-right: -100%;
    }
}

.star_block.textandimage.overlap.small.below figure:nth-child(3) {
    float: left;
    width: 58.33333333%;
    float: right;
}

.star_block.textandimage.overlap.small.below figure:nth-child(3) .content_likes {
    top: auto;
    right: auto;
    bottom: 10px;
    left: -15px;
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.small.below figure:nth-child(3) {
        float: left;
        width: 33.33333333%;
        float: right;
        clear: left;
        margin-top: -8.33333333%;
        margin-right: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.textandimage.overlap.small.below .text {
        float: left;
        width: 50%;
        float: right;
        margin: 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.textandimage.overlap.small.below .text {
        margin-right: 8.33333333%;
    }
}

.star_block.listing,
.star_block.listingsmall {
    color: #ffffff;
}

.star_block.listing .content_likes,
.star_block.listingsmall .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.listing .likes_count,
.star_block.listingsmall .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    star_block transform: translate3d(0, 25%, 0);
}

@media screen and (min-width: 1230px) {

    .title-wrap+.star_block.listing,
    .title-wrap+.star_block.listingsmall {
        padding-top: 0px;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.listing,
    .star_block.listingsmall {
        padding: 10px 0 60px 0;
    }
}

.star_block.listing .title-a,
.star_block.listingsmall .title-a {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 14px;
}

@media screen and (min-width: 1230px) {

    .star_block.listing .title-a,
    .star_block.listingsmall .title-a {
        margin-bottom: 20px;
    }
}

.star_block.listing .title-a:hover,
.star_block.listingsmall .title-a:hover {
    border: 0;
}

.star_block.listing .title-a .listing-header,
.star_block.listingsmall .title-a .listing-header {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

@media screen and (min-width: 1230px) {

    .star_block.listing .title-a .listing-header,
    .star_block.listingsmall .title-a .listing-header {
        line-height: 70px;
    }
}

.offwhite .star_block.listing .title-a,
.offwhite .star_block.listingsmall .title-a {
    color: #323232;
}

.star_block.listing .text,
.star_block.listingsmall .text {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {

    .star_block.listing .text,
    .star_block.listingsmall .text {
        font-size: 24px;
        line-height: 1.5;
        line-height: 40px;
    }
}

.star_block.listing .text p a,
.star_block.listingsmall .text p a {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.offwhite .star_block.listing .text,
.offwhite .star_block.listingsmall .text {
    color: #323232;
}

.offwhite .star_block.listing .text p a,
.offwhite .star_block.listingsmall .text p a {
    color: #ff8c00;
    border-color: #ff8c00;
}

.star_block.listing time,
.star_block.listingsmall time {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {

    .star_block.listing time,
    .star_block.listingsmall time {
        font-size: 15px;
        line-height: 1.5;
        position: relative;
    }
}

.star_block.listing .go-circle,
.star_block.listingsmall .go-circle {
    stroke: #ffffff;
}

.star_block.listing .tag,
.star_block.listingsmall .tag {
    color: #ffffff;
}

.offwhite .star_block.listing .tag,
.offwhite .star_block.listingsmall .tag {
    color: #ff8c00;
}

.star_block.listing.noimage .text {
    position: relative;
}

.star_block.listing.noimage .text .content_likes {
    position: relative;
    left: auto;
    top: auto;
}

.star_block.listing.noimage .text .likes_count {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translate3d(-25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listing.noimage .text {
        float: left;
        width: 66.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.noimage .text {
        float: left;
        width: 41.66666667%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.noimage.right .text .likes_count {
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate3d(25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listing.noimage.right .text {
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.noimage.right .text {
        margin-left: 0%;
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.noimage.wide .text {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

.star_block.listing.singleimage.oversize figure,
.star_block.listing.singleimage.full figure {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

    .star_block.listing.singleimage.oversize .text,
    .star_block.listing.singleimage.full .text {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

.star_block.listing.singleimage.big .text,
.star_block.listing.singleimage.small .text,
.star_block.listing.singleimage.tall .text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {

    .star_block.listing.singleimage.big .text,
    .star_block.listing.singleimage.small .text,
    .star_block.listing.singleimage.tall .text {
        float: left;
        width: 50%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {

    .star_block.listing.singleimage.big .text,
    .star_block.listing.singleimage.small .text,
    .star_block.listing.singleimage.tall .text {
        float: left;
        width: 41.66666667%;
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.oversize figure .content_likes {
        top: auto;
        right: auto;
        bottom: -15px;
        left: 10px;
    }

    .star_block.listing.singleimage.oversize figure .likes_count {
        right: auto;
        bottom: auto;
        left: 0;
        top: 100%;
        transform: translate3d(0, -25%, 0);
    }
}

.star_block.listing.singleimage.big figure:nth-child(1) .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.listing.singleimage.big figure:nth-child(1) .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.big figure:nth-child(1) {
        width: 75%;
        margin-right: -100%;
        float: left;
    }
}

.star_block.listing.singleimage.big .text {
    margin-top: 1.25em;
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.big .text {
        margin-top: 2.5%;
        float: left;
        width: 50%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.big .text {
        margin-top: 0;
        margin-top: 8.33333333%;
        float: left;
        width: 41.66666667%;
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.big.right .text:nth-child(2) {
        margin-left: 0;
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.big.right .text:nth-child(2) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.big.right figure:nth-child(1) {
        float: right;
        margin-right: 0;
        margin-left: -100%;
    }

    .star_block.listing.singleimage.big.right figure:nth-child(1) .content_likes {
        top: -15px;
        right: 10px;
        bottom: auto;
        left: auto;
    }
}

.star_block.listing.singleimage.small figure:nth-child(1) {
    float: left;
    width: 70%;
    margin-left: 10%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.small figure:nth-child(1) {
        float: left;
        width: 50%;
        margin-right: -100%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.small figure:nth-child(1) {
        float: left;
        width: 41.66666667%;
        margin-left: 8.33333333%;
    }

    .star_block.listing.singleimage.small figure:nth-child(1) .content_likes {
        top: 10px;
        right: auto;
        bottom: auto;
        left: -15px;
    }

    .star_block.listing.singleimage.small figure:nth-child(1) .likes_count {
        top: 0;
        bottom: auto;
        left: auto;
        right: 100%;
        transform: translate3d(25%, 0, 0);
    }
}

.star_block.listing.singleimage.small .text {
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.small .text {
        margin-top: 0.75em;
        float: left;
        width: 58.33333333%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.small .text {
        margin-top: 0;
        float: left;
        width: 50%;
        float: right;
        margin-top: 4.16666667%;
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.small.right .text {
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.small.right .text {
        float: left;
        margin-left: 8.33333333%;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.small.right figure:nth-child(1) {
        margin-right: 0;
        margin-left: -100%;
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.small.right figure:nth-child(1) {
        margin-right: 16.66666667%;
    }

    .star_block.listing.singleimage.small.right figure:nth-child(1) .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }

    .star_block.listing.singleimage.small.right figure:nth-child(1) .likes_count {
        top: 0;
        right: auto;
        bottom: auto;
        left: 100%;
        transform: translate3d(-25%, 0, 0);
    }
}

.star_block.listing.singleimage.tall figure:nth-child(1) {
    float: left;
    width: 60%;
    margin-left: 10%;
}

.star_block.listing.singleimage.tall figure:nth-child(1) .content_likes {
    top: 10px;
    right: -15px;
    bottom: auto;
    left: auto;
}

.star_block.listing.singleimage.tall figure:nth-child(1) .likes_count {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translate3d(-25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.tall figure:nth-child(1) {
        float: left;
        width: 41.66666667%;
        margin-right: -100%;
        margin-left: 8.33333333%;
    }

    .star_block.listing.singleimage.tall figure:nth-child(1) .content_likes {
        top: 10px;
        right: auto;
        bottom: auto;
        left: -15px;
    }

    .star_block.listing.singleimage.tall figure:nth-child(1) .likes_count {
        top: 0;
        bottom: auto;
        left: auto;
        right: 100%;
        transform: translate3d(25%, 0, 0);
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.tall figure:nth-child(1) {
        float: left;
        width: 41.66666667%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.singleimage.tall .text {
    margin-top: 0.75em;
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.tall .text {
        margin-top: 10%;
        float: left;
        width: 58.33333333%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.tall .text {
        float: left;
        width: 50%;
        margin-top: 12.5%;
        float: right;
        margin-right: 8.33333333%;
    }
}

.star_block.listing.singleimage.tall.right figure:nth-child(1) {
    float: right;
    margin-right: 0;
    margin-right: 10%;
}

.star_block.listing.singleimage.tall.right figure:nth-child(1) .content_likes {
    top: 10px;
    right: auto;
    bottom: auto;
    left: -15px;
}

.star_block.listing.singleimage.tall.right figure:nth-child(1) .likes_count {
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: translate3d(25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listing.singleimage.tall.right figure:nth-child(1) {
        margin-right: 0;
        margin-left: -100%;
        margin-right: 8.33333333%;
    }

    .star_block.listing.singleimage.tall.right figure:nth-child(1) .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }

    .star_block.listing.singleimage.tall.right figure:nth-child(1) .likes_count {
        top: 0;
        right: auto;
        bottom: auto;
        left: 100%;
        transform: translate3d(-25%, 0, 0);
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.tall.right figure:nth-child(1) {
        margin-right: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.singleimage.tall.right .text {
        float: left;
        width: 50%;
    }
}

.star_block.listing.singleimage.big.right figure:nth-child(1),
.star_block.listing.singleimage.small.right figure:nth-child(1),
.star_block.listing.singleimage.tall.right figure:nth-child(1) {
    float: right;
}

.star_block.listing.singleimage.big.right .text,
.star_block.listing.singleimage.small.right .text,
.star_block.listing.singleimage.tall.right .text {
    float: left;
}

@media screen and (min-width: 1230px) {

    .star_block.listing.singleimage.big.right .text,
    .star_block.listing.singleimage.small.right .text,
    .star_block.listing.singleimage.tall.right .text {
        margin-left: 8.33333333%;
    }
}

.star_block.listing.doubleimage.wide.inline,
.star_block.listing.doubleimage.regular {
    position: relative;
}

.star_block.listing.doubleimage.wide.inline figure:nth-child(1),
.star_block.listing.doubleimage.regular figure:nth-child(1) {
    float: left;
    width: 80%;
    margin-top: 30%;
    z-index: 1;
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.wide.inline figure:nth-child(1),
    .star_block.listing.doubleimage.regular figure:nth-child(1) {
        margin-top: 0%;
        float: left;
        width: 75%;
    }
}

.star_block.listing.doubleimage.wide.inline figure:nth-child(2),
.star_block.listing.doubleimage.regular figure:nth-child(2) {
    z-index: 1;
}

.star_block.listing.doubleimage.wide.inline figure:nth-child(3),
.star_block.listing.doubleimage.regular figure:nth-child(3) {
    float: left;
    width: 40%;
    margin-right: 8.33333333%;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.wide.inline figure:nth-child(3),
    .star_block.listing.doubleimage.regular figure:nth-child(3) {
        float: left;
        width: 25%;
        position: static;
        float: right;
        clear: both;
        margin-left: 0;
        margin-top: -8.33333333%;
    }
}

.star_block.listing.doubleimage.wide.inline .text,
.star_block.listing.doubleimage.regular .text {
    float: left;
    width: 100%;
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.wide.inline .text,
    .star_block.listing.doubleimage.regular .text {
        float: left;
        width: 41.66666667%;
        position: relative;
        z-index: 10;
        float: right;
        margin-left: -100%;
        margin-top: 2.08333333%;
    }
}

.star_block.listing.doubleimage.wide.inline.left figure:nth-child(1) .content_likes,
.star_block.listing.doubleimage.regular.left figure:nth-child(1) .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.listing.doubleimage.wide.inline.left figure:nth-child(1) .likes_count,
.star_block.listing.doubleimage.regular.left figure:nth-child(1) .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.listing.doubleimage.wide.inline.left figure:nth-child(3) .content_likes,
.star_block.listing.doubleimage.regular.left figure:nth-child(3) .content_likes {
    top: -15px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.star_block.listing.doubleimage.wide.inline.left figure:nth-child(3) .likes_count,
.star_block.listing.doubleimage.regular.left figure:nth-child(3) .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.wide.inline.left figure:nth-child(3),
    .star_block.listing.doubleimage.regular.left figure:nth-child(3) {
        margin-right: 0%;
    }

    .star_block.listing.doubleimage.wide.inline.left figure:nth-child(3) .content_likes,
    .star_block.listing.doubleimage.regular.left figure:nth-child(3) .content_likes {
        top: auto;
        right: auto;
        bottom: 10px;
        left: -15px;
    }
}

.star_block.listing.doubleimage.wide.inline.right figure:nth-child(1),
.star_block.listing.doubleimage.regular.right figure:nth-child(1) {
    float: right;
}

.star_block.listing.doubleimage.wide.inline.right figure:nth-child(1) .content_likes,
.star_block.listing.doubleimage.regular.right figure:nth-child(1) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.listing.doubleimage.wide.inline.right figure:nth-child(1) .likes_count,
.star_block.listing.doubleimage.regular.right figure:nth-child(1) .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.star_block.listing.doubleimage.wide.inline.right figure:nth-child(3),
.star_block.listing.doubleimage.regular.right figure:nth-child(3) {
    right: auto;
    left: 0;
    margin-right: 0%;
    margin-left: 8.33333333%;
}

.star_block.listing.doubleimage.wide.inline.right figure:nth-child(3) .content_likes,
.star_block.listing.doubleimage.regular.right figure:nth-child(3) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.listing.doubleimage.wide.inline.right figure:nth-child(3) .likes_count,
.star_block.listing.doubleimage.regular.right figure:nth-child(3) .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.wide.inline.right figure:nth-child(3),
    .star_block.listing.doubleimage.regular.right figure:nth-child(3) {
        float: left;
        margin-left: 0%;
    }

    .star_block.listing.doubleimage.wide.inline.right figure:nth-child(3) .content_likes,
    .star_block.listing.doubleimage.regular.right figure:nth-child(3) .content_likes {
        top: auto;
        right: auto;
        bottom: 10px;
        left: -15px;
    }
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.wide.inline.right .text,
    .star_block.listing.doubleimage.regular.right .text {
        float: left;
        margin-left: 0;
        margin-right: -100%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.doubleimage.wide.above figure:nth-child(1) {
    float: left;
    width: 80%;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.wide.above figure:nth-child(1) {
        float: left;
        width: 66.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.wide.above figure:nth-child(1) {
        margin-left: 8.33333333%;
    }
}

.star_block.listing.doubleimage.wide.above figure:nth-child(2) {
    float: left;
    width: 40%;
    margin-top: -10%;
    float: right;
    clear: both;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.wide.above figure:nth-child(2) {
        float: left;
        width: 25%;
        margin-right: 8.33333333%;
        margin-top: -16.66666667%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.wide.above figure:nth-child(2) {
        margin-right: 8.33333333%;
    }
}

.star_block.listing.doubleimage.wide.above .text {
    float: left;
    width: 100%;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.wide.above .text {
        float: left;
        width: 58.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.wide.above .text {
        float: left;
        width: 58.33333333%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.doubleimage.wide.above.left figure:nth-child(2) .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.listing.doubleimage.wide.above.right figure:nth-child(1) {
    float: right;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.wide.above.right figure:nth-child(1) {
        margin-right: 16.66666667%;
    }
}

.star_block.listing.doubleimage.wide.above.right figure:nth-child(2) {
    float: left;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.wide.above.right figure:nth-child(2) {
        margin-left: 8.33333333%;
        margin-right: 0%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.wide.above.right .text {
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.wide.above.right .text {
        margin-left: 8.33333333%;
        margin-right: 0%;
    }
}

.star_block.listing.doubleimage.tall figure:nth-child(1) {
    float: left;
    width: 50%;
    margin-top: 15%;
    margin-right: -100%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.tall figure:nth-child(1) {
        float: left;
        width: 33.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.tall figure:nth-child(1) {
        float: left;
        width: 25%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.doubleimage.tall figure:nth-child(2) {
    float: left;
    width: 90%;
    float: right;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.tall figure:nth-child(2) {
        float: left;
        width: 75%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.tall figure:nth-child(2) {
        float: left;
        width: 66.66666667%;
        margin-right: 16.66666667%;
        float: right;
    }
}

.star_block.listing.doubleimage.tall .text {
    float: left;
    width: 100%;
    clear: both;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.tall .text {
        float: left;
        width: 58.33333333%;
        margin-top: 4.16666667%;
        clear: none;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.tall .text {
        float: left;
        width: 41.66666667%;
        margin-right: 16.66666667%;
        float: right;
    }
}

.star_block.listing.doubleimage.tall.left figure:nth-child(1) .content_likes {
    top: auto;
    right: -15px;
    bottom: 10px;
    left: auto;
}

.star_block.listing.doubleimage.tall.left figure:nth-child(2) .content_likes {
    top: auto;
    right: 10px;
    bottom: -15px;
    left: auto;
}

.star_block.listing.doubleimage.tall.right figure:nth-child(1) {
    float: right;
    margin-left: -100%;
    margin-right: 0;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.tall.right figure:nth-child(1) {
        margin-left: -100%;
        margin-right: 8.33333333%;
    }
}

.star_block.listing.doubleimage.tall.right figure:nth-child(2) {
    float: left;
}

.star_block.listing.doubleimage.tall.right figure:nth-child(2) .content_likes {
    top: auto;
    right: auto;
    bottom: 10px;
    left: -15px;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.tall.right figure:nth-child(2) {
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.tall.right .text {
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.tall.right .text {
        margin-right: 0%;
        margin-left: 16.66666667%;
    }
}

@media screen and (max-width: 767px) {
    .star_block.listing.doubleimage.small .layout {
        width: auto;
    }
}

.star_block.listing.doubleimage.small figure:nth-child(1) {
    float: left;
    width: 91.66666667%;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.small figure:nth-child(1) {
        float: left;
        width: 33.33333333%;
        margin-right: -100%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.small figure:nth-child(1) {
        margin-left: 8.33333333%;
    }
}

.star_block.listing.doubleimage.small figure:nth-child(2) {
    float: left;
    width: 91.66666667%;
    margin-top: -8.33333333%;
    float: right;
}

.star_block.listing.doubleimage.small figure:nth-child(2) .content_likes {
    top: auto;
    right: 10px;
    bottom: -15px;
    left: auto;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.small figure:nth-child(2) {
        float: left;
        width: 66.66666667%;
        margin-top: 12.5%;
        float: right;
        margin-left: -100%;
    }
}

.star_block.listing.doubleimage.small .text {
    margin-left: 8.33333333%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.small .text {
        float: left;
        width: 50%;
        margin-top: 4.16666667%;
        clear: left;
    }
}

.star_block.listing.doubleimage.small.right figure:nth-child(1) {
    float: right;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.small.right figure:nth-child(1) {
        float: right;
        margin-left: -100%;
        margin-right: 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.doubleimage.small.right figure:nth-child(1) {
        margin-left: 0%;
        margin-right: 8.33333333%;
    }
}

.star_block.listing.doubleimage.small.right figure:nth-child(2) {
    float: left;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.small.right figure:nth-child(2) {
        float: left;
        margin-left: 0;
        margin-right: -100%;
    }
}

.star_block.listing.doubleimage.small.right .text {
    margin-left: 50px;
    margin-right: 50px;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.small.right .text {
        float: right;
        clear: right;
    }
}

@media screen and (max-width: 767px) {
    .star_block.listing.doubleimage.below .layout {
        width: auto;
    }

    .star_block.listing.doubleimage.below .text {
        margin-left: 50px;
        margin-right: 50px;
        z-index: 10;
        position: relative;
        left: -3px;
    }

    .star_block.listing.doubleimage.below .text .go-circle .chevron {
        fill: #ffffff;
        stroke: #ffffff;
    }

    .star_block.listing.doubleimage.below .text .go-circle .circle {
        stroke: #ffffff;
    }

    .star_block.listing.doubleimage.below .text .go-circle .bg {
        fill: transparent;
    }

    .star_block.listing.doubleimage.below .text:hover .go-circle .chevron {
        fill: transparent;
        stroke: transparent;
    }

    .star_block.listing.doubleimage.below .text:hover .go-circle .circle {
        stroke: #ffffff;
    }

    .star_block.listing.doubleimage.below .text:hover .go-circle .bg {
        fill: #ffffff;
    }

    .star_block.listing.doubleimage.below figure .content_likes {
        top: auto;
        right: auto;
        bottom: -15px;
        left: 10px;
    }

    .star_block.listing.doubleimage.below figure .likes_count {
        right: auto;
        bottom: auto;
        left: 0;
        top: 100%;
        transform: translate3d(0, -25%, 0);
    }

    .star_block.listing.doubleimage.below figure:nth-child(2) {
        float: left;
    }

    .star_block.listing.doubleimage.below.right figure .content_likes {
        top: auto;
        right: 10px;
        bottom: -15px;
        left: auto;
    }

    .star_block.listing.doubleimage.below.right figure:nth-child(3) {
        float: right;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .star_block.listing.doubleimage.below .text {
        width: 83.33333333%;
        margin-left: 8.33333333%;
        margin-right: -100%;
        float: left;
        position: relative;
        left: -3px;
    }

    .star_block.listing.doubleimage.below .text .go-circle .chevron {
        fill: #ff8c00;
        stroke: #ff8c00;
    }

    .star_block.listing.doubleimage.below .text .go-circle .circle {
        stroke: #ff8c00;
    }

    .star_block.listing.doubleimage.below .text .go-circle .bg {
        fill: transparent;
    }

    .star_block.listing.doubleimage.below .text:hover .go-circle .chevron {
        fill: transparent;
        stroke: transparent;
    }

    .star_block.listing.doubleimage.below .text:hover .go-circle .circle {
        stroke: #ff8c00;
    }

    .star_block.listing.doubleimage.below .text:hover .go-circle .bg {
        fill: #ff8c00;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .star_block.listing.doubleimage.below figure:nth-child(2) {
        float: right;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .star_block.listing.doubleimage.below figure:nth-child(3) {
        float: left;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .star_block.listing.doubleimage.below.right figure:nth-child(2) {
        float: left;
    }
}

.star_block.listing.doubleimage.below.little figure:nth-child(2),
.star_block.listing.doubleimage.below.large figure:nth-child(2) {
    margin-top: -14.58333333%;
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.below.little figure:nth-child(2),
    .star_block.listing.doubleimage.below.large figure:nth-child(2) {
        float: left;
        width: 58.33333333%;
        margin-top: 0%;
    }
}

.star_block.listing.doubleimage.below.little figure:nth-child(3),
.star_block.listing.doubleimage.below.large figure:nth-child(3) {
    float: left;
    width: 91.66666667%;
    margin-top: -4.16666667%;
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.below.little figure:nth-child(3),
    .star_block.listing.doubleimage.below.large figure:nth-child(3) {
        float: left;
        width: 50%;
        margin-left: 16.66666667%;
        margin-top: -8.33333333%;
    }
}

@media screen and (min-width: 768px) {

    .star_block.listing.doubleimage.below.little.right .text,
    .star_block.listing.doubleimage.below.large.right .text {
        margin-left: 41.66666667%;
    }
}

.star_block.listing.doubleimage.below.little.right figure:nth-child(3),
.star_block.listing.doubleimage.below.large.right figure:nth-child(3) {
    margin-left: 0%;
    margin-right: 16.66666667%;
}

.star_block.listing.doubleimage.below.little .text {
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.little .text {
        float: left;
        margin-right: -100%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.little figure:nth-child(2) {
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.little.right .text {
        margin-right: 0;
        float: right;
        margin-left: -100%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.little.right figure:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.little.right figure:nth-child(3) {
        margin-left: 33.33333333%;
    }
}

.star_block.listing.doubleimage.below.medium .text {
    position: relative;
    left: -3px;
    z-index: 10;
}

.star_block.listing.doubleimage.below.medium .text .go-circle .chevron {
    fill: #ff8c00;
    stroke: #ff8c00;
}

.star_block.listing.doubleimage.below.medium .text .go-circle .circle {
    stroke: #ff8c00;
}

.star_block.listing.doubleimage.below.medium .text .go-circle .bg {
    fill: transparent;
}

.star_block.listing.doubleimage.below.medium .text:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.star_block.listing.doubleimage.below.medium .text:hover .go-circle .circle {
    stroke: #ff8c00;
}

.star_block.listing.doubleimage.below.medium .text:hover .go-circle .bg {
    fill: #ff8c00;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium .text {
        margin-right: -100%;
        float: left;
        width: 50%;
        margin-left: 8.33333333%;
        margin-top: 5%;
    }
}

.star_block.listing.doubleimage.below.medium figure:nth-child(2) {
    margin-top: 5%;
    float: left;
    width: 83.33333333%;
    float: right;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium figure:nth-child(2) {
        margin-top: 0%;
        float: left;
        width: 58.33333333%;
        float: right;
    }
}

.star_block.listing.doubleimage.below.medium figure:nth-child(3) {
    float: left;
    width: 91.66666667%;
    margin-top: -5%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium figure:nth-child(3) {
        float: left;
        width: 58.33333333%;
        margin-top: -20%;
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium.left figure:nth-child(3) {
        top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium.right .text {
        float: right;
        margin-right: 0;
        margin-left: -100%;
        margin-right: 8.33333333%;
        position: relative;
        left: -3px;
    }

    .star_block.listing.doubleimage.below.medium.right .text .go-circle .chevron {
        fill: #ffffff;
        stroke: #ffffff;
    }

    .star_block.listing.doubleimage.below.medium.right .text .go-circle .circle {
        stroke: #ffffff;
    }

    .star_block.listing.doubleimage.below.medium.right .text .go-circle .bg {
        fill: transparent;
    }

    .star_block.listing.doubleimage.below.medium.right .text:hover .go-circle .chevron {
        fill: transparent;
        stroke: transparent;
    }

    .star_block.listing.doubleimage.below.medium.right .text:hover .go-circle .circle {
        stroke: #ffffff;
    }

    .star_block.listing.doubleimage.below.medium.right .text:hover .go-circle .bg {
        fill: #ffffff;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium.right figure:nth-child(2) {
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.medium.right figure:nth-child(3) {
        float: right;
        margin-right: 16.66666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.large .text {
        margin-right: -100%;
        width: 50%;
        float: left;
        z-index: 10;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.large figure:nth-child(2) {
        margin-top: 2.5%;
        float: left;
        width: 58.33333333%;
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.doubleimage.below.large figure:nth-child(3) {
        float: left;
        width: 75%;
        margin-left: 0;
    }
}

.star_block.listing.doubleimage.below.large.right .text {
    position: relative;
    left: -3px;
}

.star_block.listing.doubleimage.below.large.right .text .go-circle .chevron {
    fill: #ffffff;
    stroke: #ffffff;
}

.star_block.listing.doubleimage.below.large.right .text .go-circle .circle {
    stroke: #ffffff;
}

.star_block.listing.doubleimage.below.large.right .text .go-circle .bg {
    fill: transparent;
}

.star_block.listing.doubleimage.below.large.right .text:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.star_block.listing.doubleimage.below.large.right .text:hover .go-circle .circle {
    stroke: #ffffff;
}

.star_block.listing.doubleimage.below.large.right .text:hover .go-circle .bg {
    fill: #ffffff;
}

.star_block.listing.doubleimage.below.large.right figure:nth-child(2) {
    float: left;
}

.star_block.listing.doubleimage.below.large.right figure:nth-child(3) {
    float: right;
    margin-right: 0;
}

.star_block.listing.quote.small.wide .text:nth-child(1) {
    margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.wide .text:nth-child(1) {
        float: left;
        width: 50%;
        margin-top: 12.5%;
        margin-bottom: 8.33333333%;
        position: relative;
        z-index: 12;
        float: right;
        margin-left: -100%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide .text:nth-child(1) {
        float: left;
        width: 41.66666667%;
        float: right;
        margin-right: 8.33333333%;
    }
}

.star_block.listing.quote.small.wide figure:nth-child(2) {
    float: left;
    width: 90%;
    z-index: 11;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.wide figure:nth-child(2) {
        float: left;
        width: 75%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide figure:nth-child(2) {
        margin-left: 8.33333333%;
    }

    .star_block.listing.quote.small.wide figure:nth-child(2) .content_likes {
        top: -15px;
        right: 10px;
        bottom: auto;
        left: auto;
    }

    .star_block.listing.quote.small.wide figure:nth-child(2) .likes_count {
        top: auto;
        right: auto;
        left: 0;
        bottom: 100%;
        transform: translate3d(0, 25%, 0);
    }
}

.star_block.listing.quote.small.wide .text:nth-child(3) {
    float: left;
    width: 90%;
    margin-top: -2.5%;
    float: right;
    color: #ff8c00;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    padding: 5%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    line-height: 1.3;
}

.star_block.listing.quote.small.wide .text:nth-child(3) .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide .text:nth-child(3) .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide .text:nth-child(3) {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide .text:nth-child(3) {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.wide .text:nth-child(3) {
        float: left;
        width: 58.33333333%;
        float: right;
        padding: 4.16666667%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.wide.right .text:nth-child(1) {
        float: left;
        margin-left: 0;
        margin-right: -100%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide.right .text:nth-child(1) {
        float: left;
        margin-right: -100%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.quote.small.wide.right figure:nth-child(2) {
    float: right;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.wide.right figure:nth-child(2) {
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.wide.right figure:nth-child(2) {
        margin-left: 0%;
        margin-right: 8.33333333%;
    }
}

.star_block.listing.quote.small.wide.right .text:nth-child(3) {
    float: left;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.wide.right .text:nth-child(3) {
        float: left;
    }
}

.star_block.listing.quote.small.tall .text:nth-child(1) {
    float: left;
    width: 70%;
    float: right;
    position: relative;
    z-index: 10;
    margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.tall .text:nth-child(1) {
        float: left;
        width: 58.33333333%;
        margin-top: 8.33333333%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall .text:nth-child(1) {
        float: left;
        width: 50%;
        margin-right: 8.33333333%;
        float: right;
    }
}

.star_block.listing.quote.small.tall figure:nth-child(2) {
    float: left;
    width: 50%;
    margin-right: -100%;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall figure:nth-child(2) {
        float: left;
        width: 41.66666667%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.quote.small.tall .text:nth-child(3) {
    float: left;
    width: 90%;
    margin-top: -10%;
    float: right;
    clear: left;
    position: relative;
    z-index: 0;
    color: #ff8c00;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    padding: 5%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    line-height: 1.3;
}

.star_block.listing.quote.small.tall .text:nth-child(3) .content_likes {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 10px;
}

.star_block.listing.quote.small.tall .text:nth-child(3) .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall .text:nth-child(3) .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall .text:nth-child(3) {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall .text:nth-child(3) {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.tall .text:nth-child(3) {
        float: left;
        width: 58.33333333%;
        margin-right: 8.33333333%;
        float: right;
        padding: 4.16666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall .text:nth-child(3) {
        margin-right: 16.66666667%;
    }
}

.star_block.listing.quote.small.tall.right .text:nth-child(1) {
    float: left;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.tall.right .text:nth-child(1) {
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall.right .text:nth-child(1) {
        margin-left: 8.33333333%;
        float: left;
    }
}

.star_block.listing.quote.small.tall.right figure:nth-child(2) {
    float: right;
    margin-left: -100%;
    margin-right: 0;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall.right figure:nth-child(2) {
        margin-right: 8.33333333%;
    }
}

.star_block.listing.quote.small.tall.right .text:nth-child(3) {
    float: left;
    clear: right;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.small.tall.right .text:nth-child(3) {
        margin-left: 8.33333333%;
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.small.tall.right .text:nth-child(3) {
        margin-left: 16.66666667%;
    }
}

.star_block.listing.quote.small.tall.right .content_likes {
    top: 10px;
    right: -15px;
    bottom: auto;
    left: auto;
}

.star_block.listing.quote.small.tall.right .likes_count {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translate3d(-25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.large figure:nth-child(1) {
        float: left;
        width: 75%;
        margin-top: 8.33333333%;
        margin-right: -100%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.large figure:nth-child(1) {
        float: left;
        width: 66.66666667%;
        margin-left: 8.33333333%;
    }
}

.star_block.listing.quote.large .text:nth-child(2) {
    float: left;
    width: 80%;
    margin-top: -10%;
    margin-left: 8.33333333%;
    position: relative;
    z-index: 10;
    color: #ff8c00;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    padding: 5%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    line-height: 1.3;
}

.star_block.listing.quote.large .text:nth-child(2) .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.large .text:nth-child(2) .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.large .text:nth-child(2) {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.large .text:nth-child(2) {
        font-size: 30px;
        line-height: 1.5;
        line-height: 1.4;
    }
}

.star_block.listing.quote.large .text:nth-child(2) .content_likes {
    top: auto;
    right: auto;
    bottom: 10px;
    left: -15px;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.large .text:nth-child(2) {
        float: left;
        width: 58.33333333%;
        margin-top: -5%;
        margin-left: 0%;
        float: right;
        padding: 4.16666667%;
    }

    .star_block.listing.quote.large .text:nth-child(2) .content_likes {
        top: -15px;
        right: 10px;
        bottom: auto;
        left: auto;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.large .text:nth-child(2) {
        float: left;
        width: 50%;
        float: right;
        margin-right: 8.33333333%;
    }
}

.star_block.listing.quote.large .text:nth-child(3) {
    float: left;
    width: 100%;
    clear: both;
}

@media screen and (min-width: 768px) {
    .star_block.listing.quote.large .text:nth-child(3) {
        float: left;
        width: 75%;
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.quote.large .text:nth-child(3) {
        float: left;
        width: 50%;
        margin-left: 16.66666667%;
    }
}

.star_block.listing.quote.right figure:nth-child(1) {
    margin-left: 16.66666667%;
}

.star_block.listing.quote.right .text:nth-child(2) {
    float: left;
    margin-left: 8.33333333%;
}

.star_block.listing.quote.right .text:nth-child(3) {
    float: right;
    margin-right: 25%;
}

.star_block.listing.headshot figure {
    float: left;
    width: 57.14285714%;
    margin-top: -42.85714286%;
    margin-left: -28.57142857%;
    margin-right: -100%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.headshot figure {
        float: left;
        width: 33.33333333%;
        margin-top: -22.22222222%;
        margin-left: -22.22222222%;
    }
}

.star_block.listing.headshot .text {
    float: left;
    width: 90%;
    margin-top: 20%;
    float: right;
    text-align: center;
    color: #ff8c00;
    color: #ffffff;
    background: #575757;
    padding: 10%;
}

.star_block.listing.headshot .text .caption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (min-width: 1230px) {
    .star_block.listing.headshot .text .caption {
        font-size: 20px;
        line-height: 1.5;
    }
}

.star_block.listing.headshot .text a {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .star_block.listing.headshot .text {
        float: left;
        width: 91.66666667%;
        margin-top: 8.33333333%;
        float: right;
        padding: 8.33333333%;
    }
}

.star_block.listing.headshot .inner {
    position: relative;
    z-index: 0;
}

.star_block.listing.headshot.left .text .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.listing.headshot.right figure {
    margin-right: -28.57142857%;
    margin-left: -100%;
    float: right;
}

@media screen and (min-width: 768px) {
    .star_block.listing.headshot.right figure {
        margin-right: -22.22222222%;
        margin-left: -100%;
    }
}

.star_block.listing.headshot.right .text {
    float: left;
}

@media screen and (min-width: 768px) {
    .star_block.listing.headshot.right .text {
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.video.big figure {
        float: left;
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.video.big .text {
        float: left;
        width: 66.66666667%;
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.video.big .text {
        float: left;
        width: 41.66666667%;
        margin-left: 16.66666667%;
    }
}

.star_block.listing.video.small figure .content_likes {
    top: auto;
    right: auto;
    bottom: -15px;
    left: 10px;
}

@media screen and (min-width: 768px) {
    .star_block.listing.video.small figure {
        float: left;
        width: 58.33333333%;
    }
}

.star_block.listing.video.small .text {
    margin-bottom: 5%;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .star_block.listing.video.small .text {
        float: left;
        width: 37.5%;
        float: right;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listing.video.small .text {
        float: left;
        width: 33.33333333%;
        margin-top: 4.16666667%;
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.video.small.left figure .content_likes {
        top: 10px;
        right: auto;
        bottom: auto;
        left: -15px;
    }
}

.star_block.listing.video.small.right figure {
    width: auto;
    margin-left: -100%;
}

@media screen and (min-width: 768px) {
    .star_block.listing.video.small.right figure {
        float: right;
    }

    .star_block.listing.video.small.right figure .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listing.video.small.right .text {
        float: left;
    }
}

.star_block.listingsmall.noimage .text .content_likes {
    position: static;
}

.star_block.listingsmall.noimage .text .likes_count {
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translate3d(-25%, 0, 0);
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.noimage .text {
        float: left;
        width: 66.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingsmall.noimage .text {
        float: left;
        width: 58.33333333%;
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.noimage.right .text {
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingsmall.noimage.right .text {
        margin-right: 8.33333333%;
        margin-left: 0%;
        float: right;
    }
}

.star_block.listingsmall.singleimage .text {
    position: relative;
    z-index: 10;
    clear: right;
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.singleimage .text {
        float: left;
        width: 58.33333333%;
        float: right;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingsmall.singleimage .text {
        float: left;
        width: 41.66666667%;
        margin-right: 8.33333333%;
        float: right;
    }
}

.star_block.listingsmall.singleimage figure {
    margin: 5% auto;
    margin-right: -10%;
    margin-left: -10%;
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.singleimage figure {
        float: left;
        width: 58.33333333%;
        margin: 0;
        margin-right: -100%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingsmall.singleimage figure {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.singleimage .text:nth-child(1) {
        margin-top: 4.16666667%;
        margin-bottom: 1.5;
    }
}

.star_block.listingsmall.singleimage.right .text {
    clear: left;
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.singleimage.right .text {
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingsmall.singleimage.right .text {
        float: left;
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.listingsmall.singleimage.right figure {
        float: right;
        margin: 0;
        margin-left: -100%;
    }

    .star_block.listingsmall.singleimage.right figure .content_likes {
        top: 10px;
        right: -15px;
        bottom: auto;
        left: auto;
    }

    .star_block.listingsmall.singleimage.right figure .likes_count {
        top: 0;
        right: auto;
        bottom: auto;
        left: 100%;
        transform: translate3d(-25%, 0, 0);
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingsmall.singleimage.right figure {
        margin-right: 8.33333333%;
    }
}

.star_block.listingstory .content_likes {
    top: -15px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.star_block.listingstory .tag:hover {
    border-color: #ffffff !important;
}

.star_block.listingstory .circle-holder svg {
    position: relative;
    left: -3px;
}

.star_block.listingstory .circle-holder svg .go-circle .chevron {
    fill: #ffffff;
    stroke: #ffffff;
}

.star_block.listingstory .circle-holder svg .go-circle .circle {
    stroke: #ffffff;
}

.star_block.listingstory .circle-holder svg .go-circle .bg {
    fill: transparent;
}

.star_block.listingstory .circle-holder svg:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.star_block.listingstory .circle-holder svg:hover .go-circle .circle {
    stroke: #ffffff;
}

.star_block.listingstory .circle-holder svg:hover .go-circle .bg {
    fill: #ffffff;
}

.star_block.listingstory figure a:hover {
    border: 0;
}

.star_block.listingstory .listing-header {
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (min-width: 1230px) {
    .star_block.listingstory .listing-header {
        line-height: 70px;
    }
}

.star_block.listingstory .text {
    *zoom: 1;
    background: #ff8c00;
    color: #ffffff !important;
}

.star_block.listingstory .text:before,
.star_block.listingstory .text:after {
    display: table;
    line-height: 0;
    content: "";
}

.star_block.listingstory .text:after {
    clear: both;
}

.star_block.listingstory.orange-theme .text {
    background: #ff8c00;
}

.star_block.listingstory.grey-theme .text {
    background: #575757;
}

.star_block.listingstory h3,
.star_block.listingstory .tag {
    color: #ffffff;
}

.star_block.listingstory .inner,
.star_block.listingstory .tag-holder {
    position: relative;
    z-index: 1;
}

.star_block.listingstory.singleimage.square .text {
    margin-bottom: 60%;
}

.star_block.listingstory.singleimage.square .inner {
    margin: 5% 10%;
    pointer-events: none;
}

.star_block.listingstory.singleimage.square .inner a {
    pointer-events: all;
}

.star_block.listingstory.singleimage.square figure {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-bottom: -60%;
}

@media screen and (min-width: 768px) {
    .star_block.listingstory.singleimage.square .text {
        margin: 8.33333333% auto;
    }

    .star_block.listingstory.singleimage.square .inner {
        float: left;
        width: 58.33333333%;
        margin: 4.16666667% 8.33333333%;
    }

    .star_block.listingstory.singleimage.square figure {
        margin: 0;
        float: left;
        width: 50%;
        position: absolute;
        top: 50%;
    }

    .star_block.listingstory.singleimage.square figure .figure_inner {
        transform: translateY(-50%);
    }

    .star_block.listingstory.singleimage.square.left .inner {
        float: right;
    }

    .star_block.listingstory.singleimage.square.left figure {
        left: 0;
        margin-left: 8.33333333%;
    }

    .star_block.listingstory.singleimage.square.right figure {
        right: 0;
        margin-right: 8.33333333%;
    }
}

.star_block.listingstory.singleimage.wide .text {
    float: left;
    width: 90%;
    margin-bottom: 20%;
}

.star_block.listingstory.singleimage.wide .inner {
    margin: 5.55555556% 11.11111111%;
}

.star_block.listingstory.singleimage.wide figure {
    position: absolute;
    width: 100%;
    bottom: -22.22222222%;
}

.star_block.listingstory.singleimage.wide.left .text {
    float: right;
}

.star_block.listingstory.singleimage.wide.left figure {
    right: 11.11111111%;
}

.star_block.listingstory.singleimage.wide.right figure {
    left: 11.11111111%;
}

@media screen and (min-width: 768px) {
    .star_block.listingstory.singleimage.wide .text {
        float: left;
        width: 75%;
        margin-bottom: 8.33333333%;
    }

    .star_block.listingstory.singleimage.wide figure {
        bottom: initial;
        top: 6em;
    }

    .star_block.listingstory.singleimage.wide.left .text {
        float: right;
    }

    .star_block.listingstory.singleimage.wide.left figure {
        right: 33.33333333%;
    }

    .star_block.listingstory.singleimage.wide.right figure {
        left: 33.33333333%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingstory.singleimage.wide .text {
        float: left;
        width: 58.33333333%;
        margin-bottom: 8.33333333%;
    }

    .star_block.listingstory.singleimage.wide figure {
        top: 8em;
    }

    .star_block.listingstory.singleimage.wide.left .text {
        float: right;
        margin-right: 8.33333333%;
    }

    .star_block.listingstory.singleimage.wide.left figure {
        right: 42.85714286%;
    }

    .star_block.listingstory.singleimage.wide.right .text {
        margin-left: 8.33333333%;
    }

    .star_block.listingstory.singleimage.wide.right figure {
        left: 42.85714286%;
    }
}

.star_block.listingstory.doubleimage .content_likes {
    top: -5.55555556%;
}

@media screen and (min-width: 768px) {
    .star_block.listingstory.doubleimage .content_likes {
        top: calc(-5.55555556% - 1em);
    }
}

.star_block.listingstory.doubleimage .circle-holder {
    z-index: 5;
}

.star_block.listingstory.doubleimage .listing-header {
    z-index: 3;
    position: relative;
}

.star_block.listingstory.doubleimage .text {
    margin-bottom: 33.33333333%;
}

@media screen and (min-width: 768px) {
    .star_block.listingstory.doubleimage .text {
        min-height: 40em;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingstory.doubleimage .text {
        min-height: 28.5em;
    }
}

.star_block.listingstory.doubleimage .inner {
    margin: 5.55555556% 11.11111111%;
}

.star_block.listingstory.doubleimage .inner .wrap {
    position: relative;
    z-index: 1;
}

.star_block.listingstory.doubleimage figure:first-of-type {
    width: 140%;
    left: -20%;
    margin-top: -6em;
    margin-bottom: -15%;
}

.star_block.listingstory.doubleimage figure:last-of-type {
    float: left;
    width: 70%;
    z-index: 1;
    top: 11.11111111%;
    margin-bottom: -50%;
}

.star_block.listingstory.doubleimage.left figure:last-of-type {
    margin-right: -14%;
    float: right;
}

.star_block.listingstory.doubleimage.right figure:last-of-type {
    margin-left: -14%;
    float: left;
}

@media screen and (min-width: 768px) {
    .star_block.listingstory.doubleimage .text {
        float: left;
        width: 58.33333333%;
        margin-bottom: 8.33333333%;
    }

    .star_block.listingstory.doubleimage figure:first-of-type {
        left: 0;
        margin-top: 0;
        position: absolute;
        margin-bottom: 0;
        float: left;
        width: 200%;
        top: 3.5em;
    }

    .star_block.listingstory.doubleimage figure:last-of-type {
        margin-bottom: -11.11111111%;
        float: left;
        width: 71.42857143%;
        margin-top: 44.44444444%;
    }

    .star_block.listingstory.doubleimage.left .text {
        margin-left: 8.33333333%;
    }

    .star_block.listingstory.doubleimage.left figure:first-of-type {
        left: -28.57142857%;
    }

    .star_block.listingstory.doubleimage.left figure:last-of-type {
        right: -42.85714286%;
    }

    .star_block.listingstory.doubleimage.right .text {
        float: right;
        margin-right: 8.33333333%;
    }

    .star_block.listingstory.doubleimage.right figure:first-of-type {
        right: 5.55555556%;
        left: -57.14285714%;
    }

    .star_block.listingstory.doubleimage.right figure:last-of-type {
        float: none;
        margin-left: 0;
        left: -42.85714286%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.listingstory.doubleimage figure:last-child {
        margin-top: 55.55555556%;
    }
}

@media screen and (min-width: 1230px) {
    .star_block.subscribe {
        /*padding: 0 !important;*/
        padding: 70px 0 80px 0;
    }

    .star_block.subscribe.right {
        /*padding: 0 !important;*/
        padding: 0px 0 80px 0;
    }

    .star_block.listingstory.singleimage.wide.right.orange-theme {
        padding: 10px 0 0 0;
    }

    .page-jojvert section:first-of-type.offwhite {
        padding-bottom: 0;
    }

    .page-jojvert section:first-of-type.offwhite .star_block.listingstory.singleimage.wide.right.orange-theme .text {
        margin-bottom: 0;
    }

    .page-jojvert section:first-of-type.offwhite .star_block.subscribe.right {
        padding-top: 5%;
    }

    .page-jojvert section:first-of-type.offwhite .star_block.listingstory.singleimage.wide.left

    /*,.page-jojvert section:first-of-type.offwhite .star_block.listingstory.singleimage.wide.left .text*/
        {
        margin-bottom: 0;
    }

    .page-jojvert .star_block.listingstory.square {
        padding-bottom: 0;
    }
}

.white .star_block.subscribe .text,
.offwhite .star_block.subscribe .text,
.orange .star_block.subscribe .text {
    background-color: #575757;
}

.white .star_block.subscribe .text a.btn,
.offwhite .star_block.subscribe .text a.btn {
    background-color: #ff8c00;
    border-color: #ff8c00;
    color: #ffffff;
}

.white .star_block.subscribe .text a.btn:visited,
.offwhite .star_block.subscribe .text a.btn:visited,
.white .star_block.subscribe .text a.btn:hover,
.offwhite .star_block.subscribe .text a.btn:hover {
    color: #331c00;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.white .star_block.subscribe .text a.btn:focus,
.offwhite .star_block.subscribe .text a.btn:focus,
.white .star_block.subscribe .text a.btn:hover,
.offwhite .star_block.subscribe .text a.btn:hover {
    background-color: #dc7d09;
    border-color: #dc7d09;
}

.white .star_block.subscribe .text a.btn:active,
.offwhite .star_block.subscribe .text a.btn:active {
    background-color: #dc7d09;
    border-color: #dc7d09;
}

.grey .star_block.subscribe .text {
    background: linear-gradient(225deg, #ff8c00 0%, #ff6000 100%);
}

.star_block.subscribe .text.secondSection_wh h4 {
    position: relative;
    float: left;
    width: 91.66666667%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .star_block.subscribe .text {
        float: left;
        width: 50%;
    }
}

.star_block.subscribe h3 {
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 0.75em 0.5em 1em 0.5em;
}

.star_block.subscribe .text a.btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff8c00;
    position: absolute;
    bottom: -25px;
    right: -8.33333333%;
    margin-bottom: 0;
}

.star_block.subscribe .text a.btn:visited,
.star_block.subscribe .text a.btn:hover {
    color: #999999;
}

.star_block.subscribe .text a.btn:focus,
.star_block.subscribe .text a.btn:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.star_block.subscribe .text a.btn:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
    .star_block.subscribe .text a.btn {
        right: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.subscribe.left .text {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .star_block.subscribe.right .text {
        margin-left: 50%;
    }
}

.star_listing {
    box-sizing: border-box;
    margin-bottom: 20%;
}

.offwhite .star_listing {
    color: #323232;
}

.orange .star_listing,
.grey .star_listing {
    color: #ffffff;
}

.star_listing .text {
    z-index: 1;
    position: relative;
}

.star_listing .tag,
.star_listing .logo {
    display: inline-block;
}

.star_listing .tag {
    color: #ff8c00;
    text-transform: uppercase;
}

.star_listing .tag:hover {
    border-color: #ff8c00;
}

.star_listing .logo {
    height: 50px;
    position: relative;
    top: 23px;
    left: 10px;
}

.star_listing .logo img {
    height: 100%;
    width: auto;
}

.star_listing .listing-header {
    font-weight: bold;
    margin: 20px 0;
}

@media screen and (min-width: 768px) {
    .star_listing .listing-header {
        font-size: 42px;
        line-height: 1.5;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px) {
    .star_listing p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.star_listing figure {
    position: relative;
    margin: 0;
}

.star_listing img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .star_listing {
        float: left;
        width: 50%;
        padding: 0 4.16666667%;
        margin-bottom: 16.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .star_listing {
        padding: 0 8.33333333%;
    }
}

.star_listing.promoted figure,
.star_listing.featured figure {
    margin: 0 -10%;
}

@media screen and (min-width: 768px) {

    .star_listing.promoted,
    .star_listing.featured {
        float: left;
        width: 100%;
        margin: 0 0 5% 0;
    }

    .star_listing.promoted,
    .star_listing.featured {
        float: left;
        width: 100%;
        padding: 0;
    }

    .star_listing.promoted figure,
    .star_listing.featured figure {
        margin-left: 0;
        margin-right: 0;
    }

    .star_listing.promoted.noimage .text,
    .star_listing.featured.noimage .text {
        float: left;
        width: 75%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1230px) {

    .star_listing.promoted.noimage .text,
    .star_listing.featured.noimage .text {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .star_listing.promoted figure {
        margin-top: -1.25em;
        float: left;
        width: 50%;
        float: right;
        margin-top: 0;
        margin-left: -100%;
    }

    .star_listing.promoted .text {
        float: left;
        width: 60%;
    }
}

@media screen and (min-width: 1230px) {
    .star_listing.promoted {
        padding: 0 8.33333333%;
        margin-bottom: 5%;
    }
}

.star_listing.featured figure {
    margin-top: 2em;
}

@media screen and (min-width: 768px) {
    .star_listing.featured figure {
        margin-top: 3em;
    }

    .star_listing.featured .text {
        float: left;
        width: 75%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1230px) {
    .star_listing.featured .text {
        width: 66.66666667%;
    }
}

.content_likes {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
}

.offwhite .content_likes .likes_count {
    color: #ff8c00;
}

.offwhite .content_likes:hover .likes_count {
    color: #ff8c00;
}

.offwhite .content_likes.content__liked .likes_count {
    color: #ff8c00;
}

.content_likes .likes_count {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    transform: translate3d(0, 25%, 0);
}

.content_likes * {
    box-sizing: inherit;
}

.content_likes .likes_count {
    display: block;
    color: #ff8c00;
    font-size: 18px;
    line-height: 1.66666667;
    position: absolute;
    text-align: center;
    min-width: 100%;
    padding: 0 0.375em;
    opacity: 0;
    visibility: hidden;
    transition: color 0.15s, background 0.15s, opacity 0.15s, transform 0.15s, visibility 0s 0.15s;
}

.content_likes .likes_action {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    background: #ffffff;
    transition: background 0.15s;
    border-bottom: 0 none;
}

.content_likes svg {
    height: auto !important;
    max-width: none !important;
}

.content_likes svg polygon {
    fill: #C0C0C0;
    transition: fill 0.15s;
}

.content_likes:hover .likes_count {
    color: #ffffff;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
    visibility: visible;
    transition: color 0.15s, background 0.15s, opacity 0.15s, transform 0.15s, visibility 0s;
}

.content_likes:hover .likes_action {
    background: #ffffff;
}

.content_likes:hover svg polygon {
    fill: #ff8c00;
}

.content_likes.content__liked .likes_count {
    color: #ffffff;
}

.content_likes.content__liked .likes_action {
    background: #ff8c00;
}

.content_likes.content__liked svg polygon {
    fill: #ffffff;
}

svg {
    height: 1.5em;
    width: auto;
    max-width: 50px;
}

* {
    box-sizing: inherit;
}

html {
    background-color: #ffffff;
    box-sizing: border-box;
}

body {
    background-color: transparent;
    margin-top: 90px !important;
    /*prevents header image cutting off from top*/
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.invisible {
    visibility: hidden;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
}

figure {
    position: relative;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
}

.no-results-found {
    display: block;
    padding: 70px 0;
    text-align: center;
}

.grey .no-results-found,
.orange .no-results-found {
    color: #ffffff;
}

.offwhite .no-results-found {
    color: #ff8c00;
}

@media screen and (max-width: 420px) {

    .grecaptcha #rc-imageselect,
    .grecaptcha {
        transform: scale(0.73);
        transform-origin: 0 0;
    }
}

.grecaptcha>div {
    margin: 0 auto;
}

.upload-progress {
    font-size: 16px;
    line-height: 1.5;
}

.upload-progress .upload-bg {
    background-color: rgba(255, 255, 255, 0.5);
    width: 300px;
    height: 20px;
    margin: 0 auto;
    margin-top: 2em;
    position: relative;
}

.upload-progress .upload-bg .progress {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.upload-progress p {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

label.error,
.error-message {
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #00dee1;
}

.pitch-popup label.error,
.pitch-popup .error-message,
.job-application-popup label.error,
.job-application-popup .error-message {
    color: #ffffff;
    display: block !important;
}

.print-btn {
    padding-bottom: 40px;
}

@media screen and (min-width: 1230px) {
    .print-btn {
        padding-bottom: 110px;
    }
}

.bottom-margin {
    margin-bottom: 110px;
}

.top-margin {
    margin-top: 110px;
}

svg.star-icon {
    padding-top: 0.3em;
}

svg.star-icon #search-icon {
    fill: #323232;
}

.circle-holder {
    position: relative;
    left: -3px;
}

.circle-holder .go-circle .chevron {
    fill: #ffffff;
    stroke: #ffffff;
}

.circle-holder .go-circle .circle {
    stroke: #ffffff;
}

.circle-holder .go-circle .bg {
    fill: transparent;
}

.circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.circle-holder:hover .go-circle .circle {
    stroke: #ffffff;
}

.circle-holder:hover .go-circle .bg {
    fill: #ffffff;
}

.circle-holder:hover {
    border: none;
}

.circle-holder .star-icon {
    width: 46px;
    height: 46px;
    margin-top: 16px;
}

.chevron {
    display: inline-block;
}

.chevron .chevron-icon {
    stroke: #ffffff;
}

.chevron.left svg {
    transform: rotate(180deg);
}

header {
    padding: 20px 0;
    position: fixed;
    overflow: hidden;
    height: 90px;
    width: 100%;
    z-index: 50;
    top: 0;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    transition: height 0.5s;
}

@media screen and (min-width: 768px) {
    header .layout {
        width: calc(100% - 80px);
    }
}

header.show {
    height: 266px;
}

@media screen and (min-width: 1230px) {
    header.show {
        height: 90px;
    }
}

header a:hover {
    border: 0;
}

header .dropdown {
    margin-top: 10px;
}

@media screen and (min-width: 1230px) {
    header .dropdown {
        margin-top: 0;
    }
}

header .dropdown a.search {
    bottom: -4px;
}

header .dropdown a.search:hover svg.star-icon #search-icon {
    fill: #ff8c00;
}

header .dropdown a:not(.search) {
    padding-bottom: 5px;
}

header .dropdown a:not(.search):hover,
header .dropdown a:not(.search).active {
    color: #ff8c00;
    cursor: pointer;
    border-bottom: 2px solid #ff8c00;
}

header a {
    color: #323232;
    position: relative;
}

header a:visited,
header a a:focus {
    color: #323232;
}

@media screen and (min-width: 1230px) {
    header .header-container {
        float: left;
        width: auto;
        padding: 0;
    }
}

header .header-container .logo {
    display: inline-block;
}

header .dropdown-button {
    float: right;
    padding: 14px 0;
}

@media screen and (min-width: 1230px) {
    header .dropdown-button {
        display: none;
    }
}

header .dropdown {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    header .dropdown {
        width: auto;
        float: right;
        padding: 10px 0;
    }
}

header .dropdown li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 1230px) {
    header .dropdown li {
        text-align: left;
        width: auto;
        padding: 0 15px;
        position: relative;
        bottom: 3px;
    }

    header .dropdown li:last-child {
        padding-right: 0;
    }
}

footer {
    padding: 2em 0;
    font-size: 14px;
    line-height: 1.5;
    background-color: #323232;
}

footer a:hover {
    border: 0;
}

footer .foot-logo a {
    margin: 0 auto;
    display: inline-block;
}

footer .foot-logo img,
footer .foot-logo small {
    display: inline-block;
}

footer .foot-logo small {
    margin-top: 1em;
    font-size: 13px;
    line-height: 1.5;
}

footer li a {
    padding-bottom: 5px;
    text-decoration: none !important;
    color: #fff !important;
}

footer li a:hover {
    border-bottom: 2px solid #ffffff;
}

footer a,
footer a:visited,
footer small,
footer span,
footer p {
    color: #ffffff !important;
}

@media screen and (min-width: 1230px) {
    footer {
        padding: 4em 0;
        font-size: 12px;
        line-height: 1.5;
    }
}

footer .layout {
    text-align: center;
}

footer .layout .site-map {
    margin: 3em auto 18px auto;
    max-width: 900px;
}

footer .layout .site-map li {
    display: block;
    margin: 0.5em 1.25em;
}

footer .layout .site-map li:nth-last-child(2) {
    font-size: 14px;
}

@media screen and (min-width: 1230px) {
    footer .layout .site-map li {
        display: inline-block;
    }
}

footer .social-links {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.5;
}

footer .social-links a:hover {
    color: #ff8c00;
}

footer .social-links a:not(:last-of-type) {
    margin-right: 15px;
}

.grey {
    background-color: #575757;
}

.grey .share_links a {
    color: rgba(255, 255, 255, 0.5);
}

.orange {
    background-color: #ff8c00;
}

.orange.related-stories>.star_block.listingstory.singleimage.square .text {
    margin: 0;
}

.orange.related-stories>.star_block.listingstory.singleimage.wide.left .text {
    margin-bottom: 0;
}

.orange.related-stories>.star_block.listingstory.singleimage.wide.right .text {
    margin-bottom: 0;
    /*border:1px solid red*/
}

.orange.related-stories>.star_block.listingstory {
    padding-bottom: 30px;
}

.orange .title-wrap {
    padding: 50px 0;
}

@media screen and (min-width: 1230px) {
    .orange .title-wrap {
        padding: 28px 0 0 0;
    }
}

.orange .title-wrap .star_block.text {
    color: #ffffff;
}

.orange .btn.border {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.orange .btn.border:hover,
.orange .btn.border:active,
.orange .btn.border:focus,
.orange .btn.border:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.orange .btn.border:hover,
.orange .btn.border:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.orange .btn.border:hover {
    color: #ff8c00;
}

.orange .star_block.listing.quote .text.quote {
    background: #ffffff !important;
    color: #ff8c00 !important;
}

.orange .circle-holder {
    position: relative;
    left: -3px;
}

.orange .circle-holder .go-circle .chevron {
    fill: #ffffff;
    stroke: #ffffff;
}

.orange .circle-holder .go-circle .circle {
    stroke: #ffffff;
}

.orange .circle-holder .go-circle .bg {
    fill: transparent;
}

.orange .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.orange .circle-holder:hover .go-circle .circle {
    stroke: #ffffff;
}

.orange .circle-holder:hover .go-circle .bg {
    fill: #ffffff;
}

.black {
    background-color: #323232;
}

.black .btn.border:hover {
    color: #323232;
}

.black .circle-holder {
    position: relative;
    left: -3px;
}

.black .circle-holder .go-circle .chevron {
    fill: #ffffff;
    stroke: #ffffff;
}

.black .circle-holder .go-circle .circle {
    stroke: #ffffff;
}

.black .circle-holder .go-circle .bg {
    fill: transparent;
}

.black .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.black .circle-holder:hover .go-circle .circle {
    stroke: #ffffff;
}

.black .circle-holder:hover .go-circle .bg {
    fill: #ffffff;
}

.black .star_block.text {
    color: #ffffff;
}

.cyan {
    background-color: #66cfd1;
    color: #ffffff;
}

.cyan .btn.border:hover {
    color: #66cfd1;
}

.cyan .circle-holder {
    position: relative;
    left: -3px;
}

.cyan .circle-holder .go-circle .chevron {
    fill: #ffffff;
    stroke: #ffffff;
}

.cyan .circle-holder .go-circle .circle {
    stroke: #ffffff;
}

.cyan .circle-holder .go-circle .bg {
    fill: transparent;
}

.cyan .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.cyan .circle-holder:hover .go-circle .circle {
    stroke: #ffffff;
}

.cyan .circle-holder:hover .go-circle .bg {
    fill: #ffffff;
}

.white {
    background-color: #ffffff;
}

.white .circle-holder {
    position: relative;
    left: -3px;
}

.white .circle-holder .go-circle .chevron {
    fill: #ff8c00;
    stroke: #ff8c00;
}

.white .circle-holder .go-circle .circle {
    stroke: #ff8c00;
}

.white .circle-holder .go-circle .bg {
    fill: transparent;
}

.white .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.white .circle-holder:hover .go-circle .circle {
    stroke: #ff8c00;
}

.white .circle-holder:hover .go-circle .bg {
    fill: #ff8c00;
}

.offwhite {
    background-color: #fdf9f5;
}

.offwhite .star_block:not(.header):not(.text.quote) .title-a .listing-header {
    color: #323232;
}

.offwhite .star_block:not(.header):not(.text.quote) .text {
    color: #323232;
}

.offwhite .star_block:not(.header):not(.text.quote) .tag {
    color: #ff8c00;
}

.offwhite .star_block:not(.header):not(.text.quote) .tag:hover {
    border-color: #ff8c00;
}

.offwhite .star_block:not(.header):not(.text.quote).listingstory .inner,
.offwhite .star_block:not(.header):not(.text.quote).listingstory .tag,
.offwhite .star_block:not(.header):not(.text.quote).listingstory .listing-header {
    color: #ffffff;
}

.offwhite .circle-holder {
    position: relative;
    left: -3px;
}

.offwhite .circle-holder .go-circle .chevron {
    fill: #ff8c00;
    stroke: #ff8c00;
}

.offwhite .circle-holder .go-circle .circle {
    stroke: #ff8c00;
}

.offwhite .circle-holder .go-circle .bg {
    fill: transparent;
}

.offwhite .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.offwhite .circle-holder:hover .go-circle .circle {
    stroke: #ff8c00;
}

.offwhite .circle-holder:hover .go-circle .bg {
    fill: #ff8c00;
}

html.popup-open {
    overflow-y: hidden;
}

.popup {
    overflow-y: auto;
}

.popup.orange {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff8c00;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
    color: #ffffff;
}

.popup.orange a {
    color: #ffffff;
}

.popup.orange .btn:not(.close):not(.search):not(.chevron),
.popup.orange button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.popup.orange .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.popup.orange .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.popup.orange .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .popup.orange .panel {
        float: left;
        width: 66.66666667%;
    }
}

.popup.orange .panel label {
    display: inline;
}

.popup.orange .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: #000 !important;
    opacity: 1;
}

.popup.orange .btn.close:not(.border):hover {
    background-color: transparent;
}

.popup.orange .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.popup.orange.showing {
    opacity: 1;
}

.popup.pink {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e90B6E;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.popup.pink a {
    color: #ffffff;
}

.popup.pink .btn:not(.close):not(.search):not(.chevron),
.popup.pink button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.popup.pink .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.popup.pink .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.popup.pink .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .popup.pink .panel {
        float: left;
        width: 66.66666667%;
    }
}

.popup.pink .panel label {
    display: inline;
}

.popup.pink .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.popup.pink .btn.close:not(.border):hover {
    background-color: transparent;
}

.popup.pink .btn.close:not(.border) svg .close-icon {
    stroke: #ffffff;
}

.popup.pink.showing {
    opacity: 1;
}

.popup.cyan {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #66cfd1;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.popup.cyan a {
    color: #ffffff;
}

.popup.cyan .btn:not(.close):not(.search):not(.chevron),
.popup.cyan button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.popup.cyan .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.popup.cyan .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.popup.cyan .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .popup.cyan .panel {
        float: left;
        width: 66.66666667%;
    }
}

.popup.cyan .panel label {
    display: inline;
}

.popup.cyan .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.popup.cyan .btn.close:not(.border):hover {
    background-color: transparent;
}

.popup.cyan .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.popup.cyan.showing {
    opacity: 1;
}

.popup.purple {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #bc04a4;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.popup.purple a {
    color: #ffffff;
}

.popup.purple .btn:not(.close):not(.search):not(.chevron),
.popup.purple button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.popup.purple .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.popup.purple .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.popup.purple .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .popup.purple .panel {
        float: left;
        width: 66.66666667%;
    }
}

.popup.purple .panel label {
    display: inline;
}

.popup.purple .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.popup.purple .btn.close:not(.border):hover {
    background-color: transparent;
}

.popup.purple .btn.close:not(.border) svg .close-icon {
    stroke: #ffffff;
}

.popup.purple.showing {
    opacity: 1;
}

.search-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: linear-gradient(225deg, #ff8c00 0%, #ff6000 100%);*/
    background-color: #fff;
    color: contrast(linear-gradient(225deg, #ff8c00 0%, #ff6000 100%), #323232, #ffffff);
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.search-popup a {
    color: #ffffff;
}

.search-popup .btn:not(.close):not(.search):not(.chevron),
.search-popup button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.search-popup .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    /*align-items: center;*/
}

.search-popup .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.search-popup .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .search-popup .panel {
        float: left;
        width: 66.66666667%;
    }
}

.search-popup .panel label {
    display: inline;
}

.search-popup .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.search-popup .btn.close:not(.border):hover {
    background-color: transparent;
}

.search-popup .btn.close:not(.border) svg .close-icon {
    stroke: contrast(linear-gradient(225deg, #ff8c00 0%, #ff6000 100%), #323232, #ffffff);
}

.search-popup.showing {
    opacity: 1;
}

.filter-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff7800;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.filter-popup a {
    color: #ffffff;
}

.filter-popup .btn:not(.close):not(.search):not(.chevron),
.filter-popup button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.filter-popup .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.filter-popup .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.filter-popup .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .filter-popup .panel {
        float: left;
        width: 66.66666667%;
    }
}

.filter-popup .panel label {
    display: inline;
}

.filter-popup .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.filter-popup .btn.close:not(.border):hover {
    background-color: transparent;
}

.filter-popup .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.filter-popup.showing {
    opacity: 1;
}

/*----------select language popup----------*/

.filter-popup-language {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff7800;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.filter-popup-language a {
    color: #ffffff;
}

.filter-popup-language .btn:not(.close):not(.search):not(.chevron),
.filter-popup-language button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.filter-popup-language .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.filter-popup-language .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.filter-popup-language .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .filter-popup-language .panel {
        float: left;
        width: 66.66666667%;
    }
}

.filter-popup-language .panel label {
    display: inline;
}

.filter-popup-language .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    box-shadow: none;
}

.filter-popup-language .btn.close:not(.border):hover {
    background-color: transparent;
}

.filter-popup-language .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.filter-popup-language.showing {
    opacity: 1;
}

/*----------select language popup ends----------*/

.select-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e90B6E;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.select-popup a {
    color: #ffffff;
}

.pitch-popup #pyi-idea-Language a.select-anchor, 
.pitch-popup #pyi-idea-Language a.select-anchor:hover{
    border-bottom: 3px solid #ffffff;
}

.select-popup .btn:not(.close):not(.search):not(.chevron),
.select-popup button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.select-popup .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.select-popup .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.select-popup .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .select-popup .panel {
        float: left;
        width: 66.66666667%;
    }
}

.select-popup .panel label {
    display: inline;
}

.select-popup .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.select-popup .btn.close:not(.border):hover {
    background-color: transparent;
}

.select-popup .btn.close:not(.border) svg .close-icon {
    stroke: #ffffff;
}

.select-popup.showing {
    opacity: 1;
}

.filter-popup,
.filter-popup-language,
.select-popup {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.filter-popup.hover-0,
.select-popup.hover-0 {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FF7B00;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.filter-popup.hover-0 a,
.select-popup.hover-0 a {
    color: #ffffff;
}

.filter-popup.hover-0 .btn:not(.close):not(.search):not(.chevron),
.select-popup.hover-0 .btn:not(.close):not(.search):not(.chevron),
.filter-popup.hover-0 button:not(.close):not(.search):not(.chevron),
.select-popup.hover-0 button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.filter-popup.hover-0 .layout,
.select-popup.hover-0 .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.filter-popup.hover-0 .panel,
.select-popup.hover-0 .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.filter-popup.hover-0 .panel form,
.select-popup.hover-0 .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {

    .filter-popup.hover-0 .panel,
    .select-popup.hover-0 .panel {
        float: left;
        width: 66.66666667%;
    }
}

.filter-popup.hover-0 .panel label,
.select-popup.hover-0 .panel label {
    display: inline;
}

.filter-popup.hover-0 .btn.close:not(.border),
.select-popup.hover-0 .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.filter-popup.hover-0 .btn.close:not(.border):hover,
.select-popup.hover-0 .btn.close:not(.border):hover {
    background-color: transparent;
}

.filter-popup.hover-0 .btn.close:not(.border) svg .close-icon,
.select-popup.hover-0 .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.filter-popup.hover-0.showing,
.select-popup.hover-0.showing {
    opacity: 1;
}

.filter-popup.hover-1,
.select-popup.hover-1 {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FF7300;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.filter-popup.hover-1 a,
.select-popup.hover-1 a {
    color: #ffffff;
}

.filter-popup.hover-1 .btn:not(.close):not(.search):not(.chevron),
.select-popup.hover-1 .btn:not(.close):not(.search):not(.chevron),
.filter-popup.hover-1 button:not(.close):not(.search):not(.chevron),
.select-popup.hover-1 button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.filter-popup.hover-1 .layout,
.select-popup.hover-1 .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.filter-popup.hover-1 .panel,
.select-popup.hover-1 .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.filter-popup.hover-1 .panel form,
.select-popup.hover-1 .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {

    .filter-popup.hover-1 .panel,
    .select-popup.hover-1 .panel {
        float: left;
        width: 66.66666667%;
    }
}

.filter-popup.hover-1 .panel label,
.select-popup.hover-1 .panel label {
    display: inline;
}

.filter-popup.hover-1 .btn.close:not(.border),
.select-popup.hover-1 .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.filter-popup.hover-1 .btn.close:not(.border):hover,
.select-popup.hover-1 .btn.close:not(.border):hover {
    background-color: transparent;
}

.filter-popup.hover-1 .btn.close:not(.border) svg .close-icon,
.select-popup.hover-1 .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.filter-popup.hover-1.showing,
.select-popup.hover-1.showing {
    opacity: 1;
}

.filter-popup.hover-2,
.select-popup.hover-2 {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FF6A00;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.filter-popup.hover-2 a,
.select-popup.hover-2 a {
    color: #ffffff;
}

.filter-popup.hover-2 .btn:not(.close):not(.search):not(.chevron),
.select-popup.hover-2 .btn:not(.close):not(.search):not(.chevron),
.filter-popup.hover-2 button:not(.close):not(.search):not(.chevron),
.select-popup.hover-2 button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.filter-popup.hover-2 .layout,
.select-popup.hover-2 .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.filter-popup.hover-2 .panel,
.select-popup.hover-2 .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.filter-popup.hover-2 .panel form,
.select-popup.hover-2 .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {

    .filter-popup.hover-2 .panel,
    .select-popup.hover-2 .panel {
        float: left;
        width: 66.66666667%;
    }
}

.filter-popup.hover-2 .panel label,
.select-popup.hover-2 .panel label {
    display: inline;
}

.filter-popup.hover-2 .btn.close:not(.border),
.select-popup.hover-2 .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.filter-popup.hover-2 .btn.close:not(.border):hover,
.select-popup.hover-2 .btn.close:not(.border):hover {
    background-color: transparent;
}

.filter-popup.hover-2 .btn.close:not(.border) svg .close-icon,
.select-popup.hover-2 .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.filter-popup.hover-2.showing,
.select-popup.hover-2.showing {
    opacity: 1;
}

.filter-popup h2,
.select-popup h2 {
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 768px) {

    .filter-popup h2,
    .select-popup h2 {
        font-size: 48px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1230px) {

    .filter-popup h2,
    .filter-popup-language h2,
    .select-popup h2,
    .select-popup-language h2 {
        font-size: 82px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

.filter-popup .close svg .close-icon,
.select-popup .close svg .close-icon {
    stroke: #ffffff;
}

.filter-popup .content,
.select-popup .content {
    padding: 2em 0;
}

.filter-popup .content .filter-container .link-container,
.select-popup .content .filter-container .link-container {
    display: block;
    margin: 0.8em auto 0 auto;
}

@media screen and (min-width: 1230px) {

    .filter-popup .content .filter-container .link-container,
    .select-popup .content .filter-container .link-container {
        display: inline-block;
    }
}

.filter-popup .content .filter-container .link-container .select-item,
.select-popup .content .filter-container .link-container .select-item {
    display: inline-block;
}

.filter-popup .content .filter-container .link-container a,
.select-popup .content .filter-container .link-container a {
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    border: none;
}

.filter-popup .content .filter-container .link-container a:after,
.select-popup .content .filter-container .link-container a:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    background-color: transparent;
    bottom: 8px;
}

@media screen and (min-width: 768px) {

    .filter-popup .content .filter-container .link-container a,
    .select-popup .content .filter-container .link-container a {
        font-size: 30px;
        line-height: 1.5;
        line-height: 2;
    }
}

.filter-popup .content .filter-container .link-container a:hover:after,
.select-popup .content .filter-container .link-container a:hover:after {
    background-color: #ffffff;
}

@media screen and (min-width: 1230px) {

    .filter-popup .content .filter-container .link-container a,
    .select-popup .content .filter-container .link-container a {
        margin-left: 1.2em;
        margin-right: 1.2em;
    }
}

.filter-popup.vertical .close:not(.border) {
    position: fixed;
}

.filter-popup.vertical .content .filter-container .link-container {
    display: block;
}

/*----------LANGUAGE POPUP CONTENT-----------*/

.filter-popup-language .content,
.select-popup-language .content {
    padding: 2em 0;
}

@media screen and (max-width: 768px) {
    .filter-popup-language .content .filter-container .link-container a {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1230px) {

    .filter-popup-language .content .filter-container .link-container a,
    .select-popup-language .content .filter-container .link-container a {
        margin-left: 2em;
        margin-right: 2em;
        margin-bottom: 2em;
    }

    .filter-popup-language h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1230px) {

    .filter-popup-language .content .filter-container .link-container,
    .select-popup-language .content .filter-container .link-container {
        display: inline-block;
        float: left;
    }
}

.filter-popup-language .content .filter-container .link-container .select-item,
.select-popup-language .content .filter-container .link-container .select-item {
    display: inline-block;
}




@media screen and (min-width: 768px) {

    .filter-popup-language .content .filter-container .link-container a,
    .select-popup-language .content .filter-container .link-container a {
        font-size: 30px;
        line-height: 1.5;
    }
}

.filter-popup-language .content .filter-container .link-container a:hover:after,
.select-popup-language .content .filter-container .link-container a:hover:after {
    background-color: #ffffff;
}



.filter-popup-language.vertical .close:not(.border) {
    position: fixed;
}

.filter-popup-language.vertical .content .filter-container .link-container {
    display: block;
}

/*-------------LANGUAGE POPUP CONTENT ENDS-------------*/



.subscribe-popup.orange {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    color: contrast(linear-gradient(135deg, #ff8c00 0%, #ff6000 100%), #323232, #ffffff);
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.subscribe-popup.orange a {
    color: #ffffff;
}

.subscribe-popup.orange .btn:not(.close):not(.search):not(.chevron),
.subscribe-popup.orange button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.subscribe-popup.orange .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.subscribe-popup.orange .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.subscribe-popup.orange .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .subscribe-popup.orange .panel {
        float: left;
        width: 66.66666667%;
    }
}

.subscribe-popup.orange .panel label {
    display: inline;
}

.subscribe-popup.orange .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.subscribe-popup.orange .btn.close:not(.border):hover {
    background-color: transparent;
}

.subscribe-popup.orange .btn.close:not(.border) svg .close-icon {
    stroke: contrast(linear-gradient(135deg, #ff8c00 0%, #ff6000 100%), #323232, #ffffff);
}

.subscribe-popup.orange.showing {
    opacity: 1;
}

.subscribe-popup.orange .btn.border {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.subscribe-popup.orange .btn.border:hover,
.subscribe-popup.orange .btn.border:active,
.subscribe-popup.orange .btn.border:focus,
.subscribe-popup.orange .btn.border:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.subscribe-popup.orange .btn.border:hover,
.subscribe-popup.orange .btn.border:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.subscribe-popup.orange .panel {
    max-width: 500px;
}

@media screen and (min-width: 1230px) {
    .subscribe-popup.orange .panel {
        max-width: none;
    }
}

.subscribe-popup.orange .grecaptcha {
    text-align: center;
    margin-top: 3em;
}

.subscribe-popup.orange .grecaptcha>* {
    margin: 0 auto;
}

.subscribe-popup.orange .checkboxes {
    *zoom: 1;
    margin: 1em 0;
}

.subscribe-popup.orange .checkboxes:before,
.subscribe-popup.orange .checkboxes:after {
    display: table;
    line-height: 0;
    content: "";
}

.subscribe-popup.orange .checkboxes:after {
    clear: both;
}

.subscribe-popup.orange .checkboxes label {
    display: block;
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .subscribe-popup.orange .checkboxes label {
        display: inline-block;
        float: left;
        min-width: 220px;
    }

    .subscribe-popup.orange .checkboxes label:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 1230px) {
    .subscribe-popup.orange .checkboxes label {
        min-width: 320px;
    }
}

.subscribe-popup.orange .checkboxes label input {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.subscribe-popup.orange .checkboxes label input:hover {
    border-color: #ffffff;
}

.subscribe-popup.orange .checkboxes label input:checked {
    background-color: #ffffff;
}

.subscribe-popup.orange .checkboxes label:last-of-type {
    margin-bottom: 1em;
}

.subscribe-popup.orange .email input {
    width: 100%;
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .subscribe-popup.orange .email input {
        min-width: 320px;
        width: auto;
        margin-top: 0;
    }
}

@media screen and (min-width: 1230px) {
    .subscribe-popup.orange .email input {
        min-width: 365px;
    }
}

@media screen and (min-width: 1230px) {

    .subscribe-popup.orange .email span,
    .subscribe-popup.orange .email input,
    .subscribe-popup.orange .email label {
        float: left;
    }
}

@media screen and (min-width: 1230px) {
    .subscribe-popup.orange .email label.error {
        clear: left;
    }
}

.subscribe-popup.orange #subscribeThanksPanel {
    text-align: center;
}

.subscribe-popup.orange #subscribeThanksPanel .btn.border.close {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 11px 45px;
    position: relative;
    margin: 1.5em 0;
    top: 0;
    right: 0;
}

.subscribe-popup.orange #subscribeThanksPanel .btn.border.close:hover,
.subscribe-popup.orange #subscribeThanksPanel .btn.border.close:active,
.subscribe-popup.orange #subscribeThanksPanel .btn.border.close:focus,
.subscribe-popup.orange #subscribeThanksPanel .btn.border.close:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.subscribe-popup.orange #subscribeThanksPanel .btn.border.close:hover,
.subscribe-popup.orange #subscribeThanksPanel .btn.border.close:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.popup.unsubscribed-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6000 100%);
    color: contrast(linear-gradient(135deg, #ff8c00 0%, #ff6000 100%), #323232, #ffffff);
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
    opacity: 1;
}

.popup.unsubscribed-popup a {
    color: #ffffff;
}

.popup.unsubscribed-popup .btn:not(.close):not(.search):not(.chevron),
.popup.unsubscribed-popup button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.popup.unsubscribed-popup .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.popup.unsubscribed-popup .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.popup.unsubscribed-popup .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .popup.unsubscribed-popup .panel {
        float: left;
        width: 66.66666667%;
    }
}

.popup.unsubscribed-popup .panel label {
    display: inline;
}

.popup.unsubscribed-popup .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.popup.unsubscribed-popup .btn.close:not(.border):hover {
    background-color: transparent;
}

.popup.unsubscribed-popup .btn.close:not(.border) svg .close-icon {
    stroke: contrast(linear-gradient(135deg, #ff8c00 0%, #ff6000 100%), #323232, #ffffff);
}

.popup.unsubscribed-popup.showing {
    opacity: 1;
}

.popup.unsubscribed-popup.hidden {
    opacity: 0;
}

.popup.unsubscribed-popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.seeding-plan-popup.popup .panel {
    overflow-x: scroll;
}

@media screen and (min-width: 768px) {
    .seeding-plan-popup.popup .panel {
        overflow-x: auto;
    }
}

@media screen and (min-width: 1230px) {
    .seeding-plan-popup.popup .panel {
        width: 100%;
    }
}

.seeding-plan-popup.popup .panel table {
    table-layout: fixed;
    min-width: 696px;
}

.seeding-plan-popup.popup .panel tbody td input {
    color: #ff8c00;
}

@media screen and (min-width: 319px) {
    .search .layout {
        width: 100%;
    }
}

.search .wrap {
    position: relative;
}

.search form {
    font-size: 38px;
    line-height: 1.5;
    width: 100%;
}

.search form input {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 50px;
    color: #ffffff;
}

.search form svg {
    height: 38pt;
}

.search form svg #search-icon {
    fill: #ffffff;
}

.search form i {
    font-size: 38px;
    line-height: 1.5;
}

.search.searchAlignment input[type=text] {
    color: #fff !important;
}

.search.searchAlignment button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    bottom: -53px;
    right: 25px;
}

search.searchAlignment button:hover {
    border: none
}




@media screen and (min-width: 768px) {
    .search form {
        font-size: 58px;
        line-height: 1.5;
        padding: 0 20px;
        float: left;
        width: 66.66666667% !important;
    }

    .search form svg {
        height: 58pt;
    }

    .search form i {
        font-size: 58px;
        line-height: 1.5;
    }

    .search form i #search-icon {
        fill: #ffffff;
    }
}

.search .close svg .close-icon {
    stroke: #000;
}

.search.searchAlignment input[type=text] {
    color: #fff
}

.search.searchAlignment button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    bottom: -53px;
    right: 25px;
}

search.searchAlignment button:hover {
    border: none
}

.search.searchAlignment form input {
    width: 100% !important;
}

.job-application-popup.popup #job-file-name {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 60px;
    text-align: center;
    word-break: break-word;
}

.job-application-popup.popup .panel {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .job-application-popup.popup .panel {
        float: left;
        width: 66.66666667%;
    }
}

.job-application-popup.popup .panel label {
    display: block;
}

.job-application-popup.popup .panel label.btn.border {
    display: block;
}

.job-application-popup.popup .panel .btnholder {
    width: 100%;
}

.job-application-popup.popup .panel .btnholder label {
    margin-top: 60px;
    margin-bottom: 0;
    display: block;
}

.job-application-popup.popup .panel .btnholder .btn {
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.job-application-popup.popup .panel .btnholder .btn.white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff8c00;
}

.job-application-popup.popup .panel .btnholder .btn.white:visited,
.job-application-popup.popup .panel .btnholder .btn.white:hover {
    color: #999999;
}

.job-application-popup.popup .panel .btnholder .btn.white:focus,
.job-application-popup.popup .panel .btnholder .btn.white:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.job-application-popup.popup .panel .btnholder .btn.white:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.job-application-popup.popup .panel #jobApplicationDescription {
    font-size: 18px;
    line-height: 1.5;
    background-attachment: local;
    background-image: repeating-linear-gradient(transparent, transparent 1.5em, #ffffff calc((1.5 * 1em) + 3px));
    min-height: calc((7.5 * 1em) + (15px + 5px));
    line-height: calc((1.5 * 1em) + 3px);
    background-position-y: 5px;
    overflow-y: hidden;
    resize: none;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    border: 0;
    display: block;
}

@media screen and (min-width: 1230px) {
    .job-application-popup.popup .panel #jobApplicationDescription {
        font-size: 24px;
        line-height: 1.5;
    }
}

.job-application-popup.popup .panel input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border {
    display: inline-block;
    max-width: 100%;
    padding: 11px 45px;
    margin: 0;
    border-radius: 0;
    border: 2px solid #ff8c00;
    background: #ff8c00;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border,
.job-application-popup.popup .panel input[type=file]~label.btn-border:visited,
.job-application-popup.popup .panel input[type=file]~label.btn-border:hover {
    color: #000000;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border:focus,
.job-application-popup.popup .panel input[type=file]~label.btn-border:hover {
    outline: none;
    text-decoration: none;
    background-color: #e67e00;
    border-color: #e67e00;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border.disabled,
.job-application-popup.popup .panel input[type=file]~label.btn-border[disabled],
fieldset[disabled] .job-application-popup.popup .panel input[type=file]~label.btn-border {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
    background-color: #666666;
    border-color: #666666;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border.border {
    background-color: transparent;
    color: #ff8c00;
    border-color: #ff8c00;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border:hover,
.job-application-popup.popup .panel input[type=file]~label.btn-border:active,
.job-application-popup.popup .panel input[type=file]~label.btn-border:focus,
.job-application-popup.popup .panel input[type=file]~label.btn-border:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border:hover,
.job-application-popup.popup .panel input[type=file]~label.btn-border:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.job-application-popup.popup .panel input[type=file]~label.btn-border:hover {
    color: #e90B6E;
}

.job-application-popup.popup .panel input[type=file].file-added~label.btn-border {
    background-color: #ffffff;
    color: #e90B6E;
}

.job-application-popup.popup .panel .check-wrap {
    position: relative;
    min-height: 60px;
    width: 100%;
}

.job-application-popup.popup .panel .check-wrap p {
    display: inline;
    position: relative;
    top: 0.2em;
}

@media screen and (min-width: 1230px) {
    .job-application-popup.popup .panel .check-wrap p {
        top: 0.1em;
    }
}

.job-application-popup.popup .panel .check-wrap a,
.job-application-popup.popup .panel .check-wrap a:hover {
    border-bottom: 2px solid #ffffff;
}

.job-application-popup.popup .panel .check-wrap input[type=checkbox] {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.job-application-popup.popup .panel .check-wrap input[type=checkbox]:hover {
    border-color: #ffffff;
}

.job-application-popup.popup .panel .check-wrap input[type=checkbox]:checked {
    background-color: #ffffff;
}

.job-application-popup.popup .panel .check-wrap #tandcs-error {
    display: block !important;
    float: none;
}

.job-application-popup.popup .error {
    text-align: center;
}

.job-application-popup.popup .thanks {
    text-align: center;
}

.filter-docked,
.tags-docked {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    letter-spacing: 1.3px;
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;
}

.filter-docked.showing,
.tags-docked.showing {
    opacity: 1;
}

.filter-docked .rotate-wrapper,
.tags-docked .rotate-wrapper {
    transform-origin: top center;
    position: relative;
    height: 40px;
    white-space: nowrap;
}

.filter-docked .rotate-wrapper a,
.tags-docked .rotate-wrapper a {
    color: #ffffff;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.5;
    pointer-events: all;
}

@media screen and (min-width: 768px) {

    .filter-docked .rotate-wrapper a,
    .tags-docked .rotate-wrapper a {
        font-size: 13px;
        line-height: 1.5;
    }
}

.filter-docked .rotate-wrapper a:not(:last-child),
.tags-docked .rotate-wrapper a:not(:last-child) {
    margin-right: 1em;
}

.filter-docked {
    left: 10px;
}

.filter-docked .rotate-wrapper {
    transform: rotate(-90deg);
    left: -50%;
}

.tags-docked {
    right: 10px;
}

.tags-docked .rotate-wrapper {
    transform: rotate(90deg);
    right: -50%;
}

.share_links {
    text-align: center;
    color: #9f9f9f;
    margin: 30px 0 40px 0;
}

.share_links a {
    color: #9f9f9f;
}

@media screen and (min-width: 1230px) {
    .share_links a {
        width: 25px;
        display: inline-block;
    }

    .share_links a i,
    .share_links a svg {
        text-align: center;
    }
}

.share_links a svg {
    height: 23px;
    position: relative;
    top: 3px;
}

.share_links a:hover {
    color: #ff8c00;
}

.share_links a:hover svg g {
    fill: #ff8c00;
}

.share_links a i {
    font-size: 23px;
}

@media screen and (min-width: 1230px) {
    .share_links a:not(.opener) {
        opacity: 0;
        transition: opacity 1s;
        pointer-events: none;
    }
}

.share_links a:not(:last-child) {
    margin-right: 16px;
}

@media screen and (min-width: 1230px) {
    .share_links a:not(.email):not(.mobile) {
        margin-right: 16px;
    }
}

.share_links a:hover {
    border: 0;
}

.share_links a.opener {
    display: none;
}

@media screen and (min-width: 1230px) {
    .share_links a.opener {
        display: inline-block;
    }
}

.share_links a.email svg {
    height: 20px;
}

@media screen and (min-width: 1230px) {
    .share_links a.email {
        margin-right: 16px;
    }
}

@media screen and (min-width: 1230px) {
    .share_links a.whatsapp {
        display: none;
    }
}

.share_links.expand a {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width: 1230px) {
    .open .share_links {
        padding: 0 0 20px 0;
    }
}

.open .share_links a {
    opacity: 1;
    pointer-events: auto;
}

.share_links .copied-text {
    font-size: 12px;
    line-height: 1.5;
    transition: all 1s;
    opacity: 0;
    height: 0;
}

.paged-nav {
    text-align: center;
    padding-bottom: 20px;
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.paged-nav span {
    display: inline-block;
    line-height: 20px;
    vertical-align: super;
}

.paged-nav .divider {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 .5em 0 0;
}

.paged-nav .page-btn {
    display: inline-block;
    height: 2.75em;
    width: 2.75em;
    border-radius: 100%;
    padding-top: 0.475em;
    border: 2px solid;
}

.paged-nav .page-btn:not(:last-of-type) {
    margin-right: 0.5em;
}

.offwhite .paged-nav .divider {
    background-color: rgba(50, 50, 50, 0.3);
}

.offwhite .paged-nav .page-btn {
    color: rgba(50, 50, 50, 0.5);
    border-color: rgba(50, 50, 50, 0.3);
}

.offwhite .paged-nav .page-btn.current {
    color: #323232;
    border-color: #323232;
}

.offwhite .paged-nav .page-btn:hover {
    color: #ff8c00;
    border-color: #ff8c00;
}

.grey .paged-nav .divider {
    background-color: rgba(255, 255, 255, 0.3);
}

.grey .paged-nav .page-btn {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
}

.grey .paged-nav .page-btn.current {
    color: #ffffff;
    border-color: #ffffff;
}

.grey .paged-nav .page-btn:hover {
    color: #ff8c00;
    border-color: #ff8c00;
}

.orange .paged-nav .divider {
    background-color: rgba(255, 255, 255, 0.3);
}

.orange .paged-nav .page-btn {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
}

.orange .paged-nav .page-btn.current {
    color: #ffffff;
    border-color: #ffffff;
}

.orange .paged-nav .page-btn:hover {
    color: #323232;
    border-color: #323232;
}

.pitch-block {
    position: relative;
    color: #ffffff;
    padding: 2em 0 8em 0;
    line-height: 40px;
}

.pitch-block .text {
    position: relative;
    float: left;
    width: 66.66666667%;
    margin-left: 16.66666667%;
}

@media screen and (min-width: 768px) {
    .pitch-block {
        padding: 4em 0;
    }
}

@media screen and (min-width: 1230px) {
    .pitch-block {
        padding: 5em 0 3em 0;
    }
}

.pitch-block h3 {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pitch-block p {
        text-align: center;
    }
}

.pitch-block .btnholder {
    margin-top: 70px;
}

.pitch-block .btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 11px;
}

.pitch-block .btn:hover,
.pitch-block .btn:active,
.pitch-block .btn:focus,
.pitch-block .btn:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.pitch-block .btn:hover,
.pitch-block .btn:active {
    background-color: #ffffff;
    color: #ff8c00;
}

@media screen and (min-width: 768px) {
    .pitch-block .btn {
        padding: 11px 45px;
    }
}

.pitch-block .btn:hover {
    color: #e90B6E;
}

.pitch-block .pyi-animation-holder {
    position: relative;
    display: inline-block;
    margin: 0 0.6em;
}

.pitch-popup {
    text-align: center;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e90B6E;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
    font-size: 36px;
    line-height: 1.5;
}

.pitch-popup a {
    color: #ffffff;
}

.pitch-popup .btn:not(.close):not(.search):not(.chevron),
.pitch-popup button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.pitch-popup .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    width: calc(100% - 50px);
}

.pitch-popup .panel {
    min-height: 100%;
    padding: 2em 0 25em 0;
    width: 100%;
}

.pitch-popup .panel form {
    width: 100%;
}




@media screen and (min-width: 1230px) {
    .pitch-popup .panel {
        float: left;
        width: 66.66666667%;
    }
}

.pitch-popup .panel label {
    display: inline;
}

.pitch-popup .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: #000 !important;
    opacity: 1;
}

.pitch-popup .btn.close:not(.border):hover {
    background-color: transparent;
}

.pitch-popup .btn.close:not(.border) svg .close-icon {
    stroke: #ffffff;
}

.pitch-popup.showing {
    opacity: 1;
}

@media screen and (min-width: 1230px) {
    .pitch-popup {
        font-size: 42px;
        line-height: 1.5;
    }
}

.pitch-popup h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .pitch-popup h2 {
        font-size: 42px;
        line-height: 1.5;
    }
}

.pitch-popup svg.visualizer {
    display: block;
    width: 100%;
    height: 200px;
    max-width: 600px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.pitch-popup svg.visualizer path {
    stroke-linecap: square;
    stroke: white;
    stroke-width: 0.5px;
}

.pitch-popup .validation {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1em;
}

.pitch-popup .panel label.upload-btn {
    display: block;
}

.pitch-popup .file-name {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1em;
    display: block;
    word-break: break-word;
}

.pitch-popup .btnholder {
    margin-top: 25px;
}

.pitch-popup .upload-span {
    margin-top: 30px;
    margin-bottom: 0;
}

.pitch-popup .btn.border,
.pitch-popup button {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.pitch-popup .btn.border:hover,
.pitch-popup button:hover,
.pitch-popup .btn.border:active,
.pitch-popup button:active,
.pitch-popup .btn.border:focus,
.pitch-popup button:focus,
.pitch-popup .btn.border:visited,
.pitch-popup button:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.pitch-popup .btn.border:hover,
.pitch-popup button:hover,
.pitch-popup .btn.border:active,
.pitch-popup button:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.pitch-popup .btn.border:hover,
.pitch-popup button:hover {
    color: #e90B6E;
}

.pitch-popup .fixed-wrap {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.pitch-popup .fixed-wrap .relative-wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width: 1230px) {
    .pitch-popup .fixed-wrap .relative-wrap {
        max-width: 1100px;
    }
}

.pitch-popup .fixed-wrap .relative-wrap .btn.back.chevron {
    position: absolute;
    top: auto;
    transform: auto;
}

.pitch-popup .btn.back.chevron {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    height: 30px;
}

.pitch-popup .btn.back.chevron:hover {
    background-color: transparent;
}

.pitch-popup .btn.back.chevron .chevron-icon {
    stroke: #ffffff;
    height: 30px;
}

.pitch-popup .small-text {
    font-size: 24px;
    line-height: 1.5;
}

.pitch-popup .small-text label,
.pitch-popup .small-text input {
    font-size: 24px;
    line-height: 1.5;
}

.pitch-popup .xsmall-text {
    font-size: 18px;
    line-height: 1.5;
}

.pitch-popup .xsmall-text label,
.pitch-popup .xsmall-text input,
.pitch-popup .xsmall-text textarea {
    font-size: 18px;
    line-height: 1.5;
}

.pitch-popup #cv-intro {
    margin-top: 2.5em;
}

.pitch-popup textarea {
    font-size: 18px;
    line-height: 1.5;
    background-attachment: local;
    background-image: repeating-linear-gradient(transparent, transparent 1.5em, #ffffff calc((1.5 * 1em) + 3px));
    min-height: calc((7.5 * 1em) + (15px + 5px));
    line-height: calc((1.5 * 1em) + 3px);
    background-position-y: 5px;
    overflow-y: hidden;
    resize: none;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    margin: 0 auto;
    min-width: 100%;
    border: 0;
    display: block;
    text-align: left;
    line-height: 30px;
}

.pitch-popup input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.pitch-popup input[type=file]~span.btn.border {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.pitch-popup input[type=file]~span.btn.border:hover,
.pitch-popup input[type=file]~span.btn.border:active,
.pitch-popup input[type=file]~span.btn.border:focus,
.pitch-popup input[type=file]~span.btn.border:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.pitch-popup input[type=file]~span.btn.border:hover,
.pitch-popup input[type=file]~span.btn.border:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.pitch-popup input[type=file]~span.btn.border:hover {
    color: #e90B6E;
}

.pitch-popup input[type=file].has-file~span.btn.border {
    background-color: #ffffff;
    color: #e90B6E;
}

.pitch-popup .inner-panel,
.pitch-popup .layout.inner-panel {
    display: block;
    width: 100%;
}

.pitch-popup form {
    text-align: center;
    display: block;
    width: 100%;
}

.pitch-popup form#pyi-form .layout {
    display: block;
}

.pitch-popup form .grecaptcha {
    margin: 0.5em 0;
}

.pitch-popup form .tandcs-intro {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pitch-popup form .tandcs-intro {
        font-size: 18px;
        line-height: 1.5;
    }
}

.pitch-popup form .radio-wrap {
    margin: 25px 20px 0 0;
}

.pitch-popup form .radio-wrap input {
    visibility: hidden;
    position: absolute;
}

.pitch-popup form .radio-wrap input+i {
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url('/css/images/radio-unselected.png');
    background-size: 100%;
    position: relative;
    top: 5px;
}

.pitch-popup form .radio-wrap input:checked+i {
    background: url('/css/images/radio-selected.png');
    background-size: 100%;
}

.pitch-popup form .radio-wrap input~span {
    font-size: 22px;
    line-height: 1.5;
    padding-top: ;
}

.pitch-popup form .clickandwrap {
    margin-top: 25px;
    max-height: 270px;
    overflow-y: auto;
    padding: 12px 12px 40px 12px;
    background-color: #ffffff;
    color: #323232;
    text-align: left;
}

.pitch-popup form .clickandwrap h4 {
    margin: 12px 0 5px 0;
    font-size: 1.2em;
}

@media screen and (min-width: 768px) {
    .pitch-popup form .clickandwrap {
        padding: 12px 40px 40px 40px;
    }
}

.pitch-popup form .clickandwrap .check-wrap {
    font-size: 14px;
    line-height: 1.5;
    margin: 30px auto 30px auto;
    display: block;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .pitch-popup form .clickandwrap .check-wrap {
        font-size: 16px;
        line-height: 1.5;
    }
}

.pitch-popup form .clickandwrap .check-wrap input[type=checkbox] {
    border: 2px solid #ff8c00;
    margin-right: 0.5em;
}

.pitch-popup form small {
    font-size: 12px;
    line-height: 1.5;
    display: block;
}

@media screen and (min-width: 768px) {
    .pitch-popup form small {
        font-size: 14px;
        line-height: 1.5;
    }
}

.pitch-popup .panel label.left {
    text-align: left;
    display: block;
}

.pitch-popup label[for=pitchYourIdeaShowLogline] {
    margin: 1.5em 0;
}

.pitch-popup[data-current-page=pyi-thanks] .btn.back {
    display: none;
}

.pitch-popup[data-current-page=pyi-introduction],
.pitch-popup[data-current-page=pyi-idea-type] {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fdf9f5;
    color: #323232;
    background-size: cover;
    background-position: center center;
    transition: opacity 1s, background 0.9s;
    opacity: 0;
}

.pitch-popup[data-current-page=pyi-introduction] a,
.pitch-popup[data-current-page=pyi-idea-type] a {
    color: #ffffff;
}

.pitch-popup[data-current-page=pyi-introduction] .btn:not(.close):not(.search):not(.chevron),
.pitch-popup[data-current-page=pyi-idea-type] .btn:not(.close):not(.search):not(.chevron),
.pitch-popup[data-current-page=pyi-introduction] button:not(.close):not(.search):not(.chevron),
.pitch-popup[data-current-page=pyi-idea-type] button:not(.close):not(.search):not(.chevron) {
    min-width: 180px;
    padding: 11px;
}

.pitch-popup[data-current-page=pyi-introduction] .layout,
.pitch-popup[data-current-page=pyi-idea-type] .layout {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
}

.pitch-popup[data-current-page=pyi-introduction] .panel,
.pitch-popup[data-current-page=pyi-idea-type] .panel {
    min-height: 100%;
    padding: 2em 0;
    width: 100%;
}

.pitch-popup[data-current-page=pyi-introduction] .panel form,
.pitch-popup[data-current-page=pyi-idea-type] .panel form {
    width: 100%;
}

@media screen and (min-width: 1230px) {

    .pitch-popup[data-current-page=pyi-introduction] .panel,
    .pitch-popup[data-current-page=pyi-idea-type] .panel {
        float: left;
        width: 66.66666667%;
    }
}

.pitch-popup[data-current-page=pyi-introduction] .panel label,
.pitch-popup[data-current-page=pyi-idea-type] .panel label {
    display: inline;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.close:not(.border),
.pitch-popup[data-current-page=pyi-idea-type] .btn.close:not(.border) {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-color: transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.close:not(.border):hover,
.pitch-popup[data-current-page=pyi-idea-type] .btn.close:not(.border):hover {
    background-color: transparent;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.close:not(.border) svg .close-icon,
.pitch-popup[data-current-page=pyi-idea-type] .btn.close:not(.border) svg .close-icon {
    stroke: #323232;
}

.pitch-popup[data-current-page=pyi-introduction].showing,
.pitch-popup[data-current-page=pyi-idea-type].showing {
    opacity: 1;
}

.pitch-popup[data-current-page=pyi-introduction] .panel label.left,
.pitch-popup[data-current-page=pyi-idea-type] .panel label.left {
    text-align: left;
    display: block;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.border,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border {
    border-color: #e90B6E;
    color: #e90B6E;
    background-color: transparent;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.border:hover,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:hover,
.pitch-popup[data-current-page=pyi-introduction] .btn.border:active,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:active,
.pitch-popup[data-current-page=pyi-introduction] .btn.border:focus,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:focus,
.pitch-popup[data-current-page=pyi-introduction] .btn.border:visited,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:visited {
    border-color: #e90B6E;
    color: #e90B6E;
    background-color: transparent;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.border:hover,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:hover,
.pitch-popup[data-current-page=pyi-introduction] .btn.border:active,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:active {
    background-color: #e90B6E;
    color: #ff8c00;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.border:hover,
.pitch-popup[data-current-page=pyi-idea-type] .btn.border:hover {
    color: #ffffff;
}

.pitch-popup[data-current-page=pyi-introduction] .btn.back.chevron .chevron-icon,
.pitch-popup[data-current-page=pyi-idea-type] .btn.back.chevron .chevron-icon {
    stroke: #e90B6E;
}

.pitch-popup[data-current-page=pyi-introduction] .select-anchor,
.pitch-popup[data-current-page=pyi-idea-type] .select-anchor {
    color: #e90B6E;
    border-bottom: 3px solid #e90B6E;
    padding-bottom: 1px;
}

.pitch-popup[data-current-page=pyi-introduction] .back.chevron {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-jojvert section:first-of-type {
        padding-bottom: 50px !important;
    }

    .page-jojvert .grey {
        margin-top: 0 !important;
    }

    .star_listing {
        margin-bottom: 5%;
    }

    .paged-nav {
        padding-bottom: 20px;
    }

    .star_block.header.image {
        margin-bottom: 0;
    }

    .orange .title-wrap {
        /*padding: 50px 0 0 0;*/
    }

    .page-home .joj .title-wrap {
        padding-top: 1em;
    }

    .page-home .joj .title-wrap .star_block.header.image {
        margin-bottom: 10px;
    }

    .pitch-block {
        padding-bottom: 2em;
    }

    .pitch-popup[data-current-page=pyi-upload] form.panel #pyi-upload-text-label .btn {
        padding: 11px 25px;
    }
}

.pitch-popup #pyi-upload-form .btnholder label {
    display: inline-block;
    margin: 0 10px;
}

.pitch-popup #pyi-final-form .checkboxes {
    text-align: left;
    margin-bottom: 10px;
}

.pitch-popup #pyi-final-form .checkboxes label {
    display: inline-block;
}

.pitch-popup #pyi-final-form .checkboxes input,
.pitch-popup #pyi-final-form .checkboxes span {
    display: inline;
}

.pitch-popup #pyi-thanks h2 {
    font-size: 48px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .pitch-popup #pyi-thanks h2 {
        font-size: 72px;
        line-height: 1.5;
    }
}

.pitch-popup #pyi-thanks p {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .pitch-popup #pyi-thanks p {
        font-size: 26px;
        line-height: 1.5;
    }
}

.pitch-popup #pyi-thanks .btn.border.close {
    display: inline-block;
    max-width: 100%;
    padding: 11px 45px;
    margin: 0;
    border-radius: 0;
    border: 2px solid #ff8c00;
    background: #ff8c00;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    position: static;
    opacity: 1;
    float: none;
}

.pitch-popup #pyi-thanks .btnholder {
    text-align: center;
}

.pitch-popup #pyi-thanks .btn.border.close,
.pitch-popup #pyi-thanks .btn.border.close:visited,
.pitch-popup #pyi-thanks .btn.border.close:hover {
    color: #000000;
}

.pitch-popup #pyi-thanks .btn.border.close:focus,
.pitch-popup #pyi-thanks .btn.border.close:hover {
    outline: none;
    text-decoration: none;
    background-color: #e67e00;
    border-color: #e67e00;
}

.pitch-popup #pyi-thanks .btn.border.close.disabled,
.pitch-popup #pyi-thanks .btn.border.close[disabled],
fieldset[disabled] .pitch-popup #pyi-thanks .btn.border.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
    background-color: #666666;
    border-color: #666666;
}

.pitch-popup #pyi-thanks .btn.border.close.border {
    background-color: transparent;
    color: #ff8c00;
    border-color: #ff8c00;
}

.pitch-popup #pyi-thanks .btn.border.close:hover,
.pitch-popup #pyi-thanks .btn.border.close:active,
.pitch-popup #pyi-thanks .btn.border.close:focus,
.pitch-popup #pyi-thanks .btn.border.close:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.pitch-popup #pyi-thanks .btn.border.close:hover,
.pitch-popup #pyi-thanks .btn.border.close:active {
    background-color: #ffffff;
    color: #ff8c00;
}

[data-sprite-animation] {
    display: block;
}

[data-sprite-animation]>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
}

[data-sprite-animation=pyi_arrow] {
    position: absolute;
    left: 15%;
    top: 20%;
}

@media screen and (min-width: 768px) {
    [data-sprite-animation=pyi_arrow] {
        left: 8%;
    }
}

[data-sprite-animation=pyi_circle] {
    position: absolute;
    left: -23%;
    top: -23%;
}

[data-sprite-animation=pyi_plot] {
    position: absolute;
    right: 5%;
    top: 6%;
}

[data-sprite-animation=pyi_scribble] {
    position: relative;
    margin: 0 auto;
}

[data-sprite-animation=st_arrow] {
    position: absolute;
    right: 9%;
    bottom: 6%;
}

[data-sprite-animation=st_calling] {
    position: relative;
    margin: 0 auto;
}

[data-sprite-animation=st_star] {
    position: absolute;
    left: 8%;
    top: 8%;
}

.writers-program {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 10em 0;
}

@media screen and (min-width: 1230px) {
    .writers-program {
        font-size: 26px;
        line-height: 1.5;
    }
}

.writers-program p {
    max-width: 785px;
    margin-bottom: 4em;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .writers-program p {
        margin-bottom: 0;
    }
}

.writers-program .btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.writers-program .btn:hover,
.writers-program .btn:active,
.writers-program .btn:focus,
.writers-program .btn:visited {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.writers-program .btn:hover,
.writers-program .btn:active {
    background-color: #ffffff;
    color: #ff8c00;
}

.job-listings h2:not(.subscribe-popup h2),
.articles h2:not(.subscribe-popup h2) {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 4em;
}

.job-listings .filter,
.articles .filter {
    font-size: 30px;
    line-height: 1.5;
    padding: 0 0 1.5em 0;
    color: #ffffff;
    margin-bottom: 1.0em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {

    .job-listings .filter,
    .articles .filter {
        font-size: 46px;
        line-height: 1.5;
    }
}

.job-listings .filter *:not(.center),
.articles .filter *:not(.center) {
    text-align: left;
}

.job-listings .filter .showme,
.articles .filter .showme {
    display: block;
    text-align: center;
}

@media screen and (min-width: 768px) {

    .job-listings .filter .showme,
    .articles .filter .showme {
        display: inline-block;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {

    .job-listings .filter,
    .articles .filter {
        text-align: center;
    }
}

.job-listings .filter a,
.articles .filter a {
    color: #ff8c00;
    border-bottom: 3px solid #ff8c00;
    padding-bottom: 8px;
}

.job-listings {
    padding-top: 50px;
}

.page-grid {
    text-align: center;
    color: #ffffff;
    *zoom: 1;
}

.page-grid:before,
.page-grid:after {
    display: table;
    line-height: 0;
    content: "";
}

.page-grid:after {
    clear: both;
}

.page-grid .section-title {
    color: #ffffff;
    border: 0;
}

.page-grid .listing-header {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (min-width: 1230px) {
    .page-grid .listing-header {
        font-size: 60px;
    }
}

.page-grid .star-icon {
    padding: 0;
}

.page-grid .star-icon .go-circle {
    margin: 1em 0 0 0;
}

.page-grid a {
    color: #ffffff;
}

.page-grid a:hover {
    border-bottom: 0;
}

.page-grid .page {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 75%;
}

@media screen and (min-width: 768px) {
    .page-grid .page {
        width: 50%;
        padding-top: 37.5%;
        float: left;
    }

    .page-grid .page.wide {
        width: 100%;
        padding-top: 56.25%;
    }

    .page-grid .page.wide .listing-header {
        float: left;
        width: 66.66666667%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .page-grid .page.wide p {
        float: left;
        width: 50%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .page-grid .page h3 {
        margin-bottom: 0;
    }
}

.page-grid .page video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 1s;
    object-fit: cover;
}

.page-grid .page .filter-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.page-grid .page .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2em;
    right: 2em;
}

.page-grid .page p {
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: max-height 2s, opacity 2s;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}

@media screen and (min-width: 1230px) {
    .page-grid .page p {
        max-width: 80%;
        font-size: 18px;
        line-height: 1.5;
        line-height: 24px;
    }
}

.page-grid .page .go-circle {
    height: 16pt;
}

.page-grid .page .go-circle .go-circle {
    stroke: #ffffff;
}

.page-grid .page .overlay {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .page-grid .page:hover video {
        opacity: 1;
    }

    .page-grid .page:hover p {
        opacity: 1;
        max-height: 500px;
    }

    .page-grid .page:hover .overlay {
        opacity: 0.65;
    }
}

.channels {
    *zoom: 1;
    margin-top: 25px;
}

.channels:before,
.channels:after {
    display: table;
    line-height: 0;
    content: "";
}

.channels:after {
    clear: both;
}

.channels .channel_wrap {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 28.125%;
}

@media screen and (min-width: 768px) {
    .channels .channel_wrap {
        width: 25%;
        padding-top: 14.0625%;
    }
}

.channels .channel_wrap.large {
    width: 100%;
    padding-top: 56.25%;
}

@media screen and (min-width: 768px) {
    .channels .channel_wrap.large {
        width: 50%;
        padding-top: 18.125%;
    }
}

.channels .channel_wrap.centered {
    float: none;
    margin: 0 auto;
}

.channels .channel_wrap .channel {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #ffffff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.search-results .results .star_listing:first-child {
    padding-top: 60px;
}

.search-results .search-header {
    color: #ffffff;
    padding: 3em 0 6em 0;
}

@media screen and (min-width: 768px) {
    .search-results .search-header {
        padding: 2em 0;
    }
}

.search-results .search-header #searchForm {
    float: none;
    position: relative;
    top: 0;
    margin: 0 auto;
}

#searchForm {
    font-size: 0;
}


#searchForm input[type=text] {
    width: 65%;
    display: block;
    float: left;
    color: #666666;
    height: 50px;
    font-size: 30px;
    padding-right: 10px;
}


#searchForm .search {
    width: 150px;
    border: 1px solid #000;
    display: inline-block;
    padding: 11px 45px;
    float: right;
    position: inherit;
    border: 2px solid #ff8c00;
    background: #ff8c00;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.searchAlignment {}

.trendingBlock,
.recentBlock {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.trendingBlock ul li,
.recentBlock ul li {
    list-style: none;
    list-style-type: none;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}

.trendingBlock ul li:first-child,
.recentBlock ul li:first-child {
    margin-left: 0;
}

.trendingBlock ul li p {
    background: transparent url(/css/images/trendingIcon.jpg) no-repeat left top;
    padding: 0 0 0 30px;
}

.recentBlock ul li p {
    background: transparent url(/css/images/recentIcon.jpg) no-repeat left top;
    padding: 0 0 0 30px;
}

.trendingBlock ul li a,
.recentBlock ul li a {
    color: #ff8d00;
    border-bottom: 1px solid #ff8d00;
}


.search-results .search-header .title-wrap {
    padding: 0;
    margin-bottom: 3em;
}

@media screen and (min-width: 1024px) and (max-width: 1050px) {
    #searchForm {
        font-size: 0;
        width: 100%;
        margin: 0 10%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #searchForm {
        font-size: 0;
        width: 100%;
        margin: 0 10%;
    }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
    #searchForm {
        font-size: 0;
        width: 100%;
        margin: 0 10%;
    }

    #searchForm input[type=text] {}
}

@media screen and (min-width:480px) and (max-width: 559px) {
    #searchForm {
        font-size: 0;
        width: 100%;
        margin: 0 10%;
    }

    #searchForm .search {
        width: 100px;
        padding: 5px 15px;
    }

    .trendingBlock ul li:first-child,
    .recentBlock ul li:first-child {
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #searchForm input[type=text] {
        font-size: 15px;
        margin: 0;
        width: 75%;
    }

    #searchForm .ui-widget.ui-widget-content {
        top: 55px !important;
    }
}

@media screen and (min-width:320px) and (max-width: 479px) {
    #searchForm {
        font-size: 0;
        width: 100%;
        margin: 0 10%;
    }

    #searchForm .search {
        width: 100px;
        padding: 5px 15px;
    }

    .trendingBlock ul li:first-child,
    .recentBlock ul li:first-child {
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #searchForm input[type=text] {
        font-size: 15px;
        margin: 0;
        width: 60%;
    }

    #searchForm .ui-widget.ui-widget-content {
        top: 55px !important;
    }
}

.search-results .search-header .title-wrap .section-title {
    border-bottom: 0;
    margin-bottom: 30px;
    width: 100%;
}

.search-results .results .star_block.listing,
.search-results .results .star_block.listingsmall {
    color: #323232;
}

.search-results .results .star_block.listing time,
.search-results .results .star_block.listingsmall time {
    color: #323232;
}

.search-results .results .star_block.listing .circle-holder,
.search-results .results .star_block.listingsmall .circle-holder {
    position: relative;
    left: -3px;
}

.search-results .results .star_block.listing .circle-holder .go-circle .chevron,
.search-results .results .star_block.listingsmall .circle-holder .go-circle .chevron {
    fill: #ff8c00;
    stroke: #ff8c00;
}

.search-results .results .star_block.listing .circle-holder .go-circle .circle,
.search-results .results .star_block.listingsmall .circle-holder .go-circle .circle {
    stroke: #ff8c00;
}

.search-results .results .star_block.listing .circle-holder .go-circle .bg,
.search-results .results .star_block.listingsmall .circle-holder .go-circle .bg {
    fill: transparent;
}

.search-results .results .star_block.listing .circle-holder:hover .go-circle .chevron,
.search-results .results .star_block.listingsmall .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.search-results .results .star_block.listing .circle-holder:hover .go-circle .circle,
.search-results .results .star_block.listingsmall .circle-holder:hover .go-circle .circle {
    stroke: #ff8c00;
}

.search-results .results .star_block.listing .circle-holder:hover .go-circle .bg,
.search-results .results .star_block.listingsmall .circle-holder:hover .go-circle .bg {
    fill: #ff8c00;
}

.page-about-us>.star_block.listing,
.page-about-us>.star_block.listingsmall {
    color: #323232;
}

.page-about-us>.star_block.listing .title-a,
.page-about-us>.star_block.listingsmall .title-a {
    color: #323232;
}

.page-about-us>.star_block.listing .circle-holder,
.page-about-us>.star_block.listingsmall .circle-holder {
    position: relative;
    left: -3px;
}

.page-about-us>.star_block.listing .circle-holder:hover,
.page-about-us>.star_block.listingsmall .circle-holder:hover {
    border: 0;
    text-decoration: none;
}

.page-about-us>.star_block.listing .circle-holder .go-circle .chevron,
.page-about-us>.star_block.listingsmall .circle-holder .go-circle .chevron {
    fill: #ff8c00;
    stroke: #ff8c00;
}

.page-about-us>.star_block.listing .circle-holder .go-circle .circle,
.page-about-us>.star_block.listingsmall .circle-holder .go-circle .circle {
    stroke: #ff8c00;
}

.page-about-us>.star_block.listing .circle-holder .go-circle .bg,
.page-about-us>.star_block.listingsmall .circle-holder .go-circle .bg {
    fill: transparent;
}

.page-about-us>.star_block.listing .circle-holder:hover .go-circle .chevron,
.page-about-us>.star_block.listingsmall .circle-holder:hover .go-circle .chevron {
    fill: transparent;
    stroke: transparent;
}

.page-about-us>.star_block.listing .circle-holder:hover .go-circle .circle,
.page-about-us>.star_block.listingsmall .circle-holder:hover .go-circle .circle {
    stroke: #ff8c00;
}

.page-about-us>.star_block.listing .circle-holder:hover .go-circle .bg,
.page-about-us>.star_block.listingsmall .circle-holder:hover .go-circle .bg {
    fill: #ff8c00;
}

@media screen and (min-width: 1230px) {
    .page-about-us .modules .star_block:last-of-type {
        padding-bottom: 70px;
    }
}

.page-about-us .modules .star_block .tag-holder {
    margin: 0 0 1em 0;
}

.page-about-us .modules .star_block .tag-holder .tag {
    color: #ff8c00;
}

.page-about-us .modules .star_block .tag-holder .tag:hover {
    border-color: #ff8c00;
}

.page-about-us-vert .auv-content {
    padding-bottom: 50px;
}

.page-home .orange .btnholder {
    padding: 0.0em 0 1.0em 0;
}

.page-home .joj .title-wrap {
    padding-top: 3em;
}

.page-home .joj .intro {
    padding-top: 0;
    padding-bottom: 3em;
    text-align: center;
}

@media screen and (min-width: 1230px) {
    .page-home .joj .intro {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .page-home .star_block.textandvideo {
        padding: 90px 0;
    }
}

.page-home .star_block.sectionheader {
    padding: 0;
}

.page-home .star_block.sectionheader .section-title {
    margin-bottom: 0;
}

.page-home .star_block.sectionheader .section-title .title-wrap {
    padding: 20px 0 0 0;
}

.page-leadership>.star_block {
    color: #323232;
}

.page-leadership>.star_block .title-a {
    color: #323232;
}

.page-leadership .leaders-speak {
    text-align: center;
    padding: 60px 0;
}

.page-joj .star_block {
    color: #323232;
}

.page-joj .star_block .title-a {
    color: #323232;
}

.page-joj .star_block .go-circle {
    stroke: #ff8c00;
}

.page-job {
    word-break: break-word;
}

.page-job .star_block.header.image {
    margin-bottom: 40px;
    padding-top: 0;
    margin-top: 0;
}

@media screen and (min-width: 1230px) {
    .page-job .star_block.header.image {
        margin-bottom: 140px;
    }
}

.page-job>section>.layout:first-child {
    padding-top: 30px;
}

.page-job .text ul,
.page-job .text ol {
    font-size: 18px;
    line-height: 1.5;
}

.page-job .star_listing,
.page-job .star_listingsmall {
    margin-bottom: 50px;
}

.page-job .other-jobs {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 50px;
    clear: both;
}

.page-job .other-jobs .layout+.btnholder a {
    margin-bottom: 110px;
}

.page-job .other-jobs .layout {
    width: 100%;
}

@media screen and (min-width: 1230px) {
    .page-job .other-jobs .layout {
        width: 1100px;
    }
}

.page-jojvert .grey {
    *zoom: 1;
    margin-top: 0;
    /*margin-top: 100px;*/
}

.page-jojvert .grey:before,
.page-jojvert .grey:after {
    display: table;
    line-height: 0;
    content: "";
}

.page-jojvert .grey:after {
    clear: both;
}

.page-jojvert section:first-of-type {
    padding-bottom: 110px;
}

.modules-holder .star_block:last-of-type {
    padding-bottom: 110px;
}

.page-contact.fields {
    padding-top: 2em;
}

.page-contact address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}

.page-contact a {
    color: #ff8c00;
}

.page-contact .filter {
    font-size: 18px;
    line-height: 1.5;
    padding: 1.5em 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .page-contact .filter {
        font-size: 26px;
        line-height: 1.5;
    }
}

.page-contact .filter .showme {
    display: block;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .page-contact .filter .showme {
        display: inline-block;
        text-align: left;
    }
}

.page-contact .filter select {
    color: #ff8c00;
}

.page-contact #map {
    height: 400px;
}

@media screen and (min-width: 768px) {
    .page-contact #map {
        height: 700px;
    }
}

.page-media-room .star_block.header .text {
    color: #ffffff;
}

@media screen and (min-width: 1230px) {
    .page-media-room .star_block .title-a .listing-header {
        font-size: 42px;
        line-height: 1.5;
        line-height: 1.3;
    }
}

.page-media-room .star_block .tag-holder {
    margin: 0 0 1em 0;
}

.page-media-room .star_block .tag-holder .tag {
    color: #ff8c00;
}

.page-media-room .articles {
    padding-top: 40px;
}

@media screen and (min-width: 1230px) {
    .page-article .star_block.header .page-header {
        font-size: 58px;
        line-height: 1.5;
    }
}

.page-offerings .table-wrap {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .page-offerings .table-wrap {
        margin-top: 100px;
    }
}

.page-offerings .table-wrap table thead {
    display: none;
}

@media screen and (min-width: 768px) {
    .page-offerings .table-wrap table thead {
        display: table-header-group;
    }
}

.page-offerings .table-wrap table:first-of-type thead {
    display: table-header-group;
}

.page-offerings .table-wrap table:not(:last-of-type) {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .page-offerings .table-wrap table:not(:last-of-type) {
        margin-bottom: 1.5em;
    }
}

.page-offerings table.channels {
    table-layout: fixed;
}

.page-offerings table.channels thead tr th:nth-child(1) {
    width: 20%;
}

.page-offerings table.channels thead tr th:nth-child(2) {
    width: 60%;
}

.page-offerings table.channels thead tr th:nth-child(3) {
    width: 20%;
}

.page-offerings table tbody th {
    color: #323232;
}

.page-offerings table tbody tr {
    height: 58px;
}

.page-offerings .text {
    font-size: 16px;
    line-height: 1.5;
    float: left;
    width: 83.33333333%;
    margin-left: 8.33333333%;
    margin: 5em 0;
}

.page-offerings table.overflow {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.page-offerings .btnholder {
    max-width: 300px;
    padding: 100px 0;
    margin: 0 auto;
}

.page-offerings .btnholder .btn.border {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
    display: block;
}

.page-offerings .btnholder .btn.border:hover,
.page-offerings .btnholder .btn.border:active,
.page-offerings .btnholder .btn.border:focus,
.page-offerings .btnholder .btn.border:visited {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
}

.page-offerings .btnholder .btn.border:hover,
.page-offerings .btnholder .btn.border:active {
    background-color: #ff8c00;
    color: #ff8c00;
}

.page-offerings .btnholder .btn.border:hover {
    color: #fdf9f5;
}

@media screen and (min-width: 1230px) {

    .page-incentives .text.body-copy,
    .page-incentives .label {
        float: left;
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }
}

.page-incentives .text.body-copy {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 3em;
}

@media screen and (min-width: 1230px) {
    .page-incentives .text.body-copy {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 9em;
    }
}

.page-incentives .label {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 4em;
    margin-bottom: 1em;
}

@media screen and (min-width: 1230px) {
    .page-incentives .label {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 2em;
    }
}

.page-incentives .equation {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em 0;
    max-width: 400px;
    clear: both;
}

@media screen and (min-width: 768px) {
    .page-incentives .equation {
        max-width: inherit;
    }
}

.page-incentives .equation .box,
.page-incentives .equation span {
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 768px) {

    .page-incentives .equation .box,
    .page-incentives .equation span {
        display: inline-block;
        width: auto;
    }
}

.page-incentives .equation .box {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0.5em 1em;
}

@media screen and (min-width: 1230px) {
    .page-incentives .equation .box {
        min-width: 290px;
    }
}

.page-incentives .equation span {
    color: #ff8c00;
    margin: 0 0.5em;
    font-size: 2em;
    line-height: 1.5;
    position: relative;
}

@media screen and (min-width: 768px) {
    .page-incentives .equation span {
        bottom: -10px;
    }
}

.page-incentives .btnholder {
    max-width: 300px;
    padding-bottom: 80px;
    margin: 0 auto;
}

@media screen and (min-width: 1230px) {
    .page-incentives .btnholder {
        padding: 100px 0;
    }
}

.page-incentives .btnholder .btn.border {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
    display: block;
}

.page-incentives .btnholder .btn.border:hover,
.page-incentives .btnholder .btn.border:active,
.page-incentives .btnholder .btn.border:focus,
.page-incentives .btnholder .btn.border:visited {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
}

.page-incentives .btnholder .btn.border:hover,
.page-incentives .btnholder .btn.border:active {
    background-color: #ff8c00;
    color: #ff8c00;
}

.page-incentives .btnholder .btn.border:hover {
    color: #fdf9f5;
}

.page-documentation .documentation .text {
    font-size: 16px;
    line-height: 1.5;
    /*padding-top: 8em;*/
}

@media screen and (min-width: 768px) {
    .page-documentation .documentation .text {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .page-documentation .documentation .text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.page-documentation .documentation .text label {
    width: 100%;
    margin-top: 3em;
}

.page-documentation .documentation .text label span {
    font-size: 16px;
    line-height: 1.5;
    color: #ff8c00;
}

@media screen and (min-width: 1230px) {
    .page-documentation .documentation .text label span {
        font-size: 20px;
        line-height: 1.5;
    }
}

.page-documentation .documentation .text label select {
    display: block;
    width: 100%;
    margin-top: 1em;
}

.page-documentation .documentation .text .btnholder {
    margin: 4em auto;
    max-width: 300px;
}

.page-documentation .documentation .text .btnholder .btn.border {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
    display: block;
}

.page-documentation .documentation .text .btnholder .btn.border:hover,
.page-documentation .documentation .text .btnholder .btn.border:active,
.page-documentation .documentation .text .btnholder .btn.border:focus,
.page-documentation .documentation .text .btnholder .btn.border:visited {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
}

.page-documentation .documentation .text .btnholder .btn.border:hover,
.page-documentation .documentation .text .btnholder .btn.border:active {
    background-color: #ff8c00;
    color: #ff8c00;
}

.page-documentation .documentation .text .btnholder .btn.border:hover {
    color: #fdf9f5;
}

.page-documentation .documentation .text #documentationRootTier>label {
    margin-top: 0;
}

.page-documentation .documentation .text #documentationDownloadRoot p {
    margin: 4em 0 2em 0;
}

.page-documentation .documentation .text #documentationDownloadRoot svg {
    height: 34px;
}

.page-documentation .documentation .text #documentationDownloadRoot a {
    position: relative;
    bottom: 10px;
    margin-left: 1em;
}

.page-distribution table thead tr th,
.page-incentives table thead tr th,
.page-offerings table thead tr th,
.page-distribution table tbody tr td,
.page-incentives table tbody tr td,
.page-offerings table tbody tr td {
    text-align: left;
}

.page-distribution {
    padding-top: 5em;
    padding-bottom: 110px;
}

.page-distribution section .text {
    padding: 5em 0;
}

.page-distribution select {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    display: block;
}

.page-distribution .links {
    padding-top: 4em;
    *zoom: 1;
}

.page-distribution .links:before,
.page-distribution .links:after {
    display: table;
    line-height: 0;
    content: "";
}

.page-distribution .links:after {
    clear: both;
}

.page-distribution .links .text {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .page-distribution .links .text {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

@media screen and (min-width: 1230px) {
    .page-distribution .links .text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.page-distribution .links .text h3 {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (min-width: 1230px) {
    .page-distribution .links .text h3 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.page-distribution .btn.border {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
}

.page-distribution .btn.border:hover,
.page-distribution .btn.border:active,
.page-distribution .btn.border:focus,
.page-distribution .btn.border:visited {
    border-color: #ff8c00;
    color: #ff8c00;
    background-color: transparent;
}

.page-distribution .btn.border:hover,
.page-distribution .btn.border:active {
    background-color: #ff8c00;
    color: #ff8c00;
}

.page-distribution .btn.border:hover {
    color: #fdf9f5;
}

@media screen and (min-width: 1230px) {
    .page-our-stories .star_block.big {
        padding-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .page-our-stories .star_block.big .text {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

.page-our-stories .btnholder {
    margin-top: 0;
    /* margin-top: 150px;*/
}

.page-our-stories .orange .star_block.listingstory {
    padding-bottom: 0;
}

.page-not-found {
    text-align: center;
    padding-top: 100px;
}

.page-not-found .btn {
    margin-top: 70px;
}

html.data-animation-opacity-enabled [data-animation-opacity] {
    opacity: 0;
    transition: opacity 1s;
}

html.data-animation-opacity-enabled [data-animation-opacity].show-animated {
    opacity: 1;
}

.filtered {
    position: relative;
}

.filtered a {
    display: block;
    position: relative;
}

.filtered .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    transition: opacity 1s;
}

.filtered .color {
    background-color: #ff8c00;
    opacity: 0.65;
}

.filtered:hover .overlay {
    opacity: 0;
}

.migrated div {
    margin-bottom: 20px;
}

.floatBuyBtn {
    position: fixed;
    display: inline-block;
    bottom: 40px;
    right: 10px;
    background-color: #ff8c00;
    color: #FFF;
    text-align: center;
    padding: 15px 20px;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 9999;
}

.floatBuyBtn:hover {
    padding: 15px 20px;
    border: none;
}

.floatBuyBtn-float {
    color: #FFF;
    background: url(images/starArrowRight.jpg) right bottom no-repeat;
}

.userPresent {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.documentationSelectCont #fileDownloadRoot p {
    margin: 4em 0 2em 0;
}

.page-documentation .documentation .text-wrap .layout .text p {
    font-size: 26px !important;
}

@media screen and (min-width: 1230px) {
    .star_block2 .text {
        font-size: 26px !important;
        line-height: 1.5;
        margin: 0 !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 320px) and (max-width:786px) {
    .star_block2 .text {
        font-size: 16px;
        line-height: 1.5;
    }
}


/*  mTab: Responsive Tabbing/Accordion Plugin */
/*.tabbing {
    margin-bottom: 5%;
}*/

.mResTabAccord {
    text-align: center;
    float: left;
    width: 100%;
}

.mResAccordion .mResTabNav {
    display: none;
}

.tabNav:before,
.tabNav:after {
    content: " ";
    display: table;
}

.tabNav:after {
    clear: both;
}

.tabNav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 50px;
}

.tabNav li {
    float: left;
    padding: 0;
    margin: 0 5px;
}

.tabNav li a {
    position: relative;
    box-shadow: 1px 2px #e0e0e0;
}

.tabNav li a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
    display: none;
    z-index: 9;
}

.mResTabAccordA {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 45px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ef7b35;
    font-size: 15px;
}

.tabNav li.active>.mResTabAccordA,
.mResTabAccordA:hover,
.mResTabAccordA.active {
    background-color: #ef7b35;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: -o-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: -moz-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
}

.tabNav li.active a img {
    display: block;
}

.tabNav li a:hover {
    border-bottom: none;
    border: 1px solid #ef7b35;
}

.tabContainer .tabContent {
    /*border: 1px solid #ccc;
    background-color: #efefef;*/
    padding: 20px;
}

.tabContent h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    margin-bottom: 10px;
    color: #f2973e;
}

.tabContent h2 .numericFont {
    color: #313131;
    font-size: 23px;
    margin: 0 15px;
}

.tabContent h2 .numericFont span {
    color: #ef7b35;
    margin: 0 10px
}

.tabContent .white {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

.tabContent .white:last-child {
    background-color: #ffffff;
    border-bottom: none;
    margin-bottom: 60px;
    padding-bottom: 0;
    margin-top: 0;
}




.tabContainer .tabContent {
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.tabContainer .tabContent.mTabActive {
    opacity: 1;
    display: block;
}

.mResTabbing .mResAccordAnchor {
    display: none;
}

.mResAccordAnchor {
    /*display: block;*/
    margin-bottom: 1px;
    position: relative;
    margin: 10px 0;
}

.mResAccordAnchor:hover {
    border-bottom: 1px solid #ef7b35;
}

.mResAccordAnchor>span {
    display: block;
}

.mResAccordAnchor>span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    content: '+'
}

.mResAccordAnchor.active>span:after {
    content: '-';
}

.mTabAnimated .tabContainer {
    position: relative;
}

.mTabSimple .tabContent,
.mTabAnimated .hideAfterAnim {
    display: none;
}

.defaultState {
    position: absolute;
    left: 0;
    top: 0;
}

.animBlock {
    -webkit-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -o-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.mTabAnimated .hideAfterAnim {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.mTabAnimated .defaultState {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.mTabAnimated .mTabActive {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*  mTab: Responsive Tabbing/Accordion Plugin -  Nested tabs 1 */
.tabbingNested1.mResTabAccord {
    text-align: center;
}

.mResAccordion .mResTabNav {
    display: none;
}

.tabNav_nested1:before,
.tabNav_nested1:after {
    content: " ";
    display: table;
}

.tabNav_nested1:after {
    clear: both;
}

.tabNav_nested1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 50px;
}

.tabNav_nested1 li {
    float: left;
    padding: 0;
    margin: 0 20px;
}

.tabNav_nested1 li a {
    position: relative;
    border-bottom: 1px solid #000;
    font-size: 15px;
    text-transform: uppercase
}

.tabNav_nested1 li a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
    display: none;
    z-index: 999;
}

.tabNav_nested1 .mResTabAccordA {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
}

.tabNav_nested1 li.active>.mResTabAccordA,
.tabNav_nested1 .mResTabAccordA:hover,
.mResTabAccordA.active {
    background-color: #ffff;
    color: #ef7b35;
    text-decoration: none;
    border-bottom: 1px solid #ef7b35;
    background: none;
    background: none;
    background: none;
    background: none;
}

.tabNav_nested1 li.active a img {
    display: block;
}

.tabNav_nested1 li a:hover {
    border-bottom: 1px solid #ef7b35;
}


.tabContainer_nested1 .tabContent {
    padding: 20px;
}

.tabContainer_nested1 h2 {
    text-align: left;
    margin-bottom: 0;
}

.tabContainer_nested1 h2 .numericFont {
    color: #313131;
    font-size: 23px;
    margin: 0 15px;
}

.tabContainer_nested1 h2 .numericFont span {
    color: #ef7b35;
    margin: 0 10px
}

.tabContainer_nested1 .white {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

.tabContainer_nested1 .white:last-child {
    background-color: #ffffff;
    border-bottom: 1px solid none;
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}


.tabContainer_nested1 .tabContent {
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.tabContainer_nested1 .tabContent.mTabActive {
    opacity: 1;
    display: block;
}

.mResTabbing .mResAccordAnchor {
    display: none;
}

.mResAccordAnchor {
    /*display: block;*/
    margin-bottom: 1px;
    position: relative;
    margin: 10px 0;
}

.mResAccordAnchor:hover {
    border-bottom: 1px solid #ef7b35;
}

.mResAccordAnchor>span {
    display: block;
}

.mResAccordAnchor>span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    content: '+'
}

.mResAccordAnchor.active>span:after {
    content: '-';
}

.mTabAnimated .tabContainer_nested1 {
    position: relative;
}

.mTabSimple .tabContent,
.mTabAnimated .hideAfterAnim {
    display: none;
}

.defaultState {
    position: absolute;
    left: 0;
    top: 0;
}

.animBlock {
    -webkit-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -o-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.mTabAnimated .hideAfterAnim {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.mTabAnimated .defaultState {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.mTabAnimated .mTabActive {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*nested tab 1 css ends*/


/*  mTab: Responsive Tabbing/Accordion Plugin -  Nested tabs 2 */
.tabbingNested2.mResTabAccord {
    text-align: center;
}

.mResAccordion .mResTabNav {
    display: none;
}

.tabNav_nested2:before,
.tabNav_nested2:after {
    content: " ";
    display: table;
}

.tabNav_nested2:after {
    clear: both;
}

.tabNav_nested2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 50px;
}

.tabNav_nested2 li {
    float: left;
    padding: 0;
    margin: 0 20px;
}

.tabNav_nested2 li a {
    position: relative;
    border-bottom: 1px solid #000;
    font-size: 15px;
    text-transform: uppercase
}

.tabNav_nested2 li a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
    display: none;
    z-index: 999;
}

.tabNav_nested2 .mResTabAccordA {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
}

.tabNav_nested2 li.active>.mResTabAccordA,
.tabNav_nested2 .mResTabAccordA:hover,
.mResTabAccordA.active {
    background-color: #ffff;
    color: #ef7b35;
    text-decoration: none;
    border-bottom: 1px solid #ef7b35;
    background: none;
    background: none;
    background: none;
    background: none;
}

@media screen and (max-width: 768px) {
    .tabNav li {
        border: 1px solid #000;
    }


    .tabNav li.active>.mResTabAccordA,
    .mResTabAccordA:hover,
    .mResTabAccordA.active {
        background-color: #ef7b35;
        color: #fff;
    }
}


.tabNav_nested2 li.active a img {
    display: block;
}

.tabNav_nested2 li a:hover {
    border-bottom: 1px solid #ef7b35;
}

.tabContainer_nested2 .tabContent {
    padding: 20px;
}

.tabContainer_nested2 h2 {
    text-align: left;
    margin-bottom: 0;
}

.tabContainer_nested2 h2 .numericFont {
    color: #313131;
    font-size: 23px;
    margin: 0 15px;
}

.tabContainer_nested2 h2 .numericFont span {
    color: #ef7b35;
    margin: 0 10px
}

.tabContainer_nested2 .white {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

.tabContainer_nested2 .white:last-child {
    background-color: #ffffff;
    border-bottom: 1px solid none;
    margin-bottom: 55px;
    padding-bottom: 60px;
    margin-top: 0;
}

.tabContainer_nested2 .tabContent {
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.tabContainer_nested2 .tabContent.mTabActive {
    opacity: 1;
    display: block;
}

.mResTabbing .mResAccordAnchor {
    display: none;
}

.mResAccordAnchor {
    /*display: block;*/
    margin-bottom: 1px;
    position: relative;
    margin: 10px 0;
    width: 100%;
}

.mResAccordAnchor:hover {
    border-bottom: 1px solid #ef7b35;
}

.mResAccordAnchor>span {
    display: block;
}

.mResAccordAnchor>span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    content: '+'
}

.mResAccordAnchor.active>span:after {
    content: '-';
}

.mTabAnimated .tabContainer_nested2 {
    position: relative;
}

.mTabSimple .tabContent,
.mTabAnimated .hideAfterAnim {
    display: none;
}

.defaultState {
    position: absolute;
    left: 0;
    top: 0;
}

.animBlock {
    -webkit-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -o-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.mTabAnimated .hideAfterAnim {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.mTabAnimated .defaultState {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.mTabAnimated .mTabActive {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* nested tab 2 css ends */
.selectProduct {
    width: 31.00%;
    text-align: center;
    display: inline-block;
    margin: 0 10px 20px 10px;
}

.selectProduct.showItem {
    display: inline-block !important;
}

@media screen and (min-width: 1000px) and (max-width: 1155px) {
    .selectProduct {
        width: 30.40%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1155px) {
    .selectProduct {
        width: 30.40%;
    }
}

@media screen and (min-width: 910px) and (max-width: 999px) {
    .selectProduct {
        width: 29.35%;
    }
}

@media screen and (min-width: 769px) and (max-width: 909px) {

    .selectProduct {
        width: 31%;
        margin: 0 5px 15px 5px;
    }

    .channelInfo1 .btnRow .btnChannelpack {
        width: 170px !important;
    }
}


.selectProduct.col3 {
    width: 30.00% !important;
    text-align: center;
    vertical-align: top;
    margin: 0 10px 10px 10px;
    float: left;
}

.w3-row-padding {
    display: table;
    width: 100%;
    margin-left: 15px;
}

.popupContainerInner .w3-row-padding {
    display: table;
    width: 100%;
    margin-left: 0;
}



@media screen and (min-width: 320px) and (max-width: 768px) {
    .w3-row-padding {
        margin-left: 0;
    }
}

.selectProduct.col3 .channelInfo {
    width: auto !important;
    float: left;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}



.channelInfo1 {
    padding: 10px 12px 20px 12px;
    border: 1px solid #ebebeb;
    border-top: 3px solid #ff8c00;
    width: 100%;
    float: left;
    box-shadow: 0px 5px 5px #e0e0e0;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 0;
    text-align: center;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    color: #000;
}

.channelInfo1 .topContent {
    margin-bottom: 15%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .channelInfo1 .topContent {
        margin-bottom: 10%;
    }
}


.channelInfo1.value {
    border-top: 3px solid #cc0e34;
}

.channelInfo1.prime {
    border-top: 3px solid #000;
}

.channelInfo1.lite {
    border-top: 3px solid #cc0e34;
}

.channelInfo1.disney {
    border-top: 3px solid #166991;
}

.load-more-btn,
.load-more-btn:hover,
.load-more-btn:visited {
    font-size: 15px;
    color: #000 !important;
    background-color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 20px auto 0 auto;
    display: inherit;
    padding: 15px 10px;
    clear: both !important;
    width: 200px !important;
    text-align: center !important;
    border: 1px solid #ff8c00;
}

.load-more-btn i {
    display: none;
}


@media screen and (max-width: 768px) {


    .selectProduct {
        width: auto;
        display: block;
    }

    .selectProduct.showItem {
        display: block !important;
    }
}


.channelInfo1.floatLeft {
    float: left;
}

/*.channelInfo1.floatRight {
        float: right;
    }*/

.channelInfo1 .headingMain {
    font-size: 27px;
    color: #717171;
    margin-bottom: 10px;
    font-weight: unset;
    margin-top: 5%;
    font-family: 'cadiz_regularregular';
}

.channelInfo1 .headingMain span {
    color: #717171;
    margin: 5px 0;
    display: block;
    font-size: 25px;
    font-weight: normal;
}

.channelInfo1 .headingSub {
    /* font-size: 20px !important;*/
    font-size: 14px !important;
    color: #f2973e;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'cadiz_regularregular';
}

.channelInfo1 .headingSub span {
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    font-weight: normal;
}

.channelInfo1 .descChannel {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 30px;
    font-family: 'cadiz_regularregular';
}

.channelInfo1 small {
    color: #aaaaaa;
    margin-top: 10px;
    display: block;
}

.channelInfo1 .btnRow {
    text-align: center;
    /*margin-top: 20%;
    position: absolute;
    bottom: 20px;*/
}

.channelInfo1 .btnRow .btnChannelpack {
    font-size: 14px;
    padding: 10px 15px;
    color: #000;
    border: 1px solid #ef7b35;
    background-color: #fff;
    margin: 5px;
}

.channelInfo1 .btnRow .btnChannelpack:hover {
    border: 1px solid #ef7b35;
}

.channelInfo1 .btnRow .rotateBtn {
    padding: 10px 20px 10px 40px;
    background: #fff url('images/validIcon.jpg') 0 0 no-repeat;
}

.channelInfo1 .btnRow .rotateBtn_inner {
    padding: 14px;
    background: #fff url('images/validIcon.jpg') 1px 0 no-repeat;
    border-radius: 60%;
    width: 20px !important;
    height: 30px !important;
    margin: 0;
}

.channelOptionRow {
    text-align: center;
    margin: 80px 0 40px 0;
    float: left;
    width: 100%;
}

.channelOptionRow .comapreRemove {
    background-color: #f8f6f6;
    padding: 5px 15px;
    color: #000;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin: 5px 10px;
    display: inline-block;
    float: none;
    width: auto !important;
}

.channelOptionRow .comapreRemove p {
    display: inline-block;
}

.channelOptionRow .comapreRemove .w3-closebtn {
    margin-left: 10px
}

.channelOptionRow .comapreRemove:hover {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.channelOptionRow .comapreRemove span {
    border-radius: 20px;
    background-color: #c23a43;
    color: #fff;
    font-size: 15px;
    padding: 3px 8px;
    margin-left: 20px;
}

.btnCompareRow {
    text-align: center;
    margin: 30px auto;
    width: 300px;
    /*float: left;
        width: 100%;*/
}

.btnCompareRow .comapreBtn {
    font-size: 16px;
    padding: 15px 40px;
    color: #fff;
    border: 1px solid #ef7b35;
    background-color: #e67e00;
}

.btnCompareRow .comapreBtn:hover {
    color: #fff;
}

.btnCompareRow .comapreBtn {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    border: 1px solid #ff5100;
    padding: 15px;
    width: 240px;
    text-align: center;
    background-color: #e67e00;
}


@media screen and (min-width: 1024px) and (max-width: 1130px) {
    .channelInfo1 {
        padding: 20px 10px 20px 10px;
    }

    .channelInfo1 .btnRow .btnChannelpack {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .channelInfo1 {
        padding: 10px 10px 20px 10px;
    }

    .channelInfo1 .btnRow .btnChannelpack {
        font-size: 14px;
        display: block;
        margin: 10px;
    }

    .bouquetsWrapper .introParas h1 {
        font-size: 25px !important;
        margin-top: 0;
    }

    .channelInfo1 .headingSub {
        font-size: 22px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .channelInfo1 .headingSub {
        font-size: 20px !important;
        color: #f2973e;
        margin-bottom: 0;
    }

    .channelInfo1.floatLeft,
    .channelInfo1.floatRight {
        float: none;
        width: 98%;
        margin-bottom: 5%;
    }

    .channelInfo1 {
        margin: 0 0
    }

    .selectProduct.col3 {
        width: 98% !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    channelInfo1 .btnRow .btnChannelpack {
        display: inherit;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .channelInfo1 .btnRow .btnChannelpack {
        display: block;
        margin-bottom: 10px;
    }

    .channelInfo1 .headingSub span {
        font-size: 20px;
        color: #000;
        margin: 0 15px;
    }

    .channelInfo1 .headingMain {
        font-size: 25px;
        color: #717171;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 460px) {
    .bouquetsLayout {
        margin: 0 10px;
        width: auto;
    }

    .channelInfo1 {
        padding: 30px 10px 40px 10px;
    }

    .channelInfo1 .btnRow .btnChannelpack {
        font-size: 14px;
        margin: 10px 0;
    }
}


/* ---------------- banquet page css starts ------------- */
.banqtSection {
    margin: 100px auto 60px auto;
    clear: both;
    width: 80%
}

.banqtSection h4 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    color: #7d7d7d
}

.banqtSection a {
    padding: 5px;
    text-align: center;
    display: block;
    line-height: 160px;
    min-height: 160px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banqtSection a:hover {
    text-decoration: none;
    border-bottom: none;
}

.banqtSection .textoverlay img {
    vertical-align: middle;
}

.banqtSection .textoverlay {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banqtSection .textoverlay .icon {
    background-position: right bottom;
    background-image: url('images/02_Distribution_Detailspage_06.jpg');
    background-repeat: no-repeat;
    padding-right: 60px;
    padding-top: 10px;
    margin-left: 20px;
}

.tabContent .channels .channel_wrap p {
    font-size: 14px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    word-break: break-word;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.tabContent .channels .channel_wrap .priceTagSpan {
    font-size: 14px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -0px;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    display: block;
}

@media screen and (min-width: 1024px) and (max-width: 13660px) {
    .tabContent .channels .channel_wrap {
        /* width: 25%;
            padding-top: 25.0625%;*/
        width: 16.5%;
        padding-top: 21.0625%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
    .tabContent .channels .channel_wrap {
        width: 16.5%;
        padding-top: 25.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 15px;
    }
}

@media screen and (min-width: 840px) and (max-width: 959px) {
    .tabContent .channels .channel_wrap {
        width: 20%;
        padding-top: 25.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 839px) {
    .tabContent .channels .channel_wrap {
        width: 20%;
        padding-top: 27.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 560px) and (max-width: 768px) {
    .tabContent .channels .channel_wrap {
        width: 30%;
        padding-top: 40.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 559px) {
    .tabContent .channels .channel_wrap {
        width: 50%;
        padding-top: 47.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {

    .tabContent .channels .channel_wrap {
        width: 100%;
        padding-top: 80.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}


@media screen and (max-width: 768px) {

    .mResTabAccordA img {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .banqtSection .textoverlay img {
        width: 12%;
    }

    .banqtSection .textoverlay {
        font-size: 20px;
    }

    .banqtSection .textoverlay .icon {
        padding-right: 50px;
        padding-top: 10px;
        margin-left: 20px;
        padding-bottom: 5px;
    }

    .banqtSection a {
        line-height: 100px;
        min-height: 100px;
    }

    .tabContent h2 {
        font-size: 20px;
    }

    .tabbing .tabContainer .devider {
        margin: 0;
        display: none;
    }

    .tabbing .tabContent h2 .numericFont span,
    .tabbing .tabContent h2 .numericFont {
        margin: 0;
        display: block;
    }

    .tabContent .white,
    .tabContent .white:last-child {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .banqtSection {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banqtSection h4 {
        font-size: 15px;
    }
}



.ourOfferingSection {
    padding: 60px 0;
}

.ourOfferingSection h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #f2973e;
    font-size: 30px;
}

.ourOfferingSection .offeringTabs {
    text-align: center;
}

.ourOfferingSection .offeringTabs a {
    padding: 50px 80px;
    background-color: #f59330;
    color: #fff;
    line-height: 200px;
    min-height: 200px;
    margin: 0 30px;
}

.ourOfferingSection .offeringTabs a:hover {
    border-bottom: none;
}

.ourOfferingSection .offeringTabs a img {
    vertical-align: middle;
}


.offeringCont {
    padding: 20px 0 30px 0;
    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
    text-align: left;
    font-size: 20px;
}

.offeringCont ul li {
    list-style: disc;
    list-style-type: disc;
    font-size: 20px;
}

.incentiveCont {
    padding: 20px 0 30px 0;
    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
}

.offeringTabs .icon {
    background-position: right center;
    background-image: url('images/arrowrightIcon.png');
    background-repeat: no-repeat;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 35px;
    font-weight: bold;
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
    .ourOfferingSection .offeringTabs a {
        padding: 40px 50px;
        margin: 0 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .ourOfferingSection .offeringTabs a {
        padding: 40px 20px;
        margin: 0 5px;
    }
}

@media screen and (min-width:320px) and (max-width: 767px) {
    .ourOfferingSection .offeringTabs a {
        padding: 10px 10px;
        margin: 15px 5px;
        display: block;
        line-height: 80px;
        min-height: 80px;
    }
}

@media screen and (min-width:320px) and (max-width: 380px) {
    .ourOfferingSection .offeringTabs a img {
        vertical-align: middle;
        width: 15%;
    }

    .ourOfferingSection .offeringTabs a {
        padding: 10px 10px;
        line-height: 40px;
        min-height: 40px;
        margin: 10px 0;
    }

    .offeringTabs .icon {
        margin-left: 15px;
    }
}


.incentiveCont h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #f2973e;
    font-size: 30px;
}

.tabheadingTop {
    text-align: center;
    color: #f2973e;
    font-size: 30px;
}

.documentionCont {
    font-size: 18px;
    padding: 20px 0 60px 0;
}

.documentionCont h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px !important;
    color: #f2973e
}

@media screen and (max-width: 680px) {
    .documentionCont h2 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .documentionCont .documntBtn {
        width: auto !important;
    }
}

.documentionCont h2 {
    color: #f2973e;
    font-size: 30px !important;
}

.documentionCont p {
    font-weight: normal;
    text-align: center;
    color: #323232;
    margin-bottom: 40px;
}

.documentionCont .documntBtn {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #f19136;
    border: 1px solid #ff5100;
    padding: 15px;
    width: 240px;
    text-align: center;
}

.rowImagecontent {
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 5%;
}

.imageleftOverlay {
    position: relative;
}

.imageleftOverlay .rightImageOverlay {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.imageleftOverlay .leftImageOverlay {
    width: 30%;
    float: left;
    margin-top: -20%;
    z-index: 9;
    position: relative;
}

.imageleftOverlay .textright {
    width: 100%;
    float: right;
    margin-top: 0;
    font-size: 20px;
    line-height: 40px;
}

.pageHeaderText {
    text-align: left;
    font-size: 20px;
}

.extrainfoBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    clear: both;
}

.extrainfoBox p {
    text-align: left
}

.extrainfoBox ul {
    margin: 0;
    padding: 0;
}

.extrainfoBox .eqtnbox {
    background-color: #ef7b35;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: -webkit-linear-gradient(90deg, rgb(242, 151, 62) 0%, rgb(238, 112, 46) 80%);
    background: -o-linear-gradient(90deg, rgb(242, 151, 62) 0%, rgb(238, 112, 46) 80%);
    background: -moz-linear-gradient(90deg, rgb(242, 151, 62) 0%, rgb(238, 112, 46) 80%);
    background: linear-gradient(90deg, rgb(242, 151, 62) 0%, rgb(238, 112, 46) 80%);
    padding: 30px 10px;
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .extrainfoBox .eqtnbox {
        padding: 30px 10px;
    }

    .imageleftOverlay .textright {
        width: 100%;
        float: none;
        margin-top: 70px;
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 480px) {
    .imageleftOverlay .textright {
        margin-top: 0;
    }
}


.extrainfoBox .eqtnbox span {
    text-align: center;
    padding: 10px;
}

.boxInfo {
    margin: 0;
}

.boxInfo li {
    display: inline-block;
    padding: 30px 10px;
    border: 1px solid #e1e1e1;
    color: #ff6000;
    font-size: 20px;
    margin: 0 0 0 -6px;
}

.boxInfo li:after {
    margin: 0;
    padding: 0;
}

.boxInfo li span {
    display: block;
    font-size: 15px;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
    .boxInfo {
        padding: 0;
    }

    .boxInfo li {
        padding: 10px 45px;
    }
}

@media screen and (max-width: 767px) {
    .boxInfo {
        padding: 0;
    }

    .boxInfo li {
        padding: 10px 45px;
        display: block;
        margin: 2px 0;
    }
}

@media screen and (max-width: 767px) {
    .pageHeaderText {
        margin-top: 30px;
    }

    .ourOfferingSection {
        padding: 30px 0;
    }

    .offeringCont,
    .incentiveCont,
    .documentionCont {
        padding: 10px 0 30px 0;
    }
}

.bouquetsWrapper {
    position: relative;
}

.bouquetsWrapper .introParas h1 {
    font-size: 33px;
    text-align: left;
}

.bouquetsWrapper .headingSub h1 {
    margin-bottom: 0;
    text-align: left;
}

.bouquetsWrapper .introParas h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #f2973e;
    text-align: left;
}

.bouquetsWrapper .introParas p {
    font-size: 15px;
    vertical-align: middle;
    line-height: 20px;
    margin-bottom: 30px;
}

.moreDetailsBq {
    margin: 5%;
}

.moreDetailsBq .packFeatures,
.moreDetailsBq .entSection,
.moreDetailsBq .movSection,
.moreDetailsBq .sportSection,
.moreDetailsBq .knlgSection {
    border-top: none;
}

.moreDetailsBq .entSection h4,
.moreDetailsBq .movSection h4,
.moreDetailsBq .sportSection h4,
.moreDetailsBq .knlgSection h4 {
    margin-bottom: 2%;
}

.commonChannelsCol1-50 .packFeatures,
.commonChannelsCol1-50 .entSection,
.commonChannelsCol1-50 .movSection,
.commonChannelsCol1-50 .sportSection,
.commonChannelsCol1-50 .knlgSection {
    border-top: none;
}

.commonChannelsCol2-50 .packFeatures,
.commonChannelsCol2-50 .entSection,
.commonChannelsCol2-50 .movSection,
.commonChannelsCol2-50 .sportSection,
.commonChannelsCol2-50 .knlgSection {
    border-top: none;
}

.moreDetailsBq .channels .channel_wrap {
    width: 25%;
    padding-top: 16.0625%;
}

.moreDetailsBq .channels .channel_wrap p {
    font-size: 14px;
    line-height: 18px;
    color: #313131;
    position: absolute;
    margin: 0 5%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    word-wrap: break-word;
}

.moreDetailsBq .channels {
    margin-top: 20px;
}

.moreDetailsBq h2 {
    font-size: 35px;
}

.moreDetailsBq h2 .h2Sub {
    font-size: 30px;
    font-weight: normal;
}

.moreDetailsBq h2 .devider {
    padding: 0 15px;
    font-size: 25px;
}

.moreDetailsBq h2 .numericFont {
    color: #ef7b35;
    font-size: 25px;
}

.compare-titles .compare-title-1-50,
.compare-titles .compare-title-2-50 .moreDetailsBq h2 .numericFont .colorchange {
    color: #000;
}

@media screen and (max-width: 768px) {
    .moreDetailsBq .channels .channel_wrap {
        width: 50%;
        padding-top: 35.0625%;
    }
}

@media screen and (max-width: 480px) {
    .moreDetailsBq .channels .channel_wrap {
        width: 50%;
        padding-top: 55.0625%;
    }

    .compare-titles .compare-title-1-50,
    .compare-titles .compare-title-2-50 {
        font-size: 11px;
    }

    .boxInfo li {
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .moreDetailsBq .channels .channel_wrap {
        width: 100%;
        padding-top: 60.0625%;
    }

    .moreDetailsBq h2 .devider {
        display: none;
    }

    .moreDetailsBq h2 .numericFont {
        display: block;
    }
}

.tableDiv {
    overflow: auto;
    margin-bottom: 5%;
}

.tableDiv table {
    width: 100%;
}

.tableDiv table th {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    background-color: #f7f7f7;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ebebeb;
}

.tableDiv table th:first-child {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    width: 60%
}

.tableDiv table td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #ebebeb;
}

.tableDiv table td:first-child {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    width: 60%
}

h2.bouquet-header {
    color: black !important;
    font-size: 22px !important;
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .tableDiv table td {
        padding: 10px 10px;
        font-size: 15px;
    }

    .tableDiv table th {
        padding: 15px 10px;
        font-size: 15px;
    }

    .tableDiv table td:first-child {
        text-align: left;
        vertical-align: middle;
        border: 1px solid #ebebeb;
        width: 50%
    }

    .tableDiv table th:first-child {
        text-align: left;
        vertical-align: middle;
        border: 1px solid #ebebeb;
        width: 50%
    }
}

.subColor {
    color: #ef7b35;
}

.disPlatWrapper {
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.disPlatWrapper h2 {
    margin-bottom: 35px;
    font-size: 25px;
    color: #f19135;
    text-align: center
}

.disPlatWrapper ul {
    margin: 0 auto;
    padding: 0;
}

.disPlatWrapper ul li {
    list-style: none;
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    padding: 15px 35px 15px 35px;
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .disPlatWrapper ul li {
        padding: 15px 0 15px 0;
    }
}

.disPlatWrapper ul li:last-child {
    border-bottom: none;
}

.disPlatWrapper p {
    color: #323232;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
}

.disPlatWrapper p span {
    margin-top: 15px;
    display: inline-block;
}

.disPlatWrapper p a.downloadLinkIcon {
    background-position: left center;
    background-image: url('images/downloadIcon.jpg');
    background-repeat: no-repeat;
    padding: 10px 0 10px 40px;
    float: right;
    color: #323232;
    font-size: 14px;
    margin-left: 20px;
}

.downloadLinkTitle {
    padding: 10px 0 10px 40px;
    float: right;
    color: #323232;
    font-size: 14px;
    margin-left: 20px;
    text-align: center;
}

.disPlatWrapper p a:hover {
    border-bottom: none;
}

.detailedTableList {
    width: 80%;
    color: #323232;
}

@media screen and (min-width: 460px) and (max-width: 920px) {
    .overflowDivDetail {
        border: 1px solid #f19135;
        overflow-x: scroll;
        width: 600px;
        margin: 0 auto;
    }

    .overflowDivDetail table.detailedTableList tr td {
        width: 60%;
    }

    .overflowDivDetail table.detailedTableList {
        width: 130%;
    }

    .overflowDivDetail table.detailedTableList .thDetail {
        width: 35%;
    }

    .overflowDivDetail table.detailedTableList td.downloadLink {
        width: 35%;
    }
}

@media screen and (min-width: 320px) and (max-width: 459px) {
    .overflowDivDetail {
        border: 1px solid #f19135;
        overflow-x: scroll;
        width: 300px;
    }

    .overflowDivDetail table.detailedTableList tr td {
        width: 60%;
    }

    .overflowDivDetail table.detailedTableList {
        width: 130%;
    }

    .overflowDivDetail table.detailedTableList .thDetail {
        width: 35%;
    }

    .overflowDivDetail table.detailedTableList td.downloadLink {
        width: 35%;
    }
}


table.detailedTableList tbody tr th:first-child {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
}

.detailedTableList tr td {
    border: none;
    color: #323232;
    font-size: 14px;
    margin-left: 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5
}

.detailedTableList tr td.downloadLink {
    text-align: center;
}

.detailedTableList tr td.downloadLink .downloadLinkIcon {
    background-position: left center;
    background-image: url('images/downloadIcon.jpg');
    background-repeat: no-repeat;
    padding: 10px 0 10px 40px;
    float: right;
    color: #323232;
    font-size: 14px;
    margin-left: 0;
}

.detailedTableList tr td.downloadLink .downloadLinkIcon:hover {
    text-decoration: none;
    border-bottom: none;
}

.detailedTableList tr th {
    border: none;
    color: #323232;
    font-size: 14px;
    margin-left: 20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5
}

.sectionHeading {
    margin: 5% 0;
    text-align: center;
    float: left;
    width: 100%;
}

.sectionHeading h5 {
    font-size: 16px;
    color: #717171;
}


.dcathLayout {
    position: relative;
}

.dcathLayout h2 {
    margin: 35px 0 0 0;
    font-size: 30px;
    color: #f19135;
    text-align: center
}

.dcathLayout .formBlock.iplForm {
    box-shadow: 0px 1px 15px #d2d0ce;
}

.dcathLayout .formBlock {
    margin: -15% auto 30% auto;
    width: 60%;
    /*border: 1px solid #000;*/
    background-color: #fff;
    overflow: auto;
    z-index: 99;
    box-shadow: 0px 10px 15px #d2d0ce;
    padding-bottom: 2%;
}

.dcathLayout .formBlock.iplTForm {
    margin: -15% auto 30% auto;
    width: 60%;
    /*border: 1px solid #000;*/
    background-color: #fff;
    overflow: -webkit-paged-y;
    z-index: 99;
    box-shadow: 0px 10px 15px #d2d0ce;
    padding-bottom: 2%;
}



.dcathLayout .formBlock.iplTForm #iplOperator {
    border: none;
    border-bottom: none;
    background-color: transparent;
    -webkit-appearance: menulist !important;
    width: 320px;
    border: 2px solid #ff8c00;
    background: #ff8c00;
    padding: 14px 45px;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}



.dcathLayout .formBlock.iplTForm .btn .caret {
    margin-left: 0;
    float: right !important;
    margin-top: 5% !important;
    margin-right: -40px !important;
    border-top: 8px dashed !important;
}

.dcathLayout .formBlock.iplTForm .multiselect {
    width: 320px;
    text-align: left;
}

.dcathLayout .formBlock.iplTForm .btn-group.open .dropdown-toggle {
    margin: 0;
}

.dcathLayout .formBlock.iplTForm ul.multiselect-container.dropdown-menu {
    width: 100%;
    overflow: auto;
    height: 300px;
}

.dcathLayout .formBlock.iplTForm .multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    width: auto;
    border: none;
}

.dcathLayout .formBlock.iplTForm .multiselect-container>li>a:hover {
    border-bottom: none
}

.dcathLayout .formBlock.iplTForm .multiselect-container>li {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (min-width: 320px) and (max-width: 740px) {
    .dcathLayout .formBlock.iplTForm {
        margin: 0 auto !important;
        width: 100%;
    }

    .dcathLayout.layout {
        width: calc(100% - 50px);
    }

    .dcathLayout .formBlock.iplTForm #iplOperator {
        width: 215px !important;
    }

    .dcathLayout .formBlock.iplTForm .multiselect {
        width: 215px !important;
        text-align: left;
    }
}

.dcathLayout .formBlock ul {
    margin: 0 auto;
    /*float: left;*/
    padding: 0;
    width: 80%;
}

.dcathLayout .formBlock ul li {
    list-style: none;
    list-style-type: none;
    /*border-bottom: 1px solid #e5e5e5;*/
    float: left;
    padding: 15px 0 0 0;
    margin: 10px auto 0 auto;
    width: 100%
}

.dcathLayout .formBlock ul li:last-child {
    border-bottom: none;
}

.dcathLayout .formBlock ul li label {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.dcathLayout .formBlock ul li label.optOptions .leftCheck {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px;
}

.dcathLayout .formBlock ul li label.optOptions .rightCheck {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px;
}

.dcathLayout .formBlock ul li label.optOptions span {
    width: 90%;
    margin-bottom: 2%;
    text-transform: initial;
    margin-left: 2%;
    font-weight: normal
}

.dcathLayout .formBlock ul li label.optOptions {
    float: left;
    width: 70px;
    font-weight: normal
}

.dcathLayout .formBlock ul li .subscribe-popup h3 {
    clear: both;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.dcathLayout .formBlock ul li .subscribe-popup .checkboxes {
    float: left;
    margin-bottom: 10px;
}

.dcathLayout .formBlock ul li .subscribe-popup .checkboxes p {
    margin-bottom: 10px;
}

.dcathLayout.concentForm .formBlock {
    margin: 5% auto 30% auto;
}

.dcathLayout .formBlock ul li input[type="text"] {
    color: #2f2f2f;
    font-size: 13px;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.dcathLayout .formBlock ul li .countryCode {
    width: 90px;
    float: left;
}

.dcathLayout .formBlock ul li input.phoneCode {
    display: inline;
    width: 60%;
}

.intl-tel-input {
    margin: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.intl-tel-input input {
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    padding-left: 40px !important;
}



.dcathLayout .formBlock ul li input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    opacity: 1;
    /* Firefox */
    font-size: 13px;
}

.dcathLayout .formBlock ul li input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
    font-size: 13px;
}

.dcathLayout .formBlock ul li input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a9a9a9;
    font-size: 13px;
}

.dcathLayout .formBlock ul li.btnRow {
    text-align: center;
}

.dcathLayout .formBlock ul li.btnRow a {
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
    .dcathLayout .formBlock {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .dcathLayout .formBlock {
        margin: -35% auto 30% auto;
    }
}

.chanelListingDiv {
    width: 100%;
    float: left;
    overflow-x: auto;
    height: 500px;
}

.chanelListingDiv .commonChannelsCol1,
.chanelListingDiv .commonChannelsCol2,
.chanelListingDiv .commonChannelsCol3 {
    width: 33%;
    float: left;
    border-top: 2px solid rgba(128, 128, 128, 0.36);
    margin-top: 20px;
}



.chanelListingDiv .commonChannelsCol1 {}

.chanelListingDiv .commonChannelsCol2 {
    border-right: 2px solid rgba(128, 128, 128, 0.36);
    border-left: 2px solid rgba(128, 128, 128, 0.36);
}

.chanelListingDiv .commonChannelsCol3 {}

.compare-titles .compare-title-1,
.compare-titles .compare-title-2,
.compare-titles .compare-title-3 {
    font-weight: bold;
    padding: 20px 0px;
    display: inline-block;
    width: 32.5%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(128, 128, 128, 0.36);
    font-size: 15px;
    height: 70px;
    min-height: 70px;
}

@media screen and (max-width: 480px) {

    .compare-titles .compare-title-1,
    .compare-titles .compare-title-1-50 {
        padding-left: 30px !important;
    }
}

.compare-titles .compare-title-1-50,
.compare-titles .compare-title-2-50 {
    font-weight: bold;
    padding: 20px 0px;
    display: inline-block;
    width: 49.3%;
    float: left;
    text-align: center;
    border-bottom: 2px solid rgba(128, 128, 128, 0.36);
    font-size: 15px;
}

.compare-titles .compare-title-1-50 {
    border-right: 2px solid rgba(128, 128, 128, 0.36);
}

.heading-common {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}


.compare-titles .compare-title-2 {
    border-right: 2px solid rgba(128, 128, 128, 0.36);
    border-left: 2px solid rgba(128, 128, 128, 0.36);
}

.chanelListingDiv .commonChannelsCol1-50,
.chanelListingDiv .commonChannelsCol2-50 {
    border-top: 2px solid rgba(128, 128, 128, 0.36);
    margin-top: 20px;
    width: 50%;
    float: left;
}

.compare-row {
    display: inline-flex;
    width: 100%;
}

.chanelListingDiv .commonChannelsCol1-50 {
    /*border-right: 2px solid rgba(128, 128, 128, 0.36);*/
    border-right: none;
}

.chanelListingDiv .commonChannelsCol2-50 {
    /*border-left: none;*/
    border-left: 2px solid rgba(128, 128, 128, 0.36);
}


.chanelListingDiv .commonChannels {
    width: 100%;
    float: left;
}

.chanelListingDiv .commonChannels h4 {
    text-align: center;
    color: #ff7800;
    text-transform: uppercase;
}

.chanelListingDiv .channels .channel_wrap {
    width: 50%;
    padding-top: 55%;
}

@media (min-width: 1200px) {
    .innrdialog .container {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .innrdialog .container {
        width: 100% !important;
    }
}

.innrdialog .chanelListingDiv .commonChannelsCol2-50 .channels .channel_wrap {
    width: 40%;
    padding-top: 35%;
}

.innrdialog .packFeatures,
.innrdialog .entSection,
.innrdialog .movSection,
.innrdialog .sportSection,
.innrdialog .knlgSection {
    border-top: none;
}





@media screen and (max-width: 767px) {
    .innrdialog .chanelListingDiv .channels .channel_wrap {
        width: 100%;
        padding-top: 85%;
    }
}

@media screen and (max-width: 460px) {
    .innrdialog .chanelListingDiv .channels .channel_wrap {
        width: 100%;
        /*padding-top: 95% !important;*/
    }
}


.chanelListingDiv .channels .commonChannels .channel_wrap {
    width: 20%;
    padding-top: 15%;
}

.chanelListingDiv .channels .channel_wrap p {
    font-size: 14px;
    color: #313131;
    position: absolute;
    margin: 0 5%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 20px;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}


@media screen and (max-width: 768px) {
    .chanelListingDiv .channels .channel_wrap {
        width: 100%;
        padding-top: 50.0625%;
    }
}

body {
    position: relative;
}

.dialog {}

.innrdialog {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.innrdialog .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.innrdialog .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.innrdialog .closeBtn_dialog {
    position: absolute;
    font-size: 10px;
    color: #fff;
    float: right;
    padding: 0;
    border-radius: 0;
    top: 4px !important;
    right: 5p !important;
    display: inline-block;
    cursor: pointer;
    text-indent: -9999px;
    background: #fff url(images/btn-close.png) no-repeat 3px 0 !important;
    height: 25px;
    width: 25px;
}

.innrdialog .closeBtn_dialog:hover {
    border-bottom: none
}

.bouquetsWrapper .introParas p.noteBottom {
    font-size: 13px;
}

.notebottomDiv {
    font-size: 13px;
    width: 100%;
    clear: both;
    margin: 5%;
    float: left;
}

.overlayCompare {

    overflow: hidden;
    width: 100%;
    left: 0;
    top: -3%;
    right: 0;
    bottom: 0;
    padding: 10% 10% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 99999;
    height: 100% !important;
    position: absolute;
}


#cboxContent #cboxClose {
    top: 5px;
    right: 20px;
    background: url('images/btn-close.png') no-repeat 0 0;
}

.ourOfferingSection {
    clear: both;
}

.langTitle {
    text-align: center;
    padding: 20px 15px 20px 15px;
    border-bottom: solid 2px #d1d1d1;
    margin: 0;
    font-weight: bold;
}

.langTitle span.compare-title-1-50,
.langTitle span.compare-title-2-50 {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #323232;
    font-weight: normal;
}

@media screen and (max-width: 767px) {

    .langTitle span.compare-title-1-50,
    .langTitle span.compare-title-2-50 {
        font-size: 10px;
    }
}

.channelInfo1 .btnRow .btnChannelpack {
    display: inline-block;
    width: auto;
}

@media screen and (min-width: 768px) and (max-width: 1206px) {
    .channelInfo1 .btnRow .btnChannelpack {
        display: block;
        width: 80%;
        margin: 10px auto;
    }

    .bouquetpageContainer .channelInfo1 .btnRow .rotateBtn {
        padding: 10px 20px 10px 10px;
        background: #fff url('images/validIcon.jpg') 5% center no-repeat;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .channelInfo1 .btnRow .btnChannelpack {
        display: block;
        width: 50%;
        margin: 10px auto;
    }
}

.bouquetpageContainer .btnRow .rotateBtn {
    background: #fff url('images/validIcon.jpg') 5% center no-repeat;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
    .bouquetpageContainer .btnRow .rotateBtn {
        background: #fff url('images/validIcon.jpg') 15% center no-repeat;
    }
}

@media screen and (min-width: 320px) and (max-width: 561px) {
    .bouquetpageContainer .btnRow .rotateBtn {
        background: #fff url('images/validIcon.jpg') 5% center no-repeat;
    }

    .channelInfo1 .btnRow .btnChannelpack {
        width: 80%;
    }
}


.compare-titles em,
.langTitle em,
.moreDetailsBq h2 .h2Sub {
    font-style: normal;
    color: #717171;
}

.sectionHeading h5 {
    margin-top: 15px;
}



.bouquetsWrapper .introParas p.discText {
    text-align: left;
    font-size: 13px;
    margin: 15px 0 0 0;
}

@media screen and (min-width: 900px) {
    .disPlatWrapper ul {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .chanelListingDiv .channels .channel_wrap p {
        font-size: 12px;
        line-height: 20px;
    }

    .innrdialog {
        padding-bottom: 40px;
    }

    .chanelListingDiv .channels .channel_wrap {
        width: 50%;
        padding-top: 55%;
    }
}

@media screen and (max-width: 900px) {
    .overlayCompare {
        padding: 0;
    }

    .chanelListingDiv .channels .channel_wrap p {
        font-size: 10px;
    }

    .innrdialog {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .channelOptionRow .comapreRemove {
        display: inline-block;
        float: none;
        margin: 5px 0;
    }

    .channelOptionRow .comapreRemove.w3-col.s4 {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {

    .compare-titles .compare-title-1,
    .compare-titles .compare-title-2,
    .compare-titles .compare-title-3 {
        font-size: 10px;
    }

    .chanelListingDiv .channels .channel_wrap p {
        line-height: 11px;
    }

    .chanelListingDiv .channels .commonChannels .channel_wrap {
        padding-top: 30%;
        width: 30%;
    }

    .chanelListingDiv .channels .channel_wrap {
        width: 100%;
        padding-top: 71.0625%;
    }

    .chanelListingDiv .channels .channel_wrap p {
        font-size: 10px;
        bottom: 0;
    }

    .innrdialog .closeBtn_dialog {
        top: -34px;
        background: #fff url(images/btn-close.png) no-repeat 5px 5px;
        height: 25px;
        width: 35px;
        right: 0;
    }

    .bouquetPage .w3-container,
    .bouquetPage .tabContainer .tabContent,
    .bouquetPage .tabContainer_nested1 .tabContent {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 380px) {

    .compare-titles .compare-title-1,
    .compare-titles .compare-title-2,
    .compare-titles .compare-title-3 {
        font-size: 11px;
        min-height: 80px;
    }
}

.bouquetPage.layout {
    width: calc(100% - 20px) !important;
    clear: both
}

@media screen and (max-width: 480px) {
    .bouquetPage.layout {
        width: calc(100% - 20px);
    }

    .langTitle {
        text-align: center;
        padding: 20px 0;
        border-bottom: solid 1px #d1d1d1;
        margin: 0 0;
        font-weight: bold;
        font-size: 11px;
    }

    .innrdialog .chanelListingDiv .commonChannels .channels .channel_wrap {
        width: 50%;
        padding-top: 45% !important;
    }

    .innrdialog .chanelListingDiv .commonChannelsCol1-50 .channels .channel_wrap {
        width: 100%;
        padding-top: 85%;
    }

    .innrdialog .chanelListingDiv .commonChannelsCol2-50 .channels .channel_wrap {
        width: 100%;
        padding-top: 85%;
    }

    .bouquetsWrapper h1,
    .bouquetsWrapper .introParas h1 {
        font-size: 30px !important;
        margin-bottom: 10px;
        text-align: left;
    }
}

/*--------------New search layout-------------*/

.searchLayoutWrapper {
    margin: 5% auto 10% auto;
    display: block;
    height: auto;
    overflow: auto;
    /*This is what we added!*/
    background-color: #fff;
    min-height: 500px;
}

.searchBlock {
    border-bottom: 1px solid #000;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.searchBlock button {
    /*float: right;
            margin: 15px 0*/
    margin: 15px 0;
    width: 15%;
    float: right;
    padding: 11px 0;
}

.searchBlock input {
    /*float: left;*/
    width: 85%;
    margin: 15px 0;
    line-height: 45px;
    height: 45px;
    padding: 10px;
    color: #000;
    border-bottom: none;
    font-size: 30px;
    text-align: center;
}

.searchTagsBox {
    clear: both;
}

.searchTagsBox h2 {
    margin-bottom: 25px;
    color: #000;
    font-size: 25px;
    font-weight: normal;
}

.searchTagsBox h2 span {
    font-weight: bold;
    margin: 0 10px;
}

.searchTagsBox .tagBoxBlack {
    background-color: #2f2f2f;
    color: #fff;
    padding: 25px 20px
}

.searchTagsBox .tagBoxBlack .innerDiv {
    font-size: 14px;
}

.searchTagsBox .tagBoxBlack .innerDiv p {
    padding: 0 10px;
    margin-bottom: 10px;
}

.searchTagsBox .tagBoxBlack .innerDiv p a,
.searchTagsBox .tagBoxBlack .innerDiv p a:hover {
    color: #f08404;
    margin: 0 5px;
    text-decoration: none;
    border-bottom: none;
}

.searchTagsBox .tagBoxBlack .innerDiv p a.active {
    font-weight: bold;
}

.searchTagsBox .tagBoxBlack .headingforTabs {}

.searchTagsBox .tagBoxBlack .nav-tabs>li.active>a,
.searchTagsBox .tagBoxBlack .nav-tabs>li.active>a:focus,
.searchTagsBox .tagBoxBlack .nav-tabs>li.active>a:hover {
    color: #f08404;
    cursor: default;
    background-color: transparent;
    border: none;
    /*text-decoration:underline;*/
    font-weight: bold;
}

.searchTagsBox .tagBoxBlack .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: unset;
    padding: 0;
    color: #f08404;
    font-size: 14px;
}

.searchTagsBox .tagBoxBlack .nav>li>a:focus,
.searchTagsBox .tagBoxBlack .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.searchTagsBox .tagBoxBlack .scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap;
    margin: 0 10px;
    font-size: 14px;
}

.searchTagsBox .tagBoxBlack .scrtabs-tab-container {
    height: 22px;
}

.searchTagsBox .tagBoxBlack .nav-tabs {
    border-bottom: none;
}

.searchTagsBox .tagBoxBlack .nav>li.headingforTabs {
    display: block;
}

.searchTagsBox .tagBoxBlack .nav-tabs>li {
    margin: 0 5px -1px 5px;
}

.searchTagsBox .tagBoxBlack .headingforTabsP {
    display: none;
}

.searchTagsBox .tagBoxBlack .scrtabs-tab-scroll-arrow {
    border: none !important;
    color: orange !important;
    padding-top: 5px !important;
    background-color: transparent;
}

.searchTagsBox .tab-content {
    clear: both;
}


@media screen and (min-width: 320px) and (max-width: 639px) {
    .searchTagsBox .tagBoxBlack .nav>li.headingforTabs {
        display: none;
    }

    .searchTagsBox .tagBoxBlack .headingforTabsP {
        display: block;
    }

    .searchTagsBox .tagBoxBlack {
        padding: 10px;
    }

    .searchTagsBox .tab-content {
        clear: both;
    }
}

.searchResultDiv {
    /*border-top: 1px solid #000;*/
    display: block;
    height: auto;
    overflow: auto;
    /*This is what we added!*/
    margin-top: 3%;
    padding: 2% 0;
}

.resultRow {
    display: block;
    height: auto;
    overflow: hidden;
    /*This is what we added!*/
    padding: 25px 0;
    border-bottom: 1px solid #000;
    /*border-top: 1px solid #000;*/
    width: 100%;
}

.resultRow:first-child {
    border-top: 1px solid #000;
}

.resultRow .imageBox {
    display: inline-block;
    float: left;
    background-color: orange;
    padding: 15px;
    position: relative;
    width: 277px;
    height: 187px
}

.resultRow .imageBox img {
    position: absolute;
    right: -10px;
}

.resultRow .textBox {
    display: inline-block;
    float: right;
    width: 70%;
}

.resultRow .textBox .articleInfo {
    font-size: 12px;
    color: #686868;
    line-height: 15px;
    margin-bottom: 15px;
}

.resultRow .textBox .articleInfo a {
    color: #f08404;
    margin: 0 10px 0 0;
    text-decoration: none;
    border-bottom: none;
    text-decoration: underline;
    text-transform: uppercase;
}

.resultRow .textBox .articleInfo span {
    border-left: 1px solid #b7b7b7;
    padding: 2px 5px;
    margin-left: 10px;
}

.resultRow .textBox h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.resultRow .textBox .description {
    font-size: 14px;
    line-height: 22px;
}

.resultRow .textBox .btnRow {
    margin-top: 3%;
    float: left;
    width: 100%;
}

.resultRow .textBox .btnRow a.readmoreBtn {
    border: 1px solid #000;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    float: left
}

.resultRow .textBox .btnRow .shareBtn {
    border: 1px solid #000;
    padding: 0;
    line-height: 22px;
    float: right;
    background-color: transparent;
    margin: 0;
}


@media screen and (min-width: 480px) and (max-width: 639px) {
    .searchLayoutWrapper .layout {
        width: calc(100% - 50px);
    }

    .resultRow .imageBox {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        padding: 0;
        position: initial;
    }

    .resultRow .imageBox img {
        position: initial;
        right: 0;
    }

    .resultRow .textBox {
        width: 100%;
        margin-top: 5%;
    }

    .searchBlock input {
        /*float: left;*/
        width: 85%;
        margin: 10px 0;
        font-size: 15px;
        text-align: center;
    }

    .searchBlock button {
        margin: 0;
        width: 15%;
        float: right;
        padding: 11px 0;
        color: #000;
    }

    .searchBlock {
        margin-bottom: 30px;
    }

    .resultRow .textBox .articleInfo span {
        border-left: none;
        padding: 2px 5px;
        margin-left: 0;
    }

    .entSection h4,
    .movSection h4,
    .sportSection h4,
    .knlgSection h4 {
        font-size: 10px !important;
    }

    .dropdown-content {
        bottom: 46px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .searchBlock input {
        /*float: left;*/
        width: 75%;
        margin: 10px 0;
        font-size: 15px;
        text-align: center;
    }

    .searchBlock button {
        margin: 0;
        width: 25%;
        float: right;
        padding: 11px 0;
        color: #000;
    }

    .resultRow .textBox {
        width: 100%;
        margin-top: 20px;
    }

    .searchLayoutWrapper .layout {
        width: calc(100% - 50px);
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .resultRow .imageBox {
        width: 177px;
        height: 127px;
    }

    .resultRow .textBox {
        width: 60%;
    }

    .entSection h4,
    .movSection h4,
    .sportSection h4,
    .knlgSection h4 {
        font-size: 10px;
    }

    .dropdown-content {
        bottom: 46px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .resultRow .imageBox {
        width: 177px;
        height: 127px;
    }

    .dropdown-content {
        bottom: 46px !important;
    }
}

@media screen and (min-width: 901px) and (max-width: 1023px) {
    .resultRow .imageBox {
        width: 220px;
        height: 160px;
    }

    .resultRow .textBox {
        width: 68%
    }
}

@media screen and (min-width: 1024px) {

    .resultRow .textBox {
        width: 65%;
    }
}

.resultRow.item {
    display: inline-block;
}

.searchTagsBox .tab-pane .btn-load-more {
    font-size: 14px;
    color: #fff;
    background-color: #ff8b00;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 auto;
    display: inherit;
    padding: 10px 50px;
}

.searchTagsBox .tab-pane .btn-load-more:hover {
    background-color: #ff8b00;
}




.chanelDisplayTab ul.tabs {
    margin: 0;
    padding: 0;
    float: none;
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative;
}

.chanelDisplayTab ul.tabs li a {
    float: none;
    margin: 0 3px;
    cursor: pointer;
    position: relative;
    display: inline-block !important;
    box-shadow: 1px 2px #e0e0e0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ef7b35;
    font-size: 14px;
    width: 250px;
}

.chanelDisplayTab ul.tabs li.active a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
    z-index: 9;
    display: block;
}

.chanelDisplayTab ul.tabs li a img {
    display: none;
}

.chanelDisplayTab .tab_last {
    border-right: none;
}

.chanelDisplayTab ul.tabs li:hover a {
    background-color: #ef7b35;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: -o-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: -moz-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    border-radius: 0;
}

.chanelDisplayTab ul.tabs li.active a {
    background-color: #ef7b35;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: -o-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: -moz-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    background: linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    border-radius: 0;
    display: block;
}

.chanelDisplayTab {
    position: relative !important;
    clear: both;
}

.chanelDisplayTab .tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.chanelDisplayTab .tab_content {
    padding: 0;
    display: none;
    clear: both;
    /* to keep slider width visible on load*/
    margin-bottom: 5%;
}

.chanelDisplayTab .tab_drawer_heading {
    display: none;
}

.nestedtab .tab-content {
    margin-top: 30px;
}

.nestedtab .nav-tabs>li>a {
    margin-right: 2px;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 0;
}

.nestedtab .nav-tabs>li.active a {
    color: #ee702e;
    cursor: default;
    background-color: #fff;
    text-decoration: underline;
}

.nav-tabs>li.active>a:hover {
    border: none;
}

.nestedtab .nav-tabs>li>a {
    margin-right: 2px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.nestedtab .nav-tabs {
    border-bottom: none;
    margin: 0 10px;
}

.nestedtab .nav>li>a {
    position: relative;
    padding: 10px 25px;
}

.nestedtab .scrtabs-tab-scroll-arrow-left {
    background: #fff url(/css/images/leftArrowB.jpg) no-repeat left 5px;
}

.nestedtab .scrtabs-tab-scroll-arrow-right {
    background: #fff url(/css/images/rightArrowB.jpg) no-repeat right 5px;
}

.nestedtab .glyphicon {
    display: none
}

.nestedtab .scrtabs-tab-scroll-arrow {
    width: 40px;
    border: none;
}

.nestedtab .nav-tabs>li.active>a:hover {
    border: 1px solid #fff;
}

.chanelDisplayTab ul.tabs li {
    display: inline-block;
    float: none;
    position: relative;
}

.chanelDisplayTab ul.tabs {
    /*margin-bottom: 70px;
    margin-top: 30px;*/
    width: 786px;
    margin: 0 auto 70px auto;
    clear: both;
}

@media screen and (max-width: 768px) {
    .nestedtab {
        margin-top: 5% !important;
    }

    .chanelDisplayTab .tabs {
        display: none;
    }

    .chanelDisplayTab .tab_drawer_heading {
        margin: 0 0 10px 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        box-shadow: 1px 2px #e0e0e0;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 45px;
        color: #000;
        background-color: #fff;
        border: 1px solid #ef7b35;
        font-size: 14px;
        font-weight: normal;
    }

    .chanelDisplayTab .d_active {
        background-color: #ef7b35;
        color: #fff;
        text-decoration: none;
        background: -webkit-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
        background: -o-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
        background: -moz-linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
        background: linear-gradient(90deg, rgb(238, 112, 46) 0%, rgb(242, 151, 62) 80%);
    }

    .nestedtab .tab-content {
        margin-top: 30px;
    }
}

.nestedtab {
    margin: 0 5%;
}

@media screen and (max-width: 480px) {
    .banqtSectionWrapper .layout {
        width: calc(100% - 50px);
    }

    .w3-container {
        padding: 0.01em 0 !important;
    }

    .w3-row-padding {
        padding: 0 !important;
    }
}




.slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
}

.slider-nav-thumbnails .slick-slide.slick-active {
    opacity: 1;
    /*background: green;*/
}

.chanelDisplayTab .slick-controls {
    position: relative;
}

.chanelDisplayTab .slick-controls button:hover {
    color: #fff;
}

.chanelDisplayTab .slick-controls .next,
.chanelDisplayTab .slick-controls .previous {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    z-index: 9;
    top: -10px;
}

.chanelDisplayTab .slick-controls .next {
    background: #fff url(/css/images/leftArrowB.jpg) no-repeat left 5px;
    left: -5px;
}

.chanelDisplayTab .slick-controls .previous {
    background: #fff url(/css/images/rightArrowB.jpg) no-repeat right 5px;
    right: -5px;
}

.chanelDisplayTab .slider-nav-thumbnails {
    margin: 0 0;
}

.chanelDisplayTab .slider-nav-thumbnails .slick-slide {
    text-align: center;
}

.chanelDisplayTab .innerContentPanel {
    margin-top: 2%;
}

.slider-nav-thumbnails .slick-slide a {
    color: black;
    text-transform: uppercase;
    border-bottom: none;
}

.slider-nav-thumbnails .slick-slide a:hover {
    text-decoration: underline;
    border-bottom: none;
}

.slider-nav-thumbnails .slick-slide.slick-current-thumb a {
    color: #ff8c00;
    border-bottom: 1px solid #ff8c00;
}

.chanelDisplayTab .slick-controls .slick-slide a {}

.slider-nav-thumbnails .slick-slide {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .chanelDisplayTab .large-7 {
        width: 90%;
        margin: 0 auto;
    }

    .chanelDisplayTab .tab_drawer_heading {
        margin: 0 0 30px 0;
        text-align: center;
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .chanelDisplayTab .large-7 {
        width: 90%;
        margin: 0 auto;
    }

    .chanelDisplayTab .tab_drawer_heading {
        margin: 0 0 30px 0;
        text-align: center;
        clear: both
    }
}

/*consumer page head slider*/

.bannerContainer {
    margin: 0 auto;
    width: 100%;
    color: #333;
    background: #fff;
    position: relative;
    /*margin-bottom: 5%;*/
}

.bannerContainer .slick-prev {
    position: absolute;
    left: 0;
    bottom: 30%;
}

.bannerContainer .slick-next {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.bannerContainer .slick-slide {
    text-align: center;
}

.choosePackBlock {
    color: #323232;
    text-align: center;
    margin-bottom: 3%;
    position: relative;
    display: inherit;
    clear: both;
    margin-top: 3%;
    float: none;
}

.choosePackBlock a.selectLang {
    color: #ff911b;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 2px solid #ff911b;
    padding-bottom: 3px;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 45%;
}

.choosePackBlock h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 2%;
    margin-top: 4%;
    clear: both;
    float: left;
    width: 100%;
}

.choosePackBlock p {
    font-size: 18px;
    line-height: 30px;
}

.subscribeBottomSection {
    padding: 8% 0;
    background-color: #fef9f5;
    text-align: center;
}

.subscribeBottomSection_new {
    background-color: #fff !important;
}

.subscribeBottomSection .subPanel {
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    width: 25%;
    -webkit-box-shadow: 0px 3px 10px -3px #4D4D4D;
    -moz-box-shadow: 0px 3px 10px -3px #4D4D4D;
    box-shadow: 0px 3px 10px -3px #4D4D4D;
    border: 1px solid #ebebeb;
    height: 325px;
    min-height: 325px;
    display: inline-flex;
    margin: 0 2%;
    background-color: #fff;
}

.subscribeBottomSection .subPanel .container {
    border-top: 3px solid #ff921b;
    padding: 40px;
}

.subscribeBottomSection .subPanel .container a,
.subscribeBottomSection .subPanel .container a:hover {
    display: block;
    text-decoration: none;
    border: none;
}

.subscribeBottomSection .subPanel .container img {}

.subscribeBottomSection .subPanel .container h3 {
    color: #ff911b;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.subscribeBottomSection .subPanel .container p {
    color: #323232;
    font-size: 16px;
    line-height: 25px;
}

.consumerWrapper .layout.section2 .banqtSection {
    padding: 0 0 10% 0;
    margin-bottom: 0;
}

@media screen and (max-width: 960px) and (min-width: 769px) {

    .subscribeBottomSection .subPanel {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .subscribeBottomSection .subPanel {
        width: 80%;
        margin-bottom: 5%;
    }

    .subscribeBottomSection .subPanel .container {
        margin: 0;
        width: 100%;
    }

    .consumerWrapper .layout.section2,
    .consumerWrapper .layout.section1 {
        width: calc(100% - 50px);
    }
}

.slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.single-itemHeader .slick-next:before,
.single-itemHeader .slick-prev:before {
    content: '';
}

.single-itemHeader img {
    max-width: 100%;
    width: 100%;
}

.single-itemHeader .contentBlocks {
    position: relative;
}

.single-itemHeader .btnPlayVid {
    position: absolute;
    left: 0;
    bottom: 30%;
    margin: 0 auto;
    width: 100%;
}

.single-itemHeader .btnPlayVid a {
    color: #fff;
    width: 250px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ff8c00;
    border: none;
    border-radius: 0;
    font-size: 15px;
}

.single-itemHeader .btnPlayVid a:hover {
    background-color: #ff8c00;
    color: #fff;
}


.bannerContainer .slick-next,
.bannerContainer .slick-prev {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.bannerContainer .slick-next,
.bannerContainer .slick-next:hover {
    background: transparent url(/css/images/arrowrightCarousel.png) no-repeat right 5px !important;
}

.bannerContainer .slick-prev,
.bannerContainer .slick-prev:hover {
    background: transparent url(/css/images/arrowleftCarousel.png) no-repeat left 5px !important;
}

.bannerContainer button:not([class^="picker__button--"]):focus,
.bannerContainer button:not([class^="picker__button--"]):hover {
    background-color: transparent;
}

.videoContentSection .star_block.textandvideo .text-container .text .subhead,
.videoContentSection .star_block .text :last-child {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .choosePackBlock h2 {
        font-size: 25px;
    }

    .page-about-us-vert .auv-content {
        padding-bottom: 0;
    }

    .bannerContainer {
        /*margin-top: 90px;*/
        margin-top: 0;
    }

    .single-itemHeader .slick-dots li button:focus,
    .single-itemHeader .slick-dots li button:hover {
        background-color: transparent;
    }

    .single-itemHeader .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 0;
    }

    .single-itemHeader .slick-dots {
        bottom: 0;
    }

    .single-itemHeader .slick-dots li button:before {
        color: #fff;
        opacity: 1;
    }

    .single-itemHeader .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ff8c00;
    }
}

.panelsSectionChannel {
    padding-bottom: 10%;
}

.panelsSectionChannel .leftPanel {
    width: 48%;
    float: left;
}

.panelsSectionChannel .rightPanel {
    width: 48%;
    float: right;
}

.panelsSectionChannel .leftPanel img,
.panelsSectionChannel .rightPanel img {
    width: 100%;
    max-width: 100%;
}

.panelsSectionChannel .leftPanel,
.panelsSectionChannel .rightPanel {
    margin-bottom: 4%;
}

.callLink {
    text-align: center;
}

.callLink h3 {
    color: #ff911b;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 4%;
    padding-bottom: 3px;
    display: inline-block
}

@media screen and (max-width: 768px) {
    .choosePackBlock h2 {
        clear: both;
        float: left;
        width: 100%;
    }

    .panelsSectionChannel .rightPanel,
    .panelsSectionChannel .leftPanel {
        width: 100%;
    }


    .callLink h3 {
        border-bottom: none;
        text-decoration: none;
        line-height: 40px;
    }

    .choosePackBlock a.selectLang {
        position: inherit;
        right: 0;
        bottom: 0;
        display: inline-block;
        margin: 0 0 5% 0;
    }

    .page-about-us-vert.consumerWrapper .auv-content {
        padding-bottom: 20px !important;
    }
}

.page-about-us-vert.faqWrapper .auv-content {
    padding-bottom: 0;
}


.faqSection {
    text-align: left;
}

.faqSection h2 {
    font-size: 45px;
    color: #323232;
    text-align: center;
    font-weight: bold;
}

.faqSection .faqRow {
    border-bottom: 1px solid #e2e2e2;
    padding: 50px 0;
}

.faqSection .faqRow h3 {
    font-size: 22px;
    color: #323232;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1.5%;
    font-weight: bold;
}

.faqSection .faqRow p,
.faqSection .faqRow li {
    font-size: 16px;
    color: #323232;
    line-height: 25px;
}


.page-about-us-vert.consumerWrapper .auv-content {
    padding-bottom: 50px;
}


.filter-popup .content .filter-container .link-container a.close {
    float: none;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
}

.page-about-us-vert.consumerWrapper .auv-content .bannerContainer {
    margin-bottom: 0;
}

.page-about-us-vert.consumerWrapper .auv-content .bannerContainer .slick-slider {
    margin-bottom: 0;
}

.videoThumbBanner video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bouquetsWrapper .introParas p.noteblock {
    font-size: 12px;
    clear: both;
    margin-top: 2%;
}

.bouquetsWrapper .introParas p.noteblock span {
    font-size: 12px;
}

.noteblock {
    font-size: 12px;
    clear: both;
    margin-top: 2%;
}

.noteblock span {
    font-size: 12px;
}


.parentPackWrapper {
    display: table;
}

.channelpackLeft,
.channelpackRight {
    width: 47%;
    border: 1px solid #ff7800;
    margin-bottom: 4%;
    display: table-cell;
}

.channelpackLeftCol3,
.channelpackRightCol3,
.channelpackMiddleCol3 {
    width: 31.5%;
    border: 1px solid #ff7800;
    margin-bottom: 4%;
    display: table-cell;
    float: left;
}

.channelpackMiddleCol3 {
    margin: 0 2.5% 4% 2.5%;
}

.channelpackLeftCol3,
.channelpackMiddleCol3 {
    float: left;
    text-align: center;
}

.channelpackLeftCol3 .packeTitle,
.channelpackMiddleCol3 .packeTitle {
    background-color: #e53f3e;
    float: left;
    width: 100%;
}

.channelpackRightCol3 {
    float: right;
    text-align: center;
}

.channelpackRightCol3 .packeTitle {
    background-color: #000;
    float: right;
    width: 100%;
}



.packeTitle .packImage,
.packeTitle .packPrice {
    display: inline-block;
}

.packeTitle .packImage {
    width: 50%;
}

.packeTitle .packImage img {
    margin-top: 0;
}

.packeTitle .packPrice {
    position: relative;
}

.packeTitle .packPrice {
    color: #fff;
    font-size: 40px;
}

.packeTitle .packPrice .pricenumber {
    position: absolute;
    left: 50px;
    top: 5px;
    font-size: 45px;
    font-weight: bold;
}

.packeTitle .packPrice .pricenumber sup {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    position: absolute;
    top: 10px;
}

.channelpackLeft {
    float: left;
    text-align: center;
}

.channelpackLeft .packeTitle {
    background-color: #e53f3e;
    float: left;
    width: 100%;
}

.channelpackRight {
    float: right;
    text-align: center;
}

.channelpackRight .packeTitle {
    background-color: #000;
    float: left;
    width: 100%;
}

.packFeatures,
.entSection,
.movSection,
.sportSection,
.knlgSection {
    border-top: 1px solid #ff7800;
    padding: 3% 5%;
}

.entSection h4,
.movSection h4,
.sportSection h4,
.knlgSection h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5%;
    text-align: center;
    color: #ff7800;
}

.packFeatures {
    clear: both;
}

.packFeatures ul {
    margin: 0;
    padding-top: 10px;
    clear: both;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.packFeatures ul li {
    list-style: none;
    list-style-type: none;
    background: transparent url(/css/images/bulletEnt.jpg) no-repeat left 5px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 30px;
    text-align: left;
    width: 100%;
    clear: both;
}


.channelpackLeftCol3 .parentPackWrapper .channels .channel_wrap,
.channelpackRightCol3 .parentPackWrapper .channels .channel_wrap,
.channelpackMiddleCol3 .parentPackWrapper .channels .channel_wrap {
    width: 50%;
    padding-top: 25.0625%;
}



@media screen and (min-width: 769px) and (max-width: 946px) {

    .channelpackMiddleCol3 .packeTitle .packImage,
    .channelpackLeftCol3 .packeTitle .packImage,
    .channelpackRightCol3 .packeTitle .packImage {
        width: 41%;
    }


    .channelpackMiddleCol3 .packeTitle .packImage img,
    .channelpackLeftCol3 .packeTitle .packImage img,
    .channelpackRightCol3 .packeTitle .packImage img {
        margin-top: -10px;
    }


    .channelpackMiddleCol3 .packeTitle .packPrice,
    .channelpackLeftCol3 .packeTitle .packPrice,
    .channelpackRightCol3 .packeTitle .packPrice {
        width: 41%;
        font-size: 40px;
    }

    .channelpackMiddleCol3 .packeTitle .packPrice .pricenumber,
    .channelpackLeftCol3 .packeTitle .packPrice .pricenumber,
    .channelpackRightCol3 .packeTitle .packPrice .pricenumber {
        position: absolute;
        left: 38px;
        top: 9px;
        font-size: 28px;
        font-weight: bold;
    }
}


@media screen and (max-width: 768px) {
    .layout.parentPackWrapper {
        width: calc(100% - 50px);
    }

    .channelpackLeft,
    .channelpackRight {
        width: 100%;
    }

    .packeTitle .packImage {
        width: unset;
    }

    .packeTitle .packPrice {
        position: relative;
        width: unset;
    }


    .channelpackLeftCol3,
    .channelpackRightCol3,
    .channelpackMiddleCol3 {
        width: 100%;
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 380px) {
    .packeTitle .packImage {
        display: inline-block;
        width: 60%;
        float: left;
    }

    .packeTitle .packPrice {
        display: inline-block;
        width: 40%;
        float: right;
        /*padding: 5px 0 15px 38px;*/
    }

    .packeTitle .packPrice .pricenumber {
        font-size: 40px;
    }
}

@media screen and (min-width:320px) and (max-width: 480px) {

    .channelpackMiddleCol3 .packeTitle .packImage img,
    .channelpackLeftCol3 .packeTitle .packImage img,
    .channelpackRightCol3 .packeTitle .packImage img {
        margin-top: 0;
    }
}

.videoContentSection {
    padding: 5% 0 0 0;
    background-color: orange;
    margin: 0;
}

.crackCodeFormbnnerTop .videoContentSection {
    padding: 0 0 0 0;
    background-color: #fff;
    margin: 0;
}

.crackCodeFormbnnerTop .videoContentSection .star_block {
    padding: 0;
}

.videoContentSection .star_block.video.oversize figure .content_likes {
    display: none;
}

/* --------------channel wrapper for consume detail page-----------------*/



@media screen and (min-width: 768px) {

    .parentPackWrapper .channels .channel_wrap.small,
    .parentPackWrapper .channels .channel_wrap.small {
        width: 50%;
        padding-top: 25.0625%;
    }
}

/*@media screen and (min-width: 768px) {

        .channelpackLeftCol3 .parentPackWrapper .channels .channel_wrap.small,
        .channelpackRightCol3 .parentPackWrapper .channels .channel_wrap.small,
        .channelpackMiddleCol3 .parentPackWrapper .channels .channel_wrap.small {
            width: 50%;
            padding-top: 25.0625%;
        }

    }*/


.crackCodeForm {
    text-align: center;
    margin: 10% 0;
}

.crackCodeForm p {
    font-size: 35px;
    line-height: 55px;
    color: #313131;
    margin-bottom: 10px;
}

.crackCodeForm p input {
    padding: 5px 20px;
    margin: 0 5px;
    border: none;
    border-bottom: 2px solid orange;
    color: orange;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    display: inline;
    width: 35%;
}

.crackCodeForm p input.email {
    text-transform: none;
}

.crackCodeForm .btnRow {
    margin-top: 40px;
}

.crackCodeForm .btnUpload {
    font-size: 23px;
    border: none !important;
    color: #313131;
    border-radius: 5px;
    padding: 12px 20px;
}

.disbalButtonColor {
    background-color: orange !important;
    opacity: 0.5 !important;
}


.techhireSlideBanner {}

.techhire {
    position: relative;
}

.bannerTextTech {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    color: #fff;
    font-size: 52px;
    width: 90%;
    line-height: 65px;
    font-weight: bold;
}

.techhireSlideBanner .btnUpload {
    font-size: 23px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
}

.techHirepPoup {
    padding: 5% 2%;
    top: 30%;
    color: #fff;
    font-size: 42px;
    width: 100%;
    line-height: 55px;
    background-color: orange;
    text-align: center;
    margin-bottom: 0;
}

.techHirepPoup p {
    margin-bottom: 30px;
}

.techHirepPoup .subText {
    top: 30%;
    color: #fff;
    font-size: 22px;
    width: 90%;
    line-height: 35px;
    display: block;
    margin: 0 auto 10px auto;
}

.techHirepPoup .btnUpload {
    font-size: 23px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 0px 20px;
    left: 0;
    right: 0;
    margin: 5% auto 0 auto;
    display: inline-block;
}

.crackCodeForm .checkboxForm input[type='checkbox'] {
    margin: 0;
}

.crackCodePopup {
    margin-top: 2%;
}

.crackCodePopup .innrdialog {
    padding-bottom: 0;
}

.crackCodeForm .fileupload {
    text-align: center;
    margin-top: 15px;
}

.slick-slider {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.crackCodeForm span.textForm p {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
}

.crackCodeForm .uploadFileStyle {
    font-size: 14px;
    margin-bottom: 0;
}

.techHireAlert {}

.ui-dialog .ui-dialog-titlebar-close {
    background: #fff url(/css/images/techHJIreClose.png) no-repeat left top !important;
    border: none !important;
    background-color: #fff !important
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background: #fff url(/css/images/techHJIreClose.png) no-repeat left top;
    border: none;
}

.chanelSelectPopup.ui-dialog .ui-dialog-titlebar,
.chanelAddPopup.ui-dialog .ui-dialog-titlebar {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    text-align: center !important;
}

.chanelSelectPopup.ui-dialog .ui-dialog-title,
.chanelAddPopup.ui-dialog .ui-dialog-title {
    float: none !important;
}

.ui-dialog .ui-resizable-se {
    display: none !important;
}

.errorClassTH {
    font-size: 14px;
    color: red;
    display: block;
    line-height: 20px;
    font-style: initial;
}

.crackCodeForm p.changetext {
    font-size: 14px;
    color: red;
    line-height: 20px;
    font-weight: normal;
}

#techName,
#techlastName {
    text-align: center;
    text-transform: capitalize;
}

@media screen and (min-width: 320px) and (max-width: 360px) {
    .techhireSlideBanner .btnUpload {
        font-size: 15px;
        padding: 10px 15px;
        width: 20%;
    }

    .bannerTextTech {
        top: 10%;
        font-size: 25px;
        width: 90%;
        line-height: 35px;
    }

    .crackCodeForm p input {
        font-size: 15px;
        line-height: 25px;
        width: 200px;
    }

    .crackCodeForm p {
        font-size: 15px;
        line-height: 25px;
        color: #313131;
        margin-bottom: 10px;
    }

    .crackCodeForm .btnUpload {
        font-size: 12px;
    }

    .techHirepPoup {
        font-size: 25px;
        line-height: 35px;
    }

    .techHirepPoup .btnUpload {
        font-size: 20px;
    }
}

@media screen and (min-width: 361px) and (max-width: 680px) {
    .techhireSlideBanner .btnUpload {
        font-size: 15px;
        padding: 10px 15px;
        width: 20%;
    }

    .bannerTextTech {
        top: 25%;
        font-size: 25px;
        width: 90%;
        line-height: 35px;
    }

    .crackCodeForm p input {
        font-size: 20px;
        line-height: 35px;
        width: 200px;
    }

    .crackCodeForm p {
        font-size: 20px;
        line-height: 35px;
        color: #313131;
        margin-bottom: 10px;
    }

    .crackCodeForm .btnUpload {
        font-size: 18px;
    }
}



@media screen and (min-width: 320px) and (max-width: 340px) {
    .techhireSlideBanner .btnUpload {
        font-size: 13px;
        padding: 10px 15px;
        width: 20%;
    }

    .bannerTextTech {
        top: 20%;
        font-size: 20px;
        width: 90%;
        line-height: 32px;
    }
}

.homeHeroVideo video {
    width: 100% !important;
    /*height: auto !important;*/
}

.ui-dialog .ui-dialog-content.popUpError {
    padding-left: 0;
}

.popUpError ul {
    padding-left: 30px;
}

.popUpError ul li {
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    display: block !important;
}

.subHeadingText {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .subHeadingText {
        /*font-size:12px;*/
    }
}

footer .layout .site-map li {}

/*------------Shareicon Dropdown code starts---------------*/
.dropbtn {
    background-color: white;
    padding: 0;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.dropdown {
    position: fixed;
    display: inline-block;
    right: 0;
    z-index: 9;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 99999;
    bottom: 40px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
    float: none !important;
}

.a2a_default_style a {
    float: none !important;
    padding: 0 !important;
    border-bottom: none;
}

.a2a_dd {
    display: none !important;
}

.a2a_svg {
    height: 40px !important;
    line-height: 40px !important;
    width: 40px !important;
}

.a2a_default_style .a2a_svg {
    border-radius: 0 !important;
}

@media screen and (max-width: 960px) {
    .a2a_svg {
        height: 46px !important;
        line-height: 46px !important;
        width: 46px !important;
    }

    .dropbtn {
        height: 46px !important;
        line-height: 46px !important;
        width: 46px !important;
    }
}

/*------------Shareicon Dropdown code ends---------------*/

.piracyLink {
    margin: 5% 0
}

.piracyLink p {
    margin-left: 5%
}


.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*--------------css modal popup for distribution page-----------------*/


.languagePopup {
    width: 100%
}

.languagePopup .filter-popup-language {
    text-align: left;
}

.starChannels1 {
    margin-bottom: 5%
}

.starChannels1,
.disneyChannels1,
.viewAllChannels1 {
    clear: both;
    width: 100%;
    float: left;
}

.starChannels1 .link-container {
    display: inline-block;
    float: left;
}

.languagePopup .link-container a {
    font-size: 15px !important;
    margin-left: 2em !important;
    margin-right: 2em !important;
    margin-bottom: 2em !important;
}

.starChannels1 .channelCol,
.disneyChannels1 .channelCol,
.viewAllChannels1 .channelCol {
    width: 60%;
    float: left;
    text-align: left;
    padding-top: 30px;
    padding-right: 4%;
}

.starChannels1 .imageLogo,
.disneyChannels1 .imageLogo,
.viewAllChannels1 .imageLogo {
    width: 20%;
    height: 100px;
    float: left
}

@media screen and (min-width: 481px) and (max-width:768px) {

    .starChannels1 .channelCol,
    .disneyChannels1 .channelCol,
    .viewAllChannels1 .channelCol {
        width: 70%;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    .starChannels1 .channelCol,
    .disneyChannels1 .channelCol,
    .viewAllChannels1 .channelCol {
        width: 100%;
        text-align: center;
    }

    .starChannels1 .imageLogo,
    .disneyChannels1 .imageLogo,
    .viewAllChannels1 .imageLogo {
        width: 100%;
    }

    .viewAllChannels1 .imageLogo {
        display: none
    }

    .languagePopup .link-container a {
        margin-left: 1.5em !important;
        margin-right: 1.5em !important;
    }
}


.inlineBlueStyle {
    width: 100% !important;
    margin: 0 auto 5% auto !important;
    display: block !important;
    float: none !important;
    border: none !important;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .inlineBlueStyle {
        width: 100% !important;
        margin: 0 auto 5% auto !important;
        display: block !important;
        float: none !important;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .inlineBlueStyle .channels .channel_wrap {
        width: 50% !important;
        padding-top: 30.0625% !important;
        border: 1px solid #000
    }
}

.layout.packdetailspage {
    width: calc(100% - 0px) !important;
}

.channelInfo1 {
    position: relative;
}

.maskFade {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.effectFade .maskFade {
    opacity: 0;
    overflow: visible;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.effectFade:hover .maskFade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.compareRow {
    text-align: left
}

.compareRow p {
    padding: 10px;
    text-align: left;
    margin: 15px auto;
    border: 1px solid #b8b8b8;
}

.compareRow a,
.compareRow a:visited,
.compareRow a:hover {
    color: #ff8c00 !important;
    cursor: pointer !important;
    border-bottom: 1px solid #ff8c00;
}

.darkBgRow {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
}

.packdetailspage {
    /*border: 1px solid #000;*/
    margin-bottom: 30px;
}

.packdetailspage.col2 {}

.packdetailspage.col2 .compareRow .col-xs-4:last-of-type .compareCol1 {
    border: 1px dashed #b8b8b8
}

.packdetailspage.col2 .compareRow .col-xs-4 .compareCol1 a {
    color: #333 !important;
    border-bottom: none;
    display: block;
    cursor: default;
}

.packdetailspage.col2 .summaryRow .row-eq-height .col-xs-4:last-of-type,
.packdetailspage.col2 .channelPricingRow .row-eq-height .col-xs-4:last-of-type,
.packdetailspage.col2 .channelRow .row-eq-height .col-xs-4:last-of-type,
.packdetailspage.col2 .cChanelRow .row-eq-height .col-xs-4:last-of-type {
    border-bottom: none
}



.packdetailspage .smHeadingRow {
    display: none
}

.packdetailspage .hideDivheading {
    border: none
}

.packdetailspage .hideDivheading h3.topHeading {
    font-family: 'cadiz_boldbold';
    margin-top: 30px;
}

.packdetailspage .hideDivheading h3 {
    margin-top: 30px;
    font-weight: 400;
    font-family: 'cadiz_regularregular';
    margin-top: 15px;
    font-size: 20px;
}

.packdetailspage .compareRow {
    margin-bottom: 20px;
    margin-top: 10px;
}

.summaryRow div,
.channelRow div,
.cChanelRow div,
.uChannelRow div,
.channelPricingRow div {
    /*border: 1px solid #000;*/
    border-top: 0;
}

.row.row-eq-height div {
    border-bottom: 1px solid #efeeee;
    border-right: 1px solid #efeeee;
}

.row.row-eq-height div p {
    padding: 5px 0 5px 0;
    text-align: center;
}

.row.row-eq-height div:first-child {
    border-left: 1px solid #efeeee;
}

.channelRow .row-eq-height div p {
    color: #ff8c00;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    font-family: cadiz_boldbold;
    padding-top: 20px;
}

.channelPricingRow .row-eq-height div .heading {
    color: #000;
    font-size: 20px;
    margin: 10px 0 20px 0;
    display: block
}

.row.row-eq-height div .commonchanelLogoBox div,
.row.row-eq-height div .uniquechanelLogoBox div {
    border: none;
    padding: 20px 0 30px 0;
}

.row.row-eq-height div .commonchanelLogoBox div img,
.row.row-eq-height div .uniquechanelLogoBox div img {
    -ms-interpolation-mode: bicubic;
}

.row.row-eq-height div .uniquechanelLogoBox div {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.row.row-eq-height div .uniquechanelLogoBox,
.row.row-eq-height div .commonchanelLogoBox {
    border: 0;
}


/**************equal height div it goese with script******************/

.row-eq-height {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
}

/*.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

@media screen and (min-width: 320px) and (max-width:768px) {
    .innrdialog .packdetailspage .channelPricingRow .row-eq-height,
    .innrdialog .packdetailspage .channelRow .row-eq-height,
    .innrdialog .packdetailspage .uChannelRow .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        flex-wrap: wrap;
    }
}*/
@media screen and (min-width: 769px) and (max-width:980px) {
    .row.row-eq-height div .commonchanelLogoBox div {
        width: 25%;
    }
}

@media screen and (min-width: 769px) and (max-width:991px) {
    .packdetailspage .hideDivheading {
        border: none;
        padding: 0;
    }

    .packdetailspage .hideDivheading h3 {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (min-width: 320px) and (max-width:768px) {
    .packdetailspage .smHeadingRow {
        display: block;
        text-align: center;
        border-bottom: 1px solid #efeeee;
        background-color: #f7f7f7;
        padding-bottom: 10px;
    }

    .packdetailspage .smHeadingRow h3 {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .packdetailspage .hideDivheading {
        display: none;
    }

    .packdetailspage .col-xs-10 {
        width: 100%;
        padding: 0;
    }

    .darkBgRow {
        background-color: #fff;
    }

    .smHeadingRow {
        background-color: #f7f7f7;
    }

    .row.row-eq-height div .uniquechanelLogoBox div {
        width: 48% !important;
        border: none;
        padding: 20px 0 30px 0;
        display: inline-block;
    }

    .channelRow .row-eq-height div p {
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .channelPricingRow .row-eq-height div .heading {
        font-size: 18px;
        margin: 0 0 0 0;
    }

    .row.row-eq-height div p {
        padding: 20px 0 20px 0;
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .row.row-eq-height div .uniquechanelLogoBox div {
        width: 100% !important;
        border: none;
        padding: 20px 0 30px 0;
        display: inline-block;
    }

    .row.row-eq-height div .commonchanelLogoBox div {
        width: 50%;
    }
}

.layout.channeldetailspage {
    /*width: calc(100% - 100px);*/
    width: 100%;
    margin-bottom: 0;
}

.layout.channeldetailspage .marginAdjustment {
    margin: 0 5%;
}

.layout.viewchannelsSectionBottom {
    width: calc(100% - 0px);
    margin-bottom: 50px;
}

.layout.channeldetailspage .container {
    margin: 0;
    width: 100%;
}

.layout.channeldetailspage .container .chanelCatRow .row {
    margin-right: inherit;
    margin-left: inherit;
}

.layout.channeldetailspage .container .chanelCatRow .row .col-xs-3 {
    width: 20%;
}

.layout.channeldetailspage .container .chanelCatRow h3 {
    font-size: 35px !important;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'cadiz_boldbold';
}

.chanelCatRow {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.chanelCatRow:last-of-type {
    border-bottom: none;
}

.channeldetailspageBnner {
    padding-bottom: 10px;
    clear: both;
}

.viewMorePacksBlock {
    background-color: #fef9f5;
    float: left;
    width: 100%;
    padding-bottom: 5%;
}

.viewMorePacksBlock .inner_row {
    margin-bottom: 2%
}

.viewMorePacksBlock .btnRow .viewMorePack_btn {
    font-size: 14px;
    color: #000 !important;
    background-color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 20px auto 0 auto;
    display: inherit;
    padding: 15px 10px;
    clear: both !important;
    width: 200px !important;
    text-align: center !important;
    border: 1px solid #ff8c00;
}

.viewMorePacksBlock h2 {
    font-size: 35px !important;
    font-weight: bold;
    text-align: center;
    margin: 4% 0 3% 0;
}

@media screen and (min-width: 320px) and (max-width:768px) {
    .layout.channeldetailspage {
        margin-bottom: 10px;
    }

    .layout.channeldetailspage .container .chanelCatRow .row .col-xs-3 {
        width: 33.0%;
        margin: 20px 0;
    }

    .layout.channeldetailspage .container .chanelCatRow h3 {
        font-size: 30px !important;
        font-weight: bold;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 320px) and (max-width:375px) {
    .layout.channeldetailspage {
        width: calc(100% - 50px);
    }

    .layout.channeldetailspage .container .chanelCatRow .row .col-xs-3 {
        width: 50%;
    }

    .layout.channeldetailspage .container .chanelCatRow h3 {
        font-size: 20px;
        font-weight: bold;
    }
}

.innerContentPopupComapre {
    height: 350px;
    overflow-y: scroll;
}

@media screen and (min-width: 320px) and (max-width:490px) {
    .innerContentPopupComapre {
        height: 300px;
        overflow-y: scroll;
    }
}

.addPackContainer {
    height: 450px;
    overflow-y: scroll;
}

.popupContainerInner .selectProduct,
.addPackContainerInner .selectProduct {
    position: relative;
}

.popupContainerInner .selectProduct.selected .channelInfo1,
.addPackContainerInner .selectProduct.selected .channelInfo1 {
    border: 1px solid #ff6000;
    opacity: 1;
}

.popupContainerInner .selectProduct .channelInfo1,
.addPackContainerInner .selectProduct .channelInfo1 {
    border: 1px solid #999;
    box-shadow: none;
    padding: 20px 10px;
    opacity: 0.5;
    min-height: 140px
}


@media screen and (min-width:320px) and (max-width:768px) {

    .popupContainerInner .selectProduct .channelInfo1,
    .addPackContainerInner .selectProduct .channelInfo1 {
        min-height: 140px;
        border: 1px solid #000
    }
}

.popupContainerInner .selectProduct.selected .channelInfo1 .btnRow .btnChannelpack,
.addPackContainerInner .selectProduct.selected .channelInfo1 .btnRow .btnChannelpack {
    border: none;
}



.popupContainerInner .channelInfo1 .btnRow,
.addPackContainerInner .channelInfo1 .btnRow {
    margin-top: 0 !important;
}

.popupContainerInner .selectProduct .btnChannelpack {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    border-radius: 60%;
    width: 20px !important;
    height: 27px !important;
    margin: 0;
    padding: 12px 13px;
}

.popupContainerInner .channelInfo1 .headingMain,
.addPackContainerInner .channelInfo1 .headingMain {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 100;
    text-align: center;
}

.popupContainerInner .channelInfo1 .headingSub,
.addPackContainerInner .channelInfo1 .headingSub {
    font-size: 15px !important;
    /*color: #ff6000;*/
    color: #000;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}

.popupContainerInner .selected .channelInfo1 .headingSub,
.addPackContainerInner .selected .channelInfo1 .headingSub {
    font-size: 15px !important;
    color: #ff6000;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}

.topBannerDetails {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.topBannerDetails .bradcrumbDiv,
.topBannerDetails .headingContentBanner {
    position: absolute;
}

.topBannerDetails .bradcrumbDiv {
    top: 15px;
    left: 5%;
}

.topBannerDetails .bradcrumbDiv a,
.topBannerDetails .bradcrumbDiv a:hover {
    color: #fff;
    text-decoration: underline;
    border: none;
}

.topBannerDetails .headingContentBanner {
    left: 0;
    top: 30%;
    width: 100%;
}

.topBannerDetails .headingContentBanner .headingBlock {
    display: inline-block;
    float: left;
    margin-left: 5%;
}

.topBannerDetails .headingContentBanner .headingBlock h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}

.topBannerDetails .headingContentBanner .headingBlock h2 p {
    font-size: 18px;
    line-height: 25px;
}

.topBannerDetails .headingContentBanner .packsRate {
    display: inline-block;
    float: right;
    margin-right: 5%;
}

.topBannerDetails .headingContentBanner .packsRate h2 {
    font-size: 45px;
    color: #ff8c00;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.topBannerDetails .headingContentBanner .packsRate h3 {
    font-size: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0 10px;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.topBannerDetails .headingContentBanner .packsRate h3 sub {
    font-size: 45px;
    font-weight: bold;
}


.topBannerDetails .headingContentBanner .packsRate h4 {
    font-size: 45px;
    color: #ff8c00;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.topBannerDetails .headingContentBanner .packsRate h2 span,
.topBannerDetails .headingContentBanner .packsRate h4 span {
    font-size: 15px;
    display: block;
}

@media screen and (min-width:769px) and (max-width:980px) {
    .topBannerDetails .headingContentBanner .headingBlock {
        width: 60%;
    }

    .topBannerDetails .headingContentBanner .headingBlock h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .topBannerDetails .headingContentBanner .packsRate {
        width: 45%;
    }

    .topBannerDetails .headingContentBanner .packsRate h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .topBannerDetails .headingContentBanner .packsRate h4 {
        float: right;
        font-size: 35px;
        line-height: 40px;
    }

    .topBannerDetails img {
        max-width: 150%;
        margin-left: -40%;
    }

    .topBannerDetails .headingContentBanner {
        left: 0;
        top: 20%;
        width: 100%;
    }

    .topBannerDetails .headingContentBanner .packsRate h4 {
        float: right;
    }
}

@media screen and (min-width:641px) and (max-width:768px) {
    .topBannerDetails .headingContentBanner .packsRate {
        width: 60%;
        margin: 0 auto
    }

    .topBannerDetails img {
        max-width: 200%;
        margin-left: -60%;
    }

    .topBannerDetails .headingContentBanner .packsRate {
        width: 50%;
        float: none;
        left: 0;
        right: 0;
        margin-left: 5%;
    }

    .topBannerDetails .headingContentBanner {
        left: 0;
        top: 10%;
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:640px) {
    .topBannerDetails .headingContentBanner .packsRate {
        width: 50%;
        margin: 0 auto
    }

    .topBannerDetails .headingContentBanner {
        left: 0;
        top: 10%;
        width: 100%;
    }

    .topBannerDetails img {
        max-width: 400%;
        margin-left: -60%;
    }

    .topBannerDetails .headingContentBanner .packsRate {
        width: 50%;
        float: none;
        left: 0;
        right: 0;
        margin-left: 5%;
    }

    .topBannerDetails .bradcrumbDiv {
        display: none
    }

    topBannerDetails .headingContentBanner {
        top: 0%;
    }

    .topBannerDetails .headingContentBanner .headingBlock h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .topBannerDetails .headingContentBanner .packsRate {
        width: 100%;
    }

    .topBannerDetails .headingContentBanner .packsRate h2,
    .topBannerDetails .headingContentBanner .packsRate h4 {
        font-size: 35px;
        line-height: 40px;
    }

    .topBannerDetails .headingContentBanner .packsRate h3 {
        margin: 0 25px;
    }
}

@media screen and (min-width:320px) and (max-width:340px) {
    .topBannerDetails .headingContentBanner .packsRate h3 {
        margin: 0 10px;
        font-size: 15px;
        line-height: 25px;
    }

    .topBannerDetails .headingContentBanner .packsRate h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .topBannerDetails .headingContentBanner .packsRate h3 sub {
        vertical-align: bottom;
        font-size: 25px;
    }

    .topBannerDetails .headingContentBanner .packsRate h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

.sortLink {
    /*position: absolute;
        right: 5%;
        top: 6%;*/
    color: #ff8c00;
    z-index: 9;
    float: right;
    margin-right: 4%;
    margin-top: 0.5%;
}

.sortLink .selectSort {
    margin: 0;
    width: 150px;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
    border-bottom: 2px solid #ff8c00 !important;
    border: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('images/selectDownArrow_03.jpg') right center no-repeat #fff;
    outline: none;
    color: #ff911b;
}

/* CAUTION: IE hackery ahead */
.sortLink .selectSort::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .sortLink .selectSort {
        background: none\9;
        padding: 5px\9;
    }
}

/*@media screen and (min-width:1100px) and (max-width:1150px) {
        .sortLink {
            right: 5%;
            top: 3%;
        }
    }*/

@media screen and (min-width:320px) and (max-width:1099px) {
    .sortLink {
        color: #ff8c00;
        float: none;
        margin: 0 auto 20px auto;
        width: 250px;
        position: inherit;
        right: 0;
    }
}

.uppedBtnNav {
    text-align: right;
    width: 100%;
    float: left;
    padding: 0;
    margin: -20px 0 0 0;
}

.uppedBtnNav button,
.uppedBtnNav button:hover {
    color: #fff;
}

@media screen and (min-width:320px) and (max-width:640px) {
    .uppedBtnNav {
        margin: 20px auto;
        display: block;
        text-align: center;
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .chanelAddPopup.ui-dialog .comparePanle_inner .w3-col.s6 {
        width: 100%;
    }
}

.uppedBtnNav .newBorder_btn,
.uppedBtnNav .newBorder_btn1 {
    margin: 0 10px;
    float: right
}

.newBorder_btn,
.newBorder_btn:hover {
    font-size: 14px;
    color: #000 !important;
    background-color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inherit;
    padding: 15px 40px;
    border: 1px solid #ff8c00 !important;
}

.newBorder_btn:hover {
    /*border-bottom: none !important*/
}

.newBorder_btn1,
.newBorder_btn1:hover {
    font-size: 14px;
    color: #ff8c00 !important;
    background-color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inherit;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-bottom: none !important
}

.newBorder_btn1 span {
    border-bottom: 1px solid #ff8c00;
    padding: 0 5px 2px 5px;
}

.introparabqt {
    width: 70%;
    margin: 3% auto 3% auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-family: 'cadiz_regularregular';
}

@media screen and (min-width:769px) and (max-width:1150px) {
    .introparabqt {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        margin: 3% auto 3% auto;
    }
}

.ui-dialog.chanelAddPopup {
    top: 15% !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
    width: 95% !important;
    z-index: 9999 !important;
}

.ui-widget.ui-widget-content.chanelAddPopup .ui-dialog-titlebar-close span {
    display: none
}

.ui-widget.ui-widget-content.chanelAddPopup .ui-dialog-titlebar-close {
    text-indent: -99999px;
}



.sticky_panel {
    padding: 0;
    width: 50px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    color: #fff;
    font-size: 2em;
    float: right;
    margin-right: -15px;
}

.sticky_panel.stick {
    position: fixed;
    top: 350px;
    z-index: 10000;
    right: 0;
    margin-right: 0;
}

.stickyPanel .download,
.stickyPanel .print {
    vertical-align: middle;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.stickyPanel .download,
.stickyPanel .print {
    vertical-align: text-top;
}

.stickyPanel .download a,
.stickyPanel .print a {
    border-bottom: none;
}

.stickyPanel .download img,
.stickyPanel .print img {
    margin-top: -15px;
}

.warningDiv {
    width: 100%;
    text-align: center;
    margin: 10% 0;
    font-size: 30px;
    font-family: 'cadiz_regularregular';
}

.warningDiv button,
.warningDiv button:hover {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

/* print styles */
@media print {
    .uppedBtnNav {
        display: none;
    }

    .header-container a[href]:after {
        content: none !important;
    }

    .filter-popup.showing,
    .sticky_panel.stick,
    .dropdown {
        display: none;
    }
}



#overlayLandscape {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f2973e;
    z-index: 99999;
    pointer-events: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
}

#overlayLandscape p {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
}

.mobileOritBlock {
    display: block
}

.mobileOritNone {
    display: none
}

/*@media screen and (min-device-width:480px) and (max-device-width:667px) and (orientation:landscape) {
    #overlayLandscape {
        display: block;
    }
}

@media only screen and (min-width : 321px) and (orientation:landscape) {
    #overlayLandscape {
        display: block;
        background-color: #000;
    }
}*/

.alignCenterCont {
    text-align: center;
}

.alignCenterCont .btn {
    opacity: 1 !important;
    float: none;
}

.hide-tax {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
}

.vrifyEmailrow,
.verifyOtps {
    position: relative
}

.hide-tax input[type='button'] {
    line-height: 13px;
    font-size: 13px;
    padding: 10px 20px;
    margin: 33px 0 0 0;
    background-color: #fff;
    border: none;
    color: #ff8c00;
    text-decoration: underline;
}

.verifyOtps {
    display: none;
    margin-top: 15px;
}

.verifyOtps .btnRow {
    position: inherit;
    right: 0;
    bottom: 5px;
    margin: 0;
    text-align: right
}

.verifyOtps input[type='button'] {
    line-height: 13px;
    font-size: 13px;
    padding: 5px 10px;
    margin: 30px 10px 0 0;
}

input[type="radio"]:disabled::after {
    content: '';
    display: block;
    background: rgba(128, 128, 128, 0.36);
    height: calc(100% - (2px * 2));
    width: calc(100% - (2px * 2));
    border-radius: 100%;
    position: relative;
    left: 2px;
    top: 2px;
    border: 2px solid #d7d1d1;
}

input[type="radio"]:disabled {
    border: 2px solid rgba(128, 128, 128, 0.36);
}

.warningMsgP {
    font-size: 12px;
    margin-top: 5px;
}

.tempStyle {
    color: #fff !important;
}

.tempStyle .btn.border {
    border-color: #fff !important;
    color: #fff !important;
    background-color: transparent !important;
}

.tempStyle .btn.border.disabled {
    opacity: 0.3;
}

.tempStyle .checkboxes {
    text-align: left;
}

.tempStyle form .radio-wrap input~span {
    font-size: 22px !important;
    line-height: 1 !important;
    display: inline !important;
}

#pitchYourIdeaShowTitle::placeholder,
#pitchYourIdeaShowLogline::placeholder {
    color: #fff;
    opacity: 1;
}

.page-header.subheading {
    font-size: 60px;
}

.pitch-popup .small-text label,
.pitch-popup .small-text input {
    color: #fff !important;
}

@charset "";

_:-ms-lang(x),
input#pitchYourIdeaShowTitle {
    color: #fff !important;
}

input[readonly] {
    color: #fff !important;
    border: 1px solid #fff;
}

@media screen and (min-width:320px) and (max-width:640px) {
    .page-header.subheading {
        font-size: 16px;
    }

    .tempStyle .small-text label {
        font-size: 18px;
    }

    .tempStyle .small-text ul li {
        font-size: 15px;
    }

    .pitch-popup .small-text input {
        font-size: 15px;
        line-height: 1.5;
    }
}

.offeringTabs_new {
    clear: both;
    margin-top: 40px;
    display: inline-block;
}

.offeringTabs_new .subPanel .container {
    background-color: #ff911b;
    padding: 20px 10px;
}

.offeringTabs_new .subPanel .container span {
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.subscribeBottomSection .offeringTabs_new .subPanel {
    height: 150px;
    min-height: 150px;
    margin: 1%;
    box-shadow: none;
}

.star_block .m-quote .inner,
.star_block .m-quote .caption,
.star_block .m-quote,
.star_block .caption {
    color: #fff !important;
}

.star_block.text .m-quote,
.star_block.text .m-quote.text {
    color: #fff !important;
}

.star_block.text.headshot .inner .caption {
    color: #fff !important;
}

.modal-dialog.bannerVideoPlayer .modal-body video {
    width: 100% !important;
    max-width: 100% !important;
}

.modal-dialog.bannerVideoPlayer .modal-header .close,
.modal-dialog .modal-header .close:hover {
    margin: 0;
    background-color: none !important;
    border-bottom: none;
}

.modal-dialog.bannerVideoPlayer .video-js {
    width: 100% !important;
}

.modal-dialog.bannerVideoPlayer .modal-body {
    padding-top: 0;
}

.modal-dialog.bannerVideoPlayer .modal-header {
    padding-bottom: 0;
    border-bottom: none;
}

.modal-dialog.bannerVideoPlayer .vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.modal-dialog.bannerVideoPlayer .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible !important;
    opacity: 1 !important;
}

.modal-dialog.bannerVideoPlayer .video-js:not(.vjs-has-started) .vjs-control-bar {
    display: flex !important;
}


@media screen and (min-width:320px) and (max-width:640px) {
    .bannerVideoPlayer .video-js {
        width: 100%;
    }
}

.validicon {
    background: #fff url(/css/images/validIcon.jpg) no-repeat left 5px !important;
    padding: 10px 10px 10px 35px !important;
}



.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    background-color: #000;
}

.modalDialog>div {
    width: 95%;
    position: relative;
    margin: 5% auto;
    padding: 0;
    border-radius: 0;
    background: #fff;
}

.modalDialog>div img {
    width: 100%
}

.modalDialog .close,
.modalDialog .close:hover {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 1;
    font-size: 15px;
}

.videoLink {
    cursor: pointer;
}

.homeVideoSlide .slick-slide.slick-center .slideCaption {
    opacity: 1;
}

/*Thanksyou listing page*/
.thankyouListingMainContent {
    clear: both;
}

.thankyouListingMainContent .contentHolder {
    margin: 10% 0;
    /*float: left;
    width: 100%;*/
}

.thankyouListingMainContent .contentHolder .layout {
    width: auto;
}

/*Thankyou lisitng page head slider*/
.bannerContainer_ty {
    margin: 0 auto;
    width: 100%;
    color: #333;
    background: #fff;
    position: relative;
    /*margin-bottom: 5%;*/
}

.bannerContainer_ty .slick-prev {
    position: absolute;
    left: 0;
    bottom: 30%;
}

.bannerContainer_ty .slick-next {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.bannerContainer_ty .slick-slide {
    text-align: center;
    background-color: #eb6609;
}

.bannerContainer_ty .contentBlocks .contDiv {
    position: relative
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText {
    position: absolute;
    width: 50%;
    padding-top: 15%;
    left: 0;
    top: 0;
    padding-left: 5%;
    color: #fff;
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText h4 {
    font-size: 45px;
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText h2 {
    font-size: 25px;
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText p {
    font-size: 15px;
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText .btnRow {
    text-align: center;
    margin-top: 5%;
}

.bannerContainer_ty .slick-next,
.bannerContainer_ty .slick-prev {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.bannerContainer_ty .slick-prev,
.bannerContainer_ty .slick-next {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.bannerContainer_ty .slick-next,
.bannerContainer_ty .slick-next:hover {
    background: transparent url(/css/images/arrowrightCarousel.png) no-repeat right 5px !important;
}

.bannerContainer_ty .slick-next::before,
.bannerContainer_ty .slick-prev::before {
    content: '';
}

.bannerContainer_ty .slick-prev,
.bannerContainer_ty .slick-prev:hover {
    background: transparent url(/css/images/arrowleftCarousel.png) no-repeat left 5px !important;
}

.bannerContainer_ty button:not([class^="picker__button--"]):focus,
.bannerContainer_ty button:not([class^="picker__button--"]):hover {
    background-color: transparent;
}


.bannerContainer_ty .slick-dots {
    bottom: 30px;
    list-style: none;
    text-align: center;
    margin: 0 1px;
}

.bannerContainer_ty .slick-dots li {
    margin: 0;
}

.bannerContainer_ty .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #eb6609;
}

.bannerContainer_ty .slick-dots li button::before {
    color: #999;
    font-size: 12px;
    opacity: 1;
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText .btn-default {
    border: 1px solid #ffff;
    background-color: #fff;
    color: #000;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    transition: 0.3s;
}

.bannerContainer_ty .contentBlocks .contDiv .bannerText .btn-default:hover {
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #ffff;
    background-color: #ff6000;
    border: 1px solid #fff !important;
}



@media screen and (max-width: 768px) {
    .bannerContainer_ty .contentBlocks .contDiv {
        position: relative
    }

    .bannerContainer_ty .contentBlocks .contDiv .bannerText {
        position: relative;
        width: 100%;
        padding-top: 5%;
        padding-left: 0%;
        padding-bottom: 10%;
        color: #fff;
        min-height: 300px;
        border-radius: 0
    }

    .bannerContainer_ty .slick-dots {
        bottom: 30px;
        list-style: none;
        text-align: center;
        margin: 0 1px;
    }

    .bannerContainer_ty .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #fff;
    }

    .bannerContainer_ty .slick-prev,
    .bannerContainer_ty .slick-next {
        position: absolute;
        right: 0;
        top: 25%;
        font-size: 0;
        border: none;
        background-color: transparent;
        width: 20px;
        height: 38px;
    }

    .bannerContainer_ty .contentBlocks .contDiv .bannerText h4 {
        font-size: 35px;
    }

    .bannerContainer_ty .contentBlocks .contDiv .bannerText h2 {
        font-size: 20px;
    }

    .bannerContainer_ty .contentBlocks .contDiv .bannerText p {
        font-size: 13px;
    }
}

@media screen and (max-width: 540px) {

    .bannerContainer_ty .slick-prev,
    .bannerContainer_ty .slick-next {
        position: absolute;
        right: 0;
        top: 20%;
        font-size: 0;
        border: none;
        background-color: transparent;
        width: 20px;
        height: 38px;
    }
}

/*Thankyou listing profile center slider*/

.homeVideoSlide {
    padding-bottom: 50px;
    margin-top: 4%;
}

@media (max-width: 1300px) {
    .homeVideoSlide {
        padding-bottom: 45px;
    }
}

@media (max-width: 1024px) {
    .homeVideoSlide {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .homeVideoSlide .layoutWrap {
        width: 100%;
    }
}

.homeVideoSlide .homeVideoSlideWrapper {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.homeVideoSlide .item {
    position: relative;
}

.homeVideoSlide .slick-slide .slideCaption {
    opacity: 1;
    transition: all .3s;
    z-index: 99999;
    position: absolute;
    width: auto;
    margin: 0;
    left: inherit;
    left: 0;
    right: 0;
    padding: 0 0;
    background: transparent url(/css/images/heros_wh/captionBg.png) repeat left top !important;
    bottom: -5px;
}

.homeVideoSlide .slick-slide .slideCaption h3 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    padding: 2% 0;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.homeVideoSlide .slick-slide {
    transform: scale(0.9);
    transition: 0.8s ease-in-out all;
    border-bottom: none;
}

.homeVideoSlide .slick-slide img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.homeVideoSlide .slick-slide.slick-center {
    opacity: 1;
    position: relative;
    transform: scale(1);
}

.homeVideoSlide .slick-slide.slick-center .slideCaption h3 {
    font-size: 40px;
    line-height: 45px;
}

.homeVideoSlide .slick-slide.slick-center img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-filter: none;
    filter: none;
}

.homeVideoSlide .slick-slide.slick-center .slideCaption {
    opacity: 1;
    transition: all .3s;
    z-index: 99999;
    position: absolute;
    width: auto;
    margin: 0 auto;
    left: inherit;
    /*activate when less than 3 slides*/
    left: 0;
    right: 0;
    padding: 0;
    bottom: -5px;
}

.homeVideoSlide .slick-next,
.homeVideoSlide .slick-prev {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.homeVideoSlide .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.homeVideoSlide .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.homeVideoSlide .slick-next,
.homeVideoSlide .slick-next:hover {
    background: transparent url(/css/images/arrowrightCarousel.png) no-repeat right 5px !important;
}

.homeVideoSlide .slick-next::before,
.homeVideoSlide .slick-prev::before {
    content: '';
}

.homeVideoSlide .slick-prev,
.homeVideoSlide .slick-prev:hover {
    background: transparent url(/css/images/arrowleftCarousel.png) no-repeat left 5px !important;
}

.homeVideoSlide button:not([class^="picker__button--"]):focus,
.homeVideoSlide button:not([class^="picker__button--"]):hover {
    background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 768px) {


    .homeVideoSlide .slick-slide.slick-center .slideCaption {
        bottom: -5px;
    }

    .homeVideoSlide .slick-prev,
    .homeVideoSlide .slick-next {
        top: 50%;
    }

    .homeVideoSlide .slick-slide .slideCaption h3 {
        font-size: 25px;
    }

    .homeVideoSlide .slick-slide .slideCaption {
        bottom: -5px;
    }

    .homeVideoSlide .slick-slide.slick-center .slideCaption h3 {
        font-size: 30px;
    }

    .homeVideoSlide .slick-slide img {
        -webkit-filter: none;
        /* Safari 6.0 - 9.0 */
        filter: none;
    }
}



/*Thankyou detail page style*/

.bannerContainer_details {
    margin: 0 auto;
    width: 100%;
    color: #333;
    background: #fff;
    position: relative;
    /*margin-bottom: 5%;*/
}

.bannerContainer_details .slick-prev {
    position: absolute;
    left: 0;
    bottom: 30%;
}

.bannerContainer_details .slick-next {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.bannerContainer_details .slick-slide {
    text-align: center;
    background-color: #eb6609;
}

.bannerContainer_details .contentBlocks .contDiv {
    position: relative
}

.bannerContainer_details .contentBlocks .contDiv .bannerText {
    position: absolute;
    width: 50%;
    padding-top: 8%;
    left: 0;
    top: 0;
    padding-left: 5%;
    color: #fff;
}

.bannerContainer_details .contentBlocks .contDiv .bannerText h4 {
    font-size: 45px;
}

.bannerContainer_details .contentBlocks .contDiv .bannerText h2 {
    font-size: 25px;
}

.bannerContainer_details .contentBlocks .contDiv .bannerText p {
    font-size: 15px;
}

.bannerContainer_details .contentBlocks .contDiv .bannerText .btnRow {
    text-align: center;
    margin-top: 5%;
}

.bannerContainer_details .slick-next,
.bannerContainer_ty .slick-prev {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.bannerContainer_details .slick-prev,
.bannerContainer_details .slick-next {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.bannerContainer_details .slick-next,
.bannerContainer_details .slick-next:hover {
    background: transparent url(/css/images/arrowrightCarousel.png) no-repeat right 5px !important;
}

.bannerContainer_details .slick-next::before,
.bannerContainer_details .slick-prev::before {
    content: '';
}

.bannerContainer_details .slick-prev,
.bannerContainer_details .slick-prev:hover {
    background: transparent url(/css/images/arrowleftCarousel.png) no-repeat left 5px !important;
}

.bannerContainer_details button:not([class^="picker__button--"]):focus,
.bannerContainer_details button:not([class^="picker__button--"]):hover {
    background-color: transparent;
}


.bannerContainer_details .slick-dots {
    bottom: 30px;
    list-style: none;
    text-align: center;
    margin: 0 1px;
}

.bannerContainer_details .slick-dots li {
    margin: 0;
}

.bannerContainer_details .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #eb6609;
}

.bannerContainer_details .slick-dots li button::before {
    color: #999;
    font-size: 12px;
    opacity: 1;
}

.bannerContainer_details .contentBlocks .contDiv .bannerText .btn-default {
    background-color: #fff;
    color: #000;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    transition: 0.3s;
}

.bannerContainer_details .contentBlocks .contDiv .bannerText .btn-default:hover {
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #ffff;
    background-color: #ff6000;
    border: 1px solid #fff !important;
}



@media screen and (max-width: 768px) {
    .bannerContainer_details .contentBlocks .contDiv {
        position: relative
    }

    .bannerContainer_details .contentBlocks .contDiv .bannerText {
        position: relative;
        width: 100%;
        padding-top: 5%;
        padding-left: 0%;
        padding-bottom: 10%;
        color: #fff;
        min-height: 300px;
        border-radius: 0
    }

    .bannerContainer_details .slick-dots {
        bottom: 30px;
        list-style: none;
        text-align: center;
        margin: 0 1px;
    }

    .bannerContainer_details .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #fff;
    }

    .bannerContainer_details .slick-prev,
    .bannerContainer_details .slick-next {
        position: absolute;
        right: 0;
        top: 25%;
        font-size: 0;
        border: none;
        background-color: transparent;
        width: 20px;
        height: 38px;
    }

    .bannerContainer_details .contentBlocks .contDiv .bannerText h4 {
        font-size: 35px;
    }

    .bannerContainer_details .contentBlocks .contDiv .bannerText h2 {
        font-size: 20px;
    }

    .bannerContainer_details .contentBlocks .contDiv .bannerText p {
        font-size: 13px;
    }
}

@media screen and (max-width: 540px) {

    .bannerContainer_details .slick-prev,
    .bannerContainer_details .slick-next {
        position: absolute;
        right: 0;
        top: 20%;
        font-size: 0;
        border: none;
        background-color: transparent;
        width: 20px;
        height: 38px;
    }
}

.thankyouDetailMainContent .contentHolder {
    margin: 10% auto 5% auto;
    clear: both;
    width: 80%;
    text-align: justify;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.thankyouDetailMainContent .contentHolder p {
    margin-bottom: 4%;
}

.thankyouDetailMainContent .contentHolder .layout {
    width: auto !important
}

.featuredHerosSlider {
    margin: 3% 0 5% 0;
}

.featuredHerosSlider .item div {
    margin: 0 10px;
}

.featuredHerosSlider .slick-next {
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.featuredHerosSlider .slick-prev {
    position: absolute;
    left: 0;
    top: 35%;
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 38px;
}

.featuredHerosSlider .slick-next,
.featuredHerosSlider .slick-next:hover {
    background: transparent url(/css/images/arrowrightCarousel.png) no-repeat right 5px !important;
}

.featuredHerosSlider .slick-next::before,
.featuredHerosSlider .slick-prev::before {
    content: '';
}

.featuredHerosSlider .slick-prev,
.featuredHerosSlider .slick-prev:hover {
    background: transparent url(/css/images/arrowleftCarousel.png) no-repeat left 5px !important;
}

.featuredHerosSlider button:not([class^="picker__button--"]):focus,
.featuredHerosSlider button:not([class^="picker__button--"]):hover {
    background-color: transparent;
}

.featuredHeroSection {
    /*float:left;
    width:100%;
    clear:both;*/
    margin-top: 5%;
}

.featuredHeroSection .profileSlider h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    line-height: 40px;
    margin: 0 2%;
}

.featuredHeroSection .profileDetail h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}

.featuredHeroSection .profileDetail p {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .thankyouDetailMainContent .contentHolder {
        margin: 10% auto;
        clear: both;
        width: 90%;
        text-align: justify;
    }

    .featuredHeroSection .profileSlider h3 {
        font-size: 25px;
        font-weight: 500;
        line-height: 1.1;
        line-height: 40px;
        margin: 0 2%;
    }

    .featuredHerosSlider .slick-next {
        top: 35%;
    }

    .featuredHerosSlider .slick-prev {
        top: 35%;
    }
}

.homeVideoSlideWrapper .slick-track {
    margin: 0 auto !important;
}

.homeVideoSlideWrapper .slick-dots {
    display: none !important;
}

.backgroundColorChange {
    clear: both;
    float: left;
    width: 100%;
}

.backgroundColorChange.layout {
    margin: 0 auto;
}

.backgroundColorChange .contentHolder {
    width: 85%;
    margin: 0 auto;
}

.backgroundColorChange .layout .rightContent {
    float: right;
    width: 60%;
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    margin-top: 1%;
}

.backgroundColorChange .contentHolder h4 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: 600;
    margin-top: 0;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.backgroundColorChange .layout .rightContent p {
    float: left;
}

.backgroundColorChange .layout .box-Image1 {
    width: 450px;
    float: left;
}

.backgroundColorChange .layout .box-Image2 {
    float: left;
    clear: both;
    margin: -25% 0 0 50%;
    width: 300px;
}

.backgroundColorChange .layout .leftPanel {
    width: 40%;
    float: left;
    font-size: 30px;
    margin-top: 8%;
    line-height: 50px;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.thankyouDetailMainContent.layout {
    /*width:auto;*/
    clear: both
}

.thankyouDetail-itemHeader-Slider.slick-slider {
    margin-bottom: 0 !important;
}

.thankyouDetailMainContent .contentHolder .offwhite {
    background-color: #fff;
}

/*to change page color*/
.ty-blueShade .backgroundColorChange {
    color: #fff;
    background: rgb(67, 177, 228);
    background: radial-gradient(circle, rgba(67, 177, 228, 1) 0%, rgba(67, 177, 228, 1) 49%, rgba(33, 84, 157, 1) 100%);
    padding: 5% 0;
}

.ty-blueShade .thankyouDetailMainContent {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 30px;
}

.ty-blueShade .thankyouDetailMainContent blockquote {
    border: none;
    font-style: italic;
    color: #4bbeed;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin: 0 4% 5% 4%;
    line-height: 40px;
}

.ty-blueShade .thankyouDetailMainContent h3,
.ty-blueShade .thankyouDetailMainContent a,
.ty-blueShade .thankyouDetailMainContent a:hover {
    color: #000;
    text-decoration: none;
    border: none
}


.ty-blueShade .backgroundColorChange {
    color: #fff;
    padding: 5% 0;
    background: #43b0e3;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #43b0e3 0%, #43b0e3 37%, #21549d 99%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #43b0e3 0%, #43b0e3 37%, #21549d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #43b0e3 0%, #43b0e3 37%, #21549d 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b0e3', endColorstr='#21549d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.ty-blueShade .thankyouDetailMainContent {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 30px;
}

.ty-blueShade .thankyouDetailMainContent blockquote {
    border: none;
    font-style: italic;
    color: #43b0e3;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin: 0 4% 5% 4%;
    line-height: 40px;
}

.ty-blueShade .thankyouDetailMainContent h3,
.ty-blueShade .thankyouDetailMainContent a,
.ty-blueShade .thankyouDetailMainContent a:hover {
    color: #000;
    text-decoration: none;
    border: none
}

/*purple shade*/
.ty-purpleShade .backgroundColorChange {
    color: #fff;
    padding: 5% 0;
    background: #820cbb;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #820cbb 0%, #820cbb 50%, #3e097c 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #820cbb 0%, #820cbb 50%, #3e097c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #820cbb 0%, #820cbb 50%, #3e097c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820cbb', endColorstr='#3e097c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.ty-purpleShade .thankyouDetailMainContent {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 30px;
}

.ty-purpleShade .thankyouDetailMainContent blockquote {
    border: none;
    font-style: italic;
    color: #b50ced;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin: 0 4% 5% 4%;
    line-height: 40px;
}

.ty-purpleShade .thankyouDetailMainContent h3,
.ty-purpleShade .thankyouDetailMainContent a,
.ty-purpleShade .thankyouDetailMainContent a:hover {
    color: #000;
    text-decoration: none;
    border: none
}

/*to change page color end*/


@media screen and (min-width: 320px) and (max-width: 960px) {
    .backgroundColorChange .layout .leftPanel {
        width: 100%;
        float: left;
    }

    .backgroundColorChange .layout .rightContent {
        float: right;
        width: 100%;
    }

    .backgroundColorChange .layout .rightContent h4 {
        font-size: 30px;
        color: #fff;
        line-height: 45px;
        font-weight: 600;
        margin-top: 0;
    }

    .backgroundColorChange .layout .box-Image1 {
        float: right;
        margin: 40px 0 0 0;
        width: 100%;
    }

    .backgroundColorChange .layout .box-Image2 {
        float: right;
        margin: -20% 0 0 0;
        padding: 0;
        width: 50%;
    }

    .thankyouDetailMainContent.layout {
        width: calc(100% - 20px);
        clear: both;
    }

    .thankyouDetailMainContent blockquote {
        font-size: 25px;
        line-height: 35px;
    }
}


.ceteredContent {
    width: 89%;
    margin: 0 auto;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    padding-top: 2%;
}

.ceteredContent p {
    text-align: center;
    font-size: 34px;
    line-height: 55px;
    margin: 0 10%;
}

@media screen and (min-width: 460px) and (max-width: 768px) {
    .ceteredContent {
        width: 100%;
    }

    .ceteredContent p {
        font-size: 20px;
        line-height: 35px;
    }
}

@media screen and (min-width: 320px) and (max-width: 459px) {
    .backgroundColorChange .contentHolder h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .backgroundColorChange .layout .leftPanel {
        font-size: 25px;
        line-height: 40px;
    }
}


.shareIconsRow .share_links a {
    background-color: #fff;
    padding: 0 20px;
    display: initial;
    color: #9f9f9f;
}

.shareIconsRow .share_links a:hover {
    color: #ff8c00;
}

.shareIconsRow:hover {
    background-image: none;
}

.shareIconsRow .share_links a.insta {
    display: none;
}

.shareIconsRow .share_links a.whatsapp {
    display: none;
}

.secondSection_wh {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 4%;
}

.secondSection_wh h4 {
    font-size: 35px;
    text-align: center;
    color: #333;
    font-weight: 100;
    margin-top: 6%;
    font-family: 'cadiz';
}

.shareIconsRow.bottompanel {
    width: 40%;
    margin: 0 auto;
    clear: both;
    background: transparent url(/css/images/heros_wh/deviderHR_srWhite.png) no-repeat left 50%;
}

.shareIconsRow.bottompanel:hover {
    background: none;
}

.shareIconsRow.bottompanel .share_links a i {
    color: #fff;
}

.shareIconsRow.bottompanel .share_links a i:hover {
    color: #ff8c00;
}

@media screen and (min-width: 320px) and (max-width: 1140px) {
    .shareIconsRow.bottompanel {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 1229px) {
    .shareIconsRow.bottompanel {
        background-image: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .secondSection_wh h4 {
        font-size: 25px;
        margin-top: 4%;
    }

    .shareIconsRow .share_links a {
        padding: 0 10px;
    }

    .shareIconsRow {
        background-image: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 459px) {
    .ceteredContent p {
        font-size: 13px;
        line-height: 25px;
        margin: 0 5%;
    }

    .secondSection_wh h4 {
        font-size: 19px;
        margin-top: 6%;
    }
}

.shareIconsRow.bottompanel a {
    background-color: transparent;
}

.shareIconsRow.bottompanel .share_links a.opener {
    color: #fff;
    background-color: #bf7a15;
}

.shareIconsRow.bottompanel .share_links a:hover {
    color: #ff8c00;
}

.shareIconsRow.bottompanel .share_links a svg {
    fill: #fff !important;
}

/*.maintanceHolder {
        width: 60%;
        margin: 17% auto 12% auto;
        color: #666666;
        font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
        text-align: center
    }

        .maintanceHolder h4 {
            font-size: 40px;
            color: #fe7e00;
            font-weight: bold;
            margin-top: 5%;
            margin-bottom: 2%;
        }

        .maintanceHolder p {
            font-size: 18px;
        }*/

.errorForChannel {
    color: red;
    font-size: 13px;
    display: block;
    margin-top: 5%;
}

.profileSlider {
    margin: 0 2%;
}

.paged-nav a.chevron,
.paged-nav a.chevron:hover {
    border-bottom: none;
    vertical-align: top;
}

.linkListTop ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

header {
    /*To make sub link dropdown visible for desktop*/
    overflow: unset;
}

c .accordion-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

.accordion-title h3 {
    font-size: 19px;
    float: left;
    width: 95%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff !important;
}

.accordion-title .fa {
    font-size: 25px;
    margin-right: 0.5rem;
    color: #fff !important;
}

.accordion-title i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 12px;
    float: right;
    width: 5%;
}

.accordion-title.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
}

.accordion-content ul {
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
}

.accordion-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-content ul li a,
.accordion-content ul li a:hover {
    font-size: 17px !important;
    text-decoration: none !important;
    margin: 0 0 15px 0;
    display: block;
}

.accordion-content ul li a:hover::after {
    background-color: none !important;
}

.container.mobileNav {
    padding: 0;
    width: 100%;
}

.nav-popup .content {
    width: 100%;
}

.accordion-title h3.searchLink {
    margin-top: 10px;
    margin-bottom: 0;
}

.accordion-title h3.searchLink a {
    font-size: 19px !important;
}

.filter-popup .filter-container .link-container .mobileNav a:hover::after {
    background-color: transparent !important;
}

.accordionBorder {
    border-bottom: 0.5px solid #f7bf98;
}

.languageBannerCarousal {
    margin: 0% 4% 6% 4%;
}

.chanelsPackLangFilter .channelInfo1 {
    margin-bottom: 15px;
    min-height: 280px;
    max-height: 280px;
}

.chanelsPackLangFilter .channelInfo1 .btnRow {
    margin-top: 25px;
}

/* a la carte style*/
.channels {
    *zoom: 1;
    margin-top: 25px;
}

.channels:before,
.channels:after {
    display: table;
    line-height: 0;
    content: "";
}

.channels:after {
    clear: both;
}

.channels .channel_wrap {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 28.125%;
}

@media screen and (min-width: 768px) {
    .channels .channel_wrap {
        width: 25%;
        padding-top: 14.0625%;
    }
}

.channels .channel_wrap.large {
    width: 100%;
    padding-top: 56.25%;
}

@media screen and (min-width: 768px) {
    .channels .channel_wrap.large {
        width: 50%;
        padding-top: 18.125%;
    }
}

.channels .channel_wrap.centered {
    float: none;
    margin: 0 auto;
}

.channels .channel_wrap .channel {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #ffffff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.tabContent .channels .channel_wrap p {
    font-size: 14px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    word-break: break-word;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.tabContent .channels .channel_wrap .priceTagSpan {
    font-size: 14px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -0px;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    display: block;
}

@media screen and (min-width: 1024px) and (max-width: 13660px) {
    .tabContent .channels .channel_wrap {
        /* width: 25%;
            padding-top: 25.0625%;*/
        width: 16.5%;
        padding-top: 21.0625%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
    .tabContent .channels .channel_wrap {
        width: 16.5%;
        padding-top: 25.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 15px;
    }
}

@media screen and (min-width: 840px) and (max-width: 959px) {
    .tabContent .channels .channel_wrap {
        width: 20%;
        padding-top: 25.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 839px) {
    .tabContent .channels .channel_wrap {
        width: 20%;
        padding-top: 27.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 560px) and (max-width: 768px) {
    .tabContent .channels .channel_wrap {
        width: 30%;
        padding-top: 40.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 559px) {
    .tabContent .channels .channel_wrap {
        width: 50%;
        padding-top: 47.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {

    .tabContent .channels .channel_wrap {
        width: 100%;
        padding-top: 80.0625%;
    }

    .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

.tabContainer .tabContent {
    /*border: 1px solid #ccc;
    background-color: #efefef;*/
    padding: 20px;
}

.tabContent h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    margin-bottom: 10px;
    color: #f2973e;
}

.tabContent h2 .numericFont {
    color: #313131;
    font-size: 23px;
    margin: 0 15px;
}

.tabContent h2 .numericFont span {
    color: #ef7b35;
    margin: 0 10px
}

.tabContent .white {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

.tabContent .white:last-child {
    background-color: #ffffff;
    border-bottom: none;
    margin-bottom: 60px;
    padding-bottom: 0;
    margin-top: 0;
}

.tabcarteContainer {
    margin: 0 5%;
    /*to be removed after approval
    margin: 0;

    */
}

.tabcarteContainer h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    margin-bottom: 10px;
    color: #f2973e;
}

.tabcarteContainer .channels .channel_wrap {
    text-align: center;
}

.tabcarteContainer .white {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

.tabcarteContainer .channels .channel_wrap p {
    font-size: 16px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    word-break: break-word;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.tabcarteContainer .channels .channel_wrap p {
    font-size: 16px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    word-break: break-word;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
}

.tabcarteContainer .channels .channel_wrap .priceTagSpan {
    font-size: 16px;
    color: #313131;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -0px;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    display: block;
}

@media screen and (min-width: 1024px) and (max-width: 13660px) {
    .tabcarteContainer .channels .channel_wrap {
        width: 25%;
        padding-top: 25.0625%;
        /*width: 16.5%;
            padding-top: 21.0625%;*/
    }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
    .tabcarteContainer .channels .channel_wrap {
        width: 16.5%;
        padding-top: 25.0625%;
    }

    .tabcarteContainer .channels .channel_wrap p {
        margin: 0 15px;
    }
}

@media screen and (min-width: 840px) and (max-width: 959px) {
    .tabcarteContainer .channels .channel_wrap {
        width: 20%;
        padding-top: 25.0625%;
    }

    .tabcarteContainer .tabContent .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 839px) {
    .tabcarteContainer .channels .channel_wrap {
        width: 20%;
        padding-top: 27.0625%;
    }

    .tabcarteContainer .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 560px) and (max-width: 768px) {
    .tabcarteContainer .channels .channel_wrap {
        width: 30%;
        padding-top: 40.0625%;
    }

    .tabcarteContainer .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 559px) {
    .tabcarteContainer .channels .channel_wrap {
        width: 50%;
        padding-top: 47.0625%;
    }

    .tabcarteContainer .channels .channel_wrap p {
        margin: 0 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {

    .tabcarteContainer .channels .channel_wrap {
        width: 100%;
        padding-top: 80.0625%;
    }

    .tabcarteContainer .channels .channel_wrap p {
        margin: 0 20px;
    }
}

header {
    /*To make sub link dropdown visible for desktop*/
    overflow: unset;
}

nav ul.navrhs ul {
    display: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

nav ul.navrhs li:hover>ul {
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/* style */
nav ul.navrhs {
    -webkit-font-smoothing: antialiased;
    list-style: none;
    margin: 0;
    width: auto;
    float: right;
    padding: 0 0;
    list-style: none;
    position: relative;
}

/* Clear float */
nav ul.navrhs:after {
    content: "";
    clear: both;
    display: block;
}

nav ul.navrhs li {
    float: left;
}

nav ul.navrhs li:hover {
    background: none;
}

nav ul.navrhs li:hover a,
nav ul.navrhs li:hover i.fa-angle-down {
    color: #FF8C00;
}

nav ul.navrhs li i.fa-angle-down {
    margin: 0 0 0 10px;
    font-size: 20px;
    position: absolute;
    bottom: 35%;
}

nav ul.navrhs li a {
    display: block;
    padding: 20px 30px 20px 30px;
    color: #323232;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 15px;
    position: relative;
}

nav ul.navrhs ul {
    width: 200px;
    background: #fff;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 90%;
    border-bottom: 3px solid #FF8C00;
    -webkit-box-shadow: 0px 0px 8px 0px #6B6B6B;
    box-shadow: 0px 0px 8px 0px #6B6B6B;
}

nav ul.navrhs ul::before {
    content: "";
    position: absolute;
    border-color: rgba(194, 225, 245, 0);
    border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-width: medium;
    border-bottom-color: white;
    border-width: 7px;
    margin-left: -10px;
    top: 2px;
    left: 65px;
    z-index: 1;
    box-shadow: -5px 5px 8px -5px #6B6B6B;
    transform-origin: 0 0;
    transform: rotate(134deg);
    background-color: #fff;
}

nav ul.navrhs ul li {
    float: none;
    position: relative;
    content: "";
    display: table;
}

nav ul.navrhs ul li:first-child {
    margin-top: 15px;
}

nav ul.navrhs ul li a {
    padding: 10px 20px;
    color: #323232 !important;
    font-size: 14px;
}

nav ul.navrhs ul li a:hover {
    color: #FF8C00 !important;
}

nav ul.navrhs ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav ul.navrhs li a.search {
    padding: 20px 10px;
    margin-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 1229px) {

    ul.navrhs {
        display: none;
    }
}

.accordion-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

.accordion-title h3 {
    font-size: 19px;
    float: left;
    width: 95%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff !important;
}

.accordion-title .fa {
    font-size: 25px;
    margin-right: 0.5rem;
    color: #fff !important;
}

.accordion-title i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 12px;
    float: right;
    width: 5%;
}

.accordion-title.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
}

.accordion-content ul {
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
}

.accordion-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-content ul li a,
.accordion-content ul li a:hover {
    font-size: 17px !important;
    text-decoration: none !important;
    margin: 0 0 15px 0;
    display: block;
}

.accordion-content ul li a:hover::after {
    background-color: none !important;
}

.container.mobileNav {
    padding: 0;
    width: 100%;
}

.nav-popup .content {
    width: 100%;
}

.accordion-title h3.searchLink {
    margin-top: 10px;
    margin-bottom: 0;
}

.accordion-title h3.searchLink a {
    font-size: 19px !important;
}

.filter-popup .filter-container .link-container .mobileNav a:hover::after {
    background-color: transparent !important;
}

.accordionBorder {
    border-bottom: 0.5px solid #f7bf98;
}

@media screen and (min-width: 768px) {
    .accordion-title h3.searchLink a {
        font-size: 30px !important;
    }
}

.button-box {
    text-align: center;
}

.button-box .original {
    display: none;
}

.page-leadership .leaders-speak .btnholder {
    z-index: 9 !important;
}

/*Style addition for newstage UI deployment*/
.w3-container .load-more__btn,
.w3-container .load-more__btn:hover,
.w3-container .load-more__btn:visited {
    font-size: 15px;
    color: #000 !important;
    background-color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 20px auto 0 auto;
    display: inherit;
    padding: 15px 10px;
    clear: both !important;
    width: 200px !important;
    text-align: center !important;
    border: 1px solid #ff8c00;
}

.w3-container .load-more__btn i {
    display: none;
}


.choosePackBlock .packlogos {
    float: left;
    width: 100%;
}

.choosePackBlock .packlogos ul {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 3%;
}

.choosePackBlock .packlogos ul li {
    margin: 0 1%;
    padding: 0;
    float: left;
    text-align: center;
    list-style: none;
}

.choosePackBlock .packlogos img {
    text-align: center;
    display: inline-block;
    width: auto;
}

.choosePackBlock .packlogos.comb4 {}

.choosePackBlock .packlogos.comb3 {}

.choosePackBlock .packlogos.comb4 ul li {
    width: 23%;
}

.choosePackBlock .packlogos.comb3 ul li {
    width: 31%;
}

.choosePackBlock .shortDescription {
    width: 80%;
    margin: 3% auto 5% auto;
}

.choosePackBlock .shortDescription p {
    line-height: 25px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}





.bannerTextBox .bannerText {
    position: fixed;
    margin: 0 auto;
    left: 0%;
    right: 0;
    top: 40%;
    width: 90%;
    color: #fff;
}

.bannerTextBox .bannerText h2 {
    font-size: 40px;
    line-height: 55px
}

.bannerTextBox .bannerText p {
    font-size: 20px;
    line-height: 30px;
    width: 50%;
    margin: 0 auto;
}

.banqtSectionLangThumbs {}

.banqtSectionLangThumbs {
    padding: 0 0 5% 0;
    /*background-color: #fef9f5;*/
    text-align: center;
}



.banqtSectionLangThumbs .subPanel {
    font-family: 'Cadiz', 'Kohinoor Bangla', 'Kohinoor Devanagari', Helvetica, Arial, sans-serif;
    width: 15%;
    -webkit-box-shadow: 0px 3px 10px -3px #4D4D4D;
    -moz-box-shadow: 0px 3px 10px -3px #4D4D4D;
    box-shadow: 0px 3px 10px -3px #4D4D4D;
    border: 1px solid #ebebeb;
    height: 100px;
    min-height: 100px;
    display: inline-flex;
    margin: 1%;
    background-color: #fff;
}

.banqtSectionLangThumbs .subPanel .container {
    border-top: 3px solid #ff921b;
    /*padding: 20px;
            line-height: 50px;
            vertical-align: middle;
            height: 50px;*/
}

.banqtSectionLangThumbs .subPanel .container a {
    border: none;
    height: 100px;
    vertical-align: middle;
    width: 100%;
    display: block;
    line-height: 100px;
}

.banqtSectionLangThumbs .subPanel .container a:hover {
    text-decoration: underline;
}

.banqtSectionLangThumbs .subPanel .container img {}

.banqtSectionLangThumbs .subPanel .container h3 {
    color: #ff911b;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.banqtSectionLangThumbs .subPanel .container p {
    color: #323232;
    font-size: 16px;
    height: 100px;
}

.footNotePack {
    float: left;
    width: 100%;
    text-align: left;

}

.footNotePack p {
    line-height: 20px;
    font-size: 14px;
    color: #323232;
}

.footNotePack p small {
    font-size: 11px;
    color: #323232;
}

@media screen and (max-width: 960px) and (min-width: 769px) {
    .banqtSectionLangThumbs .subPanel {
        width: 30%;
    }

    .choosePackBlock .shortDescription {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banqtSectionLangThumbs .subPanel {
        width: 80%;
        margin-bottom: 5%;
    }

    .banqtSectionLangThumbs .subPanel .container {
        margin: 0;
        width: 100%;
    }


}






@media screen and (min-width: 320px) and (max-width: 768px) {
    .choosePackBlock .packlogos ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .choosePackBlock .packlogos ul li {
        margin: 2% 2%;
        padding: 0;
        width: 46%;
        float: left;
        text-align: center;
        list-style: none;
    }

    .choosePackBlock .packlogos.comb4 ul li {
        width: 46%;
    }

    .choosePackBlock .packlogos.comb3 ul li {
        width: 29%;
    }

    .choosePackBlock .shortDescription {
        width: 100%;
    }

    .selectProduct.col3 {
        margin: 0 0px 10px 0px;
    }

    .chanelsPackLangFilter .channelInfo1 {
        min-height: 320px;
        max-height: 320px;
    }

    .chanelDisplayTab .innerContentPanel {
        margin-top: 8%;
    }
}


@media screen and (min-width: 320px) and (max-width: 539px) {
    .choosePackBlock .packlogos {
        display: block;
        justify-content: center;
        margin-bottom: 45px;
    }

    .choosePackBlock .packlogos ul li {
        text-align: center;
        margin: inherit;
        width: 46%;
        margin: 2% 2%;
    }
}

.channelInfo1 .headingMain {
    height: 40px !important;
    max-height: 40px !important;
}

.channelInfo1 .headingMain span {
    font-size: 20px;
    font-weight: normal;
}

@media screen and (min-width: 320px) and (max-width: 820px) {
    .channelInfo1 .headingMain {
        height: auto !important;
        max-height: inherit !important;
    }

    .channelInfo1 .headingMain span {
        font-size: 17px;
        font-weight: normal;
    }
}

.languageFilter .tabcarteContainer h2 {
    text-align: left;
}

.carteSlider .tabContentHeigt {
    height: auto !important;
}


