/* 
  Theme Name: WMW Customized SONIS Theme
  Version: JSONIS 2023
  Accessibility: WCAG2.1, AA compliancy
  Theme colors: 
    Dark Blue: #002855
    Warm Gray: #bfb8af
    Warm Gray 2: #7c736a
*/ 

@import "WMW_vars_JSONIS.css";

.container:after,
.prospective-form .row:after,
.prospective-form .submit-holder:after,
.heading-wrap .update-form .holder:after {
  content: " ";
  display: block;
  clear: both;
}
.required-heading{
  text-align: left;
  color: var(--requiredFontColor);
}
#nav,
#nav ul,
.footer-holder .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  /* border-radius: 3px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondaryFontFamily);
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

body {
  margin: 0;
  background-color: var(--globalColorContrast);
  font-family: var(--primaryFontFamily);
}

* {
  max-height: 100000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img {
  border-style: none;
  /* margin-top: 10px; */
  /* filter: invert(1); */
}

a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--secondaryColor);
}

a:hover {
  text-decoration: underline;
}

input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  color: var(--globalColor);
  vertical-align: middle;
}

.form-group {
  text-align: left;
}

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;
  /* width: 100%; */
  padding: 4px 7px;
  border: 1px solid var(--borderColor);
  border-radius: 5px;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

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: 2px solid var(--borderColorActive) !important;
}


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;
}



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;
}

table[role="presentation"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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;
  border: 1px solid var(--borderColor);
  border-radius: 5px;
  line-height: 25px;
}

body,
html {
  height: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  color: var(--globalColor);
  background-color: var(--globalColorContrast);
}

.maincontent {
  font-size: 28px;
  line-height: 32px;
  color: #3E3E3E;
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -45px;
  left: 0px;
  color: var(--primaryColor);
  /* border-right: 1px solid white;
  border-bottom: 1px solid white; */
  border-bottom-right-radius: 8px;
  background-color: var(--primaryColorContrast-b);
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: -10px;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  border: 2px solid var(--borderColorActive) !important;
}

.container {
  margin: 0 auto;
}

.login-content{
  display: block;
  max-width: 542px;
  padding: 0;
}
label.text-required-asterisk, span.text-required-asterisk {
  color: var(--requiredFontColor) !important;
}
.text-required {
    color: var(--requiredFontColor) !important;
}
.text-required-heading {
    color: var(--requiredFontColor)!important;
    font-weight: 700;
}
.form-control-required {
    box-shadow: 0px 0px 7px rgba(var(--requiredFontDecimalColor), 0.75), inset 0px 2px 2px rgba(0, 0, 0, 0.08);
}
#header {
  position: relative;
  color: var(--globalColor);
  background-color: var(--globalColorContrast);
  /* border-top: 10px solid var(--secondaryColor); */
  height: 125px;
  border-bottom: 5px solid var(--primaryColor);
}

.logo2 {
  /* text-align: left; */
  margin: -25px auto;
  font-size: 30px;
  padding-right: 35px;
  /* font-weight:bold; */
  /* width: 320px !important; */
  /* height: 100px !important; */
  position: inherit;
  float: right;
  display: inline-block;
}

@media (max-width: 1023px) {
  .logo2 {
    /* text-align: left; */
    margin: -25px auto;
    font-size: 30px;
    padding-right: 10px;
    /* font-weight:bold; */
    /* width: 320px !important; */
    /* height: 100px !important; */
    position: inherit;
    float: right;
    display: inline-block;
  }
}

@media (max-width: 925px) {
  .logo2 {
    /* text-align: left; */
    margin: -25px auto;
    font-size: 30px;
    padding-right: 0px;
    /* font-weight:bold; */
    /* width: 320px !important; */
    /* height: 100px !important; */
    position: inherit;
    float: right;
    display: inline-block;
  }
}

.logo {
  text-align: left;
  padding: 0;
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  width: 320px !important;
  height: 100px !important;
  /*position: absolute;*/
  margin-top: 10px;
}

.logo img {
  vertical-align: top;
  margin-top: 10px;
  /*width:100%; */
}

.logo .Banner_txt {
  font-family: var(--secondaryFontFamily);
  color: var(--primaryColor);
  text-align: center;
  font-weight: bold;
  font-size: calc(18px + (30 - 18) * ((100vw - 400px) / (800 - 400)));
  /*font-size: calc(16px + 2vw);*/
  width: 320px !important;
  height: 40px !important;
  padding-top: 30px;
  /* box-shadow: 0px -5px 20px #001E60; */
}

@media (max-width: 400px) {
  .logo .Banner_txt {
    padding: 45px 0;
    /*above 800px */
  }
}

@media (min-width: 800px) {
  .logo .Banner_txt {
    font-size: 24px;
    /*above 800px */
  }
}

