/*
font-family: 'Montserrat', sans-serif;
font-family: 'Varela', sans-serif;
font-family: 'Work Sans', sans-serif;

*/
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important; }

.w-60 {
  width: 60%; }

#sidebar {
  background: #0e426d !important; }
  #sidebar .logo-wrapper {
    text-align: center; }
    #sidebar .logo-wrapper #sidebar-logo {
      width: 100px;
      height: auto; }
  #sidebar .secondary {
    background: none; }
    #sidebar .secondary a {
      color: #fff;
      font-size: 20px;
      margin: 0 13px; }
  #sidebar nav.primary, #sidebar div.primary {
    background: #0e426d !important; }
  #sidebar .primary ul {
    margin-left: 0; }
    #sidebar .primary ul li a {
      padding-left: 30px;
      margin-left: 0;
      padding-top: 20px;
      padding-bottom: 20px !important;
      border: 0;
      display: block;
      border-top: 1px solid #3a80bf !important;
      font-size: 14px;
      letter-spacing: 2.5px; }
  #sidebar ul.level-1 {
    background: #162334;
    padding: 20px 0 20px 0;
    margin-left: 0; }
    #sidebar ul.level-1 li.has-children {
      padding-left: 30px; }
      #sidebar ul.level-1 li.has-children a {
        padding-left: 0; }

#search-form * {
  border: 0; }
#search-form label {
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 1px; }
#search-form input {
  font-size: 12px;
  width: 185px;
  height: 35px;
  padding-left: 10px; }
#search-form button {
  background-color: #dc6536;
  color: #fff;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  position: relative;
  top: 1px; }

header#main-header {
  background: url(../images/header-texture.gif) repeat-x #0e426d;
  background-size: auto 192px; }
header .secondary {
  background: none; }
  @media screen and (max-width: 1024px) {
    header .secondary {
      padding-left: 30px; } }
  header .secondary a {
    color: #fff;
    display: inline-block;
    padding-right: 15px;
    font-size: 20px; }
  header .secondary svg {
    fill: #fff;
    height: 15px;
    width: auto;
    position: relative;
    margin-top: -5px; }
    header .secondary svg path {
      fill: #fff; }
header .header-center img {
  max-height: 190px;
  width: auto; }
header .header-right #nav-toggle {
  position: absolute;
  right: 10px;
  top: 10px; }
