body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    background: url('../images/backgroundTop.png') top left repeat-x, url('../images/backgroundBottom.png')  bottom left repeat-x,url('../images/backgroundMiddle.png') top left repeat;
    min-height: 100vh;
    min-width: 100vw;
}
.toolbar {
    float: left;
}
.toolbar ul > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    /* this fix is needed for IE7- */
}
.icon-name {
    margin: 10px;
    float: left;
}
.icon {
    height: 60px;
    vertical-align: middle;
    margin-right: 15px;
}
.hidden-icon {
    height: 60px;
    width: 5px;
    vertical-align: middle;
    visibility: hidden;
}
.title {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    vertical-align: middle;
    font-weight: 200;
}
.flip-text {
    display: inline-block;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.search-div {
    display: block;
    clear: both;
    align-content: center;
    align-items: center;
}
.advance-form {
  display: none;
}
#podcaster_text {
    font-size: 34px;
}
.blurb-div {
    font-size: 12px;
}
.center-row {
    align-content: center;
    justify-content: center;
    text-align: center;
}

.content-row{
    padding-top: 125px;
    padding-bottom: 125px;
}
.content-row2{
    padding-bottom: 125px;
}
.feature-col{
    align-content: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 20px;
}
.feature-img{
    display: block;
    height: auto;
    width: 90%;
    height: 90%;
    object-fit: contain;
    max-height: 225px;
}
#podcastre-icon {
    height: 150px;
}
#podcastre-text {
    display: inline-block;
    font-size: 45px;
    font-weight: 400;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: rgba(148, 191, 190, 1);
}
.icon-div {
	margin-bottom: 30px;
    margin-top: 75px;
}
.blurb-div {
    font-size: 12px;
}
.icon-name {
    margin: 10px;
    float: left;
}
.howto {
		border-style: solid;
		border-width: 2px;
		border-color: #ffffff;
		width: 100%;
		height: 350px;
	}
input[type=text], input[type=email], input[type=password], input[type=date] {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    outline: none;
    /* text-align: center; */
    font-size: 18px;
    background-color: transparent;
    color: white;
    border-width: 0px 0px 2px 0px;
    border-color: rgba(255, 255, 255, 0.15);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: border-color 500ms ease-out;
    -moz-transition: border-color 500ms ease-out;
    -o-transition: border-color 500ms ease-out;
    transition: border-color 500ms ease-out;
}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=date]:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus {
    border-color: rgba(255, 255, 255, 0.5);
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.4);
    font-weight: 200;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(255, 255, 255);
    opacity: 0.4;
    font-weight: 200;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(255, 255, 255);
    opacity: 0.4;
    font-weight: 200;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
    font-weight: 200;
}
label {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFF;
    padding: 8px 4px 8px 4px;
}
.form-inner-div {
    color: #FFF;
    display: inline-block;
    padding: 8px 4px 8px 4px;
}
input[type=date] {
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
}
::-webkit-inner-spin-button {
    display: none;
}
::-webkit-calendar-picker-indicator {
    background: transparent;
}
.search-div form {
    font-family: 'Source Sans Pro', sans-serif;
    align-content: center;
    align-items: center;
    text-align: center;
}
.padded-form {
    padding: 10px
}
.search-box {
    font-family: 'Source Sans Pro', sans-serif;
    width: 500px;
    max-width: 75%;
    font-size: 20px !important;
}

