body {
  font-family: "MuseoSans",  sans-serif;
 font-size:100%;
 font-weight:500;
 color: #464646;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2 {
    color:rgb(47,84,150);
     font-weight:700;
    
}

h1 {
    font-size:120%;
}
h2 {
    font-size:110%;
}

.content {
 max-width:825px;
 margin-left:3em;
}
.header_logos {
    display:flex;
    justify-content: space-between;
   
}
.sidebar {
    float:right;
width:30%;
margin-left:1em;
vertical-align:top;
}

.sidebar_icon {
    float:left;
    margin-right:1em;
}

strong {
    color: rgb(47,84,150);
     font-weight:700;
}
a {
     font-weight:700;
}
.faq_question{
    background:#ebebeb;
    cursor:pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D8DCDF;
    margin:5px 0px;
     padding:5px 0px 5px 20px;

}
.collapsed:before {
    content:"+ ";
    width: 5em;
}
.expanded:before {
    content:"- ";
    width: 5em;
}

@font-face {
  font-family: 'Washoe-Icons';
    src: url("fonts/Washoe-Icons.eot?r9vb4n");
  src: url("fonts/Washoe-Icons.eot?#iefixr9vb4n") format("embedded-opentype"),
  url("fonts/Washoe-Icons.woff?r9vb4n") format("woff"), url("fonts/Washoe-Icons.ttf?r9vb4n") format("truetype"),
  url("fonts/Washoe-Icons.svg?r9vb4n#Washoe-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon, #largePushNav .mp-has-children:before, #mobilePushNav .mp-has-children:before, .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
  font-family: 'Washoe-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e603";
}
