/*===============================
=            Plugins            =
===============================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
:focus {
  outline: 0; }
ins {
  text-decoration: none; }
del {
  text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.clearfix {
  *zoom: 1; }
/*================================
=            Partials            =
================================*/
/* Assets */
.green-light {
  background: #8fcaae; }
.green-medium {
  background: #009760; }
.green-dark {
  background: #1e7d5d; }
.green-darkest {
  background: #025031; }
.blue-light {
  background: #99d2d3; }
.blue {
  background: #009fa3; }
.spacing-small {
  height: 25px; }
.spacing-medium {
  height: 50px; }
.spacing-high {
  height: 75px; }
.spacing-ultra {
  height: 100px; }
/* No border-radius and white bg buttons */
a.a-btn {
  display: block;
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
  margin: 35px auto 0px;
  text-align: center;
  line-height: 40px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s background ease-in-out, 0.3s border ease-in-out; }
a.a-btn:hover {
    border: 1px solid #47655b;
    background: #47655b; }
a.green-btn {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background: #47655b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.2s opacity ease-in-out; }
a.green-btn:hover {
    opacity: 0.7; }
a.white-btn {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.2s opacity ease-in-out; }
a.white-btn:hover {
    opacity: 0.7; }
h1 {
  font-size: 30px;
  color: #009761;
  text-align: center;
  width: 800px;
  max-width: 90%;
  margin: 0px auto;
  font-weight: lighter;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 2px; }
@media screen and (max-width: 960px) {
    h1 {
      font-size: 23px;
      line-height: 30px; } }
@media screen and (max-width: 340px) {
    h1 {
      word-wrap: break-word; } }
.header-with-spacing {
  padding-top: 66px;
  padding-bottom: 66px;
  text-transform: uppercase; }
.header-page {
  padding-top: 45px;
  padding-bottom: 45px; }
.header-with-spacing-top {
  padding-top: 66px;
  text-transform: uppercase; }
article h1 {
  padding: 40px 0px; }
.large-green {
  font-size: 30px;
  color: #009761;
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
  font-weight: lighter;
  line-height: 40px; }
.grey-bg {
  background: #F3F3F3; }
.with-border {
  font-size: 24px;
  width: 100%;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  color: #585858;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px; }
@media screen and (max-width: 480px) {
    .with-border {
      font-size: 18px; } }
@media screen and (max-width: 350px) {
    .with-border {
      font-size: 16px; } }
.header-desc {
  width: 600px;
  max-width: 90%;
  margin: 20px auto 70px;
  line-height: 1.5;
  text-align: center;
  font-weight: 300; }
/* Shared */
header {
  height: 100px;
  width: 100%;
  position: fixed;
  position: sticky;
  top: -1px;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 1px 2px #757474;
  transition: all .3s ease-out; }
@media screen and (max-width: 1100px) {
    header {
      height: 80px;
      box-shadow: none;
      border-bottom: 1px solid #dadada;
      position: fixed;
      top: 0;
      left: 0; } }
header #global-nav {
    height: 90px;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    transition: all .3s ease-out; }
@media screen and (max-width: 1100px) {
      header #global-nav {
        height: 75px;
        width: 100%; } }
header #global-nav #search-top-wrap {
      width: 100%;
      height: 70px;
      position: absolute;
      bottom: 2px;
      left: 0;
      z-index: -1;
      background: rgba(0, 159, 163, .9);
      transition: bottom 0.3s ease-in-out;
      right: 0;
      margin: auto;
      max-width: 1200px; }
header #global-nav #search-top-wrap .input-wrap {
        width: 600px;
        height: 40px;
        max-width: 90%;
        margin: 15px auto; }
header #global-nav #search-top-wrap .input-wrap input {
          display: inline-block;
          box-sizing: border-box;
          border: 0;
          font-size: 16px;
          padding: 0px 10px;
          width: 80%;
          height: 100%;
          float: left; }
header #global-nav #search-top-wrap .input-wrap button {
          display: inline-block;
          float: left;
          width: 20%;
          background: #009760;
          color: #fff;
          height: 100%;
          font-size: 14px;
          letter-spacing: 2px;
          text-transform: uppercase;
          border: 0;
          opacity: 1;
          box-sizing: border-box;
          cursor: pointer;
          transition: background 0.3s ease-in-out; }
header #global-nav #search-top-wrap .input-wrap button:hover {
            background: #025031; }
header #global-nav #search-top-wrap.move-search-down {
      bottom: -72px !important; }
header #global-nav .nav-wrap {
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 99; }
header #global-nav .logo {
      width: 20%;
      max-width: 206px;
      float: left;
      height: 100%;
      transition: all .3s ease-out; }
@media screen and (max-width: 1100px) {
        header #global-nav .logo {
          margin-left: 30px; } }
header #global-nav .logo a#header-logo {
        width: 100%;
        height: auto;
        display: -ms-flexbox;
        display: flex; }
@media screen and (max-width: 1100px) {
          header #global-nav .logo a#header-logo {
            width: 190px;
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; } }
header #global-nav .logo img {
        transition: all .3s ease-out;
        display: inline-block;
        object-fit: cover;
        width: 100%;
        height: 100%; }
@media screen and (max-width: 1100px) {
          header #global-nav .logo img {
            height: 50px; } }
header #mobile-search {
    display: none; }
header nav {
    width: 80%;
    height: 100%;
    float: right; }
@media screen and (max-width: 1100px) {
      header nav {
        position: fixed;
        width: 100%;
        top: 80px;
        z-index: 999;
        transition: 400ms ease-in-out;
        transform: translate3d(-100%, 0, 0);
        height: 100%;
        min-height: calc(100vh - 80px);
        background: #fff;
        overflow-y: scroll;
        float: none;
        -webkit-overflow-scrolling: touch; }
        header nav:after {
          content: " ";
          position: relative;
          height: 75px;
          display: block;
          width: 100%; } }
header nav ul {
      height: 100%;
      width: auto;
      display: inline-block;
      float: right; }
@media screen and (max-width: 1100px) {
        header nav ul {
          float: none;
          width: 100%;
          text-align: center;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch;
          height: auto;
          z-index: 99999; }
          > header nav ul:after {
            content: " ";
            position: relative;
            height: 75px;
            display: block;
            width: 100%; } }
header nav ul li {
        float: left; }
@media screen and (max-width: 1100px) {
          header nav ul li {
            float: none;
            text-align: left; } }
@media screen and (max-width: 1100px) {
          header nav ul li.haschildren {
            position: relative; } }
header nav ul li a {
          line-height: 95px;
          color: #000;
          text-decoration: none;
          display: inline-block;
          padding: 0px 10px;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 14px;
          margin: 0 auto;
          transition: .3s all ease-out; }
