
/*///////////////////////////////////////   BEGIN Bold Header   ///////////////////////////////////////*/
 .bold-header,
 .bold-header span {
	float: right;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 4.5rem;
	font-weight: 100 !important;
	letter-spacing: 0.2em;
	line-height: 120%;
	padding: 0.6em 0;
	text-shadow: none;
	text-transform: uppercase;
	width: inherit;
	-webkit-hyphens: manual;
	   -moz-hyphens: manual;
	        hyphens: manual;
	transition: all 0.05s linear;
}
 div.bold-header.mainTitle {
	background-color: rgba(24, 72, 114, 0.77);
	background-image: url(/antarctica/images/2018/savanna_glacier-120-2.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	color: rgb(255, 255, 255);
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif !important;
	height: auto;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(24, 73, 120, 0.8);
	width: 100%;
	-webkit-animation: backgroundScroll 300s linear infinite;
	        animation: backgroundScroll 300s linear infinite;

	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	/* 	background-color: rgba(56, 169, 200, 0.5); */
	background-blend-mode: multiply;
}
@keyframes backgroundScroll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -3200px 0;
	}
}
@-webkit-keyframes backgroundScroll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -3200px 0;
	}
}


/*//////////////////////////////   BEGIN Bio Article Feeds by Category   //////////////////////////////*/
.mod-articles-category-title {
	border: 1px solid rgb(205, 218, 222);
	border-radius: 3px;
	display: block;
	font-size: 1em;
	margin: 0.25em auto;
	padding: 0.5em;
	width: 80%;
}
/*//////////////////////////////   BEGIN Bio Article Feeds by Category   //////////////////////////////*/
/*///////////////////////////////////////   BEGIN Webcam   ///////////////////////////////////////*/
.frameyWrap {
	height: 441px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 105%;
}
.framey {
	border: 0;
	height: 105%;
	max-width: none;
	        transform-origin: 0 0;
	width: 105%;
	-webkit-transform: scale(0.9);
	-webkit-transform-origin: 0 0;
	   -moz-transform: scale(0.9);
	   -moz-transform-origin: 0 0;
	    -ms-transform: scale(0.9);
	    -ms-transform-origin: 0 0;
	        transform: scale(0.9);

	     -o-transform: scale(0.9);
	     -o-transform-origin: 0 0;
}
@media screen and (max-width: 800px) {
	.framey {
		width: 800px;
		-webkit-transform: scale(0.4);
		   -moz-transform: scale(0.4);
		    -ms-transform: scale(0.4);
		        transform: scale(0.4);

		     -o-transform: scale(0.4);
	}
}
/*///////////////////////////////////////   End Webcam   ///////////////////////////////////////*/



/*BEGIN New Styles */



.createdby {
    color:#000;
    font-weight:600;
}

.article-info-term {
    display:none;
}

.published {
        color:#000;
      font-weight:600;
}

.article-info {
    display:flex;
    justify-content: space-between;
}

.antarctica-blog .page-header h1 {
    font-size:18px;
    background-color:var(--smoke-gray-7);
    display:inline-block;
    padding:5px;
    
}

.com-content-category-blog img {
    float:left;
    width:40%;
    padding-right:30px;
  
}

.com-content-category-blog__item {
    clear:both;  
    margin-bottom:30px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding:20px;
    overflow:hidden;
   
}

.mod-articlescategory {
    list-style-type:none;
    padding:0;
    margin:0;
}

.mod-articlescategory li a {
    margin-left:0;
}


.label-info {
    background-color:#fff;
   
    text-decoration:underline;
}

/*END New Styles */