/*! normalize.css v2.1.2 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {

}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    color: #004380;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
color: #004380;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #004380;
}

a:hover {
color: #004380;
}

a:active {
color: #004380;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #004380;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
	}

/* =============================================================================
Base Typography for app
========================================================================== */

h1 {
  color:  #004380;
  /*background: url('underline.jpg') repeat-x bottom; */ 
  padding-left: 49px;
  margin-top: 1.5em;
  padding-bottom: 0.4em;
  display: block;
  font-weight: 600;
	}
	
.sub-title, h2 {
	/*background:url('underline-gray.png') repeat-x bottom; */ 
	margin-top: 2.5em;
	display: block;
	margin-bottom: 1em;
	color:  #0096dc;
	font-weight: 600;
	}
	
.panel h2 {
/*	background:url('underline-l-blue.png') repeat-x bottom;  */
	margin-top:1.5em;
	display:block;
    color:  #0096dc;
	font-weight: 600;
}

h1 {
  font-size: 2.1em;
	}
	
.sub-title {
  font-size: 1.313em;
  padding: 0px 0 15px 0;
  display: block;
	}

h2 {
  font-size: 1.250em;
  padding: 0;
	}

h3 {
  font-size: 1.063em;
  padding: 20px 0 10px;
  color: #004380;
  font-weight: 600;
	}
	
h3+ul {
  padding-bottom: 5px;
	}

h4 {
  font-size: 1em;
  padding: 20px 0 5px 0;
  font-weight: 600;
}
	
h5 {
  font-size: 0.84em;
	}
	
h6 {
  font-size: 0.84em;
	color: #004380;
	margin: 20px 0 10px 0;
	}

p, ul, ol {
  font-size: 1em;
  color: #004380;
	line-height: 135%;
	}

ul, ol {
  padding: 0;
  margin: 10px 0;
  text-align: left;
}
	
.panel ul+h4 {
  margin-top: 15px;
	}	
    
li {
	margin: 3px 0 3px 25px;
	}
	
li p:last-child {
	padding: 0 0 10px 0;
}
	
table ul li ul, table ol li ol, ul li ul, ol li ol {
	list-style-type: none;
	padding: 5px 0;
	margin-left: -13px;
	color: #004380;
	}
	
ul li ul li:before, ol li ol li:before {
	margin-left: -7px;
    content: " - ";
	color: #004380;
	}
	
table ul li ul li:before, table ol li ol li:before {
	margin-left: 0;
	}
	
.tint {
	background: #f2f9fd;
	border: solid 1px #b2dff4;
}
	
.graytint {
	background: #fff564;
	}
	
.graytint p, .graytint ul {
	color: #004380;
	}

.graytint p:first-of-type {
	margin-top: 0;
	}
	
.graytint p:last-of-type {
	margin-bottom: 0;
	}
	
.graytint p+ul {
	margin-top: 12px;
	}
	
li.graytint {
	padding: 3px 0 3px 10px;
	margin-left: 15px;
	}
	
.col {
	color: #ff0046;
}

.middle.bold.col {
    margin-top: 20px;
}

.col.bold,
li.col,
strong.col {
    padding: 0;
}

.bold {
	font-weight: bold;
}

.reduce {
	font-size: 60%;
	font-weight: normal;
}
 

/* ==|== primary styles =====================================================
Author: Root Creative
========================================================================== */
/* lets not mess about with nasty margins, we now use box sizing */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


body {
  margin: 0;
	}	


/* =============================================================================
Structural elements
========================================================================== */

#wrapper { 
  width:100%;
  background:#fff;
  padding: 45px 0;
}

.panel {
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
}

.panel h2:first-child, .panel h3:first-child, .panel h4:first-child, .panel h5:first-child, .panel h6:first-child, .panel p:first-child {
    padding-top: 0;
    margin-top: 0;
}

.panel p:last-of-type {
    margin-bottom: 3px;
}

.panel ul+h3, ul+h3 {
    margin-top: 15px;
}

h1 {
  position:relative;
}

h1 img {
  width:19px;
  height:19px;
  position:absolute;
  top:3px;
  left:0;
}

h1 img:nth-of-type(2){
  left:22px;
}

h1.noicon{
  padding-left:0;
}

caption {
  margin:1em;
}

th {
  text-align:left;
}

/* Contain floats: h5bp.com/q */

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

  .clearfix {*zoom: 1;
}

body p + ul,
body p + ol,
body ol + p,
body ul + p {
    margin-top: 20px;
}

/* =============================================================================
Button
========================================================================== */

#menu-toggle {
	float: right;
	cursor: pointer;
	margin-top: 45px;
}

#main-menu {
	display: none;
}

.menu.tab li a,
#main-menu.menu li a { 
    background: #fff;
    border-left: none;
    border-right: none;
}

.menu.tab li a:hover,
#main-menu.menu li a:hover { 
    background: #e8f4fa;
}

.menu.tab li:first-of-type a,
#main-menu.menu li:first-of-type a {
    border-radius: 0;
}

.menu.tab li:last-of-type a,
#main-menu.menu li:last-of-type a {
    border-radius: 0;
}

.menu {
  width:100%;
  margin:0 auto;
}

