/* ------------------------------------ =reset -- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

address {
  font-style: normal; }

img {
  -ms-interpolation-mode: bicubic; 
  max-width: 100%;
  height: auto;}

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-wrap: break-word; 
}*/
  
table tr {
vertical-align: top !important;	
}

table tr td {
vertical-align: top !important;	
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

input, select {
  vertical-align: middle; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }
  
.error {
color: #ec3d47;	
}

a.smaller {
font-size: 90%;	
}

/* ------------------------------------ =basic -- */
html {
  font: 62.5%/1.5 sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 14px;
  line-height: 18px;
  line-height: 1.8rem;
  color: #444444; 
}

#page-container {
  max-width: 80em;
  margin: 0 auto;
  padding-top: 18px;
  padding-top: 1.8rem;}

#content-container {
  overflow: hidden; }

#content-bounds {
  padding: 0 13px;
  padding: 0 1.3rem;
  background-color: white; }
  
  	
.intro-image-container {
	float: none;
  	/* border: solid 1px #003399; */
	background: none;
 }
 
 .intro-image img {
float: none;	
width: 100%;
 }
 
.intro-image-text  {
	 /*  background: #003399; */
	  float: none;
	  width: 100%;
	  list-style: none;
	  color: #000;
  }
  
 .dummytext {
display: none;
}   

  
.intro-image-text-wide  {
	 /*  background: #003399; */
	  float: none;
	  width: 100%;
	  list-style: none;
	  color: #000;
	  padding-top: 10px;
  } 
  
.intro-image-text h2 {
  font-size: 1.615em;
  font-weight: 400;
  line-height: 36px;
  line-height: 3.6rem;
  color: #003399;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  padding-top: 0 !important; 
margin-top: 0 !important;
}  

.intro-image-text .page-title {
padding-top: 0; 
margin-top: 0;
}
  
  .cta-button {
	background: #003399;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-top: 8px;
  }
  
    .cta-button a:link, .cta-button a:hover,  .cta-button a:visited,  .cta-button a:active  {
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
  }
  
    .cta-button.green {
	background: #00EE00;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-top: 8px;
  }
  
    .cta-button.yellow {
	background: #FFF000;
	padding: 10px 5px 10px 5px;
	margin-top: 8px;	
	display: block;
	color: #444;
	font-size: 24px;
	text-align: center;
  }
  
      .cta-button.yellow a:link, .cta-button.yellow a:hover,  .cta-button.yellow a:visited,  .cta-button.yellow a:active  {
	display: block;
	color: #444;
	font-size: 24px;
	text-align: center;
  }
  
    .cta-button.red {
	background: #FF0000;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-top: 8px;
  }
  
  
    .action-button {
	border-top: 3px #ec3d47 solid;	
	background: #003399;
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin-top: 8px;
  }
  
   a.action-button:link, a.action-button:hover, a.action-button:visited, a.action-button:active  {
	display: block;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	width: 100px;
  }
  
  
  #iCalDownload {
margin-bottom: 20px;	  
  }
  
  .SearchResultsDescrip {
margin-bottom: 10px;  
  }
  
form label {
padding: 0 10px 10px 0;	
}

form input {
margin-bottom: 10px;	
}

form select {
margin-bottom: 10px;	
}

#staffinfo img {
max-width: 90%;
height: auto;
}

ul#starlist, ul#ratinglist {

    list-style: none outside none;
    margin: 8px 0 0 10px;
    padding: 0;
}

ul#starlist li, ul#ratinglist li {
    display: inline;
}	


/* new code base styles begin */
ul.rdcms-ratings-stars {
    list-style: none outside none;	
}

ul.rdcms-ratings-stars li {
    display: inline;
}	


#rdcms-ratings h2 {
font-size: 1.615em;
font-weight: 400;
line-height: 36px;
line-height: 3.6rem;
text-rendering: optimizeLegibility;
color: #003399;
}

#commentbox h2 {
padding-top: 10px;	
font-size: 1.615em;
font-weight: 400;
line-height: 36px;
line-height: 3.6rem;
text-rendering: optimizeLegibility;
color: #003399;	
}


.rdcms-ratings-label {
	font-weight: bold;
	margin: 0;
    padding: 0 0 5px 0;
	display:inline-block;
}

.rdcms-ratings-description {
padding: 0 0 10px 0;
}


/* new code base styles end */

.RateAveLink {
	clear: both;
    margin: 0;
    padding: 3px 0 0 0;
}

#RateReview {
	clear: both;
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
	border-top: #333333 solid 1px;
}

#ratinglabel {
	font-weight: bold;
}

#startext {
	font-size: .9em;
}

#ratingsublabel {
	display:inline-block;
	margin: 0 0 0 0;
    padding: 3px 0 5px 0;
	font-size: .9em;
}

#avgratinglabel	{
	font-weight: bold;
	margin: 0;
    padding: 10px 0 5px 0;
	display:inline-block;
}

#ratings h2 {
font-size: 1.615em;
  font-weight: 400;
  line-height: 36px;
  line-height: 3.6rem;
  text-rendering: optimizeLegibility;
  color: #003399;
}

#commentbox a {
	display:inline-block;
	margin: 0 0 0 -5px;
    padding: 3px 0 5px 0;
	font-size: .9em;
}

#commentbox {
margin-left: 0;
padding-left: 0;
}

#commentbox h4 {
padding-top: 10px;	
font-size: 1.615em;
font-weight: 400;
line-height: 36px;
line-height: 3.6rem;
text-rendering: optimizeLegibility;
color: #003399;	
}

.redtitle {
font-weight: bold;
color: #000;
font-size: 1.2em;
margin-bottom: 4px;

}

.bluetitle {
font-weight: bold;
color: #0071BC;
font-size: 1.1px;
margin: 0 0 5px 0;

}

.blacktitle {
font-weight: bold;
color: #000000;
font-size: 16px;
margin-bottom: 10px;
}

.PPMAuthor p {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: .9em;
}


.PPMDate {
	font-size:10px;
	color:#616161;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	margin: 0;
}

.PPMAbstract {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.2em;
}

#RSS a {
padding-right: 5px;	
font-size: 12px;
}

#RSS img {
vertical-align: top;
}

#RSSE a {
padding-right: 5px;	
padding-bottom: 10px;
font-size: 12px;	
}

