/* line 17, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/partials/_basics.scss */
.clearfix {
  zoom: 1;
}
/* line 44, ../sass/partials/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 45, ../sass/partials/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 29, ../sass/partials/_basics.scss */
a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #c59c5c;
  text-decoration: none;
}
/* line 33, ../sass/partials/_basics.scss */
a:active, a:focus {
  outline: none;
}
/* line 36, ../sass/partials/_basics.scss */
a:visited {
  color: #c59c5c;
}
/* line 39, ../sass/partials/_basics.scss */
a:hover {
  color: #8a6731;
  text-decoration: underline;
}

/* line 45, ../sass/partials/_basics.scss */
a[href$=pdf] {
  padding-right: 20px;
  background: url(https://d8ldk29pm7a3h.cloudfront.net/default/images/pdf.png) right top no-repeat;
}

/* line 46, ../sass/partials/_basics.scss */
a[href$=doc], a[href$=docx] {
  padding-right: 20px;
  background: url(https://d8ldk29pm7a3h.cloudfront.net/default/images/word.png) right top no-repeat;
}

/* line 47, ../sass/partials/_basics.scss */
a[href$=xls], a[href$=xlsX] {
  padding-right: 20px;
  background: url(https://d8ldk29pm7a3h.cloudfront.net/default/images/excel.png) right top no-repeat;
}

/* line 50, ../sass/partials/_basics.scss */
.widecolumn hr {
  border: 1px solid #e5e5e5;
}

/* line 53, ../sass/partials/_basics.scss */
.widecolumn img[style*=right], .widecolumn img[align=right], .widecolumn img.right {
  margin: 5px 0 25px 25px;
}
/* line 54, ../sass/partials/_basics.scss */
.widecolumn img[style*=left], .widecolumn img[align=left], .widecolumn img.left {
  margin: 5px 25px 25px 0;
}
/* line 55, ../sass/partials/_basics.scss */
.widecolumn img.unstyled {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 64, ../sass/partials/_basics.scss */
.clear {
  clear: both;
}

/* line 65, ../sass/partials/_basics.scss */
.left {
  float: left;
}

/* line 66, ../sass/partials/_basics.scss */
.right {
  float: right;
}

/* line 67, ../sass/partials/_basics.scss */
.textright {
  text-align: right;
}

/* line 68, ../sass/partials/_basics.scss */
.textcenter {
  text-align: center;
}

/* line 69, ../sass/partials/_basics.scss */
.separator {
  height: 15px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}

/* line 70, ../sass/partials/_basics.scss */
.hidden, .print {
  display: none;
}

/* line 71, ../sass/partials/_basics.scss */
.invisible {
  visibility: hidden;
}

/* line 72, ../sass/partials/_basics.scss */
::-moz-selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}

/* line 73, ../sass/partials/_basics.scss */
::selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}

/* line 76, ../sass/partials/_basics.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 77, ../sass/partials/_basics.scss */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

/* line 78, ../sass/partials/_basics.scss */
.alignright, .wp-post-image {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 79, ../sass/partials/_basics.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 80, ../sass/partials/_basics.scss */
.aligncenter {
  display: block;
  margin: 5px auto;
}

/* line 81, ../sass/partials/_basics.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 82, ../sass/partials/_basics.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 83, ../sass/partials/_basics.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 84, ../sass/partials/_basics.scss */
a img.aligncenter {
  display: block;
  margin: 5px auto 20px;
}

/* line 85, ../sass/partials/_basics.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 86, ../sass/partials/_basics.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 87, ../sass/partials/_basics.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 88, ../sass/partials/_basics.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 89, ../sass/partials/_basics.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 90, ../sass/partials/_basics.scss */
.wp-caption p.wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 	Prevent Typekit FOUT */
/* line 7, ../sass/partials/_typography.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading .sf-menu a {
  visibility: hidden;
}

/* line 8, ../sass/partials/_typography.scss */
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active .sf-menu a {
  visibility: visible;
}

/* HEADINGS, PARAGRAPHS */
/* line 11, ../sass/partials/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ad8a53;
  line-height: 1.2;
  margin: 1em 0;
}

/* line 19, ../sass/partials/_typography.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: none;
}

/* line 24, ../sass/partials/_typography.scss */
h1 {
  font-size: 2em;
  margin: 2.67em 0 0.67em;
}

/* line 25, ../sass/partials/_typography.scss */
h2 {
  font-size: 1.5em;
  margin: 2.83em 0 0.83em;
}

/* line 26, ../sass/partials/_typography.scss */
h3 {
  font-size: 1.17em;
  margin: 3em 0 1em;
}

/* line 27, ../sass/partials/_typography.scss */
h4 {
  font-size: 1em;
  margin: 3.33em 0 1.33em;
}

/* line 28, ../sass/partials/_typography.scss */
h5 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* Site name and tagline */
/* line 34, ../sass/partials/_typography.scss */
#header h1 {
  margin: 0;
}
/* line 36, ../sass/partials/_typography.scss */
#header h1 a {
  background: url(../images/logo.png) left top no-repeat;
  display: block;
  height: 120px;
  text-indent: -9999px;
  width: 200px;
}
/* line 45, ../sass/partials/_typography.scss */
#header .description {
  position: absolute;
  text-indent: -9999px;
}

/* other paragraphs */
/* line 52, ../sass/partials/_typography.scss */
p {
  margin-bottom: 1em;
}

/* line 53, ../sass/partials/_typography.scss */
blockquote {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  border: 0px;
  margin-bottom: 1em;
  font-style: italic;
  padding: 35px 25px;
  font-size: 20px;
  background: none;
  color: #455e7d;
}
/* line 62, ../sass/partials/_typography.scss */
blockquote p {
  margin-bottom: .5em;
}

/* line 64, ../sass/partials/_typography.scss */
em {
  font-style: italic;
}

/* line 65, ../sass/partials/_typography.scss */
b {
  font-weight: bold !important;
}

/* line 66, ../sass/partials/_typography.scss */
strong {
  font-weight: bold !important;
}

/* LISTS */
/* line 69, ../sass/partials/_typography.scss */
ul, ol {
  margin: 0;
}
/* line 71, ../sass/partials/_typography.scss */
ul li, ol li {
  list-style: none;
  margin: 0;
}

/* line 76, ../sass/partials/_typography.scss */
.container .widecolumn {
  margin-bottom: 1em;
  overflow: hidden;
  width: auto;
}
/* line 83, ../sass/partials/_typography.scss */
.container .widecolumn ul > li {
  list-style: none !important;
}
/* line 86, ../sass/partials/_typography.scss */
.container .widecolumn ul > li:before {
  content: "•";
  padding-right: 11px;
  color: #c6533b;
  font-size: 25px;
}
/* line 95, ../sass/partials/_typography.scss */
.container .widecolumn ul.postview label {
  padding: 10px;
}
/* line 99, ../sass/partials/_typography.scss */
.container .widecolumn ul.postview > li {
  margin: 0;
  padding: 0;
}
/* line 103, ../sass/partials/_typography.scss */
.container .widecolumn ul.postview > li:before {
  content: "";
  padding-right: none;
}
/* line 113, ../sass/partials/_typography.scss */
.container .widecolumn li {
  margin: 0 0 5px 30px;
}
/* line 117, ../sass/partials/_typography.scss */
.container .widecolumn li ul {
  margin: .3em 0;
}
/* line 119, ../sass/partials/_typography.scss */
.container .widecolumn li ul li {
  list-style: circle;
}
/* line 121, ../sass/partials/_typography.scss */
.container .widecolumn li ul li ul {
  margin: .3em 0;
}
/* line 123, ../sass/partials/_typography.scss */
.container .widecolumn li ul li ul li {
  list-style: square;
}
/* line 127, ../sass/partials/_typography.scss */
.container .widecolumn li ol {
  margin: .3em 0;
}
/* line 129, ../sass/partials/_typography.scss */
.container .widecolumn li ol li {
  list-style: lower-alpha;
}
/* line 131, ../sass/partials/_typography.scss */
.container .widecolumn li ol li ol {
  margin: .3em 0;
}
/* line 133, ../sass/partials/_typography.scss */
.container .widecolumn li ol li ol li {
  list-style: lower-roman;
}

/* line 139, ../sass/partials/_typography.scss */
.container .widecolumn ul li {
  list-style: disc;
}

/* line 140, ../sass/partials/_typography.scss */
.container .widecolumn ol li {
  list-style: decimal;
}

/* line 143, ../sass/partials/_typography.scss */
ul.clearfix, .sf-menu {
  zoom: 1;
  margin: 0;
}
/* line 44, ../sass/partials/_mixins.scss */
ul.clearfix:before, ul.clearfix:after, .sf-menu:before, .sf-menu:after {
  content: "";
  display: table;
}
/* line 45, ../sass/partials/_mixins.scss */
ul.clearfix:after, .sf-menu:after {
  clear: both;
}
/* line 146, ../sass/partials/_typography.scss */
ul.clearfix li, .sf-menu li {
  float: left;
  list-style: none;
  margin: 0;
}

/* Endless Ridiculous Forms */
/* line 5, ../sass/partials/_forms.scss */
#atform textarea {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
}

/* line 6, ../sass/partials/_forms.scss */
#atform label.error {
  color: #555;
  border-radius: 10px;
  font-family: Tahoma,Geneva,Arial,sans-serif;
  font-size: 11px;
  padding: 10px 36px;
  margin: 10px;
  background: #ffecec url("../images/error.png") no-repeat 10px 50%;
  border: 1px solid #f5aca6;
  display: table;
  width: 300px;
}

/* line 17, ../sass/partials/_forms.scss */
#atform input.error, #atform textarea.error {
  border: 1px solid #f5aca6;
}

