body, html {
  font-family: "Lato", sans-serif !important; }

/*IE11 bug fix where placeholder stops tabindex */
/*
*:not(input){
	-ms-user-select:none!important;letter-spacing
}
*/
.ds {
  -webkit-box-shadow: 11px 25px 38px -11px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 11px 25px 38px -11px rgba(0, 0, 0, 0.67);
  box-shadow: 11px 25px 38px -11px rgba(0, 0, 0, 0.67); }

.img.gj {
  position: relative;
  margin-top: -20px; }

img {
  image-rendering: auto !important; }
  img.selected {
    border: 5px solid red; }

video {
  object-fit: initial;
  width: 100% !important;
  height: auto !important; }

.embed-responsive {
  height: auto !important; }

input {
  border-radius: 0; }

div[role=tablist], .card-header, .card {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 800px !important; } }
/* ===MISC=== */
h1 {
  font-size: 35px !important; }
  @media screen and (max-width: 759px) {
    h1 {
      padding-top: 20px; } }

img {
  -ms-interpolation-mode: bicubic;
  image-rendering: auto; }

p.blue-p {
  font-size: 21px;
  line-height: 32px;
  color: #1d65a5; }
  p.blue-p img {
    margin-top: 10px; }

table thead {
  background-color: #1d65a5;
  color: #fff; }

.wp-caption-text {
  font-size: 12px;
  width: 100%;
  padding: 3px;
  background: #fafafa; }

.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px; }

ul.bullets {
  list-style: none;
  margin-left: 10px;
  padding-left: 5px;
  margin-top: 20px; }
  ul.bullets li {
    padding: 3px 0; }
    ul.bullets li:first-child {
      border: 0; }
    ul.bullets li:before {
      font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
      content: '\25A0';
      position: relative;
      margin-left: -15px;
      margin-right: 5px;
      float: left; }
  ul.bullets.orange li:before {
    color: #f6690b; }
  ul.bullets ul {
    list-style: circle; }
    ul.bullets ul li:before {
      content: "";
      margin-left: 0;
      float: none; }

.button.green {
  background: #70972f; }

#content {
  padding-bottom: 15px; }
  #content h3 {
    color: #1d65a5;
    font-size: 25px;
    font-weight: bold; }
  #content h4 {
    font-size: 22px;
    margin-top: 15px; }
  #content blockquote {
    margin-left: 20px; }

.lt-grey-bg {
  background: #f7f7ef; }

.rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.reverse-rotate {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.breadcrumb {
  display: none;
  background-color: transparent !important; }
  .breadcrumb a {
    color: #1d65a5;
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      display: block; } }

.page-tabs hr {
  display: block;
  clear: both; }
  .page-tabs hr:before, .page-tabs hr:after {
    display: block;
    clear: both;
    content: ""; }
.page-tabs .tab-content {
  margin-top: -1px;
  position: relative; }
.page-tabs .nav-tabs .nav-link {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  color: #1d65a5;
  background: #f7f7ef;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  padding-bottom: 19px;
  border-right: 1px solid #dcd7b7;
  border-top: 1px solid #dcd7b7;
  line-height: 18px;
  font-weight: 600; }
  .page-tabs .nav-tabs .nav-link:hover {
    border-right: 1px solid #dcd7b7;
    border-top: 1px solid #dcd7b7;
    text-decoration: underline; }
  .page-tabs .nav-tabs .nav-link:not(.active) {
    border-left: 1px solid #dcd7b7;
    height: 100% !important; }
  .page-tabs .nav-tabs .nav-link.active {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0; }
  .page-tabs .nav-tabs .nav-link span {
    display: block;
    width: 130px;
    margin: 0 auto;
    text-align: center; }
.page-tabs .footer {
  background: #e1e1e1;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  padding: 20px; }
  .page-tabs .footer a.button {
    background: #fff;
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    padding: 10px 15px 10px 10px;
    font-weight: bold;
    color: #1d65a5;
    float: right;
    display: inline-block; }
    .page-tabs .footer a.button:first-child {
      float: left; }
    .page-tabs .footer a.button svg, .page-tabs .footer a.button i {
      margin-right: 10px; }

.accordion-wrapper *, .mobile-accordion * {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }
.accordion-wrapper .card, .mobile-accordion .card {
  background: #1d65a5 !important;
  color: #fff;
  border: 0; }
  .accordion-wrapper .card .card-body, .mobile-accordion .card .card-body {
    background: #fff !important;
    color: #3C4148; }
    .accordion-wrapper .card .card-body.scroll, .mobile-accordion .card .card-body.scroll {
      max-height: 300px;
      overflow-y: scroll; }
  .accordion-wrapper .card .card-header, .mobile-accordion .card .card-header {
    position: relative;
    font-size: 16px;
    padding: 17px 1.25rem; }
    .accordion-wrapper .card .card-header h5, .mobile-accordion .card .card-header h5 {
      font-size: 16px; }
    .accordion-wrapper .card .card-header svg, .mobile-accordion .card .card-header svg {
      position: absolute;
      right: 15px;
      top: 33%; }
  .accordion-wrapper .card h5 a, .mobile-accordion .card h5 a {
    color: #fff !important;
    display: block;
    padding-right: 10px; }

.mobile-accordion .card {
  background: #f7f7ef !important; }
  .mobile-accordion .card h5 a {
    color: #1d65a5 !important; }

.btn {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }
  .btn.info {
    color: #fff !important;
    font-size: 11px; }
  .btn.btn-primary, #gform_8 #gform_send_resume_link_button_8, .btn.blue {
    background: #1d65a5;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0;
    color: #fff; }
  .btn.white {
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #1d65a5;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600; }

#gform_next_button_36_29, #gform_previous_button_36, #gform_submit_button_36 {
  background: #1d65a5;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
  color: #fff;
  padding: 5px 20px; }

#gform_previous_button_36 {
  background: #868686; }

#gform_submit_button_36 {
  line-height: 25px; }

@media screen and (max-width: 990px) {
  #find-a-rep #pa-map {
    display: none; } }
#find-a-rep #pa-map .icon-pointer .fa-circle {
  background: #1d65a5;
  fill: #1d65a5;
  color: #1d65a5; }
#find-a-rep #pa-map .cls-1, #find-a-rep #pa-map .cls-2 {
  fill: #fdf9d2;
  stroke-linejoin: round;
  stroke-width: 1.53px; }
#find-a-rep #pa-map .cls-1 {
  stroke: #d0bf9f; }

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

h1.blue, h2.blue, h3.blue, h4.blue {
  color: #1d65a5; }

.cta {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }
  .cta a {
    color: #fff !important; }
  .cta.green {
    background: #70972f; }
  .cta.blue {
    background: #1d65a5; }
  .cta svg {
    fill: #fff !important; }

ul.green.check {
  list-style: none; }

ul.green.check li:before {
  font-family: 'Font Awesome 5 Light';
  content: "\f00c";
  float: left;
  margin: 0;
  text-indent: -1.4em;
  padding-left: 0;
  color: #70972f;
  position: relative; }

/* ===IE fixes=== */
.IE img {
  -ms-interpolation-mode: bicubic; }
.IE footer {
  position: relative; }
.IE .complaints svg {
  top: 3px; }
.IE .help-wrapper .search-form input[type=search] {
  padding-bottom: 1.3rem !important; }
.IE .pa-map-wrapper svg {
  height: 300px; }
.IE #pa-map {
  height: 425px !important; }
.IE nav.primary ul li.resources ul.level-1 {
  left: -685px !important; }

/* ===HOME=== */
.help-wrapper h2 {
  font-weight: 600; }
.help-wrapper .search-form input[type=search] {
  border: 1px solid #ccc;
  width: 192px; }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .help-wrapper .search-form input[type=search] {
      width: 395px; } }
  @media screen and (min-width: 1024px) {
    .help-wrapper .search-form input[type=search] {
      width: 250px; } }
.help-wrapper .search-form button {
  color: #1d65a5;
  text-transform: uppercase;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: 600; }
.help-wrapper .cta-alert {
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  background: #fff;
  color: #3C4148;
  text-decoration: none !important; }
  .help-wrapper .cta-alert:hover {
    text-decoration: none !important; }
  .help-wrapper .cta-alert * {
    text-align: center; }
    .help-wrapper .cta-alert *:hover {
      text-decoration: none !important; }
  .help-wrapper .cta-alert img {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px; }
    @media screen and (min-width: 1024px) {
      .help-wrapper .cta-alert img {
        max-width: 270px;
        height: auto; } }
  .help-wrapper .cta-alert .bottom-zone {
    padding-left: 10px;
    padding-right: 10px; }
  .help-wrapper .cta-alert .top-band {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
    .help-wrapper .cta-alert .top-band.red {
      background: url("../images/ui/red-stripe-pattern.gif") repeat-x; }
    .help-wrapper .cta-alert .top-band.blue {
      background: #1d65a5; }
    .help-wrapper .cta-alert .top-band i, .help-wrapper .cta-alert .top-band svg {
      padding-right: 5px;
      display: inline-block;
      height: 15px;
      width: auto;
      width: 20px;
      height: 20px; }
  .help-wrapper .cta-alert .text-zone {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px; }

.interest .cta {
  width: 100%;
  padding: 20px 20px; }
  @media screen and (min-width: 1024px) {
    .interest .cta {
      padding: 50px 20px; } }
  .interest .cta svg {
    max-height: 40px;
    width: auto;
    fill: #fff !important; }
    @media screen and (min-width: 1024px) {
      .interest .cta svg {
        max-height: 55px; } }
    .interest .cta svg * {
      fill: #fff !important; }
  .interest .cta span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding-top: 20px; }
    @media screen and (min-width: 1024px) {
      .interest .cta span {
        font-size: 18px;
        line-height: 20px; } }
.interest .not-finding i, .interest .not-finding svg, .interest .not-finding a {
  color: #1d65a5; }

.communication h2:not(:first-child) {
  padding-bottom: 0 !important;
  margin-bottom: 0; }
.communication #news-events-accordions {
  display: block;
  margin-bottom: 30px; }
  @media screen and (min-width: 991px) {
    .communication #news-events-accordions {
      display: none; } }
  .communication #news-events-accordions .card-header {
    background: #1d65a5; }
    .communication #news-events-accordions .card-header a {
      color: #fff;
      display: block; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .communication #news-events-accordions .card-body {
      height: 400px;
      overflow: scroll; } }
.communication #news-events-tabs {
  display: none; }
  @media screen and (min-width: 991px) {
    .communication #news-events-tabs {
      display: block; } }
.communication .nav-tabs {
  border-bottom: 2px solid #ccc; }
  .communication .nav-tabs .nav-item {
    margin-bottom: -2px; }
    .communication .nav-tabs .nav-item a {
      border-right: 2px solid #fff; }
      .communication .nav-tabs .nav-item a.active {
        border-right: 2px solid #ccc; }
    .communication .nav-tabs .nav-item.ni-twitter a {
      border-right: 2px solid #fff; }
      .communication .nav-tabs .nav-item.ni-twitter a.active {
        border-right: 2px solid #ccc; }
        .nav-tabs .communication .nav-tabs .nav-item.ni-twitter a.active .nav-item a {
          border-right: 2px solid #ccc; }
    .communication .nav-tabs .nav-item.ni-facebook a {
      border-right: 2px solid #fff; }
      .communication .nav-tabs .nav-item.ni-facebook a.active {
        border-right: 2px solid #ccc; }
    .communication .nav-tabs .nav-item .nav-link {
      -moz-border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      border: 2px solid transparent;
      padding: 15px 20px;
      font-weight: 600;
      text-transform: uppercase;
      background: #1d65a5;
      color: #fff; }
      @media screen and (min-width: 1024px) and (max-width: 1170px) {
        .communication .nav-tabs .nav-item .nav-link {
          padding: 10px;
          font-size: 80%; } }
      .communication .nav-tabs .nav-item .nav-link.active {
        border-color: #ccc #ccc #fff;
        color: #1d65a5;
        background: #fff; }
.communication .tab-content .tab-pane.active {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-top: -2px; }
.communication .story a {
  display: block;
  color: #000; }
.communication .map {
  position: relative; }
  .communication .map .fa-layers {
    position: absolute;
    z-index: 9999;
    left: 200px;
    top: 100px;
    color: #1d65a5; }
    .communication .map .fa-layers .fa-mouse-pointer {
      fill: #fff;
      color: #fff; }
.communication .pa-map-wrapper {
  display: block; }
  .communication .pa-map-wrapper svg {
    max-width: 65%; }

@media screen and (max-width: 600px) {
  .education-wrapper .education .img-ph {
    text-align: center; } }
.education-wrapper .education .img-ph p {
  color: #3C4148;
  white-space: normal; }
.education-wrapper .education .img-ph img {
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25); }
.education-wrapper .education .img-ph strong {
  color: #1d65a5;
  display: none; }
  @media screen and (min-width: 768px) {
    .education-wrapper .education .img-ph strong {
      display: block; } }

.dyk .stats .stat {
  text-align: center;
  min-height: 260px;
  vertical-align: top; }
  .dyk .stats .stat strong {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    color: #f6690b;
    font-weight: 700;
    white-space: normal; }
    @media screen and (min-width: 1025px) {
      .dyk .stats .stat strong {
        font-size: 80px; } }
  .dyk .stats .stat p {
    font-weight: 600;
    width: 80%;
    text-align: center;
    white-space: normal;
    color: #3C4148; }
.dyk .wrap {
  flex-direction: column; }
.dyk .controls {
  text-align: center;
  display: none !important; }
  @media screen and (min-width: 1024px) {
    .dyk .controls {
      display: flex !important; } }
  .dyk .controls a {
    display: block;
    width: 30px;
    height: 30px;
    background: #1d65a5;
    color: #fff;
    float: left;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px; }
    .dyk .controls a svg {
      position: relative;
      top: -2px; }
    .dyk .controls a.slide-next svg {
      left: 2px; }
.dyk .description {
  font-size: 16px;
  font-weight: 600;
  color: #3C4148; }

/* ===OPE Map=== */
.county {
  display: none; }

/* ===RECIPROCITY=== */
.state {
  display: none; }

svg {
  max-width: 100%; }

svg path {
  /*
  &:hover{
  	fill:#ccc!important;
  }
  */ }
  svg path.active {
    fill: #ccc !important; }

#carry-weapon {
  position: relative;
  margin: -15px 0 10px 0; }

.states {
  background: #fafafa;
  padding-top: 10px; }
  .states hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dashed #ccc; }

#page-sub-header {
  background: #3C4148;
  background-size: contain; }

#content.site-content {
  padding-top: 5px !important; }

/* ===MOBILE SPECIFIC === */
#sidebar {
  overflow-x: hidden;
  background: #1d65a5;
  color: #fff; }
  #sidebar .search-form {
    padding: 39px 10px 10px 10px; }
  #sidebar .search-field {
    border: 0; }
  #sidebar .toggle-search, #sidebar .mini-close {
    display: none !important; }
  #sidebar #main .mini-close {
    display: none !important; }
  #sidebar .search-submit {
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    color: #1d65a5 !important;
    background: #fff !important;
    font-weight: bold;
    border: 0;
    font-weight: bold; }
  #sidebar .complaints {
    font-size: 15px !important;
    width: 90%;
    margin: 10px auto 0 auto !important; }
  #sidebar .primary ul {
    margin-left: 20px;
    display: block; }
    #sidebar .primary ul ul {
      display: none; }
    #sidebar .primary ul li {
      margin-left: 0;
      padding-left: 0;
      position: relative; }
      #sidebar .primary ul li.protect-yourself:after, #sidebar .primary ul li.resources:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 20px; }
      #sidebar .primary ul li.protect-yourself.active:after, #sidebar .primary ul li.resources.active:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-top: 0;
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 20px; }
      #sidebar .primary ul li.protect-yourself ul.level-1, #sidebar .primary ul li.resources ul.level-1 {
        width: auto !important; }
      #sidebar .primary ul li a {
        padding-left: 0;
        margin-left: 0;
        padding-top: 13px;
        padding-bottom: 20px !important;
        border: 0;
        display: block;
        border-top: 1px solid #3a80bf !important; }
      #sidebar .primary ul li ul {
        margin-left: 0;
        margin-top: 0; }
        #sidebar .primary ul li ul li {
          width: auto; }
          #sidebar .primary ul li ul li.level-2 {
            margin-top: 10px; }
            #sidebar .primary ul li ul li.level-2 ul {
              margin-top: 10px; }
          #sidebar .primary ul li ul li.cta-zone .cta {
            width: auto; }
          #sidebar .primary ul li ul li a {
            border: 0 !important; }
  #sidebar .search-wrapper input {
    width: auto !important; }

