﻿@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body {
    font-family: 'Titillium Web', Almarai, Helvetica, arial, sans-serif ;
    box-sizing: border-box;
}
*{
    box-sizing: inherit;
}
.tool {
    width: 100%;
}
.tool.js--hidden {
    position: absolute;
    left: -100000px;
}
.main-tabs li.active {
    font-weight: bold;
}

.main-tabs li {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
}

.main-tabs {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #c0c0c0;
}

/* IRChart ================================================================= */

/* Highchart doesnt resize properly in IE on window resize*/
.highcharts-container {
    width: 100% !important;
}

/* IRNewsModule ============================================================ */
.IRNewsModule .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.IRNewsModule .filter-wrapper {
    width: 100%;
    float: left;
}

.news-filter-wrapper {
    width: 500px;
    padding: 0px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    background-color: #EAEBEF;
}

.news-filter-wrapper {
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}

.IRNewsModule .search-for-box {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

.news-filter-wrapper .news-filter-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 10px;
}

.IRNewsModule .news-filter-wrapper .filterRow {
    width: 48%;
    float: right;
}

.IRNewsModule .news-filter-wrapper #searchtext {
    cursor: text;
    padding-left: 5px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}


.IRNewsModule .news-filter-wrapper label {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.IRNewsModule .news-filter-wrapper .search-from, .IRNewsModule .news-filter-wrapper .search-to {
    background-color: transparent;
    line-height: 22px;
    vertical-align: top;
    border-collapse: collapse;
    border: 0px solid White;
    font-weight: bold;
}

.IRNewsModule .news-filter-wrapper .textArea {
    float: left;
    min-width: 90px !important;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}

.IRNewsModule .search-for-box input {
    padding-left: 5px;
    height:  24px;
}

.IRNewsModule .news-range .textArea {
    width: 100%;
}

.IRNewsModule .search-for-box .textArea {
}

.IRNewsModule .news-filter-wrapper .filterRow input {
    height: 30px;
    line-height: 30px;
    margin: 0px;
    border: none;
    float: left;
    background: none;
}

.IRNewsModule .news-filter-wrapper .radiofix {
    position: relative;
    margin-right: 5px !important;
    float: left;
    top: 7px;
}

.IRNewsModule .news-filter-wrapper .form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.IRNewsModule .news-filter-wrapper #to-month, .IRNewsModule .news-filter-wrapper #to-year, .IRNewsModule .news-filter-wrapper #from-year, .IRNewsModule .news-filter-wrapper #from-month {
    padding: 0px;
    float: left;
}

.IRNewsModule .news-filter-wrapper #from-month, .IRNewsModule .news-filter-wrapper #to-month {
    margin-right: 3px;
}

.IRNewsModule .news-filter-wrapper #from-month, .IRNewsModule .news-filter-wrapper #to-month {
    width: 86px;
    text-indent: 5px;
}

.IRNewsModule .news-filter-wrapper #from-year, .IRNewsModule .news-filter-wrapper #to-year {
    width: 60px;
    text-indent: 5px;
}


.IRNewsModule .news-filter-wrapper select {
    text-indent: 5px;
    border: 1px solid #00FFFF;
    border-radius: 30px;
    height: 34px;

}
.IRNewsModule .search-filter-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.IRNewsModule .news-filter-wrapper .search-from, .IRNewsModule .news-filter-wrapper .search-to {
    width: 385px;
    width: 48%;
}

.IRNewsModule .news-filter-wrapper .search-from {
    float: left;
}

.IRNewsModule .news-filter-wrapper .search-to {
    float: right;
}

.IRNewsModule #ui-datepicker-div {
    margin-top: 0;
}

.IRNewsModule .news-filter-wrapper input#refreshiframe {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 80px;
    margin-top: 10px;
}

.IRNewsModule .datepicker input.from, .IRNewsModule .datepicker input.to, .IRNewsModule .datepicker input.from, .IRNewsModule .datepicker input.to {
    width: 240px;
    font-weight: normal;
    padding-left: 5px;
    height: 30px;
}

.IRNewsTool {
    border: none;
    table-layout: fixed;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.IRNewsModule .entriesPerPage {
    float: right;
}

.IRNewsModule .records-per-page #entriesPerRow {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    min-width: 120px;
    font-size: 12px;
}

.IRNewsModule .news-filter-box .textArea {
    width: 100%;
}

.IRNewsModule .datepicker .textArea.date-range {
    margin-top: 10px;
    width: 100%;
}

.IRNewsModule .news-range .submitButton {
    margin-bottom: 10px;
}

.IRNewsModule .news-range .submitButton {
    padding-left: 288px;
}

.IRNewsModule .submitButton {
    text-align: right;
    margin-top: 20px;
}

input#from.hide-background, input#to.hide-background {
    background: none;
}

.ui-datepicker-divHide {
    display: none;
}

input#from, input#to {
    background-image: url(images/calendar.gif);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: normal;
    font-size: 12px;
}

.IRNewsPaginationPageNew {
    padding: 0 5px;
    cursor: pointer;
}

.IRNewsPaginationPageNew.active {
    font-weight: bold;
}

.IRNewsPaginationPageNew:hover {
    font-weight: bold;
}

.IRNewsPagination {
    text-align: center;
}


/* IRCalcModule & Lookup =================================================== */

.IRLookupModule .IRChartLookupPlaceholder {
    height: 200px;
}
.IRLookupModule .IRChartLookupPlaceholder {
    height: 250px;
}

/* ========================================================================= */

.vertical-header, .IRDetailedSharePrice.table-look.vertical {
    display: none;
}



/* @media only screen ====================================================== */

@media screen and (max-width: 900px) {
    .IRCalcModule .amount-invested-label {
        width: 70px;
    }

    .IRLookupResultsTable.responsive th:nth-child(9),
    .IRLookupResultsTable.responsive td:nth-child(9) {
        display: none !important;
    }
}