/* FORMS */
/* line 26, ../sass/partials/_forms.scss */
form fieldset {
  border: 1px dotted #ccc;
  padding: 0 20px 20px;
}
/* line 30, ../sass/partials/_forms.scss */
form legend {
  background: white;
  padding: 30px;
}
/* line 34, ../sass/partials/_forms.scss */
form label {
  display: block;
  font-size: 14.4px;
  font-style: italic;
}
/* line 49, ../sass/partials/_forms.scss */
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='tel'],
form input[type='search'],
form textarea,
form select {
  font-family: "open-sans-n4", "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #5C5C5C;
  font-size: 14px;
  height: 42px;
  line-height: 100%;
  max-width: 100%;
  padding: 0 22px;
  margin-bottom: 7px;
  vertical-align: middle;
}
/* line 63, ../sass/partials/_forms.scss */
form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='tel']:focus,
form input[type='search']:focus,
form textarea:focus,
form select:focus {
  background: #eee;
  font-style: normal;
  color: #393544;
  outline: none;
}
/* line 76, ../sass/partials/_forms.scss */
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='tel'],
form input[type='search'],
form select {
  height: 1.5;
  line-height: auto;
  vertical-align: middle;
}
/* line 81, ../sass/partials/_forms.scss */
form textarea {
  height: 150px;
  overflow: auto;
  padding: 8px;
}
/* line 86, ../sass/partials/_forms.scss */
form input[type="radio"] {
  vertical-align: text-bottom;
}
/* line 87, ../sass/partials/_forms.scss */
form input[type="checkbox"] {
  vertical-align: bottom;
}

/* placeholders */
/* line 90, ../sass/partials/_forms.scss */
.placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #827a98;
}

/* line 93, ../sass/partials/_forms.scss */
.ie7 legend {
  margin-left: -7px;
}

/* line 94, ../sass/partials/_forms.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 97, ../sass/partials/_forms.scss */
input[type="submit"], input[type="image"], input[type="button"], button {
  cursor: pointer;
}

/* line 99, ../sass/partials/_forms.scss */
.button, input[type="submit"], input[type="button"], button {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: url(../images/readmorearrow.png) right center no-repeat;
  color: #c6533b !important;
  display: table;
  line-height: 25px;
  padding: 0 34px 0 0px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
}
/* line 111, ../sass/partials/_forms.scss */
.button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
  text-decoration: none;
}

/* error messages */
/* make inputs with errors obvious */
/** rewrite for contact form 7 **/
/* line 123, ../sass/partials/_forms.scss */
form.invalid div.wpcf7-validation-errors, form.invalid .wpcf7-not-valid-tip {
  background: #FAC5CB;
  border: 2px solid red;
  border-radius: 5px;
  padding: 10px;
}

/* LAYOUT */
/* line 5, ../sass/style.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 14, ../sass/style.scss */
html {
  height: 100%;
}

/* line 16, ../sass/style.scss */
body {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #393544;
  height: 100%;
  line-height: 150%;
}
/* line 22, ../sass/style.scss */
body.admin-bar {
  margin: 32px 0 0;
}
/* line 25, ../sass/style.scss */
body.admin-bar #header {
  top: 32px;
}

/* line 31, ../sass/style.scss */
.container {
  zoom: 1;
  margin: auto;
  position: relative;
  width: 1075px;
}
/* line 44, ../sass/partials/_mixins.scss */
.container:before, .container:after {
  content: "";
  display: table;
}
/* line 45, ../sass/partials/_mixins.scss */
.container:after {
  clear: both;
}

/* line 38, ../sass/style.scss */
.no-border {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* z-index of nav higher than #main so sub-menus display on top of page content */
/* line 44, ../sass/style.scss */
#site-navigation {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1180px) {
  /* line 47, ../sass/style.scss */
  #header .mobile-nav {
    display: none;
  }
}
/* line 50, ../sass/style.scss */
#header {
  background: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  display: block;
  height: 208px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
/* line 65, ../sass/style.scss */
#header .about {
  font-family: "source-sans-pro-n4", "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 22px;
  right: 0;
  background: url(../images/headerPlacemarker.png) left center no-repeat;
  padding-left: 15px;
}
/* line 76, ../sass/style.scss */
#header .headerborder {
  margin: 0 65px;
  position: relative;
}
/* line 81, ../sass/style.scss */
#header .social {
  position: absolute;
  top: 119px;
  left: 0px;
}
/* line 87, ../sass/style.scss */
#header .social li {
  list-style: none;
  float: left;
  width: 45px;
  height: 27px;
  border-left: 1px solid #DDDDDD;
}
/* line 94, ../sass/style.scss */
#header .social li:hover {
  opacity: .8;
}
/* line 97, ../sass/style.scss */
#header .social li.facebook {
  background: url(../images/headerfacebook.png) center center no-repeat;
}
/* line 98, ../sass/style.scss */
#header .social li.twitter {
  background: url(../images/headertwitter.png) center center no-repeat;
}
/* line 99, ../sass/style.scss */
#header .social li.instagram {
  background: url(../images/headerinstagram.png) center center no-repeat;
}
/* line 100, ../sass/style.scss */
#header .social li.youtube {
  background: url(../images/headeryoutube.png) center center no-repeat;
}
/* line 101, ../sass/style.scss */
#header .social li.linkedin {
  background: url(../images/headerlinkedin.png) center center no-repeat;
}
/* line 102, ../sass/style.scss */
#header .social li:first-child {
  border-left: none;
}
/* line 104, ../sass/style.scss */
#header .social li a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 115, ../sass/style.scss */
#header .headersocial {
  position: absolute;
  top: 110px;
  right: 0px;
}
/* line 122, ../sass/style.scss */
#header .headersocial .signup {
  float: left;
  height: 30px;
  background: url(../images/headeremail.png) right center no-repeat;
  display: block;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #7A7A7A;
  transition: 0;
  padding-right: 35px;
  margin-right: 20px;
  text-transform: uppercase;
}
/* line 139, ../sass/style.scss */
#header .headersocial .search {
  float: left;
  padding-left: 20px;
  height: 30px;
  background: url(../images/headersearch.png) right center no-repeat;
  display: block;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #7A7A7A;
  transition: 0;
  padding-right: 35px;
  text-transform: uppercase;
  border-left: 1px solid #dddddd;
}
/* line 157, ../sass/style.scss */
#header .headersocial .wpcf7-response-output {
  background: #fff;
}
/* line 159, ../sass/style.scss */
#header .headersocial .formbox {
  display: none;
  position: absolute;
  top: 61px;
  right: 98px;
  width: 280px;
}
/* line 167, ../sass/style.scss */
#header .headersocial form {
  position: absolute;
  width: 276px;
  border: 1px solid #dddddd;
}
/* line 171, ../sass/style.scss */
#header .headersocial span.wpcf7-not-valid-tip {
  position: absolute;
  top: 60px;
  width: 277px;
}
/* line 173, ../sass/style.scss */
#header .headersocial input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
  width: 221px;
}
/* line 175, ../sass/style.scss */
#header .headersocial input[type="submit"] {
  background: url(../images/headeremail.png) 16px 15px no-repeat white;
  width: 55px;
  text-indent: -9999px;
  height: 46px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 189, ../sass/style.scss */
#header .headersocial .searchform {
  display: none;
  position: absolute;
  top: 61px;
  right: -4px;
  width: 280px;
  border: 1px solid #dddddd;
  background: #fff;
}
/* line 198, ../sass/style.scss */
#header .headersocial .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 204, ../sass/style.scss */
#header .headersocial .searchform input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 22px;
}
/* line 212, ../sass/style.scss */
#header .headersocial .searchform input[type="submit"] {
  background: url(../images/headersearch.png) 18px 15px no-repeat white;
  width: 55px;
  height: 46px;
  margin: 0;
}
/* line 225, ../sass/style.scss */
#header .links {
  position: absolute;
  right: 0px;
  top: 55px;
}
/* line 232, ../sass/style.scss */
#header .links a {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 15px;
}
/* line 242, ../sass/style.scss */
#header .links a.events {
  background: #C6533B;
}
/* line 244, ../sass/style.scss */
#header .links a.events:hover {
  background: #a0422e;
  text-decoration: none;
}
/* line 249, ../sass/style.scss */
#header .links a.shop {
  background: #6F8EA3;
  margin-left: 1px;
}
/* line 252, ../sass/style.scss */
#header .links a.shop:hover {
  background: #577488;
  text-decoration: none;
}
/* line 257, ../sass/style.scss */
#header .links a.member {
  background: #599792;
  margin-left: 1px;
}
/* line 260, ../sass/style.scss */
#header .links a.member:hover {
  background: #467773;
  text-decoration: none;
}
/* line 267, ../sass/style.scss */
#header .navigation {
  position: absolute;
  top: 123px;
  left: 0px;
  width: 100%;
  height: 61px;
  background: #F2F5F8;
  display: block;
}
/* line 276, ../sass/style.scss */
#header .navigation #main-contribute {
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #df2139;
  display: block;
  font-size: 14px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0px 15px;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 288, ../sass/style.scss */
#header .navigation #main-contribute:hover {
  text-decoration: none;
  background: url(../images/menuactive.png) 50% 100% no-repeat;
  transition: 0;
}
/* line 295, ../sass/style.scss */
#header .navigation form.updates {
  margin-right: 57px;
}
/* line 298, ../sass/style.scss */
#header .navigation form.updates input[type="image"] {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  border-top: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  border-radius: 0px;
  padding: 11px 10px 12px;
  vertical-align: top;
}
/* line 310, ../sass/style.scss */
#header .navigation form.updates input[type="text"] {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  border-top: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  border-right: 0px;
  height: 40px;
  line-height: 38px;
  border-radius: 0px;
  vertical-align: top;
  margin-right: 0px;
  width: 170px;
  padding: 0 0px 0 20px;
}
/* line 328, ../sass/style.scss */
#header .navigation .social a {
  height: 40px;
  width: 42px;
}
/* line 332, ../sass/style.scss */
#header .navigation .social a.twitter {
  background: url(../images/twitterlogo.png) center no-repeat #3c9cdd;
  margin-left: 5px;
}
/* line 337, ../sass/style.scss */
#header .navigation .social a.facebook {
  background: url(../images/facebooklogo.png) center no-repeat #596fc1;
}
/* line 341, ../sass/style.scss */
#header .navigation .social a:hover {
  opacity: .8;
}
/* line 347, ../sass/style.scss */
#header p.byline {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #828282;
  font-size: 17px;
  position: absolute;
  top: 25px;
  line-height: 22px;
  left: 216px;
  margin: 0;
  padding: 0;
}
/* line 358, ../sass/style.scss */
#header p.byline span {
  font-style: italic;
}
/* line 363, ../sass/style.scss */
#header h1 {
  margin: 0;
}
/* line 366, ../sass/style.scss */
#header h1 a {
  position: absolute;
  top: 89px;
  left: 50%;
  margin-left: -294px;
  background: url(../images/logo.png) left top no-repeat;
  display: block;
  height: 97px;
  text-indent: -9999px;
  width: 589px;
}
/* line 393, ../sass/style.scss */
#header.fixed p.byline {
  display: none;
}
/* line 402, ../sass/style.scss */
#header.buttons #headerScrollButtons {
  opacity: 1;
}
/* line 412, ../sass/style.scss */
#header #headerScrollButtons {
  height: 44px;
  position: absolute;
  width: 702px;
  bottom: -44px;
  right: 79px;
  z-index: 250;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}
