/* Top Menu Edits*/
@media screen and (min-width: 960px) {
  /* line 6, ../sass/responsive.scss */
  .mobilemenu {
    display: none;
  }
}
@media screen and (min-width: 551px) {
  /* line 10, ../sass/responsive.scss */
  #mobileSlideshow {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  /* line 13, ../sass/responsive.scss */
  #topBorders {
    display: none;
  }
}
@media screen and (min-width: 551px) and (max-width: 959px) {
  /* line 21, ../sass/responsive.scss */
  #bodyheader {
    margin-top: 167px;
  }

  /* line 26, ../sass/responsive.scss */
  .mobilemenu {
    position: absolute;
    top: 19px;
    z-index: 1000;
  }

  /* line 32, ../sass/responsive.scss */
  #main-navigation .sf-menu {
    display: none;
  }

  /* line 36, ../sass/responsive.scss */
  #header h1 a {
    width: 360px;
    margin-left: -179px;
    background: url(../images/logo-mobile.png) left top no-repeat;
  }

  /* line 43, ../sass/responsive.scss */
  #mainNews {
    background: #fff;
    height: 75%;
  }
  /* line 47, ../sass/responsive.scss */
  #mainNews .row1 {
    float: left;
    width: 50%;
    height: 100%;
  }
  /* line 52, ../sass/responsive.scss */
  #mainNews .row1 article {
    height: 100%;
    background-size: cover !important;
    position: relative;
  }
  /* line 58, ../sass/responsive.scss */
  #mainNews .row1 article .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
  }
  /* line 64, ../sass/responsive.scss */
  #mainNews .row1 article .copy p.date {
    font-family: arial;
    font-size: 11px;
    text-transform: uppercase;
    color: #c59c5c;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  /* line 74, ../sass/responsive.scss */
  #mainNews .row1 article .copy h2 {
    font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    width: 78%;
    margin: 0 0 20px 0;
    padding: 0px;
    line-height: 25px;
  }
  /* line 83, ../sass/responsive.scss */
  #mainNews .row1 article .copy h2 a {
    color: #fff;
  }
  /* line 88, ../sass/responsive.scss */
  #mainNews .row1 article .copy a.readmore {
    display: block;
    height: 33px;
    width: 33px;
    background: url(../images/issuesreadmore.png) top center no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  /* line 102, ../sass/responsive.scss */
  #mainNews .row2 {
    float: left;
    width: 49.9%;
    margin-left: .1%;
    height: 100%;
  }
  /* line 108, ../sass/responsive.scss */
  #mainNews .row2 article {
    height: 49.90%;
    background-size: cover !important;
    margin-top: .2%;
    position: relative;
  }
  /* line 114, ../sass/responsive.scss */
  #mainNews .row2 article .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
  }
  /* line 120, ../sass/responsive.scss */
  #mainNews .row2 article .copy p.date {
    font-family: arial;
    font-size: 11px;
    text-transform: uppercase;
    color: #c59c5c;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  /* line 130, ../sass/responsive.scss */
  #mainNews .row2 article .copy h2 {
    font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    width: 85%;
    margin: 0 0 20px 0;
    padding: 0px;
    line-height: 22px;
  }
  /* line 139, ../sass/responsive.scss */
  #mainNews .row2 article .copy h2 a {
    color: #fff;
  }
  /* line 144, ../sass/responsive.scss */
  #mainNews .row2 article .copy a.readmore {
    display: block;
    height: 33px;
    width: 33px;
    background: url(../images/issuesreadmore.png) top center no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  /* line 155, ../sass/responsive.scss */
  #mainNews .row2 article:first-child {
    margin-top: 0px;
  }
  /* line 162, ../sass/responsive.scss */
  #mainNews .row3 {
    display: none;
  }
}
@media screen and (min-height: 0px) and (max-height: 800px) and (min-width: 1000px) {
  /* line 177, ../sass/responsive.scss */
  #topBorders {
    height: 1000px;
  }

  /* line 178, ../sass/responsive.scss */
  #mainNews {
    height: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 550px) {
  /* line 186, ../sass/responsive.scss */
  #header {
    position: relative;
    height: 117px;
    top: inherit;
    left: inherit;
  }

  /* line 193, ../sass/responsive.scss */
  #header h1 a {
    margin-left: -142px;
    background: url(../images/logo-320.png) left top no-repeat;
    top: 11px;
    width: 286px;
  }

  /* line 201, ../sass/responsive.scss */
  #main-navigation {
    display: none;
  }

  /* line 204, ../sass/responsive.scss */
  #mobileSlideshow {
    height: 341px;
    overflow: hidden;
  }
  /* line 208, ../sass/responsive.scss */
  #mobileSlideshow article {
    height: 341px;
    background-size: cover !important;
    position: relative;
    width: 100%;
  }
  /* line 215, ../sass/responsive.scss */
  #mobileSlideshow article .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    width: 100%;
  }
  /* line 222, ../sass/responsive.scss */
  #mobileSlideshow article .copy p.date {
    font-family: arial;
    font-size: 11px;
    text-transform: uppercase;
    color: #c59c5c;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  /* line 232, ../sass/responsive.scss */
  #mobileSlideshow article .copy h2 {
    font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    width: 85%;
    margin: 0 0 20px 0;
    padding: 0px;
  }
  /* line 240, ../sass/responsive.scss */
  #mobileSlideshow article .copy h2 a {
    color: #fff;
  }
  /* line 245, ../sass/responsive.scss */
  #mobileSlideshow article .copy a.readmore {
    display: block;
    height: 33px;
    width: 33px;
    background: url(../images/issuesreadmore.png) top center no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  /* line 256, ../sass/responsive.scss */
  #mobileSlideshow article:first-child {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 272, ../sass/responsive.scss */
  #main-navigation .sf-menu > li > a {
    padding: 0 7px 0 18px;
  }

  /* line 277, ../sass/responsive.scss */
  #header h1 a {
    margin-left: -179px;
    width: 360px;
    background: url(../images/logo-mobile.png) left top no-repeat;
  }
}
@media screen and (max-width: 1179px) {
  /* line 286, ../sass/responsive.scss */
  #mainBorders {
    margin: 0;
  }

  /* line 287, ../sass/responsive.scss */
  #topBorders {
    margin: 0;
  }

  /* line 288, ../sass/responsive.scss */
  #cmenu {
    display: none;
  }

  /* line 289, ../sass/responsive.scss */
  #header .headerborder {
    margin: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  /* line 297, ../sass/responsive.scss */
  #header .headersocial {
    display: none;
  }

  /* line 301, ../sass/responsive.scss */
  #header .social {
    display: none;
  }

  /* line 307, ../sass/responsive.scss */
  #header {
    border-top: 8px solid #980C0A;
  }

  /* line 315, ../sass/responsive.scss */
  #constituent .titleBar {
    display: none;
  }

  /* line 319, ../sass/responsive.scss */
  .mobilemenu {
    position: relative;
    width: 100%;
    display: block;
    height: 40px;
    background: #F0F4F8;
    border-top: 2px solid #E3E7EC;
  }
  /* line 329, ../sass/responsive.scss */
  .mobilemenu .nav-btn {
    width: 20%;
    float: left;
    background: #E3EAF1;
    height: 100%;
    color: #1e4057;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
  }
  /* line 345, ../sass/responsive.scss */
  .mobilemenu .socialBox {
    width: 80%;
    float: left;
    display: none;
  }
  /* line 346, ../sass/responsive.scss */
  .mobilemenu .social {
    display: table;
    margin: 6px auto 0;
  }
  /* line 352, ../sass/responsive.scss */
  .mobilemenu .social li {
    list-style: none;
    float: left;
    width: 45px;
    height: 27px;
    border-left: 4px solid #DDDDDD;
  }
  /* line 360, ../sass/responsive.scss */
  .mobilemenu .social li.facebook {
    background: url(../images/footerfacebook.png) center center no-repeat;
  }
  /* line 361, ../sass/responsive.scss */
  .mobilemenu .social li.twitter {
    background: url(../images/footertwitter.png) center center no-repeat;
  }
  /* line 362, ../sass/responsive.scss */
  .mobilemenu .social li.instagram {
    background: url(../images/footerinstagram.png) center center no-repeat;
  }
  /* line 363, ../sass/responsive.scss */
  .mobilemenu .social li.youtube {
    background: url(../images/footeryoutube.png) center center no-repeat;
  }
  /* line 364, ../sass/responsive.scss */
  .mobilemenu .social li.linkedin {
    background: url(../images/footerlinkedin.png) center center no-repeat;
  }
  /* line 365, ../sass/responsive.scss */
  .mobilemenu .social li:first-child {
    border-left: none;
  }
  /* line 367, ../sass/responsive.scss */
  .mobilemenu .social li a {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* line 382, ../sass/responsive.scss */
  #newsroom .titleBar {
    height: 125px;
    background: #fff;
  }
  /* line 386, ../sass/responsive.scss */
  #newsroom .titleBar h2 {
    font-size: 45px;
    color: #1c334a;
    font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 60px auto 0;
    display: table;
  }
  /* line 398, ../sass/responsive.scss */
  #newsroom .blueBox {
    width: 100%;
    background: #F0F4F8;
    padding: 80px 0px 40px 0px;
    position: relative;
  }
  /* line 405, ../sass/responsive.scss */
  #newsroom .blueBox .box {
    display: table;
    margin: 0 auto;
  }
  /* line 409, ../sass/responsive.scss */
  #newsroom .blueBox .box a {
    display: inline-block;
    width: 135px;
    height: 50px;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    background: #005F9B;
    text-transform: uppercase;
    float: left;
  }
  /* line 423, ../sass/responsive.scss */
  #newsroom .blueBox .box a.dark {
    background: #1C334A;
  }
  /* line 432, ../sass/responsive.scss */
  #newsroom .blueBox .pma {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -37px;
    display: block;
    height: 27px;
    width: 74px;
    background: url(../images/pma.png) top center no-repeat;
  }
  /* line 444, ../sass/responsive.scss */
  #newsroom .blueBox > ul {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 448, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li {
    float: left;
    width: 100%;
    margin-left: 0;
    background: #F0F4F8;
  }
  /* line 454, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li:first-child {
    margin-left: 0px;
  }
  /* line 458, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li .prl {
    display: block;
    width: 64px;
    height: 3px;
    background: #980C0A;
    margin: 40px auto 0;
  }
  /* line 466, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li h2 {
    color: #1c1c1c;
    font-size: 28px;
    font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0px;
    margin: 40px auto 40px auto;
    width: 80%;
    text-align: center;
  }
  /* line 475, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li h2 a {
    color: #1c1c1c;
  }
  /* line 478, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li h2 a:hover {
    text-decoration: underline;
  }
  /* line 484, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li p.date {
    margin: 0 0 40px 0;
    padding: 0;
    font-family: arial;
    font-size: 11px;
    color: #254776;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  /* line 495, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li p.story {
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #1c1c1c;
    display: none;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 30px auto 30px;
  }
  /* line 506, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li .sharing {
    display: none;
  }
  /* line 510, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li img {
    width: 100%;
    display: none;
    height: auto;
  }
  /* line 516, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li a.readmore {
    display: none;
    height: 33px;
    width: 33px;
    background: url(../images/newsroomreadmore.png) top center no-repeat;
    margin: 0 auto 30px;
  }

  /* line 538, ../sass/responsive.scss */
  #legislativeCenter {
    display: none;
  }

  /* line 542, ../sass/responsive.scss */
  #billSearch {
    display: none;
  }

  /* line 544, ../sass/responsive.scss */
  #about18th {
    display: none;
  }

  /* line 548, ../sass/responsive.scss */
  #socialBar .social {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 25px auto;
    display: table;
  }

  /* line 555, ../sass/responsive.scss */
  #socialBar .textSizer {
    display: none;
  }

  /* line 558, ../sass/responsive.scss */
  #aboutAnna {
    background: #1C334A;
    background-size: cover;
    width: 100%;
    height: inherit;
  }
  /* line 564, ../sass/responsive.scss */
  #aboutAnna .box {
    width: 80%;
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
  }
  /* line 570, ../sass/responsive.scss */
  #aboutAnna .box .stars {
    display: block;
    width: 162px;
    height: 52px;
    background: url(../images/aboutstars.png) top center no-repeat;
    margin: 0px auto 20px;
  }
  /* line 578, ../sass/responsive.scss */
  #aboutAnna .box h2 {
    font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    padding: 0px;
  }
  /* line 587, ../sass/responsive.scss */
  #aboutAnna .box p {
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
  }
  /* line 593, ../sass/responsive.scss */
  #aboutAnna .box a {
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    text-decoration: underline;
    letter-spacing: 1px;
  }
  /* line 603, ../sass/responsive.scss */
  #aboutAnna .box a.contact {
    height: 50px;
    line-height: 50px;
    border: 3px solid #C59C5C;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    letter-spacing: 1px;
  }

  /* line 621, ../sass/responsive.scss */
  #footer {
    margin-top: 25px;
    padding: 15px;
    height: 500px;
  }
  /* line 626, ../sass/responsive.scss */
  #footer .locations {
    width: 100%;
  }
  /* line 628, ../sass/responsive.scss */
  #footer .locations article {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  /* line 633, ../sass/responsive.scss */
  #footer .searchsitemap {
    width: 100%;
    text-align: center;
  }
  /* line 637, ../sass/responsive.scss */
  #footer .searchsitemap .searchform {
    display: none;
  }

  /* line 644, ../sass/responsive.scss */
  #constituent .blueBox {
    margin-top: 40px;
    padding: 30px 15px 40px 15px;
  }
  /* line 648, ../sass/responsive.scss */
  #constituent .blueBox .pma {
    display: none;
  }
  /* line 649, ../sass/responsive.scss */
  #constituent .blueBox .help {
    width: 100%;
    display: block;
    height: inherit;
    position: relative;
    border-top: 4px solid #CCDFEB;
    background: #fff;
    padding-top: 50px;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  /* line 660, ../sass/responsive.scss */
  #constituent .blueBox .help .icon {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -43px;
    display: block;
    height: 75px;
    width: 87px;
    background: url(../images/helpyoulogo.png) top center no-repeat;
  }
  /* line 671, ../sass/responsive.scss */
  #constituent .blueBox .help .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 676, ../sass/responsive.scss */
  #constituent .blueBox .help .box h2 {
    font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: #1c1c1c;
    margin: 0 0 25px 0px;
    padding: 0;
    text-align: center;
  }
  /* line 685, ../sass/responsive.scss */
  #constituent .blueBox .help .box p {
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #1c1c1c;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
  }
  /* line 695, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton {
    display: table;
    margin: 0 auto;
  }
  /* line 701, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  /* line 705, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 55px;
    float: left;
    line-height: 55px;
    color: #fff;
    background: url(../images/selectarrow.png) 253px 23px no-repeat #1c334a;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
  }
  /* line 723, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 727, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li:first-child {
    border-left: none;
  }
  /* line 731, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 734, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a {
    color: #333333;
    display: block;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
    font-size: 14px;
    padding: 0 8px;
    height: 63px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: none;
  }
  /* line 746, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a .sf-sub-indicator {
    display: none;
  }
  /* line 748, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a:hover, #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a.sfHover {
    text-decoration: none;
    transition: 0;
  }
  /* line 757, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li ul {
    background: #1C334A;
    position: absolute;
    color: #222222;
    display: none;
    left: 0;
    top: 55px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }
  /* line 767, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li {
    white-space: nowrap;
  }
  /* line 769, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li a {
    display: block;
    text-transform: uppercase;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 20px;
  }
  /* line 776, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li a:hover {
    background: #3C536A;
    text-decoration: none;
  }
  /* line 790, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton a.gi {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #005F9B;
    text-align: left;
    padding-left: 20px;
    float: left;
    text-transform: uppercase;
  }
  /* line 810, ../sass/responsive.scss */
  #constituent .blueBox .updates {
    width: 100%;
    display: block;
    position: relative;
    height: 371px;
    border-top: 4px solid #CCDFEB;
    background: #fff;
    padding-top: 50px;
    margin-top: 60px;
  }
  /* line 820, ../sass/responsive.scss */
  #constituent .blueBox .updates .icon {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -43px;
    display: block;
    height: 75px;
    width: 87px;
    background: url(../images/updatesicon.png) top center no-repeat;
  }
  /* line 831, ../sass/responsive.scss */
  #constituent .blueBox .updates .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 837, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7-response-output {
    background: #fff;
  }
  /* line 839, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 {
    width: 291px;
    margin: 0 auto;
    display: table;
  }
  /* line 845, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 form {
    width: 100%;
  }
  /* line 849, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    width: 277px;
  }
  /* line 851, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 input {
    border-radius: 0px;
    height: 55px;
    float: left;
    border: 0;
    margin: 0;
    width: 229px;
    background: #C59C5C;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
  }
  /* line 855, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 input[type="submit"] {
    background: url(../images/emailsignuparrow.png) center center no-repeat #ad8a53;
    width: 61px;
    text-indent: -9999px;
    height: 55px;
    margin: 0;
  }
  /* line 868, ../sass/responsive.scss */
  #constituent .blueBox .updates .box a.facebooksignup {
    line-height: 55px;
    margin-top: 15px;
    padding-left: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: url(../images/facebookbg.png) top right no-repeat;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    height: 55px;
    width: 291px;
    display: block;
    margin: 0 auto 40px;
  }
  /* line 884, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .social {
    display: none;
  }
  /* line 891, ../sass/responsive.scss */
  #constituent .blueBox .updates .box h2 {
    font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: #1c1c1c;
    margin: 0 0 25px 0px;
    padding: 0;
    text-align: center;
  }

  /* line 906, ../sass/responsive.scss */
  #bodyMain .narrowcolumn {
    width: 100%;
  }

  /* line 909, ../sass/responsive.scss */
  #bodyMain .widecolumn {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
  /* line 915, ../sass/responsive.scss */
  #bodyMain .widecolumn .ssb-red {
    position: relative;
    margin: 15px auto;
    display: table;
  }

  /* line 922, ../sass/responsive.scss */
  #socialBar {
    margin: 0;
  }

  /* line 923, ../sass/responsive.scss */
  #voteHolder {
    display: none;
  }

  /* line 925, ../sass/responsive.scss */
  #bodyMain .narrowcolumn {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  /* line 932, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help {
    width: 100%;
    display: block;
    height: inherit;
    position: relative;
    border-top: 4px solid #CCDFEB;
    background: #fff;
    padding-top: 50px;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  /* line 943, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .icon {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -43px;
    display: block;
    height: 75px;
    width: 87px;
    background: url(../images/helpyoulogo.png) top center no-repeat;
  }
  /* line 954, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 959, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box h2 {
    font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: #1c1c1c;
    margin: 0 0 25px 0px;
    padding: 0;
    text-align: center;
  }
  /* line 968, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box p {
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #1c1c1c;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
  }
  /* line 978, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton {
    display: table;
    margin: 0 auto;
  }
  /* line 984, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  /* line 988, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 55px;
    float: left;
    line-height: 55px;
    color: #fff;
    background: url(../images/selectarrow.png) 253px 23px no-repeat #1c334a;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
  }
  /* line 1006, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 1010, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li:first-child {
    border-left: none;
  }
  /* line 1014, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 1017, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a {
    color: #333333;
    display: block;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
    font-size: 14px;
    padding: 0 8px;
    height: 63px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: none;
  }
  /* line 1029, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a .sf-sub-indicator {
    display: none;
  }
  /* line 1031, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a:hover, #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a.sfHover {
    text-decoration: none;
    transition: 0;
  }
  /* line 1040, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul {
    background: #1C334A;
    position: absolute;
    color: #222222;
    display: none;
    left: 0;
    top: 55px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }
  /* line 1050, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li {
    white-space: nowrap;
  }
  /* line 1052, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li a {
    display: block;
    text-transform: uppercase;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 20px;
  }
  /* line 1059, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li a:hover {
    background: #3C536A;
    text-decoration: none;
  }
  /* line 1073, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton a.gi {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #005F9B;
    text-align: left;
    padding-left: 20px;
    float: left;
    text-transform: uppercase;
  }
  /* line 1093, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates {
    width: 100%;
    display: block;
    position: relative;
    height: 371px;
    border-top: 4px solid #CCDFEB;
    background: #fff;
    padding-top: 50px;
    margin-top: 60px;
  }
  /* line 1103, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .icon {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -43px;
    display: block;
    height: 75px;
    width: 87px;
    background: url(../images/updatesicon.png) top center no-repeat;
  }
  /* line 1114, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1120, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7-response-output {
    background: #fff;
  }
  /* line 1122, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 {
    width: 291px;
    margin: 0 auto;
    display: table;
  }
  /* line 1128, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 form {
    width: 100%;
  }
  /* line 1132, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    width: 277px;
  }
  /* line 1134, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 input {
    border-radius: 0px;
    height: 55px;
    float: left;
    border: 0;
    margin: 0;
    width: 229px;
    background: #C59C5C;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
  }
  /* line 1138, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 input[type="submit"] {
    background: url(../images/emailsignuparrow.png) center center no-repeat #ad8a53;
    width: 61px;
    text-indent: -9999px;
    height: 55px;
    margin: 0;
  }
  /* line 1151, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box a.facebooksignup {
    line-height: 55px;
    margin-top: 15px;
    padding-left: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: url(../images/facebookbg.png) top right no-repeat;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    height: 55px;
    width: 291px;
    display: block;
    margin: 0 auto 40px;
  }
  /* line 1167, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .social {
    display: none;
  }
  /* line 1174, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box h2 {
    font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    color: #1c1c1c;
    margin: 0 0 25px 0px;
    padding: 0;
    text-align: center;
  }

  /* line 1188, ../sass/responsive.scss */
  #footerTop {
    display: none;
  }

  /* line 1191, ../sass/responsive.scss */
  #bodyheader .header {
    margin: 0px;
    background-size: inherit;
    height: 190px;
  }
  /* line 1196, ../sass/responsive.scss */
  #bodyheader .header .headshot {
    display: none !important;
  }
  /* line 1198, ../sass/responsive.scss */
  #bodyheader .header h1 {
    margin: 0;
    text-align: center;
    line-height: 190px;
  }
}
