/*
Theme Name: IA Senate Dems
Theme URI: 
Description: 
Author: GPSIMPACT
Author URI: http://gpsimpact.com 
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");

body {
  padding-top: 60px;
  background-color: #fafdff;
  color: #39393b;
  font: 400 17px/1.65 "Droid Sans", sans-serif;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 80px;
    font-size: 19px;
  }

  body.home {
    padding-top: 0;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a:not(.btn),
a:visited:not(.btn) {
  color: #265cbf;
}

a:not(.btn):hover,
,
a:visited:not(.btn):focus {
  color: #366ccf;
}

/* ------- NGP ------- */

.at-inner {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.at-title,
.at-markup,
.at-fieldset:not(.Interests) .at-legend,
.YesSignMeUpForUpdatesForBinder,
section.fastaction-modal,
body:not(.single-landing-page) .at-fieldset.Interests {
  display: none !important;
}

.at .at-fieldset,
.at-form-submit {
  padding: 0 !important;
}

.at fieldset {
  border: none !important;
}

.at fieldset legend {
  padding-top: 0 !important;
  margin: 0 0 10px 0 !important;
  color: #39393b !important;
}

.at-row > [class^="at-"] {
  margin: 0 0 2px 0 !important;
}

.at label,
.at-fieldset.Interests .at-legend {
  font-size: 18px !important;
  line-height: 1.15;
  color: #333 !important;
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
  font-weight: 700 !important;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif !important;
}

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  border-radius: 0 !important;
  font-family: "Droid Sans", serif !important;
  border-color: #ccc !important;
  color: #555 !important;
  font-weight: 400 !important;
  display: block;
  font-size: 14px !important;
  padding: 6px 12px !important;
  height: 34px !important;
  width: 100%;
}

.at input[type="checkbox"] + span {
  padding-left: 2.25rem !important;
}

.at input[type="checkbox"] + span:before {
  height: 2rem !important;
  width: 2rem !important;
  top: 4px !important;
}

.at input[type="checkbox"] + span:after {
  font-size: 1.5rem !important;
  top: 6px !important;
}

.at-form-submit {
  padding-top: 0 !important;
  position: relative;
  top: 0;
}

.at-form-submit .at-submit {
  margin: 0 !important;
  float: none !important;
}

.at .btn-at-primary {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  width: 100% !important;
  background-color: #265cbf !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
}

.at .btn-at-primary:hover,
.at .btn-at-primary:focus {
  background: #366ccf !important;
  color: #ffffff !important;
}

@media (max-width: 479px) {
  .at-form-submit .at-submit {
    display: block !important;
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* ------- Typography ------- */

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.post-meta {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

p,
li:not(.menu-item) {
  color: #364350;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  p,
  li:not(.menu-item) {
    margin-bottom: 18px;
  }
}

li:not(.menu-item) {
  line-height: 1.3;
}

.section-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-title {
    margin: 50px 0;
  }
}

.post-meta {
  color: #999;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 21px;
}

.page-title {
  color: #112955;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}

@media (min-width: 480px) {
  .background {
    position: relative;
    z-index: 1;
  }

  .background:before {
    border-top: 3px solid #0d65a9;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
  }

  .background span {
    background-color: #f5f8fa;
    padding: 0 15px;
  }

  .double:before {
    border-top: none;
  }

  .double:after {
    border-bottom: 3px solid #0d65a9;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
  }
}

/* ------- Navigation ------- */

#wpadminbar {
  position: fixed !important;
}

.logged-in .navbar-fixed-top {
  top: 45px;
}
@media (min-width: 783px) {
  .logged-in .navbar-fixed-top {
    top: 32px;
  }
}

#header {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 5px;
  }
}

.navbar {
  margin: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);

  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar .nav {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav {
    margin-top: 10px;
  }
}

.navbar-brand {
  text-indent: -99999px;
  width: 150px;
  height: 60px;
  background: transparent url("assets/images/logo-ltbg.png") no-repeat 5px 0;
  background-size: 129px 60px;
  position: relative;
  top: -3px;
}
/*@media (min-width: 480px) {
  .navbar-brand {
    width: 250px;
  }
}*/

