﻿.widget_holder1 {
    background: #015D74;
    width: 480px;
    min-height : 360px;
    padding: 25px 30px 30px 30px;
    float: right;
    font-family: inherit;
}


div.widget_holder1 > h2 {
    height: 25px;
    width: 100%;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.66px;
    line-height: 25px;
}

div.widget_holder1 * {
    color: #FFFFFF;

}

div.widget_holder1 > article {
    margin-top: 28px;
    margin-bottom: 38px;
    display: flex;
    flex-direction: column;
}

.content {
    display: flex;
    margin-bottom: calc(5%);
}

.content > .mask {
    position: relative;
}

.mask > .mask_content {
    overflow: hidden;
    height: 100px;
    width: 100px;
    margin-right: calc(2.52214%);
}

.mask > .mask_content > img {
    width: 100%;
}

.content > p {
    width: calc(69.93%);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    margin-left: calc(5%);
}

.content > p > a {
    text-decoration: none;
    color: #FFFFFF;
}

.content > p > a:hover {
    color: #3BB2D5;
    text-decoration: underline;
}

.summary {
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

.readMore {
	/* height: 24px;
	width: 86px; */
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.54px;
	line-height: 24px;
    text-decoration: none;
}

.readMore:hover {
    color: #3BB2D5;
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .widget_holder1 {
        float: none;
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }

    div.widget_holder1 > h2 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 414px) {
    .widget_holder1 {
        width: 100%;
        padding: 25px 15px 27px;
    }

    div.widget_holder1 > article {
        margin: 27px 0 30px;
    }

    .mask > .mask_content {
        height: 93.333px;
        width: 93.333px;
    }

    .content > p {
        font-size: 21px;
        line-height: 24px;
    }

    .summary {
        font-size: 16px;
    }
}

div.widget_holder2 {
	height: 100%;
	width: 100%;
	border: 2px solid #009DC6;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  font-family: inherit;
}

div.widget_holder2 > h2 {
	height: 38px;
	width: 100%;
	color: #009DC6;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 38px;
  text-align: center;
  margin-top: 34px;
}

div.widget_holder2 > div.article_lists {
  display: flex;
  width: 100%;
  padding: 0 25px;
  padding-top: 34px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

div.article_tile {
  width: calc(33.3333% - 50px);
  margin: 0 25px;
  position: relative;
}

div.article_tile > img.article_tile_img {
	width: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
}

div.article_tile > h3.article_tile_title {
	width: 100%;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
  margin: 27px 0 19px;
}

div.article_tile > h3.article_tile_title > a {
    text-decoration: none;
    color: black;
}

div.article_tile > h3.article_tile_title > a:hover {
  color: #3BB2D5;
  text-decoration: underline;
}

div.article_tile > .article_content {
  padding-bottom: 30px;
  line-height: 24px;
}

div.article_tile > a.article_readmore {
	width: 100%;
	color: #015D74;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.54px;
	line-height: 24px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

div.article_tile > a.article_readmore:hover {
  color: #3BB2D5;
  text-decoration: underline;
}

div.widget_holder2 > .breaker {
  border-bottom: 2px solid #BFBFBF;
  margin: 47px 50px 38px;
}

a.all_article_btn {
  width: 200px;
  height: 45px;
  display: flex;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 1.54px;
  line-height: 24px;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 52px;
  margin-left: calc(100% - 250px);
}

a.all_article_btn:hover {
    opacity: 0.8;
}

.all_article_btn > div#article_btn_text {
	height: 45px;
	width: 153px;
	background-color: #009DC6;
  margin-right: 2px;
  padding: 12px 31px 9px 17px;
  font-size: 11px;
}

a.all_article_btn > div#article-btn-arrow {
	height: 45px;
	width: 45px;
	background-color: #009DC6;
  padding-top: 12px;
  text-align: center;
}

a.all_article_btn > div#article-btn-arrow > img {
  fill: white;
}

@media only screen and (max-width: 991px) {
    div.widget_holder2 {
        border: none;
    }

    div.article_tile > .article_content {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px) {
    div.widget_holder2 {
        border: 0;
    }

    div.article_tile > h3.article_tile_title {
        line-height: 26px;
    }
}

@media only screen and (max-width: 640px) {
    div.widget_holder2 {
        justify-content: center;
        margin-bottom: 0;
    }

    div.widget_holder2 > h2 {
        font-size: 1.5em;
    }

    div.widget_holder2 > div.article_lists {
        padding: 34px 0 0;
        margin-bottom: 0;
    }

    div.article_tile {
        width: 100%;
        margin: 0;
        margin-bottom: 70px;
    }

    div.article_tile > .article_content {
        margin-bottom: 26.666px;
        font-size: 18px;
        line-height: 24px;
    }

    div.widget_holder2 > .breaker {
        margin: 0 0 38px;
    }

    a.all_article_btn {
        margin-left: calc(100% - 212px);
    }
}

@media only screen and (max-width: 414px) {
    div.article_tile > .article_content {
        font-size: 16px;

    }
}