#RSSE img {
vertical-align: top;
}

.Sponsors {
margin-bottom: 20px !important;
}

td.table-title {
color: #fff;
background-color: #003399;
padding: 3px;
}

.app-button {
background:  #003399;
color: #fff;
padding: 5px;
text-align: center;
}

td.legacy-table-blue {
background: #004080;
padding: 5px;
color: #fff;	
}

td.legacy-table-blue a {
color: #eee;	
}

.print-it  {
float: left; 
padding-left: 5px;
padding-top: 1px;
}

.a2a_default_style {
padding-top: 5px;
}

.a2a_default_style .smaller {
padding-left: 8px;	
padding-top: 3px;
}

.a2a_default_style .a2a_img {
margin-top: -3px;
}
	
	
.alittlespace {
clear: left;	
height: 12px;	
}

.alittlelessspace {
clear: left;	
height: 4px;	
}


.image_caption_container {
}

.image_caption_container img {
}

.image-caption {
padding-top: 10px;
max-width: 100%;
}


@media all and (min-width: 45em) {
  #content-bounds {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); 
	} 

	
	}
@media all and (min-width: 63em) {
  #content-container {
    padding: 4px 13px 0;
    padding: 4px 1.3rem 0; }

  #content-bounds {
    padding-top: 18px;
    padding-top: 1.8rem; } }
.ad-container, #breadcrumbs-full, #landing-branding {
  display: none; }

.ad-container a, .ad-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.ad-container a + a {
  margin-top: 18px;
  margin-top: 1.8rem; }

@media all and (min-width: 768px) {
  .ad-container.page-top {
    display: block;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    text-align: center; } }
@media all and (min-width: 915px) {
  .ad-container.page-side {
    display: block;
    float: right;
    padding: 0 0 36px 26px;
    padding: 0 0 3.6rem 2.6rem; 
 } }
a {
  color: #003399;
  text-decoration: none;
  -webkit-transition: color 0.12s ease, background-color 0.12s ease, border 0.12s ease;
  -moz-transition: color 0.12s ease, background-color 0.12s ease, border 0.12s ease;
  -ms-transition: color 0.12s ease, background-color 0.12s ease, border 0.12s ease;
  -o-transition: color 0.12s ease, background-color 0.12s ease, border 0.12s ease;
  transition: color 0.12s ease, background-color 0.12s ease, border 0.12s ease; }
  a:hover {
    color: #0055ff; }

/* ------------------------------------ =typography, =formatted -- */
small {
  font-size: 65%; }

.page-title {
  font-size: 1.646em;
  line-height: 30px;
  line-height: 3.0rem;
  text-rendering: optimizeLegibility;
  color: #003399; }

.subtitle {
  font-size: 1.615em;
  font-weight: 400;
  line-height: 36px;
  line-height: 3.6rem;
  text-rendering: optimizeLegibility;
  color: #222222; }
  .subtitle.boxy {
    font-size: 1.385em;
    line-height: 23.5px;
    line-height: 2.35rem;
    padding: 6px 13px 3px 13px;
    /* padding: 4px 1.3rem; */
    margin: 9px 0;
    margin: 0.9rem 0;
    color: white;
    background-color: #aaaaaa;
    border: 0 solid #003399;
    border-bottom-width: 4.5px;
    border-bottom-width: 0.45rem; 
	 }
  .subtitle.banner {
    margin: 0 -13px 18px;
    margin: 0 -1.3rem 1.8rem;
    padding: 2px 13px 0 13px;
    /* padding: 0 1.3rem; */
    color: white;
    background-color: #003399;
    font-size: 1.185em; }

.box > .subtitle:first-child {
  top: 0; }

.formatted {
  font-size: 14px;
}
  .formatted p, .formatted ol, .formatted ul {
    padding-bottom: 1.5em; }
	
	.formatted li {
    padding-bottom: 0.50em; }
	
    .formatted p:last-child, .formatted ol:last-child, .formatted ul:last-child, .formatted li:last-child {
      padding-bottom: 0; }
  .formatted ol {
    margin-left: 1.5em; }
  .formatted ul {
    margin-left: 1em;
    list-style-type: disc; }
  .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
    text-rendering: optimizeLegibility;
    color: #222222;
    padding-bottom: 18px;
    padding-bottom: 1.8rem; }
	
	.formatted h1 {
	text-rendering: optimizeLegibility;
    color: #003399; 
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
		
	}
  .formatted h1, .formatted h2, .formatted h3 {
    line-height: 36px;
    line-height: 3.6rem; }
  .formatted h5 {
    font-size: 1.0em; }
  .formatted h4 {
    font-size: 1.154em; }
  .formatted h3 {
    font-size: 1.385em; }
  .formatted h2 {
    font-size: 1.446em; }
  .formatted h1 {
    font-size: 1.6em; }
  .formatted img {
    max-width: 100%; }
	
	.formatted a {
	text-decoration: underline;	
	}
	
#issueinfosub {
	margin: 0 0 8px 0;
	padding: 3px 0 5px 0;
	
}

#issueinfosub:before {
	content: ""; 
	display: block;
      width: 100%;
      height: 1px;
      background: #ee2222;
      background: -webkit-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -moz-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -ms-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -o-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%); 
	  margin-bottom: 5px;
}

#issueinfosub:after {
	content: ""; 
display: block;
      width: 100%;
      height: 1px;
      background: #ee2222;
      background: -webkit-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -moz-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -ms-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -o-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%); 
	  margin-top: 5px;
}
	
.issuedate {
	font-size:1em;
	font-weight:bold;
	color: #000;
}

.issuevol {
	font-size:1em;
	font-weight:bold;
	color: #000;
}

.compissue {
	font-size:1em;
	font-weight:bold;
	color: #000;
}

#issueinfo {
	margin: 8px 0 5px 0;
	padding: 0;

}


.authorinfo {
	margin: 0 0 10px 0;
	padding: 0;
}

#authorinfoarea {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 10px 10px 5px 10px;
	background-color: #f1f5f9;
	float: left;
	width: 460px;
}

.authorinfobio {
	margin: 0 0 10px 0;
	padding: 0;
	font-style: italic;
}

.authorphoto {
	float: right;
	margin: 0;
	padding: 0;	
}

