.filter-wrapper .filter,
.filter-wrapper .active,
.search-videos .search-bar,
.landing-page-header .landing-page-title {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/*button and a tag outline reset*/
a:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: none;
}

/*Fonts etc.*/
p {
  color: #282727;
}

h1.title {
  font-family: "Droid Serif W01 Bold", serif;
  color: #071b3e;
  font-size: 28pt;
  font-weight: bold;
  margin-top: 0px;
}

h1.title a {
  color: #071b3e;
  text-decoration: none;
}

h1.gray {
  font-family: "Lato";
  color: #273644;
}

h2.jumbotext {
  color: white;
  font-family: "Droid Serif W01 Bold", serif;
  font-size: 280%;
  text-transform: uppercase;
  font-weight: bold;
}

h2.jumbotext a {
  color: white;
  text-decoration: none;
}

h2.redcaps {
  font-family: "Lato";
  color: #ce2329;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2.redcaps.underlined {
  border-bottom: thin solid #ccc;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.legislative-digest h2.redcaps.underlined {
  margin-right: -15px;
}

h2.redtitle {
  font-family: "Lato";
  color: #ce2329;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0px;
}

h2.title {
  font-family: "Lato";
  color: #071b3e;
  font-size: 18pt;
  font-weight: bold;
  margin-top: 0px;
}

h2.title a {
  color: #071b3e;
  text-decoration: none;
}

h3.gray,
h3.gray a {
  font-family: "Lato";
  color: #273644;
  font-size: 17pt;
  margin-bottom: 5px;
}

h3.spotlight-title {
  color: #273644;
  font-family: "Lato", sans-serif;
  font-size: 20pt;
}

h3.redcaps {
  font-family: "Lato";
  color: #ce2329;
  font-size: 14pt;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 5px;
}

h3.whitecaps {
  font-family: "Lato";
  font-size: 18pt;
  color: white;
  text-transform: uppercase;
}

h4.blackcap {
  font-family: "Lato";
  text-transform: uppercase;
  color: black;
}

h4.redcap {
  font-family: "Lato";
  color: #ce2329;
  font-size: 11pt;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4.redcap a {
  color: #ce2329;
  font-size: 11pt;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  font-family: "Lato";
}

.nevertopmargin {
  margin-top: 0;
}

.hiddenwhensmall {
  visibility: hidden !important;
}

.mobile-break {
  display: block;
}

.smallrightmargin {
  margin-right: 20px;
}

.largeleftmargin {
  margin-left: 30px;
}

.smallerrightmargin {
  margin-right: 15px;
}

.smallbottommargin {
  margin-bottom: 20px;
}

.sixfivetoppadding {
  padding-top: 6.5%;
}

/*Navigation*/
.navbar {
  height: 115px;
}

.navbar-nav {
  /*margin: 0px -15px;*/
  margin-left: 60px;
}

.navbar .container {
  margin-top: 15px;
}

.navbar > .container {
  position: relative;
  width: 100%;
  max-width: 1170px;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #c6c6c6;
  backface-visibility: hidden;
}

.navbar-inverse .navbar-collapse {
  border-color: #c6c6c6;
  margin-top: 5px;
}

.navbar-brand {
  font-family: "Lato", sans-serif;
  font-size: 17pt;
  letter-spacing: -1px;
}

.navbar-inverse .navbar-brand {
  color: #364148;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #364148;
}

.navbar-inverse .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  color: #364148;
  font-size: 14pt;
  font-weight: 700;
  line-height: 49px;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #a5a5a5;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #364148;
}

ul.navbar-socialmedia {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 230px;
  z-index: 10000;
}

ul.navbar-socialmedia li {
  display: block;
  float: right;
  font-size: 28px;
  padding: 0px 15px;
}

ul.navbar-socialmedia li a .fa-facebook {
  color: #405c96;
}

ul.navbar-socialmedia li a .fa-twitter {
  color: #00aced;
}

ul.navbar-socialmedia li a .fa-facebook:hover {
  color: #213d77;
}

ul.navbar-socialmedia li a .fa-twitter:hover {
  color: #008dce;
}

#main-nav .search-group {
  position: absolute;
  right: 0px;
  top: 21px;
  display: block;
}

#main-nav .navbar-form .form-control {
  width: 155px;
}

#main-nav .search-group .btn {
  background-color: #273644;
  color: white;
  border-color: #273644;
  width: 55px;
  font-family: "Droid Serif W01 Regular", sans-serif;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-transform: uppercase;
}

#main-nav .search-group input {
  *height: 38px;
  background-color: #e6e6e6;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-search-button {
  display: none;
  padding: 3px 12px 4px 12px;
  position: absolute;
  top: 23px;
  right: 65px;
  background-color: #364148;
  z-index: 10000;
  color: #fff;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.navbar-search-button a {
  color: #fff;
}

/*collapse links*/
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .navbar-nav {
    margin-left: 0px;
  }

  .navbar-nav > li {
    margin-right: 0px !important;
  }

  #main-nav .search-group {
    right: 15px;
    top: 21px;
    display: block;
  }
}
/*search form to button*/
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #main-nav .container {
    width: 100%;
  }

  .navbar-nav {
    /*margin: 0px -15px;*/
    margin-left: 0px;
  }

  ul.navbar-socialmedia {
    position: absolute;
    right: 75px;
  }

  ul.navbar-socialmedia li {
    padding: 0px 10px;
  }

  #main-nav .navbar-form {
    display: none;
  }

  .navbar-search-button {
    display: block;
    top: 29px;
    right: 20px;
  }
}
/*mobile styles*/
@media screen and (max-width: 899px) {
  .navbar {
    height: 80px;
  }

  .page-wrapper {
    margin-top: 80px;
  }

  .container > .navbar-header {
    float: none !important;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .navbar-collapse.collapse {
    display: none !important;
    visibility: hidden !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible !important;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 100% !important;
    padding: 0;
  }

  .container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #364148;
  }

  .navbar .navbar-logo {
    height: 60px;
  }

  .navbar-toggle {
    display: block !important;
    margin-right: 0;
  }

  .navbar-search-button {
    display: block;
    top: 8px;
    right: 70px;
  }

  #main-nav .navbar-form {
    display: none;
  }

  ul.navbar-socialmedia {
    position: fixed;
    display: block;
    top: 20px;
    right: 125px;
    z-index: 10000000;
  }

  .navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
  }

  .navbar-nav > li {
    float: none !important;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px !important;
  }
}
/*Page Layout*/
.page-wrapper {
  margin-top: 115px;
  overflow: hidden;
}

.page-wrapper > div.container {
  padding: 50px 15px;
}

.page-wrapper > div.container > div.articles:first-child {
  margin-top: -35px;
}

.page-wrapper > div.container > hr:first-child {
  display: none;
}

.page-wrapper > div.container .paginate {
  margin-bottom: 0px;
}

.blog-categories > div.recent-fb:first-child hr {
  display: none;
}

/*Secondary Navbar*/
nav.secondary-navbar {
  background-color: #364148;
}

nav.secondary-navbar .container {
  padding: 15px 0px 35px;
}

nav.secondary-navbar ul.secondary-menu {
  list-style-type: none;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

nav.secondary-navbar ul.secondary-menu li {
  display: block;
  float: left;
  margin-top: 20px;
  margin-right: 40px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

nav.secondary-navbar ul.secondary-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 8px;
}

nav.secondary-navbar ul.secondary-menu li a.active,
nav.secondary-navbar ul.secondary-menu li a:hover {
  background-color: #a5a5a5;
  padding: 8px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*Homepage slider*/
#main-slider {
  width: 100%;
}

#main-slider .main-slider-slide {
  display: none;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#main-slider .main-slider-slide.first-slide {
  display: block;
}

#main-slider .main-slider-container {
  position: relative;
  height: 100%;
}

#main-slider .main-slide-image {
  min-width: 100%;
  min-height: 100%;
}

#main-slider .slider-center {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 75px;
}

#main-slider h2 a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #main-slider h2 a {
    font-size: 60px;
  }
}
#main-slider p {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
}

/*Member searchbar*/
#member-searchbar {
  background: url(../images/member-searchbar-bg.jpg);
  background-size: cover;
  margin: 0;
  padding: 36px 0px;
}

#member-searchbar input {
  margin-right: 10px;
}

.jumbo-header.finer {
  margin-right: 15px;
}

#member-searchbar input {
  margin-right: 0px;
}

#member-searchbar a.btn {
  -webkit-appearance: none;
  -webkit-font-smoothing: auto;
  -webkit-user-select: none;
  -webkit-writing-mode: horizontal-tb;
  -moz-text-decoration-color: none;
  text-shadow: none;
  font-weight: normal;
}

#member-searchbar button.btn {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  #member-searchbar .form-group input {
    display: inline-block;
    width: 150px;
  }
}
/*Solutions carrousel*/
#solutions-carrousel {
  overflow: hidden;
  padding: 30px 0px;
  background-color: #202931;
}

#solutions-carrousel .carousel-controls {
  width: 1060px;
  overflow: hidden;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #solutions-carrousel .carousel-controls {
    width: 982px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #solutions-carrousel .carousel-controls {
    width: 760px;
  }
}
#solutions-carrousel #mini_previous img {
  position: absolute;
  left: 0px;
  top: 90px;
}

#solutions-carrousel #mini_next img {
  position: absolute;
  right: 0px;
  top: 90px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #solutions-carrousel #mini_previous img,
  #solutions-carrousel #mini_next img {
    top: 60px;
  }
}
#solutions-carrousel .carousel-wrapper {
  width: 1020px;
  overflow: hidden;
  margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #solutions-carrousel .carousel-wrapper {
    width: 942px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #solutions-carrousel .carousel-wrapper {
    width: 720px;
  }
}
#solutions-carrousel a.carousel-slide {
  width: 340px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #solutions-carrousel a.carousel-slide {
    width: 314px;
    height: 185px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #solutions-carrousel a.carousel-slide {
    width: 240px;
    height: 140px;
  }
}
#solutions-carrousel .carousel-slide-container {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #solutions-carrousel .carousel-slide-container {
    padding: 10px;
  }
}
#solutions-carrousel .carousel-slide img {
  display: block;
  max-height: 200px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#solutions-carrousel .carousel-slide span {
  display: inline-block;
}

.carousel-slide span.slide-title {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 300px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 24px;
}

.carousel-slide span.slide-subtitle {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 300px;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#solutions-carrousel .carousel-slide hr {
  position: absolute;
  top: 110px;
  left: 33%;
  width: 33%;
  margin: 30px auto 3px auto;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .carousel-slide span.slide-title {
    top: 80px;
    left: 10px;
    width: 294px;
    font-size: 24px;
  }

  .carousel-slide span.slide-subtitle {
    top: 150px;
    left: 10px;
    width: 294px;
    font-size: 14px;
  }

  #solutions-carrousel .carousel-slide hr {
    top: 110px;
    left: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-slide span.slide-title {
    top: 58px;
    left: 10px;
    width: 220px;
    font-size: 18px;
  }

  .carousel-slide span.slide-subtitle,
  #solutions-carrousel .carousel-slide hr {
    display: none;
  }
}
/*Hero Area*/
.jumbotron {
  margin-top: 45px;
  margin-bottom: 20px;
  background-color: #202931;
}

.cycle-slideshow.main {
  height: 400px;
  /*margin-top: 80px;*/
}

.container.top30 {
  margin-top: 30px;
}

.container.top75 {
  margin-top: 75px;
}

.jumbotron.page {
  height: 432px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
  padding: 0px;
  position: relative;
}

.jumbotron.page > img {
  min-width: 100%;
  min-height: 100%;
}

.jumbotron.members {
  background-image: url(../images/meet-members-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.htc);
  background-position: center center;
}

.jumbotron.page > .container {
  width: 100%;
  position: absolute;
  top: 154px;
}

.jumbotron > .container {
  margin-top: 20px;
}

.jumbotron.issues .container {
  *margin-top: 150px;
}

.jumbotron.subscribe {
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  *padding-top: 0;
}

