@media (min-width: 992px) and (max-width: 1199px) {
	.footer-wrapper,.header-wrapper,.banner-wrapper,.section-wrapper{
		max-width:100%;
		width:100%;
	}		
	.article-menu{
		width:50%;
	}
	.page-banner h3 {
	    font-size: 2rem;
	}
	.search-form{
		display: none;
	}
}
@media (max-width: 991px) {
	.footer-wrapper,.header-wrapper,.banner-wrapper,.section .section-wrapper, .footer-contact-form .section-wrapper ,.section-wrapper{
		max-width:100%;
		width:100%;
	}
	.page-article-list .section-wrapper,.page-article .section-wrapper{
		padding-top:0 !important;
	}
	.mobile-menu-btn{
	    display: block;
	    height: 25px;
	    right: 20px;
	    margin: auto;
	    overflow: hidden;
	    position: absolute;
	    top: 8px;
	    width: 25px;
	    z-index: 100;	
	    cursor:pointer;    
	}
	.mobile-menu-btn div {
	    background:#fff;
	    height: 2px;
	    margin: auto;
	    transition: all 0.3s ease 0s;
	    width: 25px;
	}
	.mobile-menu-btn div:nth-of-type(1) {
	    position: absolute;
	    top: 3px;
	}
	.mobile-menu-btn div:nth-of-type(2) {
	    bottom: -50%;
	    opacity: 100;
	    position: absolute;
	    top: -50%;
	}
	.mobile-menu-btn div:nth-of-type(3) {
	    bottom: 3px;
	    position: absolute;
	}
	.mobile-menu-btn.active div:nth-of-type(1) {
	    position: absolute;
	    top: 10px;
	    transform: rotate(45deg);
	}
	.mobile-menu-btn.active div:nth-of-type(2) {
	    opacity: 0;
	}
	.mobile-menu-btn.active div:nth-of-type(3) {
	    bottom: 12px;
	    position: absolute;
	    transform: rotate(-45deg);
	}
	.mobile-menu-btn.active{
		position: fixed;
		top:18px;
	}
	div[class^="menu-top"] ul, div[class^="menu-icon"] ul {
	    flex-direction: column;
	}
	.logo {
		padding-left:15px;
		padding-right:15px;
	}
	.logo img {
	    width: auto;
	    height: 80px;
	    display: block;
	}
	header .section-wrapper{
		padding:0;
	}
	header {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	header{
		height: 60px;
	}
	h3.title {
	    font-size: 1.5em;
	    margin-bottom: 10px;
	}
	/* css frame ended */
	.section .section-wrapper {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    line-height: 1.5em;
	}
	.banner-text-box {
	    background: rgba(0,56,72,.6);
	    color: #fff;
	    padding: 10px;
	    width: 100%;
	}
	.text-under-logo{
		display: none;
	}
	.search-form{
		display:none;
	}
	.banner-text-box h1{
		margin-bottom: 0;
		font-size: 1.25em;
	}
	.banner-text-box h3{
		margin-bottom: 0;
	}
	.banner-text-box>span{
		display: none;
	}
	.article-excerpt-box .thumbnail, .row-equal-height .thumbnail {
	    margin-bottom: 10px;
	    background-size: cover;
	    background-position: center center;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.article-excerpt-box .article-execerpt{
		display: none;
	}
	.banner-wrapper {
	    align-items: flex-end;
	}
	.logo {
	    padding-left: 0;
	    padding-right: 0;
	}
	.header-wrapper{
		padding-top: 0px;
	}
	header .profile {
	    position: absolute;
	    right: 60px;
	    padding-right: 10px;
	    margin-right: 10px;
	}
	header .profile:after{
	    position: absolute;
	    width: 0;
	    height: 25px;
	    border-right: 1px solid #fff;
	    content: "";
	    top: 8px;
	    right: -8px;
	}
	.article-excerpt-box .thumbnail img, .row-equal-height .thumbnail img {
	    width: 100%;
	    height: calc(100vh / 3);
	}
	.page-article-list .row {
	    margin-bottom: 15px;
	    padding-bottom: 5px;
	    position: relative;
	}
	.page-article-list .row>div {
	    margin-bottom: 0;
	}
	.executive-list .row>div {
	    align-items: center;
	}
	.page-banner {
	    height: auto;
	    padding-top: 100px;
	}
	.page-banner .section-wrapper {
	    align-items: flex-start;
	    justify-content: flex-end;
	    flex-direction: column;
	    padding-bottom:10px;
	}
	.page-banner h3 {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}
	div[class^="menu-top"] ul a:after{
		display: none;
	}
	div[class^="menu-top"] {
	    padding-left: 15px;
	    padding-right: 15px;
	    width: 100%;
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    height: 100%;
	    background: rgba(0,0,0,.85);
	    display: flex;
	    transition: all .3s ease-in-out;
		transform: translateX(-100%);
		z-index: 1;
	}
	div[class^="menu-top"].active {
		transform: translateX(0%);
	}	
	div[class^="menu-top"] ul {
	    flex-direction: column;
	    justify-content: center;
	    width:100%;
	}
	.sub-menu {
	    background-color: rgba(255,255,255,.1);
	    flex-direction: column !important;
	    position: relative;
	    top: unset;
	    visibility: visible;
	    opacity: 1;
	    transition: all .3s linear;
	}
	.sub-menu {
	    background-color: rgba(255,255,255,.2);
	    flex-direction: column !important;
	    position: relative;
	    top: unset;
	    visibility: visible;
	    opacity: 1;
	    transition: unset;
	}
	div[class^="menu-top"] ul a, div[class^="menu-icon"] ul a,div[class^="menu-top"] ul.sub-menu a {
	    width: 100%;
	}
	.menu-item-has-children .sub-menu,
	.menu-item-has-children:hover .sub-menu{
		display: none;
		visibility: visible;
		opacity: 1;
	}
	div[class^="menu-top"] ul.sub-menu a {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	div[class^="menu-top"] ul li{
		border-bottom:1px solid rgba(255,255,255,.3);
	}
	div[class^="menu-top"] ul li:last-child{
		border:0;
	}
	.article-menu-box{
	    width: 100%;
	    margin-bottom: 10px;
	}
	.article-menu-box:last-child{
	    margin-bottom: 0px;
	}
	.outbound {
	    bottom: 10px;
	    right: 0;
	}
	.index-article-list .thumbnail .outbound {
	    right: 0;
	    bottom: 0;
	}
	.index-banner, .banner-section{
		height:400px;
	}
	body .date {
	    font-weight: 300;
	    margin-left: 0;
	    padding-left: 0;
	    position: relative;
	}
	body .date:after {
		display: none;
	}
	.detail-title {
	    color: #2557A5;
	    font-weight: 500;
	    font-size: 1.55rem !important;
	}
	.post-thumbnail {
	    height: auto;
	    width: auto;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.banner-wrapper {
	    padding-left: 0;
	    padding-right: 0;
	}
	.rm_form_container form {
	    display: flex;
	    flex-direction: column;
	    margin-top:10px;
	}
	.rm_form_container form>div{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.subscription {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.copyright {
	    line-height: 1.5em;
	    text-align: center;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.article-excerpt-box h3.title, .article-excerpt-box h3.title a{
		font-size:1.25rem;
	}
	.profile-content{
		height:43vh;
		overflow: auto;
		border:1px solid rgba(0,0,0,.1);
		padding:10px;
		margin-top:20px;
		font-size:1rem;
	}
	.profile-detail-box .profile-img{
		width:50% !important;
		margin-right:0;
	}
	.profile-detail .profile-detail-box .close-btn{
		position: fixed;
		top:15px;
	}
	.council-list .row:nth-child(2n) > div:first-child {
	    order: 0;
	}
	.council-list .profile-img {
	    width: 80%;
	    height: auto;
	    margin: auto;
	    display: table;
	}
	.executive-list .profile-detail-box .row > div {
	    margin-bottom: 10px !important;
	}
	.profile-detail .profile-detail-box{
		margin-top:-10vh;
	}
	.wp-pagenavi .first,.wp-pagenavi .last{
		display: none;
	}
	.wp-pagenavi a, .wp-pagenavi a:active, .wp-pagenavi a:visited, .wp-pagenavi a:focus,.wp-pagenavi span{
		padding:5px 10px;
	}
	.section-wrapper h3.section-title {
	    font-size: 1.5rem;
	    font-weight: 100;
	    margin-bottom: 20px;
	}
	.download-btn {
	    white-space: pre-wrap;
		display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
		max-width:100%;
		height: auto;
		text-overflow:ellipsis;
		padding:10px 0px;
		text-indent :30px;
		margin-bottom:0px;
	}
	.download-btn:before{
		width:30px;
		height:30px;
		left:-5px;
		top:10px;
	}
	.icon-contact-info{
		flex-direction: column;
	}
	.icon-contact-info > div {
	    padding: 10px 0px 10px 30px;
	    text-align: left;
	    margin-bottom: 0;
	}
	.row > div {
	    margin-bottom: 15px;
	}
	.article-menu{
		width:100%;
	}
	.rm_form_container{
		padding:0 !important;
	}
	#users input{	
		width:100%;
	}
	#users select{
	    width: 100%;
	}
	.country-option-wrapper{
		border-top:1px solid #ddd;
		padding-top:10px;
		margin-top:0px;
		padding-left:0;
		margin-left:0;
		display: inline-block;
		border-left:0;	
		width:100%;		
	}
	#users select,#users select option{
		text-align:left;	
	}
	#users .sort{
		width:100%;
		text-align: left;
	}
	header .logout {
	    position: absolute;
	    right: 151px;
	    padding-right: 10px;
	    margin-right: 10px;
	}
	.mobile-member-menu{
		display: block;
	}
	.pc-member-menu{
		display: none;
	}
	.mobile-member-menu select{
		padding:10px 20px;
		width:100%;
	}
	.tap-group {	
	    flex-direction: column;
	}
	.tap-group a{ margin-right:0 !important; }
	#loginform {
	    padding: 20px;
	    margin-top: 30px;
	}
	#user_login, #user_pass {
	    width: 100%;
	}
	.colored{
		display: block;		
	}
	.colored a{
		margin-left:0;
		margin-top:10px;
	}
	.logout{
		display: none;
	}
	.no-result{
		margin-top:30px;
	}
	.bookstore-element{
		margin-top:30px;
	}
}
@media (max-width: 767px) {
	.profile-detail-box .profile-img,.council-list .profile-img{
		width:50% !important;
	}
}