.pane {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: 100%;
  float: left;
  position: absolute; }

.pane-1 {
  left: 0; }

.pane-2 {
  left: 100%; }
  .pane-2 .header a.return-menu {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    text-transform: uppercase; }
    .pane-2 .header a.return-menu i {
      font-size: 30px;
      padding-left: 20px;
      padding-right: 10px;
      position: relative;
      top: 5px;
      display: inline; }
  .pane-2 ul {
    list-style: none;
    margin: 0;
    padding: 15px; }
    .pane-2 ul li {
      padding-bottom: 20px;
      border-bottom: 1px solid #e7f2fb;
      margin-bottom: 20px; }
      .pane-2 ul li a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        display: block; }

#nav-toggle {
  margin-top: 8px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 28px;
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  background: #fff; }
  @media screen and (min-width: 600px) {
    #nav-toggle {
      width: 60px;
      height: 60px;
      font-size: 35px;
      top: 20px;
      right: 20px; } }
  #nav-toggle i {
    left: 8px;
    position: relative; }
    @media screen and (min-width: 600px) {
      #nav-toggle i {
        left: 13px;
        top: 3px; } }
    #nav-toggle i.fa-times {
      left: 10px; }
      @media screen and (min-width: 600px) {
        #nav-toggle i.fa-times {
          left: 15px; } }
  #nav-toggle span {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 44px;
    left: 3px; }
    @media screen and (min-width: 600px) {
      #nav-toggle span {
        top: 65px;
        font-size: 12px;
        left: 8px; } }

.mobile-toolbar {
  display: none; }
  @media screen and (max-width: 1024px) {
    .mobile-toolbar {
      display: block; } }

