body { line-height: 1.75em; !important; margin: 0px; font-family: "Open Sans", Sans-serif, Helvetica;}
/*FOR GOOGLE TRANSLATE*/
font {
  color: inherit!important;
  text-decoration: inherit!important;
}
#google_translate_element { display: none; }
.translation-helper {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6, [role="heading"] { font-weight: bold; margin: 1em 0 0.67em 0; font-family: "Montserrat";}
h1 { font-size: 1.7em; }
h2 { font-size: 1.2em; }
h3, [role="heading"] { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; }
h2.page-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding: 1em 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
}
ul, ol {
  list-style: url('../images/ul-list.png');
}
.un-breadcrumbs {
  text-align: right;
  margin-bottom: 1.5em;
}
/* DEKAL001AV-268*/
.un-breadcrumbs span, .un-breadcrumbs div {
  display: inline-block;
  margin: 0 2px;
}

/* links */
a:link *, button.link { text-decoration: underline; }
a:visited, a:visited *, a:hover, a:hover *, a:focus, a:focus * { text-decoration: none; }
a:visited, a:hover, a:focus { border-bottom: 1px dashed; }
a[name], a[name]:hover, a[name]:focus { border-bottom: none; }
a.title {font-family: "Montserrat"}
button:focus { border: 1px dashed; }

/*.calBoard a, .slidesMenu a, .un-breadcrumbs a, .social a, */#un_header a, #un_footer a {
  border-bottom: none; 
  display: inline-block;
  position: relative;
}
/*.calBoard a:after, .slidesMenu a:after, .un-breadcrumbs a:after, .social a:after, */#un_header a:after, #un_footer a:after{
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}
/*.calBoard a:hover:after, .slidesMenu a:hover:after, .un-breadcrumbs a:hover:after, .social a:hover:after,*/ #un_header a:hover:after, #un_footer a:hover:after{
  width: 100%;
  color: #005791;
  background: #005791;;
}

/* tables */
table { margin-bottom: 1em; }
td, th { padding: 4px; }
/* consider if replacing 2 lines above with this */
table { margin-top: 0.5em; margin-bottom: 1em; }
td, th { padding:4px; }

hr.line {
  border: 0;
  border-bottom: 1px solid #ccc;
}

/* forms */
input, textarea, select, button { font-size: 0.9em; }
button, input, select, textarea { margin: 0.5em 0.5em 0 0; }
select * { font-size: 1em; }
label {margin-right: 0.5em;}
form {margin-bottom: 1em}

.skiplinks {
  margin: 0;
  padding: 0;
  height: 0;
}
.skiplinks a {
  position: absolute;
  top: -50px;
  left: 0;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
  transition: all 0.5s, transform 0.5s cubic-bezier(.4,0,.2,1);
}
.skiplinks a:focus {
  top: 0;
  padding: 10px;
  border: 1px solid;
}

.assistive_only {font-size: 0px; line-height: 0px;}
.group {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-left: 0px;
  padding-left: 0px;
}

.group > li {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.group > li:first-child:not(:last-child) {padding-right: 5px;}
.group > li:last-child:not(:first-child) {padding-left: 5px;}
.group > li:not(:first-child):not(:last-child) {
  padding-left: 5px;
  padding-right: 5px;
}
.hide {display: none;}
.float-left {float:left;}
.float-right {float:right;}
.inline-block {display: inline-block !important;}
.clear {clear:both;}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }

.w10 {width: 10% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20% !important;}
.w30 {width: 30% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w70 {width: 70% !important;}
.w90 {width: 90% !important;}
.w100{width: 100%!important ;}

.rsaquo {font-size: 1.2em;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.tc {text-align: center;}
.tr {text-align: right;}
.mt10 {margin-top: 10px;}
.mt19 {margin-top: 19px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.pb20 {padding-bottom: 20px;}
.vam {vertical-align: middle !important;}
.block {display: block;}
.fs0 { font-size: 0; }

.small {font-size: 0.8em;}
.large {font-size: 1.2em;}
.x-large {font-size: 1.4em;}

.uppercase {text-transform: uppercase;}
.lowercase {text-transform: lowercase;}

.italic {font-style: italic;}

.async-update {
  opacity: .65 !important;
  pointer-events: none;
}

/* forms */
.field {margin: 20px 0;}
label {font-size: 1em;}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"], textarea {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0px;
  padding: 10px;
  -webkit-appearance:none;
  border-radius:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
  background-color: #333 !important;
  border: 1px solid #666;
}
.btn {
  -webkit-appearance:none;
  border: 0;
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-user-select:none;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn {
  display: -webkit-flex;
  display:     -ms-flex;
  display:         flex;
  -webkit-justify-content:center;
      -ms-justify-content:center;
          justify-content:center;
  -webkit-align-content:center;
      -ms-align-content:center;
          align-content:center;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}
.btn-primary,
.btn-secondary,
.btn-tertiary  {
  margin: 0px;
  border: none;
  border-radius:2px !important;
  -webkit-appearance: none;
  min-height: 40px;
  font-size: 0.9em;
}
a.btn-primary,
a.btn-secondary,
a.btn-tertiary {
    line-height: 40px;
}

.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:hover {
    /* primary button style */
    color: #000;
    background-color: #eee;
}


.btn-secondary, .btn-secondary:link, .btn-secondary:visited, .btn-secondary:hover {
  /* secondar button style */
    color: #fff;
    background-color: #333;
}


.btn-tertiary, .btn-tertiary:link, .btn-tertiary:visited, .btn-tertiary:hover {
  /* secondar button style */
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
}
.btnAsLink {
  cursor: pointer;
}

/*TABS*/
.tabs [role="tablist"] li {
  border: 1px solid #fff;
  padding: 0!important;
}
.tabs [role="tablist"] button {
  color: #000;
  text-decoration: none;
  font-family: "Montserrat";
  background: #e6f2ff;
  padding: 20px;
}
.tabs [role="tablist"] button[aria-selected="true"] {
  background: #fff;
  border-top: 3px solid #1a80b6;
}
.tabs [role="tabpanel"] { padding: 10px; }

/*LAYOUT*/
/*header*/
#un_header { padding: 25px 0; }
#un_header .disclaimer { text-align: right; }
#un_header .topMenu { width: 60%; }
#un_header .topMenu ul, .navMenu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#un_header .topMenu li {
  display: inline-block;
  line-height: 1.5em;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ccc;
}
#un_header .topMenu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#un_header .topMenu a {
  text-decoration: none;
  color: #000;
}
ul.change-lang {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.change-lang li { display: inline-block; }
ul.change-lang img { width: 30px; }
#un_header .navMenu ul.group > li { vertical-align: bottom; }
#un_header .navMenu li ul li {
  display: inline-block;
  line-height: 1.5em;
  padding-left: 15px;
  margin-left: 15px;
}
#un_header .navMenu li ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#un_header .navMenu .logo { width: 15%; }
#un_header .navMenu .logo h1 { margin: 0; }
#un_header .navMenu .logo a {
  font-size: 0;
  line-height: 0;
  display: block;
}
#un_header .navMenu .logo img { max-width: 100%; }
#un_header .navMenu a {
  text-decoration: none;
  font-size: 1.3em;
  font-family: "Montserrat";
  letter-spacing: 3px;
  color: #257792;
}
#un_header .search {
  width: 25%;
  margin-left: 75%;
  padding-top: 16px;
}
#un_header .search ul.group { margin: 5px 0; }
#un_header .search ul.group > li { padding: 0!important; }
#un_header .search input { height: 40px; }
#un_header .search button {
  height: 40px;
  padding: 0;
  background: #000;
}
#un_header .search button img {
  width: 100%;
  max-width: 40px;
}

/*footer*/
footer {
  background: #f4f4f4;
  margin-top: 25px;
}
#un_footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#un_footer a {
  text-decoration: none;
  color: #000;
  word-break: break-word;/*dekal001av-280*/
}
#un_footer {
    padding: 20px 0;
}
#un_footer .footerMenu { padding: 25px; }
#un_footer .footerMenu div {
  padding: 0.5em 0;
  text-transform: uppercase;
}
#un_footer .copyright {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  padding: 25px;
  border-top: 1px solid #ccc;
}
.social-list img {
  max-width: 100%;
  margin-top: 1em;
}

