.simcal-day-void {
  background-color: ;
}

/* line 5, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/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, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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 {
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-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;
}

img.full-width {
    width: 100%;
    height: auto;
}

/* 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: "lato-n3", "lato", 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: 1em 0 1em;
}

/* line 25, ../sass/partials/_typography.scss */
h2 {
  font-size: 1.5em;
  margin: .83em 0 0.83em;
}

/* line 26, ../sass/partials/_typography.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0 1em;
}

/* line 27, ../sass/partials/_typography.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0 1.33em;
}

/* line 28, ../sass/partials/_typography.scss */
h5 {
  font-family: "lato-n4", "lato", 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;
  padding-left: 35px;
}
/* line 82, ../sass/partials/_typography.scss */
.container .widecolumn ul.postview label {
  padding: 10px;
}
/* line 86, ../sass/partials/_typography.scss */
.container .widecolumn ul.postview > li {
  margin: 0;
  padding: 0;
}
/* line 90, ../sass/partials/_typography.scss */
.container .widecolumn ul.postview > li:before {
  content: "";
  padding-right: none;
}
/* line 100, ../sass/partials/_typography.scss */
.container .widecolumn li {
  margin: 0 0 5px 30px;
}
/* line 104, ../sass/partials/_typography.scss */
.container .widecolumn li ul {
  margin: .3em 0;
}
/* line 106, ../sass/partials/_typography.scss */
.container .widecolumn li ul li {
  list-style: circle;
}
/* line 108, ../sass/partials/_typography.scss */
.container .widecolumn li ul li ul {
  margin: .3em 0;
}
/* line 110, ../sass/partials/_typography.scss */
.container .widecolumn li ul li ul li {
  list-style: square;
}
/* line 114, ../sass/partials/_typography.scss */
.container .widecolumn li ol {
  margin: .3em 0;
}
/* line 116, ../sass/partials/_typography.scss */
.container .widecolumn li ol li {
  list-style: lower-alpha;
}
/* line 118, ../sass/partials/_typography.scss */
.container .widecolumn li ol li ol {
  margin: .3em 0;
}
/* line 120, ../sass/partials/_typography.scss */
.container .widecolumn li ol li ol li {
  list-style: lower-roman;
}

/* line 126, ../sass/partials/_typography.scss */
.container .widecolumn ul li {
  list-style: disc;
}

/* line 127, ../sass/partials/_typography.scss */
.container .widecolumn ol li {
  list-style: decimal;
}

/* line 130, ../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 133, ../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 43, ../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%;
  padding: 0 22px;
  margin-bottom: 7px;
  vertical-align: middle;
}
/* line 62, ../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 70, ../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 80, ../sass/partials/_forms.scss */
form textarea {
  height: 150px;
  overflow: auto;
  padding: 8px;
}
/* line 85, ../sass/partials/_forms.scss */
form input[type="radio"] {
  vertical-align: text-bottom;
}
/* line 86, ../sass/partials/_forms.scss */
form input[type="checkbox"] {
  vertical-align: bottom;
}

/* placeholders */
/* line 89, ../sass/partials/_forms.scss */
.placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #827a98;
}

/* line 92, ../sass/partials/_forms.scss */
.ie7 legend {
  margin-left: -7px;
}

/* line 93, ../sass/partials/_forms.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 96, ../sass/partials/_forms.scss */
input[type="submit"], input[type="image"], input[type="button"], button {
  cursor: pointer;
}

/* line 98, ../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;
  display: table;
  line-height: 25px;
  padding: 0 34px 0 0px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
}
/* line 110, ../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 122, ../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 {
  -moz-box-sizing: border-box;
  -webkit-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 */
a.at300b .at4-icon {
  background: none !important;
}

/* line 20, ../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 26, ../sass/style.scss */
body.admin-bar {
  margin: 32px 0 0;
}
/* line 29, ../sass/style.scss */
body.admin-bar #header {
  top: 32px;
}

/* line 35, ../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 42, ../sass/style.scss */
.no-border {
  -moz-box-shadow: none !important;
  -webkit-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 48, ../sass/style.scss */
#site-navigation {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1180px) {
  /* line 51, ../sass/style.scss */
  #header .mobile-nav {
    display: none;
  }
}
/* line 57, ../sass/style.scss */
#modal {
  bottom: 0;
  height: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
}
/* line 65, ../sass/style.scss */
#modal.visible {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 9999999;
}
/* line 71, ../sass/style.scss */
#modal .frame {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  height: auto;
  left: 50%;
  max-height: 360px;
  max-width: 640px;
  top: 50%;
  width: 80%;
}

/* line 87, ../sass/style.scss */
.social:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 90, ../sass/style.scss */
.social a {
  border-color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 47px;
  text-align: center;
  vertical-align: middle;
  width: 47px;
}
/* line 101, ../sass/style.scss */
.social a .fa-play {
  padding-left: 3px;
}
/* line 105, ../sass/style.scss */
.social a .fa-facebook {
  padding-right: 2px;
  padding-top: 1px;
}
/* line 110, ../sass/style.scss */
.social a .fa-twitter {
  padding-left: 1px;
  padding-top: 1px;
}
/* line 115, ../sass/style.scss */
.social a .fa {
  color: #FFF;
  font-size: 1.25em;
  line-height: 2.625rem;
}
/* line 120, ../sass/style.scss */
.social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none;
}

/* line 127, ../sass/style.scss */
.row1 .fa, .row2 .fa {
  color: #fff;
  font-size: 27px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  padding-top: 10px;
  padding-left: 4px;
}

/* line 139, ../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 154, ../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 165, ../sass/style.scss */
#header .headerborder {
  margin: 0 65px;
  position: relative;

}
/* line 173, ../sass/style.scss */
#header .headersocial {
  position: absolute;
  top: 110px;
  right: 0px;
}
/* line 179, ../sass/style.scss */
#header .headersocial span {
  line-height: 46px;
  height: 46px;
  color: #0362b2;
  vertical-align: top;
  padding-right: 15px;
}
@media all and (max-width: 1025px) {
  /* line 179, ../sass/style.scss */
  #header .headersocial span {
    display: none;
  }
}
/* line 190, ../sass/style.scss */
#header .headersocial form {
  display: inline-block;
  width: 276px;
  border: none;
}
/* line 194, ../sass/style.scss */
#header .headersocial input {
  border-radius: 0px;
  border: none;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
  width: 231px;
  background: #E6EFF6;
}
/* line 203, ../sass/style.scss */
#header .headersocial input[type="submit"] {
  background: url(../images/email-header-bg.png) 13px 15px no-repeat #AA2B2b;
  width: 45px;
  text-indent: -9999px;
  height: 46px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 213, ../sass/style.scss */
#header .headersocial input[type="submit"]:focus {
  outline: 0;
}
/* line 223, ../sass/style.scss */
#header .links {
  position: absolute;
  right: 0px;
  top: 55px;
}
/* line 230, ../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 240, ../sass/style.scss */
#header .links a.events {
  background: #C6533B;
}
/* line 242, ../sass/style.scss */
#header .links a.events:hover {
  background: #a0422e;
  text-decoration: none;
}
/* line 247, ../sass/style.scss */
#header .links a.shop {
  background: #6F8EA3;
  margin-left: 1px;
}
/* line 250, ../sass/style.scss */
#header .links a.shop:hover {
  background: #577488;
  text-decoration: none;
}
/* line 255, ../sass/style.scss */
#header .links a.member {
  background: #599792;
  margin-left: 1px;
}
/* line 258, ../sass/style.scss */
#header .links a.member:hover {
  background: #467773;
  text-decoration: none;
}
/* line 265, ../sass/style.scss */
#header .navigation {
  position: absolute;
  top: 123px;
  left: 0px;
  width: 100%;
  height: 61px;
  background: #F2F5F8;
  display: block;
}
/* line 274, ../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 286, ../sass/style.scss */
#header .navigation #main-contribute:hover {
  text-decoration: none;
  background: url(../images/menuactive.png) 50% 100% no-repeat;
  transition: 0;
}
/* line 293, ../sass/style.scss */
#header .navigation form.updates {
  margin-right: 57px;
}
/* line 296, ../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 308, ../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 326, ../sass/style.scss */
#header .navigation .social a {
  height: 40px;
  width: 42px;
}
/* line 330, ../sass/style.scss */
#header .navigation .social a.twitter {
  background: url(../images/twitterlogo.png) center no-repeat #3c9cdd;
  margin-left: 5px;
}
/* line 335, ../sass/style.scss */
#header .navigation .social a.facebook {
  background: url(../images/facebooklogo.png) center no-repeat #596fc1;
}
/* line 339, ../sass/style.scss */
#header .navigation .social a:hover {
  opacity: .8;
}
/* line 345, ../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 356, ../sass/style.scss */
#header p.byline span {
  font-style: italic;
}
/* line 361, ../sass/style.scss */
#header h1 {
  margin: 0;
}
/* line 364, ../sass/style.scss */
#header h1 a {
  position: absolute;
  top: 79px;
  background: url(../images/logo.png) left top no-repeat;
  background-size: 100% auto;
  display: block;
  height: 114px;
  text-indent: -9999px;
  width: 589px;
  
}
/* line 389, ../sass/style.scss */
#header.fixed p.byline {
  display: none;
}
/* line 398, ../sass/style.scss */
#header.buttons #headerScrollButtons {
  opacity: 1;
}
/* line 408, ../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 421, ../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 431, ../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 441, ../sass/style.scss */
#header #headerScrollButtons li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 447, ../sass/style.scss */
#header #headerScrollButtons li.sign a {
  background: #df2139;
}
/* line 450, ../sass/style.scss */
#header #headerScrollButtons li.sign a span {
  background: url("../images/buttonbg.png") 0px 1px no-repeat;
  padding-left: 25px;
}
/* line 456, ../sass/style.scss */
#header #headerScrollButtons li.volunteer a {
  background: #262f41;
}
/* line 459, ../sass/style.scss */
#header #headerScrollButtons li.volunteer a span {
  background: url("../images/buttonbg.png") 0px -90px no-repeat;
  padding-left: 25px;
}
/* line 465, ../sass/style.scss */
#header #headerScrollButtons li.stayinformed a {
  background: #5b6e96;
}
/* line 468, ../sass/style.scss */
#header #headerScrollButtons li.stayinformed a span {
  background: url("../images/buttonbg.png") 0px -182px no-repeat;
  padding-left: 25px;
}

/* line 479, ../sass/style.scss */
.sf-sub-indicator {
  display: none;
}

