

@media screen and (min-width:1025px) {
    
    .teaser-white {
        float: none;
        width: auto;
        margin: 0;
        max-width: 400px
    }
    .teaser-white .textarea {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 3;
        padding: 15px;
        background-color: rgba(31, 55, 119, .95);
		color:#fff;
    }
}

.teaser-white .heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff
}

@media screen and (min-width:1025px) {
    .teaser-white .heading {
        font-size: 20px;
        line-height: 1.3
    }
}

.teaser-white .label {
    margin: 0 0 10px;
    font-size: 12px;
    color: #384a50;
    font-weight: 400
}

.teaser-white .desc {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    height: 0;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin: 0;
    display: none;
    opacity: 0;
	
}

.teaser-white:hover .textarea {
    background-color: #4d4d4d;
	color:#fff;
}

.teaser-white:hover .heading {
    color: #fff
}

@media screen and (min-width:481px) {
    .module .teaser-white {
        float: left;
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:1025px) {
    .teaser-white .desc {
        display: block
    }
    .teaser-white {
        padding: 0;
        border-radius: 3px 3px 0 0;
        position: relative;
        overflow: hidden;
        height: auto
    }
    .teaser-white:hover .textarea {
        height: 180px!important
    }
    .teaser-white:hover .desc {
        height: auto;
        opacity: 1;
		
    }
    .module .teaser-white {
        float: none;
        width: auto;
        margin: 0;
        max-width: 400px
    }
}


.img-caption img,
.teaser,
.teaser span,
.teasers-row ul li{
    display: block
}


.teasers-row {
    padding: 0 0 0px;
    position: relative;
    background-color: #fff
}

@media screen and (min-width:481px) {
    .teasers-row ul li {
        float: left;
        width: 49%;
        margin: 0 2% 20px 0
    }
    .teasers-row ul li:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (min-width:1025px) {
    .teasers-row ul{margin: 0px 0 48px;}
    .teasers-row ul li {
        float: left;
        width: 23.5%;
        margin: 0 2% 0 0
    }
    .teasers-row ul li:nth-child(3n+3) {
        margin-right: 2%
    }
    .teasers-row ul li:nth-child(2n+2) {
        margin-right: 2%
    }
    .teasers-row ul li:nth-child(4n+4) {
        margin-right: 0
    }
}

.teaser {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.teaser:after {
    bottom: 0;
    right: 0;
    width: 0;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #050770;
    opacity: .8;
    z-index: 2
}

.teaser .teaser-textarea svg,
.teaser.teaser2:before {
    position: absolute;
    opacity: .9;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.teaser.teaser2 {
    float: none;
    margin: 0;
    width: auto
}

.teaser.teaser2:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 0 0 483px;
    border-color: transparent transparent transparent #06098b;
    z-index: 2;
    pointer-events: none
}

.teaser.teaser2:hover:before {
    border-width: 300px 0 0 724px
}

.teaser.teaser2 .heading {
    /*width: 90%*/ width: 100%;
}

.teaser .teaser-textarea {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 0 20px
}

.teaser .teaser-textarea svg {
    width: 300px;
    height: 300px
}

.img-caption,
.teaser span {
    position: relative
}

.teaser span {
    padding: 0 20px;
    z-index: 10
}

.teaser .label {
    margin: 0 0 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    opacity: 1
}

.teaser .heading {
    /*font-size: 24px;*/ font-size: 22px;
    margin: 0 0 10px;
    width: 75%;
    line-height: 1.2
}

.teaser .desc {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    height: 0;
    overflow: hidden
}

.img-caption .caption,
.video .caption {
    padding: 20px;
    line-height: 1.4;
    font-size: 16px;
    color: #fff
}

.teaser:hover:before {
    opacity: 1;
    border-color: transparent transparent transparent #06098b;
}

.teaser:hover .teaser-textarea svg {
    height: 500px;
    width: 500px;
    opacity: .9
}

.teaser:hover .desc {
    height: 100px
}


.teasers,
.teasers ul li,
.teasers ul li ul {
    margin: 0 0 30px
}

.modal-window img {
    max-width: 400px;
    height: auto
}

.teasers {
    overflow: hidden
}

.teasers ul li {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #e6e6e6
}

.teasers ul li ul li {
    border: none;
    overflow: visible;
    margin: 0;
    padding: 15px 0
}

.teasers ul li ul li:after {
    height: 1px;
    display: block;
    position: absolute;
    border-bottom: 1px solid #e6e6e6;
    width: 40px;
    bottom: 0
}

.teasers ul li h3 {
    color: #384a50
}

.teasers ul li a h3 {
    color: #0099c4
}

.teasers ul li a:hover h3 {
    color: #27376f
}

.teasers ul li p:last-child {
    margin: 0
}

.teasers ul .new {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90)
}

.teasers ul .img-container {
    float: left;
    padding: 0 20px 0 0;
    width: 25%
}

.teasers ul .text-container {
    float: left;
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px
}

.teasers ul .text-container h3 {
    margin: 0 0 10px
}

.teasers ul .text-container .label {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.teasers ul .text-container p {
    color: #384a50;
    margin: 0
}

.teasers ul .text-container .inner-teaser {
    margin: 0 0 20px
}

.teasers ul .text-container .btn {
    margin-top: 20px
}

.teasers ul .text-container svg {
    width: 30px;
    display: inline-block;
    height: 30px;
    position: relative;
    top: 12px;
    left: 0;
    margin: 0 5px 0 0
}





.module-related-content img {
    width: 100%
}

.teasers-row .module-related-content {
    padding: 0
}
.readmore {
    background-color: #2a2a2a;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px 6px 12px!important;
    display: inline-block!important;
}

.readmore:hover {
    background-color: #4d4d4d;
    color: #fff;
	text-decoration:none;
    
}
.thumb-info:hover .thumb-info-title{ background-color:#4d4d4d;}
/*.teasers-row .module-related-content:nth-child(2) {
    padding-top: 30px
}
*/

.listing-news a {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    color: #fff;
    display: block;
    height: 100%;
    padding: 0 0 20px;
}

.listing-news a {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    color: #fff;
    display: block;
    height: 100%;
    padding: 0 0 20px
}

.listing-news a span {
    display: block
}

.listing-news a img {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    margin: 0 0 20px;
    opacity: .8
}

.listing-news a .heading {
    color: #fff;
    margin: 0 0 0px;
    font-size: 16px;
    padding: 0;
	text-align: center;
}

.listing-news a .label {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 400;
    opacity: .8
}

.listing-news a .label span {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    font-weight: 600;
    color: #0c406d;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.listing-news a .label span.no-border {
    border-right: none
}

.listing-news a .desc {
    display: none
}

.img-caption img,
.teaser,
.teaser span,
.teasers-row ul li
{
    display: block
}

.listing-news a.video-teaser img {
    opacity: .5
}

.listing-news a.video-teaser svg {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(30% - 50px);
    fill: transparent;
    z-index: 2
}

.listing-news a.video-teaser:hover img {
    opacity: .3
}

.listing-news a.video-teaser:hover svg {
    fill: #fff
}

.listing-news a.noimage {
    background-color: #1a280e;
    color: #fff;
    padding: 20px 10px;
    position: relative;
    overflow: hidden
}

.listing-news a.noimage:before,
.teaser:after {
    position: absolute;
    height: 0;
    content: "";
    border-style: solid
}

.listing-news a.noimage:before {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    bottom: -130px;
    left: 0;
    width: 0;
    border-width: 200px 0 0 483px;
    border-color: transparent transparent transparent #95c11f;
    opacity: .5;
    z-index: 0
}

.listing-news a.noimage .heading {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    color: #95c11f;
    font-size: 16px
}

.listing-news a.noimage .label {
    color: #fff
}

.listing-news a.noimage .label span {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.listing-news a:hover {
    background-color: #4d4d4d;
	color:#fff;
}

.listing-news a:hover .heading {
    color: #fff;
	
}

.listing-news a:hover img {
    opacity: 1
}

.listing-news a:hover.noimage {
    background-color: #5b7813
}

.listing-news a:hover.noimage .heading {
    color: #fff
}

.listing-news a.berry {
    background-color: #30050c
}

.listing-news a.berry:before {
    border-color: transparent transparent transparent #e4003a
}

.listing-news a.berry .heading {
    color: #e4003a
}

.listing-news a.berry:hover.noimage {
    background-color: #820e21
}

.listing-news a.sea {
    background-color: #141c38
}

.listing-news a.sea:before {
    border-color: transparent transparent transparent #0099c4
}

.listing-news a.sea .heading {
    color: #0099c4
}

.listing-news a.sea:hover.noimage {
    background-color: #27376f
}

.img-container img{width:100%; height:auto;}

.listing-news a {
    background-color: #1f3777;
    color: #fff;
}

.listing-news a:hover {
    background-color: #4d4d4d;
    color: #fff;
	text-decoration:none!important;
}

.cta {
    padding: 120px 40px;
    background: #0c406d;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
	text-align: center;
}

.cta h2 {
    font-size: 42px;
    margin: 40px;
	color:#fff;
	font-weight:600;
}

.cta p {
    color: rgba(255, 255, 255, 1);
	z-index: 2;
	text-shadow: 4px 4px 15px rgba(0, 0, 0, .25);
}

.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1!important;
    opacity: 1;
}

.thumb-info .thumb-info-title{bottom: -75px;}


@media screen and (min-width:1025px) {
    .listing-news ul li {
        float: left;
        width: 25%;
        border: 4px solid transparent
    }
    .listing-news ul li a {
        padding: 0 0 20px;
		background-color:#1f3777;
    }
    .listing-news ul li a .heading {
        font-size: 18px;margin: 0px;
        padding: 0 10px; text-align: center;
    }
    .listing-news ul li a .desc,
    .listing-news ul li a .label {
        padding: 0 10px
    }
    .listing-news ul li a.noimage {
        padding: 80px 20px 20px
    }
    .listing-news ul li a.noimage .heading {
        font-size: 26px
    }
}
