.ul-reset {
    padding: 0;
    list-style: none;
}

.headingH1, .headingH2 {
	font-weight: 600;
	color: #0071c5!important;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.row_ripe {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column_ripe {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	flex: 33.33333333333%;
	max-width: 33.33333333333%;
	padding: 0 4px;
	align-items: center;
}

.column-50 {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
	align-items: center;
}

.column_ripe img {
	margin-top: 8px;
	vertical-align: middle;
}

.carousel-item-wrapper a, .carousel-item-wrapper a:visited {
    text-align: center;
    align-self: auto;
    padding: 20px;
}

.carousel-item-wrapper a:hover {
	text-decoration: underline;
}

.ripe-chev-bg {
	height: inherit!important;
	background: rgba(0, 0, 0, 0.2);
}

.rounded {
	border-radius: 50vh;
}

.ar-ful {
	font-size: 1.0em;
}

.ar-title, .ar-ful, .ful-links-title, .ful-heading {
	color: #0072C6;
}

.ful-links-title {
	font-size: 1.5em;
}

.ful-links-title, .ful-heading {
	font-weight: bold;
}

.ful-indent {
	padding-left: 20px;
}

.ar-header {
	background: #1f5393;
    color: #fff !important;
    padding: 15px 20px;	
}

.ar-links-img {
	margin: auto;
	width: 135px;
	height: 135px;
	border-radius: 50vh;
	border: 5px solid #1f5393;
	background-position: center;
	background-size: cover;
}

.ar-pc {
	margin-top: 50px;
	text-align: center;
}

.ar-pc img {
	width: 100%;
}

.btn_ripe {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    font-weight: 600;
}

.btn-rounded_ripe {
    border-radius: 50vh!important;
    padding: 25px 20px;
    margin: 20px;
    min-width: 255px;
    max-width: 255px;
}

.btn-rounded-ca_ripe {
	min-width: 253px;
	max-width: 253px;
}

.btn-accent_ripe {
    background: #0071c5 !important;
    color: #fff !important;
}

.btn-ml_ripe {
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	height: 80px;
}

.btn_ripe:hover {
	text-decoration: underline;
}

.large-btn {
	font-size: 20px;
	padding: 20px 20px;
	max-width: 100%;
}

.column-50 > img {
	width: 135px;
}

.link > ul {
	color: #0071bc;
}

.links-list {
	margin-top: 20px;
}

.links {
	flex-direction: column;
	display: flex;
	align-items: center;
}

.links-list-img, .links-list-img-sm {
	text-align: center;
}

.links-list-img img {
	width: 135px;
}

.links-img {
	width: 135px;
}

.links-list-img-sm img{
	width: 85px;
}
/* Start Flip Boxes */
.box {
    color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box b > p,
.box h3,
.box h4 {
    color: #fff;
    margin: 0 0 10px;
    padding: 0 20px;
}

.box h3 {
    font-size: 30px;
}

.box h4 {
    font-size: 26px;
}

.box + .box {
    margin-left: 40px;
}

.box-wrap,
.box__link {
    padding: 20px;
    display: flex;
}

.box__link {
    background: rgba(0, 0, 0, .2);
    /*margin: 20px 0 0*/
}

.box__link span {
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
}

.box__link:hover {
    background: rgba(0, 0, 0, .3);
}

.light-text {
    font-weight: 300;
}

.box--1 {
	background: #2e8540;
}

.box--2 {
    background: #0071bc;
}

.box--3 {
    background: #333;
}

.box--4 {
	background: #e76d1f;
	margin: 0 0 0 auto;
}

.box--5 {
	background: #711571;
	margin: 0 auto 0 ;
}

.box__img {
    text-align: right;
    padding: 20px;
}

.box__txt ul {
    padding: 20px 20px 0 40px;
    margin: 0;
}

.box__txt ul p {
    font-size: 19px;
    font-weight: 700;
}

.flip-box {
    background-color: transparent;
    perspective: 1000px;
    margin: auto;
    padding: 25px 20px;
}

.flip-box-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipper .flip-box-inner {
    transform: rotateY(180deg);
}

.flipper .flip-box-back {
    transform: rotateY(180deg);
    -ms-transform: rotateY(0deg);
}

.flipper .flip-box-back>div {
    -ms-transform: rotateY(180deg);
}

.flipper .flip-box-back {
    display: block;
}

.flipper .flip-box-front {
    display: none;
}

.flip-box-front,
.flip-box-back {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    display: block;
}

.flip-box-back {
    color: white;
    transform: rotateY(180deg);
    display: none;
}

.flip-box-back>div>div>h3 {
    padding-top: 20px;
}
/*End Flip Boxes */
        
.rpt-heading {
	display: flex;
	align-items: center;
}

.rpt-table-header {
	margin: 50px auto 20px auto;
	text-align: center;
	width: 75%
}
        
.reports-links {
	display: flex;
	text-align: center;
	align-items: end;
	margin-top: 100px;
}

.reports-links-inner-30 {
	padding: 20px 30px;
	font-size: 24px;
}

.reports-links-inner-50 {
	padding: 20px 50px;
	font-size: 24px;
}

.reports-links-inner-60 {
	padding: 20px 60px;
	font-size: 24px;
}

.reports-links p {
	margin-top: 25px;
}

.img-85 {
	width: 85px;
}

.img-250 {
	width: 250px;
}

@media (max-width:1155px) {
	.column_ripe {
		flex: 50%;
		max-width: 50%;
	}
}

@media (max-width:991px) {
	.box-wrap {
        flex-direction: column;
    }
    
    .box-wrap-upper {
		padding: 20px 20px 10px 20px;
	}
    
    .box-wrap-lower {
		padding: 0 20px 20px 20px;
	}
    
    .box + .box {
		margin: 10px 0 0 0;
	}
    
    .box--4 {
		margin: 0;
	}
    
    .box--5 {
		margin: 0;
	}
	
	.column_ripe {
		flex: 100%;
		max-width: 100%;
	}

}