a[href] {
	cursor:pointer;
}
figcaption {
    font-size: 12px;
    color: #646669;
}
.pns-fit-cover { object-fit:cover; }
.pns-smaller-img { width:90%; }
.pns-carousel-image { 
	transform: translateY(-25%);
	}
.pns-inline {
	display:inline;
}
.onleft {
	float:left;
}
.playsound {
	border-radius:50%;
}
.pns-social-padding {
    padding:0 10px;
}

a {
    text-decoration: none;
}

.font-16 {
    font-size:16px;
}

.silver {
    color: #646669;
}

.card {
    border:0;
}

.author-circular {
	width:40px;
	height:40px;

	object-fit:cover;
	border-radius:50%;
	vertical-align:middle;
}
.author-circular-large {
	width:80px;
	height:80px;

	object-fit:cover;
	border-radius:50%;
}
.author-circular-xlarge {
	width:120px;
	height:120px;

	object-fit:cover;
	border-radius:50%;
}
.pns-280-circular {
	width:280px;
	height:280px;
	object-fit:cover;
	border-radius:50%;
}

.pns-btn-outline {
    color: #646669;
    background-color: #fff;
    border-color: #005394;
    font-size: 12px;
    font-family: arial;
    font-weight: 400;
    padding: 3px 5px 2px 5px;
    border-radius: 9px;
    letter-spacing: 1.5;
}

.pns-date {
    font-size: 14px;
    font-weight:700;
    text-decoration: none;
}

.height-280{
    height:280px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

ul {
    list-style-type: none;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    color:#323232;
    line-height: 28px;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #323232;
}

.author-name{
    font-size:20px;
    color:#005394;
    font-weight: 700;
    /*display: inline-block;*/
}
.title-blue{
    color:#005394;
}

.pns-bottom-border {
    border-bottom:1px solid #E0E0E1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
}

.max-height-200 {
    max-height: 200px;
}

.font-80 {
    font-size: 80px;
}

.show-on-mobile {
    display: none;
}

.opacity-2 {
    opacity: .2;
}

.carousel-caption {
    top:0;
    bottom: 0;
    display: flex;
    align-items: center;
    max-height: 200px;
}


/* Spacing */

.pr-15 {
    padding-right: 15px;
}

.pns-pl-0 {
    padding-left:0px;
}

.pns-pr-0 {
    padding-right:0px;
}

.pns-pr-5 {
    padding-right:5px;
}

.pns-pt-10 {
    padding-top: 10px;
}

.pns-pr-12 {
    padding-right:12px;
}

.pns-mb-12 {
    margin-bottom:12px;
}

.pns-pr-30 {
    padding-right:30px;
}

.pns-pl-30 {
    padding-left:30px;
}

.pl-30 {
    padding-left:30px;
}

.pns-pl-70 {
    padding-left:70px;
}

.pns-play-link{
    color:black;
    text-decoration: none;
    font-weight: 700;
}

.pns-mb-20 {
    margin-bottom:20px;
}

.pns-mt-20 {
    margin-top:20px;
}

.pns-mr-30 {
    margin-right:30px;
}

.pns-mr-90 {
    margin-right:90px;
}

.privacy-policy {
    text-decoration: none;
}

.pns-small {
    font-size: 12px;
    line-height: 13.8px;
    display: block;
    color: #646669;
    margin-bottom: 0;
}
.pns-small-medium {
    font-size: 13px;
    line-height: 14.8px;
    display: block;
    color: #646669;
    margin-bottom: 0;
}

.pns-br-1 {
    border-right:1px solid #E0E0E1;
}

.pns-br-2 {
    border-right:1px solid #646669;
}

.pns-bb-1 {
    border-bottom:1px solid #E0E0E1;
}

.pns-bt-1 {
    border-top:1px solid #E0E0E1;
}

.w-85 {
    width:85%;
}

.w-90 {
    width:90%;
}
.w-100 { 
	width:100%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 83, 148, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 83, 148, 1);
    border-color: rgba(0, 83, 148, 1);
}