@media screen and (min-width: 791px) {
    .IRNewsModule .news-range.vertical, .IRNewsTool .vertical {
        display: none;
    }

    .IRNewsModule .news-range.horizontal .submitButton {
        padding-left: 288px;
        font-weight: normal;
        margin-top: 10px;
    }
}

@media screen and (max-width: 790px) {
    .IRNewsModule .news-range .submitButton {
        padding-left: 0px;
    }

    .IRNewsModule .news-range.horizontal {
        display: none;
    }

    .IRNewsModule .news-filter-box .filterRow {
        width: 48%;
    }

   .IRNewsModule .news-filter-wrapper .checkbox {
        min-width: 200px !important;
    }

    .news-filter-wrapper .news-filter-box {
        padding-left: 0px;
    }
}


@media only screen and (max-width: 700px) {
    .labels-and-button {
        width: 100%;
    }

    .IRLookupResultsTable.responsive th:nth-child(7),
    .IRLookupResultsTable.responsive td:nth-child(7) {
        display: none !important;
    }
}


@media screen and (max-width: 600px) {
    .IRLookupResultsTable.responsive th:nth-child(6),
    .IRLookupResultsTable.responsive td:nth-child(6) {
        display: none !important;
    }

    .IRBenchmarkModule.responsive th:nth-child(6),
    .IRBenchmarkModule.responsive td:nth-child(6) {
        display: none !important;
    }
}


@media only screen and (min-width: 572px) {

    .IRToolCalcResultsTable.vertical {
        display: none;
    }

    .IRQuoteVerticalModule {
        display: none;
    }

    .table-look.vertical {
        display: none;
    }

    .IRDetailedSharePrice.vertical {
        display: none;
    }
}


@media only screen and (max-width: 571px) {
    .IRNewsTool.horizontal {
        display: none;
    }

    .IRNewsTool.vertical td span {
        font-size: 10px;
    }

    .IRNewsTool.vertical .date {
        width: 70%;
    }

    .IRNewsModule .IRNewsTool th, .IRNewsModule .IRNewsTool td {
        width: 100%;
    }

    .IRDetailedSharePrice .horizontal {
        display: none;
    }

    label.dividend-label {
        width: 50px;
    }

    th.column-last, td.column-last {
        padding-bottom: 4px;
    }

    .IRNewsTool td.data {
        border: 0px;
    }

    .vertical-header {
        display: block;
    }

    .IRDetailedSharePrice.table-look.vertical{
        display: inline-table;
    }
    .IRDetailedSharePrice.table-look.vertical th {
        width: 50%;
    }
    .IRDetailedSharePrice.table-look.horizontal,
    .horizontal-header {
        display: none;
    }
    
    .IRNewsModule .news-filter-wrapper .textArea {
        display: block;
        width:  100%;
    }
}

@media screen and (max-width: 450px) {
    .IRLookupResultsTable.responsive th:nth-child(5),
    .IRLookupResultsTable.responsive td:nth-child(5) {
        display: none !important;
    }

    .IRNewsModule .news-filter-wrapper .search-to, .IRNewsModule .news-filter-wrapper .search-from, .IRNewsModule .news-filter-wrapper .search-for-box, .IRNewsModule .news-filter-wrapper .filterRow {
        width: 100% !important;
    }

    .IRNewsModule .news-filter-wrapper .filterRow, .IRNewsModule .news-filter-wrapper .entriesPerPage {
        float: left;
    }


    .IRNewsModule .news-filter-wrapper .search-for-box input {
        height: 30px;
    }

    .IRNewsModule .search-for-box #searchtext {
        width: 100%;
        height: 30px;
        background: #fff url(/inc/images/search.png);
        background-repeat: no-repeat;
        background-position: 7px 7px;
        padding-left: 35px;
        font-size: 16px;
        border: 0 !important;
    }

    .IRNewsModule .filterRow .textArea {
        min-width: 0;
        padding-right: 20px;
        width: 100%;
    }

    .IRNewsModule .datepicker .textArea.from-label, .IRNewsModule .datepicker .textArea.to-label, .IRNewsModule .news-filter-wrapper select {
        /* width: 100%; */
        height: 30px;
        line-height: 30px;
    }

    .IRNewsModule .search-from, .IRNewsModule .search-to {
        height: initial;
    }

    .IRNewsModule .select-date #from-year, .IRNewsModule .select-date #to-year {
        width: 28%;
        float: right;
        min-width: 60px;
    }

    .IRNewsModule .select-date #from-month, .IRNewsModule .select-date #to-month {
        width: 70%;
        float: left;
    }

}


@media screen and (min-width: 451px) {
    .IRNewsModule .news-range .submitButton {
        display: inline;
        float: left;
    }

    .IRNewsModule .records-per-page {
        width: 49%;
        float: left;
    }
}

@media screen and (max-width: 450px) {
    .IRNewsModule .news-filter-box .checkbox {
        width: 70% !important;
        min-width: 80% !important;
        margin-top: 5px;
        background-size: initial !important;
        background-position-y: 0 !important;
    }

    .IRNewsModule .datepicker input#from, .IRNewsModule .datepicker input#to, .IRNewsModule .datepicker select {
        width: 100%;
    }

    .IRNewsModule .datepicker input#from-vertical, .IRNewsModule .datepicker input#to-vertical {
        width: 100%;
    }

    .IRNewsModule .search-for-box {
        width: 100% !important;
        min-width: 0 !important;
    }

    .IRNewsModule .datepicker .textArea.date-range {
        width: 100%;
    }

    .IRNewsModule .select-date {
        width: 100%;
    }


    .IRNewsModule .filter-wrapper {
        padding: 0;
    }

    .news-filter-wrapper .news-filter-box {
        padding-left: 0px;
    }

    .IRNewsModule .outerWrapper {
        min-width: 300px;
    }

    .IRNewsModule .news-range .submitButton {
        float: right !important;
        padding-left: 0;
    }

    .IRNewsModule #from-month, .IRNewsModule #from-year, .IRNewsModule #to-month, .IRNewsModule #to-year {
        width: 49%;
    }


    .IRNewsModule .search-for-box .textArea {
        /* display: none; */
    }

    .IRNewsModule .news-range .textArea {
        width: 100%;
    }

    .IRNewsModule #pagecounter {
        text-align: center !important;
        float: left;
    }
}

