@charset "UTF-8";
/*globals*/
/******* Colors***********/
/*--------------
 Mixins
----------------*/
/*---- Custom Classes -----*/
@import url(../fonts/stylesheet.css);
.justify-around {
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*base*/
/*  HTML5 ✰ Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

audio:not([controls]), [hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

body, button, input, select, textarea {
  font-family: sans-serif; }

a {
  color: #00e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal;
  overflow: visible; }

table button, table input {
  overflow: auto; }

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: auto; }

a, a *, label {
  cursor: pointer; }

/*  CSS3 ✰ Classes  */
.ir {
  direction: ltr;
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%; }

.hidden, #header .widget-area .searchform input.searchsubmit, #footer .searchform input.searchsubmit {
  display: none; }

.visuallyhidden {
  left: -9999px;
  position: absolute !important;
  top: -9999px; }

.invisible {
  visibility: hidden; }

.noselect {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none; }

.clearfix, .side-pagination, #header .widget-area .widget_search .widget-wrap, #footer .widget_search .widget-wrap, #nav ul, #content-sidebar-wrap > .wrap, #header-contact .wrap, #footer .wrap, #header-contact .nji-social-widget ul, #footer .nji-social-widget ul, #header-contact .container, #surviving-buttons, body.template-careers .pdf {
  zoom: 1; }

.clearfix:after, .side-pagination:after, #header .widget-area .widget_search .widget-wrap:after, #footer .widget_search .widget-wrap:after, #nav ul:after, #content-sidebar-wrap > .wrap:after, #header-contact .wrap:after, #footer .wrap:after, #header-contact .nji-social-widget ul:after, #footer .nji-social-widget ul:after, #header-contact .container:after, #surviving-buttons:after, body.template-careers .pdf:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clear {
  display: block;
  clear: both;
  zoom: 1; }

.nomargin {
  margin: 0 !important; }

.alignnone {
  float: none;
  margin: 5px 20px 20px 0; }

.aligncenter {
  text-align: center;
  margin: 5px auto; }

img.aligncenter {
  display: block; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

img.alignleft {
  margin-top: 0; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

img.alignright {
  margin-top: 0; }

.alignjustify {
  text-align: justify; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.container, #header > .wrap, #nav .wrap, #inner, #header-contact .wrap, #footer .wrap {
  margin: 0 auto;
  position: relative;
  width: 960px; }

body {
  background: #252525;
  color: #505461;
  font-size: 14px;
  font-family: Georgia,serif;
  line-height: 1.5;
  min-width: 1000px; }

a {
  color: #3c3c3c;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 1em; }

img[data-mask] {
  visibility: hidden; }

blockquote {
  border-left: 2px solid #5ca8dc;
  color: #308ac7;
  margin: 30px 0 30px 20px;
  min-height: 48px;
  padding: 0 0 0 30px; }

pre {
  font-size: 11px !important;
  text-transform: none !important; }

input, textarea {
  background: #fff;
  border: 1px solid #a8c1e5;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #c9cfd4;
  font-family: Georgia,serif;
  font-size: 14px;
  font-style: italic;
  padding: .35em .5em; }

input:focus, textarea:focus {
  border-color: #b6deff;
  -o-box-shadow: inset 0 0 0 1px #b6deff,inset 0 0 5px #eee;
  -ms-box-shadow: inset 0 0 0 1px #b6deff,inset 0 0 5px #eee;
  -moz-box-shadow: inset 0 0 0 1px #b6deff,inset 0 0 5px #eee;
  -webkit-box-shadow: inset 0 0 0 1px #b6deff,inset 0 0 5px #eee;
  box-shadow: inset 0 0 0 1px #b6deff,inset 0 0 5px #eee;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  outline: 0; }

.post-edit-link {
  display: none; }

.isotope {
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  -moz-transition-property: height, width;
  -webkit-transition-property: height, width;
  transition-property: height,width; }

.isotope, .isotope .isotope-item {
  -o-transition-duration: .55s;
  -ms-transition-duration: .55s;
  -moz-transition-duration: .55s;
  -webkit-transition-duration: .55s;
  transition-duration: .55s; }

.isotope .isotope-item {
  -o-transition-property: 0 opacity;
  -ms-transition-property: 0 opacity;
  -moz-transition-property: 0 opacity;
  -webkit-transition-property: 0 opacity;
  transition-property: transform,opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  transition-duration: 0; }

.posts .hentry {
  background-position: 28px 50%;
  background-repeat: no-repeat;
  margin: 2px 0 0;
  padding: 40px 75px 25px;
  position: relative;
  -o-transition: background-color .15s linear;
  -ms-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear; }

.posts .hentry:first-child {
  margin-top: 0; }

.posts .hentry, .posts .hentry a {
  color: #fff; }

.posts .entry-title {
  font: 36px/1 BebasNeue,Helvetica,Arial,sans-serif;
  margin: 0; }

.posts .post-info {
  font-style: italic; }

#sidebar #menu-news-feed a, .posts .hentry {
  background-color: #252525;
  background-image: url(../images/nav_all.png); }

#sidebar #menu-news-feed a:hover, .posts .hentry:hover {
  background-color: #212121; }

#sidebar #menu-news-feed .category-news a, .posts .hentry.category-news, body.search .posts .hentry.category-news .post-info {
  background-color: #1b4487;
  background-image: url(../images/nav_news.png); }

#sidebar #menu-news-feed .category-news a:hover, .posts .hentry.category-news:hover, body.search .posts .hentry.category-news .post-info:hover {
  background-color: #183d7a; }

#sidebar #menu-news-feed .category-blog a, .posts .hentry.category-blog, body.search .posts .hentry.category-blog .post-info {
  background-color: #097eae;
  background-image: url(../images/nav_blog.png); }

#sidebar #menu-news-feed .category-blog a:hover, .posts .hentry.category-blog:hover, body.search .posts .hentry.category-blog .post-info:hover {
  background-color: #08719d; }

#sidebar #menu-news-feed .category-projects a, .posts .hentry.category-projects, body.search .posts .hentry.category-projects .post-info {
  background-color: #4fabd0;
  background-image: url(../images/nav_projects.png); }

#sidebar #menu-news-feed .category-projects a:hover, .posts .hentry.category-projects:hover, body.search .posts .hentry.category-projects .post-info:hover {
  background-color: #38a0ca; }

#sidebar #menu-news-feed .category-favorites a, .posts .hentry.category-favorites, body.search .posts .hentry.category-favorites .post-info {
  background-color: #a0d7ed;
  background-image: url(../images/nav_favorites.png); }

#sidebar #menu-news-feed .category-favorites a:hover, .posts .hentry.category-favorites:hover, body.search .posts .hentry.category-favorites .post-info:hover {
  background-color: #8fd0ea; }

#sidebar #menu-news-feed li:last-child a {
  background-color: #e4f3f9;
  background-image: url(../images/archive_icon.png);
  color: #4fabd0; }

#sidebar #menu-news-feed li:last-child a:hover {
  background-color: #d4ebf6; }

.post-side-icons {
  margin: -60px 0 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  right: 5px;
  top: 50%;
  -o-transition: none .15s linear;
  -ms-transition: none .15s linear;
  -moz-transition: none .15s linear;
  -webkit-transition: none .15s linear;
  transition: none .15s linear;
  -o-transition-property: opacity, right;
  -ms-transition-property: opacity, right;
  -moz-transition-property: opacity, right;
  -webkit-transition-property: opacity, right;
  transition-property: opacity,right; }

.hentry:hover .post-side-icons {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 20px; }

.post-social-bar {
  height: 48px;
  width: 641px;
  margin-top: 1.5em; }