/* line 425, ../sass/style.scss */
#header #headerScrollButtons li {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #0f345c;
  float: left;
  height: 44px;
  font-size: 17px;
  line-height: 15px;
  text-align: center;
  width: 33.33333333%;
}
/* line 435, ../sass/style.scss */
#header #headerScrollButtons li a {
  color: #fff;
  padding-top: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  letter-spacing: 1px;
}
/* line 445, ../sass/style.scss */
#header #headerScrollButtons li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 451, ../sass/style.scss */
#header #headerScrollButtons li.sign a {
  background: #df2139;
}
/* line 454, ../sass/style.scss */
#header #headerScrollButtons li.sign a span {
  background: url("../images/buttonbg.png") 0px 1px no-repeat;
  padding-left: 25px;
}
/* line 460, ../sass/style.scss */
#header #headerScrollButtons li.volunteer a {
  background: #262f41;
}
/* line 463, ../sass/style.scss */
#header #headerScrollButtons li.volunteer a span {
  background: url("../images/buttonbg.png") 0px -90px no-repeat;
  padding-left: 25px;
}
/* line 469, ../sass/style.scss */
#header #headerScrollButtons li.stayinformed a {
  background: #5b6e96;
}
/* line 472, ../sass/style.scss */
#header #headerScrollButtons li.stayinformed a span {
  background: url("../images/buttonbg.png") 0px -182px no-repeat;
  padding-left: 25px;
}

/* line 481, ../sass/style.scss */
.social a {
  border-radius: 3px;
  color: #FFF;
  float: left;
  text-indent: -99999px;
}

/* line 488, ../sass/style.scss */
.sf-sub-indicator {
  display: none;
}

/* line 491, ../sass/style.scss */
#bodyheader {
  height: 250px;
  width: 100%;
}
/* line 498, ../sass/style.scss */
#bodyheader .header {
  background: url(../images/body-title-bkg.jpg) no-repeat top right;
  background-size: 100% auto;
  display: block;
  height: 250px;
  width: 100%;
  margin-top: 200px;
  position: relative;
}
/* line 507, ../sass/style.scss */
#bodyheader .header.about-anna a.headshot {
  display: inline-block;
  background: #fff;
  font-family: "source-sans-pro-n6", "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #005f9b;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 41%;
  right: 55px;
  padding: 10px 40px;
}
/* line 522, ../sass/style.scss */
#bodyheader .header a.headshot {
  display: none;
}
/* line 524, ../sass/style.scss */
#bodyheader .header.community-education {
  background: url(../images/body-community-bkg.jpg) no-repeat top center;
  background-size: 100% auto;
}
/* line 529, ../sass/style.scss */
#bodyheader .header.exhibits-collections {
  background: url(../images/body-exhibits-bkg.jpg) no-repeat top center;
  background-size: 100% auto;
}
/* line 534, ../sass/style.scss */
#bodyheader .header.support {
  background: url(../images/body-support-bkg.jpg) no-repeat top center;
  background-size: 100% auto;
}
/* line 539, ../sass/style.scss */
#bodyheader .header.visit {
  background: url(../images/body-visit-bkg.jpg) no-repeat top center;
  background-size: 100% auto;
}
/* line 546, ../sass/style.scss */
#bodyheader .header h1 {
  font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 241px;
  text-align: left;
  margin-left: 50px;
}

/* line 559, ../sass/style.scss */
#bodyBottomMenu {
  display: block;
  background: #0000ff;
  height: 54px;
  position: relative;
  width: 100%;
  z-index: 250;
}
/* line 568, ../sass/style.scss */
#bodyBottomMenu li {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #0f345c;
  float: left;
  height: 54px;
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  width: 33.33333333%;
}
/* line 578, ../sass/style.scss */
#bodyBottomMenu li a {
  color: #fff;
  padding-top: 18px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  letter-spacing: 1px;
}
/* line 588, ../sass/style.scss */
#bodyBottomMenu li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 594, ../sass/style.scss */
#bodyBottomMenu li.sign a {
  background: #df2139;
}
/* line 597, ../sass/style.scss */
#bodyBottomMenu li.sign a span {
  background: url("../images/buttonbg.png") 0px 3px no-repeat;
  padding-left: 25px;
}
/* line 603, ../sass/style.scss */
#bodyBottomMenu li.volunteer a {
  background: #262f41;
}
/* line 606, ../sass/style.scss */
#bodyBottomMenu li.volunteer a span {
  background: url("../images/buttonbg.png") 0px -87px no-repeat;
  padding-left: 25px;
}
/* line 612, ../sass/style.scss */
#bodyBottomMenu li.stayinformed a {
  background: #5b6e96;
}
/* line 615, ../sass/style.scss */
#bodyBottomMenu li.stayinformed a span {
  background: url("../images/buttonbg.png") 0px -179px no-repeat;
  padding-left: 25px;
}

/* line 625, ../sass/style.scss */
#bodyHeaderBottomMenu {
  display: block;
  background: #0000ff;
  height: 56px;
  margin-top: -56px;
  width: 100%;
  z-index: 10;
}
/* line 633, ../sass/style.scss */
#bodyHeaderBottomMenu li {
  width: 25%;
  float: left;
  height: 56px;
  text-align: center;
  line-height: 15px;
  background: #0f345c;
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 643, ../sass/style.scss */
#bodyHeaderBottomMenu li a {
  color: #4fb1f3;
  padding-top: 22px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  font-size: 15px;
}
/* line 653, ../sass/style.scss */
#bodyHeaderBottomMenu li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 659, ../sass/style.scss */
#bodyHeaderBottomMenu li.contribute a {
  background: url("../images/buttonbg.png") 23% 18px no-repeat #0aa75b;
  color: #fff;
}
/* line 664, ../sass/style.scss */
#bodyHeaderBottomMenu li.volunteer a {
  background: url("../images/buttonbg.png") 25% -88px no-repeat #194b8a;
}
/* line 668, ../sass/style.scss */
#bodyHeaderBottomMenu li.stayinformed a {
  background: url("../images/buttonbg.png") 20% -194px no-repeat #1e376d;
}
/* line 672, ../sass/style.scss */
#bodyHeaderBottomMenu li.facebook a {
  background: url("../images/buttonbg.png") 13% -305px no-repeat #194b8a;
}
/* line 674, ../sass/style.scss */
#bodyHeaderBottomMenu li.facebook a br {
  display: none;
}