.logo .Banner_txt2 {
  font-family: var(--tertiaryFontFamily);
  font-size: 17px;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  /*width: 320px !important; height: 40px !important;*/
  display: none;
}

.return {
  width: 75%;
  height: auto;
  text-align: center;
  margin: 14px auto;
}

.return .btn-link>a {
  color: var(--globalColor)
}

.nav-holder {

  position: relative;

  padding: 10px 0;

  margin: -110px 0px 0px 210px !important;

  z-index: 1000;

  float: right;
}

@media (max-width: 767px) {
  .nav-holder {
    margin: -80 0 0 100px;
    width: 25%;
    float: right;
    /* color: var(--globalColor); */
  }
}

.nav-holder .opener {
  display: none;
}

@media (max-width: 767px) {
  .nav-holder .opener {
    display: block;
    position: relative;
    float: right;
    color: #42535C;
    font-size: 0px;
    line-height: 24px;
    color: #42535C;
    padding: 15px 60px 15px 15px;
    text-align: center;
    transition: all 0.2s linear;
  }

  .nav-holder .opener:before,
  .nav-holder .opener:after {
    background-color: #6E6E6E;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    float: right;
    right: 0;
    height: 4px;
    margin: -2px 0 0 25px;
    /* height/2 */
    content: '';
    top: 30%;
    width: 45px;
  }

  .nav-holder .opener:after {
    top: 70%;
  }

  .nav-holder .opener:hover,
  .nav-holder .opener:focus {
    text-decoration: none;
    color: #a3a59b;
  }

  .nav-holder .opener:hover:after,
  .nav-holder .opener:hover:before,
  .nav-holder .opener:focus:after,
  .nav-holder .opener:focus:before {
    background-color: #a3a59b;
    /**/
  }

  .nav-holder .opener:hover span,
  .nav-holder .opener:focus span {
    background-color: #a3a59b;
  }

  .nav-holder .opener span {
    background-color: #6E6E6E;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    float: right;
    right: 0;
    height: 4px;
    margin: -2px 0 0 25px;
    width: 45px;
  }
}

.nav-holder.active #nav {
  /* border-top: 1px dashed var(--primaryColor); */
  padding: 5px 0;
  /* width: 335px; */
}

.nav-holder.active .opener {
  text-decoration: none;
  /*color: #a3a59b;*/
}

.nav-holder.active .opener:after,
.nav-holder.active .opener:before {
  /*background-color: #a3a59b;*/
}

.nav-holder.active .opener span {
  background-color: #a3a59b;
}

#nav {
  /* background-color: var(--globalColorContrast); */
  text-align: left;
  letter-spacing: -4px;
  font-size: 0;
  position: relative;
  padding: 10px 10px 10px 30px;
  margin: 25px 0 0 50px;
  border-radius: 20px;
  /* box-shadow: 0px 0px 5px 4px var(--globalColorContrast); */
}

#nav>li {
  display: inline-block;
  margin: 0 30px 0 0px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  padding: 9px 0 10px;
  position: relative;
}

#nav>li.hover ul {
  display: block;
  background-color: var(--globalColorContrast);
  /* width: 150; */
  /* float: left; */
  /* margin-right: 40px; */
  /* position: absolute; */
  border-radius: 5px !important;
  border: 1px solid var(--borderColor);
  box-shadow: 2px 0px 5px 2px #A9a9a9;
}

#nav>li.hover ul a {
  color: var(--secondaryColor);
}

#nav>li.hover a {
  /* color: var(--primaryColor); */
  transition: all 0.4s ease;
}

@media (max-width: 1023px) {
  #nav>li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  #nav>li {
    display: block;
  }
}

#nav a {
  padding: 3px;
  display: block;
  /* float: right; */
  font-weight: bold;
  /* background-color: green; */
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--globalColor);
  font-family: var(--tertiaryFontFamily);
  position: relative;
}

#nav a:hover,
#nav a:active,
#nav a:focus {
  color: var(--primaryColor);
  text-decoration: none;
}

#nav a.has-drop-down-a:after {
  background: url(../images/sprite.png) no-repeat 0 0;
  width: 7px;
  filter: invert(100%);
  height: 4px;
  display: inline-block;
  vertical-align: top;
  content: "";
  margin: 6px 0 0 4px;
}

#nav a.has-drop-down-a:hover: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;
    float: right;
    width: 100% !important;
  }
}

#nav ul {
  /* background: #A9A9A9; */
  position: absolute;
  /* margin: auto; */
  margin: 0px 0px 0px -110px;
  top: 100%;
  width: 175px;
  left: 0;
  transition: all 0.1s ease;

  text-align: left;
  display: none;
  border-radius: 3px;
  z-index: 9999;
}

@media (max-width: 767px) {
  #nav ul {
    width: 100%;
    text-align: center;
    position: static;
    margin: 0px 0px 0px 0px;
    background-color: var(--primaryColor);
    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 var(--primaryColor); */
}

