@import url(fonts/GEInspiraSans-Bold.css);
@import url(fonts/GEInspiraSans-BoldItalic.css);
@import url(fonts/GEInspiraSans-Italic.css);
@import url(fonts/GEInspiraSans-Regular.css);
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.8; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* nav */
.nav-menu, .nav-menu ul, .nav-menu li, .nav-menu a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative; }

.nav-menu ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.nav-menu li:hover > ul {
  left: 0;
  opacity: 1;
  z-index: 1000; }

.nav-menu li.fr:hover > ul {
  right: 0;
  left: auto;
  opacity: 1;
  z-index: 1000; }

.nav-menu ul li:hover > ul {
  top: 0;
  left: 100%; }

.nav-menu li {
  cursor: default;
  float: left;
  white-space: nowrap;
  position: relative; }

.nav-menu li.hasChildren:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  position: absolute;
  top: 10px;
  right: 5px; }

.nav-menu li.fr {
  float: right; }

.nav-menu ul li {
  float: none; }

/* sub width */
.nav-menu ul {
  min-width: 12em;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

/* center */
.nav-center {
  float: right;
  right: 50%; }

.nav-center > li {
  left: 50%; }

/* root */
.nav-menu a {
  padding: 0 10px;
  color: #3a73ba;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none; }

/* root: active */
.nav-menu > li.nav-active {
  background-color: #d5e1ef; }

.nav-menu > li.nav-active .nav-active > a {
  background-color: rgba(186, 201, 219, 0.95) !important;
  color: #3a73ba !important; }

/* root: hover/persistence */
.nav-menu a:hover, .nav-menu a:focus, .nav-menu li:hover a {
  background: #d5e1ef; }

/* 2 */
.nav-menu li li a, .nav-menu li:hover li a {
  padding: 10px 15px;
  background-color: rgba(213, 225, 239, 0.95);
  color: #333;
  font-size: 14px;
  line-height: normal; }

/* 2: hover/persistence */
.nav-menu li:hover li > a:hover, .nav-menu li:hover li > a:focus, .nav-menu li:hover li:hover > a {
  background-color: rgba(186, 201, 219, 0.95);
  color: #3a73ba; }

/* 3 */
.nav-menu li:hover li:hover li a {
  background-color: rgba(213, 225, 239, 0.95); }

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover, .nav-menu li:hover li:hover li a:focus, .nav-menu li:hover li:hover li:hover a {
  background-color: rgba(186, 201, 219, 0.95);
  color: #3a73ba; }

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
  background-color: rgba(213, 225, 239, 0.96); }

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover, .nav-menu li:hover li:hover li:hover li a:focus {
  background-color: rgba(213, 225, 239, 0.96); }

/* vertical */
.nav-vertical {
  max-width: 220px; }

.nav-vertical ul {
  top: 0;
  left: -9999px; }

.nav-vertical li {
  width: 100%;
  float: none; }

.nav-vertical li:hover > ul {
  left: 100%; }

/*******************************************************************************************************************
CALENDAR
*******************************************************************************************************************/
.calendar_select {
  font-size: 25px; }

.calendar_select .year {
  font-weight: bold;
  padding: 0 10px; }

.btn_year, .btn_month {
  cursor: pointer;
  color: #ccc;
  padding: 0 5px; }
  .btn_year:hover, .btn_month:hover {
    color: #666; }

.caltabs {
  float: right; }

.caltabs div {
  width: 50px;
  height: 13px;
  line-height: 13px;
  background: #eeeeee url("/src/img/cal_btn_grad.png") repeat-x bottom left;
  float: left;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c3c3c5;
  color: #3974ba; }

.caltabs div.active {
  background-color: #6d9fd0;
  color: #fff; }

.calendar .month {
  width: 24%;
  height: 150px;
  float: left;
  border-top: 1px solid #e0e0e0;
  margin: 0 0.5% 0 0.5%;
  padding: 1px;
  overflow: hidden; }
  .calendar .month h4 {
    cursor: pointer; }
    .calendar .month h4:hover {
      text-decoration: underline; }

.calendar h4 {
  padding: 5px;
  color: #666;
  font-size: 15px;
  margin: 0; }

.calendar .month a, .calendar .day a, .dayinfo a {
  display: block;
  margin-bottom: 2px;
  padding: 0 5px;
  background: #eee;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.calendar a.col1, .dayinfo a.col1, span.col1 {
  background: #3974b6; }

.calendar a.col2, .dayinfo a.col2, span.col2 {
  background: #7dbe88; }

.calendar a.col3, .dayinfo a.col3, span.col3 {
  background: #9c9602; }

.calendar a.col4, .dayinfo a.col4, span.col4 {
  background: #7dbe88;
  background: #c41f30; }

.calendar a.col5, .dayinfo a.col5, span.col5 {
  background: #c3af00;
  background: #01216a; }

#legend {
  margin-top: 5px; }

#legend span {
  color: #fff;
  padding: 1px 4px;
  font-size: 12px; }

.calendar .detail {
  position: absolute;
  background: #fff;
  border: 1px solid #9a9a9a;
  padding: 2px 5px;
  display: none; }

a.callink:hover {
  text-decoration: none; }

#form_calendar {
  margin-bottom: 20px; }

/******************************************************************************************************************
Monthview
*/
.calendar {
  border-bottom: 1px solid #e0e0e0; }

.calendar .day {
  height: 100px;
  width: 13.28%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0.5% 0 0.5%;
  padding: 1px;
  overflow: hidden; }
  .calendar .day.today {
    background: cornsilk; }

.daynames .day {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  text-transform: uppercase; }

/******************************************************************************************************************
Small Calendar
*/
.smallcalendar_select img {
  vertical-align: -2px; }

.smallcalendar_select .year {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px; }

.smallcalendar {
  background: #e9edf0;
  padding: 5px; }
  .smallcalendar h4 {
    font-size: 12px; }

.smallcalendar .buttonbox {
  padding-top: 10px;
  text-align: center; }

.eventsbox .smallcalendar {
  padding-top: 110px !important; }

.eventsbox .smallcalendar h3 {
  margin-bottom: 20px; }

.smallcalendar .day {
  height: 30px;
  float: left;
  border: 1px solid #eee;
  margin: 0 -1px -1px 0;
  padding: 2px;
  background: #f7f9fa;
  width: 14.5%;
  overflow: visible; }

.smallcalendar .daynames .day {
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #666; }

.smallcalendar .corner {
  background: #f7f9fa url("/src/img/corner.png") no-repeat right top;
  cursor: pointer;
  position: relative; }

.smallcalendar .dayinfo {
  display: none;
  position: absolute;
  z-index: 200;
  background: url("/src/img/cal_top.gif") no-repeat right top;
  cursor: auto;
  right: -15px;
  width: 250px;
  padding-top: 13px; }

.smallcalendar .dayinfo_cnt {
  background: white;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px; }

.smallcalendar .dayinfo_cnt a {
  padding: 3px 5px; }

.smallcalendar .dayinfo h5 {
  color: #3b73b9;
  font-size: 11px;
  margin-bottom: 5px;
  white-space: nowrap; }

.smallcalendar .dayinfo h5 a {
  background: none;
  color: #3b73b9;
  display: inline;
  margin-left: 20px; }

.smallcalendar .dayinfo #calclose {
  float: right;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  cursor: pointer; }

.smallcalendar .smallmonthview, .smallcalendar #form_calendar {
  margin: 0 auto; }

.smallcalendar .smallmonthview {
  margin-bottom: 5px; }

/******************************************************************************************************************
Nav Calendar
*/
.navcalendar {
  padding: 3px;
  margin-top: 20px; }

.navcalendar .day {
  width: 15px;
  height: 14px;
  padding: 1px;
  font-weight: normal;
  font-size: 9px;
  overflow: hidden; }

.navcalendar h4 {
  font-weight: normal;
  text-align: right;
  font-size: 9px; }

.navcalendar h3 {
  font-size: 12px; }

.navcalendar h5 {
  text-align: center; }

.navcalendar .daynames .day {
  text-align: center;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: normal; }

.navcalendar {
  cursor: pointer;
  padding-top: 5px; }

.navcalendar .smallmonthview {
  width: 128px;
  padding-bottom: 2px; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #666;
  font-family: GEInspiraSans, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; }

#body {
  position: relative; }

a {
  color: #595194; }

#all {
  width: 100%;
  overflow-x: hidden;
  min-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

#header {
  background: #fff;
  padding-top: 10px; }
  #header.sticky #nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
  #header.sticky .stickySearch {
    display: block; }
  #header.sticky #btnPartnerPortal {
    margin-right: 50px; }
  #header #btnPartnerPortal {
    margin-top: 6px;
    z-index: 1000;
    position: absolute;
    right: 0; }

#headerTop {
  height: 35px;
  position: relative; }

#headerMain {
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  height: 120px;
  position: relative; }
  #headerMain #logo {
    position: absolute;
    left: 10px;
    top: 20px;
    font-family: GEInspiraSans;
    font-size: 24px; }
    #headerMain #logo img {
      height: 70px;
      width: 70px; }
    #headerMain #logo:hover {
      text-decoration: none; }
  #headerMain #clublogo {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 350px;
    height: 65px;
    font-family: GEInspiraSans;
    font-size: 45px;
    color: #595194;
    text-align: right; }
    #headerMain #clublogo span {
      font-size: 22px;
      line-height: 35px;
      position: relative;
      top: -15px;
      margin-right: -5px; }
  #headerMain #clublogopole {
    position: absolute;
    right: 0;
    top: 52px;
    width: 200px;
    height: 13px;
    line-height: 13px;
    font-family: GEInspiraSans;
    font-size: 17px;
    color: #595194;
    text-align: right; }

#headerCnt {
  background: #dedaf2;
  height: 180px;
  position: absolute;
  top: 0;
  width: 100%; }
  #headerCnt .box_content {
    padding: 0;
    width: 1080px;
    margin: 0 auto; }
  #headerCnt #navBreadcrumb {
    background: #e8e6f2;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #999; }
    #headerCnt #navBreadcrumb a {
      color: #666; }
    #headerCnt #navBreadcrumb .fa {
      margin: 0 10px; }
    #headerCnt #navBreadcrumb span {
      color: #999; }

#nav {
  height: 40px;
  width: 100%;
  background: #e8e6f2;
  z-index: 20; }

#box_head {
  height: 220px;
  padding: 20px;
  background-position: center bottom;
  background-color: #585657;
  background-repeat: no-repeat; }

#main, #main_admin {
  position: relative;
  background-color: #FFFFFF; }

#sliderBox {
  background: #dedaf2;
  height: 660px;
  position: relative; }
  #sliderBox hr {
    margin: 90px auto 0 auto;
    width: 100%;
    max-width: 1060px; }
  #sliderBox #slider {
    overflow: hidden;
    height: 470px;
    position: relative;
    z-index: 1; }
    #sliderBox #slider.flexslider .flex-direction-nav a {
      opacity: 1;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 30px;
      font-size: 0;
      text-align: center;
      line-height: 65px; }
      #sliderBox #slider.flexslider .flex-direction-nav a:before {
        color: rgba(0, 0, 0, 0.2); }
    #sliderBox #slider .flex-direction-nav .flex-prev {
      left: -80px; }
    #sliderBox #slider .flex-direction-nav .flex-next {
      right: -80px; }
    #sliderBox #slider ul.slides li {
      position: relative;
      height: 470px; }
      #sliderBox #slider ul.slides li.dark .cnt .block {
        color: #595194; }
        #sliderBox #slider ul.slides li.dark .cnt .block h2, #sliderBox #slider ul.slides li.dark .cnt .block h3 {
          color: #595194; }
          #sliderBox #slider ul.slides li.dark .cnt .block h2 a, #sliderBox #slider ul.slides li.dark .cnt .block h2 a:link, #sliderBox #slider ul.slides li.dark .cnt .block h2 a:hover, #sliderBox #slider ul.slides li.dark .cnt .block h3 a, #sliderBox #slider ul.slides li.dark .cnt .block h3 a:link, #sliderBox #slider ul.slides li.dark .cnt .block h3 a:hover {
            color: #595194; }
      #sliderBox #slider ul.slides li img.bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0; }
      #sliderBox #slider ul.slides li .cnt {
        position: relative;
        z-index: 1;
        max-width: 1080px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        padding-top: 65px; }
        #sliderBox #slider ul.slides li .cnt .block {
          display: block;
          color: #fff;
          width: 600px;
          font-size: 20px; }
          #sliderBox #slider ul.slides li .cnt .block a:hover, #sliderBox #slider ul.slides li .cnt .block a:active {
            text-decoration: none; }
          #sliderBox #slider ul.slides li .cnt .block h2 {
            color: #fff;
            font-size: 60px;
            line-height: 60px;
            margin-bottom: 30px; }
            #sliderBox #slider ul.slides li .cnt .block h2 a, #sliderBox #slider ul.slides li .cnt .block h2 a:link, #sliderBox #slider ul.slides li .cnt .block h2 a:hover {
              color: #fff; }
          #sliderBox #slider ul.slides li .cnt .block h3 {
            color: #fff;
            font-size: 30px;
            line-height: 30px; }
            #sliderBox #slider ul.slides li .cnt .block h3 a, #sliderBox #slider ul.slides li .cnt .block h3 a:link, #sliderBox #slider ul.slides li .cnt .block h3 a:hover {
              color: #fff; }
          #sliderBox #slider ul.slides li .cnt .block p {
            margin-bottom: 30px; }
          #sliderBox #slider ul.slides li .cnt .block .banner {
            width: 450px; }
  #sliderBox #carousel {
    position: absolute;
    top: 400px;
    z-index: 2;
    width: 1080px;
    margin: 0 auto; }
    #sliderBox #carousel ul.slides li {
      border: 2px solid #fff;
      box-shadow: 5px 5px 10px -5px #000;
      transition: all .5s ease-in-out;
      transform: scale(0.8);
      cursor: pointer;
      background: #000;
      position: relative; }
      #sliderBox #carousel ul.slides li.flex-active-slide {
        transform: scale(1); }
        #sliderBox #carousel ul.slides li.flex-active-slide img, #sliderBox #carousel ul.slides li.flex-active-slide h4 {
          opacity: 1; }
      #sliderBox #carousel ul.slides li img {
        opacity: 0.5; }
      #sliderBox #carousel ul.slides li h4 {
        display: block;
        position: absolute;
        color: #fff;
        top: 20px;
        left: 20px;
        opacity: 0.5; }
      #sliderBox #carousel ul.slides li.dark h4 {
        color: #333; }
    #sliderBox #carousel .flex-viewport {
      height: 160px; }
    #sliderBox #carousel.flexslider .flex-direction-nav a {
      opacity: 1;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 30px;
      font-size: 0;
      text-align: center;
      line-height: 65px;
      top: 40%; }
      #sliderBox #carousel.flexslider .flex-direction-nav a:before {
        color: rgba(0, 0, 0, 0.2); }
    #sliderBox #carousel .flex-direction-nav .flex-prev {
      left: -70px; }
    #sliderBox #carousel .flex-direction-nav .flex-next {
      right: -70px; }
    #sliderBox #carousel.flexslider:hover .flex-direction-nav .flex-prev {
      left: -70px; }
    #sliderBox #carousel.flexslider:hover .flex-direction-nav .flex-next {
      right: -70px; }
  #sliderBox #counterBox {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    z-index: 10;
    top: 0; }
  #sliderBox #counter {
    background: #595194;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    width: 130px;
    height: 80px;
    line-height: 25px;
    padding: 10px 0;
    z-index: 10;
    font-size: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 5px 10px -5px #000;
    text-align: center; }
    #sliderBox #counter ul {
      list-style: none;
      padding: 0;
      margin-bottom: 5px;
      overflow: hidden; }
      #sliderBox #counter ul li {
        display: inline-block;
        background: linear-gradient(#000 0%, #666 50%, #000 100%);
        color: #fff;
        padding: 6px 2px;
        margin: 0 1px 0 0;
        height: 35px; }
    #sliderBox #counter h4 {
      color: #fff;
      margin: 0; }