.PPDDateD {
	font-size:1em;
	color:#616161;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
	text-transform:uppercase;
}

.PPDContentList {
	font-size:13px;
	color:#616161;
	text-align:left;
}

.PPDContentDetailD {
	font-size:1.25em;
	color:#616161;
	text-align:left;
}


.PPDReadMore {
	color: #0d78bf;
	text-align:right;
	text-transform:capitalize;
	font-size: 10px;
	padding-top:8px;
	padding-bottom:8px;
	text-transform:capitalize;
}


.PPDReadMore a {
	color: #0d78bf;
	text-decoration:none;
	text-transform:capitalize;
}

.PPDMore {
	color: #0d78bf;
	font-weight:bold;
	text-align:right;
	text-transform:capitalize;
	font-size:1em;
	padding-top:8px;
	padding-bottom:8px;
}


.PPDMore a {
	color: #ec1c24;
	text-decoration:none;
}


.articlecallouttoc {
	border-top:1px gray solid;
	clear: both;
}		

.PPDTitle {
	font-size:1.1em;
	font-weight:bold;
	color: #000;
	text-align:left;

}
.PPDThumb {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
}

.PPDTitleD {
	font-size:1.7em;
	font-weight:bold;
	color: #000;
	text-align:left;
}

.PPDIssue {
	font-size:10px;
	color:#494848;
	padding-bottom:0;
	padding-top:5px;
	margin: 0;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	
}
.PPDIssueD {
	font-size:1em;
	color:#494848;
	padding-bottom:0;
	padding-top:5px;
	margin: 0;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	
}
.PPDDate {
	font-size:10px;
	color:#616161;
	padding-bottom:5px;
	padding-top:3px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	
}
.PPDDateLg {
	font-size: 95%;
	color:#616161;
	padding-bottom:5px;
	padding-top:3px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	
}


.PPDPleaseLogin {
margin: 10px 0 10px 0;
}

@media all and (min-width: 63em) {
	
.PPDLogo {
	width:175px;
	height:25px;
	margin-bottom:10px;
	text-align:left;
}

  .thumbimage {
float: left; 
margin-right: 20px;
  }

  .page-title {
    font-size: 1.646em; }

  .subtitle {
    font-size: 1.615em; } 
	
	
	
	}
/* ------------------------------------ =common -- */
.more {
  clear: both;
  display: -moz-inline-box;
  display: inline-block;
  line-height: 36px;
  line-height: 3.6rem;
  font-size: 1.154em;
  font-weight: 700;
  color: #003399; }
  .lt-ie8 .more {
    display: inline;
    zoom: 1; }
	
  .more:after {
	content: "";
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    border: 0.4em solid transparent;
    border-left-color: #ee2222;
    border-right-width: 0;
    margin-left: 0.6em;
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5); }
    .lt-ie8 .more:after {
      display: inline;
      zoom: 1; }

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #003399;
  padding: 18px 13px;
  padding: 1.8rem 1.3rem; }
  .lt-ie8 .box {
    behavior: url("/files/2013/js/boxsizing.htc"); }