@media screen and (max-width: 1100px) {
            header nav ul li a {
              font-size: 15px;
              line-height: 50px;
              padding-left: 28px;
              width: 100%; }
              header nav ul li a span {
                color: #000; } }
header nav ul li a:hover {
            color: #009761; }
header nav ul li .megamenu-list li a {
          text-transform: none; }
header nav ul li .megamenu {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: auto;
          background-color: #fff;
          padding: 48px 0;
          padding: 3rem 0;
          padding-left: calc(50% - 600px);
          padding-right: calc(50% - 600px);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          box-shadow: 0 1px 0 0 #DDDDDD;
          transform: translateY(-100vh);
          transition: transform .4s ease-out, background-color 2s ease-out;
          z-index: -1;
          overflow: hidden; }
@media screen and (max-width: 1100px) {
            header nav ul li .megamenu {
              position: relative;
              -ms-flex-direction: column;
                  flex-direction: column;
              transform: none;
              padding: 1rem 0;
              padding-top: 0;
              z-index: 0;
              padding-bottom: 0;
              display: none; }
              header nav ul li .megamenu * {
                text-align: left;
                padding: 0; }
              header nav ul li .megamenu li, header nav ul li .megamenu p {
                padding-left: 0rem; }
              header nav ul li .megamenu:after {
                display: none; } }
header nav ul li .megamenu.open {
            transform: translateY(0);
            top: 100%;
            transition: transform .4s ease-out, background-color 2s ease-out;
            z-index: 200;
            border-top: 1px solid lightgray; }
header nav ul li .megamenu .color-wrap-container {
            position: absolute;
            bottom: 0;
            width: 100%; }
@media screen and (max-width: 1100px) {
              header nav ul li .megamenu .color-wrap-container {
                display: none; } }
header nav ul li .megamenu .color-wrap-container .color-wrap {
              margin: inherit; }
header nav ul li .megamenu > li {
            margin-right: 0px;
            margin-right: 0rem;
            -ms-flex: 0 1 20%;
                flex: 0 1 20%; }
@media screen and (max-width: 1100px) {
              header nav ul li .megamenu > li {
                -ms-flex: 1 1 0%;
                    flex: 1 1 0%;
                margin-right: 0; } }
header nav ul li .megamenu > li p.megamenu-group-name {
              background: #009fa3;
              display: inline-block;
              padding: 10px;
              margin-bottom: 30px;
              color: #fff;
              text-align: center; }
@media screen and (max-width: 1100px) {
                header nav ul li .megamenu > li p.megamenu-group-name {
                  display: inline-block;
                  width: 100%;
                  text-align: left;
                  padding-left: 2.5rem;
                  margin-bottom: 0;
                  padding-top: 1rem;
                  padding-bottom: 1rem; } }
header nav ul li .megamenu > li .megamenu-list {
              display: block;
              float: none; }
@media screen and (max-width: 1100px) {
                header nav ul li .megamenu > li .megamenu-list {
                  display: none;
                  padding-top: 1.5rem;
                  padding-left: 1rem; }
                  header nav ul li .megamenu > li .megamenu-list.open {
                    display: block; } }
header nav ul li .megamenu > li .megamenu-list li {
                float: none; }
@media screen and (max-width: 1100px) {
                  header nav ul li .megamenu > li .megamenu-list li {
                    padding-left: 2rem; } }
header nav ul li .megamenu > li .megamenu-list li:first-of-type a {
                  padding-top: 0; }
header nav ul li .megamenu > li .megamenu-list li a {
                  padding: 0;
                  line-height: inherit !important;
                  padding-bottom: 8px;
                  padding-bottom: 0.5rem;
                  color: #8e8e8e; }
header nav ul li#header-search input {
        display: none; }
header nav ul li#header-search span.icon {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 35px;
        transition: .3s all ease-out; }
@media screen and (max-width: 1100px) {
          header nav ul li#header-search span.icon {
            margin-top: 15px; } }
header nav ul li#header-search span.icon img {
          max-width: 100%;
          display: block; }
header.scrolled {
    height: 65px; }
header.scrolled nav ul li#header-search span.icon {
      margin-top: 18px; }
header.scrolled #global-nav {
      height: 57px; }
header.scrolled #global-nav a {
        line-height: 57px; }
header.scrolled .logo {
      max-width: 125px !important; }
.dropdown-arrow {
  position: absolute;
  right: 32px; }
.dropdown-arrow-link {
    top: 4px;
    border-left: 1px solid #000;
    padding-left: 25px;
    height: 40px;
    padding-top: 9px; }
@media screen and (min-width: 1101px) {
    .dropdown-arrow {
      display: none; } }
nav.local-nav {
  background: #EFEFEF;
  border-bottom: 1px solid #dadada;
  padding: 30px 0px; }
nav.local-nav ul {
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
nav.local-nav ul li {
      display: inline-block;
      margin: 0px 10px; }
nav.local-nav ul li a {
        color: #47655b;
        text-decoration: none;
        display: block;
        padding: 5px 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #a0a0a0;
        font-weight: 400;
        font-size: 14px;
        transition: 0.2s color ease-in-out; }
nav.local-nav ul li a:hover {
          color: #009761; }
.pull_menu {
  display: none;
  position: fixed;
  transition: 400ms ease-in-out;
  transform: translate3d(0, 0, 0);
  width: 50px;
  height: 50px;
  top: 17.5px;
  right: 15px;
  color: #fff;
  z-index: 999999;
  cursor: pointer; }
.scrolled .pull_menu {
    top: 10px;
    transition: 400ms ease-in-out; }
@media screen and (max-width: 1100px) {
    .pull_menu {
      display: block; } }
.pull_menu .line-1, .pull_menu .line-2, .pull_menu .line-3 {
  width: 60%;
  height: 4px;
  margin: 0 auto;
  margin-top: 6px; }
.pull_menu .line-1 {
  margin-top: 13px; }
nav.pull_menu_in_out {
  transform: translate3d(0, 0, 0) !important; }
.pull_menu_icon {
  transform: translate3d(249px, 0, 0) !important; }
.push_wrap {
  transform: translate3d(250px, 0, 0) !important; }
.line-1, .line-2, .line-3 {
  position: relative;
  width: 30px;
  top: 0;
  opacity: 1;
  height: 3px;
  background: #000;
  margin-top: 5px;
  transform: rotate(0deg);
  transition: transform 300ms ease, top 300ms 200ms ease, opacity 300ms 200ms; }
.line-1-animate {
  transform: rotate(45deg);
  position: relative;
  top: 10px;
  transition: transform 300ms 300ms ease, top 300ms ease; }
.line-2-remove {
  opacity: 0;
  transition: opacity 300 300ms ease; }
.line-3-animate {
  transform: rotate(-45deg);
  top: -10px;
  transition: transform 300ms 300ms ease, top 300ms ease; }
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #8fcaae;
  text-align: center;
  z-index: 9999999999; }
#loader p {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px; }
#loader img {
    animation: spin 1500ms ease infinite; }
@keyframes spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(-360deg); } }
#cover-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative; }
@media screen and (max-width: 600px) {
    #cover-slider {
      height: 300px; } }
#cover-slider .cover-bullets {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-size: 0;
    z-index: 9; }
#cover-slider .cover-bullets .nav-item {
      width: 15px;
      height: 15px;
      border-radius: 9999px;
      background: #fff;
      display: inline-block;
      margin: 0px 3px;
      cursor: pointer; }
#cover-slider .cover-bullets .nav-item .active {
        width: 7px;
        height: 7px;
        background: dimgray;
        border-radius: 9999px;
        margin: 4px auto; }
#cover-slider .top-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: 0.8s opacity ease-in-out; }
#cover-slider .top-slide .rmv-of {
      max-width: 100%;
      overflow: hidden; }
#cover-slider .top-slide .rmv-of img {
        display: block;
        margin: 0 auto; }
@media screen and (max-width: 900px) {
          #cover-slider .top-slide .rmv-of img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            left: 50%;
            z-index: 1;
            transform: translateX(-50%);
            object-fit: cover; } }
@media screen and (max-width: 600px) {
          #cover-slider .top-slide .rmv-of img {
            height: 300px; } }
#cover-slider .top-slide .headers {
      position: absolute;
      bottom: 80px;
      left: 40px;
      z-index: 9; }
@media screen and (max-width: 900px) {
        #cover-slider .top-slide .headers {
          bottom: auto;
          top: 150px;
          width: 100%;
          left: 0; } }
@media screen and (max-width: 600px) {
        #cover-slider .top-slide .headers {
          top: 90px; } }
#cover-slider .top-slide .headers h4, #cover-slider .top-slide .headers h5 {
        font-size: 18px;
        color: #fff;
        background: rgba(0, 159, 163, .8);
        padding: 10px;
        display: inline-block;
        font-weight: 400; }
@media screen and (max-width: 900px) {
          #cover-slider .top-slide .headers h4, #cover-slider .top-slide .headers h5 {
            font-size: 16px; } }
#cover-slider .top-slide .headers h4 {
        font-size: 34px;
        margin-bottom: 10px; }
@media screen and (max-width: 900px) {
          #cover-slider .top-slide .headers h4 {
            font-size: 22px; } }
@media screen and (max-width: 900px) {
        #cover-slider .top-slide .headers .main, #cover-slider .top-slide .headers .sub {
          width: 95%;
          margin: 0 auto;
          text-align: center; } }
#cover-slider .top-slide a {
      text-decoration: none; }
#cover-slider .show {
    z-index: 8;
    opacity: 1; }