header .header-right .btn {
  font-size: 14px; }
  header .header-right .btn i {
    color: #dc6536; }
header .main-nav-wrap {
  min-height: 65px; }
header .nav-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  position: relative;
  z-index: 5; }
  header .nav-wrap nav.primary {
    background: none;
    padding-top: 0; }
    header .nav-wrap nav.primary ul li {
      padding-top: 22px; }
      header .nav-wrap nav.primary ul li.protect-yourself ul.level-1 {
        left: -558px; }
      header .nav-wrap nav.primary ul li.resources ul.level-1 {
        left: -723px !important; }
      header .nav-wrap nav.primary ul li ul {
        background: #162333;
        padding: 0 20px;
        top: 56px; }
        header .nav-wrap nav.primary ul li ul:before {
          content: "";
          border: 0;
          display: none; }
        header .nav-wrap nav.primary ul li ul li {
          color: #f0bc08;
          letter-spacing: 2px;
          font-size: 14px; }
          header .nav-wrap nav.primary ul li ul li.cta-zone {
            position: relative;
            right: 15px; }
          header .nav-wrap nav.primary ul li ul li span {
            color: #ccc !important;
            font-size: 13px;
            letter-spacing: 0; }
          header .nav-wrap nav.primary ul li ul li ul {
            top: 0;
            padding: 0; }
            header .nav-wrap nav.primary ul li ul li ul li {
              font-family: 'Varela', sans-serif;
              letter-spacing: .5px;
              width: auto !important;
              padding-top: 15px;
              float: none; }
              header .nav-wrap nav.primary ul li ul li ul li:before, header .nav-wrap nav.primary ul li ul li ul li:after {
                clear: both;
                display: block;
                content: "";
                width: 100% !important;
                float: none; }
              header .nav-wrap nav.primary ul li ul li ul li a {
                letter-spacing: .5px;
                font-size: 15px;
                display: block;
                width: 100% !important;
                margin: 0;
                clear: both;
                float: none; }
      header .nav-wrap nav.primary ul li a {
        font-size: 14px;
        letter-spacing: 2.5px;
        /* margin: 0 36px; */
        margin: 0 20px;
        border: 0; }
      header .nav-wrap nav.primary ul li:hover {
        background: #162333; }
    header .nav-wrap nav.primary li ul a {
      color: #fff; }
header .hero .caption {
  font-family: 'Lora', serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 2px;
  width: 300px;
  padding-top: 20px;
  padding-left: 20px;
  margin-left: 20px; 
  text-shadow: 1px 1px black;
}
  header .hero .caption:before, header .hero .caption:after {
    display: block;
    content: "";
    margin: 10px 0; }
  header .hero .caption:after {
    padding-bottom: 30px; }
  header .hero .caption span {
    border-left: 5px solid #dc6536;
    padding-top: 0;
    padding-left: 0px;
    display: block;
    padding-left: 15px; }
@media screen and (min-width: 768px) {
  header .hero {
    position: relative;
    z-index: 1;
    top: -10px; }
    header .hero .caption {
      position: absolute;
      z-index: 5;
      top: 60%;
      font-size: 26px;
      line-height: 26px;
      letter-spacing: 2px;
      width: 300px;
      margin-left: 20px; } }

.help h2:after {
  display: block;
  content: "";
  border-bottom: 2px solid #dc6536;
  width: 10%;
  margin-top: 7px; }

.new-help-wrapper {
  position: relative;
  top: -30px; }
  .new-help-wrapper .card {
    font-size: 12px !important; }
    .new-help-wrapper .card a {
      color: #0e426d; }

.complaint-cta {
  color: #fff; }
  .complaint-cta i {
    color: #dc6536; }

.cta.blue {
  background: #0e426d;
  letter-spacing: 2px;
  font-size: 10px; }
  .cta.blue span {
    font-size: 10px !important;
    line-height: 12px !important; }
  @media screen and (min-width: 700px) {
    .cta.blue span {
      font-size: 14px !important;
      line-height: 18px !important; } }
  .cta.blue svg, .cta.blue img {
    padding-top: 20px; }
  .cta.blue.employment img {
    max-width: 40px; }
  .cta.blue.ccr svg {
    max-height: 50px !important; }
  .cta.blue.hic img {
    max-width: 35px; }
  .cta.blue.dnc img {
    max-width: 45px; }

.interest .cta svg {
  max-height: 55px; }
.interest .cta span {
  font-size: 14px;
  line-height: 20px; }

@media screen and (min-width: 1024px) {
  .interest .cta svg {
    max-height: 55px; }
  .interest .cta span {
    font-size: 14px;
    line-height: 20px; } }
.headings {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  min-height: 40px;
  position: relative;
  z-index: 10; }

.informed .headings {
  top: 60px; }

.informed h2, .interest h2, .news h2, .social h2, .help h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0e426d;
  text-transform: uppercase; }

.informed-wrapper {
  background: #e7f2fb; }
  @media screen and (max-width: 1023px) {
    .informed-wrapper {
      padding: 0 10px; }
      .informed-wrapper .scam-content img {
        position: relative;
        right: -20px; } }
  .informed-wrapper .btn-primary {
    background: #0e426d;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 30px; }
  .informed-wrapper h2 {
    letter-spacing: 2px;
    position: relative;
    margin-top: 30px;
    font-size: 18px; }
  .informed-wrapper p {
    color: #0e426d; }
  .informed-wrapper .intro {
    font-size: 18px;
    letter-spacing: 1px;
    background-color: transparent; }
    .informed-wrapper .intro p {
      color: #000; }

.interest {
  background: #fff; }
  @media screen and (max-width: 700px) {
    .interest {
      padding: 20px; } }
  .interest .contents {
    padding: 15px 9999px 0 0 !important;
    margin: 0 -9999px -30px 0px;
    padding-bottom: 0px;
    width: auto;
    background: #fff;
    position: relative;
    bottom: 5px; }
  .interest h2 {
    padding-top: 0;
    margin-top: 15px; }

@media screen and (min-width: 700px) {
  .cta-wrap {
    padding: 0; } }
.cta-wrap.top-row {
  padding-top: 30px; }

.modal-content {
  border-radius: 0; }
  .modal-content .modal-title {
    text-transform: uppercase; }

.news .headings {
  min-height: 55px; }
.news .view-all {
  padding-top: 30px; }
  @media screen and (max-width: 1023px) {
    .news .view-all {
      padding: 15px 0;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin-top: 20px; } }
  .news .view-all a {
    text-transform: uppercase;
    font-weight: 600;
    color: #0e426d;
    font-size: 12px; }
    .news .view-all a:before {
      content: "\f03a";
      display: inline-block;
      color: #dc6536;
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      padding-right: 6px; }
    .news .view-all a.social-link.instagram:before {
      content: "\f16d";
      font-family: "Font Awesome 5 Brands"; }
    .news .view-all a.social-link.instagram:after {
      display: inline-block;
      padding-left: 6px;
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      color: #dc6536;
      font-weight: 300; }

.news-wrapper h2, .news-wrapper #social-tabs {
  position: relative;
  margin-top: -40px;
  text-transform: uppercase;
  font-size: 14px; }
.news-wrapper h2 {
  font-size: 18px; }
  .news-wrapper h2:after {
    display: block;
    content: "";
    border-bottom: 2px solid #dc6536;
    width: 10%;
    margin-top: 7px; }
.news-wrapper .article-wrapper {
  padding-top: 30px; }
  .news-wrapper .article-wrapper .article {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc; }
    .news-wrapper .article-wrapper .article:first-child, .news-wrapper .article-wrapper .article:first-of-type {
      margin-top: 0;
      border: 0;
      padding-top: 0; }
    .news-wrapper .article-wrapper .article:hover {
      text-decoration: none;
      background: none;
      box-shadow: none; }
    .news-wrapper .article-wrapper .article img {
      width: 150px; }
    .news-wrapper .article-wrapper .article p {
      font-family: 'Work Sans', sans-serif;
      letter-spacing: 1px;
      color: #000; }
      .news-wrapper .article-wrapper .article p:hover {
        text-decoration: underline; }
    .news-wrapper .article-wrapper .article .read-more {
      font-size: 10px;
      letter-spacing: 1px;
      color: #0e426d; }
      .news-wrapper .article-wrapper .article .read-more:hover {
        text-decoration: underline; }
      .news-wrapper .article-wrapper .article .read-more:after {
        display: inline-block;
        padding-left: 6px;
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        color: #dc6536; }
@media screen and (min-with: 1024px) {
  .news-wrapper .social {
    padding-left: 145px; } }
.news-wrapper .social #social-tabs {
  height: 100px;
  position: relative;
  z-index: 10;
  padding: 0 10px; }
  @media screen and (max-width: 1023px) {
    .news-wrapper .social #social-tabs {
      margin-top: 20px;
      height: 60px; } }
  .news-wrapper .social #social-tabs.nav-tabs {
    border: 0; }
    .news-wrapper .social #social-tabs.nav-tabs a.active {
      font-weight: 600; }
      .news-wrapper .social #social-tabs.nav-tabs a.active span {
        border-bottom: 2px solid #dc6536;
        height: 25px;
        display: inline-block; }
  .news-wrapper .social #social-tabs li {
    display: inline-block;
    height: 100px;
    padding: 0; }
    .news-wrapper .social #social-tabs li a {
      color: #0e426d;
      padding: 0 10px;
      font-weight: 600; }
      @media screen and (min-width: 1024px) {
        .news-wrapper .social #social-tabs li a {
          padding: 0 20px; } }
    @media screen and (max-width: 1023px) {
      .news-wrapper .social #social-tabs li {
        height: 30px; } }
    .news-wrapper .social #social-tabs li:after {
      display: block;
      content: "";
      height: 100px;
      border-right: 1px solid #cfd9e2;
      position: absolute;
      top: -30px; }
      @media screen and (max-width: 1023px) {
        .news-wrapper .social #social-tabs li:after {
          height: 50px;
          top: -20px; } }
    .news-wrapper .social #social-tabs li:first-child:after {
      display: none; }