a.social-link--post {
  display: block;
  height: 100%;
  width: 100%; }

.twitter-tweet--post {
  background-image: url(../images/twitter_tweet.png);
  height: 48px;
  width: 126px;
  margin-right: -1px;
  display: inline-block; }

.twitter-follow--post {
  background-image: url(../images/twitter_follow.png);
  height: 48px;
  width: 190px;
  margin-right: -2px;
  display: inline-block; }

.fb-post--post {
  background-image: url(../images/fb_post.png);
  height: 48px;
  width: 126px;
  margin-right: -1px;
  display: inline-block; }

.fb-like--post {
  background-image: url(../images/fb_like.png);
  height: 48px;
  width: 190px;
  padding-right: 2px;
  display: inline-block; }

.tweet, .fb-share, .favorite {
  background: none no-repeat center center;
  opacity: .22;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=22);
  filter: alpha(opacity=22);
  -o-transition: opacity .15s linear;
  -ms-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.tweet:hover, .fb-share:hover, .favorite:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.tweet, .fb-share, .favorite, .favorite button {
  display: block;
  height: 30px;
  width: 30px; }

.tweet {
  background-image: url(../images/tweet_icon.png);
  margin-bottom: 15px; }

.fb-share {
  background-image: url(../images/fb_icon.png);
  margin-bottom: 15px; }

.favorite {
  background-image: url(../images/favorite_icon.png);
  position: relative; }

.favorite button {
  border: 0;
  left: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0; }

.favorite .spin {
  left: 15px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: 15px;
  -o-transition: opacity .15s linear;
  -ms-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.favorite.loading {
  background: none; }

.favorite.loading .spin {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.favorite.loading button {
  display: none; }

.favorite .message {
  background: rgba(0, 0, 0, 0.1);
  display: none;
  font: 13px BebasNeue,Helvetica,Arial,sans-serif;
  margin-right: 8px;
  padding: 5px;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 5px;
  width: 130px; }

.side-pagination-count {
  background: #e4f3f9;
  color: #4fabd0;
  font: 24px/35px BebasNeue,Helvetica,Arial,sans-serif;
  height: 35px;
  margin: 2px 0;
  text-align: center; }

.side-pagination .prev, .side-pagination .next {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 25px/57px BebasNeue,Helvetica,Arial,sans-serif;
  height: 57px;
  margin: 0;
  position: relative;
  width: 50%; }

.ie7 .side-pagination .prev, .ie7 .side-pagination .next {
  border: 0; }

.side-pagination a {
  display: block;
  height: 57px;
  position: relative;
  -o-transition: background .15s linear;
  -ms-transition: background .15s linear;
  -moz-transition: background .15s linear;
  -webkit-transition: background .15s linear;
  transition: background .15s linear; }

.side-pagination strong {
  display: block;
  font-weight: 400;
  height: 35px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -37px;
  width: 100%; }

.side-pagination.no-labels strong {
  display: none; }

.side-pagination span.bg {
  background: url(../images/pagination_arrows.png) no-repeat;
  content: " ";
  direction: ltr;
  display: block;
  height: 23px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  width: 14px;
  left: 50%;
  margin: -11.5px 0 0 -7px;
  opacity: .17;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=17);
  filter: alpha(opacity=17);
  position: absolute;
  top: 50%; }

.side-pagination .prev {
  background: #72bcd9;
  border-right: 1px solid #fff;
  float: left; }

.side-pagination .prev a {
  background: #4fabd0;
  color: #4fabd0; }

.side-pagination .prev a:hover {
  background: #38a0ca;
  text-decoration: none; }

.side-pagination .next {
  background: #e37e79;
  border-left: 1px solid #fff;
  float: right; }

.side-pagination .next a {
  background: #dc5e58;
  color: #dc5e58; }

.side-pagination .next a:hover {
  background: #d7453f;
  text-decoration: none; }

.side-pagination .next span.bg {
  background-position: right center; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-weight: 400; }

.entry-content h1, .entry-content h2 {
  font-size: 28px; }

.entry-content h3 {
  font-size: 24px; }

.entry-content h4 {
  font-size: 20px; }

.entry-content table {
  margin: 1.5em 0; }

.entry-content td {
  padding: 10px; }

.entry-content table, .entry-content tbody, .entry-content tr, .entry-content td {
  border: 2px solid #ddd; }

.chzn-search {
  display: none; }

.chzn-container {
  line-height: 1;
  text-align: left;
  vertical-align: middle; }

.chzn-container-single .chzn-single {
  background: #fff;
  border: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  color: #114a8c;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px; }

.chzn-container-single .chzn-single div {
  background: #dc5e58 url(../images/combobox_icon.png) no-repeat;
  width: 42px; }

.chzn-container-single .chzn-single div b {
  display: none; }

.chzn-container-single .chzn-single, .chzn-container-single .chzn-results, .chzn-container-single .chzn-single a, .chzn-container-single .chzn-results a {
  color: #114a8c !important; }

.chzn-container-single .chzn-results {
  margin: 4px 4px 4px 0; }

.chzn-container-single .chzn-drop {
  border: 1px solid #fff;
  border-top: 1px solid #ddd; }

.chzn-container-active .chzn-single div {
  background-position: left bottom; }

.chzn-results li {
  border: 0;
  border-top: 1px solid #eee; }

.chzn-results li:first-child {
  border: 0; }

#wrap {
  background: #fff url(../images/bg_pattern.png) repeat-x center top;
  overflow: hidden;
  zoom: 1; }

#bg {
  background: url(../images/cong_inst_bg.jpg) no-repeat center top; }

#header-bg {
  background: #2f66a3 url(../images/header_bg.png) repeat-x;
  border-bottom: 1px solid #004f9e; }

#header > .wrap {
  height: 180px; }

#title-area {
  position: relative; }

#title {
  background: url(../images/logo.png) no-repeat;
  font-size: 74px;
  font-weight: 700;
  height: 151px;
  margin: 0 0 0 -17px;
  padding: 0 17px 17px;
  width: 288px; }

#title a {
  direction: ltr;
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%; }

#title a:hover {
  text-decoration: none; }

#description {
  color: #fff;
  font: bold italic 22px Georgia,serif;
  left: 325px;
  position: absolute;
  text-shadow: 0 0 10px rgba(9, 126, 174, 0.55);
  top: 75px;
  width: 610px; }

#header .widget-area {
  max-width: 450px;
  position: absolute;
  right: 10px;
  top: 20px; }

.ie7 #header .widget-area {
  width: 350px; }

#header .widget-area .widget_search, #footer .widget_search {
  float: left; }

#header .widget-area .searchform, #footer .searchform {
  position: relative;
  float: left; }

#header .widget-area .searchform input.s, #footer .searchform input.s {
  -o-transition: width .15s linear;
  -ms-transition: width .15s linear;
  -moz-transition: width .15s linear;
  -webkit-transition: width .15s linear;
  transition: width .15s linear;
  width: 150px; }

#header .widget_nav_menu, #footer .widget_nav_menu {
  float: left;
  line-height: 1;
  margin-right: 15px;
  padding-top: 8px; }

#header .widget_nav_menu .menu, #footer .widget_nav_menu .menu {
  color: #6ba4df;
  font-size: 12px;
  font-style: italic;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  white-space: nowrap; }

#header .widget_nav_menu .menu li, #footer .widget_nav_menu .menu li {
  float: left;
  padding: 0 0 0 15px; }

#header .widget_nav_menu .menu li:first-child, #footer .widget_nav_menu .menu li:first-child {
  padding-left: 0; }

#header .widget_nav_menu .menu a, #footer .widget_nav_menu .menu a {
  color: #1b4487; }