/* line 482, ../sass/style.scss */
#bodyheader {
  width: 100%;
}
/* line 486, ../sass/style.scss */
#bodyheader .header {
  background: #ECF1F6;
  display: block;
  width: 100%;
  margin-top: 200px;
  position: relative;
}
/* line 495, ../sass/style.scss */
#bodyheader .header .at16nc {
  background: none !important;
}
/* line 497, ../sass/style.scss */
#bodyheader .header .ssb-red {
  display: block;
}
@media all and (max-width: 799px) {
  /* line 497, ../sass/style.scss */
  #bodyheader .header .ssb-red {
    display: table;
    margin: 15px auto;
  }
}
@media all and (min-width: 800px) {
  /* line 497, ../sass/style.scss */
  #bodyheader .header .ssb-red {
    position: absolute;
    top: 75px;
    right: 45px;
  }
}
/* line 511, ../sass/style.scss */
#bodyheader .header .ssb-red p {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #C59C5C;
  margin: 0;
  display: inline-block;
  float: right;
  margin-top: -4px;
}
/* line 521, ../sass/style.scss */
#bodyheader .header .ssb-red a {
  display: block;
  float: right;
  margin-left: 12px;
  width: 18px;
  height: 18px;
}
/* line 528, ../sass/style.scss */
#bodyheader .header .ssb-red a.facebook {
  margin-left: 10px;
  background: url(../images/headersocial.png) 4px 1px no-repeat !important;
}
/* line 533, ../sass/style.scss */
#bodyheader .header .ssb-red a.twitter {
  background: url(../images/headersocial.png) -36px 1px no-repeat;
}
/* line 537, ../sass/style.scss */
#bodyheader .header .ssb-red a.mail {
  background: url(../images/headersocial.png) -102px 1px no-repeat;
}
/* line 541, ../sass/style.scss */
#bodyheader .header .ssb-red a.linked {
  background: url(../images/headersocial.png) -70px 1px no-repeat;
}
/* line 549, ../sass/style.scss */
#bodyheader .header h1 {
  font-style: normal;
  font-weight: 700;
  color: #083C7F;
  font-size: 33px;
  letter-spacing: 2px;
  line-height: 151px;
  text-align: left;
  margin-left: 50px;
}

/* line 562, ../sass/style.scss */
#bodyBottomMenu {
  display: block;
  background: #0000ff;
  height: 54px;
  position: relative;
  width: 100%;
  z-index: 250;
}
/* line 571, ../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 581, ../sass/style.scss */
#bodyBottomMenu li a {
  color: #fff;
  padding-top: 18px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  letter-spacing: 1px;
}
/* line 591, ../sass/style.scss */
#bodyBottomMenu li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 597, ../sass/style.scss */
#bodyBottomMenu li.sign a {
  background: #df2139;
}
/* line 600, ../sass/style.scss */
#bodyBottomMenu li.sign a span {
  background: url("../images/buttonbg.png") 0px 3px no-repeat;
  padding-left: 25px;
}
/* line 606, ../sass/style.scss */
#bodyBottomMenu li.volunteer a {
  background: #262f41;
}
/* line 609, ../sass/style.scss */
#bodyBottomMenu li.volunteer a span {
  background: url("../images/buttonbg.png") 0px -87px no-repeat;
  padding-left: 25px;
}
/* line 615, ../sass/style.scss */
#bodyBottomMenu li.stayinformed a {
  background: #5b6e96;
}
/* line 618, ../sass/style.scss */
#bodyBottomMenu li.stayinformed a span {
  background: url("../images/buttonbg.png") 0px -179px no-repeat;
  padding-left: 25px;
}

/* line 628, ../sass/style.scss */
#bodyHeaderBottomMenu {
  display: block;
  background: #0000ff;
  height: 56px;
  margin-top: -56px;
  width: 100%;
  z-index: 10;
}
/* line 636, ../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 646, ../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 656, ../sass/style.scss */
#bodyHeaderBottomMenu li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 662, ../sass/style.scss */
#bodyHeaderBottomMenu li.contribute a {
  background: url("../images/buttonbg.png") 23% 18px no-repeat #0aa75b;
  color: #fff;
}
/* line 667, ../sass/style.scss */
#bodyHeaderBottomMenu li.volunteer a {
  background: url("../images/buttonbg.png") 25% -88px no-repeat #194b8a;
}
/* line 671, ../sass/style.scss */
#bodyHeaderBottomMenu li.stayinformed a {
  background: url("../images/buttonbg.png") 20% -194px no-repeat #1e376d;
}
/* line 675, ../sass/style.scss */
#bodyHeaderBottomMenu li.facebook a {
  background: url("../images/buttonbg.png") 13% -305px no-repeat #194b8a;
}
/* line 677, ../sass/style.scss */
#bodyHeaderBottomMenu li.facebook a br {
  display: none;
}

/* line 682, ../sass/style.scss */
#bodyMain {
  position: relative;
  margin-top: 30px;
}
/* line 686, ../sass/style.scss */
#bodyMain .container {
  width: 100%;
}
/* line 690, ../sass/style.scss */
#bodyMain .widecolumn {
  margin-top: 40px;
}
@media all and (max-width: 770px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 85%;
    padding: 25px 0 0 0;
    margin: 0 auto;
    display: table;
    float: none;
  }
  /* line 693, ../sass/style.scss */
  #bodyMain .widecolumn img {
    width: 100%;
    height: auto;
  }
}
/* line 707, ../sass/style.scss */
#bodyMain .widecolumn ul.clearfix.select.postview li {
  list-style: none;
}
/* line 710, ../sass/style.scss */
#bodyMain .widecolumn ul.clearfix.select.postview li:before {
  display: none;
}
/* line 716, ../sass/style.scss */
#bodyMain .widecolumn .wpcf7-list-item {
  display: block;
}
/* line 719, ../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 719, ../sass/style.scss */
#bodyMain .widecolumn .vheading .vtitle {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vVotes {
  width: 100%;
  font-size: .82em;
  margin: 0;
  color: #990000;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vVotes div {
  float: left;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vroll, #bodyMain .widecolumn .vvote, #bodyMain .widecolumn .vdate {
  width: 9%;
  text-align: center;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vbill {
  width: 12%;
  text-align: left;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vvote, #bodyMain .widecolumn .vroll {
  text-align: center;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vvote {
  font-weight: bold;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vtitle {
  color: #555555;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  width: 69%;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .vrow {
  clear: both;
  width: 100%;
  padding: 5px 0;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .alt {
  background: #eee;
}
/* line 719, ../sass/style.scss */
#bodyMain .widecolumn .clear {
  clear: both;
}
/* line 721, ../sass/style.scss */
#bodyMain .widecolumn .events {
  margin-top: 40px;
}
/* line 729, ../sass/style.scss */
#bodyMain .widecolumn .events li {
  list-style: none;
  margin: 0 0 30px 0;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
/* line 735, ../sass/style.scss */
#bodyMain .widecolumn .events li.single {
  margin-top: 0px;
  padding-top: 0px;
}
/* line 737, ../sass/style.scss */
#bodyMain .widecolumn .events li.single h2 {
  font-size: 35px;
  color: #c6533b;
}
/* line 740, ../sass/style.scss */
#bodyMain .widecolumn .events li.single .timeHolder {
  margin-bottom: 7px;
}
/* line 744, ../sass/style.scss */
#bodyMain .widecolumn .events li h2 {
  margin-top: 0;
  font-size: 30px;
}
/* line 746, ../sass/style.scss */
#bodyMain .widecolumn .events li:first-child {
  border-top: none;
  margin-top: 0px;
}
/* line 752, ../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 759, ../sass/style.scss */
#bodyMain .widecolumn .events li .entry h3 a {
  color: #333;
}
/* line 765, ../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 775, ../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 784, ../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 795, ../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 806, ../sass/style.scss */
#bodyMain .widecolumn .events li .endtime.superClass {
  background: url(../images/eventslinebg.jpg) left center no-repeat;
}
/* line 811, ../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 690, ../sass/style.scss */
  #bodyMain .widecolumn {
    padding-left: 61px;
  }
}

@media screen and (max-width: 3500px) and (min-width: 1171px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn.full-width {
    padding-left: 61px;
    padding-right: 61px;
    width: 100%;
  }
}

