/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), 
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); 
}

:root {
  --main-color: #73a7cf;
  --main-font: Open Sans;
  --main-headings-font: 'Roboto', sans-serif;
  --warning-color: #ec8c70
}

html,body,.mr-grid {
  height: 100%;
}

body,.mr-grid {
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  flex: 1 0 auto;
  margin-top: 82px
}

.article {
padding: 0 var(--main-padding)
}

.section-top {
  background-image: linear-gradient(to bottom, #73a7cf, #a0badc, #c5cfe8, #e5e6f3, #ffffff)
}

.section-top h1,.section-top a.link,.section-top a.page {
  color: #fff
}

.features .card {
  text-align: center;
  min-height: 200px
}

.about {
  background: #f9f9f9;
  padding: var(--main-padding) 0
}

footer {
  flex: 0 0 auto !important;
}

h1,h2,h3,h4,h5,h6 {
  color: var(--main-font-color)
}

a:link {
  text-decoration: none !important
}

header {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgb(238 238 238 / 75%);
  -moz-box-shadow: 0px 2px 2px 0px rgba(238, 238, 238, 0.75);
  box-shadow: 0px 2px 2px 0px rgb(238 238 238 / 75%);
  z-index: 999
}

.nav li {
  border-right: none
}

aside:empty {
  flex: 0;
  padding: 0;
}

footer {
  background: #f9f9f9;
  text-align: center;
  -webkit-box-shadow: 0px -2px 2px 0px rgb(238 238 238 / 75%);
  -moz-box-shadow: 0px -2px 2px 0px rgba(238, 238, 238, 0.75);
  box-shadow: 0px -2px 2px 0px rgb(238 238 238 / 75%);
}

footer ul {
  list-style-type: none
}

footer ul li a,.footer-heading {
  color: #333
}

.footer-heading {
    font-family: var(--main-headings-font)
}

.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
}

a.scrollToTop {
  color: var(--warning-color)
}

.video-wrapper iframe,.video-wrapper object,.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.subcat-menusubs,.page-menusubs {
  list-style: none;
  padding-bottom: var(--main-padding)
}

ul.page-menusubs {
  padding-left: var(--main-padding)
}

ul.subcat-menusubs {
  padding-left: var(--main-padding)
}

.leftcontentimage {
  float: left;
  padding-right: var(--main-padding)
}

.rightcontentimage {
  float: right;
  padding-left: var(--main-padding)
}

.aligncenter {
  text-align: center
}

.contentbold {
  font-weight: 700
}

.fa-download {
  display: flex!important;
  justify-content: center;
  align-items: center
}

.sitemap h2 {
  margin: 1.176em .882em .588em 0;
  padding-bottom: .118em;
  color: #212529;
  border-bottom: 1px #444444 solid;
}

.sitemap ul {
 padding-left: var(--main-padding);
list-style: none;}

.sitemap ul li {
	 padding-left: var(--main-padding)

}

@media only screen and (min-width: 36rem) {

  p,.text,ul,ol,dl,.mr-accordion,.mr-form,.mr-form-group,.mr-form-box,.mr-table,blockquote,pre,button,.mr-button,.card,img,.mr-progress,input,textarea,select,.pagination {
    margin-bottom: var(--main-margin);
    margin-top: var(--main-margin)
  }
  
  .footer-heading {
      font-size: 1.75rem
  }
}

@media only screen and (min-width: 48rem) {

  header {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    padding: 1.2rem
  }

  .shrink {
    padding: inherit;
  }

  .nav a {
    color: var(--main-font-color)
  }

  .nav li a:hover {
    background-color: transparent;
    color: var(--main-font-color);
    opacity: .5 !important
  }

  .nav ul.cat-menusubs {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .nav .cat-menusubs li:nth-last-child(1) a {
    color: var(--main-color);
    font-weight: 700;
    border: 1px solid;
    border-radius: var(--border-radius);
  }

  .nav .cat-menusubs li:nth-last-child(1) a:hover {
    color: #fff;
    background: var(--main-color)
  }

  .active,.nav .menusubs-linkactive {
    font-weight: 700;
  }

  .main-wrapper {
    margin-top: 125px;
    width: 100%
  }

  aside {
    -webkit-flex: 1 0 0;
    flex: 1 0 0
  }

  main {
    -webkit-flex: 3 0 0;
    flex: 3 0 0;
  }

  .article {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    padding: inherit
  }

  .scrollToTop {
    right: 40px;
  }
  
  .sitemap {
width: 80%;
max-width: 1440px;
margin: 0 auto;
padding: inherit;  
  }
}

@media only screen and (min-width: 62rem) {}

@media only screen and (min-width: 75rem) {}