#nav {
  font: 24px/55px BebasNeue,Helvetica,Arial,sans-serif;
  text-align: center;
  text-transform: uppercase; }

#nav ul, #nav li {
  height: 60px; }

#nav ul {
  list-style: none;
  padding-top: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

#nav li {
  float: left;
  margin-left: 3px;
  width: 24%; }

#nav li:first-child {
  margin-left: 0; }

#nav a {
  background: -moz-linear-gradient(45deg, white 0%, white 96.9%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, white), color-stop(96.9%, white), color-stop(97%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, white 0%, white 96.9%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, white 0%, white 96.9%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, white 0%, white 96.9%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, white 0%, white 96.9%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #b5d1df;
  padding-top: 15px;
  line-height: 1;
  float: left;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  transition: all 0.15s linear, ;
  -moz-transition: all 0.15s linear, ;
  -webkit-transition: all 0.15s linear, ; }

#nav a:hover {
  color: #8bb7cd;
  margin-top: -10px; }

#nav li.current-menu-item a, body.archive #nav li.news-feed a, body.single #nav li.news-feed a, body.template-news #nav li.news-feed a {
  border-bottom: 10px solid #fff;
  color: #dc5e58;
  margin-top: -10px; }

#inner {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px; }

#content-sidebar-wrap > .wrap {
  position: relative; }

#content {
  color: #4a4a4a; }

.content-sidebar #content, .sidebar-content #content {
  float: left;
  width: 640px; }

.content-sidebar #sidebar, .sidebar-content #sidebar {
  float: right;
  width: 300px; }

.sidebar-content #content {
  float: right; }

.sidebar-content #sidebar {
  float: left; }

#header-contact, #footer {
  background: #252525 url(../images/border.png) repeat-x; }

#header-contact, #footer, #header-contact a, #footer a, #header-contact .widget_nav_menu .menu a, #footer .widget_nav_menu .menu a {
  color: #919191; }

#header-contact .wrap, #footer .wrap {
  padding: 30px 0 5px; }

#header-contact #footer-widget-1, #footer #footer-widget-1 {
  float: left; }

#header-contact #footer-widget-2, #footer #footer-widget-2 {
  float: right;
  text-align: right; }

#header-contact #footer-widget-3, #footer #footer-widget-3, #header-contact .copyright, #footer .copyright {
  clear: both;
  font: 12px BebasNeue,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  text-align: center; }

#header-contact #footer-widget-3, #footer #footer-widget-3, #header-contact .copyright, #footer .copyright, #header-contact #footer-widget-3 a, #footer #footer-widget-3 a, #header-contact .copyright a, #footer .copyright a {
  color: #575757; }

#header-contact #footer-widget-3, #footer #footer-widget-3 {
  padding-top: 50px; }

#header-contact .address a, #footer .address a, #header-contact .copyright a, #footer .copyright a {
  text-decoration: underline; }

#header-contact .address a:hover, #footer .address a:hover, #header-contact .copyright a:hover, #footer .copyright a:hover {
  text-decoration: none; }

#header-contact .address.widget, #footer .address.widget {
  float: left;
  font-style: italic; }

#header-contact .address-2.widget, #footer .address-2.widget {
  margin-left: 30px; }

#header-contact .nji-social-widget, #footer .nji-social-widget {
  clear: both;
  font: 12px BebasNeue,Helvetica,Arial,sans-serif;
  letter-spacing: 2px; }

#header-contact .nji-social-widget ul, #footer .nji-social-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

#header-contact .nji-social-widget li, #footer .nji-social-widget li {
  float: left;
  margin-left: 25px; }

#header-contact .nji-social-widget li:first-child, #footer .nji-social-widget li:first-child {
  margin-left: 0; }

#header-contact .nji-social-widget li.icon-facebook a, #footer .nji-social-widget li.icon-facebook a {
  background-image: url(../images/facebook.png); }

#header-contact .nji-social-widget li.icon-twitter a, #footer .nji-social-widget li.icon-twitter a {
  background-image: url(../images/twitter.png); }

#header-contact .nji-social-widget li.icon-rss a, #footer .nji-social-widget li.icon-rss a {
  background-image: url(../images/rss.png); }

#header-contact .nji-social-widget a, #footer .nji-social-widget a {
  background: none no-repeat;
  color: #575757;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 27px;
  text-decoration: none; }

#header-contact .searchform input.s, #footer .searchform input.s {
  background: #919191;
  border-color: #000;
  color: #525252; }

#header-contact .searchform input.s:focus, #footer .searchform input.s:focus {
  border-color: #000;
  -o-box-shadow: inset 0 0 0 1px #666,inset 0 0 5px #eee;
  -ms-box-shadow: inset 0 0 0 1px #666,inset 0 0 5px #eee;
  -moz-box-shadow: inset 0 0 0 1px #666,inset 0 0 5px #eee;
  -webkit-box-shadow: inset 0 0 0 1px #666,inset 0 0 5px #eee;
  box-shadow: inset 0 0 0 1px #666,inset 0 0 5px #eee;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box; }

#header-contact .copyright, #footer .copyright {
  letter-spacing: 2px;
  padding: 0; }

#footer .clear {
  height: 0; }

#header-contact {
  background-position: left bottom;
  height: 0;
  line-height: 1.35;
  overflow: hidden;
  padding: 0 0 5px;
  position: relative;
  -o-transition: height .15s linear;
  -ms-transition: height .15s linear;
  -moz-transition: height .15s linear;
  -webkit-transition: height .15s linear;
  transition: height .15s linear; }

.header-contact #header-contact, #header-contact .container {
  height: 170px; }

#header-contact .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -480px; }

#header-contact p {
  margin: 0 0 .5em; }

#header-contact .copyright {
  padding: 10px 0 15px; }

#header-contact .copyright, #header-contact .copyright a {
  color: #474747; }

#header-contact .address, #header-contact .email-fax, #header-contact .phone-container {
  font-style: italic;
  float: left;
  margin-left: 40px;
  padding: 10px 0 0;
  width: 200px; }

#header-contact img {
  float: left; }

#header-contact .address {
  background: url(../images/address.png) no-repeat left center;
  margin-left: 50px;
  padding-left: 60px; }

#header-contact .email, #header-contact .fax, #header-contact .phone {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px; }

#header-contact .email {
  background-image: url(../images/email.png); }

#header-contact .email a {
  text-decoration: underline; }

#header-contact .email a:hover {
  text-decoration: none; }

#header-contact .fax {
  background-image: url(../images/fax.png); }

#header-contact .phone {
  background-image: url(../images/phone.png);
  background-position: 5px 50%; }

#header-contact .nji-social-widget {
  float: right; }

.header-contact #header .contact a {
  text-decoration: underline; }

.widgettitle, body.template-careers #employment .title, body.template-careers #internship .title, body.template-careers #employment h2, body.template-careers #internship h2, body.template-careers #employment h3, body.template-careers #internship h3, body.template-careers #employment h4, body.template-careers #internship h4 {
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
  padding-bottom: 5px; }

.widget {
  font-size: 16px; }

.favorites {
  background: #0e3e76;
  padding: 20px 20px 10px; }

.favorites, .favorites a {
  color: #fff; }

.favorites:first-child h2 {
  margin-top: 0; }

.favorites h2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin: 1.25em 0 .25em; }

.favorites .post-info {
  color: #80c3f1;
  font-style: italic;
  font-size: .8em; }

#sidebar .resources {
  background: #097eae;
  padding: 20px; }

#sidebar .resources, #sidebar .resources a {
  color: #fff; }

#sidebar .resources ul {
  font-style: italic;
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar .resources li {
  margin-top: 4px; }