@media screen and (max-width: 1170px) and (min-width: 771px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn.full-width {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 0px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 65%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1401px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 67%;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1601px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 69%;
  }
}
@media screen and (max-width: 5000px) and (min-width: 1801px) {
  /* line 690, ../sass/style.scss */
  #bodyMain .widecolumn {
    width: 71%;
  }
}
@media screen and (max-width: 900px) {
  /* line 847, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .image {
    display: none;
  }
  /* line 849, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .copy {
    width: 100%;
    float: right;
  }
}
@media screen and (min-width: 901px) {
  /* line 857, ../sass/style.scss */
  #bodyMain .widecolumn article.archive {
    padding: 20px 0;
  }
  /* line 859, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .image {
    width: 25%;
    float: left;
  }
  /* line 860, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .image img {
    width: 80%;
    margin-top: 25px;
    height: auto;
  }
  /* line 862, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .copy {
    width: 75%;
    float: right;
    padding-left: 25px;
  }
  /* line 864, ../sass/style.scss */
  #bodyMain .widecolumn article.archive .copy h2 {
    margin-top: 1em;
  }
}
/* line 873, ../sass/style.scss */
#bodyMain .widecolumn .at16nc {
  background: none !important;
}
/* line 875, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red {
  display: block;
  position: absolute;
  top: 0px;
}
/* line 881, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red p {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #C59C5C;
  margin: 0;
  display: inline-block;
  float: right;
  margin-top: -4px;
}
/* line 893, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a {
  display: block;
  float: right;
  margin-left: 12px;
}
/* line 899, ../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 906, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.twitter {
  width: 18px;
  height: 18px;
  background: url(../images/headersocial.png) -36px 1px no-repeat;
}
/* line 912, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.mail {
  width: 18px;
  height: 18px;
  background: url(../images/headersocial.png) -102px 1px no-repeat;
}
/* line 918, ../sass/style.scss */
#bodyMain .widecolumn .ssb-red a.linked {
  width: 18px;
  height: 18px;
  background: url(../images/headersocial.png) -70px 1px no-repeat;
}
/* line 929, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article {
  border-top: 1px solid #CFD8E1;
  margin: .83em 0 0;
}
/* line 933, ../sass/style.scss */
#bodyMain .widecolumn.post-excerpts article:first-child {
  border-top: 0;
}
/* line 935, ../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 940, ../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 946, ../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 953, ../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 966, ../sass/style.scss */
#bodyMain .widecolumn h1.title {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #AA2B2b;
  font-size: 27px;
  float: left;
  margin: 0 0 30px;
  display: block;
  width: 100%;
}
/* line 976, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial {
  border-top: 1px solid #cfd8e1;
  border-bottom: 1px solid #cfd8e1;
  padding: 7px;
  margin: 45px 0;
}
/* line 982, ../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 991, ../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 998, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing .at16nc {
  background: none !important;
}
/* line 1002, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing .at300bs {
  background: none !important;
}
/* line 1006, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing p {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
/* line 1012, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  border-left: 1px solid #cfd8e1;
}
/* line 1019, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li:first-child {
  border-left: none;
}
/* line 1023, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a {
/*  background: url(../images/bodysocial.png) 10px 10px;
*/  display: block;
  height: 25px;
  width: 40px;
}
/* line 1029, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a.twitter {
  background-position: -2px 0px;
}
/* line 1033, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a.facebook {
  background-position: 83px 1px;
}
/* line 1037, ../sass/style.scss */
#bodyMain .widecolumn .dateSocial .sharing ul li a.email {
  background-position: 48px 0px;
}
/* line 1045, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi {
  margin: 1.5em 0;
}
/* line 1048, ../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 1059, ../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 1063, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi span.pages, #bodyMain .widecolumn .wp-pagenavi a.pages {
  font-size: 14px;
  padding: 0 25px;
  width: auto;
}
/* line 1070, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi a {
  background: #3B5997;
  color: #FFF;
}
/* line 1075, ../sass/style.scss */
#bodyMain .widecolumn .wp-pagenavi a:hover {
  background: #4c70b9;
  text-decoration: none;
}
/* line 1082, ../sass/style.scss */
#bodyMain .narrowcolumn {
  margin-bottom: 5em;
  width: 290px;
  margin-right: 4%;
}
/* line 1089, ../sass/style.scss */
#bodyMain .narrowcolumn #help {
  width: 100%;
  display: block;
  position: relative;
  border-top: 4px solid #CCDFEB;
  background: #fff;
  padding-top: 50px;
  margin-top: 60px;
}
/* line 1098, ../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 1109, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box {
  display: table;
  width: 100%;
  margin: 0 auto;
}
/* line 1114, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box h2 {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  color: #1c1c1c;
  margin: 0 0 25px 0px;
  padding: 0;
  text-align: center;
}
/* line 1123, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box p {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #1c1c1c;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
/* line 1133, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton {
  display: table;
  margin: 0 auto;
}
/* line 1139, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu {
  float: left;
  width: 100%;
}
/* line 1142, ../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: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
/* line 1160, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
  border-radius: 5px 5px 0 0 !important;
}
/* line 1164, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li:first-child {
  border-left: none;
}
/* line 1168, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
  border-radius: 5px 5px 0 0 !important;
}
/* line 1171, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a {
  color: #FFF;
  display: block;
  font-family: "lato-n6", "lato", 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 1183, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a .sf-sub-indicator {
  display: none;
}
/* line 1185, ../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 1194, ../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 1204, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li {
  white-space: nowrap;
  position: relative;
}
/* line 1207, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li a {
  display: block;
  text-transform: uppercase;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px;
}
/* line 1214, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li a:hover {
  background: #3C536A;
  text-decoration: none;
}
/* line 1220, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li ul {
  position: absolute;
  left: -240px !important;
  top: 0px;
}
/* line 1234, ../sass/style.scss */
#bodyMain .narrowcolumn #help .box .selectandbutton a.gi {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #AA2B2b;
  text-align: left;
  padding-left: 20px;
  float: left;
  text-transform: uppercase;
}
/* line 1254, ../sass/style.scss */
#bodyMain .narrowcolumn #updates {
  width: 100%;
  display: block;
  position: relative;
  border-top: 4px solid #CCDFEB;
  background: #fff;
  padding-top: 50px;
  margin-top: 60px;
}
/* line 1263, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -43px;
  display: block;
  height: 75px;
  width: 87px;
  background: url(../images/helpyoulogo.png) top center no-repeat;
}
/* line 1274, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box {
  display: table;
  width: 100%;
  margin: 0 auto;
}
/* line 1280, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .email-signup {
  position: relative;
  width: 276px;
  margin: 0 auto 45px;
}
/* line 1285, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .email-signup span {
  line-height: 46px;
  height: 46px;
  color: #0362b2;
  vertical-align: top;
  padding-right: 15px;
}
/* line 1293, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .email-signup form {
  display: inline-block;
  width: 276px;
  border: none;
}
/* line 1297, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .email-signup input {
  border-radius: 0px;
  border: none;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
  width: 231px;
  background: #E6EFF6;
}
/* line 1306, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .email-signup input[type="submit"] {
  background: url(../images/email-header-bg.png) 13px 15px no-repeat #AA2B2b;
  width: 45px;
  text-indent: -9999px;
  height: 46px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 1316, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box .email-signup input[type="submit"]:focus {
  outline: 0;
}
/* line 1327, ../sass/style.scss */
#bodyMain .narrowcolumn #updates .box h2 {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #1c1c1c;
  margin: 0 0 25px 0px;
  padding: 0;
  text-align: center;
}
/* line 1340, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder {
  margin-top: 60px;
  border-top: 4px solid #CCDFEB;
  text-align: center;
}
/* line 1345, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder.page27 {
  display: none;
}
/* line 1350, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder a.all {
  background: url(../images/issuesreadmore.png) right center no-repeat;
  font-family: "lato-n6", "lato", 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 1363, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder h2 {
  display: block;
  text-align: center;
  font-family: "lato-n4", "lato", 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 1379, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder #vrollcall {
  width: 100%;
}
/* line 1380, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vVotes .vheading {
  font-family: "lato-n4", "lato", 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 1381, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vVotes {
  width: 100%;
  font-size: .82em;
  margin: 0;
}
/* line 1382, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vVotes div {
  float: left;
}
/* line 1383, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vDate .date {
  color: #AA2B2b;
}
/* line 1385, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vroll, #bodyMain .narrowcolumn #voteHolder .vvote, #bodyMain .narrowcolumn #voteHolder .vdate {
  width: 33%;
  text-align: center;
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* line 1386, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vbill {
  width: 33%;
  text-align: left;
}
/* line 1387, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vrow .vbill {
  color: #980c0a;
  font-weight: bold;
}
/* line 1388, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vvote, #bodyMain .narrowcolumn #voteHolder .vroll {
  text-align: center;
}
/* line 1389, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vtitle {
  width: 69%;
  display: none;
}
/* line 1390, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .vrow {
  border-bottom: 1px solid #fff;
  background: #F0F4F8;
  clear: both;
  width: 100%;
  padding: 5px 0;
}
/* line 1391, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .alt {
  background: #F0F4F8;
}
/* line 1392, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .clear {
  clear: both;
}
/* line 1393, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .aye {
  color: #ad8a53;
}
/* line 1394, ../sass/style.scss */
#bodyMain .narrowcolumn #voteHolder .nay {
  color: #484848;
}
/* line 1400, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch {
  margin-top: 60px;
  border-top: 4px solid #CCDFEB;
  background: #F0F4F8;
  text-align: center;
}
/* line 1408, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch h2 {
  display: block;
  text-align: center;
  font-family: "lato-n4", "lato", 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 1423, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .box {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 0;
}
/* line 1430, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform {
  float: left;
  margin-left: 5%;
  width: 90%;
}
/* line 1435, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform:first-child {
  margin-bottom: 10px;
}
/* line 1440, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 1446, ../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: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #424242;
  font-size: 14px;
  text-transform: uppercase;
  background: #ffffff;
  letter-spacing: .5px;
}
/* line 1461, ../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 1467, ../sass/style.scss */
#bodyMain .narrowcolumn #billSearch .searchform input[type="submit"].billnum {
  background: url(../images/searchbuttonarrow.png) center center no-repeat #AA2B2b;
}

/* Overlay style */
/* line 1501, ../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 1512, ../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 1528, ../sass/style.scss */
.overlay nav {
  text-align: center;
  position: relative;
  top: 40%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1537, ../sass/style.scss */
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100% !important;
}

/* line 1547, ../sass/style.scss */
.overlay ul li {
  display: none;
  min-height: 40px;
  float: none;
}
/* line 1552, ../sass/style.scss */
.overlay ul li ul li {
  min-height: 20px;
  position: relative;
}
@media all and (min-width: 700px) {
  /* line 1552, ../sass/style.scss */
  .overlay ul li ul li {
    min-height: 30px;
  }
}
/* line 1560, ../sass/style.scss */
.overlay ul li ul li a {
  line-height: 20px;
}
@media all and (min-width: 700px) {
  /* line 1560, ../sass/style.scss */
  .overlay ul li ul li a {
    line-height: 30px;
  }
}
/* line 1567, ../sass/style.scss */
.overlay ul li ul li ul {
  left: 0px !important;
}
/* line 1571, ../sass/style.scss */
.overlay ul li ul li ul li {
  min-height: 30px;
  position: relative;
}
/* line 1573, ../sass/style.scss */
.overlay ul li ul li ul li a {
  line-height: 30px;
}

/* line 1585, ../sass/style.scss */
.overlay ul li a {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 1596, ../sass/style.scss */
.overlay ul.sub-menu li a {
  font-size: 15px;
}

/* line 1601, ../sass/style.scss */
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
/* line 1609, ../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 1617, ../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 1624, ../sass/style.scss */
.overlay-contentscale.open li {
  display: block;
}

@media screen and (max-height: 30.5em) {
  /* line 1628, ../sass/style.scss */
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  /* line 1632, ../sass/style.scss */
  .overlay ul li {
    min-height: 34px;
  }
}
/* line 1642, ../sass/style.scss */
#inner-wrap {
  border-left: 37px solid #fff;
  border-right: 37px solid #fff;
}

/* line 1644, ../sass/style.scss */
#header {
  border-bottom: none;
  box-shadow: none;
}

/* line 1651, ../sass/style.scss */
#topBorders {
  height: 100%;
  margin: 0 65px;
}
/* line 1654, ../sass/style.scss */
#topBorders .spacer-box {
  height: 200px;
}
@media all and (max-width: 959px) {
  /* line 1654, ../sass/style.scss */
  #topBorders .spacer-box {
    height: 150px;
  }
}

/* line 1662, ../sass/style.scss */
#mainBorders {
  margin: 0 65px;
  background: #fff;
}

