* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
    font-family: 'Cinzel-Regular';
    src: url('_fonts/Cinzel-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel-Bold';
    src: url('_fonts/Cinzel-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel-Black';
    src: url('_fonts/Cinzel-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('_fonts/Helvetica.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-light';
    src: url('_fonts/helvetica-light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('_fonts/Helvetica-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
  background-color: #000;
}

img {border:0;}

a {text-decoration:none}

.clear {
	clear: both;
}

h1 {
  font-family: 'Cinzel-Bold';
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  font-family: 'Helvetica-Bold';
  font-size: 33px;
  color: #fff;
  text-transform:uppercase;
}
h3 {
  font-family: 'Helvetica-Bold';
  font-size: 23px;
  color: #fff;
  text-transform:uppercase;
}
th {
  font-family: 'Josefin Sans';
  font-size: 25px;
  color: #000;
  text-transform:uppercase;
}
td a {
  font-family: 'Josefin Sans';
  font-size: 22px;
  color: #000;
  text-decoration: underline;
}

.nav-wrap {
  border-top:10px solid #cb242c;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #000;
  color: #fff;

}

.nav-wrap span {
  margin: 0 10px;
}
.nav-wrap a {
  font-family: 'Helvetica-Bold';
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav-wrap a:hover {
  color: #b0b0b0;
}
.nav-wrap a.navwrapOn {
  color: #b0b0b0;
}

.nav-wrap a::after {
  content: "|";
  margin:0 10px;
}
.nav-wrap a:last-child::after {
  content: "";
}


.hero-wrap {
  display: flex;
  position: relative;
  background-image: url(_img/hero-dsks.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
}
.hero-wrap .logo {
  position: absolute;
  top:30px;
  left: 60px;
  max-width: 300px;
}
.hero-wrap .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.base-wrap {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
}
.base-wrap p {
  font-size: 20px;
  line-height: 32px;
}

.about-wrap {
  background-image: url(_img/hero-about.jpg);
}
.service-wrap {
  background-image: url(_img/hero-service.jpg);
  background-position: top center;
}
.criteria-wrap {
  background-image: url(_img/honour-roll-criteria-header.jpg);
  background-position: left center;
}
.honour-roll-wrap {
  background-image: url(_img/hero-honour-roll.jpg);
  background-position: center;
}
.contact-wrap {
  background-image: url(_img/hero-contact.jpg) !important;
  background-position: right center;
  height: 495px !important;
}
.hist-wrap {
  background-image: url(_img/hero-hist.jpg) !important;
}

.service-wrap .logo, .about-wrap .logo {
  top:-50px;
}

.inner-logo {
  top:-50px !important;
}

.opening-text {
  padding: 20px;
  background-color: #000;
}

.con-wrap {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

.gradient-bg {
  background-image: url('_img/gradient-bg-dsk.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #000;
}


.text-image-row {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}
.bordered-image {
  width: 30%;
}
.bordered-image img {
  width: 100%;
  height: auto;
  display: block;
}
.secondary-paragraph {
  margin-left: 40px;
  width: 70%;
}
.secondary-paragraph span.red-divide {
  height: 2px;
  background-color: #cb242c;
  width: 100%;
  display: block;
}
.secondary-paragraph p {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

.form-wrapper {
  max-width: 1120px;
  margin:50px auto 0 auto;
}
.form-wrapper p {
  font-family: 'Helvetica-Bold';
  font-size: 30px;
  color: #fff;
}

.contact-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form input[type=text] {
  width: 48%;
  background: rgba(255, 255, 255, 0.80);
  border: none;
  outline: none;
  margin: 10px 0;
  padding: 20px;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
}
.contact-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.80);
  border: none;
  outline: none;
  margin: 10px 0;
  padding: 20px;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  min-height: 300px;
  margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

input[type=submit] {
  background-color: #cb242c;
  border:1px solid white;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  padding: 10px 40px 5px 40px;
  align-self: flex-end;
  margin-left: auto;
}
input[type=submit]:hover {
  background-color: #000;
}
.additional-contact {
  max-width: 1120px;
  margin: 0 auto;

}
.additional-contact p {
  font-family: 'Helvetica-Bold';
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.additional-contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.additional-contact-info div {
  width:33%;
  display: flex;
  align-items: center;
}
.additional-contact-info img {

}
.additional-contact-info div p {
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  font-family: 'Helvetica';
  text-transform: inherit;
  margin-left: 20px;
}


.footer {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  margin: 0 auto;
  justify-content: center;
}
.footer-logo {
  max-width: 180px;
  margin: 60px auto 0 auto;
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-name {
  font-family: 'Helvetica';
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 30px 0;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-social a {
  margin: 0 15px;
  opacity: 0.5;
}
.footer-social a:hover {
  opacity: 1;
}

.copy {
  width: 100%;
  border-top:5px solid white;
  background-color: #cb242c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy p {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Helvetica-Bold';
  padding: 30px 0;
  letter-spacing: 8px;
}





.about-entry-boxes {
  max-width: 1120px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.about-entry-boxes .aeb {
  width: 30%;
  border:2px solid white;
  display: block;
}
.aeb:hover {
  background-color: #333;
}
.aeb-overlay {display: none;}
.aeb:hover .aeb-txt, .aeb:hover .aeb-lm {

}
.aeb-title {
  width: 100%;
  display: block;
  background-color: #cb242c;
  color: #fff;
  font-size: 23px;
  font-family: 'Cinzel-Bold';
  text-align: center;
  padding: 20px 0;
  border-bottom:4px solid black;
}
.aeb-img {
  height: 360px;
}
.aeb-img img {
  height: 360px;
  object-fit: cover;
  width: 100%;
}
.aeb-txt {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  overflow: hidden;
}
.aeb-lm {
  color: #cb242c;
  font-size: 22px;
  font-weight: 500;
  display: block;
  border-top:3px solid #cb242c;
  margin: 0 20px;
  padding: 30px;
}
.aeb-lm a {
  /*color: #cb242c;
  font-size: 22px;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  border-top:3px solid #cb242c;*/
}

.about-mem-img {
  border:2px solid white;
  padding: 13px;
  margin-bottom: 80px;
}
.about-mem-img img {
  width: 100%;
  height: auto;
  display: block;
}

.base-wrap h2 {
  font-size: 43px;
  border-bottom: 4px solid #cb242c;
  font-family: 'Cinzel-Bold';
  color: #fff;
}

.content-img-split {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.content-img-split div {
  width: 50%;
}
.content-img-split div:last-of-type {
  margin-left: 40px;
}
.content-img-split div p {
  margin: 0;
  padding: 0;
}
.content-img-split div img {
  width: 100%;
  height: auto;
  display: block;
}
.criteria-img {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.criteria-img img {
  width: 100%;
  height: auto;
  display: block;
}
.base-wrap ol {
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0 0 30px;
}
.base-wrap ol li {
  margin: 30px 0;
}
ol > li::marker {
  font-weight: bold;
  font-size: 22px;
}
.base-wrap ol li span {
  position: relative;
  left: 20px;
}

.police-honour-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.honour-output {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honour-box {
  display: flex;
  flex-direction: column;
  width: 26%;
  margin: 30px 0;
}
.honour-box img {
  width: 100%;
  height: auto;
  display: block;
}
.honour-box div {
  margin-top: 30px;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}
.honour-box div span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.honour-roll-mem {
  background-image: url('_img/honour-roll-mem-bg.png');
  background-repeat: repeat-x;
  background-color: #000;
  margin: 80px 0;
}
.honour-roll-mem-content {
  max-width: 1120px;
  margin: 0 auto;
}
.honour-roll-mem-content h1 {
  padding:30px 0;
}
.search-list {
  margin-top: 10px;
  color: #000;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
.search-table-header {
  padding-top: 10px;
  padding-bottom: 5px;
  border-collapse: collapse;
  background-color: #ffffffcc;
}
.search-table-ele {
  color: #000;
  border-collapse: collapse;
  background-color: #fff;
  border: 2px solid;
  padding: 5px;
}
.hrm-box {
  display: flex;
}
.hrm-img {
  width: 254px;
}
.hrm-img img {
  width: 100%;
  height: auto;
  display: block;
}
.hrm-txt {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  width: 75%;
  margin-left: 40px;
}
.hrm-txt span {
  display: block;
  font-weight: 900;
}
.hrm-txt p:first-of-type {
  margin-top: 0;
}

.hist-box {
  display: block;
 cursor: pointer;
}



.hist-box:hover .hist-title {
  background-color: #cb242c;

}
.hist-title {
  background-color: #4a4b4c;
  color: #fff;
  font-family: 'Cinzel-Bold';
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 20px;
}
.hist-content {
  display: flex;
  margin: 20px 0;
}
.hist-img {

}
.hist-txt {
  font-size: 20px;
  color: #fff;
  margin-left: 30px;
}
.hist-txt p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.readMore {
  text-align: right;
  color: #cb242c;
}

.mbl-header {display: none;}
.mobile {display: none;}
.mbl-nav{display: none;}
.mbl-menu{display: none;}
@media only screen and (max-width:768px) {
  .desktop {display: none !important;}
  .mobile {display: block;}
  .nav-wrap {display: none;}
  .mbl-header {
    display: flex;
    align-items: center;
    background-color: #000;
    height: 140px;
    border-top:20px solid #cb242c;
    padding:  20px 40px;
    justify-content: center;
  }
  .mbl-logo {

  }
  .mbl-logo img {

  }


  .mbl-nav {
    height: 120px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top:10px #cb242c solid;
  }

  .mbl-logo {
    padding-left: 20px;
    flex:1;
  }

  .mbl-menu-lnk {
    display: table-cell;
  }

  .mbl-logo img {
    width: 100%;
    max-width: 140px;
    height: auto;
  }

  .hamburger-on {display: none;}

  .mbl-menu {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top:120px;
    width: 100%;
    z-index: 10000;
  }

  .mbl-menu li {

    border-bottom: 1px solid #deddda;
  }

  .mbl-menu li:first-child {
    border-top: 1px solid #deddda;
  }

  .mbl-menu li:last-child {
    border-bottom: none;
  }

  .mbl-menu li.menuAddr {
    display: flex;
    justify-content: left;
    padding:15px 10px 15px 20%;
    font-size: 20px;
    font-weight: 600;
    background: #ca232c;
    color: #fff;
    flex-direction: column;
  }
  .mbl-menu li.menuAddr p {
    margin: 0;
    padding:0;
    font-weight: 300;
  }
  .mbl-menu li.menuAddr span {
    margin: 0;
    padding:0;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
  }
  .mbl-menu li.menuSocial  {
    display: flex;
    background: #ca232c;
    padding: 15px 10px;
    justify-content: center;
    flex-wrap:wrap;
  }
  .mbl-menu li.menuSocial a {
    display: block;
    padding:0;
    margin: 0 5px;
  }
  .mbl-menu li a {
    display: flex;
    align-items: center;
    justify-content: left;
    padding:15px 10px 15px 20%;
    font-size: 20px;
    font-weight: 600;
    background: #ca232c;
    color: #fff;
  }

  .mbl-menu li a:hover {
    /*color: #164a7c;*/
    color: #819db8;
  }

  .menubtn-wrap {
    padding: 0 20px;
    /*background-color: #fec44c;*/
    margin-left:15px;
  }

  .menubtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }

  .line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .mbl-menu li a.current {
    background-color: #164a7c;
    color: #fff;
  }

  .mbl-menu li a img {
    margin-left: 10px;
  }

  .mbl-menu li ul {
    background-color: #99ca3c;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mbl-menu li ul li {
    background-color: #99ca3c;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: #006f51;
    font-style: normal;
  }

  .mbl-menu li ul li.mbl-menu-sub-header {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding: 5px 0 5px 0;
    list-style: none;
  }

  .mbl-menu li ul li a {
    display: block;
    padding: 5px 0 5px 45%;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    background: #a3b8cb;
    text-transform: uppercase;
  }

  .mbl-menu li ul li a span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }

  .mbl-menu li ul li a:hover {
    color: #164a7c;
  }

  div.header {display: none;}

  .mbl-header {
    height: 100px;
    display: block;
  }



  .hist-content {
    flex-direction: column;
  }
  .hist-img {width: 100%; padding-bottom: 20px;}
  .hist-img img {
    width: 100%;
    height: auto;
    display: block;
  }







  .police-honour-wrap {
    padding: 0 20px;
  }
  .honour-roll-mem-content h1 {
    text-align: center;
    padding: 20px;
  }

  .honour-box {
    width: 45%;
  }
  .hrm-box {
    flex-direction: column;
  }
  .hrm-img {
    margin:0 auto;
  }
  .hrm-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding: 0 20px;
  }

  .content-img-split {
    flex-direction: column;
  }
  .content-img-split div {
    width: 100%;
  }
  .content-img-split div:last-of-type {
    margin-left: 0;
    margin-top: 30px;
  }

  .about-wrap {
    background-image: url(_img/hero-about.jpg) !important;
    background-position: center;
    background-size: cover;
  }
  .service-wrap {
    background-image: url(_img/hero-service.jpg) !important;
    background-position: top center;
    background-size: cover;
  }
  .criteria-wrap {
    background-image: url(_img/honour-roll-criteria-header.jpg) !important;
  }
  .honour-roll-wrap {
    background-image: url(_img/hero-honour-roll.jpg) !important;
    background-position: center;
  }
  .contact-wrap {
    background-image: url(_img/hero-contact.jpg) !important;
    background-position: right center;
    height: 495px !important;
  }
  .hist-wrap {
    background-image: url(_img/hero-hist.jpg) !important;
  }

  .base-wrap {
    padding: 20px;
  }
  .base-wrap h1 {
    text-align: center;
  }

  .about-entry-boxes {
    flex-direction: column;
    padding: 20px;
  }
  .about-entry-boxes .aeb {
    width: 100%;
    margin: 15px 0;
    border:none;
  }
  .aeb-txt {
    height: auto;
  }
  .aeb-lm a {
    text-align: right;
  }





  .hero-wrap .logo {display: none;}
  .hero-wrap {
    background-image: url('_img/hero-mbl.jpg');
  }
  .opening-text {
    padding: 20px 40px;
  }
  .gradient-bg {
    background-image: url('_img/gradient-bg-mbl.jpg');

  }
  .text-image-row {
    flex-direction: column;
  }
  .bordered-image {
    width: 100%;
    padding: 0 40px;
  }
  .secondary-paragraph {
    margin-left: 0;
    width: 100%;
    padding: 0 40px;
  }
  .form-wrapper {
    padding: 20px 40px;
  }
  .contact-form input[type=text] {
    width: 100%;
  }
  .additional-contact {
    padding: 20px 40px;
  }
  .additional-contact p {
    text-align: center;
  }
  .additional-contact-info {
    flex-direction: column;
  }
  .additional-contact-info div {
    width: 100%;
    margin: 20px 0;
  }
  .additional-contact-info div p {
    text-align: left;
  }
  .footer {
    padding: 20px 40px;
  }
  .copy p {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .copy p span {
    margin: 10px 0;
  }
}
@media only screen and (max-width:560px) {
  .search-table-header {
    font-size: 14px;
    padding: 5px;
    line-height: normal;
  }
  .search-list td a {
    font-size: 14px;
  }
  .search-table-ele {
    padding: 2px;
  }
}
@media only screen and (max-width:400px) {
  .additional-contact-info img {
    max-width: 80px;
    width: 100%;
    height: auto;
    display: block;
  }
  .additional-contact-info div p {
    font-size: 18px;
    line-height: 24px;
  }
}


.tweet-wrap {
  position: absolute;
  bottom:-20px;
  left: 0;
  border-top:3px solid white;
  border-right:3px solid white;
  border-bottom:3px solid white;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000;
  color: #fff;
  padding: 20px;

}

.tweet-wrap iframe .css-1dbjc4n {
  display: none !important;
}
.tweet-wrap iframe {
  overflow: hidden;
}