.navbar-toggle {
  margin: 0;
  padding: 16px 22px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #5fa8e0;
  color: #fff;
}

.nav > li {
  line-height: 1.42857143;
}

.nav > li > a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #112955;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #39393b;
  padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  color: #cc0000;
}

.nav > li.donate > a {
  background-color: #ba0000;
  color: #ffffff;
  text-transform: uppercase;
}

.nav > li.donate > a:hover,
.nav > li.donate > a:focus {
  background-color: #cc0000;
  color: #ffffff;
}

/*@media(min-width: 992px){
  .nav>li.donate {
    margin-left: 15px;
  }
}*/

@media (min-width: 992px) {
  .home:not(.scrolled) .navbar {
    background: transparent;
    box-shadow: none;
    border-bottom-color: transparent;
  }

  .home:not(.scrolled) .navbar-toggle {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .home:not(.scrolled) .nav > li > a {
    color: #fff;
  }

  .home:not(.scrolled) .navbar-brand {
    background-image: url("assets/images/logo-dkbg.png");
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/* ------- Blog ------- */

.blog.paged #main {
  padding-top: 25px;
}

.blog .post-wrap {
  width: 75%;
  max-width: 1170px;
  margin: 0 auto;
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
}

.blog .post:not(.featured):last-of-type .post-wrap {
  border-bottom: none;
}

.blog .post:not(.featured):hover,
.blog .post:not(.featured):focus {
  background-color: #fff;
}

.blog a:not(.btn) {
  color: #39393b;
}

.blog a:not(.btn):hover,
.blog a:not(.btn):focus {
  text-decoration: none;
  color: #366ccf;
}

.blog .post .title {
  margin-top: 0;
}

.blog img.alignleft {
  margin-bottom: 0;
}

.hero-image {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-image {
    max-height: 450px;
    overflow: hidden;
  }

  .hero-image img {
    vertical-align: bottom;
  }
}

.blog .post h2 {
  font-size: 28px;
}

.blog .post .post-meta {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog .post .post-meta {
    margin-bottom: 10px;
  }
}

.post-title {
  text-align: center;
}

.featured-posts {
  position: relative;
  z-index: 1;
  margin: 0 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .featured-posts {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .featured-posts {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 50px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .featured-posts {
    width: 1170px;
  }
}

.featured-posts .post {
  background: #fff;
  border-bottom: 1px solid #dadada;
  position: relative;
  z-index: 1;
}

.featured-posts .post h2 {
  margin-top: 10px;
}

.featured-posts .post > div {
  padding: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-posts .post > div {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    color: #fff;
    width: 75%;
  }
}

.featured-posts .post > div span {
  background-color: #de8801;
  padding: 5px;
  font-size: 12px;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: auto;
  color: #fff;
}

@media (min-width: 768px) {
  .featured-posts .post > div span {
    position: absolute;
    top: -10px;
    left: 30px;
  }

  .featured-posts .post > div a {
    color: #fff;
  }

  .featured-posts .post > div a:hover,
  .featured-posts .post > div a:focus {
    text-decoration: none;
  }

  .featured-posts .post > div .post-meta {
    color: #dadada;
    margin-bottom: 0;
  }
}

.flex-direction-nav .flex-prev {
  left: 25px;
}

.flex-direction-nav .flex-next {
  right: 25px;
}

.flex-direction-nav a {
  height: 45px;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  transform: translateY(-25%);
}
@media (min-width: 480px) {
  .flex-direction-nav a {
    top: 35%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    transform: translateY(-35%);
  }
}
@media (min-width: 768px) {
  .flex-direction-nav a {
    top: auto;
    bottom: 45px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .flex-direction-nav .flex-prev {
    left: auto;
    right: 100px;
  }

  .flex-direction-nav .flex-next {
    right: 40px;
  }
}

.featured-posts .flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f053";
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.featured-posts .flex-direction-nav a.flex-next:before {
  content: "\f054";
}

.flex-direction-nav a.flex-prev {
  opacity: 1;
}
.flex-direction-nav a.flex-next {
  opacity: 1;
}

body.page .post-header .post-title {
  border: none;
  padding: 30px 0;
  margin: 0;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  body.page .post-header .container {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.75) 60%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.75) 60%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.75) 60%,
      rgba(0, 0, 0, 0.75) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }

  body.page .post-header .post-title {
    border: none;
    padding-top: 65px;
    padding-bottom: 25px;
    color: #ffffff;
    margin: 0;
  }

  body.page .post-body {
    padding: 25px 0;
  }
}

.post-excerpt {
  margin-bottom: 15px;
  line-height: 1.35;
}

body.page .post-footer {
  margin: 0;
  padding: 0 0 25px 0;
}

.pagination {
  width: 100%;
  margin: 0 0 -8px 0;
  background: #eaeaea;
}

.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: table-cell;
  width: 1%;
  margin: 0;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #eaeaea;
  border-right: 1px solid #e0e0e0;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li > * {
  text-align: center;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
}

.pagination .page-numbers.current {
  background-color: #eaeaea;
  color: #112955;
}

.pagination li > *:hover,
.pagination li > *:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  background-color: #fbfbfb;
  text-decoration: none;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}