.item-list .description {
  color: #444444; }
.item-list h4 {
  color: #222222; }
  .item-list h4 .date {
    color: #003399; }
  .item-list h4 .time {
    color: #666666; }
.item-list a:hover h4, .item-list a:hover .date, .item-list a:hover .time {
  color: #004ce6; }
.subtitle + .item-list {
  /* border-top: 1px solid #ee2222; */
  margin-top: -1px; }
.item-list.style-a > li {
  margin: 0 -13px;
  margin: 0 -1.3rem; }
  .box .item-list.style-a > li {
    margin: 0; }
  .item-list.style-a > li > a {
    display: block;
    padding: 18px 13px;
    padding: 1.8rem 1.3rem; }

	
  .item-list.style-a > li + li {
    margin-top: -1px; }
    .item-list.style-a > li + li:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #ee2222;
      background: -webkit-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -moz-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -ms-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: -o-linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%);
      background: linear-gradient(left, transparent 0, #ee2222 30%, #ee2222 70%, transparent 100%); }
.item-list.style-b {
  list-style: square;
  margin-left: 1em;
  padding: 9px 0;
  padding: 0.9rem 0;
  color: #666666; }
  .item-list.style-b > li > a {
    display: block;
    padding: 9px 0;
    padding: 0.9rem 0; }
  .item-list.style-b + .more {
    position: relative;
    top: -9px;
    top: -0.9rem; }
	
	.item-list.style-c {
  list-style: none;
  margin-left: 0;
  padding: 9px 0;
  padding: 0.9rem 0;
  color: #666666; }
  .item-list.style-c > li > a {
    display: block;
    padding: 9px 0;
    padding: 0.9rem 0; }
  .item-list.style-c + .more {
    position: relative;
    top: -9px;
    top: -0.9rem; }

.input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 36px;
  height: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 13px;
  padding: 0 1.3rem;
  border: 1px solid #aaaaaa;
  background-color: #f4f4f4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .lt-ie8 .input {
    behavior: url("/files/2013/js/boxsizing.htc"); }
  .input:focus {
    background-color: white; }
  .input.search {
    padding-left: 32px;
    background-image: url("/files/2013/images/icon-search.png");
    background-repeat: no-repeat;
    background-position: 8px 50%; }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .input.search {
    background-image: url("/files/2013/images/icon-search@2x.png");
    background-size: 16px 16px; } }
.tabs .tabs-nav, .tabs .tabs-panes {
  list-style: none; }
.tabs .tabs-panes .pane {
  display: none; }
  .tabs .tabs-panes .pane.active {
    display: block; }
.tabs.style-a .tabs-nav {
  position: relative;
  z-index: 2; 
  font-size: 12px;
  }
  
  .tabs.style-a .tabs-nav li {
    display: -moz-inline-box;
    display: inline-block; 
}
    .lt-ie8 .tabs.style-a .tabs-nav li {
      display: inline;
      zoom: 1; }
  .tabs.style-a .tabs-nav a {
    display: block;
    padding: 0 13px;
    padding: 0 1.3rem;
    height: 36px;
    height: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: -3px 0 -1px;
    font-size: 1.154em;
    color: white;
    background-color: #003399;
    border: 1px solid #003399;
    border-top: 3px solid #003399; }
    .tabs.style-a .tabs-nav a:hover {
      background-color: #0041c2;
      border-top-color: #0041c2; }
    .tabs.style-a .tabs-nav a.active {
      color: #003399;
      background-color: #eeeeee;
      border-top-color: #ee2222;
      border-bottom-color: #eeeeee; }
.tabs.style-a .tabs-panes {
  margin: 0 -13px -2px;
  margin: 0 -1.3rem -2px;
  padding: 0 13px;
  padding: 0 1.3rem;
  border: solid #003399;
  border-width: 1px 0;
  background-color: #eeeeee;
  position: relative;
  z-index: 1; }

.icon-social {
  display: -moz-inline-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/files/2013/images/icons-social.png");
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  text-indent: 200%;
  background-color: #dddddd;
  border: solid #dddddd;
  border-width: 6.5px;
  border-width: 0.65rem; }
  
  .lt-ie8 .icon-social {
    display: inline;
    zoom: 1; }

.icon-tw {
  background-position: 0px 0px; }
  .icon-tw:hover {
    background-position: 0px -18px; }

.icon-fb {
  background-position: -18px 0px; }
  .icon-fb:hover {
    background-position: -18px -18px; }

.icon-yt {
  background-position: -36px 0px; }
  .icon-yt:hover {
    background-position: -36px -18px; }

.icon-li {
  background-position: -54px 0px; }
  .icon-li:hover {
    background-position: -54px -18px; }

.icon-fl {
  background-position: -72px 0px; }
  .icon-fl:hover {
    background-position: -72px -18px; }
	
	
	
/* new set of social media icons */

.icon-social-new {
  display: -moz-inline-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/files/2013/images/icons-social-new.png");
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-decoration: none;
  text-indent: 200%;
  background-color: #dddddd;
  border: solid #dddddd;
  border-width: 6.5px;
  border-width: 0.65rem; }
  
  .lt-ie8 .icon-social-new {
    display: inline;
    zoom: 1; }


.icon-fb-new {
	 background-position: 0px 0px; }
  
.icon-fb-new:hover {
	   background-position: 0px -18px; }

.icon-tw-new {
  background-position: -18px 0px; }
    .icon-tw-new:hover {
    background-position: -18px -18px; }

.icon-ig-new {
    background-position: -36px 0px; }
  .icon-ig-new:hover {
  background-position: -36px -18px; }

.icon-li-new {
  background-position: -54px 0px; }
  .icon-li-new:hover {
    background-position: -54px -18px; }

.icon-yt-new {
  background-position: -71px 0px; }
  .icon-yt-new:hover {
    background-position: -71px -18px; }
	
	.icon-pr-new {
  background-position: -88px 0px; }
  .icon-pr-new:hover {
    background-position: -88px -18px; }
	
		
	.icon-rss-new {
  background-position: -107px 0px; }
  .icon-rss-new:hover {
    background-position: -107px -18px; }

.banner-style {
  background-color: #003399; }
  
  
  .no-carousel-text p {
	padding: 0 10px 5px 10px;
	font-size: 12px !important;
  }
  
    .no-carousel-text h2.subtitle {
	padding: 10px 10px 0 10px;
	margin-bottom: 0;
	color: #003399;
	z-index: 10 !important;
  }
  
  .no-carousel-text a {
color: #003399	  
  }


@media all and (min-width: 45em) {
  .item-list.style-a > li {
    margin: 0; }
    .item-list.style-a > li > a {
      padding-left: 0;
      padding-right: 0; }

  .box > .item-list > li {
    margin: 0 -13px;
    margin: 0 -1.3rem; }

  .box > .item-list:last-child {
    margin-bottom: -18px;
    margin-bottom: -1.8rem; }

  .tabs.style-a .tabs-panes {
    margin: 0 0 -2px;
    border-width: 1px; }

  .banner-style {
    position: relative;
    margin-left: -26px;
    margin-left: -2.6rem;
    margin-right: -26px;
    margin-right: -2.6rem;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
    .banner-style:before, .banner-style:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-width: 6.5px;
      border-width: 0.65rem;
      border-color: #001133 !important;
	  border-style: solid;
      position: absolute;
      top: 100%; }
    .banner-style:before {
      left: 0;
      border-bottom-color: #fff !important;
      border-left-color: transparent  !important;
	  border-right-color: #001133 !important;
	  border-left-style: outset;
	  } 

    .banner-style:after {
      right: 0;
	  border-bottom-color:  #fff !important;
      border-right-color:  transparent !important;
	  border-left-color: #001133 !important;
	  border-left-style: solid;
	  border-right-style: outset;
	  } 
	  }
/* ------------------------------------ =grids -- */
.grid {
  display: block;
  clear: both;
  padding: 0;
  margin-right: -13px;
  margin-right: -1.3rem;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed; }

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 13px 0 0;
  padding: 0 1.3rem 0 0;
  margin: 0 0 18px 0;
  margin: 0 0 1.8rem 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto; }
  .lt-ie8 .grid-item {
    behavior: url("/files/2013/js/boxsizing.htc"); }
  .lt-ie8 .grid-item {
    display: inline;
    zoom: 1; }
  .grid-item:last-child {
    margin-bottom: 0; }

@media all and (min-width: 45em) {
  .grid-1-1 {
    width: 100%; }

  .grid-1-2 {
    width: 50%; }

  .grid-1-3 {
    width: 33.33%; }
	
  .grid-2-3 {
    width: 66.66%; }
	
.Left_Third_Width { 
float: left;
width: 30%;
text-align: left;
padding-right: 20px;
}

.Left_Third_Width:last-child {
padding-right: 0;	
}

.Left_Half_Width {
float: left;	
width: 47%;
 }
 
.Left_Half_Width:first-child {
 padding-right: 40px;
 } 
 
.Left_Full_Width { 
width: 99.99%;
border-left: none;
}

#Col1and2 {
width: 99.99%; 	
}

#Col4and5 {
width: 99.99%; 	
}

#Col4and5 td img {
vertical-align: middle;
padding: 0 10px 10px 0 !important;
}

.Interior_Left_Full_Width {
width: 99.99%; 
}

.Interior_Left_Half_Width {
width: 47%;
}

.Interior_Left_Very_Wide {
width: 99.99%;
}

.Interior_Right_Half_Width {
width: 30%;
}

.Interior_Right_Full_Width {
width: auto;
}

.Sponsors {
clear: left;	
max-width: 97%;
margin-bottom: 20px !important;
}

}

@media all and (min-width: 63em) {
  .grid {
    margin-right: -26px;
    margin-right: -2.6rem; }

  .grid-item {
    padding-right: 26px;
    padding-right: 2.6rem; } 
	
	.intro-image-container {
	float: left;
  	/*border: solid 1px #003399;
	background: #003399; */
 }
 
 .intro-image {
float: left;	
width: 70% !important;
 }
 
.intro-image img {
float: left;	
width: auto;
max-width: 100%;
 }

 
.intro-image-text  {
	 /* background: #003399; */
	  float: left;
	  width: 30%;
	  list-style: none;
	  color: #000;
  }
  
.intro-image-text td {
font-size: 90%;	
}
  
  
.intro-image-text-wide  {
	 /*  background: #003399; */
	  float: left;
	  width: 100%;
	  list-style: none;
	  color: #000;
  } 
  
 
.dummytext {
display: block;	
visibility:hidden;	
}   
  
.intro-image-text h1 {
  font-size: 1.615em;
  font-weight: 400;
  line-height: 36px;
  line-height: 3.6rem;
  text-rendering: optimizeLegibility;
  color: #003399;
  padding-left: 10px;
}

.flexhalf {
float: right;	
margin-right: 50px;
}


.flexthird {
float: right;	
}

.Left_Full_Width { 
width: 97%;
border-left: none;
}

#Col1and2 {
float: left;	
width: 71%; 	
margin-right: auto;
}

#Col4and5 {
float: left;	
width: 28%; 
margin-top: 9px;
}

	
	}
	
@media all and (min-width: 85em) {	
#Col1and2 {
float: left;	
width: 66.66%; 	
margin-right: 30px;
}

#Col4and5 {
float: left;	
width: 30%; 
margin-top: 9px;
}
}
	
/* ------------------------------------ =header, =nav -- */
#header {
  position: relative; }

