/**** Owl Carousel ****/

.owl-carousel .caption {
	width: 100%;
    padding: 5px;
	border: 1px solid #AAA;
	background-color: #F0F0F0;
	min-height: 40px;
}

/*
.owl-item div div:first-child {
  max-height: 510px;
  overflow: hidden;
}
*/

.caption .social {
	float:left;
}
.caption .social .link {
	height:26px; 
	width:26px;
	font-size: 22px;
	border-radius: 1px;
	margin: 2px;
	float: left;
	text-align: center;
}
.social .facebook {
	background-color:#305891;
	color:#FFF;
}
.social .twitter {
	background-color:#2ca8d2;
	color:#FFF;
	margin-right: 12px !important;
}
.social .fa {
	position: relative;
    top: 00%;
    transform: translateY(-10%);
}
.caption h5 {
	font-family: 'Open Sans', sans-serif;;
    font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0 10px !important;
}


/******* George B added ***************/

.fact-box-mobile > h4,
.fact-box > h4 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid black;
    text-align: center;
    font-size: 1.4em;
}

.fact-box p,
.fact-box-mobile p {
    margin: 0 0 0.5em;
    font-size: 1.3em;
    line-height: 1.5em;
}

.progress-barx{
    position: fixed;
    top: 0px;
    background-color: green;
    font-size: 24px;
    width: 0%;
    height: 0px;
    transition: .5s;
}
.visible{
    height: 5px;
    transition: .5s;
}
.hidden-by-nav{
    margin-top: 50px;
}
.margin-zero{
    top: 0;
}

/*************************************/

.slideBtn {
	height: 1.1em;
	position: absolute;
	top: 250px;
	z-index: 102;
	font-size: 100px;
	line-height: 1.0em;
    background-color: rgba(0, 0, 0, 0.1);
	color: white;
}
#slidePrev {
	left: 0;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    padding-left: 5px;
    padding-right: 15px;	
}
#slideNext {
	right: 0;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    padding-left: 15px;
    padding-right: 5px;	
}

.slideImg {
    overflow: hidden;
}

/********************************/

.embedBox {
	width: 100%;
}

.embedBox {
	width: 100%;
}

/******************************/

.addthis_default_style .at4-icon {
	border-radius: 2px;
}

/*******************************/

.pullquote {
    font-size: 1.3em;
    font-style: italic;
    width: 90%;
	overflow: auto;
	padding: 10px;
	background-color: #eee;
	border-radius: 2px;
	margin-left: calc(100% / 40);
}

.quote-open {
	width: 40px;
	height: 30px;
	float:left;
	margin-right:15px;
	margin-top: 5px;
	opacity: 0.25;
}

.quote-text {
	float: left;
	width: calc(100% - 55px);
}

.quote-close {
	width: 60px;
	height: 48px;
	float:left;
	margin-left:10px;
}


/*****  Breaking News styling *******/

.tpd-breaking {
    width: 100%;
    margin: 15px 0;
    font-family: "Roboto Condensed", sans-serif;
	overflow: hidden;
}

.tpd-breaking-title {
    margin-bottom: 5px;
    color: #A00;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.tpd-breaking-callout {
    border-width: 2px 0;
    border-style: solid;
    border-color: #A00;
/*	
    background-color: rgba(204, 0, 0, 0.2);
*/	
}

.tpd-breaking-message {
    margin: 10px 0;
    font-family: "Roboto Condensed", sans-serif;
	font-weight:bold;
    font-size: 2.0em;
    line-height: 1.1em;
    text-align: center;
	text-transform: uppercase;
	color: #A00;
}

.tpd-breaking-message a {
    color: #000;
    text-decoration: none;
}

.tpd-breaking-message a:hover {
    text-decoration: underline;
}

.tpd-breaking-embeds {
    margin: 10px 5px;
}

.tpd-breaking-image {
/*
    background-color: #000;
*/	
}

.tpd-breaking-image img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.tpd-breaking-youtube {
    position: relative;
    height: 400px;
}

.tpd-breaking-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tpd-breaking-twitter {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.tpd-breaking-twitter #twitter-widget-0 {
    height: 400px !important;
	overflow:hidden;
}

.tpd-breaking-instagram .tpd-inner {
    width: 280px;
}

@media (max-width: 767px) {
    .tpd-breaking-title {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tpd-breaking-message {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tpd-breaking-embed {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .tpd-breaking-embeds {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .tpd-breaking-embed {
        height: 400px;
        margin: 0 5px;
    }

    .tpd-breaking-onethird {
        flex: 1;
    }

    .tpd-breaking-twothirds {
        flex: 2;
    }

    .tpd-breaking-image {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .tpd-breaking-image img {
        max-height: 100%;
    }
}

