/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    height: 100%;
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {font-size: 2em; text-transform: capitalize; color:#414246; font-family: 'Open Sans', sans-serif; font-weight: 600;}
h2 {font-size: 2em;}
h3 {font-size: 2em;}
h4 {font-size: 2em;}
h5 {font-size: 2.5em; font-family: 'Open Sans', sans-serif; font-weight: normal; margin:10px 0 0 0;}
h6 {font-size: 2em;}

.planning-retirement h1 {font-size: 2em; text-transform: capitalize; text-align:center; color:#414246; font-family: 'Open Sans', sans-serif; font-weight: 600;}

.mainContent h1{color: #005DAB; text-transform: uppercase;}
.mainContent h2 {color: #02A54D; font-size: 1.8em; font-weight: 500; margin: 0 0 15px 0;}
.mainContent h3 {color: #005DAB; font-size: 1.6em; font-weight: 500; margin: 0 0 15px 0;}
.mainContent h4 {color: #02A54D; font-size: 1.4em; font-weight: 600; margin: 0 0 15px 0;}
.mainContent h5 {color: #005DAB; font-size: 1.2em; margin: 0 0 15px 0;}
.mainContent h6 {color: #005DAB; font-size: 1.1em; margin: 0 0 15px 0; padding: 0 0 5px 0; border-bottom: 4px dotted #005DAB; }

.cke_editable h1{color: #005DAB; text-transform: uppercase;}
.cke_editable h2 {color: #02A54D; font-size: 1.8em; font-weight: 500; margin: 0 0 15px 0;}
.cke_editable h3 {color: #005DAB; font-size: 1.6em; font-weight: 500; margin: 0 0 15px 0;}
.cke_editable h4 {color: #02A54D; font-size: 1.4em; font-weight: 600; margin: 0 0 15px 0;}
.cke_editable h5 {color: #005DAB; font-size: 1.2em; margin: 0 0 15px 0;}
.cke_editable h6 {color: #02A54D; font-size: 1.1em; margin: 0 0 15px 0;}

.cke_top h1{color: #005DAB; text-transform: uppercase;}
.cke_top h2 {color: #02A54D; font-size: 1.8em; font-weight: 500; margin: 0 0 15px 0;}
.cke_top h3 {color: #005DAB; font-size: 1.6em; font-weight: 500; margin: 0 0 15px 0;}
.cke_top h4 {color: #02A54D; font-size: 1.4em; font-weight: 600; margin: 0 0 15px 0;}
.cke_top h5 {color: #005DAB; font-size: 1.2em; margin: 0 0 15px 0;}
.cke_top h6 {color: #02A54D; font-size: 1.1em; margin: 0 0 15px 0;}

h2.title a{color: #005DAB; font-size: 1em;}

.mainContent table {width: 100%; text-align: center; border-collapse:collapse}
.mainContent table td {padding: 12px; vertical-align: middle;}
.mainContent table td p {margin: 0; padding: 0;}
.mainContent table tr:nth-child(odd) td {background: #fafafa}
.mainContent table tr:first-child td {background: #DDE8EF; font-weight: 700;}



/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.rfp {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e2e3e3;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    height: 100%;
}
table.rfp thead{
    border: 1px solid #e2e3e3;
}
table.rfp tr th {
    padding: 7px 13px;
    color: #005DAB;
    background: #fff6d9;
    border: 1px solid #e2e3e3;
    text-align: left;
}
table.rfp tbody tr td {
    padding: 13px;
    color: #363636;
    border: 1px solid #e2e3e3;
    background: #fff;
    position: relative;
}

table.bidsList tbody{
    border: 1px solid #e2e3e3;
}
table.bidsList tbody tr th {
    padding: 7px 13px;
    color: #005DAB;
    background: #fff6d9;
    border: 1px solid #e2e3e3;
    text-align: left;
    font-size: 0.875em;
}
table.bidsList tbody tr th a {
    color: #005DAB;
    text-decoration: none;
}
table.bidsList tbody tr td {
    padding: 13px;
    color: #363636;
    border: 1px solid #e2e3e3;
    background: #fff;
    position: relative;
}


table.calc tbody tr{padding: 10px 0; height: 50px;}
table.calc tbody tr td label {text-align: right;}
table.calc tbody tr td input#CT_Main_0_txtAnnualSalary {text-align: left;}

table.calc tbody tr td #CT_Main_0_upRadioButtons table tbody tr td{display:block;}


table#CT_Main_0_cache_dlSiteMap tbody tr td{vertical-align: top;}

.sitemap a{text-decoration: none;}
span#CT_Main_0_cache_dlSiteMap br{display:none;}
span#CT_Main_0_cache_dlSiteMap .grid_4 br{display:inline;}

table#CT_Main_0_rblSelectTier tbody tr td {display: block;}

/*#CT_Main_0_rblSelectTier td.tier1 > label.tier2{display: none;}
#CT_Main_0_rblSelectTier td.tier2 > label.tier2{display: block;}*/

.tableHdng h1 {display: none;}

#tabInReview .bidsList {background: #fff; padding: 10px; border: 1px solid #ccc;}
#tabInReview td {background: #fff; padding: 10px; border: 1px solid #ccc; /*width: 100%; min-width: 811px;*/ }
#tabInReview .bidsList  h1{font-size: 1.5em; font-family: "Open Sans",sans-serif; text-transform: capitalize;}

#tabAwarded .bidsList {background: #fff; padding: 10px; border: 1px solid #ccc;}
#tabAwarded td {background: #fff; padding: 10px; border: 1px solid #ccc; /*width: 100%; min-width: 811px;*/ text-align: left;}
#tabAwarded .bidsList  h1{font-size: 1.5em; font-family: "Open Sans",sans-serif; text-transform: capitalize;}

table.datatbl {width: 100%;}
table.datatbl th, table.datatbl th a {color: #005dab}
table.datatbl td {padding: 10px}

.mainContent table.agendasminutes {text-align: left;}

.documentsWrpr {width: 100%;}
.documentLine {padding: 10px;}
.documentLine .date {display: inline-block; width: 120px; }
.documentLine p {margin: 0;}

dt.fpLabel {display: inline-block}
dd.fpField {display: inline-block; margin: 0; }

table.datatbl.agendasminutes th {text-align: left; padding: 10px; background-color: #eff6fb;}

.mainContent .retirementCalc table tr:first-child td {background: transparent;}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.imgwrap{
    position: relative;
    top: 0px;
    bottom: 10px;
    padding-bottom: 15px;
}


.imgwrap p{
    position: absolute;
    left: 22px;
    top: 15px;
    color: #000;
    z-index:100;
    font-weight: bold;
}

.imgwrap2{
    position: relative;
    top: 0px;
    bottom: 10px;
    padding-bottom: 15px;
}


.imgwrap2 p{
    position: absolute;
    text-align: center;
    left: 17px;
    top: 12px;
    color: #000;
    z-index:100;
    font-size: 11px;
    font-weight: bold;
}



.tooltip.icon-info {
  font-size: 12px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #dae6ee;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size: 12px;
    top: 3px;
    left: 102%; 
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* FAQ categories --------------------------------------------------------------------------------*/

ul.questionList li a{ text-decoration: none;}
ul.questionList li a:hover{ text-decoration: underline;}
.FAQAnswerWrpr h4 {font-size: 1em; font-weight: 600;}


/* RFP  responsive-tabs | table tabs --------------------------------------------------------------------------------*/

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dadbdc;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-accordion-title a:after{
  content: "\2b";
  float: right;
  font-size: 25px;
  font-weight: 300;
  line-height: 17px;
}

.r-tabs-accordion-title.r-tabs-state-active a:after{
  content: "\2d";
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        border: 1px solid #e2e3e3;
        border-bottom: none;
    }
}

/* Tabs container */
.r-tabs {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    margin: 20px 0 30px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    /*background-color: #00c5ad;*/
}

.r-tabs .r-tabs-nav .r-tabs-state-active {position: relative; top: 1px;}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #005DAB;
    background-color: #F6F6F7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #dadbdc;
    border-bottom: none;
    margin: auto 10px;
    box-shadow: -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.11);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.11);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.11);
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav  .r-tabs-anchor {
    color: #005DAB;
    box-shadow: none;
    background-color: #F6F6F7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #dadbdc;
    border-bottom: none;
    margin: auto 10px auto 20px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: #f6f6f7;
    border-right: 1px solid #dadbdc;
    border-left: 1px solid #dadbdc;
    border-bottom: 1px solid #dadbdc;
    box-shadow: -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.11);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.11);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.11);
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #f6f6f7;
    color: #005DAB;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #f6f6f7;
    color: #005DAB;
    text-shadow: none;
    border-bottom: 1px solid #ccc;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}



/*--------------------------------------------------------------------------*/


.tabs {
  position: relative;   
  min-height: 300px; 
  clear: both;
  margin: 25px 0;
  
}
.tab {
  float: left;
}
.tab label {
  background: #f6f6f7; 
  padding: 10px 20px 6px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0 0;
  margin-left: 20px;
  color: #005DAB;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.tab [type=radio] {
  display: none;   
}
.content {
  top: 28px;
  left: 0;
  background: #f6f6f7;
  right: 0;
  bottom: 0;
}
[type=radio]:checked ~ label {
  background: #fff;
  border-bottom: none;
  z-index: 2;
  border-radius: 10px 10px 0 0;

}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
.line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 1em 0; padding: 0;}
.breadcrumb-line {display: block; height: 1px; border: 0; border-top: 1px solid #cbcaca; margin: 2em 0 1em 0; padding: 0;}
.iWantTo-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: -15px 0 10px; padding: 0; width: 100%;}
.lifeEvents-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: -15px 0 10px; padding: 0; width: 100%;}
.formsPublications-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: -15px 0 10px; padding: 0; width: 100%;}
.retirement-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0 auto; padding: 0; width: 40%; text-align: center;}
.retirement-board-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; padding: 0; width: 70%; margin: -5px 0 10px;}
.hours-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; padding: 0; width: 83%; margin: -5px 0 10px;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }


/*Retirement Calc-------------------------------------------------------------*/


.retirementCalc {}
.retirementCalc td.question:nth-of-type(1) {width: 60%; vertical-align: top;}
.retirementCalc input {}
.retirementCalc span#CT_Main_0_cvYearsAge {width: 100%;}
.retirementCalc table#CT_Main_0_rblSelectTier td input {width: auto;}
.retirementCalc .grid_5 > span {display: block;}
.retirementCalc .grid_5 {margin-bottom: 10px;}

.grid_12.sectionSpace{padding: 0 10px 10px;}

.mainContent > div.calcGrayBg {background: #eee; height: 300px; padding: 20px;}
.mainContent > .block ul.tierInfo {background: #eee; padding: 20px;}





/*-----------------------------------------------------------------------------*/

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }


/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }


/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#005dab; text-decoration:underline; transition: all 0.5s ease; }
a:hover, a:active, a:focus { color:#6D6D6D; text-decoration:none; }
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }


/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {background:#fff; position: relative;}
.container { }
.siteBody { min-height:300px; margin:15px 0 0 0; padding-bottom: 153px;}

body.mainBody{min-height: 100%; }
#main {height: 100%; min-height: 100%;}

/*RFP Select dropdown category*/

.rfp-dropdown button,
.rfp-dropdown input,
.rfp-dropdown select,
.rfp-dropdown textarea {
   font-family: 'Open Sans', sans-serif;
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    width: 100%;
    padding: 5px 10px;
    color: #929292;
    box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
border: 1px solid #b5b4b4;
}






.rfp-dropdown select { 
   width: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(/cms/images/arrow.png) 96% / 3% no-repeat #fff;}

p.rfp-search {margin: 0em;}
.rfp-search input {
    padding: 7px 10px;
    color: #929292;
    width: 60%;
    float: left;
    box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
border: 1px solid #b5b4b4;}

.search-green-button{background: #02a54d; padding: 8px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 93px; margin: 0 auto; vertical-align: bottom; font-size: 14px; margin-bottom: 10px; text-align: center; float: right;}
.search-green-button a {color: #fff; text-decoration: none;}





/* ## Site Header ## */
.siteHeader {position:relative; min-height:145px; border-top:10px solid #006dc8; 
  background: rgb(254, 254, 254);
background: -moz-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -webkit-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -o-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -ms-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: linear-gradient(0deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);}
.siteHeader.active {position:relative; min-height:145px; border-top:10px solid #006dc8; 
  background: rgb(254, 254, 254);
background: -moz-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -webkit-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -o-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -ms-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: linear-gradient(0deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);}

.container.emailFriendWrapper .siteHeader {border-bottom: 3px solid #feda62; position:relative; min-height:145px; border-top:10px solid #006dc8; 
  background: rgb(254, 254, 254);
background: -moz-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -webkit-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -o-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: -ms-linear-gradient(270deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);
background: linear-gradient(0deg, rgb(254, 254, 254) 30%, rgb(218, 230, 238) 70%);}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {float:left; display:block; width:100%; max-width: 117px; height:111px; margin:10px 0;}
.siteHeader .logo-text {float:left; text-align: center; color: #005dab;}
.siteHeader .logo-text h1 {text-transform: uppercase; font-size: 16px; font-weight: 600; font-family: 'Open Sans', sans-serif; margin-bottom: 0px; color: #005dab; margin-top: 25px;}
.siteHeader .logo-text .address {text-align: center; color: #005dab; font-size: 16px;}
.siteHeader .logo-text .phone {font-size: 20px; font-weight: bold; margin-top: 5px;}

.siteHeader .headerLinks .login {
	background: #02a54d;
	color: #fff;
	padding: 8px 30px;
	text-transform: capitalize;
	font-size: 1.2em;
	text-decoration: none;
	position: relative;
	margin-top: 10px;
	display: inline-block;
}

.eaf_wrpr {padding-left: 10px;}

.gsc-control-cse {background: transparent !important; border: none !important}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus	{box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0) inset !important; background:#02A54D !important }
.gsc-input-box {height: 26px !important; padding: 4px 0 !important}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {padding: 10px 15px !important;}

/* Used for HighDPI devices for alternative logo */
/* uncomment for use
@media only screen and (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {

	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited {
		background-image:url(/cms/images/dev/placeholders/AE_logo_tag_3color_300w_2x.png);
	}
}
*/

.siteHeader .hdrPhonenum {
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 12px;
    display: block;
    height: 34px;
    position: absolute;
    right: 12px;
    text-indent: -9999em;
    width: 200px;
}
.headerLinks {
    font-size: 0.9em;
    margin: 0 0 10px;
    padding: 5px 0 45px;
    text-align: right;
    color: #005dab;
}
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {
    margin: 0 3px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #005dab;
}
.headerLinks a:hover, .headerLinks a:active {
    text-decoration: underline;
}


.siteSearch {display: none}

/* ## Disabled Form Fields ## */





.retirement-help {text-align: center; margin-bottom: 40px;
    background: rgb(0, 76, 140);
background: -moz-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
background: -webkit-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
background: -o-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
background: -ms-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
background: linear-gradient(180deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
    }
.retirement-help .retired-pig {text-align: right; padding:0px;}
.retirement-help .green-button {background: #02a54d; padding: 5px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 152px; margin: 0 auto; vertical-align: bottom; font-size: 20px; margin-bottom: 10px;}
.retirement-help .green-button a {color: #fff; text-decoration: none;}
.retirement-help p {color: #fff; font-family: 'Open Sans', sans-serif; font-size: 1.1em; font-weight: normal;}
.retirement-help h2 {color: #fff; font-family: 'Open Sans', sans-serif; font-size: 1.7em; font-weight: normal; margin: 5px 0;}
.retirement-help span {color: #fff; font-family: 'Open Sans', sans-serif; font-size: 1.3em; font-weight: normal; text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.6);}


.main-categories { text-align: left; padding: 20px; margin-bottom: 40px;
}
.main-categories h2 {font-size: 27px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal; text-align: left;}
.main-categories p { font-family: 'Open Sans', sans-serif; color: #005dab; vertical-align: middle; font-size: 1em; line-height: 30px;}
.main-categories a {text-decoration: none; color:#005dab;}
.main-categories .green-button {background: #02a54d; padding: 5px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 152px; margin: 0; vertical-align: bottom; font-size: 20px;}
.main-categories .green-button a {color: #fff;}

.main-categories .lightbulb{display: table-cell;}
.main-categories .lightbulb-text{display: table-cell; padding-left: 10px;}

.main-categories .tree{display: table-cell;}
.main-categories .tree-text{display: table-cell; padding-left: 10px;}

.main-categories .penPaper{display: table-cell;}
.main-categories .penPaper-text{display: table-cell; padding-left: 10px;}



.retirement-board { width:100%; max-width: 578px; height: 162px; margin-bottom: 40px;}
.retirement-board p {color: #414246; font-size: 1em; font-family: 'Open Sans', sans-serif;}
.retirement-board h3 {font-size: 30px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal; text-align: left; margin: 11px 0;}
.grid_6.board-vertical {border-right: 1px solid #1E91F1; margin: 20px 0;}

.hours-of-operation { width:100%; max-width: 579px; height: 164px; text-align: left; float: right;  padding-left:20px; margin-top: 20px;}
.hours-of-operation h3 {font-size: 30px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal;  margin: 11px 0; text-align: left;}
.hours-of-operation p {text-align: left; font-family: "Open Sans",sans-serif; color: #414246;}
.hours-of-operation a {color: #005dab;}



.planning-retirement {background: #dfedf8 url(/cms/images/planning-retirement-bg.png) center center no-repeat; width:100%; height: 407px; display: inline-block; }
.planning-retirement h1 {font-size: 2em; text-transform: capitalize; text-align:center; color:#414246; font-family: 'Open Sans', sans-serif; font-weight: 600;}
.planning-retirement h2{text-align: center; font-weight: 500; color: #414246; font-size: 24px;}
.planning-retirement p{text-align: center; font-weight: 500; color: #414246; font-size: 1.2em; line-height: 25px; width: 50%; position: relative; left: 25%;}
.planning-retirement p span{text-align: center; font-weight: 500; color: #005dab; font-size: 1.3em;}
.planning-retirement .green-button {background: #02a54d; padding: 5px 20px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 121px; margin: 0 auto; vertical-align: bottom; font-size: 20px; margin-bottom: 10px; float:none;}
.planning-retirement .green-button a {color: #fff; text-decoration: none;}


.email-alerts {width: 100%; max-width: 900px;}







/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod { /*position: relative;*/ position: inherit; padding: 10px; }
.mainContent {margin-bottom: 30px;}

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	padding: 15px;
}



/* Item Lists Content
   ========================================================================== */

.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	display: table;
	padding: 1em 0; 
	width: 100%;
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
  padding: 10px;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside { 
	display: table-cell;
	padding: 0 15px 0 0; 
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}

.newsFilterSearchBtn.search-green-button{background: #02a54d; padding: 0px 8px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 93px; font-size: 14px; margin-bottom: 10px; text-align: center;}
.newsFilterSearchBtn.search-green-button input {color: #fff; text-decoration: none; background: none;}

.newsFilterSearchType.search-green-button {background: #02a54d; padding: 7px 8px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 101px; font-size: 14px; margin-bottom: 10px; text-align: center;}
.newsFilterSearchType.search-green-button input {color: #fff; text-decoration: none; background: none;}
.newsFilterSearchType a {text-indent: -10px; display: inline-block}

.green-button{background: #02a54d; padding: 8px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 93px; margin: 0 auto; vertical-align: bottom; font-size: 14px; margin-bottom: 10px; text-align: center; float: right;}
.green-button a {color: #fff; text-decoration: none;}
ul.itemList .content{background: none;}
.newsModuleWrpr .filter {background: #FFF6D9; border: 1px solid #e2e3e3;}
article.content {background: none;}
article.content .content {background: none;}

.backtonews {display: block; margin: 40px 0}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #e2e3e3;
	background: #FFF6D9;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}






/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #fff;
	background-color: #FEFF99;	
}
.alert a { color:#fff; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #e9f1f7;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.genericPager {padding:10px 15px 20px 10px;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#CFCFCF; border: 1px solid #000; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
	border:solid 5px #006dc8;
    z-index:1000;
    -webkit-border-radius:5px;    
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}

.snapshotHdr {margin: 0 0 20px 0}
.snapshotHdr img {border:1px solid #005dab; float: left; width: 20%;}
.snapshotHdrTxt {float: right;border-top:1px solid #005dab; border-bottom:1px solid #005dab; margin: 9px 0 0 0;  width: 78%;}
.snapshotHdrTxt h1 { font-weight: 900; text-transform: none; font-size: 2.3em; line-height: 1; float: left; width: 65%; margin: 11px 0 }
.snapshotHdrTxt h1 span {font-size: .5em; display: block; font-weight: normal; text-transform: uppercase;}
.snapshotHdrTxt p {float: right; display: inline-block; font-size: .8em; color: #343434; width: 35%; position: relative;padding-right: 20px; box-sizing: border-box; text-align: center; margin: 7px 0 0 0 }
.snapshotHdrTxt p:before {content: "["; color: #005dab; font-size: 4em;position: absolute; left: -19px; top:0;}
.snapshotHdrTxt p:after {content: "]"; color: #005dab; font-size: 4em;position: absolute; right: 0px; top:0; }

.fundTable {border-collapse: collapse; border-width: 2px;  border-style: solid;}
.fundTable th {color: #fff; text-transform: uppercase; padding: 5px 0; font-size: 1em;}
.fundTable th span {display: block; text-transform: none; font-size: .8em}
.fundTable td {padding: 2px 10px 2px 10px; font-size: .9em;}
.fundTable td:nth-child(2) {text-align: right;}
.fundTable .tblFundSect td {font-size: 1em; text-align: center; font-weight: bold; padding: 8px 0}
.fundTable .tblFundhdr td {font-weight: bold; font-style: italic;}

.cookCoFund {border-color: #005dab}
.cookCoFund th {background: #005dab;}
.cookCoFund .tblFundSect {color: #005dab; background: #e0e5f4;}
.cookCoFund .tblFundhdr {color: #005dab}

.forestPresFund {border-color: #1cb050}
.forestPresFund th {background: #1cb050}
.forestPresFund .tblFundSect {color: #1cb050; background: #e9f4e8;}
.forestPresFund .tblFundhdr {color: #1cb050}

.tableFundNote {font-size: .9em; text-align: center; margin: 20px 0;}
.fundTableText {text-align: center; margin: 20px 0}
.fundTableText a {text-decoration: none;}

/* =================================================================
                           MODULE STYLES 
===================================================================*/


/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0 0 10px 0; font-size:.9em; }
.breadcrumbs:nth-of-type(1) a{color: #363636;}
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; font-family: "Open Sans",sans-serif; color: #005dab; font-weight: 600; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; font-family: "Open Sans",sans-serif; color: #005dab; }

.breadcrumbs .icon-triangle-right{color: #b2b2b2;}


/* ## Page Heading ## */

.pageHeading { margin-bottom:7px; border-bottom:1px solid #dbdbdb; }
.pageHeading .title { margin:0 0 7px 0; padding:0; font-size:1.6em; font-weight:normal; background:none; border:0; }


/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; padding:5px 0 0 0; text-align:right;}

.pageTool { margin:0 10px 0; font-size:0.938em; color:#02A54D; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline;  }
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {color:#1C4E87; text-decoration:underline;}

.pageToolsWrapper .pageTool.print.print-icon {background: url(/cms/images/print-icon.png) no-repeat; width: 26px; height: 24px;}
.pageToolsWrapper .pageTool.email-icon {background: url(/cms/images/email-icon.png) no-repeat; width: 32px; height: 22px;}

.pageToolsWrapper a.bookmark,
.pageToolsWrapper a.bookmark:link,
.pageToolsWrapper a.bookmark:visited {padding:0 0 0 18px; margin-left:7px; background-position:0 -39px;}
.pageToolsWrapper a.bookmark:hover,
.pageToolsWrapper a.bookmark:active {background-position:0 -119px;}

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.addthis_toolbox { display:inline; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }


/* bids */
.eventStff {font-size: .9em; width: 100%;}
.eventStff span.btnWrapper .btn {font-size: 1em;}
.eventStff td {text-align: center;}

#BidDetailTabs td {padding: 5px 0}
#BidDetailTabs td p {margin: 0;}
/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: ""; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	.siteSearch {display: none;}
}

.print .siteSearch {display: none;}



/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size:0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size:60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size:14px; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size:1px; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px}
.mainStage a.right:active {background-position:-25px -60px}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; background-color:#ccc; text-decoration:none !important; padding:0 3px;}
.btn { display:inline-block; margin:0; padding:4px 12px; font-weight:normal; color:#fff; background-color:#02a54d; border:none; cursor:pointer; overflow:visible;   height: 33px;}
/*.btnWrapper:hover, .btnWrapper:hover .btn { background-color:#E3E3E3; }*/

.btnAlt {background-color:#cccccc ;}
.btnAlt .btn{color:#666666; background-color:#cccccc ; text-align:center; text-decoration:none; cursor:pointer;}
.btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }


span.btnWrapper{background: #02a54d no-repeat;}
span.btnWrapper .btn{background: #02a54d no-repeat; color: #fff; font-size: 1.2em; padding: 5px 30px; height: 35px; text-transform: capitalize;}
/*span.btnWrapper:hover, span.btnWrapper:hover .btn { background-color:#02a54d; }*/


.calculateBtn .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: left; width: 30px; margin-right:4px;}
.calculateBtn .btn { display:inline-block; margin:0; padding:4px 10px; font-weight:normal; color:#fff; background-color:#ebf1f6; border:none; cursor:pointer; overflow:visible; background: #02A54D;  height: 40px; }
.calculateBtn .btnWrapper:hover, .btnWrapper:hover .btn { /*background-color:#7A7A7A;*/ }



.siteSearch .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: left; width: 30px; margin-right:4px;}
.siteSearch .btn { display:inline-block; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#ebf1f6; border:none; cursor:pointer; overflow:visible; background: url(/cms/images/search.png) no-repeat;  height: 33px; }
.siteSearch .btnWrapper:hover, .btnWrapper:hover .btn { /*background-color:#7A7A7A;*/ }

.shadow {-webkit-box-shadow: inset 0px 0px 5px 0px rgba(196, 195, 195, 1);
-moz-box-shadow:    inset 0px 0px 5px 0px rgba(196, 195, 195, 1);
box-shadow:         inset 0px 0px 5px 0px rgba(196, 195, 195, 1);}

.siteSearch .btnAlt {background-color:#cccccc ;}
.siteSearch .btnAlt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}
.siteSearch .btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }



#CT_Main_0_pnlNavigation .btnWrapper {margin-bottom: 20px;}
#CT_Main_0_pnlNavigation .btnAlt:hover, .btnAlt:hover .btn {background: #02A54D;}





/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* glossary */
.glossLine {clear: both; padding: 20px 0; transition: all 0.5s ease;}
.glossLine > div:first-child {font-weight: 700;}
.glossLine:hover {background: #E9F0F5; color: #00437b}
.glossDiv {width: 50%; margin: 10px auto; height: 1px; background: #e0e0e0}
.glossLetter {opacity: .3; font-size: 30px; font-weight: 900; margin: 20px 0 0 0;}

/* ## footer ## */

.footer {position:absolute; bottom: 0; padding:20px 0 0; border-top: 5px solid #feda62; height: 133px; clear:both; width: 100%;
background: #005DAB; 
}
.footer-logo { max-width:71px; float: left; padding-right: 10px;}
.footerBar {margin-bottom:10px; min-height:1px; padding:10px; background-color:#ecf1f8;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

.advFooter {position: relative; margin-bottom:15px; padding:0 0 5px 0;}
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:1.1em; color:#fff;}

.advFooter p {line-height: 23px; color:#fff;}
.advFooter .copyright {color: #fff;}
.advFooter .copyright a{color: #fff; text-decoration: none;}

ul.advList {margin:0 0 10px; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline;}
ul.advList .listhdng {display:block; margin-bottom:8px; font-size:1.1em;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; color:#6d6d6d;}

.footerHeading {display:block; margin:0 0 2px; font-weight:bold; font-size:1.1em;}

.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size:12px; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}

.subFooter { padding:10px 0; background-color: #023057; color: #fff;}
.footerLinks {color: #fff; text-align: right; position: relative; top: 10px;}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#fff; padding: 0 10px;}
.subFooter .footer-credits {text-align: right; position: relative; top: 15px;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}





/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 20px; padding: 15px 0 0px;}
.blue-border { background: #FFF6D9; width: 100%; padding: 0px 0 !important; margin-bottom: -15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .footerHeading {color: #005dab; text-transform: uppercase; font-weight: 400; text-align: right; margin:20px 0 0 0;}
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:100%; margin:0 5px 0 0; padding:6px 4px; padding:6px 4px; border:1px solid #969696; border-right:1px solid #efefef; border-bottom:1px solid #efefef; color: #aaa;}
.emailSignup .btnWrapper.email { display:block; background-color:#02a54d; text-decoration:none !important; padding:7px 20px; width: 100%; max-width: 160px; position: relative; top: 7px;}
.emailSignup .btn.email { display:inline; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#0082ef; border:none; cursor:pointer; overflow:visible; background: none; height: 33px; width: 100%; max-width: 160px; font-size: 19px; }

span.btnWrapper.email{background: #02a54d no-repeat;}
span.btnWrapper.email .btn.email{/*background: #02a54d no-repeat;*/ color: #fff; font-size: 1.2em; padding: 5px 30px; height: 35px; text-transform: capitalize;}


/* ## Footer Social Follow ## */

.followUs {margin:0 0 10px;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.socialFollow li a {display:inline-block; width:32px; height:32px; background:url(/cms/images/layout/social-32.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
ul.socialFollow li.facebook a {background-position:0 0;}
ul.socialFollow li.twitter a {background-position:0 -69px;}
ul.socialFollow li.gplus a {background-position:0 -138px;}
ul.socialFollow li.pinterest a {background-position:0 -207px;}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */

.limitTextBox {position: relative; top: 15px;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:block; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; position: relative; top: -15px; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (1140px - 1260px) */
@media only screen and (min-width:71.25em) and (max-width:78.75em) {  
  
  .siteSearch .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: left; width: 30px; margin-right:0px;}

  .searchbar-homepage {
  border-color:#c6c6c6 #dadada #eaeaea;
  /*color:#999;*/
  /*font-size:1.4em;*/
  font-family:inherit;
  /*corner*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:6px 4px;
  width: 80%;
  float: right;
  display: inline;}
}

@media only screen and (max-width:74.375em) /* (1190px -) */ { 
    .container .grid_6.grid_6_large {width: 100%;}
    /*.hours-of-operation {margin: 0px auto 20px; float: none;}*/
    .retirement-board {margin: 0px auto 20px;}
}


/* 16px baseline (767px - 1190px) */
@media only screen and (min-width:47.938em) and (max-width:74.375em) {  
  .siteHeader a.sitelogo,
  .siteHeader a.sitelogo:link,
  .siteHeader a.sitelogo:visited {float:left; display:block; width:100%; max-width: 117px; height:111px; margin:10px 0;}
  .siteHeader .logo-text {text-align: center; color: #005dab; font-size: 18px;}
  .siteHeader .logo-text h1 {text-transform: uppercase; font-size: 16px; font-weight: bold; font-family: 'Open Sans', sans-serif; margin-bottom: 0px;}
  .siteHeader .logo-text .address {text-align: center; color: #005dab; font-size: 16px;}
  .siteHeader .logo-text .phone {font-size: 20px; font-weight: bold; margin-top: 5px;}


  .siteSearch .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: left; width: 30px; margin-right:0px; position: inherit;}
  .siteSearchDrop { max-height: 120px;}

  .searchbar-homepage {
  border-color:#c6c6c6 #dadada #eaeaea;
  /*color:#999;*/
  /*font-size:1.4em;*/
  font-family:inherit;
  /*corner*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:6px 4px;
  width: 80%;
  float: right;
  display: inline;}
}

@media only screen and (min-width: 481px) and (max-width:1024px) { 
  .filter table td {display: block; width: 100%; padding: 0 0 20px 0; text-align: left !important}
 
}
@media only screen and (min-width:860px) and (max-width:1024px) { 
	.snapshotHdr {font-size: .8em}
}
@media only screen and (min-width:768px) and (max-width:960px) { 
	.siteHeader .logo-text h1 {font-size: 12px; margin-top: 30px;}
	.siteHeader .logo-text .address {font-size: 12px; margin-top: 5px;}
	.siteHeader .logo-text .phone {font-size: 14px;}
}
@media only screen and (min-width:768px) and (max-width:879px) { 
	.snapshotHdr {font-size: .8em}
	.snapshotHdr h1 {font-size: 1.5em; width: 50%; margin-top: 16px;}
	.snapshotHdrTxt {margin: 0;}
	.snapshotHdrTxt p {width: 50%;}
}

/* 16px baseline (767px - 1095px) */
@media only screen and (min-width:47.938em) and (max-width:68.4375em) { 
	.rfp-dropdown button,
	.rfp-dropdown input,
	.rfp-dropdown select,
	.rfp-dropdown textarea {
	   font-family: 'Open Sans', sans-serif;
		font-size: 100%; /* 2 */
		margin: 0; /* 3 */
		width: 100%;
		padding: 5px 10px;
		color: #929292;
		box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	border: 1px solid #b5b4b4;
	}
	.rfp-dropdown select { }

	p.rfp-search {margin: 0em;}
	.rfp-search input {
		padding: 7px 10px;
		color: #929292;
		width: 60%;
		float: left;
		box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	border: 1px solid #b5b4b4;}

	.search-green-button{background: #02a54d; padding: 8px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 69px; margin: 0 auto; vertical-align: bottom; font-size: 14px; margin-bottom: 10px; text-align: center; float: right;}
	.search-green-button a {color: #fff; text-decoration: none;}


}

@media only screen and (max-width:960px) { 
	.amSearchBox {display: block; margin: 15px 0 0 0;}
	.filter.amFilter table td {padding:0;}
}
/* 16px baseline (767px - 945px) */
@media only screen and (min-width:47.938em) and (max-width:59.0625em) { 
     .headerLinks {font-size: 0.7em; margin: 0 0 10px; padding: 5px 0 55px; text-align: right; color: #005dab;}
	 
     .grid_12_search{width: 33.33% !important; position: relative; top: 45px;}
     .search-green-button{background: #02a54d; padding: 8px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 49px; margin: 0 auto; vertical-align: bottom; font-size: 14px; margin-bottom: 10px; text-align: center; float: right;}
}

/* 16px baseline (500px - 767px) */
@media only screen and (min-width:31.25em) and (max-width:47.938em) {  
	  .siteHeader a.sitelogo,
	  .siteHeader a.sitelogo:link,
	  .siteHeader a.sitelogo:visited {float:left; display:block; width:100%; max-width: 117px; height:111px; margin:10px 0;}
	  .siteHeader .logo-text {float:none; text-align: center; color: #005dab; font-size: 18px;}
	  .siteHeader .logo-text h1 {text-transform: uppercase; font-size:16px; font-weight: bold; font-family: 'Open Sans', sans-serif; margin-bottom: 0px;}
	  .siteHeader .logo-text .address {text-align: center; color: #005dab; font-size: 12px;}
	  .siteHeader .logo-text .phone {font-size: 16px; font-weight: bold; margin-top: 5px;}

	.retirement-board {width:100%; max-width: 578px; height: 162px; margin: 0 auto 40px;}
	.retirement-board p {color: #fff; font-size: 14px; font-family: 'Open Sans', sans-serif;}
	.retirement-board h3 {font-size: 20px; color: #fff; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-weight: normal; text-align: center; margin: 11px;}


	  .hours-of-operation {width:100%; max-width: 579px; height: 164px; text-align: center; float: none; margin:0 auto 20px;}
	.hours-of-operation h3 {font-size: 20px; color: #005dab; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-weight: normal;  margin: 11px; text-align: center;}
	.hours-of-operation p {text-align: center;}
	.hours-of-operation a {color: #005dab;}
}


/* 16px baseline (600px - 767px) */
@media only screen and (min-width:37.5em) and (max-width:47.938em) {  
    .siteHeader a.sitelogo,
  .siteHeader a.sitelogo:link,
  .siteHeader a.sitelogo:visited {float:none; display:block;  max-width: 117px; height:111px; margin:10px auto 0; }
  .siteHeader .logo-text {float:none; text-align: center; color: #005dab; font-size: 18px;}
  .siteHeader .logo-text h1 {display: none;}
  .siteHeader .logo-text .address {display: none;}
  .siteHeader .logo-text .phone {font-size: 24px; font-weight: bold; margin: 5px 0; color: #005dab;}
  .siteHeader .logo-section {text-align: center; position: relative; left: 111px;}
  .container.emailFriendWrapper .siteHeader a.sitelogo,
  .container.emailFriendWrapper .siteHeader a.sitelogo:link,
  .container.emailFriendWrapper .siteHeader a.sitelogo:visited {float:left; display:block;  max-width: 117px; height:111px; margin:10px auto 0; }
  .container.emailFriendWrapper .siteHeader .logo-text {float:left; text-align: center; color: #005dab; font-size: 18px;}
  .container.emailFriendWrapper .siteHeader .logo-text h1 {font-family: "Open Sans",sans-serif; font-size:20px; font-weight: bold; margin-bottom: 0; text-transform: uppercase; display: block;}
  .container.emailFriendWrapper .siteHeader .logo-text .address {display: block; color: #006dab; font-size: 16px; text-align: center;}
  .container.emailFriendWrapper .siteHeader .logo-text .phone {font-size: 20px; font-weight: bold; margin: 5px 0; color: #005dab;}
    .headerLinks {font-size: 0.8em; margin: 0 0 10px; padding: 5px 0 0; text-align: right; color: #005dab;}
    .siteSearch {background: #02A54D; overflow: hidden; -webkit-transition:.6s; -moz-transition:.6s;  -ms-transition:.6s;  -o-transition: .6s; transition: .6s; display: none;}
  .siteSearch .formee {/*padding:8px 10px;*/}
  .searchActive .siteSearch {max-height:120px; display: block;}
  .siteSearch .inner {position:relative; }
  .siteSearch .formee input[type="text"] {background: #fff; border:1px solid #c6c6c6; color: #666;}
  .siteSearch .btnSearch {background: #000; border: 10px none; color: #fff; height: 100%; padding: 5px 10px; position: absolute; right: 0; top: 0; }
  span.searchTrigger {position: absolute; top: 4.6em; right: 3em; cursor: pointer; color: #02A54D;}
  .grid_12_search {width: 100%;}
  .searchBtn { right:20px; top:8px; position: absolute; padding:7px 10px; float: right; background:#fff; color:#000; border:10px; display: none;}
  .txtField {margin-bottom: 0px !important;}
  .siteHeader .grid_8.logo-section {width: 70%;}
  .siteHeader .grid_4 {width: 30%;}
  .siteHeader .grid_4 .headerLinks{Xdisplay: none;}

}


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	#BidDetailTabs td {display: block; width: 100%; box-sizing: border-box;}
	#BidDetailTabs .eventStff th {display: none;}
	#BidDetailTabs .eventStff td {display: block; width: 100%;}
    .siteSearch .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: right; width: 65px; margin-right:0px;}
    .searchbar-homepage {
    border-color:#c6c6c6 #dadada #eaeaea;
      /*color:#999;*/
    /*font-size:1.4em;*/
    font-family:inherit;
    /*corner*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding:6px 4px;
    width: 88%;
    float: right;
    display: inline;}
   .siteHeader {position:relative; min-height:145px; border-top:10px solid #006dc8; border-bottom:#feda62 3px solid;}
   .mobileMenuTxt {position: relative;
    top: 28px;
    left: 15px; 
    text-align: center;
    text-transform: uppercase;
    color: #02a54d;
    font-size: 13px;
    font-weight: 600;}
	.rfp-dropdown select { 
	   width: 100%;
	   -webkit-appearance: none;
	   -moz-appearance: none;
	   appearance: none;
		background: url(/cms/images/arrow.png) 96% / 5% no-repeat #fff;}
	  #tabOpen .bidsList  h1{font-size: 1.5em; font-family: "Open Sans",sans-serif; text-transform: capitalize;}
	.retirement-board { width:100%; max-width: 578px; height: 162px; margin: 0 auto 40px;}
	.retirement-board p {color: #414246; font-size: 14px; font-family: 'Open Sans', sans-serif;}
	.retirement-board h3 {font-size: 20px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-weight: normal; text-align: left; margin: 11px;}
	.grid_6.board-vertical {border: none; margin: 20px 0;}
	.pageTools {display:none;}

	.main-categories .lightbulb{display: block;}
	.main-categories .tree{display: block;}
	.main-categories .penPaper{display: block;}
	
	#tabInfo .btnWrapper {display: block; background: transparent; margin: 0 0 4px 0}
	
	.snapshotHdrTxt {width: 100%; font-size: .8em}
	.snapshotHdr img {display: none;}

	#BidDetailTabs .eventStff {margin: 20px 0 0 0;}
	#BidDetailTabs .downloadList.tableHasData td {padding-left: 100px; text-align: left; position: relative;}
	#BidDetailTabs .downloadList.tableHasData td:nth-child(1):before {content:"Company:"; position: absolute; left: 10px; font-weight: bold;}
	#BidDetailTabs .downloadList.tableHasData td:nth-child(2):before {content:"Address:"; position: absolute; left: 10px;font-weight: bold;}
	#BidDetailTabs .downloadList.tableHasData td:nth-child(3):before {content:"City:"; position: absolute; left: 10px;font-weight: bold;}
	#BidDetailTabs .downloadList.tableHasData td:nth-child(4):before {content:"State:"; position: absolute; left: 10px;font-weight: bold;}
	#BidDetailTabs .downloadList.tableHasData td:nth-child(5):before {content:"Zip:"; position: absolute; left: 10px;font-weight: bold;}
	#BidDetailTabs .downloadList.tableHasData td:nth-child(6):before {content:"Contact:"; position: absolute; left: 10px;font-weight: bold;}
	
	#BidDetailTabs .eventList.tableHasData td {padding-left: 100px; text-align: left; position: relative;}
	#BidDetailTabs .eventList.tableHasData td:nth-child(1):before {content:"Event Date:"; position: absolute; left: 10px; font-weight: bold;}
	#BidDetailTabs .eventList.tableHasData td:nth-child(2):before {content:"Bid Status:"; position: absolute; left: 10px;font-weight: bold;}
	#BidDetailTabs .eventList.tableHasData td:nth-child(3):before {content:"Details:"; position: absolute; left: 10px;font-weight: bold;}
	
	span.searchTrigger {display: none;}
	.siteHeader .logo-text {width: 100%;}


}





/* 16px baseline (768px +) */
@media only screen and (min-width:48em){
  .siteSearch .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: right; width: 33px; margin-right:0px;}
  .searchbar-homepage {
  border-color:#c6c6c6 #dadada #eaeaea;
  /*color:#999;*/
  /*font-size:1.4em;*/
  font-family:inherit;
  /*corner*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:6px 4px;
  width: 90%;
  display: inline;}
  .navMore .icon-bracket-right{display:none;}
  span.searchTrigger {position: absolute; top: 4.6em; right: 3em; cursor: pointer; color: #02A54D; display: none;}
  .grid_12_search{width: 33.33% !important;}
  .siteSearch .searchBtn {background: url(/cms/images/search.png) no-repeat; border: 10px none; color: #fff; height: 100%; width: 100%; padding: 7px 10px; top: 0; text-indent: -9999px; -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0); box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0);}
  .footerLinks {color: #fff; text-align: right; position: relative; top: 10px;}
  .logo-img {float: left;}
  .siteHeader .logo-text {width: 75%;}

}


/* 16px baseline (480px - 600px) */
@media only screen and (min-width:30.0em) and (max-width:37.5em) {  

	.siteHeader a.sitelogo,
  .siteHeader a.sitelogo:link,
  .siteHeader a.sitelogo:visited {float:none; display:block;  max-width: 117px; height:111px; margin:10px auto 0; }
  .siteHeader .logo-text {float:none; text-align: center; color: #005dab; font-size: 18px;}
  .siteHeader .logo-text h1 {display: none;}
  .siteHeader .logo-text .address {display: none;}
  .siteHeader .logo-text .phone {font-size: 24px; font-weight: bold; margin: 5px 0; color: #005dab;}
  .siteHeader .logo-section {text-align: center; position: relative; left: 111px;}

  .headerLinks {Xdisplay: none;}

    nav.mainNav { border: none;}
  .siteSearch input.shadow {display: block;}
  span.shadow {box-shadow: none;}
  .siteSearch .btnWrapper { display:inline; background-color:none; text-decoration:none !important; padding:0 3px; position: absolute; top: 0px; }
  .siteSearch .btn { display:block; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#ebf1f6; border:none; cursor:pointer; overflow:visible; background: url(/cms/images/search.png) no-repeat;  height: 33px; position: absolute; right: 0; top: 64px; }
  .siteSearch .btnWrapper:hover, .btnWrapper:hover .btn { /*background-color:#7A7A7A;*/ }



  .siteSearch {background: #02A54D; overflow: hidden; -webkit-transition:.6s; -moz-transition:.6s;  -ms-transition:.6s;  -o-transition: .6s; transition: .6s; display: none;}
  .siteSearch .formee {/*padding:8px 10px;*/}
  .searchActive .siteSearch {max-height:120px; display: block;}
  .siteSearch .inner {position:relative; }
  .siteSearch .formee input[type="text"] {background: #fff; border:1px solid #c6c6c6; color: #666;}
  .siteSearch .btnSearch {background: #000; border: 10px none; color: #fff; height: 100%; padding: 5px 10px; position: absolute; right: 0; top: 0; }

  span.searchTrigger {position: absolute; top: 4.6em; right: 3em; cursor: pointer; color: #02A54D;}
  .grid_12_search {width: 100%;}


  .siteSearch .btnWrapper { display:inline; background-color:#ebf1f6; text-decoration:none !important; padding:0 3px; float: right; width: 65px; margin-right:0px;}
/*  .searchBtn {display:none; right:71px; top:8px; position: absolute; padding:7px 10px; float: right; background:#fff; color:#000; border:10px; }*/
  .txtField {margin-bottom: 0px !important;}

  .siteHeader .grid_8.logo-section {width: 60%;}
  .siteHeader .grid_4 {width: 40%;}
  .siteHeader .grid_4 .headerLinks{Xdisplay: none;}
  }






  /* 16px baseline (480px - 767px) */
@media only screen and (min-width:30.0em) and (max-width:47.938em) {  
	 .emailSignup {margin:0 0 20px; padding: 15px 0 30px;}
	.blue-border { background: #FFF6D9; width: 100%; padding: 20px 0 !important; margin-bottom: -15px;}
	.emailSignup p { margin:0 0 2px 0; }
	.emailSignup label.footerHeading {color: #005dab; text-transform: uppercase; font-weight: 400; text-align: center; margin:5px 0 10px 0;}
	.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
	.emailSignup .text {float:left; width:97%; margin:0 5px 20px 0;}
	.emailSignup .btnWrapper { display:block; background-color:#02a54d; text-decoration:none !important; padding:0px 0px; width: 100%; max-width: 160px; margin: 0 auto 10px; position: relative; top: 0;}
	span.btnWrapper .btn {height:34px; }
	.emailSignup .btn { display:inline; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#0082ef; border:none; cursor:pointer; overflow:visible; background: none; height: 33px; width: 100%; max-width: 160px; font-size: 19px; }
	.planning-retirement p{text-align: center; font-weight: 500; color: #414246; font-size: 1.2em; line-height: 25px; width: 99%; position: relative; left: 0;}
	.planning-retirement h1 {font-size: 2em; text-transform: capitalize; text-align:center; color:#414246; font-family: 'Open Sans', sans-serif; font-weight: 600;}
	.retirement-board { height: 185px; margin: 0 auto 40px;}
	.retirement-board p {color: #414246; font-size: 1em; font-family: 'Open Sans', sans-serif; text-align: left;}
	.retirement-board h3 {font-size: 30px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal; text-align: left; margin: 11px 0;}
	.grid_6.board-vertical {border:none;}
	.hours-of-operation { width:100%; max-width: 579px; height: 164px; text-align: left; float: none; margin:0 auto 20px; padding-left: 0px;}
	.hours-of-operation h3 {font-size: 30px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal;  margin: 11px 0; text-align: left;}
	.hours-of-operation p {text-align: left;}
	.hours-of-operation a {color: #005dab;}
	.rfp-search input {
		padding: 8px 10px;
		color: #929292;
		width: 100%;
		float: left;
		box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	border: 1px solid #b5b4b4;}

	.rfp-dropdown button,
	.rfp-dropdown input,
	.rfp-dropdown select,
	.rfp-dropdown textarea {
	   font-family: 'Open Sans', sans-serif;
		font-size: 100%; /* 2 */
		margin: 0; /* 3 */
		width: 100%;
		padding: 5px 10px;
		color: #929292;
		box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	border: 1px solid #b5b4b4;
	}

	.search-green-button{padding: 8px 10px;  max-width: 46px; margin: 10px auto; font-size: 14px; float: left;}
	.gsc-control-searchbox-only {margin-top: 65px;}
	.green-button{padding: 8px 10px; max-width: 93px; margin: 0 auto; font-size: 14px; margin-bottom: 10px; float: right;}
	.main-categories {text-align: left; padding: 1px 20px 0; margin-bottom: 40px;}
	.main-categories h2 {font-size: 26px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal;}
	.main-categories p {padding: 0 14px; font-family: 'Open Sans', sans-serif; color: #005dab; vertical-align: middle;}
	.main-categories a {text-decoration: none;}
	.main-categories .green-button {background: #02a54d; padding: 5px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 152px; margin: 0 auto; vertical-align: bottom; font-size: 20px;}
	.line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 1em 0; padding: 0;}
	.iWantTo-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0px 0 10px; padding: 0; width: 65%;}
	.lifeEvents-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0px 0 10px; padding: 0; width: 83%;}
	.formsPublications-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0px 0 10px; padding: 0; width: 115%;}
	.retirement-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0 auto; padding: 0; width: 90%; text-align: center;}
	.retirement-board-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; padding: 0; width: 56%; margin: -5px 0 10px;}
	.hours-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; padding: 0; width: 95%; margin: -5px 0 10px;}


	.footerLinks {color: #fff; text-align: left; position: relative; top: 15px;}

	.retirement-help {text-align: center; margin-bottom: 40px; display: block;
		background: rgb(0, 76, 140);
	background: -moz-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
	background: -webkit-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
	background: -o-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
	background: -ms-linear-gradient(90deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
	background: linear-gradient(180deg, rgb(0, 76, 140) 0%, rgb(99, 184, 249) 100%);
		}
	.retirement-help .retired-pig {text-align: right; padding:0px; float: none; margin: 0 auto;}
	.retirement-help .plan-retirement {text-align: center; padding:0px; float: none; margin: 0 auto;}
	.retirement-help .green-button {background: #02a54d; padding: 5px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 152px; margin: 0 auto; vertical-align: bottom; font-size: 20px; margin-bottom: 10px;}
	.retirement-help .green-button a {color: #fff; text-decoration: none;}
	.retirement-help p {color: #fff; font-family: 'Open Sans', sans-serif; font-size: 1.1em; font-weight: normal;}
	.retirement-help h2 {color: #fff; font-family: 'Open Sans', sans-serif; font-size: 1.7em; font-weight: normal; margin: 5px 0;}
	.retirement-help span {color: #fff; font-family: 'Open Sans', sans-serif; font-size: 1.3em; font-weight: normal; text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.6);}	

  .footer {position: relative; height: auto;}
  .siteBody{padding: 0px;}

  }






/* 16px baseline (180px - 480px) */
@media only screen and (min-width:11.250em) and (max-width:29.9375em) {  
  .siteHeader a.sitelogo,
  .siteHeader a.sitelogo:link,
  .siteHeader a.sitelogo:visited {float:none; display:block;  max-width: 117px; height:111px; margin:10px auto 0; }
  .siteHeader .logo-text {float:none; text-align: center; color: #005dab; font-size: 18px;}
  .siteHeader .logo-text h1 {display: none;}
  .siteHeader .logo-text .address {display: none;}
  .siteHeader .logo-text .phone {font-size: 18px; font-weight: bold; margin: 5px 0; color: #005dab; text-decoration: none;}
  .siteHeader .logo-text .phone a{font-size: 18px; font-weight: bold; margin: 5px 0; color: #005dab; text-decoration: none;}

  .pageToolsWrapper {display: none;}

	.filter input, .filter select {display: block; margin: 4px 0 8px;}

	.headerLinks {
		Xdisplay: none;
		text-align: center;
		padding-bottom: 10px;
	}
  .planning-retirement p{text-align: center; font-weight: 500; color: #414246; font-size: 1.2em; line-height: 25px; width: 99%; position: relative; left: 0;}

  .retirement-board { width:100%; max-width: 293px; height: 162px; margin: 0 auto 40px;}


  nav.mainNav { border: none;}
  span.shadow {box-shadow: none;}
  .siteSearch .btn { display:block; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#ebf1f6; border:none; cursor:pointer; overflow:visible; background: url(/cms/images/search.png) no-repeat;  height: 33px; position: absolute; }
  .siteSearch .btnWrapper:hover, .btnWrapper:hover .btn { /*background-color:#7A7A7A;*/ }


	.retirement-board { height: 275px; margin: 0 auto 40px; padding-left: 20px;}
	.retirement-board p {color: #414246; font-size: 1em; font-family: 'Open Sans', sans-serif; text-align: left; padding-left:0px; margin-bottom:0px;}
	.retirement-board h3 {font-size: 30px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal; text-align: left; margin: 11px 0;}

	.hours-of-operation { width:100%; max-width: 293px; height: 164px; text-align: left; float: none; margin:0 auto 20px; padding-left: 20px;}
	.hours-of-operation h3 {font-size: 30px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal;  margin: 11px 0; text-align: left;}
	.hours-of-operation p {text-align: left;}
	.hours-of-operation a {color: #005dab;}

	table.datatbl th {display: none;}
	table.datatbl td {display: block; width: 100%; padding: 0 5px 5px 5px; box-sizing: border-box}
	table.datatbl td:first-child {padding-top: 20px;}
	table.datatbl td:last-child {padding-bottom: 20px;}
	
	.snapshotHdrTxt{padding: 0 0 10px 0}
	.snapshotHdrTxt h1 {float: none; width: 100%;}
	.snapshotHdrTxt p {float: none; width: 100%; font-size: 1em; text-align: left;}
	.snapshotHdrTxt p:before, .snapshotHdrTxt p:after {display: none;}

	.documentLine span.date {display: block}
	.filter .adobe {display: none;}
	.filter td {display: block; width: 100%;}

	.rfp-search input {
		padding: 7px 10px;
		color: #929292;
		width: 95%;
		float: left;
		box-shadow: -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	-moz-box-shadow:    1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	box-shadow:         1px 0px 5px 0px rgba(0, 93, 171, 0.33);
	border: 1px solid #b5b4b4;}

	.search-green-button{padding: 8px 10px;  max-width: 93px; margin: 10px auto; font-size: 14px; float: left;}

	.green-button{padding: 8px 10px; max-width: 93px; margin: 10px auto; font-size: 14px; margin-bottom: 10px; float: left;}

	dt.fpLabel {vertical-align: top}
	.fpField .btnWrapper {display: block; margin: 7px 0 0 0;}
	table.rfp tbody tr {display: block;background: #fff;}
	table.rfp tbody tr td {
		padding-top:26px;
		display: block;
		border: none;
	}
	table.rfp tbody td:nth-child(1):before {
		content:"Categories";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}
	table.rfp tbody td:nth-child(2):before {
		content:"Title";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}
	table.rfp tbody td:nth-child(3):before {
		content:"Issue Date";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}
	table.rfp tbody td:nth-child(4):before {
		content:"Due Date";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}


	table.bidsList {font-family: "Open Sans",sans-serif; font-size: 0.875em;}
	#BidDetailTabs table.bidsList td {padding-top: 27px;}
	table.rfp thead tr th {display: none;}

	table.rfp tr td:last-child {border-bottom:1px solid #ccc;}
	table.rfp tr td:first-child {padding-top: 40px;}



	table.bidsList tbody td:nth-child(1):before {
		content:"Category";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}


	table.bidsList tbody td:nth-child(2):before {
		content:"Title";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}

	table.bidsList tbody td:nth-child(3):before {
		content:"Issue Date";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}

	table.bidsList tbody td:nth-child(4):before {
		content:"Due Date";
		position: absolute;
		top: 10px;
		left: 13px;
		color: #005dab;
	}
	table.bidsList tbody tr th {display: none;}
	table.bidsList tbody tr td {display: block; padding-top: 26px; }

	#tabInReview td {padding: 30px 15px 15px; border: none;}
	#tabAwarded td {padding: 30px 15px 15px; border: none;}
	table.bidsList tbody tr td:last-child {border-bottom:1px solid #ccc}



	table.bidsList tbody tr th {
	  padding: 7px 5px;
	  text-align: center;
	}

	table.bidsList thead tr th {display: none;}

	#tabAwardees table {width: 100%;}
	#BidDetailTabs td {padding: 5px 0 5px 13px;}
	#BidDetailTabs td:last-child {}
	.eventStff td {text-align: left;}
	.main-categories {text-align: left; padding: 1px 20px 0; margin-bottom: 40px;}
	.main-categories h2 {font-size: 26px; color: #414246; font-family: 'Open Sans', sans-serif; text-transform: capitalize; font-weight: normal;}
	.main-categories p {padding: 0 14px; font-family: 'Open Sans', sans-serif; color: #005dab; vertical-align: middle;}
	.main-categories a {text-decoration: none;}
	.main-categories .green-button {background: #02a54d; padding: 5px 10px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 152px; margin: 0 auto; vertical-align: bottom; font-size: 20px;}
	.planning-retirement {background: #F0F6FC url(/cms/images/planning-retirement-bg.png) center center no-repeat; width:100%; height: 450px; display: inline-block; }
	.planning-retirement h2{text-align: center; font-weight: 500; color: #414246; font-size: 24px;}
	.planning-retirement p{text-align: center; font-weight: 500; color: #414246; font-size: 1.2em; line-height: 25px; width: 99%; position: relative; left: 0;}
	.planning-retirement p span{text-align: center; font-weight: 500; color: #005dab; font-size: 1.3em;}
	.planning-retirement p span a{text-align: center; font-weight: 500; color: #005dab; font-size: 1em; text-decoration: none;}
	.planning-retirement .green-button {background: #02a54d; padding: 5px 20px; color: #fff; font-family: 'Open Sans', sans-serif; width: 100%; max-width: 121px; margin: 0 auto; vertical-align: bottom; font-size: 20px; margin-bottom: 10px;}
	.planning-retirement .green-button a {color: #fff; text-decoration: none;}
	.line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 1em 0; padding: 0;}
	.iWantTo-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0px 0 10px; padding: 0; width: 100%;}
	.lifeEvents-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0px 0 10px; padding: 0; width: 100%;}
	.formsPublications-line { height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0px 0 10px; padding: 0; width: 100%;}
	.retirement-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; margin: 0 auto; padding: 0; width: 85%; text-align: center;}
	.retirement-board-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; padding: 0; width: 83%; margin: -5px 0 10px;}
	.hours-line {display: block; height: 1px; border: 0; border-top: 1px solid #0082ef; padding: 0; width: 94%; margin: -5px 0 10px;}
	.planning-retirement h1 {font-weight: 500;}
	  .emailSignup {margin:0 0 20px; padding: 15px 0 30px;}
	.emailBg {background: #FFF6D9; width: 100%; height: 50px; }
	.blue-border {background: #FFF6D9; width: 100%; height: 139px;}
	.emailSignup p { margin:0 0 2px 0; }
	.emailSignup label.footerHeading {color: #005dab; text-transform: uppercase; font-weight: 400; text-align: left; margin:5px 0 10px 18px;}
	.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
	.emailSignup .text {float:left; width:88%; margin:0 17px 20px;}
	.emailSignup .btnWrapper { display:block; background-color:#02a54d; text-decoration:none !important; padding:3px 0px; width: 100%; max-width: 160px; /*margin: 0 auto 10px;*/ margin:0 0 10px 18px;}
	.emailSignup .btn { display:inline; margin:0; padding:4px 6px; font-weight:normal; color:#fff; background-color:#0082ef; border:none; cursor:pointer; overflow:visible; background: none; height: 33px; width: 100%; max-width: 160px; font-size: 19px; }
	.footerLinks {color: #fff; text-align: left; margin-top: 15px; position:initial;}
	.subFooter .footer-credits {text-align: left; position: relative; top: 15px;}
	.advFooter p {line-height: 23px; color:#fff; font-size: 0.9em;}
	.advFooter .copyright {color: #fff; font-size: 0.9em;}
	.advFooter .copyright a{color: #fff; text-decoration: none; font-size: 0.9em;}
	.footerLinks a,
	.footerLinks a:link,
	.footerLinks a:visited {text-decoration:none; color:#fff; padding: 0 10px; font-size: 0.9em; font-weight: 600;}
	.subFooter .footer-credits {text-align: right; position: relative; top: 15px;}
	.siteSearch {background: #02A54D; overflow: hidden; -webkit-transition:.6s; -moz-transition:.6s;  -ms-transition:.6s;  -o-transition: .6s; transition: .6s; display: none;}
    .siteSearch .formee {/*padding:8px 10px;*/}
   .searchActive .siteSearch {max-height:120px; display: block;}
     .siteSearch .inner {position:relative; }
    .siteSearch .formee input[type="text"] {background: #fff; border:1px solid #c6c6c6; color: #666;}
    .siteSearch .btnSearch {background: #000; border: 10px none; color: #fff; height: 100%; padding: 5px 10px; position: absolute; right: 0; top: 0;}

    span.searchTrigger {position: absolute; top: -5.2em; right: 3em; cursor: pointer; color: #02A54D;}

    .searchBtn { right:21px; top:8px; position: absolute; padding:7px 10px; float: right; background:#fff; color:#000; border:10px; display: none;}
    .txtField {margin-bottom: 0px !important;}
    .footer {position: relative; height: auto;}
    .siteBody{padding: 0px;}
    .grid_12.sectionSpaceAnnual4yrSalary{padding: 0 10px 10px;}
	
	table.datatbl.agendasminutes td {position: relative; padding-left: 110px; font-size: .9em}
	table.datatbl.agendasminutes td:nth-child(1):before {content:"Date"; font-weight: bold; color:#005dab; position: absolute; left: 5px; font-size: .9em;}
	table.datatbl.agendasminutes td:nth-child(2):before {content:"Categories"; font-weight: bold; color:#005dab; position: absolute; left: 5px;  font-size: .9em;}
	table.datatbl.agendasminutes td:nth-child(3):before {content:"Meeting Name"; font-weight: bold; color:#005dab; position: absolute; left: 5px;  font-size: .9em;}
	table.datatbl.agendasminutes td:nth-child(4):before {content:"Documents"; font-weight: bold; color:#005dab; position: absolute; left: 5px;  font-size: .9em;}
}


/* =================================================================
                           MODAL STYLES
===================================================================*/
.emailModal {
    position:absolute;
    top:0;
    left:0;
    width:90%;
    height:100%;
    padding:20px;
    text-align:center;
    z-index:1000;
}
.emailModal .title {
    margin:0 0 10px;
    font-size:1.5em;
    font-weight:700;
    text-transform:uppercase;
    color:#006f3b;
}
.emailModal hr {
    position:relative;
    display:block;
    margin:20px 0;
    height:2px;
    background:#006dc8;
	overflow:visible;
}
.emailModal hr:after {
    content:"";
    position:absolute;
    top:-2px;
    left:50%;
    display:block;
    width:11px;
    height:11px;
    background:#006dc8;
    z-index:1;
    -webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}
.emailModal hr + p {
    font-size:14pt;
    font-family: 'Montserrat', sans-serif;
    line-height:1.2;
    color:#006dc8;
}
.emailModal .form {

}
.emailModal .form .formControls {position:relative;}
.emailModal .form .formControls input[type="text"] {
    padding: 0 100px 0 10px;
    width:100%;
    height:35px;
    border-radius:5px;
    border:1px solid #dcdada;
    -webkit-box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.2);
}
.emailModal .form .formControls input[type="button"] {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    padding:0 20px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    background:#006dc8;
    color:#fff;
}
.emailModal .form .formControls input[type="button"]:hover,
.emailModal .form .formControls input[type="button"]:focus,
.emailModal .form .formControls input[type="button"]:active{background:#007840;}



.signup {text-align:center;}
.signup .footerHeading {color:#fff; font-weight:normal;}

.signup .emailSignup {margin-bottom:10px; display:block;}

/* Ticket #737995 - Mobile Navigation */
@media only screen and (max-width:767px) {
	.css-288hhf.css-288hhf {
		bottom: 15% !important
	}
}