.menu li {
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    color: #0096dc;
    padding: 0;
    font-weight: 600;
    font-size: 1em;
}

.menu li a {
    position: relative;
    display: block;
    padding: 15px 55px 15px 15px;
    color: #0096dc;
    border: solid 1px #b2dff4;
    border-bottom: none;
    background-color: #e8f4fa;
    text-decoration: none;
}

.menu li a + p {
    margin-top: 25px;
} 

.menu li a .bul-desc {
    color: #0096dc;
    font-weight: 500;
}

.menu li .bul-desc a {
    font-weight: 500;
}

.menu li a:hover {
    background: #E5F1F7;
    color: #0096dc;
    text-decoration: none;
    cursor: pointer;
}

.menu li a:after {
    content: "\e901";
    position: absolute;
    right: 15px;
    color: #0096dc;
    line-height: 150%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    margin-top: -8px;
}


.menu li:first-of-type a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu li:last-of-type a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: solid 1px #b2dff4;
}

.bul-title {
    font-size: 0.85em;
    color: #0096dc;
    font-weight: 500;
}

.bul-desc {
	color: #0096dc;
	display: block;
	width: 100%;
	font-weight: normal;
}

.tab-title {
	font-size: 0.85em;
	color: #0096dc;
	font-weight: 500;
}

ul.menu {
	margin: 25px 0;
}
	
	
/* =============================================================================
Tables
========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
	}
	
.clearfix > :first-child {
margin-top: 0;
}

table {
	margin: 2em 0 2.25em 0;
	width: 100%;
	font-size: 1em;
	color: #004380;
	}
	
	table tr:first-child th {
	  border-top: 0;
	}
	
	table tr td:first-child,
	table tr th:first-child {
	  border-left: 0;
	}
	table tr td:last-child,
	table tr th:last-child {
	  border-right: 0;
	}
	
	
table+p, table+ul, table+h1, table+h2, table+h3, table+h4, .panel table+p, .panel table+ul, .panel table+h1, .panel table+h2, .panel table+h3, .panel table+h4, table+h5, table+h6, .panel table+h5, .panel table+h6 {
	margin-top: 20px;
}
	
table.step {
	margin: 0;
	width: 100%;
	font-size: 1em;
	}
	
table p {
	margin: 0 0 0.8em 0;
	}
	
table p:last-of-type {
	margin: 10px 0 10px 0;
	}
	
table p:first-of-type {
	margin: 0 0 10px 0;
	}
	
tr.title td {
	font-weight: bold;
	font-size: 90%;
	color: #009373;
	}
	
thead td, .subhead, thead p {
	background-color: #0096dc;
	color: #fff;
}

thead td, .subhead td, thead p {
	border-bottom: none;
}

td {
	padding: 0.8em;
	border: 1px solid #b2dff4;
	vertical-align: top;
	}
	
.vert {
	padding: 1.8em;
	vertical-align: middle;
	}
	
.middle {
	text-align: center;
	}
	
table.sum td {
	border: 0;
	}
	
table.sum {
	margin: 0;
	}

table.sum .bottom-line {
	border-bottom: 2px solid #b2dff4;
	}
	
table ul {
	padding: 0 0.6em 0 0.8em;
	background: none;
	}
		
table ul:last-of-type+p {
	margin-top: 1.3em;
	}
	
table p:last-child {
	margin-bottom: 0;
	}
	
table li {
	margin: 0 0 0.5em 1em;
	}
		
table li:last-of-type {
	margin-bottom: 0;
	}
	
tfoot {
	font-size: 1em;
	}

.downarrow {
	padding: 15px 0;
	border: none;
	text-align: center;
	background: none;
	line-height: 13px;
	font-size: 140%;
	color: #0096dc;
	}
	
.bluearr {
	font-size: 250%;
	color: #0096dc;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 30px;
	}
	
td.small-table {
	font-size: 85%;
	border: none;
	color: #0096dc;
	background: inherit;
	}
	
td.small-table p {
	font-size: inherit;
	}	

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ddd;
    margin: 1em 0; padding: 0;
    }
    
    
    
    
    /* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 11, 2012 09:37:24 AM America/New_York */
    
    
@font-face {
    font-family: 'pt_sans';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans';
    src: url('PTS56F-webfont.eot');
    src: url('PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS56F-webfont.ttf') format('truetype'),
         url('PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}


@font-face {
    font-family: 'pt_sans';
    src: url('PTS75F-webfont.eot');
    src: url('PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS75F-webfont.ttf') format('truetype'),
         url('PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans';
    src: url('PTS76F-webfont.eot');
    src: url('PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS76F-webfont.ttf') format('truetype'),
         url('PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}


/* added April 2016 for mini-nav at top of guidelines */

.sticky {
	height: 70px;
	background: #035ef6;
	padding: 25px;
	position: fixed;
	width: 100%;
	color: #fff;
	z-index: 2000;
	font-size: 1em;
}	

#wrapper {
	/*top: 70px;*/
	position: relative;
}
	
	
/* added Sept 2021 for style guide */

p.guide {
    color: #3eba1c;
    border-bottom: 1px solid #3eba1c;
    margin: 60px 0 40px 0;
}	
	
	
	