/* line 679, ../sass/style.scss */
#bodyMain {
  position: relative;
  margin-top: 30px;
}
/* line 683, ../sass/style.scss */
#bodyMain .container {
  width: 100%;
}
/* line 687, ../sass/style.scss */
#bodyMain .widecolumn {
  margin-top: 40px;
}
/* line 690, ../sass/style.scss */
#bodyMain .widecolumn .wpcf7-list-item {
  display: block;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vVotes .vheading {
  background-color: #BACCD6;
  border-bottom: 1px dotted #000000;
  font-size: 1.25em;
  font-weight: bold;
  padding: 12px 0 5px;
  text-transform: uppercase;
  width: 100%;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vheading .vtitle {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vVotes {
  width: 100%;
  font-size: .82em;
  margin: 0;
  color: #990000;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vVotes div {
  float: left;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vroll, #bodyMain .widecolumn .vvote, #bodyMain .widecolumn .vdate {
  width: 9%;
  text-align: center;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vbill {
  width: 12%;
  text-align: left;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vvote, #bodyMain .widecolumn .vroll {
  text-align: center;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vvote {
  font-weight: bold;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vtitle {
  color: #555555;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  width: 69%;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .vrow {
  clear: both;
  width: 100%;
  padding: 5px 0;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .alt {
  background: #eee;
}
/* line 693, ../sass/style.scss */
#bodyMain .widecolumn .clear {
  clear: both;
}
/* line 695, ../sass/style.scss */
#bodyMain .widecolumn .events {
  margin-top: 40px;
}
/* line 703, ../sass/style.scss */
#bodyMain .widecolumn .events li {
  list-style: none;
  margin: 0 0 30px 0;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
/* line 709, ../sass/style.scss */
#bodyMain .widecolumn .events li.single {
  margin-top: 0px;
  padding-top: 0px;
}
/* line 711, ../sass/style.scss */
#bodyMain .widecolumn .events li.single h2 {
  font-size: 35px;
  color: #c6533b;
}
/* line 714, ../sass/style.scss */
#bodyMain .widecolumn .events li.single .timeHolder {
  margin-bottom: 7px;
}
/* line 718, ../sass/style.scss */
#bodyMain .widecolumn .events li h2 {
  margin-top: 0;
  font-size: 30px;
}
/* line 720, ../sass/style.scss */
#bodyMain .widecolumn .events li:first-child {
  border-top: none;
  margin-top: 0px;
}
/* line 726, ../sass/style.scss */
#bodyMain .widecolumn .events li .entry h3 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333;
  font-size: 25px;
  text-align: left;
  margin-top: 1em;
}
/* line 733, ../sass/style.scss */
#bodyMain .widecolumn .events li .entry h3 a {
  color: #333;
}
/* line 739, ../sass/style.scss */
#bodyMain .widecolumn .events li .learnmore {
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  color: #c6533b;
  float: left;
  letter-spacing: 1px;
}
/* line 749, ../sass/style.scss */
#bodyMain .widecolumn .events li .time {
  font-family: "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  color: #333;
  text-align: left;
  vertical-align: bottom;
  display: inline-block;
}
/* line 758, ../sass/style.scss */
#bodyMain .widecolumn .events li .time span {
  font-family: "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  background: #c6533b;
  padding: 10px;
  line-height: 22px;
  display: inline-block;
}
/* line 769, ../sass/style.scss */
#bodyMain .widecolumn .events li .endtime {
  font-family: "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  color: #333;
  text-align: left;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 35px;
  padding-left: 62px;
}
/* line 780, ../sass/style.scss */
#bodyMain .widecolumn .events li .endtime.superClass {
  background: url(../images/eventslinebg.jpg) left center no-repeat;
}
/* line 785, ../sass/style.scss */
#bodyMain .widecolumn .events li .endtime span {
  font-family: "source-sans-pro-n3", "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  background: #c6533b;
  padding: 10px;
  line-height: 22px;
  display: inline-block;
}
@media screen and (max-width: 3500px) and (min-width: 1171px) {
  /* line 687, ../sass/style.scss */
  #bodyMain .widecolumn {
    padding-left: 61px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 0px) {
  /* line 687, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 65%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1401px) {
  /* line 687, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 67%;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1601px) {
  /* line 687, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 69%;
  }
}
@media screen and (max-width: 2000px) and (min-width: 1801px) {
  /* line 687, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 71%;
  }
}
@media screen and (max-width: 900px) {
  /* line 821, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .image {
    display: none;
  }
  /* line 823, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .copy {
    width: 100%;
    float: right;
  }
}
@media screen and (min-width: 901px) {
  /* line 831, ../sass/style.scss */
  #bodyMain .widecolumn article.archive {
    padding: 20px 0;
  }
  /* line 833, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .image {
    width: 25%;
    float: left;
  }
  /* line 834, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .image img {
    width: 80%;
    margin-top: 25px;
    height: auto;
  }
  /* line 836, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .copy {
    width: 75%;
    float: right;
    padding-left: 25px;
  }
  /* line 838, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .copy h2 {
    margin-top: 1em;
  }
}
/* line 847, ../sass/style.scss */
#bodyMain .widecolumn .at16nc {
  background: none !important;
}
/* line 849, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red {
  display: block;
  position: absolute;
  top: 0px;
}
/* line 855, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red p {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #C59C5C;
  margin: 0;
  display: inline-block;
  float: right;
  margin-top: -4px;
}
/* line 867, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a {
  display: block;
  float: right;
  margin-left: 12px;
}
/* line 873, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.facebook {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url(../images/headersocial.png) 4px 1px no-repeat !important;
}
/* line 880, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.twitter {
  width: 18px;
  height: 18px;
  background: url(../images/headersocial.png) -36px 1px no-repeat;
}
/* line 886, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.mail {
  width: 18px;
  height: 18px;
  background: url(../images/headersocial.png) -102px 1px no-repeat;
}
/* line 892, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.linked {
  width: 18px;
  height: 18px;
  background: url(../images/headersocial.png) -70px 1px no-repeat;
}
/* line 903, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article {
  border-top: 1px solid #CFD8E1;
  margin: .83em 0 0;
}
/* line 907, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article:first-child {
  border-top: 0;
}
/* line 909, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article h2 a {
  font-family: "open-sans-n4", "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}
/* line 914, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article span {
  font-family: "open-sans-n4", "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4095d2;
  font-size: 13px;
}
/* line 920, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article p {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #727272;
  margin-top: 12px;
  font-size: 15px;
}
/* line 927, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article a.readMore {
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 3px;
  background: #EFEFEF;
  color: #2672a6;
  display: inline-block;
  font-size: 13px;
  padding: 8px 15px;
  text-transform: uppercase;
}
/* line 940, ../sass/style.scss */
#bodyMain .widecolumn h1.title {
  font-family: "freight-display-pro-n3", "freight-display-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #005f9b;
  font-size: 27px;
  margin: 0 0 30px;
  display: block;
  width: 100%;
}
/* line 949, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial {
  border-top: 1px solid #cfd8e1;
  border-bottom: 1px solid #cfd8e1;
  padding: 7px;
  margin: 45px 0;
}
/* line 955, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .date {
  font-family: "open-sans-n4", "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #5e5e5e;
  margin: 0;
  line-height: 25px;
  padding: 0;
}
/* line 964, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing {
  font-family: "open-sans-n4", "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #5e5e5e;
  margin: 0;
  padding: 0;
}
/* line 971, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing .at16nc {
  background: none !important;
}
/* line 975, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing .at300bs {
  background: none !important;
}
/* line 979, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
/* line 985, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  border-left: 1px solid #cfd8e1;
}
/* line 992, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li:first-child {
  border-left: none;
}
/* line 996, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a {
  background: url(../images/bodysocial.png) 10px 10px;
  display: block;
  height: 25px;
  width: 40px;
}
/* line 1002, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a.twitter {
  background-position: -2px 0px;
}
/* line 1006, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a.facebook {
  background-position: 83px 1px;
}
/* line 1010, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a.email {
  background-position: 48px 0px;
}
/* line 1018, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi {
  margin: 1.5em 0;
}
/* line 1021, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi span, #bodyMain .widecolumn .wp-pagenavi a {
  background: #C59C5C;
  border: none;
  color: #FFF;
  float: left;
  font-size: 15px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
}
/* line 1032, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi span.nextpostslink, #bodyMain .widecolumn .wp-pagenavi span.previouspostslink, #bodyMain .widecolumn .wp-pagenavi a.nextpostslink, #bodyMain .widecolumn .wp-pagenavi a.previouspostslink {
  font-size: 22px;
}
/* line 1036, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi span.pages, #bodyMain .widecolumn .wp-pagenavi a.pages {
  font-size: 14px;
  padding: 0 25px;
  width: auto;
}
/* line 1043, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi a {
  background: #3B5997;
  color: #FFF;
}
/* line 1048, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi a:hover {
  background: #4c70b9;
  text-decoration: none;
}
/* line 1055, ../sass/style.scss */
#bodyMain .narrowcolumn {
  margin-bottom: 5em;
  width: 290px;
  margin-right: 4%;
}
/* line 1062, ../sass/style.scss */
#bodyMain .narrowcolumn #help {
  width: 100%;
  display: block;
  height: 371px;
  position: relative;
  border-top: 4px solid #CCDFEB;
  background: #fff;
  padding-top: 50px;
  margin-top: 60px;
}
/* line 1072, ../sass/style.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 1083, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box {
  display: table;
  width: 100%;
  margin: 0 auto;
}
/* line 1088, ../sass/style.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 1097, ../sass/style.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 1107, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton {
  display: table;
  margin: 0 auto;
}
/* line 1113, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu {
  float: left;
  width: 100%;
}
/* line 1116, ../sass/style.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 1134, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
  border-radius: 5px 5px 0 0 !important;
}
/* line 1138, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li:first-child {
  border-left: none;
}
/* line 1142, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
  border-radius: 5px 5px 0 0 !important;
}
/* line 1145, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a {
  color: #FFF;
  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 1157, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a .sf-sub-indicator {
  display: none;
}
/* line 1159, ../sass/style.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 1168, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul {
  background: #1C334A;
  position: absolute;
  color: #222222;
  display: none;
  left: 0;
  top: 0px;
  -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 1178, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li {
  white-space: nowrap;
  position: relative;
}
/* line 1181, ../sass/style.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 1188, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li a:hover {
  background: #3C536A;
  text-decoration: none;
}
/* line 1194, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li ul {
  position: absolute;
  left: -240px !important;
  top: 0px;
}
/* line 1208, ../sass/style.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 1228, ../sass/style.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 1238, ../sass/style.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 1249, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box {
  display: table;
  width: 100%;
  margin: 0 auto;
}
/* line 1255, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .wpcf7-response-output {
  background: #fff;
}
/* line 1257, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box {
  width: 100%;
}
/* line 1261, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box form {
  width: 100%;
  margin-bottom:25px;
}
/* line 1265, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .span.wpcf7-not-valid-tip {
  position: absolute;
  top: 60px;
  width: 277px;
}
/* line 1267, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box 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 1271, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box input[type="submit"] {
  background: url(../images/emailsignuparrow.png) center center no-repeat #ad8a53;
  width: 61px;
  text-indent: -9999px;
  height: 55px;
  margin: 0;
}
/* line 1284, ../sass/style.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: 100%;
  display: block;
  margin: 0 auto 40px;
}
/* line 1300, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .social {
  display: table;
  margin: 0 auto;
}
/* line 1304, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .social a {
  display: block;
  height: 18px;
  width: 25px;
  background: url(../images/hpsignupsocial.png) no-repeat;
}
/* line 1310, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .social a:hover {
  opacity: .8;
}
/* line 1312, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .social a.facebook {
  background-position: 4px 0px;
}
/* line 1315, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .social a.twitter {
  background-position: -42px 0px;
  margin-left: 20px;
}
/* line 1319, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .social a.instagram {
  background-position: -85px 0px;
  margin-left: 20px;
}
/* line 1329, ../sass/style.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 1342, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder {
  margin-top: 60px;
  border-top: 4px solid #CCDFEB;
  text-align: center;
}
/* line 1348, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder a.all {
  background: url(../images/issuesreadmore.png) right center no-repeat;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  color: #C59C5C;
  text-transform: uppercase;
  display: inline-block;
  margin: 25px 0;
}
/* line 1361, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder h2 {
  display: block;
  text-align: center;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 60px 0 35px;
  background: #fff;
  margin: 0;
}
/* line 1377, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder #vrollcall {
  width: 100%;
}
/* line 1378, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vVotes .vheading {
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  color: #1c334a;
  background-color: #F0F4F8;
}
/* line 1379, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vVotes {
  width: 100%;
  font-size: .82em;
  margin: 0;
}
/* line 1380, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vVotes div {
  float: left;
}
/* line 1381, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vDate .date {
  color: #005f9b;
}
/* line 1383, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vroll, #bodyMain .narrowcolumn #voteHolder .vvote, #bodyMain .narrowcolumn #voteHolder .vdate {
  width: 33%;
  text-align: center;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* line 1384, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vbill {
  width: 33%;
  text-align: left;
}
/* line 1385, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vrow .vbill {
  color: #980c0a;
  font-weight: bold;
}
/* line 1386, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vvote, #bodyMain .narrowcolumn #voteHolder .vroll {
  text-align: center;
}
/* line 1387, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vtitle {
  width: 69%;
  display: none;
}
/* line 1388, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vrow {
  border-bottom: 1px solid #fff;
  background: #F0F4F8;
  clear: both;
  width: 100%;
  padding: 5px 0;
}
/* line 1389, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .alt {
  background: #F0F4F8;
}
/* line 1390, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .clear {
  clear: both;
}
/* line 1391, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .aye {
  color: #ad8a53;
}
/* line 1392, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .nay {
  color: #484848;
}
/* line 1398, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch {
  margin-top: 60px;
  border-top: 4px solid #CCDFEB;
  background: #F0F4F8;
  text-align: center;
}
/* line 1406, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch h2 {
  display: block;
  text-align: center;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 60px 0 35px;
  background: #fff;
  margin: 0;
}
/* line 1421, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .box {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 0;
}
/* line 1428, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform {
  float: left;
  margin-left: 5%;
  width: 90%;
}
/* line 1433, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform:first-child {
  margin-bottom: 10px;
}
/* line 1438, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 1444, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 15px;
  width: 80%;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #424242;
  font-size: 14px;
  text-transform: uppercase;
  background: #ffffff;
  letter-spacing: .5px;
}
/* line 1459, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input[type="submit"] {
  background: url(../images/searchbuttonarrow.png) center center no-repeat #c59c5c;
  width: 20%;
  height: 45px;
  margin: 0;
}
/* line 1464, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input[type="submit"]:hover {
  opacity: .8;
}
/* line 1466, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input[type="submit"].billnum {
  background: url(../images/searchbuttonarrow.png) center center no-repeat #005f9b;
}

/* Overlay style */
/* line 1500, ../sass/style.scss */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(28, 51, 74, 0.9);
}

