/*
Theme Name: Attorney General
Theme URI: https://f6938a7d-0498-4f21-a2bd-9bbe6774f406.p.bardy.io
Author: Delaware GIC - Matt Campbell, Julianne Solum
Author URI: https://75221f19-1c83-4d77-aa24-3f096f72ee15.p.bardy.io
Description: Custom WordPress theme designed exclusively for the Office of the Attorney General
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_AG_theme
*/

/* ############################################################################################## */

/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF4 2016  */
/*  Developed by the GIC (Matt Campbell, Julianne Solum)  */

/* ############################################################################################## */

/*==========  Bootstrap 3 Mobile First Method CSS  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

  /* ============================= ELEMENTS ============================= */
  html {
    -webkit-font-smoothing: antialiased !important;
    position: relative;
    min-height: 100%;
  }

  body {
    width: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased !important;
    padding-bottom: 945px;
  }

  /* ============================= ID's ============================= */

  /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
  /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
  #menu-attorney-general-navigation {
    z-index: 999;
  }

  .affix #menu-attorney-general-navigation {
    position: absolute !important;
  }

  #menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #295498;
    transition: all 0.25s ease-out
  }

  #main_header h1,
  #main_content h1 {
    font-family: 'Source Sans Pro';
    color: #2b7284 !important;
    font-size: 50px;
    font-weight: 300;
  }

  #main_header h2,
  #main_content h2 {
    font-family: 'Source Sans Pro';
    color: #2f6f7a;
    margin-top: 0px;
    font-weight: 600;
  }

  #main_content a,
  #main_content a:link,
  #main_content a:active,
  #main_content a:visited,
  #news_block a,
  #news_block a:link,
  #news_block a:active,
  #news_block a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #245194 !important;
  }

  #main_content a {
    color: #245194 !important;
	 font-weight: bold !important
  }

  #main_content a:hover {
    text-decoration: underline;
    font-weight: normal
  }

  #main_content ul,
  #main_content ol,
  #news_block ul,
  #news_block ol {
    #font-size: 0.9em;
    line-height: 2.1em;
    margin-top: 1.0em;
    margin-bottom: 1.0em
  }

  #loading1 {
    margin-left: auto;
    margin-right: auto;
    width: 100px
  }

  #agencyFooter {
    background-color: #2f6f7a;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.5em;
    padding-top: 30px;
    padding-bottom: 2.0em;
    border-bottom: 10px solid #245194;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 610px;
    z-index: 1029;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 615px;
    }
  }

  #agencyFooter a,
  #agencyFooter a:link,
  #agencyFooter a:active,
  #agencyFooter a:visited {
    color: #fff !important;
    text-decoration: none
  }

  #agencyFooter a:hover {
    color: #fff !important;
    text-decoration: underline
  }

  #agencyFooter h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #ffe56b !important;
    margin-top: -5px;
    margin-bottom: -10px;
    font-size: 20px;
  }

  #headerImage {
    height: 550px;
    width: 100%;
    /*background-image: url('img/ag-header-image.jpg');
background-repeat: no-repeat;*/
    background-size: cover;
    background-position: 50%;
    margin-top: -20px;
    position: relative;
  }

  #fraud-header {
    height: 360px;
    width: 100%;
    background-image: url('img/fraud-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }

  #criminal-header {
    /*height: 360px;*/
    height: 460px;
    width: 100%;
    background-image: url('img/criminal-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }

  #public-trust-header {
    height: 580px;
    width: 100%;
    background-image: url('img/public-trust-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }

  #family-header {
    height: 415px;
    width: 100%;
    background-image: url('img/family-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }

  #civil-header {
    height: 415px;
    width: 100%;
    background-image: url('img/civil-header-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }

  #agTopicPortals {
    /*border-bottom:3px solid #cc9933;*/
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #24517e;
  }

  #agTopicPortals h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px !important;
    color: #2f6f7a;
    font-weight: 600;
  }

  #agTopicPortals a,
  #agTopicPortals a:link,
  #agTopicPortals a:active,
  #agTopicPortals a:visited {
    color: #2f6f7a;
    text-decoration: none;
  }

  #agTopicPortals a:hover {
    color: #2b7284;
    text-decoration: none;
  }

  #agDivisions h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px !important;
    color: #24517e;
    font-weight: 600;
  }

  #agDivisions a,
  #agDivisions a:link,
  #agDivisions a:active,
  #agDivisions a:visited {
    color: #2f6f7a;
    text-decoration: none;
  }

  #agDivisions a:hover {
    color: #2b7284;
    text-decoration: none;
  }

  #agDivisions h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 36px !important;
    color: #2f6f7a;
  }

  #ag-reporting {
    border: 2px solid #b6ccd2;
    padding: 15px 10px 15px 10px;
    color: #2f6f7a;
    text-align: center;
    position: relative;
  }

  #ag-news {
    border: 2px solid #b6ccd2;
    padding: 15px 10px 15px 10px;
    color: #2279b5;
    margin-top: 15px;
    position: relative;
  }

  #agNumbersNews {
    padding-top: 45px;
  }

  #agNumbersNews a {
    color: #2f6f7a !important;
  }

  #agNumbersNews a:hover {
    color: #2b7284 !important;
  }

  #agNumbersNews h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 36px !important;
    color: #2f6f7a;
  }

  #agencyFooter ul {
    list-style-type: none
  }

  #news_block h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666756 !important;
    font-size: 55px;
  }

  #news_block h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #f58439 !important;
    margin-top: 0px;
  }

  #agBottomSection h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 36px !important;
    color: #2f6f7a;
    text-align: center;
  }

  #news_block a,
  #news_block a:link,
  #news_block a:active,
  #news_block a:visited {
    text-decoration: none;
    font-weight: normal;
  }

  #news_block ul,
  #news_block ol {
    font-size: 0.9em;
    line-height: 2.1em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
  }

  #main_content .ag-accordion .panel-title a:link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    color: #FFF !important;
    text-align: center;
    font-weight: 300 !important;
  }

  #main_content .ag-accordion .panel-title a:hover,
  a:focus {
    text-decoration: none;
  }

  /* ============================= Classes ============================= */

  /* WordPress Core CSS */
  .alignnone {
    margin: 5px 20px 20px 0
  }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
  }

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

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

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

  a img.alignnone {
    margin: 5px 20px 20px 0
  }

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

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

  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center
  }

  .wp-caption.alignnone {
    margin: 5px 20px 20px 0
  }

  .wp-caption.alignleft {
    margin: 5px 20px 20px 0
  }

  .wp-caption.alignright {
    margin: 5px 0 20px 20px
  }

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

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

  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
  }

  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
      /* Above WP toolbar */
  }

  img.alignright {
    float: right;
    margin: 0 0 1em 1em
  }

  img.alignleft {
    float: left;
    margin: 0 1em 1em 0
  }

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

  .alignright {
    float: right
  }

  .alignleft {
    float: left
  }

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

  /* End WP Core Classes */
  .newsroom .widget {
    margin-bottom: -25px;
  }

  .newsroom .widget h4 {
    font-size: 22px !important;
    text-align: center;
    line-height: 28px;
    color: #ffffff !important;
    background-color: #2f6f7a;
    padding: 15px;
  }

  .newsroom select {
    width: 100%;
    color: #1e3350;
    font-size: 18px;
    height: 45px;
  }

  .agencyFooter_logo {
    width: 100px;
    height: 100px;
    border: none;
    text-align: center;
    margin-top: 0px;
  }

  h1.agTitle {
    color: #FFF;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px;
    background-color: rgba(75, 143, 160, 0.95);
  }

  h2.agTitle {
    color: #ffee00;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-bottom: 15px !important;
    text-align: center;
  }

  h1.interiorTitle {
    color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: #5ca1b2;
  }

  .interiorTitle .yellow-header {
    font-size: 25px;
  }

  .interior-title-wrapper {
    margin-top: -20px;
    margin-bottom: -10px;
    background-color: #235786;
  }

  .interior-header h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    color: #24517e;
  }

  .interior-header {
    background-color: #f2fbff;
    padding-bottom: 15px;
  }

  .interior-header-victims {
    border-bottom: 2px solid #2f6f7a;
    border-top: 2px solid #2f6f7a;
    padding-bottom: 15px;
  }

  .interior-header-victims h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    color: #2f6f7a;
    margin-top: -15px;
  }

  .interior-header-law {
    border-bottom: 2px solid #2f6f7a;
    border-top: 2px solid #2f6f7a;
    padding-bottom: 15px;
  }

  .interior-header-law h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    color: #2f6f7a;
    margin-top: -15px;
  }

  .interior-header-public {
    border-bottom: 2px solid #2f6f7a;
    border-top: 2px solid #2f6f7a;
    padding-bottom: 15px;
  }

  .interior-header-public h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    color: #2f6f7a;
    margin-top: -15px;
  }

  .interior-header-consumers {
    border-bottom: 2px solid #2f6f7a;
    border-top: 2px solid #2f6f7a;
    padding-bottom: 15px;
  }

  .interior-header-consumers h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    color: #2f6f7a;
    margin-top: -15px;
  }

  .interior-header-media {
    border-bottom: 2px solid #2f6f7a;
    border-top: 2px solid #2f6f7a;
    padding-bottom: 15px;
  }

  .interior-header-media h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    color: #2f6f7a;
    margin-top: -15px;
  }

  .interior-seal {
    width: 115px;
    height: 115px;
  }

  h2.fraudTitle {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: rgba(72, 132, 78, 0.85);
    position: absolute;
    bottom: -10px;
    width: 100%;
  }

  h2.criminalTitle {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: rgba(238, 146, 77, 0.85);
    position: absolute;
    bottom: -10px;
    width: 100%;
  }

  h2.publicTrustTitle {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: rgba(212, 167, 30, 0.85);
    position: absolute;
    bottom: -10px;
    width: 100%;
  }

  h2.familyTitle {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: rgba(160, 136, 202, 0.85);
    position: absolute;
    bottom: -10px;
    width: 100%;
  }

  h2.civilTitle {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: rgba(89, 197, 227, 0.90);
    position: absolute;
    bottom: -10px;
    width: 100%;
  }

  .topics-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: #2f6f7a;
    font-size: 30px;
  }

  .interior-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: #2b7284;
    font-size: 30px;
  }

  .little-font {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 30px;
  }

  hr.gold {
    border-color: #c49e39;
  }

  .circle-icon {
    width: 130px;
    height: 156px;
    margin-right: 10px;
    margin-top: 5px;
  }

  .ag-blue {
    color: #24517e !important;
  }

  span.light {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
  }

  span.agAgency {
    color: #FFF !important;
    font-size: 20px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
  }

  .yellow-header {
    color: #ffe56b !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 400;
  }

  .thinFont {
    font-size: 25px;
    color: #ffd820;
  }

  .ag-seal {
    width: 75px;
    height: 75px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .ag-topic-icon {
    height: 138px;
    border: none;
    text-align: center
  }

  .reporting_title,
  .reporting_title a,
  .reporting_title a:link,
  .reporting_title a:visited,
  .reporting_title a:hover,
  .reporting_title a:active {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #2f6f7a !important;
    line-height: 18px;
  }

  .ag-news {
    border: 2px solid #b6ccd2;
    padding: 25px 10px 15px 10px;
    color: #2279b5;
    margin-top: 15px;
    position: relative;
  }

  .news-title,
  .news-title a,
  .news-title a:link,
  .news-title a:visited,
  .news-title a:active {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: #2279b5 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .news-title a:hover {
    color: #133e69 !important;
  }

  .news_wrapper {
    padding-bottom: 15px !important;
  }

  #ag4 .news_wrapper {
    padding-bottom: 15px !important;
  }

  .news_date {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    display: block;
    color: #2f6f7a;
  }

  .news_desc {
    display: none;
    text-align: left;
    line-height: 1.4em;
    padding-bottom: 15px;
  }

  .dateBox {
    font-family: 'Source Sans Pro', sans-serif;
    background: #2279b5;
    height: 95px;
    width: 95px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
    padding-top: 10px;
    border-radius: 50px;
    border: double 4px #fff;
  }

  .ag-accordion .panel-default {
    border-color: #2f6f7a;
  }

  .ag-accordion .panel-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    color: #FFF !important;
    text-align: center;
    font-weight: 300 !important;
  }

  .ag-accordion .panel-body a:hover {
    color: #2b7284;
  }

  .ag-accordion .panel-default>.panel-heading {
    background-color: #2f6f7a;
    border-color: #2b7284;
  }

  .ag-accordion .panel-default>.panel-heading:hover {
    background-color: #2b7284;
  }

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

  .ag-accordion ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .ag-accordion ul li {
    margin-bottom: 20px;
    margin-right: -15px;
  }

  .ag-accordion ul li:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .ag-accordion ul li .svg-inline--fa {
    color: #cc9933;
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

  .ag-accordion a,
  .ag-accordion a:link,
  .ag-accordion a:visited,
  .ag-accordion a:active {
    color: #2f6f7a;
  }

  .ag-accordion a:hover {
    color: #2b7284;
  }

  .ag-accordion hr {
    border-color: #d4e9f2;
    border-style: dotted;
  }

  .take-action {
    margin-top: -20px;
  }

  .take-action h2 {
    border: 2px solid #2f6f7a;
    padding: 25px;
  }

  .take-action a {
    color: #2f6f7a !important;
  }

  .take-action a:hover {
    color: #2b7284 important;
  }

  .fa-take-action {
    color: #2279b5;
    font-size: 14px !important;
  }

  .take-action hr {
    border-color: #b4d1e6;
  }

  .about-doj {
    border-top: 2px solid #cc9933;
    border-bottom: 2px solid #cc9933;
    padding-left: 15px;
    padding-top: 5px;
  }

  .about-doj a {
    color: #2f6f7a !important;
  }

  .about-doj a:hover {
    color: #2b7284 !important;
  }

  .about-doj p {
    line-height: 32px;
  }

  .link-active h2 {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 500
  }

  .col-xs-five,
  .col-sm-five,
  .col-md-five,
  .col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ag-highlight h3 {
    background-color: #f9f3e7;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .page #main_content,
  .archive #main_content,
  .search-results #main_content,
  .single #main_content,
  .home #main_content {
    padding-bottom: 150px
  }

  .topics-wrapper ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .topics-wrapper ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .topics-wrapper ul li:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .topics-wrapper ul li .svg-inline--fa {
    color: #cc9933;
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

  .interior-wrapper ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .interior-wrapper ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .interior-wrapper ul li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #cc9933;
    font-size: 14px;
    margin: 0 5px 0 -15px;
  }

  .other-topics {
    padding: 25px;
    border: 2px solid #cc9933;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .other-topics h3 {
    font-weight: 300;
  }

  .other-topics h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #2f6f7a;
    font-size: 18px;
  }

  .other-topics a {
    font-weight: 600 !important;
    color: #2f6f7a;
  }

  .other-topics h4 a:hover {
    color: #2b7284 !important;
    text-decoration: none;
  }

  .all-news {
    position: absolute;
    bottom: 0;
  }

  .all-news-interior {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
  }

  .all-numbers {
    position: absolute;
    bottom: 0;
  }

  .fraud-resources {
    margin-top: 45px;
    padding: 25px;
    border: 2px solid #47834c;
  }

  .about-section-topic h3 {
    font-size: 18px !important;
  }

  .about-section-topic {
    border: 2px solid #2f6f7a;
    padding: 0px 0px 5px 10px;
    margin-bottom: 10px;
  }

  .about-section-topic a:hover {
    text-decoration: none !important;
  }

  .fa-fraud-bullets ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .fa-fraud-bullets ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .fa-fraud-bullets ul li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #47834c;
    font-size: 14px;
    margin: 0 5px 0 -15px;
  }

  .fraud-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #47834c;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .fraud-wrapper h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
    margin-top: 0px;
    color: #666666;
  }

  .fraud-wrapper h4 a {
    display: block;
    font-weight: 300 !important;
  }

  .fraud-wrapper hr {
    border: 3px solid #ebf1eb;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .criminal-resources {
    margin-top: 45px;
    margin-bottom: 35px;
    padding: 25px;
    border: 2px solid #f09048;
  }

  .criminal-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #f09048;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .criminal-wrapper h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
    margin-top: 0px;
    color: #666666;
  }

  .criminal-wrapper h4 a {
    font-weight: 300 !important;
  }

  .criminal-wrapper hr {
    border: 3px solid #fbeee3;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .public-trust-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #d39f18;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .public-trust-wrapper h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .public-trust-wrapper h4 a {
    font-weight: 300 !important;
  }

  .public-trust-wrapper hr {
    border: 3px solid #f5ecd1;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .public-trust-resources {
    margin-top: 45px;
    margin-bottom: 35px;
    padding: 25px;
    border: 2px solid #d4a71e;
  }

  .family-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #9b83c3;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .family-wrapper h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .family-wrapper h4 a {
    font-weight: 300 !important;
  }

  .family-highlights h4:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f0da';
    display: none;
  }

  .family-highlights h4 .svg-inline--fa {
    color: #9f88c4;
    font-size: 32px !important;
    padding-right: 5px;
  }

  .family-wrapper h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .family-wrapper hr {
    border: 3px solid #ebe7f3;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .family-resources {
    margin-top: 85px;
    margin-bottom: 35px;
    padding: 25px;
    border: 2px solid #9f88c4;
  }

  .civil-wrapper h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #57c4e2;
    font-size: 36px;
    padding-bottom: 10px;
  }

  .civil-wrapper h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .civil-wrapper h4 a {
    font-weight: 300 !important;
  }

  .civil-highlights h4:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f0da';
    display: none;
  }

  .civil-highlights h4 .svg-inline--fa {
    color: #59c5e3;
    font-size: 28px;
    padding-right: 5px;
  }

  .civil-wrapper h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0px;
  }

  .civil-wrapper hr {
    border: 3px solid #ebe7f3;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .civil-resources {
    margin-top: 85px;
    margin-bottom: 35px;
    padding: 25px;
    border: 2px solid #57c4e2;
  }

  .family-resources h4:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .family-resources h4 .svg-inline--fa {
    color: #9f88c4;
    font-size: 22px;
    padding-right: 5px;
    -webkit-text-stroke: 2px white;
  }

  .highlight-padding {
    margin-top: 35px !important;
  }

  .social-icon {
    margin-bottom: 20px;
  }

  .fa-yellow-bullets ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .fa-yellow-bullets ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .fa-yellow-bullets ul li:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .fa-yellow-bullets ul li .svg-inline--fa {
    color: #d4a71e;
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

  .fa-orange-bullets ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .fa-orange-bullets ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .fa-orange-bullets ul li:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .fa-orange-bullets ul li .svg-inline--fa {
    color: #f09048;
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

  .fa-green-bullets ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .fa-green-bullets ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .fa-green-bullets ul li:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .fa-green-bullets ul li .svg-inline--fa {
    color: #47834c;
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

  .fa-lightblue-bullets ul {
    list-style: none;
    margin: 20px 0 30px -12px;
  }

  .fa-lightblue-bullets ul li {
    margin-bottom: 20px;
    margin-right: -15px;
    font-size: 16px !important;
  }

  .fa-lightblue-bullets ul li:before {
    font-family: 'Font Awesome 5 Solid';
    content: '\f054';
    display: none;
  }

  .fa-lightblue-bullets ul li .svg-inline--fa {
    color: #59c5e3;
    font-size: 14px;
    margin: 0 5px 0 5px;
  }

  .fa-section-topic {
    color: #d4a71e;
    font-size: 24px !important;
  }

  .media-alert p {
    color: #24517e;
    font-size: 18px;
    font-weight: bold;
  }

  hr {
    border: 1px solid #d5eef4 !important;
  }

  .subscribe {
    color: #2f6f7a;
  }

  .team {
    color: #2f6f7a;
  }

  .subscribe-join {
    border-top: 2px solid #2f6f7a;
    border-bottom: 2px solid #2f6f7a;
    background-color: #f9f9f9;
  }

  .stats {
    color: #FFF;
    background-color: #2f6f7a;
  }

  .stats h2 {
    color: #ffebc8 !important;
    font-size: 52px;
  }

  .stats p {
    font-size: 28px;
    margin-top: -10px;
  }

  .carett {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .btn .carett {
    margin-left: 0;
  }

  .ag-topics-btn .btn-default.active,
  .btn-default:active,
  .open>.dropdown-toggle.btn-default {
    background-color: #fafafa !important;
    border: 2px solid #2f6f7a !important;
  }

  .ag-topics-btns .btn-default {
    border: 2px solid #2f6f7a;
    color: #2b7284 !important;
    border-radius: 0;
    height: 80px;
    padding: 25px;
    font-size: 24px;
    font-weight: 600 !important;
  }

  .ag-topics-btns .btn-default:hover {
    background-color: #fafafa !important;
  }

  .ag-topics-btns .dropdown-menu li {
    padding-bottom: 5px !important;
  }

  .news-twitter-wrapper {
    padding-bottom: 55px !important;
  }
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

  /* ============================= ELEMENTS ============================= */
  h1.agTitle {
    font-size: 30px;
    padding-top: 25px !important;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
  }

  .thinFont {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  h1.interiorTitle {
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    width: 100%;
  }

  .interiorTitle .yellow-header {
    font-size: 25px;
  }

  p.agAgencyInterior {
    font-size: 32px !important;
  }

  /* ============================= ID's ============================= */
  #headerImage {
    /*background-image: url('img/ag-header-image.jpg');*/
    background-position: 50%;
    height: 650px;
  }

  /* ============================= Classes ============================= */
  .fancy span:before,
  .fancy span:after {
    margin-top: 15px;
  }

  .ag-topics-btns .dropdown-menu li {
    font-size: 18px;
  }

  .thinFont {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  /* ============================= ELEMENTS ============================= */

  /* ============================= ID's ============================= */
  #agencyFooter {
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    height: 278px;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 282px;
    }
  }

  #ag-news {
    margin-top: 10px;
  }

  #headerImage {
    /*background-image: url('img/ag-header-image.jpg');*/
    background-position: 50%;
    height: 400px;
  }

  /* ============================= Classes ============================= */
  h1.agTitle {
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-bottom: 15px !important;
  }

  span.agAgency {
    padding-bottom: 10px !important;
    font-size: 32px !important;
  }

  .thinFont {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  p.agAgencyInterior {
    font-size: 32px !important;
  }

  h1.interiorTitle {
    font-size: 70px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    width: 100%;
  }

  p.agAgency {
    position: absolute;
    bottom: -10px;
    width: 100%;
  }

  h1.interiorTitle {
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    width: 100%;
  }

  .interiorTitle .yellow-header {
    font-size: 45px;
  }

  .interior-header h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  h2.fraudTitle {
    font-size: 34px;
  }

  h2.publicTrustTitle {
    font-size: 34px;
  }

  h2.familyTitle {
    font-size: 34px;
  }

  h2.civilTitle {
    font-size: 34px;
  }

  h2.criminalTitle {
    font-size: 34px;
  }

  .fancy span:before,
  .fancy span:after {
    margin-top: 20px;
  }

  .news-title,
  .news-title a,
  .news-title a:link,
  .news-title a:visited,
  .news-title a:hover,
  .news-title a:active {
    text-align: center;
    margin-top: 0px;
  }

  .ag-news {
    margin-top: 10px;
  }

  .page #main_content,
  .archive #main_content,
  .search-results #main_content,
  .single #main_content,
  .home #main_content {
    padding-bottom: 50px
  }

  .col-sm-five {
    width: 20%;
    float: left;
  }

  .all-news {
    right: 40%;
  }

  .all-news-inteior {
    right: 40%;
  }

  .all-numbers {
    right: 40%;
  }

  .ag-topics-btns .dropdown-menu li {
    font-size: 18px;
  }

  .about-section-topic h3 {
    font-size: 28px !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  /* ============================= ELEMENTS ============================= */

  /* ============================= ID's ============================= */
  #agencyFooter {
    background-color: #2f6f7a;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    border-bottom: 10px solid #245194;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 251px;
    z-index: 1029;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 253px
    }
  }

  #ag-reporting {
    text-align: left;
    height: 490px;
  }

  #headerImage {
    height: 620px;
  }

  #ag-news {
    border: 2px solid #b6ccd2;
    margin-top: 0px;
    min-height: 490px;
  }

  .all-news {
    right: 40%;
  }

  .all-news-interior {
    right: 40%;
  }

  .ag-news {
    border: 2px solid #b6ccd2;
    margin-top: 0px;
    height: 490px;
  }

  .all-numbers {
    right: 38%;
  }

  /* ============================= Classes ============================= */
  .blog-sidebar {
    margin-top: -45px !important;
  }

  h1.agTitle {
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-bottom: 15px !important;
  }

  .thinFont {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  p.agAgencyInterior {
    font-size: 32px !important;
  }

  h1.interiorTitle {
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    width: 100%;
  }

  .interiorTitle .yellow-header {
    font-size: 45px;
  }

  .interior-header h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-public h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-consumers h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-victims h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-media h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-law h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  h2.fraudTitle {
    font-size: 54px;
  }

  h2.criminalTitle {
    font-size: 54px;
  }

  h2.publicTrustTitle {
    font-size: 54px;
  }

  h2.familyTitle {
    font-size: 54px;
  }

  h2.civilTitle {
    font-size: 54px;
  }

  .news-title {
    text-align: left;
  }

  .about-section-topic h3 {
    font-size: 28px !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  /* ============================= ELEMENTS ============================= */

  /* ============================= ID's ============================= */
  #agencyFooter {
    background-color: #2f6f7a;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    border-bottom: 10px solid #245194;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 214px;
    z-index: 1029;
  }

  #headerImage {
    height: 800px;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 215px;
    }
  }

  /* ============================= Classes ============================= */
  .blog-sidebar {
    margin-top: -45px !important;
  }

  h1.agTitle {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-bottom: 15px !important;
  }

  p.agAgency {
    padding-bottom: 10px !important;
  }

  p.agAgencyInterior {
    font-size: 32px !important;
  }

  h2.fraudTitle {
    font-size: 54px;
  }

  h2.criminalTitle {
    font-size: 54px;
  }

  h2.publicTrustTitle {
    font-size: 54px;
  }

  h2.familyTitle {
    font-size: 54px;
  }

  h2.civilTitle {
    font-size: 54px;
  }

  h1.interiorTitle {
    font-size: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.9;
    width: 100%;
  }

  .interiorTitle .yellow-header {
    font-size: 45px;
  }

  .about-section-topic h3 {
    font-size: 28px !important;
  }

  .interior-seal {
    margin-top: 40px;
    margin-left: 65px;
  }

  .interior-header h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-public h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-consumers h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-victims h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-media h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .interior-header-law h2 {
    margin-top: -15px;
    margin-left: 115px !important;
  }

  .thinFont {
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  .news-title,
  .news-title a,
  .news-title a:link,
  .news-title a:visited,
  .news-title a:hover,
  .news-title a:active {
    text-align: left;
  }
}