@media screen and (max-width: 400px) {
    .IRLookupResultsTable.responsive th:nth-child(4),
    .IRLookupResultsTable.responsive td:nth-child(4) {
        display: none !important;
    }
}

@media screen and (max-width: 300px) {
    .IRLookupResultsTable.responsive th:nth-child(3),
    .IRLookupResultsTable.responsive td:nth-child(3) {
        display: none !important;
    }
}
/* ========================================================================= */


.IRNewsModule .news-filter-wrapper .search-for-box input {
    border: 0px;
    width:  163px;
    box-sizing: border-box;
    border: 1px solid #0FF;
    border-radius: 30px;
    height: 34px;
}


.updated {
    display: none !important;
}

.IRArticleModule {
    white-space: pre;
    word-wrap: break-word;
    display: block;
    unicode-bidi: embed;
    font-family: inherit;
}

#calc-form::after {
    content: "* The currency denomination displayed below is GBX (pence) *";
    font-weight: bold;
    display: block;
    clear: both;
    text-align: center;
    margin: 10px auto;
    font-size: 0.9em;
}
/* General */

body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    color: #25306D;
    text-align: justify;
    font-size: 16px;
    line-height: 1.4;
}

.IRNewsPagination .IRNewsPageNumber {
    color: #8f8f8f !important;
    font-size: 1em !important;
}

.IRNewsPagination::before {
    content: "pages: ";
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', Almarai, Helvetica, arial, sans-serif ;
    color: #3d3d3d !important;
    line-height: 1.25 !important;
}

h1 {
    font-size: 36px !important;
    font-size: 3.6rem !important;
    color: #3d3d3d !important;
    margin-bottom: 25px !important;
}

h2 {
    font-size: 20px !important;
    font-size: 2rem !important;
    margin-bottom: 20px !important;
}

h3 {
    font-size: 20px !important;
    font-size: 2rem !important;
    margin-bottom: 15px !important;
    color: #4f5155 !important;
}

h4 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    font-family: Almarai, Helvetica, arial, sans-serif ;
    color: #4f5155 !important;
}

strong {
    font-family: Almarai, Helvetica, arial, sans-serif ;
    font-weight: 700;
}

strong em, em strong {
    font-family: Almarai, Helvetica, arial, sans-serif ;
    font-weight: 700;
    font-style: italic;
}

em {
    font-family: Almarai, Helvetica, arial, sans-serif ;
    font-weight: 400;
    font-style: italic;
}
/* Forms */

input, select, input[type=button], input[type=text], input[type=checkbox] {
    font-family: 'Titillium Web', Almarai, Helvetica, arial, sans-serif ;
    font-size: 100%;
}
/* IR CLient */

body #pagecounter div, body div.disclaimer {
    width: auto !important;
    clear: both !important;
    margin: 1em auto !important;
}

table th, table td {
    font-size: 1em !important;
    padding: 10px !important;
}

table * {
    font-size: 1em !important;
}

input#calculate-button, input#lookup-button, input.newsSubmit {
  background: #0FF !important;
  color: #25306D !important;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  height: 45px;
  cursor: pointer;
  font-family: 'Titillium Web', Almarai, Helvetica, arial, sans-serif ;
}

.table-look th, .table-look td {
    border: 1px solid #cccccc;
}

.IRQuoteModule .table-look th, .IRQuoteModule .table-look td {
    font-size: small !important;
}

.table-look th {
    background: #f2f2f2;
    color: #000 !important;
}

.table-look td {
}

.IRChartClientName, div, td, th {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.IRNewsPagination {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
/* This controls the Chart colours */

.IRChartColour, .IRChartClientName, .IRChartCurrency {
    color: #26387b;
}

.chartChangePeriod div.activePeriod, .IRChartPlaceholderArea .IRChartChangePeriod div.activePeriod {
    background-color: #000000;
}
/* This controls the Chart colours */

/*
.table-look, .table-look th, .table-look td {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
}
*/


.disclaimer {
    position: inherit;
}
/****** Should also be moved to style.css file instead to make it more generic *******/

.table-look-vertical th, .table-look-vertical td {
    padding: 6px 5px 4px 5px;
}

.input-row {
    line-height: 24px;
}
/* IRChart ================================================================= */

/* Highchart doesnt resize properly in IE on window resize*/
.highcharts-container {
    width: 100% !important;
}
/* ================================================= */

.table-look th, .table-look td {
    text-align: left;
}

.IRQuoteModule .formatArrowNeg, .IRQuoteModule .formatArrowPos, .IRMiniQuoteQuoteModule .formatArrowNeg, .IRMiniQuoteQuoteModule .formatArrowPos {
    margin-right: 5px;
    background-repeat: no-repeat;
}

#calc-form .from-label, #calc-form .to-label, label.dividend-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.IRLookupModule .IRChartLookupPlaceholder {
    height: 250px;
}

.IRCalcModule .IRChartCalcPlaceholder {
    height: 250px;
}

.toolbar {
    margin-top: 10px;
}

.tabs ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
}

    .tabs ul li {
        float: left;
        background: #ebebe7;
        text-transform: uppercase;
        margin: 0 3px -1px 0;
        list-style-type: none;
    }