/* ===HEADER=== */
.secondary {
  background: url(../images/ui/header-map.jpg) no-repeat #84a9cf; }
  .secondary:after {
    clear: both;
    display: block;
    content: ""; }
  .secondary .wrap {
    position: relative; }
  .secondary .office {
    font-weight: 600;
    color: #1d65a5;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 20px;
    padding-left: 0 !important; }
    @media screen and (max-width: 600px) {
      .secondary .office {
        width: 300px;
        font-size: 18px;
        line-height: 22px; }
        .secondary .office span {
          font-size: 12px;
          letter-spacing: 2.2px !important;
          line-height: 16px;
          display: block;
          clear: both;
          top: -10px; } }
    .secondary .office p {
      position: absolute;
      top: 40px;
      left: 150px;
      font-weight: 600;
      font-size: 30px;
      color: #fff;
      border-left: 3px solid #fff;
      padding: 15px 0 15px 15px;
      line-height: 25px; }
      @media screen and (max-width: 320px) {
        .secondary .office p {
          left: 100px;
          font-size: 25px; } }
      @media screen and (min-width: 1024px) {
        .secondary .office p {
          left: 213px;
          padding: 30px 0 30px 25px;
          line-height: 22px; } }
      .secondary .office p a {
        color: #fff; }
      @media screen and (min-width: 1024px) {
        .secondary .office p {
          white-space: nowrap;
          font-weight: normal;
          top: 40px; } }
      .secondary .office p span {
        display: block;
        font-weight: normal;
        letter-spacing: 5px;
        padding-top: 5px;
        font-size: 15px; }
    .secondary .office img {
      float: left; }
    .secondary .office #oag-seal {
      max-width: 120px;
      height: auto;
      position: relative; }
      @media screen and (max-width: 320px) {
        .secondary .office #oag-seal {
          max-width: 100px; } }
      @media screen and (min-width: 1024px) {
        .secondary .office #oag-seal {
          max-width: 150px; } }
    @media screen and (min-width: 1024px) {
      .secondary .office {
        font-size: 20px;
        line-height: 20px; } }

#logout {
  font-weight: normal;
  font-size: 80%; }
  #logout i, #logout svg {
    padding-right: 5px; }

.complaints {
  margin-top: 55px;
  background: #fff;
  display: block;
  padding: 20px 26px 20px 57px !important;
  color: #1e73be;
  text-align: center;
  font-size: 17px !important;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25); }
  .complaints svg {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 12px;
    fill: #1d65a5 !important; }
    .complaints svg * {
      fill: #1d65a5 !important; }
  .complaints a {
    color: #1d65a5; }
  .complaints * {
    text-align: left; }
  .secondary .complaints {
    display: none; }
    @media screen and (min-width: 1025px) {
      .secondary .complaints {
        display: block;
        float: right; } }
  .complaints a {
    text-shadow: 0;
    text-align: left !important; }
  .complaints ul {
    list-style: none;
    display: none;
    position: absolute;
    background: #fff;
    text-transform: none;
    right: 30px;
    top: 87px;
    width: 1110px;
    z-index: 99999999;
    text-align: left !important;
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25); }
    .complaints ul a {
      display: block;
      font-weight: 600;
      color: #70972f; }
    .complaints ul li {
      /*
      display: block;
      float:left;
      
      width:20%;
      text-align: center;
      font-weight: normal;
      */
      font-weight: normal;
      float: left;
      margin-top: 20px;
      color: #3C4148; }

#sub-head-wrapper {
  background-color: #a9cfe5; }

#page-sub-header {
  display: none; }
  @media screen and (min-width: 768px) {
    #page-sub-header {
      display: block; }
      .page-home #page-sub-header {
        height: 290px;
        max-width: 1170px;
        text-align: center;
        position: relative;
        background-size: contain !important;
        background-repeat: no-repeat;
        margin: 0 auto; }
      .page-home #page-sub-header .container {
        position: relative;
        height: 500px; }
      #page-sub-header #josh {
        background: rgba(255, 255, 255, 0.4);
        z-index: 99999;
        padding: 10px;
        position: absolute;
        bottom: 80px;
        right: 0; } }

