a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.flex-container {
  display: flex;
}

.flex-container > div {
  margin:10px;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../assets/font/segoeuib.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../assets/font/seguisb.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../assets/font/segoeuil.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

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

* :after,
* :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* =========== GRID =========== */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  margin-bottom: 0;
}

		
		h1 {
	font-size:2.083vw;
	font-weight:600;
	margin:20px 15px;
	color:#0069B3;	
}
		
h2,
.h2 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000;
}

h2 strong,
.h2 strong {
  font-weight: 900;
}

h2.blue,
.h2.blue {
  color: #005e9e;
}

p {
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  font-weight: 300;
}

button:focus {
  outline: 0;
}

.main-wrapper {
  overflow-x: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #0072BC;
  padding: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copy {
  max-width: 605px;
  padding-left: 15px;
}

.footer-copy p {
  color: #fff;
  font-size: 1.145vw;
  line-height: 1.35em;
}

.footer-copy p a {
  color: #fff;
}

.footer-copy p a:hover {
  text-decoration: underline;
}

.mb30-10 {
  margin-bottom: 30px;
}

/* ======== navbar ======== */

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-logo-wrap {
  padding: 10px 15px 10px 50px;
  width: calc(100% - 480px);
}

.nav-logo-wrap img {

 max-height: 90px; 
}

.nav-links-wrap {
  position: relative;
  width: 480px;
  padding: 15px 30px 15px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-links-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -400px;
  bottom: 0;
  background-color: #0069B3;
	background-color:rgba(0, 199, 103, 0.86);
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  transform: skewX(-18deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  pointer-events: none;
}

.nav-link {
  display: block;
  margin: 0 5px;
  color: #fff;
  /*font-size: 26px; NEWSIZE */
  font-size: 14px;
  line-height: 1.45em;
  position: relative;
  text-align: center;
}

.nav-link:hover {
  /*color: #0072BC; NEWSIZE */
}

.nav-link:hover .nav-ico {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

img.nav-ico {
  margin-bottom: 4px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  max-width:  30px;
}

/* ======== hero ======== */

.hero {
  overflow: hidden;
}

.hero-slide {
  height: 595px;
	height:30vw;
  background-size: cover;
  background-position: center;
  position: relative;
}

.glide__bullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.glide__bullet {
  height: 190px;
  padding: 0 30px;
  width: 25%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  position: static;
}

.glide__bullet:nth-of-type(1) {
  background-color: rgba(206, 0, 155, 0.86);
}

.glide__bullet:nth-of-type(2) {
  background-color: rgba(0, 199, 103, 0.86);
}

.glide__bullet:nth-of-type(3) {
  background-color: rgba(255, 135, 0, 0.86);
}

.glide__bullet:nth-of-type(4) {
  background-color: rgba(0, 114, 188, 0.86);
}

.hero-h {
  font-size: 1.7vw;
  line-height: 1.3em;
  font-weight: 600;
  color: #fff;
  height: 95px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-p {
  font-size: 1.11vw;
  line-height: 1.3em;
  color: #fff;
  height: 70px;
  padding: 5px 0;
  overflow: hidden;
  margin-bottom: 25px;
}

/* ======== card link ======== */

.card-wrapper {
  background-color: #fff;
  padding: 50px 31px 37px;
	 padding: 50px 0px 37px; /*NEWISIZE*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-link {
  width: calc(25% - 38px);
  margin: 0 19px 38px;
  position: relative;
  overflow: hidden;
  padding: 60px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-link::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.card-link:hover img.card-link-bg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.card-link:hover::before {
  opacity: 0;
}

.card-link:hover .card-link-copy {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

img.card-link-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
	
}

.departments img.card-link-bg {
	max-width:200%;
	}

.card-link-copy {
  position: relative;
  z-index: 3;
  -webkit-transition: opacity .5s ease-in-out,
 -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out,
 -webkit-transform .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out,
 transform .5s ease-in-out;
  transition: opacity .5s ease-in-out,
 transform .5s ease-in-out;
  transition: opacity .5s ease-in-out,
 transform .5s ease-in-out,
 -webkit-transform .5s ease-in-out;
  text-align: center;
  font-size: 1.8vw;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
  width:100%;
}

.card-link-ico-wrap {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

img.card-link-ico {
  max-height: 70px;
}

/* ======== card news ======== */

.card-wrap.orange .card-top {
  background-color: #FF8700;
}

.card-wrap.orange .card-top-img::before {
  background-color: #FF8700;
}

.card-wrap.orange .card-news-wrap {
  /*background-color: rgba(255, 135, 0, 0.75); NEWSIZE*/
}

.card-wrap.orange .card-more-link {
  background-color: rgba(255, 135, 0, 0.45);
}

.card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #00C767;
}

.card-top-copy {
  width: 59%;
  padding: 75px 60px 110px 45px;
  position: relative;
  z-index: 2;
}

.card-top-img {
  z-index: 1;
  width: 41%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.card-top-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 100%;
  background-color: #00C767;
  -webkit-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  transform: skew(-18deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.card-top-heading {
  font-size: 2.083vw;
  line-height: 1.325em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}

.card-top-p {
  /*font-size: 1.562vw; NEWSIZE */
  font-size: 1.1vw;
  line-height: 1.3333em;
  color: #fff;
}

.card-top-date {
  font-size: 1.145vw;
  line-height: 1.325em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.card-top-ico-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 104px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card-top-ico-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  transform: skewX(-18deg);
  background-color: rgba(255, 255, 255, 0.21);
}

.card-top-ico-wrap img {
  margin: 0 5px;
  width: 100%;
  max-width: 65px;
	max-height:80%;
}

.spacer65-20 {
  height: 65px;
}

.card-news-wrap {
  /*background-color: rgba(0, 199, 103, 0.75); NEWSIZE*/
  padding: 30px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-news-col {
  width: 33.3333%;
  padding: 0 8px;
}

.card-news {
  display: block;
  position: relative;
  padding: 0 0 20px 100px;
  max-width: 555px;
  margin: 0 auto;
  min-height: 100px;
}

.card-mews-ico-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.card-news-h {
  font-size: 1.210vw;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.card-news-p {
  /*font-size: 1.302vw; NEWSIZE*/
  font-size: 1.05vw;
  line-height: 1.32em;
  color: #fff;
  margin-bottom: 10px;
}

.card-news-date {
  font-size: 0.9vw;
  line-height: 1.32em;
  font-weight: 700;
  color: #fff;
}

.card-more-link {
  display: block;
  background-color: rgba(0, 199, 103, 0.45);
  padding: 6px 15px;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
  text-align: center;
	cursor:pointer;
}

/* ======== helpers ======== */

.mb5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
	max-height:100%;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.d-none-not-important {
  display: none;
}

.left-menu {
    margin:0px;
    background-color:rgba(0,0,0,0.03);
    background-color:rgba(0, 114, 188, 0.86);
    background-color:#0072bc;
    margin-top:102px;

}

.maincontent-container {
	padding:20px 0;
		}

.card-all {
	max-height:120px;
			
			
			transition: max-height 0.15s ease-out;
    overflow: hidden;
		}
		
		
		.card-all.expanded {
	max-height:none;
				}
.grid-subheading {
	font-size:13px;display:block;position:absolute;
			/*margin:-20px auto;*/
			width:100%;
		}

@media (min-width: 768px) {

.card-all {
	max-height:220px;
			background-color: rgba(255, 135, 0, 0.75);
			
			transition: max-height 0.15s ease-out;
    overflow: hidden;
		}
		
	



  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .container {
    max-width: 720px;
  }

  .card-top.mirrored .card-top-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 75px 45px 110px 60px;
  }

  .card-top.mirrored .card-top-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .card-top.mirrored .card-top-img::before {
    right: auto;
    left: 100%;
    -webkit-transform: skew(18deg);
    -ms-transform: skew(18deg);
    transform: skew(18deg);
  }

  .card-top.mirrored .card-top-ico-wrap {
    right: auto;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-top.mirrored .card-top-ico-wrap::before {
    -webkit-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .container {
    max-width: 960px;
  }

  .glide__bullet {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: translateY(95px);
    -ms-transform: translateY(95px);
    transform: translateY(95px);
  }

  .glide__bullet.glide__bullet--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}




@media (min-width: 1230px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1350px) {
 
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1921px) {
  .footer-copy p {
    font-size: 22px;
  }

  .hero-h {
    font-size: 41px;
  }

  .hero-p {
    font-size: 29px;
  }

  .card-link-copy {
    font-size: 43px;
  }

  .card-top-heading {
    font-size: 40px;
  }

  .card-top-p {
    font-size: 30px;
  }

  .card-top-date {
    font-size: 22px;
  }

  .card-news-h {
    font-size: 29px;
  }

  .card-news-p {
    font-size: 25px;
  }

  .card-news-date {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .nav-logo-wrap {
    width: calc(100% - 200px);
    padding: 5px 10px;
  }

  .nav-logo-wrap img {
    width: 100%;
    max-width: 46px;
  }

  .nav-links-wrap {
    width: 200px;
    height: 55px;
    padding: 5px 10px 5px 40px;
  }

  .nav-link {
    font-size: 9px;
    line-height: 1.33em;
  }

  img.nav-ico {
    width: 100%;
    max-width: 18px;
  }

  .glide__bullet {
    height: 20px;
  }

  .glide__bullet:nth-of-type(1) {
    background-color: #ce009b;
  }

  .glide__bullet:nth-of-type(1) .hero-copy {
    background-color: #ce009b;
  }

  .glide__bullet:nth-of-type(2) {
    background-color: #00c767;
  }

  .glide__bullet:nth-of-type(2) .hero-copy {
    background-color: #00c767;
  }

  .glide__bullet:nth-of-type(3) {
    background-color: #ff8700;
  }

  .glide__bullet:nth-of-type(3) .hero-copy {
    background-color: #ff8700;
  }

  .glide__bullet:nth-of-type(4) {
    background-color: #0072bc;
  }

  .glide__bullet:nth-of-type(4) .hero-copy {
    background-color: #0072bc;
  }

  .glide__bullet.glide__bullet--active .hero-copy {
    opacity: 1;
  }

  .hero-h {
    font-size: 31px;
    height: auto;
  }

  .hero-p {
    font-size: 18px;
    height: auto;
    margin-bottom: 0;
  }

  .hero-copy {
    -webkit-transition: none .5s ease-in-out;
    -o-transition: none .5s ease-in-out;
    transition: none .5s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 40px 30px;
  }

  .card-link {
    width: calc(33.3333% - 38px);
  }

  .card-news-col {
    width: 50%;
  }

  .max-md-text-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  footer.footer {
    padding: 10px 15px;
  }

  .footer-social-link img {
    width: 100%;
    max-width: 33px;
  }

  .footer-copy {
    max-width: 200px;
  }

  .footer-copy p {
    font-size: 12px;
  }

  .mb30-10 {
    margin-bottom: 10px;
  }

  .hero-slide {
    height: 200px;
  }

  .glide__bullet {
    height: 10px;
  }

  .hero-h {
    font-size: 21px;
    padding: 0;
  }

  .hero-p {
    font-size: 11px;
    padding: 0;
  }

  .hero-copy {
    padding: 17px 10px;
    bottom: 10px;
  }

  .card-wrapper {
    padding: 10px 2px 2px;
  }

  .card-link {
    width: calc(50% - 16px);
    padding: 25px 10px;
    margin: 0 8px 16px;
  }

  .card-link-copy {
    font-size: 15px;
  }

  .card-link-ico-wrap {
    height: 40px;
    width: 100px;
    padding-bottom: 5px;
  }

  img.card-link-ico {
    height: 100%;
  }

  .card-top-copy {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden;
    padding: 10px 105px 10px 10px;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-top-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 150px;
  }

  .card-top-img::before {
    display: none;
  }

  .card-top-heading {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .card-top-p {
    font-size: 7px;
  }

  .card-top-date {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .card-top-ico-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 100%;
  }

  .card-top-ico-wrap img {
    width: 100%;
    max-width: 42px;
    margin-left: 20px;
  }

  .spacer65-20 {
    height: 20px;
  }

  .card-news-wrap {
    padding: 10px 0 0;
  }

  .card-news {
    padding: 0 0 15px 35px;
    min-height: 35px;
  }

  .card-mews-ico-wrap {
    width: 35px;
    height: 35px;
  }

  .card-news-h {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .card-news-p {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .card-news-date {
    font-size: 8px;
  }

  .card-more-link {
    font-size: 12px;
  }

  .xs-text-center {
    text-align: center;
  }

  .xs-text-left {
    text-align: left;
  }

  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }

	.navbar.container
{
	padding:55px 0 0 0;	
}

.nav-logo-wrap {
	width:100%;
		}

.nav-links-wrap {
	background-color:rgba(0, 199, 103, 0.86);
		 top:0px;
			width:100%;
			position:absolute;
		}
		
	.left-menu {
			margin-top:0px;
				}

.maincontent-container {
	padding:0px;
		}

	.card-top.container {
	padding-left:0px;
		padding-right:0px;	
		}
}

.glide__slides
{
	margin:0px;	
}


		
		.signinform {
		display:block;
				min-height:185px;
				background-color:#e2e2e2;
			padding:10px 20px;
				margin-bottom:20px;
			}

.signinform .form-group {
	float:left;
				margin-right:10px;
			
		}
			
			.signinform .form-group .btn {
	padding:8px 10px;
							margin-top:28px;
							text-align:center;
			
		}
			

@media screen and (max-width: 700px) {
  .flex-container, .navbar {   
    flex-direction: column;
  }
}
		
		table.responsiveTable {
border:0px;
}

	table.responsiveTable thead tr {
		background-color: #2bb1dc;
		color: #fff;
		font-weight: 800;
		text-align: center;
	}

		table.responsiveTable thead tr td {
			line-height: 25px;
			padding: 5px;
		}


.colorbg-red-secondary table.responsiveTable thead tr {
	background-color: #d08089;
	color: #fff;
	font-weight: 800;
}
	
	table.responsiveTable tbody tr {
		font-size:13px;
	}

	table.responsiveTable tbody td {
		line-height:25px;
		padding:5px;
		color:#000;
		text-align:center;
	}
	
	table.responsiveTable tbody tr:nth-child(odd) {
		background-color: #fff;
	}


	table.responsiveTable tbody tr:nth-child(even) {
		background-color: #abe1fa;
		background-color:rgba(0,0,0,0.1);
	}

.colorbg-red-secondary table.responsiveTable tbody tr:nth-child(even) {
	background-color: rgba(255,255,255,0.8);
}

	@media screen and (max-width: 600px) {
		table .responsiveTable {
		border: 0px;
	}

		table.responsiveTable thead {
			display: none;
		}

		table.responsiveTable tr {
			display: block;
			margin-bottom: 20px;
		}

			table.responsiveTable tr.products {
				/*border-bottom: 2px solid #ddd;*/
			}

			table.responsiveTable tbody td {
				display: block;
				text-align: right;
			}



			table.responsiveTable td::before {
				content: attr(data-label);
				float: left;
				text-transform: uppercase;
				font-weight: bold;
			}

	.table.responsiveTable td.nonmobile {
		display: none;
	}
}

.markpen {
	background-color:yellow;	
	}

	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