#sidebar .resources li:first-child {
  margin-top: 0; }

#sidebar .resources a {
  background: #2396c5;
  display: block;
  padding: 5px 10px; }

.nav-index {
  background: #097eae;
  margin-bottom: 20px;
  padding: 20px; }

.nav-index, .nav-index a {
  color: #fff; }

.nav-index a {
  display: block;
  padding: 3px 5px; }

.nav-index ul {
  font-size: 12px;
  line-height: 1.1;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-index li {
  margin: .5em 0 0; }

.nav-index li:first-child {
  margin-top: 0; }

.nav-index li.current-menu-item a {
  background: #096287; }

.widget.art-competition {
  margin: 1em 0;
  text-align: center; }

#sidebar .news-feed {
  background: none;
  padding: 0;
  padding-bottom: 7px; }

#sidebar .news-feed #menu-news-feed {
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar .news-feed #menu-news-feed li {
  margin: 0; }

#sidebar .news-feed #menu-news-feed a {
  background-position: 18px 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font: 22px/70px BebasNeue,Helvetica,Arial,sans-serif;
  height: 66px;
  letter-spacing: 1px;
  padding: 0 0 0 55px;
  -o-transition: background-color .15s linear;
  -ms-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear; }

#sidebar .news-feed #menu-news-feed a:hover {
  text-decoration: none; }

#sidebar #menu-news-feed a, .posts #content .hentry {
  background-color: #252525;
  background-image: url(../images/nav_all.png); }

#sidebar #menu-news-feed a:hover, .posts #content .hentry:hover {
  background-color: #212121; }

#sidebar #menu-news-feed .category-news a, .posts .hentry.category-news {
  background-color: #1b4487;
  background-image: url(../images/nav_news.png); }

#sidebar #menu-news-feed .category-news a:hover, .posts .hentry.category-news:hover {
  background-color: #183d7a; }

#sidebar #menu-news-feed .category-blog a, .posts .hentry.category-blog {
  background-color: #097eae;
  background-image: url(../images/nav_blog.png); }

#sidebar #menu-news-feed .category-blog a:hover, .posts .hentry.category-blog:hover {
  background-color: #08719d; }

#sidebar #menu-news-feed .category-projects a, .posts .hentry.category-projects {
  background-color: #4fabd0;
  background-image: url(../images/nav_projects.png); }

#sidebar #menu-news-feed .category-projects a:hover, .posts .hentry.category-projects:hover {
  background-color: #38a0ca; }

#sidebar #menu-news-feed .category-favorites a, .posts .hentry.category-favorites {
  background-color: #a0d7ed;
  background-image: url(../images/nav_favorites.png); }

#sidebar #menu-news-feed .category-favorites a:hover, .posts .hentry.category-favorites:hover {
  background-color: #8fd0ea; }

#home-procedures, #home-congress, #home-hill, #home-process, #home-roles, #home-surviving {
  position: relative; }

#home-procedures, #home-congress, #home-hill, #home-process, #home-roles, #home-surviving, #home-procedures a, #home-congress a, #home-hill a, #home-process a, #home-roles a, #home-surviving a, #mailchimp h2 {
  color: #fff; }

#home-procedures h2, #home-congress h2, #home-hill h2, #home-process h2, #home-roles h2, #home-surviving h2 {
  border-bottom: 2px solid #5ca8dc;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
  padding-bottom: 5px; }

#home-procedures a.more, #home-congress a.more, #home-hill a.more, #home-process a.more, #home-roles a.more, #home-surviving a.more, a.more {
  background: url(../images/more.png) no-repeat;
  bottom: 10px;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  height: 35px;
  line-height: 1;
  padding: 55px 15px 0 0;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 75px; }

#home-procedures {
  background: #0c3565 url(../images/home_resources.jpg) no-repeat;
  float: left;
  height: 226px;
  padding: 30px 125px 90px 30px;
  width: 556px; }

#home-procedures .content {
  font-size: 18px;
  line-height: 1.35;
  margin-top: 10px; }

#home-congress {
  background: #308ac7;
  float: right;
  font-size: 13px;
  height: 316px;
  padding: 30px 20px 0;
  width: 209px; }

#home-congress h2 {
  font-size: 26px; }

#today-in-congress {
  font-size: 16px; }

#today-in-congress h2 {
  margin-bottom: 10px; }

#today-in-congress p {
  margin: 0 0 .25em; }

#today-in-congress strong {
  background: #3c9bdb;
  display: inline-block;
  zoom: 1;
  display: inline;
  padding: 0 5px;
  margin-right: 5px; }

#contact-congress {
  margin-top: 30px; }

#contact-congress .content {
  font-size: 12px;
  font-style: italic; }

#contact-congress strong {
  font-style: normal;
  line-height: 1; }

#home-hill, #home-process {
  padding: 30px 30px 0;
  height: 520px; }

#home-hill {
  background: #114a8c;
  float: left;
  width: 417px; }

#home-hill > ul {
  list-style: none;
  margin: 1.5em 0;
  padding: 0; }

#home-hill > ul > li {
  margin: 0 0 10px;
  position: relative; }

#home-hill > ul strong, #home-hill > ul > li > ul {
  display: none; }

.js #home-hill select {
  height: 47px;
  width: 100%; }

#home-hill .note {
  color: #80c3f1;
  font-size: 12px; }

#home-process {
  background: #2471b9 url(../images/home_legislative.jpg) no-repeat;
  float: right;
  width: 423px; }

#home-roles {
  background: #0a2d57;
  float: left;
  height: 285px;
  padding: 20px 20px 0;
  width: 207px; }

#home-roles h2 {
  border: 0;
  font-size: 24px;
  margin: 0 0 5px;
  padding: 0; }

#home-roles ul {
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0; }

#home-roles li {
  margin-bottom: .25em; }

#home-roles a {
  background: #dc5e58;
  color: #fff;
  display: block;
  line-height: 50px;
  padding: 0 15px; }

#home-surviving {
  background: #61afe3;
  float: right;
  font-size: 18px;
  height: 275px;
  padding: 30px 30px 0;
  width: 653px; }

#surviving-buttons {
  font: 18px/1 BebasNeue,Helvetica,Arial,sans-serif;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  text-align: center; }

#surviving-buttons li {
  float: left;
  margin-left: 6px;
  position: relative; }

#surviving-buttons li:first-child {
  margin-left: 0; }

#surviving-buttons li:hover a {
  text-decoration: underline; }

#surviving-buttons a {
  background: #dc5e58 none no-repeat 50% 15px;
  color: #fff;
  display: block;
  height: 30px;
  padding: 70px 0 0;
  width: 210px; }

#surviving-buttons a.excerpt-pdf {
  background-image: url(../images/pdf.png); }

#surviving-buttons a.excerpt-audio {
  background-image: url(../images/audio.png); }

#surviving-buttons a.excerpt-paypal {
  background-image: url(../images/paypal.png); }

#surviving-buttons form, #surviving-buttons button {
  background: none;
  border: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%; }

body.template-about .hentry {
  background: #104481 url(../images/about.jpg) no-repeat;
  color: #fff;
  font-size: 18px;
  padding: 29px 30px 1px;
  min-height: 280px; }

body.template-about .entry-title {
  border-bottom: 3px solid #5ca8dc;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 320px 15px 0;
  padding-bottom: 15px; }

body.template-about #more-content {
  font-size: 16px; }

body.template-about #board {
  background: #2473ba;
  color: #fff;
  float: right;
  font-size: 16px;
  padding: 20px 20px 1px;
  width: 260px; }

body.template-about #board h2 {
  font: 30px BebasNeue,Helvetica,Arial,sans-serif;
  margin: 0; }