/* === PRIMARY/MAIN NAVIGATION === */
.main h2, .education-wrapper h2, .new-help-wrapper h2 {
  font-size: 20px;
  color: #70972f;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px; }

nav.primary, div.primary {
  background: #1d65a5;
  padding: 30px 0 0 0;
  display: none;
  clear: both;
  position: relative; }
  nav.primary .container, div.primary .container {
    position: relative; }
  @media screen and (min-width: 768px) {
    nav.primary, div.primary {
      display: block; } }
  #sidebar nav.primary, #sidebar div.primary {
    display: block; }
  nav.primary ul, div.primary ul {
    list-style: none;
    clear: both;
    padding-left: 0;
    display: none; }
    @media screen and (min-width: 1025px) {
      nav.primary ul, div.primary ul {
        display: block; } }
    nav.primary ul.main-nav-wrap, div.primary ul.main-nav-wrap {
      margin-bottom: 0; }
    nav.primary ul li, div.primary ul li {
      float: left;
      position: relative;
      line-height: 18px; }
      nav.primary ul li.level-1, div.primary ul li.level-1 {
        padding-bottom: 10px; }
      nav.primary ul li.has-children a, div.primary ul li.has-children a {
        text-decoration: none !important; }
      @media screen and (max-width: 1024px) {
        nav.primary ul li.level-2 ul, div.primary ul li.level-2 ul {
          margin-top: 30px; }
        nav.primary ul li.level-2 li a, div.primary ul li.level-2 li a {
          color: #fff; } }
      @media screen and (min-width: 1025px) {
        nav.primary ul li.the-office ul.level-1, div.primary ul li.the-office ul.level-1 {
          left: -100px;
          padding-left: 15px;
          padding-top: 15px; }
        nav.primary ul li.taking-action ul.level-1, div.primary ul li.taking-action ul.level-1 {
          left: -70px;
          padding-left: 15px;
          padding-top: 15px; } }
      @media screen and (min-width: 1025px) {
        nav.primary ul li.protect-yourself ul.level-1, div.primary ul li.protect-yourself ul.level-1 {
          left: -366px;
          width: 1110px;
          margin-bottom: 0;
          padding-bottom: 15px;
          padding-top: 30px;
          padding-right: 10px; }
          nav.primary ul li.protect-yourself ul.level-1:before, div.primary ul li.protect-yourself ul.level-1:before {
            left: 450px !important; }
        nav.primary ul li.protect-yourself ul:before, div.primary ul li.protect-yourself ul:before {
          position: absolute;
          left: 27% !important;
          top: -8px;
          width: 0;
          height: 0;
          content: '';
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 20px solid #fff; }
        nav.primary ul li.protect-yourself ul li.break, div.primary ul li.protect-yourself ul li.break {
          clear: left; }
        nav.primary ul li.protect-yourself ul ul, div.primary ul li.protect-yourself ul ul {
          position: relative;
          width: auto;
          margin-top: 10px; }
          nav.primary ul li.protect-yourself ul ul:before, div.primary ul li.protect-yourself ul ul:before {
            border: 0 !important; }
          nav.primary ul li.protect-yourself ul ul li, div.primary ul li.protect-yourself ul ul li {
            width: 200px !important; }
        nav.primary ul li.protect-yourself ul li.cta-zone ul, div.primary ul li.protect-yourself ul li.cta-zone ul {
          margin-top: 0; }
        nav.primary ul li.protect-yourself ul li.cta-zone .cls-1, div.primary ul li.protect-yourself ul li.cta-zone .cls-1 {
          stroke: transparent !important; } }
      nav.primary ul li.get-help, div.primary ul li.get-help {
        padding-bottom: 10px; }
        nav.primary ul li.get-help ul.level-1, div.primary ul li.get-help ul.level-1 {
          left: -105px;
          padding-left: 15px;
          padding-top: 15px; }
      nav.primary ul li.resources, div.primary ul li.resources {
        padding-bottom: 10px; }
        nav.primary ul li.resources ul li, div.primary ul li.resources ul li {
          width: auto; }
        nav.primary ul li.resources ul.level-1, div.primary ul li.resources ul.level-1 {
          left: -682px !important;
          width: 1110px;
          padding-top: 30px;
          padding-bottom: 15px; }
          nav.primary ul li.resources ul.level-1:before, div.primary ul li.resources ul.level-1:before {
            left: 740px !important; }
        nav.primary ul li.resources ul ul, div.primary ul li.resources ul ul {
          position: relative;
          width: auto;
          margin-top: 10px; }
          nav.primary ul li.resources ul ul:before, div.primary ul li.resources ul ul:before {
            border: 0 !important; }
      nav.primary ul li a, div.primary ul li a {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        margin-right: 10px;
        margin-left: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
        border-left: 1px solid #4a84b7; }
      nav.primary ul li ul, div.primary ul li ul {
        display: none; }
        @media screen and (min-width: 1025px) {
          nav.primary ul li ul, div.primary ul li ul {
            position: absolute;
            background: #fff;
            top: 40px;
            left: 0;
            z-index: 9999;
            -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
            box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
            margin-left: 0;
            padding-left: 0; } }
        @media screen and (min-width: 1025px) {
          nav.primary ul li ul.level-1:before, div.primary ul li ul.level-1:before {
            position: absolute;
            left: 46%;
            top: -8px;
            width: 0;
            height: 0;
            content: '';
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid #fff; } }
        nav.primary ul li ul li, div.primary ul li ul li {
          float: none;
          color: #70972f;
          font-weight: 600;
          text-transform: uppercase;
          float: left;
          width: 300px; }
          @media screen and (max-width: 1024px) {
            nav.primary ul li ul li, div.primary ul li ul li {
              color: #feb967 !important; } }
          nav.primary ul li ul li a, div.primary ul li ul li a {
            color: #3C4148;
            font-weight: normal;
            text-transform: none;
            border: 0;
            margin-right: 0px;
            margin-left: 0px;
            padding-left: 0px;
            font-size: 18px;
            font-weight: normal;
            text-transform: none;
            display: block; }
          nav.primary ul li ul li ul, div.primary ul li ul li ul {
            position: relative;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            top: auto;
            left: auto; }
            nav.primary ul li ul li ul.level-1, div.primary ul li ul li ul.level-1 {
              padding-left: 20px;
              padding-bottom: 10px; }
            nav.primary ul li ul li ul:before, div.primary ul li ul li ul:before {
              border: 0; }
            nav.primary ul li ul li ul li .cta, div.primary ul li ul li ul li .cta {
              width: 260px;
              height: 170px;
              color: #fff !important;
              display: block;
              text-align: center;
              text-transform: uppercase;
              font-weight: 600;
              padding: 20px; }
              nav.primary ul li ul li ul li .cta svg, div.primary ul li ul li ul li .cta svg {
                width: 80px;
                height: 80px;
                display: block;
                clear: both;
                margin: 0 auto;
                padding-bottom: 15px;
                padding-top: 20px;
                fill: #fff !important; }
                nav.primary ul li ul li ul li .cta svg *, div.primary ul li ul li ul li .cta svg * {
                  fill: #fff !important; }
            nav.primary ul li ul li ul li span, div.primary ul li ul li ul li span {
              text-transform: none;
              color: #3C4148 !important;
              font-weight: normal !important;
              font-size: 15px;
              width: 260px;
              display: block;
              padding-top: 10px; }
              @media screen and (max-width: 1024px) {
                nav.primary ul li ul li ul li span, div.primary ul li ul li ul li span {
                  color: #fff !important;
                  width: auto !important; } }
      nav.primary ul li:hover ul, div.primary ul li:hover ul {
        display: block; }
      nav.primary ul li:first-child a, div.primary ul li:first-child a {
        border: 0;
        margin-left: 0;
        padding-left: 0; }
      #sidebar nav.primary ul li, #sidebar div.primary ul li {
        float: none; }
  nav.primary .nav-search-wrap, div.primary .nav-search-wrap {
    position: relative; }
    nav.primary .nav-search-wrap .mini-close, div.primary .nav-search-wrap .mini-close {
      width: 15px;
      height: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      color: #1d65a5;
      position: absolute;
      top: -19px;
      left: -5px;
      z-index: 999;
      background: #fff;
      line-height: 11px;
      text-indent: 2px;
      border: 1px solid #ccc; }
    nav.primary .nav-search-wrap .toggle-search, div.primary .nav-search-wrap .toggle-search {
      color: #1d65a5;
      background: #fff;
      -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
      -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
      box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
      position: absolute;
      right: 0;
      top: -18px;
      z-index: 1;
      padding: 14px 20px;
      display: none !important; }
      @media screen and (min-width: 1025px) {
        nav.primary .nav-search-wrap .toggle-search, div.primary .nav-search-wrap .toggle-search {
          display: block !important; } }
    nav.primary .nav-search-wrap .search-wrapper, div.primary .nav-search-wrap .search-wrapper {
      z-index: 999;
      position: absolute;
      right: 0;
      top: -5px;
      width: 330px; }
      nav.primary .nav-search-wrap .search-wrapper input, div.primary .nav-search-wrap .search-wrapper input {
        border: 0;
        position: absolute;
        right: 0;
        height: 55px;
        top: -15px;
        width: 325px; }
      nav.primary .nav-search-wrap .search-wrapper button, div.primary .nav-search-wrap .search-wrapper button {
        background: #1d65a5;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        border: 0;
        display: flex !important;
        justify-content: center !important;
        font-weight: 600;
        position: absolute;
        right: 7px;
        top: -9px;
        width: 50px; }
        .ie nav.primary .nav-search-wrap .search-wrapper button, .ie div.primary .nav-search-wrap .search-wrapper button {
          border: 1px solid red; }

/* ===PAGE SIDEBAR=== */
.sidebar a {
  color: #1d65a5; }
@media screen and (max-width: 1024px) {
  .sidebar {
    margin: 0;
    padding: 0px !important; } }
.sidebar .contents {
  background: #e7f2fb;
  padding: 10px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .sidebar .contents {
      padding: 15px 9999px 0 40px !important;
      margin: 0 -9999px 0 0px;
      padding-bottom: 100px;
      width: auto; } }
.sidebar .archive-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar .card {
  background: #f3faff; }
.sidebar .cta {
  padding: 20px 10px 10px 20px;
  background: #fff;
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  color: #f6690b !important;
  text-transform: none;
  text-align: left !important;
  line-height: 18px !important;
  font-size: 15px;
  margin-bottom: 20px;
  max-width: 100%; }
  @media screen and (min-width: 1024px) {
    .sidebar .cta {
      width: 309px; } }
  .sidebar .cta:hover .text {
    text-decoration: underline; }
  .sidebar .cta span {
    display: block; }
    .sidebar .cta span.circle {
      display: block;
      background: #1d65a5;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      width: 30px;
      height: 30px;
      color: #fff;
      text-align: center !important;
      margin-right: 10px;
      margin-bottom: 20px;
      float: left; }
      .sidebar .cta span.circle i {
        top: 6px; }
    .sidebar .cta span.text {
      display: block;
      width: 200px;
      float: left; }
      @media screen and (min-width: 1024px) {
        .sidebar .cta span.text {
          width: 200px; } }
    .sidebar .cta span svg {
      position: relative;
      top: 5px;
      left: 2px; }
.sidebar h3 {
  font-size: 20px;
  font-weight: bold;
  color: #3C4148; }
.sidebar h4 {
  font-size: 16px;
  font-weight: bold;
  color: #70972f; }
.sidebar .resources strong:after {
  display: block;
  content: "";
  clear: both;
  margin-bottom: 10px; }
.sidebar .courses dt {
  color: #70972f; }
.sidebar.slim .contents {
  background: #e7f2fb;
  padding: 15px !important;
  margin: 0 !important; }

/* ===CORONER=== */
.basic-course {
  border: 3px solid #1d65a5; }
  .basic-course h2 {
    color: #70972f;
    font-size: 20px;
    font-weight: 600; }
  .basic-course a {
    color: #1d65a5; }
  .basic-course .footer {
    background: #e1e1e1;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    padding: 20px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .basic-course .footer {
        text-align: left; } }
    .basic-course .footer a.button {
      background: #fff;
      -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
      -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
      box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
      padding: 10px 15px 10px 10px;
      font-weight: bold;
      color: #1d65a5;
      white-space: nowrap;
      display: inline-block;
      margin-top: 10px; }
      @media screen and (min-width: 1024px) {
        .basic-course .footer a.button {
          margin-top: 0;
          float: right; }
          .basic-course .footer a.button:first-child {
            float: left; } }
      .basic-course .footer a.button svg, .basic-course .footer a.button i {
        margin-right: 10px; }

/* ===TOBACCO SEARCH=== */
.search-box.tobacco-search form {
  background: #f7f7ef;
  padding: 50px; }
  .search-box.tobacco-search form label {
    width: 100px; }
  .search-box.tobacco-search form #swpquery {
    border: 1px solid #d7d7d7;
    padding: 5px 10px; }
  .search-box.tobacco-search form input[type=submit] {
    border: 0;
    background: #1d65a5;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px; }

.page-tobacco-search #content h2, .page-tobacco-search-results #content h2, .filter-results #content h2 {
  font-size: 20px;
  font-weight: 600; }
.page-tobacco-search #content h3, .page-tobacco-search-results #content h3, .filter-results #content h3 {
  font-size: 22px;
  color: #70972f; }
.page-tobacco-search #content ul, .page-tobacco-search-results #content ul, .filter-results #content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 5px; }
  .page-tobacco-search #content ul li, .page-tobacco-search-results #content ul li, .filter-results #content ul li {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #dadada; }
    .page-tobacco-search #content ul li:first-child, .page-tobacco-search-results #content ul li:first-child, .filter-results #content ul li:first-child {
      border: 0; }
    .page-tobacco-search #content ul li:before, .page-tobacco-search-results #content ul li:before, .filter-results #content ul li:before {
      font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
      content: '\25A0';
      float: left;
      width: 20px;
      margin: 0 0 0 5px;
      padding-left: 0;
      color: #1d65a5;
      position: relative;
      top: -2px; }
    .page-tobacco-search #content ul li span, .page-tobacco-search-results #content ul li span, .filter-results #content ul li span {
      width: 200px;
      display: inline-block; }
      @media screen and (min-width: 990px) {
        .page-tobacco-search #content ul li span, .page-tobacco-search-results #content ul li span, .filter-results #content ul li span {
          /*width:665px;*/ } }
    .page-tobacco-search #content ul li svg, .page-tobacco-search-results #content ul li svg, .filter-results #content ul li svg {
      color: #ddd;
      fill: #ddd; }
    .page-tobacco-search #content ul li.active svg, .page-tobacco-search-results #content ul li.active svg, .filter-results #content ul li.active svg {
      color: #1d65a5 !important;
      fill: #1d65a5 !important; }

/* ===FOOTER=== */
footer {
  background: #3C4148;
  color: #fff;
  padding: 30px 0; }
  footer:before {
    display: block;
    content: "";
    clear: both;
    padding-top: 20px; }
  footer h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #70972f;
    font-size: 16px;
    font-weight: 600;
    margin: 0; }
  footer dl dt {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #70972f; }
  footer dl dd {
    line-height: 15px; }
    footer dl dd a, footer dl dd a:hover {
      color: #fff; }
  @media screen and (max-width: 600px) {
    footer .brand {
      text-align: center; } }
  footer .brand svg {
    max-width: 170px; }
    @media screen and (max-width: 600px) {
      footer .brand svg {
        max-width: 165px; } }
    footer .brand svg .cls-1 {
      stroke: transparent !important; }
    footer .brand svg *:hover {
      fill: #fff !important; }
  footer .copyright {
    font-size: 15px; }
    footer .copyright p {
      display: block;
      clear: both;
      padding-top: 15px;
      margin-bottom: 0;
      padding-bottom: 0; }
  footer .tertiary {
    font-size: 15px; }
    footer .tertiary ul {
      list-style: none;
      display: block;
      clear: both; }
      footer .tertiary ul:before {
        clear: both;
        display: block;
        content: ""; }
      footer .tertiary ul li {
        float: left; }
        @media screen and (max-width: 600px) {
          footer .tertiary ul li {
            float: none;
            display: block; } }
        footer .tertiary ul li a {
          border-left: 1px solid #ccc;
          padding: 0 10px;
          color: #fff; }
          @media screen and (max-width: 600px) {
            footer .tertiary ul li a {
              border: 0;
              padding: 10px 0;
              display: block; } }
        footer .tertiary ul li:first-child a {
          border: 0;
          padding-left: 0; }
  footer .social a {
    color: #fff;
    font-size: 27px; }
    footer .social a.twitter {
      margin-left: 5px; }
    footer .social a.youtube {
      margin: 0; }
      footer .social a.youtube .fa-inverse {
        fill: #3C4148 !important;
        color: #3C4148 !important; }

@media screen and (max-width: 1024px) {
  .sidebar .resource-wrapper {
    font-size: 85%; } }
.sidebar .resource-wrapper a {
  color: #1d65a5; }
.sidebar .resource-wrapper h3 {
  font-size: 24px;
  color: #1d65a5; }
.sidebar .resource-wrapper ul.resource-list {
  list-style: none; }
  .sidebar .resource-wrapper ul.resource-list li i {
    font-size: 28px; }
  .sidebar .resource-wrapper ul.resource-list li a {
    color: #1d65a5; }
  .sidebar .resource-wrapper ul.resource-list li .fa-link, .sidebar .resource-wrapper ul.resource-list li .fa-external-link {
    top: 13px; }
  .sidebar .resource-wrapper ul.resource-list li i.icon {
    margin-right: 5px; }
  .sidebar .resource-wrapper ul.resource-list li span.icon {
    margin-right: 10px;
    display: inline-block; }
.sidebar strong.title {
  font: 24px "Libre Baskerville", serif;
  color: #1d65a5;
  display: block; }
  @media screen and (max-width: 768px) {
    .sidebar strong.title {
      margin-top: 20px; } }
.sidebar .sub-nav ul {
  list-style: none;
  margin-left: 1.5em;
  padding-left: 0; }
  .sidebar .sub-nav ul li {
    margin-bottom: 5px; }
    .sidebar .sub-nav ul li:before {
      font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
      content: '\25A0';
      float: left;
      margin: 0;
      text-indent: -1em;
      padding-left: 0;
      color: #f6690b;
      position: relative;
      top: -2px; }
    .sidebar .sub-nav ul li a {
      color: #1d65a5;
      display: block; }
    .sidebar .sub-nav ul li.current_page_item a {
      color: #70972f;
      text-decoration: underline; }

/* ===Global Interior=== */
.interior .cta-wrap .blue.cta {
  padding: 50px 20px;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .interior .cta-wrap .blue.cta {
      margin-bottom: 15px; } }
  .interior .cta-wrap .blue.cta span {
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding-top: 20px; }
  .interior .cta-wrap .blue.cta svg {
    max-height: 55px;
    max-width: 135px; }
.interior .hide_content {
  display: none; }
.interior .read_more {
  display: block;
  color: #40464c;
  font-size: 15px;
  border-bottom: 1px dashed #b2b2b2;
  width: 135px;
  margin: 30px 0; }
  .interior .read_more:before {
    display: block;
    clear: both;
    content: ""; }

/* ===Form Adjustments=== */
.gfield_radio label, .gfield_checkbox label {
  font-size: 16px !important;
  line-height: 16px !important;
  margin-top: 0 !important;
  vertical-align: top; }

.disclaimer-text {
  font-size: 14px; }
  .disclaimer-text:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f06a";
    font-weight: 600;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #1d65a5; }

.phone-icon {
  font-size: 16px; }
  .phone-icon:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f095";
    font-weight: 600;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #70972f; }

.pdf-icon {
  font-size: 16px; }
  .pdf-icon:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f1c1";
    font-weight: 600;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #1d65a5; }

.larger-grey-text {
  font-size: 20px;
  color: #666; }
  .larger-grey-text a {
    font-size: 20px;
    color: #1d65a5;
    text-decoration: underline; }

.pdf-icon:before {
  font-family: 'Font Awesome 5 Light';
  content: "\f1c1";
  font-weight: 600;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 2px;
  position: relative;
  color: #1d65a5; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  vertical-align: top; }

.page-pa-map .counties .county span {
  display: block; }
  .page-pa-map .counties .county span svg {
    margin-right: 10px; }

.type-press_release.single ul.gallery {
  list-style: none;
  margin: 0;
  padding: 0; }
  .type-press_release.single ul.gallery li {
    text-align: center; }
.type-press_release.single .download-zip {
  margin: 30px 0;
  display: inline-block; }

#gform_5 {
  /*****
   *
   * Radio checked style related
   * the fun part starts here
   *
   */
  /**
   * How it should look when hovered
   */
  /**
   * Make those labels sexy
   */
  /**
   * How it should look when checked
   */
  /**
   * How it should look when disabled
   */ }
  #gform_5 li.gfield.gf_list_2col ul.gfield_radio li label {
    max-width: 100% !important;
    overflow: visible !important; }
  #gform_5 .gfield_description {
    font-size: 16px; }
  #gform_5 #field_5_1, #gform_5 #field_5_2, #gform_5 #field_5_3, #gform_5 #field_5_7, #gform_5 #field_5_4, #gform_5 #field_5_8 {
    border-top: 2px solid #ccc;
    padding-top: 20px; }
  #gform_5 .gform_body {
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    background: #fff;
    padding: 20px;
    color: #40464c;
    border: 1px solid #d7d7d7; }
  #gform_5 .gfield_html_formatted {
    background: #fafafa;
    padding: 15px;
    border: 1px solid #ccc; }
    #gform_5 .gfield_html_formatted p {
      font-size: 18px !important; }
    #gform_5 .gfield_html_formatted .btn {
      font-size: 18px; }
      #gform_5 .gfield_html_formatted .btn:before {
        display: block;
        content: "";
        clear: both; }
  #gform_5 #gform_submit_button_5 {
    display: none; }
  #gform_5 *, #gform_5 *:before, #gform_5 *:after {
    box-sizing: inherit; }
  #gform_5 .box {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
    background: white;
    border: 1px solid white;
    border-radius: 3px;
    text-align: left; }
  #gform_5 .gfield_label {
    font-size: 25px;
    line-height: 20px;
    font-weight: normal; }
  #gform_5 #field_5_5 p {
    color: #3C4148; }
  #gform_5 input[type=radio] {
    display: none; }
  #gform_5 ul.gfield_radio {
    position: relative;
    margin-left: -20px; }
  #gform_5 .active-label, #gform_5 .gfield_radio label:focus, #gform_5 .gfield_radio label:hover, #gform_5 .gfield_radio label:active, #gform_5 input:checked + label {
    color: #1d65a5; }
    #gform_5 .active-label:before, #gform_5 .gfield_radio label:focus:before, #gform_5 .gfield_radio label:hover:before, #gform_5 .gfield_radio label:active:before, #gform_5 input:checked + label:before {
      background: #1d65a5;
      border-color: #1d65a5; }
  #gform_5 .gfield_radio label {
    font-size: 20px !important;
    font-weight: normal;
    line-height: 1;
    cursor: pointer;
    display: block;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    whitespace: no-wrap;
    transition: all .15s ease;
    content: "";
    /**
     * This is the radio fake dot basically
     */ }
    #gform_5 .gfield_radio label:first-of-type {
      border: 0; }
    #gform_5 .gfield_radio label:before {
      content: "";
      position: absolute;
      left: 1rem;
      top: 1rem;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: .2rem solid #ccc;
      background: #fff; }
  #gform_5 input:checked + label:before {
    border-color: white;
    border: none;
    background: #1d65a5;
    font-family: 'Font Awesome 5 Light';
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 24px;
    letter-spacing: -2px; }
  #gform_5 input:disabled + label {
    background: #efefef;
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed; }
    #gform_5 input:disabled + label:hover {
      border-color: rgba(0, 0, 0, 0.1); }
    #gform_5 input:disabled + label:before {
      border-color: white;
      background: white; }

.form-wrapper {
  background: #f7f7ef;
  border: 1px solid #d7d7d7;
  padding: 25px; }
  .form-wrapper h3 {
    color: #1d65a5; }
  .form-wrapper p {
    margin-bottom: 8px;
    clear: both; }
    .form-wrapper p .icon {
      font-size: 30px;
      color: #1d65a5;
      margin-right: 10px; }

#gform_8 {
  margin-top: 10px; }

/*
#gform_save_8_link{

	display: block;
    position: fixed;
    bottom: 0;
    background: $grey_dark;
    width: 100%;
    color: #fff;
    z-index: 99999;
    left: 0;
    text-align: center;
    padding:15px 0;
    margin-left:0;


	&.nofloat{
		background:transparent;
		position: relative;
		padding:0;
		width:auto;
		display: inline-block;
    }
}

*/
#sticky_button {
  display: block;
  position: fixed;
  bottom: 0;
  background: #3C4148;
  width: 100%;
  color: #fff;
  z-index: 99999;
  left: 0;
  text-align: center;
  padding: 15px 0;
  margin-left: 0; }