@media (max-width: 767px) {
  #nav ul a {
    border-top: 0;
  }
}

#nav ul a:hover,
#nav ul a:focus {
  background-color: var(--primaryColor);
}

@media (max-width: 1023px) {
  #nav {
    /* background-color: #6E6E6E; */
    width: 100%;
  }
}

@media (max-width: 767px) {
  #nav {
    background-color: #6E6E6E;
    position: absolute;
    /* z-index: 1000; */
    width: 185%;
    /* float: right; */
    margin: 40px 0px 0px -85%;
  }

  #nav a {
    color: var(--globalColorContrast);
  }

  #nav ul {
    background-color: #D3D3D3;
    text-align: left;
  }
}

@media (max-width: 767px) {

  #nav a:hover,
  #nav a:focus {
    color: #FFCD00;
  }
}


@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;
  /* background-color: #6E6E6E; */
  /* background-color: var(--globalColor); */
  /* width: 75%; */
  /* align-content: center; */
}

.cycle-gallery {
  position: relative;
  /* border: 4px solid var(--primaryColor); */
  /* border-radius: 20px; */
  /* box-shadow: 0px 0px 9px 7px #001E60; */
  /* background-color: blue; */
}

.cycle-gallery .mask {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  /* object-fit: scale-down; */
  max-height: 70vh; /* PK - default 500 (use 80vh for full screen)*/
  /* max-width: 1890px; */
  margin: auto;
  /* border-radius: 15px; */
  /* transform: scale(0.5, 0.5); */
  -ms-transform: scale(0.5, 0.5);
  /* -webkit-transform: scale(1, .9); */
}

.cycle-gallery .slideset {
  width: 100%;
  float: left;
  /* -webkit-filter: sepia(100%) hue-rotate(280deg); */
}

.cycle-gallery .slide {
  width: 100%;
  float: left;
}

.cycle-gallery .slide.active {
  z-index: 1;
}

.cycle-gallery .slide img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.cycle-gallery .btn-pause,
.cycle-gallery .btn-resume,
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  position: absolute;
  top: 50%;
  left: 22px;
  background: url(../images/sprite2.png) no-repeat 0 -12px;
  width: 40px;
  height: 40px;
  content: "";
  /* box-shadow: 0px 0px 2px 1px var(--primaryColor); */
  border-radius: 20px;
  */ overflow: hidden;
  text-indent: -9999px;
  z-index: 100;
  margin: -22px 0 0;
}

.cycle-gallery .btn-pause:hover,
.cycle-gallery .btn-resume:hover,
.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover,
.cycle-gallery .btn-pause:focus,
.cycle-gallery .btn-resume:focus,
.cycle-gallery .btn-prev:focus,
.cycle-gallery .btn-next:focus {
  outline: none;
  background-position: 0 -64px;
  box-shadow: 0px 0px 5px 2px var(--primaryColor);
  transform: scale(1.25);
}

.cycle-gallery .btn-next {
  left: auto;
  right: 19px;
  background-position: -49px -12px;
}

.cycle-gallery .btn-next:hover,
.cycle-gallery .btn-next:focus {
  background-position: -51px -64px;
  box-shadow: 0px 0px 5px 2px var(--primaryColor);
  /* background: #10069F33; */
  /* color: #3d3d3d; */
  /* filter: invert(100%); */
}

.cycle-gallery .btn-pause {
  left: auto;
  right: 19px;
  top: auto;
  bottom: 19px;
  background-position: -98px -12px;
}

.cycle-gallery .btn-pause:hover,
.cycle-gallery .btn-pause:focus {
  background-position: -98px -64px;
  box-shadow: 0px 0px 5px 2px var(--primaryColor);
}

.cycle-gallery .btn-resume {
  left: auto;
  right: 19px;
  top: auto;
  bottom: 19px;
  background-position: -149px -12px;
}

.cycle-gallery .btn-resume:hover,
.cycle-gallery .btn-resume:focus {
  background-position: -149px -64px;
  box-shadow: 0px 0px 5px 2px var(--primaryColor);
}

.block-holder {
  background-color: #f2f2f2;
  padding: 16px 20px 13px;
  /* border: 4px solid var(--primaryColor); */
  /* border-radius: 20px; */
  /* box-shadow: 0px 0px 9px 7px #001E60; */
}

.three-columns {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -20px;
  border: 1px solid var(--borderColor);
  border-radius: 5px;
  background-color: var(--globalColorContrast);
  width: 100%;
  margin: auto;
}

.three-columns .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  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-color: #10181c;
  width: 1px;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 5px;
  display: none;
}

@media (max-width: 767px) {
  .three-columns .col:before {
    display: none;
  }
}

.three-columns .col:before:first-child {
  display: none;
}

