﻿@charset "UTF-8";
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#sponsors {background: transparent; padding: 0; width: 200px; position: absolute; top: 0; left: 50%; z-index: 980; margin: 15px 0 0 585px;}

/* Navigation */
@media  (max-width: 575px) {
 #NAV-1233 {margin-right: 0px;}
 #NAV-1416 {margin-left: 0px;}
 #Slider {max-height: 150px; overflow: hidden; width: 200%; margin-top: 50px; align: center;}
 #dnn_sliderPane:before {
    height: 50px;
    top: 80px;
    right: auto;
    bottom: 0;
    transform: skewY(1.5deg);
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    z-index: 1;
    content: '';}
 #content-areas {padding: 20px 0;}
 .bstrap30 .nav-tabs {margin: 20px 0 20px 0; } 
  }
@media  (min-width: 576px) {
 #content-areas {padding: 0 0 20px 0; z-index: 2; position: relative;}  
}

.bstrap30 .tab-pane {border: none !important; padding: 0 !important;}
.tabsProC.dnnsharp-container {padding: 25px 15px 0 15px !important; border-right: 1px solid #CBCBCB; border-left: 1px solid #CBCBCB; border-bottom: 1px solid #CBCBCB;}

.form-group-BgInput input, .form-group-BgInput select {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-left: 5px !important;}
/* Portraits */
img.round {border-radius: 10px/*50%*/;}

/* Login */
.Login a, .Login a:link, .Login a:active, .Login a:visited {color: transparent;}
.Login a:hover, .Login a:focus {color: inherit;}

a, a:link, a:active, a:visited {color: #009BD5; text-decoration: underline;}
a:hover {color: #009BD5; text-decoration: none;}

/* Action Form */
.form-group-BgInput input,
.form-group-BgInput select			{border: 1px solid rgba(0, 0, 0, 0.15) !important; padding-left: 5px !important;}
.form-group-BgInputReadOnly			{margin-bottom: 5px !important;}
.form-group-BgInputReadOnly input	{background: none !important;  border: 0 !important;}
.FormLine 							{border-top: 1px dotted #000000; margin: 0; padding: 0;}
.bstrap3-material .alert-info 		{background-color: #FFFFFF !important; border-color: #FFFFFF !important; color: #656565 !important; -webkit-box-shadow: none !important; box-shadow: none !important; width: 100%; text-align: left !important;}
.SubTitle		{color: #147bbc; font-weight: bold; padding-top: 20px !important;}
.bstrap3-material .form-horizontal .control-label	{text-align: left !important;}
html .bstrap3-material .form-horizontal .control-label 	{color: inherit !important;}
.bstrap3-material .field-container {margin-bottom: 0px !important;}
.bstrap3-material p {margin: 0 !important;}

/* Action Grid */
.table th, .table td 				{padding: 0.25rem !important;}
.bg-danger:not(.navbar),
/*.bg-faded:not(.navbar), */
.bg-info:not(.navbar), 
.bg-inverse:not(.navbar),
.bg-primary:not(.navbar)
.bg-success:not(.navbar),
.bg-warning:not(.navbar) {padding: .5rem; margin-top: .5rem; margin-bottom: .5rem;}
.colorpicker {z-index: 1200 !important;}
/*.bstrap30 a:hover {color:#0088CE !important; text-decoration: underline !important;}*/
.bstrap30 .table.angrid-grid td {vertical-align: top !important;}
div.angrid td {cursor: default !important;}
.field-container:before {display: block !important;}


#GalleryTop {height: 189px; overflow: hidden;}

a.PubLink:link,
a.PubLink:link p 	{text-decoration: none !important; color: #212529 !important;}
a.PubLink:link h3	{text-decoration: none !important; color: #009BD5 !important;}
a.PubLink:hover 	{text-decoration: none !important; color: inherit !important;}
a.PubLink:visited 	{text-decoration: none !important; color: #212529 !important;}

.AdminPanel a,
.AdminPanel a:link, 
.AdminPanel a:active, 
.AdminPanel a:visited {color: #FFFFFF; text-decoration: none;}
.AdminPanel a:hover {color: #FFFFFF; text-decoration: none;}
.AdminPanel .fa {padding-top: 3px;}

.HeaderLinks a,
.HeaderLinks a:link, 
.HeaderLinks a:active, 
.HeaderLinks a:visited {color: #FFFFFF; text-decoration: none;}
.HeaderLinks a:hover {color: #FFFFFF; text-decoration: none;}
.HeaderLinks .fa {color: #FFFFF; padding-top: 3px;}
.HeaderLinks .fa.pull-left {margin-right: .6em;}
.btn-info2 {background-color: #009BD5; border-color: #009BD5;}

/* Publications */
.DetailBox1				{font-size: 95%; width: 99%; background: transparent url('../images/bg_detailboxTop.png') top left no-repeat; padding: 10px 10px 0 10px;}
.DetailBoxBg1				{font-size: 95%; width: 99%; background: transparent url('../images/bg_detailboxBottom.png') bottom right no-repeat; padding: 0 10px 10px 10px;}
.DetailBox2				{font-size: 95%; width: 99%; background: transparent; border-left: 1px solid #009BD5; border-top: 1px solid #009BD5; border-right: 1px solid #009BD5; padding: 10px 10px 0 10px;}
.DetailBoxBg2				{font-size: 95%; width: 99%; background: transparent; border-left: 1px solid #009BD5; border-bottom: 1px solid #009BD5; border-right: 1px solid #009BD5; padding: 0 10px 10px 10px;}}


/* Socials */
#Socials				{width: 100%; padding: 30px 0; margin: 0;}
#Socials .Button			{float: left; margin: 0 20px 10px 0;}
#Socials .Button a			{color: #FFFFFF; font-size: 14px; line-height: 14px; text-decoration: none;}
#Socials .Button a:hover div		{background: #636363;}
.FB					{background: #4e69a2; width: 80px; position: relative; padding: 8px 0 8px 30px;}
.FB:before				{color: #FFFFFF; content: "\f09a"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}
.TW					{background: #55ACEE; width: 80px; position: relative; padding: 8px 0 8px 30px;}
.TW:before				{color: #FFFFFF; content: "\f099"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}
.WU					{background: #25d366; width: 80px; position: relative; padding: 8px 0 8px 30px;}
.WU:before				{color: #FFFFFF; content: "\f232"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}
.XI					{background: #015C5D; width: 80px; position: relative; padding: 8px 0 8px 30px;}
.XI:before				{color: #FFFFFF; content: "\f168"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}
.LE					{background: #007AB9; width: 80px; position: relative; padding: 8px 0 8px 30px;}
.LE:before				{color: #FFFFFF; content: "\f0e1"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}
.EM					{background: #7d7d7d; width: 80px; position: relative; padding: 8px 0 8px 30px;}
.EM:before				{color: #FFFFFF; content: "\f0e0"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}
.PR					{background: #222222; width: 90px; position: relative; padding: 8px 0 8px 30px;}
.PR:before				{color: #FFFFFF; content: "\f02f"; font: 13px/1.3 FontAwesome; left: 10px; position: absolute; top: 7px; font-style: normal; font-weight: normal;}

/* QuickSearch */
#dnn_SearchPane button>i.fa-action-form 		{margin-left: 0 !important;}

@media print {
#ControlBar_ControlPanel		{display: none !important; visibility: hidden !important;}
.BgBlueT,
.BgBlueB,
.BgGreyR,
.BgGreyL,
.BgGreyB				{border: 0 !important;}
.d-print-block-12 			{float: left !important; width: 100% important; flex: 0 0 100%; max-width: 100%;}
}

.search-btn {
    color: #fff;
    background-color: #009BD5 !important;
    border-color: #009BD5 !important;
}

@media screen and (max-width: 575px) {
.BgGreyR {border: none !important;}
.HeaderLinks {position: absolute; top: 73px; left: 0; z-index: 1800; margin-left: 0px;}
#main-menu li a {padding-left: 10px;}
.Lh1			{height: auto !important; padding-bottom: 5px;}
.Lh2			{height: auto !important;}
.Lh3			{height: auto !important; padding-bottom: 20px;}
#dnn_SearchPane		{padding: 0;}
#dnn_SearchPane .bstrap30 .field-container {margin-bottom: 0 !important;}
#dnn_SearchPane button 	{position: absolute; top: -17px; right: 0px;}
.ImageBox2 .imgLiquidFill	{width: 183px !important; height: 183px !important;}
.ImageBox4		{width: 560px; 316px;}
.ratio169Video:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.ratio169Video2:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.ratio169Video3:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.SizeBg1 {width: 290px; height: 163px;} 
.SizeBg2 {width: 205px; height: 139px;}
.SizeBg3 {width: 290px; height: 163px;}
.SizeBg4 {width: 55px; height: 55px;}
}

@media screen and (min-width: 576px) and (max-width: 767px){
.BgGreyR {border: none !important;}
.HeaderLinks {position: absolute; top: 104px; left: -256px; z-index: 1800;}
#main-menu li a {padding-left: 10px;}
.Lh1			{height: 66px !important;}
.Lh2			{height: 88px !important;}
.Lh3			{height: 154px !important;}
#dnn_SearchPane		{padding: 13px 0 0 0;}
#dnn_SearchPane button 	{position: absolute; top: -17px; right: 0px;}
.ImageBox2 .imgLiquidFill	{width: 183px !important; height: 183px !important;} 
.ImageBox4		{width: 560px; 316px;} /*WZ-TV*/
.ratio169Video:before {margin: -55px 0 0 -75px;
    content: url(play767.png);
}
.ratio169Video2:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.ratio169Video3:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.SizeBg1 {width: 300px; height: 169px;} 
.SizeBg2 {width: 205px; height: 139px;} /*WZ*/
.SizeBg3 {width: 300px; height: 169px;}
.SizeBg4 {width: 55px; height: 55px;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.Lh1			{height: 44px !important;}
.Lh2			{height: 88px !important;}
.Lh3			{height: 110px !important;}
#dnn_SearchPane		{padding: 0;}
#dnn_SearchPane button 	{margin-left: 0;}
.ImageBox2 .imgLiquidFill	{width: 183px !important; height: 183px !important;}
.ImageBox4		{width: 560px; 316px;} /*WZ-TV*/
.ratio169Video:before {margin: -73px 0 0 -100px;
    content: url(play991.png);
}
.ratio169Video2:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.ratio169Video3:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.SizeBg1 {width: 300px; height: 169px;} 
.SizeBg2 {width: 205px; height: 139px;} /*WZ*/
.SizeBg3 {width: 300px; height: 169px;}
.SizeBg4 {width: 55px; height: 55px;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.Lh1			{height: 66px !important;}
.Lh2			{height: 88px !important;}
.Lh3			{height: 154px !important;}
#dnn_SearchPane		{padding: 20px 0 5px 0;}
#dnn_SearchPane button 	{margin-left: 20px;}
.ImageBox2 .imgLiquidFill	{width: 183px !important; height: 183px !important;}
.ImageBox4		{width: 560px; 316px;} /*WZ-TV*/
.ratio169Video:before {margin: -81px 0 0 -110px;
    content: url(play1199.png);
}
.ratio169Video2:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.ratio169Video3:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.SizeBg1 {width: 560px; height: 315px;} 
.SizeBg2 {width: 205px; height: 139px;}
.SizeBg3 {width: 255px; height: 115px;}
.SizeBg4 {width: 55px; height: 55px;}
}

@media screen and (min-width: 1200px) {
.Lh1			{height: 66px !important;}
.Lh2			{height: 88px !important;}
.Lh3			{height: 110px !important;}
#dnn_SearchPane		{padding: 15px 0 0 0;}
#dnn_SearchPane button {margin-left: 35px;}
.ImageBox4		{width: 560px; 316px;}
.ratio169Video:before {margin: -92px 0 0 -125px;
    content: url(play.png);
}
.ratio169Video2:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.ratio169Video3:before {margin: -44px 0 0 -60px;
    content: url(play575.png);
}
.SizeBg1 {width: 560px; height: 315px;} 
.SizeBg2 {width: 247px; height: 139px;}
.SizeBg3 {width: 255px; height: 143px;}
.SizeBg4 {width: 55px; height: 55px;}
}

.ReCode,
.ReCode p,
.ReCode div,
.ReCode span,
.ReCode p span,
.ReCode div span	{
font-family: inherit !important; 
font-size: inherit !important; 
line-height: inherit !important; 
padding: 0 !important;
text-align: inherit !important;
font-style: inherit !important;
font-variant: inherit !important;
font-stretch: inherit !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.sb-live-result {
  padding-top: 15px;
}
.sb-container {
  margin: 0 !important;
}

.dropdown-toggle::after {content: none !important;}

.SearchWZEntry {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.SearchWZEntry1 {
  padding: 20px 0 0 0;
}
.SearchWZEntry2 {
/*  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;*/
}

.bstrap30 .sb-no-results p {
  font-size: inherit !important;
}    
a.SearchLink:link,
a.SearchLink:link p 	{text-decoration: none !important; color: #009BD5 !important;}
a.SearchLink:hover 	{text-decoration: none !important; color: #009BD5 !important;}
a.SearchLink:visited 	{text-decoration: none !important; color: #009BD5 !important;}
a.open-popup-link i {padding-right: 15px;}
.highlight {
    color: red;
}
.tt-open
{z-index: 1500 !important;}

/* WZ-TV */
.ratio169Video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.ratio169Video img {
 position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio169Video:before {position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.ratio169Video2 {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.ratio169Video2 img {
 position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio169Video2:before {position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.ratio169Video3 {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.ratio169Video3 img {
 position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio169Video3:before {position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

/* Rotator - Slider */

.carousel-inner {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background: #EBEBEB;
  position: relative;
}

#Slider {
  overflow: hidden;
}

.carousel .item,
.carousel .item .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel .count {display: block; background: #009BD5; color: #FFFFFF;
    position: absolute;
    padding: 5px;
    z-index: 15;
    top: 5px;
    left: 5px;
    font-size: 80%;
}

.carousel .legend {display: block; background: #FFFFFF; color: #212529; opacity: 1.0;
    width: auto;
    position: absolute;
    /*margin: 0;*/
    padding: 5px 10px;
    z-index: 15;
    bottom: 0/*5px*/;
    left: 0;
    width: 100%;
    font-size: 80%;
}

.carousel .play {position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -44px 0 0 -60px;
    content: url(play575.png);    
}

.carousel .legend i {
    font-size: inherit;
}

.carousel .item img {
  object-fit: contain;
  max-width: 100%; 
  max-height: 100%;
  margin: auto;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #009BD5/*#fff*/;
  text-align: center;
  opacity: 1.0;
  z-index: 3;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #009BD5/*#fff*/;
  text-decoration: none;
  outline: 0;
  opacity: 1.0;
}

.carousel-control-prev {
  left: 0;
  /*background: #E2E2E2;*/
  opacity: 1.0;
}

.carousel-control-next {
  right: 0;
  /*background: #E2E2E2;*/
  opacity: 1.0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/*
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
*/

.carousel-indicators {
  display: none; visibility: hidden;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
