/*  
    ------------------------------------------------------
    RealMe agency assets
    ------------------------------------------------------

    Table of contents:

    1. Base widget
    2. Typography
    2. Links
    3. Icons
    4. Colour themes

*/
.realme_widget, .realme_button, .realme_popup_position, .realme_login, .realme_create_account, .whats_realme, .realme_link, .realme_popup, .realme_find_out_more 
{
  position: relative!important;
}

.realme_login_lockup img, .realme_arrow_top_left .arrow, .realme_arrow_top_right .arrow, .realme_popup_wrapper, .realme_arrow_side_left .arrow, .realme_arrow_side_right .arrow, .realme_icon_find_out_more, .realme_icon_link, .realme_icon_padlock 
{
  position: absolute!important;
}

/* Clearfix */
.realme_widget, .realme_secondary_login, .realme_login_lockup, .realme_popup {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1!important;
}
.realme_widget:before, .realme_secondary_login:before, .realme_login_lockup:before, .realme_popup:before, .realme_widget:after, .realme_secondary_login:after, .realme_login_lockup:after, .realme_popup:after {
  content: " "!important;
  display: table!important;
}
.realme_widget:after, .realme_secondary_login:after, .realme_login_lockup:after, .realme_popup:after {
  clear: both!important;
}

.realme_title, .realme_mini_title, .realme_button {
  font-weight: bold!important;
}

.realme_secondary_login, .realme_secondary_login .realme_popup_position, .realme_login, .realme_create_account, .realme_link, .realme_icon_new_window, .realme_text_icon_new_window {
  display: inline-block!important;
  vertical-align: bottom!important;
}

.realme_button, .realme_button_padding, .realme_icon_find_out_more, .realme_icon_link, .realme_icon_padlock {
  display: block!important;
}

.realme_icon_find_out_more, .realme_icon_link, .realme_icon_padlock, .realme_icon_new_window, .realme_text_icon_new_window {
  background-color: transparent!important;
  background-repeat: no-repeat!important;
  background-position: 0 0!important;
}

/* hasLayout hack for IE7 */
.realme_secondary_login, .realme_secondary_login .realme_popup_position, .realme_login, .realme_create_account, .realme_link, .realme_find_out_more, .realme_icon_new_window, .realme_text_icon_new_window 
{
  *display: inline!important;
  *zoom: 1!important;
}

.realme_primary_login, .realme_alternative_login, .realme_assert {
  border-width: 1px!important;
  border-style: solid!important;
}

.realme_icon_padlock, .realme_icon_new_window {
  _overflow: hidden!important;
  /*ie6*/
}

.realme_primary_login, .realme_alternative_login, .realme_assert {
  _width: 320px!important;
  /*ie6*/
}

/*
	The base RealMe widget
	-----------------------------------------------------
*/
.realme_widget {
  padding: 0.76923em 3.10em!important;
  border-color: transparent!important;
  /* The border-color is modified by each theme */
  font-family: sans-serif!important;
  color: inherit;
  font-size: 13px!important;
  /* Set font-size explicitly to avoid cascade from the page. */
  line-height: 1.53846!important;
  /* Reset the line-height to something senisble inside the widget */
}
.realme_widget p {
  margin-top: 0.5em!important;
  margin-bottom: 1em!important;
}
.realme_widget a {
  text-decoration: none!important;
}

.realme_login, .realme_create_account, .whats_realme, .realme_link {
  color: #2c5897 !important;
}
.realme_login:hover, .realme_create_account:hover, .whats_realme:hover, .realme_link:hover, .realme_login:active, .realme_create_account:active, .whats_realme:active, .realme_link:active {
  color: #204170;
  text-decoration: underline!important;
}

/*
	Typography
	-----------------------------------------------------
*/
.realme_title {
  margin-top: 0!important;
  margin-bottom: 0!important;
  font-size: 1.230769231em!important;
  /* 16px */
}

.realme_mini_title {
  font-size: 1.076923077em!important;
  /* 14px */
}