.three-columns h2 {
  font-size: 24px;
  line-height: 22px;
  font-weight: normal;
  color: var(--secondaryColor);
  margin: 0 0 20px;
  padding: 10px 0px;
  /* text-align: center; */
}

@media (max-width: 1023px) {
  .three-columns h2 {
    font-size: 18px;
    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 77px;
}

.prospective-form .row.checkbox label {
  display: inline-block;
  vertical-align: middle;
  max-width: 265px;
  color: var(--globalColor);
}

@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-color: var(--globalColorContrast);
  border-radius: 3px;
  color: var(--globalColor);
  padding: 7px 9px;
  line-height: 25px;
  outline: none;
  border: 1px solid var(--borderColor);
}

.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;
  margin: 0 0 0 21px;
}


input[type="reset"],
.prospective-form .submit-holder input[type="reset"] {
  /* outline: none; */
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  outline: none;
  border: 2px solid var(--borderColor);
  transition: all .4s;
  color: var(--globalColor);
  background-color: transparent;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  outline: none;
  transition: all .4s;
  /* background: #002a64; */
  /* margin: 0; */
  /* padding: 5px; */
  /* min-width: 83px; */
  /* height: 30px; */
  /* border: 0; */
  /* font-size: 12px; */
  /* line-height: 20px; */
  /* color: var(--globalColorContrast); */
  /* font-weight: 400; */
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
  /* border:1px solid #c0c9ce; */
  /* -webkit-border-radius: 3px; *
	/-moz-border-radius: 3px;/* border-radius: 3px; */
  /* font-size:12;/* font-family:arial, helvetica, sans-serif; */
  serif;
  /* padding: 10px 10px 10px 10px; */
  /* text-decoration:none; */
  /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
  /* font-weight:bold; */
  /* color: var(--globalColorContrast); */
  /* background-color: #A9A9A9; */
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#6E6E6E)); */
  /* background-image: -webkit-linear-gradient(top, #A9A9A9, #6E6E6E); */
  /*background-image: -moz-linear-gradient(top, #748188, #3a4951);background-image: -ms-linear-gradient(top, #748188, #3a4951);
	background-image: -o-linear-gradient(top, #748188, #3a4951);*/
  /* background-image: linear-gradient(to bottom, #A9A9A9, #6E6E6E); */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#748188, endColorstr=#3a4951);
}




