@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat/Montserrat-Light.otf); }
html, body {
  height: 100%; }

body {
  color: #9b9b9b;
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; }

section {
  position: relative; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #efefed; }

.bg-blue {
  background-color: #004d7e;
  color: #fff; }
  .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6 {
    color: #fff; }

.border-top-gray {
  border-top: 1px #efefed solid; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-50 {
  margin-bottom: 50px; }

.p-t-10 {
  padding-top: 10; }

.p-t-20 {
  padding-top: 20; }

.p-t-30 {
  padding-top: 30; }

.p-t-40 {
  padding-top: 40; }

.p-t-50 {
  padding-top: 50; }

.navbar-default {
  border-radius: 0;
  border-bottom: 0;
  margin-bottom: 0;
  background: #efefed;
  height: 100px; }

.btn-red {
  background-color: #ed1433;
  color: #fff;
  border: 0;
  text-transform: uppercase; }

.silent {
  color: #b8b8b8; }

p {
  margin-bottom: 25px; }

h1, h2, h3, h4, h5, h6 {
  color: #004d7e; }

header, #jumbotron-home {
  background: #efefed; }

header {
  min-height: 100px; }
  header .navbar-default .navbar-brand {
    height: auto; }
  header .navbar-default ul.navbar-nav {
    margin-top: 25px; }
    header .navbar-default ul.navbar-nav li a {
      font-size: 14px;
      text-transform: uppercase;
      color: #005288; }
      header .navbar-default ul.navbar-nav li a:hover {
        color: #ed1433; }
    header .navbar-default ul.navbar-nav li:last-child a {
      color: #ed1433; }
      header .navbar-default ul.navbar-nav li:last-child a:hover {
        color: #005288; }

#jumbotron-home .carousel-control {
  background-image: none; }
#jumbotron-home .carousel-inner > .item > img, #jumbotron-home .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%; }
#jumbotron-home .carousel-caption {
  color: #fff;
  bottom: 0; }
  #jumbotron-home .carousel-caption h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px; }
    #jumbotron-home .carousel-caption h1 strong {
      color: #ed1433; }
  #jumbotron-home .carousel-caption h2 {
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bolder; }
  #jumbotron-home .carousel-caption p {
    font-size: 12px; }

section#welcome-content {
  padding-top: 15px;
  padding-bottom: 30px; }
  section#welcome-content h2 {
    margin-bottom: 20px; }
  section#welcome-content h3 {
    margin-top: 0;
    font-size: 18px; }

section#cta-title {
  background: #efefed;
  padding: 30px 0;
  overflow: hidden; }
  section#cta-title h2 {
    margin-top: 0;
    color: #2c4e7c; }

section#call-to-actions {
  position: relative;
  background-image: url(../img/bgctas.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  section#call-to-actions .cta {
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin: auto;
    color: #fff;
    padding: 50px 0;
    cursor: pointer; }
    section#call-to-actions .cta a {
      color: #fff; }
      section#call-to-actions .cta a:hover {
        color: #fff;
        text-decoration: none; }
    section#call-to-actions .cta .ico {
      position: relative;
      margin: auto; }
    section#call-to-actions .cta h4 {
      position: relative;
      color: #fff;
      margin-top: 30px;
      font-weight: lighter;
      font-size: 21px; }

section#bottom-bullet {
  padding: 40px 0 10px 0;
  background-color: #fff;
  color: #565656; }

section#footer-nav {
  background: #004d7e;
  min-height: 120px; }
  section#footer-nav img.logo {
    display: block;
    margin: auto;
    margin-bottom: 30px; }
  section#footer-nav nav ul {
    padding-top: 25px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px; }
    section#footer-nav nav ul li {
      display: block;
      padding-left: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding: 5px 0; }
      section#footer-nav nav ul li:last-child {
        border-bottom: none; }
      section#footer-nav nav ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px; }