.tabs a {
    display: block;
    padding: 7px;
    border: 1px solid #ebebe7;
    border-bottom: 0;
    font-weight: 400;
    color: #8f8f8f;
}

    .tabs a:hover {
        border-color: #d7d7d7;
    }

.tabs .active {
    margin: 0 3px -1px 0;
}

    .tabs .active a {
        background: #fff;
        border-color: #d7d7d7; /*border-bottom: 1px solid #fff;*/
    }

        .tabs .active a:after {
            height: 2px;
            width: 100%;
            display: block;
            content: " ";
            bottom: 0px;
            left: 0px;
            position: absolute;
        }

.tabs a span.clicked {
    border-bottom: 2px solid #FFFF8D;
}

.content {
    box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
    height: 500px;
    padding-top: 50px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.box {
    display: none;
    overflow: auto;
    position: relative;
    overflow: hidden;
}

    .box.show {
        display: block;
    }
/* ========================================================================= */



/* Tabs ==================================================================== */
.tabs-container .tabs a {
    border: 1px solid #339933;
    background-color: #90c63d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    width: 150px;
    font-family: Almarai, Helvetica, arial, sans-serif ;
    text-transform: capitalize;
}

    .tabs-container .tabs a:hover {
        background-color: #749E31;
    }

    .tabs-container .tabs a.current {
        background-color: #749E31;
        color: #eee;
    }

.tabs-container .tabs ul {
    padding-left: 0;
}

.profile-wrapper {
    float: left;
    font-family: Almarai, Helvetica, arial, sans-serif ;
    color: #000000;
    font-size: 1em;
    width: 100%;
}

    .profile-wrapper h2 {
        font-size: 20px !important;
        font-size: 2rem !important;
        margin-bottom: 20px !important;
        padding-left: 0;
    }

    .profile-wrapper .IRTable {
        border-top: none;
        border-collapse: collapse;
        width: 100%;
    }

        .profile-wrapper .IRTable tbody {
            border: 0;
        }

        .profile-wrapper .IRTable tr {
            border: 0;
        }

        .profile-wrapper .IRTable th, .profile-wrapper .IRTable td {
            font-size: 1em !important;
            text-align: center;
            background-color: #ffffff;
            border: 1px solid #cccccc !important;
            padding: 2px;
            line-height: 20px;
            font-size: 1em;
            border-top: 0 !important;
            border-left: 0 !important;
            border-right: 0 !important;
        }

        .profile-wrapper .IRTable tr:nth-child(even) td {
            background: #ffffff;
            border-bottom: 1px solid #ccc;
        }

        .profile-wrapper .IRTable tr:nth-child(odd) td {
            background: #E8E8E7;
            border-bottom: 1px solid #E8E8E7;
        }

    .profile-wrapper .table-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        float: left;
        margin-top: 20px;
    }

.IRQuoteModule .profile-wrapper .table-wrapper .company-listing-data, .IRQuoteModule .profile-wrapper .table-wrapper .price-data {
    float: none !important;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px 0 0;
}

@media (min-width: 1200px) {
    .IRQuoteModule .profile-wrapper .table-wrapper .company-listing-data, .IRQuoteModule .profile-wrapper .table-wrapper .price-data {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.profile-wrapper .table-wrapper .IRTable {
    width: 100%;
    margin-bottom: 1em
}

.profile-wrapper .IRTable {
    float: left;
}

    .profile-wrapper .IRTable td {
        font-weight: 400;
        min-width: 140px;
        width: 50%;
    }

        .profile-wrapper .IRTable td.column-first {
            min-width: 140px;
            width: 30%;
        }

    .profile-wrapper .IRTable.price-data td.Header {
        width: 40%;
    }

    .profile-wrapper .IRTable.price-data td.column-first {
        min-width: 120px;
        width: 30%;
    }

    .profile-wrapper .IRTable td {
        text-align: left;
    }
/* ========================================================================= */



/* IRNewsModule ============================================================ */
.IRNewsModule .filter-wrapper {
    width: 100%;
    float: left;
    font-size: 14px !important
}

.IRNewsModule .filter-wrapper .newsSubmit {
    font-size: 16px !important;
    padding: 10px 22px;
    height: auto;
}
.IRNewsModule .filter-wrapper *{

}

.news-filter-wrapper {
    width: 550px;
    padding: 0px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    background-color: #E8E8E7 !important;
}

.IRNewsModule h2 {
    color: #3d3d3d !important;
    background-color: #fff;
    font-weight: 400;
    padding: 5px;
    text-align: center;
    max-width: 550px;
    margin: 0px auto !important;
}

.IRNewsModule input, .IRNewsModule textarea {
    color: #8f8f8f;
}

.IRNewsModule .placeholder {
    color: #aaa;
}

.news-filter-wrapper {
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 550px;
}

.IRNewsModule .search-for-box {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

.news-filter-wrapper .news-filter-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 10px;
}

.IRNewsModule .news-filter-box .checkbox {
    font-size: 1em !important;
    color: #8f8f8f !important;
}

.IRNewsModule .news-filter-box #allRNSnews {
    font-weight: 700;
}

.IRNewsModule .news-filter-box label {
    line-height: 26px;
}
/*
.IRNewsModule .news-filter-box .checkbox.checked {
    background-image: url('images/checkbox_true.png');
}
*/

.IRNewsModule .news-filter-wrapper #select-filter {
    padding: 0;
}

.IRNewsModule .news-filter-wrapper .filterRow {
    width: 48%;
    float: right;
}

