.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 0px) and (max-width: 800px) {
    .flex.wrap-small {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    .flex.wrap-mobile {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

html[data-browser*="MSIE 9.0"] .flex {
    display: table;
    width: 100%
}

html[data-browser*="MSIE 9.0"] .flex>* {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

#featured-article {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem
}
#featured-article .layout {
    width: 100%
}
#featured-article .left-side {
    width: 30%;
	border-bottom: 3px solid #e9e9ea;
    min-height: 360px;
    padding-bottom: 0;
    box-sizing: border-box
}
#featured-article .left-side .title h2 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 15px;
    padding: 0;
}

#featured-article .left-side .title .excerpt p {
    color: #555;
    font-size: 0.9rem
}

#featured-article .left-side .share {
    font-family: 'PT Sans Caption', sans-serif
}

#featured-article .left-side .share .social .sharetext {
    display: none;
    margin-right: 0.5rem;
    vertical-align: middle;
    height: 3rem;
    color: #009bd6;
    font-size: 1rem;
    text-transform: uppercase
}


#featured-article .right-side {
    width: 65%;
    position: relative
}

#featured-article .right-side .title {
    display: none
}

#featured-article .right-side .title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
	line-height: 1.8rem;
}



#featured-article .right-side .image {
    position: relative;
    line-height: 0;
    background: #fff;
    height: 21rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}


#featured-article .right-side .metas {
    position: absolute;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    bottom: 0
}

#featured-article .right-side .metas .date {
    position: relative;
    font-size: 0.7rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#featured-article .right-side .metas .date .clock {
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icon-clock.png");
    background-size: cover;
    background-position: center center
}

#featured-article .right-side .metas .date .time {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block
}

#featured-article .right-side .metas .comment .comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#featured-article .right-side .metas .comment .comments .icon {
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icon-comment.png");
    background-size: cover;
    background-position: center center
}

#featured-article .right-side .metas .comment .comments .count {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block;
    color: #fff
}

.secondary-featured {
    margin-bottom: 1rem;
	width: 48%;
    float: left;
}
.secondary-featured-border {
	border-bottom: 1px solid #e9e9ea;
}
.secondary-featured-1 {
	float: right;
}

.secondary-featured .title {
	margin: .3rem 0;
}
.secondary-featured .title h3 {
    line-height: 24px
}

.secondary-featured .left-side {
	width:100%;
    position: relative
}
.secondary-featured .left-side .image {
    position: relative;
    line-height: 0;
    background: #fff;
    height: 10rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}



.secondary-featured .left-side .metas {
    position: absolute;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    bottom: 0
}

.secondary-featured .left-side .metas .date {
    position: relative;
    font-size: 0.6rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.secondary-featured .left-side .metas .date .clock {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-clock.png");
    background-size: cover;
    background-position: center center
}

.secondary-featured .left-side .metas .date .time {
    margin-left: 0.5rem;
    font-size: 0.6rem;
    display: block
}

.secondary-featured .left-side .metas .comment .comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.secondary-featured .left-side .metas .comment .comments .icon {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-comment.png");
    background-size: cover;
    background-position: center center
}

.secondary-featured .left-side .metas .comment .comments .count {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block;
    color: #fff
}

.secondary-featured .right-side {
    width: 100%
}

.secondary-featured .right-side .title h3 {
    font-size: 0.9rem;
    font-weight: bold;
	padding: 0;
}

.secondary-featured .right-side .excerpt p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5rem;
    padding-bottom: 0;
}

.secondary-featured-list {
	width: 100%;
	padding-bottom: 0;
	margin-top: 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid #e9e9ea;
} 

.secondary-featured-list .left-side .image {
	height: 22rem;
}
.secondary-featured-list .right-side .title {
	margin: .4rem 0;
}
.secondary-featured-list .right-side .title a {
	font-size: 19px;
    line-height: 26px;
}

#latest-articles .latest-news-article {
    border-bottom: 1px solid #e9e9ea;
    padding-bottom: 5px;
	min-height: 7.4rem;
}

