﻿@charset "UTF-8";
/* main.css */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,300,400,700&subset=latin);
@import url(https://fonts.googleapis.com/css?family=Michroma:400&subset=latin);
/* 
	font-family: 'Roboto Condensed', sans-serif;
	
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
*/

html, body {
	height: 100% !important;
	margin: 0;
	padding: 0;
	border: none;
}

/* A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #808285;
	margin: 0.6em 0 2.1em;
}

/* Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* Browser Upgrade Prompt  */
.browserupgrade {
    display: block;
    margin: 0;
    color: #000;
	background-color: #ffff00;
	width: 100%;
	border-top: solid 3px #ff0000;
	border-bottom: solid 3px #ff0000;
	text-align: center;
	padding: 5px 0 5px 0;
}

/* ==========================================================================
   Author's Site wide custom styles
   ========================================================================== */
body{
	font-family: 'Roboto Condensed', sans-serif;
	color: #888888;
	font-size: 0.9375em;	   /* 15px */
	line-height: 1.5325em; /* 23px */
	font-weight: 400;
	background-color: #b3b3b3;
}
h2,h3,h4,h5,h6 {
	color: #888888;
	font-weight: 400;
}
a {
	color: #006bb5;
	text-decoration: none;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	-ms-transition:color .3s;
	transition:color .3s; 
	cursor: pointer;	
}
ul {
	list-style-type: square;
}
#page_wrapper {
	position: absolute;
	width: 1280px;
	text-align: left;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	background-color: #FFFFFF;
}
header {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	color: white;
	background-color: #0d6cb6;
	background-image: url(../img/HeaderBG2.png);
	background-image: url(../img/HeaderBG2.svg),
		linear-gradient(transparent, transparent);
}
footer {
	display: block;
	postion: relative;
	width: 100%;	
	height: 50px;
	background-color: #888888;
	color: white;
	text-align: center;
}

#logo {
	float: left;
}
#stockInfo {
	position: absolute;
	font-size: 0.867em;
	right: 7%;
	bottom: 20px;
}
#stockInfo .stockExchange{
}
#stockInfo .stockSymbol{
	color: #ffffff;
	text-decoration: none;	
}
#stockInfo .companyStockPrice {
    white-space: nowrap;
    margin-right: 10px;
}
#stockInfo .companyStockUp {
    white-space: nowrap;
}
#stockInfo .companyStockDown {
    white-space: nowrap;
	/*color: #FF0000;*/
}
#stockInfo .companySymbolDateTime {
    white-space: nowrap;
	font-size: .8em;
	vertical-align: super;
	color: rgba(249,174,58,1.0);
}

.homeLeft {
	position: relative;
	display: block;
	width: 320px;
	height: 400px;
	float: left;
	color: #ffffff;
	background-color: #0d6cb6;
	background-image: url(../img/LeftBlockBG2.png);
	background-image: url(../img/LeftBlockBG2.svg),
		linear-gradient(transparent, transparent);
}
.homeLeft h1 {
	padding: 60px 0 0 18px;
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
	font-size: 1.267em;
	line-height: 2.368em;
	font-weight: 400;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}
.homeLeft h1 span {
	font-size: .85em;
	word-spacing: 1.3em;
}
.homeLeft h2 {
	color: #ffffff;
	padding-left: 18px;
	font-size: 1.267em;
	line-height: 1.368em;
	font-weight: 400;
	width: 85%;
}
.homeLeft p {
	text-align: right;
}
.homeLeft a {
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
	font-size: .6em;
	line-height: 1.778em;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 22px;
	color: #ffffff
}
.homeLeft a:hover {
	color: #f9ae3a;
}

.homeRight {
	position: relative;
	display: inline-block;
}
.cycle-pager {
	position: absolute;
	z-index: 150;
	text-align: center;
	width: 74%;
	right: 0px;
	bottom: -10px;
	overflow: hidden;
}
.cycle-pager span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	width: 20px;
	height: 16px; 
	display: inline-block;
	color: #88898c;
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active {
	color: #f9ae3a;
}
.cycle-pager > * {
	cursor: pointer;
}

#home4box {
	padding-bottom: 10px;
}
#home4box p {
	font-size: 0.933em;
	line-height: 1.5em;
	margin: 8px 0
}
#home4box h3{
	color: #006cb6;
	margin: 8px 0;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	-ms-transition:color .3s;
	transition:color .3s; 
}
#home4box h3:hover{
	color: #f9ae3a;
}
.homeBoxLine {
	border-right: 1px solid #888888;
	padding-right: 2.90323%;
	height: 248px;
}
.homeBoxNoline {
	padding-right: 3.226%;
	height: 248px;
}

