img, object, embed, video {
	max-width:100%;
	}
.ie6 img {
	width:100%;
	}
body {
	background-color: #ffffff;
	margin: 0;
	}
.container * {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	}
.container {
	width:100%;
	display:block;
	margin:0;
	padding:0;
	}
#cookiesWarning {
	background:#595b5b;
	padding:0;
	color:#ffffff;
	}
#cookiesWarning form {
	max-width:1024px;
	margin:0 auto;
	padding:10px 15px;
	text-align:center;
	}
#cookiesWarning form .cookiebutton {
	background: #f2f2f2;
    border: medium none;
    color: #595b5b;
    font-size: 0.875em;
    font-weight: 400;
    margin: 0 15px;
    padding: 5px 2px;
	cursor: pointer;
	}
#cookiesWarning form .cookiebutton:hover {
	background: #22a7f0;
    color: #ffffff;
	}
#readMoreURL a{
	color: #ffffff;
	text-decoration: underline;
	}
.notice {
	width:100%;
	padding:10px;
	background:#696969;
	text-align:center;
	color:#ffffff;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:400;
}
.notice::before {
	display:inline-block;
	content:"This site is for use by mortgage intermediaries only";
}
.container {
	width: 100%;
	height: auto;
	min-height: auto;
	margin: 0 auto !important;
	padding: 0;
	background: #ffffff;
	}
#page-content {
	width: 100%;
	margin: 0 auto;
	background-color:#ffffff;
	overflow:hidden;
	}
.contain {
	max-width: 1024px;
	margin: 0 auto;
	height:auto;
	padding:20px 0;
	}
.text {
	width:100%;
	padding:0;
	margin:0 0 30px;
}
.text:last-of-type {
	margin:0;
}
.one-column > div:nth-child(1) {
	float:left;
	width:100%;
	padding:0 15px;
	margin:0 0 30px;
	border:none;
	}
@media only screen and (max-width:768px) {
.one-column > div:nth-child(1) {
	margin:0;
	}
}
.two-column > div:nth-child(1) {
	float:left;
	width:70%;
	padding:0 15px 0 0;
	margin:0 0 30px;
	}
@media only screen and (max-width:768px) {
.two-column > div:nth-child(1) {
	width:100%;
	padding:0 15px;
	margin:0;
	}
}
.two-column > div:nth-child(2) {
	float:right;
	width:30%;
	padding:0;
	margin:0 0 30px;
	}