.agtv .headings {
  height: 50px; }
.agtv .logo-wrapper {
  position: relative;
  margin-top: -80px;
  margin-bottom: 20px; }

.meta .date {
  font-size: 11px;
  color: #8d8d8d;
  letter-spacing: 1px; }
.meta .tag {
  background: #666;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  display: inline-block;
  padding: 2px 7px;
  letter-spacing: 1px; }
  @media screen and (min-width: 1024px) {
    .meta .tag {
      /*margin-left:10px;*/ } }
  .meta .tag:first-of-type {
    margin-left: 0; }
  .meta .tag:hover {
    text-decoration: underline; }

.fixed-header {
  background: #0e426d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 150px;*/
  z-index: 999; }
  .fixed-header #nav-toggle {
    margin-top: 0;
    background-color: #dc6536; }
  .fixed-header .logo-wrapper img {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px; }

.hide {
  display: none; }

.video-wrapper h3 {
  text-transform: uppercase; }

.mobile-toolbar {
  position: relative;
  z-index: 999;
  top: 0px;
  right: 0px; }

#nav-toggle {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  margin-top: 0;
  width: 60px;
  height: 60px;
  padding-left: 6px; }
  #nav-toggle span {
    left: 10px; }
  @media screen and (min-width: 1025px) {
    #nav-toggle {
      display: none; } }