footer {
  background-color: #292929;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  color: #fff;
  font-size: 15px; }

.row.no-pad {
  margin-right: 0;
  margin-left: 0; }

.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

section#page-title {
  background-color: #004d7e; }
  section#page-title h1 {
    color: #fff;
    margin-top: 0;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0; }

section#page-masthead img {
  position: relative;
  width: 100%;
  height: auto; }

section#page-content {
  position: relative; }
  section#page-content div#section-header h2 {
    margin-top: 0;
    padding: 30px 0;
    font-size: 26px;
    font-weight: 700; }

section#banners .row-banner {
  margin-bottom: 20px; }

#company-sectors {
  margin-bottom: 20px; }
  #company-sectors .sector-block .sector-title {
    position: relative;
    text-align: center; }
    #company-sectors .sector-block .sector-title h3 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      text-transform: uppercase;
      font-size: 1.2em; }
  #company-sectors .sector-block .sector-graphic {
    position: relative; }
  #company-sectors .sector-block#sector-congress {
    background-color: #ed1433; }
  #company-sectors .sector-block#sector-state-legislatures {
    background-color: #ed6e0a; }
  #company-sectors .sector-block#sector-government-officials {
    background-color: #2e53b1; }

section#call-to-action {
  padding: 45px 0;
  color: #565656; }
  section#call-to-action .btn {
    text-transform: uppercase;
    font-weight: bolder; }

section#organize-intro {
  padding-top: 25px;
  padding-bottom: 25px; }
  section#organize-intro h3 {
    color: #fff;
    font-weight: bolder;
    padding: 25px 0; }
  section#organize-intro p {
    font-size: 15px; }

div#reasons-blocks .block-content {
  border: 1px #d6d6d6 solid;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  min-height: 320px; }
  div#reasons-blocks .block-content .icon {
    margin-top: 30px;
    margin-bottom: 30px; }
  div#reasons-blocks .block-content h4 {
    font-weight: 700;
    color: #004f80;
    font-size: 18px; }
  div#reasons-blocks .block-content p {
    color: #565656;
    font-size: 15px; }

#mid-quote {
  padding: 30px 0; }
  #mid-quote h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px; }
  #mid-quote .mid-quote-image {
    width: 100%; }
    #mid-quote .mid-quote-image .img-responsive {
      width: 100%;
      height: auto; }

section#numbered-list {
  padding: 40px 0; }
  section#numbered-list .column-items .column-item {
    position: relative;
    margin-bottom: 20px; }
    section#numbered-list .column-items .column-item p {
      margin-bottom: 10px;
      font-size: 15px;
      color: #565656; }
      section#numbered-list .column-items .column-item p.lead {
        font-weight: bolder;
        font-size: 18px; }
      section#numbered-list .column-items .column-item p span.number {
        color: #ed1433; }
      section#numbered-list .column-items .column-item p span.title {
        color: #004f80; }

h2.section-title {
  font-weight: bolder;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center; }

p.section-subtitle {
  width: 75%;
  margin: auto;
  text-align: center; }

section#requirements-blocks h2.section-title {
  color: #004d7e;
  font-weight: lighter;
  font-size: 26px;
  padding: 0 130px; }
section#requirements-blocks .row-color-blocks {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px; }
  section#requirements-blocks .row-color-blocks .col-md-4 {
    padding-right: 5px;
    padding-left: 5px; margin-bottom: 10px; }
  section#requirements-blocks .row-color-blocks .color-block-content {
    min-height: 225px;
    padding-top: 40px;
    font-size: 14px; }
    section#requirements-blocks .row-color-blocks .color-block-content .icon {
      margin-bottom: 20px; }
    section#requirements-blocks .row-color-blocks .color-block-content .caption {
      color: #fff;
      text-align: center;
      width: 78.94736842105263%;
      margin: auto; }

