/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 800;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: #ededed !important;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 0px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #db2f2f;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #3566c8;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: none;
  padding: 20px 0px 20px 0px;
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 0px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  font-family: 'Poppins';
  font-size: 1em;
  font-weight: 800;
  color: #1A78A8;
  transition: all 0.3s ease-in;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #c21b1b !important;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
div.ccm-page header nav ul li ul {
  cursor: pointer;
  padding: 5px 15px 15px 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 270px;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding: 0px !important;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #1a1a1a;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding: 5px 0px 5px 0px !important;
  font-size: 0.9em;
  text-transform: none;
  color: #1a1a1a;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 400;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #1a1a1a;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px !important;
  margin: 0px auto !important;
  color: #1a1a1a;
  justify-content: center;
  display: flex;
  align-content: center !important;
  font-size: 0.9em !important;
}
div.ccm-page .breadcrumb a {
  color: #1a1a1a !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #1a1a1a !important;
}
div.ccm-page .breadcrumb li.active {
  color: #1a1a1a !important;
}
div.ccm-page .breadcrumb-item + .breadcrumb-item:before {
  color: #1a1a1a !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Poppins';
  font-size: 1.6em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #0099ff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.6em;
  color: #1a1a1a;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 40px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #1a1a1a;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #1a1a1a;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  z-index: 9999 !important;
  position: absolute;
  top: 15px;
  right: 15px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close span:after {
  font-size: 20px;
  color: #1a1a1a;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch span:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #1a1a1a;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
.t1f {
  color: #1A78A8 !important;
  line-height: 1.5 !important;
}
.container-max {
  max-width: 100% !important;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #f1f1f1;
  text-align: center;
}
#cookie-banner a {
  color: #176992 !important;
}
a.skipnav {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skipnav:focus,
a.skipnav:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #ff0;
  text-align: center !important;
  font-size: 1.2em;
  z-index: 999;
}
a:focus {
  outline: 3px dotted red;
}
.coloralert {
  color: #8f0000 !important;
}
.sectionfronttop {
  background: #f8f8f8;
  padding: 30px 0px 30px 0px;
}
div.ccm-page .pagination {
  margin-top: 50px !important;
}
div.ccm-page .pagination > li.prev span,
div.ccm-page .pagination > li.prev a {
  border: 1px solid #000 !important;
}
div.ccm-page .pagination > li.next a {
  border: 1px solid #000 !important;
}
div.ccm-page .pagination a {
  color: #000 !important;
}
div.ccm-page .pagination a:focus {
  outline: 3px dotted red !important;
  background: none !important;
  border: none !important;
}
div.ccm-page .pagination > li > a {
  border: 1px solid #000 !important;
}
div.ccm-page .pagination > li.active span {
  background: #1A78A8 !important;
  color: white !important;
  border: 1px solid #1A78A8 !important;
}
.bip {
  border: 1px solid #1a1a1a;
  display: block;
  height: auto;
  border-radius: 10px;
  margin: 0px auto 30px auto !important;
  padding: 15px 10px 15px 10px;
  max-width: 90% !important;
}
.bip img {
  display: block;
  margin: 0px auto !important;
  width: 50px !important;
}
.bip a {
  color: #1a1a1a !important;
  display: block;
  text-decoration: underline !important;
}
.sidebarright img {
  display: block;
  margin: 20px auto 35px auto;
  max-width: 250px !important;
}
.sidebarright a {
  display: block !important;
  width: 100% !important;
}
.sidebarright a:focus {
  border: 2px solid red;
}
.src {
  border: 2px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 1300px !important;
}
.pl img {
  display: block;
  margin: 20px auto 35px auto;
  max-width: 150px !important;
}
.searchflex {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.ccm-search-block-form {
  max-width: 400px !important;
}
.ccm-search-block-text {
  background: white;
  border: 1px solid #575757;
  float: left;
  width: 70%;
  min-height: 38px;
  padding-left: 10px;
}
.ccm-search-block-text:focus {
  border: 4px dotted red;
}
.ccm-search-block-form label {
  margin-bottom: 5px;
  font-weight: bold;
}
.btn-search {
  float: left;
  width: 30%;
  background: #000;
  min-height: 38px;
  border: 1px solid #000;
  color: white !important;
  border-radius: 0px !important;
}
.btn-search:focus {
  border: 4px dotted red;
}
.content-page .ccm-search-block-form label {
  width: 100%;
  display: block;
}
.labelformsearch {
  font-size: 15px !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  display: block;
}
.sr .ccm-search-block-form {
  max-width: 100% !important;
}
.tsearchr {
  font-size: 1.3em !important;
}
.tsearchr a {
  color: #1A78A8 !important;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #1a1a1a !important;
}
.pagenav li {
  display: block;
  width: 100%;
  margin: 0px 0px 10px 0px !important;
}
.pagenav a {
  transition: all 0.3s ease-in;
  color: #1a1a1a !important;
  font-size: 1.2em !important;
  max-width: 70%;
  padding: 20px 0px 20px 15px;
  border: 1px solid #1A78A8;
  border-radius: 5px;
  display: block;
}
.pagenav a:hover {
  color: #1A78A8 !important;
  border: 1px solid #4d4d4d;
  background: #f8f8f8;
}
.pagenav a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: relative;
  margin-right: 10px;
  font-weight: bold;
}
html {
  max-width: 1920px;
  margin: 0px auto !important;
}
main {
  padding: 50px 0px 70px 0px !important;
}
.spacer1 {
  width: 100%;
  height: 50px;
}
.frontleftt {
  display: flex;
  justify-content: center !important;
  flex-flow: column;
  height: 100%;
}
.centerc {
  display: flex;
  justify-content: center !important;
  flex-flow: column;
  height: 100%;
  align-content: center !important;
  text-align: center !important;
}
.tpage {
  background: #f8f8f8 !important;
  padding: 70px 0px 70px 0px;
}
.content table {
  width: 100% !important;
  margin-bottom: 35px;
}
.content table tr th {
  padding: 10px !important;
  border: 1px solid #000 !important;
  font-weight: 400 !important;
}
.content table tr td {
  padding: 10px !important;
  border: 1px solid #000 !important;
}
.content h2,
.content h3 {
  margin-bottom: 20px !important;
}
#footer-theme {
  padding: 50px 0px 50px 0px;
  background: #1A78A8;
}
.t3f {
  color: white !important;
  font-size: 17px !important;
  margin-bottom: 20px !important;
}
.t4f {
  color: white !important;
  font-size: 17px !important;
  margin-bottom: 20px !important;
}
.w {
  color: white !important;
}
.navb {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.navb li {
  display: block;
  margin-bottom: 10px;
}
.navb li a {
  color: white !important;
}
.navb li a:hover {
  text-decoration: underline !important;
}
.f2 {
  max-width: 120px;
  margin: 0px auto !important;
}
.f3 {
  max-width: 220px;
  margin: 0px auto !important;
}
.f4 {
  max-width: 140px;
  margin: 0px auto !important;
}
.c {
  text-align: center !important;
}
.socialm {
  list-style: none !important;
  text-align: center !important;
  padding: 0px !important;
  margin: 0px auto !important;
}
.socialm li {
  display: inline-block;
}
.socialm li img {
  width: 60px !important;
}
.titlepage {
  text-align: center !important;
}
.custompagenav ul.nav {
  list-style: none !important;
}
.custompagenav ul.nav li {
  display: block;
  width: 100% !important;
  background: #f8f8f8;
  text-align: center !important;
  padding: 15px 10px 15px 10px !important;
  margin-bottom: 10px;
  border: 2px solid white;
}
.custompagenav ul.nav li.nav-selected {
  border: 2px solid #c21b1b;
}
.custompagenav ul.nav li a {
  color: #000 !important;
  font-weight: 800 !important;
}
.rownews {
  margin-bottom: 35px !important;
}
.imgnews img {
  display: block;
  margin: 0px auto;
  height: 200px !important;
  object-fit: cover !important;
  width: 100% !important;
}
.rownews .ccm-block-page-list-date {
  font-size: 15px !important;
}
.rownews .ccm-block-page-list-description {
  margin-top: 15px !important;
}
.titlenews {
  font-size: 1.4em;
  font-weight: 800;
}
.readmorenews {
  background: #1A78A8;
  color: white !important;
  font-weight: 800;
  display: inline-block;
  padding: 10px 25px 10px 25px !important;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.2s ease-in;
}
.readmorenews:hover {
  background: #c21b1b;
}
.readmorenews:focus {
  outline: 3px dotted #000;
  background: #c21b1b;
}
.flexnews {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  width: 100%;
}
.cform {
  margin-bottom: 50px !important;
}
.cform .checkboxList span {
  font-size: 14px !important;
}
.cform .btn {
  background: #1A78A8 !important;
  border-radius: 5px !important;
}
.cform input:focus,
.cform textarea:focus {
  outline: 3px dotted red !important;
  box-shadow: none !important;
  border: 1px solid #000 !important;
}
.io img {
  display: block;
  margin: 0px auto;
}
.navmap ul li {
  display: block;
  width: 100% !important;
}
.navmap ul li a {
  display: block;
  width: 100% !important;
  color: #1A78A8 !important;
}
.navmorefooter {
  list-style: none !important;
  margin: 30px 0px 30px 0px !important;
  padding: 0px !important;
}
.navmorefooter li {
  display: inline-block;
}
.navmorefooter li a {
  color: #1a1a1a !important;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .centerc {
    padding: 40px 0px 40px 0px !important;
  }
  .cm {
    text-align: center !important;
  }
  .logotop {
    max-width: 300px !important;
    margin: 0px auto 10px auto !important;
  }
  .frontleftt {
    text-align: center !important;
  }
  .titlenews {
    font-size: 1.15em !important;
  }
  .imgnews img {
    display: block;
    margin: 0px auto;
    height: 100px !important;
    object-fit: cover !important;
    width: 100% !important;
  }
  .bip {
    text-align: center !important;
  }
  .pagenav a {
    max-width: 100% !important;
  }
  .navmorefooter li {
    display: block;
    width: 100% !important;
    padding: 10px 0px 10px 0px !important;
  }
  .searchflex {
    justify-content: center !important;
  }
}
@media all and (min-width: 768px) {
  div.ccm-page header nav ul li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .navmorefooter li {
    margin-right: 30px !important;
  }
}
@media all and (min-width: 992px) {
  .io img {
    float: right;
  }
  div.ccm-page header nav ul li {
    padding-left: 25px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 1200px) {
  .src {
    margin-left: 40px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 40px !important;
    padding-right: 0px !important;
  }
  .t1f {
    font-size: 2.3em !important;
  }
  .titlepage {
    font-size: 3em !important;
  }
}
@media all and (min-width: 1680px) {
  div.ccm-page header nav ul li {
    padding-left: 50px !important;
    padding-right: 0px !important;
  }
}
