.container:after,
.prospective-form .row:after,
.prospective-form .submit-holder:after,
.heading-wrap .update-form .holder:after {
  content: " ";
  display: block;
  clear: both;
}
#nav,
#nav ul,
.footer-holder .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  margin: 0;
  color: #0d0d0d;
  background: #002a64;
  font: 12px/1.2 Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
* {
  max-height: 100000px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
img {
  border-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: underline;
}
input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  color: #000000;
  vertical-align: middle;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #d7d8d8;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #8a8c8c;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}
p {
  margin: 0 0 1.2em;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="file"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body,
html {
  height: 100%;
}
#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
#header {
  position: relative;
}
.logo,
.logo2 {
  width: 320px !important;
  height: auto;
  margin: 14px auto;
}
.logo img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.logo .Banner_txt {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  width: 320px !important;
  height: 40px !important;
}
.logo .Banner_txt2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  width: 320px !important;
  height: 40px !important;
}
.return {
  width: 50%;
  height: auto;
  text-align: center;
  margin: 14px auto;
}
.alternate:nth-child(odd) {
  background-color: #eee;
}
.alternate:nth-child(even) {
  background-color: #fff;
}
.nav-holder {
  background: #4e4e4e;
  position: relative;
  text-transform: uppercase;
  padding: 0 11px;
  margin: 0 -11px;
  z-index: 1000;
}
.nav-holder:after,
.nav-holder:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 1px;
  width: 0;
  height: 0;
  /*
  border-right: 5px solid #979899;
  border-top: 5px solid #979899;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  */
}
.nav-holder:before {
  left: auto;
  right: 1px;
  /*
  border-right: 5px solid transparent;
  border-left: 5px solid #979899;
  */
}
.nav-holder .opener {
  display: none;
}
@media (max-width: 767px) {
  .nav-holder .opener {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 15px 60px 15px 15px;
    text-align: center;
    transition: all 0.2s linear;
  }
  .nav-holder .opener:before,
  .nav-holder .opener:after {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    height: 4px;
    margin: -2px 0 0 25px;
    content: "";
    top: 30%;
    width: 45px;
  }
  .nav-holder .opener:after {
    top: 70%;
  }
  .nav-holder .opener:hover {
    text-decoration: none;
    color: #a3a59b;
  }
  .nav-holder .opener:hover:after,
  .nav-holder .opener:hover:before {
    background: #a3a59b;
  }
  .nav-holder .opener:hover span {
    background: #a3a59b;
  }
  .nav-holder .opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    height: 4px;
    margin: -2px 0 0 25px;
    width: 45px;
  }
}
.nav-holder.active #nav {
  border-top: 1px dashed #a3a59b;
  padding: 5px 0;
}
.nav-holder.active .opener {
  text-decoration: none;
  color: #a3a59b;
}
.nav-holder.active .opener:after,
.nav-holder.active .opener:before {
  background: #a3a59b;
}
.nav-holder.active .opener span {
  background: #a3a59b;
}
#nav {
  text-align: center;
  letter-spacing: -4px;
  font-size: 0;
  position: relative;
}
#nav > li {
  display: inline-block;
  margin: 0 21px 0 32px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  padding: 9px 0 10px;
  position: relative;
}
#nav > li.hover ul {
  display: block;
}
#nav > li.hover ul a {
  color: #fff;
}
#nav > li.hover a {
  color: #aaa;
}
@media (max-width: 1023px) {
  #nav > li {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  #nav > li {
    display: block;
  }
}
#nav a {
  display: block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  position: relative;
}
#nav a:hover,
#nav a:active,
#nav a:focus {
  color: #fff;
  text-decoration: none;
}
#nav a.has-drop-down-a:after {
  background: url(../images/sprite.png) no-repeat 0 0;
  width: 7px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  content: "";
  margin: 6px 0 0 4px;
}
#nav .drop-slide-wrapper {
  top: 100% !important;
}
@media (max-width: 767px) {
  #nav .drop-slide-wrapper {
    position: static !important;
    width: 100% !important;
  }
}
#nav ul {
  background: #002961;
  background-color: #031837;
  background-image: -webkit-linear-gradient(top, #002a64, #031837);
  background-image: -moz-linear-gradient(top, #002a64, #031837);
  background-image: -ms-linear-gradient(top, #002a64, #031837);
  background-image: -o-linear-gradient(top, #002a64, #031837);
  background-image: linear-gradient(top, #002a64, #031837);
  position: absolute;
  top: 100%;
  left: 0;
  width: 119px;
  text-align: left;
  display: none;
  z-index: 9999;
}
@media (max-width: 767px) {
  #nav ul {
    width: 100%;
    text-align: center;
    position: static;
    background: #4e4e4e;
    padding-top: 7px;
  }
}
#nav ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#nav ul li:first-child a {
  border-top: 0;
}
#nav ul a {
  padding: 7px 9px 6px;
  border-top: 1px solid #264775;
}
@media (max-width: 767px) {
  #nav ul a {
    border-top: 0;
  }
}
#nav ul a:hover {
  background: #264775;
}
@media (min-width: 768px) {
  .slide.js-slide-hidden {
    position: static !important;
    left: 0 !important;
    top: 0 !important;
  }
}
#main {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.cycle-gallery {
  position: relative;
}
.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cycle-gallery .slideset {
  width: 100%;
  float: left;
}
.cycle-gallery .slide {
  width: 100%;
  max-height: 431px;
  float: left;
}
.cycle-gallery .slide.active {
  z-index: 1;
}
.cycle-gallery .slide img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  position: absolute;
  top: 50%;
  left: 22px;
  background: url(../images/sprite.png) no-repeat 0 -12px;
  width: 40px;
  height: 40px;
  content: "";
  overflow: hidden;
  text-indent: -9999px;
  z-index: 100;
  margin: -22px 0 0;
}
.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
  background-position: 0 -65px;
}
.cycle-gallery .btn-next {
  left: auto;
  right: 19px;
  background-position: -49px -12px;
}
.cycle-gallery .btn-next:hover {
  background-position: -49px -64px;
}
.block-holder {
  background: #fff;
  padding: 16px 20px 13px;
}
.montage2 {
  width: 80%;
  margin: 14px auto;
}
.montage2 .mask1 {
  position: relative;
  overflow: visible;
  width: 100%;
}
.montage2 .slideset1 {
  width: 100%;
  float: left;
}
.montage2 .slide1 {
  width: 100%;
  float: left;
}
.montage2 .slide1 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.one-column {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -20px;
}
.one-column .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .one-column .col {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    min-height: 0 !important;
  }
}
.one-column .col:before {
  content: "";
  background: #d5d6d6;
  width: 1px;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 5px;
}
@media (max-width: 767px) {
  .one-column .col:before {
    display: none;
  }
}
.one-column .col:before:first-child {
  display: none;
}
.one-column .col2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .one-column .col2 {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 30px;
    min-height: 0 !important;
  }
}
.one-column h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .one-column h2 {
    font-size: 15px;
    margin: 0 0 12px;
  }
}
.one-column h2 br {
  display: none;
}
@media (max-width: 1023px) {
  .one-column h2 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .one-column h2 br {
    display: none;
  }
}
.two-column {
  line-height: 18px;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .two-column {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .two-column.add .col {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .two-column.add .col.small {
    float: right;
    width: 48.6%;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  .two-column.add .col.small {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .two-column.add .col.small:first-child {
    float: left;
    width: 48.4%;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  .two-column.add .col.small:first-child {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
@media (max-width: 1199px) {
  .two-column.add .col.small .partner-block {
    margin-bottom: 47px;
  }
  .two-column.add .col.small .social-networks li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .two-column.add .col:first-child {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  .two-column.add .col:first-child {
    margin: 0;
  }
}
.two-column .col {
  float: right;
  width: 48.4%;
}
@media (max-width: 1023px) {
  .two-column .col {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.two-column .col.small {
  width: 47.6%;
}
.two-column .col.small:first-child {
  width: 47.7%;
}
.two-column .col.small:first-child .holder {
  padding-bottom: 7px;
}
.two-column .col:first-child {
  float: left;
  width: 48.6%;
}
@media (max-width: 1023px) {
  .two-column .col:first-child {
    float: none;
    width: 100%;
  }
}
.two-column .col .holder {
  border-width: 0;
  border-color: #a2a2a2;
  border-style: solid;
}
.two-column .col .holder img.photo {
  float: left;
  margin: 4px 13px 0 0;
  vertical-align: top;
}
.two-column .col .holder p {
  margin: 0;
}
.two-column .col .holder.add {
  border: 0;
  padding: 6px 0 0;
}
.two-column .col .holder.add p {
  margin: 0 0 6px;
}
.two-column .col h2 {
  background: #787676;
  text-align: center;
}
.two-column .col h2.blue {
  background: #002a64;
}
.two-column .col h2.green {
  background: #1b7841;
}
.two-column .col h2.red {
  background: #801212;
}
.two-column .col h2.yellow {
  background: #ab5e0b;
}
.two-column .col .btn-edit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #a2a2a2;
  padding-left: 10px;
  text-decoration: underline;
}
.two-column .col .btn-edit:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.two-column .col .btn-edit:hover {
  text-decoration: none;
}
.two-column h3 {
  font-size: 12px;
  line-height: 18px;
  color: #787676;
  margin: 0 0 5px;
}
.three-columns {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -20px;
}
.three-columns .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  width: 33.33%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .three-columns .col {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    min-height: 0 !important;
  }
}
.three-columns .col:before {
  content: "";
  background: #d5d6d6;
  width: 1px;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 5px;
}
@media (max-width: 767px) {
  .three-columns .col:before {
    display: none;
  }
}
.three-columns .col:before:first-child {
  display: none;
}
.three-columns h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .three-columns h2 {
    font-size: 15px;
    margin: 0 0 12px;
  }
}
.three-columns h2 br {
  display: none;
}
@media (max-width: 1023px) {
  .three-columns h2 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .three-columns h2 br {
    display: none;
  }
}
.prospective-form .row {
  margin: 0 0 15px;
}
.prospective-form .row.small .col-md {
  width: 28.65%;
}
@media (max-width: 1023px) {
  .prospective-form .row.small .col-md {
    width: 100%;
  }
}
.prospective-form .row.checkbox {
  margin: 0 0 5px;
}
.prospective-form .row.checkbox label {
  display: inline-block;
  vertical-align: middle;
  max-width: 265px;
  color: #000000;
}
@media (max-width: 1023px) {
  .prospective-form .row.checkbox label {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .prospective-form .row.checkbox label {
    max-width: 220px;
  }
}
.prospective-form .col-md {
  float: left;
  width: 46.5%;
  margin-left: 7%;
}
@media (max-width: 1023px) {
  .prospective-form .col-md {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
  }
}
.prospective-form .col-md:first-child {
  margin-left: 0;
}
.prospective-form input[type="text"],
.prospective-form input[type="email"],
.prospective-form input[type="tel"],
.prospective-form textarea {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #000000;
  padding: 7px 9px;
  outline: none;
}
.prospective-form select {
  width: 100%;
}
.prospective-form textarea {
  width: 100% !important;
  min-height: 163px !important;
  overflow: auto;
}
.prospective-form .submit-holder input[type="submit"],
.prospective-form .submit-holder input[type="reset"] {
  float: right;
  outline: none;
  background: #002a64;
  margin: 0 0 0 21px;
  padding: 5px;
  min-width: 83px;
  height: 30px;
  border: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prospective-form .submit-holder input[type="submit"]:hover,
.prospective-form .submit-holder input[type="reset"]:hover {
  text-decoration: none;
  background: #365c90;
}
@media (max-width: 1023px) {
  .prospective-form .submit-holder input[type="submit"],
  .prospective-form .submit-holder input[type="reset"] {
    margin: 0 0 0 10px;
  }
}
.prospective-form .submit-holder input[type="reset"] {
  background: #365c90;
}
.prospective-form .submit-holder input[type="reset"]:hover {
  background: #002a64;
  color: #fff;
}
.onlineapp-form .row {
  margin: 0 0 15px;
}
.onlineapp-form .row.small .col-md {
  width: 28.65%;
}
@media (max-width: 1023px) {
  .onlineapp-form .row.small .col-md {
    width: 100%;
  }
}
.onlineapp-form .row.checkbox {
  margin: 0 0 5px;
}
.onlineapp-form .row.checkbox label {
  display: inline-block;
  vertical-align: middle;
  max-width: 265px;
  color: #000000;
}
@media (max-width: 1023px) {
  .onlineapp-form .row.checkbox label {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .onlineapp-form .row.checkbox label {
    max-width: 220px;
  }
}
.onlineapp-form .col-md {
  float: left;
  width: 46.5%;
  margin-left: 7%;
}
@media (max-width: 1023px) {
  .onlineapp-form .col-md {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
  }
}
.onlineapp-form .col-md:first-child {
  margin-left: 0;
}
.onlineapp-form input[type="text"],
.onlineapp-form input[type="email"],
.onlineapp-form input[type="tel"],
.onlineapp-form textarea {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #000000;
  padding: 7px 9px;
  outline: none;
}
.onlineapp-form select {
  width: 100%;
}
.onlineapp-form textarea {
  width: 100% !important;
  min-height: 163px !important;
  overflow: auto;
}
.onlineapp-form .submit-holder input[type="submit"],
.onlineapp-form .submit-holder input[type="reset"] {
  float: right;
  outline: none;
  background: #002a64;
  margin: 0 0 0 21px;
  padding: 5px;
  min-width: 83px;
  height: 30px;
  border: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.onlineapp-form .submit-holder input[type="submit"]:hover,
.onlineapp-form .submit-holder input[type="reset"]:hover {
  text-decoration: none;
  background: #365c90;
}
@media (max-width: 1023px) {
  .onlineapp-form .submit-holder input[type="submit"],
  .onlineapp-form .submit-holder input[type="reset"] {
    margin: 0 0 0 10px;
  }
}
.onlineapp-form .submit-holder input[type="reset"] {
  background: #365c90;
}
.onlineapp-form .submit-holder input[type="reset"]:hover {
  background: #002a64;
  color: #fff;
}
.heading-wrap {
  max-width: 475px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .heading-wrap {
    width: 100%;
  }
}
.heading-wrap h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading-wrap h1 {
    font-size: 15px;
    text-align: center;
  }
}
.heading-wrap .update-form .col {
  width: 142px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .heading-wrap .update-form .col {
    float: none;
    overflow: hidden;
    margin: 0 0 10px;
    width: 100%;
  }
}
.heading-wrap .update-form .col:first-child {
  margin-left: 0;
}
.heading-wrap .update-form .col.add {
  width: 84px;
}
@media (max-width: 767px) {
  .heading-wrap .update-form .col.add {
    width: 100%;
  }
}
.heading-wrap .update-form input[type="submit"],
.heading-wrap .update-form input[type="reset"] {
  outline: none;
  background: #002a64;
  margin: 0;
  padding: 5px;
  min-width: 83px;
  height: 30px;
  border: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-wrap .update-form input[type="submit"]:hover,
.heading-wrap .update-form input[type="reset"]:hover {
  text-decoration: none;
  background: #365c90;
}
@media (max-width: 767px) {
  .heading-wrap .update-form input[type="submit"],
  .heading-wrap .update-form input[type="reset"] {
    width: 100%;
  }
}
.heading-wrap .update-form .row {
  width: 100%;
  margin: 0px, 5px auto;
  text-align: center;
  padding-bottom: 10px;
  min-width: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .heading-wrap .update-form .row input[type="text"] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .heading-wrap .update-form .row input[type="password"] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.heading-wrap .update-form .row .col {
  width: 50%;
  margin: 0 auto;
  min-width: 83px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .heading-wrap .update-form .row .col {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.holder .row2 {
  width: 305px;
  height: 50px;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.table-responsive {
  padding-bottom: 45px;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.listing-table {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}
@media (max-width: 1023px) {
  .listing-table {
    font-size: 10px;
  }
}
.listing-table thead tr {
  background: #002a64;
}
.listing-table tbody th.ce_cat,
.listing-table thead th {
  text-align: left;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding: 11px 13px 9px 7px;
  border-left: 2px solid #7f94b1;
}
@media (max-width: 1023px) {
  .listing-table tbody th.ce_cat,
  .listing-table thead th {
    padding: 9px 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .listing-table tbody th.ce_cat,
  .listing-table thead th {
    white-space: nowrap;
  }
}
.listing-table thead th:first-child {
  border-left: 0;
}
.listing-table tbody .even {
  background: #e5e5e5;
}
.listing-table tbody .even td {
  border-color: #d8d8d8;
}
.listing-table tbody td {
  padding: 8px 10px 8px 14px;
  border-left: 2px solid #e6e6e6;
}
@media (max-width: 1023px) {
  .listing-table tbody td {
    padding: 10px 5px 8px 10px;
  }
}
@media (max-width: 767px) {
  .listing-table tbody td {
    white-space: nowrap;
  }
}
.listing-table tbody td:first-child {
  border-left: 0;
}
.listing-table tbody td span,
.listing-table tbody td time {
  display: block;
}
.listing-table tbody td span.title,
.listing-table tbody td time.title {
  display: block;
  text-transform: uppercase;
}
.listing-table tbody td span.errormessage {
  color: red;
  font-weight: 700;
}
#footer {
  padding-top: 100px;
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
}
#footer .powered-box {
  float: right;
  text-align: center;
  margin: 0 -73px 14px 0;
}
#footer .powered-box .text {
  display: block;
  color: #fff;
  margin: 0 0 -4px -10px;
}
#footer .powered-box img {
  vertical-align: top;
}
@media (max-width: 1179px) {
  #footer .powered-box {
    margin-right: 0;
  }
}
.footer-holder {
  background: #264a7b;
  padding: 20px 0 7px;
}
.footer-holder .footer-nav {
  text-align: center;
  letter-spacing: -4px;
  font-size: 0;
}
.footer-holder .footer-nav li {
  display: inline-block;
  margin: 0 8px 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  position: relative;
}
.footer-holder .footer-nav li:before {
  content: "|";
  position: absolute;
  top: -1px;
  left: -9px;
  color: #ffffff;
}
.footer-holder .footer-nav li:first-child:before {
  display: none;
}
.footer-holder .footer-nav li a {
  display: block;
  color: #ffffff;
}
.footer-holder .footer-nav li a:hover,
.footer-holder .footer-nav li a:active,
.footer-holder .footer-nav li a:focus {
  color: #ccd2dc;
  text-decoration: none;
}
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #d7d8d8;
  margin: 0 2px 0 0;
  height: 18px;
  width: 18px;
}
.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483,M12=0.7071067811865467,M21=-0.7071067811865467,M22=0.7071067811865483,SizingMethod='auto expand')";
}
:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #d7d8d8;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 30px;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 12px;
  line-height: 31px;
  margin: 0 20px 0 9px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: url(../images/sprite.png) no-repeat -9px 12px;
  width: 16px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px solid #d7d8d8;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #000;
}
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d7d8d8;
  min-width: 100%;
  margin: 0;
}
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-disabled {
  background: #ddd !important;
}
.jcf-focus,
.jcf-focus * {
  border-color: #000 !important;
}
.btn-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  min-width: 127px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #002a64;
  text-align: center;
  padding: 9px 5px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .btn-link {
    width: 100%;
    display: block;
  }
}
.btn-link:hover {
  text-decoration: none;
  background: #8095b2;
}
<!--------------------------------------------- > .Banner_txt A {
  background: transparent;
  padding-bottom: 0;
  font-family: Copperplate Gothic Bold, Centaur, Castellar, Serif;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
}
.Banner_txt A:link {
  color: dark red;
  font-weight: 700;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.Banner_txt A:visited {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.Banner_txt A:hover {
  background-color: transparent;
  color: RED;
  text-decoration: none;
  font-weight: 700;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
section.block-holder .crslist a,
section.block-holder .return a,
section.block-holder .row a,
section.block-holder .listing-table a {
  color: #00a;
}
section.block-holder .update-form .row a {
  color: #fff;
}
.Banner_txt2 a {
  color: #777;
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -42px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #bf1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: -14px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/*
 * Table styles
 */
table[role="presentation"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ce_cat {
  background: #b0bed9;
  text-transform: uppercase;
  font-size: 12px;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(../images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(../images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
  background-image: url(../images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(../images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(../images/sort_desc_disabled.png);
}

.calendar-table td {
  padding: 0px;
}
.calendar-table .cal-tab {
  background-color: dimgrey;
  background-image: url("../IMAGES/taba.jpg");
}
.calendar-table .cal-tab2 {
  background-color: dimgrey;
  background-image: url("../IMAGES/tab2.jpg");
}
table.month {
}
table.month tr.dayheader td,
table.month tr.dayheader th {
  background-image: url(../IMAGES/taba.JPG);
  background-color: #470000;
  border: 1px solid #000000;
  border-bottom-width: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font: 12px arial;
}
table.month tr.day td {
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 0px 5px 0px;
  text-align: left;
  font: 12px arial;
}
table.month tr.day td.othermonth {
  color: #999999;
  font: 12px arial;
}
table.month tr.day td.event {
  background-color: #640000;
  color: #ffffff;
  font-weight: bold;
  font: 12px arial;
}
table.month tr.day .event {
  height: 100px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  font: 12px arial;
}
table.month tr.day .event a {
  color: #8f005a;
}

div.table {
  display: table;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  border-color: grey;
  font-variant: normal;
  width: 100%;
  border: 0;
}
div.tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
div.td {
  display: table-cell;
  vertical-align: inherit;
}
div.td .message {
  width: 100%;
  text-align: center;
  color: red;
}
input, #id_pin {
	max-width: 150px;
	
}
.login-container {
  background-color: #ffffff;
  padding: 10px;
}