.color-wrap {
  width: 100%;
  height: 8px;
  max-width: 1200px;
  margin: 0 auto; }
@media screen and (max-width: 1200px) {
    .color-wrap {
      height: 5px; } }
.color-wrap .color-item {
    height: 100%;
    float: left; }
.color-wrap #first-color {
    width: 20%;
    background: #009760; }
.color-wrap #second-color {
    width: 15%;
    background: #1e7d5d; }
.color-wrap #third-color {
    width: 10%;
    background: #025031; }
.color-wrap #fourth-color {
    width: 15%;
    background: #8fcaae; }
.color-wrap #fifth-color {
    width: 25%;
    background: #009fa3; }
.color-wrap #sixth-color {
    width: 15%;
    background: #99d2d3; }
#breadcrumbs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff; }
#breadcrumbs ul {
    margin: 0 auto;
    padding: 8px 18px; }
#breadcrumbs ul li {
      display: inline-block;
      margin-right: 5px;
      line-height: 30px;
      color: #6F6F6F;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px; }
#breadcrumbs ul li:last-child {
        margin-right: 0; }
#breadcrumbs ul li a {
        text-decoration: none;
        color: #6F6F6F;
        transition: color 0.2s ease-in-out; }
#breadcrumbs ul li a:hover {
          color: #009761; }
p.searched-for {
  font-size: 1.3em;
  font-weight: lighter;
  padding-bottom: 50px;
  padding-top: 20px; }
.results-wrap p {
  margin-bottom: 40px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 40px; }
.results-wrap a {
  text-decoration: none; }
.results-wrap a span {
    font-size: 1.1em;
    font-weight: lighter;
    color: #000; }
.results-wrap a span.search-title {
    color: #1a0dab;
    font-weight: normal;
    text-decoration: underline; }
.results-wrap a span.search-url {
    font-size: 0.9em;
    color: #009761;
    display: block;
    margin-top: 10px; }
.results-wrap span.search-text {
  margin-top: 10px;
  display: block;
  font-weight: lighter;
  line-height: 1.5;
  max-width: 700px; }
article {
  width: 95%;
  margin: 0 auto;
  min-height: 400px; }
@media screen and (max-width: 500px) {
    article {
      width: 90%; } }
article p {
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 8px; }
article p a {
      color: #47655b; }
article p a strong {
        color: #47655b;
        font-weight: 400; }
article p strong a {
      color: #47655b;
      font-weight: 400; }
article table {
    border: 1px solid #dadada; }
article table tr {
      border-bottom: 1px solid #dadada; }
article table tr:last-child {
        border-bottom: none; }
article table tr td {
        padding: 10px; }
article table tr td:first-child {
          border-right: 1px solid #dadada; }
article table tr td p {
          padding-bottom: 0; }
article ul, article ol {
    margin-bottom: 10px; }
article ul li, article ol li {
      list-style-type: disc;
      list-style-type: initial;
      margin-left: 20px;
      line-height: 1.3;
      font-weight: 300;
      padding-bottom: 8px; }
article ul li p, article ol li p {
        padding-bottom: 0px; }
article ul li a, article ol li a {
        color: #47655b; }
ul#event-list, div.news-blocks {
  width: 95%;
  margin: 0 auto; }
ul#event-list li, div.news-blocks li {
    display: block;
    float: left;
    width: 30%;
    margin: 0px 1.5% 1.5%;
    border: 1px solid #dadada;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
ul#event-list li:hover, div.news-blocks li:hover {
      opacity: 0.7; }
@media screen and (max-width: 1100px) {
      ul#event-list li, div.news-blocks li {
        width: 46.5%; } }
@media screen and (max-width: 750px) {
      ul#event-list li, div.news-blocks li {
        width: 100%;
        max-width: 350px;
        float: none;
        margin: 0 auto 20px; } }
ul#event-list li a, div.news-blocks li a {
      text-decoration: none; }
ul#event-list li .event-image, div.news-blocks li .event-image {
      height: 140px;
      width: 100%;
      background-size: cover !important;
      background-position: center center;
      background-repeat: no-repeat; }
ul#event-list li .content-wrap, div.news-blocks li .content-wrap {
      padding: 10px;
      height: 165px;
      overflow: hidden;
      border-bottom: 1px solid #dadada; }
ul#event-list li .content-wrap h2, ul#event-list li .content-wrap h3, div.news-blocks li .content-wrap h2, div.news-blocks li .content-wrap h3 {
        color: #000;
        font-weight: 400;
        font-size: 20px;
        padding: 10px 0px 15px;
        line-height: 1.2; }
ul#event-list li .content-wrap p, div.news-blocks li .content-wrap p {
        line-height: 1.4;
        font-weight: lighter;
        font-size: 14px;
        color: #000; }
ul#event-list li .lower-event .lower-item, div.news-blocks li .lower-event .lower-item {
      color: #000;
      width: 50%;
      float: left;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-weight: lighter;
      font-size: 14px;
      height: 40px;
      line-height: 40px; }
ul#event-list li .lower-event .lower-item.event-type, div.news-blocks li .lower-event .lower-item.event-type {
      width: 49%;
      border-right: 1px solid #dadada;
      text-decoration: none;
      color: #000;
      font-size: 13px;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase; }
/* SINGLE */
div.event-image-holder {
  height: 400px; }
@media screen and (max-width: 1300px) {
    div.event-image-holder {
      height: auto;
      margin-bottom: -2px; } }
div.event-image-holder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
article.single {
  padding-bottom: 40px; }
@media screen and (max-width: 800px) {
    article.single {
      padding-bottom: 0px; } }
article.single h1 {
    padding-top: 50px;
    padding-bottom: 10px; }
article.single p {
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 8px; }
article.single ul, article.single ol {
    margin-bottom: 10px; }
article.single ul li, article.single ol li {
      list-style-type: disc;
      list-style-type: initial;
      margin-left: 20px;
      line-height: 1.3;
      font-weight: 300;
      padding-bottom: 8px; }
article.single ul li p, article.single ol li p {
        padding-bottom: 0px; }
article.single .event-type {
    text-align: center;
    display: block;
    font-size: 15px;
    margin-bottom: 60px;
    color: dimgray;
    text-transform: uppercase;
    letter-spacing: 1px; }
@media screen and (max-width: 800px) {
      article.single .event-type {
        margin-bottom: 40px; } }
article.single .event-type a {
      text-decoration: none;
      color: #000; }
article.single .event-details {
    float: left;
    width: 30%;
    background: #f3f3f7; }
@media screen and (max-width: 800px) {
      article.single .event-details {
        width: 100%;
        margin-top: 50px; } }
article.single .event-details .inner-details {
      border: 1px solid #dadada; }
article.single .event-details .inner-details .detail {
        padding-bottom: 20px;
        border-bottom: 1px solid #dadada;
        padding: 15px; }
article.single .event-details .inner-details .detail:last-child {
          border-bottom: 0; }
article.single .event-details .inner-details .detail p {
          padding-bottom: 0;
          padding-bottom: initial;
          font-size: 15px; }
article.single .event-details .inner-details .detail .detail-title {
          padding-bottom: 5px; }
article.single .event-details .inner-details .detail .detail-title img {
            display: inline-block;
            width: 19px;
            height: auto;
            vertical-align: top; }
article.single .event-details .inner-details .detail .detail-title h3 {
            display: inline-block;
            vertical-align: top;
            line-height: 19px;
            margin-left: 5px;
            text-transform: uppercase;
            font-size: 14px; }
article.single .event-details .inner-details .detail .date-desc {
          display: inline-block;
          width: 30px; }
@media screen and (max-width: 1000px) {
            article.single .event-details .inner-details .detail .date-desc {
              width: 100%; } }
@media screen and (max-width: 800px) {
            article.single .event-details .inner-details .detail .date-desc {
              width: 30px; } }
article.single .event-details #author-big {
      border-bottom: 1px solid #dadada;
      padding-bottom: 10px; }
article.single .event-details #author-big img {
        border-radius: 9999px;
        display: block;
        margin: 10px auto 5px; }
article.single .event-details #author-big #author-info {
        padding: 10px;
        text-align: center; }