@media screen and (max-width: 767px) {
  .complaint-cta {
    background: #dc6536; }
    .complaint-cta * {
      color: #fff !important; } }
.ope {
  background: #f2c542; }
  .ope p {
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 1px; }
  .ope h2 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .ope h3 {
    font-size: 16px; }
  .ope #pa-map {
    position: relative;
    margin-top: -20px; }
    .ope #pa-map path.cls-1, .ope #pa-map path.cls-2 {
      fill: #fff !important;
      stroke: #000;
      stroke-width: 4px; }
  .ope .btn {
    background: #000; }

.online-programming h2 {
  font-size: 18px;
  color: #0e426d;
  font-weight: bold;
  padding-bottom: 10px; }
.online-programming .view-all {
  padding-left: 10px;
  text-decoration: underline;
  color: #0e426d;
  font-family: 'Work Sans', sans-serif; }
.online-programming .podcast {
  background: none; }
  .online-programming .podcast h3 {
    color: #dc6536;
    text-transform: uppercase;
    font-weight: 300; }
  .online-programming .podcast h4 {
    color: #0e426d;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px; }
  .online-programming .podcast p {
    font-family: 'Work Sans', sans-serif; }

/*
.sbi_photo{
	background-image:none!important;
	height: auto!important;
}
*/
.sbi_header_text {
  color: #0e426d; }
  .sbi_header_text .sbi_bio {
    font-family: 'Work Sans', sans-serif; }

.sidebar strong.title {
  font-family: 'Lora', serif; }

footer #solo-seal {
  width: 150px; }

.breadcrumb {
  clear: both; }

.pum-theme-19566 .pum-container, .pum-theme-lightbox .pum-container {
  border: 0 !important; }

.pum {
  font-weight: 500 !important; }

.page-data-breach .gf_page_steps:before {
  display: none; }

.gform_next_button {
  background-color: #0e426d;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold; }

.gform_previous_button {
  background-color: #fff;
  border: 0;
  padding: 10px 20px;
  color: #0e426d;
  font-weight: bold; }

#field_201_48 input[type=checkbox],
#field_201_49 input[type=checkbox],
#field_201_52 input[type=checkbox],
#field_204_48 input[type=checkbox],
#field_204_49 input[type=checkbox],
#field_204_52 input[type=checkbox] {
  vertical-align: top;
  position: relative;
  top: 3px; }

.breach-cta {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px; }

.breach-cta:hover {
  color: #dc6536; }

.breach-cta:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 20px;
  background: url(../images/ui/breach_icon.png) no-repeat;
  background-size: 26px 20px;
  position: relative;
  top: 3px;
  left: -5px; }

.page-leti .sidebar .contact-zone p, .page-parc-2021-2 .sidebar .contact-zone p {
  font-weight: bold; }

.page-leti .sidebar .contact-zone p i, .page-parc-2021-2 .sidebar .contact-zone p i {
  color: #7f934b; }

.page-leti #county_testimonial, .page-parc-2021-2 #county_testimonial {
  display: none; }

.page-leti .pa-map, .page-parc-2021-2 .pa-map {
  position: relative; }

.page-leti .pa-map .loading, .page-parc-2021-2 .pa-map .loading {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.26);
  display: none; }

.page-leti .pa-map .loading img, .page-parc-2021-2 .pa-map .loading img {
  position: relative;
  top: 4px;
  left: 4px; }

.page-leti #pa-map, .page-parc-2021-2 #pa-map {
  position: relative;
  width: 100% !important;
  height: 280px; }

.page-leti #pa-map path.cls-1, .page-leti #pa-map path.cls-2, .page-parc-2021-2 #pa-map path.cls-1, .page-parc-2021-2 #pa-map path.cls-2 {
  fill: #fff !important;
  stroke: #000;
  stroke-width: 4px; }

.page-leti #pa-map path.cls-1:hover, .page-leti #pa-map path.cls-2:hover, .page-parc-2021-2 #pa-map path.cls-1:hover, .page-parc-2021-2 #pa-map path.cls-2:hover {
  cursor: pointer; }

.page-leti #pa-map path.cls-1.region, .page-leti #pa-map path.cls-2.region, .page-parc-2021-2 #pa-map path.cls-1.region, .page-parc-2021-2 #pa-map path.cls-2.region {
  fill: #ccc !important; }

.page-leti #pa-map path.cls-1.region.active, .page-leti #pa-map path.cls-2.region.active, .page-parc-2021-2 #pa-map path.cls-1.region.active, .page-parc-2021-2 #pa-map path.cls-2.region.active {
  fill: #dc6536 !important; }

.page-leti #pa-map path.cls-1.participating, .page-leti #pa-map path.cls-2.participating, .page-parc-2021-2 #pa-map path.cls-1.participating, .page-parc-2021-2 #pa-map path.cls-2.participating {
  fill: #7f934b !important; }

