
.frameWorkUI #pageHeader {
   background : #fff repeat-x left top;
   /*padding : 0 0 0 8px;*/
   padding : 0px 0px 0px 0px;
   border-bottom : 1px solid #426ab3;
   color : black;
}
/* Wrapping link for logo. */
/* line 143, ../sass/styles.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 151, ../sass/styles.scss */
.header__logo-image {
  vertical-align: bottom;
  padding: 2px 5px 2px 2px;
}

/* Wrapper for website name and slogan. */
/* line 157, ../sass/styles.scss */
#name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 162, ../sass/styles.scss */
.header__site-name {
  margin: 0;
  padding-top: 10px;
  font-size: 1.3383333467168em;
  /*font-family: Helvetica;*/
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*font-weight: bold;*/
  /*line-height: 1em;*/
}

/* The link around the name of the website. */
/* line 173, ../sass/styles.scss */
.header__site-link:link, .header__site-link:visited {
  /* color: #5C5C5C; */
  text-decoration: none;
}

.header__site-slogan {
  margin: 0;
  /*padding-top: 10px;*/
  font-size: 1.1710416783772em;
  /*font-family: Helvetica;*/
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*font-weight: bold;*/
  /*line-height: 1em;*/
}
/* line 190, ../sass/styles.scss */
.header__site-slogan:link {
  font-size: 1.1710416783772em;
  /*font-family: Helvetica;*/
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
  /*line-height: 1em;*/
}
/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* line 196, ../sass/styles.scss */
h2.header__site-slogan {
  line-height: 1em;
}

/* header site slogan */
/* line 202, ../sass/styles.scss */
.header__site-slogan a,
.header__site-slogan a:hover,
.header__site-slogan a:focus {
  text-decoration: none;
}

/* The secondary menu (login, etc.) */
/* line 210, ../sass/styles.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* line 215, ../sass/styles.scss */
.region-header {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  background-color: transparent;
  vertical-align: bottom;
}

* {
    box-sizing: border-box;
}

/* Create equal columns that float next to each other */
.column {
    float: left;
    /*width: 33.33%;*/
    width: 50%;
    padding: 10px;
    /*height: 300px;*/ /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row::after, .row::before {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
    /*Skip nav */
    /*media all*/
    #skip-link a, #skip-link a:visited {
        display: block;
        width: 100%;
        padding: 2px 0 3px 0;
        text-align: center;
        background-color: #666;
        color: #fff;
    }
    /*media all*/
    .element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
        position: static !important;
        clip: auto;
        overflow: visible;
        height: auto;
    }

    .SkipNav {
     color: #FFFFFF; /* same color as background */
     text-decoration: none;
     }
     .SkipNav:active, .SkipNav:focus {
     /* Becomes visible & underlined
     when user tabs to it.
     :active pseudo-class necessary for IE
     :focus pseudo-class necessary for Mozilla
     */
     color: #0000FF;
     text-decoration: underline;
     }

/*Header 508*/
a {
  color: #0071bc;
  font-weight: normal;
}
.header__logo {
    float: left;
    margin: 0;
    padding: 0;
}
.header__logo-image {
  vertical-align: bottom;
  padding: 2px 5px 2px 2px;
}
.header__site-slogan {
  margin: 0;
  padding-top: 10px;
  font-size: 1.3383333467168em;
  /*font-family: Helvetica;*/
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
}
.header__site-slogan a, .header__site-slogan a:hover, .header__site-slogan a:focus {
  text-decoration: none;
}
.header__site-name {
  margin: 0;
  font-size: 1.1710416783772em;
  /*font-family: Helvetica;*/
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
}
.header__site-link:link, .header__site-link:visited {
  text-decoration: none;
}
#name-and-slogan {
  float: left;
}
.header__name-and-slogan {
  float: left;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