/* ------- Index Pages (Senators & Candidates) ------- */

.index li {
  width: 100%;
}
@media (min-width: 380px) {
  .index li {
    width: 49%;
  }
}
@media (min-width: 480px) {
  .index li {
    width: 32%;
  }
}
@media (min-width: 992px) {
  .index li {
    width: 24%;
  }
}

.index figcaption {
  text-align: center;
  text-transform: uppercase;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

.index figcaption span {
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}

.index figure a {
  color: #112955 !important;
}

.index a:hover,
.index a:focus {
  text-decoration: none;
  color: #145f8e !important;
}

/* ------- Single Posts/Pages ------- */

.post-header {
  position: relative;
  z-index: 1;
}

.post-header.no-image {
  background-color: #112955;
  color: #fff;
  padding: 30px 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.post-header h1 {
  font-size: 3em;
  margin-top: 20px;
  margin-bottom: 5px;
}

.post-header .excerpt p {
  font-size: 1.3em;
  line-height: 1.35em;
  margin: 15px 0;
}

.single .post-header .post-meta {
  font-size: 0.675em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #848484;
  padding: 10px 0 20px 0;
  display: block;

  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

.post-footer {
  margin-top: 20px;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

.blog .post-footer {
  padding-bottom: 20px;
}

.page .post-footer {
  padding: 20px 0;
}

.post-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.post-nav li {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #eee;
}

.post-nav li:first-of-type {
  border-right: 1px solid #eee;
}

.post-nav li a {
  padding: 20px 0;
  display: block;
  width: 100%;
}

.post-nav li a:hover,
.post-nav li a:focus {
  text-decoration: none;
  background-color: #fafafa;
}

.share-buttons,
.share-buttons li {
  margin: 0;
  padding: 0;
}

.single .post-body a:not(.btn),
.error404 #main a:not(.btn) {
  text-decoration: underline;
}

/* ------- Individual Senator Pages ------- */

.single-senator .post-header {
  background-color: #041c5b;
  color: #fff;
  padding: 30px 0;
}

.breadcrumb {
  margin: 0 0 45px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  background-color: #de8801;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.breadcrumb a {
  font-size: 14px;
}

.breadcrumb a:not(.btn) {
  color: #fff;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none;
}

.breadcrumb .fa {
  font-size: 12px;
}

.single-candidate .post-header,
.single-senate .post-header {
  background-color: #041c5b;
  color: #fff;
  padding: 45px 0;
}

.single-senator .post-body ul.links {
  padding-left: 10px;
}

.single-senator .post-body ul.links > li > a {
  text-decoration: none;
}

.single-senator .post-body ul.links > li > a:hover,
.single-senator .post-body ul.links > li > a:focus {
  text-decoration: underline;
}

.single-senator ul.links>li>a[href^="https://facebook.com"]:before,
.single-senator ul.links>li>a[href^="https://www.facebook.com"]:before
{
  content: "\f230";
  font-family: FontAwesome;
  color: #3b5998;
}

.single-senator ul.links>li>a[href^="https://twitter.com"]:before,
.single-senator ul.links>li>a[href^="https://www.twitter.com"]:before
{
  content: "\f099";
  font-family: FontAwesome;
  color: #4099ff;
}

.single-senator ul.links>li>a[href^="https://instagram.com"]:before,
.single-senator ul.links>li>a[href^="https://www.instagram.com"]:before
{
  content: "\f16d";
  font-family: FontAwesome;
}

.single-senator ul.links>li>a[href^="https://youtube.com"]:before,
.single-senator ul.links>li>a[href^="https://www.youtube.com"]:before
{
  content: "\f16a";
  font-family: FontAwesome;
  color: #e52d27;
}

/* ------- Events ------- */

.event-search-widget {
  max-width: 400px;
}

@media (min-width: 768px) {
  .loop.events {
    padding-top: 50px;
  }
}

.loop.events select.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.monthly-title {
  background-color: #eaedef;
  color: #888;
  margin: 0 0 30px 0;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

h1.event-title {
  margin-bottom: 20px;
}

ul#event-list > li:not(:last-of-type) {
  margin-bottom: 18px;
  display: block;
}

.event-details {
  padding-left: 15px;
  padding-right: 15px;
}

.event-details dd:not(:last-of-type) {
  margin-bottom: 25px;
}

.event-details address {
  margin: 0;
}

@media (min-width: 768px) {
  .event-details {
    background-color: #f1f1f1;
    border: 3px dashed #aaa;
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.loop .event {
  margin-bottom: 50px;
}

.event h2 {
  margin-top: 0px;
}

.date {
  width: 100%;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.date p {
  font-size: 50px;
  text-align: center;
  color: #9e9e9e;
  margin: 0;
  font-weight: 700;
}

.date p span {
  background-color: #de8801;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(222, 136, 1)),
    to(rgb(170, 105, 1))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(222, 136, 1),
    rgb(170, 105, 1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgb(222, 136, 1),
    rgb(170, 105, 1)
  );
  background-image: -o-linear-gradient(top, rgb(222, 136, 1), rgb(170, 105, 1));
  background-image: -ms-linear-gradient(
    top,
    rgb(222, 136, 1),
    rgb(170, 105, 1)
  );
  background-image: linear-gradient(top, rgb(222, 136, 1), rgb(170, 105, 1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#de8801', EndColorStr='#aa6901');

  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-top: 3px solid #aa6901;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  padding: 6px 0 6px 0;
  margin-top: -10px;
}

/* ------- Sidebar ------- */

body:not(.blog) #sidebar {
  display: block;
  margin-top: 50px;
}
@media (min-width: 768px) {
  body:not(.blog) #sidebar {
    margin: 0;
    border: none;
  }
}

.widget {
  display: block;
  padding-bottom: 30px;
}

.widget h4 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #6a6a6a;
}

.widget p,
.widget li {
  font-size: 12px;
}
@media (min-width: 768px) {
  .widget p,
  .widget li {
    font-size: 14px;
  }
}

/* ------- Galleries ------- */

.flexslider {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.aligncenter .flexslider {
  margin: 0 auto;
}

.fullwidth .flexslider {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .alignleft .flexslider,
  .alignright .flexslider {
    max-width: 350px;
  }

  .aligncenter .flexslider {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .alignleft .flexslider,
  .alignright .flexslider {
    max-width: 500px;
  }

  .aligncenter .flexslider {
    max-width: 750px;
  }
}

/* ------- Footer ------- */

#footer {
  font-size: 14px;
  font-family: "Droid Sans", serif;
  background-color: #041c5b;
  color: #ffffff;
}

/*.blog #footer,
.search #footer,
.archive #footer {
  margin-top: -10px;
}*/

#footer-signup {
  background-color: #de8801;
  padding: 0 15px 15px 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #footer-signup {
    margin-bottom: 60px;
    padding: 0 0 15px 0;
  }
}

#footer-signup .section-title {
  margin: 0;
  padding: 15px 0;
  color: #fff;
}

#footer-signup .at .at-fieldset,
#footer-signup .at-form-submit {
  min-width: 1px !important;
  width: 100%;
  display: block;
  float: none;
}

@media (min-width: 600px) {
  #footer-signup .at .at-fieldset {
    width: 66%;
    float: left;
    margin-left: 2%;
  }

  #footer-signup .at-form-submit {
    float: left;
    width: 30%;
    display: inline-block;
    margin: 0;
  }

  #footer-signup .at-row {
    width: 48%;
    float: left;
    margin-right: 2%;
    display: inline-block;
  }
}