article.single .event-details #author-big #author-info a {
          text-decoration: none;
          font-weight: 300;
          color: #313131;
          line-height: 1.3; }
article.single .event-details .blog-tags ul {
      text-align: center;
      list-style-type: none;
      padding: 10px; }
@media screen and (max-width: 800px) {
        article.single .event-details .blog-tags ul {
          text-align: center; } }
article.single .event-details .blog-tags ul li {
        display: inline-block;
        padding: 10px;
        background: #70B192;
        margin: 5px;
        color: #fff; }
article.single .event-details .blog-tags ul li a {
          text-decoration: none;
          color: #fff; }
article.single .event-content {
    float: left;
    width: 65%;
    margin-right: 5%; }
@media screen and (max-width: 800px) {
      article.single .event-content {
        width: 100%; } }
div.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
div.modal-overlay div.modal-box div.inner-modal {
    overflow-y: auto;
    max-height: 100vh;
    opacity: 0;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    width: 90%;
    height: auto;
    max-width: 920px;
    margin-top: 350px;
    transition: 0.3s margin-top ease-in-out, 0.2s opacity ease-in-out; }
div.modal-overlay div.modal-box div.inner-modal .modal-content {
      width: 100%;
      height: 100%;
      padding: 50px 0px;
      z-index: 99;
      position: relative; }
div.modal-overlay div.modal-box div.inner-modal .modal-content img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 600px;
        height: auto; }
div.modal-overlay div.modal-box div.inner-modal #create-support-case {
      display: block; }
div.modal-overlay div.modal-box div.inner-modal.disp {
    opacity: 1;
    margin-top: 0; }
div.modal-overlay div.modal-box .color-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px; }
div.modal-overlay.disp {
  opacity: 1; }
/* CREATE SUPPORT MODAL */
.create-support-case {
  width: 90%;
  margin: 0 auto; }
.create-support-case div.umbraco-forms-field {
    padding-bottom: 12px; }
.create-support-case div.umbraco-forms-field label {
      display: block;
      padding-bottom: 2px; }
.create-support-case div.left-fields {
    float: left;
    width: 49%;
    margin-right: 2%; }
@media screen and (max-width: 650px) {
      .create-support-case div.left-fields {
        width: 100%;
        float: none; } }
.create-support-case button.close {
    display: none; }
.create-support-case div.right-fields {
    float: left;
    width: 49%; }
@media screen and (max-width: 650px) {
      .create-support-case div.right-fields {
        width: 100%;
        float: none; } }