/* line 1668, ../sass/style.scss */
.mainSharing {
  padding-bottom:8px;
  display: block;
  margin-left: -8px !important;
}
/* line 1671, ../sass/style.scss */
.mainSharing a {
  margin-left:10px;
*//*  background: url(../images/newssocial.png) no-repeat;
*/  display: block;
}
/* line 1672, ../sass/style.scss */
.mainSharing a .at300bs {
  background: none !important;
}
/* line 1675, ../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 1682, ../sass/style.scss */
.mainSharing a.addthis_button_compact {
  background: none;
  line-height: 2;
  margin-right: 1em;
  text-transform: uppercase;
  width: auto;
}
/* line 1690, ../sass/style.scss */
.mainSharing:hover li {
  opacity: .7;
}
/* line 1691, ../sass/style.scss */
.mainSharing li {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 1693, ../sass/style.scss */
.mainSharing li:hover {
  opacity: 1;
}

/* line 1700, ../sass/style.scss */
.mainSharing a.addthis_button_twitter {
  background-position: -24px 0px;
}
/* line 1701, ../sass/style.scss */
.mainSharing a.addthis_button_facebook {
  background-position: 9px 0px;
}
/* line 1702, ../sass/style.scss */
.mainSharing a.addthis_button_email {
  background-position: -63px 0px;
}

/* line 1708, ../sass/style.scss */
.sharing {  
  display: block;
  margin: auto !important;
}
/* line 1711, ../sass/style.scss */
.sharing a {
/*  background: url(../images/bodysocial.png) no-repeat;
*/  display: block;
}
/* line 1712, ../sass/style.scss */
.sharing a .at300bs {
  background: none !important;
}
/* line 1715, ../sass/style.scss */
.sharing a.addthis_button_twitter, .sharing a.addthis_button_facebook, .sharing a.addthis_button_email {
  margin-left: 10px;
  height: 15px;
  width: 30px;
  float: left;
  
}
/* line 1722, ../sass/style.scss */
.sharing a.addthis_button_compact {
  background: none;
  line-height: 2;
  margin-right: 1em;
  text-transform: uppercase;
  width: auto;
}
/* line 1730, ../sass/style.scss */
.sharing:hover li {
  opacity: .7;
}
/* line 1731, ../sass/style.scss */
.sharing li {
  
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 1733, ../sass/style.scss */
.sharing li:hover {
  opacity: 1;
}

/* line 1737, ../sass/style.scss */
.home .sharing {
  margin: 0 auto 30px !important;
  display: table;
}
/* line 1742, ../sass/style.scss */
.home .sharing a.addthis_button_twitter {
  background-position: -24px 0px;
}
/* line 1743, ../sass/style.scss */
.home .sharing a.addthis_button_facebook {
  background-position: 9px 0px;
}
/* line 1744, ../sass/style.scss */
.home .sharing a.addthis_button_email {
  background-position: -63px 0px;
}

/* line 1748, ../sass/style.scss */
#cmenu {
  position: fixed;
  height: 200px;
  width: 36px;
  top: 225px;
  right: 17px;
  z-index: 100000;
}
/* line 1756, ../sass/style.scss */
#cmenu .container {
  position: relative;
  height: 100%;
}
/* line 1760, ../sass/style.scss */
#cmenu .container li {
  display: block;
  width: 6px;
  height: 37px;
  background: #B3CDE6;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  margin-bottom: 16px;
  cursor: pointer;
  z-index: 1105;
  position: relative;
  list-style: none;
  box-sizing: content-box;
}
/* line 1775, ../sass/style.scss */
#cmenu .container li .flag {
  display: none;
  position: absolute;
  background: #0B4CA2;
  z-index: 100;
  right: 8px;
  padding: 0px 20px;
  white-space: nowrap;
  border-radius: 0px;
  top: 0px;
  color: #fff;
  line-height: 37px;
  height: 37px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
}
/* line 1794, ../sass/style.scss */
#cmenu .container li.fill {
  background: #0B4CA2;
}
/* line 1797, ../sass/style.scss */
#cmenu .container li:hover {
  background: #0B4CA2;
}
/* line 1800, ../sass/style.scss */
#cmenu .container li:hover .flag {
  display: block;
}

/* line 1809, ../sass/style.scss */
#mainNews {
  background: #fff;
  height: 72%;
}
/* line 1813, ../sass/style.scss */
#mainNews .row2 {
  float: left;
  width: 40%;
  height: 100%;
}
/* line 1818, ../sass/style.scss */
#mainNews .row2 article {
  height: 100%;
  background-size: cover !important;
  position: relative;
}
/* line 1824, ../sass/style.scss */
#mainNews .row2 article .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 1830, ../sass/style.scss */
#mainNews .row2 article .copy p.date {
  font-family: arial;
  font-size: 11px;
  text-transform: uppercase;
  color: #b6dcfd;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 1840, ../sass/style.scss */
#mainNews .row2 article .copy h2 {
  font-family: "lato-n4", "lato", 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 1849, ../sass/style.scss */
#mainNews .row2 article .copy h2 a {
  color: #fff;
}
/* line 1854, ../sass/style.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 1868, ../sass/style.scss */
#mainNews .row1 {
  float: left;
  width: 29.9%;
  margin-right: .1%;
  height: 100%;
}
/* line 1874, ../sass/style.scss */
#mainNews .row1 article {
  height: 49.90%;
  background-size: cover !important;
  margin-top: .2%;
  position: relative;
}
/* line 1882, ../sass/style.scss */
#mainNews .row1 article.instagram .copy {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: url(../images/maininstagram.png) left center no-repeat;
  padding-left: 45px;
  z-index: 100;
  display: block;
  height: 50px;
}
/* line 1892, ../sass/style.scss */
#mainNews .row1 article.instagram .copy p {
  margin-top: 10px;
  line-height: 12px;
}
/* line 1897, ../sass/style.scss */
#mainNews .row1 article.instagram .copy p a {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  line-height: 15px;
}
/* line 1914, ../sass/style.scss */
#mainNews .row1 article.instagram #instafeed {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
/* line 1920, ../sass/style.scss */
#mainNews .row1 article.instagram #instafeed .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: block;
}
/* line 1930, ../sass/style.scss */
#mainNews .row1 article .copybg {
  height: 100%;
  background: rgba(0, 0, 0, 0.415);
  width: 100%;
  display: block;
}
/* line 1936, ../sass/style.scss */
#mainNews .row1 article .copybg .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 1942, ../sass/style.scss */
#mainNews .row1 article .copybg .copy p.date {
  font-family: arial;
  font-size: 11px;
  text-transform: uppercase;
  color: #b6dcfd;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 1952, ../sass/style.scss */
#mainNews .row1 article .copybg .copy h2 {
  font-family: "lato-n4", "lato", 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 1961, ../sass/style.scss */
#mainNews .row1 article .copybg .copy h2 a {
  color: #fff;
}
/* line 1966, ../sass/style.scss */
#mainNews .row1 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 1978, ../sass/style.scss */
#mainNews .row1 article:first-child {
  margin-top: 0px;
}
/* line 1985, ../sass/style.scss */
#mainNews .row3 {
  float: left;
  width: 29.9%;
  margin-left: .1%;
  height: 100%;
}
/* line 1993, ../sass/style.scss */
#mainNews .row3 article {
  height: 49.90%;
  background-size: cover !important;
  margin-top: .2%;
  position: relative;
  overflow: hidden;
}
/* line 2002, ../sass/style.scss */
#mainNews .row3 article .copybg {
  height: 100%;
  background: rgba(0, 0, 0, 0.415);
  width: 100%;
  display: block;
}
/* line 2008, ../sass/style.scss */
#mainNews .row3 article .copybg .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 2014, ../sass/style.scss */
#mainNews .row3 article .copybg .copy p.date {
  font-family: arial;
  font-size: 11px;
  text-transform: uppercase;
  color: #b6dcfd;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 2024, ../sass/style.scss */
#mainNews .row3 article .copybg .copy h2 {
  font-family: "lato-n4", "lato", 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 2033, ../sass/style.scss */
#mainNews .row3 article .copybg .copy h2 a {
  color: #fff;
}
/* line 2038, ../sass/style.scss */
#mainNews .row3 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 2050, ../sass/style.scss */
#mainNews .row3 article:first-child {
  margin-top: 0px;
}
/* line 2060, ../sass/style.scss */
#mainNews .row3 article.socialFeed {
  background: #233347;
  color: #fff;
}
/* line 2064, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide {
  padding: 40px;
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
/* line 2069, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a {
  color: #5f83a7;
}
/* line 2072, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a.rae {
  font-size: 28px;
}
/* line 2076, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a.follow {
  padding-left: 30px;
  background: url(../images/maintwitter.png) left center no-repeat;
}
/* line 2081, ../sass/style.scss */
#mainNews .row3 article.socialFeed .slide a.like {
  padding-left: 30px;
  background: url(../images/mainfacebook.png) left center no-repeat;
}

/* line 2102, ../sass/style.scss */
#constituent .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2106, ../sass/style.scss */
#constituent .titleBar h2 {
  font-size: 45px;
  color: #1c334a;
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 60px auto 0;
  display: table;
}
/* line 2118, ../sass/style.scss */
#constituent .blueBox {
  width: 100%;
  background: #F0F4F8;
  padding: 80px 50px 40px 50px;
  position: relative;
  margin-bottom: 40px;
}
/* line 2125, ../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 2136, ../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 2146, ../sass/style.scss */
#constituent .blueBox .help .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -38px;
  display: block;
  height: 77px;
  width: 77px;
  background: url(../images/helpyoulogo.png) top center no-repeat;
}
/* line 2157, ../sass/style.scss */
#constituent .blueBox .help .box {
  display: table;
  width: 525px;
  margin: 0 auto;
}
/* line 2162, ../sass/style.scss */
#constituent .blueBox .help .box h2 {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  color: #1c1c1c;
  margin: 0 0 25px 0px;
  padding: 0;
  text-align: center;
}
/* line 2171, ../sass/style.scss */
#constituent .blueBox .help .box p {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #1c1c1c;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
/* line 2181, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton {
  display: table;
  margin: 0 auto;
}
/* line 2187, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu {
  margin-left: 15px;
  float: left;
}
/* line 2190, ../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: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
/* line 2207, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li a {
  color: #fff;
}
/* line 2213, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
  border-radius: 5px 5px 0 0 !important;
}
/* line 2217, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li:first-child {
  border-left: none;
}
/* line 2221, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
  border-radius: 5px 5px 0 0 !important;
}
/* line 2224, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > ul > a {
  color: #FFF;
  display: block;
  font-family: "lato-n6", "lato", 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 2236, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li > ul > a .sf-sub-indicator {
  display: none;
}
/* line 2238, ../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 2247, ../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 2257, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li {
  white-space: nowrap;
  position: relative;
}
/* line 2260, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li a {
  display: block;
  text-transform: uppercase;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px;
}
/* line 2267, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li a:hover {
  background: #3C536A;
  text-decoration: none;
}
/* line 2281, ../sass/style.scss */
#constituent .blueBox .help .box .selectandbutton a.gi {
  display: block;
  width: 256px;
  height: 55px;
  line-height: 55px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #AA2B2b;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
/* line 2300, ../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 2311, ../sass/style.scss */
#constituent .blueBox .updates .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -38px;
  display: block;
  height: 77px;
  width: 77px;
  background: url(../images/helpyoulogo.png) top center no-repeat;
}
/* line 2325, ../sass/style.scss */
#constituent .blueBox .updates .box {
  display: table;
  width: 325px;
  margin: 0 auto;
}
/* line 2331, ../sass/style.scss */
#constituent .blueBox .updates .box .social {
  margin: 0 auto;
  display: table;
}
/* line 2335, ../sass/style.scss */
#constituent .blueBox .updates .box .social a {
  border: none;
  width: 50px;
}
/* line 2339, ../sass/style.scss */
#constituent .blueBox .updates .box .social a .fa-facebook-square {
  color: #AA2B2B;
}
/* line 2342, ../sass/style.scss */
#constituent .blueBox .updates .box .social a .fa-twitter {
  color: #1CA5D2;
}
/* line 2345, ../sass/style.scss */
#constituent .blueBox .updates .box .social a .fa-instagram {
  color: #072799;
}
/* line 2348, ../sass/style.scss */
#constituent .blueBox .updates .box .social a .fa-youtube-play {
  color: #AA2B2b;
}
/* line 2355, ../sass/style.scss */
#constituent .blueBox .updates .box .clearfix {
  height: 75px;
}
/* line 2358, ../sass/style.scss */
#constituent .blueBox .updates .box .email-signup {
  position: relative;
  width: 276px;
  margin: 0 auto 45px;
}
/* line 2363, ../sass/style.scss */
#constituent .blueBox .updates .box .email-signup span {
  line-height: 46px;
  height: 46px;
  color: #0362b2;
  vertical-align: top;
  padding-right: 15px;
}
/* line 2371, ../sass/style.scss */
#constituent .blueBox .updates .box .email-signup form {
  display: inline-block;
  width: 276px;
  border: none;
}
/* line 2375, ../sass/style.scss */
#constituent .blueBox .updates .box .email-signup input {
  border-radius: 0px;
  border: none;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
  width: 231px;
  background: #E6EFF6;
}
/* line 2384, ../sass/style.scss */
#constituent .blueBox .updates .box .email-signup input[type="submit"] {
  background: url(../images/email-header-bg.png) 13px 15px no-repeat #AA2B2b;
  width: 45px;
  text-indent: -9999px;
  height: 46px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 2394, ../sass/style.scss */