/* Overlay closing cross */
/* line 1511, ../sass/style.scss */
.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  text-indent: -99999px;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Menu style */
/* line 1527, ../sass/style.scss */
.overlay nav {
  text-align: center;
  position: relative;
  top: 40%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1536, ../sass/style.scss */
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

/* line 1545, ../sass/style.scss */
.overlay ul li {
  display: none;
  min-height: 40px;
  float: none;
}
/* line 1550, ../sass/style.scss */
.overlay ul li ul li {
  min-height: 30px;
  position: relative;
}
/* line 1554, ../sass/style.scss */
.overlay ul li ul li a {
  line-height: 30px;
}
/* line 1559, ../sass/style.scss */
.overlay ul li ul li ul {
  left: 0px !important;
}
/* line 1562, ../sass/style.scss */
.overlay ul li ul li ul li {
  min-height: 30px;
  position: relative;
}
/* line 1564, ../sass/style.scss */
.overlay ul li ul li ul li a {
  line-height: 30px;
}

/* line 1576, ../sass/style.scss */
.overlay ul li a {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 1587, ../sass/style.scss */
.overlay ul.sub-menu li a {
  font-size: 15px;
}

/* line 1593, ../sass/style.scss */
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
/* line 1600, ../sass/style.scss */
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}

/* line 1608, ../sass/style.scss */
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/* line 1615, ../sass/style.scss */
.overlay-contentscale.open li {
  display: block;
}

@media screen and (max-height: 30.5em) {
  /* line 1619, ../sass/style.scss */
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  /* line 1623, ../sass/style.scss */
  .overlay ul li {
    min-height: 34px;
  }
}
/* line 1633, ../sass/style.scss */
#inner-wrap {
  border-left: 37px solid #fff;
  border-right: 37px solid #fff;
}

/* line 1635, ../sass/style.scss */
#header {
  border-bottom: none;
  box-shadow: none;
}

/* line 1642, ../sass/style.scss */
#topBorders {
  height: 100%;
  margin: 0 65px;
}

/* line 1646, ../sass/style.scss */
#mainBorders {
  margin: 0 65px;
  background: #fff;
}

/* line 1651, ../sass/style.scss */
.at4-icon {
  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 1656, ../sass/style.scss */
.mainSharing {
  display: block;
  margin-left: -8px !important;
}
/* line 1659, ../sass/style.scss */
.mainSharing a {
  background: url(../images/newssocial.png) no-repeat;
  display: block;
}
/* line 1660, ../sass/style.scss */
.mainSharing a .at300bs {
  background: none !important;
}

a .at-icon-wrapper {
    display:none;
}
/* line 1663, ../sass/style.scss */
.mainSharing a.addthis_button_twitter, .mainSharing a.addthis_button_facebook, .mainSharing a.addthis_button_email {
  height: 15px;
  width: 30px;
  float: left;
}
/* line 1670, ../sass/style.scss */
.mainSharing a.addthis_button_compact {
  background: none;
  line-height: 2;
  margin-right: 1em;
  text-transform: uppercase;
  width: auto;
}
/* line 1678, ../sass/style.scss */
.mainSharing:hover li {
  opacity: .7;
}
/* line 1679, ../sass/style.scss */
.mainSharing li {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 1681, ../sass/style.scss */
.mainSharing li:hover {
  opacity: 1;
}

/* line 1688, ../sass/style.scss */
.mainSharing a.addthis_button_twitter {
  background-position: -24px 0px;
}
/* line 1689, ../sass/style.scss */
.mainSharing a.addthis_button_facebook {
  background-position: 9px 0px;
}
/* line 1690, ../sass/style.scss */
.mainSharing a.addthis_button_email {
  background-position: -63px 0px;
}

/* line 1696, ../sass/style.scss */
.sharing {
  display: block;
  margin: auto !important;
}
/* line 1699, ../sass/style.scss */
.sharing a {
  background: url(../images/bodysocial.png) no-repeat;
  display: block;
}
/* line 1700, ../sass/style.scss */
.sharing a .at300bs {
  background: none !important;
}
/* line 1703, ../sass/style.scss */
.sharing a.addthis_button_twitter, .sharing a.addthis_button_facebook, .sharing a.addthis_button_email {
  height: 15px;
  width: 30px;
  float: left;
}
/* line 1710, ../sass/style.scss */
.sharing a.addthis_button_compact {
  background: none;
  line-height: 2;
  margin-right: 1em;
  text-transform: uppercase;
  width: auto;
}
/* line 1718, ../sass/style.scss */
.sharing:hover li {
  opacity: .7;
}
/* line 1719, ../sass/style.scss */
.sharing li {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 1721, ../sass/style.scss */
.sharing li:hover {
  opacity: 1;
}

/* line 1725, ../sass/style.scss */
.home .sharing {
  margin: 0 auto 30px !important;
  display: table;
}
/* line 1730, ../sass/style.scss */
.home .sharing a.addthis_button_twitter {
  background-position: -24px 0px;
}
/* line 1731, ../sass/style.scss */
.home .sharing a.addthis_button_facebook {
  background-position: 9px 0px;
}
/* line 1732, ../sass/style.scss */
.home .sharing a.addthis_button_email {
  background-position: -63px 0px;
}

/* line 1736, ../sass/style.scss */
#cmenu {
  position: fixed;
  height: 200px;
  width: 25px;
  top: 225px;
  right: 17px;
  z-index: 100000;
}
/* line 1744, ../sass/style.scss */
#cmenu .container {
  position: relative;
  height: 100%;
}
/* line 1748, ../sass/style.scss */
#cmenu .container li {
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #C59C5C;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 16px;
  cursor: pointer;
  z-index: 1105;
  position: relative;
  list-style: none;
}
/* line 1762, ../sass/style.scss */
#cmenu .container li .flag {
  display: none;
  position: absolute;
  background: #C59C5c;
  z-index: 100;
  right: 25px;
  padding: 5px 20px;
  white-space: nowrap;
  border-radius: 4px;
  top: -9px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
}
/* line 1779, ../sass/style.scss */
#cmenu .container li.fill {
  background: #C59C5C;
}
/* line 1782, ../sass/style.scss */
#cmenu .container li:hover {
  background: #C59C5C;
}
/* line 1785, ../sass/style.scss */
#cmenu .container li:hover .flag {
  display: block;
}
/* line 1796, ../sass/style.scss */
#cmenu .container .mainbar {
  display: block;
  position: absolute;
  left: 8px;
  width: 4px;
  height: 100%;
  background: #C59C5C;
  z-index: 0;
}