.flexslider {
  border: 0;
  background: none; }

.flex-control-nav {
  display: none; }

.content {
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto; }

#boxHome {
  top: -50px;
  position: relative; }

#boxHomeLeft .list .item {
  min-height: 350px; }

#homelinks {
  background: #edf2f5 url("/src/img/shadow4.png") repeat-x;
  padding: 50px 0;
  color: #999; }
  #homelinks h2 {
    font-size: 30px;
    font-weight: normal;
    border-bottom: 2px solid #e1e1e1; }
  #homelinks .col1 h2 {
    color: #595194; }
  #homelinks .col2 h2 {
    color: #219ad3; }
  #homelinks .col3 h2 {
    color: #215aa7; }
  #homelinks ul {
    font-size: 18px;
    list-style: none;
    padding: 0; }
    #homelinks ul li {
      padding: 5px 0; }
      #homelinks ul li a {
        color: #999; }

#box_img {
  height: 500px;
  overflow: hidden; }
  #box_img .nivoSlider img {
    width: 1280px; }

#navPath {
  height: 40px;
  background: #ececec;
  padding: 0 100px;
  color: #4f4f4f;
  line-height: 40px; }
  #navPath a, #navPath a:link, #navPath a:visited, #navPath a:hover {
    color: #4f4f4f;
    text-decoration: none; }

nav#top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
  position: absolute;
  right: 0; }
  nav#top ul li {
    float: left;
    vertical-align: middle;
    margin-right: 10px; }
    nav#top ul li a, nav#top ul li span {
      padding: 5px 10px;
      color: #4d4d4d; }
      nav#top ul li a.button, nav#top ul li span.button {
        color: #fff; }
      nav#top ul li a.button3, nav#top ul li span.button3 {
        color: #595194; }
      nav#top ul li a:hover, nav#top ul li span:hover {
        text-decoration: none; }
    nav#top ul li a.contact {
      padding-right: 10px; }
    nav#top ul li a.active {
      color: #595194; }
    nav#top ul li.m20 {
      margin-left: 20px; }
    nav#top ul li.profile:hover {
      background: #efefef;
      background: rgba(202, 219, 235, 0.9);
      position: relative; }
    nav#top ul li div {
      width: 220px;
      background: #efefef;
      background: rgba(202, 219, 235, 0.9);
      z-index: 1010;
      position: absolute;
      left: -999em;
      min-height: 170px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
      nav#top ul li div ul {
        padding: 15px;
        position: static; }
        nav#top ul li div ul li {
          float: none;
          padding: 5px 8px; }
          nav#top ul li div ul li:before {
            line-height: 12px;
            color: #333; }
          nav#top ul li div ul li a {
            padding: 0; }
          nav#top ul li div ul li:hover, nav#top ul li div ul li.active {
            color: #fff; }
            nav#top ul li div ul li:hover:before, nav#top ul li div ul li.active:before {
              color: #fff; }
            nav#top ul li div ul li:hover a, nav#top ul li div ul li.active a {
              color: #fff; }
    nav#top ul li:hover div {
      left: 0; }
  nav#top ul li {
    margin: 0; }
    nav#top ul li a, nav#top ul li span {
      display: inline-block;
      cursor: pointer; }
      nav#top ul li a.filled, nav#top ul li span.filled {
        background: #595194;
        text-decoration: none; }
        nav#top ul li a.filled:hover, nav#top ul li span.filled:hover {
          background: #4d4680;
          text-decoration: none; }
      nav#top ul li a i, nav#top ul li span i {
        font-size: 18px; }
    nav#top ul li span.name {
      cursor: auto; }
    nav#top ul li.search .button {
      margin: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      padding: 0 12px; }
    nav#top ul li.search input.searchterm {
      border: 1px solid #ccc;
      border-bottom-left-radius: 13px;
      border-top-left-radius: 13px;
      border-right: none;
      margin: 0;
      background: #efefef;
      position: relative;
      right: -4px;
      top: -1px;
      padding: 1px 15px; }

nav#top .button {
  padding: 0 20px;
  margin-left: 10px; }

nav#top ul.left {
  position: absolute;
  left: 100px; }

div.search {
  position: absolute;
  right: 60px;
  top: 40px;
  width: 180px; }
  div.search.libhome {
    right: 10px; }
  div.search.right {
    right: 10px; }
  div.search input.searchterm {
    width: 150px; }

div.filter {
  position: absolute;
  right: 200px;
  top: 78px;
  width: 200px; }
  div.filter select {
    max-width: 160px; }

#headerCnt div.search {
  top: 78px; }

.warning {
  color: red; }

.smaller {
  font-size: 70%; }

.stickySearch {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1002;
  width: 40px;
  overflow: hidden;
  transition: width 0.5s; }
  .stickySearch:hover {
    width: 250px;
    transition: width 0.5s; }
    .stickySearch:hover .button {
      background: #595194;
      color: #fff !important;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .stickySearch:hover input.searchterm {
      right: -4px; }
  .stickySearch form {
    width: 300px;
    float: right;
    text-align: right; }
  .stickySearch .button {
    width: 40px;
    margin: 0;
    padding: 0 12px; }
  .stickySearch input.searchterm {
    border: 1px solid #ccc;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    border-right: none;
    margin: 0;
    background: #fff;
    position: relative;
    right: -3px;
    top: -1px;
    padding: 1px 15px; }

/*******************************************************************************************************************
GENERAL STUFF
*******************************************************************************************************************/
.fbr, .ebr, .tbr {
  display: none; }

#selector {
  min-height: 64px; }
  #selector select.form-control {
    width: auto;
    display: inline-block;
    margin: 0 10px; }
  #selector .sector {
    display: inline-block;
    margin-bottom: 30px;
    white-space: nowrap;
    min-width: 150px; }

.serialbox {
  border-top: 1px solid #aaa;
  margin-bottom: 15px; }
  .serialbox div {
    border-bottom: 1px solid #aaa;
    padding: 5px 0; }

.myvoluson #selector {
  min-height: 0; }

label.error {
  display: none;
  color: red;
  padding-left: 5px;
  font-size: 14px; }

.imgbox {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  padding: 5px 0; }

#imgUnit {
  width: 200px;
  height: 200px; }

/*******************************************************************************************************************
MAINNAV
*******************************************************************************************************************/
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#nav nav {
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative; }

#navMain {
  height: 40px;
  list-style: none;
  position: relative;
  z-index: 999; }
  #navMain ul {
    padding: 0;
    margin: 0 0 0 -1px;
    list-style: none;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px; }
  #navMain li:hover div, #navMain li.sfhover div {
    left: auto; }
  #navMain li > div {
    padding: 20px;
    background-color: rgba(207, 202, 235, 0.9);
    z-index: 110;
    position: absolute;
    border-top: 0;
    left: -999em;
    min-height: 175px; }
    #navMain li > div > div {
      padding: 0 120px 0 0; }
    #navMain li > div h3 {
      margin-bottom: 10px;
      font-size: 20px;
      text-transform: uppercase; }
    #navMain li > div img {
      width: 100px;
      height: 100px;
      position: absolute;
      right: 20px; }
  #navMain a {
    display: block; }
  #navMain li {
    float: left;
    background: none;
    white-space: nowrap; }
    #navMain li li {
      float: none;
      line-height: 18px;
      margin: 0;
      padding: 0; }
      #navMain li li a:link, #navMain li li a:visited {
        height: 20px;
        line-height: 20px;
        color: #333;
        height: auto;
        overflow: visible;
        text-indent: 0;
        padding: 3px 0;
        margin: 0;
        text-transform: none; }
      #navMain li li a:hover {
        text-decoration: none;
        background: none;
        color: #fff; }
      #navMain li li:active a, #navMain li li.active a {
        color: #fff; }
    #navMain li a:link, #navMain li a:visited {
      text-transform: uppercase;
      height: 40px;
      line-height: 40px;
      display: block;
      color: #595194;
      padding: 0 10px; }
    #navMain li a:hover {
      text-decoration: none;
      background: #c8c3e5; }
  #navMain li.ve_mobile {
    display: none !important; }

.navbar-nav > li > a {
  line-height: 34px; }

#navMain .currentItem > a:link,
#navMain .currentItem > a:visited,
#navMain .currentItem > a:active {
  background: #c8c3e5; }

/*******************************************************************************************************************
LINKS BUTTONS FORMS
*******************************************************************************************************************/
.content a:link, .content a {
  color: #595194;
  text-decoration: none;
  cursor: pointer; }
  .content a:link.button, .content a.button {
    color: #fff; }

.content a:visited {
  color: #595194;
  text-decoration: none; }

.content a:hover {
  text-decoration: underline; }

.content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
  text-decoration: none; }

.content a.button:hover {
  text-decoration: none; }

.content a.download, .content span.download {
  background: transparent url("/src/img/icn_download.gif") no-repeat scroll 0 0;
  padding-left: 30px; }

.content #ctabs a {
  color: #fff; }
  .content #ctabs a.active, .content #ctabs a:active {
    color: #595194; }
    .content #ctabs a.active:hover, .content #ctabs a:active:hover {
      color: #fff; }