section#schedule-title {
  padding-bottom: 40px; }
  section#schedule-title h2.section-title {
    font-weight: lighter; }
  section#schedule-title p {
    width: 75%;
    margin: auto;
    text-align: center; }

section#schedule-bullets ul {
  margin-top: 45px; }
  section#schedule-bullets ul li {
    list-style-image: url(../img/bullet-requirements.png);
    margin-bottom: 35px;
    line-height: 18px;
    font-size: 15px; }

section#home-office-blocks h2.section-title {
  font-weight: lighter;
  margin: 30px 0; }
section#home-office-blocks .row-icon {
  background-color: #fff;
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 20px; }
section#home-office-blocks .icon-content {
  position: relative;
  text-align: center;
  width: 20%; }
section#home-office-blocks .text-content {
  position: relative;
  width: 80%;
  font-size: 15px; }
section#home-office-blocks .icon-left .icon-content {
  float: left; }
section#home-office-blocks .icon-left .text-content {
  float: right;
  padding-right: 180px; }
section#home-office-blocks .icon-right .icon-content {
  float: right; }
section#home-office-blocks .icon-right .text-content {
  float: left;
  padding-left: 100px;
  text-align: right; }

section#faq-panels ul {
  margin-left: 20px;
  padding-left: 0; }
  section#faq-panels ul li {
    margin-left: 0;
    padding-left: 0;
    list-style-image: url(../img/bullet-requirements.png); }
section#faq-panels .panel-group {
  margin-bottom: 0; }
  section#faq-panels .panel-group .panel.panel-default {
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: 1px;
    border: 0; }
  section#faq-panels .panel-group .panel .panel-heading {
    color: #fff;
    background-color: #005288;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0; }
    section#faq-panels .panel-group .panel .panel-heading .panel-title a {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      color: #fff;
      text-decoration: none;
      font-size: 24px;
      padding: 25px 0; }
  section#faq-panels .panel-group .panel .panel-body {
    padding: 0;
    border-top: 0; }
    section#faq-panels .panel-group .panel .panel-body .container {
      color: #565656;
      font-size: 16px; }
      section#faq-panels .panel-group .panel .panel-body .container h1, section#faq-panels .panel-group .panel .panel-body .container h2, section#faq-panels .panel-group .panel .panel-body .container h3, section#faq-panels .panel-group .panel .panel-body .container h4, section#faq-panels .panel-group .panel .panel-body .container h5, section#faq-panels .panel-group .panel .panel-body .container h6 {
        color: #ed1433;
        font-weight: lighter; }
      section#faq-panels .panel-group .panel .panel-body .container p {
        margin-bottom: 15px; }
section#faq-panels .panel-always-open h1, section#faq-panels .panel-always-open h2, section#faq-panels .panel-always-open h3, section#faq-panels .panel-always-open h4, section#faq-panels .panel-always-open h5, section#faq-panels .panel-always-open h6 {
  color: #ed1433; }

section#specs-title {
  height: 110px; }
  section#specs-title h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 40px;
    text-align: center;
    font-weight: lighter; }