.IRNewsModule .news-filter-wrapper #searchtext {
    cursor: text;
    padding-left: 5px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.IRNewsModule .news-filter-wrapper label {
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.IRNewsModule .news-filter-wrapper .search-from, .IRNewsModule .news-filter-wrapper .search-to {
    background-color: transparent;
    line-height: 22px;
    vertical-align: top;
    border-collapse: collapse;
    border: 0px solid White;
    font-weight: 700;
}

.IRNewsModule .news-filter-wrapper .textArea {
    float: left;
    min-width: 80px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}

.IRNewsModule .search-for-box input {
    padding-left: 5px;
}

.IRNewsModule .news-range .textArea {
    width: 100%;
}

.IRNewsModule .search-for-box .textArea {
}

.IRNewsModule .news-filter-wrapper .filterRow input {
    height: 30px;
    line-height: 30px;
    margin: 0px;
    border: none;
    float: left;
    background: none;
}

.IRNewsModule .news-filter-wrapper .radiofix {
    position: relative;
    margin-right: 5px !important;
    float: left;
    top: 7px;
}

.IRNewsModule .news-filter-wrapper .form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.IRNewsModule .news-filter-wrapper #to-month, 
.IRNewsModule .news-filter-wrapper #to-year, 
.IRNewsModule .news-filter-wrapper #from-year, 
.IRNewsModule .news-filter-wrapper #from-month {
    padding: 3px 15px 7px 0;
    float: left;
    font-size:  14px;
}

.IRNewsModule .news-filter-wrapper #from-month, .IRNewsModule .news-filter-wrapper #to-month {
    margin-right: 3px;
}
.IRNewsModule .news-filter-wrapper select{
    width: 163px;
}

.IRNewsModule .news-filter-wrapper #from-month, .IRNewsModule .news-filter-wrapper #to-month {
    width: 100px;
}

.IRNewsModule .news-filter-wrapper #from-year, .IRNewsModule .news-filter-wrapper #to-year {
    width: 60px;
}

.IRNewsModule .datepicker {
}

.IRNewsModule .search-filter-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.IRNewsModule .news-filter-wrapper .search-from, .IRNewsModule .news-filter-wrapper .search-to {
    width: 385px;
    width: 48%;
}

.IRNewsModule .news-filter-wrapper .search-from {
    float: left;
}

.IRNewsModule .news-filter-wrapper .search-to {
    float: right;
}

.IRNewsModule #ui-datepicker-div {
    margin-top: 0;
}

.IRNewsModule .news-filter-wrapper input#refreshiframe {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 80px;
    margin-top: 10px;
}

.IRNewsModule .datepicker input.from, .IRNewsModule .datepicker input.to, .IRNewsModule .datepicker input.from, .IRNewsModule .datepicker input.to {
    width: 240px;
    font-weight: 400;
    padding-left: 5px;
    height: 30px;
}

.IRNewsTool {
    border: none;
    table-layout: inherit;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.IRNewsModule .entriesPerPage {
    float: right;
}

.IRNewsModule .records-per-page #entriesPerRow {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    min-width: 120px;
    font-size: 12px;
}

.IRNewsModule .news-filter-box .textArea {
    width: 100%;
}

.IRNewsModule .datepicker .textArea.date-range {
    margin-top: 10px;
    width: 100%;
}

.IRNewsModule .news-range .submitButton {
    margin-bottom: 10px;
}

.IRNewsModule .news-range .submitButton {
    padding-left: 288px;
}

.IRNewsModule .submitButton {
    text-align: right;
    margin-top: 20px;
}

input#from.hide-background, input#to.hide-background {
    background: none;
}

.ui-datepicker-divHide {
    display: none;
}

input#from, input#to {
    background-image: url(images/calendar.gif);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: 400;
    font-size: 12px;
}
/* NewsContent ======================================================== */
.IRNewsModule .IRNewsTool th {
    font-weight: 700;
}

.IRNewsTool {
    border: 1px solid #cccccc;
}

.IRNewsModule .IRNewsTool th, .IRNewsModule .IRNewsTool td {
    /*
        border-bottom: 1px solid #fff;
    */
    border-right: 0px;
    border-left: 0px;
    cursor: pointer;
    width: 70%;
    font-size: 1em;
    padding: 10px !important;
}

.IRNewsModule .IRNewsTool tr:nth-child(even) td {
    background: #ffffff !important;
    border-bottom: 1px solid #ccc !important;
}

.IRNewsModule .IRNewsTool tr:nth-child(odd) td {
    background: #E8E8E7 !important;
    border-bottom: 1px solid #ccc !important;
}

.IRNewsModule .IRNewsTool th.column-first, .IRNewsModule .IRNewsTool td.column-first {
    width: 110px !important;
}

.IRNewsModule .IRNewsTool td.data {
    color: inherit;
    padding-left: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
}

.IRNewsModule .IRNewsTool td.DataHover {
    background-color: #f2f2f2 !important;
    text-decoration: none;
    color: #8f8f8f;
}

.IRNewsModule .news-table td.filterRow {
    background-color: transparent;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
    border-collapse: collapse;
    border: 0px solid White;
    color: rgb(18, 141, 185);
    font-weight: 700;
}

.IRNewsModule .pagelabel, .IRNewsModule .pagelabelNEXT, .IRNewsModule .pagelabelPREV {
    cursor: pointer;
    font-size: 14px;
    color: #3C5267;
    margin-left: 4px;
    margin-right: 4px;
    border-bottom: 1px solid #3C5267;
}

.IRNewsModule .pagelabelNEXT {
    margin-left: 19px;
}

.IRNewsModule .pagelabelPREV {
    margin-right: 19px;
}

.IRNewsModule .pagelabelhidden {
    display: none;
}

.IRNewsModule .pagelabelhover, .IRNewsModule .pagelabelclick {
    color: #8f8f8f;
    font-size: 14px;
}

.IRNewsModule #pagecounter {
    cursor: pointer;
}

.IRNewsModule .filesize {
    margin-bottom: 0px;
    border: 1px solid black;
}

.IRNewsModule .newsRowHidden {
    display: none;
}

.IRNewsModule .news-filter-box .checkbox {
    font-size: 1em !important;
    width: 43%;
    min-width: 43%;
    margin-bottom: 0px;
    margin-right: 0px;
}

