@media screen and (min-width: 0px) and (max-width: 979px) {
  /* line 2, ../../sass/header.sass */
  header {
    height: 80px;
    background: url(/images/header-background.jpg) center center no-repeat #334667;
    background-size: cover;
  }
  /* line 6, ../../sass/header.sass */
  header #header-inner {
    width: 100%;
    padding-top: 4px;
  }

  /* line 9, ../../sass/header.sass */
  #logo-new {
    background: url(/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 60%;
    margin: 4px auto;
    display: block;
    height: 30px;
    text-indent: -1000em;
  }

  /* line 20, ../../sass/header.sass */
  #socialmedia {
    display: block;
    position: static;
    text-align: center;
  }
  /* line 23, ../../sass/header.sass */
  #socialmedia img {
    height: 30px;
	margin-right:5px;
	margin-left:5px;
  }

  /* line 26, ../../sass/header.sass */
  header #loginBar {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  /* line 30, ../../sass/header.sass */
  header {
    height: 137px;
  }
  /* line 32, ../../sass/header.sass */
  header #header-inner {
    width: 980px;
  }
  /* line 34, ../../sass/header.sass */
  header #loginBar {
    float: right;
    height: 48px;
    display: table;
    background-color: #344464;
  }
  /* line 40, ../../sass/header.sass */
  header #loginBar > ul {
    display: table-cell;
    vertical-align: middle;
    margin-top: 10px;
    padding-left: 4px;
    margin-right: 10px;
  }
  /* line 46, ../../sass/header.sass */
  header #loginBar > ul:after {
    content: "";
    border-left: 2px solid #3b4a69;
    display: inline-block;
    height: 46px;
    width: 0px;
    vertical-align: middle;
  }
  /* line 53, ../../sass/header.sass */
  header #loginBar > ul li {
    display: inline-table;
    padding: 0 2px;
    font-size: 13px;
  }
  /* line 56, ../../sass/header.sass */
  header #loginBar > ul li a {
    color: white;
    font-size: 13px;
  }

  header #loginBar a:hover {
    text-decoration: underline!important;
    color: #eda92e;
  }

  /* line 59, ../../sass/header.sass */
  #googleTransItem {
    height: 35px;
    overflow: hidden;
    margin-top: 5px;
    padding-right: 7px;
  }

  /* line 64, ../../sass/header.sass */
  #logo-new {
    background: url(/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    width: 65%;
    margin: 40px 0 0 0;
    height: 70px;
    text-indent: -1000em;
  }

  /* line 74, ../../sass/header.sass */
  #socialmedia {
    display: block;
    position: absolute;
    right: 7px;
    top: 60px;
  }

  /* line 79, ../../sass/header.sass */
  header {
    width: 100%;
    color: #efe7ed;
    text-align: center;
    font-size: 12px;
    background: url(/images/header-background.jpg) center center no-repeat #334667;
    background-size: cover;
  }
  /* line 86, ../../sass/header.sass */
  header #header-inner {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
}