.jumbotron.lower.find {
  background-image: url(../images/map.jpg);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.jumbotron.lower.find .container {
  *margin-top: -20px;
}

.jumbotron.lower.find .container .finder {
  *margin-bottom: 5px;
}

.jumbotron.lower.subscribe .container {
  *margin-top: -20px;
}

.jumbotron p {
  color: white;
}

.jumbotron.secondary {
  margin-top: 0;
  background-color: #f7f6f6;
}

.jumbotron.secondary p {
  font-family: "Lato", sans-serif;
  font-size: 13pt;
  color: #303030;
}

.jumbotron.secondary.member.sublinks {
  margin-top: 80px;
  *padding-top: 100px;
  *padding-bottom: 0px;
}

.jumbotron.secondary.digest.sublinks {
  /*margin-top: 59px;*/
  *padding-top: 100px;
  *padding-bottom: 0px;
}

.jumbotron.secondary.pastdigest.sublinks {
  margin-top: -30px;
  *padding-top: 100px;
  *padding-bottom: 0px;
}

.jumbotron.secondary.member.sublinks .col-md-8 {
  text-align: right;
}

.jumbotron.secondary.member.sublinks .col-md-8 img {
  *margin-top: -55px;
  *margin-bottom: 0;
}

.sublinks {
  background-color: #364148 !important;
}

.jumbotron.secondary.minisliders {
  background-color: #202931;
  min-height: 230px;
}

.jumbotron.secondary.minisliders .paginate h5 {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 160%;
  padding-top: 40px;
}

.jumbotron.secondary.minisliders .paginate h6 {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

.jumbotron.secondary.minisliders .paginate a:hover {
  text-decoration: none;
}

.jumbotron.secondary.minisliders .paginate hr {
  width: 33%;
}

.jumbotron.secondary.minisliders .paginate p {
  color: white;
  font-size: 65%;
}

.jumbo-header {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 18pt;
  letter-spacing: 3px;
  *margin-top: 65px;
}

.featured-member {
  background-color: #f7f6f6;
}

.email-form .form-group {
  *margin-top: 45px;
}

.email-form .form-group input {
  *height: 38px;
}

.form-group input {
  font-family: "Lato", Lato, Helvetica, Arial, sans-serif;
  font-style: italic;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #ce2329;
  border-color: #ce2329;
}

.btn-greyish,
.btn-greyish:hover,
.btn-greyish:focus,
.btn-greyish:active,
.btn-greyish.active,
.open .dropdown-toggle.btn-greyish {
  background-color: #20364a;
  border-color: #20364a;
  color: white;
}

.centered {
  text-align: center;
}

/*Article*/
.articles {
  /*margin-top: 100px;*/
}

.top-row {
  padding-bottom: 12px;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 25px;
}

.top-row.member {
  margin-bottom: 10px;
  margin-top: -35px;
}

.top-row.committee {
  margin-bottom: 20px;
  margin-top: -35px;
}

.top-row.bill {
  margin-top: -35px;
  margin-bottom: 10px;
}

.paginate-top {
  border-bottom: 1px solid #aeaeae;
  overflow: hidden;
  margin-top: -35px;
  margin-bottom: 30px;
}

.paginate-top .paginate-controls {
  height: 30px;
  overflow: hidden;
  float: right;
}

.paginate-top .paginate-breadcrumbs {
  float: left;
}

.paginate-top .paginate-prev {
  margin-right: 10px;
}

.paginate-top .paginate-next {
  margin-left: 10px;
}

.paginate-top .paginate-divider {
  float: left;
}

.breadcrumbs,
.breadcrumbs a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: inherit;
}

.breadcrumbs.left,
.breadcrumbs.left a {
  text-align: left;
  float: none;
}

.previous-next {
  text-align: right;
}

.previous-next a {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 14px;
  color: black;
}

.previous-next img {
  vertical-align: sub;
  padding: 0 5px;
  *vertical-align: middle;
}

.previous img {
  margin-right: 50px;
}

.next img {
  margin-left: 50px;
}

.category-title {
  text-transform: uppercase;
  font-family: Lato;
  color: #ce2329;
  font-size: 12pt;
}

.category-title a {
  text-transform: uppercase;
  font-family: Lato;
  color: #ce2329;
  font-size: 12pt;
}

.lead {
  text-transform: uppercase;
  color: #748087;
  font-family: Lato;
  font-size: 11pt;
  font-weight: 400;
}

.byline-icons img {
  margin-right: 15px;
}

img.last {
  margin-right: 0;
}

.story-content {
  padding-top: 20px;
  margin-bottom: 75px;
}
.story-content p {
  font-family: "Lato";
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 15px;
  color: #282727;
}
.story-content h1,
.story-content h2,
.story-content h3 {
  font-family: "Lato", serif;
  color: #ee3625;
}
.story-content ul {
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: disc;
  *list-style-position: inside;
  *display: list-item;
}
.story-content ul li,
.story-content ol li {
  font-size: 14pt;
  font-family: "Lato", serif;
  color: #798c98;
}

/*Comments*/
.comments h2.redcaps {
  margin-top: 100px;
}

.comments {
  margin-bottom: 25px;
}

.comments .col-md-2 {
  font-family: "Lato", sans-serif;
  font-size: 13pt;
  color: #303030;
}

.comments .col-md-2 span {
  color: #767676;
  font-size: 11pt;
  margin-left: 3px;
}

.comments .col-md-6,
.comments .col-md-2.required {
  font-family: "Lato", sans-serif;
  font-size: 10pt;
  color: #767676;
}

.comments input,
.comments textarea {
  background-color: #e5e5e5;
  border: none;
}

.comments input.btn-success,
.comments input.btn-success:hover,
.comments input.btn-success:focus,
.comments input.btn-success:active,
.comments input.btn-success.active {
  background-color: #ce2329;
  border-color: #ce2329;
}

.comments-area > .row {
  margin-bottom: 40px;
}

.comment-photo {
  float: left;
  padding-top: 25px;
  padding-right: 20px;
}

.comment-byline {
  border-top: thin solid #c6c6c6;
  font-family: Lato;
  text-transform: uppercase;
  padding-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.comment-name {
  color: #ce2329;
  font-size: 12pt;
  text-align: left;
}

.comment-date {
  float: right;
  color: #748087;
  *margin-top: -23px;
}

.comment-form .col-md-6 span.email-published {
  *position: relative;
  *top: -50px;
  *left: 450px;
}

.comment-form .col-md-8.post-comment {
  *position: relative;
  *left: -150px;
  *margin-bottom: 25px;
}

.comment-button {
  background-color: #ce2329 !important;
  border-color: #ce2329 !important;
}

.comment-photo img {
  *display: none;
}

/*Sidebar*/
.sidebar {
  max-width: 342px;
}

.sidebar > h2:first-child,
.primary-sidebar > h2:first-child {
  margin-top: 0px;
}

.related-article {
  margin-bottom: 30px;
}

.related-article .byline {
  font-family: Lato;
  color: #ce2329;
  font-size: 10pt;
}

.related-article p {
  font-family: "Lato", sans-serif;
  font-size: 11pt;
}

.related-article img {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -khtml-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.btn.more {
  font-family: "Lato", Lato, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 8pt;
  text-transform: uppercase;
  padding: 3px 8px;
}

.btn.bill {
  font-family: "Lato";
  font-weight: bold;
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 0px 10px;
}

.retweet {
  color: #999;
  margin-left: 10px;
}

.retweet a {
  color: #999;
}

.retweet .fa {
  display: inline-block;
  color: #fff;
  background-color: #77b255;
  padding: 2px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.recent-tweet {
  margin-bottom: 10px;
  overflow: hidden;
}

.recent-tweet .tweet-header {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.recent-tweet .tweet-header img {
  float: left;
  margin-right: 4px;
  max-width: 50px;
}

.recent-tweet .tweet-header .twitter-contact {
  float: left;
  overflow: hidden;
  padding-top: 4px;
}

.recent-tweet .tweet-header .twitter-follow-button {
  float: right;
}

.recent-tweet .tweet-header h4 {
  margin: 0px;
}

.recent-tweet .tweet-header .twitter-author-name a {
  font-family: Lato;
  color: #ce2329;
  margin: 0px;
  font-size: 17px;
}

.recent-tweet .tweet-header .twitter-user-name a {
  color: #ccc;
  margin: 0px;
  font-size: 14px;
}

.recent-tweet ul.tweet-actions {
  list-style-type: none;
  float: right;
}

.recent-tweet ul.tweet-actions li {
  float: left;
  margin-left: 8px;
}

.recent-tweet ul.tweet-actions li a {
  color: #ccc;
}

.recent-tweet ul.tweet-actions li a:hover {
  color: #00aced;
  text-decoration: none;
}

.recent-tweet .twitter-timestamp a {
  color: #ccc;
}

.recent-tweet .twitter-timestamp p {
  margin-bottom: 0px;
}

.recent-tweet .entities_img {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.recent-tweet hr {
  margin: 20px 0px 20px 0px;
  padding: 0px;
}

.recent-fb p {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  color: #273644;
}

.twitter-link a {
  font-family: Lato;
  color: #00aced;
  font-size: 14pt;
}

.fb-link a {
  font-family: Lato;
  font-weight: 500;
  color: #ce2329;
  font-size: 17px;
}

.fb-link .fb-icon {
  color: #405c96;
  font-size: 20px;
  margin-right: 10px;
}

.related-share {
  margin-top: 10px;
  max-width: 342px;
  text-align: right;
}

.related-share img {
  margin-right: 10px;
}

.blog-categories h2 {
  font-family: "Lato";
  color: #ce2329;
  font-size: 17pt;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-categories ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.blog-categories ul li {
  font-family: "Lato", sans-serif;
  font-size: 13pt;
  margin-bottom: 5px;
}

/*Members*/
.leadership p {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
}

.maxheightvisible {
  max-height: 150px;
}

/*Member*/
.previous-next-member {
  margin-bottom: 75px;
}

.previous-next-member a {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 14px;
  color: black;
}

.previous-next-member img {
  vertical-align: sub;
  padding: 0 5px;
  *vertical-align: middle;
}

.memberinfo {
  color: black;
  font-weight: bold;
  *margin-top: 50px;
}

.media {
  display: none;
}

.newsfeed {
  display: none;
}

.legislation {
  display: none;
}

.votes {
  display: none;
}

.member_social {
  float: right;
  margin-left: 20px;
}

.memberinfo a {
  color: black;
}

.serving-with p {
  font-size: 8pt;
}

.recent-videos {
  margin-bottom: 50px;
}

/*Issues*/
.sublinks .btn {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 14pt;
  background: none;
  color: #fff;
  border: none;
}

.sublinks .btn.active {
  color: white;
  background-color: #a5a5a5;
  border-color: #ce2329;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.issue-content {
  padding-top: 20px;
}

.issue-content p {
  font-family: "Lato", sans-serif;
  font-size: 14pt;
  margin-bottom: 25px;
  line-height: 32px;
}

.issue-content ul {
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: disc;
  *list-style-position: inside;
  *display: list-item;
}

.issue-content + hr {
  margin-top: 40px;
  border-color: #c6c6c6;
}

.static-content p {
  font-family: "Lato", sans-serif;
  font-size: 14pt;
  line-height: 32px;
}

.static-content ul li {
  font-size: 14pt;
  font-family: "Lato", serif;
}

.story-content ul li {
  font-family: "Lato", serif;
  color: #798c98;
  font-size: 14pt;
}

.paginate {
  margin-bottom: 25px;
  text-align: center;
}

.paginate img.rightmargin {
  margin-right: 100px;
}

.paginate img.leftmargin {
  margin-left: 100px;
}

.paginate a {
  font-family: "Lato";
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin: auto 5px;
}

.paginate a.active {
  color: #ce2329;
}

.paginate .current {
  color: #ce2329;
  font-family: "Lato";
  font-size: 14px;
  font-weight: bold;
  margin: auto 5px;
}

.pushup {
  *margin-top: -20px;
}

/*In the News*/
.jumbotron.secondary.inthenews {
  margin-bottom: 0;
}

.inthenews h3.gray {
  font-family: "Droid Serif W01 Regular";
  letter-spacing: -1px;
}

.inthenews h3.gray.title {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.jumbotron.secondary.inthenews p {
  font-size: 12pt;
}

/*Bills*/
.previous-next-bill {
  margin-bottom: 50px;
}

.billshare {
  border: thin solid #aeaeae;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 15px 30px 10px 10px;
  margin: 0 auto;
  width: 75%;
}

.billshare.pdf {
  width: 190px;
}

.billshare img {
  margin-left: 15px;
  margin-bottom: 6px;
}

.billshare a {
  font-family: "Lato";
  color: #5b5b5b;
  text-decoration: none;
}

.billinfo .col-md-7 {
  border-top: thin solid #aeaeae;
  padding-top: 5px;
  margin-left: 15px;
  font-family: "Lato";
  font-size: 13pt;
  *height: 35px;
}

.billinfo a {
  color: #333;
}

.billinfo .staffcontactinfo .col-md-7 {
  border-bottom: thin solid #aeaeae;
  *padding-bottom: 15px;
}

.billinfo .col-md-7 div {
  text-transform: uppercase;
  font-weight: bold;
  min-width: 150px;
  float: left;
}

.billinfo .col-md-7 p {
  *margin-top: -20px;
}

.bill-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bill-content p {
  font-family: "Lato", serif;
  color: #798c98;
  font-size: 12pt;
  margin-bottom: 25px;
}

.bill-content ul {
  font-family: "Lato", sans-serif;
  padding-top: 0px;
  padding-bottom: 10px;
  list-style-type: disc;
  *list-style-position: inside;
  *display: list-item;
  color: #303030;
}

.story-content ul li {
  font-size: 14pt;
  font-family: "Lato", serif;
  color: #798c98;
}

.result-passed {
  background-color: #64a408;
  text-transform: uppercase;
  font-family: "Lato";
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 18pt;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 5px 30px 5px 10px;
}

.result-failed {
  background-color: #ce2329;
  text-transform: uppercase;
  font-family: "Lato";
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 18pt;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 5px 30px 5px 10px;
}

.results-header,
.results table > tbody > tr > th {
  font-family: "Lato";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-top: none;
}

.results .table {
  font-family: "Lato";
  text-align: center;
  margin-top: 15px;
  font-size: 14pt;
  border-bottom: thin solid #ccc;
  padding-bottom: 7px;
}

.bill-votes .span2 {
  font-family: "Lato";
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12pt;
}

.bill-votes .span2 .vote-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13pt;
}

.bill-votes .span2 .btn {
  font-weight: bold;
}

/*Digests*/
.legislative-digest p {
  font-family: "Lato", sans-serif;
  font-size: 13pt;
}

.legislative-digest .row {
  margin-bottom: 30px;
}

.legislative-digest .col-md-10 {
  border-bottom: thin solid #ccc;
  padding-bottom: 10px;
}

.legislative-digest .col-md-9.billrow {
  border-bottom: thin solid #ccc;
  padding-bottom: 10px;
}

.legislative-digest .col-md-9.billrow > .row {
  margin-bottom: 0px;
}

.legislative-digest .col-md-9.billrow > .row > .col-md-9 {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 991px) {
  .legislative-digest .col-md-9.billrow > .row > .col-md-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.legislative-digest .col-md-2 {
  font-family: "Lato";
  padding-bottom: 20px;
}

.legislative-digest .col-md-2 .btn {
  font-size: 12pt;
  font-weight: bold;
}

.digests {
  background-color: #273644;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
}

.sidebar .form-group input {
  width: 60%;
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}

.sidebar .form-group input#search_leg {
  margin-bottom: 0px;
}

.sessiondropdown {
  margin-bottom: 15px;
  font-family: "Lato";
}

.sessiondropdown button {
  background-color: white;
  color: #555555;
}

.sessiondropdown .dropdown-toggle {
  background-color: #f2f3f4;
}

.digest-group {
  margin-bottom: 30px;
}

.digests-sidebar p {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  margin-bottom: 25px;
  color: white;
}

.bill-pass {
  color: #64a408;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13pt;
}

.bill-fail {
  color: #ce2329;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13pt;
}

/* Microsite */
.microsite {
  margin-top: 100px;
}

.microsite ul {
  padding: 0px 50px;
  font-size: 16px;
}

.microsite p + ul {
  margin-top: -20px;
}

/*Footer*/
.site-footer {
  overflow: hidden;
  background-color: #263442;
  color: white;
  padding: 65px;
  clear: both;
}

.site-footer h3 {
  font-family: "Droid Serif W01 Regular";
  text-transform: uppercase;
  color: white;
  font-size: 21pt;
  font-weight: 400;
}

.site-footer p {
  font-family: "Lato", sans-serif;
  font-size: 13pt;
  clear: left;
  color: white;
}

.site-footer .form-group input {
  width: 60%;
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}

.social-footer img {
  margin-right: 10px;
}

.site-footer .col-md-4 {
  *width: 30%;
}

.learn-group input,
.learn-footer p {
  *margin-top: -50px;
}

.learn-group .btn {
  *margin-top: -60px;
}

.connect-footer {
  *margin-top: -25px;
}

.connect-group input {
  *height: 38px;
}

/*Some IE7 Hacks*/
.ie7-9 {
  *width: 66.6666666% !important;
}

.ie7-7 {
  *width: 50% !important;
}

/*Responsiveness*/
@media screen and (max-width: 767px) {
  .jumbotron > .container {
    margin-top: 0px;
  }

  nav.secondary-navbar ul.secondary-menu li {
    float: none;
  }

  nav.secondary-navbar ul.secondary-menu li:not(:first-child) {
    margin-left: 0px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  h2.jumbotext {
    font-size: 380%;
  }

  .jumbotron {
    padding-bottom: 28px;
  }

  #member-searchbar .jumbotron {
    margin: 0px;
    padding-bottom: 0px;
  }

  .jumbotron.members {
    padding-top: 0;
  }

  .jumbotron.secondary {
    padding-top: 1px;
  }

  .jumbotron.secondary.minisliders .paginate div {
    width: 303px;
    margin-right: 20px;
    padding-bottom: 50px;
  }

  .jumbotron.secondary.minisliders .paginate h5 {
    padding-top: 60px;
  }

  .navbar-form .form-group {
    vertical-align: inherit;
  }

  .navbar-form .form-control {
    width: 191px;
  }
}
@media (min-width: 992px) {
  .billshare {
    float: right;
    width: auto;
    margin: inherit;
  }

  .notopmargin {
    margin-top: 0;
  }

  .bigrightmargin {
    margin-right: 70px;
  }

  .floatleft {
    float: left !important;
  }

  .floatright {
    float: right !important;
  }

  .hiddenwhensmall {
    visibility: visible !important;
  }

  .navbar-nav > li {
    margin-right: 12px;
  }

  .serving-with p {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .mobile-break {
    display: inherit;
    *display: none;
  }

  .jumbotron.secondary.minisliders .paginate span {
    margin-bottom: 0;
  }
}
/* CUSTOM 5 COLUMN SPAN LAYOUT
  *
  * based on http://gridcalculator.dk/
  * width => 1200, gutter => 15px, margin => 15px, columns => 5
  */
.row-fluid-5 {
  width: 100%;
  *zoom: 1;
}

.row-fluid-5:before,
.row-fluid-5:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid-5:after {
  clear: both;
}

.row-fluid-5 [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 1.875%;
  *margin-left: 1.875%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid-5 .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.875%;
}

.row-fluid-5 [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid-5 .span2 {
  width: 18.5%;
  *width: 18.5%;
  word-wrap: break-word;
}

.row-fluid-5 .span2 img {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.video_list div {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 4px;
  margin-bottom: 30px;
}

.video_list div a.play {
  display: block;
  color: white;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 40%;
  top: 34%;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ce2329;
  border-radius: 85px;
  font-size: 40px;
  padding-left: 28px;
  padding-top: 13px;
}

.video_homepage div {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 4px;
  margin-bottom: 30px;
}

.video_homepage div a.play {
  display: block;
  color: white;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background-color: #ce2329;
  border-radius: 85px;
  font-size: 40px;
  padding-left: 28px;
  padding-top: 13px;
}

.small_video_list div {
  position: relative;
  width: 149px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

.small_video_list div a.play {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -20px;
  margin-top: -66px;
  background-color: #ce2329;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  background-clip: padding-box;
  text-decoration: none;
  color: #fff;
}

.small_video_list div a.play i {
  text-align: center;
  margin-top: 9px;
  display: block;
  font-size: 20px;
  margin-left: 13px;
}

.small_video_list div img {
  width: 149px;
}

.margin20right {
  margin-right: 20px !important;
}

.margin20bottom {
  margin-bottom: 20px !important;
}

/* responsive ONLY */
@media (max-width: 600px) {
  /* spans reduce to 100px then go full width */
  .row-fluid-5 [class*="span"] {
    margin-left: 0;
    float: left;
    width: 100%;
    padding: 10px;
  }
}
.rounded {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Form Styles */
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: #999;
}

.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}

.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  background-image: none;
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}

.validation_error > p + p {
  margin-top: 5px;
}

.validation_error hr {
  border-top-color: #e6c1c7;
}

.validation_error .alert-link {
  color: #953b39;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.gallery-row {
  padding: 15px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

/*Print Styles */
@media print {
  .sublinks {
    display: none;
  }

  .billshare {
    display: none;
  }

  .site-footer {
    display: none;
  }
}
@font-face {
  font-family: "Avenir Next";
  src: url(/app/themes/gopgov/css/fonts/AvenirNext-Bold.woff);
}
@font-face {
  font-family: "Futura Medium";
  src: url(/app/themes/gopgov/css/fonts/Futura_Medium.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote {
  -webkit-font-smoothing: antialiased;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 35, 58, 0.5);
  transition: background-color 300ms;
}
.screen.angled-screen {
  width: 100%;
  height: 100%;
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 42% 100%);
}
.screen.black {
  background-color: rgba(0, 0, 0, 0.3);
}

.landing-title {
  font-family: "Droid Serif W01 Bold", serif !important;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 105px;
}

.blog-wrapper {
  margin-top: 147px;
  background-repeat: no-repeat;
  background-size: 827px auto;
  background-position: 0% 130px;
}
.blog-wrapper .breadcrumbs {
  color: #8aa2af;
  font-size: 14px;
  font-family: Helvetica;
  margin-top: 20px;
}
.blog-wrapper .top-row {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.blog-wrapper .story-content {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.blog-wrapper .paginate-top,
.blog-wrapper .top-row {
  border: none;
}
.blog-wrapper .blog-title.landing-title {
  font-size: 50px;
  color: #11233a;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Droid Serif W01 Bold", serif !important;
  letter-spacing: -0.6px;
  line-height: 55px;
}
.blog-wrapper .main-photo {
  margin-bottom: 50px;
}
.blog-wrapper .lead {
  color: #8aa2af;
  font-size: 14px;
  font-family: Helvetica;
}
.blog-wrapper .author-span {
  text-transform: none;
}
.blog-wrapper .container {
  max-width: 969px;
}
.blog-wrapper .container .pull-right {
  float: none !important;
  padding-left: 20px;
}
.blog-wrapper .social-icon {
  margin-right: 15px;
  font-size: 1.4em;
  color: #8aa2af;
}
.blog-wrapper .social-icon:hover,
.blog-wrapper .social-icon:active,
.blog-wrapper .social-icon:focus,
.blog-wrapper .social-icon:visited {
  text-decoration: none;
}
.blog-wrapper .fa-twitter:hover {
  color: #00aced;
}
.blog-wrapper .fa-facebook:hover {
  color: #3b5998;
}
.blog-wrapper .fa-comment:hover {
  color: #e2012b;
}
.blog-wrapper .blog-post-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-wrapper .blog-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .blog-wrapper .blog-post-content .blog-content {
    min-height: 620px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-wrapper .blog-sidebar {
    position: absolute;
    right: 0;
    max-width: 312px;
  }
}
.blog-wrapper .blog-sidebar .blog-form {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 308px;
  padding: 36px 0;
  border: 1px solid #dfe2ec;
  padding: 45px 30px;
}
.blog-wrapper .blog-sidebar .blog-form .blog-form-title {
  text-align: left;
  font-size: 20px;
  color: #11233a;
  font-family: "Lato";
  line-height: 24px;
  letter-spacing: -0.33px;
  font-weight: 700;
}
.blog-wrapper .blog-sidebar .blog-form:before {
  content: "";
  display: block;
  background-color: #e2012b;
  margin-left: 0;
  height: 3px;
  width: 40px;
  margin-bottom: 15.5px;
}
.blog-wrapper .blog-sidebar .gfield_label {
  display: none;
}
.blog-wrapper
  .blog-sidebar
  .gform_fields.top_label.form_sublabel_below.description_below {
  padding-bottom: 0 !important;
}
.blog-wrapper .blog-sidebar .ginput_container {
  width: 248px;
}
.blog-wrapper .blog-sidebar .ginput_container input,
.blog-wrapper .blog-sidebar .ginput_container select,
.blog-wrapper .blog-sidebar .ginput_container textarea {
  width: 100%;
  height: 65px;
  border-radius: 0;
  margin: 0;
}
.blog-wrapper .blog-sidebar .gform_footer.top_label {
  margin: auto !important;
}
.blog-wrapper .blog-sidebar #gform_submit_button_8 {
  width: 100%;
  margin: 0 43px;
  height: 65px;
  border-radius: 0;
  background-color: #e2012b;
  transition: 0.25s;
}
.blog-wrapper .blog-sidebar #gform_submit_button_8:focus,
.blog-wrapper .blog-sidebar #gform_submit_button_8:hover {
  background-color: #af0121;
}
.blog-wrapper .blog-sidebar #gform_confirmation_message_8 {
  text-align: center;
}
.blog-wrapper .blog-sidebar #input_8_1 {
  border: 4px solid #dfe2ec;
  width: 100%;
}
.blog-wrapper .blog-sidebar #input_8_1::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #8aa2af;
  margin: 36px;
  font-weight: 600;
}
.blog-wrapper .blog-sidebar #gform_submit_button_8 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 1.33px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  border: 4px #e21722;
}
.blog-wrapper .sidebar-quote {
  margin-top: 44px;
  font-family: "Droid Serif W01 Regular";
  color: #65a5d9;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
}
.blog-wrapper .sidebar-quote-name {
  color: #8aa2af;
  font-family: "Droid Serif W01 Bold", serif !important;
  size: 20px;
  line-height: 22px;
  text-align: left;
  padding-left: 100px;
  font-weight: 700;
}

.related-content {
  padding-top: 0;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .related-content .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .related-content .related-post {
    max-width: 600px;
    margin-bottom: 50px;
  }
}
.related-content .container {
  padding-top: 0;
}
.related-content .related-content-header {
  font-size: 40px;
  color: #11233a;
  font-family: "Droid Serif W01 Bold", serif !important;
  line-height: 50px;
  letter-spacing: -0.06px;
  margin-left: 100px;
  margin-bottom: 42px;
  margin-top: 0;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .related-content .related-content-header {
    margin: 0 15px;
  }
}
.related-content .thumbnail {
  position: relative;
  height: 456px;
  padding: 0 !important;
  border: none;
}
.related-content .thumbnail .related-content-image {
  height: 206px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 30px;
}
.related-content .thumbnail .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 !important;
  background-color: #f7f4f4;
}
@media only screen and (max-width: 767px) {
  .related-content .thumbnail .caption {
    position: initial;
  }
}
.related-content .related-text {
  min-height: 160px;
  padding-left: 31px;
  padding-top: 30px;
  padding-right: 43px;
}
@media only screen and (max-width: 991px) {
  .related-content .related-text {
    min-height: 160px;
  }
}
.related-content .related-text .related-content-date {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #65a5d9;
  font-weight: 400;
  margin-bottom: 0;
}
.related-content .related-text .related-content-title {
  font-family: "Droid Serif W01 Bold", serif !important;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #11233a;
  font-weight: 900;
  margin: 10px 0 30px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .related-content .related-text .related-content-title {
    font-size: 20px;
  }
}

.read-more-related {
  width: 100%;
  padding: 1.5em 2em;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 20px;
}
.read-more-related:focus,
.read-more-related:hover {
  filter: brightness(85%);
  color: #fff;
}

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

.align-right {
  text-align: right;
}

#secondary,
.edit-link {
  display: none;
}

.page-wrapper {
  margin-top: 0 !important;
}

html,
body,
#page,
article.page.status-publish,
.entry-content {
  height: 100%;
}

body#sotu2017 {
  height: auto;
}

.entry-content {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.landing-page-header {
  position: relative;
  z-index: 2;
  min-width: 100%;
  width: 100%;
  max-height: 600px;
  height: 50%;
  margin-top: -20px;
  background-image: url("/app/themes/gopgov/images/landing-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .landing-page-header {
    height: 40%;
  }
}
@media only screen and (max-width: 460px) {
  .landing-page-header {
    height: 32%;
  }
}
.landing-page-header .landing-page-header-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
}
.landing-page-header .screen {
  z-index: 2;
  position: relative;
  width: inherit;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.landing-page-header .wrapper {
  z-index: 3;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.landing-page-header .landing-page-title {
  text-transform: uppercase;
  font-family: "Avenir Next", sans-serif;
  font-size: 73px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.69);
}
@media only screen and (max-width: 767px) {
  .landing-page-header .landing-page-title {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 460px) {
  .landing-page-header .landing-page-title {
    font-size: 50px;
  }
}

.landing-page-nav-wrapper {
  position: relative;
  z-index: 1;
  top: -64px;
  transition: top 300ms;
}

.search-videos {
  width: 100%;
  background-color: #c7d3d7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .search-videos {
    margin-bottom: 12px;
    background-color: #fff;
  }
}
.search-videos .search-bar {
  position: relative;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  font-family: "Droid Serif W01 Regular", sans-serif;
  font-weight: 400;
  font-size: 3.125em;
  font-style: normal;
  color: #282727;
}
.search-videos .search-bar .fa-search {
  margin-right: 15px;
  color: rgba(38, 52, 66, 0.6);
}
@media only screen and (max-width: 767px) {
  .search-videos .search-bar .fa-search {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 30px;
    height: 100%;
    color: rgba(0, 106, 105, 0.9);
  }
}
@media only screen and (max-width: 850px) {
  .search-videos .search-bar label {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .search-videos .search-bar {
    width: 89%;
    margin-top: 10px;
    border: 2px solid #006a69;
    border-radius: 4px;
    font-family: "Droid Serif W01 Regular", sans-serif;
    font-weight: 400;
    font-size: 1.5625em;
    font-style: normal;
    color: #006a69;
  }
}
@media only screen and (max-width: 460px) {
  .search-videos .search-bar {
    max-width: 90%;
    width: 90%;
  }
}
.search-videos .search-video-query {
  border: none;
  background: none;
  outline: none;
  display: inline-block;
  width: 55%;
  margin-bottom: 6px;
  color: #282727;
  font-weight: 600;
  font-size: 32px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .search-videos .search-video-query {
    top: 0;
    border: none;
    color: #006a69;
    width: 100%;
    margin-bottom: 0;
    padding-left: 50px;
    font-weight: 300;
  }
}

.filter-wrapper {
  width: 100%;
  padding: 20px 20px 0 20px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .filter-wrapper {
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 460px) {
  .filter-wrapper {
    padding: 0;
  }
}
.filter-wrapper .filter,
.filter-wrapper .active {
  background: none;
  border: none;
  max-width: 269px;
  width: 20%;
  height: 59px;
  margin-bottom: 20px;
  vertical-align: top;
  background-color: #006a69;
  border: 2px solid #006a69;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.filter-wrapper .filter:hover,
.filter-wrapper .filter:focus,
.filter-wrapper .active:hover,
.filter-wrapper .active:focus {
  background-color: #fff;
  color: #006a69;
}
@media only screen and (max-width: 767px) {
  .filter-wrapper .filter,
  .filter-wrapper .active {
    width: 30%;
  }
}
@media only screen and (max-width: 460px) {
  .filter-wrapper .filter,
  .filter-wrapper .active {
    max-width: 90%;
    width: 90%;
    margin-bottom: 5px;
  }
}
.filter-wrapper .filter.inactive,
.filter-wrapper .active.inactive {
  background-color: #fff;
  border: 2px solid #8c8c8c;
  color: #8c8c8c;
}
.filter-wrapper .filter:disabled,
.filter-wrapper .active:disabled {
  background-color: #8c8c8c;
  border: 2px solid #595959;
  color: #595959;
}
.filter-wrapper .search-label {
  background: none;
  border: none;
  position: relative;
  top: 5px;
  margin-left: 20px;
  font-size: 30px;
  color: #263442;
  transition: color, 400ms;
  transition-delay: 200ms;
}
.filter-wrapper .search-label:focus {
  border: 2px solid black;
}
@media only screen and (max-width: 767px) {
  .filter-wrapper .search-label {
    display: none;
  }
}

.search-label.close-search {
  color: rgba(38, 52, 66, 0.9);
  margin-left: 50px;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .search-label.close-search {
    display: none;
  }
}

.videos-wrapper {
  position: relative;
  z-index: 1;
  top: -64px;
  transition: top 300ms;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .videos-wrapper {
    padding: 0;
  }
}
.videos-wrapper .loader {
  margin-top: 30px;
  color: #006a69;
  font-size: 50px;
}

.yt-video {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-top: 20px;
}
@media only screen and (max-width: 849px) {
  .yt-video {
    width: 100%;
  }
}

.yt-video-header {
  font-family: "Droid Serif W01 Regular", sans-serif;
  font-weight: 700;
  font-size: 2em;
  font-style: normal;
  color: #282727;
  min-height: 52px;
  padding: 0 20px;
}
@media only screen and (max-width: 849px) {
  .yt-video-header {
    min-height: 20px;
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .yt-video-header {
    padding: 0 10px;
    font-size: 23px;
  }
}

.yt-video-image {
  position: relative;
  max-width: 520px;
  width: 90%;
  height: 348px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
@media only screen and (max-width: 460px) {
  .yt-video-image {
    width: 100%;
  }
}
.yt-video-image:hover .screen,
.yt-video-image:focus .screen {
  background-color: rgba(255, 255, 255, 0);
}
.yt-video-image .screen {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  background-color: rgba(7, 27, 62, 0.3);
  transition: background-color, 300ms;
}
.yt-video-image .play-button-wrapper {
  position: relative;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 250px;
  background-color: white;
}
.yt-video-image .play-button {
  position: relative;
  top: -28px;
  left: -3px;
  font-size: 75px;
  color: black;
}
.yt-video-image .loader {
  position: relative;
  top: 40%;
  z-index: 2;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 63px;
  height: 63px;
  border-radius: 250px;
  font-size: 46px;
  color: #071b3e;
}

.yt-description {
  width: 90%;
  margin: 10px auto 0 auto;
  color: #282727;
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 1.5em;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .yt-description {
    font-size: 16px;
  }
}

.show-more-holder {
  margin: 20px auto 40px;
  text-align: center;
}
.show-more-holder .show-more,
.show-more-holder .show-more-search {
  border: none;
  background: none;
  padding: 5px 30px;
  max-width: 269px;
  width: 35%;
  height: 59px;
  border: 2px solid #006a69;
  border-radius: 4px;
  background-color: #006a69;
  color: #fff;
  font-family: "Futura Medium", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .show-more-holder .show-more,
  .show-more-holder .show-more-search {
    width: 50%;
  }
}
.show-more-holder .show-more:hover,
.show-more-holder .show-more:focus,
.show-more-holder .show-more-search:hover,
.show-more-holder .show-more-search:focus {
  background-color: #fff;
  color: #006a69;
}
.show-more-holder .show-more:disabled {
  background-color: #8c8c8c;
  border: 2px solid #595959;
  color: #595959;
}

/**
* Positioning
**/
#show-search {
  display: none;
}
#show-search:checked ~ .landing-page-nav-wrapper,
#show-search:checked ~ .videos-wrapper,
#show-search:checked ~ .show-more-holder {
  top: 0;
}
#show-search:checked
  ~ .landing-page-nav-wrapper
  > .filter-wrapper
  > .search-show {
  color: #fff;
}

.search-videos {
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .search-videos {
    height: 57px;
  }
}

.landing-page-nav-wrapper,
.videos-wraper {
  position: relative;
  top: -64px;
  transition: top 300ms;
}
@media only screen and (max-width: 767px) {
  .landing-page-nav-wrapper,
  .videos-wraper {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .videos-wrapper {
    top: 0;
  }
}

/**
* Footer
**/
.landing-page-footer {
  background-color: #263442;
  color: #fff;
}
.landing-page-footer .container {
  width: 100%;
  padding: 20px 40px;
}
.landing-page-footer .footer-header {
  font-family: "DINProRegular";
  text-transform: uppercase;
  font-size: 21pt;
  font-weight: 400;
}
.landing-page-footer p {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 1.0833333333em;
  font-style: normal;
}
.landing-page-footer a.read-more {
  background-color: #006a69;
  border: 2px solid #006a69;
}
.landing-page-footer a.read-more:hover,
.landing-page-footer a.read-more:active {
  background: #fff;
  color: #006a69;
}
.landing-page-footer .footer-logo-holder {
  text-align: center;
}
.landing-page-footer .footer-logo-holder .footer-logo {
  margin: 20px auto 0 auto;
}
.landing-page-footer p {
  color: #fff;
}
.landing-page-footer .social-footer {
  display: inline-block;
  width: 53%;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .landing-page-footer .social-footer {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.landing-page-footer .social-footer .social-logo {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #006a69;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.landing-page-footer .social-footer .social-logo:hover,
.landing-page-footer .social-footer .social-logo:focus {
  color: #fff;
}
.landing-page-footer .email-form .form-group {
  display: inline-block;
  width: 60%;
}
.landing-page-footer .email-form #footer_subscribe {
  border-color: #006a69;
  background-color: #006a69;
  display: inline-block;
}
.landing-page-footer .email-form #footer_subscribe:hover,
.landing-page-footer .email-form #footer_subscribe:active {
  border: 2px solid #006a69;
  background: #fff;
  color: #006a69;
}

.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 4999 !important;
}
.modal .modal-header {
  position: relative;
}
.modal .close {
  pointer-events: all;
  background: none;
  border: none;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 4999;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal .close:hover,
.modal .close:focus {
  color: #b7b7b7;
  outline: none !important;
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .modal .close {
    top: 25px;
    right: 38px;
  }
}
@media only screen and (max-width: 460px) {
  .modal .close {
    top: 10px;
    right: 10px;
  }
}
.modal .modal-title {
  width: 90%;
  color: #fff;
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .modal .modal-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 460px) {
  .modal .modal-title {
    font-size: 20px;
  }
}
.modal .modal-dialog {
  pointer-events: all;
  cursor: pointer;
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
  z-index: 5000;
}
@media only screen and (max-width: 460px) {
  .modal .modal-dialog {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .modal .modal-dialog {
    margin: 10px auto;
  }
}
.modal .modal-header {
  border-bottom: none;
  min-height: 55px;
  z-index: 5001;
  pointer-events: all;
  cursor: pointer;
}
.modal .modal-content {
  background-color: transparent;
}
.modal .embed-responsive {
  max-height: 480px;
  height: 480px;
  z-index: 5002;
  pointer-events: all;
  cursor: pointer;
}
.modal .modal-footer {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 460px) {
  .modal .modal-footer {
    display: none;
  }
}

.modal-backdrop.in {
  z-index: 1 !important;
}
@media only screen and (max-width: 900px) {
  .modal-backdrop.in {
    pointer-events: none;
  }
}
.modal-backdrop.in.iOS {
  opacity: 0 !important;
}

/********************************
*
* FRONT PAGE REDESIGN
*
********************************/
/********************************
*
* Header
*
********************************/
#modal-search-toggle:checked ~ .modal-search {
  z-index: 10000;
  left: 0;
  background-color: #222e53;
}

#mobile-menu-toggle:checked ~ .mobile-menu {
  z-index: 10000;
  left: 0;
  background-color: #222e53;
}

#modal-search-toggle:checked ~ .modal-search .search-form,
#modal-search-toggle:checked ~ .mobile-menu .search-form,
#mobile-menu-toggle:checked ~ .modal-search .search-form,
#mobile-menu-toggle:checked ~ .mobile-menu .search-form {
  top: 0;
}
#modal-search-toggle:checked ~ .modal-search input[type="text"],
#modal-search-toggle:checked ~ .mobile-menu input[type="text"],
#mobile-menu-toggle:checked ~ .modal-search input[type="text"],
#mobile-menu-toggle:checked ~ .mobile-menu input[type="text"] {
  border-bottom: 3px solid #fff;
  color: #fff;
}
#modal-search-toggle:checked
  ~ .modal-search
  input[type="text"]
  ::-webkit-input-placeholder,
#modal-search-toggle:checked
  ~ .modal-search
  input[type="text"]
  :-moz-placeholder,
#modal-search-toggle:checked
  ~ .modal-search
  input[type="text"]
  ::-moz-placeholder,
#modal-search-toggle:checked
  ~ .modal-search
  input[type="text"]
  :-ms-input-placeholder,
#modal-search-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  ::-webkit-input-placeholder,
#modal-search-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  :-moz-placeholder,
#modal-search-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  ::-moz-placeholder,
#modal-search-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  :-ms-input-placeholder,
#mobile-menu-toggle:checked
  ~ .modal-search
  input[type="text"]
  ::-webkit-input-placeholder,
#mobile-menu-toggle:checked
  ~ .modal-search
  input[type="text"]
  :-moz-placeholder,
#mobile-menu-toggle:checked
  ~ .modal-search
  input[type="text"]
  ::-moz-placeholder,
#mobile-menu-toggle:checked
  ~ .modal-search
  input[type="text"]
  :-ms-input-placeholder,
#mobile-menu-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  ::-webkit-input-placeholder,
#mobile-menu-toggle:checked ~ .mobile-menu input[type="text"] :-moz-placeholder,
#mobile-menu-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  ::-moz-placeholder,
#mobile-menu-toggle:checked
  ~ .mobile-menu
  input[type="text"]
  :-ms-input-placeholder {
  color: white;
}
#modal-search-toggle:checked ~ .modal-search button,
#modal-search-toggle:checked ~ .mobile-menu button,
#mobile-menu-toggle:checked ~ .modal-search button,
#mobile-menu-toggle:checked ~ .mobile-menu button {
  border: 3px solid white;
  color: white;
}
#modal-search-toggle:checked ~ .modal-search button:hover,
#modal-search-toggle:checked ~ .mobile-menu button:hover,
#mobile-menu-toggle:checked ~ .modal-search button:hover,
#mobile-menu-toggle:checked ~ .mobile-menu button:hover {
  color: #222e53;
}

@media only screen and (min-width: 900px) {
  .navbar-menu-button {
    display: none !important;
  }
}

@media only screen and (max-width: 899px) {
  .modal-control {
    display: inline-block;
  }
  .modal-control .navbar-search-button {
    top: 0 !important;
    right: 65px !important;
  }
  .modal-control .navbar-menu-button {
    right: 15px !important;
  }
}

.modal-search,
.mobile-menu {
  position: fixed;
  left: 100%;
  z-index: -1;
  background-color: rgba(34, 46, 83, 0.2);
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  font-family: "Droid Serif W01 Bold", serif;
  z-index: 10000;
  padding: 200px;
  padding-top: 100px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .modal-search,
  .mobile-menu {
    padding: 75px;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-search,
  .mobile-menu {
    padding: 50px;
    padding-top: 150px;
  }
}
.modal-search .close,
.mobile-menu .close {
  position: absolute;
  top: 50px;
  right: 100px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 71px;
  background-color: rgba(17, 35, 58, 0);
  font-size: 4em;
  color: #fff;
  border-radius: 50%;
  transition: background-color 400ms;
}
@media only screen and (max-width: 767px) {
  .modal-search .close,
  .mobile-menu .close {
    top: 30px;
    right: 30px;
  }
}
.modal-search .close:hover,
.mobile-menu .close:hover {
  background-color: #11233a;
}
.modal-search .search-form,
.mobile-menu .search-form {
  position: relative;
  top: 50px;
  max-width: 75%;
  margin: 0 auto;
  transition: 400ms;
}
.modal-search input[type="text"],
.mobile-menu input[type="text"] {
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
  height: auto;
  box-shadow: none;
  display: block;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  font-size: 2.5em;
  transition: all 400ms;
}
.modal-search input[type="text"]::-webkit-input-placeholder,
.mobile-menu input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.modal-search input[type="text"]:-moz-placeholder,
.mobile-menu input[type="text"]:-moz-placeholder {
  color: #fff;
}
.modal-search input[type="text"]::-moz-placeholder,
.mobile-menu input[type="text"]::-moz-placeholder {
  color: #fff;
}
.modal-search input[type="text"]:-ms-input-placeholder,
.mobile-menu input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.modal-search input[type="text"]::placeholder,
.mobile-menu input[type="text"]::placeholder {
  color: #fff;
}
.modal-search input[type="text"]:focus::-webkit-input-placeholder,
.mobile-menu input[type="text"]:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.modal-search input[type="text"]:focus:-moz-placeholder,
.mobile-menu input[type="text"]:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.modal-search input[type="text"]:focus::-moz-placeholder,
.mobile-menu input[type="text"]:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.modal-search input[type="text"]:focus:-ms-input-placeholder,
.mobile-menu input[type="text"]:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.modal-search input[type="text"]:focus::placeholder,
.mobile-menu input[type="text"]:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767px) {
  .modal-search input[type="text"],
  .mobile-menu input[type="text"] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-search input[type="text"],
  .mobile-menu input[type="text"] {
    font-size: 1.5em;
  }
}
.modal-search input[type="text"]::-webkit-input-placeholder,
.mobile-menu input[type="text"]::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-style: regular;
}
.modal-search input[type="text"]:-moz-placeholder,
.mobile-menu input[type="text"]:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-style: regular;
}
.modal-search input[type="text"]::-moz-placeholder,
.mobile-menu input[type="text"]::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-style: regular;
}
.modal-search input[type="text"]:-ms-input-placeholder,
.mobile-menu input[type="text"]:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-style: regular;
}
.modal-search input[type="text"]::placeholder,
.mobile-menu input[type="text"]::placeholder {
  font-family: "Lato", sans-serif;
  font-style: regular;
}
.modal-search button,
.mobile-menu button {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #222e53;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
  color: #222e53 !important;
  border: none !important;
}
.modal-search button:hover,
.mobile-menu button:hover {
  background-color: #222e53;
  color: #fff;
}
.modal-search button:hover,
.mobile-menu button:hover {
  background-color: #11233a;
  color: #fff !important;
}

.popular-searches {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
.popular-searches h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Droid Serif W01 Bold", serif;
  letter-spacing: -1px;
}
@media (min-width: 991px) and (max-width: 1670px) {
  .popular-searches h2 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-searches h2 {
    font-size: 40px;
    line-height: 35px;
  }
}
.popular-searches a {
  color: #fff;
  font-size: 1.5em;
}
.popular-searches a:hover {
  text-decoration: none;
  color: #ee3625;
}
.popular-searches ul {
  padding: none;
  width: 100%;
}
.popular-searches ul li {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .mobile-menu {
    padding-top: 50px;
  }
}
.mobile-menu .front-nav {
  margin-bottom: 30px;
  padding: 0;
  margin-left: 0;
}
.mobile-menu .front-nav li {
  display: block;
  font-size: 2em;
  margin: 10px 0;
  text-align: left;
}
.mobile-menu .front-nav li a {
  color: #fff;
  font-family: "Lato", sans-serif;
}
.mobile-menu .search-form {
  position: relative;
  top: 50px;
  max-width: 75%;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 600px) {
  .mobile-menu .search-form {
    max-width: 100%;
  }
}
.mobile-menu .search-form .btn-default {
  padding: 10px 20px;
}

#front-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  max-width: 100vw !important;
  height: 147px;
  background-color: white;
  transition: background-color 400ms, top 400ms;
}
/* #front-header.blue {
  background-color: #071b3e;
} */
@media only screen and (max-width: 767px) {
  #front-header {
    height: 124px;
  }
}
#front-header .container {
  max-width: 1170px;
  margin-top: 0;
  /* padding: 0; */
  padding: 30px 0;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  #front-header .container {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #front-header .container {
    padding: 15px 30px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #front-header .home-link {
    position: relative;
    top: -16px;
  }
}
#front-header .logo-container {
  position: relative;
  top: 15px;
}
#front-header .logo {
  fill: #fff;
  max-width: 100%;
  transition: 400ms;
}
#front-header .logo path,
#front-header .logo polygon {
  transition: 400ms;
}
#front-header .navbar-socialmedia,
#front-header .navbar-search-button {
  position: absolute;
  top: 59px;
  right: 78px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  #front-header .navbar-socialmedia,
  #front-header .navbar-search-button {
    right: 90px;
  }
}
#front-header .navbar-socialmedia li,
#front-header .navbar-search-button li {
  padding: 0 8px;
}
@media only screen and (min-width: 900px) and (max-width: 966px) {
  #front-header .navbar-socialmedia li,
  #front-header .navbar-search-button li {
    right: 130px;
    padding: 0 10px;
  }
}
#front-header .navbar-socialmedia a,
#front-header .navbar-socialmedia i,
#front-header .navbar-search-button a,
#front-header .navbar-search-button i {
  color: #fff;
}
#front-header .navbar-socialmedia a:hover,
#front-header .navbar-socialmedia i:hover,
#front-header .navbar-search-button a:hover,
#front-header .navbar-search-button i:hover {
  color: #222e53;
}
#front-header .navbar-search-button {
  display: block;
  border: none;
  background: none;
  top: 55px;
  right: 15px;
  font-size: 28px;
}
#front-header .front-nav {
  position: relative;
  padding: 0;
  margin: 0;
  margin-left: 170px;
}
#front-header .front-nav .nav-main-item {
  position: relative;
  bottom: -33px;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  vertical-align: bottom;
}
#front-header .front-nav .nav-main-item:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-bottom: 15px;
}
@media only screen and (max-width: 460px) {
  #front-header .front-nav .nav-main-item:before {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 966px) {
  #front-header .front-nav .nav-main-item {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1050px) {
  #front-header .front-nav .nav-main-item {
    max-width: 150px;
    text-align: center;
  }
}
#front-header .front-nav .nav-main-item:before {
  width: 0;
  height: 2px;
  margin-bottom: 5px;
  transition: width 300ms;
}
#front-header .front-nav .nav-main-item:hover .nav-main-link {
  color: #ee3625;
}
#front-header .front-nav .nav-main-item:hover:before {
  width: 100%;
}
#front-header .front-nav .nav-main-link {
  letter-spacing: 1px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.4);
  transition: color 300ms;
}
#front-header .navbar-socialmedia a,
#front-header .navbar-search-button {
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.4);
}
@media only screen and (max-width: 899px) {
  #front-header .navbar-socialmedia {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .navbar-header {
    padding-left: 15px;
  }
}

