.body-wraper {
    background: #eaebec !important;
    padding: 30px;
}

.resource_tab {
    width: 100%;
    background: #fbb514;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}
    .resource_tab .wrap h3 {
        font-size: 15px;
        color: #31363e;
        padding: 15px 0 10px 0;
        border-bottom: 1px solid #31363e;
        margin: 0 20px;
    }

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 42em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
    padding: 0;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #31363e;
    margin: 0 20px;
    font-size: 13px;
    color: #31363e;
    font-weight: bold;
    text-transform:capitalize;
	text-decoration: none;
	outline: none;
}
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child a {
        border-bottom: none;
    }
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
	color: #f6f6f6;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
}
/* .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    
} */
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 28em;
    border-radius: 0;
    position: relative;
    left: 0;
    top: 25px;
    bottom: 0;
    right: 0;
}

.signup_widget{
    margin-bottom:15px;
    width: 100%;
    background: #eaebec;
    float: left;
    padding: 10px 0 30px 0;
}
.signup_widget .wrap h4 {
    font-size: 15px;
    color: #ce3030;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 20px 10px 20px;
	text-transform: uppercase;
}
.signup_widget .wrap label {
    font-size: 13px;
    color: #31363e;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    padding: 10px 0 5px 0;
    margin: 0 20px;
}
.signup_widget .wrap input {
    font-size: 13px;
    color: #31363e;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 5px;
    margin: 0 0 0 20px;
    width: 258px;
}

.signup_widget .wrap .button button {
    font-size: 13px;
    background: #ce3030;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 7px 30px 7px 30px;
    margin: 15px 0 0px 20px;
    border: none;
}
.signup_widget .wrap label span {
    color: #ce3030;
}
.search_widget {
        margin-bottom:15px;
    width: 100%;
    background: #31363e;
    float: left;
    padding: 10px 0 30px 0;
}

    .search_widget .wrap h5{
            font-size: 15px;
    color: #ffffff;
    padding: 10px 0 10px 0;
    margin: 0 20px 10px 20px;
    }

    .search_widget .wrap .search_keywords {
        color: #fff;
        margin: 0 20px 0px 20px;
    }
        .search_widget .wrap .search_keywords a {
            color:#fff;
			text-decoration: none;
        }
        .search_widget .wrap .search_keywords span {
            padding-right:3px;
        }
        .search_widget .wrap .search_keywords span.fs-b {
            font-size: 20px;
            font-weight: bold;
        }
         .search_widget .wrap .search_keywords span.fs-s {
            font-size: 14px;
            font-weight: normal;
        }
         .search_widget .wrap .search_keywords span.fs-sb {
            font-size: 14px;
            font-weight: bold;
        }
         .search_widget .wrap .search_keywords span.fs-mb {
            font-size: 16px;
            font-weight: bold;
        }
         .search_widget .wrap .search_keywords span.fs-m {
            font-size: 15px;
            font-weight: normal;
        }
		.news {
			width: 100%;
			float: left;
		}
.widget-msg.error_message{
	color: #ce3030;
    padding: 5px 0;
    width: 88%;
    margin: 0 auto;
	font-size: 13px;
	}		
.widget-msg.success_message{
	color: #008000;
    padding: 5px 0;
    width: 88%;
    margin: 0 auto;
	font-size: 13px;
	}		
		
		
		
/*		.col-sidebar {
			max-width: 19em !important;
		}*/
@media screen and (max-width: 780px) {
    .signup_widget .wrap input {
        width: 90% !important;
    }

    .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        width: 75% !important;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
        width: 20% !important;
        float: right;
    }
    .col-sidebar {
    padding-left: 8px !important;
}
    .search_widget {
    margin-bottom: 30px;
}
    .breadcrumbs-row .right-item {
    display: none;
}
}

@media screen and (max-width: 650px) {
       .col-sidebar {
    width: 90%;
    margin: 0 auto;
}
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    width: 13em !important;
}
    .signup_widget .wrap input {
    width: 88% !important;
}
  .col-sidebar {
    padding-left: 8px !important;
    padding-right: 10px !important;
}
  .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    width: 20% !important;
    float: left;
}
}

@media screen and (max-width: 380px) {
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        width: 10.3em !important;
    }
    .col-sidebar {
    width: 99%;
    margin: 0 auto;
}
}