input[type="submit"],
.btn-link,
.prospective-form .submit-holder input[type="submit"] {
  /* border: 1px solid var(--primaryColor); */
  color: var(--globalColor);
  /* -webkit-border-radius: 3px; */
  -moz-border-radius: 3px;
  /* border-radius: 3px; */
  /* font-size:12px; */
  /* font-family:arial, helvetica, sans-serif; */
  /* padding: 10px 10px 10px 10px; */
  /* text-decoration:none; */
  /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
  /* font-weight:bold; */
  /* color: var(--globalColorContrast); */
  /* background-color: var(--primaryColor); */
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primaryColor)), to(#001E60)); */
  /* background-image: -webkit-linear-gradient(top, var(--primaryColor) , #001E60); */
  background-image: -moz-linear-gradient(top, var(--primaryColor), #890c10);
  background-image: -ms-linear-gradient(top, var(--primaryColor), #890c10);
  background-image: -o-linear-gradient(top, var(--primaryColor), #890c10);
  /* background-image: linear-gradient(to bottom, var(--primaryColor), #001E60); */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=var(--primaryColor), endColorstr=#890c10);
  outline: none;
  /* color: var(--secondaryColor); */
  background-color: transparent;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  outline: none;
  border: 2px solid var(--borderColor);
  transition: all .4s;
  /* background: #002a64; */
  /* margin: 0; */
  /* padding: 5px; */
  /* min-width: 83px; */
  /* height: 30px; */
  /* border: 0; */
  /* font-size: 12px; */
  /* line-height: 20px; */
  /* color: var(--globalColorContrast); */
  /* font-weight: 400; */
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}



input[type="reset"]:hover,
.prospective-form .submit-holder input[type="reset"]:hover,
input[type="reset"]:focus,
.prospective-form .submit-holder input[type="reset"]:focus {
  color: var(--globalColorContrast);
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  outline: none;
  border: 2px solid var(--borderColorActive);
  transition: all .4s;
  background-color: #6E6E6E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6E6E6E), to(var(--secondaryColor)));
  background-image: -webkit-linear-gradient(top, #6E6E6E, var(--secondaryColor));
  background-image: -moz-linear-gradient(top, #3a4951, #1f292f);
  background-image: -ms-linear-gradient(top, #3a4951, #1f292f);
  background-image: -o-linear-gradient(top, #3a4951, #1f292f);
  background-image: linear-gradient(to bottom, #6E6E6E, var(--secondaryColor));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#805d2c, endColorstr=#1f292f);
}


input[type="submit"]:hover,
.btn-link:hover,
.prospective-form .submit-holder input[type="submit"]:hover,
input[type="submit"]:focus,
.btn-link:focus,
.prospective-form .submit-holder input[type="submit"]:focus {
  color: var(--globalColorContrast);
  /* padding: 12px 24px; */
  /* border-radius: 6px; */
  /* display: inline-block; */
  /* outline: none; */
  text-decoration: none;
  border: 2px solid var(--borderColorActive);
  background-color: var(--primaryColor);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primaryColor)), to(var(--primaryColor)));
  background-image: -webkit-linear-gradient(top, var(--primaryColor), var(--primaryColor));
  background-image: -moz-linear-gradient(top, var(--primaryColor), var(--primaryColor));
  background-image: -ms-linear-gradient(top, var(--primaryColor), var(--primaryColor));
  background-image: -o-linear-gradient(top, var(--primaryColor), var(--primaryColor));
  background-image: linear-gradient(to bottom, var(--primaryColor), var(--primaryColor));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=var(--primaryColor), endColorstr=var(--primaryColor));
}

.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;
}

.update-form2 {
  /* border: 1px solid var(--borderColor); */
  /* padding: 20px; */
  min-width: 470px;
  /**/
  /* max-width: 95%; */
  /* margin: 0px auto; */
  border-radius: 5px;
  background-color: var(--globalColorContrast);
}

@media (max-width:750px) {
  .update-form2 {
    /* border: 1px solid var(--borderColor); */
    /* padding: 20px; */
    min-width: 200px;
    /* max-width: 95%; */
    margin: 0px auto;
    border-radius: 5px;
    background-color: var(--globalColorContrast);
  }
}

.update-form {
  border: 1px solid var(--borderColor);
  padding: 20px;
  /* min-width: 470px; */
  /* max-width: 95%; */
  margin: 0px auto;
  border-radius: 5px;
  background-color: var(--globalColorContrast);
}

@media (max-width:750px) {
  .update-form {
    border: 1px solid var(--borderColor);
    padding: 20px;
    min-width: 50%;
    /* max-width: 95%; */
    margin: 0px auto;
    border-radius: 5px;
    background-color: var(--globalColorContrast);
  }
}

.onlineapp-form {
  /* border: 1px solid #6a6a6a; */
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--borderColor);
  padding: 20px;
  /* min-width:500px; */
  max-width: 500px;
  /* */
  margin: 10px auto;
  border-radius: 5px;
  /* padding: 10px 10px; */
  background-color: var(--globalColorContrast);
}

@media (max-width: 2100px) {

  .heading-wrap .update-form .row input[type="text"],
  .heading-wrap .update-form .row input[type="password"],
  .heading-wrap .update-form input[type="text"] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid var(--secondaryColor);
  }
}

@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"],
  .heading-wrap .update-form input[type="text"] input[type="text"] {
    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: 0px auto;
  min-width: 83px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*text-align:center;
	
	 min-width: 83px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

@media (max-width: 2100px) {
  .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 .row   {
   width: 305px;
   height:50px;
   display: table;
  margin-left: auto ;
  margin-right: auto ;
  }*/
.holder .row2 {
  width: 305px;
  height: 50px;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  min-width: 127px;
  text-align: center;
  padding: 9px 5px 7px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .btn-link {
    width: 100%;
    display: block;
  }
}



@media (max-width: 1023px) {

  .btn-link,
  .prospective-form .submit-holder input[type="submit"],
  .prospective-form .submit-holder input[type="reset"] {
    /* margin: 0 0 0 10px; */
  }
}


.heading-wrap {
  max-width: 475px;
  /* max-width: 80%; */
  /*margin: 0 auto 20px;*/
  /* border: 1px solid #6a6a6a; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  /* background-color: var(--globalColorContrast); */
}

.heading-wrap-Login {
  max-width: 475px;
  /* max-width: 80%; */
  margin: 0 auto 20px;
  /* border: 1px solid #6a6a6a; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  /* background-color: var(--globalColorContrast); */
}

@media (max-width: 767px) {
  .heading-wrap {
    /* max-width: 300px; */
  }
}

.heading-wrap h1 {
  /* font-size: x-large; */
  font-size: 1.7rem;
  font-family: var(--tertiaryFontFamily);
  font-weight: 300;
  color: var(--globalColor);
  line-height: 22px;
  /* font-weight: normal; */
  /* color: var(--primaryColor); */
  /* text-transform:uppercase; */
  /* margin: 0 0 10px; */
  /* text-align: center; */
}

@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"] {
  /* outline: none; */
  color: var(--secondaryColor);
  background-color: transparent;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  outline: none;
  border: 2px solid var(--borderColor);
  transition: all .4s;
  /* background-color: #002a64; */
  /* margin: 0; */
  /* padding: 5px; */
  /* min-width: 83px; */
  /* height: 30px; */
  /* border: 0; */
  /* font-size: 12px; */
  /* line-height: 20px; */
  /*color: var(--globalColorContrast);*/
  /* 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="submit"]:focus {
  /* text-decoration: none; */
  /* background-color: #365c90; */
  background-color: var(--primaryColor);
  background: -moz-linear-gradient(45deg, var(--primaryColor) 0%, var(--primaryColor) 33%, var(--primaryColor) 71%, var(--primaryColor) 86%, var(--primaryColor) 86%);
  background: -webkit-linear-gradient(45deg, var(--primaryColor) 0%, var(--primaryColor) 33%, var(--primaryColor) 71%, var(--primaryColor) 86%, var(--primaryColor) 86%);
  background: linear-gradient(45deg, var(--primaryColor) 0%, var(--primaryColor) 33%, var(--primaryColor) 71%, var(--primaryColor) 86%, var(--primaryColor) 86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColor)', endColorstr='var(--primaryColor)', GradientType=1);
  border-color: var(--borderColorActive);
  color: var(--globalColorContrast);
}

@media (max-width: 767px) {
  .heading-wrap .update-form input[type="submit"] {
    width: 100%;
  }
}

.table-responsive {
  padding-bottom: 45px;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  border: 1px solid var(--borderColor);
  /* padding: 20px; */
  border-radius: 5px;
  background-color: var(--globalColorContrast);
}

.listing-table {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  /* border: 1px solid #6a6a6a; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  background-color: var(--globalColorContrast);
}

@media (max-width: 1023px) {
  .listing-table {
    font-size: 10px;
  }
}

.listing-table thead tr {
  /* background-color: var(--secondaryColor); */
  background-color: var(--globalColorContrast);
  border-bottom: 1px solid var(--secondaryColor);
  /* line-height: 10px; */
}

.listing-table tbody th[scope=row] {
  text-align: left;
  font-weight: normal;
  padding: 10px;
}

.listing-table thead th {
  text-align: left;
  font-weight: 700;
  color: var(--globalColor);
  font-size: 15px;
  line-height: 18px;
  padding: 20px 10px;
  border-left: 0px 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 thead th,
  .listing-table tbody th.ce_cat {
    white-space: nowrap;
  }
}

.listing-table thead th:first-child {
  border-left: 0;
}

.listing-table tbody .even {
  background-color: var(--globalColorContrast);
}

.listing-table tbody .even td {
  border-color: var(--borderColor);
}

.listing-table tbody td {
  padding: 8px 10px 8px 14px;
  border-left: 0px 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;
}

.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 var(--borderColor);
  border-bottom-width: 2px;
  color: var(--globalColorContrast);
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font: 12px arial;
}

table.month tr.day td {
  height: 100px;
  background-color: var(--globalColorContrast);
  border: 1px solid var(--borderColor);
  color: var(--globalColor);
  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: var(--globalColorContrast);
  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: var(--primaryColor);
}

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: var(--borderColor);
  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;
}