#skip-to-content {
  visibility: hidden;
  position: absolute;
  z-index: -1; }

#logo {
  max-width: 230px; 
  height: auto;
  min-height: 54px;}
  #logo a, #logo img {
    display: block;
    max-width: 100%; }

.mobile-menu-toggle {
  display: none; }
  .js .mobile-menu-toggle {
    display: block;
    width: 24px;
    padding: 9px 6px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eeeeee; }
    .js .mobile-menu-toggle img {
      display: block;
      max-width: 100%; }

.nav, .header-utility, .header-search {
  display: none; }

.header-utility {
  padding: 18px 0;
  padding: 1.8rem 0; }
  .header-utility li {
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 0.6em; 
	color: #ec3d47;}
    .lt-ie8 .header-utility li {
      display: inline;
      zoom: 1; }
    .header-utility li + li {
      border-left: 1px solid #aaaaaa;
      padding-left: 0.8em; }
	  
	  
	.header-utility li a.current {
	color: #0048f0;	
	}

#mobile-nav {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 13px;
  padding: 0 1.3rem; }
  #mobile-nav.active {
    background-color: #003399;
    padding-top: 18px;
    padding-top: 1.8rem;
    max-height: 29em;
    -webkit-box-shadow: inset 0 -4px 6px -6px #222222;
    -moz-box-shadow: inset 0 -4px 6px -6px #222222;
    box-shadow: inset 0 -4px 6px -6px #222222; }
  #mobile-nav a {
    color: white; }
  #mobile-nav .nav, #mobile-nav .header-utility, #mobile-nav .header-search {
    display: block; }
  #mobile-nav .mobile-menu-toggle {
    top: 18px;
    top: 1.8rem;
    right: 13px;
    right: 1.3rem;
    background-color: white; }
  #mobile-nav .header-search {
    padding-right: 48px;
    padding-bottom: 18px;
    padding-bottom: 1.8rem; }
  #mobile-nav .nav > ul > li ul {
    display: none; }
  #mobile-nav .nav li {
    margin: 0 -13px;
    margin: 0 -1.3rem;
    border-bottom: 1px solid #4c70b7; }
    #mobile-nav .nav li:first-child {
      border-top: 1px solid #4c70b7; }
  #mobile-nav .nav a {
    display: block;
    padding: 9px 13px;
    padding: 0.9rem 1.3rem;
    font-size: 1.154em;
    font-weight: 700; }
    #mobile-nav .nav a:hover {
      background-color: #003bb3; }
  #mobile-nav .header-utility li + li {
    border-color: #4c70b7; }
  #mobile-nav .header-utility a:hover {
    text-decoration: underline; }

#nav-interior {
  margin: 0 -13px;
  margin: 0 -1.3rem; }
  #nav-interior > h2 {
    height: 45px;
    height: 4.5rem;
    line-height: 45px;
    line-height: 4.5rem;
    padding: 0 13px;
    padding: 0 1.3rem;
    margin-top: 9px;
    margin-top: 0.9rem;
    font-size: 1.385em;
    background-color: #eeeeee;
    cursor: pointer;
    tabindex: 0;
    position: relative; }
    #nav-interior > h2:hover {
      background-color: #f8f8f8; }
    #nav-interior > h2 img {
      display: block;
      width: 12px;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -8px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #nav-interior > h2.active {
      color: #003399; }
      #nav-interior > h2.active img {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  #nav-interior > ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #nav-interior > ul a {
      display: block;
      padding: 9px 13px;
      padding: 0.9rem 1.3rem;}
      #nav-interior > ul a.current {
        color: #0055ff; }
    #nav-interior > ul.active {
      padding-bottom: 9px;
      padding-bottom: 0.9rem;
      max-height: 40em;
      background-color: #eeeeee;}
    #nav-interior > ul .parent-item > a {
      background-color: #aaaaaa;
      font-weight: 700;}
	  
	  
	  
@media all and (max-width: 25em) {
.welcome {
margin-top: 10px;
}

.header-utility li + li.welcome {
      border-left: none;
      padding-left: 0; 
}
}

