/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* STATES AND INPUT GROUP VARIABLES
    ------------------------------------*/
/*   TEMPORARY VARIABLES FOR OPERATIONS
    ------------------------------------*/
/*   CREATING SCSS USABLE VARIABLES FOR INTERPOLATION
    ------------------------------------*/
/*   FUNCTIONAL VARIABLES FOR INPUTS AND STATES
    ------------------------------------*/
/* COLOR AND FONT VARIABLES
TODO: SEPARATE COLOR ON FUNCTIONS
    ------------------------------------*/
/* MAIN STYLE FOR FORM
    ------------------------------------*/
/* line 95, ../../sass/components/form/_form-base.scss */
.form {
    /* TWITTER BOOTSTRAP FORM STYLE
    ------------------------------------*/
    /* STATES STYLES
        ------------------------------------*/
    /* ARROW BUTTON STYLES
       -----------------------------------*/
}

/* line 97, ../../sass/components/form/_form-base.scss */
.form .form-heading {
    display: block;
    color: #323131;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* line 104, ../../sass/components/form/_form-base.scss */
.form form {
    margin: 0 0 20px;
}

/* line 108, ../../sass/components/form/_form-base.scss */
.form fieldset {
    background-color: #e1e1e1;
    border: solid 2px #323131;
    padding: 13px;
    margin: 15px 0;
    min-width: 0;
}

/* line 116, ../../sass/components/form/_form-base.scss */
.form legend {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    padding: 0 5px;
}

/* line 123, ../../sass/components/form/_form-base.scss */
.form fieldset legend {
    display: table;
    white-space: normal;
    margin-right: 10px;
}

/* line 129, ../../sass/components/form/_form-base.scss */
.form label,
.form input,
.form button,
.form select,
.form textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    max-width: 100%;
}

/* line 140, ../../sass/components/form/_form-base.scss */
.form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    min-width: 200px;
}

/* line 146, ../../sass/components/form/_form-base.scss */
.form input,
.form button,
.form select,
.form textarea {
    font-family: Inter, sans-serif;
}

/* line 153, ../../sass/components/form/_form-base.scss */
.form label {
    display: block;
    margin-bottom: 5px;
}

/* line 158, ../../sass/components/form/_form-base.scss */
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* line 173, ../../sass/components/form/_form-base.scss */
.form input,
.form textarea,
.form .uneditable-input {
    width: 206px;
}

/* line 179, ../../sass/components/form/_form-base.scss */
.form fieldset textarea {
    resize: vertical;
    width: 100%;
}

/* line 184, ../../sass/components/form/_form-base.scss */
.form textarea {
    height: auto;
}

/* line 188, ../../sass/components/form/_form-base.scss */
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
    background-color: white;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    -o-transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}

/* line 198, ../../sass/components/form/_form-base.scss */
.form select:focus,
.form textarea:focus,
.form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus,
.form .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 207, ../../sass/components/form/_form-base.scss */
.form input + .help-block,
.form select + .help-block,
.form textarea + .help-block,
.form .uneditable-input + .help-block {
    margin-top: 10px;
}

/* line 214, ../../sass/components/form/_form-base.scss */
.form input,
.form textarea,
.form select,
.form .help-inline,
.form .uneditable-input {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

/* line 226, ../../sass/components/form/_form-base.scss */
.form input[type="radio"],
.form input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

/* line 234, ../../sass/components/form/_form-base.scss */
.form input[type="file"],
.form input[type="image"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form input[type="radio"],
.form input[type="checkbox"] {
    width: auto;
}

/* line 244, ../../sass/components/form/_form-base.scss */
.form select,
.form input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

/* line 253, ../../sass/components/form/_form-base.scss */
.form select {
    width: 220px;
    background-color: white;
    border: 1px solid #CCCCCC;
}

/* line 259, ../../sass/components/form/_form-base.scss */
.form select[multiple],
.form select[size] {
    height: auto;
}

/* line 264, ../../sass/components/form/_form-base.scss */
.form .uneditable-input,
.form .uneditable-textarea {
    color: #999999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #CCCCCC;
    -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
}

/* line 273, ../../sass/components/form/_form-base.scss */
.form .uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

/* line 278, ../../sass/components/form/_form-base.scss */
.form .uneditable-textarea {
    width: auto;
    height: auto;
}

/* line 283, ../../sass/components/form/_form-base.scss */
.form input:-moz-placeholder,
.form textarea:-moz-placeholder,
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #999999;
}

/* line 292, ../../sass/components/form/_form-base.scss */
.form .form-actions {
    padding-left: 180px;
}

/* line 296, ../../sass/components/form/_form-base.scss */
.form .hide {
    display: none;
}

/* line 300, ../../sass/components/form/_form-base.scss */
.form .radio,
.form .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

/* line 306, ../../sass/components/form/_form-base.scss */
.form .radio input[type="radio"],
.form .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -22px;
}

/* line 312, ../../sass/components/form/_form-base.scss */
.form .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

/* line 318, ../../sass/components/form/_form-base.scss */
.form .controls:first-child {
    *padding-left: 180px;
}

/* line 323, ../../sass/components/form/_form-base.scss */
.form .controls > .radio:first-child,
.form .controls > .checkbox:first-child {
    padding-top: 5px;
}

/* line 328, ../../sass/components/form/_form-base.scss */
.form .radio.inline,
.form .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

/* line 336, ../../sass/components/form/_form-base.scss */
.form .radio.inline + .radio.inline,
.form .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

/* line 341, ../../sass/components/form/_form-base.scss */
.form input,
.form textarea,
.form .uneditable-input {
    margin-left: 0;
}

/* line 347, ../../sass/components/form/_form-base.scss */
.form .controls-row {
    *zoom: 1;
}

/* line 349, ../../sass/components/form/_form-base.scss */
.form .controls-row:before, .form .controls-row:after {
    display: table;
    line-height: 0;
    content: "";
}

/* line 355, ../../sass/components/form/_form-base.scss */
.form .controls-row:after {
    clear: both;
}

/* line 360, ../../sass/components/form/_form-base.scss */
.form input[disabled],
.form select[disabled],
.form textarea[disabled],
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

/* line 370, ../../sass/components/form/_form-base.scss */
.form input[type="radio"][disabled],
.form input[type="checkbox"][disabled],
.form input[type="radio"][readonly],
.form input[type="checkbox"][readonly] {
    background-color: transparent;
}

/* line 380, ../../sass/components/form/_form-base.scss */
.form .control-label {
    word-break: break-all;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    line-height: normal;
}

/* line 391, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea, .form .control-group.warning .control-label, .form .control-group.warning .help-block, .form .control-group.warning .help-inline, .form .control-group.warning .checkbox, .form .control-group.warning .radio {
    color: #c09853;
}

/* line 395, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea {
    border-color: #c09853;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 400, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input:focus, .form .control-group.warning select:focus, .form .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 409, ../../sass/components/form/_form-base.scss */
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea, .form .control-group.error .control-label, .form .control-group.error .help-block, .form .control-group.error .help-inline, .form .control-group.error .checkbox, .form .control-group.error .radio {
    color: #b94a48;
}