#constituent .blueBox .updates .box .email-signup input[type="submit"]:focus {
  outline: 0;
}
/* line 2407, ../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: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  height: 55px;
  width: 316px;
  display: block;
  margin: 0 auto 40px;
}
/* line 2427, ../sass/style.scss */
#constituent .blueBox .updates .box h2 {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  color: #1c1c1c;
  margin: 0 0 25px 0px;
  padding: 0;
  text-align: center;
}

/* line 2446, ../sass/style.scss */
#aboutSeth {
  background: url(../images/bg-about-seth.jpg) top right no-repeat;
  background-size: cover;
  width: 100%;
}
/* line 2452, ../sass/style.scss */
#aboutSeth .box {
  width: 60%;
  padding: 140px 0;
  margin: 0 auto;
}
/* line 2457, ../sass/style.scss */
#aboutSeth .box .tiny-ma-logo {
  display: block;
  width: 50px;
  height: 25px;
  background: url(../images/tinymalogo.png) top center no-repeat;
  margin: 0px auto 20px;
}
/* line 2465, ../sass/style.scss */
#aboutSeth .box h2 {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  padding: 0px;
}
/* line 2474, ../sass/style.scss */
#aboutSeth .box .social {
  margin: 0 auto;
  display: table;
}
/* line 2478, ../sass/style.scss */
#aboutSeth .box .social a {
  border: none;
  width: 40px;
  float: left;
}
/* line 2486, ../sass/style.scss */
#aboutSeth .box p {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
/* line 2492, ../sass/style.scss */
#aboutSeth .box a {
  font-family: "lato-n6", "lato", 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 2502, ../sass/style.scss */
#aboutSeth .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 2522, ../sass/style.scss */
#newsroom .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2526, ../sass/style.scss */
#newsroom .titleBar h2 {
  font-size: 45px;
  color: #1c334a;
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 60px auto 0;
  display: table;
}
/* line 2538, ../sass/style.scss */
#newsroom .blueBox {
  width: 100%;
  background: #F0F4F8;
  padding: 80px 50px 40px 50px;
  position: relative;
}
/* line 2545, ../sass/style.scss */
#newsroom .blueBox .box {
  display: table;
  margin: 0 auto;
}
/* line 2549, ../sass/style.scss */
#newsroom .blueBox .box a {
  display: inline-block;
  width: 135px;
  height: 50px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  letter-spacing: .5px;
  font-size: 15px;
  line-height: 48px;
  text-align: center;
  background: #AA2B2b;
  text-transform: uppercase;
  float: left;
}
/* line 2563, ../sass/style.scss */
#newsroom .blueBox .box a.dark {
  background: #1C334A;
}
/* line 2572, ../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 2584, ../sass/style.scss */
#newsroom .blueBox > ul {
  width: 100%;
  margin-bottom: 40px;
}
/* line 2588, ../sass/style.scss */
#newsroom .blueBox > ul > li {
  float: left;
  width: 33.133333%;
  margin-left: .2%;
  background: #fff;
}
/* line 2594, ../sass/style.scss */
#newsroom .blueBox > ul > li:first-child {
  margin-left: 0px;
}
/* line 2600, ../sass/style.scss */
#newsroom .blueBox > ul > li .prl {
  display: block;
  width: 64px;
  height: 3px;
  background: #980C0A;
  margin: 40px auto 0;
}
/* line 2608, ../sass/style.scss */
#newsroom .blueBox > ul > li h2 {
  color: #1c1c1c;
  font-size: 21px;
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0px;
  margin: 40px auto 40px auto;
  width: 80%;
  text-align: center;
  height: 80px;
}
/* line 2618, ../sass/style.scss */
#newsroom .blueBox > ul > li h2 a {
  color: #1c1c1c;
}
/* line 2623, ../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 2634, ../sass/style.scss */
#newsroom .blueBox > ul > li p.story {
  width: 80%;
  text-align: center;
  font-size: 14px;
  color: #1c1c1c;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 30px auto 30px;
  height: 80px;
}
/* line 2645, ../sass/style.scss */
#newsroom .blueBox > ul > li img {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
/* line 2652, ../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 2675, ../sass/style.scss */
#legislativeCenter {
  /* pager */
}
/* line 2677, ../sass/style.scss */
#legislativeCenter .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2681, ../sass/style.scss */
#legislativeCenter .titleBar h2 {
  font-size: 45px;
  color: #1c334a;
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 60px auto 0;
  display: table;
}
/* line 2694, ../sass/style.scss */
#legislativeCenter .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: -57px;
  overflow: hidden;
}
/* line 2697, ../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 2702, ../sass/style.scss */
#legislativeCenter .cycle-pager span.cycle-pager-active {
  color: #980C0A;
}
/* line 2703, ../sass/style.scss */
#legislativeCenter .cycle-pager > * {
  cursor: pointer;
}
/* line 2707, ../sass/style.scss */
#legislativeCenter ul {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
/* line 2712, ../sass/style.scss */
#legislativeCenter ul:first-child {
  display: block;
}
/* line 2714, ../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 2726, ../sass/style.scss */
#legislativeCenter ul li:hover .over {
  opacity: 0;
}
/* line 2728, ../sass/style.scss */
#legislativeCenter ul li a.link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 151;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 2739, ../sass/style.scss */
#legislativeCenter ul li .copy {
  width: 80%;
  bottom: 10%;
  left: 10%;
  position: absolute;
}
/* line 2746, ../sass/style.scss */
#legislativeCenter ul li .copy .prl {
  display: block;
  width: 64px;
  height: 3px;
  background: #D22137;
  margin-bottom: 20px;
}
/* line 2754, ../sass/style.scss */
#legislativeCenter ul li .copy h2 {
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  width: 75%;
  margin: 0px;
  padding: 0px;
}
/* line 2762, ../sass/style.scss */
#legislativeCenter ul li .copy h2 a {
  color: #fff;
}
/* line 2769, ../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 2782, ../sass/style.scss */
#legislativeCenter ul li:first-child {
  margin-left: 0px;
}
/* line 2786, ../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 2797, ../sass/style.scss */
#legislativeCenter ul li .over:hover {
  opacity: 0;
}

/* line 2809, ../sass/style.scss */
#billSearch {
  background: #F0F4F8;
  text-align: center;
}
/* line 2813, ../sass/style.scss */
#billSearch.page27 {
  display: none;
}
/* line 2817, ../sass/style.scss */
#billSearch .box {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 2823, ../sass/style.scss */
#billSearch span {
  float: left;
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  color: #AA2B2b;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 46px;
  margin-right: 17px;
}
/* line 2834, ../sass/style.scss */
#billSearch .searchform {
  float: left;
  margin-left: 8px;
}
/* line 2839, ../sass/style.scss */
#billSearch .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 2845, ../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: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #424242;
  font-size: 14px;
  text-transform: uppercase;
  background: #ffffff;
  letter-spacing: .5px;
}
/* line 2860, ../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 2866, ../sass/style.scss */
#billSearch .searchform input[type="submit"].billnum {
  background: url(../images/searchbuttonarrow.png) center center no-repeat #AA2B2b;
}

/* line 2880, ../sass/style.scss */
#about6th .titleBar {
  height: 125px;
  background: #fff;
}
/* line 2884, ../sass/style.scss */
#about6th .titleBar h2 {
  font-size: 45px;
  color: #1c334a;
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 60px auto 0;
  display: table;
}
/* line 2895, ../sass/style.scss */
#about6th .map {
  height: auto;
  background: url(../images/bg-6th-district.jpg) left top no-repeat #C1DDFF;
  position: relative;
}
@media all and (max-width: 700px) {
  /* line 2895, ../sass/style.scss */
  #about6th .map {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
  }
}
@media all and (min-width: 700px) {
  /* line 2895, ../sass/style.scss */
  #about6th .map {
    height: 463px;
  }
}
/* line 2907, ../sass/style.scss */
#about6th .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;
}
@media all and (max-width: 700px) {
  /* line 2919, ../sass/style.scss */
  #about6th .map .copy {
    margin: 0px auto 0;
    display: table;
    width: 80%;
  }
}
@media all and (min-width: 701px) {
  /* line 2919, ../sass/style.scss */
  #about6th .map .copy {
    position: absolute;
    top: 86px;
    right: 115px;
    width: 450px;
  }
}
@media all and (max-width: 1200px) {
  /* line 2919, ../sass/style.scss */
  #about6th .map .copy {
    border-radius: 7px;
    background: RGBA(193, 221, 255, 0.7);
    padding: 20px;
  }
}
/* line 2940, ../sass/style.scss */
#about6th .map .copy .rrl {
  display: block;
  width: 64px;
  height: 3px;
  background: #980C0A;
  margin-bottom: 20px;
}
/* line 2948, ../sass/style.scss */
#about6th .map .copy a.readmore {
  display: block;
  height: 32px;
  width: 32px;
  background: url(../images/footerreadmore.png) top center no-repeat;
}
/* line 2956, ../sass/style.scss */
#about6th .map .copy p {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #1c334a;
}
/* line 2961, ../sass/style.scss */
#about6th .map .copy p.title {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #1c1c1c;
  margin-bottom: 30px;
}

/* line 2976, ../sass/style.scss */
#socialBar {
  position: relative;
  margin: 18px 115px;
}
/* line 2981, ../sass/style.scss */
#socialBar .textSizer {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 0px;
}
/* line 2990, ../sass/style.scss */
#socialBar .textSizer #font_select {
  font-family: arial;
  font-weight: bold;
  color: #AA2B2b;
  font-size: 14px;
  margin-left: 10px;
}
/* line 2999, ../sass/style.scss */
#socialBar .textSizer #font_select_mid {
  font-family: arial;
  font-weight: bold;
  color: #AA2B2b;
  font-size: 20px;
  margin-left: 10px;
}
/* line 3008, ../sass/style.scss */
#socialBar .textSizer #font_select_large {
  font-family: arial;
  font-weight: bold;
  color: #AA2B2b;
  font-size: 28px;
  margin-left: 10px;
}
/* line 3021, ../sass/style.scss */
#socialBar .social a {
  border: none;
  width: 50px;
}
/* line 3025, ../sass/style.scss */
#socialBar .social a .fa-facebook-square {
  color: #AA2B2B;
}
/* line 3028, ../sass/style.scss */
#socialBar .social a .fa-twitter {
  color: #1CA5D2;
}
/* line 3031, ../sass/style.scss */
#socialBar .social a .fa-instagram {
  color: #072799;
}
/* line 3034, ../sass/style.scss */
#socialBar .social a .fa-youtube-play {
  color: #AA2B2b;
}