#footer-signup .at .btn-at-primary {
  background-color: transparent !important;
  border: 3px solid #fff !important;
  width: 100%;
  display: block;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
#footer-signup .at .btn-at-primary:hover,
#footer-signup .at .btn-at-primary:focus {
  background-color: #fff !important;
  color: #de8801 !important;
}
/*@media (max-width: 599px){
  #footer-signup .at .btn-at-primary {
    border-top: none !important;
  }
}*/

#footer p {
  color: #ffffff;
}

#footer .nav > li {
  display: inline-block;
}

#footer .nav > li:not(.donate) > a {
  color: #ffffff;
}

#footer .nav > li.donate {
  margin-left: 0;
}

#footer .nav > li.donate > a {
  background: none;
  color: #ba0000;
}

#footer .row {
  margin: 30px 0;
}

#footer .widget {
  text-align: left;
  font-size: 14px;
}
/*@media(min-width: 768px){
  #footer .widget {
    text-align: left;
  }
}*/

#footer .widget h4 {
  margin-bottom: 21px;
  font-size: 14px;
  color: #cacaca;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#footer .widget li {
  margin-bottom: 14px;
  font-size: 14px;
}

#footer .widget a {
  color: rgba(255, 235, 235, 0.5);
}

#footer p.disco {
  width: auto;
  max-width: 350px;
  margin: 30px auto 60px auto;
  display: block;
  padding: 10px 20px;
  line-height: 1;
  border: 2px solid #cacaca;
  color: #cacaca;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-transform: none;
  background: none;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