#footer {
  padding-top: 100px;
  width: 100%;
  overflow: hidden;
  /*for FF on Windows 7*/
  display: table-footer-group;
  height: 1%;
  /*PK - below is to extend index images to bottom but keep footer visible
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;*/
}

#footer .powered-box {
  float: right;
  /* display: contents; */
  text-align: center;
  margin: 0 5px 14px 0;
  /* color: var(--globalColor); PK - below changes are to add background to this box
  background: white;
  padding: 9px;
  border-radius: 5px;*/
}

#footer .powered-box .text {
  display: block;
  color: var(--globalColor);
  margin: 0 0 -4px 12px;
  display: none;
}

#footer .powered-box img {
  vertical-align: top;
  z-index: 999;
  /* filter: invert(80%); */
}

@media (max-width: 1179px) {
  #footer .powered-box {
    margin-right: 0;
    float: initial;
    /* align-content: center; */
  }
}

.footer-holder {
  /*box-shadow: 0px -5px 20px var(--secondaryColor);*/
  color: var(--globalColorContrast);
  background-color: var(--secondaryColor);
  border-top: 10px solid var(--tertiaryColor);
  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: var(--globalColorContrast);
  display: none;
}

.footer-holder .footer-nav li:first-child:before {
  display: none;
}

.footer-holder .footer-nav li a {
  display: block;
  color: var(--globalColorContrast);
}