.IRNewsTool th, .IRNewsTool td {
    width: 33%;
}

    .IRNewsTool td.title {
        overflow: visible;
        white-space: normal;
    }

.IRNewsModule .news-filter-wrapper td.download {
    width: 33%;
}
/* ========================================================================= */


/* IRCalcModule & Lookup =================================================== */

.ui-datepicker-trigger{
    top: 0;
}
.IRCalcModule .input-row {
    position: relative;
}

.IRLookupModule .IRChartLookupPlaceholder {
    height: 200px;
}

.IRCalcModule .input-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.IRCalcModule #lookup-form label.dividend-label {
    display: block;
    width: 36%;
}
.IRCalcModule [type="radio"]{
    vertical-align: top;
    margin: 6px 0 0 10px;
}

.IRCalcModule th.left-aligned, .IRCalcModule td.left-aligned {
    text-align: left;
}

.IRCalcModule th {
    color: #fff;
    text-align: left;
    padding: 5px;
}

.IRCalcModule .input-row #currency-symbol {
    margin-right: 5px;
    display: inline;
}

.IRCalcModule select, .IRLookupModule select {
    vertical-align: top;
    height: 24px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #0FF;
    border-radius: 30px;
    padding: 2px 5px;
}

.IRLookupModule #lookup-form {
    text-align: right;
}

.IRLookupModule .IRChartLookupPlaceholder {
    height: 250px;
}

.IRLookupModule #lookup-form .frequency-label {
    text-align: left;
}

.IRLookupModule #lookup-form select#format {
    width: 77px;
}

#lookup-form .frequency-label, #calc-form .frequency-label {
    float: left;
    min-width: 70px;
}

#lookup-form .input-row, #calc-form .input-row {
    line-height: 24px;
}
#lookup-form .input-row:last-child, #calc-form .input-row:last-child {
    min-height: 60px;
}

#lookup-form .from-label, #lookup-form .to-label, #calc-form .from-label, #calc-form .to-label {
    float: left;
    margin-right: 10px;
    text-align: left;
}

#calc-form, .IRChartLookupPlaceholder {
    width: 100%;
}
/* ========================================================================= */



/* IRBenchmark ============================================================= */
td.colorize.positive {
    color: green;
}

td.colorize.negative {
    color: red;
}

.IRBenchmarkModule .peer-index-title {
    background-color: whitesmoke;
    font-weight: 700;
    margin-top: 10px;
}

.IRTradesModule .table-seperator {
    text-align: center;
    font-weight: 700;
    color: #555;
    background: whitesmoke;
}
/* ========================================================================= */


.download-button.latest-trades {
    position: relative;
    text-align: center;
    top: 10px;
    margin-bottom: 30px;
}

.decrease {
    color: red;
}

.increase {
    color: green;
}

.dataTables_info {
    display: none;
}

.IRTables tbody tr {
    width: 20% !important;
}

#scroll-table {
    overflow: scroll !important;
    width: 100% !important;
}
/* ========================================================================= */


/* IRMiniQuoteModule ======================================================= */
.IRMiniqouteHtml{
    background: transparent;
    overflow: hidden;
}
.IRMiniqouteHtml .readingDirectionLRT{
    background: transparent none;
}
.miniquote {
    background: #efefef;
    float: left;
    width: 100%;
}

.miniquote h2 {
    background: #F96412;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    max-width: 60px;
    vertical-align: middle;
    float: left;
    line-height: 125%;
}

.miniquote .last {
    padding-left: 10px;
    min-width: 70px;
    float: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    color: #8f8f8f;
}

.miniquote .changeOuter {
    float: left;
    padding-top: 10px;
}

.miniquote .change {
    padding-left: 10px;
}

.miniquote .changePct {
    padding-left: 10px;
}

.arrow a {
    position: relative;
    width: 19px;
    height: 19px;
    left: 10px;
    background-image: url('../images/small-share-arrow.png');
    background-position: left 0px top -19px;
    cursor: pointer;
    float: left;
    top: 16px;
}

.IRMiniQuoteQuoteModule th, .IRMiniQuoteQuoteModule td, .IRMiniQuoteQuoteModule.table-look {
    border: 0;
    border-top: 0;
    border-bottom: 0;
}

.arrow a:hover {
    background-position: left 0px top 0px;
    cursor: pointer;
}

.IRMiniquoteModule {
}

.IRMiniQuoteQuoteModule td.last {
    font-size: 16px;
    font-weight: 700;
}

div.IRMiniquoteModule {
    width: 100% !important;
    text-align: center !important;
}
.IRMiniquoteModule .last{
    font-size: 40px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
}
.IRMiniquoteModule .change{
    font-size: 18px;
    display: none;
}

div.IRMiniquoteModule table.IRMiniQuoteQuoteModule td.Data {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    text-align: center !important;
}

div.IRMiniquoteModule table.IRMiniQuoteQuoteModule td.Data::after {
    content: " GBp";
}

div.IRMiniquoteModule table.IRMiniQuoteQuoteModule td.Data, div.IRMiniquoteModule table.IRMiniQuoteQuoteModule.table-look.responsive td.Data.last {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    background: #fff;
    font-size: 2.8em !important;
    color: #26387b !important;
    font-weight: 400 !important;
    padding: 0px 0px 5px 0 !important;
    text-align: center !important;
}

.IRMiniQuoteModule .IRMiniQuoteQuoteModule td.data::after {
}

