/*
Theme Name:         SevenFifty Daily
Theme URI:          http://daily.sevenfifty.com/
Description:
Version:            1.0.0
Author:             Headway
Author URI:         http://headway.io/
Text Domain:        sage
*/

.post-box {
    position: relative;
    padding: 20px;
    padding-left: 237px;
    margin: 120px 0;
    font-size: 18px;
    line-height: 1.5;
  min-height: 237px;
}

.post-box:after {
    position: absolute;
    top: calc(100% + 60px);
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    border-color: #2b2b2b;
    border-image-repeat: round;
    border-image-slice: 33% 33%;
    border-image-source: url('assets/images/svg/dots.svg');
    border-style: dotted;
    border-width: 5px 0 0;
}

.post-box:first-child {
    margin-top: 0 !important;
}

.post-box:last-child {
    margin-bottom: 0 !important;
}

.post-box:last-child:after {
    display: none;
}

.post-box._bg-gray {
    background-color: #f8f8f5;
}

.post-box_image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 197px;
}

.post-box_image img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.post-box_heading {
    min-height: 50px;
    margin-bottom: 13px;
}

.post-box h2 {
    font-family: FSLucasWebSemibold;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin: 0 0 5px;
}

.post-box h2 i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-style: normal;
}

.post-box h3 {
    font-family: FSLucasWebLight;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #279AAF;
    margin: 0;
}

.post-box h3 a {
    color: inherit;
}

.post-box p {
    margin: 0 0 9px;
}

.post-box p:last-child {
	margin: 0 0 9px;
}

.post-box p.info {
    margin-bottom: 10px;
    font-family: FSLucasWebSemibold;
    font-weight: 600;
}

.post-box .load-more {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-family: FSLucasWebSemibold;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: none;
}

.btn-alt {
    padding: 7px 8px 6px;
    background: #009ACD;
    border: none;
    border-radius: 8px;
    font-family: FSLucasWebSemibold;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: all .2s linear;
}

.btn-alt:hover {
    color: #fff;
    background: #0080aa;
}

.btn-alt:focus {
    color: #fff;
}

.btn-alt._yellow {
    background: #E6BD00;
}

.btn-alt._yellow:hover {
    background: #bf9d00;
}

.btn-alt span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.btn-alt span + span {
    margin-left: 20px;
}

.btn-alt span + span:before {
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 2;
    content: '';
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #fff;
}

.btn-alt img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 1px;
}

.v-ellipsis a {
	font-family: FSLucasWebSemibold;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	border: none;
	cursor: pointer;
}

@media (max-width:991px)  {
    .post-box {
        padding-left: 190px;
    }

    .post-box_image {
        width: 150px;
    }
}

@media (max-width:666px)  {
    .post-box {
        padding-left: 190px;
    }

    .post-box_image {
        width: 150px;
    }
}

@media (max-width:559px)  {
    .post-box {
        padding: 0;
        margin: 80px 0;
        background: none !important;
      min-height: auto;
    }

    .post-box:after {
        top: calc(100% + 40px);
    }

    .post-box_image {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }

    .post-box_image img {
        width: 100%;
    }

    .post-box h2 i {
        display: none;
    }

    .post-box_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

		.post-box .text-wrap {
			display: flex;
			flex-direction: column;
			margin-bottom: 6px;
		}

		.post-box .text-wrap .text-content {
			height: 56px;
			position: relative;
			overflow: hidden;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			text-overflow: ellipsis;
		}

		.post-box.expanded .text-wrap .text-content {
			height: auto;
			display: block;
			text-overflow: none;
			overflow: visible;
		}

    .post-box.expanded .text-wrap p {
        margin-right: 0;
    }

    .post-box .load-more {
        display: block;
				position: relative;
    }

    .post-box.expanded .load-more {
        display: none;
    }

    .btn-alt {
        border-radius: 15px;
        padding: 10px 15px 9px;
        margin-bottom: 25px;
        font-size: 25px;
    }

    .btn-alt span + span {
        margin-left: 38px;
    }

    .btn-alt span + span:before {
        width: 2px;
        height: 34px;
        left: -21px;
    }

    .btn-alt img {
        width: 140px;
        margin: -2px 0 2px;
    }
}








/* home page sidebar blocks styles */