#sticky-wrapper {
  display: none;
  bottom: -30px;
  opacity: 0; }
  #sticky-wrapper.active {
    display: block;
    position: fixed;
    bottom: 0;
    background: #3C4148;
    width: 100%;
    color: #fff;
    z-index: 99999;
    left: 0;
    text-align: center;
    padding: 15px 0;
    margin-left: 0;
    transition: all 2s ease 0s;
    opacity: 1; }

.form_saved_message {
  background: #f7f7ef;
  border: 1px solid #d7d7d7;
  padding: 15px; }

#gform_8 input[type=text] {
  padding: 5px; }
#gform_8 #gform_send_resume_link_button_8 {
  padding: 7px 12px; }

.resume_form_link {
  display: block;
  clear: both; }
  .resume_form_link:after {
    display: block;
    clear: both;
    content: ""; }

#copy-save-link {
  color: #fff; }

#gform_9 div.charleft {
  display: none !important; }

.intro {
  background: #f7f7ef; }
  .intro .content {
    font-size: 22px; }

.resource-group .resource {
  display: inline-block;
  text-align: center;
  color: #1d65a5; }
  .resource-group .resource .wrap {
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    border: 1px solid #fafafa;
    text-align: center; }
    .resource-group .resource .wrap span {
      display: block; }
      .resource-group .resource .wrap span.circle {
        display: block;
        background: #1d65a5;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        width: 45px;
        height: 45px;
        color: #fff;
        text-align: center !important;
        margin: 0 auto;
        font-size: 25px; }
        .resource-group .resource .wrap span.circle i {
          position: relative;
          top: 3px; }

.page-employment .larger-grey-text {
  padding-top: 20px; }

.page-internship-opportunities h2 {
  font-size: 28px;
  color: #3C4148;
  margin-top: 20px; }
  .page-internship-opportunities h2:first-child {
    margin-top: 0; }
.page-internship-opportunities h3 {
  font-weight: normal !important;
  margin-top: 20px;
  padding-top: 20px; }
.page-internship-opportunities h4 {
  font-weight: normal !important; }
.page-internship-opportunities .job .btn i, .page-internship-opportunities .job .btn svg {
  margin-right: 5px; }

#find-a-rep path:hover {
  cursor: pointer !important;
  fill-opacity: 0.8; }
#find-a-rep #Fulton, #find-a-rep #Franklin, #find-a-rep #Adams, #find-a-rep #York, #find-a-rep #Lancaster, #find-a-rep #Lebanon, #find-a-rep #Dauphin, #find-a-rep #Cumberland, #find-a-rep #Perry, #find-a-rep #Northumberland, #find-a-rep #Juniata, #find-a-rep #Snyder {
  fill: #fabe89 !important;
  stroke: #e8a66b !important; }
#find-a-rep #Chester, #find-a-rep #Delaware, #find-a-rep #Philadelphia, #find-a-rep #Montgomery {
  fill: #f1d0fa !important;
  stroke: #cf9fdd !important; }
#find-a-rep #Berks, #find-a-rep #Bucks, #find-a-rep #Lehigh, #find-a-rep #Northampton, #find-a-rep #Monroe, #find-a-rep #Pike {
  fill: #aee8ec !important;
  stroke: #90cfd3 !important; }
#find-a-rep #Bradford, #find-a-rep #Susquehanna, #find-a-rep #Sullivan, #find-a-rep #Wyoming, #find-a-rep #Carbon, #find-a-rep #Luzerne, #find-a-rep #Lackawanna, #find-a-rep #Columbia, #find-a-rep #Schuylkill, #find-a-rep #Wayne, #find-a-rep #Montour {
  fill: #f4b9a9 !important;
  stroke: #d08d7a !important; }
#find-a-rep #Cambria, #find-a-rep #Blair, #find-a-rep #Huntingdon, #find-a-rep #Mifflin, #find-a-rep #Centre, #find-a-rep #Clearfield, #find-a-rep #Clinton, #find-a-rep #Cameron, #find-a-rep #Potter, #find-a-rep #Tioga, #find-a-rep #Lycoming, #find-a-rep #Union {
  fill: #b5d99d !important;
  stroke: #8eb972 !important; }
#find-a-rep #Erie, #find-a-rep #Crawford, #find-a-rep #Mercer, #find-a-rep #Lawrence, #find-a-rep #Warren, #find-a-rep #Forest, #find-a-rep #Clarion, #find-a-rep #Jefferson, #find-a-rep #Elk, #find-a-rep #McKean, #find-a-rep #Venango {
  fill: #e7f2fb !important;
  stroke: #b1cde4 !important; }

.type-consumer-advisory.page-archive #content h2 {
  color: #1d65a5;
  font-size: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px; }
  .type-consumer-advisory.page-archive #content h2 i, .type-consumer-advisory.page-archive #content h2 svg {
    display: inline-block;
    color: #1d65a5;
    margin-right: 10px; }