#latest-articles .latest-news-article:last-of-type {
    border-bottom: none
}

#latest-articles .latest-news-article .layout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#latest-articles .latest-news-article .metas {
    margin: 0.3rem 0
}

#latest-articles .latest-news-article .metas .date {
    position: relative;
    font-size: 0.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a4a4a4;
    font-family: "PT Sans Caption",sans-serif;
    text-transform: uppercase
}

#latest-articles .latest-news-article .metas .date .clock {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-clock.png");
    background-size: cover;
    background-position: center center
}

#latest-articles .latest-news-article .metas .date .time {
    margin-left: 0.5rem;
    font-size: 0.6rem;
    display: block
}

#latest-articles .latest-news-article .metas .comment .comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#latest-articles .latest-news-article .metas .comment .comments .icon {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-comment.png");
    background-size: cover;
    background-position: center center
}

#latest-articles .latest-news-article .metas .comment .comments .count {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block;
    color: #555
}

#latest-articles .latest-news-article .left-side {
    position: relative;
    width: 22%;
    float: left;
    margin-right: 1rem;
	margin-bottom: 0.1rem;
}

#latest-articles .latest-news-article .left-side .image {
    width: 100%;
    height: 5rem;
    background-size: cover;
    background-position: center center
}

#latest-articles .latest-news-article .left-side .blueboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: initial;
    left: initial;
}

#latest-articles .latest-news-article .left-side .blueboxes .text {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.5rem;
    text-align: center;
    height: auto;
    line-height: 1rem
}

#latest-articles .latest-news-article .left-side .blueboxes .images {
    display: none
}

#latest-articles .latest-news-article .right-side {
    position: relative;
    width: auto;
    padding-left: 25%
}
#latest-articles .latest-news-article .right-side .title {
    font-family: 'PT Sans', sans-serif
}

#latest-articles .latest-news-article .right-side .title h3 {
    font-size: 0.9rem;
    color: #222;
    font-weight: 800;
    line-height: 1.2rem;
}
#latest-articles .latest-news-article .right-side .excerpt p {
	font-size: 0.9rem;
    color: #555;
    line-height: 1.5rem;
    padding-bottom: 0;
}


.midbanner #div-gpt-ad-1469629970218-1 {
    margin: auto
}

#pbd-alp-load-posts {
    margin-top: 1rem
}

.pbd-alp-placeholder-2 .class1{
	padding-top: 1rem;
    border-top: 1px solid #e9e9ea
}

.tag.no-img .images {
    display: none
}

.widget.formnews2.juston480 {
    margin-top: 5rem
}

.single .content {
    position: relative
}

.single .content #tag {
    position: absolute;
    margin-left: 0.5rem;
    margin-top: 0.5rem
}

.single .content #tag .blueboxes {
    position: relative
}

.single .singlepostview .postview {
    width: 74%
}
@media (min-width: 0px) and (max-width: 1300px) {
	.below-section-tower-ad {
		display: none;
	}
	.maincontent .lastnews.categorynews .thirdposts{width:100%;}
}
@media (min-width: 0px) and (max-width: 1024px) {
	.secondary-featured {
		width: 100%;
		padding-bottom: 1rem;
		border-bottom: 1px solid #e9e9ea;
		margin-bottom: 1rem;
    }
	.secondary-featured-border {
		display: none;
	}
	
	.secondary-featured-list .left-side .image {
		height: 15rem;
	}
	#featured-article .left-side .title h2 {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
} 