.submission-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    outline: none;
    /* text-align: center; */
    font-size: 18px;
    background-color: transparent;
    color: white;
    border-width: 0px 0px 2px 0px;
    border-color: rgba(255, 255, 255, 0.15);
    padding-left: 10px;
    padding-right: 10px;
    margin: 25px 25px 0px 0px;
    top: 10px;
    right: 10px;
    position: absolute;
}
.submission-link a{
    color: white;
    text-decoration: none;
}
.submission-link a:hover {
    text-decoration: underline;
    color: white;
}
.forgot-link a:hover {
    text-decoration: underline;
    color:#007bff;
}
.forgot-link a{
    color:white;
    text-decoration: none;
}
.forgot-link {
    color:white;
}
.submit-button {
    font-family: 'Source Sans Pro', sans-serif;
    width: 150px;
    height: 30px;
    /*    background: #0e7074#0e7074;*/
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 0px;
    border: none;
    /*    color: rgba(255, 255, 255, 0.7);*/
    color: #0e7074;
    font-size: 15px;
    border-radius: 3px;
    margin: 10px 0px 0px 0px;
}
.filter-button {
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: 0px 0px 0px 0px;
    font-size: 15px;
    border-radius: 3px;
    padding: 2px 10px 2px 10px;
    margin: 10px 4px 0px 4px;
    border: #017176;
    border-style: solid;
    border-width: 2px;
}
.categories-picker {
    display: inline-block;
    margin-left: 8px;
    background: transparent;
    border: 0;
    outline: none;
    background-image: none;
    /*-webkit-appearance: none;*/
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4px 8px 4px 8px;
}
.category-display-div {
  padding: 4px 18px 4px 8px;
  border-bottom: 2px solid rgba(255, 255, 255, .15);
  display: inline-block;
  position: relative;
}
.category-display-div::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.15);
  border-bottom: 5px solid rgba(255, 255, 255, 0.15);
}
input[type=checkbox] {
    display: inline-block;
}
.checkbox-label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
.checkbox-label:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    border: 2px solid rgba(255, 255, 255, 0.12);
    transform: translate(0, -50%);
    content: ''
}
#no-length-checkbox:checked+ .checkbox-label:before {
    border: 3px solid white;
}
option {
    background: #006064;
    outline: none;
    border: none;
}
.length-text {
    width: 75px;
    max-width: 90%;
}
.noUi-target {
  display: inline-block !important;
  margin: 0px 8px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  height: 2px;
}
.noUi-base {
  width: 250px;
}
.noUi-background {
  background: rgba(255, 255, 255, 0.4);
}
.noUi-handle {
  background: white;
  border: 0;
  height: 15px !important;
  width: 15px !important;
  top: -7.5px !important;
  left: -7.5px !important;
  border-radius: 50%;
}
.noUi-handle::after {
  content: none;
}
.noUi-handle::before {
  content: none;
}
.contact-login {
    top: 0px;
    right: 0px;
    position: absolute;
}
#contact-dp {
    height: 50px;
    width: 50px;
    float: right;
    border-radius: 50%;
    object-fit: cover;
}
.contact-login {
    margin-right: 15px;
    margin-top: 15px;
}
#login-div {
    background-color: #006064;
    box-shadow: 0px 0px 5px 0px #000;
    margin: 5px 70px 5px 5px;
    padding-top: 8px;
    padding-bottom: 2px;
    border-color: #00484b;
    color: rgba(255, 255, 255, 0.6);
    align-content: center;
    align-items: center;
    text-align: center;
}
.id-input, .pass-input {
    font-size: 20px;
    align-content: center;
    align-self: center;
    width: 250px;
    position: relative;
    padding: 5px;
    margin: 5px 10px 5px 10px;
}
.sign-in-button {
    font-family: 'Source Sans Pro', sans-serif;
    width: 250px;
    height: 30px;
    background: #0e7074;
    box-shadow: 0px 0px 0px 0px;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 5px 10px 10px 10px;
}
#request-link {
    margin-top: 10px;
}
#login-error-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 300;
    padding: 0 15px;
}
#login-div a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}
#login-div a:hover {
    text-decoration: underline;
}
#login-div hr {
    height: 0;
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.user-name {
    font-size: 22px;
    margin: 0 15px 8px 15px;
}
.sign-out-button {
    width: 200;
    height: 30px;
    background: #0e7074;
    box-shadow: 0px 0px 0px 0px;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 5px 10px 0 10px;
}
.tabs-div {
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
}
.tabs-list {
    color: white;
    list-style-type: none;
    margin: 0;
    margin-left: 20px;
    padding: 0;
    display: inline-block;
    float: left;
    vertical-align: bottom;
}
.view-list {
    color: white;
    list-style-type: none;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    display: inline-block;
    float: right;
    vertical-align: bottom;
}
.tab-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.tab-item a {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 15px;
}
.tab-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.tab-item a.active {
    /*border-bottom-left-radius: 2px;*/
    /*border-bottom-right-radius: 2px;*/
    border-bottom: 2px solid #DDD;
    padding-bottom: 13px;
}
.icon-desc {
    padding-left: 8px;
}
.results {
    margin: 15px 8px;
    text-align: center;
}
.results a {
    text-decoration: none;
}
.entry {
    width: 300px;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: inline-block;
    text-align: center;
    margin: 8px 8px;
    vertical-align: middle;
    text-overflow: ellipsis;
    padding: 25px;
    border-radius: 2px;
}
.desc-div {
    display: block;
    color: white;
    max-width: 100%;
    height: 300px
}
.date-span {
    color: #717171;
    display: block;
    font-size: 15px;
}
.podcast-title {
    font-size: 17px;
    font-weight: 600;
    color: #212121;
    display: block;
}
.podcast-desc {
    font-size: 15px;
    color: #414141;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.length-tag-span {
    font-weight: 300;
    font-size: 15px;
    vertical-align: middle;
}
.length-span {
    width: 20%;
    display: inline-block;
    margin-top: 15px;
    vertical-align: middle;
    float: left;
    color: rgba(255, 255, 255, 0.5);
}
.tags-span {
    width: 80%;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    margin-top: 15px;
    vertical-align: middle;
    float: right;
    font-size: 12px;
    font-weight: 500;
}
.tags-a {
    color: inherit;
    text-decoration: none;
}
.tags-span a:hover {
    text-decoration: underline;
}
.episode-podcast {
    color: #616161;
    display: block;
}
.page-btn{
    
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: 0px 0px 0px 0px;
    border: #017176;
    border-style: solid;
    border-width: 2px;
    color: black;
}