@media all and (min-width: 45em) {
  #mobile-nav, .mobile-menu-toggle, .js .mobile-menu-toggle {
    display: none; }

  .nav, .header-search, .header-utility {
    display: block; }

  #header {
    padding-bottom: 18px;
    padding-bottom: 1.8rem; }

  #logo {
    position: absolute;
    left: 0;
    max-width: 300px;
    bottom: 36px;
    bottom: 3.6rem; }

  .header-search {
    width: 33.333%;
    float: right;
    text-align: right;
    padding-top: 36px;
    padding-top: 3.6rem; }

  .header-utility {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0; }

  .nav {
	 clear: both;
	 position: relative; 
     z-index: 20; }
	  
    .nav > ul {
      background-color: #003399;
      padding: 0 26px;
      padding: 0 2.6rem;}
	  
      .nav > ul > li {
        float: left;
        width: 16.6667%;
        position: relative;}
					
        .nav > ul > li > a {
          display: block;
          text-align: center;
          font-size: 1.154em;
          line-height: 36px;
          line-height: 3.6rem;
          color: white; }
				  
        .nav > ul > li > ul {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          max-height: 0;
          overflow: hidden;
          position: absolute;
          width: 200%;
          top: 100%;
          left: 0;
          background-color: white;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          z-index: 20;
          margin-top: 1px;}
          .lt-ie8 .nav > ul > li > ul {
            behavior: url("/files/2013/js/boxsizing.htc"); }
          .nav > ul > li > ul > li > a {
            display: block;
            padding: 9px 13px;
            padding: 0.9rem 1.3rem; }
        .nav > ul > li:last-child > ul {
          left: auto;
          right: 0;}
			
        .nav > ul > li:hover > a {
          position: relative; 
		  /* display: inline; */
		}
		
	   .nav > ul > li:hover > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-bottom-width: 0;
            position: absolute;
            top: 100%;
            left: 50%; }
			
          .nav > ul > li:hover > a:after {
            border: 12px solid transparent;
            border-top-color: #003399;
            margin-left: -12px;
            z-index: 23; }
			
        .nav > ul > li:hover > ul {
          max-height: 40em;
          padding: 12px 0;
          -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
          z-index: 21;	
		  }
		  
        .nav > ul > li:hover > a, .nav > ul > li > .current {
		  border: solid #185adc;
          border-width: 0 1px;
          background-color: #0055ff;
          background-image: -webkit-linear-gradient(top, #0055ff 0, #003399 100%);
          background-image: -moz-linear-gradient(top, #0055ff 0, #003399 100%);
          background-image: -ms-linear-gradient(top, #0055ff 0, #003399 100%);
          background-image: -o-linear-gradient(top, #0055ff 0, #003399 100%);
          background-image: linear-gradient(top, #0055ff 0, #003399 100%);
          -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3); 
		  }

  #nav-interior {
    position: relative;
    z-index: 2; }
    #nav-interior > h2 {
      display: none; }
	  
    #nav-interior > ul, #nav-interior > ul.active {
      border-bottom: 3px solid #003399;
      max-height: 99em;
      overflow: hidden;
      background-color: #f8f8f8;
      padding: 1px 0 0;
      line-height: 0; }

	 
    #nav-interior > ul > li {
      float: left;
      line-height: 1; }
    
      #nav-interior > ul > li > a {  
        display: block;
        padding: 13px 16px;	}
	  

    #nav-interior > ul .parent-item {	
      display: block;
      float: left;
      margin: -1px 0 0;
      margin-right: 9px;
      position: relative;
      background-color: #aaa; }
	  
      #nav-interior > ul .parent-item:after {
        content: "";
        display: block;
        width: 30px;
        height: auto;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        margin-left: -10px;
        background: url("/files/2013/images/nav-arrow.png") no-repeat 100% 50%;
        z-index: 2;}
      #nav-interior > ul .parent-item + .parent-item {
        margin-left: -20px;
        padding-left: 20px; }
      #nav-interior > ul .parent-item > a {	
        padding: 13.5px 6.5px 13.5px 16px;
        color: white;
        background: transparent;
        position: relative;
        z-index: 3;} 
	
    #nav-interior > ul > li > ul > li > a {
    display: block; }

}


@media all and (min-width: 63em) {
  .nav > ul > li > a {
    font-size: 1.385em;
    line-height: 45px;
    line-height: 4.5rem; }
}


/* ------------------------------------ =home -- */