@media (min-width: 0px) and (max-width: 800px) {
    #featured-article .left-side {
        width:100%;
        min-height: inherit;
		margin-top: .5rem;
    }
	.secondary-featured-1 {
		margin-bottom: 0;
		padding-bottom: .5rem;
	}
	#latest-articles .secondary-featured{
		margin-bottom: 0;
		padding-bottom: 0;
	}
    #featured-article .layout {
        -ms-flex-wrap:wrap-reverse;
        flex-wrap: wrap-reverse
    }
    .box-othercat .box-link {
        margin-top:2rem
    }
    .box-othercat .box-link {
        margin-top:0
    }
    #featured-article .right-side {
        width:100%
    }
	#latest-articles .latest-news-article .right-side {
        width:100%;
        padding-left: 0
    }
}
@media (min-width: 0px) and (max-width: 565px) {
    #featured-article .left-side .share .social .sharetext {
        display:inline-block
    }
    #featured-article .left-side .title {
        display:none
    }
    #featured-article .right-side .image {
        height:15rem;
        margin-bottom: 0.5rem
    }
    .single .singlepostview .postview {
        width:100%
    }
	.secondary-featured .right-side .title h3 {
        font-size:1rem;
        line-height: 1.5rem
    }
	.secondary-featured .right-side .excerpt p {
        font-size:1rem;
        line-height: 1.5rem;
	}
    #latest-articles .latest-news-article .right-side .excerpt p {
        font-size:1rem;
        line-height: 24px
    }
    .midbanner {
        margin:0.5rem auto
    }
    .secondary-featured .left-side .image {
        height:15rem;
        margin-bottom: 0.5rem
    }
    #latest-articles .latest-news-article .right-side .title h3 {
        font-size:1rem;
        line-height: 24px
    }
    #featured-article .right-side .title {
        display:block
    }
}
#shareArticlePop {
    position: fixed;
    top: 0 !important;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.68);
	overflow: auto;
}
#shareArticlePopTitle {
    margin-bottom: .5rem;
    font-weight: 700;  	
}
#shareArticlePopInner {
	background: #fff;
    width: 32rem;
	max-width: 95%;
    z-index: 4;
    top: 15%;
    margin: auto;
    position: relative;
    padding: 2rem;
	font-family: 'Montserrat', sans-serif;
}
.single #shareArticlePopInner {
	padding: 2rem 3.6rem 2rem 2rem;
}
#shareArticlePopClose:hover {
	color:#808080;
}
#shareArticlePopInner #shareArticleTitle {
    margin-bottom: 2rem;
}
#shareArticlePopInner .required{
	color: #790000; 
	margin-left: 4px;
}
#shareArticlePopInner .article-share-half {
	width: 45%;
}
#shareArticlePopInner .article-share-half.email-field{ 
} 
#shareArticlePopInner .article-share-half.name-field{
    float: right;
}
#shareArticlePopInner input, #shareArticlePopInner textarea {
	width: 100%;
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
	margin: .6rem 0;
}
#shareArticlePopInner .wpcf7-submit{
	position: relative;
    top: 1rem;
    width: 50%;
    margin: auto;
    color: #fff;
    border: none;
    background: #009bd6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
} 
#shareVideoPopClose {
	float: right;
    width: 1.2rem;
	cursor: pointer;
}
#shareArticlePopInner input[name="share-url"] {
	display:none;
}
.featured-post .share-article {
	display: inline;
}
@media (min-width: 0px) and (max-width: 600px) {
	#shareArticlePopInner {
		width: initial;
	}	
	#shareArticlePopInner .article-share-half {
		width: 100%;
	}
}
.gcaptcha_notice {
	font-size: 13px;	
}
.grecaptcha-badge { visibility: hidden; }

#subscribeArticlePage .subscribe_copy2 {
	display: none;
}
#subscribeArticlePage.form_visible .signup_cta {
	display:none;
}
#subscribeArticlePage.form_visible .form {
	display:block;
}
#subscribeArticlePage.form_hidden form {
	display:none;
}
#subscribeArticlePage.form_hidden .signup_cta {
	display:block;
}
#subscribeArticlePage {
    background: inherit;
    color: #009bd6;
    margin: 2rem 0;
    padding: 1rem 0;
    border: .15rem solid #009bd6;
    border-right: none;
    border-left: none;
}
#subscribeArticlePage .signup_cta {
	float: none !important;
    margin: auto !important;
}
#subscribeArticlePage form {
	
    width: 100%;
    margin: auto;
}
#subscribeArticlePage .subscribe_copy{
	font-weight: bold;
    text-align: center;
}
#subscribeArticlePage .signup_field {
    display: block;
    float: left;
    border: none;
	margin-right: 9px;
    border-bottom: 1px solid #009bd6;
	line-height: 1.4rem;
    border-radius: 0;
	width: 30%;
}
#subscribeArticlePage .signup_fname, #subscribeArticlePage .signup_lname {
	width: 21%;
} 
#subscribeArticlePage .signup_submit {
    border: none;
    text-align: center;
	margin-right: 0px;
    margin: 0;
    padding: 0 1rem;
    text-indent: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background: #009bd6;
    font-size: 14px;
    height: 1.8rem;
    line-height: 1.8rem;
	width: 20%;
	cursor: pointer;
	color: #fff;
}