@media only screen and (max-width:768px) {
.two-column > div:nth-child(2) {
	width:100%;
	padding:0 15px;
	margin:0;
	}
}
.two-column > div:nth-child(2) a.button,
.two-column > div:nth-child(2) a.twitter-button {
	width:100%;
	max-width:100%;
}
.two-column > div:nth-child(2) p {
	margin:0;
}
/*** ***/
body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6, h7 {
  font-size-adjust: 0.5;
}
.notitle h4 {
    display: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	color:#003862;
	font-weight:400;
	width:100%;
	line-height:130%;
	letter-spacing:2px;
	padding:0;
	margin:5px 0 15px;
}
h1 {
	color:#fff;
	font-size: 2.3em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
	margin:0 0 15px;
	max-width:600px;
}
h2 {
	font-size:1.8em;
	line-height: 1.15384615;
}
@media (min-width: 43.75em) {
h2 {
	line-height: 1.25;
  }
}
h2 span {
	display:block;
	font-weight:300;
	margin:3px 0 0;
}
h3 {
	font-size: 1.5em;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
}
@media (min-width: 43.75em) {
  h3 {
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
h4 {
  font-size: 1.2em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}
blockquote {
  font-size: 1.1em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}
blockquote {
    color: #003862 !important;
    font-weight: 400;
    line-height: 170%;
    margin: 0 20px;
    padding: 1em 20px 0.85em;
    quotes: "“" "”" "‘" "’";
}
blockquote::before {
    color: #22a7f0;
    content: open-quote;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 3em;
    line-height: 0.1em;
    margin-left: -22px;
    margin-right: 4px;
    vertical-align: -0.33em;
}
blockquote::after {
    color: #22a7f0;
    content: close-quote;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.05em;
    vertical-align: -0.32em;
}
blockquote p {
    display: inline;
    font-size: inherit;
}
p {
	width:100%;
	font-size: 1em;
	line-height: 150%;
	padding: 0;
	margin:0 0 15px;
	color: #003862;
	}
p > a {
	font-size: inherit;
	color: #003862;
	text-decoration: none;
	font-weight:600;
	}
p > a:hover {
	color: #22a7f0;
}
p.small {
	clear:both;
	font-size:0.8em;
}
.address {
    font-size: 1.1em !important;
    font-weight: 400;
    margin: 15px 0 !important;
    padding: 0 !important;
}
a[href^=tel]{ 
    white-space:nowrap;
}
a[href^=tel]::before {
	content:url("/Files/PML16/img/pm-telephone-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	}
a[href^=mailto]::before {
	content:url("/Files/PML16/img/pm-email-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	}
a[href^=fax]::before {
	content:url("/Files/PML16/img/pm-fax-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	}
p a[href^=tel]::before,
p a[href^=mailto]::before,
p a[href^=fax]::before  {
	content: none !important;
	}
a {
	color:#003862;
	font-weight:400;
}
a:hover {
	color:#22a7f0;
}
a.button,
a.twitter-button {
    background: #22a7f0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
     font-size: 1.1em;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.3px;
    margin: 0 0 10px;
    max-width: 250px;
    min-height: 50px;
    padding: 17px 30px 15px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
/*
a.button::after,
a.twitter-button::after {
    content: "\f105";
    font-family: FontAwesome;
	float:right;
	padding:4px 0 0;
}
*/
a.button::after {
    background: url("/Files/PML16/img/arrow-white.png") no-repeat scroll center center / 20px auto;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
a.button:hover,
a.twitter-button:hover {
    color:#003862;
	background-color: #C7E6F6;
}
a.button:hover::after,
a.twitter-button:hover::after {
	background: url("/Files/PML16/img/arrow-blue.png") no-repeat scroll center center / 20px auto;
}
.news-main a.button {
	margin:10px 0;
}
.news-archive a.button {
	display:none;
}
.corner-fold::before {
    border-left: 30px solid #f2f3f5;
    border-top: 30px solid #fff;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.15);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  letter-spacing:2px;
  font-weight: 400;
  color: #595b5b;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #f7a648;
  position: absolute;
  top: 19px;
  right: -21px;
  text-shadow:0px 1px 2px #565656;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #666666;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #666666;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #666666;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #666666;
}
/***** *****/
.hero {
	width: 100%;
	background:#133f74 none repeat scroll 0 0;
	padding:20px 0;
}
.hero p {
	color:#ffffff;
	max-width:36em;
	font-size:1.125em;
}
.hero ul {
	float:left;
	width:auto;
}
.hero ul.list li,
.hero ul.list li a {
	color:#ffffff;
}
.hero .teasers-container {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.hero .teasers-container > .onecolumn-teaser-box {
	padding: 0;
	width: 100%;
	position: relative;
	float:none;
	margin:0 auto;
	height:auto;
	background:transparent;
}
.hero .teasers-container > .onecolumn-teaser-box .text {
    float: none;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0;
    width: 100%;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div {
	display:inline-block;
	padding: 20px;
	background:#ffffff;
	float:right;
	width:30%;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div a.button {
	width:100%;
	max-width:100%;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div p {
	color: #ffffff;
    margin: 0 0 15px;
    max-width: 36em;
	font-size: 1.1em !important;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div {
	width:30%;
	float:right;
	background:#ffffff;
	max-width:380px;
	padding:15px;
	margin:0;
}
@media only screen and (max-width:768px) {
.hero .teasers-container > .onecolumn-teaser-box .text {
	padding:0 15px;
	}
.hero .teasers-container > .onecolumn-teaser-box .text > div {
	display:inline-block;
	width:100%;
	padding: 15px;
	margin:0 0 10px;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div {
	margin: 0 0 10px;
    max-width: 100%;
    width: 100%;
}
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div h2 {
	font-size:1.6em;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div a.button{
	max-width: 100%;
    width: 100%;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div ul {
	width:100%;
	padding:0;
	margin:0;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div ul li {
	border-bottom:1px solid #f2f2f2;
}
.hero .teasers-container > .onecolumn-teaser-box .text > div > div ul li:last-of-type {
	border-bottom:none;
}
.home {
	background: none;
	background-image:url("/Files/PML16/img/hero-bg.png") !important;
	background-size:inherit;
	background-position:center top;
	}
.page {
	background-color:#133f74 !important;
	background-image:none;
	}
/***** *****/
.side-box {
	width:100%;
	float:left;
	padding:15px 15px 40px;
	background-color:#f2f2f2;
	margin:0 0 10px;
	position:relative;
}
.side-box h3 {
	margin:0 0 15px;
}
.two-column > div:nth-child(2) .side-box p {
	margin:0 0 15px;
}
.side-box ul {
	width:100%;
	float:left;
	margin:0 0 15px;
	padding:0 !important;
}
.side-box ul li {
	width:100%;
	padding:2px 0;
	color:#595b5b;
	font-size:0.875em;
	font-weight:300;
}

/*** TEASER STYLES ***/
.teasers-container {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px;
	}
.teasers-container:first-of-type {
	margin: 0 0 30px;
}
.teaser-box {
	float: left;
	width:100%;
	position:relative;
	}
.one-col,
.two-col,
.three-col {
	padding: 15px;
	width: 100%;
	position: relative;
	float:left;
	background:#f2f2f2;
	margin:0 0 15px;
	height:auto;
}
.two-col,
.three-col {
	padding: 15px 15px 40px;
	}
.one-col h2,
.two-col h2,
.three-col h2,
.four-col h2 {
	margin:0 0 10px;
	font-size:1.4em;
	}	
.one-col ul.list,
.two-col ul.list,
.three-col ul.list,
.four-col ul.list {
	padding:5px 0;
	margin:0;
	}
.one-col a.button,
.two-col a.button,
.three-col a.button,
.four-col a.button {
	margin:10px 0 0;
	}
@media only screen and (min-width:768px) {
.two-col {
	width: 50%;
	margin:0;
	min-height:220px;
	}
.two-col:nth-child(odd) {
	width: 47%;
	margin:0 3% 20px  0;
	}
.two-col:nth-child(even) {
	width: 47%;
	margin:0 0 20px 3%;
	}

/*** ***/
.three-col {
	width: 33.3333%;
	margin:0;
	min-height: 285px;
    padding: 15px 15px 40px;
	}
.three-col:nth-child(1) {
	width: 30%;
	margin:0 2.5% 0 0;
	}
.three-col:nth-child(2) {
	width: 30%;
	margin:0 2.5%;
	}
.three-col:nth-child(3) {
	width: 30%;
	margin:0 0 0 2.5%;
	}
}
/******** *********/
.teaser-button {
	background: #22A7F0;
    color: #ffffff;
    font-size: 1em;
    padding:10px 20px;
    position: absolute;
	bottom:0;
	left:0;
    text-decoration: none;
    width: 100%;	
	display:inline-block;
	text-align:center;
}
.teaser-button:hover {
	color:#01518c;
	background: #C7E6F6;
}
.news-archive .teaser-button {
	display:none;
}
/******** *********/
.info-box,
.info-box-img {
	margin:20px 0 0;
	padding:0 0 15px;
	position:relative;
	border-bottom:1px solid #eaeaea;
}
.info-box:last-of-type,
.info-box-img:last-of-type {
	border-bottom:none;
}
.info-box-img img {
	float:left;
	height:auto;
	margin:0 15px 10px 0;
	width:100%;
	}
@media only screen and (min-width: 603px) {
.info-box-img img {
	width:20%;
	margin:0 20px 0 0;
	}
}
@media only screen and (min-width: 444px) and (max-width:602px) {
.info-box-img img {
	width:37%;
	margin:0 15px 0 0;
	}
}
@media only screen and (min-width: 701px) and (max-width:829px) {
.info-box-img img {
	width:34%;
	margin:0 15px 0 0;
	}
}
.info-box h2,
.info-box-img h2 {
	width:auto;
	padding:0;
	margin:0 0 15px;
	font-size:1.4em;
}
.info-box h3,
.info-box-img h3 {
	width:auto;
	padding:0;
	font-size:1.2em;
}
.info-box p,
.info-box-img p {
	padding:0;
	margin:0 0 10px;
}
.info-box blockquote::after,
.info-box-img blockquote::after {
	margin-left:10px;
}
.info-box blockquote,
.info-box-img blockquote {
	margin:0;
	line-height:160%;
	padding:0 0 0.85em;
}
.info-box blockquote::before,
.info-box-img blockquote::before {
	margin-left:0;
	margin-right:10px;
}
.hide-img img {
	display:inline-block;
}
@media only screen and (max-width: 535px) {
.hide-img img{
	display:none;
}
}
/******** *********/
a.div-link {
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	overflow: hidden;
	top: 0;
	visibility: visible;
	white-space: nowrap;
	position: absolute;
	background-image: url("/Files/PML16/img/div-link-transparent-bg.png");
	background-repeat: repeat;
	}
a.div-link:hover {
	background-image: url("/Files/PML16/img/div-link-opaque-bg.png");
	background-repeat: repeat;
	}
a.div-link span {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:auto;
	padding:6px 5px 7px;
	color:#ffffff;
	margin:0 auto;
	text-align:center;
	 font-size: 1.1em;
    font-weight: 400;
	letter-spacing:0.3px;
	background: #22A7F0;
	}
a.div-link:hover span {
	color:#01518c;
	background: #C7E6F6;
	}
/*****  ******/
.news-preview {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
	margin:0;
	display:block;
}
.news-preview a {
    color: #003862;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
/*
.news-preview a::before {
	content:url("/Files/PML16/img/pm-news-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	}
*/
.news-preview a:hover,
.news-preview a:hover h5 {
    color: #22a7f0;
}
.news-preview h5 {
    color: #595b5b;
    float: left;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    width: 100%;
	letter-spacing:0.5px;
}
/*
.news-preview h5 span {
    font-size: 0.8em;
	margin:0 0 0 55px;
}
*/
.news-main .archive {
	display:none;
}
.news-archive .archive {
	display: block;
}
/*****  ******/
ul.list,
ul.news-list,
ul.doc-list,
ul.libor {
	margin: 0 0 20px;
	padding:0 15px;
	position:relative;
	font-weight:400;
	}
ol.letter-list,
ol.number-list {
	margin: -10px 0 20px;
	padding:0 15px;
	position:relative;
	}
ol.letter-list {
	list-style-type: lower-latin;
	}
ol.number-list {
	list-style-type:decimal;
	}
ol.letter-list li,
ol.number-list li {
	width: auto;
	color: #003862;
	padding: 8px 0 4px 5px;
	text-decoration: none;
	font-weight:600;
	font-size:0.9em;
	}
.teaser-box ul.list,
.teaser-box ul.news-list,
.teaser-box ul.doc-list,
.teaser-box ul.libor {
	margin: 0;
	padding:0;
	}
ul.libor {
	margin: 0;
	}
ul.list li,
ul.news-list li,
ul.doc-list li,
ul.libor li {
	width: auto;
	color: #003862;
	padding: 8px 0 4px;
	text-decoration: none;
	font-weight:400;
	}
ul.libor li {
	padding: 8px 0;
	}
ul.list li:last-of-type,
ul.news-list li:last-of-type,
ul.doc-list li:last-of-type,
ul.libor li:last-of-type {
	border-bottom:none;
	padding:8px 0 0;
}
ul.list li span,
ul.news-list li span,
ul.doc-list li span,
ul.libor li span {
	display: inline-block;
    float: right;
    font-size: 0.9em;
    font-weight: 400;
}
ul.list li a,
ul.news-list li a,
ul.doc-list li a {
	color: #003862;
	font-size:1em;
	font-weight: 600;
}
ul.list li a i {
	margin:0 15px 0 0;
	color:#22a7f0;
	font-size: 1.25em;
	}
ul.doc-list li a::before {
	content:url("/Files/PML16/img/pm-document-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	}
ul.news-list li a::before {
	content:url("/Files/PML16/img/pm-news-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	}
ul.doc-list li a:hover,
ul.news-list li a:hover,
ul.list li a:hover {
	color: #22a7f0;
}
ul.bullet-list {
	line-height: 150%;
	padding: 0;
	margin:0 0 20px 40px;
	list-style-image:url("/Files/PML16/img/bullet-icon.png");
}
ul.bullet-list li  {
	padding:5px 10px;
	font-weight:600;
	color:#003862;
}
/** **/
a.criteria::before {
	content:url("/Files/PML16/img/pm-criteria-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	}
a.document::before {
	content:url("/Files/PML16/img/pm-document-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	}
a.contact::before {
	content:url("/Files/PML16/img/pm-blog-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	}
a.tariff::before {
	content:url("/Files/PML16/img/pm-tariff-icon.png");
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	}
.side-box ul.list {
	width:100%;
	margin: 0 0 15px;
	padding:15px 0;
	background:#f2f2f2;
	}
ul.sitemap {
	width:100%;
	margin: 0;
	padding:0 20px;
	position:relative;
}
ul.sitemap li{
	width: auto;
	padding: 8px 0;
	text-decoration: none;
}
ul.sitemap li a{
	color: #003862;
}
ul.sitemap li a:hover{
	color: #22a7f0;
}
/*****  TABS ******/
#tabs {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
	}
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	z-index:1;
	position:relative;
	}
/* tab */
ul.tabs li {
	font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
/* link inside the tab */
ul.tabs a {
	float:left;
	display:block;
	padding:20px;
	text-decoration:none;
	background:#ffffff;
    color:#22a7f0;
	position:relative;
	width:50%;
	text-align:left;
	height:auto;
	margin:0;
	}
@media only screen and (max-width:530px) {
ul.tabs a {
	padding:20px;
	font-size:1em;
	}
}
ul.tabs a:hover {
	color:#595b5b;
	cursor:default;
	background:#fcfcfc;
	}
ul.tabs a.current {
	color:#003862;
	background:#f2f2f2;
	}
ul.tabs a.current:hover {
	color:#595b5b;
	background:#f2f2f2;
	}
/* tab pane styling */
.panes {
	height:auto;
	float:left;
	width:100%;
	padding:15px;
	margin:0;
	background:#f2f2f2;
	}
.panes > div {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	}
.panes > div h2{
	font-size:1.2em;
	display:inline-block;
	text-transform:uppercase;
}
.panes > div a.button{
	margin: 0 0 20px;
    padding: 15px;
	max-width:180px;
	}
.panes > div > ul.list,
.panes > div > ul.doc-list {
	margin: 0;
	padding:0 15px;
	}
.panes > div > ul.list li {
	border-bottom:1px solid #fff;
	}
.panes > div > ul.list li:last-of-type {
	border-bottom:none;
}
.panes > div > #accordion {
	padding:0;
	}
.panes > div > #accordion > div{
	padding:0;
	}
/******* ACCORDION *******/
#accordion {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}
@media only screen and (max-width:530px) {
#accordion {
	margin:0 0 15px;
	}	
}
#accordion h6 {
    background: #22A7F0;
    color: #ffffff;
    height: auto;
    padding: 19px 35px 18px 15px;
	margin:0 0 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
	display:inline-block;
	cursor:pointer;
	border-radius:2px;
	 font-size: 1.1em;
    font-weight: 400;
	letter-spacing:0.3px;
}
#accordion h6::after {
    background: url("/Files/PML16/img/drop.png") no-repeat scroll center center / 20px auto;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
#accordion h6:hover {
    color:#01518c;
	background: #C7E6F6;
}
#accordion h6:hover::after {
	background: url("/Files/PML16/img/drop-blue.png") no-repeat scroll center center / 20px auto;
}
#accordion h6.expanded {
	color:#01518c;
	background: #C7E6F6;
	margin:0;
	}
#accordion h6.expanded::after {
	background: url("/Files/PML16/img/up.png") no-repeat scroll center center / 20px auto;
	color:#01518c;
	}
#accordion > div {
	float:left;
	display:none;
	padding:15px 20px 5px;
	width:100%;
	margin:0 0 15px;
	background:#f2f2f2;
	border-top:1px solid #ffffff;
	}
#accordion > div table {
	margin:0 0 10px;
}
/******* TABLES *******/
.container table { 
  float:left;
  width: 100%; 
  border-collapse: collapse;
  margin:0 0 30px;
  font-size:0.9em;
}
/* Zebra striping */
.container tr:nth-of-type(odd) { 
 background-color: rgba(255,255,255,1); 
}
.container tr:nth-of-type(even) { 
  background: rgba(255,255,255,0.7); 
}
.container td, th { 
  border: none; 
  text-align: center;
  line-height:110%;
}
.container th { 
  background: #666666;
  color: #ffffff;
  padding: 5px 10px;
  font-weight:500;
}
.container td { 
  border-bottom:1px solid #dfdfdf;
  vertical-align:top;
  padding: 10px;
  color:#666666;
  font-weight:300;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
.container td, th {
	text-align: left;
	}
/* Force table to not be like tables anymore */
.container table, thead, tbody, th, td, tr { 
	display: block; 
}
/* Hide table headers (but not display: none;, for accessibility) */
.container thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.container tr { border: none; }

.container td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #f2f2f2; 
	position: relative;
	padding-left: 70%; 
}
.container td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	padding-top: 5px;
}
.container tr:nth-of-type(even) { 
  background: rgba(255,255,255,0.7); 
}
/*
Label the data
*/
.product-table td:nth-of-type(1):before {content: "Code"; font-weight:600;}
.product-table td:nth-of-type(2):before {content: "Rates"; font-weight:600;}
.product-table td:nth-of-type(3):before {content: "Fee"; font-weight:600;}
.product-table td:nth-of-type(4):before {content: "Early repayment charge"; font-weight:600;}
.product-table td:nth-of-type(5):before {content: "APR"; font-weight:600;}
.product-table td:nth-of-type(6):before {content: "*Notes"; font-weight:600;}

.ltv-table td:nth-of-type(1):before {content: "Maximum LTV"; font-weight:600;}
.ltv-table td:nth-of-type(2):before {content: "Loan amount"; font-weight:600;}
}

/*** 
table.tablesorter {
border-collapse:collapse;
margin:0 0 15px;
font-size: 0.9em;
width: 100%;
text-align: center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #22a7f0;
padding: 8px;
color:#ffffff;
font-weight:300;
}
table.tablesorter thead tr .header {
cursor: pointer;
}
table.tablesorter thead tr .header::after {
content: "\f0dc" !important;
font-family: FontAwesome;
margin:0 0 0 10px;
color:#fff;
}
table.tablesorter tbody td {
color: #595b5b;
padding: 8px;
vertical-align: middle;
line-height:150%;
}
table.tablesorter tbody tr:nth-child(odd) {
background-color: #ffffff;
}
table.tablesorter tbody tr:nth-child(even) {
background-color: #ffffff;
}
***/

/************ SEARCH ************/
#search-form {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
	position:relative;
	margin:15px 0 -25px;
}
#search-text {
    color: #595b5b;
    font-size: 20px;
    font-weight: 400;
    padding: 14px;
    width: 100%;
	border: 1px solid #22a7f0;
}
.search-box input[type="text"] {
    color: #595b5b;
    outline: medium none;
    width: 100%;
	border:none;
}
#search-button {
	background: #22a7f0;
	width:60px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	padding:18px 20px;
}
#search-button::before {
	content: "\f002";
	font-family: FontAwesome;
	margin:0 15px 0 0;
	color:#ffffff;
	font-weight:300;
	font-size:20px;
	}
#postcode-search-results {
    background-color: #ffffff;
    float: left;
    margin: 25px 0 -20px;
    width: 100%;
}
#postcode-search-results h1 {
    clear: both;
    color: #595b5b;
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
    width: auto;
}
#postcode-search-results p {
    color: #595b5b;
	margin:0 0 10px;
	padding:5px 15px 0;
	line-height:100%;
}
#postcode-search-results p:last-of-type {
	margin:0 0 20px;
}
#postcode-search-results a[href^="tel"] {
    color: inherit;
    font-size: inherit;
    margin: 0;
    text-decoration: none;
}
#postcode-search-results a:hover {
   color: #22a7f0;
}
.postcode-search-error {
	color: #595b5b;
    float: left;
    line-height: 120%;
    margin: 0 0 10px;
    padding: 10px 15px 0;
}
/*** ***/
.twitter-timeline {
	margin:13px 0 -30px !important;
	height:340px !important;
}
.minHeight320 {
	min-height:320px;
}