body.template-about #board ul {
  font-weight: 700;
  list-style: none;
  padding: 0; }

body.template-about #board li {
  margin: 0 0 1em; }

body.template-about #board em {
  font-weight: 400; }

body.template-about #more-content-staff {
  float: left;
  padding-top: 30px;
  width: 580px; }

body.template-about #staff {
  background: #2473ba url(../images/staff.jpg) no-repeat;
  color: #fff;
  padding: 20px 20px 1px;
  font-size: 16px; }

body.template-about #staff strong {
  font-size: 17px; }

body.template-about #staff em {
  font-size: 14px; }

body.template-art #content .entry {
  display: none; }

body.template-art .hentry {
  background: #2473ba url(../images/art_competition.jpg) no-repeat;
  color: #fff;
  font-size: 18px;
  padding: 29px 30px 1px;
  min-height: 200px; }

body.template-art .entry-title {
  border-bottom: 3px solid #5ca8dc;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  text-align: center; }

body.template-art .entry-content {
  margin-right: 275px; }

body.template-art #filter-bar {
  background: #04366d;
  height: 120px; }

body.template-art #filter-bar.fixed-top > .wrap {
  position: fixed;
  top: 0; }

body.template-art #filter-bar > .wrap {
  background: #04366d url(../images/art_competition.png) no-repeat 20px 50%;
  height: 120px;
  line-height: 120px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  text-align: right;
  width: 880px; }

body.template-art #filter-bar > .wrap > #year {
  color: #FFF;
  font-size: 1.8em;
  left: 130px;
  line-height: 0;
  position: absolute;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  top: 37px; }

body.template-art #filter-bar > .wrap > select {
  display: none; }

body.template-art #filter-bar select {
  height: 42px;
  width: 300px; }

.ie7 body.template-art #filter-bar.fixed-top > .wrap {
  position: relative; }

.ie7 body.template-art #filter-bar > .wrap > * {
  display: none !important; }

body.template-art #art-tiles {
  display: none;
  overflow: visible !important;
  position: relative; }

body.template-art .chzn-container {
  display: none; }

body.template-art .loading-modal {
  display: block;
  z-index: 1000;
  min-height: 200px;
  width: 100%;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.8) url(../images/loading.gif) 50% 50% no-repeat; }

body.template-art div.img {
  background: #114a8c;
  float: left;
  position: relative;
  -o-transition: all .35s lienar;
  -ms-transition: all .35s lienar;
  -moz-transition: all .35s lienar;
  -webkit-transition: all .35s lienar;
  transition: all .35s lienar;
  width: 240px;
  z-index: 1; }

body.template-art div.img img {
  display: block;
  opacity: .35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  filter: alpha(opacity=35);
  outline: 1px solid #fff;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }

body.template-art div.img.hover, body.template-art div.img:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 2; }

body.template-art div.img.hover img, body.template-art div.img:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

body.template-art div.img.hover .state, body.template-art div.img:hover .state, body.template-art div.img.hover .info, body.template-art div.img:hover .info {
  border: 1px solid #fff;
  margin: 0 -1px;
  opacity: 1;
  -ms-filter: none;
  filter: none; }

body.template-art div.img.hover .state, body.template-art div.img:hover .state {
  border-bottom: 0;
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.no-csstransforms body.template-art div.img.hover .state, .no-csstransforms body.template-art div.img:hover .state {
  bottom: 100%;
  top: auto; }

body.template-art div.img.hover .info, body.template-art div.img:hover .info {
  border-top: 0;
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.no-csstransforms body.template-art div.img.hover .info, .no-csstransforms body.template-art div.img:hover .info {
  bottom: auto;
  top: 100%; }

body.template-art div.img .state, body.template-art div.img .info {
  background: #dc5e58;
  color: #fff;
  left: 0;
  line-height: 1;
  margin: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  padding: 10px;
  position: absolute;
  right: 0;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }

body.template-art div.img .state {
  font: 30px/1 BebasNeue,Helvetica,Arial,sans-serif;
  top: 0; }

body.template-art div.img .info {
  bottom: 0;
  font-size: .9em; }

body.template-art div.img .info h2 {
  font: 24px/1 BebasNeue,Helvetica,Arial,sans-serif; }

body.template-art div.img .info h2, body.template-art div.img .info p {
  margin: 0; }

body.template-art div.img .info .code {
  font-size: .9em;
  margin-top: .5em; }

body.template-news #content-sidebar-wrap > .wrap {
  position: relative;
  min-height: 670px; }

body.template-news #sidebar, body.template-news #sidebar > .wrap {
  width: 170px; }

body.template-news #sidebar.fixed-top > .wrap {
  padding-top: 20px;
  position: fixed;
  top: 0; }

body.template-news #sidebar.fixed-bottom > .wrap {
  padding-top: 20px;
  position: absolute;
  bottom: 0; }

body.template-news #content {
  width: 768px; }

body.template-news #cboxOverlay, body.template-news #no-thanks, body.template-news #exit-modal {
  cursor: pointer !important; }

body.template-news #cboxOverlay {
  display: none;
  opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90); }

body.template-news #modal {
  display: none;
  height: 672px;
  left: 50%;
  margin-top: -336px;
  margin-left: -337.5px;
  position: fixed;
  top: 50%;
  width: 675px;
  z-index: 9999; }

body.single .featured-image {
  margin: 4px 0 1.5em; }

body.single .featured-image img {
  vertical-align: bottom; }

body.single .entry-content {
  margin-top: 1.5em; }

body.single #sidebar, body.single-page #sidebar, body.search #sidebar, body.single #sidebar > .wrap, body.single-page #sidebar > .wrap, body.search #sidebar > .wrap {
  width: 300px; }

body.single #sidebar.fixed-top > .wrap, body.single-page #sidebar.fixed-top > .wrap, body.search #sidebar.fixed-top > .wrap {
  padding-top: 20px;
  position: fixed;
  top: 0; }

body.single #sidebar.fixed-bottom > .wrap, body.single-page #sidebar.fixed-bottom > .wrap, body.search #sidebar.fixed-bottom > .wrap {
  padding-top: 20px;
  position: absolute;
  bottom: 0; }

.entry-content a {
  color: #dc5e58; }

body.single #sidebar, body.search #sidebar, body.template-careers #sidebar, body.single #sidebar > .wrap, body.search #sidebar > .wrap, body.template-careers #sidebar > .wrap {
  width: 300px; }

body.single .entry-header, body.search .entry-header, body.template-careers .entry-header, body.single .page-banner {
  background: #0f407a url(../images/single.jpg) no-repeat;
  padding: 30px; }

body.single .entry-header, body.search .entry-header, body.template-careers .entry-header, body.single .entry-header a, body.search .entry-header a, body.template-careers .entry-header a {
  color: #fff; }

body.single .entry-header h1, body.search .entry-header h1, body.template-careers .entry-header h1 {
  border-bottom: 2px solid #5ca8dc;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
  padding-bottom: 5px; }

body.single .entry-header .post-info, body.search .entry-header .post-info, body.template-careers .entry-header .post-info {
  font-size: 16px; }

body.single .entry-header .post-info-content > span, body.search .entry-header .post-info-content > span, body.template-careers .entry-header .post-info-content > span {
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 0 0 0 20px; }

body.single .entry-header .post-info-content > span:first-child, body.search .entry-header .post-info-content > span:first-child, body.template-careers .entry-header .post-info-content > span:first-child {
  margin: 0; }

body.template-careers .content {
  font-style: italic; }

body.template-careers .content a {
  color: #fd908b; }

body.template-careers #content .widgettitle {
  border-bottom: 2px solid transparent;
  font-size: 30px;
  margin: 0 0 5px;
  padding-bottom: 5px; }

body.template-careers #employment, body.template-careers #internship {
  background: #3497bf;
  color: #fff;
  padding: 30px;
  margin: 10px 0; }