.page-leti #pa-map path.cls-1.participating.active, .page-leti #pa-map path.cls-2.participating.active, .page-parc-2021-2 #pa-map path.cls-1.participating.active, .page-parc-2021-2 #pa-map path.cls-2.participating.active {
  fill: #dc6536 !important; }

.page-leti .nav-tabs, .page-parc-2021-2 .nav-tabs {
  border-color: #c2c2c2;
  border-width: 2px; }

.page-leti .nav-tabs .nav-item, .page-parc-2021-2 .nav-tabs .nav-item {
  margin-bottom: -2px; }

.page-leti .nav-tabs .nav-item .nav-link, .page-parc-2021-2 .nav-tabs .nav-item .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 20px;
  font-weight: bold;
  color: #0e426d;
  padding: 25px 50px; }

.page-leti .nav-tabs .nav-item .nav-link.active, .page-parc-2021-2 .nav-tabs .nav-item .nav-link.active {
  border-width: 2px;
  border-color: #c2c2c2 #c2c2c2 #fff;
  color: #7f934b; }

.page-leti .logo-heading h2, .page-parc-2021-2 .logo-heading h2 {
  font-weight: bold;
  color: #0e426d;
  font-size: 30px; }

.page-leti .logo-heading h2 img, .page-parc-2021-2 .logo-heading h2 img {
  width: 50px;
  height: auto; }

.page-leti .quote, .page-parc-2021-2 .quote {
  background: url("https://web.archive.org/web/20240104185412im_/https://www.attorneygeneral.gov/wp-content/uploads/2021/02/bricks-bg-scaled.jpg"); }

.page-leti .events, .page-parc-2021-2 .events {
  background: #e9f2fa; }

.page-leti .events .tribe-mini-calendar-grid-wrapper, .page-parc-2021-2 .events .tribe-mini-calendar-grid-wrapper {
  background: #fff; }

.page-leti .news, .page-parc-2021-2 .news {
  background: #ebecec; }

.page-leti .tab-content p, .page-parc-2021-2 .tab-content p {
  font-weight: bold; }

.page-leti #region-details strong, .page-parc-2021-2 #region-details strong {
  color: #7f934b; }

.page-leti #county_select, .page-parc-2021-2 #county_select {
  font-weight: bold;
  padding: 5px 10px; }

.page-leti #pc-region-details h2, .page-parc-2021-2 #pc-region-details h2 {
  font-weight: bold;
  font-size: 30px; }

.page-leti .event-details h2, .page-parc-2021-2 .event-details h2 {
  font-weight: bold;
  font-size: 30px;
  color: #0e426d; }

.page-leti .calendar h2, .page-parc-2021-2 .calendar h2 {
  font-size: 20px;
  font-weight: bold; }

.page-leti .tribe-mini-calendar thead, .page-parc-2021-2 .tribe-mini-calendar thead {
  background: #0e426d;
  color: #fff;
  border: 0; }

.page-leti .tribe-mini-calendar .tribe-events-present, .page-leti .tribe-mini-calendar .tribe-mini-calendar-today, .page-parc-2021-2 .tribe-mini-calendar .tribe-events-present, .page-parc-2021-2 .tribe-mini-calendar .tribe-mini-calendar-today {
  background: #7f934b;
  color: #fff; }

.page-leti .content strong, .page-parc-2021-2 .content strong {
  font-size: 20px;
  line-height: 30px;
  color: #0e426d; }

.page-leti .content p, .page-parc-2021-2 .content p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 25px; }

.page-leti .content img, .page-parc-2021-2 .content img {
  -webkit-box-shadow: 3px 10px 24px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 3px 10px 24px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 3px 10px 24px 10px rgba(0, 0, 0, 0.22); }

.page-leti #attachment_24284, .page-parc-2021-2 #attachment_24284 {
  padding: 0 20px 20px 0; }

.page-leti #attachment_24284 p, .page-parc-2021-2 #attachment_24284 p {
  text-align: center;
  font-weight: bold;
  color: #0e426d;
  padding-top: 10px;
  font-size: 12px;
  line-height: 24px; }

.page-leti #attachment_24284:hover a, .page-parc-2021-2 #attachment_24284:hover a {
  text-decoration: underline !important; }

.page-leti #pills-tabContent .tab-pane, .page-parc-2021-2 #pills-tabContent .tab-pane {
  font-family: 'Lora', serif;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 30px;
  position: relative; }

.page-leti #pills-tabContent .tab-pane:before, .page-leti #pills-tabContent .tab-pane:after, .page-parc-2021-2 #pills-tabContent .tab-pane:before, .page-parc-2021-2 #pills-tabContent .tab-pane:after {
  color: #dc6536;
  font-size: 50px;
  position: absolute; }