/* line 3044, ../sass/style.scss */
#footerTop {
  width: 100%;
  display: none;
}
/* line 3048, ../sass/style.scss */
#footerTop.display {
  display: block;
}
/* line 3054, ../sass/style.scss */
#footerTop .relatedPosts {
  padding: 40px 0;
  background: #F0F4F8;
}
/* line 3060, ../sass/style.scss */
#footerTop .relatedPosts a.readall {
  background: #AA2B2b;
  color: #fff;
  padding: 15px 30px;
  display: table;
  margin: 40px auto 15px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 3073, ../sass/style.scss */
#footerTop .relatedPosts .titleBar {
  height: 125px;
}
/* line 3076, ../sass/style.scss */
#footerTop .relatedPosts .titleBar h2 {
  font-size: 45px;
  color: #1c334a;
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0 auto;
  display: table;
}
/* line 3088, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews {
  width: 90%;
  margin-left: 5%;
  height: 350px;
  display: block;
  overflow: hidden;
}
/* line 3097, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story {
  height: 100%;
  width: 33%;
  background-size: cover;
  display: block;
  float: left;
  position: relative;
  margin-left: .5%;
}
/* line 3106, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story:first-child {
  margin-left: 0;
}
/* line 3110, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg {
  height: 100%;
  background: rgba(0, 0, 0, 0.415);
  width: 100%;
  display: block;
}
/* line 3116, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}
/* line 3122, ../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 3132, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .copy h2 {
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  width: 85%;
  margin: 0 0 20px 0;
  padding: 0px;
}
/* line 3140, ../sass/style.scss */
#footerTop .relatedPosts .relatedNews .story .copybg .copy h2 a {
  color: #fff;
}
/* line 3146, ../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 3167, ../sass/style.scss */
#footerTop .instagram {
  width: 50%;
  float: left;
  height: 350px;
}
/* line 3176, ../sass/style.scss */
#footerTop .instagram #instafeed {
  width: 100%;
  height: 350px;
  display: block;
  overflow: hidden;
}
/* line 3182, ../sass/style.scss */
#footerTop .instagram #instafeed .slide {
  height: 350px;
  width: 50%;
  background-size: cover;
  display: block;
  float: left;
  position: relative;
}
/* line 3191, ../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 3199, ../sass/style.scss */
#footerTop .instagram #instafeed .slide .copy p {
  margin-bottom: 3px;
  line-height: 12px;
}
/* line 3204, ../sass/style.scss */
#footerTop .instagram #instafeed .slide .copy p a {
  font-family: "lato-n6", "lato", 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 3225, ../sass/style.scss */
#footerTop .socialFeed {
  background: #71A2C8;
  color: #fff;
  float: left;
  height: 350px;
  width: 50%;
}
/* line 3232, ../sass/style.scss */
#footerTop .socialFeed .slide {
  padding: 60px;
  height: 350px;
  width: 100%;
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
/* line 3239, ../sass/style.scss */
#footerTop .socialFeed .slide p {
  text-align: center;
}
/* line 3243, ../sass/style.scss */
#footerTop .socialFeed .slide a {
  color: #fff;
}
/* line 3246, ../sass/style.scss */
#footerTop .socialFeed .slide a.rae {
  font-size: 28px;
}
/* line 3250, ../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 3257, ../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 3274, ../sass/style.scss */
#footer {
  background: url(../images/bg-footer.jpg) top right no-repeat;
  padding: 50px 115px;
  height:500px;
  
}
/* line 3279, ../sass/style.scss */
#footer .locations {
  float: left;
}
/* line 3284, ../sass/style.scss */
#footer .locations article {
  width: 240px;
  float: left;
  padding-left: 40px;
}
/* line 3289, ../sass/style.scss */
#footer .locations article:first-child {
  padding-left: 0px;
}
/* line 3293, ../sass/style.scss */
#footer .locations article p {
  font-family: "lato-n3", "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
}
/* line 3299, ../sass/style.scss */
#footer .locations article p.title {
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 3311, ../sass/style.scss */
#footer .searchsitemap {
  float: right;
}
/* line 3314, ../sass/style.scss */
#footer .searchsitemap .searchform {
  border: 1px solid #FFFFFF;
}
/* line 3317, ../sass/style.scss */
#footer .searchsitemap .searchform input {
  border-radius: 0px;
  height: 46px;
  float: left;
  border: 0;
  margin: 0;
}
/* line 3323, ../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: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  background: none;
}
/* line 3337, ../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 3350, ../sass/style.scss */
#footer .searchsitemap .links {
  margin-top: 40px;
  color: #FFFFFF;
  font-family: "lato-n4", "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 3357, ../sass/style.scss */
#footer .searchsitemap .links a {
  color: #FFFFFF;
  letter-spacing: 1px;
}

/* NAVIGATION */
/* 1st level nav menu */
/* line 3377, ../sass/style.scss */
#main-navigation {
  position: absolute;
  background: #1D3058;
  height: 61px;
  top: 0px;
  left: 0px;
  width: 100%;
}
/* line 3385, ../sass/style.scss */
#main-navigation .social {
  position: absolute;
  top: 8px;
  left: 40px;
}
/* line 3390, ../sass/style.scss */
#main-navigation .social a {
  border: none;
  width: 35px;
}
/* line 3398, ../sass/style.scss */
#main-navigation .email-area {
  position: absolute;
  top: 0px;
  right: 171px;
}
/* line 3403, ../sass/style.scss */
#main-navigation .email-area label {
  display: none;
}
/* line 3404, ../sass/style.scss */
#main-navigation .email-area .s2 {
  -moz-box-shadow: rgba(105, 98, 125, 0.4) 0 0 3px;
  -webkit-box-shadow: rgba(105, 98, 125, 0.4) 0 0 3px;
  box-shadow: rgba(105, 98, 125, 0.4) 0 0 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.95);
  height: 0;
  padding: 0;
  position: absolute;
  right: 177px;
  top: 0px;
  height: 61px;
  width: 0;
}
/* line 3418, ../sass/style.scss */
#main-navigation .email-area .s2.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 61px;
  padding: 0 1.5em;
  right: 55px;
  width: 50%;
  border-radius: 0px;
  box-shadow: none;
}
/* line 3431, ../sass/style.scss */
#main-navigation .email-area .s2.active {
  right: 177px;
  top: 0px;
  width: 400px;
}
/* line 3438, ../sass/style.scss */
#main-navigation .email-area button {
  background: #AA2B2B;
  height: 61px;
  width: 177px;
  text-align: center;
  display: block;
  border-radius: 0px !important;
  border: none;
  color: #fff;
  padding: 0px;
}
/* line 3449, ../sass/style.scss */
#main-navigation .email-area button:focus {
  outline: 0;
}
/* line 3452, ../sass/style.scss */
#main-navigation .email-area button .fa {
  color: #fff;
  padding-left: 25px;
  line-height: 61px;
}
/* line 3461, ../sass/style.scss */
#main-navigation .email-area {
  display: none;
}
/* line 3464, ../sass/style.scss */
#main-navigation .search-area {
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 3469, ../sass/style.scss */
#main-navigation .search-area label {
  display: none;
}
/* line 3470, ../sass/style.scss */
#main-navigation .search-area .s {
  -moz-box-shadow: rgba(105, 98, 125, 0.4) 0 0 3px;
  -webkit-box-shadow: rgba(105, 98, 125, 0.4) 0 0 3px;
  box-shadow: rgba(105, 98, 125, 0.4) 0 0 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.95);
  height: 0;
  padding: 0;
  position: absolute;
  right: 177px;
  top: 0px;
  height: 61px;
  width: 0;
}
/* line 3484, ../sass/style.scss */
#main-navigation .search-area .s.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 61px;
  padding: 0 1.5em;
  right: 55px;
  width: 50%;
  border-radius: 0px;
  box-shadow: none;
}
/* line 3497, ../sass/style.scss */
#main-navigation .search-area .s.active {
  right: 177px;
  top: 0px;
  width: 400px;
}
/* line 3504, ../sass/style.scss */
#main-navigation .search-area button {
  background: #AA2B2B;
  height: 61px;
  width: 177px;
  text-align: center;
  display: block;
  border-radius: 0px !important;
  border: none;
  color: #fff;
  padding: 0px;
}
/* line 3515, ../sass/style.scss */
#main-navigation .search-area button:focus {
  outline: 0;
}
/* line 3518, ../sass/style.scss */
#main-navigation .search-area button .fa {
  color: #fff;
  padding-left: 25px;
  line-height: 61px;
}
/* line 3529, ../sass/style.scss */
#main-navigation .sf-menu {
  display: table;
  margin: 0 auto;
}
/* line 3533, ../sass/style.scss */
#main-navigation .sf-menu > li {
  margin: 0 5px 0 0;
  height: 61px;
  position: relative;
  float: left;
}
/* line 3541, ../sass/style.scss */
#main-navigation .sf-menu > li.sfHover > a.sf-with-ul {
  border-radius: 5px 5px 0 0 !important;
}
/* line 3545, ../sass/style.scss */
#main-navigation .sf-menu > li:first-child {
  border-left: none;
}
/* line 3549, ../sass/style.scss */
#main-navigation .sf-menu > li > a.sf-with-ul:hover {
  border-radius: 5px 5px 0 0 !important;
}
/* line 3552, ../sass/style.scss */
#main-navigation .sf-menu > li > a {
  color: #FFF;
  display: block;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  font-size: 15px;
  padding: 0 8px;
  height: 61px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: none;
  white-space: nowrap;
  padding: 0 15px 0 27px;
}
/* line 3566, ../sass/style.scss */
#main-navigation .sf-menu > li > a .sf-sub-indicator {
  display: none;
}
/* line 3568, ../sass/style.scss */
#main-navigation .sf-menu > li > a:hover, #main-navigation .sf-menu > li > a.sfHover {
  text-decoration: none;
  transition: 0;
}
/* line 3575, ../sass/style.scss */
#main-navigation .sf-menu > li > a[title="Donate"] {
  color: #df2139;
}
/* line 3580, ../sass/style.scss */
#main-navigation .sf-menu > li ul {
  background: #fff;
  position: absolute;
  color: #222222;
  display: none;
  left: 0;
  top: 61px;
  -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 3591, ../sass/style.scss */
#main-navigation .sf-menu > li ul li {
  white-space: nowrap;
  position: relative;
}
/* line 3595, ../sass/style.scss */
#main-navigation .sf-menu > li ul li .sub-menu {
  top: 10px;
}
/* line 3596, ../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 3603, ../sass/style.scss */
#main-navigation .sf-menu > li ul li a:hover {
  background: #CCD1D6;
  text-decoration: none;
}

/* POST STYLES */
/* line 3614, ../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 3619, ../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 3633, ../sass/style.scss */
ie9 #splashmodal {
  filter: none;
}