.IRMiniQuoteQuoteModule td.data {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

table.IRMiniQuoteQuoteModule {
    margin-top: 0;
}
.disclaimer-IRMiniquote{
    display: none;
}
/* ========================================================================= */



/* DetailedSharePrice ====================================================== */
.detailed-share-price-exchange td:first-child, .detailed-share-price-market td:first-child, .detailed-share-price-records td:first-child, .detailed-share-price-summary td:first-child {
    padding-left: 5px;
    text-align: left;
}

.detailedSharePriceSplit h2 {
    margin-top: 30px;
}

.detailed-share-price-records th, .detailed-share-price-summary th, .detailed-share-price-market th, .detailed-share-price-records td, .detailed-share-price-summary td, .detailed-share-price-market td {
    text-align: left !important;
}

table.IRDetailedSharePrice {
    width: 100%;
}

.IRDetailedSharePrice th, .IRDetailedSharePrice td {
    padding: 5px 10px;
    letter-spacing: -0.5px;
}

.IRDetailedSharePrice.vertical th, .IRDetailedSharePrice.vertical td {
    width: 40%;
}


/* ========================================================================= */




/* @media only screen ====================================================== */
@media screen and (min-width: 1250px) {
    label.dividend-label {
        width: 150px;
    }
}

@media screen and (min-width: 1200px) {
    label.dividend-label {
        width: 150px;
    }
}

@media screen and (min-width: 1024px) {
    .IRCalcModule #calc-chart .highcharts-container {
        width: 100%;
    }

    .IRQuoteModule .horizontal th {
        width: 120px;
    }
}

@media screen and (max-width: 900px) {
    .IRCalcModule .amount-invested-label {
        width: 70px;
    }

    .IRLookupResultsTable.responsive th:nth-child(9), .IRLookupResultsTable.responsive td:nth-child(9) {
        display: none !important;
    }
}

@media only screen and (max-width: 800px) {
    .profile-wrapper .IRTable.company-listing-data {
        margin-bottom: 35px;
    }

    .profile-wrapper .table-wrapper .company-listing-data, .profile-wrapper .table-wrapper .price-data {
        width: 100% !important;
    }

    .IRLookupResultsTable.responsive th:nth-child(8), .IRLookupResultsTable.responsive td:nth-child(8) {
        display: none !important;
    }

    .profile-wrapper .company-listing-data {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 791px) {
    .IRNewsModule .news-range.vertical, .IRNewsTool .vertical {
        display: none;
    }

    .IRNewsModule .news-range.horizontal .submitButton {
        padding-left: 288px;
        font-weight: 400;
        margin-top: 10px;
    }
}

@media screen and (max-width: 790px) {
    .IRNewsModule .news-range .submitButton {
        padding-left: 0px;
    }
    /*.IRNewsModule .news-filter-wrapper .textArea{width: 25%;}*/
    /*.IRNewsModule .news-filter-wrapper #searchtext, .IRNewsModule .news-filter-wrapper .select-date, .IRNewsModule .news-filter-wrapper #select-filter{float: right; }*/
    .IRNewsModule .news-range.horizontal {
        display: none;
    }

    .IRNewsModule .news-filter-box .filterRow {
        width: 48%;
    }
    /*.IRNewsModule .filter-wrapper {padding: 10px 30px 10px 30px;}*/
    /*.IRNewsModule .news-filter-wrapper input, .IRNewsModule .news-filter-wrapper select{width: 60%;}*/
    /*.IRNewsModule .news-filter-wrapper .search-from, .IRNewsModule .news-filter-wrapper .search-to {width: 100% !important; margin-bottom: 5px;}*/
    .IRNewsModule .news-filter-wrapper .checkbox {
        min-width: 200px !important;
    }

    .news-filter-wrapper .news-filter-box {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 700px) {
    .labels-and-button {
        width: 100%;
    }

    .IRLookupResultsTable.responsive th:nth-child(7), .IRLookupResultsTable.responsive td:nth-child(7) {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .IRLookupResultsTable.responsive th:nth-child(6), .IRLookupResultsTable.responsive td:nth-child(6) {
        display: none !important;
    }

    .IRBenchmarkModule.responsive th:nth-child(6), .IRBenchmarkModule.responsive td:nth-child(6) {
        display: none !important;
    }
}

@media only screen and (min-width: 572px) {
    #calc-form .from-label, #calc-form .to-label, label.dividend-label, label.invested-label, #calc-form-md .from-label, #calc-form-md .to-label, .IRCalcModule .amount-invested-label, #calc-form-md-amount .from-label, #calc-form-md-amount .to-label, #calc-form-md-share .from-label, #calc-form-md-share .to-label {
        padding-left: 10px;
        line-height: 20px;
    }

    #calc-form .from-label, #calc-form .to-label, label.dividend-label {
        line-height: 24px;
    }

    .IRToolCalcResultsTable.vertical {
        display: none;
    }

    .IRQuoteVerticalModule {
        display: none;
    }

    .table-look.vertical {
        display: none;
    }

    .labels-and-button {
        display: block;
        float: left;
    }

    .IRDetailedSharePrice.vertical {
        display: none;
    }

    .time-mobile {
        display: none;
    }

    .tdmobileview {
        display: none;
    }

    .trmobileview {
        display: none;
    }

    .IRDetailedSharePrice.vertical {
        display: none !important;
    }
}

@media only screen and (max-width: 571px) {
    .profile-wrapper .IRTable th, .profile-wrapper .IRTable td {
        float: left;
        width: 100% !important;
    }

    .IRNewsTool.horizontal, table.IRNewsTool.horizontal, table.IRNewsTool, table.horizontal, table.table-look, table.responsive {
        visibility: visible;
        display: inline-table;
        width: 100%;
        table-layout: inherit
    }

    .IRNewsTool.vertical td span {
        font-size: 10px;
    }

    .IRNewsTool.vertical .date {
        width: 70%;
    }

    .IRNewsModule .IRNewsTool th, .IRNewsModule .IRNewsTool td {
        width: 60%;
    }

    .IRCalcModule .horizontal {
        display: none;
    }

    .IRCalcModule .vertical td {
        text-align: right;
        padding: 5px;
    }

    .IROrdersModule .progress {
        height: 12px !important;
    }

    .m9, .benchmark tr td:nth-child(6) {
        display: none;
        visibility: hidden;
    }

    .table-look th, .table-look td {
        text-align: left;
    }

    .IRDetailedSharePrice .horizontal {
        display: none;
    }

    .IROrdersModule.horizontal {
        display: block !important;
    }

    .IRQuoteHorizontalModule {
        display: none !important;
    }

    label.dividend-label {
        width: 50px;
    }

    th.column-last, td.column-last {
        padding-bottom: 4px;
    }

    .detailed-share-price th {
        min-width: 90px;
    }

    .detailed-share-price td {
        width: 65%;
    }

    .IRToolCalcResultsTable.horizontal {
        display: none !important;
    }

    .IRQuoteVerticalModule th.column-last, .IRQuoteVerticalModule td.column-last {
        border-bottom: 1px solid #f4f4f4;
    }

    .IRToolCalcResultsTable th.Header {
        width: 40%;
    }

    .detailed-share-price-records th, .detailed-share-price-summary th, .detailed-share-price-market th {
        font-weight: 400;
        padding-left: 5px;
    }

    .IRCalcModule #calc-form {
        height: auto !important;
        min-height: 150px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .IRNewsTool {
        border: 1px solid #cccccc;
    }

        .IRNewsTool td.data {
            border: 0px;
        }
}

@media only screen and (max-width: 350px) {
    table.IRNewsTool th, table.IRNewsTool td {
        float: left;
        width: 100% !important;
    }

    .IRNewsModule .IRNewsTool th.column-first, .IRNewsModule .IRNewsTool td.column-first {
        float: left;
        width: 100% !important;
    }

    div.IRNewsModule table.IRNewsTool th.column-last, div.IRNewsModule table.IRNewsTool td.column-last, div.IRNewsModule table.IRNewsTool td.Data.column-last.download, div.IRNewsModule table.IRNewsTool th.column-last, div.IRNewsModule table.IRNewsTool td.column-last, div.IRNewsModule table.IRNewsTool td.Data.column-last.download, table.IRNewsTool th.Header {
        float: left;
        width: 100% !important;
    }
}

/* email alerts */

/* IREmail =============================================================== */
.form_input-container {
    display: inline-block;
    width: 100%;
}

.js--hidden, .hidden {
    display: none;
}

.IREmailModule {
    /*max-width: 550px;*/
    line-height: 1;
}

input.informationInput, .inputTextField.unsubscribeEmail, input#unsubscribeEmail {
    position: relative;
    margin-bottom: 20px;
    height: 60px;
    width: 100%;
    max-width: 450px;
    text-indent: 10px;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 10px;
}