.feature-slideshow .tabs-nav {
  margin: 0 -13px;
  margin: 0 -1.3rem; }
  .feature-slideshow .tabs-nav > a {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid white;
    color: white;
    background-color: #003399;
    background-image: -webkit-linear-gradient(top, #0041c2 0, transparent 100%);
    background-image: -moz-linear-gradient(top, #0041c2 0, transparent 100%);
    background-image: -ms-linear-gradient(top, #0041c2 0, transparent 100%);
    background-image: -o-linear-gradient(top, #0041c2 0, transparent 100%);
    background-image: linear-gradient(top, #0041c2 0, transparent 100%); }
    .feature-slideshow .tabs-nav > a:hover {
      background-color: #003bb3;
      border-top-color: #003bb3; }
    .feature-slideshow .tabs-nav > a .arrow {
      display: none; }
.feature-slideshow .nav-item-container {
  display: table-row; }
  
.feature-slideshow .nav-info, .feature-slideshow .nav-thumb {
  display: table-cell;
  vertical-align: middle; }
.feature-slideshow .nav-info {
  padding: 18px 13px;
  padding: 1.8rem 1.3rem; }
.feature-slideshow .nav-thumb {
  width: 40%;
  padding-right: 13px;
  padding-right: 1.3rem; }
  .feature-slideshow .nav-thumb img {
    display: block;
    border: 1px solid #7f99cc;
    max-width: 100%; }
.feature-slideshow h3 {
  font-size: 1.154em;
  text-rendering: optimizeLegibility;
  font-weight: 400; }
.feature-slideshow p {
  color: #e5eaf4; }
.feature-slideshow .tabs-panes {
  list-style: none;
  display: none; }

@media all and (min-width: 45em) {
  .feature-slideshow {
    position: relative;
    overflow: hidden; }
    .feature-slideshow > .subtitle {
      display: none; }
    .feature-slideshow .tabs-nav {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 33.333%;
      margin: 0;
      background-color: #003399;
      border-left: 1px solid white; }
      .lt-ie8 .feature-slideshow .tabs-nav {
        behavior: url("/files/2013/js/boxsizing.htc"); }
      .feature-slideshow .tabs-nav > a {
        border-top: 3px solid #003399;
        position: absolute;
        left: 0;
        top: 0;
        height: 20%;
        background-image: none;
        z-index: 6; }
        .feature-slideshow .tabs-nav > a + a {
          top: 20%;
          z-index: 5; }
          .feature-slideshow .tabs-nav > a + a + a {
            top: 40%;
            z-index: 4; }
            .feature-slideshow .tabs-nav > a + a + a + a {
              top: 60%;
              z-index: 3; }
              .feature-slideshow .tabs-nav > a + a + a + a + a {
                top: 80%;
                z-index: 2; }
        .feature-slideshow .tabs-nav > a.active {
          border-top-color: #ee2222;
          background-image: -webkit-linear-gradient(top, #004ce6 0, #003399 100%);
          background-image: -moz-linear-gradient(top, #004ce6 0, #003399 100%);
          background-image: -ms-linear-gradient(top, #004ce6 0, #003399 100%);
          background-image: -o-linear-gradient(top, #004ce6 0, #003399 100%);
          background-image: linear-gradient(top, #004ce6 0, #003399 100%);
          z-index: 10; }
          .feature-slideshow .tabs-nav > a.active .arrow {
            display: block;
            position: absolute;
            width: 22px;
            height: 100%;
            right: 100%;
            top: 0;
            border: none; }
    .feature-slideshow .nav-info {
      padding-top: 0;
      padding-bottom: 0; }
    .feature-slideshow .nav-thumb {
      display: none; }
    .feature-slideshow h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .feature-slideshow p {
      display: none; }
    .feature-slideshow .tabs-panes {
      display: block;
      width: 66.666%;
      float: left; }
      .feature-slideshow .tabs-panes li {
        display: none; }
        .feature-slideshow .tabs-panes li.active {
          display: block; }
      .feature-slideshow .tabs-panes a, .feature-slideshow .tabs-panes img {
        display: block;
        max-width: 100%; }
      .feature-slideshow .tabs-panes img {
        border: 1px solid #003399; } 
		}
@media all and (min-width: 63em) {
  .feature-slideshow .tabs-nav p {
    display: block;
    font-size: 0.769em;
    font-size: 0.769em;
    line-height: 1.5; }
  .feature-slideshow .tabs-nav .nav-thumb {
    display: table-cell;
    width: 28%; } }
/* ------------------------------------ =content -- */
#content {
  margin: 0 -13px;
  margin: 0 -1.3rem;
  padding: 18px 13px 18px;
  padding: 1.8rem 1.3rem 1.8rem; }

.content-column > div {
  margin-bottom: 18px;
  margin-bottom: 1.8rem; }

.site-announcement {
  margin-top: 18px;
  margin-top: 1.8rem;
  padding: 18px 13px 18px 52px;
  padding: 1.8rem 1.3rem 1.8rem 5.2rem;
  border: 2px solid #003399;
  overflow: hidden;
  position: relative; }
  .site-announcement:before {
    content: "!";
    display: block;
    font-size: 5em;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 0.2em;
    top: 50%;
    margin-top: -0.4em;
    color: #7f99cc; }

.breadcrumbs span {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0; }
  .lt-ie8 .breadcrumbs span {
    display: inline;
    zoom: 1; }

#breadcrumbs-mobile {
  padding: 18px 13px 0;
  padding: 1.8rem 1.3rem 0; }

@media all and (min-width: 45em) {
  #breadcrumbs-mobile {
    display: none; }

  #breadcrumbs-full {
	clear: both;  
    display: block; }

  #content {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }

  #landing-branding {
    display: block; }
    #landing-branding img {
      display: block;
      max-width: 100%; } }
/* ------------------------------------ =footer -- */
#footer {
  clear: both;
  margin: 0 -13px;
  margin: 0 -1.3rem;
  padding: 18px 13px;
  padding: 1.8rem 1.3rem;
  position: relative; }

#footer-contact {
  padding: 18px 0;
  padding: 1.8rem 0; }

#footer-utility {
  float: left; }

#footer-public-power {
  display: block;
  float: right; }
  #footer-public-power img {
    display: block;
    max-width: 100%; }

#footer-social {
  clear: both;
  margin: 0 -13px;
  margin: 0 -1.3rem;
  height: 18px;
  text-align: center;
  word-spacing: 0.2em; }
  #footer-social .icon-social {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 6px -3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 6px -3px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 6px -3px rgba(0, 0, 0, 0.9);
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
    position: relative;
    top: -6px; }
    #footer-social .icon-social:hover {
      top: -10px;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 10px -3px rgba(0, 0, 0, 0.9);
      -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 10px -3px rgba(0, 0, 0, 0.9);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 10px -3px rgba(0, 0, 0, 0.9); }
	  
	  
	#footer-social-new {
  clear: both;
  margin: 0 -13px;
  height: 18px;
  text-align: center;
  word-spacing: 0.2em; }
  
	   #footer-social-new .icon-social-new {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 6px -3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 6px -3px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 6px -3px rgba(0, 0, 0, 0.9);
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
    position: relative;
    top: -6px; }
    #footer-social-new .icon-social-new:hover {
      top: -10px;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 10px -3px rgba(0, 0, 0, 0.9);
      -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 10px -3px rgba(0, 0, 0, 0.9);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 3px 10px -3px rgba(0, 0, 0, 0.9); }

#footer-disclaimer {
  padding: 18px 13px;
  padding: 1.8rem 1.3rem;
  text-align: center;
  font-size: 0.769em;
  color: #666666; }

@media all and (min-width: 30em) {
  #footer-contact {
    float: left; }

  #footer-utility {
    float: right;
    padding: 18px 0;
    padding: 1.8rem 0;
    text-align: right; }

  #footer-public-power {
    clear: both;
    float: left; } }