/* line 3638, ../sass/style.scss */
.splashwrapper {
  background: #194b8a;
  display: inline-block;
  margin: -10% auto;
  padding: 1em 3em 2em;
  position: relative;
  top: 50%;
}
/* line 3645, ../sass/style.scss */
.splashwrapper h2, .splashwrapper a {
  color: white;
}
/* line 3647, ../sass/style.scss */
.splashwrapper a:hover, .splashwrapper a:active, .splashwrapper a:focus {
  text-decoration: none;
}
/* line 3649, ../sass/style.scss */
.splashwrapper input[type="submit"] {
  padding: 0 20px;
  height: 42px;
  line-height: 43px;
}
/* line 3654, ../sass/style.scss */
.splashwrapper .closer {
  background: #0aa75b;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -15px;
}
/* line 3661, ../sass/style.scss */
.splashwrapper .closer:hover {
  background-color: #FFFFFF;
}
/* line 3662, ../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 3670, ../sass/style.scss */
.splashwrapper .closer a:hover {
  color: #0aa75b;
}
/* line 3673, ../sass/style.scss */
.splashwrapper .continue {
  clear: both;
  font-size: 1.2em;
  margin-top: 1em;
  text-align: right;
  text-transform: uppercase;
}
/* line 3679, ../sass/style.scss */
.splashwrapper .continue a:hover {
  color: #0aa75b;
}