.create-support-case select {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    height: 35px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #dadada; }
.create-support-case select.input-validation-error {
      border: 1px solid #e74c3c; }
.create-support-case input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    padding: 0px 6px;
    font-size: 14px; }
.create-support-case input.input-validation-error {
      border: 1px solid #e74c3c; }
.create-support-case input:last-child {
      margin-bottom: 0px; }
.create-support-case textarea {
    width: 100%;
    max-width: 100%;
    height: 125px;
    padding: 5px 6px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    border: 1px solid #dadada; }
.create-support-case textarea.input-validation-error {
      border: 1px solid #e74c3c; }
.create-support-case .modal-footer {
    font-size: 0; }
.create-support-case .modal-footer .button {
      display: inline-block;
      width: 49%;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      padding: 0;
      border: none;
      cursor: pointer;
      opacity: 1;
      box-sizing: border-box;
      transition: opacity 0.3s ease-in-out;
      background: #e74c3c;
      margin-right: 2%; }
.create-support-case .modal-footer .button:hover {
        opacity: 0.7; }
@media screen and (max-width: 650px) {
        .create-support-case .modal-footer .button {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
.create-support-case .modal-footer .button.green {
        background: #2ecc71;
        margin-right: 0; }
.modal-header h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 25px; }
@media screen and (max-width: 450px) {
    .modal-header h3 {
      padding-top: 20px;
      font-size: 19px; } }
.modal-header div.close-box {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 19px;
  line-height: 30px;
  color: #8A8A8A;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
.modal-header div.close-box:hover {
    color: #000;
    border: 1px solid #000; }
ul.pagination {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin: 0px auto 20px; }
ul.pagination li {
    display: inline-block;
    margin: 0px 5px; }
ul.pagination li a {
      text-decoration: none;
      color: #009761;
      transition: color 0.2s ease-in-out; }
ul.pagination li a:hover {
        color: #000; }
ul.pagination.margin {
  margin: 20px auto; }
.grid {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box; }
.grid.high-block {
    height: 600px; }
@media screen and (max-width: 1050px) {
      .grid.high-block {
        height: 700px; } }
@media screen and (max-width: 900px) {
    .grid {
      height: auto !important;
      border-bottom: none; } }
.grid.btop {
    border-top: 1px solid #dadada; }
@media screen and (max-width: 900px) {
      .grid.btop {
        border-bottom: none;
        border-top: none; } }
.grid .col-1-2 {
    width: 45%;
    margin: 0px 2.5%;
    height: 100%;
    float: left;
    background: #fff; }
@media screen and (max-width: 900px) {
      .grid .col-1-2 {
        width: 100%;
        float: none;
        margin: 0 auto;
        background: transparent;
        text-align: center; } }
.grid .col-1-2 .inner-col {
      padding: 20px;
      height: 100%;
      box-sizing: border-box; }
@media screen and (max-width: 900px) {
        .grid .col-1-2 .inner-col {
          height: auto !important;
          padding: 40px; } }
.grid .col-1-2 .inner-col p {
        padding: 0 0 8px;
        line-height: 1.4;
        font-weight: 300;
        font-size: 16px; }
@media screen and (max-width: 900px) {
          .grid .col-1-2 .inner-col p {
            max-width: 650px;
            margin: 0 auto; } }
.grid .col-1-2 .inner-col li {
        font-weight: 300;
        list-style-type: disc;
        list-style-type: initial;
        margin-left: 20px;
        padding: 6px 0px;
        font-size: 15px; }
.grid .col-1-2 .inner-col p.header-paragraph {
        font-size: 23px;
        letter-spacing: 1px;
        font-weight: 700;
        padding-bottom: 10px;
        line-height: 1; }
@media screen and (max-width: 900px) {
          .grid .col-1-2 .inner-col p.header-paragraph {
            padding-bottom: 20px;
            line-height: 1.2; } }
.grid .col-1-2 .table-cell {
      height: 350px; }
@media screen and (max-width: 900px) {
        .grid .col-1-2 .table-cell {
          height: auto;
          vertical-align: top; } }
.grid .col-1-2 img {
      display: block;
      max-width: 100%;
      max-height: 90%;
      height: auto;
      width: auto;
      margin: 0 auto; }
#flipped-learning {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 50px 0px;
  margin-top: 50px; }
.textisland {
  padding-bottom: 70px;
  text-align: center;
  max-width: 95%;
  margin: 0 auto; }
@media screen and (max-width: 900px) {
    .textisland {
      border-bottom: 1px solid #dadada; } }
.textisland h4 {
    font-size: 28px;
    font-weight: 300; }
.textisland .sep {
    width: 120px;
    margin: 25px auto;
    height: 3px;
    background: #000; }
.textisland p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.4;
    color: #000;
    font-weight: 300;
    font-size: 17px; }
.textisland a.cta-btn {
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    color: #000;
    border: 2px solid #000;
    margin: 30px auto 0px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out; }
.textisland a.cta-btn:hover {
      background: #000;
      color: #fff; }
.top-info {
  position: relative;
  height: 300px; }
.top-info img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.top-info .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding-top: 48px;
    padding-top: 3rem;
    height: 100%; }
.top-info .overlay .header-desc {
      width: 100%; }
@media screen and (max-width: 768px) {
        .top-info .overlay .header-desc {
          display: none; } }
.top-info .overlay h1, .top-info .overlay p {
      color: #fff;
      background: rgba(0, 159, 163, .8);
      padding: 10px;
      font-weight: 400;
      text-align: center; }
.top-info .overlay p {
      text-align: left; }
footer {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background: #444444;
  padding: 30px 0px; }
@media screen and (max-width: 750px) {
    footer {
      padding: 0px; } }
@media screen and (max-width: 500px) {
    footer {
      width: 100%; } }
footer .col-1-3 {
    width: 33.2%;
    float: left;
    min-height: 340px; }
@media screen and (max-width: 1200px) {
      footer .col-1-3 {
        min-height: 400px; } }
@media screen and (max-width: 750px) {
      footer .col-1-3 {
        float: none;
        width: 100%;
        min-height: 0;
        min-height: initial; } }
@media screen and (max-width: 750px) {
      footer .col-1-3:first-child {
        border-right: none;
        border-bottom: 1px solid #99d2d3; } }
footer .col-1-3:nth-child(2) {
      border-right: 1px solid #99d2d3;
      border-left: 1px solid #99d2d3; }
@media screen and (max-width: 750px) {
        footer .col-1-3:nth-child(2) {
          border: none; } }
@media screen and (max-width: 750px) {
      footer .col-1-3:last-child {
        border-left: none;
        border-top: 1px solid #99d2d3; } }
footer .col-1-3 .block {
      width: 90%;
      margin: 0px auto 30px;
      overflow: hidden; }
@media screen and (max-width: 750px) {
        footer .col-1-3 .block {
          margin: 30px auto 30px; } }
footer .col-1-3 a {
      text-decoration: none;
      color: #fff; }
footer .col-1-3 .links a {
      display: block;
      float: left;
      width: 50%;
      color: #fff;
      text-decoration: none;
      font-weight: lighter;
      font-size: 14px;
      margin-bottom: 16px;
      transition: 0.2s color ease-in-out; }
footer .col-1-3 .links a:hover {
        color: #8fcaae; }
footer .col-1-3 .oplysninger p {
      line-height: 2.3; }
footer .col-1-3 a.newsletter-link {
      margin-top: 15px;
      display: inline-block;
      padding: 0px 10px;
      border: 1px solid #fff;
      line-height: 35px;
      font-size: 14px;
      transition: all 0.2s ease-in-out; }
footer .col-1-3 a.newsletter-link:hover {
        background: #8fcaae;
        border: 1px solid #8fcaae; }
footer .col-1-3 h5 {
      margin: 0px auto 15px;
      font-size: 20px;
      font-weight: lighter;
      color: #99d2d3; }
footer .col-1-3 p {
      font-size: 13px;
      color: #fff;
      line-height: 1.4;
      font-weight: lighter; }
footer .col-1-3 input[type="text"] {
      margin-top: 15px;
      width: 70%;
      box-sizing: border-box;
      height: 35px;
      background: #fff;
      float: left;
      border: 0;
      padding: 0px 10px; }
footer .col-1-3 input[type="submit"] {
      width: 30%;
      height: 35px;
      margin-top: 15px;
      float: left;
      background: #32b991;
      color: #fff;
      box-sizing: border-box;
      transition: background 0.2s ease-in-out;
      border: 0;
      padding: 0; }
footer .col-1-3 input[type="submit"]:hover {
        background: #99d2d3; }
footer .col-1-3 img {
      display: inline-block;
      margin: 0px 5px 10px 0px; }
footer .itc-icon-ret {
    height: 44px; }
footer .itc-icon-fb, footer .itc-icon-twit, footer .itc-icon-li {
    background: #6D6D6D;
    border-radius: 3px;
    transition: background .1s linear; }
footer .itc-icon-fb:hover {
    background: #3B5998; }
footer .itc-icon-twit:hover {
    background: #55acee; }
footer .itc-icon-li:hover {
    background: #0077b5; }
.licenseplate {
  height: 50px;
  line-height: 50px;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background: #333333;
  font-size: 12px;
  color: #9d9d9c;
  text-align: center;
  clear: both; }
@media screen and (max-width: 500px) {
    .licenseplate {
      width: 100%; } }
/*=================================
=              PAGES              =
=================================*/
/* Frontpage */
#contact-info .grid {
  border-top: 1px solid #dadada;
  height: 300px;
  margin: 50px auto; }
@media screen and (max-width: 700px) {
    #contact-info .grid {
      height: auto; } }
#contact-info .grid .col-1-2 .table-cell {
  height: 300px; }
@media screen and (max-width: 700px) {
    #contact-info .grid .col-1-2 .table-cell {
      height: auto; } }
.teaser-blocks {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0; }
@media screen and (max-width: 1080px) {
    .teaser-blocks {
      width: 504px;
      margin: 0 auto; } }
@media screen and (max-width: 550px) {
    .teaser-blocks {
      width: 230px; } }
.teaser-blocks .teaser-block {
    vertical-align: middle;
    width: 260px;
    height: 250px;
    margin: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
.teaser-blocks .teaser-block:hover {
      opacity: 0.7; }
@media screen and (max-width: 1250px) {
      .teaser-blocks .teaser-block {
        width: 220px;
        height: 230px; } }
@media screen and (max-width: 550px) {
      .teaser-blocks .teaser-block {
        margin: 16px 0px; } }
.teaser-blocks .teaser-block h4 {
      color: #fff;
      font-weight: lighter;
      text-align: center;
      font-size: 28px;
      max-width: 90%;
      margin: 0 auto;
      line-height: 32px; }
.teaser-blocks .teaser-block img {
      display: block;
      margin: 15px auto; }
@media screen and (max-width: 1230px) {
        .teaser-blocks .teaser-block img {
          width: 50px; } }
.teaser-blocks .teaser-block p {
      max-width: 90%;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      font-weight: lighter;
      line-height: 20px;
      margin-top: 10px;
      font-size: 15px; }
.teaser-blocks .teaser-block a {
      text-decoration: none; }
.teaser-blocks .teaser-block span {
      text-align: center;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      width: auto;
      left: 0;
      right: 0;
      position: absolute;
      bottom: 20px; }
.news-signup {
  margin-top: 50px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 60px 0px;
  width: 100%;
  text-align: center; }
.news-signup span {
    color: #000;
    max-width: 730px;
    width: 95%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    font-size: 23px;
    font-weight: 300; }
.news-signup a {
    color: #737373;
    text-align: center;
    font-size: 15px;
    margin: 25px auto 0px;
    font-weight: 400;
    text-decoration: none;
    line-height: 10px;
    border: 2px solid #737373;
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    background: #fff;
    transition: all 0.2s ease-in-out; }
.news-signup a:hover {
      background: #737373;
      color: #fff; }
div.info-block {
  width: 95%;
  max-width: 1135px;
  margin: 50px auto; }
div.info-block .col-1-1 {
    width: 100%; }
div.info-block .col-1-1 h2 {
      font-size: 35px;
      color: #000;
      font-weight: lighter;
      line-height: 1.3; }
div.info-block .col-1-1 p {
      font-weight: lighter;
      line-height: 1.3; }
div.info-block .col-1-1 span {
      display: block;
      margin: 30px 0px 10px;
      font-size: 23px; }
div.info-block .col-1-1 li {
      list-style-type: disc;
      list-style-position: inside;
      padding: 5px 0 5px 15px;
      text-indent: -1em;
      line-height: 1.3;
      font-weight: 300; }
div.info-block .col-1-1 .inside-block {
      padding: 25px;
      border: 1px solid #dddddd; }
div.info-block .col-1-1 .block-closed {
      height: 35px;
      overflow: hidden;
      width: 100%;
      cursor: pointer;
      background: #f3f3f3;
      border: 1px solid #dddddd;
      margin-bottom: 5px;
      box-sizing: border-box;
      transition: all 0.4s ease-in-out; }
div.info-block .col-1-1 .block-closed p.title-info {
        line-height: 35px;
        float: left;
        overflow: hidden;
        max-width: 88%;
        text-overflow: ellipsis;
        white-space: nowrap; }
@media screen and (max-width: 500px) {
          div.info-block .col-1-1 .block-closed p.title-info {
            margin-left: 5px; } }
div.info-block .col-1-1 .block-closed p {
        line-height: 35px; }
div.info-block .col-1-1 .block-closed:last-child {
        margin-bottom: 0px; }
div.info-block .col-1-1 .block-closed .arrow {
        float: right;
        height: 35px;
        width: 35px;
        max-width: 10%;
        background: #33ba92; }
div.info-block .col-1-1 .block-closed .arrow img {
          display: block;
          width: 12px;
          margin: 11.5px auto 0px;
          float: none; }
div.info-block .col-1-1 .block-closed img.icon-info {
        display: block;
        float: left;
        width: 14px;
        margin-top: 10.5px;
        margin-left: 10px;
        margin-right: 15px; }
@media screen and (max-width: 500px) {
          div.info-block .col-1-1 .block-closed img.icon-info {
            display: none; } }
div.info-block .col-1-1 .block-closed .desc {
        background: #fff;
        border-top: 1px solid #dddddd;
        clear: both;
        height: 100%; }
div.info-block .col-1-1 .block-closed .desc p {
          padding: 10px;
          line-height: 1.5;
          font-weight: lighter; }
div.info-block .col-1-1 .open {
      height: 378px; }
div.info-block .col-1-1 .open .arrow img {
        transform: rotateZ(270deg); }
div.info-block .first-info {
    background: #F3F3F3;
    margin-right: 5%; }
.news-blocks {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-top: 50px; }
@media screen and (max-width: 1080px) {
    .news-blocks {
      width: 504px;
      margin: 0 auto; } }
@media screen and (max-width: 550px) {
    .news-blocks {
      width: 230px; } }
.news-blocks .news-block {
    width: 260px;
    height: 510px;
    margin: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
@media screen and (max-width: 1230px) {
      .news-blocks .news-block {
        width: 220px; } }
@media screen and (max-width: 550px) {
      .news-blocks .news-block {
        margin: 16px 0px; } }
.news-blocks .news-block .image-holder {
      width: 100%;
      height: 250px;
      overflow: hidden; }
.news-blocks .news-block .content {
      font-size: medium;
      font-size: initial;
      text-align: left; }
.news-blocks .news-block .content h3 {
        font-size: 23px;
        margin: 20px 0px 15px;
        max-height: 81px; }
.news-blocks .news-block .content h3 a {
          line-height: 1.2;
          text-decoration: none;
          color: #000;
          font-weight: lighter; }
.news-blocks .news-block .content p {
        color: #000;
        font-weight: lighter;
        line-height: 1.4; }
.news-blocks .news-block .content a.readmore {
        color: #a0a0a0;
        font-weight: lighter;
        margin-top: 10px;
        display: block; }
div.quote-slider {
  width: 95%;
  max-width: 1135px;
  margin: 50px auto 0px;
  padding: 50px 0px 80px;
  display: table;
  background: #F3F3F3;
  border: 1px solid #dddddd;
  position: relative;
  height: 190px; }
@media screen and (max-width: 450px) {
    div.quote-slider {
      height: 200px; } }
@media screen and (max-width: 350px) {
    div.quote-slider {
      height: 250px; } }
div.quote-slider .quote {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease-in-out; }
div.quote-slider .quote span {
      display: block;
      width: 95%;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
      font-weight: lighter;
      line-height: 1.2; }
div.quote-slider .quote span.the-quote {
      font-size: 30px;
      color: #484848;
      margin-bottom: 20px; }
@media screen and (max-width: 960px) {
        div.quote-slider .quote span.the-quote {
          font-size: 20px;
          line-height: 1.4; } }
div.quote-slider .quote span.quote-name {
      font-size: 15px;
      color: dimgray; }
div.quote-slider .show {
    opacity: 1; }
div.quote-slider .bullets {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-size: 0; }
div.quote-slider .bullets .bullet-point {
      width: 15px;
      height: 15px;
      border-radius: 9999px;
      background: #fff;
      display: inline-block;
      margin: 0px 3px;
      cursor: pointer; }
div.quote-slider .bullets .bullet-point .active {
        width: 7px;
        height: 7px;
        background: dimgray;
        border-radius: 9999px;
        margin: 4px auto; }
/* Vidensdeling */
div.search-kb {
  width: 100%;
  padding: 30px 0px; }
div.search-kb .inner-search-kb {
    width: 95%;
    max-width: 884px;
    margin: 0 auto; }
div.search-kb .blog-tags {
    width: 100%;
    margin: 0 auto; }
div.search-kb .blog-tags ul {
      padding: 10px 0px; }
div.search-kb .blog-tags ul li {
        display: inline-block;
        padding: 10px;
        background: #70B192;
        margin: 5px;
        opacity: 1;
        transition: all 0.2s ease-in-out; }
div.search-kb .blog-tags ul li:first-child {
          margin: 5px 5px 5px 0px; }
div.search-kb .blog-tags ul li:hover {
          opacity: 0.7; }
div.search-kb .blog-tags ul li a {
          text-decoration: none;
          color: #fff; }
div.search-kb .blog-tags small {
      font-size: 18px;
      font-weight: 300; }
div.search-kb .blog-tags a.more-link {
      text-decoration: none;
      color: #009FA3; }
div.search-kb form {
    margin-top: 30px; }
div.search-kb form input#filter-search {
      width: 100%;
      display: block;
      margin: 20px auto 0px;
      height: 42px;
      font-size: 14px;
      padding: 0px 10px;
      border: 1px solid #dadada;
      box-sizing: border-box; }
#articles.vidensdeling {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 960px; }
#articles.vidensdeling .category-box {
    width: 47.5%;
    float: left; }
@media screen and (max-width: 720px) {
      #articles.vidensdeling .category-box {
        float: none;
        width: 100%;
        margin-right: auto !important; } }
#articles.vidensdeling .category-box:nth-child(2n+1) {
      margin-right: 5%; }
#articles.vidensdeling .category-box h2 {
      color: #009FA3;
      font-size: 25px;
      font-weight: 300;
      margin-bottom: 30px;
      display: block;
      text-decoration: none;
      text-align: center;
      width: 380px;
      max-width: 95%;
      margin: 0px auto 30px;
      padding: 0px 0px 10px;
      border-bottom: 1px solid #dadada; }
@media screen and (max-width: 960px) {
        #articles.vidensdeling .category-box h2 {
          width: 280px; } }
@media screen and (max-width: 720px) {
        #articles.vidensdeling .category-box h2 {
          width: 380px;
          max-width: 95%; } }
#articles.vidensdeling .category-box .more-area {
      display: none; }
#articles.vidensdeling .category-box ul li {
      border: 1px solid #dadada;
      width: 380px;
      max-width: 95%;
      margin: 20px auto;
      overflow: hidden;
      height: 400px;
      position: relative;
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
@media screen and (max-width: 960px) {
        #articles.vidensdeling .category-box ul li {
          width: 280px; } }
@media screen and (max-width: 720px) {
        #articles.vidensdeling .category-box ul li {
          width: 380px;
          max-width: 95%; } }
#articles.vidensdeling .category-box ul li:hover {
        opacity: 0.7; }
#articles.vidensdeling .category-box ul li a {
        width: 100%;
        text-decoration: none;
        height: 100%;
        display: block; }
#articles.vidensdeling .category-box ul li img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
#articles.vidensdeling .category-box ul li div.lower-event {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #dadada;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        font-weight: 300; }
@media screen and (max-width: 960px) {
          #articles.vidensdeling .category-box ul li div.lower-event {
            font-size: 14px; } }
#articles.vidensdeling .category-box ul li div.lower-event .event-type {
          display: block;
          float: left;
          box-sizing: border-box;
          border-right: 1px solid #dadada;
          color: #000;
          width: 50%; }
#articles.vidensdeling .category-box ul li div.lower-event .event-date {
          width: 50%;
          float: left; }
#articles.vidensdeling .category-box a {
      display: block; }
#articles.vidensdeling .category-box a .content {
        text-decoration: none;
        color: #000;
        padding: 0px 10px;
        line-height: 1.4;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        max-height: 145px; }
#articles.vidensdeling .category-box a .content h3 {
          font-size: 18px;
          font-weight: 400;
          margin: 15px auto 10px; }
/* Driftstatus */
ul#article-list li {
  padding: 25px 0px;
  border-bottom: 1px solid #dadada;
  width: 95%;
  margin: 0 auto; }
ul#article-list li:first-child {
    border-top: 1px solid #dadada; }
ul#article-list li a {
    display: block;
    height: 120px;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
ul#article-list li a:hover {
      opacity: 0.7; }
ul#article-list li a .date-wrapper {
      width: 150px;
      height: 100%;
      background: #009761;
      color: #fff;
      float: left;
      text-align: center; }
@media screen and (max-width: 500px) {
        ul#article-list li a .date-wrapper {
          width: 30%; } }
ul#article-list li a .date-wrapper span {
        display: block;
        font-size: 20px;
        font-weight: 400; }
@media screen and (max-width: 400px) {
          ul#article-list li a .date-wrapper span {
            font-size: 18px; } }
ul#article-list li a .date-wrapper span.day {
        margin-bottom: 8px; }
ul#article-list li a .content {
      float: right;
      width: calc(100% - 150px); }
@media screen and (max-width: 500px) {
        ul#article-list li a .content {
          width: 70%; } }
ul#article-list li a .content h2 {
        font-weight: 300;
        padding-left: 30px;
        line-height: 1.3; }