.page-leti #pills-tabContent .tab-pane:before, .page-parc-2021-2 #pills-tabContent .tab-pane:before {
  content: open-quote;
  left: -30px; }

.page-leti #pills-tabContent .tab-pane:after, .page-parc-2021-2 #pills-tabContent .tab-pane:after {
  content: close-quote;
  bottom: -7px;
  margin-left: 3px; }

.page-leti .testimonial, .page-parc-2021-2 .testimonial {
  position: relative; }

.page-leti .testimonial .content, .page-parc-2021-2 .testimonial .content {
  position: relative;
  padding: 30px;
  font-family: 'Lora', serif;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 30px; }

.page-leti .testimonial .content:before, .page-leti .testimonial .content:after, .page-parc-2021-2 .testimonial .content:before, .page-parc-2021-2 .testimonial .content:after {
  color: #dc6536;
  font-size: 50px;
  position: absolute; }

.page-leti .testimonial .content:before, .page-parc-2021-2 .testimonial .content:before {
  content: open-quote;
  left: 0;
  top: 35px; }

.page-leti .testimonial .content:after, .page-parc-2021-2 .testimonial .content:after {
  content: close-quote;
  margin-left: 3px; }

.page-leti .nav-pills .nav-link, .page-parc-2021-2 .nav-pills .nav-link {
  color: #000;
  text-decoration: underline;
  font-weight: bold; }

.page-leti .nav-pills .nav-link.active, .page-parc-2021-2 .nav-pills .nav-link.active {
  color: #dc6536;
  background: none; }

.page-leti .tab-pane img, .page-parc-2021-2 .tab-pane img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.page-leti .card-header, .page-parc-2021-2 .card-header {
  background: #0e426d; }

.page-leti .card-header a, .page-leti .card-header button, .page-parc-2021-2 .card-header a, .page-parc-2021-2 .card-header button {
  color: #fff !important;
  font-weight: bold; }

#gform_wrapper_175 tr.isNumberColumnTotalRow {
  background-color: #f7cbad; }

#gform_wrapper_175 .gfield_list_cell input[readonly] {
  background-color: #f7cbad;
  border: 0; }

#input_175_23, #input_189_23 {
  border: 0; }

#gform_5 input:checked + label:before {
  border-color: white;
  border: none;
  background: #1d65a5;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f00c";
  color: #fff;
  text-align: center;
  line-height: 24px;
  letter-spacing: -2px; }

.nav-tabs {
  border-bottom: 0 !important; }

#field_175_33 {
  background-color: #ffdab9;
  display: block;
  padding: 10px 20px 20px 10px; }

#field_175_33 label {
  float: left;
  width: 332px;
  display: inline-block; }

#field_175_33 input {
  float: left;
  border: 0;
  background: transparent;
  display: inline-block;
  width: 200px;
  padding: 0;
  position: relative;
  margin-top: -10px; }

#field_175_33, #field_175_34 {
  background-color: #ffdab9;
  display: block;
  padding: 10px 20px 20px 10px; }

#field_175_33 label, #field_175_34 label {
  float: left;
  width: 332px;
  display: inline-block; }

#field_175_33 input, #field_175_34 input {
  float: left;
  border: 0;
  background: transparent;
  display: inline-block;
  width: 200px;
  padding: 0;
  position: relative;
  margin-top: -10px;
  outline: none; }

#input_175_23, #input_189_23 {
  outline: none; }

.page-leti .carousel-control-prev-icon {
  position: relative;
  margin-left: -180px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; }

.page-leti .carousel-control-next-icon {
  position: relative;
  margin-right: -180px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; }

.news-heading-wrapper {
  background: url(/wp-content/themes/OAG-21/assets/images/ui/texture.jpg);
  background-size: 80%; }

.share {
  position: relative;
  width: 300px; }
  .share .addthis_inline_share_toolbox {
    position: absolute;
    top: 0px;
    left: 60px; }

.single.ta_item h1 {
  color: #000000;
  font-size: 38px !important;
  text-transform: uppercase; }
.single.ta_item .meta {
  text-transform: uppercase;
  font-weight: 600; }
  .single.ta_item .meta .tag {
    font-size: 11px; }



/* New Home Page design 2025 */
header .nav-wrap nav.primary ul li {
  padding-bottom: 22px;
}
nav.primary ul li a {
  padding-bottom: 0;
}
.header-search i {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.header-search-form #search-form label {
  display: none;
}
.header-search-form #search-form input {
  outline: 0;
}