.type-consumer-advisory.page-archive #content ul {
  list-style: none;
  margin-left: 10px;
  padding-left: 5px; }
  .type-consumer-advisory.page-archive #content ul li {
    padding: 6px 0; }
    .type-consumer-advisory.page-archive #content ul li:first-child {
      border: 0; }
    .type-consumer-advisory.page-archive #content ul li:before {
      font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
      content: '\25A0';
      position: relative;
      margin-left: -15px;
      margin-right: 5px;
      color: #f6690b; }

.type-consumer-advisory.single .sidebar ul {
  list-style: none;
  margin-left: 10px;
  padding-left: 5px;
  margin-top: 20px; }
  .type-consumer-advisory.single .sidebar ul li {
    padding: 3px 0; }
    .type-consumer-advisory.single .sidebar ul li a {
      color: #1d65a5; }
    .type-consumer-advisory.single .sidebar ul li.current_item a {
      text-decoration: none;
      color: #000 !important; }
      .type-consumer-advisory.single .sidebar ul li.current_item a:hover {
        text-decoration: none !important; }
    .type-consumer-advisory.single .sidebar ul li:first-child {
      border: 0; }
    .type-consumer-advisory.single .sidebar ul li:before {
      font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
      content: '\25A0';
      position: relative;
      margin-left: -15px;
      margin-right: 5px;
      color: #f6690b; }

.share .at-icon-wrapper {
  -moz-border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  border-radius: 16px !important; }
.share .label {
  color: #40464c;
  padding-right: 5px; }

@media screen and (max-width: 768px) {
  .type-ta_item.single .share {
    margin-top: 20px; } }
.type-ta_item.single strong.title {
  font-size: 35px;
  font-weight: normal;
  display: block; }
  @media screen and (max-width: 768px) {
    .type-ta_item.single strong.title {
      margin-top: 40px; } }
.type-ta_item.single h1 {
  color: #1d65a5;
  font-size: 22px !important; }
.type-ta_item.single .date {
  padding: 10px 0 20px 0; }
  .type-ta_item.single .date span {
    color: #70972f;
    font-size: 15px; }
.type-ta_item.single .sidebar strong.title {
  font-size: 24px !important; }
.type-ta_item.single .sidebar strong.subtitle {
  font-size: 20px;
  display: block;
  padding: 10px 0; }
.type-ta_item.single .gallery {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }

.article-primary {
  margin-bottom: 30px; }
  .article-primary h4 {
    color: #1d65a5;
    font-size: 20px; }
  .article-primary img {
    padding-right: 10px; }

.stories .tools {
  border-bottom: 1px solid #ccc; }
  .stories .tools th:hover {
    cursor: pointer; }
.stories td a {
  color: #000; }
.stories .date {
  width: 30%; }
.stories strong.date {
  color: #1d65a5; }

.suspects {
  border-top: 1px solid #ccc;
  padding-bottom: 20px; }

.paginations {
  border-top: 1px solid #ccc;
  border-radius: 0 !important;
  padding: 10px 0; }
  .paginations ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .paginations ul li {
      float: left;
      padding: 0 10px; }
      .paginations ul li a {
        color: #1d65a5; }

.article {
  padding: 3px; }
  .article:hover {
    background: #fafafa;
    -webkit-box-shadow: 20px 10px 53px -27px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 20px 10px 53px -27px rgba(0, 0, 0, 0.38);
    box-shadow: 20px 10px 53px -27px rgba(0, 0, 0, 0.38);
    cursor: pointer; }
  .article a {
    color: #1d65a5;
    display: block; }
    .article a:hover {
      text-decoration: none; }
  .article.article-secondary img {
    margin-bottom: 10px; }
  .article .date {
    color: #9d9d9d !important; }

#find-a-rep #cat {
  display: block; }
  @media screen and (min-width: 1024px) {
    #find-a-rep #cat {
      display: none; } }
#find-a-rep #pa-map {
  display: none; }
  @media screen and (min-width: 1024px) {
    #find-a-rep #pa-map {
      display: block; } }
  #find-a-rep #pa-map path:hover {
    pointer: cursor !important; }
#find-a-rep .county .rep {
  display: block;
  margin: 5px 0; }
  #find-a-rep .county .rep.bio {
    font-size: 14px; }

.justify-content-center {
  margin: 0 auto; }

.parc-banner {
  background: #1a2954; }

.contact .contact-link {
  color: #fff;
  text-decoration: underline; }

.resource-gallery a {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  color: #fff; }
  .resource-gallery a:hover {
    color: #fff; }
  .resource-gallery a .view-gallery {
    display: inline-block;
    position: absolute;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    left: 20%;
    top: 40%;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 3px; }

.help .mini-close {
  display: none; }
.help .alerts {
  position: relative; }
  @media screen and (min-width: 600px) and (max-width: 799px) {
    .help .alerts .alert {
      width: 100% !important; } }
  @media screen and (min-width: 1025px) {
    .help .alerts .alert {
      min-width: 570px !important;
      max-width: 570px !important;
      display: block; } }
  .help .alerts .alert-controls {
    z-index: 999;
    position: absolute;
    display: none;
    width: 100%;
    top: 74px; }
    @media screen and (min-width: 1025px) {
      .help .alerts .alert-controls {
        display: block; } }
    .help .alerts .alert-controls .arrow {
      background: #fff;
      border-radius: 20px;
      width: 30px;
      height: 30px;
      z-index: 999999;
      display: block;
      border: 1px solid #ccc;
      position: absolute; }
      .help .alerts .alert-controls .arrow.cycle-prev {
        left: -7px; }
        .help .alerts .alert-controls .arrow.cycle-prev svg {
          left: 9px; }
      .help .alerts .alert-controls .arrow.cycle-next {
        right: 22px; }
      .help .alerts .alert-controls .arrow i, .help .alerts .alert-controls .arrow svg {
        top: 2px;
        left: 10px;
        position: relative; }

.active a, li.has-children:active a, li.has-children:visited a {
  text-decoration: none !important; }

#label_5_6_0 {
  white-space: normal !important; }

#usa-svg {
  display: none; }
  @media screen and (min-width: 1170px) {
    #usa-svg {
      display: block; } }

#usa-select {
  display: block;
  margin-bottom: 30px; }
  @media screen and (min-width: 1170px) {
    #usa-select {
      display: none; } }