.page-btn-primary{
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: 0px 0px 0px 0px;
    background-color: #017176;
    color: white;
}
.btn-container{
    align-content: center;
    justify-content: center;
    text-align: center;
}
.list-item {
    text-align: left;
    background: white;
    display: inline-block;
    margin-left:auto;
    margin-right:auto;
    max-width: 895px;
    width:95vw;
    margin-top: 5px;
    margin-bottom: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}
.centered-row {
    margin-left:auto;
    margin-right:auto;
    align-self: center;
}
.about-content-centered {
	font-size: 1em;
    color: white;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    align-self: center;
    max-width: 90vw;
}
.about-content-centered ul {
    text-align: center;
}
.about-content-centered ul li {
    list-style: none;
    display: inline-block;
}
.about-content-centered img{
    height: 100px;
    padding: 20px;
}
.about-content {
	font-size: 1em;
    color: white;
    margin: 50px 15vw 0px 15vw;
}
.about-content a{
    color: white;
    text-decoration: underline;
}
.about-content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.about-content ul li {
    list-style: none;
    display: inline-block;
}
.about-content img{
    height: 100px;
    padding: 20px;
}
.search-text-div {
	font-size: 1em;
	margin: auto;
	max-width: 800px;
    color: rgba(148, 191, 190, 1);
}
.podcast {
    /*border-left: 5px solid #025990;*/
    /*border-right: 5px solid #025990;*/
    margin-left: auto;
    margin-right: auto;
    border-left: 2px solid rgba(2, 89, 144, 0.75);
    border-right: 2px solid rgba(2, 89, 144, 0.75);
}
.episode {
    /*border-left: 5px solid #ce4e00;*/
    /*border-right: 5px solid #ce4e00;*/
    border-left: 2px solid rgba(247, 1, 1, 0.75);
    border-right: 2px solid rgba(247, 1, 1, 0.75);
}
.list-cover-img {
    display: inline-block; 
    max-width: 150px;
    max-height: 150px;
    width:auto;
    height: auto;
}
.list-item-desc-div {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-bottom: 8px;
    padding-top: 8px;
}
.list-title-div {
    color: #111111;
    font-size: 25px;
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.list-date-div {
    margin-top: 10px;
    color: #888888;
    padding-left: 8px;
    padding-right: 8px;
}
.list-podcast-title-div {
    padding-left: 8px;
    padding-right: 8px;
    color: #222222;
}
.list-desc-div {
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 150%;
}
.show-more-div {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#show-more-text {
    cursor: hand;
    color: #006064;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    border: 2px solid #006064;
    padding: 5px 10px;
}
#show-more-text:hover {
    background-color: #ddd;
}
.no-result-h1 {
    margin-top: 50px;
    /*font-weight: 900;*/
    font-size: 35px;
    /*color: #CCC;*/
    color: transparent;
    background: #555;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.no-result-h1 a {
    color: transparent;
    text-decoration: none;
    background: #006064;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.no-result-h1 a:hover {
    background: #003564;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.loader {
    display: none;
}
.ball {
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid rgba(0, 96, 100, 0.9);
    opacity: .9;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 0 35px #666;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -moz-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}
.ball1 {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid rgba(0, 96, 100, 0.9);
    opacity: .9;
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    /*box-shadow: 0 0 15px #2187e7;*/
    width: 10px;
    height: 10px;
    margin: 0 auto;
    margin-top: 23.5px;
    position: relative;
    top: -50px;
    -moz-animation: spinoff 1s infinite linear;
    -webkit-animation: spinoff 1s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
    ;
}
@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
    ;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
    ;
}
@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
    ;
}
.dialog-overlay-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
}
.dialog {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 15px 10px 15px;
  border-radius: 2px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  width: 450px;
  max-height: 90%;
  max-width: 90%;
  overflow: hidden;
}
.dialog-title-div {
  color: #006064;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 16px;
}
.categories-div-container {
  position: relative;
  height: 500px;
  max-height: 90%;
  width: 100%;
}
.categories-div {
  position: relative;
  height: 100%;
  overflow: auto;
}
.categories-div > ul {
  list-style: none;
}
.category-label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #666;
}
.category-label:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    border: 2px solid rgba(00, 100, 96, 0.12);
    transform: translate(0, -50%);
    content: ''
}
.category-checkbox:checked + .category-label:before {
    border: 3px solid #006064;
}
.show-all-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-all-button:active {
    background: #eee;
}
.hidden-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hidden-buttons:active {
    background: #eee;
}