ul#article-list.blog-it-list li {
  overflow: hidden; }
ul#article-list.blog-it-list li a .content {
    width: calc(100% - 210px);
    line-height: 1.3; }
@media screen and (max-width: 500px) {
      ul#article-list.blog-it-list li a .content {
        width: 100% !important; } }
@media screen and (max-width: 500px) {
      ul#article-list.blog-it-list li a .content img {
        display: none; } }
ul#article-list.blog-it-list li a .content h2 {
      padding-left: 0;
      padding-bottom: 5px;
      font-size: 17px;
      font-weight: 700; }
.drift article.single .event-type {
  margin-bottom: 30px; }
article.single .driftcontent {
  width: 90%;
  max-width: 700px;
  margin: 0 auto; }
article.single .driftcontent p {
    padding-bottom: 15px !important; }
article.single .driftcontent ul li {
    margin-left: 0;
    list-style-type: none; }
h1.blog-it-etc {
  padding-top: 20px; }
ul.bottom-nation {
  padding-top: 20px; }
/* Medarbejdere */
div#filter-search-wrapper {
  width: 90%;
  max-width: 530px;
  margin: 0 auto 30px; }
div#filter-search-wrapper input#filter-search-staff {
    display: block;
    float: left;
    height: 40px;
    width: calc(100% - 50px);
    max-width: 500px;
    padding: 0px 8px;
    font-size: 13px;
    border: 1px solid #dadada;
    box-sizing: border-box; }