body.template-careers #employment > ul, body.template-careers #internship > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body.template-careers #employment > ul > li, body.template-careers #internship > ul > li {
  margin: 4em 0 0; }

body.template-careers #employment > ul > li:first-child, body.template-careers #internship > ul > li:first-child {
  margin-top: 0; }

body.template-careers #employment .widgettitle, body.template-careers #internship .widgettitle {
  margin-bottom: 1em; }

body.template-careers #employment .title, body.template-careers #internship .title, body.template-careers #employment h2, body.template-careers #internship h2, body.template-careers #employment h3, body.template-careers #internship h3, body.template-careers #employment h4, body.template-careers #internship h4 {
  font-style: normal; }

body.template-careers #employment .title, body.template-careers #internship .title {
  display: inline-block;
  zoom: 1;
  display: inline;
  border-bottom: 2px solid #fff;
  margin: 0;
  padding-right: .25em; }

body.template-careers #employment h3, body.template-careers #internship h3 {
  font-size: 22px;
  margin: 1.5em 0 0; }

body.template-careers #employment .content h3:first-child, body.template-careers #internship .content h3:first-child {
  margin-top: 1em; }

body.template-careers #employment .title, body.template-careers #employment .widgettitle {
  border-color: #80ccef; }

body.template-careers #internship {
  background: #09739e; }

body.template-careers #internship .title, body.template-careers #internship .widgettitle {
  border-color: #5ca8dc; }

body.template-careers .pdf {
  margin-top: 2.5em;
  text-align: center; }

body.template-careers .pdf a.button {
  background: #dc5e58 url(../images/pdf.png) no-repeat 50% 10px;
  color: #fff;
  display: inline-block;
  zoom: 1;
  display: inline;
  font: 12px BebasNeue,Helvetica,Arial,sans-serif;
  margin: 1em 0 0;
  padding: 55px 10px 10px;
  -o-transition: background-color .15s linear;
  -ms-transition: background-color .15s linear;
  -moz-transition: background-color .15s linear;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear; }

body.template-careers .pdf a.button:hover {
  background-color: #de6660;
  text-decoration: none; }

body.single-page .entry-header {
  background: #096f9e url(../images/single_page.jpg) no-repeat;
  padding: 30px;
  margin-bottom: 1em; }