header .hero-section  {
  top: 0;
}
header .hero-section .hero-container .caption {
  position: relative !important;
  width: unset !important;
  top: 20% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
header .hero-section .hero-container .caption span {
  font-size: 42px;
  line-height: 50px;
  border-left-width: 10px;
  text-shadow: none;
}
header.site-header .nav-wrap nav.primary ul li a {
  letter-spacing: 0;
}

.site-footer {
  background: #00436a;
  border-top: 15px solid #dc6536;
}
footer.site-footer dl dt, footer.site-footer h2 {
  color: #dc6536;
  font-weight: 600;
  letter-spacing: 0;
}
footer.site-footer dl dd, footer.site-footer dl dt, footer.site-footer h2, .site-footer .contact, .site-footer .copyright, .site-footer .tertiary {
  font-size: 15px;
  line-height: 15px;
}
.site-footer .contact {
  line-height: 22px;
}
.site-footer .contact .contact-link {
  text-decoration: none;
}
/*
.site-footer .tertiary ul li:last-child {
  display: none;
}
*/

.site-footer .social a:not(:last-child) {
  margin-right: 20px;
}
footer.site-footer #solo-seal {
  width: 100%;
  max-width: 200px;
}

main > .quick-links {
  background: linear-gradient(180deg, #00436a 0%, #00436a 45%, rgb(255 255 255) 45%, rgb(255 255 255) 100%);
  padding-bottom: 60px;
  padding-top: 35px;
}
.quick-links-card {
  background-color: #dc6536;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0px 0px 5px 1px #0000006e;
}
.quick-links-card, .quick-links-card a {
  color: #fff;
}
.quick-links-card a:hover {
  color: #fff;
  text-decoration: none;
}
.quick-links .col-lg-3 {
  padding: 0 7px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.quick-links-card h4 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 15px;
}
.quick-links-card i:before {
  font-size: 50px;
}


.cards-section .col-lg-4 {
  display: flex;
  flex-wrap: wrap;
}
.cards-section .col-lg-4 .card-holder {
  background-color: #d5e9f5;
  padding: 20px 20px 40px;
  border-radius: 10px;
  text-align: center;
}
.cards-section .col-lg-4 .card-holder h4 {
  color: #00436a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cards-section {
  padding: 50px 0 100px;
}

.news-section {
  padding: 75px 0 80px;
  background-color: #f2ebe4;
}
.news-section .section-title {
  color: #00436a;
  font-size: 43px;
  font-family: 'Lora';
  padding-bottom: 60px;
}
.news-section .news-col {
  display: flex;
  flex-wrap: wrap;
}
.news-section .news-col .news-block {
  width: 100%;
  background-color: #00436a;
  padding: 20px;
  color: #fff;
}
.news-section .news-col .news-block .date, .news-section .news-col .news-block .title, .news-section .news-col .news-block .copy, .news-section .news-col .news-block a {
  font-size: 18px;
}
.news-section .news-col .news-block .date {
  font-family: 'Montserrat';
  text-transform: uppercase;
  border-bottom: 10px solid #dc6536;
  margin-bottom: 20px;
}
.news-section .news-col .news-block .title {
  font-weight: 600;
  margin-bottom: 30px;
}
.news-section .news-col .news-block .copy {
  padding-bottom: 15px;
}
.news-section .news-col .news-block a {
  color: #dc6536;
  font-weight: 600;
}
.news-section .news-col .news-block a:hover {
  text-decoration: none;
}
.news-section .row {
  row-gap: 35px;
}
.orange-button {
  background-color: #dc6536;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Montserrat';
  line-height: 22px;
  transition: all .3s ease-in-out;
}
.orange-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00436a;
}


.mobile-card-holder {
  width: unset !important;
}