.memberbuttons {
  float: right; }
  .memberbuttons .fa {
    color: #595194; }
  .memberbuttons .fa {
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 5px; }

.mm-slideout {
  z-index: auto; }

.mm-navbar {
  font-size: 20px; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #595194; }

ul.mm-listview {
  margin: 20px 0 0 -20px; }

a:focus, img:focus, embed:focus, object:focus, button:focus, input:focus {
  outline: none; }

.button, .content a.button, .content a.button:link, .content a.button:focus {
  color: #fff;
  background: #595194;
  padding: 0 30px;
  height: 26px;
  line-height: 30px;
  display: inline-block;
  border-radius: 13px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover, .content a.button:hover, .content a.button:link:hover, .content a.button:focus:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(108, 98, 179, 0.4);
    background: #6c62b3;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .button i.fa, .content a.button i.fa, .content a.button:link i.fa, .content a.button:focus i.fa {
    margin-right: 5px; }

.covid .button {
  background: rgba(0, 0, 0, 0.5); }
  .covid .button:hover {
    background: #6c62b3; }

a.button:focus {
  color: #fff;
  background: #595194;
  text-decoration: none; }

.buttonBig {
  height: 34px;
  line-height: 38px;
  border-radius: 17px;
  font-size: 17px; }

.buttonSmall {
  height: 22px;
  line-height: 24px;
  border-radius: 11px;
  font-size: 12px;
  padding: 0 15px; }

.button2 {
  background: #b0accd; }

.button3 {
  background: #e7e5f0;
  color: #595194; }

.buttonGrey, a.buttonGrey {
  background: #ccc;
  color: #4d4d4d; }
  .buttonGrey:hover, .buttonGrey:active, .buttonGrey:focus, a.buttonGrey:hover, a.buttonGrey:active, a.buttonGrey:focus {
    text-decoration: none;
    color: #fff;
    background: #aaa; }

.buttonOrange {
  background: none;
  background-image: linear-gradient(#ea7c16, #e5961b);
  color: #fff; }
  .buttonOrange:hover, .buttonOrange:active, .buttonOrange:focus {
    background-image: linear-gradient(#fc8e16, #f3a31b) !important;
    color: #fff !important; }

.buttonWhite {
  background: #ffffff;
  color: #595194 !important; }
  .buttonWhite:hover, .buttonWhite:active, .buttonWhite:focus {
    background: #595194;
    color: #fff !important; }

.form-horizontal label {
  font-weight: normal;
  margin: 0;
  height: 34px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js, .mainvideo video {
  border: 1px solid #dce1e5;
  background-color: #fff; }

/*******************************************************************************************************************
HOME
*******************************************************************************************************************/
#box_head_home {
  height: 380px;
  padding: 0 30px; }

.ul {
  list-style: none;
  padding-left: 10px; }
  .ul li {
    position: relative;
    padding-left: 10px;
    line-height: 16px;
    margin-bottom: 15px; }
    .ul li:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      content: "\f0c8";
      color: #b0accd;
      left: -10px;
      position: absolute; }

td.left {
  width: 150px; }

ul.angle {
  list-style: none;
  padding: 10px; }
  ul.angle li {
    position: relative;
    padding-left: 5px;
    line-height: 16px;
    margin-bottom: 10px; }
    ul.angle li:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      content: "\f101";
      color: #b0accd;
      left: -10px;
      position: absolute; }
    ul.angle li a:hover {
      text-decoration: underline; }

ul.std {
  list-style: none;
  padding-left: 0; }

.p20 {
  padding: 20px;
  display: inline-block; }

.share {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }
  .share .sharecenter {
    width: 240px;
    margin: 0 auto; }
  .share .likes {
    padding-top: 5px;
    width: 70px;
    font-family: Helvetica neue, arial;
    float: left;
    width: 120px;
    text-align: center;
    font-size: 17px;
    color: #666666; }
    .share .likes .likecnt {
      font-size: 50px;
      line-height: 50px;
      font-weight: 700; }
  .share .views {
    padding-top: 5px;
    width: 70px;
    font-family: Helvetica neue, arial;
    float: left;
    width: 120px;
    text-align: center;
    font-size: 17px;
    color: #666666; }
    .share .views .viewcnt {
      font-size: 50px;
      line-height: 50px;
      font-weight: 700; }

.viewall {
  float: right;
  font-size: 16px;
  padding-right: 5px; }
  .viewall:hover {
    text-decoration: none; }

.tags {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  text-align: center; }
  .tags .tag {
    display: inline-block;
    margin: 0 5px; }

.lltags {
  text-align: center;
  margin-top: 20px; }
  .lltags .tag {
    display: inline-block;
    margin: 0 5px 10px 5px; }

.toptags {
  text-align: center; }
  .toptags .tag {
    display: inline-block;
    margin: 0 5px; }

.relatedArticles {
  margin-top: 50px; }
  .relatedArticles h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 30px; }
  .relatedArticles .related {
    position: relative;
    margin: 0 10px; }
    .relatedArticles .related .flex-direction-nav a {
      opacity: 0.5;
      width: 40px;
      height: 40px;
      background: #ddd;
      color: #fff;
      border-radius: 20px;
      font-size: 0;
      text-align: center;
      line-height: 45px;
      top: 40%;
      -moz-transition: all 0.5 linear;
      -webkit-transition: all 0.5 linear;
      -o-transition: all 0.5 linear;
      transition: all 0.5 linear; }
      .relatedArticles .related .flex-direction-nav a:before {
        color: rgba(0, 0, 0, 0.2);
        font-size: 20px; }
      .relatedArticles .related .flex-direction-nav a:hover {
        opacity: 1;
        -moz-transition: all 0.5 linear;
        -webkit-transition: all 0.5 linear;
        -o-transition: all 0.5 linear;
        transition: all 0.5 linear; }
    .relatedArticles .related .flex-direction-nav .flex-prev {
      left: -40px; }
    .relatedArticles .related .flex-direction-nav .flex-next {
      right: -40px; }
    .relatedArticles .related .list .item {
      max-width: 215px;
      margin: 0;
      margin-right: 10px; }
      .relatedArticles .related .list .item .teaser {
        display: none; }

.addthis_inline_share_toolbox_ua3y {
  max-width: 750px;
  float: right; }

.at4-jumboshare .at4-count-container {
  min-width: 100px !important; }

.fancybox-slide > * {
  padding: 0; }

.fancybox-iframe {
  background: #000; }

.loginbox, .memberbox {
  background: linear-gradient(#dfe4e7, rgba(223, 228, 231, 0));
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 35px; }
  .loginbox h2, .memberbox h2 {
    background: #595194;
    color: #fff;
    height: 50px;
    line-height: 55px;
    padding: 0 15px;
    margin: 0;
    font-size: 22px; }
  .loginbox form.login, .memberbox form.login {
    padding: 20px; }
    .loginbox form.login .form-group label, .memberbox form.login .form-group label {
      font-weight: normal;
      text-transform: uppercase;
      margin: 0;
      padding-left: 10px; }
    .loginbox form.login .form-check label, .memberbox form.login .form-check label {
      font-weight: normal; }
  .loginbox label, .memberbox label {
    font-weight: normal; }

.ssologinbox {
  text-align: center; }

#pageloginbox {
  text-align: center;
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 80px auto;
  padding: 30px 0; }
  #pageloginbox .loginbox {
    margin: 80px auto 0 auto; }

#hamburger {
  display: none; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #595194; }

.myvolusonbox, .eventsbox, .localnewsbox {
  background: linear-gradient(rgba(98, 89, 154, 0.2), rgba(98, 89, 154, 0));
  padding-bottom: 25px;
  background-repeat: no-repeat; }
  .myvolusonbox .img, .eventsbox .img, .localnewsbox .img {
    height: 130px;
    overflow: hidden; }
    .myvolusonbox .img img, .eventsbox .img img, .localnewsbox .img img {
      width: 100%; }
  .myvolusonbox .text, .eventsbox .text, .localnewsbox .text {
    padding: 20px 0; }
    .myvolusonbox .text h3, .eventsbox .text h3, .localnewsbox .text h3 {
      margin: 0 20px 20px 20px; }
  .myvolusonbox .cnt, .eventsbox .cnt, .localnewsbox .cnt {
    border-bottom: 1px solid #808080;
    padding: 10px 0; }
  .myvolusonbox .item, .eventsbox .item, .localnewsbox .item {
    padding: 0 20px;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .myvolusonbox .item h4, .eventsbox .item h4, .localnewsbox .item h4 {
      font-size: 18px;
      font-weigh: bold;
      margin: 0; }
    .myvolusonbox .item:hover, .eventsbox .item:hover, .localnewsbox .item:hover {
      background: rgba(98, 89, 154, 0.4); }
      .myvolusonbox .item:hover .cnt, .eventsbox .item:hover .cnt, .localnewsbox .item:hover .cnt {
        border-bottom: 2px solid rgba(98, 89, 154, 0.4);
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }
  .myvolusonbox a:hover, .eventsbox a:hover, .localnewsbox a:hover {
    text-decoration: none; }

.myvolusonright {
  background-size: 100% auto; }
  .myvolusonright .img {
    height: 250px;
    overflow: hidden; }
    .myvolusonright .img img {
      width: 100%; }

.navlist a, .navlist span {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  color: #808080; }
  .navlist a:hover, .navlist span:hover {
    text-decoration: none;
    color: #595194; }
  .navlist a.active, .navlist span.active {
    color: #595194; }

.eventsbox {
  padding-bottom: 0;
  background-size: 150% auto; }
  .eventsbox .cntEvents {
    background: linear-gradient(rgba(57, 83, 110, 0) 0%, rgba(57, 83, 110, 0) 20%, #39536e 50%);
    color: #fff;
    height: 100%;
    padding: 160px 20px 20px 20px; }
  .eventsbox h3 {
    color: #fff; }
  .eventsbox a, .eventsbox a:link, .eventsbox a:visited, .eventsbox a:hover {
    color: #fff; }
  .eventsbox ul.angle li {
    border-top: 1px solid #808080;
    padding-left: 20px;
    margin: 0;
    padding: 7px 15px; }
    .eventsbox ul.angle li:before {
      left: 0; }
  .eventsbox ul.angle li:before {
    color: #fff; }

.myvolusonbox {
  padding-bottom: 0;
  background-size: 100% auto; }
  .myvolusonbox .cntBlack {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 60%);
    color: #fff;
    height: 100%;
    padding: 200px 20px 20px 20px; }
  .myvolusonbox .img {
    position: relative;
    height: 130px;
    overflow: hidden; }
    .myvolusonbox .img img {
      display: block;
      position: absolute; }
    .myvolusonbox .img h3 {
      position: absolute;
      height: 40px;
      line-height: 40px;
      width: 100%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 0 15px;
      font-size: 18px;
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .myvolusonbox .img h2 {
      position: absolute;
      height: 50px;
      line-height: 50px;
      width: 100%;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 0 15px;
      font-size: 18px;
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .myvolusonbox .img h2 a {
        color: #fff; }
    .myvolusonbox .img:hover h2 {
      background: #595194;
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .myvolusonbox h3 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    padding: 0;
    margin: 0; }
  .myvolusonbox a, .myvolusonbox a:link, .myvolusonbox a:visited, .myvolusonbox a:hover {
    color: #fff; }
  .myvolusonbox ul.angle {
    padding: 10px 0; }
    .myvolusonbox ul.angle li {
      border-top: 1px solid #808080;
      padding-left: 20px;
      margin: 0;
      padding: 7px 15px; }
      .myvolusonbox ul.angle li:before {
        left: 0; }
  .myvolusonbox ul.angle li:before {
    color: #fff; }

.eventsbox {
  background: linear-gradient(rgba(169, 174, 180, 0.2), rgba(169, 174, 180, 0)); }
  .eventsbox h2 {
    background: #595194; }
  .eventsbox h3 {
    margin-bottom: 0; }
  .eventsbox .item:hover {
    background: rgba(169, 174, 180, 0.4); }
    .eventsbox .item:hover .cnt {
      border-bottom: 2px solid rgba(169, 174, 180, 0.4); }
  .eventsbox ul.angle {
    padding: 10px 0; }

.localnewsbox {
  background: linear-gradient(rgba(106, 122, 145, 0.2), rgba(106, 122, 145, 0)); }
  .localnewsbox h2 {
    background: #6a7a91; }
  .localnewsbox .item:hover {
    background: rgba(106, 122, 145, 0.4); }
    .localnewsbox .item:hover .cnt {
      border-bottom: 2px solid rgba(106, 122, 145, 0.4); }

.indexloginbox {
  float: none;
  position: absolute;
  right: 60px;
  top: 40px; }

h2.home {
  background: #D4DAE0;
  /* url("/src/img/dotline.gif") repeat-x; */
  padding: 2px 10px;
  color: #333;
  margin-bottom: 6px; }

.home_subheader {
  text-transform: uppercase;
  color: #333; }

.infobox {
  margin-bottom: 20px; }

#relatedlinks, .relatedlinks {
  background: #e9ecef url("/data/images/home/relatedlinks3.jpg") no-repeat 162px 10px;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 20px; }

.infobox h3 {
  color: #444; }

#relatedlinks h3, .relatedlinks h3 {
  margin-bottom: 10px; }

ul.home_news {
  background: url("/src/img/dotline.gif") repeat-x;
  margin-bottom: 20px; }

ul.home_news li {
  background: url("/src/img/dotline.gif") repeat-x 0 bottom;
  position: relative; }

.btn2 {
  clear: both;
  position: absolute;
  bottom: 10px;
  left: 130px; }

.infoboxblue h2 {
  margin-bottom: 10px;
  color: #444; }

.infoboxblue h3 {
  margin-bottom: 2px; }

.infoboxline {
  height: 1px;
  line-height: 1px;
  width: 181px;
  background: url("/src/img/bg_infobox.gif") no-repeat;
  margin-bottom: 10px; }

.appinfo {
  float: right;
  color: #aaa;
  font-style: italic;
  font-size: 12px; }

.applinesubh {
  margin-top: -18px;
  padding-bottom: 3px;
  margin-bottom: 20px; }

.learnmore {
  display: block;
  color: white;
  position: absolute;
  top: 310px;
  right: 50px;
  width: 86px;
  height: 21px;
  z-index: 100;
  background: url("/src/img/learnmore.png"); }

#appnews_video_header .learnmore {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px; }

#postittop {
  width: 131px;
  height: 50px;
  top: 130px;
  left: 20px;
  position: absolute;
  z-index: 100;
  background: url("/data/images/home/postit_top.png") 0 0 no-repeat; }

#postit {
  display: block;
  position: absolute;
  width: 146px;
  height: 154px;
  z-index: 101;
  top: 180px;
  left: 20px;
  background: url("/data/images/home/postit_bottom.png");
  cursor: pointer; }

#postit:hover {
  text-decoration: none; }

.cleft {
  clear: both;
  width: 420px;
  padding-right: 20px;
  float: left; }

.cright {
  width: 420px;
  padding-left: 20px;
  float: left; }

.homelocalnews li {
  border-bottom: 1px solid #E5E5E5;
  padding-left: 1px; }

.homelocalnews li:hover {
  background: #f1f1f1;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding-left: 0; }

.homelocalnews h1 {
  margin: 5px 0 0 0 !important;
  border: 1px solid #E5E5E5; }

.homelocalnews li a {
  display: block;
  background: url("/data/images/chevron.png") 5px 21px no-repeat;
  padding: 20px 20px 20px 25px;
  color: #666; }

.homelocalnews a:hover {
  text-decoration: none; }

/*
.homelocalnews .badge {
	padding: 0;
	font-size: 13px;
	border-radius: 0;
}
*/
.link_about a {
  color: #fff !important;
  font-size: 15px;
  position: relative;
  display: block;
  width: 160px;
  height: 35px;
  line-height: 35px;
  top: 120px;
  left: 95px; }

.course_right {
  float: right;
  width: 400px;
  margin: 0 0 20px 20px;
  background: #eee;
  padding: 20px;
  font-size: 15px; }
  .course_right img {
    width: 100%; }

.coursedate {
  padding-bottom: 10px; }

/*******************************************************************************************************************
CONTENT
*******************************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 40px;
  color: #595194;
  margin: 25px 0 25px 0;
  padding-bottom: 10px;
  font-weight: normal;
  line-height: 52px; }

h2 {
  font-size: 28px;
  line-height: 38px;
  color: #595194;
  font-weight: normal;
  margin-bottom: 30px; }

h3 {
  font-size: 26px;
  line-height: 28px;
  color: #595194;
  font-weight: normal;
  margin-bottom: 15px; }

h4 {
  font-size: 20px;
  line-height: 22px;
  color: #595194;
  margin-bottom: 15px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

#box_content, .box_content {
  padding: 40px 0 60px 0;
  width: 1080px;
  margin: 0 auto;
  min-height: 360px;
  position: relative; }

.mainCnt {
  padding-top: 100px; }

.box_detail, #box_detail {
  padding: 60px 80px;
  background: url(/src/img/shadow5.jpg) repeat-x; }

.box_description {
  padding: 40px;
  background: url(/src/img/shadow5.jpg) repeat-x; }

.detail {
  padding: 80px; }

.thumb {
  background: #eee;
  position: relative; }

.videocontainer-small .smallvideocontainer .smallvideocontent img.free, .videocontainer-medium .item .videoimg img.free {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 50px;
  height: 50px; }

.gallerybox:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

a.btnMemberImages:hover {
  text-decoration: none; }

.clear {
  clear: both; }

h1, h2, h3, h4
ul.admin li a.active, .info, #clublogo, #clublogopole,
.pagination > li > a, .pagination > li > span {
  color: #595194; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #595194;
  color: #fff !important; }

/*
TABS
*/
#ctabs {
  margin: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 0; }
  #ctabs li {
    float: left; }
  #ctabs li a {
    color: white;
    background: linear-gradient(#6c62b3, #595194);
    height: 50px;
    display: block;
    line-height: 50px;
    margin-right: 2px;
    padding: 0 30px 0 30px;
    text-decoration: none;
    -moz-transition: all 0.2 linear;
    -webkit-transition: all 0.2 linear;
    -o-transition: all 0.2 linear;
    transition: all 0.2 linear; }
  #ctabs li:last-child a {
    margin-right: 0; }
  #ctabs li a:hover {
    background: white;
    text-decoration: none;
    color: #333;
    -moz-transition: all 0.2 linear;
    -webkit-transition: all 0.2 linear;
    -o-transition: all 0.2 linear;
    transition: all 0.2 linear; }
  #ctabs a.active, #ctabs #ctabs a.active:hover {
    background: white;
    color: #333; }
  #ctabs.clinical-expertise li a {
    line-height: 15px;
    width: 160px;
    padding: 10px 15px 0 15px;
    height: 50px; }

.tbox {
  display: none;
  clear: both;
  padding-top: 20px; }

#box_1 {
  display: block; }

#static .ul {
  margin: 0 0 30px 0;
  list-style-type: none; }

#static .ul li {
  padding: 15px 20px 15px 30px;
  background: url("/src/img/checked.png") 0 20px no-repeat;
  margin-bottom: 5px;
  border-top: 1px solid #e5e5e5; }
  #static .ul li:before {
    content: ""; }

#static .tbox .left {
  width: 48%;
  float: left;
  margin-right: 4%; }

#static .tbox .right {
  width: 48%;
  float: left;
  text-align: left; }

#static h2 {
  font-size: 30px;
  color: #595194; }

#static img {
  margin-bottom: 20px; }

#static .gallerybox {
  background: #e6e6e6;
  width: 100%;
  padding: 10px;
  margin-right: 0;
  margin: 0 0 20px 0;
  font-size: 11px;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -transition: background 200ms ease-in-out; }

#static .gallerybox:hover {
  background: #cccccc; }

#static .gallerybox img {
  float: left;
  margin: 0 10px 0 0; }

#static .gallerybox h5 {
  margin-bottom: 10px; }

#static .gallerybox a.fancybox {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px; }

#static .gallerybox a img {
  float: none;
  margin: 0; }

.zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: 0; }

.zoomparent {
  display: block;
  position: relative; }

/*******************************************************************************************************************
NEWS LIST
*******************************************************************************************************************/
.list {
  display: flex;
  flex-wrap: wrap; }
  .list .item {
    position: relative;
    width: 24%;
    margin: 0 0.5% 50px 0.5%;
    padding-bottom: 30px;
    color: #595194;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background: linear-gradient(rgba(169, 174, 180, 0.2), rgba(169, 174, 180, 0)); }
    .list .item.active .videocontent {
      background: linear-gradient(#595194, #c8c3e5); }
      .list .item.active .videocontent h5 {
        color: #fff !important; }
    .list .item a {
      display: block;
      overflow: hidden;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .list .item a:hover {
        text-decoration: none;
        color: #6c62b3; }
    .list .item a.button {
      color: #fff; }
    .list .item:hover {
      background-color: rgba(169, 174, 180, 0.4);
      box-shadow: 0 0 10px 0 rgba(169, 174, 180, 0.4);
      -moz-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .list .item a.thumb {
      display: block; }
    .list .item img.thumb, .list .item .thumb img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      object-position: center; }
    .list .item h2 {
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 15px;
      height: 48px;
      overflow: hidden; }
    .list .item h3 {
      font-size: 22px;
      line-height: 24px;
      height: 48px;
      overflow: hidden;
      margin-bottom: 10px; }
    .list .item .text {
      padding: 20px;
      background: url("/src/img/shadow4.png") repeat-x;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .list .item .desc {
      padding: 10px 0; }

.items1 .item {
  width: 98%;
  margin: 0 1% 50px 1%; }

.items2 .item {
  width: 47%;
  margin: 0 3% 50px 0; }

.items3 .item {
  width: 31%;
  margin: 0 2.2% 50px 0; }

.type1, .type3 {
  background: linear-gradient(rgba(98, 89, 154, 0.2), rgba(98, 89, 154, 0));
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .type1 a.button, .type3 a.button {
    background: #62599a;
    color: #fff; }
  .type1:hover, .type3:hover {
    background-color: rgba(98, 89, 154, 0.5);
    box-shadow: 0 0 10px 0 rgba(98, 89, 154, 0.4);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .type1:hover a, .type1:hover h2, .type1:hover h3, .type1:hover a:visited, .type3:hover a, .type3:hover h2, .type3:hover h3, .type3:hover a:visited {
      color: #fff; }
    .type1:hover li:before, .type3:hover li:before {
      color: #fff; }

.type2, .type5 {
  background: linear-gradient(rgba(169, 174, 180, 0.2), rgba(169, 174, 180, 0));
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .type2 a.button, .type5 a.button {
    background: #a9aeb4;
    color: #fff; }
  .type2:hover, .type5:hover {
    background-color: rgba(169, 174, 180, 0.5);
    box-shadow: 0 0 10px 0 rgba(169, 174, 180, 0.4);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.type4 {
  background: linear-gradient(rgba(106, 122, 145, 0.2), rgba(106, 122, 145, 0)); }
  .type4 a.button {
    background: #6a7a91;
    color: #fff; }
  .type4:hover {
    background-color: rgba(106, 122, 145, 0.4);
    box-shadow: 0 0 10px 0 rgba(106, 122, 145, 0.4); }

.type44 {
  background: linear-gradient(rgba(188, 113, 92, 0.2), rgba(188, 113, 92, 0)); }
  .type44 a.button {
    background: #bc715c;
    color: #fff; }
  .type44:hover {
    background-color: rgba(188, 113, 92, 0.4);
    box-shadow: 0 0 10px 0 rgba(188, 113, 92, 0.4); }

.darkBox {
  background: #595194;
  padding: 20px;
  color: #fff; }

.center {
  text-align: center; }

.button.bottom {
  position: absolute;
  bottom: 10px;
  left: 20px; }

.bottom {
  display: block;
  position: absolute;
  bottom: 10px; }
  .bottom.right {
    right: 20px; }
  .bottom.left {
    left: 20px; }

.readmore {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px; }

#newsbox ul, .newsbox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  #newsbox ul li, .newsbox ul li {
    padding: 10px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.5s ease-out;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
    #newsbox ul li:hover, .newsbox ul li:hover {
      background: #eee; }
    #newsbox ul li .thumb, .newsbox ul li .thumb {
      margin-bottom: 10px;
      display: block; }
      #newsbox ul li .thumb img, .newsbox ul li .thumb img {
        width: 100%; }
    #newsbox ul li .download, .newsbox ul li .download {
      margin-bottom: 10px;
      font-size: 13px;
      text-align: center; }
  #newsbox ul.news3 li, .newsbox ul.news3 li {
    width: 32%; }
    #newsbox ul.news3 li:nth-child(3n+2), .newsbox ul.news3 li:nth-child(3n+2) {
      margin: 0 2% 20px 2%; }
  #newsbox ul.news4 li, .newsbox ul.news4 li {
    width: 25%; }

#newsbox.gallery li .text, .newsbox.gallery li .text {
  display: flex;
  flex: 1;
  align-items: flex-end; }

.newsdetail {
  margin-bottom: 100px; }

img.news {
  float: right;
  margin: 0 0 30px 30px;
  width: 400px; }

.pr0 {
  padding-right: 0; }

.pl0 {
  padding-left: 0; }

.pdf {
  position: relative;
  line-height: 20px; }
  .pdf:before {
    font-size: 16px;
    display: inline-block;
    padding-left: 8px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #b0accd;
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 5px;
    /*--adjust as necessary--*/ }

/*******************************************************************************************************************
NEWS DETAIL
*******************************************************************************************************************/
#boxIcons {
  width: 36px;
  float: right;
  position: relative;
  margin-right: -80px;
  z-index: 1; }
  #boxIcons #socialIcons {
    position: absolute; }
    #boxIcons #socialIcons.sticky {
      position: fixed;
      width: 36px;
      top: 103px;
      z-index: 100; }
  #boxIcons ul {
    list-style: none;
    padding: 0; }
  #boxIcons li {
    display: block;
    width: 36px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(to right, #f1f1f1, #fdfdfd);
    border: 1px solid #f1f1f1;
    border-top: 0;
    color: #595194;
    cursor: pointer;
    white-space: nowrap; }
    #boxIcons li.btnBookmarked, #boxIcons li.btnLiked {
      background: #595194;
      color: #fff; }
    #boxIcons li:hover {
      background: linear-gradient(to right, #d1d1d1, #dddddd); }
  #boxIcons a {
    display: block;
    width: 36px;
    height: 32px;
    line-height: 32px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #boxIcons a:hover {
      background: linear-gradient(to right, #d1d1d1, #dddddd);
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.popupVideo, .cookieCheck {
  position: relative; }

.play {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px; }

.modal-backdrop.fade {
  display: none; }

.liveBox {
  margin-bottom: 20px; }
  .liveBox img {
    width: 100%; }
    .liveBox img.play {
      width: 64px; }

.popover-content {
  width: 150px; }

a.author, a.author:hover {
  text-decoration: underline; }

.fa-thumbs-up.btnLike {
  cursor: pointer; }

.gallerylikebox {
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 20px;
  left: 15px; }
  .gallerylikebox .views {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0; }
  .gallerylikebox .likecontainer {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    padding: 5px 0; }

.fr {
  float: right; }

/*******************************************************************************************************************
FOOTER
*******************************************************************************************************************/
#box_footer {
  background: #585657;
  position: relative;
  z-index: 0; }

#footer, #footer2 {
  clear: both;
  padding: 2.8em 0pt;
  color: #eee;
  text-align: center;
  font-size: 14px; }

#footer ul {
  display: inline-block; }

#footer ul.admin-footer {
  display: none; }

#footer li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #CCCCCC;
  margin-right: 10px;
  padding-right: 10px; }

#footer li.last {
  border-right: none; }

#footer a {
  color: #eee;
  padding: 0; }

/*******************************************************************************************************************
SPECIALS
*******************************************************************************************************************/
#button_iamu2 {
  position: absolute;
  bottom: 32px;
  width: 115px;
  /*135px;*/
  height: 45px;
  right: 135px; }

#button_apple2 {
  position: absolute;
  bottom: 32px;
  width: 115px;
  height: 45px;
  right: 10px; }

#button_iamu2 img, #button_apple2 img {
  width: 115px; }

.clinicalthumbmobile {
  display: none; }

.iamu-ipad {
  display: none; }

.iamu-ipad a {
  display: inline-block;
  margin: 5px; }

.radio, .checkbox {
  display: inline; }

.btn_contact_1, .btn_contact_2 {
  background: url("/src/img/btn_contact_2.jpg");
  display: block;
  width: 380px;
  height: 49px;
  padding: 5px 15px 5px 65px;
  font-weight: bold;
  margin-bottom: 20px;
  vertical-align: middle; }

.btn_contact_1:hover, .btn_contact_2:hover {
  text-decoration: none; }

.btn_contact_1 {
  line-height: 40px;
  background: url("/src/img/btn_contact_1.jpg"); }

#btnPlusBox {
  display: none;
  position: absolute;
  right: -136px;
  top: 0;
  width: 160px;
  z-index: 100;
  padding-top: 35px; }

#btnPlusBox .likecount {
  width: 30px;
  float: right;
  text-align: right;
  padding-right: 5px; }

#btnPlusBox ul {
  list-style: none;
  padding: 0;
  background: #fff;
  box-shadow: 3px 3px 6px -3px #000;
  border-top: 1px solid #eee; }

#btnPlusBox ul li {
  margin: 0;
  line-height: 30px;
  background: url("/data/images/btnPlusBox.png") no-repeat;
  padding: 0;
  border-bottom: 1px solid #eee; }

#btnPlusBox ul li a {
  display: block;
  line-height: 30px;
  color: #666; }

#btnPlusBox ul li a:hover {
  text-decoration: none; }

#btnPlusBox ul li i {
  width: 24px;
  color: #fff;
  text-align: center;
  margin-right: 10px; }

#btnPlusBox ul li em {
  font-style: normal; }

.btnLike.active, .btnBookmark.active, .btnBookmarked.active {
  cursor: pointer; }

.btnLiked {
  color: #808080; }

#btnPlusBox ul li.btnLiked, #btnPlusBox ul li.btnBookmarked {
  background-repeat: repeat-x;
  color: #fff; }

.likecount {
  font-weight: bold; }

/*
.socialBox {
  padding-top: 5px;
}

.socialBox a, .socialBox span {
  display: inline-block;
  width: 24px;
  height: 24px;
}

#scBtnUser {
  background: url("/data/images/icon_user.png") no-repeat 0 0;
}

#scBtnUser:hover {
  background-position: 0 -24px;
}

#scBtnShare {
  background: url("/data/images/icon_share.png") no-repeat 0 0;
}

#scBtnShare:hover {
  background-position: 0 -24px;
}

#scBtnContact {
  background: url("/data/images/icon_contact.png") no-repeat 0 0;
}

#scBtnContact:hover {
  background-position: 0 -24px;
}

#scBtnPlus {
  background: url("/data/images/icon_plus.png") no-repeat 0 0;
}




#boxShare {
  display: none;
  width: 720px;
  height: 600px;
  font-size: 15px;
  font-weight: normal;
}

#boxShare h4 {
  margin-bottom: 0;
  font-weight: bold;
  color: #333;
}

#boxShare h2 {
  color: #333;
}

#boxShare .shareinfo {
  margin-bottom: 10px;
}

#boxShare .control-label {
  text-align: left;
  font-weight: normal;
}

#boxShare .form-group {
  margin-bottom: 5px;
}

#boxShare .form-control {
  border-radius: 0;
  padding: 2px 5px;
  border: 1px solid #808080;
}

#boxShare input.form-control {
  height: 28px;
}

#boxShare textarea {
  height: 74px;
  max-width: 400px;
}
*/
.fancyInline .fancybox-skin {
  border-radius: 0;
  padding: 30px; }

.fancyInline h1 {
  font-size: 35px;
  padding-bottom: 20px; }

.fancyInline .fancybox-skin img.contact {
  width: 330px;
  margin-left: 50px; }

.fancyInline .fancybox-close {
  top: 0;
  right: 0;
  background-image: url("/src/img/fancybox_sprite3.png"); }

.form-group .value {
  padding-top: 7px; }

#boxContact {
  width: 720px;
  height: 400px;
  overflow: auto; }

#boxContact h1 {
  font-size: 35px;
  padding-bottom: 20px; }

#imgContact {
  width: 330px;
  margin-left: 50px;
  margin-bottom: 20px;
  float: right; }

.parsley-required {
  color: red;
  font-size: 12px; }

.notification.sent {
  color: #ccc; }

.notification.active {
  color: #2b64c2;
  cursor: pointer; }

#header_top {
  overflow: visible; }

.worldwide i {
  font-size: 18px;
  margin-top: 3px;
  padding-left: 0; }

#boxClubselector {
  position: relative;
  left: 40px;
  top: 4px;
  background: #fff; }

#boxClubselector li {
  padding-top: 5px; }

#clubselector {
  position: relative;
  z-index: 10;
  text-align: right; }

#clubselector span {
  cursor: pointer; }

#clubselector ul {
  display: none; }

#clubselector:hover ul {
  text-align: left;
  display: block;
  padding-top: 2px;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

#clubselector:hover ul li {
  display: block;
  background: #fff;
  float: none;
  line-height: 20px;
  font-size: 13px; }

#clubselector:hover ul li:last-child {
  padding-bottom: 5px; }