.footer-holder .footer-nav li a:hover,
.footer-holder .footer-nav li a:active,
.footer-holder .footer-nav li a:focus {
  color: #F5B400;
  text-decoration: none;
}

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background-color: var(--globalColorContrast);
  border: 1px solid var(--borderColor);
  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 var(--borderColor);
  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;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid var(--borderColor);
  border-radius: 3px;
  background-color: var(--globalColorContrast);
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 25px;
  color: var(--globalColor);
  -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/sort_desc.png) no-repeat -2px 6px;
  width: 16px;
  bottom: 0;
  right: 0;
  filter: invert(40%);
  top: 0;
  border-left: 1px solid var(--primaryColor);
}

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: 0px;
  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 var(--borderColorActive);
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  /* border: 1px solid var(--globalColorContrast); */
  margin: 0 0px;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  border: 1px solid #757575 !important;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: var(--globalColorContrast);
  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: 0px;
  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: var(--globalColor);
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: var(--globalColorContrast) !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background-color: var(--primaryColorContrast);
  color: var(--primaryColor);
  font-weight: bold;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: var(--globalColor);
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-option-placeholder-option,
select .placeholder-option {
  color: var(--secondaryColor);
}

/* common custom form elements styles */
.jcf-disabled {
  background-color: #ddd !important;
}

.jcf-focus{
  border: 2px solid var(--borderColorActive) !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6E6E6E;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6E6E6E;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6E6E6E;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6E6E6E;
}



.slide1 {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .slide1 {
    overflow: hidden;
  }
}

.sidebar_txt{
  color: var(--globalColor) !important;
}
li.hover:hover,
li.hover:focus {
  color: fff;
}

#nav>li.hover ul a.sidebar:hover,
#nav>li.hover ul a.sidebar:focus {
  color: var(--globalColor);
  background-color: var(--globalColorContrast);
}
#nav>li.hover ul a:hover,
#nav>li.hover ul a:focus {
  color: #ffffff !important;
  background-color: var(--primaryColor) !important;
}

.alternate:nth-child(odd) {
  background-color: var(--globalColorContrast);
  border-radius: 5px;
  padding: 5px;
  color: var(--globalColor);
}

.alternate:nth-child(even) {
  background-color: #D3D3D3;
  padding: 5px;
}

.crslist a,
.Font_Body a,
.return a,
.table-responsive a {
  color: var(--primaryColor);
}

.alternate:hover,
.alternate:focus {
  background-color: #fefefe;
}

.col_crs .alternate h2 {
  font-size: inherit;
}

.one-column {
  letter-spacing: -4px;
  /* font-size:0; */
  margin: 0 -20px;
  /* width: 100%; */
}

.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-color: #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: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 1023px) {
  .one-column .col2 {
    width: 100%;
    display: block;
    text-align: left;
    margin: 25px 0px 50px 0;
    min-height: 0 !important;
  }
}

.one-column h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--globalColor);
  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
  }
}

.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: var(--globalColor)
}

@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%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--globalColorContrast);
  color: var(--globalColor);
  padding: 7px 9px;
  outline: none
}

.onlineapp-form select {
  width: 100%
}

.onlineapp-form textarea {
  width: 100% !important;
  min-height: 163px !important;
  overflow: auto
}

.onlineapp-form input[type="text"],
.onlineapp-form input[type="password"] {
  margin: 0;
  width: 100%;
  /*  */
  /* padding: 4px 7px; */
  border: 1px solid var(--borderColor);
}

.onlineapp-form .password-view-button {
  background-size: 35px;
  width: 2.5em;
  height: 4.5em;
}


/*.onlineapp-form .submit-holder input[type="submit"],.onlineapp-form .submit-holder input[type="reset"]{
	float:right;outline:none;background-color:#002a64;margin:0 0 0 21px;padding:5px;min-width:83px;height:30px;border:0;font-size:12px;line-height:20px;color:var(--globalColorContrast);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:var(--globalColorContrast)}*/

.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: var(--borderColor);
  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-color: #787676;
  text-align: center
}

.two-column .col h2.blue {
  background-color: #002a64
}

.two-column .col h2.green {
  background-color: #1b7841
}

.two-column .col h2.red {
  background-color: #801212
}

.two-column .col h2.yellow {
  background-color: #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 .col:first-child:before {
  display: none
}

/*.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:var(--globalColor);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}}*/

.wavebar {
  /* background: url(https://cdn2.hubspot.net/hubfs/2606692/Images/brooks/curves-top.png); */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '';
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20;
  height: 47px;
  /*background-image: url(https://cdn2.hubspot.net/hubfs/2606692/Images/brooks/curves-top.png);*/ 
  background-size: 100% 50%;
  background-repeat: no-repeat;
  z-index: -999;
}

.wavebar_down {
  /* background: url(https://cdn2.hubspot.net/hubfs/2606692/Images/brooks/curves-top.png); */

  content: '';
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  height: 47px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2606692/Images/brooks/curves-top.png);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  z-index: -999;
}