/* line 1810, ../sass/style.scss */
#mainNews {
  background: #fff;
  height: 75%;
}
/* line 1814, ../sass/style.scss */
#mainNews .row1 {
  float: left;
  width: 40%;
  height: 100%;
}
/* line 1819, ../sass/style.scss */
#mainNews .row1 article {
  height: 100%;
  background-size: cover !important;
  position: relative;
}
/* line 1825, ../sass/style.scss */
#mainNews .row1 article .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 1831, ../sass/style.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 1841, ../sass/style.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 1850, ../sass/style.scss */
#mainNews .row1 article .copy h2 a {
  color: #fff;
}
/* line 1855, ../sass/style.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 1869, ../sass/style.scss */
#mainNews .row2 {
  float: left;
  width: 29.9%;
  margin-left: .1%;
  height: 100%;
}
/* line 1875, ../sass/style.scss */
#mainNews .row2 article {
  height: 49.90%;
  background-size: cover !important;
  margin-top: .2%;
  position: relative;
}
/* line 1881, ../sass/style.scss */
#mainNews .row2 article .copybg {
  height: 100%;
  background: rgba(0, 0, 0, 0.415);
  width: 100%;
  display: block;
}
/* line 1887, ../sass/style.scss */
#mainNews .row2 article .copybg .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 1893, ../sass/style.scss */
#mainNews .row2 article .copybg .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 1903, ../sass/style.scss */
#mainNews .row2 article .copybg .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 1912, ../sass/style.scss */
#mainNews .row2 article .copybg .copy h2 a {
  color: #fff;
}
/* line 1917, ../sass/style.scss */
#mainNews .row2 article .copybg .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 1929, ../sass/style.scss */
#mainNews .row2 article:first-child {
  margin-top: 0px;
}
/* line 1936, ../sass/style.scss */
#mainNews .row3 {
  float: left;
  width: 29.9%;
  margin-left: .1%;
  height: 100%;
}
/* line 1944, ../sass/style.scss */
#mainNews .row3 article {
  height: 49.90%;
  background-size: cover !important;
  margin-top: .2%;
  position: relative;
  overflow: hidden;
}
/* line 1952, ../sass/style.scss */
#mainNews .row3 article:first-child {
  margin-top: 0px;
}
/* line 1959, ../sass/style.scss */
#mainNews .row3 article.instagram .copy {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: url(../images/mainInstagram.png) left center no-repeat;
  padding-left: 45px;
  z-index: 100;
}
/* line 1967, ../sass/style.scss */
#mainNews .row3 article.instagram .copy p {
  margin-bottom: 3px;
  line-height: 12px;
}
/* line 1972, ../sass/style.scss */
#mainNews .row3 article.instagram .copy p a {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #c59c5c;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  line-height: 15px;
}
/* line 1988, ../sass/style.scss */
#mainNews .row3 article.instagram #instafeed {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
/* line 1994, ../sass/style.scss */
#mainNews .row3 article.instagram #instafeed .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: block;
}
/* line 2007, ../sass/style.scss */
#mainNews .row3 article.socialFeed {
  background: #233347;
  color: #fff;
}
/* line 2011, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide {
  padding: 40px;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
/* line 2016, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a {
  color: #5f83a7;
}
/* line 2019, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a.rae {
  font-size: 28px;
}
/* line 2023, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a.follow {
  padding-left: 30px;
  background: url(../images/maintwitter.png) left center no-repeat;
}
/* line 2028, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a.like {
  padding-left: 30px;
  background: url(../images/mainfacebook.png) left center no-repeat;
}

/* line 2049, ../sass/style.scss */
#constituent .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2053, ../sass/style.scss */
#constituent .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 2065, ../sass/style.scss */
#constituent .blueBox {
  width: 100%;
  background: #F0F4F8;
  padding: 80px 50px 40px 50px;
  position: relative;
  margin-bottom: 40px;
}
/* line 2072, ../sass/style.scss */
#constituent .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 2083, ../sass/style.scss */
#constituent .blueBox .help {
  width: 58%;
  display: block;
  height: 371px;
  position: relative;
  float: left;
  border-top: 4px solid #CCDFEB;
  background: #fff;
  padding-top: 50px;
}
/* line 2093, ../sass/style.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 2104, ../sass/style.scss */
#constituent .blueBox .help .box {
  display: table;
  width: 525px;
  margin: 0 auto;
}
/* line 2109, ../sass/style.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: 35px;
  color: #1c1c1c;
  margin: 0 0 25px 0px;
  padding: 0;
  text-align: center;
}
/* line 2118, ../sass/style.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 2128, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton {
  display: table;
  margin: 0 auto;
}
/* line 2134, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu {
  margin-left: 15px;
  float: left;
}
/* line 2137, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li {
  position: relative;
  padding: 0 20px;
  width: 240px;
  height: 55px;
  float: left;
  cursor: pointer;
  line-height: 55px;
  color: #fff !important;
  background: url(../images/selectarrow.png) 207px 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 2154, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li a {
  color: #fff;
}
/* line 2160, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
  border-radius: 5px 5px 0 0 !important;
}
/* line 2164, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li:first-child {
  border-left: none;
}
/* line 2168, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
  border-radius: 5px 5px 0 0 !important;
}
/* line 2171, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > ul > a {
  color: #FFF;
  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 2183, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > ul > a .sf-sub-indicator {
  display: none;
}
/* line 2185, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > ul > a:hover, #constituent .blueBox .help .box .selectandbutton .sf-menu > li > ul > a.sfHover {
  text-decoration: none;
  transition: 0;
}
/* line 2194, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li ul {
  background: #1C334A;
  position: absolute;
  color: #222222;
  display: none;
  left: 0;
  top: 0px;
  -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 2204, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li {
  white-space: nowrap;
  position: relative;
}
/* line 2207, ../sass/style.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 2214, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li a:hover {
  background: #3C536A;
  text-decoration: none;
}
/* line 2228, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton a.gi {
  display: block;
  width: 216px;
  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: center;
  float: left;
  text-transform: uppercase;
}
/* line 2247, ../sass/style.scss */
#constituent .blueBox .updates {
  width: 41%;
  display: block;
  position: relative;
  margin-left: 1%;
  height: 371px;
  float: left;
  border-top: 4px solid #CCDFEB;
  background: #fff;
  padding-top: 50px;
}
/* line 2258, ../sass/style.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 2269, ../sass/style.scss */
#constituent .blueBox .updates .box {
  display: table;
  width: 325px;
  margin: 0 auto;
}
/* line 2274, ../sass/style.scss */
#constituent .blueBox .updates .box .clearfix {
  height: 75px;
}
/* line 2277, ../sass/style.scss */
#constituent .blueBox .updates .box .wpcf7-response-output {
  background: #fff;
}
/* line 2279, ../sass/style.scss */
#constituent .blueBox .updates .box .formbox {
  width: 320px;
  margin-left: 4px;
}
/* line 2284, ../sass/style.scss */
#constituent .blueBox .updates .box form {
  width: 320px;
}
/* line 2288, ../sass/style.scss */
#constituent .blueBox .updates .box span.wpcf7-not-valid-tip {
  position: absolute;
  top: 60px;
  width: 277px;
}
/* line 2290, ../sass/style.scss */
#constituent .blueBox .updates .box input {
  border-radius: 0px;
  height: 55px;
  float: left;
  border: 0;
  margin: 0;
  width: 254px;
  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 2294, ../sass/style.scss */
#constituent .blueBox .updates .box input[type="submit"] {
  background: url(../images/emailsignuparrow.png) center center no-repeat #ad8a53;
  width: 61px;
  text-indent: -9999px;
  height: 55px;
  margin: 0;
}
/* line 2307, ../sass/style.scss */
#constituent .blueBox .updates .box a.facebooksignup {
  line-height: 55px;
  margin-top: 15px;
  padding-left: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: url(../images/facebookbg.png) top center 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: 316px;
  display: block;
  margin: 0 auto 40px;
}
/* line 2323, ../sass/style.scss */
#constituent .blueBox .updates .box .social {
  display: table;
  margin: 0 auto;
}
/* line 2327, ../sass/style.scss */
#constituent .blueBox .updates .box .social a {
  display: block;
  height: 18px;
  width: 25px;
  background: url(../images/hpsignupsocial.png) no-repeat;
}
/* line 2333, ../sass/style.scss */
#constituent .blueBox .updates .box .social a.facebook {
  background-position: 4px 0px;
}
/* line 2336, ../sass/style.scss */
#constituent .blueBox .updates .box .social a.twitter {
  background-position: -42px 0px;
  margin-left: 20px;
}
/* line 2340, ../sass/style.scss */
#constituent .blueBox .updates .box .social a.instagram {
  background-position: -85px 0px;
  margin-left: 20px;
}
/* line 2350, ../sass/style.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: 35px;
  color: #1c1c1c;
  margin: 0 0 25px 0px;
  padding: 0;
  text-align: center;
}

/* line 2369, ../sass/style.scss */
#aboutAnna {
  background: url(../images/aboutbg.jpg) top right no-repeat;
  background-size: cover;
  width: 100%;
  height: 705px;
}
/* line 2375, ../sass/style.scss */
#aboutAnna .box {
  width: 60%;
  padding: 80px 0;
  margin: 0 auto;
}
/* line 2380, ../sass/style.scss */
#aboutAnna .box .stars {
  display: block;
  width: 162px;
  height: 52px;
  background: url(../images/aboutstars.png) top center no-repeat;
  margin: 0px auto 20px;
}
/* line 2388, ../sass/style.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 2397, ../sass/style.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-height: 30px;
  text-align: center;
}
/* line 2406, ../sass/style.scss */
#aboutAnna .box a.readmore {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-bottom: -13px;
  margin-left: 7px;
  background: url(../images/footerreadmore.png) top center no-repeat;
}
/* line 2415, ../sass/style.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 2425, ../sass/style.scss */
#aboutAnna .box a.contact {
  height: 50px;
  line-height: 50px;
  border: 3px solid #C59C5C;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
  letter-spacing: 1px;
}

/* line 2445, ../sass/style.scss */
#newsroom .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2449, ../sass/style.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 2461, ../sass/style.scss */
#newsroom .blueBox {
  width: 100%;
  background: #F0F4F8;
  padding: 80px 50px 40px 50px;
  position: relative;
}
/* line 2468, ../sass/style.scss */
#newsroom .blueBox .box {
  display: table;
  margin: 0 auto;
}
/* line 2472, ../sass/style.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 2486, ../sass/style.scss */
#newsroom .blueBox .box a.dark {
  background: #1C334A;
}
/* line 2495, ../sass/style.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 2507, ../sass/style.scss */
#newsroom .blueBox > ul {
  width: 100%;
  margin-bottom: 40px;
}
/* line 2511, ../sass/style.scss */
#newsroom .blueBox > ul > li {
  float: left;
  width: 33.133333%;
  margin-left: .2%;
  background: #fff;
}
/* line 2517, ../sass/style.scss */
#newsroom .blueBox > ul > li:first-child {
  margin-left: 0px;
}
/* line 2523, ../sass/style.scss */
#newsroom .blueBox > ul > li .prl {
  display: block;
  width: 64px;
  height: 3px;
  background: #980C0A;
  margin: 40px auto 0;
}
/* line 2531, ../sass/style.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;
  height: 80px;
}
/* line 2541, ../sass/style.scss */
#newsroom .blueBox > ul > li h2 a {
  color: #1c1c1c;
}
/* line 2546, ../sass/style.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 2557, ../sass/style.scss */
#newsroom .blueBox > ul > li p.story {
  width: 80%;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 30px auto 30px;
  height: 80px;
}
/* line 2568, ../sass/style.scss */
#newsroom .blueBox > ul > li img {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
/* line 2575, ../sass/style.scss */
#newsroom .blueBox > ul > li a.readmore {
  display: block;
  height: 33px;
  width: 33px;
  background: url(../images/newsroomreadmore.png) top center no-repeat;
  margin: 0 auto 30px;
}

/* line 2598, ../sass/style.scss */
#legislativeCenter {
  /* pager */
}
/* line 2600, ../sass/style.scss */
#legislativeCenter .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2604, ../sass/style.scss */
#legislativeCenter .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 2617, ../sass/style.scss */
#legislativeCenter .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: -57px;
  overflow: hidden;
}
/* line 2620, ../sass/style.scss */
#legislativeCenter .cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #C8C8C8;
  cursor: pointer;
  margin-left: 10px;
}
/* line 2625, ../sass/style.scss */
#legislativeCenter .cycle-pager span.cycle-pager-active {
  color: #980C0A;
}
/* line 2626, ../sass/style.scss */
#legislativeCenter .cycle-pager > * {
  cursor: pointer;
}
/* line 2630, ../sass/style.scss */
#legislativeCenter ul {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
/* line 2635, ../sass/style.scss */
#legislativeCenter ul:first-child {
  display: block;
}
/* line 2637, ../sass/style.scss */
#legislativeCenter ul li {
  list-style: none;
  float: left;
  width: 24.85%;
  margin-left: .2%;
  position: relative;
  height: 270px;
  background-size: cover !important;
}
/* line 2649, ../sass/style.scss */
#legislativeCenter ul li:hover .over {
  opacity: 0;
}
/* line 2651, ../sass/style.scss */
#legislativeCenter ul li a.link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 151;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 2662, ../sass/style.scss */
#legislativeCenter ul li .copy {
  width: 80%;
  bottom: 10%;
  left: 10%;
  position: absolute;
}
/* line 2669, ../sass/style.scss */
#legislativeCenter ul li .copy .pyl {
  display: block;
  width: 64px;
  height: 3px;
  background: #C59C5C;
  margin-bottom: 20px;
}
/* line 2677, ../sass/style.scss */
#legislativeCenter ul li .copy h2 {
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  width: 75%;
  margin: 0px;
  padding: 0px;
}
/* line 2685, ../sass/style.scss */
#legislativeCenter ul li .copy h2 a {
  color: #fff;
}
/* line 2692, ../sass/style.scss */
#legislativeCenter ul li .copy a.readmore {
  display: block;
  height: 33px;
  width: 33px;
  background: url(../images/issuesreadmore.png) top center no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* line 2705, ../sass/style.scss */