@media only screen and (min-width: 600px) and (max-width: 991px) {
  /* .site-header .nav-wrap img {
    max-width: 500px;
  }
  .site-header #nav-toggle span {
    top: 50px;
    left: 15px;
  }
  .site-header #nav-toggle {
    width: 75px;
    height: 75px;
  } */
}
@media only screen and (max-width: 991px) {
  #nav-toggle span {
    position: relative;
    left: unset;
    top: unset; 
  }
  #nav-toggle {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 5px;
      margin-left: auto;
      color: #212529;
  }
  #nav-toggle i {
    left: unset !important; 
  }
  .row-offcanvas-right.active #sidebar.sidebar-offcanvas {
    right: unset;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 0 15px;
  }
  body .row-offcanvas-right.active {
    right: unset;
  }
  .mob-search #search-form {
    padding-top: 0 !important;
  }
  .mob-search .header-search-form {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 0;
    max-width: 500px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    z-index: 99;
  }
  .mob-search .header-search-form.show-search {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .mob-search #search-form .search-field {
    height: 45px;
  }
  .mob-search #search-form button {
    background-color: transparent; 
    padding: 0;
  }
  .mob-search i.open-form {
    display: none;
  }
}
@media only screen and (max-width: 565px){
  #sidebar .logo-wrapper .quick-links .col-md-6 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  body .row-offcanvas-right.active main > .quick-links {
    display: none;
  }
  #sidebar .logo-wrapper .quick-links .col-md-6 {
    width: 25%;
    padding: 1px;
    margin: 0 !important;
  }
  #sidebar .logo-wrapper .quick-links .col-md-6 .quick-links-card a i {
    display: none;
  }
  #sidebar .logo-wrapper .quick-links .col-md-6 .quick-links-card a h4 {
    margin-left: 0;
    font-size: 16px;
  }
  #sidebar .logo-wrapper .quick-links .col-md-6 .quick-links-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sidebar .logo-wrapper .quick-links .container {
    max-width: 100%;
  }

  header .hero-section .hero-container .caption span {
    font-size: 36px;
  }
  header .hero-section {
    padding-bottom: 0px;
  }
  .quick-links-card h4 {
    font-size: 26px;
    margin-top: 0;
    margin-left: 30px;
  }
  main > .quick-links {
    background: linear-gradient(180deg, #00436a 0%, #00436a 10%, rgb(255 255 255) 10%, rgb(255 255 255) 100%);
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .quick-links-card {
    padding: 15px 26px;
  }
  .quick-links-card a i {
      min-width: 12%;
  }
  .cards-section .col-lg-4 .card-holder h4 {
    font-size: 22px;
  }
  .cards-section {
    padding-bottom: 60px;
  }
  .news-section .section-title {
    padding-bottom: 30px;
  }
  .news-section .news-col:not(:first-child) {
    display: none;
  }

  
  
  .mobile-card-holder {
    width: 95% !important;    
    margin: 0 auto !important;
    padding: 0 20px;
  }
  .mobile-card-holder button.owl-dot span {
    background: #dadada !important;
    width: 10px !important;
    height: 10px !important;
  }

  .mobile-card-holder button.owl-dot.active span {
    background: #00436a !important;
  }
  .mobile-card-holder button.owl-dot span {
    background: #dadada !important;
    width: 10px !important;
    height: 10px !important;
  }
  .mobile-card-holder button.owl-dot.active span {
    background: #00436a !important;
  }
  .mobile-card-holder .owl-nav {
    margin: 0;
  }
  .mobile-card-holder .owl-nav .owl-prev {
    left: 0;
  }
  .mobile-card-holder .owl-nav .owl-next {
    right: 0;
  }
  .mobile-card-holder .owl-nav button {
    position: absolute;
    top: 40%;
  }
  .mobile-card-holder .owl-nav button i {
    font-size: 25px;
    color: #00436a;
  }
}
@media only screen and (min-width: 768px) {
  .hero-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #3d414ded, #3d414dbd, transparent, transparent);
    display: block;
  }
  header .hero-section .hero-container {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .mobile-card-holder {
    display: flex !important;
    width: unset !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-search-form {
    position: absolute;
    top: 27px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    width: 250px;
  }
  .header-search-form.show-search {
    opacity: 1;
    visibility: visible;
  }
  .header-search-form #search-form {
    text-align: right;
  }
  .card-holder a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .card-holder a img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.site-header .nav-wrap nav.primary ul li a {
    margin: 0 7px;
  }
  header .hero-section .hero-container .caption span {
    font-size: 32px;
    line-height: 40px;
  }
  .site-header .main-nav-wrap {
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  .page-home-2 .container {
    max-width: 1700px;
  }
  header .hero-section .hero-container .caption span {
    font-size: 60px;
    line-height: 65px;
  }
  .quick-links-card h4 {
    font-size: 26px;
  }
  .cards-section .col-lg-4 .card-holder h4, .news-section .news-col .news-block .date, .news-section .news-col .news-block .title, .news-section .news-col .news-block .copy, .news-section .news-col .news-block a {
    font-size: 22px;
  }
  .orange-button {
    font-size: 26px;
    line-height: 26px;
  } 
  footer.site-footer dl dd, footer.site-footer dl dt, footer.site-footer h2, .site-footer .contact, .site-footer .copyright, .site-footer .tertiary {
    font-size: 20px;
    line-height: 20px;
  }
  .site-footer .contact {
    line-height: 25px;
  }
  .quick-links-card {
    padding: 57px 30px;
  }
}    


thead th[id^="likert"] {
  text-align: center!important;
  padding:10px!important;
  line-height:15px!important;
}

tbody .gsurvey-likert-choice{
  text-align: center;
}