﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Ubuntu:wght@500&display=swap');

/* PAGE BACKGROUND */
body {
    background-color: #FFFFFF;
}

/* BASE FONT OVERIDE */
html,div,body,a,td,h1,p { font-family:'Open Sans', sans-serif; color: #3c3c3b !important; }

/* SITE MAP STYLE */
._mapStyle                  { background: #E00572; color: #FFF; }

/* ICONS */
.menu_anchor i.material-icons { display: none; } /* Left menu bar */
.menu_anchor .on i.material-icons  { color: rgba(224, 5, 114, 1); } /* Left menu bar - when this is the current page */
a.menu_anchor:hover i.material-icons { color: rgba(224, 5, 114, 1); } /* Left menu bar - on hover */
.row_image i.material-icons {  } /* A Few Pages - Icon displayed at the left of a selectable panel */
.footer_link > i.material-icons, .footer_arrow > i.material-icons { color: rgba(51, 51, 51, 1); } /* Footer Icon*/
.footer_link:hover > i.material-icons, .footer_arrow:hover > i.material-icons { color: rgba(224, 5, 114, 1); } /* Footer Icon - On Hover */
p.mobilemenu_link i.material-icons { color: rgba(51, 51, 51, 1); } /* Mobile left menu bar icons */
p.mobilemenu_link:hover i.material-icons { color: rgba(224, 5, 114, 1); } /* Mobile left menu bar icons - on hover */
#header i.material-icons, #SearchBar #FilterIcon { color: rgba(51, 51, 51, 1); }
#header i.material-icons:hover { color: rgba(224, 5, 114, 1); }
.download_app i.material-icons { color: rgba(224, 5, 114, 1); }

/* FOOTER BACKGROUND */
.footer_inner               { background: #F7F4F2; }
#footer_container           { background: #F7F4F2; }

/* HEADER BACKGROUND */
#header                     { background: #1e3664; box-shadow:0px 0px 10px rgba(0,0,0,0.3); }

/* MOBILE MENU BACKGROUND */
#side_menu                  { background: rgba(255,255,255,0.97); border-right-width:6px; border-color:#E00572; }

/* TEXT COLOURS */
._accent_text               { color: #E00572; }
._error_text                { color: #DB5C59; }
._success_text              { color: rgba(0, 178, 0, 1); }
._major_text                { color: #222; }
._minor_text                { color: #111; }
._faded_text                { color: #BDBDBD; }
._header_major_text         { color: #333333; }
._header_minor_text         { color: #555555; }
._footer_major_text         { color: #555; }
._menu_major_text           { color: #1e3664 !important; }
._mobilemenu_major_text     { color: #111; }
._title_major_text          { color: #E00572; }
._title_minor_text          { color: #E00572; }
._panel_major_text          { color: #111; }
._panel_minor_text          { color: #555; }
._panel_faded_text          { color: #777; }
._panel_accent_text         { color: #000; }
._panel_error_text          { color: #DB5C59; }
.panel_link                 { color: #1e3664 !important; }
.link                       { color: #1e3664 !important; }

/* HOVER OVER TEXT COLOURS */
.menu_link:hover            { color: #Ee7423 !important;  }
.mobilemenu_link:hover      {  }
.header_link:hover          { color: rgba(224, 5, 114, 1); }
.footer_link:hover          {  }
.panel_link:hover           { color: #Ee7423 !important; }
.link:hover                 { color: #Ee7423 !important; }

/* TEXT SELECTION */
::selection                 { background:#Ee7423; color:#fff; }
::-moz-selection            { background:#Ee7423; color:#fff; }
::-webkit-selection         { background:#Ee7423; color:#fff; }

/* TEXT HEADER OVERRIDES */
h1                          {  }
h2                          {  }
h3                          {  }
h4                          {  }
h5                          {  }

/* INPUT FIELDS AND BUTTON OVERRIDES */
input[type=text],input[type=password],input[type=tel],input[type=email],input[type=date],select,textarea{ border-width:1px; }
input[type=button]:active,input[type=image]:active,input[type=submit]:active,a.desktop_button:active{ }

.button { background:#ffffff; border:1px solid #1e3664; color: #1e3664; }
.button:hover { border: 1px solid #Ee7423; background:#Ee7423; color:#FFFFFF; }

.button--prime { background:#1e3664; border-color:#1e3664; color:#FFFFFF; }
.button--prime:hover { border: 1px solid #Ee7423; background:#Ee7423; color:#FFFFFF; }

input[disabled=disabled],input[disabled=disabled]:hover,input[disabled=disabled]:focus,input[disabled=disabled]:active{ }
input:focus,select:focus,textarea:focus{ }
.header_toolbar_content_item_container input[type=text], .header_toolbar_content_item_container input[type=password] { border-color:#DDD; color:#000; }
.header_toolbar_content_item_container input[type=text]:focus, .header_toolbar_content_item_container input[type=password]:focus { border-color:#000; }
#help_btn_wrapper .help_btn.half:hover { background: rgba(224, 5, 114, 1); color:#fff; border-color: rgba(224, 5, 114, 1); }
#helpdesk_button .help_btn.half:hover { background: rgba(224, 5, 114, 1); color:#fff; border-color: rgba(224, 5, 114, 1); }

/* LOGIN TEXT BOX OVERRIDES */
#header ::-webkit-input-placeholder{ color:#CCC; }
#header :-moz-placeholder{ color:#CCC; }
#header ::-moz-placeholder{ color:#CCC; }
#header :-ms-input-placeholder{ color:#CCC; }
#header input:-moz-placeholder{ color:#CCC; }
#header input::placeholder{ color:#CCC; }

/* PLACEHOLDER OVERRIDES */
::-webkit-input-placeholder{ }
:-moz-placeholder{ }
::-moz-placeholder{ }
:-ms-input-placeholder{ }

#SearchBar ::-webkit-input-placeholder{ color:#666; }
#SearchBar :-moz-placeholder{ color:#666; }
#SearchBar ::-moz-placeholder{ color:#666; }
#SearchBar :-ms-input-placeholder{ color:#666; }
#SearchBar input:-moz-placeholder{ color:#666; }
#SearchBar input::placeholder{ color:#666; }


/* OTHER OVERRIDES */
.menu_container { background:transparent; }
.table_main tr td#content_text.col2 { background:transparent; }
#SearchBar input { border-color: rgba(0, 0, 0, 0.1); }
#SearchBar input:focus { border-color: rgba(51, 51, 51, 1); }
#header .textbutton .subtext { color: rgba(0, 0, 0, 1); }
.header .company-name, .header a { font-family: 'Ubuntu', sans-serif !important; text-transform:uppercase; color: #ffffff !important; }
.header a:hover, .header a:hover .material-icons { color: #Ee7423 !important; }

/* TEMP CHANGES - PBI 32793 */
#open_cookie_preferences {
    display: none;
}

#freeprivacypolicy-com---nb {
    display: none;
}