body.single-page .entry-header, body.single-page .entry-header a {
  color: #fff; }

body.single-page .entry-header h1 {
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0; }

body.single-page .entry-header .post-info {
  font-size: 16px; }

body.single-page .entry-header .post-info-content > span {
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 0 0 0 20px; }

body.single-page .entry-header .post-info-content > span:first-child {
  margin: 0; }

body.single-page .entry-content {
  padding: 0 55px 0 3px; }

body.single-page .entry-content .title {
  border-bottom: 2px solid #5ca8dc; }

body.single-page .side-pagination {
  margin-top: 20px; }

body.search .entry-header {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 65px; }

body.search .entry-header p {
  margin: 0; }

body.search .entry-header .post-info-content {
  background: #fff;
  bottom: 0;
  color: #0c3362;
  font-style: italic;
  height: 50px;
  left: 30px;
  line-height: 50px;
  padding: 0 20px;
  position: absolute; }

body.search .posts .hentry {
  background-image: none;
  padding: 15px 25px 10px; }

body.search .posts .post-info {
  background-color: transparent !important;
  background-position: left center;
  background-repeat: no-repeat;
  -moz-background-size: 18px 18px;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  font: 17px/20px BebasNeue,Helvetica,Arial,sans-serif;
  height: 18px;
  letter-spacing: 1px;
  margin: 0 0 .35em;
  opacity: .45;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  filter: alpha(opacity=45);
  padding: 0; }

body.search .posts .entry-title {
  border-bottom: 2px solid #000;
  font-size: 30px;
  padding: 0 0 .25em;
  margin-bottom: .25em; }

body.search .posts .category-projects .post-info, body.search .posts .category-news .post-info, body.search .posts .category-blog .post-info, body.search .posts .category-favorites .post-info {
  padding: 0 0 0 25px; }

body.search .posts .category-projects .entry-title {
  border-color: #499fc1; }

body.search .posts .category-news .entry-title {
  border-color: #0c3565; }

body.search .posts .category-blog .entry-title {
  border-color: #086c95; }

/* sidebar art link */
#linkcat-88 h4 {
  display: none; }

#linkcat-88 ul li {
  font-family: BebasNeue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  height: 26px;
  line-height: 26px;
  display: block;
  line-height: 1; }

#linkcat-88 ul {
  padding-left: 15px; }

/*Page Banner */
body h1#banner-header {
  color: #fff; }

/* Tag List on Blog Page */
.tag-list {
  padding-top: 18px;
  position: relative; }

.tag-list img {
  float: left; }

.tag-list h3 {
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #e4f3f9;
  font-size: 22px;
  font-family: BebasNeue, Helvetica, Arial, sans-serif;
  color: #4fabd0;
  text-indent: 1em; }

.tag-list a {
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  color: #84868e; }

.tag-list a:hover {
  color: #dc5e58; }

/* Archive page css */
.archive-header {
  background: #0f407a url(../images/single.jpg) no-repeat;
  padding: 30px; }

.archive-header h1 {
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #fff; }

ul.archive {
  color: #4a4a4a; }

ul.archive ul,
ul.archive li {
  display: block;
  padding: 0; }

ul.archive > li {
  padding-bottom: 35px; }

ul.archive li.archive-desc {
  padding-bottom: 5px;
  text-indent: 15px; }

ul.archive h2.aYear,
ul.archive ul.monthly-archives {
  margin: 0; }

ul.archive h2.aYear {
  display: inline-block;
  border-bottom: 3px solid #5ca8dc; }

ul.archive h3.aMonth {
  font-size: 16px;
  font-family: none;
  font-weight: 600;
  text-indent: 6px; }

span.conginst-bullet {
  background: url(../images/diamond_bullets.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  float: left;
  margin-top: 6px; }

ul.archive a.article-link {
  color: #4a4a4a;
  text-decoration: none;
  line-height: 1.3em; }

ul.archive a.article-link:hover {
  color: #dc5e58; }

/*=================================
      Reports
=================================*/
/*button styles*/
body.single-report .download {
  display: inline-block;
  width: 194px;
  text-align: center;
  background: #D95E5B url("../images/download.png") no-repeat 15% center;
  border: none;
  padding: 15px 20px;
  color: #FFF;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  text-transform: uppercase; }

body.single-report .download a {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 1px; }

body.single-report h1, h2 {
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #5DA9D7; }

body.single-report h1 {
  font-size: 36px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 2px; }

body.single-report hr {
  height: 3px;
  margin: 0;
  border: none;
  background-color: #5DA9D7; }

body.single-report .main-image {
  position: relative;
  margin: 4px 0 0.5em; }

body.single-report .main-image img {
  max-width: 640px;
  vertical-align: bottom; }

body.single-report .main-image .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 15px 30px;
  background-color: RGBA(38, 115, 180, 0.9);
  font-size: 14px;
  line-height: 150%;
  color: #FFF;
  font-style: italic; }

body.single-report .download-box {
  clear: both;
  background-color: #EBF0F3;
  padding: 40px 30px;
  margin-bottom: 1.5em; }

body.single-report .download-box img {
  max-width: 200px;
  float: left;
  margin-right: 30px; }

body.single-report .download-box p {
  margin-top: 20px; }

body.single-report .report-heading {
  color: #000; }

body.single-report .buttons-box {
  text-align: center;
  margin-bottom: 50px; }

body.single-report .buttons-box img {
  vertical-align: middle;
  margin-left: 10px; }

body.single-report .banner {
  position: relative;
  min-height: 160px;
  background: url("../images/info-bg.jpg");
  padding: 20px 30px; }

body.single-report .banner .innertext {
  width: 87%; }

body.single-report .banner p {
  color: #FFF;
  font-style: italic;
  font-size: 15px;
  line-height: 150%;
  margin-top: 10px; }

body.single-report .banner a {
  color: #FFF; }

body.single-report .banner .twitter {
  position: absolute;
  bottom: 10px;
  left: 30px;
  background: url("../images/whitetw.png") no-repeat center center;
  display: block;
  width: 30px;
  height: 30px; }

body.single-report .banner .facebook {
  position: absolute;
  bottom: 10px;
  left: 65px;
  background: url("../images/whitefb.png") no-repeat center center;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer; }

body.single-report .image-box {
  margin-top: 25px; }

body.single-report .image-box .banner-bottom {
  background: url("../images/bottom-info-bg.jpg");
  padding: 20px 30px;
  margin-top: -6px; }

body.single-report .image-box .banner-bottom h2 {
  color: #FFF;
  font-size: 36px;
  letter-spacing: 3px;
  display: inline-block;
  vertical-align: bottom; }

body.single-report .image-box .banner-bottom .social {
  display: inline-block;
  height: 50px;
  margin-left: 35px;
  margin-top: 10px; }

body.single-report .image-box .banner-bottom .social img {
  margin-left: 5px; }

.fbshare {
  cursor: pointer; }

body.single-report .graphs {
  margin-top: 25px;
  text-align: center; }

body.single-report .graphs h2 {
  text-align: left;
  color: #000; }

body.single-report .graphs hr {
  margin-bottom: 25px; }

body.single-report .graphbox {
  margin-bottom: 10px; }

body.single-report .graphbox img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

#sidebar .resources.report-tweets {
  padding: 0;
  font-size: 13px; }

#sidebar .resources.report-tweets a {
  display: inline;
  padding: 5px 0;
  background: none;
  color: #bee9fa; }

#sidebar .resources.report-tweets .tweet-container .twitter-actions {
  height: 30px; }

#sidebar .resources.report-tweets .twitter-actions a {
  display: none;
  color: #FFF;
  font-size: 10px;
  margin: 5px 5px 5px 0; }

/* Sign up for email updates (footer) */
#signup {
  background-color: #1b4487;
  height: 190px; }

#signup-wrap {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 16px; }

#signup-message {
  display: inline-block;
  float: left;
  width: 200px;
  text-align: left; }

#signup-message img {
  position: relative;
  bottom: 3px;
  right: 2px; }

#signup-message h2 {
  color: #fff;
  font-size: 40px;
  width: 200px;
  display: inline; }

#signup-form {
  display: inline-block;
  float: right;
  position: relative;
  top: 10px; }

#signup-row-2 {
  position: relative;
  left: 3px; }

/* Mailchimp for Wordpress */
.mc4wp-form input {
  padding: 10px;
  margin: 0px 5px;
  width: 188px;
  color: #4C4A8C;
  font-size: 18px;
  font-style: normal;
  border-radius: 0;
  border: 0px; }

.mc4wp-form input::-webkit-input-placeholder {
  font-style: italic; }

.mc4wp-form input:-moz-placeholder {
  font-style: italic;
  color: #A9A9A9; }

.mc4wp-form input::-moz-placeholder {
  font-style: italic;
  color: #A9A9A9; }

.mc4wp-form input:-ms-input-placeholder {
  font-style: italic;
  color: #A9A9A9; }

.mc4wp-form select[name="STATE"] {
  width: 208px; }

.mc4wp-form input[name=ZIPCODE] {
  width: 137px;
  margin-right: 10px;
  position: relative;
  left: 5px; }

.mc4wp-form input[type=submit] {
  background-color: #DC5E58;
  font-family: BebasNeue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  width: 260px; }

/* Sign Up link in header */
.signup-link a {
  font-weight: bold;
  font-size: 13px;
  color: #DC5E58 !important; }

/*components*/
/* Pop-up sign up form */
#modal-form {
  position: relative;
  bottom: 300px;
  left: 20px;
  z-index: 9999;
  width: 600px;
  padding: 0;
  margin: 0 auto; }
  #modal-form .mc4wp-form p {
    margin: 0;
    padding: 0; }
  #modal-form .mc4wp-form input {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px; }
    #modal-form .mc4wp-form input[name=FNAME] {
      width: 253px; }
    #modal-form .mc4wp-form input[name=LNAME] {
      width: 253px; }
    #modal-form .mc4wp-form input[name=EMAIL] {
      width: 544px; }
    #modal-form .mc4wp-form input[name=ZIPCODE] {
      width: 130px; }
    #modal-form .mc4wp-form input[type=submit] {
      width: 220px; }
  #modal-form .mc4wp-form select[name=STATE] {
    width: 170px; }
  #modal-form .mc4wp-form .chzn-container {
    position: relative;
    bottom: 10px;
    left: 2px; }
  #modal-form #no-thanks {
    padding: 10px;
    width: 100%;
    margin: 0 auto; }

#modal-form .mc4wp-form p {
  margin: 0;
  padding: 0; }

#no-thanks {
  position: relative;
  left: 235px;
  top: 12px;
  color: #DC5E58;
  font-style: italic;
  font-size: 17px; }
  #no-thanks:hover {
    text-decoration: underline; }

#exit-modal {
  height: 55px;
  width: 55px;
  position: absolute;
  bottom: 591px;
  left: 599px;
  /* Necessary invisible bg for IE */
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0); }

.page-template-page_reform * {
  transition: all 0.5s; }
.page-template-page_reform #inner {
  margin-bottom: 8px;
  font-family: BebasNeue;
  letter-spacing: 2px; }
.page-template-page_reform div.page {
  display: none; }