@media only screen and (max-width : 1200px){
	#subscribeArticlePage .subscribe_copy {
		line-height: 1.6rem;
		font-size: 15px;
	}
	#subscribeArticlePage .signup_submit {
		padding: 0;
	}

}
@media only screen and (max-width : 950px){
	#subscribeArticlePage {
		margin: 1rem 0;
		padding: .5rem 0;
		font-size: 14px;
	}
	#subscribeArticlePage .subscribe_copy {
		font-size: 12px;
	}
	#subscribeArticlePage .signup_field {
		width: 100%;
		max-width: none;
		margin-bottom: .5rem;
		float: none;
	}
	#subscribeArticlePage .signup_fname {
		width: 46%;
		float: left;
	}
	#subscribeArticlePage .signup_lname {
		width: 46%;
		float: right;
	    margin-right: 0;
		padding-right: 0;
	} 
	#subscribeArticlePage form{
		width: 85%;
		margin: auto;
	}
	#subscribeArticlePage .subscribe_copy{
		line-height: 1.5rem;
		font-size: 14px;
	}
	#subscribeArticlePage .signup_submit {
		margin: auto;
		width: 50% !important;
		margin-top: 1rem;
	}
}
@media only screen and (max-width : 768px){
	#subscribeArticlePage .subscribe_copy {
		font-size: 14px;
	}
	#subscribeArticlePage .signup_field {
		margin-bottom: .2rem;
		padding: .1px;
	}
}
.clearBoth { 
    clear: both;
}
.page-template-page-epaper .content {
		
	border-bottom: 2px solid #004b68;
    margin-bottom: 1rem;
}
.page-template-page-epaper .epaper-year-link {
    display: block;
    float: left;
    padding: 0 3rem;
    margin-right: 1rem;
    line-height: 44px;
    text-align: center;
    border-radius: 10px;
    background: #009bd6;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: all .2s;
}
.page-template-page-epaper .epaper-year-link-selected{
	background: #004b68;
}
.page-template-page-epaper h2.title {
	background: rgba(0, 0, 0, 0) url("images/line1.png") no-repeat scroll 0 100%;
	border-bottom:none;
	text-transform:uppercase;
	font-size:24px;
	float: left;
	padding-right: 5rem;
	margin-right: 2rem;
}
.epaperList {
    margin-left: 0;
}
.epaperList .epaperBlock {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    position: relative; 
}
 
.epaperList .epaperBlock h4 {
	font-family: "PT Sans",sans-serif;
	font-size:14px;
	color:#222222;
	text-align:center;
	font-weight:bold;
}
.epaperList .epaperBlock .preview .epaper-preview-img-cont{
    border: 1px solid #e9e9ea;
    display: block;
    height: 130px;
    overflow: hidden;
    width: 133px;
}
.epaperList .epaperBlock .preview {margin: .7rem .7rem;}
.epaperList .epaperBlock .preview img {
	position: relative;
	top: -26px;
}
@media (max-width: 1200px) and (min-width: 0px) {
	.epaperYearContMobile {
		display: block;
		width: 100%;
		clear: both;
	}
	.epaper-year-link {
		margin: .2rem;
		width: 40%;
		padding: 0 !important;
	}
}
.postview .content table, .postview .content th, .postview .content td {
    border: 1px solid black;
}
.postview .content td {
    padding: 2px 4px;
}