.pageBody {
	background-color: rgba(250,250,250,1.0);
}
.fadeBackground {
	background-color: #0d6cb6;
	background-image: url(../img/LeftBlockBG2.png);
	background-image: url(../img/LeftBlockBG2.svg),
		linear-gradient(transparent, transparent);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 320px 400px;
}

#contentLeft {
	width: 320px;
	margin: 0;
	min-height: inherit;
	height: 100%;
}
#leftTopBox {
	position: relative; left: 0; top: 0;
	background: rgb(143,157,216);
	background: -moz-linear-gradient(-45deg,  rgba(143,157,216,1) 0%, rgba(13,108,182,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(143,157,216,1)), color-stop(100%,rgba(13,108,182,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(143,157,216,1) 0%,rgba(13,108,182,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(143,157,216,1) 0%,rgba(13,108,182,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(143,157,216,1) 0%,rgba(13,108,182,1) 100%);
	background: linear-gradient(135deg,  rgba(143,157,216,1) 0%,rgba(13,108,182,1) 100%);
}
#leftTopBox > img {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 320px;
	height: 360px;
}
#leftTopBox #blueArc {
	position: relative;
	top: 0;
	left: 0;
	width: 320px;
	height: 360px;
}
#leftLowerBox {
	min-height: 260px;
	height: 100%;
	background: rgb(136,137,140);
	background: -moz-linear-gradient(top,  rgba(136,137,140,1) 0%, rgba(250,250,250,1.00) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1.00)), color-stop(100%,rgba(250,250,250,1.00)));
	background: -webkit-linear-gradient(top,  rgba(136,137,140,1) 0%,rgba(250,250,250,1.00) 100%);
	background: -o-linear-gradient(top,  rgba(136,137,140,1) 0%,rgba(250,250,250,1.00) 100%);
	background: -ms-linear-gradient(top,  rgba(136,137,140,1) 0%,rgba(250,250,250,1.00) 100%);
	background: linear-gradient(to bottom,  rgba(136,137,140,1) 0%,rgba(250,250,250,1) 100%);
}
#contentRight {
	color: #88898c;
	background-color: #ffffff;
	margin: 0;
	width: 75%;
	min-height: 620px;
}
#contentRight a, #contentRight a:visited {
	color: #006bb5;
}
#contentRight a.tip {
	font-style: italic;
	color: #006bb5;
	border-bottom: 1px dotted #BEBEBE;
}
#contentRight a:hover {
	color: #f9ae3a;
}
#contentRight ul {
	margin: 30px 0 30px 0
}
#contentRight ul > li ul {
	margin: 10px 0 10px 0;
	list-style: circle;
}
#contentRight ul li {
	padding-left: 0.2em;
	margin: 0 0 2px 0;
}
#contentRight ul.names{
	list-style-type: none;
}
#contentRight ul.names li{
	margin: 1.2em 0;
}
#contentRight ul.names li > span{
	font-weight: 700;
}
#contentRight > div {
	margin: 0 62px 46px 45px;
	display: block;
	position: relative;
}
#contentRight h1.mastHead {
	display: block;
	position: relative;
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
	font-size: 2em;
	font-weight: 400;
	line-height: 2em;
	margin: 14px 0 -8px 0;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
}
#contentRight h4 { /* formerly --- #contentRight h4.Michroma  */
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
	font-weight: 400;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
	margin: 30px 0;
}
.Michroma {
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
	font-weight: 400;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
}
#contentRight h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9375em;	   /* 15px */
	line-height: 1.5325em; /* 23px */
	font-weight: 400;
}
#contentRight ol.largeSpace li {
	margin-top: 25px;
	margin-bottom: 25px;
}
#contentRight #learnBubble {
	width: 100%;
	text-align: center;
	margin: -2.95em 0 0;
}
#contentRight #learnBubble p{
	display: inline-block;
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.1em;
	font-size: 12px;
	line-height: 12px;
	background-color: #ffffff;
	border: 1px solid #808285;
	padding: 3px 11px 3px 11px;
	margin: 0;
	-moz-border-radius:		10px;
	-webkit-border-radius: 	10px;
	border-radius: 			10px;
}
#contentRight .bold{
	font-weight: 700;
}
#contentRight .middleImg {
	display: block;
	text-align: center;
	width: 700px;
	height: auto;
	background-color: #888888;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 42px;
}
#contentRight .rightImg {
	display: block;
	float: right;
	background-color: #888888;
	padding: 0 30px;
	margin-top: 40px;
	margin-bottom: 42px;
}
#contentRight .pageLinks {
	display: block;
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#contentRight .pageLinks.one {
	width: 400px;
}
#contentRight .pageLinks h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: .5em;
	color: #88898c;
	font-weight: 400;
	margin: 8px 0 12px 0;
	text-transform: uppercase;
}
#contentRight .pageLinks h5 {
	font-size: 0.867em;
	color: #88898c;
	font-weight: 400;
	margin: 5px 0;
}
#contentRight .pageLinks .col {
	background-color: #f1f1f1;
}
#contentRight .pageLinks .col.first {
	margin-left: 0;
	width: 50%; 
}
#contentRight .pageLinks .col li {
	text-align: left;
	list-style-image: url(../img/mm/icons/orangeBlock7.gif);
	padding-right: 30px;
	padding-bottom: 8px;
	font-size: 13px;
	line-height: 1.2em;
}
#contentRight eml::before {
	content: attr(data-u) "\0040";
}
#contentRight eml::after {
	content: "pmbank\002E\0063\006F\006D";
}
#contentRight ul.customNumbers {
	list-style-type: none;
	list-style-image: none;
	margin: 0 15px 0 15px;
}
#contentRight ul.customNumbers > li {
	padding: 0 0 20px 0;
}
#contentRight ul.customNumbers > li:last-child {
	padding: 0 0 3px 0;
}
#contentRight ul.customNumbers span.bulletNum {
	margin-left: -68px;
	display:inline-block;
	width: 60px;
	text-align:right;
	padding-right:8px;
}
#contentRight ul.customNumbers ol {
	margin: 20px 0 0 0;
}
#contentRight ul.customNumbers ol li {
	padding: 0 0 8px 0;
}
#contentRight ul.customNumbers ol li:last-child {
	padding: 0;
}
#contentRight ul.customNumbers ul li {
	padding: 0 0 10px 0;
}
#contentRight ul.customNumbers ul li:last-child {
	padding: 0;
}
#contentRight .fivedots {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2.8em;
	letter-spacing: 1.111em;
	margin: 30px 0 85px 0;
	font-family: 'Michroma', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}