/* #front-header.opaque {
  background-color: #fff;
  box-shadow: 3px -5px 10px 5px rgba(0, 0, 0, 0.22);
} */
/* #front-header.opaque .cls-5 {
  stroke: #222E53;
}
#front-header.opaque .cls-4 {
  fill: #222E53;
}
#front-header.opaque .logo {
  fill: #11233A;
}
#front-header.opaque .logo path,
#front-header.opaque .logo polygon {
  fill: #11233A;
} */
/* #front-header.opaque .nav-main-link, #front-header.opaque .menu-item-has-children > a, #front-header.opaque .navbar-socialmedia a i, #front-header.opaque .navbar-search-button i {
  color: #11233A;
  text-shadow: none;
}  */

#front-header .cls-5 {
  stroke: #222e53;
}
#front-header .cls-4 {
  fill: #222e53;
}
#front-header .logo {
  fill: #11233a;
}
#front-header .logo path,
#front-header .logo polygon {
  fill: #11233a;
}

.hero-slider {
  background-image: url("../images/header.mask.png");
}

.hero-slider .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider {
    height: 550px;
  }
}
.hero-slider .slider .slick-slide {
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .slick-slide {
    height: 550px;
  }
}
.hero-slider .slider .featured-post {
  position: relative;
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .featured-post {
    height: 550px;
  }
}
.hero-slider .slider .featured-post .screen {
  opacity: 0.55;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .slider .featured-post .content {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5020;
  width: 100%;
  height: 100%;
}
.hero-slider .slider .featured-post .slide-content {
  padding: 250px 83px 150px 83px;
  height: 700px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .hero-slider .slider .featured-post .slide-content {
    padding: 150px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .featured-post .slide-content {
    height: 550px;
  }
}
@media only screen and (max-width: 849px) {
  .hero-slider .slider .featured-post .slide-content {
    padding: 150px 40px 150px 30px;
  }
}
.hero-slider .slider .featured-post .slide-content:before {
  display: block;
  content: "";
  height: 3px;
  width: 121px;
  margin-bottom: 38px;
  background-color: #ee3625;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .featured-post .slide-content:before {
    margin-bottom: 10px;
  }
}
.hero-slider .slider .featured-post .featured-title {
  font-family: "Droid Serif W01 Bold", serif;
  color: #fff;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -1px;
  font-weight: 600;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .featured-post .featured-title {
    font-size: 60px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 560px) {
  .hero-slider .slider .featured-post .featured-title {
    font-size: 50px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 460px) {
  .hero-slider .slider .featured-post .featured-title {
    font-size: 45px;
    line-height: 38px;
  }
}
.hero-slider .slider .featured-post .button-wrapper {
  position: absolute;
  bottom: 4.9em;
  left: 0;
  padding-left: 83px;
}
@media only screen and (max-width: 1200px) {
  .hero-slider .slider .featured-post .button-wrapper {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .featured-post .button-wrapper {
    padding-left: 15px;
  }
}
.hero-slider .slider .featured-post .button-wrapper .btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #11233a;
  letter-spacing: 1.33px;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .featured-post .button-wrapper {
    left: 15px;
  }
}
.hero-slider .slider .featured-post .btn {
  border-radius: 0;
  border: none;
  outline: none;
  padding: 28px 30px;
  min-width: 300px;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  color: #222e53;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  transition: all 300ms;
}
.hero-slider .slider .featured-post .btn:hover {
  background-color: #222e53;
  color: #fff;
}
.hero-slider .slider .featured-post .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100vw;
  height: 450px;
}
.hero-slider .slider .featured-post .background iframe {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.hero-slider .slider .slick-arrow {
  display: none !important;
}
.hero-slider .slider .slick-dots {
  position: absolute;
  bottom: 4em;
  right: 9%;
  z-index: 4999;
  padding: 0;
}
@media only screen and (max-width: 1170px) {
  .hero-slider .slider .slick-dots {
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .slick-dots {
    position: relative;
    bottom: 15px;
    right: 0;
  }
}
.hero-slider .slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 6px;
  background-color: #222e53;
  transition: background-color 400ms;
}
@media only screen and (max-width: 767px) {
  .hero-slider .slider .slick-dots li {
    width: 33.33333333%;
    margin: 0;
    height: 10px;
  }
  .hero-slider .slider .slick-dots li:nth-child(1) {
    background-color: #11233a;
  }
  .hero-slider .slider .slick-dots li:nth-child(2) {
    background-color: #222e53;
  }
  .hero-slider .slider .slick-dots li:nth-child(3) {
    background-color: #305086;
  }
}
.hero-slider .slider .slick-dots li.slick-active {
  background-color: #fff;
}
.hero-slider .slider .slick-dots li button {
  display: none;
}

.cta {
  position: relative;
  padding: 25px 0;
  overflow: hidden;
  background-color: #c19a5b;
}
.cta .angled-screen {
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 53% 100%);
}
.cta .container {
  padding: 0 83px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .cta .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .container {
    padding: 0 15px;
  }
}
.cta .gform_heading {
  display: none;
}
.cta .gform_title,
.cta label {
  display: none !important;
}
.cta .gform_confirmation_wrapper {
  font-size: 24px;
  color: #fff;
  font-family: "Droid Serif W01 Bold", serif;
}
.cta .cta-text {
  font-family: "Droid Serif W01 Bold", serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #222e53;
  margin-bottom: 5px;
}
.cta .gfield {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cta .gfield_label {
  display: none !important;
}
.cta .gform_wrapper {
  margin: 0 !important;
}
.cta .registry-form .gform_body {
  display: inline-block !important;
  width: 70% !important;
}
@media only screen and (max-width: 767px) {
  .cta .registry-form .gform_body {
    width: 100% !important;
  }
}
.cta .registry-form .gform_footer {
  vertical-align: top;
  display: inline-block !important;
  width: 29% !important;
  margin: 0 !important;
  padding: 8px 0 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .cta .registry-form .gform_footer {
    width: 100% !important;
  }
}
.cta .registry-form .gform_footer:after {
  content: "";
  display: block;
  clear: both;
}
.cta input[type="text"] {
  position: relative;
  z-index: 20;
  width: 100%;
  background: none !important;
  border: none;
  border-radius: 0;
  border: 3px solid #222e53;
  color: #fff;
  width: 100% !important;
  height: auto !important;
  padding: 0 20px !important;
  font-family: "Lato", sans-serif;
  font-family: "Lato", sans-serif !important;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 1.33px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 1.33px;
  margin: 0 auto;
}
.cta input[type="text"]:focus,
.cta input[type="text"]:hover {
  outline: none !important;
}
.cta input[type="text"]::-webkit-input-placeholder {
  color: #222e53;
}
.cta input[type="text"]:-moz-placeholder {
  color: #222e53;
}
.cta input[type="text"]::-moz-placeholder {
  color: #222e53;
}
.cta input[type="text"]:-ms-input-placeholder {
  color: #222e53;
}
.cta input[type="text"]::placeholder {
  color: #222e53;
}
.cta input[type="text"]:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.cta input[type="text"]:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.cta input[type="text"]:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.cta input[type="text"]:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.cta input[type="text"]:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767px) {
  .cta input[type="text"] {
    line-height: 65px !important;
  }
}
.cta input[type="text"] ::-webkit-input-placeholder,
.cta input[type="text"] :-moz-placeholder,
.cta input[type="text"] ::-moz-placeholder,
.cta input[type="text"] :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cta .gfield_error {
  background-color: #fff !important;
  color: #780f16;
  padding: 0 10px !important;
}
.cta .gfield_error input[type="text"] {
  color: #780f16;
}
.cta button {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #11233a;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
}
.cta button:hover {
  background-color: #11233a;
  color: #fff;
}

.solutions-slider:hover .slider-btn:not(.slider-disabled) {
  background-color: rgba(255, 255, 255, 0.2);
  color: #11233a;
}
.solutions-slider .slider-btn {
  position: absolute;
  top: 0;
  z-index: 100;
  height: 100%;
  font-size: 25px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0);
  outline: none !important;
  transition: background-color 300ms, color 300ms;
}
@media only screen and (max-width: 530px) {
  .solutions-slider .slider-btn {
    color: rgba(17, 35, 58, 0.2);
    background-color: none !important;
    font-size: 50px;
  }
}
.solutions-slider .slider-btn.slide-next {
  right: 5px;
}
@media only screen and (max-width: 530px) {
  .solutions-slider .slider-btn.slide-next {
    right: 10px;
  }
}
.solutions-slider .slider-btn.slide-prev {
  left: -14px;
}
@media only screen and (max-width: 530px) {
  .solutions-slider .slider-btn.slide-prev {
    left: 12px;
  }
}
@media only screen and (min-width: 531px) {
  .solutions-slider .slider-btn:hover {
    background-color: rgba(17, 35, 58, 0.7);
    color: #fff;
  }
}
.solutions-slider .slider-btn.slick-disabled {
  display: none !important;
}
.solutions-slider .slider-btn.slick-disabled:hover {
  display: none !important;
}

.our-solutions {
  padding: 60px 0 100px 0;
}
.our-solutions .container {
  padding: 0;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .our-solutions .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .our-solutions {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .our-solutions {
    padding: 40px 0;
  }
}

.solution {
  position: relative;
  padding: 40px 35px;
  margin-right: 20px;
  height: 300px;
  background-color: #0d1733;
}
.solution:hover .solution-title,
.solution:hover footer {
  text-shadow: 1px 1px 1px rgba(153, 153, 153, 0.1);
}
.solution:hover .screen {
  opacity: 1;
}
@media only screen and (max-width: 530px) {
  .solution {
    margin-right: 0;
  }
}
.solution .screen {
  background-color: rgba(17, 35, 58, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  transition: opacity 400ms;
  pointer-events: none;
}
.solution a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.solution a:hover {
  text-decoration: none;
}
.solution header {
  position: absolute;
  top: 40px;
}
.solution header .solution-title {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.33px;
  color: #fff;
  transition: color 300ms;
}
.solution header .solution-title:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-bottom: 15px;
}
@media only screen and (max-width: 460px) {
  .solution header .solution-title:before {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }
}
.solution header .solution-title:before {
  width: 40px;
  margin-bottom: 20px;
}
.solution footer {
  position: absolute;
  bottom: 10px;
  padding-right: 20px;
  font-family: "Lato", sans-serif;
  color: #ecf1f1;
  transition: color 300ms;
}
.solution footer p {
  color: inherit;
}
.solution .icon {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 20px;
}

.featured-blocks {
  background-color: #0d1733;
}

.featured-block {
  position: relative;
  height: 700px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .featured-block {
    height: 550px;
  }
}
.featured-block:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 35, 58, 0.6);
  z-index: 9;
  transition: 0.3s ease all;
}
.featured-block .screen {
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 400ms;
}
.featured-block:hover:before {
  background-color: rgba(101, 165, 217, 0.6);
}
.featured-block .content-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 100px 75px 95px 75px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .featured-block .content-wrapper {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-block .content-wrapper {
    padding: 40px;
  }
}
.featured-block:first-of-type .content-wrapper {
  padding-left: 218px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .featured-block:first-of-type .content-wrapper {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-block:first-of-type .content-wrapper {
    padding-left: 40px;
  }
}
.featured-block .subtitle {
  color: #fff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.33px;
}
.featured-block .subtitle:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-bottom: 15px;
}
@media only screen and (max-width: 460px) {
  .featured-block .subtitle:before {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }
}
.featured-block .subtitle:before {
  width: 121px;
  margin-bottom: 14px;
}
.featured-block .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Droid Serif W01 Bold", serif;
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 991px) and (max-width: 1670px) {
  .featured-block .title {
    font-size: 60px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-block .title {
    font-size: 40px;
    line-height: 35px;
  }
}
.featured-block .subtext {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.25px;
}
.featured-block .description {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  font-family: "Droid Serif W01 Regular", serif;
  color: #ecf1f1;
}
.featured-block .description p {
  color: inherit !important;
  margin-bottom: 25px;
}
.featured-block footer {
  position: absolute;
  bottom: 95px;
  max-width: 400px;
}
@media only screen and (max-width: 460px) {
  .featured-block footer {
    max-width: 85%;
    bottom: 25px;
  }
}
.featured-block .button-wrapper {
  margin-top: 1em;
}
.featured-block .btn {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #11233a;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
}
.featured-block .btn:hover {
  background-color: #11233a;
  color: #fff;
}

.section-title {
  font-family: "Droid Serif W01 Bold", serif;
  color: #263442;
  font-size: 60px;
  padding-left: 83px;
  margin-bottom: 53px;
  letter-spacing: -0.6px;
  font-weight: 600;
}
.section-title:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-bottom: 15px;
}