#clubselector:hover ul li b {
  padding: 5px 20px 5px 10px;
  font-weight: normal; }

#clubselector:hover ul li a {
  font-size: 13px;
  padding: 5px 20px 5px 10px;
  text-decoration: none; }

#clubselector:hover ul li a:hover {
  color: #595194; }

#clubselector:hover ul li a i {
  font-size: 12px;
  padding-right: 3px; }

ul.news.library {
  background: #f0f0f0; }

ul.news.library > li {
  margin: 0;
  width: 290px;
  background: #f0f0f0; }

ul.news.library > li:hover {
  background: #e5e5e5; }

ul.news.library .thumb {
  width: 100%;
  background: none;
  text-align: center;
  border: 0;
  background: #d4d4d4;
  background: -webkit-linear-gradient(#f7f7f7, #d4d4d4);
  background: -o-linear-gradient(#f7f7f7, #d4d4d4);
  background: -moz-linear-gradient(#f7f7f7, #d4d4d4);
  background: linear-gradient(#f7f7f7, #d4d4d4);
  padding-top: 20px;
  box-shadow: inset 0 8px 8px -8px #666; }

ul.news.library .thumb img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

ul.news.library .text {
  padding: 0 15px; }

ul.news.library h3 {
  font-size: 14px;
  margin-bottom: 5px; }

.changeallpoles {
  background: #808080;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  color: #fff; }

.siteid {
  font-weight: bold;
  color: #666;
  font-size: 20px; }

#memberType {
  text-align: center; }

#memberType img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #aaa;
  margin-bottom: 20px; }

#memberType a {
  width: 100%;
  height: 55px; }

#memberType a#btnNoncustomer {
  line-height: 45px; }

#memberType .infotext {
  padding-top: 20px;
  text-align: center; }

@media (max-width: 1023px) {
  .iamu-pc {
    display: none; }
  .iamu-ipad {
    display: block; } }

#infoline {
  height: 40px;
  line-height: 40px;
  color: #333;
  position: relative;
  z-index: 10000; }
  #infoline .text {
    text-align: center;
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px; }

#cookieinfo {
  background: #525252;
  border-top: 2px solid #89a2ba;
  padding: 100px 0;
  line-height: 20px;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%; }
  #cookieinfo .text {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px; }
  #cookieinfo .buttons {
    padding-top: 5px;
    float: right;
    text-align: right; }
  #cookieinfo .desc {
    float: left; }
    #cookieinfo .desc a {
      color: #eee;
      text-decoration: underline; }