.page-template-page_reform .divider {
  width: 620px;
  height: 3px;
  margin-left: calc(50% - (620px/2));
  background-color: #5ca8dc; }
.page-template-page_reform h1 {
  text-transform: uppercase;
  clear: both;
  text-align: center;
  color: white;
  margin: 40px 0 calc(40px - 1%); }
.page-template-page_reform h2 {
  color: white;
  line-height: 1;
  font-size: 34px; }
.page-template-page_reform .featured-articles h1 {
  color: #1B4487; }
.page-template-page_reform .featured-articles .articles {
  background: #1B4487;
  height: auto; }
  .page-template-page_reform .featured-articles .articles .inner {
    padding: 51px 50px 24px 47px;
    height: auto; }
  .page-template-page_reform .featured-articles .articles a {
    display: block;
    margin: 0 0 30px 0;
    font-size: 28px;
    font-family: "BebasNeue";
    color: white;
    line-height: 0.899;
    text-align: left; }
    .page-template-page_reform .featured-articles .articles a:hover {
      color: #dc5e58;
      text-shadow: black 2px 2px 0px;
      text-decoration: none; }
.page-template-page_reform .intro {
  background: url(../images/capitol.jpg) center;
  background-size: cover; }
  .page-template-page_reform .intro .heading {
    background-color: rgba(27, 68, 135, 0.85);
    width: 100%;
    padding: 55px 0; }
  .page-template-page_reform .intro .red-banner {
    width: 100%;
    padding: 17px 0;
    background-color: #dc5e58; }
    .page-template-page_reform .intro .red-banner a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none; }
      .page-template-page_reform .intro .red-banner a .text {
        color: white;
        font-size: 16px;
        line-height: 0.9;
        text-transform: uppercase;
        margin-right: 30px;
        text-decoration: none;
        border-bottom: 1px transparent solid; }
        .page-template-page_reform .intro .red-banner a .text:hover {
          text-decoration: none;
          border-bottom: 1px white solid; }
      .page-template-page_reform .intro .red-banner a .arrow {
        background: url(../images/arrow-right.png) center;
        background-repeat: no-repeat;
        width: 10px; }
  .page-template-page_reform .intro .intro-content {
    font-style: italic;
    background-color: rgba(33, 147, 224, 0.75);
    font-family: "Georgia";
    line-height: 1.5;
    text-align: center;
    padding: 45px;
    color: white; }
.page-template-page_reform .ideas {
  position: relative;
  left: -1%;
  width: 102%; }
  .page-template-page_reform .ideas h1 {
    color: #1B4487; }
  .page-template-page_reform .ideas .idea {
    color: white;
    width: 306px;
    margin: 10px;
    height: 115px;
    text-decoration: none;
    background-color: #1B4487;
    float: left;
    position: relative; }
    .page-template-page_reform .ideas .idea:hover {
      transform: scale(1.1, 1.1);
      background-color: #dc5e58; }
    .page-template-page_reform .ideas .idea .alignment {
      position: absolute;
      top: 50%;
      font-size: 20px;
      height: 26px;
      margin-top: -13px;
      width: 100%;
      text-align: center;
      text-decoration: none;
      border-bottom: 1px transparent solid; }
.page-template-page_reform .tweets {
  width: calc(100% + 20px);
  position: relative;
  left: -10px; }
  .page-template-page_reform .tweets .twitter-logo {
    width: 100%;
    height: 25px;
    position: relative;
    clear: both;
    background-image: url(../images/tweet_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 25px; }
  .page-template-page_reform .tweets h1 {
    color: #1B4487; }
    .page-template-page_reform .tweets h1 a {
      color: #5ca8dc; }
  .page-template-page_reform .tweets .divider {
    width: 80px;
    height: 3px;
    margin-left: calc(50% - (80px/2));
    background-color: #5ca8dc;
    margin-top: -10px;
    margin-bottom: 35px; }
  .page-template-page_reform .tweets .tweets-feed {
    height: 440px;
    overflow-y: auto;
    width: 100%; }
    .page-template-page_reform .tweets .tweets-feed .gradient {
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      height: 100px;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.19) 19%, rgba(255, 255, 255, 0.98) 98%, #ffffff 100%);
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.19) 19%, rgba(255, 255, 255, 0.98) 98%, #ffffff 100%); }
  .page-template-page_reform .tweets .tweet-item {
    width: calc(50% - 40px);
    margin: 10px;
    padding: 0px 0px;
    height: 200px;
    background-color: #FFFFFF;
    float: left; }
.page-template-page_reform .twitter-more {
  height: 100px;
  margin-bottom: -20px; }
  .page-template-page_reform .twitter-more .more-button {
    width: 187px;
    margin: 0 auto;
    height: 51px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #1B4487;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-template-page_reform .twitter-more .more-button:hover {
      background-color: #dc5e58; }
    .page-template-page_reform .twitter-more .more-button .more-link {
      height: 100%;
      width: 100%;
      display: block;
      outline: none;
      text-decoration: none; }
      .page-template-page_reform .twitter-more .more-button .more-link p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        font-size: 20px;
        width: 100%;
        text-align: center;
        text-decoration: none; }
.page-template-page_reform .additional {
  margin-bottom: 70px; }
  .page-template-page_reform .additional .divider {
    margin: 20px 0;
    width: 100%;
    height: 3px;
    margin-left: calc(50% - (100%/2));
    background-color: #ebf0f3; }
  .page-template-page_reform .additional .contact, .page-template-page_reform .additional .reforms {
    color: white;
    padding: 30px; }
    .page-template-page_reform .additional .contact .divider, .page-template-page_reform .additional .reforms .divider {
      background-color: #5ca8dc;
      margin: 0px 0px 20px; }
  .page-template-page_reform .additional .contact {
    float: left;
    background-color: #2473ba;
    width: calc(31% - 80px);
    line-height: 1.5; }
    .page-template-page_reform .additional .contact h3, .page-template-page_reform .additional .contact p {
      margin: 0;
      clear: both;
      font-weight: 100;
      font-family: Georgia; }
    .page-template-page_reform .additional .contact h3 {
      letter-spacing: initial;
      font-size: 18px; }
    .page-template-page_reform .additional .contact p {
      font-style: italic; }
    .page-template-page_reform .additional .contact a {
      float: left;
      width: 19px;
      height: 19px;
      margin: 20px 20px 0 0; }
      .page-template-page_reform .additional .contact a.facebook-logo {
        background-image: url("../images/facebook-icon.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .page-template-page_reform .additional .contact a.twitter-logo {
        background-image: url("../images/twitter-icon.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .page-template-page_reform .additional .reforms {
    background-image: url("../images/resource-bg.png");
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    margin-left: 20px;
    width: calc(71% - 80px);
    float: left; }
    .page-template-page_reform .additional .reforms h3 {
      color: white;
      font-size: 22px;
      margin: 20px;
      letter-spacing: 1px;
      width: 100%;
      margin-left: 30px;
      line-height: 1; }
      .page-template-page_reform .additional .reforms h3:hover {
        color: #dc5e58;
        text-shadow: black 2px 2px 0px; }
    .page-template-page_reform .additional .reforms a:hover {
      text-decoration: none; }
.page-template-page_reform .mover {
  float: right;
  height: 50px;
  margin-right: 48px;
  width: 100px; }
  .page-template-page_reform .mover .back-top:hover {
    cursor: pointer; }
  .page-template-page_reform .mover div.back-top.arrows {
    width: 25px;
    height: 25px;
    margin: 0 calc(50% - (25px/2)) 10px;
    background-image: url("../images/up-arrows.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .page-template-page_reform .mover div.back-top.button {
    background-color: #1B4487;
    text-align: center;
    padding: 10px;
    color: white;
    width: calc(100% - (10px*2)); }
    .page-template-page_reform .mover div.back-top.button:hover {
      box-shadow: inset white 0px 0px 10px; }

body.template-news .featured-post.hentry {
  height: auto;
  background: #1B4487;
  text-align: left;
  padding: 0; }
  body.template-news .featured-post.hentry .inner {
    padding: 62px 75px 73px 75px; }
  body.template-news .featured-post.hentry .post-link {
    height: 100%;
    width: 100%;
    text-decoration: none; }
  body.template-news .featured-post.hentry h2 {
    display: inline-block;
    font-size: 36.8px;
    font-family: "BebasNeue";
    border-bottom: 3px solid #007DB1;
    padding-bottom: 2px;
    margin-bottom: 8px;
    color: white;
    line-height: 0.9; }
  body.template-news .featured-post.hentry p {
    font-size: 16px;
    font-family: "Georgia";
    font-weight: bold;
    line-height: 1.582; }
  body.template-news .featured-post.hentry .post-info {
    font-size: 13px;
    font-family: "Georgia";
    margin-bottom: 23px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.953; }
    body.template-news .featured-post.hentry .post-info span.author {
      margin-right: 15px; }
  body.template-news .featured-post.hentry .redband {
    position: absolute;
    background: #EE4C4B;
    height: 22px;
    width: 768px;
    left: 0;
    bottom: 0; }
  body.template-news .featured-post.hentry:hover {
    background: #193A70; }
    body.template-news .featured-post.hentry:hover h2 {
      border-bottom: 3px solid #fff; }

/*# sourceMappingURL=site.css.map */