/* Floating Social Media Icons */
:root {
	--floating-nav-width: 58px;
}
.floating-nav {
    top:50%;
    left: 0;
    transform: translateY(-50%);
    position: fixed;
    /*z-index: -1;*/
}

.floating-nav ul {
    padding: inherit;
}

.floating-nav ul li {
    height:64px;
    width:var(--floating-nav-width);
    list-style-type: none;
    padding-left:0px;
    padding-top: 0px;
    margin-top:0px;
    color:#fff;
    background-color: #005395;
}

.floating-nav ul li:hover {
    padding-left: 0px;
    /*transition: 1s;*/
    
}

.floating-nav ul li.bkgd-color:hover {
    background-color: white;
    
}
.margin-floating-nav {
	margin-left:var(--floating-nav-width);
}

svg.icon-color {
    color:white;
}

.the-text-color {
    color: white;
    
}

.floating-nav ul li:hover .icon-color, .floating-nav ul li:hover .the-text-color {
    color: #005395;
    
}

.floating-nav ul li:hover .show-social-icons {
    
    left:80%; 
    opacity: 1;
    transition-delay: .1s;
    
}



.show-social-icons {
    /*display:none;*/
    
    left:-265px; 
    /*z-index: -1; */
    transition: left .1s;
    opacity: 0;
    transition: opacity .3s;
    top:35%;
    width:310px;
    position: absolute;
    background-color: #005395;
    padding: 20px;
    
}

.pns-align {
    text-align:right;
}

.font-weight-bold {
    font-weight: 700;
}


/* */
@media (min-width: 1600px) {
.margin-floating-nav { margin-left:auto; }
}

@media (max-width: 900px) {
.no-show-on-mobile { display: none;  }
.margin-floating-nav { margin-left:inherit; }
}

@media (max-width: 576px) {
	.no-show-on-mobile { display: none;	 }
	.margin-floating-nav { margin-left:inherit; }
	.pns-smaller-img { width:100%; }

	.author-circular {
	width:20px;
	height:20px;

	object-fit:cover;
	border-radius:50%;
	}
	.author-circular-large {
		width:40px;
		height:40px;
	
		object-fit:cover;
		border-radius:50%;
	}
	.author-circular-xlarge {
		width:60px;
		height:60px;
	
		object-fit:cover;
		border-radius:50%;
	}
	.pns-280-circular {
		width:140px;
		height:140px;
		object-fit:cover;
		border-radius:50%;
	}

    .show-on-mobile {
        display: block;
    }

    .mobile-pb-30 {
      padding-bottom:30px;
    }

    .mobile-pt-45 {
        padding-top:45px;
      }

    .mobile-pb-30 {
        padding-bottom: 30px;
    }

    .mobile-pt-15 {
        padding-top: 15px !important;
    }

    .mobile-pt-50 {
        padding-top: 50px;
    }

    .mobile-mr-0 {
        margin-right: 0px;
    }

    .w-95, .mailing-list-container{
        width:95%;
    }

    .mobile-w-25 {
        width:25%;
    }

    .mobile-w-65 {
        width:65%;
    }

    .mobile-w-45 {
        width:45% !important;
    }

    .mobile-center {
        margin:0 auto !important;
    }

    .pns-float-end {
        text-align:none !important;
    }

    .pns-align {
        text-align:center !important;
    }

    .mobile-pt-0 {
        padding-top:0 !important;
    }

    .mobile-pt-35 {
        padding-top:35px !important;
    }

    .form-control {
    padding: .575rem .75rem;
    }

    .pns-br-2 {
        border-right:0;
    }

    .no-border {
        border-top:0;
    }

    .mobile-left {
        text-align:left !important;
    }

    .mobile-float-start {
        float:left !important;
    }

    .pns-pl-30{
        padding-left:0;
    }

    .pr-15 {
        padding-right:0;
    }

    .mobile-pr-15 {
        padding-right:15px;
    }

    .mobile-pl-15 {
        padding-left:15px;
    }

    .pl-15 {
        padding-left:15px !important;
    }

    .pns-pr-30 {
        padding-right:10px;
    }

    .hide {
        display:none;
    }

}