.alreadySubscribedText {
    margin-bottom: 16px;
}

.inputTextTitle,
.leftColumn {
    display: inline-block;
    width: 115px;
}

.invalidMessage {
    display: none;
}

.invalidBox .informationInput {
    border: 1px solid #f63;
}

.invalidBox .invalidMessage {
    display: block;
}

.subPageLogin {
    margin-bottom: 30px;
}

.textMargin {
    margin-top: 30px;
}

.requiredFieldMSG * {
    text-decoration: none;
    color: #f63 !important;
    font-weight: 600;
}

.errorInput {
    border-color: #f63 !important;
    border-width: 1px !important;
}

.inputText {
    float: none;
    width: 100%;
    max-width: 100%;
}

.pageRegister label {
    width: 100%;
    float: left;
    min-width: 150px;
}

.pageRegister p {
    margin: 15px 0;
    margin-top: 0;
}

.pageRegister input:focus {
    outline-color: #f63;
}

.inputTextTitle {
    height: 50px;
    line-height: 50px;
    width: 125px;
    min-width: 0;
    max-width: 125px;
    font-size: 16px;
}

.emailAdrTranslation {
    height: 40px;
    line-height: 40px;
    color: #32373C;
    font-size: 16px;
    display: inline-block;
}

.blockOuter {
    float: none;
    overflow: hidden;
}

.blockInner {
    margin-top: 12px;
}

.inputText .informationInput,
.input-wrapper .informationInput {
    margin: 0 !important;
    vertical-align: top;
    max-width: 420px;
}

.marginless {
    margin: 0;
}

button.formLogin.buttonStyle {
    margin-left: 0;
    margin-top: 10px;
    display: block;
}

.email_fields .buttonStyle{
    line-height: 1 !important;
}
.pageVerification_placedAtSubmitbutton {
    margin-top: 25px;
}

.pageUnsubscribe, .subPageLoginConfirm {
    display: none;
}
.unsubscribe .form_input.buttonStyle,
#SubmitForm.form_input {
    min-width: 110px;
    background: #00FFFF;
    color: #25306D;
    border: 0 none;
    border-radius: 0;
    padding: 14px 30px;
    font-size: 20px;
    height: 60px;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Titillium Web', Almarai, Helvetica, arial, sans-serif ;
}

@media only screen and (max-width: 480px) {

    .inputTextTitle,
    .emailAdrTranslation {
        height: auto;
        line-height: 2;
    }

    .rightColumn {
        width: 100%;
        max-width: 100%;
        float: none
    }

    .informationInput {
        width: 100% !important;
        max-width: 100%;
    }

    .informationInput, .inputText, .input-wrapper .informationInput {
        width: 100% !important;
        max-width: 100%;
    }

    .buttonStyle {
        width: 100%;
    }

    button.formLogin.buttonStyle {
        margin-left: 0;
        margin-top: 10px;
    }
}

.form_input-container--submit {
    margin-top: 20px;
}

a.subscribe_link, a.unsubscribe_link {
    text-decoration: none;
    color: #25306D;
    text-decoration: underline;
    cursor: pointer;
}

a.subscribe_link:hover, a.unsubscribe_link:hover {
    text-decoration: underline;
}