/* ============================= CUSTOM MEDIA QUERIES ============================= */

@media (max-width: 874px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -44px;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
    color: #2f6f7a;
  }
}

@media (min-width: 875px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -44px;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    color: #295498;
  }
}

@media (min-width: 1100px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    color: #295498;
  }
}

@media (min-width: 1300px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    color: #295498;
  }
}

/* ============================= END CUSTOM MEDIA QUERIES ============================= */


/*  =============== PMC STYLESHEET  ==============*/
#public-meetings a,
#public-meetings a:link,
#public-meetings a:active,
#public-meetings a:visited {
  color: #5ca1b2;
  text-decoration: none;
  font-weight: bold;
}

#public-meetings a:hover {
  color: #00b4eb;
  text-decoration: none;
  font-weight: bold;
}

ul.meeting-container>li {
  list-style-type: none;
}

.meeting-container {
  text-align: center;
  padding: 0px;
}

span.meeting-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #606060;
}

span.meeting-agency {
  display: none;
}

span.meeting-date {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 17px;
}

span.meeting-time {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 17px;
}

span.meeting-end {
  font-style: italic !important;
  color: #7e8082;
  font-weight: bold;
  font-size: 17px;
}

span.meeting-purpose {
  display: none;
}

span.meeting-address {
  color: #7e8082;
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 4px;
  display: block;
}

a.map-link,
a.map-link:link,
a.map-link:active,
a.map-link:visited,
a.info-link,
a.info-link:link,
a.info-link:active,
a.info-link:visited {
  color: #feb024;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #5ca1b2;
  border-radius: 30px;
  padding: 15px 35px;
}

a.info-link:hover,
a.map-link:hover {
  color: #fff !important;
  background-color: #fff2b5;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #5ca1b2;
  border-radius: 30px;
  padding: 15px 35px;
}

/*  =============== END OF PMC STYLESHEET  ==============*/

/* Bootstrap Override */
.label-success {
  background-color: #477C41;
}

.fsSectionText h3 {
color: #FFFFFF !important;
}