div#filter-search-wrapper div#filter-search-icon {
    background: #009761;
    width: 50px;
    height: 40px;
    float: left; }
div#filter-search-wrapper div#filter-search-icon img {
      display: block;
      width: 20px;
      margin: 10px auto 0px; }
div#main-content ul#staff-list {
  width: 1085px;
  margin: 0 auto; }
@media screen and (max-width: 1170px) {
    div#main-content ul#staff-list {
      width: 868px; } }
@media screen and (max-width: 940px) {
    div#main-content ul#staff-list {
      width: 651px; } }
@media screen and (max-width: 720px) {
    div#main-content ul#staff-list {
      width: 434px; } }
@media screen and (max-width: 500px) {
    div#main-content ul#staff-list {
      width: 217px; } }
div#main-content ul#staff-list li {
    display: block;
    position: relative;
    float: left;
    border: 1px solid #dadada;
    margin: 10px;
    width: 195px;
    height: 375px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
div#main-content ul#staff-list li:hover {
      opacity: 0.7; }
div#main-content ul#staff-list li a {
      text-decoration: none; }
div#main-content ul#staff-list li span.content {
      display: block;
      padding: 10px;
      color: #000;
      font-weight: 300;
      text-align: center; }
div#main-content ul#staff-list li h2 {
      padding-bottom: 5px;
      font-weight: 300; }
div#main-content ul#staff-list li h3 {
      font-weight: 400; }
div#main-content ul#staff-list li span.more-link {
      display: block;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      color: #009761; }
.single-staff {
  text-align: center; }
.single-staff div.image-holder img {
    display: block;
    margin: 20px auto 0px;
    max-width: 100%;
    height: auto; }
@media screen and (max-width: 600px) {
      .single-staff div.image-holder img {
        height: 250px;
        width: auto; } }
.single-staff h1 {
    padding: 20px 0px; }
.single-staff .work-wrap {
    width: 95%;
    max-width: 900px;
    margin: 0px auto 0px; }
.single-staff .work-wrap a.staff-work {
      display: inline-block;
      text-decoration: none;
      background: #009FA3;
      color: #fff;
      margin: 5px;
      padding: 8px;
      font-size: 17px;
      opacity: 1;
      line-height: 1.3;
      transition: opacity 0.2s ease-in-out; }
.single-staff .work-wrap a.staff-work:hover {
        opacity: 0.7; }
#staff-details {
  border: 1px solid #dadada;
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box; }
#staff-details .staff-detail {
    text-align: center;
    float: left;
    height: 200px;
    box-sizing: border-box;
    width: 33.333%;
    border-right: 1px solid #dadada; }
@media screen and (max-width: 600px) {
      #staff-details .staff-detail {
        width: 100%;
        border-bottom: 1px solid #dadada;
        border-right: none;
        height: 150px; } }
#staff-details .staff-detail:last-child {
      border-right: none; }
@media screen and (max-width: 600px) {
        #staff-details .staff-detail:last-child {
          border-bottom: none; } }
#staff-details .staff-detail img {
      display: block;
      margin: 0px auto 10px; }
#staff-details .staff-detail a {
      text-decoration: none;
      color: #000;
      font-weight: 300; }
#staff-details .staff-detail p {
      font-weight: 300;
      line-height: 1.5; }
#staff-details.school-details {
  margin-top: 0px; }
/* Skoler */
#main-content-schools {
  width: 100%; }
#main-content-schools form#filter {
    width: 90%;
    margin: 50px auto 0px; }
#main-content-schools form#filter input#filter-search-schools {
      width: 100%;
      max-width: 400px;
      box-sizing: border-box;
      height: 40px;
      padding: 0px 10px;
      font-size: 14px;
      border: 1px solid #dadada;
      float: left;
      display: block; }
#main-content-schools form#filter div#filter-search-icon {
      background: #009761;
      width: 50px;
      height: 40px;
      float: left; }
#main-content-schools form#filter div#filter-search-icon img {
        display: block;
        width: 20px;
        margin: 10px auto 0px; }
#main-content-schools #school-list-main {
    width: 90%;
    margin: 30px auto 0px; }
#main-content-schools #school-list-main h2 {
      font-weight: 400;
      font-size: 25px;
      color: #009761;
      margin-bottom: 20px; }
#main-content-schools #school-list-main ul {
      margin-bottom: 70px; }
#main-content-schools #school-list-main ul li {
        padding: 25px 0px;
        border-bottom: 1px solid #dadada;
        opacity: 1;
        transition: opacity 0.2s ease-in-out; }
#main-content-schools #school-list-main ul li:first-child {
          border-top: 1px solid #dadada; }
#main-content-schools #school-list-main ul li:hover {
          opacity: 0.7; }
#main-content-schools #school-list-main ul li a {
          text-decoration: none;
          color: #000;
          font-weight: 300; }
#main-content-schools #school-list-main ul li a span {
            display: block;
            float: left;
            width: 32%;
            margin-right: 2%;
            line-height: 1.4; }
#main-content-schools #school-list-main ul li a span.school-phone {
            margin-right: 0;
            text-align: right; }
#main-content-schools #school-list-main ul li a span.school-address {
            text-align: center; }
#main-content-schools #school-list-main ul li a span.school-name {
            color: #009FA3; }
#main-content-schools #school-list-main ul li a span.school-action {
            display: none; }
div.school-employees {
  text-align: center; }
div.school-employees h2 {
    text-align: center;
    margin: 50px auto;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    color: #009761; }
div.school-employees #author-info-wrapper {
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #dadada;
    margin: 10px;
    width: 195px;
    height: 363px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
div.school-employees #author-info-wrapper:hover {
      opacity: 0.7; }
div.school-employees #author-info-wrapper a {
      text-decoration: none; }
div.school-employees #author-info {
    padding: 10px;
    position: relative;
    height: 81px; }