#infoline {
  background: #feef00;
  font-weight: bold !important; }

#loginModal .modal-dialog, #cookieModal .modal-dialog {
  width: 400px;
  max-width: 95%; }

.mobile {
  display: none; }

.cookieswitch {
  opacity: 0.5;
  float: right;
  font-size: 28px; }
  .cookieswitch.marketing {
    opacity: 1;
    cursor: pointer; }
    .cookieswitch.marketing.fa-toggle-on {
      color: green; }

/*******************************************************************************************************************
TIPS & TRICKS
*******************************************************************************************************************/
#askexpert_head {
  color: #666;
  /*background: url("/src/img/dotline.gif") repeat-x 0 bottom;*/
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.whitebox {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 10px;
  text-align: left; }

.bluebox {
  background: #595194;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 10px; }

#askexpert_head h1 {
  background: 0; }

.bluebox .button {
  float: right; }

.bluebox textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 5px; }

.bluebox option {
  padding: 1px; }

#askexpert_faq ul li {
  padding: 10px 0; }

#askexpert_faq ul li h3 {
  margin: 3px 0 5px 0; }

#askexpert_faq #detail h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px; }

#askexpert_faq #detail p#units {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0; }

#askexpert_faq #detail .button {
  display: block;
  margin: 0 auto; }

#askexpert_question {
  background: #eeeeee;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px; }

#askexpert_question h2 {
  font-size: 14px;
  padding: 5px 0; }

#askexpert_rightbox h2 {
  color: #fff; }

#askexpert_question textarea {
  width: 560px;
  height: 100px;
  margin: 10px 0; }

img.header {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  vertical-align: top; }

.mostviewedfaq {
  background: #eee;
  padding: 10px; }

.boxExc {
  background: #f5f5f5;
  border-radius: 25px; }

.boxExcCnt {
  padding: 20px; }

.boxExcCnt h3 {
  text-align: center; }

#iamuinfohome {
  background: url("/src/img/banner_start_2.png") no-repeat 0 0;
  width: 960px;
  height: 290px;
  position: relative;
  margin: 30px auto; }

#iamuinfohome p {
  width: 350px;
  position: absolute;
  top: 60px;
  left: 340px; }

/*******************************************************************************************************************
ADMIN
*******************************************************************************************************************/
#admin {
  padding-top: 30px; }
  #admin h1 {
    margin: 0;
    font-size: 30px;
    line-height: 32px; }
  #admin h2 {
    margin: 20px 0;
    font-size: 26px;
    line-height: 28px; }

/*******************************************************************************************************************
USER SETTINGS
*******************************************************************************************************************/
.boxUserdata {
  border-top: 3px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  min-height: 150px; }

.boxUserdata .leftBox {
  width: 151px;
  border-right: 1px solid #e5e5e5;
  height: 100%;
  min-height: 150px;
  position: absolute;
  left: 0;
  top: 0; }

.boxUserdata .rightBox {
  margin-left: 150px;
  padding: 20px 20px 0 20px; }

.boxUserdata.homepage {
  margin-bottom: 20px;
  border: 0; }

.boxUserdata .userimage {
  max-width: 150px;
  max-height: 150px; }

.boxChangeUserdata li {
  border-bottom: 1px solid #e5e5e5; }

.userdataButtons {
  text-align: right;
  margin-bottom: 10px; }

ul.userdata {
  list-style: none; }

ul.userdata li {
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0; }

ul.userdata li .left {
  font-weight: bold;
  border: none; }

ul.userdata div {
  float: left; }

td.green {
  background: url("/src/img/icn_checked.gif") no-repeat; }

.usertype {
  cursor: pointer;
  margin-left: 20px;
  padding: 0; }

.socialicons {
  margin-bottom: 10px; }
  .socialicons a {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 16px;
    display: inline-block;
    margin: 5px; }
    .socialicons a:hover {
      background: #eee;
      color: #585657 !important; }

/*******************************************************************************************************************
SPECIAL PAGES
*******************************************************************************************************************/
@media (min-width: 768px) {
  .myvoluson #box_detail.box_myvoluson {
    padding: 40px 20px 40px 40px;
    min-height: 600px; }
  .myvoluson #boxHomeRight {
    background: #fff;
    padding-right: 0; }
  .myvoluson #headerCnt {
    background: none; }
    .myvoluson #headerCnt .box_content {
      width: 1060px; }
    .myvoluson #headerCnt #navBreadcrumb {
      background: none;
      margin-bottom: 100px; }
      .myvoluson #headerCnt #navBreadcrumb span {
        color: #ddd; }
      .myvoluson #headerCnt #navBreadcrumb a {
        color: #fff; }
  .myvoluson #box_detail {
    margin-top: 0; }
  .myvoluson h1 {
    color: #fff;
    border-bottom: none; }
  .myvoluson .mainCnt {
    padding-top: 160px; }
  .myvoluson #box_head {
    background-position: center top;
    height: 594px; }
  .myvoluson #main {
    margin-top: -594px;
    background: none; } }

/*******************************************************************************************************************
LOCALNEWS
*******************************************************************************************************************/
ul.newdata {
  list-style: none;
  padding: 0; }

ul.newdata li {
  margin-bottom: 15px;
  word-wrap: break-word; }

ul.newdata li.course {
  margin-bottom: 3px; }

.newdata input.text, .newdata textarea, #headline, #teaser, input#link {
  width: 100%;
  padding: 2px; }

.newdata textarea#text {
  height: 250px; }

.localevents {
  background: #f2f2f2;
  padding: 3px;
  margin-bottom: 15px; }

.localevents h4 {
  background: #ccc !important;
  color: #595194; }

label.newsleft {
  display: block;
  float: left;
  width: 200px;
  padding: 3px 10px 3px 10px; }

input.right {
  width: 400px;
  text-align: left; }

/*
.newdata textarea {
height: 300px;
}
*/
.newdata input.date {
  width: 120px; }

label.top {
  display: block;
  line-height: 24px; }

#localnewsedit h4 {
  padding: 3px 5px;
  background: #f2f2f2;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 18px; }

#localnewsedit h5 {
  margin: 10px 0 5px 0;
  margin-right: 10px; }