/* line 413, ../../sass/components/form/_form-base.scss */
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea {
    border-color: #b94a48;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 418, ../../sass/components/form/_form-base.scss */
.form .control-group.error input:focus, .form .control-group.error select:focus, .form .control-group.error textarea:focus {
    border-color: #953b39;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 427, ../../sass/components/form/_form-base.scss */
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea, .form .control-group.success .control-label, .form .control-group.success .help-block, .form .control-group.success .help-inline, .form .control-group.success .checkbox, .form .control-group.success .radio {
    color: #468847;
}

/* line 431, ../../sass/components/form/_form-base.scss */
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea {
    border-color: #468847;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 436, ../../sass/components/form/_form-base.scss */
.form .control-group.success input:focus, .form .control-group.success select:focus, .form .control-group.success textarea:focus {
    border-color: #356635;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 445, ../../sass/components/form/_form-base.scss */
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea, .form .control-group.info .control-label, .form .control-group.info .help-block, .form .control-group.info .help-inline, .form .control-group.info .checkbox, .form .control-group.info .radio {
    color: #3a87ad;
}

/* line 449, ../../sass/components/form/_form-base.scss */
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea {
    border-color: #3a87ad;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 454, ../../sass/components/form/_form-base.scss */
.form .control-group.info input:focus, .form .control-group.info select:focus, .form .control-group.info textarea:focus {
    border-color: #2d6987;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 466, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input[type="radio"],
.form .control-group.error input[type="radio"],
.form .control-group.success input[type="radio"],
.form .control-group.info input[type="radio"] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 472, ../../sass/components/form/_form-base.scss */
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

/* line 479, ../../sass/components/form/_form-base.scss */
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
    border-color: #e9322d;
    -moz-box-shadow: 0 0 6px #d59392;
    -webkit-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}

/* line 486, ../../sass/components/form/_form-base.scss */
.form .help-block,
.form .help-inline {
    color: #595959;
}

/* line 491, ../../sass/components/form/_form-base.scss */
.form .help-block {
    display: block;
    margin-bottom: 0;
}

/* line 496, ../../sass/components/form/_form-base.scss */
.form .help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

/* line 504, ../../sass/components/form/_form-base.scss */
.form .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

/* line 508, ../../sass/components/form/_form-base.scss */
.form .control-group:before, .form .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}

/* line 514, ../../sass/components/form/_form-base.scss */
.form .control-group:after {
    clear: both;
}

/* line 520, ../../sass/components/form/_form-base.scss */
.form legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

/* line 525, ../../sass/components/form/_form-base.scss */
.form .radio input[type="radio"] {
    width: 20px;
    float: none;
    vertical-align: baseline;
    margin-top: 0;
    margin-bottom: 0;
}

/* line 533, ../../sass/components/form/_form-base.scss */
.form .radio .radio-label-text {
    line-height: 13px;
    vertical-align: baseline;
}

/* line 541, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button,
.form .button-arrow-right button {
    position: relative;
    box-shadow: none;
    height: 28px;
    overflow: visible;
}

/* line 549, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 20px;
}

/* line 556, ../../sass/components/form/_form-base.scss */
.form .button-arrow-right button {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 20px;
}

/* line 563, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button:after,
.form .button-arrow-right button:after {
    content: ' ';
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 3px;
    background-color: #e1e1e1;
    border: 2px solid #656363;
    box-shadow: none;
}

/* line 576, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -10px;
    border-width: 0px 1px 1px 0px;
    border-bottom-right-radius: 5px;
}

/* line 587, ../../sass/components/form/_form-base.scss */
.form .button-arrow-right button:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -10px;
    border-width: 1px 1px 0px 0px;
    border-top-right-radius: 5px;
}

/* line 598, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button:hover:after,
.form .button-arrow-right button:hover:after {
    background-color: #939191;
}

/* line 606, ../../sass/components/form/_form-base.scss */
.form > .component-content,
.form-element > .component-content {
    overflow: hidden;
}

/* FORM HORIZONTAL STYLES
   ------------------------------------*/
/* line 616, ../../sass/components/form/_form-base.scss */
.form-horizontal .radio {
    display: inline-block;
    margin-right: 10px;
}

/* IE STYLES
    ------------------------------------*/
/* line 630, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form fieldset {
    position: relative;
    margin: 10px;
}

/* line 635, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form fieldset legend {
    position: relative;
    top: -0.7em;
    left: 0.5em;
    margin-right: 20px;
}

/* line 642, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form fieldset legend span {
    display: block;
    width: 100%;
}

/* line 647, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .input-focus-border-fix {
    border-color: #52A8EC;
}

/* line 651, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button {
    border: 1px solid #656363;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

/* line 658, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button-arrow-left button:after,
.lt-ie9 .form .button-arrow-right button:after {
    position: static;
    border: none;
    display: inline;
}

/* line 665, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button-arrow-left button:before {
    content: "<<";
    padding-right: 5px;
}

/* line 670, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button-arrow-right button:after {
    content: ">>";
    padding-left: 5px;
}

/* line 682, ../../sass/components/form/_form-base.scss */
.lt-ie8 .form fieldset legend {
    top: -0.5em;
}

/* line 686, ../../sass/components/form/_form-base.scss */
.lt-ie8 .form .button {
    display: inline;
}

/* line 690, ../../sass/components/form/_form-base.scss */
.lt-ie8 .form .button-arrow-left button,
.lt-ie8 .form .button-arrow-right button {
    position: static;
}

.newsletter-box .subscription-box .bottom-paragraph-text .white-text .orange-paragraph-text {
    color: #666666; /*Pooja 22-09-2016*/
}

/* MEDIA QUERIES
    ------------------------------------*/
@media only screen and (max-width: 767px) {
    /* line 705, ../../sass/components/form/_form-base.scss */
    .form .radio input[type="radio"] {
        height: 14px;
    }

    /* line 709, ../../sass/components/form/_form-base.scss */
    .form .control-group {
        margin-bottom: 10px;
    }

    /* line 713, ../../sass/components/form/_form-base.scss */
    .form .checkboxField .control-label {
        float: left;
    }

    /* line 717, ../../sass/components/form/_form-base.scss */
    .form .control-label {
        float: none;
        width: 160px;
        padding-top: 5px;
        text-align: left;
    }

    /* line 724, ../../sass/components/form/_form-base.scss */
    .form .controls {
        margin-left: 0;
    }

    /* line 728, ../../sass/components/form/_form-base.scss */
    .form .help-block {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 239px) {
    /* line 739, ../../sass/components/form/_form-base.scss */
    .form input,
    .form textarea,
    .form .uneditable-input {
        width: 200px;
    }

    /* line 745, ../../sass/components/form/_form-base.scss */
    .form select {
        width: 200px;
    }
}

/* NO JS STYLES
    ------------------------------------*/
/* line 758, ../../sass/components/form/_form-base.scss */
.no-js .clearButton {
    display: none;
}

/*----------Zovirax contact us  Page CSS start-----------*/
.contact-us-box,
.newsletter-box {
    background: rgba(248, 248, 248, 1);
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 42%, rgba(254, 254, 254, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(42%, rgba(248, 248, 248, 1)), color-stop(50%, rgba(254, 254, 254, 1)), color-stop(72%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 42%, rgba(254, 254, 254, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 42%, rgba(254, 254, 254, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 42%, rgba(254, 254, 254, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 42%, rgba(254, 254, 254, 1) 50%, rgba(254, 254, 254, 1) 72%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
}

.newsletter-box .header-paragraph-text { /*Pooja 15-09-2016*/
    padding: 4em 8.2% 9.3em;
}

.contact-us-box .header-paragraph-text { /*Added pooja 22-07-2016 */
    padding: 4em 8.2% 4.3em;
}

.contact-us-box .header-paragraph-text h1,
.newsletter-box .header-paragraph-text h1 {
    font-size: 3em;
    margin-bottom: 0.15em; /*pooja 21-09-2016 */
}

.contact-us-box .header-paragraph-text h1 { /*Modified pooja 18-05-2016 UT*/
    padding-bottom: 0.1em;
}

.wsform .wsform-item { /*Added pooja 18-05-2016 UT*/
    margin-bottom: 2em !important;
}

.contact-us-box .header-paragraph-text p,
.newsletter-box .header-paragraph-text p {
    font-size: 1.125em;
    width: 100%;
    margin: 0;
    color: #333333;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.contact-us-box .header-paragraph-text p { /*Added pooja 22-07-2016 */
    width: 67%;
    line-height: 1.2em;
    padding-left: 0.5%;
    margin: 0;
}

.contact-us-box .header-paragraph-text p .subhead { /*Added Pooja 22-07-2016*/
    padding-bottom: 1.1em;
    display: block;
}

.contact-us-box > .component-content,
.newsletter-box > .component-content {
    padding: 0 3.33%;
}

.contact-us-form-box,
.subscription-box {
    background-color: #fff;
}

.contact-us-form-box .wsform .component-content,
.newsletter-box .wsform .component-content {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.newsletter-form .wsform .component-content {
    background-color: #fff !important;
}

.contact-us-form-box .top-form-text p { /*Added pooja 18-05-2016 UT*/
    font-size: 1.125em;
}

.contact-us-form-box .form input[type="text"] { /*Modified Pooja 22-07-2016*/
    border: 2px solid #c8c8c8;
    color: #006999;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    width: 90%; /*Pooja 15-09-2016*/
    padding: 0.35em 4% 0.35em 4.5%; /*Pooja 15-09-2016*/
}

.contact-us-box .contact-us-form.grid_8 { /*Added Pooja 22-07-2016*/
    width: 65.5%;
}

.newsletter-form .form input[type="text"] /*added sonal 19/5/16*/
{
    border: 2px solid #c8c8c8;
    color: #333333;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    width: 83.5%; /*Modified Pooja 22-07-2016*/
    padding: 0.3em 7.2%; /*Added Pooja 22-07-2016*/
}

.contact-us-form-box .form textarea { /*sonal added 12/5/2016*/
    border: 2px solid #c8c8c8;
    color: #006999;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    width: 100%; /*Pooja 15-09-2016*/
    height: 10.7em;
    border-radius: 5px;
    resize: none;
    padding: 0.9em 0 8.4em 1em; /*Pooja 15-09-2016*/
}

.contact-us-form-box .form textarea:focus { /*Pooja 27-09-2016*/
    color: #006999;
    border: 2px solid #c8c8c8;
    box-shadow: none;
}

.form-divider {
    border-top: 1px solid #CCCDD0;
    width: 955px;
}

.contact-us-form-box .wsform .wsform-label,
.newsletter-form .wsform-item .wsform-label {
    font-size: 1.125em;
    font-weight: normal;
    pointer-events: none; /*modified sonal 12/5/2016*/
    color: #333333;
    font-family: Inter, sans-serif;
}


.newsletter-box .wsform > .component-content {
    padding: 3.4em 13% 0; /*pooja 21-09-2016 */
}

.contact-us-form-box .wsform > .component-content {
    padding: 2.8em 13% 0; /*Added Pooja 22-07-2016*/
}

.contact-us-box .bottom-paragraph-text .component-content {
    padding: 0 !important;
}

.contact-us-form h2,
.newsletter-form h2 {
    display: none;
}

.subscription-box .paragraph-text {
    padding-top: 0.7em;
    padding-right: 3%; /*Modified Pooja 22-07-2016*/
    margin: 0 !important;
}

.contact-us-box .paragraph-text.info-text { /*Pooja 17-09-2016*/
    padding-top: 2.7em;
    padding-right: 3%; /*Modified Pooja 22-07-2016*/
    margin: 0 !important;
}

.contact-us-box .paragraph-text h2 { /*Pooja 15-09-2016*/
    font-size: 2em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #333333;
}

.contact-us-form .A_MSG input[type="text"] {
    height: 186px;
    font-size: 1.125em;
}

.contact-us-form {
    width: 65.9%;
}

.contact-us-form-box .paragraph-text p,
.subscription-box .paragraph-text p { /*Modified Pooja 22-07-2016*/
    font-size: 1.125em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    margin: 0;
    color: #333333;
}

.contact-us-form-box .paragraph-text p .attention-txt { /*Pooja 21-09-2016*/
    padding-bottom: 2.7em;
    display: block;
}

.contact-us-form .bottom-paragraph-text { /*Pooja 15-09-2016*/
    font-size: 1.125em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    display: block;
    color: #333333;
    padding-top: 2.3em
}

.contact-us-form .bottom-paragraph-text p {
    margin: 0;
}

/*Pooja 15-09-2016*/
.contact-us-form .bottom-paragraph-text .orange-paragraph-text {
    color: #333333;
}

/*Pooja 29-09-2016*/

.contact-us-form .bottom-paragraph-text a {
    text-decoration: none;
}

.newsletter-form .bottom-paragraph-text a { /*added sonal 19/5/16*/
    text-decoration: none;
}

.wsform .custom-select1 {
    border: 2px solid #c8c8c8;
    color: #006999;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    outline: 0;
    line-height: 1em;
    background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
    width: 72%; /*modified pooja 22-07-2016*/
    height: 2.8em; /*modified pooja 22-07-2016*/
    padding: 0em 1.3em; /*Added pooja 22-07-2016*/
}

.wsform select:focus, .wsform input[type="text"], .wsform nput[type="textarea"] {
    border-color: #c8c8c8 !important;
    color: #006999 !important;
    box-shadow: none !important;
}

.contact-us-form-box .contact-us-form form .wsform-item .wsform-controls input[type="text"] /* added sonal 13/5/16 */
{
    margin-bottom: 0px;
    color: #333333; /*modified sonal 19/5/16*/
}

.contact-us-form-box .contact-us-form form .wsform-item .wsform-controls input[type="textarea"] /* added sonal 19/5/16 */
{
    color: #333333;
}

.contact-us-form-box .contact-us-form .wsform-controls .custom-select1, input[type="text"] /*added sonal 19/5/16*/
{
    color: #333333;
}

.title-dropdown-text {
    display: none;
}

.contact-us-form .A_PRVACY_POLCY,
.newsletter-form .A_PRVACY_POLCY { /* Nilima 06-oct SIT */
    position: relative;
    padding-top: 0.5em; /*pooja 27-09-2016*/
}

.newsletter-form .A_PRVACY_POLCY { /* Nilima 06-oct SIT */
    margin-bottom: 5em !important;
}

.newsletter-form .A_INSCID {
    display: none;
}

.newsletter-form .bottom-paragraph-text p {
    font-size: 1.125em;
}

.contact-us-form .A_PRVACY_POLCY .wsform-label,
.newsletter-form .A_PRVACY_POLCY .wsform-label { /* Nilima 06-oct SIT */
    position: absolute;
    left: 2.3em;
    bottom: -2.2em;
}

.contact-us-form .A_PRVACY_POLCY .wsform-controls, /* Nilima 06-oct SIT */
.newsletter-form .A_PRVACY_POLCY .wsform-controls {
    margin-left: 0 !important;
    float: none !important;
    position: absolute;
    bottom: -36px;
    left: 0px;
    height: 25px !important;
    width: 100%; /*Sujeet 28-Sep*/
    vertical-align: middle;
}


.subscription-box .top-form-text {
    padding: 3.2em 8.5% 0;
}

.contact-us-form-box .top-form-text {
    padding: 3em 8.5% 0;
}

.newsletter-box .subscription-box .bottom-paragraph-text {
    padding: 4.8em 8.6% 0em; /*pooja 17-09-2016*/
}

.newsletter-box .subscription-box .bottom-paragraph-text p {
    margin: 0;
}

.newsletter-box .subscription-box .bottom-paragraph-text .white-text {
    font-size: 0.875em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    display: block;
    color: #666666;
}

.newsletter-box .subscription-box .bottom-paragraph-text .white-text a {
    text-decoration: none;
}

.contact-us-form-box .top-form-text p,
.subscription-box .top-form-text p {
    font-size: 1.125em;
    color: #333333;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.contact-us-form .A_PRVACY_POLCY .wsform-controls input,
.newsletter-form .A_PRVACY_POLCY .wsform-controls input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0; /*Pooja 17-09-2016*/
}

.newsletter-form .ccparsys_item_2 > div.richText span.orange-paragraph-text > a {
    text-decoration: none;
}

.policy-label { /*Pooja 21-09-2016*/
    border: 2px solid #E2E2E2 !important;
    box-shadow: none;
    border-radius: 0px;
    height: 23px !important;
    width: 23px;
    vertical-align: middle;
    position: absolute;
    bottom: -6px;
    left: 0px;
}

.ticked {
    background: url("../../img/checked.jpg") no-repeat; /*Pooja 1-10-2016*/
    border: 1px solid #E2E2E2 !important;
    background-size: 1.8em;
}

.wsform .controls {
    margin-left: 0 !important;
}

.wsform button, .wsform button:hover {
    background-color: #006999;
    color: white;
    font-size: 1.125em !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0.8em 12%;
    font-family: Inter, sans-serif !important;
    font-weight: 700;
    border: none;
}

.subscription-box .wsform button, .subscription-box .wsform button:hover {
    padding: 0.8em 9.5%;
}

.contact-us-form .control-group { /*Modified pooja 18-05-2016 UT*/
    margin-top: 3.5em;
    margin-bottom: 5em;
}

.newsletter-form .control-group { /*Modified pooja 18-05-2016 UT*/
    margin-top: 2.7em;
}

.contact-us-form-box .validation-text p {
    margin: 0;
    padding: 2em 0 0 8.6%;
    font-size: 1.125em;
}

/*Pooja 17-09-2016 start*/
::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #333333;
}

::-moz-placeholder { /* Firefox */
    color: #333333;
}

:-ms-input-placeholder { /* IE10 and 11 */
    color: #333333 !important;
}

::-ms-input-placeholder { /* Edge */
    color: #333333;
}

::placeholder {
    color: #333333;
}

/*Pooja 17-09-2016 end*/


.newsletter-box .validation-text p { /*Pooja 30-09-2016*/
    font-size: 1em;
    color: #c6080e;
    padding: 1em 8.5% 0;
}

/*----------Zovirax contact us  Page CSS Ends-----------*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .contact-us-box > .component-content, .newsletter-box > .component-content {
        padding: 0 2.5%;
    }

    .contact-us-box .header-paragraph-text,
    .newsletter-box .header-paragraph-text {
        padding: 2.3em 8.2% 4.8em;
    }

    .contact-us-box .header-paragraph-text h1 {
        font-size: 2em;
        padding-bottom: 0.6em;
    }

    .contact-us-box .header-paragraph-text p {
        font-size: 0.75em;
    }

    .contact-us-box .header-paragraph-text {
        padding: 2.3em 8.33% 2.1em;
    }

    .contact-us-form-box .top-form-text {
        padding: 2em 8.5% 0;
    }

    .contact-us-form-box .top-form-text p {
        font-size: 0.75em;
        font-weight: bold;
    }

    .contact-us-form-box .wsform .wsform-label {
        font-size: 0.75em;
        font-weight: bold;
        width: 25%;
        padding-top: 1em; /*Pooja 24-09-2016*/
    }

    .contact-us-form-box .form input[type="text"] {
        border: 1px solid #c8c8c8;
        width: 92.5%; /*Pooja 22-09-2016*/
        padding: 0em 0% 0 6%;
        margin: 0;
        font-size: 0.75em;
    }

    .contact-us-form-box .paragraph-text p {
        font-size: 0.75em;
    }

    .contact-us-form-box .wsform > .component-content {
        padding: 1.1em 13% 0;
    }

    .contact-us-form-box .paragraph-text {
        padding: 0.9em 6.5% 0 2%;
    }

    .contact-us-box .contact-us-form .paragraph-text {
        padding: 0.5em 0% 0 35%;
    }

    .contact-us-form-box .wsform .wsform-item {
        margin-bottom: 1.25em !important;
    }

    .contact-us-box .paragraph-text h2 {
        font-size: 1.3125em;
        text-decoration: none; /*Pooja 22-09-2016*/
    }

    .contact-us-form .bottom-paragraph-text {
        font-size: 0.75em;
        padding-left: 35%;
        padding-top: 2.3em;
    }


    .contact-us-form-box .A_PRVACY_POLCY {
        margin-left: 34%;
        padding-top: 1.1em;
    }

    .contact-us-form .control-group {
        margin-top: 1.6em;
        margin-bottom: 2.5em;
    }

    .contact-us-form-box .form textarea { /*Pooja 22-09-2016*/
        font-size: 0.75em;
        border: 1px solid #c8c8c8;
        width: 100%;
        margin: 0;
        height: 12.5em;
        border: 1px solid #c8c8c8;
    }


    .contact-us-box .contact-us-form.grid_8 { /*Added Pooja 22-09-2016*/
        width: 67%;
    }


    .policy-label {
        border: 1px solid #E2E2E2 !important;
        height: 0.8em !important;
        width: 13px; /*Pooja 1-10-2016*/
        bottom: 0.8em; /*Pooja 22-09-2016*/
        left: 4px;
    }

    .contact-us-form-box .validation-text p,
    .wsform .wsform-hint, .wsform .mandatory-marker {
        font-size: 0.75em;
    }

    .newsletter-box .wsform > .component-content {
        padding: 1.1em 13% 0;
    }

    .newsletter-box .wsform .wsform-item {
        margin-bottom: 1.25em !important;
    }

    .newsletter-box .wsform .custom-select1 {
        border: 1px solid #c8c8c8;
        width: 80%;
        height: 3.1em;
        padding: 0em 0% 0 5%;
        font-size: 0.75em;
        background: url(../../img/select-arrow.gif) 100% -6px no-repeat !important;
    }

    .newsletter-form .form input[type="text"] {
        border: 1px solid #c8c8c8;
        width: 95%;
        padding: 0em 0% 0 6%;
        margin: 0;
        font-size: 0.75em;
    }

    .wsform button,
    .wsform button:hover {
        font-size: 0.938em !important;
        padding: 0.6em 18%;
    }

    .subscription-box .wsform button, .subscription-box .wsform button:hover {
        padding: 0.6em 13%;
    }

    .newsletter-form .control-group {
        margin-top: 1em;
    }

    .newsletter-box .subscription-box .bottom-paragraph-text { /*Pooja 23-09-2016*/
        padding: 1.8em 11% 3.5em 25.5%;
    }

    .newsletter-box .subscription-box .bottom-paragraph-text .white-text {
        font-size: 0.563em;
    }

    .newsletter-form .wsform-item .wsform-label { /*pooja 17-09-2016*/
        font-size: 0.75em;
        width: 25%;
    }

    .wsform .wsform-controls, .wsform .controls {
        margin-left: 35% !important;
    }

    .newsletter-box .header-paragraph-text h1 {
        font-size: 2em;
        margin-bottom: 0.7em;
    }

    .newsletter-box .header-paragraph-text p {
        font-size: 0.75em;
        width: 65%;
        display: block;
    }

    .subscription-box .top-form-text {
        padding: 1.9em 8.4% 0;
    }

    .subscription-box .paragraph-text p {
        font-size: 0.75em;
    }

    .newsletter-form .bottom-paragraph-text p {
        font-size: 0.75em;
    }

    .form-divider {
        width: 604px !important;
    }

    .subscription-box .top-form-text p { /*pooja 17-09-2016*/
        font-size: 0.75em;
    }

    .newsletter-box .validation-text p { /*Pooja 30-09-2016*/
        font-size: 0.75em;
        padding: 1em 8% 0;
    }

    .ticked { /*Pooja 1-10-2016*/
        background-size: 0.9em;
    }

}


/* MEDIA QUERIES
    ------------------------------------*/
@media only screen and (max-width: 767px) {
    /* line 705, ../../sass/components/form/_form-base.scss */
    .form .radio input[type="radio"] {
        height: 14px;
    }

    /* line 709, ../../sass/components/form/_form-base.scss */
    .form .control-group {
        margin-bottom: 10px;
    }

    /* line 713, ../../sass/components/form/_form-base.scss */
    .form .checkboxField .control-label {
        float: left;
    }

    /* line 717, ../../sass/components/form/_form-base.scss */
    .form .control-label {
        float: none;
        width: 160px;
        padding-top: 5px;
        text-align: left;
    }

    /* line 724, ../../sass/components/form/_form-base.scss */
    .form .controls {
        margin-left: 0;
    }

    /* line 728, ../../sass/components/form/_form-base.scss */
    .form .help-block {
        margin-bottom: 10px;
    }

    .policy-label {
        border: 1px solid #E2E2E2 !important;
        box-shadow: none;
        border-radius: 0px;
        height: 18px !important;
        width: 18px;
    }

    .contact-us-form .A_PRVACY_POLCY .wsform-controls,
    .newsletter-form .A_PRVACY_POLCY .wsform-controls {
        bottom: -18px;
    }

    .newsletter-form .richText p {
        font-size: 0.75em;
        text-decoration: none;
    }

    .wsform button, .wsform button:hover {
        font-size: 0.938em !important;
        padding: 0.9em 0%;
        border-radius: 2px;
        width: 100%;
    }

    .contact-us-form .A_PRVACY_POLCY {
        padding-top: 0; /*Pooja 20-09-2016*/
    }

    .wsform .wsform-hint, .wsform .mandatory-marker {
        color: #c6080e;
        FONT-SIZE: 0.75EM;
    }

    .newsletter-box .validation-text p { /*Pooja 30-09-2016*/
        font-size: 0.75em;
        padding: 1em 10.5% 0;
    }

    .wsform .custom-select1 {
        width: 79% !important;
        border: 1px solid #C8C8C7;
        height: 3em;
        font-size: 0.75em;
        padding: 0em 4%; /*Pooja 23-09-2016*/
        background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
        background-size: 18%;
    }

    .newsletter-box .wsform .custom-select1 option {
        padding-left: 6%;
    }

    /*Pooja 23-09-2016*/
    .newsletter-box .subscription-box .bottom-paragraph-text {
        padding: 0em 11% 0em; /*Pooja 17-09-2016*/
    }

    .newsletter-box .subscription-box .bottom-paragraph-text .white-text {
        font-size: 0.75em;
    }

    .newsletter-form .control-group {
        margin-top: 2.5em;
    }

    .validation-text p {
        padding: 2.2em 10.6% 0;
        font-size: 0.75em;
    }

    .subscription-box .wsform button, .subscription-box .wsform button:hover {
        padding: 0.6em 0%;
    }

    .ticked {
        background: transparent url("../../img/checked.jpg") no-repeat scroll 0px 0px / 18px auto;
    }

    .contact-us-form-box .validation-text p { /*Pooja 20-09-2016*/
        font-size: 0.75em;
        padding: 2em 7% 0 10%;
    }

    .newsletter-box {
        background: rgba(245, 245, 245, 1);
    }

    /*Pooja 22-09-2016*/
    .ticked { /*Pooja 1-10-2016*/
        background-size: 1.5em;
    }
}

@media only screen and (max-device-width: 767px)and (orientation: landscape) {
    .wsform .custom-select1 {
        background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
        background-size: 10%;
    }

    .parametrizedhtml .product-list-drop,
    .buy-online-box .location-main-box .locationFinder .locationFinder-selectOption {
        background-size: 10% !important;
    }
}

@media only screen and (max-width: 239px) {
    /* line 739, ../../sass/components/form/_form-base.scss */
    .form input,
    .form textarea,
    .form .uneditable-input {
        width: 200px;
    }

    /* line 745, ../../sass/components/form/_form-base.scss */
    .form select {
        width: 200px;
    }
}

@media screen and (max-width: 601px) and (min-width: 601px) {
    .wsform .custom-select1 {
        background-size: auto;
    }
}
.hidden-password-field {
    display: none
}

/**/

.confirmemail .gigya-input-text {
    margin-left: 65px !important;
    margin-top: 20px;
}

.confirmemail .gigya-label-text {
    margin-top: 37px;
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
    color: #c6080e;
    margin-left: 55px;
}

.confirmemail .gigya-required-display.gigya-reset {
    margin-top: 37px;
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
    margin-left: 32%;
}

.newsletter-box .subscription-box .top-form-text {
    display: none !important;
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(4) {
    margin-bottom: 8%;
    color: #333333;
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
    display: none;
    color: #c6080e;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    width: 550px;
    padding-bottom: 9%;
}

.gigya-screen .default-submit-button input[type=submit] {
    background-color: #F36633
}

.newsletter-box .subscription-box .gigya-raas.initialized .gigya-screen-caption {
    display: none
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
    position: absolute;
    left: 14.7%;
    color: #666;
    font-size: 18px;
    font-weight: 400
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
    border: 2px solid #c8c8c8;
    border: 2px solid #c8c8c8;
    color: #006999;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    outline: 0;
    line-height: 1em;
    background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
    width: 48.3%;
    height: 50px;
    padding: 0 1.3em;
    margin-left: 140px;
    margin-top: -13px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control option {
    color: #006999;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text {
    border: 2px solid #c8c8c8 !important;
    display: inline;
    height: 51px;
    width: 66.3%;
    color: #006999;
    margin-left: 92px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-left: 21px
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label {
    color: #323131;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a {
    color: #f47920;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-size-adjust: 100%;
    text-transform: capitalize
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a:hover {
    text-decoration: none;
    color: #f47920
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label span.gigya-label-text.gigya-checkbox-text + label {
    display: none
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
    border: 2px solid #E2E2E2 !important;
    box-shadow: none;
    height: 26px !important;
    width: 26px !important;
    -webkit-appearance: none
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-container-enabled .gigya-composite-control-submit input.gigya-input-submit {
    background-color: #006999;
    color: #fff;
    font-size: 1.125em !important;
    -webkit-border-radius: 4px;
    font-family: Inter, sans-serif !important;
    font-weight: 700;
    border: none;
    width: 31%;
    height: 49px;
    float: left
}

.newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
    margin-left: 3%;
    width: 683px
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label span.gigya-label-text {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Inter, sans-serif;
    font-weight: 400
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-layout-cell.with-social-login.responsive .gigya-composite-control.gigya-composite-control-dropdown {
    padding-bottom: 0 !important
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    box-shadow: none
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox:checked {
    outline: none;
    background: url(../../img/checked.jpg) no-repeat;
    border: 1px solid #E2E2E2 !important;
    background-size: 1.8em
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
    border: none
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-dropdown label.gigya-label {
    margin-top: 9px;
    padding-bottom: 0
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
    color: #c6080e;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    text-size-adjust: 100%;
    font-weight: 400;
    text-align: left;
    padding-left: 175px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control.gigya-spacer {
    padding: 0
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) span.gigya-label-text {
    padding-top: 31px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) label.gigya-required-display.gigya-reset {
    padding-top: 31px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input {
    margin-top: 14px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) span.gigya-label-text {
    padding-top: 35px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) label.gigya-required-display.gigya-reset {
    padding-top: 35px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
    margin-top: 16px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) span.gigya-label-text {
    padding-top: 35px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) label.gigya-required-display.gigya-reset {
    padding-top: 35px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
    margin-top: 16px;
    margin-left: 132px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) label.gigya-label {
    margin-left: 14px;
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
    padding-bottom: 42px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(1) .gigya-layout-cell .gigya-composite-control:nth-child(3) span.gigya-error-msg.gigya-error-msg-active.gigya-error-code-400027 {
    margin-top: -13px;
    margin-bottom: 13px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error:nth-child(5) {
    padding-bottom: 42px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 6px
}

.newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid:nth-child(5) {
    padding-bottom: 42px
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox label.gigya-label {
    width: 18%;
    margin-bottom: 19px;
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox p {
    color: #c6080e;
    float: left !important;
    margin-top: 6%;
    width: 87% !important;
    margin-left: 0%;
    position: absolute;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid p {
    margin-top: 2.3% !important;
}

/* .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-layout-row .gigya-layout-cell .gigya-composite-control-dropdown .gigya-label label.gigya-required-display{display:none;} */
.newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
    outline: none;
}

@media only screen and (max-width: 1024px) {
    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
        margin-left: 30%;
    }

    .newsletter-box .subscription-box .gigya-raas.initialized .gigya-screen-caption {
        display: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        position: absolute;
        left: 15.2%;
        color: #666;
        font-size: 18px;
        font-weight: 400
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        border: 2px solid #c8c8c8;
        color: #006999;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: .01px;
        outline: 0;
        line-height: 1em;
        background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
        width: 48.3%;
        height: 50px;
        padding: 0 1.3em;
        margin-left: 141px;
        margin-top: -13px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control option {
        color: #006999;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 18px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text {
        border: 2px solid #c8c8c8 !important;
        display: inline;
        height: 51px;
        width: 66.3%;
        color: #006999;
        margin-left: 92px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding-left: 21px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label {
        color: #323131;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a {
        color: #323131;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        text-size-adjust: 100%;
        text-transform: capitalize
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a:hover {
        text-decoration: none;
        color: #868484
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label span.gigya-label-text.gigya-checkbox-text + label {
        display: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        border: 2px solid #E2E2E2 !important;
        box-shadow: none;
        height: 26px !important;
        width: 26px !important;
        -webkit-appearance: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-container-enabled .gigya-composite-control-submit input.gigya-input-submit {
        background-color: #006999;
        color: #fff;
        font-size: 1.125em !important;
        -webkit-border-radius: 4px;
        font-family: Inter, sans-serif !important;
        font-weight: 700;
        border: none;
        width: 31%;
        height: 49px;
        float: left
    }

    .newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
        margin-left: 3%;
        width: 683px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label span.gigya-label-text {
        font-size: 18px;
        color: #333;
        cursor: pointer;
        display: block;
        float: left;
        font-family: Inter, sans-serif;
        font-weight: 400
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-layout-cell.with-social-login.responsive .gigya-composite-control.gigya-composite-control-dropdown {
        padding-bottom: 0 !important
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text:checked {
        box-shadow: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox:checked {
        outline: none;
        background: url(../../img/checked.jpg) no-repeat;
        border: 1px solid #E2E2E2 !important;
        background-size: 1.8em
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
        border: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-dropdown label.gigya-label {
        margin-top: 9px;
        padding-bottom: 0
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
        color: #c6080e;
        display: block;
        font-family: Inter, sans-serif;
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        text-size-adjust: 100%;
        font-weight: 400;
        text-align: left;
        text-indent: 30%;
        padding-left: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control.gigya-spacer {
        padding: 0
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) span.gigya-label-text {
        padding-top: 31px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) label.gigya-required-display.gigya-reset {
        padding-top: 31px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input {
        margin-top: 14px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) span.gigya-label-text {
        padding-top: 35px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) label.gigya-required-display.gigya-reset {
        padding-top: 35px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
        margin-top: 16px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) span.gigya-label-text {
        padding-top: 35px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) label.gigya-required-display.gigya-reset {
        padding-top: 35px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
        margin-top: 16px;
        margin-left: 132px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) label.gigya-label {
        margin-left: 14px;
        text-indent: 15%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
        padding-bottom: 42px;
        text-indent: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(1) .gigya-layout-cell .gigya-composite-control:nth-child(3) span.gigya-error-msg.gigya-error-msg-active.gigya-error-code-400027 {
        margin-top: -13px;
        margin-bottom: 13px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error:nth-child(5) {
        padding-bottom: 42px;
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 6px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid:nth-child(5) {
        padding-bottom: 42px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        outline: none;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
        font-size: 12px;
        padding-bottom: 3%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(4), .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
        margin-left: -1%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(4) {
        font-size: 12px;
    }

    .newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
        margin-left: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
        margin-left: 22%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .contact-us-box .header-paragraph-text, .newsletter-box .header-paragraph-text {
        margin-left: 0;
        padding: 2.3em 8.2% 4.8em
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label span.gigya-label-text {
        font-size: 12px
    }

    .newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
        margin-left: 3%;
        margin-left: 22px
    }

    .gigya-screen.portrait {
        padding-top: 23px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        left: 13%;
        font-size: .75em
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        border: 1px solid #c8c8c8 !important;
        width: 34%;
        height: 3.4em;
        background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
        font-size: .75em
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input {
        border: 1px solid #c8c8c8 !important;
        width: 43%;
        height: 38px;
        margin-left: 20%
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
        border: 1px solid #c8c8c8 !important;
        width: 43%;
        height: 38px;
        margin-left: 20%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
        border: 1px solid #c8c8c8 !important;
        width: 43%;
        height: 38px;
        margin-left: 135px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        border: 1px solid #c8c8c8 !important;
        width: 43%;
        height: 38px;
        margin-left: 90px !important;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a {
        font-size: 1em
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        border: 1px solid #E2E2E2 !important;
        margin: 0;
        height: 15px !important;
        width: 15px !important
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-container-enabled .gigya-composite-control-submit input.gigya-input-submit {
        width: 136px;
        height: 35px;
        font-size: 15.008px !important;
        margin-left: 116px
    }

    .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown input, .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select, .gigya-screen .gigya-composite-control.gigya-composite-control-password input, .gigya-screen .gigya-composite-control.gigya-composite-control-password select, .gigya-screen .gigya-composite-control.gigya-composite-control-textbox input, .gigya-screen .gigya-composite-control.gigya-composite-control-textbox select {
        margin-bottom: 0
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label {
        font-size: 12px;
        width: 85%;
        line-height: 18px;
        margin-top: 10px;
        margin-right: 118px
    }

    .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown input, .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown select, .gigya-screen .gigya-composite-control.gigya-composite-control-password input, .gigya-screen .gigya-composite-control.gigya-composite-control-password select, .gigya-screen .gigya-composite-control.gigya-composite-control-textbox input, .gigya-screen .gigya-composite-control.gigya-composite-control-textbox select {
        margin-bottom: 0 !important
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-composite-control.gigya-composite-control-textbox.confirmemail .gigya-label label.gigya-required-display {
        margin-top: 4.75%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox:checked {
        outline: none;
        background: url(../../img/checked.jpg) no-repeat;
        border: 1px solid #E2E2E2 !important;
        background-size: 12.6px;
        box-shadow: none;
        color: #323131;
        cursor: pointer;
        display: block;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: 400;
        height: 11.2px;
        line-height: normal;
        width: 13px;
        vertical-align: middle;
    }

    .newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
        margin-left: 0%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        left: 10.25%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        margin-left: 96px;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        margin-left: 11.5%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        margin-left: 45px !important;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
        margin-left: 90px !important;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
        text-indent: 22%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid p {
        margin-top: 4.3% !important;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        width: 45%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        width: 57%
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        position: absolute;
        left: 105px;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-composite-control.gigya-composite-control-textbox.confirmemail .gigya-label label.gigya-required-display {
        margin-top: 3.5%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        outline: none;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        margin-left: 25%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
        text-indent: 29%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
        margin-left: 19.5%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
        margin-left: 24% !important;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        margin-left: 86px !important;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        position: absolute;
        left: 8.25%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
        margin-left: 29%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid p {
        margin-top: 2.3% !important;
    }
}

@media only screen and (max-width: 767px) {

    .confirmemail .gigya-input-text {
        margin-left: 0px !important;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
        width: 100%;
        font-size: 12px;
        padding-bottom: 5%;
    }

    .newsletter-box .subscription-box .gigya-raas.initialized .gigya-screen-caption {
        display: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        position: absolute;
        left: 15.2%;
        color: #666;
        font-size: 13px;
        line-height: normal;
        font-weight: 400;
        left: 35px;
        font-family: Inter, sans-serif;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        border: 1px solid #c8c8c8;
        color: #006999;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 12px;
        -webkit-appearance: none;
        text-indent: .01px;
        outline: 0;
        line-height: 1em;
        background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
        width: 74.3%;
        height: 36px;
        padding: 0 1.3em;
        margin-top: 27px;
        margin-left: -28px;
        padding-left: 11px;
        background-size: 18%
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control option {
        color: #006999;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 12px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text {
        border: 1px solid #c8c8c8 !important;
        display: inline;
        height: 37px;
        width: 94.3%;
        color: #006999;
        margin-left: 0;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 12px;
        padding-left: 12px;
        border-radius: 1px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label {
        color: #323131;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        width: 93%;
        margin-right: 22px;
        padding-bottom: 6px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a {
        color: #323131;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        text-size-adjust: 100%;
        text-transform: capitalize
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label a:hover {
        text-decoration: none;
        color: #868484
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-label span.gigya-label-text.gigya-checkbox-text + label {
        display: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        border: 1px solid #E2E2E2 !important;
        box-shadow: none;
        height: 21px !important;
        width: 21px !important;
        -webkit-appearance: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-container-enabled .gigya-composite-control-submit input.gigya-input-submit {
        background-color: #006999;
        color: #fff;
        font-size: 15.008px !important;
        -webkit-border-radius: 2px;
        font-family: Inter, sans-serif !important;
        font-weight: 700;
        border: none;
        width: 94%;
        height: 36px;
        float: left
    }

    .newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
        margin-left: 0;
        width: 100%;
        padding-left: 41px;
        padding-top: 6px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label span.gigya-label-text {
        font-size: 12px !important;
        color: #333;
        cursor: pointer;
        display: block;
        float: left;
        font-family: Inter, sans-serif;
        font-weight: 400;
        padding-left: 4px;
        margin-top: 0%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-layout-cell.with-social-login.responsive .gigya-composite-control.gigya-composite-control-dropdown {
        padding-bottom: 0 !important
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text:checked {
        box-shadow: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox:checked {
        outline: none;
        background: url(../../img/checked.jpg) no-repeat;
        border: 1px solid #E2E2E2 !important;
        background-size: 18px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error {
        border: none
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-dropdown label.gigya-label {
        margin-top: 9px;
        padding-bottom: 0
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
        color: #c6080e;
        display: block;
        font-family: Inter, sans-serif;
        font-size: 12px;
        height: 24px;
        line-height: 18px;
        text-size-adjust: 100%;
        font-weight: 400;
        text-align: left;
        padding-left: 0
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control.gigya-spacer {
        padding: 0
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) span.gigya-label-text {
        padding-top: 7px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) label.gigya-required-display.gigya-reset {
        padding-top: 7px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input {
        margin-top: 8px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) span.gigya-label-text {
        padding-top: 2px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) label.gigya-required-display.gigya-reset {
        padding-top: 3px;
        position: absolute;
        left: 10%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
        margin-top: 8px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) span.gigya-label-text {
        padding-top: 2px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) label.gigya-required-display.gigya-reset {
        padding-top: 3px;
        position: absolute;
        left: 10%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
        margin-top: 8px;
        margin-left: 0
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) label.gigya-label {
        margin-left: 4px;
        padding-top: 3px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(5) {
        padding-bottom: 16px;
        margin-left: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(1) .gigya-layout-cell .gigya-composite-control:nth-child(3) span.gigya-error-msg.gigya-error-msg-active.gigya-error-code-400027 {
        margin-top: -13px;
        margin-bottom: 13px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-error:nth-child(5) {
        padding-bottom: 14px;
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 6px
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid:nth-child(5) {
        padding-bottom: 42px
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        outline: none;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        position: absolute;
        left: 10%;
        margin-top: 0%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
        text-indent: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
        line-height: 18px;
        padding-bottom: 6%;
        margin-left: 0%
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(4) {
        font-size: 12px;
        margin-bottom: 0%;
        margin-left: 0%
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox p {
        color: #c6080e;
        float: left !important;
        margin-top: 7%;
        width: 87% !important;
        margin-left: 0%;
        font-weight: 400;
        position: absolute;
        /* padding-bottom: 15% !important; */
        font-size: 12px;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox label.gigya-label {
        width: 18%;
        margin-bottom: 5px;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid p {
        margin-top: 6.5% !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .newsletter-box .subscription-box .gigya-locale-en .gigya-screen.v2.gigya-reauthentication-screen.portrait {
        padding: .8em 10% 0 11%
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        left: 10%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        background: url(../../img/select-arrow.gif) 100% 50% no-repeat;
        background-size: 10%;
        padding: 0 4%
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input {
        width: 99.5%
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text {
        margin-left: 1px;
        width: 99.5%
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
        width: 99.5%
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form label.gigya-composite-control.gigya-composite-control-label {
        margin-right: 39px;
        width: 98%
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-container-enabled .gigya-composite-control-submit input.gigya-input-submit {
        width: 100%
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-checkbox .gigya-input-checkbox {
        outline: none;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control-textbox .gigya-input-text:focus {
        border: 1px solid #c8c8c8 !important;
        outline: none;
        box-shadow: none;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form span.gigya-error-msg.gigya-error-msg-active {
        text-indent: 0%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        left: 35px;
        margin-top: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        width: 100%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:first-child .gigya-layout-cell .gigya-composite-control select {
        width: 80%;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-label label.gigya-required-display.gigya-reset {
        position: absolute;
        left: 10%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-composite-control.gigya-composite-control-textbox.confirmemail .gigya-label label.gigya-required-display {
        margin-top: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
        padding-bottom: 4%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-layout-row .gigya-layout-cell .gigya-composite-control-label:nth-child(2) {
        padding-bottom: 3.5%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(1) input, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(2) input.gigya-input-text {
        margin-left: 0%;
    }

    .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(3) input.gigya-input-text, .newsletter-box .subscription-box .gigyaraas .gigya-screen .gigya-subscribe-with-email-form .gigya-layout-row:nth-child(2) .gigya-layout-cell .gigya-composite-control:nth-child(4) input.gigya-input-text {
        margin-left: 0% !important;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox p {
        color: #c6080e;
        float: left !important;
        margin-top: 5%;
        width: 87% !important;
        margin-left: 0%;
        font-weight: 400;
        position: absolute;
        /* padding-bottom: 15% !important; */
        font-size: 12px;
    }

    .newsletter-box .subscription-box .gigya-subscribe-with-email-form .gigya-composite-control.gigya-composite-control-checkbox.gigya-terms-valid p {
        margin-top: 3.5% !important;
    }
}

/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/html/_html-base.scss */
.html .hints a {
  float: left;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  #runningCodeExample {
    width: 200px !important
  }
  html[lang="en-NZ"] .stage-2-act #runningCodeExample {
    padding-top: 50px !important
  }
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/image/_image-base.scss */
#content .duopage-banner-image1.desk-img {  display:block;}
#content .duopage-banner-image1.mob-img {display:none;}
.image .right {
    text-align: right;
}
@media screen and (min-width: 767px){
	.padding-left img{
		padding-left: 92%;
	}
}
/* line 7, ../../sass/components/image/_image-base.scss */

.image .left {
    text-align: left;
}
/* line 11, ../../sass/components/image/_image-base.scss */

.image .middle {
    text-align: center;
}
.footer-followus-box .Twitter-logo.component {
    width: 13%;
    margin-left: 0%;
}
.footer-followus-box .facebook-logo.component {
    width: 9%;
}
.product-box > .component-content > div > .product-image {
    padding-top: 56px;
}
.fighting-back-article-box .fighting-back-article-image1 {
    padding-left: 10.4%;
    padding-bottom: 2.8em;
}
.fighting-back-article-box .fighting-back-article-image2 {
    padding-left: 10.4%;
    padding-top: 3.8em;
}
.fighting-back-main-box .fighting-back-sub-image1 {
    line-height: 0px;
}
.footer-logo-box .gsk-logo {
    margin-top: 1.25em; /* amar 16 sept */
}
.doctor-mobile-image ,
.zovirax-duo-main-box .duo-mobile-image ,
.zovirax-cream-main-box .duo-mobile-image,
.zovirax-defence-main-box  .product-lower-sub-box-mob,
.zovirax-defence-faq-main-box  .product-lower-sub-box-mob
 {
    display: none;
}

.fight-back-mob-banner,
.fight-back-mob-carousel,
.mob-footer-box{/*Prashant-Added-06-09-16*/
	display: none;
}

@-moz-document url-prefix() {
 .image .left {
    line-height: 0;
}
}
@media screen and (min-width: 1025px){
	.how-to-use-conceal-main-box .how-to-use-content-box .conceal-carousel-box .conceal-carousel-img img{
		min-height:32.500em;
	}
}
/* G2 08-04-2016 modify below css*/

#footer .gsk-mobile-logo {
    display: none;
}
.buy-online-box  .product-logo-right-box .product4-image{
	margin-left:30%;
}
.zovirax-duo-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box2 .product-mob-img2	 { /* amar-24-sept */
display:none;
}

/*****************TABLET CSS STARTS *******************/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box > .component-content > div > .product-image {
		padding-top: 3.2em;
		margin-left: 1.3em;
    }
    .product-box > .component-content > div > .product-image.component {
        width: 22%;
    }
    .duopage-banner-box1 > .component-content > div > .duopage-banner-image1,
    .duopage-banner-box2 > .component-content > div > .duopage-banner-image2 { /*Modified Pooja 26-07-2016*/
        width: 40%
    }
	.zovirax-cream-main-box .duopage-banner-box1 > .component-content > div > .duopage-banner-image1{
		width:34%; /*Pooja 21-09-2016*/
	}

	.zovirax-defence-main-box .duopage-banner-box1 > .component-content > div > .duopage-banner-image1 {  /*Added Pooja 27-07-2016*/
		padding-top: 5.7em;
		width:22.5%;
	}
    .footer-followus-box .facebook-logo.component {
        margin-left: 8%
    }
    .footer-followus-box .youtube-logo.component {
       margin-left: 8%
    }
	    .footer-followus-box .facebook-logo.component {
        margin-left: 13%
    }
    .footer-followus-box .youtube-logo.component {
        margin-left: 11%
    }
    .footer-logo-box .gsk-logo { /* amar 17 sept */
        margin-top: 0.6em;
		width: 2.5em; /*Pooja 28-09-2016*/
    }
}
/*****************TABLEL CSS END *******************/
/*****************MOBILE CSS STARTS ****************/
@media only screen and (max-width: 767px) {
	.zovirax-duo-main-box .where-to-buy-img ,
	.zovirax-cream-main-box .where-to-buy-img,
	.zovirax-conceal-main-box  .where-to-buy-img{
		display:none;
	}

	html[lang="da-DK"] .zovirax-cream-main-box .where-to-buy-img,
	html[lang="da-DK"] .zovirax-duo-main-box  .where-to-buy-img{
		display:block;
	}

	#content .duopage-banner-image1.desk-img { display:none;}
	#content .duopage-banner-image1.mob-img {
		display: block;
		width: 37%;
		float: left;
	}
	.product-box  img {
	 padding:0;
	 margin:0 auto;
	 float:none;
	 display:block;
	 clear:both;
	 width:90%;
	}
	.product-box.item-box-1  {
		border-bottom:1px solid #ebebeb;
		margin-bottom: 2em;

	}
	.product-box.item-box-1 img {
	    margin-bottom: 0.5em;
		margin-left: 22%;
		width:36%;
	}
	html[lang="da-DK"] .product-box.item-box-1 img {
		margin-left: auto;
		width: 73%;
	}
	.product-box.item-box-2 img {
		margin-bottom: 0.5em;
		margin-left: 0%;
		width: 73%;
	}
	html[lang="da-DK"] .product-box.item-box-2 img {
		margin-left: auto;
	}

	.product-type-box.pro-box-3 .product-box img {
		margin-bottom: 1.1em;
		margin-left: 7%;
		width:53%;
	}

 #wrapper #footer .footer-logo-box .gsk-mobile-logo {
	width: 132px;
    display: block;
	margin:0 auto !important;
	float:none;
	clear:none;
	padding-top: 17%;
}
    .image .component-content {
        text-align: center;
    }
    #header .mobile-nav-box .zovirax-logo {
        width: 25%;
        top: 0.6em;
    }
	/* G2 remove below Class*/
  /*   .image.section.youtube-logo.grid_1.component.even.last {
        width: 20%;
        display: inline-block;
    } */
   /*  .image.section.facebook-logo.grid_1.component.odd {
        display: inline-block;
    } */

    /* .image.section.Twitter-logo.grid_1.component.even {
        display: inline-block;
        width: 25%;
    } */
    /* .richText.section.follow-us-text.component.first.odd {
        display: inline-block;
        width: 24%;
    } */
    .gsk-mobile-logo {
        display: block;
    }
	.footer-logo-text  {

	}
	.zovirax-duo-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box-image1 img,
	.zovirax-duo-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box-image2 img,
	.zovirax-cream-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box-image1 img,
	.zovirax-cream-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box-image2 img,
	.zovirax-conceal-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box-image1 img,
	.zovirax-conceal-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box-image2 img
	{
		width:100%
	}

	.zovirax-defence-main-box .duopage-banner-image1 img{
		max-width: 50%;
		float: right;
		margin-top: 6em;
		margin-right: 13%;
	}
	.zovirax-defence-main-box  .product-lower-sub-box-image1,
	.zovirax-defence-faq-main-box  .product-lower-sub-box-image1
	{
		display:none;
	}
	.zovirax-defence-main-box  .product-lower-sub-box-mob,
	.zovirax-defence-faq-main-box  .product-lower-sub-box-mob
	 {
		display: block;
	}

	.fighting-back-banner-image,
	.cta-main-box{/*Prashant-Added-06-09-16*/
		display:none;
	}

	.fight-back-mob-banner,
	.fight-back-mob-carousel,
	.mob-footer-box{/*Prashant-Added-06-09-16*/
		display: block;
	}

	.zovirax-duo-main-box .duo-mobile-image{ /*Pooja 20-09-2016*/
		width: 32%!important;
		float: right !important;
		position: absolute;  /* NR 29-sept SIT */
		top: 1em;
		right: 0;
	}
.zovirax-duo-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box2 .product-mob-img2	 {/*amar 24*/
display:block;
}

.zovirax-duo-main-box .product-lower-sub-boxes-main-box .product-lower-sub-box2 .product-lower-sub-box-image2{ /*amar 24*/
display:none;
}
	.how-to-use-conceal-main-box .conceal-carousel-img  img{ min-height: 6em; float:left;} /*Pooja 24-09-2016*/

}
/*****************MOBILE CSS END ****************/

.product-lower-sub-box1 .product-lower-sub-box-image1 {
	margin: 0;
}

@media screen and (max-width: 1960px) and (min-width: 1024px) {
	.page-umgang-mit-lippenherpes .fighting-back-bottom-right .fighting-back-sub-image2 img {
		height: 460px;
		width: 600px;
	}
}

/* Infosys changes moved from CF3 to CF5 - commit #74205d3 - START */

html[lang="de-DE"] .how-to-use-conceal-main-box .product-lower-sub-box1 > .component-content > div > .product-lower-sub-box-image1+div p .subhead,
html[lang="de-DE"] .how-to-use-conceal-main-box .product-lower-sub-box2 > .component-content > div > .product-lower-sub-box-image2+div p .subhead {
	font-size: 1em
}

html[lang="de-DE"] .zovirax-duo-main-box .where-to-buy-img figcaption {
	position: absolute;
	top: 5.65em;
	left: 53.35%;
	width: 39%
}
html[lang="de-DE"] .zovirax-cream-main-box .where-to-buy-img figcaption {
	position: absolute;
	top: 6.65em;
	left: 53.35%;
	width: 39%;
}
html[lang="de-DE"] .product-lower-sub-box1 > .component-content > div > .product-lower-sub-box-image1+div,
html[lang="de-DE"] .product-lower-sub-box2 > .component-content > div > .product-lower-sub-box-image2+div {
	margin: 0px;
	position: absolute;
	top: 2.57em;
	left: 5%;
	width: 52%
}
html[lang="de-DE"] .product-lower-sub-box2 > .component-content > div > .product-lower-sub-box-image2+div {
	left: 5%
}
html[lang="de-DE"] .homepage-main-box .homepage-carousel .homepage-carousel-main-box .homepage-carousel-image figcaption p a {
	font-style: normal;
	background: url(../../img/find-out-more.png) right 4px no-repeat;
	padding-right: 0.9em;
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-size: 1em
}

@media screen and (max-width: 767px) and (min-width: 320px) {
	html[lang="de-DE"] .act-on-it-box .mobile-video-img{
		display:block !important;
	}
	html[lang="de-DE"] .about-cold-sores-box .about-cold-sores-hero-promo-box .cold-sore-mob-banner img {
		display:none
	}
}

@media screen and (max-width:767px) {
	html[lang="de-DE"] .homepage-main-box .homepage-carousel .homepage-carousel-main-box .homepage-carousel-mob-img figcaption h1,
	html[lang="de-DE"] .homepage-main-box .homepage-carousel .homepage-carousel-main-box .homepage-carousel-mob-img figcaption h2 {
		font-size: 1.2em;
		margin-bottom: 1.05em;
		font-family: Inter, sans-serif;
		font-weight: 300;
		line-height: 1.2em;
		text-align: left;
	}
	html[lang="de-DE"] .homepage-main-box .homepage-carousel .homepage-carousel-main-box.slide-1 .homepage-carousel-mob-img figcaption{
		padding: 1.3em 0 0 6%
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	html[lang="de-DE"] .homepage-main-box .homepage-carousel .homepage-carousel-main-box.slide-5.first.odd.last img{
		height: 335px;
	}
	html[lang="de-DE"] #wrapper .homepage-carousel-main-box .homepage-carousel-image figcaption h2,
	html[lang="de-DE"] #wrapper .homepage-carousel-main-box.slide-1 .homepage-carousel-image figcaption h2 {
		font-size: 1.6em !important;
	}
	html[lang="de-DE"] .product-lower-sub-box1 > .component-content > div > .product-lower-sub-box-image1+div,
	html[lang="de-DE"] .product-lower-sub-box2 > .component-content > div > .product-lower-sub-box-image2+div{
		top: 2em
	}
	html[lang="de-DE"] .prevent-trigger-box .product-lower-sub-box2 > .component-content > div > .product-lower-sub-box-image2+div {
		width: 56%
	}
}

html[lang="de-DE"] .homepage-main-box .homepage-doctor-box .doctor-image figcaption{
	width: 44%
}

@media screen and (min-width: 1024px) and (max-width: 1960px) {
	html[lang="de-DE"] .fighting-back-bottom-right .fighting-back-sub-image2 img{
		height: 460px;
		width: 600px;
	}
}

@media screen and (min-width: 768px) {
	html[lang="de-DE"] .right-carousel:last-child .carousel-slides .carousel-slide:last-child .homepage-right-carousel .home-desktop-left-carousel{
		right: 10%
	}
	html[lang="de-DE"] .homepage-main-box .homepage-carousel .homepage-carousel-main-box.slide-2 .homepage-carousel-image figcaption h2 + p{
		margin-bottom: 1em
	}
	html[lang="de-DE"] .homepage-carousel-main-box.slide-1 .homepage-carousel-image figcaption h2 {
		font-size: 2.5em !important
	}
}

html[lang="de-DE"] .product-lower-sub-box-image1 img {
	opacity:0.75
}
@media (min-width: 1024px) {
	html[lang="da-DK"] .page-zovirax-cream .product-lower-sub-box-image1 img {
		width: 75%;
	}
}
/* Infosys changes moved from CF3 to CF5 - commit #74205d3 - END */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 9, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 13, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view {
  border: solid 2px #323131;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white;
}

/* line 22, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 29, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-description {
  margin: 10px 0;
}

/* line 33, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0;
}

/* line 38, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

/* line 44, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow,
.imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 35px;
  height: 60px;
  font: 0/0 serif;
  color: transparent;
}
/* line 56, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow:before,
.imageGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #AAA;
}

/* line 63, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow:hover:before {
  color: #888;
}

/* line 67, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-description {
  margin: 15px 0;
}

/* line 71, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow.is-disabled {
  opacity: 0.5;
}

/* line 75, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow {
  text-align: center;
}

/* line 79, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-left,
.imageGallery-arrow-left.is-disabled:hover {
  left: 0;
}
/* line 82, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-left:before,
.imageGallery-arrow-left.is-disabled:hover:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

/* line 88, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-right,
.imageGallery-arrow-right.is-disabled:hover {
  right: 0;
}
/* line 91, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-arrow-right:before,
.imageGallery-arrow-right.is-disabled:hover:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

/* line 97, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 4000px;
}

/* line 109, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  border: solid 4px #323131;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 128, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail:hover,
.imageGallery-thumbnail.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 134, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-cover {
  display: block;
  max-width: none;
}

/* line 139, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

/* line 146, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery .thumbnails-list li:hover .image,
.imageGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

/* line 152, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

/* line 158, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  cursor: pointer;
}
/* line 167, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #3e3e3e;
  text-indent: 7px;
  background: #fff;
  text-align: center;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 186, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 195, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail a {
  display: block;
}

/* line 199, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-thumbnail-image img {
  display: block;
  width: 63px;
  height: 52px;
  margin: 0 auto;
}

/* line 206, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view {
  cursor: pointer;
}

/* line 210, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 69px;
  margin: -34px 0 0 -36px;
  cursor: pointer;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}
/* line 224, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 65px;
}

/* line 241, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery.is-playing .imageGallery-view-overlay:before {
  content: "\f04c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
}

/* line 247, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery .gallery-play {
  color: #323131;
}

/* line 251, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view:hover .imageGallery-view-overlay {
  opacity: 0.7;
}

/* line 255, ../../sass/components/imageGallery/_imageGallery-base.scss */
.imageGallery-view .imageGallery-view-overlay:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 261, ../../sass/components/imageGallery/_imageGallery-base.scss */
.mod-js .imageGallery-thumbnail {
  padding: 0;
}
/* line 265, ../../sass/components/imageGallery/_imageGallery-base.scss */
.mod-js .imageGallery-thumbnails {
  position: relative;
}

/*no js view*/
/* line 271, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-view {
  display: none;
}

/* line 275, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-list {
  margin: 0;
}

/* line 279, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-thumbnail img {
  width: auto;
  height: auto;
}

/* line 284, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-thumbnail {
  border: 0;
  opacity: 1;
  float: none;
  overflow: hidden;
}

/* line 291, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-thumbnail a:after {
  content: attr(data-description);
  display: block;
  padding: 10px 0 30px;
  text-align: left;
}

/* line 298, ../../sass/components/imageGallery/_imageGallery-base.scss */
.no-js .imageGallery-arrow {
  display: none;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.locationfinder input[type=text] {
    font-family: sans-serif;
    font-size: 12px;
    border: 1px solid #D5D1CE;
    display: inline;
    float: left;
    height: 12px;
    padding: 8px;
    width: 27%;
}

@media only screen and (max-width: 767px) {
    .locationfinder input[type=text] {
        width: 60%;
        margin-bottom: 20px;
    }
}

.locationfinder .button {
    padding: 8px;
    background-image: url(../../img/Search-icon.png);
    background-repeat: no-repeat;
    border: none;
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 767px) {
    .locationfinder .button {
        margin-right: 24%;
        margin-bottom: 20px;
    }
}

.locationfinder .locationFinder-selectOption {
    width: 7%;
    border: 1px solid #D5D1CE;
    height: 30px;
    margin-left: 10px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption {
        width: 20%;
        margin-left: 0px;
        margin-right: 15px;
    }
}

.locationfinder .locationFinder-selectOption1 {
    height: 30px;
    margin-left: 15px;
    width: 15%;
}

@media only screen and (max-width: 767px) {
    .locationfinder .locationFinder-selectOption1 {
        width: 40%;
        margin-left: 0px;
    }
}

.locationfinder .locationFinder-loadMore .loadMore {
    background-color: #f36633;
    border-radius: 3px;
    color: white;
    padding: 8px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
}

.locationfinder .locationFinder-loadMore .loadMore:hover {
    background-color: #939191;
    color: white;
}

.locationfinder .locationFinder-loadMore .loadMore:active {
    background-color: #939191;
    color: white;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/map/_map-base.scss */
.map-canvas {
  border: solid 2px #323131;
  margin-bottom: 10px;
  text-align: center;
}

/* line 9, ../../sass/components/map/_map-base.scss */
.map-canvas img {
  width: 100%;
  max-width: inherit;
}

/* line 14, ../../sass/components/map/_map-base.scss */
.no-js .map-canvas img {
  width: 100%;
  max-width: 640px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*** SETTINGS ***/
/* line 25, ../../sass/components/navigation/_navigation-base.scss */

.navigation-root {
    text-align: left;
    z-index: 10;
    max-width: 100%;
}
/* line 31, ../../sass/components/navigation/_navigation-base.scss */

.navigation-mobile-menu {
    display: none;
}
/* line 38, ../../sass/components/navigation/_navigation-base.scss */

.no-js .navigation-level1 > .navigation-branch {
    display: block;
}
/* line 44, ../../sass/components/navigation/_navigation-base.scss */

.no-js .navigation-root.navigation-branch.navigation-level1 {
    display: block;
}
/* line 52, ../../sass/components/navigation/_navigation-base.scss */

.no-js .navigation-vertical .navigation-item .navigation-branch.navigation-level2 {
    display: block;
}
/* line 59, ../../sass/components/navigation/_navigation-base.scss */

.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 {
    display: block;
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static;
}
/* line 65, ../../sass/components/navigation/_navigation-base.scss */

.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 > .navigation-item {
    float: none;
}
/* line 73, ../../sass/components/navigation/_navigation-base.scss */

.navigation-branch {
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style: none;
    border-color: #4a4a4a;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* line 82, ../../sass/components/navigation/_navigation-base.scss */

.navigation-branch.navigation-level1 {
    border: none;
    display: block;
}
/* line 88, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item {
    margin: 0 0 0 0;
    /* so that borders collapse */

    border-color: #4a4a4a;
    border-width: 0 0 0 0;
    border-style: solid;
}
/* line 93, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item > .navigation-item-title {
    display: block;
    padding: 5px 15px 5px 15px;
    background: #e1e1e1;
    color: black;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* line 105, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item > a.navigation-item-title:hover {
    color: black;
    background: #d5d5d5;
    text-decoration: none;
}
/* line 111, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item > span.navigation-item-title {
    cursor: default;
}
/* line 116, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    background-color: #c8c8c8;
}
/* line 123, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.has-active-child > .navigation-item-title,
.navigation-item.is-active > .navigation-item-title {
    color: black;
    background: #a2a2a2;
    text-decoration: none;
}
/* line 131, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.is-open > .navigation-branch,
.no-js .navigation-item:hover > .navigation-branch {
    display: block;
}
/* line 135, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.navigation-level1 {
    margin: 0 0 -2px -2px;
    /* so that borders collapse */

    border-color: #4a4a4a;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    box-sizing: border-box;
}
/* line 141, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.navigation-level1 > .navigation-item-title {
    color: black;
    background: #e1e1e1;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px 10px 20px;
}
/* line 151, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.navigation-level1 > a.navigation-item-title:hover {
    color: black;
    background: #1d7a9f;
    /* Modified by Nilima: 19/05/2016 */

    text-decoration: none;
}
/* line 159, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.navigation-level1.has-active-child > .navigation-item-title,
.navigation-item.navigation-level1.is-active > .navigation-item-title {
    color: #FFF;
    background: #1d7a9f;
    /* Modified by Nilima: 19/05/2016 */

    text-decoration: none;
}
/* line 166, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item.navigation-level2 {
    border-top: 1px solid #4a4a4a;
}
/* line 172, ../../sass/components/navigation/_navigation-base.scss */

.navigation-branch.navigation-level2 {
    display: block;
}
/* line 176, ../../sass/components/navigation/_navigation-base.scss */

.navigation-item > .navigation-item-title {
    padding-left: 40px;
}
/* line 184, ../../sass/components/navigation/_navigation-base.scss */

.mod-touch .navigation-horizontal .navigation-item .is-open.navigation-branch.navigation-level2 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
/* line 191, ../../sass/components/navigation/_navigation-base.scss */

.mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    overflow: hidden;
}
/* line 196, ../../sass/components/navigation/_navigation-base.scss */

.mod-touch .navigation-horizontal .navigation-item.navigation-level2:first-child {
    border-top: none;
}
/* line 201, ../../sass/components/navigation/_navigation-base.scss */

.mod-touch .navigation-horizontal .navigation-item .navigation-level2 .navigation-item {
    width: 100%;
}
/* line 212, ../../sass/components/navigation/_navigation-base.scss */

.mod-no-touch .header-nav .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
    min-width: 100%;
    position: absolute;
    top: 41px;
    left: -2px;
    display: block;
}
/* line 218, ../../sass/components/navigation/_navigation-base.scss */

.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
    float: none;
}
/* line 227, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-item {
    float: left;
    position: relative;
}
/* line 230, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-item .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item .navigation-branch.navigation-level3 {
    display: none;
}
/* line 235, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level3 {
    display: block;
    float: none;
}
/* line 242, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-item.navigation-level2:first-child {
    border-top: none;
}
/* line 247, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children > .navigation-item-title {
    padding-right: 61px;
    background-image: none;
}
/* line 250, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration {
    height: 41px;
    width: 41px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 41px;
}
/* line 258, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration:after {
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
/* line 269, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children > .navigation-item-title:hover .navigation-item-decoration {
    background-color: #939191;
}
/* line 273, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title {
    padding-right: 55px;
}
/* line 275, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
    height: 31px;
    width: 31px;
    line-height: 31px;
}
/* line 279, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:after {
    width: 31px;
    height: 31px;
}
/* line 286, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .has-active-child > .navigation-item-title .navigation-item-decoration {
    background-color: #605e5e;
}
/* line 291, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-level2.navigation-branch {
    border-color: #4a4a4a;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
}
/* line 296, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-level2 .navigation-item-title {
    padding: 5px 15px 5px 15px;
}
/* line 300, ../../sass/components/navigation/_navigation-base.scss */

.navigation-horizontal .navigation-level2.navigation-root {
    max-width: none;
}
/* line 307, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .navigation-branch.navigation-level2,
.navigation-vertical .navigation-branch.navigation-level3 {
    display: none;
}
/* line 312, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level3 {
    display: block;
}
/* line 317, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .has-children > .navigation-item-title {
    position: relative;
}
/* line 319, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration {
    height: 41px;
    width: 41px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 41px;
}
/* line 327, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration:before {
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
/* line 340, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
    height: 31px;
    width: 31px;
    line-height: 31px;
}
/* line 344, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:before {
    width: 31px;
    height: 31px;
}
/* line 351, ../../sass/components/navigation/_navigation-base.scss */

.navigation-vertical .has-active-child > .navigation-item-title .navigation-item-decoration {
    background-color: #c8c8c8;
}
.image.section.gsk-mobile-logo.grid_1.alpha.component.first.odd {
    /* Added by Nilima: 24/05/2016 */

    display: none;
}

.mobile-nav-box {
    display: none;
}

#wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=1);
}
#header.main {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: #fff;
}
.header-box {
    width: 100%;
    height: auto;
    padding: 0;
    min-height:3.6575em; /* amar 20 sept */
    box-sizing: border-box;
    padding-top: 1em;
}
.header-box .buy-now {
    width: 83.4%;
    margin-top: 0.16em;
}
.header-box .buy-now > .component-content {
    overflow: visible;
}
.header-box .buy-now ul {
    float: right;
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    padding-right: 4.5%;
}
.header-box .buy-now ul li {
    float: none;
    text-align: right;
    display: inline-block;
    margin: 0;
    font-size: 1em;
    padding-left: 0.425em;
}
.header-box .buy-now ul li::before {
    content: '';
}
.header-box .buy-now ul li a {
    text-decoration: none;
    color: #006999;
    font-size: 0.875em;
    background: url(../../img/buy-now-arrow.png) 95% center no-repeat;
    padding: 0.5em 1.625em 0.425em 0.9357em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    /* text-transform: uppercase; */
}
.header-box .parametrizedhtml.section.language-selector {
    margin-left: 0;
    width: 7.42361%;
    margin-right: 1.2em;
	margin-top: 0.1em; /*Pooja 12-10-2016*/
}
.header-box .parametrizedhtml.section.language-selector > .component-content {
    overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header-box .parametrizedhtml.section.language-selector {
    	width: 6.42361%;
    	margin-right: 2.2em;
	}
}
.header-box .parametrizedhtml.section.language-selector select { /*Pooja 17-09-2016*/
    color: #006999;
    font-weight: normal;
    padding: 0px 1.15em 0px 1.25em;
    border: none;
    text-decoration: none;
    padding-left: 0px;
    background: url(../../img/down-arrow.png) 61% 0.6em no-repeat;
    font-family: Inter, sans-serif;
    font-weight: 700;
    /* text-transform: uppercase; */
    width: 120px; /* amar 20 sept */
    font-size: 0.875em;
	box-sizing:border-box;
}
.header-box .gsk-logo.component {
    float: left;
    margin-top: 0px;
    margin-left: 1.3%;
    width: 3.5%;
}
.header-box .parametrizedhtml.section.language-selector select:focus {
    outline: none;
}
.main-nav-box .zovirax-logo {
    margin-top: 1.2em; /* amar 20 sept */
    margin-left: 3.1% !important;
}
.main-nav-box {
    width: 100%;
    float: left;
    height: 90px;
    position: relative;
    background: url(../../img/bg-main-nav.jpg) left top no-repeat;
}
html[lang="da-DK"] .main-nav-box,
html[lang="da-DK"] .mobile-nav-box,
html[lang="da-DK"] .mobile-navigation {
    margin-bottom: 0;
}
.main-nav-box > .component-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.header-nav.component { /* amar 20 sept */
    width: 65%;
}
.header-nav .navigation-item {
    float: left;
    position: relative;
}
.main-nav-box .header-nav { /* amar 20 sept */
    padding-left: 5.5%;
    margin-left: 0%;
}
.header-nav .navigation-branch.navigation-level1 {
    border: none;
    padding-top: 1.8125em;
    width: 100%;
    float: left;
}
.navigation-item.navigation-level1 {
    margin: 0;
}
.navigation-item.navigation-level1,
.navigation-item.navigation-level2,
.navigation-item.navigation-level3 {
    border: none;
}
.header-nav .navigation-branch .navigation-level1 { /* amar 20 sept */
     width: auto;
    margin-right: 9%;  /* Nilima - 05-oct */
}
.navigation-horizontal.header-nav .navigation-branch li.navigation-item:last-child {   /* Nilima - 05-oct */
	margin-right: 0px;
}
.header-nav .navigation-branch .navigation-item {
    position: static;
}
.header-nav .navigation-item > .navigation-item-title {
    background: none !important;
}
.header-nav .navigation-item.navigation-level1.is-open > .navigation-item-title::before {
    background: url(../../img/nav-down-arrow.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 3.7em;
    z-index: 10;
    content: '';
    height: 11px;
    right: 0;
    margin: 0 auto;
}
.header-nav li.navigation-item.navigation-level1.is-open:nth-child(n+3) > .navigation-item-title::before {  /* NR - 28-sept-SIT */
    background: url(../../img/nav-down-arrow2.png) center center no-repeat;
}
.header-nav .navigation-item.navigation-level1 > .navigation-item-title {
    padding:0; /* amar 20 sept */
    color: #ffffff;
    line-height: 1;
    position: relative;
    overflow: visible;
    height: 3.875em;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}
.header-nav .navigation-item.navigation-level1 > a.navigation-item-title:hover,
.header-nav .navigation-item.navigation-level1 > a.navigation-item-title:focus  {/*Pooja 25-09-2016*/
    background: none;
    margin: 0 auto;
    color: #f47920 !important;  /* Modified Pooja 25-07-2016 */
}
.header-nav .nav-txt {
    font-size: 1.125em;
    display: block;
    /* text-transform: uppercase; */
    font-weight: normal;
	margin-bottom:0.2em; /* amar 22 sept */
}
.header-nav .nav-txt-bottom {
    font-size: 1.125em;
    display: block;
    /* text-transform: uppercase; */
    font-weight: normal;
}
.header-nav.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level2 {
    min-width: 100%;
    position: absolute;
    left: 0;
    min-height: 8.813em;
    top: 5.625em;
    padding-left: 23.35%;
    background: url(../../img/bg-main-sub-nav.jpg) left top no-repeat;
    display: block;
}
.navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
    width: 41px;
    position: absolute;
    right: 0;
}
.header-nav ul.navigation-level1 li.navigation-level1 ul.navigation-level2 {
    margin: 0px auto;
    z-index: 1;
    border: none;
    float: left;
    width: 100%;
}
.mod-no-touch .navigation-horizontal.header-nav .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
    float: left;
}
.header-nav .navigation-level2.navigation-root {
    max-width: none;
}
.header-nav .navigation-branch.navigation-level2 > .navigation-item.navigation-level2:nth-child(1) {
    background: none;
}
.header-nav .navigation-item.navigation-level2:first-child {
    border-top: none;
}

.header-nav .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:hover,
.header-nav .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:active,
.header-nav .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:focus {
    color: #f47920; /* Modified Pooja 25-07-2016 */
}
.header-nav .navigation-item.navigation-level2 > .navigation-item-title {
    color: #fff;
    font-weight: normal;
    padding: 1.7em 1.8em 1.7em 0em; /* Modified Pooja 28-07-2016 */
    font-size: 0.875em;
    position: relative;
    overflow: visible;
}
.header-nav .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
    height: 31px;
    width: 31px;
    line-height: 31px;
}
.header-nav .has-children > .navigation-item-title .navigation-item-decoration {
    display: none;
}
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
    background-color: transparent;
}
.main-nav-box .search-box.component { /* amar 23 sept */
    width: 16%;
	}
.main-nav-box .section.search-box { /* amar 21 sept */
    float: right;
    text-align: left;
    margin-top:2.35em;
    padding-right: 1%;
	margin-left:0;
}
.header-nav .navigation-item .navigation-branch.navigation-level2,
.header-nav .navigation-item .navigation-branch.navigation-level3 {
    display: none;
}
.header-nav .navigation-branch.navigation-level2 .navigation-branch {
    position: absolute;
}
.header-nav .navigation-branch.navigation-level2 {
    position: relative;
}
.header-nav .navigation-item.navigation-level2.is-open .navigation-branch.navigation-level3 {
    display: block;
    float: left;
    border: none;
    border-top: 1px solid #5c98af;
    left: 23.35%;
    width: 70%;
}
.header-nav .navigation-item.navigation-level2.is-open > .navigation-item-title::after {
    background: url(../../img/down-arrow-sub-menu.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 4.75em;
    z-index: 100;
    content: '';
    height: 11px;
    right: 0;
    margin: 0 auto;
}

.header-nav .navigation-item.navigation-level2.is-open:nth-child(n+3) > .navigation-item-title::after {  /* Pooja 12-10-2016 */
    background: url(../../img/down-arrow-sub-menu2.png) center center no-repeat;
}

.header-nav .navigation-item.navigation-level2.is-open:nth-child(n+4) > .navigation-item-title::after {  /* Pooja 12-10-2016 */
    background: url(../../img/down-arrow-sub-menu3.png) center center no-repeat;
}

/* .navigation-after-div {
    background: url(../../img/down-arrow-sub-menu.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 4.7em;
    z-index: 100;
    content: '';
    height: 11px;
    width: 18px;
    right: 0;
    margin: 0 auto;
    display: block !important;
} */
.header-nav .navigation-branch.navigation-level3 > .navigation-item.navigation-level3:nth-child(1) {
    background: none;
}
.header-nav .navigation-branch.navigation-level3 > .navigation-item.navigation-level3:nth-child(1) > .navigation-item-title {
    padding-left: 0;
}
.header-nav .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title {
    text-transform: none;
    color: #fff;
    padding: 1.1em 1.0625em 1.1em 1.0625em;
    font-size: 0.875em;
}
.header-nav .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title:hover,
.header-nav .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title:focus {
    color: #f47920; /* Modified Pooja 25-07-2016 */
}
.main-nav-box .section.search-box .form-search .search-query { /* amar 23 sept */
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 0px solid #9bcce7;
    max-width: 53%;
    float: right;
    margin-right: 16%;
    width: 0;
	outline:none;
    color:#fff;
}
.main-nav-box .section.search-box button { /* amar 23 sept */
    background: url("../../img/search-icon.png") no-repeat center !important;
    text-indent: -9999em;
    border: 0 none;
    padding: 0px;
    width: 21px;
    height: 21px;
    margin-left: -23px;
    margin-bottom: 0.5em;
    position: absolute;
    right: 3.1%;
    z-index: 50;
	outline:none;
}
#footer {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: url("../../img/footer-curve.png") right top no-repeat;
}
.footer-link-box .footer-zovirax-fan-box {
    padding: 0 3.4%;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.footer-link-box .lower-footer-box { /* amar 21 sept */
    padding:1.8em 0 1.3em 2.5em;
    background-color: #ffffff;
}
.footer-logo-box {
    padding: 0 0em 0em 2.5em;
    min-height: 5em; /* amar 16 sept */
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.footer-logo-box .footer-logo-text {
    text-align: right;
    float: left !important;
    margin-right: 3.5%;
}
.footer-zovirax-fan-box .sign-up-text input {
    width: 90%;
    border-radius: 5px;
    border: 1px solid #9b9b9b;
    padding: 0.75em;
    font-size: 0.875em;
    font-style: italic;
    margin-right: 1.250em;
	margin-top: 0.5em;
}
#footer .footer-zovirax-fan-box .join-button a {
    float: left;
    text-decoration: none;
    background: #006999;
    border-radius: 4px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1em;
    padding: 0.5em 1.40em;
}
.footer-share-box p { /* amar 21 sept */
	color: #1b1b1b;
    font-size: 0.875em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
	margin-top:0.54em;
}
.footer-followus-box p {  /* amar 21 sept */
    font-size: 0.875em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    margin-bottom: 0.8em;
	margin-top:0.54em;
}
.footer-zovirax-fan-box .join-button {
    padding-top: 5.3em; /*Modified Pooja 12-07-2016*/
    width: 8.93056%;
    margin-left: 1.08333%;
}
.footer-zovirax-fan-box .join-button p{
	margin:0;
}
.footer-zovirax-fan-box .zovirax-fan-text p {
    padding: 2.3em 0 2.2em;/*Modified Pooja 12-07-2016*/
    font-size: 2em;
    color: #282828;
    font-family: Inter, sans-serif;
    font-weight: 300;
	margin:0;
}
.footer-zovirax-fan-box .fan-sign-up-box .sign-up-text {
    padding-top: 3.5em;/*Modified Pooja 12-07-2016*/
	margin:0;
}
.footer-zovirax-fan-box .fan-sign-up-box .sign-up-text p {
    color: #282828;
    font-size: 0.875em;
    font-family: Inter, sans-serif;
    font-weight: 400;
    margin-bottom: 0.8em;
	margin: 0;
}
.footer-zovirax-fan-box .join-button a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875em;
}
.footer-logo-box .footer-logo-text p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    margin-left: 7%;
    color: #666666;
    font-size: 0.750em;
    margin-top: 2.87em;
}
.footer-link-text p {
    margin: 0;
    padding: 0;
    line-height: 2em;
}
.lower-footer-box .footer-link-text { /* amar 21 sept */
    width: 38.94444%;
	margin-top:0.35em;
}
.lower-footer-box .footer-link-text ul {
    margin: 0;
    padding: 0;
}
.lower-footer-box .footer-link-text ul li {/* amar 21 sept */
    margin:0 0 0.57em 0;
    padding: 0;
}
.lower-footer-box .footer-link-text ul li::before {
    content: '';
}
.lower-footer-box .footer-link-text ul li a,
.lower-footer-box .footer-link-text ul li .bold-text {
    font-family: Inter, sans-serif;
    font-weight: 700;
    text-decoration: none !important;
    color: #666666;
    font-size: 0.875em;
}
.lower-footer-box .footer-share-box {
    width: 30.54444%;
}
.lower-footer-box .footer-followus-box {
    width: 25.54444%;
}
.footer-followus-box .follow-us-text p,
.footer-followus-box .footer-share-box p {
    color: #1b1b1b;
}
.footer-zovirax-fan-box .fan-sign-up-box {
    width: 25.94444%;
}
sup{ /*Sujeet Added on date 8-sep*/
    top:-0.3em;
}


.page-newsletter-sign-up .footer-link-box .footer-zovirax-fan-box{  /*pooja 17-09-2016*/
	background-color:#fff;
	min-height: 1em; /* Nilima 06-oct SIT */
}
.page-newsletter-sign-up .footer-link-box .footer-zovirax-fan-box >.component-content
{ /*pooja 17-09-2016*/
	display:none;
}

@media only screen and (min-width: 990px) {
    /* line 362, ../../sass/components/navigation/_navigation-base.scss */

    .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
        margin: 0 0 -2px -2px;
        position: absolute;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    /* line 376, ../../sass/components/navigation/_navigation-base.scss */

  /*   .mod-touch .navigation-horizontal .navigation-item {
        width: 100%;
    } */
    /* line 379, ../../sass/components/navigation/_navigation-base.scss */

    .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
        margin: 0 0 -2px 0;
        border-left: none;
        border-right: none;
    }


}


@media screen and (max-width: 1024px)
{
	/* G2 Changes place from here  */

 /* G2 Changes place of css start */
 /* line 395, ../../sass/components/navigation/_navigation-base.scss */
  .main-nav-box .header-nav {
        display: none !important;
    }
     .mobile-navigation {
        background: #01608a;
        background: -moz-linear-gradient(left, #01608a 0%, #2987a9 51%, #0b7097 100%);
         background: -webkit-linear-gradient(left, #01608a 0%, #2987a9 51%, #0b7097 100%);
        background: linear-gradient(to right, #01608a 0%, #2987a9 51%, #0b7097 100%);
    }
    .mobile-navigation .navigation-branch {
        border: none;
    }
    .mobile-navigation .navigation-item.navigation-level1 > .navigation-item-title,
    .mobile-navigation .navigation-item > .navigation-item-title {
        background: transparent;
        font-size: 0.875em;
        font-family: Inter, sans-serif;
        font-weight: 700;
        color: #fff;
    }

	/* Nilima : 13/09  */
	.mobile-nav-box .mobile-navigation .navigation-branch .nav-txt {
		display: block;
		text-transform: uppercase;
        font-family: Inter, sans-serif;
        font-weight: 800;
		line-height: 1;
	}
	.mobile-nav-box .mobile-navigation .navigation-branch .nav-txt-bottom {
		display: block;
		text-transform: uppercase;
        font-family: Inter, sans-serif;
		line-height: 1;
		font-weight: normal;
	}

    .mod-touch .navigation-horizontal .navigation-item {
        width: 100%;
    }
    /* line 398, ../../sass/components/navigation/_navigation-base.scss */

    .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
        margin: 0 0 -2px 0;
        border-left: none;
        border-right: none;
        position: static;
    }
    /* line 409, ../../sass/components/navigation/_navigation-base.scss */

    .navigation-mobile-menu {
        display: block;
        width: 100%;
        height: 41px;
        position: relative;
        cursor: pointer;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
        border-color: #4a4a4a;
        box-sizing: border-box;
        margin: 0 0 -2px -2px;
        overflow: hidden;
        background: whitesmoke;
    }
    /* line 422, ../../sass/components/navigation/_navigation-base.scss */

    .navigation-mobile-menu:after {
        content: "\f0c9";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        position: relative;
        font-weight: normal;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        width: 41px;
        height: 41px;
        position: absolute;
        top: 0;
        line-height: 38px;
        font-size: 25px;
        right: 0;
    }
    /* line 434, ../../sass/components/navigation/_navigation-base.scss */

    .mobile-nav-box .mobile-navigation .navigation-item.navigation-level1 {
        width: 100%;
		padding: 0.5em 0;  /* Nilima : 13/09  */
    }
    /* line 437, ../../sass/components/navigation/_navigation-base.scss */

    .navigation-branch.navigation-level1 {
        display: none;
		clear:both;
    }
    /* line 439, ../../sass/components/navigation/_navigation-base.scss */

    .mobile-nav-box .mobile-navigation .navigation-branch.navigation-level1.is-open {  /* Nilima : 13/09  */
		display: block;
		background-color: #006999;
		padding: 0;
		width: 55%;
		position: absolute;
		left: 0;
		top: 40px;  /* NR 29-sept SIT */
		padding-top: 1em;
    }
	.mobile-nav-box .mobile-navigation .navigation-branch.navigation-level1 {  /* Nilima : 13/09  */
		overflow-x: hidden;
	}
    /* line 445, ../../sass/components/navigation/_navigation-base.scss */

	#wrapper .footer-zovirax-fan-box .fan-sign-up-box .sign-up-text p {
	font-size:0.8em;
	margin:1.8em 0 5% 0 ;
	line-height:0;
	}

    .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2,
    .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
        left: 0;
        border-left: none;
        border-right: none;
    }
    .mobile-navigation ul.navigation-level1 li.navigation-level1 .navigation-item-title {
        display: block;
        font-size: 0.875em;
        font-family: Inter, sans-serif;
        font-weight: 700;
        margin: 0em 5% 0em 6%; /*Nilima:13-sept*/
       /*  border-bottom: 1px solid #0f6890; */
        width: 86%;
        padding: 0 4%;
		border-left: 1px solid #fff;
		position: relative;  /* Nilima : 13/09  */
		text-transform: uppercase;
    }


.mobile-navigation .navigation-item.navigation-level1 a .navigation-item-decoration {     /* Nilima : 16-sept  */
	    background: transparent url("../../img/prev-arrow-mobile.png") no-repeat 67% 0;
		height: 26px;
		width: 30px;
		position: absolute;
		right: 10px;
		top: 8px;
		background-size: 22%;
    }

	.mobile-navigation .navigation-item.navigation-level2 a .navigation-item-decoration{       /* Nilima : 16-sept  */
	    background: transparent url("../../img/prev-arrow-mobile.png") no-repeat 67% 0;
		height: 26px;
		width: 30px;
		/* margin-top: 4px; */
		position: absolute;
		/* float: right; */
		right: 10px;
		top: 18px;
		background-size: 22%;
	}
	.mobile-navigation .navigation-item.navigation-level3 a .navigation-item-decoration{  /* Nilima : 16-sept  */
		    top: 17px;
	}
    .navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
        position: absolute;
        right: 0;
    }
    .navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
        background-position: 16.5px;
    }
    .navigation-item.navigation-level1.has-children > .navigation-item-title .navigation-item-decoration {
        height: 41px;
        margin: -10px 0 -10px 0;
        display: inline-block;
        vertical-align: top;
    }
    .mobile-navigation .navigation-branch.navigation-level2 {
        display: none;
		padding-top: 0.9em;
    }
    .mobile-navigation .navigation-item.navigation-level1 > a.navigation-item-title:hover {
        background: #006999;   /*Nilima:12-sept*/
        color: #fff;
    }
    .show {
        display: block !important;
/*         padding-top: 16px; */     /*Nilima:12-sept*/
    }
    .hide {
        display: none !important;
    }
    .mobile-navigation .navigation-item.has-children.navigation-level1 > .navigation-item-title .navigation-item-decoration,
.mobile-navigation .navigation-item.has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration,
.mobile-navigation .navigation-item.has-children.navigation-level3 > .navigation-item-title .navigation-item-decoration	{   /*Nilima:12-sept*/
        background: transparent url("../../img/mob-close-btn.png") no-repeat 50% 0;
		height: 26px;
		width: 46px;
		/* margin-top: 4px; */             /* Nilima : 13/09  */
		position: absolute;
		background-size: 27%;
		/* right: 14px; */
		outline: none;
		top: 18px; /* Nilima : 16-sept  */
    }
	.mobile-navigation .navigation-item.has-children.is-open > .navigation-item-title .navigation-item-decoration{  /*Nilima:13-sept*/
		background: transparent url("../../img/mob-open-btn.png") no-repeat 50% 17%;
        height: 26px;
        width: 46px;
       /*  margin-top: 4px; */
        position: absolute;
        background-size: 32%;
        top: 20px;
		outline:none;
	}
    .mobile-back-button {
        background: #005e89;
        color: #fff;
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 0.875em;
        padding: 1.5em 17.6% 1em;
        background: transparent url("../../img/next-arrow-mobile.png") no-repeat scroll 12% 57% / 9px auto;
        background-size: 2%;
    }
    .main-nav-box {
        display: none;
    }
    .mobile-navigation .navigation-mobile-menu {
        background: #202969;
        background: url(../../img/mobile-logo.png) 15px 77% no-repeat, url(../../img/mobile-click.png) 95% 50% no-repeat, -moz-linear-gradient(left, #202969 0%, #54b4e2 100%);
        background: url(../../img/mobile-logo.png) 15px 77% no-repeat, url(../../img/mobile-click.png) 95% 50% no-repeat, -webkit-linear-gradient(left, #202969 0%, #54b4e2 100%);
        background: url(../../img/mobile-logo.png) 15px 77% no-repeat, url(../../img/mobile-click.png) 95% 50% no-repeat, linear-gradient(to right, #202969 0%, #54b4e2 100%);
        margin: 0 auto;
        border: none;
        background-size: 86px 50%, auto, 100%;
        height: 50px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }
    .zovirax-logo {
        position: absolute;
        max-width: 6em!important;
        margin-top: 0!important;
        top: 0.6em;
        left: 3%;
    }
    .navigation-mobile-menu.is-open-active {
        background: #202969;
        background: url(../../img/mobile-close.png) 95% 50% no-repeat, -moz-linear-gradient(left, #202969 0%, #54b4e2 100%);
        background: url(../../img/mobile-close.png) 95% 50% no-repeat, -webkit-linear-gradient(left, #202969 0%, #54b4e2 100%);
        background: url(../../img/mobile-close.png) 95% 50% no-repeat, linear-gradient(to right, #202969 0%, #54b4e2 100%);
        margin: 0 auto;
        border: none;
        height: 50px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
    }
    .navigation-mobile-menu:after {
        content: "";
    }
    .mobile-navigation .navigation-mobile-menu {
        background: url(../../img/mobile-click.png) center center no-repeat;
        height: 17px;
        width: 26px;
        float: right;
        border: none;
        margin-top: 1.1em;
        margin-right: 3%;
        outline: none;
        top: -5px;
        margin-bottom: 6px;
        box-shadow: none;
		background-size: 100% 100%;
    }
    .header-box {
        display: none;
    }
    .mobile-navigation .navigation-mobile-menu.is-open-active {
        background: url(../../img/mobile-close.png) center center no-repeat;
        height: 17px;
        width: 26px;
        float: right;
        border: none;
        outline: none;
		background-size: 100% 100%;
    }
    .searchBox.grid_5 {
        display: none !important;
    }
	.mobile-navigation .search-box.component{
		display:block !important;
	}
	.mobile-navigation .search-box.component > .component-content{
		width: 91%;  /* Nilima : 13/09  */
		margin: 0 auto;
		padding-top: 1em;
		padding-bottom: 1.3em;   /* Nilima : 13/09  */
		border-top: 1px solid #3387ad;
		position: relative;  /* Nilima : 13/09  */
	}
    .searchBox.grid_2 {
        display: block !important;
        padding-left: 2%;    /*Nilima:12-sept*/
		padding-bottom: 1em;
/*         padding-top: 5.5em;
        padding-bottom: 1.2em; */
    }
    .mobile-navigation .search-box .form-search .search-query {      /*Nilima:13-sept*/
		border: none;
		width: 86%;
		background-color: #fff;
		padding: 0.65em 2% 0.65em 12%;
		border-radius: 3px;
        font-family: Inter, sans-serif;
        font-weight: 400;
		color: #8a8888;
		font-size: 0.875em;
		outline: none;
    }
    .mobile-navigation .section.search-box button {   /*Nilima:13-sept*/
		background: url("../../img/mob-search-icon.png") no-repeat center;
		text-indent: -9999em;
		border: 0 none;
		padding: 0px;
		width: 36px;
		height: 36px;
		position: absolute;
		left: 0%;
		z-index: 50;
		outline: none;
		background-size: 52%;
		top: 1em;
    }
    .buy-now {
        padding: 0;  /*Nilima:12-sept*/
    }
    .header-box {
        position: relative;
    }
    .header-box .gsk-logo {
        position: relative;
        display: block !important;
        z-index: 1;
    }
    .buy-now .component-content ul {
        padding: 0;
		margin:0;
    }
    .buy-now .component-content ul li {         /*Nilima:12-sept*/
		margin-bottom: 0.4em;
		padding:0.6em 5% 0.6em 5%;   /*Nilima:13-sept*/
		background-color: #e97e2c;
    }
    .buy-now a {
		text-decoration: none !important;
		color: #006699;
        font-family: Inter, sans-serif;
        font-weight: 700;
		/* background: url("../../img/buy-now-arrow.png") 31% 50% no-repeat !important; */     /*Nilima:12-sept*/
		display: block;
		background: transparent url("../../img/prev-arrow-mobile.png") no-repeat center right;
		background-size: 0.5em;
		color: #fff;
		font-size: 0.875em;   /* Nilima : 13/09  */
        line-height: 1.7;         /* Nilima : 13/09  */
    }
    .language-selector .select-text {
        color: #006699;
        font-family: Inter, sans-serif;
        font-weight: 700;
        display: none;
    }
    .language-selector,
    .buy-now {
        background: #fff;
    }
    .mobile-navigation .gsk-logo {
        position: absolute;
        left: 38%;
        bottom: 2.5em;
    }
    .language-selector .custom-select {
        border: none;
        -webkit-appearance: none;
        font-family: Inter, sans-serif;
        font-weight: 700;
        background: #fff url(../../img/down-arrow.png) 34% 50% no-repeat;
        width: 90%;
        text-indent: 0.01px;
        text-overflow: "";
        color: #006699;
        padding: 5px;
        left: 5%;
        position: relative;
        padding-bottom: 17px;
    }
    .buy-now ul li:before {
        content: "" !important;
    }
    .mobile-navigation .parametrizedhtml.section.language-selector select {   /*Nilima:12-sept*/
		color: #fff;
		font-weight: normal;
		padding: 0.5em 0 0.5em;
		/* padding-top: 0.375em; */
		border: none;
		text-decoration: none;
		padding-left: 3%;
        font-family: Inter, sans-serif;
		width: 91.5%;
		font-size: 1em;
		margin-left: 5%;   /*Nilima:13-sept*/
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		background: #fff url(../../img/mob-selector.png);
		color: #000;
		box-sizing: border-box;
		border-radius: 3px;
		background-repeat: no-repeat;
		background-position: 99%;
		box-sizing: border-box;
		background-size: 1.1em;
    }
    .mobile-navigation .buy-now,
    .mobile-navigation .language-selector {
        background: transparent;
    }
    .mobile-navigation .language-selector {
        padding-bottom: 1.3em;
		margin: 0;     /* Nilima : 13/09  */
    }
    .mobile-navigation .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:hover,
    .mobile-navigation .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:active,
    .mobile-navigation .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:focus {
        background: #1d7a9f;
        color: #fff;
    }
    .mobile-navigation .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title:hover,
    .mobile-navigation .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title:active,
    .mobile-navigation .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title:focus {
        background: #1d7a9f;
        color: #fff;
    }

    .image.section.gsk-mobile-logo.grid_1.alpha.component.first.odd {
        display: block;
        margin: 0 auto;
    }
    .image.section.gsk-mobile-logo.grid_1.alpha.component.first.odd img {
        width: 50%;
        padding: 2em 1em 0em 3em;
    }


	.mobile-navigation .navigation-branch.navigation-level2 a.navigation-item-title{
		background-color:#2577ab;
	}
	.mobile-navigation .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:hover,
	.mobile-navigation .navigation-branch.navigation-level2 > .navigation-item.navigation-level2 > .navigation-item-title:active{
		background-color:#3694c5;
	}
	.mobile-navigation .navigation-item.navigation-level3 a.navigation-item-title{
		background-color:#4da6d7;
	}
	.searchBox.grid_2 > .component-content{
		border-top: 1px solid #3387ad;
		width: 95%;
		padding-top: 1em;
		margin: 0 auto;
	}
	.mobile-navigation .language-selector label{    /*Nilima:12-sept*/
		display: block;
		padding: 0.5em 5% 0.1em;    /*Nilima:13-sept*/
		text-transform: uppercase;
		font-size: 0.875em;
		color: #fff;
        font-family: Inter, sans-serif;
        font-weight: 700;
	}
	.mobile-navigation ul.navigation-level2 li.navigation-level2 .navigation-item-title{ /* Nilima : 13/09  */
		margin: 0;
		padding: 0.91em 5% 0.91em 6%;
		border-left: none;
		width: 89%;
		text-transform: uppercase; /* NR - 22-sept-SIT */
	}
	.mobile-navigation .navigation-level2.navigation-item.has-children > .navigation-item-title .navigation-item-decoration{
		 background-position: 86% 0px;   /*Nilima:13-sept*/
         top: 18px;  /* Nilima : 16-sept  */
	}
	.mobile-nav-box .mobile-navigation .language-selector > .component-content > label{
		display:block;
	}


}

@media only screen and (max-width: 767px) {

	/* G2 remove below css 08-03-2016 */

/* 	  .box.section.footer-logo-box.component.even.last {
        padding: 0;
    } */
    /* div#footer {
        background: #D8E1E4;
    } */

	.mobile-nav-box .mobile-navigation .navigation-branch.navigation-level1.is-open {
		width: 100%;
	}

    .box.section.footer-zovirax-fan-box.component.first.odd { /*Pooja 24-09-2016*/
        background: #fff;
        padding: 0;
    }

	.page-newsletter-sign-up .box.section.footer-zovirax-fan-box.component.first.odd {/*Pooja 24-09-2016*/
        display:none;
    }
    .box.section.footer-zovirax-fan-box.component > .component-content {
        background: url('../../img/fan-bg-mobile.png') center center no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }

	/* G2 updated  below css 08-03-2016 */
    .box.section.lower-footer-box > .component-content{
        background: url('../../img/share-follow-us-bg-mobile.png') center center no-repeat;
        background-position: 100% 100%;
        background-size: cover;
    }

    #footer .footer-zovirax-fan-box .join-button a {
        width: 86%;
        text-align: center;
    }

    #footer .footer-zovirax-fan-box .zovirax-fan-text p {
        padding: 0;
		font-size:1.28em;
		line-height:1.199em;
		margin: 11.5% 0 0 0;
    }
	#footer .richText.section.join-button p { margin:0; padding:0;}
    #footer .richText.section.join-button.grid_2.component.odd {
        padding:0 10.2%;/*Prashant-Modified-02-09-16*/
		margin-bottom: 11%;
    }
	/* G2 remove below css 08-03-2016 */
    /* .box.section.lower-footer-box.component.even.last {
        border: none;
        padding: 0;
    } */
    .lower-footer-box .footer-link-text ul {
        display: block;
        width: 65%;
        margin: 0 auto;
    }
    .lower-footer-box .footer-link-text ul li {
        width: 135px;
    }
    .lower-footer-box .footer-link-text ul li:nth-child(3) {
        display: inline-block;
    }
    .lower-footer-box .footer-link-text ul li:last-child {
        display: inline-block;
        float: right;
        position: relative;
        top: -3em;
    }

	/* G2 remove below css code 08-03-2016 */
    /* .box.section.footer-followus-box.grid_4.component.odd.last,
    .box.section.footer-share-box.grid_4.component.even,
    .richText.section.footer-link-text.grid_4.alpha.component.first.odd {
        padding: 0.6em 1em 0.6em 2.5em;
        border-bottom: 1px solid #d7d7d7;
    } */

    #footer .footer-zovirax-fan-box .join-button .richText-content p a {
        padding:0 15px;
		margin: 0;
		float: none;
		display: block;
		border-radius: 2px;
		height:45px;
		line-height:45px;
    }
	/* G2 remove below css 08-03-2016 */
   /*  #footer .box.section.lower-footer-box.component.even.last {
        position: relative;
        padding-bottom: 6em;
    } */
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header-box {
        min-height: 2.500em;
        padding-top: 0.5em; /* amar 20 sept */
		display:none; /*pooja 14-10-2016*/
    }
	.mobile-nav-box {
		display: block;
	}
	.mobile-navigation{
		width: 100%!important;
		margin-left:0 !important;
		height: 4.1em;
	}
	.mobile-nav-box .mobile-navigation .navigation-branch.navigation-level1.is-open{
		top:4.1em;
	}
	.zovirax-logo {
		max-width: 8em!important;
		top: 1em;
		left: 4%;
	}
	.language-selector{
		width: 100%!important;
	}
	.search-box{
		width: 100% !important;
		margin-left: 0 !important;
	}
	.mobile-back-text {
		display: none;
	}

	.mobile-navigation .navigation-mobile-menu,
	.mobile-navigation .navigation-mobile-menu.is-open-active{
		float: left;
		left: 21%;
		top: 0.4em;
	}
	 /*pooja 14-10-2016 end*/
    .header-box .buy-now {
        width: 77.4%;
    }
    .header-box .parametrizedhtml.section.language-selector {
        width: 11.42361%;
    }
    .header-nav .nav-txt {
        font-size: 0.875em;
    }
    .header-box .gsk-logo.component {
        margin-top: 0.2em;
    }
    .header-nav .nav-txt-bottom {
        font-size: 0.875em;
    }
    .header-box .parametrizedhtml.section.language-selector {
        margin-right: 1.4em;
    }
    .main-nav-box { /*pooja 14-10-2016*/
        height: 70px;
		display:none;
    }
    .header-nav .navigation-branch.navigation-level1 {
        padding-top: 1.3em;
    }
    .zovirax-logo {
        margin-top: 1.3em;
    }
    .main-nav-box .section.search-box button {
        background: url("../../img/tablet-search-icon.png") no-repeat center !important;
    }
    .header-nav .navigation-item.navigation-level1 > .navigation-item-title:hover::before ,
	.header-nav .navigation-item.navigation-level1.is-open > .navigation-item-title::before {
        top: 2.9em;
		width:20%;
    }

	.header-nav .navigation-item.navigation-level2.is-open > .navigation-item-title::after {
		top: 3.9em;
	}
    .mod-no-touch .header-nav .navigation-item:hover .navigation-branch.navigation-level2 {
        top: 4.3em;
        min-height: 5.813em;
    }

	.footer-logo-box {
		padding: 0 0em 0em 1.5em;
	}
    .footer-zovirax-fan-box .zovirax-fan-text p {  /* amar 17 sept */ /* pooja 28-09-2016 */
        font-size: 1.3em;
        padding: 1.2em 0 1.2em; /* NR 30-sept SIT */
    }

    .footer-zovirax-fan-box .fan-sign-up-box .sign-up-text { /* amar 17 sept */
        padding-top:0;
    }
    .footer-zovirax-fan-box .sign-up-text input {
        width: 87%;
    }
    .footer-zovirax-fan-box .join-button {
        padding-top: 2.4em; /* amar 20-oct */
        width: 12.931%;
    }
    .header-nav.component { /* amar 20 sept */
        width: 65%;
    }
	.header-nav .navigation-branch .navigation-level1{
	margin-right:10%; /* Nilima - 05-oct */
	}
    .main-nav-box .section.search-box .form-search .search-query {
        margin-right: 20%;
    }
    .footer-logo-box .footer-logo-text {
        width: 40.94444%;
    }
    .footer-zovirax-fan-box .fan-sign-up-box .sign-up-text p {
        margin-bottom: 0.36em;
    }
    .footer-link-box .footer-zovirax-fan-box { /*Pooja 25-09-2016*/
        padding:1.15em 2.5% 0.4em;
    }
	.page-home  .footer-link-box .footer-zovirax-fan-box { /*Pooja 25-09-2016*/
        padding: 0em 2.5%;
    }
	.header-nav .navigation-item.navigation-level2 > .navigation-item-title { /*Added Pooja 28-07-2016*/
		padding: 1.3em 0.9em 1.3em 0em;
		font-size:0.75em;
	}
	.header-nav .navigation-branch.navigation-level3 > .navigation-item.navigation-level3 > .navigation-item-title
	{
		font-size:0.75em;
	}
	.footer-link-box .lower-footer-box { /* amar 17 sept */
		padding: 0.8em 0 0.5em 1.5em;
	}
.lower-footer-box .footer-link-text ul li{ /* amar 17 sept */
margin:0 0 0.1em 0; /*Pooja 28-09-2016*/
}
.footer-logo-box{ /* amar 17 sept */
	min-height:0; /*Pooja 1-10-2016*/
}


.footer-logo-box .footer-logo-text p{ /* amar 17 sept */
margin-top: 1.5em;
margin-bottom: 1.5em; /*Pooja 28-09-2016*/
}
.lower-footer-box .footer-link-text ul li a, .lower-footer-box .footer-link-text ul li .bold-text{ /* amar 17 sept */
font-size:0.75em;
}
.page-newsletter-sign-up .footer-link-box .footer-zovirax-fan-box { /* NR 30-sept SIT */
	min-height: 1em;
}
.footer-link-box .lower-footer-box {
    background-color: #f6f6f6;
}

.header-nav .navigation-item.navigation-level2.is-open:nth-child(n+3) > .navigation-item-title::after {  /* Pooja 12-10-2016 */
    background: url(../../img/down-arrow-sub-menu.png) center center no-repeat;
}

.header-nav .navigation-item.navigation-level2.is-open:nth-child(n+4) > .navigation-item-title::after {  /* Pooja 12-10-2016 */
    background: url(../../img/down-arrow-sub-menu2.png) center center no-repeat;
}

	.tablet-gsk-logo{float:right; margin-top:-3em;margin-right:2.5%;} /*Pooja 18-10-2016*/

}
@media screen and (max-width: 1024px) {
.lower-footer-box .footer-followus-box{ /* amar 19 sept */
width:17.544%;
}
    .footer-zovirax-fan-box .sign-up-text input {
        width: 87%;
    }
#footer { /* amar 17 sept */
	position:relative;
	top:-1px;
}
.main-nav-box .zovirax-logo {
    margin-top: 0.6em; /* amar 20 sept */
    margin-left: 3.1% !important;
}
.header-box .parametrizedhtml.section.language-selector select{ /* amar 20 sept */
	width:140px;
	background: url(../../img/down-arrow.png) 57% 0.6em no-repeat;
}
.main-nav-box .section.search-box{ /* amar 21 sept */
margin-top:1.5em;
width:13%;
}
    .footer-link-box .footer-zovirax-fan-box {
        padding: 1em 2.5%; /* amar 25 sept */
    }

	.footer-zovirax-fan-box .sign-up-text input {/*Pooja 28-09-2016*/
		margin-top:0.3em;
	}

}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	/*Pooja 28-09-2016*/
.footer-zovirax-fan-box .fan-sign-up-box .sign-up-text p {
    margin-bottom:0;
}
.footer-zovirax-fan-box .zovirax-fan-text p {
    font-size: 1.3em;
    padding: 1.3em 0 1.2em;
}

.page-home .footer-link-box .footer-zovirax-fan-box {
    padding: 0em 2.5% 1em;
}
.footer-zovirax-fan-box .join-button {
    padding-top: 2.5em; /* amar 20-oct */
    width: 12.931%;
}
#footer {
    position: relative;
    top: -1px;
    width: 100%;
    background: #dae1e4;
    border-radius:0 0 32em 0;
}
/*Pooja 28-09-2016*/

}

@media only screen and (max-width: 962px) {  /* amar 20 sept */
.header-nav .navigation-branch .navigation-level1{
margin-right:7%;  /* Nilima - 05-oct */
}
.header-box .parametrizedhtml.section.language-selector select{ /* amar 20 sept */
	width:130px;
	background: url(../../img/down-arrow.png) 57% 0.6em no-repeat;
}
.main-nav-box .zovirax-logo {
    margin-top: 0.8em; /* amar 20 sept */
}
}

@media screen and (max-width: 768px) { /* amar 17 sept */

.lower-footer-box .footer-followus-box{ /* amar 19 sept */
width:24.544%;
}
.header-nav .navigation-branch .navigation-level1{
margin-right:2.2em;
}
.main-nav-box .zovirax-logo{ /* amar 20 sept */
margin-top:1.1em;
}
.header-box .parametrizedhtml.section.language-selector select{ /* amar 20 sept */
	width:110px;
	background: url(../../img/down-arrow.png) 64% 0.6em no-repeat;
}
.main-nav-box .section.search-box{ /* amar 21 sept */
margin-top:1.3em;
}
    .footer-link-box .footer-zovirax-fan-box {
        padding: 0 2.5%; /* amar 25 sept */
    }

}

@media screen and (max-width: 768px) and (min-width: 768px)  {  /* amar 25 sept */
.footer-zovirax-fan-box .fan-sign-up-box .sign-up-text p{
margin-bottom:0;
margin-top:0.36em;
}

 .footer-link-box .footer-zovirax-fan-box { /*Pooja 28-09-2016*/
        padding: 1.15em 2.5% 0.9em; /* NR 30-sept SIT */
    }
	.page-home  .footer-link-box .footer-zovirax-fan-box { /*Pooja 28-09-2016*/
        padding: 0em 2.5%;
    }

#footer { /*Pooja 29-09-2016*/
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: url("../../img/footer-tablet-curve.png") right top no-repeat;
	position:relative;
	top:-1px;
}

.page-newsletter-sign-up   #footer { /*Pooja 29-09-2016*/
    background: url("../../img/footer-curve.png") right top no-repeat;
}
}

@media screen and (max-width: 601px) and (min-width: 601px)  {
.mobile-navigation .navigation-mobile-menu{ border-left: 1px solid white; } /*Pooja 28-09-2016*/
	.outer-product-box.product-landing-box {
		position: relative;
		top: -1px;
	}
}

@media screen and (max-width: 767px) {
/* copy bg css .background: url("../../img/tablet-search-icon.png") no-repeat center !important; */

    .image.section.gsk-logo.grid_1.alpha.component.first.odd {
        display: none;

	}
 #footer {
	top:0;
}
 #footer .footer-link-text{
        border: none;
        position: absolute;
        top: 9em;
		left: 9.3%;
		right:0;
		width:85%;
		display:none;

    }
.lower-footer-box .footer-link-text ul {
	width: auto;
    float: left;
	padding:0;
	margin:0;
}
#footer { background:none;}
	#footer .footer-link-box .footer-zovirax-fan-box .zovirax-fan-text,
	#footer .footer-zovirax-fan-box .fan-sign-up-box .sign-up-text	{
		padding:0 10.2%;
		display: block;
	}
	/* G2 remove below css 08-03-2016 */
   /*  #footer {
        background: url("../../img/footer-tablet-curve.png") right top no-repeat;
    }
    .footer-link-box .lower-footer-box {
        padding: 0.6em 0 0.6em 2.5em;
    }
	*/
    .lower-footer-box .footer-link-text ul li {
        margin: 0 0 0 0;
    }
    .lower-footer-box .footer-link-text ul li a {
        font-size: 0.75em;
    }
    .footer-logo-box {
        min-height: 2em;
		background: url("../../img/footer-bottom-bg-mob.png") right top no-repeat;
		background-size: cover;
		padding:0;
    }
    .footer-logo-box .gsk-logo {
        width: 5.424%;
        margin-top: 0.5em;
    }
    .footer-logo-box.component .footer-logo-text.component p {
        margin: 0 auto;
        text-align: center;
        padding: 0.3em 0 2.1em 0;
    }

    .footer-zovirax-fan-box .sign-up-text input {
        width: 86%;
        margin: 0;
		border:1px solid #cdcfd0;
		border-radius:2px;
		margin: 0;
		display: block;
		padding:12px 15px;
		display:block;
		margin-bottom:16px;
    }
	.footer-zovirax-fan-box .sign-up-text input::-webkit-input-placeholder{
   white-space:normal;
}
.footer-zovirax-fan-box .sign-up-text input::-moz-placeholder{
   white-space:normal;
}
.footer-zovirax-fan-box .sign-up-text input:-ms-input-placeholder{
   white-space:normal;
}
.footer-zovirax-fan-box .sign-up-text input:-moz-placeholder{
   white-space:normal;
}


    .footer-link-box .footer-zovirax-fan-box ,
	.page-newsletter-sign-up .footer-link-box .footer-zovirax-fan-box{ /*Pooja 17-09-2016*/
        min-height: 7em;
    }

	.footer-link-box .lower-footer-box {
		padding: 2.1em 7% 0px;
		position:relative;
	}
	/*Nilima:12-sept*/
	.tablet-gsk-logo{display:none;} /*Pooja 18-10-2016*/
}
/*changes for additional navigation: local HU*/
html[lang="hu-HU"] .main-nav-box .header-nav {
	width: 71%;
    padding-left: 1%;
}
html[lang="hu-HU"] .main-nav-box .section.search-box {
	width: 10%;
}
html[lang="hu-HU"] .main-nav-box .section.search-box .form-search .search-query {
	margin-right: 26%;
    max-width: 80%;
}

.page-zovirax-conceal page-faqs .mobile-nav-box .box-heading
{
display: none;
}

/*UKIM20008999933*/

html[lang="fr-FR"] .header-nav .navigation-item.navigation-level2 > .navigation-item-title{
	width: 100px;
    margin-left: 5px;
    margin-right: 11px;
    white-space: normal;
}
html[lang="fr-FR"] .header-nav .navigation-item.navigation-level3 > .navigation-item-title{
	width: 100px;
    margin-left: 5px;
    margin-right: 11px;
    white-space: normal;
}
html[lang="fr-FR"] .header-nav.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level2 {
    min-height: 10.813em;
    background: url(../../img/bg-main-sub-nav.jpg) left top repeat;
}
html[lang="fr-FR"] .header-nav .navigation-item.navigation-level2.page-quest-ce-que-i-herpes.is-open > .navigation-item-title::after {
    padding-top: 3.00em;
}
html[lang="fr-FR"] .header-nav .navigation-item.navigation-level2.page-vivre-avec-un-bouton-de-fievre .navigation-item-title{
	   margin-right: 9px;
}

/*UKIM20008999933*/

/* Infosys changes moved from CF3 to CF5 - commit #74205d3 - START */

@media screen and (max-width: 1024px) {
    html[lang="de-DE"] .mobile-nav-box .mobile-navigation .navigation-branch.navigation-level1.is-open {
		display: block;
		background-color: #006999;
		padding: 0;
		width: 41.7%;
		position: absolute;
		left: 0;
		top: 50px;
		padding-top: 1em
	}
    html[lang="de-DE"] .mobile-navigation .navigation-mobile-menu {
		background: url(../../img/mobile-click.png) center center no-repeat;
		height: 26px;
		width: 40px
	}
}

@media screen and (max-width: 1199px) and (min-width:1025px) {
    html[lang="de-DE"] .header-nav .navigation-branch .navigation-level1 {
		margin-right: 7%
	}
}

/* Infosys changes moved from CF3 to CF5 - commit #74205d3 - END */
/* NEWSFEED ITEM */
/* NEWSFEED COMPONENT */
/* PER PAGE */
/* MOBILE */
.newsfeed-result {
  padding: 0;
  margin: 0;
  background: #F5F5F5;
  margin-bottom: 20px; }

.newsfeed-image {
  margin: 0;
  height: 150px;
  overflow: hidden; }
  .newsfeed-image img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%); }

.newsfeed-inner-content {
  padding: 10px 15px;
  border-top: solid 4px #F36533; }

.newsfeed-category {
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7E7E7E; }
  .newsfeed-title:only-child {
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .newsfeed-title a:hover {
    text-decoration: none; }
  .newsfeed-title a:active {
    text-decoration: none; }
  .newsfeed-title a:focus {
    text-decoration: none; }

.newsfeed-date {
  font-size: 13px;
  margin: 0 0 10px;
  font-style: italic;
  color: #73645D; }

.newsfeed-description {
  margin: 0 0 10px;
  color: #73645D; }

.newsfeed-url {
  font-size: 13px;
  word-break: break-all; }
  .newsfeed-url a {
    color: #16727F;
    font-weight: bold; }
    .newsfeed-url a:hover {
      text-decoration: none; }
    .newsfeed-url a:active {
      text-decoration: none; }
    .newsfeed-url a:focus {
      text-decoration: none; }

.newsfeed {
  position: relative; }
  .newsfeed a {
    color: inherit;
    text-decoration: none; }
  .newsfeed .active a {
    font-weight: bold; }
  .newsfeed .splitter {
    color: #F36533; }

.newsfeed-number {
  margin-bottom: 20px;
  position: absolute;
  left: 250px;
  top: -50px; }
  .newsfeed-number .results-count-strong {
    font-weight: bold; }

.newsfeed-pagination .mobile {
  display: none; }

.newsfeed-pagination-list {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  float: right; }

.newsfeed-pagination-item {
  display: inline-block; }
  .newsfeed-pagination-item a {
    display: block;
    border: 1px solid #e9e9e9;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 3px; }
    .newsfeed-pagination-item a:hover {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:focus {
      text-decoration: none;
      border-color: #a0ce4e; }
    .newsfeed-pagination-item a:active {
      text-decoration: none;
      border-color: #a0ce4e; }

.newsfeed-pagination-item.separator {
  display: inline-block;
  border: 1px solid #fff;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
  letter-spacing: 2px; }
  .newsfeed-pagination-item.separator:before {
    content: "..."; }

.newsfeed-pagination-item.is-active a {
  background: #a0ce4e;
  color: #fff;
  cursor: default; }

.newsfeed-pagination-item.item-next a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-next a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-next a:after {
    content: ">";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px; }

.newsfeed-pagination-item.item-previous a {
  border: 0;
  width: auto; }
  .newsfeed-pagination-item.item-previous a:hover {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:focus {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:active {
    color: #a0ce4e; }
  .newsfeed-pagination-item.item-previous a:before {
    content: "<";
    font-family: FontAwesome, serif;
    display: inline-block;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px; }

.view-all.button {
  margin-top: 30px; }

.promo .view-all.button {
  text-align: center; }

.related .view-all.button {
  text-align: start; }

.view-all a {
  background: #15717d;
  padding: 10px 23px;
  border-radius: 20px;
  color: #fff; }

span.newsfeed-related-updates {
  display: block;
  margin: 50px 0 20px 0;
  font-style: italic;
  color: #73645D; }

a.newsfeed-related-category {
  background: #f3f2f0;
  padding: 15px;
  border-radius: 40px;
  font-weight: bold;
  color: #15717d; }

.newsfeed-perPage {
  max-width: 200px;
  margin: 14px 0 0; }
  .newsfeed-perPage > div {
    display: inline-block; }
  .newsfeed-perPage .active {
    font-style: italic;
    background: #DDD; }
  .newsfeed-perPage a {
    color: inherit;
    text-decoration: none; }
  .newsfeed-perPage .heading {
    background: #EEE;
    min-width: 100px;
    padding: 10px; }
  .newsfeed-perPage .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
  .newsfeed-perPage ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeed-perPage li {
    padding: 5px 20px; }
    .newsfeed-perPage li a {
      display: block; }

@media (max-width: 767px) {
  .newsfeed-pagination {
    text-align: center; }
    .newsfeed-pagination .mobile {
      display: block; }
    .newsfeed-pagination .desktop {
      display: none; }
  .newsfeed-pagination-list {
    display: inline-block;
    float: none; }
  .newsfeed-result.has-image {
    text-align: center; }
    .newsfeed-result.has-image .newsfeed-image {
      position: static;
      margin-bottom: 20px; }
    .newsfeed-result.has-image .newsfeed-title {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-description {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-date {
      text-align: left;
      margin-left: 0; }
    .newsfeed-result.has-image .newsfeed-url {
      text-align: left;
      margin-left: 0; }
  .item-previous {
    float: left; }
  .item-next {
    float: right; } }
.newsfeedFilterBy {
  max-width: 200px; }
  .newsfeedFilterBy .active {
    font-style: italic;
    background: #DDD; }
  .newsfeedFilterBy a {
    color: inherit;
    text-decoration: none; }
  .newsfeedFilterBy .heading {
    background: #F36533;
    color: #FFF;
    padding: 10px; }
  .newsfeedFilterBy .slider {
    position: absolute;
    background: #FFF;
    width: 100%;
    max-width: 198px;
    border: 1px solid grey;
    z-index: 100; }
    .newsfeedFilterBy .slider .tag-link a {
      display: block; }
  .newsfeedFilterBy .top-level {
    font-weight: bold;
    padding-left: 10px; }
  .newsfeedFilterBy ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newsfeedFilterBy li {
    padding: 5px 20px; }
.podcast {
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #EFEFED;
  max-width: 800px; }
  .podcast p {
    margin: 0; }

.podcast__information {
  display: flex; }

.podcast__text {
  padding: 10px; }

.podcast__title {
  font-weight: 700; }

.audio {
  background-color: #efefed; }

.audio__controls {
  display: flex;
  align-items: center; }

.audio__backwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__forwards {
  visibility: hidden;
  height: 37px;
  width: 37px;
  border: 1px solid #15717d;
  border-radius: 50%; }

.audio__backwards, .audio__forwards, .audio__play, .audio__pause {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.audio__play {
  height: 50px;
  width: 50px;
  background-color: #15717d;
  border-radius: 50%; }
  .audio__play:after {
    content: "\25b6";
    color: #fff;
    font-size: 25px; }

.audio__pause {
  display: none;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%; }
  .audio__pause:after {
    content: "| |";
    color: #000;
    font-size: 25px; }

.audio--playing .audio__pause {
  display: flex; }

.audio--playing .audio__backwards {
  visibility: visible; }

.audio--playing .audio__forwards {
  visibility: visible; }

.audio--playing .audio__play {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.powerreviews {
  border: solid 1px #e0e0e0;
  padding: 5px 10px 0 10px;
  margin-bottom: 5px; }
  .powerreviews .p-w-r .pr-header-title {
    color: #f36633; }
  .powerreviews .p-w-r .pr-star-selected {
    background-color: #f36633; }
  .powerreviews .pr-snapshot-rating .pr-stars {
    background-image: url("../../img/stars.gif"); }
  .powerreviews .pr-review-rating .pr-stars-small {
    background-image: url("../../img/stars_small.gif"); }
  .powerreviews .pr-snippet-stars .pr-stars-small {
    background-image: url("../../img/stars_small.gif"); }
  .powerreviews.pr-base-modal a, .powerreviews .pr-pa-snippet a, .powerreviews .pr-review-engine a, .powerreviews .pr-snippet a, .powerreviews prImageSnippet a {
    color: #f36633; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.product-list-main__results .product {
    border-bottom: 2px solid #f3f2f1;
}

.productList .product-list-content {
    display: table;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.productList .product-list-content .product-list-main, .productList .product-list-content product-list-header {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.productList .alphabet-filter__element {
    margin-left: 10px;
}

.productList .no-of-shown-results, .productList .no-of-all-results, .productList .applied-filter {
    font-weight: bold;
}

.productList .product-list-main {
    display: table-row;
    justify-content: space-around;
}

.productList .product-list-header {
    display: table-row;
    justify-content: space-around;
}

.productList .product-list-filter--alphabet {
    border-left: 2px solid #f3f2f1;
}

.productList .product-list-filter .filter-trigger--alphabet {
    color: #72635d;
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
    margin: 0;
}

.productList .product-list-filter .filter-trigger--alphabet.filter-trigger--active {
    color: #f36633;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.productList .product-list-header__filter-by .filter-by__label {
    background-color: #f36633;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.productList ul.filter__product-types {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.productList ul.filter__product-types li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.productList ul.filter__product-types li input ~ span::after {
    content: "";
    background-color: white;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    position: absolute;
    right: 0;
}

.productList ul.filter__product-types li input:checked ~ span::after {
    background-color: #15717e;
    border: 2px solid white;
    margin: 0 6px 0 0;
}

.productList ul.filter__product-types li input {
    visibility: hidden;
}

.productList ul .alphabet-filter__elements, .productList ul .product__links--additional {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.productList ul.filter__product-types.show {
    display: block;
    padding: 0;
}

.productList .product__info-formula-text {
    font-style: italic;
}

.productList .product .product__links a {
    color: #15717e;
    font-weight: bold;
}

.productList .product .product__info-title, .productList .product .product__info-title a {
    color: #15717e;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.productList .product .product__info-title.lock-icon {
    color: black;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.productList .product .product__info-title.lock-icon a:before {
    content: '!';
    color: #ff0000;
}

.productList .product-list-main__results {
    width: 95%;
}

.productList .product-list-main__results .product {
    display: flex;
    margin-top: 15px;
}

.productList .product-list-main__results .product .product__info {
    width: 50%;
}

.productList .product-list-main__results .product .product__links {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.productList .results__show-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: white;
    background-color: #15717e;
    padding: 10px 30px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    width: 20%;
    margin-left: 35%;
    margin-right: auto;
}

.productList .results__show-more-btn:hover {
    background-color: white;
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #15717e;
    color: #15717e;
    font-size: 18px;
    width: 20%;
    margin-left: 35%;
    margin-right: auto;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.questionanswers.hideScoreBox .quizScoreBox, .questionanswers.hideScoreBox .quizResultBoxContainer {
  display: none; }

.quizResultBoxContainer.showBoxQuiz {
  display: block; }

.quizButton img {
  cursor: pointer; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.questionWithCheck {
  border: dotted 1px #D5D1CE;
  padding: 10px; }
  .questionWithCheck .formControl-radio {
    float: left;
    margin: 0;
    padding: 0;
    width: 21px; }
  .questionWithCheck .genericFormGroup span input[type="checkbox"] {
    float: left;
    margin: 2px 2px 0 0;
    padding: 0;
    width: 15px; }

.questionWithRadio button {
  background: white;
  border: 1px solid white;
  border-radius: 0;
  float: left;
  margin-right: 15px; }
  .questionWithRadio button.optionActive {
    border: solid 1px #D5DCEF; }

.questionWithRadio .formControl-radio {
  float: left;
  margin: 0;
  padding: 0;
  width: 21px; }

.questionWithRadio .genericFormGroup span input[type="radio"] {
  float: left;
  margin: 2px 2px 0 0;
  padding: 0;
  width: 15px; }

.questionWithRadio .genericFormGroup label, .questionWithCheck .genericFormGroup label {
  float: left;
  padding: 1px 0 0;
  width: auto;
  margin-right: 15px; }

.questionWithRadio .genericFormGroup .quizRadioImg label, .questionWithCheck .genericFormGroup .quizRadioImg label {
  width: 100px; }

.questionWithRadio .quizScoreBox, .questionWithCheck .quizScoreBox {
  border: 1px solid #0F61AF;
  background: white;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  width: 50px;
  height: 15px;
  margin-left: 20px;
  float: left; }
  .questionWithRadio .quizScoreBox p, .questionWithCheck .quizScoreBox p {
    margin: 0;
    font-weight: 700; }

.questionWithRadio .imgContainer, .questionWithCheck .imgContainer {
  width: 100%;
  float: left; }

.questionWithRadio .quizQuestion p, .questionWithCheck .quizQuestion p {
  margin: 0 0 15px 0; }

.quizHideBox {
  display: none; }

.quizOverlayContainer .overlay-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: #000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }

.quizOverlayContainer .overlay-content {
  background: none repeat scroll 0 0 white;
  display: inline-block;
  max-width: 90%;
  min-height: 80px;
  min-width: 80px;
  padding: 30px 10px 10px;
  position: relative;
  text-align: left;
  top: 150px; }

.quizOverlayContainer .overlay-close {
  background: url("../../img/overlay-close-icon.png") no-repeat scroll 0 0/20px auto rgba(0, 0, 0, 0);
  cursor: pointer;
  display: none;
  font-size: 25px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 20px;
  z-index: 9999; }

.quizOverlayContainer .close-btn:hover {
  background: #05abe0; }

.questionWithImage {
  clear: both; }
  .questionWithImage .quizQuestion {
    border: 2px solid #0F61AF;
    background: #D5DCEF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px 10px 20px 10px;
    float: left;
    width: 80%; }
    .questionWithImage .quizQuestion p {
      font-weight: 700;
      line-height: 1.2em;
      margin: 10px 0 0 0;
      vertical-align: middle;
      color: black; }
  .questionWithImage .imgContainer {
    float: left;
    width: 50%;
    text-align: center; }
    .questionWithImage .imgContainer span {
      border: 3px solid #78A7D2;
      padding: 10px;
      height: 36px;
      width: 36px;
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;
      border-radius: 150px; }
    .questionWithImage .imgContainer img {
      text-align: center;
      vertical-align: bottom;
      cursor: pointer; }
  .questionWithImage .quesLeftCaption, .questionWithImage .quesRighCaption {
    float: left;
    width: 25%; }

.quizResultContainer {
  width: 92%; }

.quizScoreBox {
  border: 2px solid #0F61AF;
  background: #D5DCEF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  width: 58px;
  height: 62px;
  margin-left: 20px;
  float: left; }
  .quizScoreBox p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: black;
    margin-top: 15px; }
  .quizScoreBoxtotalScoreBox {
    float: right; }

.quiz .nextQuestionPage {
  float: right; }

.quiz .generateScore {
  float: right; }

.quiz .button.generateScore {
  width: 230px;
  padding: 10px;
  font-weight: 700;
  font-size: 22px;
  color: white;
  background: #115A64; }

.quiz .button.generateScoreNewPage {
  padding: 10px;
  font-weight: 700;
  color: #0073BD;
  border: solid 1px white;
  background: #E4FE98; }

.quiz.quizWithBGImage {
  float: left; }
  .quiz.quizWithBGImage .quizQuestionBox {
    background-color: #FFF1D0;
    padding: 20px;
    width: 70%; }
    .quiz.quizWithBGImage .quizQuestionBox h2 {
      color: #4469A1;
      font-size: 40px;
      margin-bottom: 0; }
    .quiz.quizWithBGImage .quizQuestionBox p {
      font-size: 18px;
      color: #5C5D59;
      margin: 0;
      line-height: 22px; }
  .quiz.quizWithBGImage .quizQuestionOption {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top; }
  .quiz.quizWithBGImage .quizOptionButton {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #E2F1F3;
    padding: 17px 25px 17px 25px;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    color: #73A1A7; }
    .quiz.quizWithBGImage .quizOptionButton focus {
      border: dotted 1px #000; }
    .quiz.quizWithBGImage .quizOptionButton span {
      background: url("../../img/boxlink-arrow.png") no-repeat right center;
      padding-right: 25px; }

.quiz.quizProgressBar .quizProgressBarQuestions {
  background-color: white;
  padding: 5px;
  position: relative;
  margin-bottom: 35px; }
  .quiz.quizProgressBar .quizProgressBarQuestions .quizProgressBarQuestion {
    color: #22508E;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    background: none;
    cursor: text; }

.quiz.quizProgressBar .quizProgressBarDots {
  background-color: #eeece4;
  border: 1px solid #eeece4;
  border-radius: 18px;
  height: 10px;
  padding: 5px;
  position: relative; }

.quiz.quizProgressBar .quizProgressDots {
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
  box-shadow: none;
  border: 0px solid gainsboro; }
  .quiz.quizProgressBar .quizProgressDots.active {
    background-color: #099696;
    height: 16px;
    width: 16px;
    left: 0;
    position: absolute;
    top: 2px; }
  .quiz.quizProgressBar .quizProgressDots.firstactive {
    background-color: #099696;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px; }
  .quiz.quizProgressBar .quizProgressDots.progressActive {
    background-color: #099696;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px; }

.quizWithBGImage.questionOption1 .quizQuestionOption {
  height: 450px; }

.quizWithBGImage.questionOption2 .quizQuestionOption, .quizWithBGImage.questionOption3 .quizQuestionOption, .quizWithBGImage.questionOption4 .quizQuestionOption, .quizWithBGImage.questionOption5 .quizQuestionOption {
  height: 225px; }

.quizWithBGImage.questionOption1, .quizWithBGImage.questionOption4 {
  width: 50%; }

.quizWithBGImage.questionOption2, .quizWithBGImage.questionOption3 {
  width: 25%; }

#question3 .quizWithBGImage .questionOption2 {
  height: 450px; }
  #question3 .quizWithBGImage .questionOption2 .quizQuestionOption {
    height: 450px; }

#question3 .quizWithBGImage.questionOption2 {
  widht: 50%; }

#question2 .quizWithBGImage.questionOption3, #question2 .quizWithBGImage.questionOption4, #question2 .quizWithBGImage.questionOption5 {
  width: 25%; }

.quizProgressBar {
  background: white;
  border: solid 1px white;
  padding: 20px 0;
  border-color: white;
  box-shadow: 0 0 10px #9ecaed; }

.progressDotActive {
  width: 2%;
  background: #099696;
  height: 10px; }

.quizRadioImg {
  float: left;
  width: 100px; }

.hideQuizTotalBox .quizResultContainer {
  display: none; }

/* Mobile start */
@media only screen and (max-width: 767px) {
  .questionWithCheck .formControl-radio {
    clear: both;
    display: block; } }

@media only screen and (max-width: 420px) {
  .questionWithRadio .formControl-radio, .questionWithCheck .formControl-radio {
    clear: both;
    display: block;
    float: left;
    width: 6%; }
  .questionWithRadio .genericFormGroup label, .questionWithCheck .genericFormGroup label {
    display: block;
    float: left;
    width: 50%; }
  .quizRadioImg {
    width: 100%; }
  .questionWithImage .quizQuestion {
    width: 60%; }
  .questionWithImage .quesLeftCaption, .questionWithImage .quesRightCaption, .questionWithImage .imgContainer {
    display: block;
    width: 100%; }
  .quiz.quizProgressBar .quizProgressBarQuestions {
    margin-bottom: 15px; }
    .quiz.quizProgressBar .quizProgressBarQuestions .quizProgressBarQuestion {
      font-size: 12px;
      font-weight: 700; }
  .quiz.quizWithBGImage {
    width: 100%;
    display: block; }
    .quiz.quizWithBGImage .quizQuestionOption {
      width: 100%;
      display: block;
      background: no-repeat;
      background-position: center center;
      background-attachment: scroll;
      background-size: 100% 100%; }
  .quizWithBGImage.questionOption1, .quizWithBGImage.questionOption4, .quizWithBGImage.questionOption2, .quizWithBGImage.questionOption3 {
    width: 100%; }
  .quizWithBGImage #question3 .quizWithBGImage.questionOption2 {
    width: 100%; }
  .quizWithBGImage #question2 .quizWithBGImage.questionOption3, .quizWithBGImage #question2 .quizWithBGImage.questionOption4, .quizWithBGImage #question2 .quizWithBGImage.questionOption5 {
    width: 100%; } }