/*left menu*/
.template2layout { margin-bottom: 0; }
#un_content { word-break: break-word; }/*dekal001av-264 dekal001av-265*/
#un_content > ul { margin: 0; }
li.leftMenu {
  width: 20%;
  border-right: 1px solid #ccc;
  padding: 0!important;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
li.leftMenu .districtLogo {
  padding: 10px;
  margin: 0;
}
li.leftMenu .districtLogo img { width: 100%; }
li.leftMenu .leftMenu-links {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style: none;
}
li.leftMenu .leftMenu-links .active { border-right: 3px solid #1a80b6; }
li.leftMenu .leftMenu-links a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 1em 10px;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}
li.leftMenu .leftMenu-links .active a { color: #005791; }
li.leftMenu .leftMenu-links img { max-width: 100%; }
li.leftMenu .leftMenu-contactInfo {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 10px;
}
li.leftMenu .leftMenu-social {
  padding: 10px;
  list-style: none;
}
li.leftMenu .leftMenu-social a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.5em;
}
li.layoutBody { padding: 0!important; }
li.layoutBody > section { padding: 0 5%!important; }
.template2-footer {
  text-align: center;
  clear: both;
  font-size: 0.9em;
  border-top: 1px solid #ccc;
  padding: 1em;
  margin-top: 1em;
}

/* main content */
main, aside, footer{
  padding: 0 10%;
  margin-top: 30px;
}
.template_2 main {
  padding: 0;
  margin-top: 0;
}

/* hr */
hr {
    background: #ccc;
    border: 0;
    height: 1px;
}

/* Mobile devices */
@media screen and (max-width: 767px) {
  #google_translate_element { text-align: center; }
  main, footer {
    padding: 20px;
    margin-top: 0px;
  }
  aside { padding: 20px; }
  #un_header .topMenu, #un_header .languages {
    padding: 0!important;
    display: block;
    width: 100%;
  }
  #un_header .disclaimer { text-align: center; }
  #un_header .topMenu ul { text-align: center; }
  #un_header .topMenu li {
    margin-right: 5px;
    padding-right: 5px;
  }
  ul.change-lang {
    text-align: center;
    margin-top: 1em;
  }
  #un_header .navMenu > ul.group > li {
    padding: 0!important;
    width: 100%;
    display: block;
  }
  #un_header .navMenu .logo h1 {
    text-align: center;
    margin-bottom: 1em;
  }
  #un_header .navMenu ul.tr { text-align: center; }
  #un_header .navMenu ul.tr li {
    padding-left: 0;
    margin-left: 0;
    font-size: 0.8em;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid;
  }
  #un_header .navMenu ul.tr li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  #un_header .search {
    width: 100%;
    margin-left: 0%;
  }
  #un_footer .footerMenu {
    padding: 0px;/*dekal001av-280*/
    font-size: 0.9em;
  }
  #un_footer .footerMenu ul.group li {
    padding: 0 5px!important;
    float: left;
    width: 100%;/*dekal001av-280*/
    display: block;
    box-sizing: border-box;
  }
  li.leftMenu, li.layoutBody {
    width: 100%;
    border-right: 0;
    display: block;
    width: 100%;
    padding: 0!important;
  }
  li.leftMenu .districtLogo { text-align: center;}
  li.leftMenu .districtLogo img {
    width: auto;
    max-width: 100%;
  }
  li.leftMenu .leftMenu-links a { text-align: center; }
  li.layoutBody {
    box-sizing: border-box;
    padding: 10px!important;
  }
  li.layoutBody > section { padding: 0!important; }

  .tabs [role="tablist"] button { padding: 10px; }
  .un-breadcrumbs { text-align: left; }
  .social-list li {
    padding: 0!important;
    float: left;
    display: block;
    width: 20%;
    margin-bottom: 1em;
  }
  .template2-footer > ul.group > li {
    display: block;
    padding: 0!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main, footer { padding: 0 20px; }
  aside { padding: 30px 20px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  main, footer { padding: 0 20px; }
  aside { padding: 30px 20px; }
}
@media (min-width: 1200px) {

}