img.ui-datepicker-trigger {
  vertical-align: top;
  cursor: pointer; }

#localnewsedit .thumb {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  border: 1px solid #ccc;
  margin-right: 5px;
  background: no-repeat center; }

#localnewsedit .thumb260 {
  width: 260px;
  height: 150px; }

#countryselectbox select {
  width: 100px; }

input#file, input#image {
  width: auto !important;
  background: none; }

#newscountries {
  position: absolute;
  width: 130px;
  overflow: auto;
  overflow: auto;
  right: 105px;
  border: 1px solid #ccc;
  background: white;
  padding: 3px;
  line-height: 15px; }

.newscountries {
  cursor: pointer; }

#newscountries .h {
  background: #e0e0e0;
  height: 8px;
  line-height: 8px; }

select#language {
  padding: 0;
  width: 120px; }

select#language option {
  padding: 2px; }

.icnCase {
  padding: 2px;
  margin-top: 5px; }

.icnCase img {
  vertical-align: -4px; }

/*******************************************************************************************************************
SUBNAV
*******************************************************************************************************************/
#sub_navigation .navContainer {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: GEInspira;
  font-size: 13px; }

ul.navAdmin {
  list-style: none;
  padding-left: 10px; }

#sub_navigation .navAdmin {
  width: 200px;
  float: left; }

.navAdmin li {
  padding: 1px 0; }

#sub_navigation li {
  list-style: none;
  margin: 0; }

#sub_navigation li ul {
  padding-left: 10px;
  font-size: 11px; }

#sub_navigation li ul ul {
  padding-left: 25px;
  font-size: 10px; }

#sub_navigation li a:link, #sub_navigation li a:visited {
  color: #333333;
  line-height: 18px; }

#sub_navigation li a:hover {
  color: #595194;
  text-decoration: none; }

#sub_navigation li a.currentItem:link, #sub_navigation li a.currentItem:visited {
  background: #595194;
  color: #fff;
  padding: 3px;
  border-radius: 3px; }

#sub_navigation .subnavHeader {
  font-weight: bold;
  color: #333; }

#sub_navigation li.header {
  font-weight: bold;
  margin-top: 5px; }

.gallerytext {
  margin-bottom: 40px; }

.tab {
  display: block;
  float: left;
  width: 106px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(#dfe4e7, rgba(223, 228, 231, 0.5)); }

.tabsel {
  line-height: 36px;
  color: #fff !important;
  background: #595194; }

.btn_region, .btn_pole {
  display: block;
  float: left;
  width: 110px;
  border: 1px solid #808080;
  margin: 0 4px 4px 0;
  text-align: center;
  background-color: #eee;
  color: #808080;
  cursor: pointer;
  font-size: 13px; }

.region_sel, .pole_sel {
  background-color: #ccc;
  color: black; }

#btn_region_all, #btn_region_sel, #btn_pole_all, #btn_pole_sel {
  background-color: #ced8e4; }

#btn_region_all.region_sel, #btn_region_sel.region_sel,
#btn_pole_all.pole_sel, #btn_pole_sel.pole_sel {
  background-color: #acbdd2; }

#box_country {
  height: 450px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px; }
  #box_country h3 {
    font-size: 18px;
    margin-bottom: 0; }

#box_country ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 10px; }

#box_country .sel {
  background-color: #e9d03d; }

#box_country li {
  padding: 3px 10px;
  margin: 1px 0;
  background: #eee; }

#box_country li input {
  display: none; }

.endfloat {
  clear: both;
  height: 1px;
  line-height: 1px; }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

button#next, button.next {
  margin: 20px 0; }

#box_step2 img {
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 3px; }

.box_unit {
  float: left;
  width: 84px;
  padding: 2px 0;
  margin: 0 16px 10px 0;
  text-align: center;
  font-size: 12px; }

.box_unit_voluson, .box_unit_vivid {
  width: 124px; }

.box_unit div {
  width: 84px;
  line-height: 16px;
  height: 16px;
  background: url("/src/img/btn_unitselect.gif") 0 0 no-repeat; }

.box_unit_voluson div, .box_unit_vivid div {
  width: 124px;
  background: url("/src/img/btn_unitselect_120.gif") 0 0 no-repeat; }

#box_step2 .unitsel div {
  background-position: 0 -16px;
  color: white; }

#box_step2 .unitsel img {
  border: 1px solid #595194; }

.box_unit input {
  vertical-align: middle; }

#admin ul.userdata {
  list-style: none; }

#admin ul.userdata li {
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0; }

#admin ul.userdata li .left {
  font-weight: bold;
  border: none; }

#admin ul.userdata div {
  float: left; }

#admin ul.admin {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  margin-bottom: 20px; }

#admin ul.admin-right {
  position: absolute;
  right: 0; }

#admin ul.admin-left {
  position: absolute;
  left: 0; }

#admin ul.admin li {
  font-size: 11px;
  float: left;
  vertical-align: middle;
  margin-left: 10px; }

#admin ul.admin li a {
  padding: 5px 10px;
  color: #4d4d4d;
  font-size: 11px; }

#admin ul.admin li a.contact {
  padding-right: 10px; }

#admin ul.admin li a.btn {
  padding: 3px 10px;
  margin-top: -4px; }

#admin .tab {
  display: block;
  float: left;
  width: 106px;
  height: 30px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/src/img/tab.gif"); }

#admin .tabsel {
  background-position: 0 -30px;
  line-height: 36px;
  color: #8b7210 !important; }

#admin #tab_userdata_1 {
  background-image: url("/src/img/tab_userdata.gif"); }

#admin #tab_userdata_2 {
  background-image: url("/src/img/tab_adminpages.gif"); }

#admin #tab_userdata_3 {
  background-image: url("/src/img/tab_adminrights.gif"); }

#admin #tab_userdata_4 {
  background-image: url("/src/img/tab_admincountries.gif"); }

/******************************************************************************/
.statcount {
  cursor: pointer; }

.statcountids {
  display: none;
  position: absolute;
  background: #fff;
  padding: 3px;
  border: 1px solid #cccccc; }

.statcol_m, .statcol_d {
  background-color: #ccc;
  width: 20px;
  color: white; }

.this_m, .this_d {
  background-color: #3b73b9; }

.statcol_d {
  width: 15px; }

.btnstat {
  padding: 3px;
  border: 1px solid #ccc; }

a.btnstat:focus {
  border: 1px solid #ccc; }

.statsel, a.statsel:link, a.statsel:visited {
  background-color: #3b73b9;
  color: white; }

#months a:link, .months a:visited {
  color: #666; }

#months a:hover, #days a:hover {
  text-decoration: none; }

a.sersort {
  text-align: center;
  padding: 0 2px 0 1px;
  font-size: 9px;
  color: #666; }

.sersort1 {
  border: 1px solid #3b73b9; }

.sersort2 {
  border: 1px solid #33cc00; }

.sersort3 {
  border: 1px solid #ffd400; }

.sersort4, .sersort5, .sersort6, .sersort7, .sersort8 {
  border: 1px solid #ff0000; }

.voices .portraits img {
  display: block;
  margin: 20px auto; }

.voices .box {
  border: 1px solid #ccc;
  background: #eee;
  text-align: center;
  margin-bottom: 50px; }

.voices h3 {
  padding-top: 50px; }

.voices table.data {
  background-color: #eee;
  background-image: none;
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%; }

.voices .img img {
  width: 100%;
  margin-bottom: 50px; }

.pubmed {
  margin-bottom: 30px; }

.admintable a.icon {
  color: #999; }

.admintable td {
  padding: 8px 3px !important; }

.editicon {
  padding: 8px 3px !important; }

.showonphone {
  cursor: pointer;
  color: red; }
  .showonphone.active {
    color: green; }

.learning-library-home {
  color: #595194; }

tr.head {
  font-weight: bold; }

.attention {
  background: #EEEEEE;
  padding: 30px;
  margin-bottom: 20px; }

.attention em {
  font-weight: bold; }

.certificates .courses a {
  display: block;
  border: 2px solid #595194;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative; }
  .certificates .courses a:hover {
    background: #595194;
    text-decoration: none;
    color: #fff;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .certificates .courses a.active {
    color: #fff;
    background: #595194; }
    .certificates .courses a.active:after {
      content: "\f105";
      font-family: FontAwesome;
      right: 10px;
      position: absolute;
      top: 4px;
      font-size: 25px;
      color: #fff; }

.fancybox-container {
  font-family: GEInspiraSans, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif; }

.mytrainings {
  background-color: #edf0f2; }
  .mytrainings tbody {
    background: #fff; }
  .mytrainings .icon {
    margin-left: 10px; }

#request-training input[type='radio'] {
  vertical-align: 2px; }

li.fld span.active {
  background: orange;
  color: #fff;
  padding: 3px;
  border-radius: 3px; }

.participents h2 {
  margin: 20px 0 10px 0; }

.participents .table > thead > tr > th {
  border: 0; }

.participents .table .icon {
  background: #eee;
  color: #595194;
  border-radius: 5px;
  margin-left: 5px;
  padding: 5px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .participents .table .icon:hover {
    background: #595194;
    color: #eee;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none; }

.participents .name {
  color: #595194; }

#membermsg {
  margin: -5px 0 5px 0; }

.ui-widget {
  font-size: 14px; }

.ui-state-active {
  background: #6c62b3 !important;
  border: none !important; }

.ui-autocomplete {
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto; }

.ui-menu .ui-menu-item-wrapper {
  white-space: nowrap;
  text-overflow: ellipsis; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0; }

.nestsortable, .notsortable {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nestsortable ul, .notsortable ul {
    list-style: none; }

.pageloginbox {
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto; }

body.app {
  background: linear-gradient(#b0accd, #595194); }
  body.app .appButton {
    display: block;
    padding: 17px 0 13px 0;
    background: linear-gradient(#fff, #e7e5f0);
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #595194;
    width: 100%;
    border: 0; }
    body.app .appButton:hover {
      text-decoration: none; }
    body.app .appButton:focus, body.app .appButton:active {
      text-decoration: none; }
  body.app .appButtonBox {
    padding: 20px;
    text-align: center;
    color: #fff; }
  body.app .appLoginBox {
    padding: 20px;
    text-align: center;
    color: #fff; }
    body.app .appLoginBox .form-control {
      padding: 12px;
      height: auto;
      font-size: 18px; }
  body.app .error {
    color: red;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block; }
  body.app .appBackLink {
    font-size: 18px;
    color: white;
    font-weight: bold; }
  body.app .clubname {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    width: 100%; }

body.appvic {
  background: linear-gradient(#98b0d7, #3a73ba); }
  body.appvic .appButton {
    background: linear-gradient(#fff, #a7c0e1); }

.appButton2 {
  display: block;
  padding: 15px;
  background: linear-gradient(to right, #b0accd, #595194);
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
  border: 0;
  width: 100%; }
  .appButton2:hover {
    text-decoration: none; }
  .appButton2:focus, .appButton2:active {
    text-decoration: none; }

.appButton2Vic {
  background: linear-gradient(to right, #3a74ba, #98b0d7); }

#appcredentials {
  padding: 20px; }

#pp #nav {
  height: auto;
  background: rgba(89, 81, 148, 0.8); }
  #pp #nav.sticky {
    position: fixed;
    top: 0;
    background: #595194; }
  #pp #nav #navMain {
    height: 120px;
    overflow: hidden; }
    #pp #nav #navMain li {
      text-align: center;
      width: 94px; }
      #pp #nav #navMain li a {
        display: block;
        height: auto;
        padding: 10px;
        color: #fff;
        text-transform: none;
        line-height: normal;
        margin: 0 auto; }
        #pp #nav #navMain li a img {
          width: 75px;
          display: block;
          margin: 5px auto; }
      #pp #nav #navMain li a.active {
        padding: 3px 5px; }
        #pp #nav #navMain li a.active img {
          width: 85px; }

#pp #headerCnt {
  border: 1px solid #dedaf2; }

#pp.home {
  background: #adb6bb url("https://www.volusonclub.net/data/images/pp/bg_main.jpg") top center no-repeat;
  background-size: 1600px auto; }
  #pp.home .ppwelcome h1, #pp.home .ppwelcome h2, #pp.home .ppwelcome h3, #pp.home .ppnews h1, #pp.home .ppnews h2, #pp.home .ppnews h3 {
    color: #fff; }
  #pp.home .ppnews h2 {
    margin: 0; }
    #pp.home .ppnews h2 a, #pp.home .ppnews h2 a:link, #pp.home .ppnews h2 a:visited, #pp.home .ppnews h2 a:active {
      color: #fff;
      text-decoration: none; }
  #pp.home .list .item {
    background: linear-gradient(#f0f5fb, #c5cad0); }
  #pp.home .box_content {
    padding: 100px 0; }

#pp #nav li a.active, #pp #nav li a:hover {
  background: rgba(255, 255, 255, 0.3); }
  #pp #nav li a.active a:hover, #pp #nav li a:hover a:hover {
    background: none; }

#pp ul.nav {
  list-style: none;
  padding: 0; }
  #pp ul.nav ul {
    padding: 0; }
  #pp ul.nav li.active {
    background: #e8e6f2; }
  #pp ul.nav > li {
    font-weight: bold;
    border-bottom: none; }
  #pp ul.nav > li > ul {
    padding: 0;
    font-weight: normal; }
  #pp ul.nav > li > ul ul li {
    padding-left: 20px; }
  #pp ul.nav > li > ul ul li ul li {
    padding-left: 40px; }
  #pp ul.nav ul {
    list-style: none;
    border-top: 1px solid #595194; }
    #pp ul.nav ul:first-child {
      border-top: none; }
    #pp ul.nav ul li {
      border-bottom: 1px solid #ccc;
      position: relative; }
      #pp ul.nav ul li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: block;
        text-decoration: inherit;
        content: "\f105";
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        right: 5px;
        padding-top: 10px; }
      #pp ul.nav ul li.hasChildren {
        margin-top: -1px; }
        #pp ul.nav ul li.hasChildren:before {
          content: "\f106";
          font-size: 24px; }
        #pp ul.nav ul li.hasChildren li:last-child {
          border-bottom: 0; }
        #pp ul.nav ul li.hasChildren.open:before {
          content: "\f107"; }
      #pp ul.nav ul li a {
        display: block;
        color: #666;
        padding: 10px 5px 7px 5px; }
        #pp ul.nav ul li a:hover {
          text-decoration: none; }
      #pp ul.nav ul li .toggle {
        cursor: pointer;
        border-top: 1px solid #595194;
        color: #595194;
        padding: 10px 5px 7px 5px; }
    #pp ul.nav ul.closed {
      display: none; }