.archive-search .search-submit {
  background: #1d65a5;
  color: #fff;
  border: 0;
  padding: 6px 8px; }
.archive-search .search-field {
  padding: 6px;
  border: 1px solid #ccc; }

.taking-action-topics {
  margin: 0;
  padding: 0 0 0 20px; }

.extra-media {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px; }
  .extra-media .subtitle {
    font-size: 20px !important; }

#photoModal .modal-body {
  text-align: center; }

@media (min-width: 1170px) {
  #pinsPhotoModal .modal-dialog {
    max-width: 1000px !important;
    margin: 30px auto !important; } }
#pinsPhotoModal .modal-dialog .modal-header {
  display: block; }
#pinsPhotoModal .modal-dialog .modal-body {
  text-align: center; }
#pinsPhotoModal .modal-dialog .modal-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 999999; }
  #pinsPhotoModal .modal-dialog .modal-controls .btn-primary {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 24px;
    font-weight: 300;
    background: #1d65a5; }
    #pinsPhotoModal .modal-dialog .modal-controls .btn-primary.prev {
      left: -10px; }
    #pinsPhotoModal .modal-dialog .modal-controls .btn-primary.next {
      right: -10px; }

#gform_wrapper_2 .gfield_list_7_cell1 {
  width: 100px; }
#gform_wrapper_2 th {
  padding: 15px; }

.just-josh {
  width: 100px;
  padding: 15px 0 30px 0; }
  @media screen and (min-width: 1024px) {
    .just-josh {
      position: relative;
      margin-top: -30px;
      margin-right: 30px; } }

.gform_delete {
  width: 15px !important; }

.gfield_radio label, .gfield_checkbox label {
  line-height: 20px !important;
  font-weight: normal; }

.was-validated .form-control:valid ~ .invalid-feedback {
  display: none !important; }

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #fff !important; }

.page-employment .page-tabs .nav-tabs .nav-link span {
  min-height: 54px;
  width: 110px; }

.search-header {
  margin-top: 20px; }

.entry-title, .entry-title a {
  color: #1d65a5; }

#submit-a-complaint .resource-wrapper p {
  padding: 0;
  margin-bottom: 0 !important; }

#submit-a-complaint .resource-wrapper ul {
  margin-top: 10px !important; }

.sidebar .resource-wrapper a.blue.btn {
  color: #fff !important; }

@media screen and (min-width: 991px) {
  .page-tabs {
    display: block; } }
@media screen and (max-width: 990px) {
  .mobile-accordion {
    display: block; } }
.sidebar .resource-wrapper a.blue.btn {
  color: #fff !important; }

#the-office #tc-5 img {
  max-width: 200px; }
  @media screen and (max-width: 768px) {
    #the-office #tc-5 img {
      clear: both !important;
      float: none !important; } }

#field_34_30 label,
#field_34_25 label,
#field_34_28 label {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  line-height: 32px;
  font-weight: normal; }

#township:hover {
  cursor: pointer; }

legend {
  font-size: 16px !important;
  font-weight: bold; }

.badge {
  padding: 1em .8em; }

.nav-links * {
  padding: 5px; }

.nav-links a {
  color: #1d65a5; }

.gform_wrapper table.gfield_list thead th:first-child {
  padding-left: 10px; }

#gform_submit_button_40 {
  display: none; }

#dynamic-form {
  display: none;
  background: url("../images/ui/loader.gif") center center no-repeat;
  min-height: 100px;
  position: relative;
  margin-top: -30px; }
  #dynamic-form .gform_confirmation_wrapper {
    display: none;
    padding-top: 30px; }
    #dynamic-form .gform_confirmation_wrapper h4 {
      font-size: 21px !important; }
  #dynamic-form .gf-error {
    margin-top: 30px; }

#gv-field-24-edit_link {
  width: 10%; }

#gv-field-24-6 {
  width: 15%; }

.parc #nav-toggle {
  position: relative;
  float: right;
  top: 0; }
.parc .mobile-toolbar {
  height: 50px; }
.parc .secondary {
  background: #1a2954; }

.expires {
  font-size: 14px; }

#gform_save_110_link {
  color: #fff;
  font-weight: bold; }

.data.tags a {
  color: #fff !important; }

.type-dataset.single .badge a {
  color: #fff !important; }
.type-dataset.single .desc {
  font-size: 20px; }

@media screen and (max-width: 1023px) {
  .type-dataset.page-archive .column {
    width: 100% !important; } }

.type-dataset.page-archive .search-form, #data-search {
  width: 100%; }
  .type-dataset.page-archive .search-form label, #data-search label {
    font-weight: bold; }
  .type-dataset.page-archive .search-form #s, #data-search #s {
    width: 80%;
    padding: 5px;
    position: relative;
    top: 2px; }

.gfield_signature_container {
  position: relative; }

.job h4 {
  font-weight: bold; }

.podcast {
  background: #fafafa; }
  .podcast p {
    font-size: 16px;
    line-height: 20px !important; }

#page-victim-notification ol ol {
  list-style-type: lower-alpha; }

#gform_submit_button_136 {
  background: #1d65a5;
  color: #fff;
  border: 0;
  padding: 10px; }

#gform_wrapper_136 .gfield_label {
  font-size: 30px !important;
  color: #1d65a5 !important; }

.tribe-mini-calendar-no-event {
  color: #000 !important; }

.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary {
  background: none; }

.new-help-wrapper {
  background: url(../images/ui/texture.jpg);
  background-size: 50%; }
  .new-help-wrapper .topic-wrapper {
    width: 100%;
    height: 300px; }
    @media screen and (min-width: 1024px) {
      .new-help-wrapper .topic-wrapper .owl-stage-outer {
        width: 90%; } }
    .new-help-wrapper .topic-wrapper .owl-prev, .new-help-wrapper .topic-wrapper .owl-next {
      position: absolute;
      width: 30px;
      height: 30px;
      background: #1d65a5 !important;
      color: #fff !important;
      top: 40%;
      padding: 10px; }
    .new-help-wrapper .topic-wrapper .owl-prev {
      left: -30px; }
    .new-help-wrapper .topic-wrapper .owl-next {
      right: -40px; }
    .new-help-wrapper .topic-wrapper .card {
      width: 200px !important;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #1d65a5;
      font-size: 13px;
      /*position: absolute!important;*/ }
      .new-help-wrapper .topic-wrapper .card .card-text {
        white-space: normal !important; }
  .new-help-wrapper .tag {
    background: #0e426d;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px; }
  .new-help-wrapper .introduction h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .new-help-wrapper .introduction h2:after {
      display: block;
      content: "";
      border-bottom: 3px solid #3564a0;
      width: 15%;
      margin-top: 10px; }
  .new-help-wrapper .introduction p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 1px; }
  .new-help-wrapper .introduction a {
    color: #dc6536;
    padding: 5px 10px;
    border: 1px solid #996523;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px; }

.new img {
  max-height: 160px; }

.promo-secondary {
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  background: #fff;
  color: #3C4148;
  text-decoration: none !important;
  padding: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin-top: 15px;
  text-overflow: center;
  max-height: 128px; }
  .promo-secondary img {
    max-height: 128px; }

.promo .alert-zone .tag {
  background: #2c2f31; }
.promo .alert-zone .alrt, .promo-secondary .promo .alert-zone {
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
  background: #fff;
  color: #3C4148;
  text-decoration: none !important;
  padding: 15px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin-top: 15px; }
  .promo .alert-zone .alrt:hover, .promo-secondary .promo .alert-zone:hover {
    text-decoration: none; }
  .promo .alert-zone .alrt p, .promo-secondary .promo .alert-zone p {
    line-height: 14px;
    margin-bottom: 0; }
  .promo .alert-zone .alrt p.green, .promo-secondary .promo .alert-zone p.green {
    color: #70972f;
    text-transform: uppercase;
    font-weight: bold; }
  .promo .alert-zone .alrt p.small, .promo-secondary .promo .alert-zone p.small {
    font-family: 'Varela', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-top: 10px; }
  .promo .alert-zone .alrt img, .promo-secondary .promo .alert-zone img {
    max-width: 37px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px; }

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5; }

.display-4 {
  font-size: 2.5rem; }

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem; } }
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem; }

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0; }

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.h-250 {
  height: 250px; }

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px; } }
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem; }

.blog-pagination > .btn {
  border-radius: 2rem; }

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem; }

.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem; }

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999; }

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5; }

.blog-footer p:last-child {
  margin-bottom: 0; }

.grouping {
  background: #fff;
  color: #000; }

.grouping:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out; }

.grouping:hover::after {
  opacity: 1; }

.grouping:hover {
  text-decoration: none;
  color: #000; }

.stretched-link {
  color: #007bff !important; }

.stretched-link i {
  font-size: 11px; }

.grouping:hover .stretched-link {
  color: #007bff !important;
  text-decoration: underline; }

.tracing-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 5px; }

.tribe-bar-geoloc-filter {
  width: 25%;
  float: left;
  padding: 15px; }

#tribe-events-content a {
  color: #f07f29;
  font-size: 14px !important;
  font-weight: bold; }

