﻿/* --- overrides --- */

/***** General Typography Section  *****/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px
}

h1, .PageTitle, h2, .PanelTitle, h3, .SectionTitle, caption {
	font-family: helvetica, arial, San-Serif;
}

h1, .PageTitle {
	color:#12629f;
	background:transparent;
	text-transform:uppercase;
	font-size: 2em;
    font-weight: bold;
	margin: 0 0 12px 0;
	padding:0;
}

h2 {
	font-size:170%;
	padding:0;
	color:#0061A0;
}

h2 span.h2_FirstWords {
	font-weight:normal;
	color:#0061A0;
}

h2, .PanelTitle {
    font-weight: bold;
    line-height: normal;
}

h3 {
	color:#0061A0;
	font-size: 140%;
	margin: 20px 0 10px;
}

h4, .SectionLabel {
    font-size: 120%;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: #0061A0;
}

.BlockTLItem h4, .BlockList h4 {
    font-size: 120%;
    font-weight: bold;
}

h5 {
	font-size:110%;
}

h5, .SectionLabelSmaller {
    color: #0061A0;
    display: block;
    font-weight: bold;
    margin: 0.2em 0;
    padding-left: 0;
}

p {
	margin-bottom: 10px;
}

/*** top header banner ***/
.header{
	padding-top: 0;
	background-image: url(../../images/Realcover/Realcover_web_banner.png);
    background-position: center;
    background-size:initial;
    height:17em;
}

.header-logo-container {
  margin-top: 154px;
}

#masterHeaderBackground, .header {
    border-bottom: 0px;
}


/*** Footer Section  ***/
.footer-nav-copyright {
    color: #fff;
    background-color: #0061A0;
}

.footer-content {
  background-color: #fff;
}


/*** remove slider, REINSW wanted clickable hero, so will be done as content ***/
.Slider.FullWidth {
  display:none;
}

/*** move the primary nav down ***/
.nav-primary {
  padding-top: 0px;
}

/*** move the primary nav down ***/
.search-container-sm {
  padding-top: 130px;
}

/*** drops the surf to edit ***/
.navbar-header > div, .navbar-header > a, .navbar-header .NavigationUnorderedList, .navbar-header .NavigationLink {
  padding-top: 130px;
}


/***** menu *****/

.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
  font-size: 100%;
 }

.header{

    background-position: center bottom;
    height: unset !important;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    
}

/*** text colour on 1st level nav menu ***/
.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink {
  color: #fff;
}

/*** background colour for hover  on 1st level nav menu ***/
.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
  background-color: #00b3f0;
  color: white;
  padding-bottom:7px;
}

/*** background colour for selected 1st level nav menu ***/
.RadMenu.rmResponsive .rmSelected > .rmRootLink , .RadMenu.rmResponsive .rmFocused > .rmRootLink {
  color: white;
  background-color: #00b3f0;
  padding-bottom:7px;
}
/*** 1st level nav menu ***/
.RadMenu.rmResponsive .rmGroup {
  background-color: #00b3f0;
}

/*** side bar parent  ***/
.nav-secondary .sub-nav-head {
  background-color: #00939e;
}

/*** side bar children  ***/
.nav-secondary {
  background-color: rgba(0,147,158, 0.15);
}

/*** text button ***/

.btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
  background-color: #0061A0;
}





/*** test ***/

@media (max-width: 767px) {

.PanelColumn {
    display: inline-block;
}

li.rmItem {
    width: 100% !important;
}

.navbar-collapse {
    margin: 0px;
}

.header-social {
    display: none !important;
}

.navbar-header.nav-auxiliary {
    background-color: #0061a0;
}

.navbar-toggle.collapsed {
    background-color: #0061a0;
}

.navbar-toggle {
    background-color: #0061a0;
}

.navbar-collapse {
    background-color: #0061a0;
      z-index: 1000;
  position: relative;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #26b6ee;
}

.NavigationListItem.AboutLink {
    margin-left: 0px;
}

.NavigationListItem.FormsLiveLogin {
    margin-left: 0px;
}

.navbar-header {
    float: left;
    width: 50%;
}

.header-container {
    width: 450px;
}

.navbar-header.nav-auxiliary {
    text-align: left;
      /*new*/
      margin-top: 0px;
      background-color: transparent;
      float:left;
      margin-top: 150px;
	  margin-left: 10px;
}

.header-top-container {
  float: left;
}

.ContactLink a {
    padding-left: 7.5px;
}

.navbar-collapse.collapse {
    float: none;
}

.search-container {
    display: block;
}

.header-search {
    padding: 20px 20px;
    text-align: left;
}

.nav-auxiliary a {
font-size: 0;
}

.nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle {
    margin-left: 0;
    /*new*/
    float:left;
}

.FormsLiveLogin a, .FindAMember a, .CartButton a, .auth-link-container-sm a {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    display: inline-table;
    font-weight: normal;
    padding: 10px !important;
}

.AboutLink a {
	background: url("images/mobile-about-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	border-right: none;
	margin: 0;
    padding: 10px 18px;
}

.ContactLink a {
	background: url("images/mobile-contact-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	margin: 0;
    padding: 10px 18px;
}

.FormsLiveLogin a, .FormsLiveLogin a:hover  {
	background: url("images/mobile-forms-live-login-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	margin: 0;
	padding: 10px 18px !important;
	}
	
.FindAMember a , .FindAMember a:hover {
    background: url("images/mobile-find-member-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	margin: 0;
    padding: 10px 18px !important;
	}
	
.CartButton a, .NavigationListItem.FindAMember, .NavigationListItem.FormsLiveLogin, .NavigationListItem.CartButton, .auth-link-container-sm {
    background: linear-gradient(to bottom, #11629c 100%, #11629c 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-color: #11629e;
}

.AboutLink a:hover, .ContactLink a:hover, .FormsLiveLogin a:hover, .FindAMember a:hover  {
	background-color: #26b6ee;
}

#auxiliary-container .cartSprite {
    top: 3px;
	left:0;
}

}


/*Fixing images on News Page*/
.reinsw_LN_MainStory img {
	max-width: none;
}