#pp.list .header {
  background: #666 url("https://www.volusonclub.net/data/images/pp/bg_overview.jpg") bottom center no-repeat;
  background-size: auto 340px;
  height: 340px;
  width: 100%; }
  #pp.list .header.voluson {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_voluson.jpg); }
  #pp.list .header.vivid {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_vivid.jpg); }
  #pp.list .header.logiq {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_logiq.jpg); }
  #pp.list .header.versana {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_versana.jpg); }
  #pp.list .header.venue {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_venue.jpg); }
  #pp.list .header.vscan {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_vscan.jpg); }
  #pp.list .header.abus {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_abus.jpg); }
  #pp.list .header.it {
    background-image: url(https://www.volusonclub.net/data/images/pp/header_units_it.jpg); }
  #pp.list .header h1 {
    margin-top: 90px; }
    #pp.list .header h1 a {
      color: #fff; }
      #pp.list .header h1 a:hover {
        text-decoration: none; }

#pp .pplist .ppitem {
  background: #f5f5f5;
  margin-bottom: 10px;
  position: relative; }
  #pp .pplist .ppitem .img {
    width: 150px;
    float: left; }
    #pp .pplist .ppitem .img img {
      width: 100%; }
  #pp .pplist .ppitem .date {
    float: right;
    padding: 10px;
    width: 170px;
    min-height: 80px;
    text-align: right;
    line-height: 16px; }
    #pp .pplist .ppitem .date i {
      font-size: 12px; }
  #pp .pplist .ppitem .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 125px;
    text-align: center; }
  #pp .pplist .ppitem .sendlink {
    right: 145px;
    width: 100px; }
  #pp .pplist .ppitem .text {
    padding: 10px;
    margin-left: 160px; }
    #pp .pplist .ppitem .text h2 {
      font-size: 20px;
      line-height: 24px;
      margin: 0; }

#pp #ppfilter {
  width: 100%;
  margin: 0;
  border: 1px solid #595194;
  border-radius: 0;
  height: 40px;
  font-size: 16px;
  line-height: 25px;
  color: #595194;
  background-image: linear-gradient(to bottom, #fff, #ccc); }

#sendLinkPopup {
  width: 400px;
  padding: 30px 40px;
  border-radius: 10px; }
  #sendLinkPopup h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
  #sendLinkPopup .button {
    line-height: 26px; }

#previewPopup {
  padding: 0 10px 10px 0;
  border-radius: 10px; }
  #previewPopup h4 {
    font-size: 16px;
    padding: 10px;
    margin: 0; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

#btnContactus {
  position: absolute;
  right: 0;
  width: 52px;
  top: 320px;
  padding: 7px 0 7px 7px;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1000; }
  #btnContactus span {
    display: block;
    background: rgba(0, 0, 0, 0.1); }
  #btnContactus img {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  #btnContactus:hover {
    width: 148px; }
  #btnContactus.sticky {
    top: 60px;
    position: fixed; }
  #btnContactus.msticky {
    top: 10px;
    position: fixed; }

#btnSwift {
  position: fixed;
  right: 0;
  bottom: 20px;
  cursor: pointer;
  transition: 1s ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10000;
  max-width: 95%; }
  #btnSwift img {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  #btnSwift:hover {
    right: 0 !important; }

.liveSlider {
  margin-bottom: 100px; }
  .liveSlider .item {
    position: relative;
    background-size: cover; }
    .liveSlider .item img {
      width: 100%; }
    .liveSlider .item article {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 100px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .liveSlider .item article h2 {
        color: #fff;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px; }
      .liveSlider .item article p {
        color: #fff;
        margin-bottom: 40px; }
      .liveSlider .item article .date {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 40px;
        position: relative; }
        .liveSlider .item article .date::after {
          content: "-";
          background: #dedaf2;
          height: 6px;
          width: 100px;
          border-radius: 5px;
          position: absolute;
          top: 30px;
          left: 0;
          color: rgba(0, 0, 0, 0); }
      .liveSlider .item article .buttonBig {
        height: 50px;
        line-height: 54px;
        border-radius: 25px;
        font-size: 25px;
        font-weight: bold; }
  .liveSlider .slick-next {
    right: 45px; }
  .liveSlider .slick-prev {
    left: 10px;
    z-index: 10; }
  .liveSlider .slick-prev:before, .liveSlider .slick-next:before {
    font-size: 50px;
    opacity: 0.5; }
  .liveSlider .slick-prev.slick-disabled:before, .liveSlider .slick-next.slick-disabled:before {
    opacity: 0; }

.welcome .right {
  padding: 60px;
  background: #e8e6f2;
  background: linear-gradient(0deg, rgba(176, 172, 205, 0) 0%, rgba(176, 172, 205, 0.5) 100%);
  mix-blend-mode: multiply;
  height: 100%; }

.welcome .ul li:before {
  content: "\f00c";
  color: #595194;
  left: -15px; }

#mktoForm_48700 {
  width: 400px !important; }

.mktoForm, .mktoModalContent {
  font-family: 'GEInspira', 'PT Sans', sans-serif !important; }

#mktoForm_48700 .mktoButton {
  color: #fff !important;
  background: #595194 !important;
  border: 0 !important;
  padding: 0.4em 1em;
  font-size: 1em;
  border-radius: 14px;
  width: 200px;
  box-shadow: none !important;
  background-color: #595194;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none; }

#mktoForm_48700 .mktoLabel, #mktoForm_48700 .mktoHtmlText, #mktoForm_48700 input[type='text'],
#mktoForm_48700 input[type='email'], #mktoForm_48700 input[type='tel'], #mktoForm_48700 select {
  width: 370px !important; }

#mktoForm_48700 .mktoFieldWrap {
  width: 100% !important; }

#mktoForm_48700 .mktoFieldWrap {
  height: auto !important; }

.mktoModal .mktoModalClose {
  background: #595194 !important;
  border: 0 !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  top: 5px !important;
  right: 5px !important;
  position: absolute;
  z-index: 1000; }

#mktoForm_48700 fieldset legend {
  margin: 0 0.2em 0.2em !important; }

#mktoForm_48700 .mktoFormRow:nth-child(10) .mktoFormCol {
  margin-left: 5px; }

#mktoForm_48700 .mktoOffset {
  height: 0.7em !important; }

#mktoForm_48700 .mktoButtonRow {
  width: 100%;
  text-align: center; }

#mktoForm_48700 .mktoButtonWrap {
  margin: 0 !important; }

@media only screen and (max-width: 480px) {
  #mktoForm_48700 {
    width: 95% !important; }
  #mktoForm_48700 .mktoLabel, #mktoForm_48700 .mktoHtmlText, #mktoForm_48700 input[type='text'],
  #mktoForm_48700 input[type='email'], #mktoForm_48700 input[type='tel'], #mktoForm_48700 select {
    width: 100% !important; }
  #mktoForm_48700 input[type='text'],
  #mktoForm_48700 input[type='email'], #mktoForm_48700 input[type='tel'], #mktoForm_48700 select {
    font-size: 15px; }
  #mktoForm_48700 .mktoButton {
    width: 100px; } }

#box_content.fixHeight {
  padding-top: 45px; }

/*.list .item:hover{*/
/*background: none !important;*/
/*}*/
/**********************************/
/**HELPER CLASSES******************/
/**********************************/
.nopadding {
  padding: 0; }

.p-r-0 {
  padding-right: 0; }

img.responsive {
  width: 100%;
  height: auto; }

.videoHelper_iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

.videoHelper_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.filetyp i {
  color: #595194;
  font-size: 13px; }

.ratio {
  position: relative; }

.ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.popover, .popover .popover-title, .popover .popover-content {
  color: #666 !important;
  font-size: 14px !important;
  text-transform: none !important;
  border-bottom: none !important; }

.popover-title {
  font-weight: bold; }

/**********************************/
/**VIDEO CLASSES*******************/
/**********************************/
.videocontent h5 {
  color: #595194 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  margin-bottom: 10px !important;
  line-height: 18px;
  height: 54px;
  overflow: hidden; }

.videocontent h5 a:link, .videocontent h5 a:visited {
  color: #595194 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  margin-bottom: 10px !important;
  display: block;
  flex-grow: 1; }

.videocontent h2 {
  color: #595194 !important;
  font-size: 24px !important;
  line-height: 26px;
  text-decoration: none !important;
  margin-bottom: 10px !important;
  display: block; }

.videocontent {
  font-size: 12px;
  color: #e5e5e5 !important;
  text-decoration: none; }

/**********************************/
/**LAST VIEWED VIDEOS**************/
/**********************************/
.lastviewed header {
  background-color: #595194;
  padding: 5px 10px;
  height: 35px;
  overflow: hidden; }

.lastviewed header h3 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px; }

.lastviewed header h3 a:link, .lastviewed header h3 a:visited {
  background-color: white;
  color: #595194;
  font-size: 12px;
  line-height: 22px;
  margin-top: 2px;
  height: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0px 10px;
  float: right; }

.lastviewed header h3 a:hover, .lastviewed header h3 a:active {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.7); }

.lastviewed .video-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d6e8+0,ffffff+100 */
  background: #d9d6e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9d6e8 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d9d6e8 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9d6e8 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d6e8', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  min-height: 515px;
  overflow: hidden; }

.lastviewed .video-container .row {
  border-bottom: 1px solid #bebec8;
  padding-bottom: 10px;
  margin: 0 10px 10px 10px;
  /*height:96px;*/
  overflow: hidden; }

.lastviewed .video-container .row div {
  /*height:85px;*/
  overflow: hidden; }

.lastviewed .iconType {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #595194;
  font-size: 15px; }

.lastviewed .video-container > .row {
  position: relative; }

.video-container a {
  text-decoration: none; }

/**********************************/
/**MAIN VIDEO**********************/
/**********************************/
.mainvideo .videocontent {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce1e5+0,ffffff+71 */
  background: #dce1e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dce1e5 0%, #ffffff 71%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dce1e5 0%, #ffffff 71%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dce1e5 0%, #ffffff 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce1e5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 1px solid #bebec8;
  min-height: 136px; }

.mainvideo.home .videocontent {
  min-height: 143px; }

.mainvideo .videocontent a {
  min-height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block; }

.mainvideo .videocontent a.button {
  min-height: 0;
  height: 30px;
  margin-bottom: 0;
  border-radius: 15px;
  float: left;
  margin-right: 15px;
  background: #4a9d46;
  font-size: 14px;
  line-height: 32px;
  padding: 0 15px; }