section#computer-specifications {
  font-size: 15px; }
  section#computer-specifications .spectablecontainer {
    background-color: #f7f7f6; }
    section#computer-specifications .spectablecontainer .table-responsive {
      margin: 0 30px; }
  section#computer-specifications table {
    border-spacing: 10px;
    border-collapse: separate; }
    section#computer-specifications table td {
      border-top: 0; }
    section#computer-specifications table th {
      border-bottom: 0; }
  section#computer-specifications .gray-block {
    background-color: #efefed;
    text-align: center;
    padding: 30px 0; }
    section#computer-specifications .gray-block h3 {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0; }
  section#computer-specifications .cell-red {
    background-color: #ed1433;
    color: #fff;
    border: 0;
    text-align: center; }
  section#computer-specifications td {
    padding: 20px;
    background-color: #fff; }
  section#computer-specifications #table-internet-connection table {
    border-spacing: 0;
    border-collapse: separate; }
    section#computer-specifications #table-internet-connection table td.lft {
      width: 45%; }
    section#computer-specifications #table-internet-connection table td.rgt {
      width: 55%; }
  section#computer-specifications #table-internet-connection .txt-blue {
    color: #004d7e; }
  section#computer-specifications #table-internet-connection .txt-red {
    color: #ed1433; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  ul.horizontal {
    margin-left: 0;
    padding-left: 0; }
    ul.horizontal li {
      margin-left: 0;
      margin-right: 15px;
      padding-left: 0;
      list-style: none;
      float: left; }

  section#footer-nav {
    padding-top: 30px; }
    section#footer-nav nav {
      float: right; }
      section#footer-nav nav ul {
        padding-top: 15px; }
        section#footer-nav nav ul li {
          border-bottom: 0; }

  #jumbotron-home .carousel-caption {
    color: #fff;
    bottom: 30px; }
    #jumbotron-home .carousel-caption h1 {
      font-size: 34px;
      color: #fff;
      margin-bottom: 5px; }
      #jumbotron-home .carousel-caption h1 strong {
        color: #ed1433; }
    #jumbotron-home .carousel-caption h2 {
      color: #fff;
      margin-top: 0;
      font-size: 28px;
      font-weight: bolder; }
    #jumbotron-home .carousel-caption p {
      font-size: 18px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #jumbotron-home .carousel-caption {
    top: 150px;
    color: #fff;
    text-align: left;
    margin-left: 250px; }
    #jumbotron-home .carousel-caption h1 {
      font-size: 44px;
      color: #fff;
      margin-bottom: 5px; }
      #jumbotron-home .carousel-caption h1 strong {
        color: #ed1433; }
    #jumbotron-home .carousel-caption h2 {
      color: #fff;
      margin-top: 0;
      font-size: 38px;
      font-weight: bolder; }
    #jumbotron-home .carousel-caption p {
      font-size: 20px;
      padding-right: 300px;
      margin-top: 30px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 975px; } }

.wp-caption {
 position: relative;
 padding: 0;
 margin: 0;
 }
 .wp-caption img {
 display: block;
 max-width: 100%;
 height: auto;
 }
 .wp-caption:after {
 content: "";
 position: absolute;
 display: block;
 left: 500;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
 z-index: 1;
 }
 .wp-caption-text {
 display: block;
 position: absolute;
 width: 100%;
 color: #fff;
 top: 125px;
 left: 800px;
 bottom: 0;
 padding: 1em;
 font-size: 250%;
 font-weight: 700;
 z-index: 2;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
 .wp-caption-text-one {
 display: block;
 position: absolute;
 width: 100%;
 color: red;
 top: 125px;
 left: 880px;
 bottom: 0;
 padding: 1em;
 font-size: 250%;
 font-weight: 900;
 z-index: 2;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
  .wp-caption-text-two {
 display: block;
 position: absolute;
 width: 100%;
 color: white;
 top: 195px;
 left: 807px;
 bottom: 0;
 padding: 1em;
 font-size: 200%;
 font-weight: 600;
 z-index: 2;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
   .wp-caption-text-three {
 display: block;
 position: absolute;
 width: 100%;
 color: white;
 top: 250px;
 left: 812px;
 bottom: 0;
 padding: 1em;
 font-size: 180%;
 font-weight: 900;
 z-index: 2;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
   .wp-caption-text-four {
 display: block;
 position: absolute;
 width: 100%;
 color: white;
 top: 125px;
 left: 1085px;
 bottom: 0;
 padding: 1em;
 font-size: 250%;
 font-weight: 900;
 z-index: 2;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
    .wp-caption-text-five {
 display: block;
 position: absolute;
 width: 100%;
 color: white;
 top: 295px;
 left: 812px;
 bottom: 0;
 padding: 1em;
 font-size: 180%;
 font-weight: 900;
 z-index: 2;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
