a, a:visited, a:hover, a:active {
	text-decoration: none;
}

.alert p {
	margin: 0px;
}

.card {
    padding-top: 20px;
    margin: 20px auto;
    max-width: 500px;
    background-color: #f7f9f8;
 /*   border-color: rgba(0, 0, 0, 0.8); */
    border: 0px !important;
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #f7f9f8;
}

.card.hovercard .cardheader {
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar-inner {
	background-size: cover !important;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
    margin: 0 auto;
}

.card.hovercard .avatar-inner {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
    margin: 0 auto;
}

.card.hovercard .avatar-image {
	background-size: cover !important;
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .socials {
    padding: 0 20px;
    margin-bottom: 17px;
}

.socials .btn{
	font-size: 20px;
	border-radius: 50%;
	width:46px;
	height:44px;
	margin: 0 5px;
	padding-top: 6px;
}

.links {
	padding: 20px;
}

.links .btn {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.links .btn.round {
	border-radius: 30px;
}

.links .btn.square {
	border-radius: 0px;
}

.links .btn.hollow {
	background: transparent;
	color: #262626;
}

.categories {
	margin-bottom: 10px;
}

.categories a, .categories a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

.footer {
	text-align: center;
	padding: 40px;
}

.footer .brand {
	margin: 0 auto;
	display: block;
	background: transparent url("/theme/images/foot_logo_black.png") no-repeat 50% 50%;
	background-size: contain;
	width: 200px;
	height: 40px;
	text-indent: -100em;
	overflow: hidden;
}

.footer.light {
	color: #ffffff;
}

.footer.light .brand {
	background: transparent url("/theme/images/foot_logo_white.png") no-repeat 50% 50%;
	background-size: contain;
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
	color: #000000 !important;
}

.footer.light a, .footer.light a:hover, .footer.light a:active, .footer.light a:visited {
	color: #ffffff !important;
}

.player {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 0px 20px;
}

.player #player-cover {
	border: 1px solid #e5e5e5;
	background-color: #444;
	width: 100px;
	height: 100px;
}

.player #player-cover #player-loading {
	background: rgba(255,255,255,0.7) url("/theme/images/loading.gif") no-repeat 50% 50%;
	width: 100px;
	height: 100px;
}

.player #player-meta {
	float: left;
	margin-left: 110px;
	width: calc(100% - 110px);
	margin-top: -107px;
	text-align: left;
}

.player #player-title {
	font-size: 20px;
	max-height: 60px;
	overflow: hidden;
}

.player .player-title-date {
	height: 84px;
	overflow: hidden;
}

.player #player-date {
	font-size: 12px ;
}

#player-button .btn{
	margin-top: 25px;
	font-size: 20px;
	text-align: center !important;
	border-radius: 50%;
	width:50px;
	height:50px;
	padding-top: 9px;
}

#progress-bar {
	background: #dddddd;
	overflow: hidden;
	width: 100%;
	height: 11px;
}

#progress-bar #progress {
	background: #0000dd;
	width: 0%;
	height: 11px;
}

#scrub-bar {
	width: 100%;
	height: 11px;
	margin-top: -11px;
}

#player-current, #player-duration {
	font-size: 11px;
	margin-top: -1px;
}

#player-current {
	float: left;
}

#player-duration {
	float: right;
}

#episodes {
	padding: 0px 20px;
	margin-top: 20px;
}

#episodes .episode {
	margin-bottom: 20px;
	text-align: left;
}

#episodes .episode-title {
	font-size: 18px;
}

#episodes .episode-title span {
	padding-left: 35px;
	margin-top: -30px;
	display: block;
}

#episodes .episode-play, #episodes .episode-pause {
	font-size: 18px;
}

#episodes .episode-meta {
	padding-left: 35px;
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vine { padding-bottom: 100%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

button .open, button .close {
	float: right;
	font-size: 30px;
}

button .open {
	margin-top: -10px;
}

button .close {
	margin-top: 2px;
	margin-bottom: -10px;
}

.close-button {
	position: absolute;
	font-size: 30px;
	right: 20px;
	margin-top: -4px;
	color: #6c757d;
}

#report-form, #team-members {
	text-align: left;
	padding: 20px;
}

.team {
	margin-bottom: 20px;	
}

.team .team-photo {
	background: #eeeeee;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover !important;
}

.team .socials {
	padding: 0px !important;
}

.team .socials .btn {
	margin: 0px !important;
	margin-right: 10px !important;
}

#report-response {
	padding: 0px 20px;
	margin-top: 20px;
	display: none;
}

#report-form .form-floating {
	margin-bottom: 20px;
}


.user-form .checkbox {
  font-weight: 400;
}

.user-form .form-floating:focus-within {
  z-index: 2;
}

.user-form input.top, .user-form select.top, .user-form textarea.top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.user-form input, .user-form select, .user-form textarea {
  margin-bottom: -1px;
  border-radius: 0;
}

.user-form input.bottom, .user-form select.bottom, .user-form textarea.bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.user-form button[type="button"] {
  margin-top: 10px;
}

.phone-bar {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
}
.phone-bar .left, .phone-bar .right {
	padding-top: 7px;
	padding-bottom: 7px;
}

.phone-bar .left {
	float: left;
	padding-left: 30px;
}
.phone-bar .right {
	text-align: right;
	padding-right: 30px;
}
.phone-bar .fas {
	margin-left: 10px;
}
.phone-bar-spacer {
	height: 40px;
}
.verified {
	color: #449aef;
}
.verified .tick {
	color: #f7f9f8;
	font-size: 50%;
	position: absolute;
	margin-left: -12px;
	margin-top: 8px;
}

.network .entry {
	min-height: 120px;
	padding: 20px !important;
	margin-bottom: 15px;
}

.network .entry a {
    text-decoration: none;
}

.network .entry .artwork {
	float: left;
	position: absolute;
}
.network .entry .artwork img {
	width: 100px;
	height: 100px;
}
.network .entry .info {
	text-align: left;
	margin-left: 110px;
	margin-top: -8px;
}

.network .expand-button {
	float: right;
	right: 0px;
	margin-right: -10px;
	margin-left: 10px;
}

.network .expand-button a {
	float: right;
	color: rgba(0,0,0,0.3);
}

.network .expanded {
	margin-top: 20px;
	display: none;
}

.network .player-wrap {
	float: left;
	position: absolute;
	margin-top: 105px;
	display: none;
	margin-left: 30px;
}

.network .expanded .expanded-right {
	margin-left: 115px;
	min-height: 80px;
	text-align: left;
}

.network .entry .title {
	font-weight: bold;
	font-size: 20px !important;
}

.network .entry .player-controls a {
	font-size: 40px;
}








.highlight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tada;
  animation-name: tada;
}

.highlight:hover {
  -webkit-animation-name: none;
  animation-name: none;
}
 

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media (max-width: 768px) {
    .network .entry .artwork {
    	margin-left: 0px;
    }
    .network .entry .info {
    	margin-left: 115px;
	}
	.network .expanded .expanded-right {
		margin-left: 115px;
	}

	.network .player-wrap {
		margin-left: 31px;
	}

    .network .entry:hover {
	    background-color: inherit;
	}
    .network .entry .title {
		font-size: 18px;
    }
}