hr {
  background: -webkit-linear-gradient(left, var(--hrleftcolor) 25%, var(--hrsecondcolor) 25%, var(--hrsecondcolor) 50%, var(--tertiaryColor) 50%, var(--tertiaryColor) 75%, var(--primaryColor) 75%);
  background: -o-linear-gradient(left, var(--hrleftcolor) 25%, var(--hrsecondcolor) 25%, var(--hrsecondcolor) 50%, var(--tertiaryColor) 50%, var(--tertiaryColor) 75%, var(--primaryColor) 75%);
  background: linear-gradient(to right, var(--hrleftcolor) 25%, var(--hrsecondcolor) 25%, var(--hrsecondcolor) 50%, var(--tertiaryColor) 50%, var(--tertiaryColor) 75%, var(--primaryColor) 75%);
  position: inherit;
  content: '';
  height: 4px;
  bottom: 0;
  width: 50%;
  /* text-align: center; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.row {
  width: 100%;
  /* min-height: 30px; */
  /* border: 1px solid #6E6E6E; */
  line-height: 30px;
}

.row_crs {
  width: 100%;
  /* min-height: 30px; */
  border: 1px solid var(--borderColor);
  line-height: 30px;
}

.block-holder .row_crs .col_crs {
  width: 100%;
  display: inline-grid;
  min-height: px !important;
  max-height: 200px;
  overflow: hidden;
  background-color: var(--globalColorContrast);
  /* border: 1px solid var(--globalColor); */
  /* border-radius: 20px; */
  /* border: 1px solid var(--globalColor); */
  z-index: -999;
  margin-bottom: 20px;
}



.block-holder .row_crs .col_crs:active,
.block-holder .row_crs .col_crs:hover,
.block-holder .row_crs .col_crs:active,
.block-holder .row_crs .col_crs:focus {
  /* width: 24.7%; */
  height: max-content;
  display: contents;
  /* position: fixed; */
  display: inline-table;
  min-height: max-content !important;
  max-height: max-content !important;
  /* overflow: visible; */
  background-color: var(--globalColorContrast) !important;
  /* border-radius: 20px; */
  z-index: 999;
  border: 1px solid var(--borderColorActive);
  /* margin: 1px; */
}

@media (max-width: 1520px) {
  .block-holder .row_crs .col_crs {
    /* width: 49.1%; */
  }
}

@media (max-width: 820px) {
  .block-holder .row_crs .col_crs {
    width: 100%;
  }
}


/*
 * Table styles
 */

.ce_cat {
  background-color: #B0BED9;
  text-transform: uppercase;
  font-size: 12px;
}

/* SSO Login Buttons */
.ssoLoginButtons {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: var(--globalColorContrast);
  width: 250px;
}

.ssoLoginButtons:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.ssoLoginButtons:focus {
  outline: none;
}

.ssoLoginButtons:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Configuration Name: Facebook */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.ssoLoginButtons--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.ssoLoginButtons--facebook:hover,
.ssoLoginButtons--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Configuration Name: Google */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--google {
  background-color: #DD4B39;
}

.ssoLoginButtons--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.ssoLoginButtons--google:hover,
.ssoLoginButtons--google:focus {
  background-color: #E74B37;
}

/* SSO Configuration Name: Microsoft */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--microsoft {
  background-color: #2f2f2f;
  color: white;
}

.ssoLoginButtons--microsoft:before {
  border-right: var(--globalColor) 1px solid;
  background: url('../images/msicon.png') 6px 6px no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

.ssoLoginButtons--microsoft:hover,
.ssoLoginButtons--microsoft:focus {
  background-color: #2f2f2fbe;
  background-image: linear-gradient(#2f2f2f, #6d6c6c);
}

/* SSO Configuration Name: Auth0 */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--auth0 {
  background-color: #EB5424;
  color: white;
}

.ssoLoginButtons--auth0:before {
  border: rgb(201, 48, 1) 1px solid;
  background: url('../images/auth0solid.png') 6px 6px no-repeat;
  background-color: rgba(255, 255, 255, 0);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

.ssoLoginButtons--auth0:hover,
.ssoLoginButtons--auth0:focus {
  background-color: #EB5424;
  background-image: linear-gradient(#EB5424, rgb(230, 127, 96));
}


.ssoLoginButtons--onelogin {
  background-color: var(--globalColor);
  color: white;
}

.ssoLoginButtons--onelogin:before {
  border: var(--globalColor) 1px solid;
  background: url('../images/Onelogin_Mark_white_RGB.png') 6px 6px no-repeat;
  background-color: rgba(255, 255, 255, 0);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

.ssoLoginButtons--onelogin:hover,
.ssoLoginButtons--onelogin:focus {
  background-color: var(--globalColor);
}


/* SSO Configuration Name: Auth0 */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--default {
  background-color: #EB5424;
  color: white;
}

.ssoLoginButtons--default:before {
  border: rgb(201, 48, 1) 1px solid;
  background: url('../images/locked_padlock_white.png') 6px 6px no-repeat;
  background-color: rgba(255, 255, 255, 0);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

.ssoLoginButtons--default:hover,
.ssoLoginButtons--default:focus {
  background-color: #EB5424;
  background-image: linear-gradient(#EB5424, rgb(230, 127, 96));
}