.row.is-table-lg-row,
.row.is-table-md-row {
    width: calc(100% + 60px);
}

.feature-block .news + .news {
    border-top: 1px solid #979797;
    margin-top: 30px;
    padding-top: 30px;
}

@media (max-width:1199px) {
    .feature-block .news .wrapper {
        display: flex;
        justify-content: space-between;
    }

    .feature-block .news .headline-count-5 article {
        width: auto;
        max-width: 33.33%;
    }
}

@media (max-width:767px) {
    .feature-block .news .wrapper {
        display: block;
    }

    .feature-block .news .headline-count-5 article {
        max-width: inherit;
    }
}
/*Header Update*/
.left-separated-item:before {
    content: " ";
    width: 2px;
    height: 14px;
    background: #0C273E;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}
.left-separated-item a{
    color: #0f96aa;
}
.banner .sevenfifty a .sevenfifty-container{
    width: 100px;
}
nav li.sevenfifty:hover img:not(.provi-hidden){
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.25;
}
nav li.sevenfifty img{
    margin-top: -3px;
}
/*Provi Footer + Article CTA*/
.provi-footer-wrapper{
    margin: 40px 0;
    padding-left: 60px;
    padding-right: 60px;
}
.provi-footer-wrapper + footer{
    margin-top: 0;
}
.provi-footer-wrapper-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    background: #E5F2EC;
    max-width: 1024px;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    transition: 0.25s ease all;
}
.provi-footer-wrapper-inner:hover{
    opacity: 0.9;
}
.provi-footer-wrapper > .container{
    padding-top: 40px;
    border-top: 1px solid #ccc;
    max-width: 1300px;
}
.provi-footer-image-wrapper{
    padding-right: 25px;
    border-right: 1px solid black;
}
.provi-footer-image-wrapper img{
    width: 175px;
}
.provi-footer-text-wrapper{
    padding-left: 25px;
}
.provi-footer-text-wrapper p{
    margin-bottom: 0;
}
.provi-footer-text-wrapper > *{
    font-family: FSLucasWebRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: black;
}
.article-cta-inner{
    text-align: center;
    padding: 40px 30px 50px;
    border: 2px solid;
    background: white;
}
.article-cta-header{
    display: inline-block;
    text-align: left;
}
.article-cta-header .cta-title{
    font-family: NoeDisplayBold,Georgia,Times New Roman,Times,serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 54px;
    color: black;
}
.article-cta-header img{
    width: 160px;
}
.article-cta-wrapper{
    margin: 50px 0;
}
.article-cta-content{
    font-family: FSLucasWebRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 0.9px;
    color: black;
    font-size: 34px;
}
.article-cta-content .cta-title{
    margin: 20px 0 10px;
    font-size: 2.9rem;
    letter-spacing: 0.9px;
}
.article-cta-content .cta-description{
    color: #8A8A8A;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
}
.article-cta-content .form-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    max-width: 600px;
    margin: auto;
}
.article-cta-content .form-inner .input-wrapper{
    margin-right: 25px;
    text-align: left;
    flex: 1;
}
.article-cta-content .form-inner button{
    border: none;
    background: #E5F2EC;
    font-weight: 500;
    color: #0C273E;
    font-size: 19px;
    padding: 0 15px;
}

.article-cta-content .form-inner input{
    border: 1px solid black;
}
.article-cta-content .form-inner label{
    font-size: 14px;
}
.article-cta-content .form-inner button,
.article-cta-content .form-inner input{
    height: 35px;
}
@media screen and (max-width: 567px){
    .provi-footer-wrapper-inner{
        display: block;
        text-align: center;
    }
    .provi-footer-image-wrapper{
        padding-right: 0;
        border-right: none;
        padding-bottom: 10px;
    }
    .provi-footer-text-wrapper{
        padding-left: 0;
    }
    .provi-footer-image-wrapper img {
        border-bottom: 1px dashed black;
        padding-bottom: 10px;
    }
    .article-cta-inner{
        padding: 7%;
    }
    .article-cta-content .cta-title {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 399px){
    .article-cta-content .form-inner{
        display: block;
    }
    .article-cta-content .form-inner .input-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .article-cta-content .form-inner button{
        width: 100%;
    }
}