
/* Group */

.single-pages .wrapInner {
    /* width: 70%; */
    /* margin: 0 15%; */
    padding-top : 50px;
		padding-bottom: 100px;
}

.page-titleInner {
    text-align: center;
    line-height: 0;
}

.group-Inner {
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.group-col {
    border-bottom: 1px solid #ccc;
}

.group-col .col-l2 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    min-width: 205px;
}

.group-col .col-r2 {
    display: table-cell;
    padding: 25px 0 25px 25px;
    border-left: 1px solid #ccc;
}

.group-col .col-r2 h2{
	font-size : 16px;
}

.group-col .col-r2 dl {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.group-col .col-r2 dt {
    margin-bottom: 12px;
}
/*
@media screen and (max-width: 768px), screen and (max-width: 640px){
	.group-col .col-r2 {
	    display: block;
	    padding: 10px 0 25px 0px;
	    border-left: none;
	}
}

@media screen and (max-width: 768px),
@media screen and (max-width: 640px){
	.group-col .col-l2 {
	    display: block;
	    text-align: left;
	    padding-top: 25px;
	}
} */

/* New Group Design */

.group-list {
    padding-top: 3rem;
}

@media (min-width: 768px){
.group-list {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

#group-banner{
	height: 360px !important;
}
}

@media (max-width: 425px) and (min-width: 375px){
#group-banner {
    height: 135px;
    background-size: 100%;
}
}

@media (max-width: 374px) and (min-width: 320px){
#group-banner {
    height: 100px;
    background-size: 100%;
}
}

.group-list h2 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #163C88;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
}

@media (min-width: 768px){
.cnt {
    width: 100%;
    max-width: 100rem;
}
}

@media print, screen and (min-width: 768px){
.cnt {
    /* width: 100rem; */
    margin: 0 auto;
}
}

@media (min-width: 768px){
.cnt h2 {
    margin-bottom: 6rem;
}
}

.group-list .cnt > div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0 2rem 1rem rgba(179, 179, 179, 0.3);
    box-shadow: 0 0 2rem 1rem rgba(179, 179, 179, 0.3);
}

.group-list .cnt > div.flex > div:nth-of-type(1) img {
    position: static;
    display: block;
    margin: auto;
    width: 80% !important;
    height: auto;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px){
.group-list .cnt > div.flex > div:nth-of-type(1) img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: auto;
}
}

@media (min-width: 768px){
.group-list .cnt > div.flex > div:nth-of-type(1) {
    width: 30% !important;
    border-right: solid 1px #163C88 !important;
}
}

.group-list .cnt > div.flex > div:nth-of-type(1) {
    position: relative;
    width: 100%;
    border-right: none;
}

@media (min-width: 768px){
.group-list .cnt > div.flex > div:nth-of-type(2) {
    width: 60% !important;
}
}

.group-list .cnt > div.flex > div:nth-of-type(2) {
    width: 100% ;
    padding-left: 3rem;
    padding-right: 3rem;
		/* padding-top : 1rem; */
}

.group-list .cnt > div.flex > div:nth-of-type(2) strong, .group-list .cnt > div.flex > div:nth-of-type(2) strong a {
    font-size: 1.4rem !important;
    font-weight: bold;
    color: #163C88;
    margin-bottom: .8rem;
    line-height: 1;
    text-decoration: none;
}

.group-list .cnt > div.flex > div:nth-of-type(2) p {
    font-size: 1.03rem !important;
    color: #4d4d4d;
    margin-bottom: 1.6rem;
		margin-top : 1rem;
}