div.school-employees #author-info span {
      display: block;
      color: #000;
      text-decoration: none;
      font-weight: 300; }
div.school-employees #author-info span.author-title {
      padding-bottom: 5px; }
div.school-employees #author-info span.author-name {
      font-weight: 400; }
div.school-employees #author-info span.more-link {
      display: block;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      color: #009761; }
/* Contact */
div#popular-faq h2 {
  padding-top: 66px;
  max-width: 90%; }
div#popular-faq div.faq-wrap {
  width: 95%;
  margin: 30px auto;
  background: #cce8e9;
  font-size: 0;
  padding: 30px 0px; }
div#popular-faq div.faq-wrap .faq-item {
    width: 25%;
    font-size: 16px;
    font-size: 1rem;
    /*height: 350px;*/
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    border-right: 1px solid #000; }
div#popular-faq div.faq-wrap .faq-item:last-child {
      border-right: 0; }
@media screen and (max-width: 1110px) {
      div#popular-faq div.faq-wrap .faq-item {
        width: 50%;
        padding: 20px 20px;
        height: 290px; }
        div#popular-faq div.faq-wrap .faq-item:nth-child(2) {
          border-right: 0; }
        div#popular-faq div.faq-wrap .faq-item:nth-child(1), div#popular-faq div.faq-wrap .faq-item:nth-child(2) {
          border-bottom: 1px solid #000; } }
@media screen and (max-width: 680px) {
      div#popular-faq div.faq-wrap .faq-item {
        width: 100%;
        border-bottom: 1px solid #000;
        border-right: 0 !important;
        padding: 40px 20px 20px;
        height: auto; }
        div#popular-faq div.faq-wrap .faq-item:first-child {
          padding: 10px 20px 20px; }
        div#popular-faq div.faq-wrap .faq-item:last-child {
          border-bottom: 0;
          padding: 40px 20px 10px; } }
div#popular-faq div.faq-wrap .faq-item h3 {
      font-weight: lighter;
      font-size: 24px;
      padding-bottom: 25px; }
div#popular-faq div.faq-wrap .faq-item ul li {
      margin-bottom: 30px;
      font-weight: lighter;
      vertical-align: top;
      cursor: pointer; }
div#popular-faq div.faq-wrap .faq-item ul li span.question {
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
        width: 80%; }
div#popular-faq div.faq-wrap .faq-item ul li span.hidden-answer {
        display: none; }
div#popular-faq div.faq-wrap .faq-item ul li:before {
        content: " ";
        display: inline-block;
        background: url("/img/plus-round.png");
        width: 19px;
        height: 19px;
        margin-right: 10px; }
@media screen and (max-width: 700px) {
  #map-canvas {
    height: 250px !important; } }
.modal-content span.question {
  font-size: 30px;
  text-align: center;
  display: block;
  padding: 20px;
  font-weight: lighter; }
.modal-content span.hidden-answer {
  text-align: center;
  width: 90%;
  max-width: 650px;
  line-height: 1.4;
  margin: 0 auto;
  display: block;
  color: #464646; }
/*==================================
=            Public CSS            =
==================================*/
* {
  box-sizing: border-box; }
html, body {
  width: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  background: #8fcaae; }
a {
  color: #009FA3; }
.no-scroll {
  overflow: hidden !important; }
.coming-courses {
  padding-bottom: 50px; }
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
.no-margin {
  margin: 0; }
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
.table-cell {
  display: table-cell;
  vertical-align: middle; }
#main-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 50px;
  width: 95%; }
@media screen and (max-width: 1100px) {
    #main-content-wrapper {
      margin-top: 80px; } }
@media screen and (max-width: 500px) {
    #main-content-wrapper {
      width: 100%; } }
/* fix for IE strong tags */
strong {
  font-weight: bold; }
img {
  max-width: 100%;
  height: auto; }
.last-updated {
  text-align: center;
  color: #AAA;
  display: block;
  position: relative;
  top: -30px; }
/*-----  End of Public CSS  ------*/
/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  body {
    font-size: 8pt !important;
    line-height: 1.6em !important;
    color: #333;
    background: transparent; }
  body a {
    font-size: 8pt !important; }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: 100% !important; }
  header nav,
  #mobile-global-nav,
  #mobile-search-trigger,
  #mobile-global-nav-trigger,
  #mobile-search,
  #user-nav,
  #article-comments,
  aside,
  .pickadate__wrap {
    display: none !important;
    margin: 0 !important; }
  div,
  article {
    margin-bottom: 5px !important; }
  #breadcrumbs {
    font-size: 7pt !important;
    padding: 0 !important; }
  #breadcrumbs ul {
    font-size: 7pt !important;
    padding: 0 !important; }
  #main-content-wrapper {
    margin: 0 !important;
    padding: 0 !important; }
  #main-content {
    padding: 0 !important; }
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; }
  .ir a:after, a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  img {
    max-width: 100% !important;
    margin-bottom: 20px; }
  @page {
    margin: 1cm 2cm; }
  /* ---------- HEADER ---------- */
  header div {
    margin: 0 !important;
    padding: 0 !important; }
  header #header-logo {
    float: right; }
  header, #breadcrumbs, #cover-slider {
    display: none; }
  /* ---------- FOOTER ---------- */
  footer {
    display: none;
    margin: 0 !important;
    padding: 20px 0 0 0 !important; }
  footer .span3 {
    display: none; }
  footer .span3 .border {
    border-left: none; }
  footer .span3:last-child {
    display: block;
    border: none !important;
    width: 100%;
    text-align: center; }
  footer .span3 br {
    display: none; }
  /* ---------- FRONTPAGE ---------- */
  #frontpage-carousel .rsNav {
    display: none !important; }
  #frontpage-carousel .rsOverflow {
    width: 100% !important;
    height: 300px !important; }
  #articles article {
    width: 30% !important;
    margin-right: 3%;
    float: left; }
  #articles .content {
    padding: 0 !important; }
  /* --------- TEXTPAGE ---------- */
  #author-info-wrapper {
    margin-top: 20px;
    padding-top: 20px; }
  #author-contact {
    display: none; }
  /*
	#blog-tags {
		border-top: 2px solid #cccccc;
		margin-top: 20px;
		padding-top: 20px;
	}*/
  /* --------- CONTACT PAGE ---------- */
  #contact-services {
    display: none; }
  /* --------- EVENT LIST ---------- */
  ul#event-list li:first-child {
    margin-left: 0; }
  ul#event-list li {
    float: left !important;
    width: 45%;
    margin-left: 10%; }
  /* --------- EVENT PAGE ---------- */
  #event-details {
    margin-top: 10px;
    width: 100%;
    padding: 0 !important; }
  #event-details .icon {
    display: none; }
  #event-details #event-date,
  #event-details #event-location,
  #event-details #event-sign-up {
    width: 33% !important;
    float: left; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }
/* ****************** SEARCH ***********************/
.search-title {
  color: black;
  font-size: 14px;
  font-weight: bold; }
.search-url {
  font-size: 11px; }
/* ****************** RSS ICONS ***********************/
.rssTop {
  position: absolute;
  top: 0;
  right: 0; }
.rssTop img {
  background: #0ba13b;
  width: 25px;
  height: 25px;
  padding: 5px;
  transition: all .2s linear;
  /* ease-in-out */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear; }
.rssTop img:hover {
  background: orange;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }
/* *************** Temporary FF fix for modal scroll **************** */
/*@-moz-document url-prefix() {
	#create-support-case form{
		overflow-y: scroll;
	}
	#create-support-case .modal-footer{
		left: 0;
    	position: absolute;
    	right: 0;
		bottom: 0px;
	}
}*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.alertreview {
  border-bottom: 3px solid #E6E6E6;
  background-color: #ffef38;
  padding: 5px;
  text-align: center;
  margin: -20px -20px 20px; }
.rssTop {
  position: absolute;
  top: 0;
  right: 0; }
.rssTop img {
  background: #0ba13b;
  width: 25px;
  height: 25px;
  padding: 5px;
  transition: all .2s linear;
  /* ease-in-out */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear; }
.rssTop img:hover {
  background: orange;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

/*# sourceMappingURL=style.css.map */