#legislativeCenter ul li:first-child {
  margin-left: 0px;
}
/* line 2709, ../sass/style.scss */
#legislativeCenter ul li .over {
  position: absolute;
  background: url(../images/issueoverlay.png) top center repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  transition: all .5s;
  z-index: 150;
}
/* line 2720, ../sass/style.scss */
#legislativeCenter ul li .over:hover {
  opacity: 0;
}

/* line 2732, ../sass/style.scss */
#billSearch {
  background: #F0F4F8;
  text-align: center;
}
/* line 2736, ../sass/style.scss */
#billSearch .box {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 2742, ../sass/style.scss */
#billSearch span {
  float: left;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  color: #005f9b;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 46px;
  margin-right: 17px;
}
/* line 2753, ../sass/style.scss */
#billSearch .searchform {
  float: left;
  margin-left: 8px;
}
/* line 2758, ../sass/style.scss */
#billSearch .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 2764, ../sass/style.scss */
#billSearch .searchform input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 22px;
  width: 249px;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #424242;
  font-size: 14px;
  text-transform: uppercase;
  background: #ffffff;
  letter-spacing: .5px;
}
/* line 2779, ../sass/style.scss */
#billSearch .searchform input[type="submit"] {
  background: url(../images/searchbuttonarrow.png) center center no-repeat #c59c5c;
  width: 50px;
  height: 45px;
  margin: 0;
}
/* line 2785, ../sass/style.scss */
#billSearch .searchform input[type="submit"].billnum {
  background: url(../images/searchbuttonarrow.png) center center no-repeat #005f9b;
}

/* line 2799, ../sass/style.scss */
#about18th .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2803, ../sass/style.scss */
#about18th .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 2814, ../sass/style.scss */
#about18th .map {
  height: 463px;
  background: url(../images/18thdistrict.jpg) right top no-repeat #d3e1ff;
  position: relative;
}
/* line 2819, ../sass/style.scss */
#about18th .map .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 2831, ../sass/style.scss */
#about18th .map .copy {
  position: absolute;
  top: 86px;
  left: 115px;
  width: 450px;
}
/* line 2837, ../sass/style.scss */
#about18th .map .copy .rrl {
  display: block;
  width: 64px;
  height: 3px;
  background: #980C0A;
  margin-bottom: 20px;
}
/* line 2845, ../sass/style.scss */
#about18th .map .copy a.readmore {
  display: block;
  height: 32px;
  width: 32px;
  background: url(../images/footerreadmore.png) top center no-repeat;
}
/* line 2853, ../sass/style.scss */
#about18th .map .copy p {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #1c334a;
}
/* line 2858, ../sass/style.scss */
#about18th .map .copy p.title {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #1c1c1c;
  margin-bottom: 30px;
}

/* line 2873, ../sass/style.scss */
#socialBar {
  position: relative;
  margin: 18px 115px;
}
/* line 2878, ../sass/style.scss */
#socialBar .textSizer {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 0px;
}
/* line 2887, ../sass/style.scss */
#socialBar .textSizer #font_select {
  font-family: arial;
  font-weight: bold;
  color: #005f9b;
  font-size: 14px;
  margin-left: 10px;
}
/* line 2896, ../sass/style.scss */
#socialBar .textSizer #font_select_mid {
  font-family: arial;
  font-weight: bold;
  color: #005f9b;
  font-size: 20px;
  margin-left: 10px;
}
/* line 2905, ../sass/style.scss */
#socialBar .textSizer #font_select_large {
  font-family: arial;
  font-weight: bold;
  color: #005f9b;
  font-size: 28px;
  margin-left: 10px;
}
/* line 2916, ../sass/style.scss */
#socialBar .social {
  position: absolute;
  top: 10px;
  left: 0px;
}
/* line 2922, ../sass/style.scss */
#socialBar .social li {
  list-style: none;
  float: left;
  width: 45px;
  height: 27px;
  border-left: 1px solid #DDDDDD;
}
/* line 2929, ../sass/style.scss */
#socialBar .social li:hover {
  opacity: .8;
}
/* line 2932, ../sass/style.scss */
#socialBar .social li.facebook {
  background: url(../images/footerfacebook.png) center center no-repeat;
}
/* line 2933, ../sass/style.scss */
#socialBar .social li.twitter {
  background: url(../images/footertwitter.png) center center no-repeat;
}
/* line 2934, ../sass/style.scss */
#socialBar .social li.instagram {
  background: url(../images/footerinstagram.png) center center no-repeat;
}
/* line 2935, ../sass/style.scss */
#socialBar .social li.youtube {
  background: url(../images/footeryoutube.png) center center no-repeat;
}
/* line 2936, ../sass/style.scss */
#socialBar .social li.linkedin {
  background: url(../images/footerlinkedin.png) center center no-repeat;
}
/* line 2937, ../sass/style.scss */
#socialBar .social li:first-child {
  border-left: none;
}
/* line 2939, ../sass/style.scss */
#socialBar .social li a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 2952, ../sass/style.scss */
#footerTop {
  width: 100%;
}
/* line 2960, ../sass/style.scss */
#footerTop .relatedPosts {
  padding: 40px 0;
  background: #F0F4F8;
}
/* line 2966, ../sass/style.scss */
#footerTop .relatedPosts a.readall {
  background: #005F9B;
  color: #fff;
  padding: 15px 30px;
  display: table;
  margin: 40px auto 15px;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 2979, ../sass/style.scss */
#footerTop .relatedPosts .titleBar {
  height: 125px;
}
/* line 2982, ../sass/style.scss */
#footerTop .relatedPosts .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: 0 auto;
  display: table;
}
/* line 2994, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews {
  width: 90%;
  margin-left: 5%;
  height: 350px;
  display: block;
  overflow: hidden;
}
/* line 3003, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story {
  height: 100%;
  width: 33%;
  background-size: cover;
  display: block;
  float: left;
  position: relative;
  margin-left: .5%;
}
/* line 3012, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story:first-child {
  margin-left: 0;
}
/* line 3016, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg {
  height: 100%;
  background: rgba(0, 0, 0, 0.415);
  width: 100%;
  display: block;
}
/* line 3022, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 3028, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .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 3038, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .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 3046, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .copy h2 a {
  color: #fff;
}
/* line 3052, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .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 3073, ../sass/style.scss */
#footerTop .instagram {
  width: 50%;
  float: left;
  height: 350px;
}
/* line 3082, ../sass/style.scss */
#footerTop .instagram #instafeed {
  width: 100%;
  height: 350px;
  display: block;
  overflow: hidden;
}
/* line 3088, ../sass/style.scss */
#footerTop .instagram #instafeed .slide {
  height: 350px;
  width: 50%;
  background-size: cover;
  display: block;
  float: left;
  position: relative;
}
/* line 3097, ../sass/style.scss */
#footerTop .instagram #instafeed .slide .copy {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: url(../images/mainInstagram.png) left center no-repeat;
  padding-left: 45px;
  z-index: 100;
}
/* line 3105, ../sass/style.scss */
#footerTop .instagram #instafeed .slide .copy p {
  margin-bottom: 3px;
  line-height: 12px;
}
/* line 3110, ../sass/style.scss */
#footerTop .instagram #instafeed .slide .copy p a {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #c59c5c;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  line-height: 15px;
}
/* line 3131, ../sass/style.scss */
#footerTop .socialFeed {
  background: #71A2C8;
  color: #fff;
  float: left;
  height: 350px;
  width: 50%;
}
/* line 3138, ../sass/style.scss */
#footerTop .socialFeed .slide {
  padding: 60px;
  height: 350px;
  width: 100%;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
/* line 3145, ../sass/style.scss */
#footerTop .socialFeed .slide p {
  text-align: center;
}
/* line 3149, ../sass/style.scss */
#footerTop .socialFeed .slide a {
  color: #fff;
}
/* line 3152, ../sass/style.scss */
#footerTop .socialFeed .slide a.rae {
  font-size: 28px;
}
/* line 3156, ../sass/style.scss */
#footerTop .socialFeed .slide a.follow {
  padding-left: 30px;
  background: url(../images/maintwitter.png) left center no-repeat;
  display: table;
  margin: 0 auto;
}
/* line 3163, ../sass/style.scss */
#footerTop .socialFeed .slide a.like {
  padding-left: 30px;
  background: url(../images/mainfacebook.png) left center no-repeat;
  display: table;
  margin: 0 auto;
}

/* line 3180, ../sass/style.scss */
#footer {
  margin-top: 80px;
  background: #1C334A;
  height: 288px;
  padding: 50px 115px;
}
/* line 3190, ../sass/style.scss */
#footer .locations {
  float: left;
}
/* line 3194, ../sass/style.scss */
#footer .locations article {
  width: 240px;
  float: left;
  padding-left: 40px;
}
/* line 3199, ../sass/style.scss */
#footer .locations article:first-child {
  padding-left: 0px;
}
/* line 3203, ../sass/style.scss */
#footer .locations article p {
  font-family: "freight-sans-pro-n3", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
}
/* line 3209, ../sass/style.scss */
#footer .locations article p.title {
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #c59c5c;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 3221, ../sass/style.scss */
#footer .searchsitemap {
  float: right;
}
/* line 3224, ../sass/style.scss */
#footer .searchsitemap .searchform {
  border: 1px solid #617181;
}
/* line 3227, ../sass/style.scss */
#footer .searchsitemap .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 3233, ../sass/style.scss */
#footer .searchsitemap .searchform input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 22px;
  width: 124px;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #c59c5c;
  font-size: 15px;
  text-transform: uppercase;
  background: none;
}
/* line 3247, ../sass/style.scss */
#footer .searchsitemap .searchform input[type="submit"] {
  background: url(../images/footersearch.png) 18px 15px no-repeat;
  width: 55px;
  height: 46px;
  margin: 0;
}
/* line 3260, ../sass/style.scss */
#footer .searchsitemap .links {
  margin-top: 40px;
  color: #7D858F;
  font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 3267, ../sass/style.scss */