.tribe-events-calendar thead, .tribe-events-calendar thead tr, .tribe-events-calendar thead tr th {
  background: #294670;
  color: #fff; }

.tribe-events-shortcode.view-month tbody tr:nth-child(1),
.tribe-events-shortcode.view-month tbody tr:nth-child(3),
.tribe-events-shortcode.view-month tbody tr:nth-child(4),
.tribe-events-shortcode.view-month tbody tr:nth-child(5),
.tribe-events-shortcode.view-month tbody tr:nth-child(6),
.tribe-events-page-title, .tribe-events-nav-pagination {
  display: none; }

.entry-title.summary {
  font-size: 14px !important; }

#consumer-protection-week #content h1, #consumer-protection-week #tribe-events-bar {
  display: none; }

#consumer-protection-week #content h2 {
  font-weight: bold;
  font-size: 40px;
  color: #f07f29; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #d7f3fb !important; }

#gform_fields_157 .gf_left_third, #gform_fields_157 .gf_middle_third {
  width: 10%;
  margin-top: 0; }

#gform_fields_157 .gf_right_third {
  width: 80%; }

#gform_fields_160 .gf_left_half {
  width: 20%; }

#gform_fields_160 .gf_right_half {
  width: 80%; }

#gform_fields_160 li.gfield {
  margin-top: 0 !important; }

#gform_fields_160 li.hidden_label input {
  margin-top: 0 !important; }

.type-ethics_page {
  background: url(../images/ethics/bg.jpg) no-repeat top center;
  background-size: 100% 45%; }
  .type-ethics_page.post-ethics-home main {
    background: none !important; }
  .type-ethics_page #nav-toggle span {
    display: none; }
  .type-ethics_page main {
    background: #fff; }
  .type-ethics_page .coa-img {
    max-width: 200px; }
    @media screen and (min-width: 769px) {
      .type-ethics_page .coa-img {
        max-width: 300px; } }
  .type-ethics_page header .branding {
    padding: 20px 0; }
  .type-ethics_page header img {
    width: 300px;
    height: auto; }
    @media screen and (max-width: 700px) {
      .type-ethics_page header img {
        width: 168px; } }
    .type-ethics_page header img:first-child {
      width: 125px;
      height: auto;
      margin-right: 60px; }
      @media screen and (max-width: 700px) {
        .type-ethics_page header img:first-child {
          width: 94px;
          height: auto;
          margin-right: 30px;
          margin-left: 30px; } }
  .type-ethics_page header span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #003f80;
    display: inline-block;
    width: 475px;
    border-left: 2px solid #eeaa42;
    font-size: 23px;
    line-height: 26px;
    margin-left: 20px;
    padding-left: 20px;
    top: 22px;
    position: relative; }
    @media screen and (max-width: 769px) {
      .type-ethics_page header span {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        color: #003f80;
        display: inline-block;
        width: auto;
        /* width: 475px; */
        /* border-left: 2px solid #eeaa42; */
        font-size: 19px;
        line-height: 26px;
        max-width: 100%; } }
  @media screen and (min-width: 769px) {
    .type-ethics_page header #nav-toggle {
      display: none; } }
  .type-ethics_page header nav {
    display: none;
    background: #003f81;
    padding: 20px 0 10px 0; }
    @media screen and (min-width: 769px) {
      .type-ethics_page header nav {
        display: block; } }
    .type-ethics_page header nav ul {
      list-style: none;
      flex-direction: row;
      justify-content: space-around;
      display: flex; }
      .type-ethics_page header nav ul li {
        font-family: 'Varela', sans-serif;
        text-align: center;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        					/*
        
        					&#menu-item-21875{
        						width: 70px;
        					}
        
        					&#menu-item-21874{
        						width: 150px;
        					}
        					*/ }
        .type-ethics_page header nav ul li.current-menu-item:after, .type-ethics_page header nav ul li.current-menu-ancestor:after {
          display: block;
          margin: 0 auto;
          max-width: 40%;
          border-bottom: 3px solid #eeaa42;
          content: "";
          margin-top: 10px; }
        .type-ethics_page header nav ul li.menu-item-has-children:hover {
          background: #fff; }
          .type-ethics_page header nav ul li.menu-item-has-children:hover a {
            color: #003f81; }
          .type-ethics_page header nav ul li.menu-item-has-children:hover ul {
            display: grid;
            z-index: 999; }
        .type-ethics_page header nav ul li ul {
          display: none;
          background: #fff;
          color: #003f81;
          position: absolute;
          top: 60px;
          left: 0;
          padding: 20px 20px 20px 20px;
          -webkit-box-shadow: 9px 9px 5px -5px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 9px 9px 5px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 9px 9px 5px -5px rgba(0, 0, 0, 0.15);
          width: 400px;
          text-align: left; }
          .type-ethics_page header nav ul li ul li {
            white-space: nowrap;
            text-align: left;
            padding-left: 10px; }
            .type-ethics_page header nav ul li ul li.current-menu-item {
              text-decoration: underline; }
            .type-ethics_page header nav ul li ul li:after {
              display: none !important; }
            .type-ethics_page header nav ul li ul li a {
              color: #003f81; }
              .type-ethics_page header nav ul li ul li a:hover {
                text-decoration: underline; }
        .type-ethics_page header nav ul li a {
          color: #fff;
          font-size: 20px; }
          .type-ethics_page header nav ul li a:hover {
            text-decoration: none;
            color: #49b4e7; }
  .type-ethics_page .intro {
    background: none;
    padding: 40px 0; }
    .type-ethics_page .intro p {
      font-size: 20px;
      line-height: 40px; }
  .type-ethics_page .featured-videos .video h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 30px; }
  .type-ethics_page .menu-item-21873 a {
    max-width: 210px;
    display: inline-block; }
  .type-ethics_page .menu-item-21873 ul li a {
    max-width: none; }
  .type-ethics_page .menu-item-21872 .sub-menu {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    left: -285px;
    width: 710px;
    z-index: 1;
    list-style-type: none; }
  .type-ethics_page .recent-videos {
    border-top: 1px solid #eeaa42;
    font-family: Varela, sans-serif; }
    .type-ethics_page .recent-videos h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      font-size: 25px;
      color: #003f81; }
    .type-ethics_page .recent-videos h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 10px; }
    .type-ethics_page .recent-videos .date {
      padding-top: 10px; }
    .type-ethics_page .recent-videos .btn {
      background: #003f81;
      color: #fff; }
      .type-ethics_page .recent-videos .btn:hover {
        color: #fff;
        text-decoration: underline; }
      .type-ethics_page .recent-videos .btn i {
        color: #eeaa42; }
  .type-ethics_page footer {
    margin-top: 30px; }
  .type-ethics_page.single h1 {
    color: #003f81;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px !important; }
  .type-ethics_page.single .excerpt {
    font-size: 20px; }
  .type-ethics_page.single .iframe iframe {
    display: none; }
  .type-ethics_page.single .video {
    font-family: 'Montserrat', sans-serif; }
    .type-ethics_page.single .video a {
      color: #000; }
      .type-ethics_page.single .video a.btn {
        color: #fff; }
        .type-ethics_page.single .video a.btn i {
          color: #eeaa42 !important; }
    .type-ethics_page.single .video h2 {
      font-size: 20px; }
      .type-ethics_page.single .video h2 strong {
        font-size: 18px; }
    .type-ethics_page.single .video .tn img {
      border: 1px solid #ccc; }
  .type-ethics_page.single .sidebar {
    background: #c9d8e5;
    padding-top: 65px; }
    .type-ethics_page.single .sidebar input[type=text], .type-ethics_page.single .sidebar input[type=email], .type-ethics_page.single .sidebar textarea {
      width: 100%;
      border: 0;
      border-top: 2px solid #a5bbd3;
      border-left: 2px solid #a5bbd3; }
    .type-ethics_page.single .sidebar label {
      margin: 0; }
    .type-ethics_page.single .sidebar .gform_footer {
      padding-top: 0; }
    .type-ethics_page.single .sidebar .btn {
      background: #003f81;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      font-size: 16px;
      padding: 10px 20px; }
    .type-ethics_page.single .sidebar a.all-resources {
      text-decoration: underline;
      margin-left: 20px; }
      .type-ethics_page.single .sidebar a.all-resources i {
        font-size: 13px;
        margin-left: 6px; }
    .type-ethics_page.single .sidebar ul li {
      font-size: 18px;
      margin-bottom: 10px; }
      .type-ethics_page.single .sidebar ul li a {
        color: #000;
        text-decoration: underline; }
        .type-ethics_page.single .sidebar ul li a i {
          color: #003f81;
          margin-left: 10px;
          margin-right: 10px; }
    .type-ethics_page.single .sidebar h2 {
      color: #003f81;
      font-weight: bold;
      font-size: 20px;
      font-family: 'Montserrat', sans-serif; }

.page-photo-contest-2020 legend {
  font-size: 30px !important;
  color: #1d65a5 !important; }

.page-fracking .resource-list li {
  margin: 10px 0;
  border: 1px solid #fafafa; }
  .page-fracking .resource-list li i {
    margin-right: 10px; }

#alert-IE {
  display: none; }

#alert-IE.IE {
  display: block !important; }

.alignright {
  float: right;
  padding: 10px 0 10px 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto; }

#popmake-23194 {
  background: url(https://www.attorneygeneral.gov/wp-content/uploads/2020/10/seal-grey-1.gif) no-repeat bottom right #fff;
  background-size: 45%;
  background-position: top right; }

.new-help-wrapper .owl-nav {
  display: none; }
  @media screen and (min-width: 600px) {
    .new-help-wrapper .owl-nav {
      display: block; } }

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