.section-title--alt {
  padding-left: 0;
  margin-top: 110px;
}
.section-title--alt:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-top: 15px;
  bottom: 0;
}
.section-title--alt:before {
  display: none;
}

.section-title--no-underline {
  padding-left: 0;
}
.section-title--no-underline:before {
  display: none;
}
.section-title--no-underline:after {
  display: none;
}

@media only screen and (max-width: 460px) {
  .section-title:before {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .section-title {
    font-size: 42px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
.section-title:before {
  margin-bottom: 38px;
}
@media only screen and (max-width: 460px) {
  .section-title:before {
    margin-bottom: 15px;
    width: 60px;
  }
}
@media only screen and (max-width: 460px) {
  .section-title {
    padding-left: 30px;
  }
}

.news-feed {
  padding: 60px 0 85px 0;
  background-color: #ecf1f1;
}
@media only screen and (max-width: 767px) {
  .news-feed {
    padding: 30px 0 50px 0;
  }
}
/* .news-feed .container {
  padding: 0;
} */
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .news-feed .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .news-feed .section-title {
    margin-bottom: 25px;
  }
}

.gutter-sizer {
  width: 3.5%;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .gutter-sizer {
    width: 3%;
  }
}

.grid-sizer,
.feed-post {
  width: 31%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .grid-sizer,
  .feed-post {
    width: 48.5%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-sizer,
  .feed-post {
    width: 95%;
  }
}
@media only screen and (max-width: 460px) {
  .grid-sizer,
  .feed-post {
    width: 93%;
  }
}

.feed-post {
  background-color: #fff;
}
.feed-post .feed-post-wrapper {
  padding: 15px;
}
.feed-post .thumbnail {
  border: none;
  border-radius: 0 !important;
  padding: 0;
  margin-bottom: 0;
}
.feed-post .thumbnail img {
  width: 100%;
}
.feed-post .thumbnail.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.feed-post .thumbnail.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.feed-post .thumbnail.mobile-only {
  display: none;
}
@media only screen and (max-width: 991px) {
  .feed-post .thumbnail.mobile-only {
    display: block;
  }
}
.feed-post .date {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #c19a5b;
  font-weight: 700;
  font-size: 14px;
}
.feed-post .title {
  font-family: "Droid Serif W01 Bold", serif;
  font-weight: 900;
  padding: 0;
  color: #947138;
  font-size: 28px;
  line-height: 1;
  margin: 10px 0 30px;
}
.feed-post .post-excerpt {
  color: #8aa2af;
  font-size: 18px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 991px) {
  .feed-post .post-excerpt {
    max-height: 100px;
    overflow: hidden;
  }
}
.feed-post .post-content {
  padding: 1em;
}
.feed-post .see-more {
  width: 100%;
}
.feed-post .see-more a {
  display: block;
  border: 3px solid #222e53;
  background-color: #222e53;
  padding: 1.5em 2em;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  transition: all 400ms;
}
.feed-post .see-more a:hover {
  border: 3px solid #11233a;
  text-decoration: none;
}
.feed-post .see-more a:hover {
  background-color: #11233a;
}
.feed-post .see-more a.video {
  border: 3px solid #ee3625;
  background-color: #ee3625;
  position: relative;
  transition: all 400ms;
}
.feed-post .see-more a.video:hover {
  text-decoration: none;
  font-weight: 800;
  border: 3px solid #780f16 !important;
  background-color: #780f16 !important;
}
.feed-post .see-more a.video:hover {
  background-color: #fff;
}

.view-all-wrapper {
  margin-top: 20px;
  text-align: center;
}
.view-all-wrapper a {
  position: relative;
  left: 3px;
  display: inline-block;
  min-width: 372px;
  border: 3px solid #11233a;
  background-color: #11233a;
  padding: 1.5em 2em;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  transition: all 400ms;
}
@media only screen and (max-width: 750px) {
  .view-all-wrapper a {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .view-all-wrapper a {
    min-width: 254px;
    padding: 1.2em 2em;
  }
}
.view-all-wrapper a:hover {
  text-decoration: none;
  border: 3px solid #222e53;
}
.view-all-wrapper a:hover {
  background-color: #222e53;
}

.site-footer {
  background-color: #222e53;
  font-family: "Lato", sans-serif;
}
.site-footer .container {
  width: auto;
  max-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 30px;
    padding-bottom: 120px;
  }
}
.site-footer .logo-wrapper a {
  font-family: "Droid Serif W01 Regular";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.site-footer .logo-wrapper a:hover,
.site-footer .logo-wrapper a:focus {
  color: #c4d3e6;
}
@media only screen and (min-width: 1201px) {
  .site-footer .logo-wrapper {
    padding-left: 0;
  }
}
.site-footer .official {
  color: #c4d3e6;
  font-size: 12px;
  position: relative;
  top: 6px;
}
@media only screen and (min-width: 992px) {
  .site-footer .official {
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .official {
    position: absolute;
    top: 75px;
    padding-left: 15px;
  }
}
.site-footer .official .mobile-break {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .site-footer .official .mobile-break {
    display: block;
  }
}
.site-footer .official a {
  color: #c4d3e6;
  display: inline-block;
  margin-left: 20px;
}
.site-footer .official a:hover {
  color: #e8eef5;
}
@media only screen and (max-width: 767px) {
  .site-footer .official a:nth-child(3) {
    margin-top: 30px;
    margin-left: 0;
  }
}
.site-footer .logo {
  fill: #fff;
}
.site-footer .social-wrapper {
  padding-right: 0;
}
@media only screen and (max-width: 849px) {
  .site-footer .social-wrapper {
    float: none !important;
    padding-left: 0;
  }
}
.site-footer .footer-social {
  padding: 0;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 849px) {
  .site-footer .footer-social {
    text-align: left;
  }
}
.site-footer .footer-social li {
  font-size: 26px;
  padding: 0 8px;
  /* margin: 0 7px; */
  display: inline-block;
}
.site-footer .footer-social li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 430px) {
  .site-footer .footer-social li {
    margin: 3px;
  }
}
.site-footer .footer-social a {
  color: #fff;
}
.site-footer .footer-social a:hover {
  color: #c4d3e6;
}

.footer-menu {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 2px solid #11233a;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu > div {
  margin: 0 11% 0 0;
}
@media screen and (max-width: 1200px) {
  .footer-menu > div {
    margin: 0 9% 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer-menu > div {
    margin: 0 5% 0 0;
  }
}
.footer-menu > div:last-of-type {
  margin-right: 0;
  width: 145px;
}
.footer-menu .footer-main-link,
.footer-menu .footer-sub-link {
  text-decoration: none;
}
.footer-menu .footer-main-link {
  display: block;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}
.footer-menu .footer-main-link:hover {
  color: #c4d3e6;
}
.footer-menu .footer-sub-menu {
  padding: 0;
}
.footer-menu .footer-menu-item {
  display: block;
  padding: 5px 0;
}
.footer-menu .footer-sub-link {
  color: #c4d3e6;
  font-weight: 600;
  font-size: 12px;
}
.footer-menu .footer-sub-link:hover {
  color: #e8eef5;
}

.landing-header {
  position: relative;
  min-height: 800px;
  background-color: #11233a;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .landing-header {
    min-height: 500px;
  }
}
@media only screen and (max-width: 849px) {
  .landing-header {
    min-height: 480px;
  }
}
.landing-header.small-hero {
  min-height: 550px;
}
@media only screen and (max-width: 849px) {
  .landing-header.small-hero {
    min-height: 400px;
  }
}
@media only screen and (max-width: 460px) {
  .landing-header.small-hero {
    min-height: 100vh;
  }
}
.landing-header .screen {
  background-color: rgba(17, 35, 58, 0);
  opacity: 0.4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-header .content-wrapper {
  padding: 258px 83px 224px 83px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .landing-header .content-wrapper {
    padding: 175px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-header .content-wrapper {
    padding: 175px 15px;
  }
}
.landing-header .landing-title {
  font-family: "Droid Serif W01 Bold", serif;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 105px;
}
.landing-header .landing-title:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-bottom: 15px;
}
@media only screen and (max-width: 460px) {
  .landing-header .landing-title:before {
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-header .landing-title {
    line-height: 36px;
    font-size: 42px;
    letter-spacing: -0.5px;
  }
}
.landing-header .landing-title:before {
  height: 3px;
  width: 121px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .landing-header .landing-title:before {
    height: 4px;
    width: 60px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 460px) {
  .landing-header .landing-title {
    margin-bottom: 30px;
  }
}
.landing-header .share-wrapper {
  font-size: 0;
}
.landing-header .share-wrapper .share-button {
  position: relative;
  display: inline-block;
  min-width: 170px;
  color: #fff;
  padding: 0 30px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.33px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1000;
  transform: scale(1);
  transition: all 300ms;
}
@media only screen and (max-width: 767px) {
  .landing-header .share-wrapper .share-button {
    min-width: auto;
    font-size: 10px;
    padding: 0 12px;
    line-height: 37px;
    letter-spacing: 0.83px;
  }
}
.landing-header .share-wrapper .share-button i {
  position: relative;
  bottom: -3px;
  display: inline-block;
  margin-right: 15px;
  font-size: 26px;
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  .landing-header .share-wrapper .share-button i {
    margin-right: 5px;
    font-size: 16px;
    line-height: 37px;
  }
}
.landing-header .share-wrapper .share-button:hover {
  transform: scale(1.05);
  z-index: 1050;
}
.landing-header .share-wrapper .share-button.twitter {
  background-color: #55acee;
}
.landing-header .share-wrapper .share-button.twitter:hover {
  background-color: #2795e9;
}
.landing-header .share-wrapper .share-button.facebook {
  background-color: #3b5998;
}
.landing-header .share-wrapper .share-button.facebook:hover {
  background-color: #2d4373;
}
.landing-header .share-wrapper .share-button:hover {
  text-decoration: none;
}

.module {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 460px) {
  .module .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.module .section-title {
  font-size: 80px;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .module {
    padding: 40px 0;
  }
  .module .section-title {
    font-size: 42px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
}
.module .section-title-small {
  font-size: 60px;
  line-height: 0.9;
}
.module .landing-copy,
.module p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Vollkhorn", serif;
  color: #8597a2;
}
@media only screen and (max-width: 767px) {
  .module .landing-copy,
  .module p {
    font-size: 16px;
    line-height: 22px;
  }
}
.module .button-wrapper {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .module .button-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}
.module .btn {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #222e53;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
  min-width: 254px;
}
.module .btn:hover {
  background-color: white;
  color: #222e53;
}
@media only screen and (max-width: 767px) {
  .module .btn {
    padding: 1.2em 2em;
  }
}
.module .indent-wrapper {
  padding-left: 83px;
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .module .indent-wrapper {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .module .indent-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 460px) {
  .module .indent-wrapper {
    padding-left: 0;
  }
}
.module .indent-wrapper .section-title {
  padding-left: 0;
}

.module.form-module {
  color: #fff;
  padding: 40px 0;
  font-family: "Droid Serif W01 Bold", serif;
}
.module.form-module p {
  color: #ecf1f1;
}
@media only scren and (min-width: 1200px) {
  .module.form-module p {
    max-width: 630px;
  }
}
.module.form-module h3 {
  font-family: "Droid Serif W01 Bold", serif;
  font-size: 60px;
  color: #fff;
}
.module.form-module input[type="text"] {
  background: none !important;
  border: none;
  border-radius: 0;
  border: 3px solid #fff;
  color: #fff;
  width: 100% !important;
  height: auto !important;
  padding: 0 20px !important;
  font-family: "Lato", sans-serif;
  font-family: "Lato", sans-serif !important;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 1.33px;
  line-height: 50px !important;
  border: 3px solid #fff;
}
.module.form-module input[type="text"]:focus,
.module.form-module input[type="text"]:hover {
  outline: none !important;
}
.module.form-module input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.module.form-module input[type="text"]:-moz-placeholder {
  color: #fff;
}
.module.form-module input[type="text"]::-moz-placeholder {
  color: #fff;
}
.module.form-module input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.module.form-module input[type="text"]::placeholder {
  color: #fff;
}
.module.form-module input[type="text"]:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.module.form-module input[type="text"]:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.module.form-module input[type="text"]:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.module.form-module input[type="text"]:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.module.form-module input[type="text"]:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}
.module.form-module .btn {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #11233a;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
  min-width: 254px;
  margin: 0 auto;
}
.module.form-module .btn:hover {
  background-color: #11233a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .module.form-module .btn {
    padding: 1.2em 2em;
  }
}
.module.form-module .gform_heading {
  display: none;
}
.module.form-module .gform_title,
.module.form-module label {
  display: none !important;
}
.module.form-module .gform_footer {
  text-align: center;
}
.module.form-module .gform_confirmation_wrapper {
  font-size: 24px;
  color: #fff;
  font-family: "Droid Serif W01 Bold", serif;
}
@media only screen and (min-width: 768px) {
  .module.form-module form {
    display: flex;
    flex-direction: row;
  }
  .module.form-module form .gform_body {
    width: 60%;
  }
  .module.form-module form .gform_footer {
    width: 40%;
    margin-top: 0;
  }
  .module.form-module form .gform_footer .btn {
    height: 56px;
    padding: 0;
  }
}

.video-module {
  padding: 80px 0 99px 0;
}
@media only screen and (max-width: 460px) {
  .video-module {
    padding: 50px 0;
  }
}
.video-module .section-title {
  color: #fff;
  font-family: "Droid Serif W01 Bold", serif;
  margin-top: 0;
}
.video-module .section-title:before {
  background-color: #11233a;
}
@media only screen and (max-width: 460px) {
  .video-module .section-title {
    margin-bottom: 20px;
  }
}
.video-module .screen {
  opacity: 40%;
}
.video-module .btn {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #11233a;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
}
.video-module .btn:hover {
  background-color: #11233a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .video-module .btn {
    padding: 1.2em 2em;
  }
}
.video-module iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 1201px) {
  .video-module iframe {
    height: 658px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .video-module iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .video-module iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 460px) {
  .video-module iframe {
    height: 360px;
  }
}

.text-module .section-title {
  font-family: "Droid Serif W01 Bold", serif;
  color: #fff;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .text-module .section-title {
    font-size: 42px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
.text-module .content {
  color: #ecf1f1;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .text-module .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-module .content p {
  font-family: inherit;
  color: inherit;
}
.text-module .button-wrapper {
  margin-top: 45px;
}
.text-module .btn {
  border: none;
  border-radius: 0;
  padding: 28px 30px;
  min-width: 231px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #11233a;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 1.5em 2em;
  transition: all 300ms;
}
.text-module .btn:hover {
  background-color: #11233a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .text-module .btn {
    padding: 1.2em 2em;
  }
}

.steps-module {
  background-color: #ecf1f1;
}
@media only screen and (max-width: 460px) {
  .steps-module .container {
    padding: 0;
  }
  .steps-module .steps-description {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 992px) {
  .steps-module .steps-description .button-wrapper {
    display: none;
  }
}
.steps-module .mobile-step-cta {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .steps-module .mobile-step-cta {
    display: block;
  }
}
.steps-module .section-title {
  font-family: "Droid Serif W01 Bold", serif;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #11233a;
}
@media only screen and (max-width: 767px) {
  .steps-module .section-title {
    font-size: 60px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 460px) {
  .steps-module .section-title {
    font-size: 42px;
    line-height: 35px;
    letter-spacing: -0.52px;
  }
}
.steps-module .content {
  font-size: 18px;
  line-height: 28px;
  color: #8597a2;
}
@media only screen and (max-width: 767px) {
  .steps-module .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.steps-module .content p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.steps-module .button-wrapper {
  margin-top: 45px;
}

.step:focus {
  outline: none;
}
.step .step-icon {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .step .step-icon {
    padding-right: 0;
  }
}
@media only screen and (min-width: 450px) and (max-width: 737px) {
  .step {
    margin-right: -70px;
  }
}
.step .fa {
  display: inline-block;
  color: #ee3625;
  border: 6px solid #ee3625;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 82px;
  font-size: 49px;
}
@media only screen and (max-width: 1199px) {
  .step .fa {
    width: 85px;
    height: 85px;
    line-height: 76px;
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .step .fa {
    width: 60px;
    height: 60px;
    font-size: 29px;
    line-height: 54px;
    border: 3px solid #ee3625;
  }
}
.step .step-title {
  margin-top: 0;
  text-transform: uppercase;
  color: #11233a;
  font-weight: 700;
  font-size: 30px;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 992px) {
  .step .step-title {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .step .step-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    line-height: -0.3px;
  }
}
.step .step-text {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .step .step-text {
    padding: 0;
    padding-right: 15px;
  }
}
.step .step-description {
  font-size: 18px;
  line-height: 28px;
  color: #8597a2;
}
@media only screen and (min-width: 992px) {
  .step .step-description {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .step .step-description {
    font-size: 16px;
    line-height: 22px;
  }
}
.step .step-description p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

@media only screen and (max-width: 991px) {
  .steps-col {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}

.steps-wrapper {
  position: relative;
  height: inherit;
  overflow-y: scroll;
}
.steps-wrapper .ps-scrollbar-y-rail {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate(-12px, 4px);
  background-color: rgba(133, 151, 162, 0.8) !important;
  width: 2px !important;
}
@media only screen and (max-width: 991px) {
  .steps-wrapper .ps-scrollbar-y-rail {
    display: none !important;
  }
}
.steps-wrapper .ps-scrollbar-y {
  width: 8px !important;
  transform: translateX(65%) !important;
  display: block !important;
  border-radius: 0 !important;
  background-color: #ee3625 !important;
}
.steps-wrapper .ps-scrollbar-y:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ee3625;
}
.steps-wrapper .ps-scrollbar-y:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ee3625;
}
@media only screen and (max-width: 991px) {
  .steps-wrapper {
    max-height: 2000px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 1200px) {
  .steps-wrapper .section-title,
  .feed-module .section-title {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-wrapper .section-title,
  .feed-module .section-title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .steps-wrapper .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.steps-wrapper .slick-slide,
.feed-module .slick-slide {
  opacity: 0.6;
  transition: opacity 200ms;
}
.steps-wrapper .slick-current,
.feed-module .slick-current {
  opacity: 1;
}
.steps-wrapper .slick-dots,
.feed-module .slick-dots {
  padding: 0;
  text-align: center;
}
.steps-wrapper .slick-dots li,
.feed-module .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 6px;
  background-color: #222e53;
  transition: background-color 400ms;
}
.steps-wrapper .slick-dots li.slick-active,
.feed-module .slick-dots li.slick-active {
  background-color: #fff;
}
.steps-wrapper .slick-dots li button,
.feed-module .slick-dots li button {
  display: none;
}

.feed-module .section-title {
  color: #11233a;
}
@media only screen and (max-width: 991px) {
  .feed-module .feed-post {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 460px) {
  .feed-module .slick-dots li {
    width: 40px;
    margin-right: 3px;
    border-right: #7e9dd1;
  }
}

.text-image-module {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .text-image-module {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1110px) {
  .text-image-module .container {
    padding: 0 60px 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-module .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.text-image-block {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .text-image-block {
    flex: 1;
  }
}
.text-image-block.image {
  text-shadow: 1px 1px 1px rgba(138, 162, 175, 0.2);
}
@media only screen and (max-width: 767px) {
  .text-image-block.image .section-title {
    font-size: 42px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-block.text .section-title {
    font-size: 42px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
.text-image-block .container {
  float: left;
}
@media only screen and (min-width: 1110px) {
  .text-image-block .container {
    min-width: 585px;
    max-width: 585px;
  }
}
@media only screen and (min-width: 992px) {
  .text-image-block .container {
    min-width: 0;
    width: 90%;
  }
}
.text-image-block .container:after {
  content: "";
  clear: both;
  display: block;
}
.text-image-block:first-of-type .container {
  float: right;
}
@media only screen and (max-width: 992px) {
  .text-image-block:first-of-type .container {
    float: none;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-block .container {
    float: none;
  }
}

.text-image-container {
  padding: 100px 15px 100px 0;
}
@media only screen and (max-width: 992px) {
  .text-image-container {
    padding: 30px 0 30px 0;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .text-image-container {
    padding: 45px 15px;
  }
}
.text-image-container .section-title {
  font-family: "Droid Serif W01 Bold", serif;
}
@media only screen and (max-width: 992px) {
  .text-image-container .section-title {
    margin-bottom: 30px;
  }
}
.text-image-container .content {
  font-size: 1.3em;
  opacity: 0.8;
}
.text-image-container .content p {
  color: inherit !important;
}
.text-image-container .button-wrapper {
  margin-top: 45px;
}
.text-image-container .btn:hover {
  background-color: #fff !important;
}

/* Video Modal
****************************/
.video-modal.in {
  z-index: 6000 !important;
}

.modal-backdrop {
  background: #222e53;
  opacity: 0.8 !important;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
  margin-top: 0 !important;
  width: 90%;
}
.modal-dialog .modal-header,
.modal-dialog .container,
.modal-dialog .modal-content {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.modal-dialog .modal-header .close {
  float: right;
  border: none;
  background: none;
  font-size: 2em;
  color: #fff;
  transform: rotate(0deg);
  transition: transform 300ms;
}
.modal-dialog .modal-header .close:hover {
  transform: rotate(90deg);
}

body.error404 #front-header {
  position: static;
  margin-bottom: 100px;
}
body.error404 h1.title {
  font-size: 60px;
}
body.error404 .container-404 {
  margin-bottom: 100px;
}

.leadinModal.leadinModal-theme-default .leadinModal-content {
  border-radius: 0 !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview
  .leadin-preview-wrapper
  h4 {
  font-family: "Droid Serif W01 Bold", serif;
  font-size: 34px;
  margin-bottom: 7px;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview
  .leadin-preview-wrapper
  p {
  font-family: "Droid Serif W01 Regular", serif;
  font-size: 18px;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview
  .leadin-preview-wrapper
  .leadin-button.leadin-advance-button.leadin-button-primary {
  border-radius: 0;
  text-transform: uppercase;
  width: 50%;
  font-weight: 700;
  padding: 20px 0;
  letter-spacing: 1px;
}

#field_8_2 label {
  display: none;
}

.ginput_recaptcha {
  transform: scale(0.81);
  -webkit-transform: scale(0.81);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.ginput_container input[type="checkbox"] {
  height: initial;
  box-shadow: none;
  cursor: pointer;
  vertical-align: top;
  line-height: 1;
  margin: 0 5px 0 0 !important;
  display: inline-block;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gfield_checkbox li {
  width: 33%;
  margin: 0 15px 15px 0;
}

.supportMap {
  margin-bottom: 48px;
}

@media print {
  .page-template-template-interactive-map .supportMap {
    display: none;
  }
}
.supportMap__heading-container {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 16px;
}

@media (max-width: 700px) {
  .supportMap__heading-container {
    display: none;
  }
}
.supportMap__heading {
  font-size: 16px;
  font-weight: 700;
  color: #0b1b3d;
  text-align: center;
}

.supportDropdown__container .supportMap__heading {
  margin-bottom: 16px;
}

@media print {
  .page-template-template-interactive-map .supportMap__heading {
    font-size: 20px;
  }
}
.supportMap__description {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
}

.supportDetails__heading {
  font-size: 22px;
  font-weight: 500;
  color: #003b5e;
  text-align: center;
  margin-bottom: 32px;
}

@media print {
  .page-template-template-interactive-map .supportDetails__heading {
    font-size: 20px;
  }
}
.supportDetails__heading .supportDetails__residents {
  font-weight: 700;
  color: #ca2b35;
}

.supportLeadoff__outer,
.supportMap__heading,
.supportDetails__heading,
.supportDetails__title,
.supportMap__tooltip,
.supportMap__tooltip-secondary {
  font-family: "futura-pt", "helvetica", "arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.supportDetails__stateName,
.supportMap__tooltip-stateName {
  color: #ca2b35;
  font-weight: 700;
}

.supportDetails__section {
  font-size: 0;
  margin: 0 -16px 32px;
}

@media (max-width: 767px) {
  .supportDetails__section {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 0;
    /* this affects the margin in the printer settings */
  }
  .supportDetails__outer:not(.supportMap__tooltip-contracts--hidden) {
    display: inline-block !important;
    vertical-align: top !important;
    width: 50% !important;
    padding: 0 32px !important;
    margin-bottom: 32px !important;
  }

  html {
    background: #fff;
  }

  .impactData__header {
    display: block;
  }

  .supportDetails__section {
    margin: 0 -16px 0 -16px;
  }
}
.supportDetails__outer {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 32px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .supportDetails__outer {
    display: block;
    width: auto;
    padding: 0;
  }
}
.supportDetails__inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.supportDetails__container,
.supportDetails__icon-container {
  display: table-cell;
  vertical-align: top;
}

.supportDetails__container {
  padding-left: 12px;
}

.supportDetails__icon-container {
  width: 50px;
}

@media (max-width: 767px) {
  .supportDetails__icon-container {
    width: 35px;
  }
}
.supportDetails__icon {
  display: block;
  width: 100%;
  height: auto;
}

.supportDetails__title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #00a1ea;
}

.supportDetails__wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.supportDetails__description {
  font-size: 14px;
  line-height: 1.2;
  padding-right: 10px;
}

.supportDetails__description strong {
  font-weight: 700;
}

.supportDetails__description,
.supportDetails__logo-container {
  display: table-cell;
  vertical-align: top;
}

.supportDetails__logo-container {
  width: 100px;
}

.supportDetails__logo {
  display: block;
  width: auto;
  max-height: 30px;
  margin: 0 auto;
  max-width: 100%;
}

.supportDetails__logo--girlUp {
  max-height: 50px;
}

.supportDetails__descriptor {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}

@media print {
  .page-template-template-interactive-map .supportDetails__descriptor {
    font-size: 15px;
    line-height: 1.2;
  }
}
.supportMap__map {
  position: relative;
}

@media (max-width: 700px) {
  .supportMap__map {
    display: none;
  }
}
#map-state-by-state path {
  cursor: pointer;
  fill: #002133;
  transition: all 0.2s ease;
}

#map-state-by-state path:hover,
#map-state-by-state path.active {
  fill: #cd2c36;
  stroke-width: 2;
}

.supportMap__tooltip {
  width: 600px;
  color: #ffffff;
  background: rgba(0, 59, 94, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: translate3d(-50%, 30px, 0);
}

.supportMap__tooltip.visible {
  opacity: 1;
}

.supportMap__tooltip-secondary {
  color: #ffffff;
  background: #ffffff;
  pointer-events: none;
  margin-bottom: 20px;
  transition: opacity 0.2s ease;
}

.supportMap__tooltip-heading {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.2;
  background-color: #0b1b3d;
  margin: 0px;
}

.supportMap__tooltip-heading .supportMap__tooltip-stateName {
  font-weight: 900;
  font-size: 16px;
}

.supportMap__tooltip-heading .supportMap__tooltip-residentSupport {
  color: #ca2b35;
  font-weight: 600;
}

.supportMap__tooltip-contracts--hidden {
  display: none !important;
}

.supportMap__tooltip-container {
  padding-top: 10px;
  font-size: 0;
  letter-spacing: 0;
}

.supportMap__tooltip-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1.2;
  box-sizing: border-box;
}

.supportMap__tooltip-item-icon {
  display: block;
  width: 40px;
  height: auto;
  margin: 10px auto 0px;
}

.supportMap__tooltip-item-heading {
  font-size: 15px;
  color: #ca2b35;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 2px;
}

.supportMap__tooltip-item-description {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.supportMap__tooltip-item-description-secondary {
  color: #0b1b3d;
  font-weight: 600;
  margin: 0;
}

.supportDropdown__container {
  display: none;
}

@media (max-width: 700px) {
  .supportDropdown__container {
    display: block;
  }
}
.supportDetails {
  display: none;
}

@media (max-width: 700px) {
  .supportDetails {
    display: block;
  }
}
.supportDropdown {
  width: 100%;
  box-sizing: border-box;
}

.supportMap__description {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
}

.supportDetails__heading {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media print {
  .page-template-template-interactive-map .supportDetails__heading {
    font-size: 20px;
  }
}
.supportDetails__heading .supportDetails__residents {
  font-weight: 700;
}

.page__title {
  text-align: center;
  color: #0b1b3d;
  font-size: 48px;
  line-height: 1.2;
  margin: 170px 0 5px;
}
@media print {
  .page-template-template-interactive-map .page__title {
    font-size: 40px;
  }
}

select {
  background-image: url("../images/chevron.svg");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto 45%;
  border-radius: 5px;
  color: #0c3a5b;
  font-weight: bold;
  padding: 1rem;
  border: none;
  border: 2px solid #ccc;
  transition: border 0.15s;
  font-weight: bold;
  -webkit-appearance: none;
  background: #fff;
}

select:focus {
  border-color: #309ed2;
}

@media (max-width: 480px) {
  #supportMap__taxData {
    overflow-x: scroll;
  }
}

#supportMap__taxData table {
  min-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

#supportMap__taxData table tr td {
  border: 1px solid #3b4d75;
  padding: 5px;
  font-weight: bold;
}

#supportMap__taxData table th {
  max-width: 100px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#supportMap__taxData table .topHeader {
  font-size: 0.8em;
  color: #cd2c36;
  vertical-align: bottom;
  padding: 5px;
}

#supportMap__taxData table .header {
  font-weight: bolder;
  vertical-align: top;
  padding: 5px;
}

.supportMap__tooltip-lost-jobs,
.supportMap__tooltip-max-cost-increase {
  color: #ca2b35;
  font-weight: 700;
}

.support-map__citations {
  margin: 30px auto;
  max-width: 795px;
  padding: 0 20px;
}
.support-map__citations h5 {
  color: #0b1b3d;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.support-map__citations p {
  font-size: 12px;
  margin: 0 0 5px;
}

.supportLeadoff {
  margin: 30px 0;
}
@media print {
  .page-template-template-interactive-map .supportLeadoff {
    margin-bottom: 40px;
  }
}

.supportLeadoff__outer {
  display: table;
  table-layout: fixed;
  margin: 0 auto 24px;
}

.supportLeadoff__inner {
  border-right: 1px solid #0b1b3d;
  display: table-cell;
  vertical-align: top;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  .supportLeadoff__inner {
    border-right: 0;
    border-bottom: 1px solid #0b1b3d;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .supportLeadoff__inner * {
    display: block !important;
  }
}
.supportLeadoff__inner:last-child {
  padding-right: 0;
  padding-left: 32px;
  border-right: 0;
}
@media screen and (max-width: 560px) {
  .supportLeadoff__inner:last-child {
    border-bottom: 0;
    border-left: 0;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 560px) {
  .supportLeadoff__inner {
    display: block;
  }
}

.supportLeadoff__fact {
  display: table;
  table-layout: fixed;
}

.supportLeadoff__fact-number {
  color: #cd2c36;
  font-size: 30px;
  line-height: 1;
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supportLeadoff__fact-number {
    font-size: 17px;
  }
}

.supportLeadoff__fact-description {
  color: #333;
  line-height: 1;
  display: block;
  font-weight: 700;
  text-align: center;
}

.supportLeadoff__fact-container {
  padding-right: 12px;
}

.supportLeadoff__fact-container,
.supportLeadoff__fact-copy {
  display: table-cell;
  vertical-align: top;
}

.supportLeadoff__fact-copy {
  width: 170px;
  color: #333;
  font-size: 15px;
  line-height: 1.3;
}

.supportMap--disclaimer {
  font-size: 12px;
}

.accessible-text,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 550px) {
  .count-up-clock__clock-wrapper {
    padding: 0 25px 0 0;
  }
}

#count-up-clock {
  align-items: center;
  background: #11233a;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  height: 185px;
  position: fixed;
  text-align: center;
  transition: 0.5s ease all;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 550px) {
  #count-up-clock {
    height: 205px;
  }
}
#count-up-clock .container {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 15px;
}
#count-up-clock.count-up-clock--closed {
  bottom: -500px;
}

.count-up-clock__close-button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: #65a5d9;
  font-size: 25px;
  line-height: 1;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 30px;
}
@media screen and (max-width: 550px) {
  .count-up-clock__close-button {
    right: 15px;
  }
}

.count-up-clock__section-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .count-up-clock__section-title {
    font-size: 18px;
    margin: 10px 0 0;
  }
}

.count-up-clock__section-excerpt {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .count-up-clock__section-excerpt {
    font-size: 16px;
    margin: 5px 0 0;
  }
}

#count-up-clock-clock {
  color: #fff;
  font-size: 24px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 550px) {
  #count-up-clock-clock {
    font-size: 20px;
  }
}

.count-up-clock__date--blue {
  color: #65a5d9;
  font-weight: bold;
}

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

/* video feed  */
.video_feed__link {
  color: #000000;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 46px;
  display: block;
}

.video_feed__title {
  margin: 0 0 46px;
}

.latestNews:before {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #ee3625;
  margin-bottom: 30px;
}

.latestNews__title {
  color: #242f50;
  font-family: "Droid Serif", san-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 44px;
}

.latest-news__subtitle {
  font-family: "Droid Serif W01 Bold", serif;
  font-weight: 900;
  padding: 0;
  color: #947138;
  font-size: 28px;
  line-height: 1;
  margin: 16px 0 56px;
}

.latest-news__button {
  display: block;
  border: 3px solid #222e53;
  background-color: #222e53;
  padding: 1.5rem 2rem;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  transition: all 400ms;
}

.latest-news__image {
  display: block;
  max-width: 100%;
  width: 100%;
}

.navIcon {
  max-width: 28px;
}

.navIcon__facebook {
  width: 10px;
}

.navIcon__parlor {
  width: 20px;
}

.navIcon__getter {
  width: 16px;
}

.navIcon__rumble {
  width: 23px;
}

.navIcon__instagram {
  width: 26px;
}

.lowerNav {
  background-color: #dd3734;
}

.heroSliderWrapper {
  background-color: #222e53;
  padding: 230px 0 60px;
}

.heroSliderNav__imageWrap {
  width: 100%;
}

.heroSliderNav__Slide {
  padding: 12px;
}

.heroSliderNav__image {
  width: 100%;
}

.heroSlider__image {
  width: 100%;
}

.heroSlider__imageWrap {
  position: relative;
}

.heroSlider__title {
  color: #ffffff;
  font-family: "Droid Serif", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  /* position: absolute;
  left: 0;
  top: 0; */
  padding: 24px 0;
  margin: 0;
}

.heroSliderNav .slick-list {
  overflow: hidden;
  margin: 0 50px;
  padding: 0 !important;
}

.heroSliderNav {
  max-height: 300px;
}

.heroSliderNav .slick-prev,
.heroSliderNav .slick-next {
  top: 35%;
}

.heroSliderNav .slick-prev {
  left: 0;
  background-image: url("../images/left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 24px;
}
.heroSliderNav .slick-prev:before {
  display: none;
}

.heroSliderNav .slick-next:before {
  display: none;
}
.heroSliderNav .slick-next {
  right: 0;
  background-image: url("../images/right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 24px;
}

.heroSliderNav__title {
  color: #c4d3e6;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.heroSliderUpper .slick-slide {
  height: auto;
  max-height: 500px;
}

.nav__headline {
  color: #242f50;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  /* margin-top: 50px; */
}

.nav__subHeadline {
  color: #dd3734;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  text-transform: uppercase;
  /* margin-bottom: 28px; */
}

#lowerNav .container {
  padding: 0;
}

.navbar-menu__secondary {
  align-items: center;
}

@media only screen and (min-width: 900px) {
  #front-header.opaque {
    height: 147px;
  }


  #front-header.opaque nav[id^="am-"] ul:not(.am-submenu-list) li > a,
  #front-header.opaque
    nav[id^="am-"]
    ul:not(.am-submenu-list)
    li
    > .am-submenu-button {
    color: white;
  }
  #front-header.opaque nav[id^="am-"] ul li span::before {
    border-top-color: white;
  }
}

@media only screen and (max-width: 899px) {
  .nav__subHeadline,
  .nav__headline {
    display: none;
  }

  .heroSliderNav {
    max-height: 100%;
  }
  .slick-slide{
    height: auto;
  }

  .navbar-menu {
    display: block;
  }
  .lowerNav {
    height: 0;
  }
  body #front-header,
  body #front-header .container {
    padding: 38px 15px 0 15px;
  }

  .navbar-menu-button__bar {
    background-color: #222e53;
  }

  body #front-header .navbar-search-button.navbar-search-button__mobile {
    display: none;
  }

  .latestNews {
    padding-top: 60px;
  }

  .feed-module .section-title {
    padding-left: 0;
  }

  .heroSliderWrapper {
    padding: 100px 0 60px;
  }

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

  .heroSliderMobile .slick-prev {
    left: -10px;
    z-index: 10;
  }

  .heroSliderMobile .slick-next {
    right: -10px;
    z-index: 10;
  }

  .heroSlider__title{
    left: auto;
  }
}

.heroSliderNav__imageWrap{
  padding-top: 63%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.latest-news__imageWrap{
  padding-top: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 768px) {
  .heroSliderUpper {
    display: none;
  }
}

.subscribeModal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5001;
  background: rgba(0, 0, 0, .8);
}
.subscribeModal--hidden{
  z-index: -1;
}

.subscribeModal__inner{
  position: absolute;
  max-width: 50%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50%;
  width: 100%;
}

.subscribeModal__inner .cta{
  padding: 25px 40px;
}
.subscribeModal__inner .cta button{
  min-width: auto;
  width: 100%;
}

.subscribeModal__close{
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: none;
  background-color: white;
  z-index: 5002;

}

@media(max-width: 768px){
  .subscribeModal__inner{
    max-width: 75%;
  }
}