#contentRight .greybuttons {
	margin: 60px 0 0 0;
}
#contentRight .greybuttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentRight .cssTwoColumn {
	-webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;	
	-moz-column-fill: auto;
	column-fill: auto;
}
#contentRight .greybuttons li {
	z-index: 11;
	background: #f1f1f1;
	margin: 0 0 20px 0;
	width: 410px;
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.25em;
	font-size: 0.733em;
	line-height: 2.5em;
	letter-spacing: .05em;
	text-transform: uppercase;
	white-space: nowrap;
}
#contentRight .greybuttons li.blankrow {
	background: none;
}
#contentRight .greybuttons a {
	background-image: url("../img/mm/icons/orangeBlock9.gif");
	background-repeat: no-repeat;
	background-position: 8px 49%;
	padding: 3px 10px 4px 24px;
	color: #88898c;
}
#contentRight .greybuttons a:hover {
	color: #f9ae3a;
}



#contentRight div.bioSet {
	margin-top: 40px;
}
#contentRight .bioSet img{
	float: left;
	padding-right: 55px;
	width: 125px;
	height: 125px;
}
#contentRight .bioSet h3{
	font-family: 'Michroma', sans-serif;
	word-spacing: 0.33em;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 125px;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
}
#contentRight .bioSet h4{
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: inherit;
	word-spacing: inherit;
	margin: 25px 0 20px 0;
}
#contentRight #LearnMoreContent.inner {
  /*padding-left: 1em;*/
  overflow: hidden;
  display: none;
}
#ehl{
	position: absolute;
	left: 2px;
}
#mFDIC {
	position: absolute;
	right: 8px;	
}
#copyright {
	font-size: .6em;
	margin-top: 0;
}
.super {
	vertical-align: super;
	font-size: .75em;
	line-height: .2em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Hide visually and from screen readers: */
.hidden {
    display: none !important;
}

/* Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}
.zeroMar {
    margin: 0;
}
.shrink {
    font-size: .9em;
	padding-left: .8em;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*@media only screen and (min-width: 35em) {*/
    /* Style adjustments for viewports that meet the condition */
/*}*/

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */




@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	.noprint, 
	#contentLeft,
	#navbar,
	header,
	footer,
	#contentRight .pageLinks,
	#contentRight .names a
	{
		display: none;	
	}
	#contentRight {
		width: auto;
		margin: 8em 11em 10em 8em;
	}
	#contentRight > div {
		margin: 0;
		padding: 0;
	}
	#contentRight .middleImg{
		display: none;	
		/* background-color: #ffffff; */
	}
	#contentRight #learnBubble p {
		background-color: rgba(255,255,255,1.00) !important;
	}
	/*footer {
		position: absolute;
		bottom: 0px;
	}*/

}