/*
	Buttons
	-----------------------------------------------------
*/
.realme_button {
  line-height: 1!important;
  margin-top: 1px!important;
  cursor: pointer!important;
  color: white!important;
  border-width: 1px!important;
  border-style: solid!important;
  background-color: #3871ae!important;
  background-repeat: repeat-x!important;
  /* Things that fancy browsers get */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a78bb), color-stop(100%, #3871ae))!important;
  background-image: -webkit-linear-gradient(#3a78bb, #3871ae)!important;
  background-image: -moz-linear-gradient(#3a78bb, #3871ae)!important;
  background-image: -o-linear-gradient(#3a78bb, #3871ae)!important;
  background-image: linear-gradient(#3a78bb, #3871ae)!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  -ms-border-radius: 3px!important;
  -o-border-radius: 3px!important;
  border-radius: 3px!important;
  border-color: #1d5794!important;
  -webkit-appearance: none!important;
  -webkit-border-image: none!important;
}
.realme_button:hover, .realme_button:focus {
  background-color: #2f5f93!important;
  background-image: none!important;
  color: #fff!important;
  border-color: #103154!important;
}

.realme_button_padding {
  color: #fff!important;
  padding: 0.92308em 2.53846em 0.92308em 1.23077em!important;
}

/*
	Top-level widgets
	-----------------------------------------------------
 */
.realme_primary_login {
  max-width: 28em!important;
  min-width: 16.30769em!important;
  padding: 1.38462em!important;
}
.realme_primary_login p {
  font-size: 14px!important;
}
.realme_primary_login .realme_create_account {
  float: right!important;
}

.realme_alternative_login {
  max-width: 18em!important;
  min-width: 10.30769em!important;
}
.realme_alternative_login .realme_title {
  font-size: 1.076923077em!important;
  margin-bottom: 0.5em!important;
}

.realme_assert .whats_realme, .realme_assert .realme_create_account, .realme_primary_login .whats_realme, .realme_primary_login .realme_create_account, .realme_alternative_login .whats_realme, .realme_alternative_login .realme_create_account {
  margin-top: 0.5em !important;
}

.realme_assert {
  max-width: 28em!important;
}

.realme_secondary_login {
  padding-right: 2.76923em!important;
  background-image: url('/images/iGovt_RealMe/logo-simple-login.png')!important;
  background-repeat: no-repeat!important;
  background-position: right center!important;
  padding-left: 1.1em!important;
}
.realme_secondary_login .realme_login, .realme_secondary_login .realme_link, .realme_secondary_login .realme_create_account {
  padding-right: 1.75em!important;
  padding-top: 0!important;
}
.realme_secondary_login .realme_pipe {
  border-right: solid 1px!important;
  padding-left: 0.5em!important;
}
.realme_secondary_login .realme_pipe:first-child {
  padding-left: 0!important;
}
.realme_secondary_login .whats_realme {
  font-weight: bold!important;
  padding-right: 0.3em!important;
  padding-left: 0.3em!important;
  *padding-left: 0.5em!important;
  padding-top: 0!important;
}
.realme_secondary_login .realme_link {
  margin-right: 0.75em!important;
}
.realme_secondary_login .realme_icon_link {
  right: .615384615em!important;
}

/*
	Components
	-----------------------------------------------------
*/
/* Used to separate elements vertically. Can be themed*/
.realme_hr {
  margin: 0!important;
  border: 0!important;
  padding: 0.1em 0 0.38462em!important;
  border-bottom: 1px solid #ddd!important;
  height: 1px!important;
}

.realme_login_lockup {
  margin-bottom: 1em!important;
  _position: relative!important;
  /*ie6*/
}

/*
    Links
    -----------------------------------------------------
*/
.realme_login, .realme_create_account, .realme_link {
  padding-right: 1.2em!important;
}

.whats_realme {
  float: left !important!important;
}

.realme_btn_margin {
  margin-left: 45px!important;
}

.realme_link {
  text-decoration: none!important;
}

/*
	Popup
	-----------------------------------------------------
*/
.realme_arrow_top_left, .realme_arrow_top_right, .realme_arrow_side_left, .realme_arrow_side_right {
  padding-top: 1.2em!important;
}

.realme_arrow_top_left .arrow, .realme_arrow_top_right .arrow {
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  border-width: 11px!important;
  display: block!important;
  border-bottom-color: #d0d0d0!important;
  left: -1px!important;
  top: -22px!important;
}
.ie6 .realme_arrow_top_left .arrow, .realme_arrow_top_left .ie6 .arrow, .ie6 .realme_arrow_top_right .arrow, .realme_arrow_top_right .ie6 .arrow {
  border-right-color: pink!important;
  border-left-color: pink!important;
  border-top-color: pink!important;
  border-top-width: 0!important;
}
.ie6 .realme_arrow_top_left .arrow, .realme_arrow_top_left .ie6 .arrow, .ie6 .realme_arrow_top_right .arrow, .realme_arrow_top_right .ie6 .arrow {
  filter: chroma(color=pink)!important;
  font-size: 0!important;
  line-height: 0!important;
}
.realme_arrow_top_left .arrow .front, .realme_arrow_top_right .arrow .front {
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  border-width: 10px!important;
  display: block!important;
  border-bottom-color: white!important;
  position: absolute!important;
  left: -10px!important;
  bottom: -11px!important;
}
.ie6 .realme_arrow_top_left .arrow .front, .realme_arrow_top_left .ie6 .arrow .front, .ie6 .realme_arrow_top_right .arrow .front, .realme_arrow_top_right .ie6 .arrow .front {
  border-right-color: pink!important;
  border-left-color: pink!important;
  border-top-color: pink!important;
  border-top-width: 0!important;
}
.ie6 .realme_arrow_top_left .arrow .front, .realme_arrow_top_left .ie6 .arrow .front, .ie6 .realme_arrow_top_right .arrow .front, .realme_arrow_top_right .ie6 .arrow .front {
  filter: chroma(color=pink)!important;
  font-size: 0!important;
  line-height: 0!important;
}
.ie6 .realme_arrow_top_left .arrow .front, .realme_arrow_top_left .ie6 .arrow .front, .ie6 .realme_arrow_top_right .arrow .front, .realme_arrow_top_right .ie6 .arrow .front {
  top: 1px!important;
}
.ie6 label.radio .realme_arrow_top_left .arrow .front, .realme_arrow_top_left .ie6 label.radio .arrow .front, .ie6 label.radio .realme_arrow_top_right .arrow .front, .realme_arrow_top_right .ie6 label.radio .arrow .front {
  display: none!important;
}
.ie6 label.radio .realme_arrow_top_left .arrow, .realme_arrow_top_left .ie6 label.radio .arrow, .ie6 label.radio .realme_arrow_top_right .arrow, .realme_arrow_top_right .ie6 label.radio .arrow {
  display: none!important;
}

.realme_popup_wrapper {
  -webkit-transition: opacity 0.3s!important;
  -moz-transition: opacity 0.3s!important;
  -o-transition: opacity 0.3s!important;
  transition: opacity 0.3s!important;
  opacity: 0!important;
  visibility: hidden!important;
  z-index: 2!important!important;
  _display: none!important;
  /*ie6*/
}

.realme_arrow_top_left {
  top: 1.6em!important;
  left: -1.7em!important;
}
.realme_arrow_top_left .arrow {
  left: 1.35em!important;
  right: auto!important;
}

.realme_arrow_top_right {
  top: 1.6em!important;
  right: -1.7em!important;
}
.realme_arrow_top_right .arrow {
  left: auto!important;
  right: 1.35em!important;
}

.realme_arrow_side_left {
  top: -1em!important;
  left: 100%!important;
}
.realme_arrow_side_left .arrow {
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  border-width: 11px!important;
  display: block!important;
  border-right-color: #d0d0d0!important;
  left: -1px!important;
  top: -22px!important;
  top: 1.25em!important;
  left: -22px!important;
}
.ie6 .realme_arrow_side_left .arrow {
  filter: chroma(color=pink)!important;
  font-size: 0!important;
  line-height: 0!important;
}
.realme_arrow_side_left .arrow .front {
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  border-width: 10px!important;
  display: block!important;
  border-right-color: white!important;
  position: absolute!important;
  left: -9px!important;
  top: -10px!important;
}
.ie6 .realme_arrow_side_left .arrow .front {
  filter: chroma(color=pink)!important;
  font-size: 0!important;
  line-height: 0!important;
}
.ie6 label.radio .realme_arrow_side_left .arrow {
  display: none!important;
}

.realme_arrow_side_right {
  top: -1em!important;
  right: 100%!important;
}
.realme_arrow_side_right .arrow {
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  border-width: 11px!important;
  display: block!important;
  border-left-color: #d0d0d0!important;
  left: -1px!important;
  top: -22px!important;
  top: 1.25em!important;
  left: auto!important;
  right: -22px!important;
}
.ie6 .realme_arrow_side_right .arrow {
  filter: chroma(color=pink)!important;
  font-size: 0!important;
  line-height: 0!important;
}
.realme_arrow_side_right .arrow .front {
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  border-width: 10px!important;
  display: block!important;
  border-left-color: white!important;
  position: absolute!important;
  right: -9px!important;
  top: -10px!important;
}
.ie6 .realme_arrow_side_right .arrow .front {
  filter: chroma(color=pink)!important;
  font-size: 0!important;
  line-height: 0!important;
}
.ie6 label.radio .realme_arrow_side_right .arrow {
  display: none!important;
}

.realme_popup {
  padding: 0.5em 1.5em 0.5em!important;
  background-color: #fff!important;
  border: solid 1px #ddd!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  -ms-border-radius: 3px!important;
  -o-border-radius: 3px!important;
  border-radius: 3px!important;
}
.realme_popup p, .realme_popup ul, .realme_popup strong, .realme_popup b {
  color: #333!important;
}
.realme_popup p, .realme_popup ul, .realme_popup a {
  line-height: 1.35em!important;
}
.realme_popup ul {
  padding-left: 1em!important;
  margin-bottom: 1em!important;
}
.realme_popup a {
  color: #2c5897!important;
}
.realme_popup a:hover, .realme_popup a:active {
  color: #204170!important;
}

.realme_popup_title,
.realme_popup h2 {
  font-size: 1.07692em!important;
  color: #e1001e!important;
  margin-bottom: 0.5em!important;
}

.no_touch .whats_realme:hover + .realme_popup_wrapper,
.no_touch .realme_popup_wrapper:hover {
  opacity: 1 !important;
  visibility: visible!important;
}

.realme_find_out_more {
  display: inline-block!important;
  padding-right: 1em!important;
}

/*
    Icons
    -----------------------------------------------------
*/
.realme_icon_find_out_more {
  top: 0.35em!important;
  right: 0!important;
  width: 9px!important;
  height: 9px!important;
  background-image: url('/images/iGovt_RealMe/icon-new-window-blue.png')!important;
}

.realme_icon_link {
  right: 0!important;
  bottom: 0!important;
  width: 9px!important;
  height: 100%!important;
  background-image: url('/images/iGovt_RealMe/icon-new-window-blue.png')!important;
  background-position: right center!important;
  _margin-bottom: 2px!important;
  /*ie6*/
}

.realme_icon_padlock {
  top: 0!important;
  right: 1em!important;
  width: 11px!important;
  height: 100%!important;
  background-image: url('/images/iGovt_RealMe/padlock-white.png')!important;
  background-position: right center!important;
  _height: 3em!important;
  /*ie6*/
}

.realme_icon_new_window {
  background-image: url('/images/iGovt_RealMe/icon-new-window-white.png')!important;
  width: 9px!important;
  height: 9px!important;
  margin-left: 5px!important;
  vertical-align: baseline!important;
  position: relative!important;
  *top: -0.2em!important;
}

.realme_text_icon_new_window {
  background-image: url('/images/iGovt_RealMe/icon-new-window-white.png')!important;
  padding-right: 1.2em!important;
  background-position: right center!important;
  *zoom: 1!important;
  vertical-align: baseline!important;
}

/*
	Colour themes
	-----------------------------------------------------
*/
.realme_theme_default {
  color: #000 !important;
  border-color: #62b0d1!important;
  background-color: #eaf4f8!important;
}
.realme_theme_default .realme_title, .realme_theme_default .realme_info {
  color: #000!important;
}
.realme_theme_default .realme_hr, .realme_theme_default .realme_pipe {
  border-color: #c0dced;
}

.realme_theme_light {
  color: #000 !important;
  border-color: #eaf4f8!important;
  background-color: #fff!important;
}
.realme_theme_light .realme_title, .realme_theme_light .realme_info {
  color: #000!important;
}
.realme_theme_light .realme_hr, .realme_theme_light .realme_pipe {
  border-color: #cce5f1!important;
}

.realme_theme_dark {
  color: #fff!important;
  background-color: #3e4d5d!important;
  border-color: #3e4d5d!important;
}
.realme_theme_dark .realme_title, .realme_theme_dark .realme_info {
  color: #fff!important;
}
.realme_theme_dark .realme_hr, .realme_theme_dark .realme_pipe {
  border-color: #587a90!important;
}
.realme_theme_dark .realme_login, .realme_theme_dark .realme_create_account, .realme_theme_dark .whats_realme, .realme_theme_dark .realme_link {
  color: #fff !important;
}
.realme_theme_dark .realme_icon_link {
  background-image: url('/images/iGovt_RealMe/icon-new-window-white.png')!important;
}
.realme_theme_dark .realme_button {
  border-color: #4683c4!important;
}
.realme_theme_dark .realme_button:hover, .realme_theme_dark .realme_button:active {
  border-color: #3871ae!important;
}
.realme_theme_dark.realme_secondary_login {
  background-image: url('/images/iGovt_RealMe/logo-simple-login-dark.png')!important;
}