@media all and (min-width: 45em) {
  #footer-social {
    margin: 0 -26px;
    margin: 0 -2.6rem;
    padding-right: 26px;
    padding-right: 2.6rem;
    text-align: right; }
	
	  #footer-social-new {
    margin: 0 -26px;
    margin: 0 -2.6rem;
    padding-right: 32px;
    padding-right: 3.2rem;
    text-align: right; }

  #footer-contact {
    padding-bottom: 0; }

  #footer-public-power {
    position: absolute;
    right: 13px;
    right: 1.3rem;
    bottom: 18px;
    bottom: 1.8rem; }

  #footer-utility {
    position: absolute;
    right: 13px;
    right: 1.3rem;
    top: 36px;
    top: 3.6rem; }
    #footer-utility li {
      display: -moz-inline-box;
      display: inline-block;
      padding-right: 0.6em; }
      .lt-ie8 #footer-utility li {
        display: inline;
        zoom: 1; }
      #footer-utility li + li {
        border-left: 1px solid #aaaaaa;
        padding-left: 0.8em; } }


/* ------------------------------------ =calendar -- */

.calendar table table {
  table-layout: fixed;
  border-collapse: collapse;
}
.calendar td {
  padding: 10px;
  overflow: visible;
}
.calendar table table a {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2), 0 -2px 0 #fff, 0 2px 0 #fff;
  word-wrap: break-word;
}

.calendar-year-list, .calendar-month-list {
  text-align: center;
}
.calendar-year-list li, .calendar-month-list li {
  display: inline-block;
}
.calendar-year-list li + li, .calendar-month-list li + li {
  margin-left: 20px;
}
.calendar-year-list {
  padding: 20px 0;
}
.calendar-month-list {
  padding: 0 0 20px;
}
.calendar .monthheading {
  font-size: 1.5em;
  text-align: center;
}
.calendar > table > tbody > tr:first-child > td:first-child {
  text-align: left;
}
.calendar > table > tbody > tr:first-child > td:last-child {
  text-align: right;
}
.calendar-spans .placeholder {
  visibility: hidden;
}
.calendar .optionalline {
  display: block;
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.9;
}

.calendar-button {
  display: block;
  padding: 0 1em;
  margin-bottom: 1em;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  line-height: 2.5;
  color: #fff;
  background-color: #039;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.calendar-button:hover {
  color: #fff;
  opacity: 0.8;
}
.calendar-button:active {
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.3), inset 0 1px 0 rgba(0,0,0,0.2);
}

@media all and (max-width: 719px) {
  .calendar table table, .calendar table table tr, .calendar table table td {
    display: block;
    width: 100% !important;
    padding: 0;
    float: left; /* fixes an ie bug */
    clear: left;
  }
  .calendar .dayheading, .calendar .date-number, .calendar .datewithoutevent {
    display: none;
  }
  .calendar table table td:not([data-friendly-date]) {
    display: none;
  }
  .calendar td[data-friendly-date]:before {
    content: attr(data-friendly-date);
    display: block;
    margin: 30px -20px 0;
    padding: 0 20px;
    font-size: 1.3em;
    line-height: 2em;
    background: #eee;
  }
  .calendar .datetoday[data-friendly-date]:before {
    font-weight: 700;
  }
  .calendar table table a {
    border-radius: 3px;
    height: auto !important;
    width: auto !important;
  }
}


@media all and (min-width: 720px) {
  .calendar table table {
    background: #f0f0f0;
  }
  .calendar table table td {
    width: 14.28% !important;
  }
  .calendar .datewithevent, .calendar .datewithoutevent, .calendar .datetoday {
    border: 1px solid #ddd;
  }
  .calendar .datewithevent, .calendar .datewithoutevent {
    background: #fff;
  }
  .calendar .datewithoutevent {
    height: 100px;
  }
  .calendar .datetoday {
    background: #feffd1;
  }
  .calendar .dayheading {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 5px 0;
  }
  .calendar > table > tbody > tr:first-child > td {
    width: 33.3%;
  }

  .calendar-spans table table {
    overflow: hidden;
  }
  .calendar-spans table table br {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    content: ' ';
  }
  .calendar-spans .in-span, .calendar-spans .placeholder {
    display: block;
    height: 26px;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 -11px 10px;
    color: transparent;
    font-size: 0\9; /* ie8 and below do not support color: transparent */
    position: relative;
    z-index: 2;
  }
  .calendar-spans .in-span.event-start {
    height: auto;
    white-space: normal;
    color: #fff;
    overflow: visible;
    padding-left: 10px;
    font-size: 12px\9; /* ie8 and below do not support color: transparent */
    z-index: 3;
  }
  .calendar-spans .event-start {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 0
  }
  .calendar-spans .event-end {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 0
  }
}



/* ------------------------------------ =fixes -- */
.clear:after, .tabs .tabs-panes .pane:after, .grid-item:after, #header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.ie6 .clear, .ie6 .tabs .tabs-panes .pane, .tabs .tabs-panes .ie6 .pane, .ie6 .grid-item, .ie6 #header {
  height: 1%; }
.ie7 .clear, .ie7 .tabs .tabs-panes .pane, .tabs .tabs-panes .ie7 .pane, .ie7 .grid-item, .ie7 #header {
  min-height: 1px; }

ul.archivelist {
margin: 0 0 0 20px;
padding: 0 0 0 10px; 
}

.small-screen-break {
display: none;
}

@media all and (min-width: 45em) and (max-width: 70em) {
.tabs.style-a .tabs-nav a {
    display: block;
    padding: 0 7px;
    padding: 0 0.7rem;
    margin: -3px 0 -1px;
    font-size: 1.0em !important;
  }
}

@media all and (min-width: 45em) and (max-width: 85em) {
.small-screen-break {
display: block;
margin-top: 10px;
}	
}

ul.sitemap {
list-style-type: square !important;
}

ul.sitemap li {
margin-left: 20px;
}


.blueheader {
 font-size: 1.646em;
  line-height: 30px;
  line-height: 3.0rem;
  text-rendering: optimizeLegibility;
  color: #003399; 
}

#Rectanglead {
width: 240px;
margin: 0 auto 20px auto;
}

span.yearnavlinks a {
    display: block;
    float: left;
    margin-top: 10px;
    padding: 5px 10px 5px 0;
}

span.monthlist a {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 5px 10px 5px 0;
}

span.yearnavlinks {
    font-size: 12px;
    word-spacing: 30px;
}

span.monthlist {
    font-size: 12px;
    word-spacing: 25px;
}

#EventTypesFilter {
    visibility: hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