.mainvideo .views {
  float: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  color: #666; }

.mainvideo .likecontainer {
  float: right;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 30px;
  color: white;
  overflow: hidden; }

.mainvideo .likecontainer .btn-like {
  background-color: #595194;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 1px solid white;
  height: 30px;
  float: left;
  padding: 0 10px;
  line-height: 30px; }

.mainvideo .likecontainer .btn-like:hover {
  color: #b0abce;
  cursor: pointer; }

.mainvideo .likecontainer .likecount {
  background-color: #b0abce;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 30px;
  float: left;
  padding: 0 10px;
  line-height: 30px; }

/**********************************/
/**MEDIUM VIDEOS*******************/
/**********************************/
.videocontainer-medium {
  margin-top: 50px; }

.videocontainer-medium .item {
  padding-bottom: 0; }

.videocontainer-medium h3 {
  border-bottom: 3px solid #595194;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px; }

.videocontainer-medium h3 a:link, .videocontainer-medium h3 a:visited {
  color: white !important;
  font-size: 12px;
  line-height: 22px;
  margin-top: 2px;
  height: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0px 10px;
  float: right;
  background-color: #595194; }

.videocontainer-medium h3 a:hover, .videocontainer-medium h3 a:active {
  text-decoration: none !important;
  background-color: rgba(89, 81, 148, 0.7); }

.videocontainer-medium .item .videoimg {
  /*height:137px;*/
  /*overflow: hidden;*/
  position: relative; }

.videocontainer-medium .item .videoimg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 150px; }

.videocontainer-medium .item .videocontent {
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce1e5+0,ffffff+71 */
  background: #dce1e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dce1e5 0%, #ffffff 71%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dce1e5 0%, #ffffff 71%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dce1e5 0%, #ffffff 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce1e5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  /*height:120px;*/
  overflow: hidden; }

.videocontainer-medium .item .videocontent a {
  height: 80px;
  margin-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5; }

.videocontainer-medium .views {
  font-size: 13px;
  font-weight: bold;
  float: left;
  color: #666; }

.videocontainer-medium .likecontainer {
  font-size: 13px;
  font-weight: bold;
  float: right; }

.videocontainer-medium .likecontainer i {
  margin-right: 5px;
  float: left;
  display: block;
  color: #595194; }

.videocontainer-medium .likecontainer .likecount {
  float: left;
  color: #595194; }

.videocontainer-medium .likecontainer i:hover {
  color: #666;
  cursor: pointer; }

/**********************************/
/**SMALL VIDEOS********************/
/**********************************/
.videocontainer-small {
  margin-top: 30px; }

.videocontainer-small > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.videocontainer-small h3 {
  border-bottom: 3px solid #595194;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px; }

.videocontainer-small h3 a:link, .videocontainer-small h3 a:visited {
  color: white !important;
  font-size: 12px;
  line-height: 22px;
  margin-top: 2px;
  height: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0px 10px;
  float: right; }

.videocontainer-small.toprated h3 {
  color: #72206d;
  border-color: #72206d; }

.videocontainer-small.toprated h3 a {
  background-color: #72206d; }

.videocontainer-small.toprated h3 a:hover, .videocontainer-small.toprated h3 a:active {
  text-decoration: none !important;
  background-color: rgba(114, 32, 109, 0.7); }

.videocontainer-small.latest h3 {
  color: #139ad7;
  border-color: #139ad7; }

.videocontainer-small.latest h3 a {
  background-color: #139ad7; }

.videocontainer-small.latest h3 a:hover, .videocontainer-small.latest h3 a:active {
  text-decoration: none !important;
  background-color: rgba(19, 154, 215, 0.7); }

.videocontainer-small .smallvideocontainer {
  margin-bottom: 30px;
  padding-top: 10px;
  transition: all 0.5s linear;
  width: 16.65%; }

.videocontainer-small .smallvideocontainer:hover {
  background: #eee;
  transition: all 0.5s linear; }

.videocontainer-small .smallvideocontainer .smallvideocontent {
  margin: 0 -5px !important;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  /*height:100px;*/
  /*overflow: hidden;*/ }

.videocontainer-small .smallvideocontainer .smallvideocontent a.thumb {
  margin-bottom: 10px;
  display: block; }

.videocontainer-small .smallvideocontainer .smallvideocontent h5 {
  height: 48px;
  overflow: hidden;
  line-height: 16px;
  font-size: 16px;
  overflow: hidden; }

.videocontainer-small .smallvideocontainer .likebox {
  margin-bottom: auto; }

.videocontainer-small .smallvideocontainer .smallvideocontent img {
  width: 100%;
  height: 100px;
  display: block;
  object-fit: cover;
  object-position: center; }

.videocontainer-small .views {
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-top: 3px; }

.videocontainer-small .likecontainer {
  font-size: 13px;
  font-weight: bold;
  margin-top: 3px; }

.videocontainer-small .likecontainer i {
  margin-right: 5px;
  float: left;
  display: block;
  color: #595194;
  cursor: pointer; }

.videocontainer-small .likecontainer .likecount {
  float: left;
  color: #595194; }

.videocontainer-small.latest .likecontainer i:hover {
  color: #139ad7;
  cursor: pointer; }

.videocontainer-small.toprated .likecontainer i:hover {
  color: #72206d;
  cursor: pointer; }

@media (max-width: 1080px) {
  .list .item {
    position: relative;
    width: 32%;
    margin: 0 0.5% 50px 0.5%; }
  .box_content, #box_content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  #headerCnt .box_content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  #pp .list .item {
    width: 47%; } }

@media (max-width: 767px) {
  #all {
    min-width: 0;
    padding-top: 80px; }
  .loginbox, .memberbox {
    max-width: none; }
  .memberbox {
    display: none; }
  .eventsbox {
    display: block; }
  .mainCnt {
    padding-top: 0; }
  #headerCnt {
    position: static;
    height: auto; }
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  .toptags, .lltags {
    display: none; }
  img.news {
    float: none;
    margin: 0 0 30px 0;
    width: 100%; }
  #sliderBox #slider ul.slides li {
    overflow: hidden; }
    #sliderBox #slider ul.slides li img.bg {
      margin-left: -10%; }
    #sliderBox #slider ul.slides li .cnt .block {
      width: 100%; }
      #sliderBox #slider ul.slides li .cnt .block .banner {
        width: 60%; }
  .list .item {
    position: relative;
    width: 48%;
    margin: 0 1% 50px 1%; }
  #pp .list .item {
    width: 48%; }
  .course_right {
    float: none;
    width: 100%;
    margin: 0; }
  #headerTop, #nav {
    display: none; }
  #box_head {
    display: none; }
  #hamburger {
    display: block;
    margin-top: 18px; }
  .mm-panels > .mm-panel > .mm-listview {
    margin-right: 30px; }
  #boxIcons {
    display: none;
    margin-right: 0;
    position: fixed;
    right: -300px;
    z-index: 1;
    top: 48px; }
  .tags .tag {
    margin-bottom: 10px; }
  .course_right {
    margin-bottom: 50px; }
  .memberbuttons {
    float: none;
    margin: 0 auto 15px auto;
    padding-left: 93px; }
  #selector {
    min-height: 0; }
    #selector .sector {
      display: block;
      margin-bottom: 15px; }
      #selector .sector span {
        display: inline-block;
        width: 20%; }
    #selector select.form-control {
      width: 75%; }
  #navBreadcrumb {
    overflow: hidden; }
  .list .item img.thumb, .list .item .thumb img {
    height: 180px; }
  /* HEADER */
  #header {
    padding-top: 0; }
  #headerMain {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10001; }
    #headerMain #logo {
      top: 20px;
      left: 10px; }
      #headerMain #logo img {
        width: 40px;
        height: 40px; }
    #headerMain #clublogo {
      right: 80px;
      top: 10px;
      font-size: 35px;
      top: 15px;
      pointer-events: none; }
    #headerMain #clublogopole {
      top: 40px; }
  #carousel {
    display: none; }
  #counterBox {
    display: none; }
  #sliderBox {
    height: auto; }
    #sliderBox #slider {
      height: auto; }
      #sliderBox #slider .block p, #sliderBox #slider .block h3, #sliderBox #slider .block h4 {
        display: none; }
      #sliderBox #slider .block .button {
        margin-bottom: 40px; }
      #sliderBox #slider ul.slides li {
        height: 300px; }
        #sliderBox #slider ul.slides li .cnt {
          padding-left: 40px;
          padding-top: 25px; }
          #sliderBox #slider ul.slides li .cnt .block h2 {
            font-size: 40px; }
        #sliderBox #slider ul.slides li img.bg {
          width: auto;
          height: 100%; }
  a#btn_ve10 {
    display: none; }
  .box_content, #box_content {
    padding: 0 10px 20px 10px;
    min-height: 0; }
  .box_detail, #box_detail {
    padding: 40px 20px; }
  .relatedArticles .related .flex-direction-nav .flex-prev {
    left: 0px; }
  .relatedArticles .related .flex-direction-nav .flex-next {
    right: 0px; }
  .pr0 {
    padding-right: 15px; }
  .pl0 {
    padding-left: 15px; }
  .mainvideo .videocontent a {
    height: auto; }
  div.search {
    position: static;
    width: auto;
    margin-right: 50px; }
    div.search.libhome {
      margin-right: 0; }
    div.search input.searchterm {
      width: 100%; }
  #selector select.form-control {
    max-width: none !important; }
  .libraryhome div.search, div.search.libdetail {
    padding-left: 0; }
  .libraryhome div.filter {
    position: absolute;
    top: 0;
    left: 0;
    right: auto; }
    .libraryhome div.filter .or {
      display: none; }
  div.search.right, .learning-detail div.search {
    right: 20px;
    padding-left: 0; }
  div.search.libdetail {
    display: none; }
  .myvolusonright {
    display: none; }
  .mainvideo {
    margin-bottom: 50px; }
  .videocontainer-small .smallvideocontainer .smallvideocontent img {
    height: auto; }
  .videocontainer-medium .item .videoimg img {
    height: auto; }
  .lastviewed .video-container .row {
    width: 47%;
    float: left; }
  .lastviewed .video-container {
    min-height: 0; }
  .videocontainer-small .smallvideocontainer {
    width: 33%; }
  .videocontainer-small.latest {
    display: none; }
  .lastviewed .iconType {
    right: 10px; }
  #ctabs li {
    margin-bottom: 5px; }
  #ctabs li {
    width: 50%; }
  #ctabs.high li a {
    height: 65px;
    line-height: 20px;
    padding-top: 5px; }
  #ctabs li a.active {
    background: #eee; }
  .gallerylikebox {
    position: static; }
  .gallerytext {
    margin-bottom: 0;
    padding-bottom: 0; }
  #pageloginbox {
    max-width: 90%; }
  #cookieinfo {
    padding: 60px 0;
    bottom: 0;
    position: fixed;
    width: 100%; }
    #cookieinfo .buttons {
      float: none;
      text-align: center; }
    #cookieinfo .desc {
      float: none;
      padding-bottom: 25px; }
  .voices td, .voices th {
    display: block;
    padding: 3px; }
  .mm-listview {
    font-size: 18px;
    line-height: 24px; }
  #pp.home {
    background-color: #fff;
    background-size: 100% auto; }
    #pp.home .box_content {
      padding: 20px 10px; }
    #pp.home .ppnews h1, #pp.home .ppnews h2, #pp.home .ppnews h3 {
      color: #595194; }
    #pp.home h1 {
      font-size: 35px;
      line-height: 40px; }
    #pp.home .ppwelcome {
      height: 190px; }
  #pp.news .box_content {
    padding: 20px 10px; }
  #pp.list .header {
    background: #fff url("https://www.volusonclub.net/data/images/pp/bg_overview.jpg") bottom center no-repeat;
    height: 150px;
    background-size: 100% auto; }
    #pp.list .header.voluson {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_voluson.jpg); }
    #pp.list .header.vivid {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_vivid.jpg); }
    #pp.list .header.logiq {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_logiq.jpg); }
    #pp.list .header.versana {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_versana.jpg); }
    #pp.list .header.venue {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_venue.jpg); }
    #pp.list .header.vscan {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_vscan.jpg); }
    #pp.list .header.abus {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_abus.jpg); }
    #pp.list .header.it {
      background-image: url(https://www.volusonclub.net/data/images/pp/header_units_mobile_it.jpg); }
    #pp.list .header h1 {
      font-size: 30px;
      margin-top: 70px; }
      #pp.list .header h1 a {
        color: #fff; }
        #pp.list .header h1 a:hover {
          text-decoration: none; }
  #pp.list .navcol {
    display: none; }
  #pp.list .box_content {
    padding-top: 20px; }
  #pp.list #selector {
    margin-bottom: 20px; } }

@media (max-width: 559px) {
  body {
    font-size: 16px; }
  #sliderBox {
    height: auto; }
    #sliderBox #slider {
      height: auto; }
      #sliderBox #slider .block p {
        display: none; }
      #sliderBox #slider .block .button {
        margin-bottom: 40px; }
      #sliderBox #slider ul.slides li {
        height: 200px; }
        #sliderBox #slider ul.slides li .cnt {
          padding-left: 40px;
          padding-top: 25px; }
          #sliderBox #slider ul.slides li .cnt .block h2 {
            font-size: 30px;
            line-height: 40px; }
        #sliderBox #slider ul.slides li img.bg {
          width: auto;
          height: 100%; }
  .flex-control-nav {
    bottom: 0;
    display: block; }
  .list .item {
    position: relative;
    width: 98%;
    margin: 0 1% 50px 1%; }
  #pp .list .item {
    width: 98%; }
  .list .item img.thumb, .list .item .thumb img {
    height: auto; }
  #headerCnt div.search {
    top: 145px; }
    #headerCnt div.search .right {
      right: 20px; }
  .lastviewed .video-container .row {
    width: 100%;
    float: none; }
  .videocontainer-small .smallvideocontainer {
    width: 100%; }
  #ctabs li {
    width: 100%; }
  #static .tbox .left {
    width: 100%;
    float: none;
    margin-right: 0; }
  #static .tbox .right {
    width: 100%;
    float: none;
    text-align: left; }
  .share .views, .share .likes {
    display: none; }
  .boxUserdata .leftBox {
    display: none; }
  .boxUserdata .rightBox {
    margin-left: 0;
    padding: 20px 0 0 0; }
  .userdataButtons .button {
    margin-bottom: 20px; }
  #pp .pplist .ppitem {
    padding: 5px 5px 45px 5px; }
    #pp .pplist .ppitem .text h2 {
      font-size: 16px;
      line-height: 18px; }
      #pp .pplist .ppitem .text h2 a {
        color: #444; }
    #pp .pplist .ppitem .date {
      float: none;
      position: absolute;
      left: 5px;
      bottom: 5px;
      text-align: left;
      padding: 0;
      font-size: 14px; }
  #pp .ppnews h2 a, #pp .ppnews h2 a:link, #pp .ppnews h2 a:visited, #pp .ppnews h2 a:active {
    color: #595194 !important; }
  #sliderBox #slider ul.slides li .cnt .block h2 {
    margin-bottom: 10px; } }

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