/* ------- Buttons ------- */

.btn-default {
  background-color: #041c5b;
  border-color: #041c5b;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #0f2a7a;
  border-color: #0f2a7a;
  color: #fff;
}

.btn-primary {
  background-color: #265cbf;
  border-color: #265cbf;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #366ccf;
  border-color: #366ccf;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff !important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff !important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099ff;
  border-color: #398ae5;
  color: #fff !important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099ff;
  color: #fff !important;
  text-shadow: none;
}

/* ------- Misc ------- */

.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (max-width: 767px) {
  li .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  li .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.form-control,
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.searchform {
  max-width: 400px;
  margin-bottom: 25px;
}

/*.searchform .btn {
  border-width: 2px;
}*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.35;
}

.overlay.black {
  background-color: #000;
}

.top {
  position: relative;
  z-index: 25;
}

.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

.blog .post .wp-post-image {
  margin: 0;
}

.social a:before {
  content: none;
}

@media (min-width: 768px) {
  .nav > li.social > a {
    font-size: 0px !important;
    padding-bottom: 8px;
    font-weight: 400;
  }

  .social a:before {
    font-family: FontAwesome;
    font-size: 28px;
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }

  /*.social.facebook>a:hover,
  .social.facebook>a:focus {
    background: #3b5998;
    color: #fff;
  }

  .social.twitter>a:hover,
  .social.twitter>a:focus {
    background: #4099FF;
    color: #fff;
  }*/

  .facebook a:before {
    content: "\f230";
  }

  .twitter a:before {
    content: "\f099";
  }

  .youtube a:before {
    content: "\f16a";
  }

  .googleplus a:before {
    content: "\f0d5";
  }
}

svg {
  width: 100%;
  height: auto;
}

svg path {
  fill: #dadada;
  stroke: #ffffff;
  stroke-miterlimit: 1;
}
svg path.has-candidate {
  fill: #5fa8e0;
}
svg text {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0px;
  word-spacing: 0px;
  fill: #39393b;
  fill-opacity: 1;
  stroke: none;
  font-family: "Droid Sans", serif;
}
svg path:hover,
svg path:focus {
  fill: #3989c7;
  cursor: pointer !important;
}
