*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000080;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: underline;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
.clearfix {
  clear: both;
}
.clearfix,
.row {
  clear: both;
}
.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.row:after {
  clear: both;
}
iframe {
  border: 0;
  max-width: 100%;
}
.mb30 {
  margin-bottom: 30px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.text-right {
  text-align: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bg-primary {
  background-color: #ff0000;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.font-sm {
  font-size: 1.8rem;
}
.orange {
  color: #fae500;
}
.blue {
  color: #222671;
}
.red {
  color: red;
}
.bg-white {
  background-color: #fff;
}
.table {
  border-collapse: collapse;
  border: 1px solid #fff;
  background-color: #f1f1f1;
}
.table td,
.table th {
  padding: 0.8rem 1rem;
  border: 1px solid #fff;
}
.table thead td,
.table thead th {
  background-color: #ff0000;
  color: #fff;
  text-align: left;
}
.table tbody tr:nth-child(2n +1) td {
  background-color: #e3e3e3;
}
.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
  animation: sp-anime 0.8s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .pull-left {
    float: left;
  }
  .pull-left-img {
    margin-right: 20px;
    max-width: 30%;
  }
  img.pull-left {
    margin-right: 20px;
  }
  .pull-right {
    float: right;
  }
  .pull-right-img {
    margin-left: 20px;
    max-width: 30%;
  }
  img.pull-right {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 2rem;
  }
}
html {
  font-size: 10px;
}
body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000080;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px;
}
.site-main {
  padding: 50px 0;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding: 30px 0;
  }
}
.list {
  overflow: hidden;
}
.list li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .list {    
    margin-right: -15px;
    margin-left: -15px;
  }
  .list:after,
  .list:before {
    content: '';
    display: table;
    clear: both;
  }
  .list li {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1310px) {
  .container {
    width: 1280px;
  }
}
.logo {
  margin: 0;
}
.logo__link {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
}
.logo__link img {
  display: block;
}
.site-desc {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}
.header {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.header .header-top {
  clear: both;
  padding: 15px 0;
}
.header-info {
  color: #000080;
  text-align: center;
  font-weight: bold;
}
.header .header-top:before,
.header .header-top:after {
  display: table;
  content: "";
}
.header .header-top:after {
  clear: both;
}
.header .header-top:before,
.header .header-top:after {
  display: table;
  content: "";
}
.header .header-top:after {
  clear: both;
}
.header .header-top .logo {
  margin: 0 auto;
  width: 210px;
}
nav {
  position: relative;
  margin-top: 15px;
}
nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding: 0 5px;
}
nav ul > li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 5px 15px;
  border-radius: 2px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #151515;
}
nav ul > li a:after {
  opacity: 0;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-top-color: #ff0000;
  border-width: 5px;
  margin-left: -5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touch nav ul > li a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul > li.current_page_item a,
nav ul > li.current-menu-item a,
nav ul > li.active a {
  color: #fff;
  background-color: #ff0000;
}
nav ul > li.current_page_item a:after,
nav ul > li.current-menu-item a:after,
nav ul > li.active a:after {
  opacity: 1;
}
nav ul > li:hover > a {
  color: #fff;
  background-color: #ff0000;
}
nav ul > li:hover > a:after {
  opacity: 1;
}
nav ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: #f1f1f1;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav ul > li > ul:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ffc908 transparent;
}
nav ul > li > ul li {
  display: block;
  padding: 0;
  text-align: left;
}
nav ul > li > ul li a {
  display: block;
  padding: 10px;
  border-radius: 0;
  text-transform: none;
}
.no-touch nav ul > li > ul li a:hover {
  background-color: #ff0000;
  color: #fff;
}
nav ul > li > ul li.active > a {
  background-color: #ff0000;
  color: #fff;
}
nav ul > li > ul li > ul {
  left: 100%;
  top: 0;
  width: 242px;
  padding-left: 20px;
  background-color: transparent;
}
nav ul > li > ul li > ul:before {
  top: 10px;
  left: 10px;
  width: 0;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ffc908 transparent transparent;
}
nav ul > li > ul li > ul li a {
  background-color: #f1f1f1;
}

.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9999;
  background: none;
  background: #ff0000;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle .icon-bar:first-child,
.flexMenuToggle .icon-bar:nth-child(3) {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
.flexMenuToggle.active .icon-bar:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
  -ms-transform: rotate(45deg) translate(6px, 8px);
  transform: rotate(45deg) translate(6px, 8px);
}
.flexMenuToggle.active .icon-bar:nth-child(2) {
  visibility: hidden;
}
.flexMenuToggle.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
  -ms-transform: rotate(-45deg) translate(7px, -9px);
  transform: rotate(-45deg) translate(7px, -9px);
}
@media only screen and (max-width: 991px) {
  .nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav ul > li {
    padding: 0 15px;
  }
  .nav ul > li a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    margin-bottom: 0;
  }
  .flexMenuToggle {
    display: block;
  }
  .nav ul {
    display: none;
  }
}
.line-border {
  padding: 15px 0;  
  border-bottom: 1px solid #d3d3d3;
}
.page-title h2 {
  margin: 0;
  font-size: 24px;
}
.page-footer {
  padding: 15px 0;  
  font-size: 14px;
}
.footer-info {
  padding: 15px 0;
  border-top: 1px solid #d3d3d3;
}

footer .copyright {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.copyright span {
  font-size: 12px;
}
.footer-pagination {
  text-align: center;
}
.footer-pagination .pagi-text {
  display: inline-block;
  vertical-align: middle;
}