.show-allkey-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-allkey-button:active {
    background: #eee;
}
.hiddenkey-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hiddenkey-buttons:active {
    background: #eee;
}
.show-allcat-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-allcat-button:active {
    background: #eee;
}
.hiddencat-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hiddencat-buttons:active {
    background: #eee;
}
.show-allauthor-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-allauthor-button:active {
    background: #eee;
}
.hiddenauthor-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hiddenauthor-buttons:active {
    background: #eee;
}
.show-allpub-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-allpub-button:active {
    background: #eee;
}
.hiddenpub-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hiddenpub-buttons:active {
    background: #eee;
}
.show-allearly-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-allearly-button:active {
    background: #eee;
}
.hiddenearly-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hiddenearly-buttons:active {
    background: #eee;
}
.show-allrecent-button {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
}
.show-allrecent-button:active {
    background: #eee;
}
.hiddenrecent-buttons {
    background: transparent;
    outline: none;
    border: 0;
    color: #017176;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.hiddenrecent-buttons:active {
    background: #eee;
}
.hidden-checkboxes {
    display: none;
}
.hiddenkey-checkboxes {
    display: none;
}
.hiddencat-checkboxes {
    display: none;
}
.hiddenauthor-checkboxes {
    display: none;
}
.hiddenpub-checkboxes {
    display: none;
}
.hiddenearly-checkboxes {
    display: none;
}
.hiddenrecent-checkboxes {
    display: none;
}
.confirm-dialog-button {
  border: 0;
  background: transparent;
  outline: none;
  color: #006064;
  padding: 15px 20px;
  float: right;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
.confirm-dialog-button:hover {
  background: rgba(00, 100, 96, 0.05);
}