#footer .searchsitemap .links a {
  color: #b5d1ff;
  letter-spacing: 1px;
}

/* NAVIGATION */
/* 1st level nav menu */
/* line 3287, ../sass/style.scss */
#main-navigation {
  position: absolute;
  background: #ECF1F6;
  height: 55px;
  border-top: 8px solid #980C0A;
  top: 0px;
  left: 0px;
  width: 100%;
}
/* line 3297, ../sass/style.scss */
#main-navigation .sf-menu {
  display: table;
  margin: 0 auto;
}
/* line 3301, ../sass/style.scss */
#main-navigation .sf-menu > li {
  margin: 0 5px 0 0;
  height: 47px;
  position: relative;
  float: left;
  background: url(../images/menudiamond.png) left center no-repeat;
}
/* line 3309, ../sass/style.scss */
#main-navigation .sf-menu > li.diamond {
  width: 8px;
}
/* line 3311, ../sass/style.scss */
#main-navigation .sf-menu > li.sfHover > a.sf-with-ul {
  border-radius: 5px 5px 0 0 !important;
}
/* line 3315, ../sass/style.scss */
#main-navigation .sf-menu > li:first-child {
  border-left: none;
}
/* line 3319, ../sass/style.scss */
#main-navigation .sf-menu > li > a.sf-with-ul:hover {
  border-radius: 5px 5px 0 0 !important;
}
/* line 3322, ../sass/style.scss */
#main-navigation .sf-menu > li > a {
  color: #1e4057;
  display: block;
  font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
  font-size: 15px;
  padding: 0 8px;
  height: 47px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: none;
  white-space: nowrap;
  padding: 0 15px 0 27px;
}
/* line 3336, ../sass/style.scss */
#main-navigation .sf-menu > li > a .sf-sub-indicator {
  display: none;
}
/* line 3338, ../sass/style.scss */
#main-navigation .sf-menu > li > a:hover, #main-navigation .sf-menu > li > a.sfHover {
  text-decoration: none;
  transition: 0;
}
/* line 3345, ../sass/style.scss */
#main-navigation .sf-menu > li > a[title="Donate"] {
  color: #df2139;
}
/* line 3350, ../sass/style.scss */
#main-navigation .sf-menu > li ul {
  background: #fff;
  position: absolute;
  color: #222222;
  display: none;
  left: 0;
  top: 47px;
  -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;
  background: #ECF1F6;
}
/* line 3361, ../sass/style.scss */
#main-navigation .sf-menu > li ul li {
  white-space: nowrap;
  position: relative;
}
/* line 3365, ../sass/style.scss */
#main-navigation .sf-menu > li ul li .sub-menu {
  top: 10px;
}
/* line 3366, ../sass/style.scss */
#main-navigation .sf-menu > li ul li a {
  display: block;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  padding: 10px 20px;
}
/* line 3373, ../sass/style.scss */
#main-navigation .sf-menu > li ul li a:hover {
  background: #CCD1D6;
  text-decoration: none;
}

/* POST STYLES */
/* line 3384, ../sass/style.scss */
article, .meta {
  zoom: 1;
}
/* line 44, ../sass/partials/_mixins.scss */
article:before, article:after, .meta:before, .meta:after {
  content: "";
  display: table;
}
/* line 45, ../sass/partials/_mixins.scss */
article:after, .meta:after {
  clear: both;
}

/* SPLASH VIDEO */
/* line 3389, ../sass/style.scss */
#splashmodal {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* line 3403, ../sass/style.scss */
ie9 #splashmodal {
  filter: none;
}

/* line 3408, ../sass/style.scss */
.splashwrapper {
  background: #194b8a;
  display: inline-block;
  margin: -10% auto;
  padding: 1em 3em 2em;
  position: relative;
  top: 50%;
}
/* line 3415, ../sass/style.scss */
.splashwrapper h2, .splashwrapper a {
  color: white;
}
/* line 3417, ../sass/style.scss */
.splashwrapper a:hover, .splashwrapper a:active, .splashwrapper a:focus {
  text-decoration: none;
}
/* line 3419, ../sass/style.scss */
.splashwrapper input[type="submit"] {
  padding: 0 20px;
  height: 42px;
  line-height: 43px;
}
/* line 3424, ../sass/style.scss */
.splashwrapper .closer {
  background: #0aa75b;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -15px;
}
/* line 3431, ../sass/style.scss */
.splashwrapper .closer:hover {
  background-color: #FFFFFF;
}
/* line 3432, ../sass/style.scss */
.splashwrapper .closer a {
  color: #FFFFFF;
  display: block;
  font-size: 2.5em;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}
/* line 3440, ../sass/style.scss */
.splashwrapper .closer a:hover {
  color: #0aa75b;
}
/* line 3443, ../sass/style.scss */
.splashwrapper .continue {
  clear: both;
  font-size: 1.2em;
  margin-top: 1em;
  text-align: right;
  text-transform: uppercase;
}
/* line 3449, ../sass/style.scss */
.splashwrapper .continue a:hover {
  color: #0aa75b;
}

/* line 3457, ../sass/style.scss */
.overlay .social {
  display: table;
  margin: 6px auto 0;
  border-radius: 10px;
}
/* line 3465, ../sass/style.scss */
.overlay .social li {
  list-style: none;
  float: left;
  width: 45px;
  height: 27px;
}
/* line 3472, ../sass/style.scss */
.overlay .social li.facebook {
  background: url(../images/footerfacebook.png) center center no-repeat;
}
/* line 3473, ../sass/style.scss */
.overlay .social li.twitter {
  background: url(../images/footertwitter.png) center center no-repeat;
}
/* line 3474, ../sass/style.scss */
.overlay .social li.instagram {
  background: url(../images/footerinstagram.png) center center no-repeat;
}
/* line 3475, ../sass/style.scss */
.overlay .social li.youtube {
  background: url(../images/footeryoutube.png) center center no-repeat;
}
/* line 3476, ../sass/style.scss */
.overlay .social li.linkedin {
  background: url(../images/footerlinkedin.png) center center no-repeat;
}
/* line 3477, ../sass/style.scss */
.overlay .social li:first-child {
  border-left: none;
}
/* line 3479, ../sass/style.scss */
.overlay .social li a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 3490, ../sass/style.scss */
.container .widecolumn .studentInternships .printButton {
  display: block;
  width: 216px;
  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: center;
  float: left;
  text-transform: uppercase;
}
/* line 3505, ../sass/style.scss */
.container .widecolumn .speakerholder {
  width: 100%;
  margin: 49px auto 0px;
  text-align: center;
}
/* line 3506, ../sass/style.scss */
.container .widecolumn .speakerholder li {
  float: left;
  margin-left: 15px;
  width: 215px;
  height: 336px;
  position: relative;
  display: inline-block;
}
/* line 3507, ../sass/style.scss */
.container .widecolumn .speakerholder li:nth-child(3n+1) {
  margin-left: 0px;
}
/* line 3508, ../sass/style.scss */
.container .widecolumn .speakerholder li:first-child {
  margin-left: 0px !important;
}
/* line 3509, ../sass/style.scss */
.container .widecolumn .speakerholder li h4 {
  margin: 15px 0 0 0;
  color: #5b2e37;
  font-family: "proxima-nova-n6", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
/* line 3510, ../sass/style.scss */
.container .widecolumn .speakerholder li h5 {
  margin: 5px 0 0 0;
  color: #5b2e37;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
/* line 3512, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder {
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 215px;
  height: 190px;
}
/* line 3513, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder img {
  border: 0 !important;
  box-shadow: 0 !important;
  height: 190px;
  width: auto;
  display: inline;
  float: none;
  margin: 0;
  z-index: 1;
}
/* line 3514, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder .overlay {
  transition: all 1s;
  -webkit-transition: all 1s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 215px;
  height: 190px;
  opacity: 0;
  z-index: 3;
  background: url(../images/speakerplus.png) top center no-repeat;
}
/* line 3516, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder .overlay:hover {
  opacity: 1;
}
/* line 3518, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder p {
  z-index: 2;
  color: #fff;
  background: #5e739d;
  margin: 0;
  padding: 5px 20px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-transform: uppercase;
}
/* line 3519, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder .highlight {
  height: 44px;
  width: 230px;
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: -1;
}

/* Top Menu Edits*/
@media screen and (min-width: 1800px) {
  /* line 3530, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3531, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 15px;
  }

  /* line 3532, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3533, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(5n+1) {
    margin-left: 0px;
  }

  /* line 3534, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 1153px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1510px) and (max-width: 1799px) {
  /* line 3541, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3542, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3543, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 0px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1501px) and (max-width: 1810px) {
  /* line 3548, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 907px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1221px) and (max-width: 1500px) {
  /* line 3554, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 678px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1171px) and (max-width: 1220px) {
  /* line 3560, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 450px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 1170px) {
  /* line 3566, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3567, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3568, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 0px;
  }

  /* line 3569, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 912px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 1030px) {
  /* line 3574, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 0px;
  }

  /* line 3575, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3576, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 15px;
  }

  /* line 3577, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 692px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 885px) {
  /* line 3582, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(2n+1) {
    margin-left: 0px;
  }

  /* line 3583, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3584, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3585, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 460px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 575px) {
  /* line 3591, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 0px !important;
  }

  /* line 3592, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 217px;
  }
}
/*======================*/
/*	Responsive Styles	*/
/*======================*/
/* 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 .formbox {
    width: 291px;
    margin: 0 auto;
    display: table;
  }
  /* line 845, ../sass/responsive.scss */
  #constituent .blueBox .updates .box form {
    width: 100%;
  }
  /* line 849, ../sass/responsive.scss */
  #constituent .blueBox .updates .box span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    width: 277px;
  }
  /* line 851, ../sass/responsive.scss */
  #constituent .blueBox .updates .box 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 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  {
    width: 291px;
    margin: 0 auto;
    display: table;
  }
  /* line 1128, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box  form {
    width: 100%;
  }
  /* line 1132, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    width: 277px;
  }
  /* line 1134, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box 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 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;
  }
}
/*======================*/