/* line 3689, ../sass/style.scss */
.overlay .socialBox {
  display: inline-block;
}
/* line 3693, ../sass/style.scss */
.overlay .socialBox .social {
  display: table;
  margin: 6px auto 0;
  border-radius: 10px;
}
/* line 3701, ../sass/style.scss */
.overlay .socialBox .social li {
  list-style: none;
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}
/* line 3708, ../sass/style.scss */
.overlay .socialBox .social li:first-child {
  margin-left: 0px;
}
/* line 3711, ../sass/style.scss */
.overlay .socialBox .social li.facebook {
  background: url(../images/footerfacebook.png) center center no-repeat;
}
/* line 3712, ../sass/style.scss */
.overlay .socialBox .social li.twitter {
  background: url(../images/footertwitter.png) center center no-repeat;
}
/* line 3713, ../sass/style.scss */
.overlay .socialBox .social li.instagram {
  background: url(../images/footerinstagram.png) center center no-repeat;
}
/* line 3714, ../sass/style.scss */
.overlay .socialBox .social li.youtube {
  background: url(../images/footeryoutube.png) center center no-repeat;
}
/* line 3715, ../sass/style.scss */
.overlay .socialBox .social li.linkedin {
  background: url(../images/footerlinkedin.png) center center no-repeat;
}
/* line 3716, ../sass/style.scss */
.overlay .socialBox .social li:first-child {
  border-left: none;
}
/* line 3718, ../sass/style.scss */
.overlay .socialBox .social li a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 3730, ../sass/style.scss */
.container .widecolumn .studentInternships .printButton {
  display: block;
  width: 216px;
  height: 55px;
  line-height: 55px;
  font-family: "lato-n6", "lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #AA2B2b;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
/* line 3745, ../sass/style.scss */
.container .widecolumn .speakerholder {
  width: 100%;
  margin: 49px auto 0px;
  text-align: center;
}
/* line 3746, ../sass/style.scss */
.container .widecolumn .speakerholder li {
  float: left;
  margin-left: 15px;
  width: 215px;
  height: 336px;
  position: relative;
  display: inline-block;
}
/* line 3747, ../sass/style.scss */
.container .widecolumn .speakerholder li:nth-child(3n+1) {
  margin-left: 0px;
}
/* line 3748, ../sass/style.scss */
.container .widecolumn .speakerholder li:first-child {
  margin-left: 0px !important;
}
/* line 3749, ../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 3750, ../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 3752, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder {
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 215px;
  height: 190px;
}
/* line 3753, ../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 3754, ../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 3756, ../sass/style.scss */
.container .widecolumn .speakerholder li .imageHolder .overlay:hover {
  opacity: 1;
}
/* line 3758, ../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 3759, ../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 3770, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3771, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 15px;
  }

  /* line 3772, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3773, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(5n+1) {
    margin-left: 0px;
  }

  /* line 3774, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 1153px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1510px) and (max-width: 1799px) {
  /* line 3781, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3782, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3783, ../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 3788, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 907px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1221px) and (max-width: 1500px) {
  /* line 3794, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 678px;
  }
}
/* Top Menu Edits*/
@media screen and (min-width: 1171px) and (max-width: 1220px) {
  /* line 3800, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 450px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 1170px) {
  /* line 3806, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3807, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3808, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 0px;
  }

  /* line 3809, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 912px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 1030px) {
  /* line 3814, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 0px;
  }

  /* line 3815, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3816, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(4n+1) {
    margin-left: 15px;
  }

  /* line 3817, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 692px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 885px) {
  /* line 3822, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(2n+1) {
    margin-left: 0px;
  }

  /* line 3823, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 15px;
  }

  /* line 3824, ../sass/style.scss */
  .container .widecolumn .speakerholder li:nth-child(3n+1) {
    margin-left: 15px;
  }

  /* line 3825, ../sass/style.scss */
  .container .widecolumn .speakerholder {
    width: 460px;
  }
}
/* Top Menu Edits*/
@media screen and (max-width: 575px) {
  /* line 3831, ../sass/style.scss */
  .container .widecolumn .speakerholder li {
    margin-left: 0px !important;
  }

  /* line 3832, ../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;
  }

  /* line 7, ../sass/responsive.scss */
  #main-navigation .nav-btn {
    display: none;
  }
}
@media screen and (min-width: 551px) {
  /* line 12, ../sass/responsive.scss */
  #mobileSlideshow {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  /* line 15, ../sass/responsive.scss */
  #topBorders {
    display: none;
  }
}
@media screen and (min-width: 551px) and (max-width: 959px) {
  /* line 25, ../sass/responsive.scss */
  #main-navigation .sf-menu {
    margin: 0 0 0 25px;
  }
  /* line 28, ../sass/responsive.scss */
  #main-navigation .sf-menu > li > a {
    padding: 0 10px;
  }
  /* line 33, ../sass/responsive.scss */
  #main-navigation .email-area {
    display: block;
    right: 55px;
  }
  /* line 37, ../sass/responsive.scss */
  #main-navigation .email-area .s2 {
    right: 55px;
  }
  /* line 40, ../sass/responsive.scss */
  #main-navigation .email-area .s2.active {
    right: 55px;
  }
  /* line 47, ../sass/responsive.scss */
  #main-navigation .email-area .s2.active {
    right: 55px;
  }
  /* line 52, ../sass/responsive.scss */
  #main-navigation .email-area button {
    width: 55px;
  }
  /* line 54, ../sass/responsive.scss */
  #main-navigation .email-area button .fa {
    padding-left: 0px;
  }
  /* line 61, ../sass/responsive.scss */
  #main-navigation .search-area span {
    display: none;
  }
  /* line 62, ../sass/responsive.scss */
  #main-navigation .search-area .s {
    right: 55px;
  }
  /* line 65, ../sass/responsive.scss */
  #main-navigation .search-area .s.active {
    right: 55px;
  }
  /* line 71, ../sass/responsive.scss */
  #main-navigation .search-area .s.active {
    right: 55px;
  }
  /* line 76, ../sass/responsive.scss */
  #main-navigation .search-area button {
    width: 55px;
  }
  /* line 79, ../sass/responsive.scss */
  #main-navigation .search-area button:focus {
    outline: 0;
  }
  /* line 82, ../sass/responsive.scss */
  #main-navigation .search-area button .fa {
    padding-left: 0px;
  }

  /* line 91, ../sass/responsive.scss */
  #bodyheader {
    margin-top: 167px;
  }

  /* line 96, ../sass/responsive.scss */
  .mobilemenu {
    display: none;
  }

  /* line 100, ../sass/responsive.scss */
  #header h1 a {
    margin-left: -294px;
    left: 50%;
    background: url(../images/logo.png) left top no-repeat;
    background-size: 100% auto;
    
  }

  /* line 107, ../sass/responsive.scss */
  #mainNews {
    background: #fff;
    height: 75%;
  }
  /* line 111, ../sass/responsive.scss */
  #mainNews .row1 {
    float: left;
    width: 49.5%;
    height: 100%;
  }
  /* line 116, ../sass/responsive.scss */
  #mainNews .row1 article {
    height: 50%;
    background-size: cover !important;
    position: relative;
  }
  /* line 122, ../sass/responsive.scss */
  #mainNews .row1 article .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
  }
  /* line 128, ../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 138, ../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 147, ../sass/responsive.scss */
  #mainNews .row1 article .copy h2 a {
    color: #fff;
  }
  /* line 152, ../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 166, ../sass/responsive.scss */
  #mainNews .row2 {
    float: left;
    width: 49.9%;
    margin-left: .1%;
    height: 100%;
  }
  /* line 172, ../sass/responsive.scss */
  #mainNews .row2 article {
    height: 100%;
    background-size: cover !important;
    margin-top: .2%;
    position: relative;
  }
  /* line 178, ../sass/responsive.scss */
  #mainNews .row2 article .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
  }
  /* line 184, ../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 194, ../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 203, ../sass/responsive.scss */
  #mainNews .row2 article .copy h2 a {
    color: #fff;
  }
  /* line 208, ../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 219, ../sass/responsive.scss */
  #mainNews .row2 article:first-child {
    margin-top: 0px;
  }
  /* line 226, ../sass/responsive.scss */
  #mainNews .row3 {
    display: none;
  }
}
@media screen and (min-height: 0px) and (max-height: 800px) and (min-width: 1000px) {
  /* line 241, ../sass/responsive.scss */
  #topBorders {
    height: 1000px;
  }

  /* line 242, ../sass/responsive.scss */
  #mainNews {
    height: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 550px) {
  /* line 250, ../sass/responsive.scss */
  #header {
    position: relative;
    height: initial;
    top: inherit;
    left: inherit;
  }

  /* line 257, ../sass/responsive.scss */
  #header h1 a {
    background: url(../images/logo-320.png) left center no-repeat;
    background-size: 100% auto;
    position: relative;
    margin: 20px auto;
    display: table;
    top: inherit;
    width: 286px;
    height: 80px;
  }

  /* line 268, ../sass/responsive.scss */
  #main-navigation {
    display: none;
  }

  /* line 271, ../sass/responsive.scss */
  #mobileSlideshow {
    height: 341px;
    overflow: hidden;
  }
  /* line 275, ../sass/responsive.scss */
  #mobileSlideshow article {
    height: 341px;
    background-size: cover !important;
    position: relative;
    width: 100%;
  }
  /* line 282, ../sass/responsive.scss */
  #mobileSlideshow article .copy {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    width: 100%;
  }
  /* line 289, ../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 299, ../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 307, ../sass/responsive.scss */
  #mobileSlideshow article .copy h2 a {
    color: #fff;
  }
  /* line 312, ../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 323, ../sass/responsive.scss */
  #mobileSlideshow article:first-child {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 339, ../sass/responsive.scss */
  #main-navigation .sf-menu > li > a {
    padding: 0 7px 0 18px;
  }

  /* line 344, ../sass/responsive.scss */
  #header h1 a {
    background: url(../images/logo.png) left top no-repeat;
    background-size: 100% auto;
    
  }
}
@media screen and (max-width: 1179px) {
  /* line 351, ../sass/responsive.scss */
  #mainBorders {
    margin: 0;
  }

  /* line 352, ../sass/responsive.scss */
  #topBorders {
    margin: 0;
  }

  /* line 353, ../sass/responsive.scss */
  #cmenu {
    display: none;
  }

  /* line 354, ../sass/responsive.scss */
  #header .headerborder {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1125px) {
  /* line 360, ../sass/responsive.scss */
  #header .social {
    display: none;
  }

  /* line 365, ../sass/responsive.scss */
  #main-navigation .sf-menu {
    margin: 0 0 0 25px;
  }
  /* line 368, ../sass/responsive.scss */
  #main-navigation .sf-menu > li > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  /* line 378, ../sass/responsive.scss */
  #header .headersocial {
    display: none;
  }

  /* line 383, ../sass/responsive.scss */
  #constituent .titleBar {
    display: none;
  }

  /* line 387, ../sass/responsive.scss */
  #main-navigation .sf-menu {
    display: none;
  }

  /* line 391, ../sass/responsive.scss */
  #main-navigation .nav-btn {
    width: 20%;
    float: left;
    background: #AA2B2B;
    height: 100%;
    color: #FFFFFF;
    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 404, ../sass/responsive.scss */
  #main-navigation .nav-btn .fa {
    font-size: 30px;
    margin-top: 14px;
  }

  /* line 411, ../sass/responsive.scss */
  .mobilemenu {
    position: relative;
    width: 100%;
    display: block;
    height: 57px;
    background: #1D3058;
  }
  /* line 418, ../sass/responsive.scss */
  .mobilemenu .nav-btn {
    width: 20%;
    float: left;
    background: #AA2B2B;
    height: 100%;
    color: #FFFFFF;
    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 431, ../sass/responsive.scss */
  .mobilemenu .nav-btn .fa {
    font-size: 30px;
    margin-top: 14px;
  }
  /* line 439, ../sass/responsive.scss */
  .mobilemenu .socialBox {
    width: 80%;
    float: left;
    display: none;
  }
  /* line 440, ../sass/responsive.scss */
  .mobilemenu .social {
    float: right;
    margin: 8px 10px 0 0;
  }
  /* line 444, ../sass/responsive.scss */
  .mobilemenu .social a {
    border: none;
    width: 40px;
    float: left;
  }

  /* line 457, ../sass/responsive.scss */
  #newsroom .titleBar {
    height: 125px;
    background: #fff;
  }
  /* line 461, ../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 473, ../sass/responsive.scss */
  #newsroom .blueBox {
    width: 100%;
    background: #F0F4F8;
    padding: 80px 0px 40px 0px;
    position: relative;
  }
  /* line 480, ../sass/responsive.scss */
  #newsroom .blueBox .box {
    display: table;
    margin: 0 auto;
  }
  /* line 484, ../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: #AA2B2b;
    text-transform: uppercase;
    float: left;
  }
  /* line 498, ../sass/responsive.scss */
  #newsroom .blueBox .box a.dark {
    background: #1C334A;
  }
  /* line 507, ../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 519, ../sass/responsive.scss */
  #newsroom .blueBox > ul {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 523, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li {
    float: left;
    width: 100%;
    margin-left: 0;
    background: #F0F4F8;
  }
  /* line 529, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li:first-child {
    margin-left: 0px;
  }
  /* line 533, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li .prl {
    display: block;
    width: 64px;
    height: 3px;
    background: #980C0A;
    margin: 40px auto 0;
  }
  /* line 541, ../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 550, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li h2 a {
    color: #1c1c1c;
  }
  /* line 553, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li h2 a:hover {
    text-decoration: underline;
  }
  /* line 559, ../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 570, ../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 581, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li .sharing {
    display: none;
  }
  /* line 585, ../sass/responsive.scss */
  #newsroom .blueBox > ul > li img {
    width: 100%;
    display: none;
    height: auto;
  }
  /* line 591, ../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 613, ../sass/responsive.scss */
  #legislativeCenter {
    display: none;
  }

  /* line 617, ../sass/responsive.scss */
  #billSearch {
    display: none;
  }

  /* line 619, ../sass/responsive.scss */
  #about18th {
    display: none;
  }

  /* line 623, ../sass/responsive.scss */
  #socialBar .social {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 25px auto;
    display: table;
  }

  /* line 630, ../sass/responsive.scss */
  #socialBar .textSizer {
    display: none;
  }

  /* line 633, ../sass/responsive.scss */
  #aboutSeth {
    background: #1C334A;
    background-size: cover;
    width: 100%;
    height: inherit;
  }
  /* line 639, ../sass/responsive.scss */
  #aboutSeth .box {
    width: 80%;
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
  }
  /* line 645, ../sass/responsive.scss */
  #aboutSeth .box .stars {
    display: block;
    width: 162px;
    height: 52px;
    background: url(../images/aboutstars.png) top center no-repeat;
    margin: 0px auto 20px;
  }
  /* line 653, ../sass/responsive.scss */
  #aboutSeth .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 662, ../sass/responsive.scss */
  #aboutSeth .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 668, ../sass/responsive.scss */
  #aboutSeth .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 678, ../sass/responsive.scss */
  #aboutSeth .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 696, ../sass/responsive.scss */
  #footer {
    background: url(../images/bg-footer.jpg) top right no-repeat;
    height: 850px;
  }
  /* line 701, ../sass/responsive.scss */
  #footer .locations {
    width: 100%;
  }
  /* line 703, ../sass/responsive.scss */
  #footer .locations article {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  /* line 708, ../sass/responsive.scss */
  #footer .searchsitemap {
    width: 100%;
    text-align: center;
  }
  /* line 712, ../sass/responsive.scss */
  #footer .searchsitemap .searchform {
    display: none;
  }

  /* line 719, ../sass/responsive.scss */
  #constituent .blueBox {
    margin-top: 40px;
    padding: 30px 15px 40px 15px;
  }
  /* line 723, ../sass/responsive.scss */
  #constituent .blueBox .pma {
    display: none;
  }
  /* line 724, ../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 735, ../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 746, ../sass/responsive.scss */
  #constituent .blueBox .help .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 751, ../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 760, ../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 770, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton {
    display: table;
    margin: 0 auto;
  }
  /* line 776, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  /* line 780, ../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 798, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 802, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li:first-child {
    border-left: none;
  }
  /* line 806, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 809, ../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 821, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li > a .sf-sub-indicator {
    display: none;
  }
  /* line 823, ../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 832, ../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 842, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li {
    white-space: nowrap;
  }
  /* line 844, ../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 851, ../sass/responsive.scss */
  #constituent .blueBox .help .box .selectandbutton .sf-menu > li ul li a:hover {
    background: #3C536A;
    text-decoration: none;
  }
  /* line 865, ../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: #AA2B2b;
    text-align: left;
    padding-left: 20px;
    float: left;
    text-transform: uppercase;
  }
  /* line 885, ../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 895, ../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 906, ../sass/responsive.scss */
  #constituent .blueBox .updates .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 912, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7-response-output {
    background: #fff;
  }
  /* line 914, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 {
    width: 291px;
    margin: 0 auto;
    display: table;
  }
  /* line 920, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 form {
    width: 100%;
  }
  /* line 924, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    width: 277px;
  }
  /* line 926, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 input {
    border-radius: 0px;
    height: 55px;
    float: left;
    border: 0;
    margin: 0;
    width: 229px;
    background: #C59C5C;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
  }
  /* line 930, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .wpcf7 input[type="submit"] {
    background: url(../images/emailsignuparrow.png) center center no-repeat #AD8A53;
    width: 61px;
    text-indent: -9999px;
    height: 55px;
    margin: 0;
  }
  /* line 943, ../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 959, ../sass/responsive.scss */
  #constituent .blueBox .updates .box .social {
    //display: none;
  }
  /* line 966, ../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 981, ../sass/responsive.scss */
  #bodyMain .narrowcolumn {
    width: 85%;
  }

  /* line 984, ../sass/responsive.scss */
  #bodyMain .widecolumn {
    width: 85%;
  }
  /* line 987, ../sass/responsive.scss */
  #bodyMain .widecolumn .ssb-red {
    position: relative;
    margin: 15px auto;
    display: table;
  }

  /* line 994, ../sass/responsive.scss */
  #socialBar {
    margin: 0;
  }

  /* line 995, ../sass/responsive.scss */
  #voteHolder {
    display: none;
  }

  /* line 997, ../sass/responsive.scss */
  #bodyMain .narrowcolumn {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  /* line 1004, ../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 1015, ../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 1026, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1031, ../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 1040, ../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 1050, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton {
    display: table;
    margin: 0 auto;
  }
  /* line 1056, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  /* line 1060, ../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 1078, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li.sfHover > a.sf-with-ul {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 1082, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li:first-child {
    border-left: none;
  }
  /* line 1086, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a.sf-with-ul:hover {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 1089, ../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 1101, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li > a .sf-sub-indicator {
    display: none;
  }
  /* line 1103, ../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 1112, ../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 1122, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li {
    white-space: nowrap;
  }
  /* line 1124, ../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 1131, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #help .box .selectandbutton .sf-menu > li ul li a:hover {
    background: #3C536A;
    text-decoration: none;
  }
  /* line 1145, ../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: #AA2B2b;
    text-align: left;
    padding-left: 20px;
    float: left;
    text-transform: uppercase;
  }
  /* line 1165, ../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 1175, ../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 1186, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1192, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7-response-output {
    background: #fff;
  }
  /* line 1194, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 {
    width: 291px;
    margin: 0 auto;
    display: table;
  }
  /* line 1200, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 form {
    width: 100%;
  }
  /* line 1204, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
    width: 277px;
  }
  /* line 1206, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 input {
    border-radius: 0px;
    height: 55px;
    float: left;
    border: 0;
    margin: 0;
    width: 229px;
    background: #C59C5C;
    font-family: "freight-sans-pro-n6", "freight-sans-pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
  }
  /* line 1210, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .wpcf7 input[type="submit"] {
    background: url(../images/emailsignuparrow.png) center center no-repeat #AD8A53;
    width: 61px;
    text-indent: -9999px;
    height: 55px;
    margin: 0;
  }
  /* line 1223, ../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 1239, ../sass/responsive.scss */
  #bodyMain .narrowcolumn #updates .box .social {
    display: none;
  }
  /* line 1246, ../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 1260, ../sass/responsive.scss */
  #footerTop {
    display: none;
  }

  /* line 1263, ../sass/responsive.scss */
  #bodyheader .header {
    margin: 0px;
    background-size: inherit;
    height: 190px;
  }
  /* line 1268, ../sass/responsive.scss */
  #bodyheader .header .headshot {
    display: none !important;
  }
  /* line 1270, ../sass/responsive.scss */
  #bodyheader .header h1 {
    margin: 0;
    text-align: center;
  }
  
  
}
/*======================*/
