/*
Theme Name: YHEC
Theme URI: http://example.co.uk
Description: A Bespoke Wordpress Theme for YHEC
Author: Cybermill
Author URI: http://cybermill.co.uk
Version: 1
*/


/* --------------------------------------------------------------------------- */
/*  comman css  */
/* --------------------------------------------------------------------------- */
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
a, p, span, ul, li{
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
input:hover, input:focus, input:active, input,
button:hover, button:focus, button:active, button{
    outline: none !important;
}

/* --------------------------------------------------------------------------- */
/*  header css  */
/* --------------------------------------------------------------------------- */


#searchform {
    float: right;
    margin-top: -20px;
}
 #s {
   position: relative;
    float: left;
    padding: 5px;
}

input.search-submit, #SearchClick, #ContactClick {
    position: relative;
    float: right;
    right: 0;
    padding: 5px;
    background: #78C5C6;
    /* background-image: url(_/images/search.svg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
    border-width: 2px;
    border-style: inset;
    border-color: #ccc;
    border-image: initial;
}
input.search-submit:hover {
    cursor: pointer;
    background: #3497C1;
}
.header{
    padding: 0px;
}
.logo{
    margin-top: 9px;
}
.logo img{
    max-width: 200px;
}
.navbar-default{
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    text-align: right;
    margin-top: 0px;
    padding: 0;
    line-height: 0;
}
.navbar-default .container-fluid{
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
    background: #00a1e4;
    color:#fff;
    box-shadow: none;
    position: relative;
}
.navbar-default .navbar-nav > .active > a:after{
    /*content: '';*/
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100%;
    height: 31px;
    background: url(_/images/menu.png);
    background-size: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
}

.nav > li {
    width: 106px;
    text-align: center;
}
.navbar-default .navbar-nav > li > a{
    color:#000;
    text-shadow: none;
    text-shadow: none;
    padding: 30px 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
    background: #00A0DF !important;
    color:#fff !important;
}
 

/* --------------------------------------------------------------------------- */
/*  footer css  */
/* --------------------------------------------------------------------------- */
.twitter {
    color: #fff;
    padding: 1em 4em 0 4em;
}
.tcm-contact {
    margin: 1em 0;
    padding: 0!important;
}

.tcm-contact img {
    max-width: none !important;
}

.copyright-wrapper{
    margin-top: 3em;
    background: #00a1e4;
    padding: 12px 0px;
    text-align: center;
    color: #fff;
}
.copyright-wrapper span{
    font-size: 13px;
    margin: 0px;
}
.copyright-wrapper .copyright {
    float: left;
}
.copyright-wrapper .privacy-policy {
    float: right;
}
.copyright-wrapper .privacy-policy a {
    color: #fff;
}
.main-footer{
    background: #002a4a;
    padding:30px 0px 0px 0px;
}
.footer-subscribe{
    text-align: center;
    margin-bottom: 1em;
}
.footer-subscribe h2{
    font-size: 30px;
    font-weight: bold;
    margin:10px 0px;
    color: #fff;
}
.news_box{
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    padding: 5px 5px 5px 2%;
    width: 60%;
    text-align: left;
}
.news_box input{
    display: inline-block;
    width: 50%;
    background: transparent;
    border: none;
    padding: 10px 0px;
}
.news_box i{
    margin-right: 10px;
    color: #00a1e4;
}
.news_box .btn{
    background: #00a1e4;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    float: right;
    padding: 10px 30px;
}
.news_box  .wpcf7-not-valid-tip{
    display: none;
}
div.wpcf7-validation-errors{
    border: 1px solid #fff;
    color:#fff;
}
.footer-social{
   padding: 20px 0px 10px;
}
.footer-social ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-social ul li{
    display: inline-block;
}
.footer-social ul li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 33px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
    margin: 6px;
}
.footer-menu{
    text-align: center;
}
.footer-menu ul{
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin: 0px;
}
.footer-menu ul li{
    display: inline-block;
    margin: 5px 10px;
}
.footer-menu ul li a{
    color: #b9bfc5;
}
.footer-contact {
    color: #b9bfc5;
    padding: 0.5em 0 0.5em 6em;
}
.footer-smap {
        color: #b9bfc5;
        padding: 0.5em 0 0 8em;

}
.footer-contact span{
    float: left;
    width: 18%;
    display: inline-block;
}
.footer-contact p{
    float: left;
    width: 80%;
    font-size: 14px;
    line-height: 20px;
}
.footer h3 {
    color: #fff;
}
.footer-smap a {
    color: #fff;
}
.footer-smap a:hover {
    color: #3b94d9;
}
.footer-smap ul {
    margin: 1em 0;
}
.footer-smap ul li {
    margin-bottom: 1em;
}
.twitter h3.widget_title {
    margin-bottom: 1.5em;
}

/* --------------------------------------------------------------------------- */
/*  home css  */
/* --------------------------------------------------------------------------- */
.banner{
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}
.banner-btn{
    display: inline;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
}
.banner h1{
    color:#fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    margin: 0px;
    margin-bottom: 20px;
}
.woocommerce-page .banner h2 {
    margin: -5px;
}
.banner h1 b{
    font-weight: 900;
}
.banner:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
    background: -moz-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(50,175,228,1)), color-stop(1%, rgba(50,175,228,0.8)), color-stop(34%, rgba(50,175,228,0.8)), color-stop(75%, rgba(186,207,84,0.8))); /* safari4+,chrome */
    background: -webkit-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%); /* opera 11.10+ */
    background: -ms-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%); /* ie10+ */
    background: linear-gradient(51deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32afe4', endColorstr='#bacf54',GradientType=1 ); /* ie6-9 */
}
.flex-col {
     display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.flexh3 {
    height: 40px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.flexp {
    margin: 0.5em 0;
}
.home-consultancy{
    padding: 80px 0;
}
.home-consultancy .ibox{
    text-align: center;
    margin-bottom: 2em;
}
.flexbox-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.home-consultancy .ibox h3{
    font-size: 16px;
    margin: 10px 0px;
    line-height: 24px;
}
.home-consultancy .ibox img{
    display: inline-block;
}
.home-consultancy .ibox p{
    color:#000000;
    margin: 0px
}
tax-yhecservice_type .ibox .btn{
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
}
.tax-yhecservice_type .home-consultancy, .single-services .home-consultancy {
    padding: 30px 0;
}

/************ YHEC-service test - additional css **************/

.yhec-service-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin-bottom: 5em;
}
.single-service {
    display: flex;
    flex-direction: column;
    width: 15em;
    text-align: center;
    margin: 1em 0;
}
.single-service h3 {
    font-size: 16px;
    margin: 0;
    flex: 1 1 auto;
    line-height: 24px;
}
.single-service p {
    margin: 0.5em 0;
    color: #000;
}
.single-service-img {
    margin-bottom: 1em;
}
.single-service-btn {
    
}

/* Home alt */

.home-alt-container {
}

.home-alt-container h2 {
    text-align: center;
    text-transform: uppercase;
    color: #0274cb;
    font-weight: 600;
    margin-bottom: 5rem;
}

.home-alt-container .intro h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.5rem;
}

.home-alt-container .intro p {
    position: relative;
    padding: 2rem 0 1rem 0;
    font-size: 16px;
}

.home-alt-container .intro p:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    border: 2px solid #9dc534;
 }

.home-alt-container .callout {
    padding: 3rem;
    border-radius: 10px;
    background: #00a1e4;
}

@media screen and ( max-width:768px ) {
    .home-alt-container .callout {
        margin-top: 3.5rem;
    }
}

.home-alt-container .callout {
   box-shadow: 0px 0px 10px #888;
}

.home-alt-container .callout h1,
.home-alt-container .callout h2,
.home-alt-container .callout h3,
.home-alt-container .callout h4,
.home-alt-container .callout h5,
.home-alt-container .callout h6,
.home-alt-container .callout p,
.home-alt-container .callout a {
    color: #fff;
}

.home-alt-container .callout a {
    display: inline-block;
    margin-top: 3rem;
    padding: 1rem 2rem;
    border: 1px solid #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 17px;
}

.home-alt-container .callout a:hover {
    text-decoration: none;
    background: #fff;
    color: #00a1e4;
}

.home-alt-container .callout p {
    font-size: 16px;
}

.home-alt-container .home-service-container {
    width: 20%;
    margin-top: 5rem;
}

@media screen and ( max-width: 768px ) {
    .home-alt-container .home-service-container {
       width: 33.33333333%;
    }
}

@media screen and ( max-width: 414px ) {
    .home-alt-container .home-service-container {
        width: 100%;
    }
}


.home-alt-container .home-service-container h4 {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 24px;
}

.home-service-container p {
    padding-bottom: 2rem;
}

.home-alt-container .home-service-container a {
    display: inline-block;
    border: 1px solid;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-bottom: 6rem;
}

.home-alt-container .home-service-container a:hover {
     text-decoration: none;
 }

.home-alt-container .home-service-container:first-of-type h4 {
    color: #f7941e;
}

.home-alt-container .home-service-container:first-of-type a {
    color: #f7941e;
    border-color: #f7941e;
}

.home-alt-container .home-service-container:first-of-type a:hover {
    color: #fff;
    backgound-color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(1) h4 {
    color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(1) a {
    color: #f7941e;
    border-color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(1) a:hover {
    color: #fff;
    background-color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(2) h4 {
    color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(2) a {
    color: #f7941e;
    border-color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(2) a:hover {
    color: #fff;
    background-color: #f7941e;
}

.home-alt-container .home-service-container:nth-of-type(3) h4 {
    color: #cf118c;
}

.home-alt-container .home-service-container:nth-of-type(3) a {
    color: #cf118c;
    border-color: #cf118c;
}

.home-alt-container .home-service-container:nth-of-type(3) a:hover {
    color: #fff;
    background-color: #cf118c;
}

.home-alt-container .home-service-container:nth-of-type(4) h4 {
    color: #00a1e4;
}

.home-alt-container .home-service-container:nth-of-type(4) a {
    color: #00a1e4;
    border-color: #00a1e4;
}

.home-alt-container .home-service-container:nth-of-type(4) a:hover {
    color: #fff;
    background-color: #00a1e4;
}

.home-alt-container .home-service-container:nth-of-type(5) h4 {
    color: #9dc534;
}

.home-alt-container .home-service-container:nth-of-type(5) a {
    color: #9dc534;
    border-color: #9dc534;
}

.home-alt-container .home-service-container:nth-of-type(5) a:hover {
    color: #fff;
    background-color: #9dc534;
}

.home-alt-container .home-service-container:last-of-type h4 {
    color: #1ab29e;
}

.home-alt-container .home-service-container:last-of-type a {
    color: #1ab29e;
    border-color: #1ab29e;
}

.home-alt-container .home-service-container:last-of-type a:hover {
    color: #fff;
    background: #1ab29e;
}

/************ admin - additional css **************/
.gpb-meta-title {
    font-weight: bold;   
}

/**************Service inner page start************/
.banner-service-inner{
	background-size: cover !important;
	background-position: bottom center !important;
    padding: 80px 0;
}
.banner-service-inner h1{
	font-weight:bold !important;
	color:#fff;
	margin-bottom: 10px !important;
}
.banner-service-inner h3{
	margin-top: 10px !important;
	color:#fff !important;
}
.service-inner-page-title h2{
	text-align:center;
	text-transform:uppercase;
	color:#0274cb;
	font-weight: 600;
}
.service-inner-page-title h4{
	text-align:center;
	font-weight: 300;
	font-size: 14px;
}
.service-inner-page-title{
	padding: 20px 0px;
}
.title-bottom-border-green{
	background:#a6ce39;
	height: 3px;
	width: 40px;
	margin: 10px auto 10px auto;
}
.service-inner-page-sidebar{
	 border-radius:5px;
	background:#f0f0f0;
}
.service-inner-page-sidebar-title{
	border-radius: 5px 5px 0px 0px;
	/* background:#f7941e; */
	padding:10px 20px;
}
.service-inner-page-sidebar-title a {
    color: #fff;
}
.service-inner-page-sidebar-title a:hover {
    text-decoration: none;
    color: #ddd;
}
.service-inner-page-sidebar-title p{
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.service-inner-page-sidebar-title img{
	width:20px;
	margin-right: 10px;
}
.service-inner-page-sidebar-links{
	clear:both;
	padding-bottom:10px;
}
.service-inner-page-sidebar-links ul.service-link-ul{
	list-style:none;
	padding: 0px;
}
.service-inner-page-sidebar-links .service-link-ul h3 {
    background: #e9e9e9;
    margin: 0;
    padding: 1.2em 1.1em;
    display: block;
    text-decoration: none !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
}
.service-inner-page-sidebar-links .service-link-ul a {
    padding: 0.2em 1.1em;
    display: block;
    text-decoration: none !important;
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 12px;
}
.service-inner-page-sidebar-links .service-link-ul a h3  {
    margin-left: -1em;
    margin-right: -1em;
}
.service-inner-page-sidebar-links ul.service-link-ul > li{

	background:#e9e9e9;

}
.service-inner-page-sidebar-links ul.service-link-ul > li > a{
	padding:10px 15px;
	display:block;
	text-decoration:none !important;
	color:#000;
	text-transform:uppercase;
	font-weight: 500;
}
.service-inner-page-sidebar-links ul.service-link-ul > li > ul {
	list-style:none;
	padding: 0px;
}
.service-inner-page-sidebar-links ul.service-link-ul > li > ul > li{
	background:#f0f0f0;
}
.service-inner-page-sidebar-links ul.service-link-ul > li > ul > li > a{
	padding:2px 15px;
	display:block;
	text-decoration:none !important;
	color:#6b6b6b;
	text-transform:uppercase;
	font-size: 12px;
}
.service-inner-page-content-section{
	padding:15px;
	border-radius: 5px;
	box-shadow: 1px 1px 17px 3px #e2e2e2;
}
.service-inner-page-content-section img {
    width: 100%;
    height: auto;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color:#00A0DF !important;
	background-image: -webkit-linear-gradient(top, #00A0DF 0%, #00A0DF 100%)!important;
    background-image: -o-linear-gradient(top, #00A0DF 0%, #00A0DF 100%)!important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00A0DF), to(#00A0DF))!important;
    background-image: linear-gradient(to bottom, #00A0DF 0%, #00A0DF 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)!important;

}
/**************Service inner page end************/

/*************************About section***************************/
.inner-page-about-section{
	margin-bottom:30px;
}
.inner-page-about-section h2, h2.careers {
	text-align: center;
	text-transform: uppercase;
	color: #0274cb;
	font-weight: 600;
}
.inner-page-about-section  h4 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.inner-page-about-section .title-bottom-border-green{
	    margin-bottom: 20px;
}
.read-more-btn a{
	border: 1px solid #0080c2;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
/****************************************************/

/**********************Team Section************************/
.inner-page-team-section{

	     padding: 20px 0px 100px 0px;
	         background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-page-team-section-title{
	    margin-bottom: 85px;
}
.inner-page-team-section   h2{
	text-align: center;
	text-transform: uppercase;
	color: #0274cb;
	font-weight: 600;
}
.inner-page-team-section   h4 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.inner-page-team-section .title-bottom-border-green{
	margin-bottom: 20px;
}
.staff-member-wrap {
    
}
.staff-member{
	padding:10px;
    /*width: 20rem;*/
    background: #fff;
    box-shadow: 1px 1px 24px 2px #ccc;
    position: relative;
    border-radius:5px;
    margin-bottom: 100px;
}
.staff-member-avatar{

	max-width: 50%;
    position: absolute;
    width: 150px;
    border-radius: 100%;
    border: 5px solid #fff;
        left: 23%;
    top: -61px;
    box-shadow: 1px 1px 24px 2px #ccc;
}
.staff-member-avatar img{
	border-radius: 100%;
	text-align: center;
}
.staff-member-info{
	position:relative;
	  margin-top: 80px;
}
.staff-member-info h2{
	font-size: 15px;
	text-align:center;
    margin-bottom: 0;
}
.staff-member-info h2 a{
    color: #0274cb;
    text-decoration: none;
}
.staff-member-info p a{
    color: #333;
    text-decoration: none;
}
.staff-member-info p{
	text-align:center;
}
.view-more-staff{
	margin-top: 50px;
	text-align: center;

}
.view-more-staff a{
	background:#0087d7;
	padding:10px 30px;
	display:inline-block;
	color:#fff;
	text-decoration:none !important;
	border-radius: 30px;

}
.staff-member-info .read-more-team {text-align: center;}
.staff-member-info .read-more-team a{
    padding: 5px 10px;
    border: 1px solid #33BEE6;
    color: #33BEE6;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.staff-member-info .read-more-team a:hover{
    background: #00BDE3;
    color: #fff;
}
.team-member-name{
    margin-top: 0;
}
.feature-image-member{
    border-radius: 50%;
    border: 4px solid #ffffff;
    /* width: auto !important; */
    float: left;
    box-shadow: 1px 1px 13px 3px #CCC;
    max-width:100%;
}
.feature-image-member img{
    border-radius: 50%;
    max-height: 160px;
    max-width: 160px;
}
.team-member-designation{
    font-weight: bold;
}

.team-member-list .team-member-list-item {
    width:100%;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.team-member-list .team-member-list-item a {
	display: flex;
}

.team-member-list .team-member-list-item:hover{
    background: #f1f1f1;
}
.team-member-list .team-member-list-item .team-member-image{
    width: 20%;
    display: inline-block;
    border-radius: 50%;
}
.team-member-list .team-member-list-item .team-member-image img{
    width: 100%;
	display: inline-block;
    border-radius: 50%;


}
.team-member-list .team-member-list-item .team-member-name{
    display: inline-block;
    padding: 10px;
}
.team-member-list .team-member-list-item .team-member-name h3{
    font-size: 14px;
    margin: 0px;
}
.team-member-list-item a {
    text-decoration: none;
    color:#333;
    display: block;
}
.team-member-list-title{
    padding: 10px;

    background: #00A0DF;
}
.team-member-list-title h2{
    color:#fff;
    text-align: center;
    font-size: 18px;
}

.team-blue-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-blue-single {
	flex: 0 0 25%;
	max-width: 25%;
}

@media screen and (max-width: 768px) {
	.team-blue-single {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/********************************************/

/************Health Economics Sections********************************/
.inner-page-training-section{
	display:flex;
}
.inner-page-training-left{
	background:#383838;
	 padding: 20px 20px 50px 20px;
}
.inner-page-training-right{
	background:#a6ce39;
	    padding: 32px 20px;
}
.inner-page-training-title{
	color:#a6ce39;
	padding: 10px 0px;

}
.inner-page-training-title h4{
	text-transform:uppercase;
}
.inner-page-training-title h2{
	text-transform:uppercase;
	margin-top: 10px;
}
.inner-page-training-content{
	color:#fff;
	text-align:justify;
}
.course-icon-box{
	padding:20px;
	margin: 21.3px 0px;
}
.course-icon-box .course-icon-box-img{
	    width: 130px;
	    margin:0 auto;
}
.course-icon-box .course-icon-box-img img{
	margin: 0 auto;

}
.course-icon-box .course-icon-section-title{
	text-align:center;
	color:#fff;
}
.course-icon-box .course-icon-section-title h2{
	font-size: 17px;
	line-height: 20px;
}


/********************************************/

/************internal page*************/
.banner {
    height: 371px;
    padding: 125px 0px;
}
.banner-inner-page {
    background-size: cover !important;
    background-position: bottom center !important;
    text-align: center;
    padding: 110px 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.banner-inner-page h1 {
    font-weight: bold !important;
    color: #fff;
    margin-bottom: 10px !important;
}
.banner-inner-page h3 {
    margin-top: 10px !important;
    color: #fff !important;
}
.inner-page-service-section{
    padding: 20px 0px;
    margin-bottom: 50px;
}
.inner-page-service-section h2 {
    text-align: center;
    text-transform: uppercase;
    color: #0274cb;
    font-weight: 600;
}
.inner-page-service-section h4 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.banner-inner-page-read-more-btn a{
	border: 1px solid #0080c2;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
        font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.banner-inner-page-read-more-btn{
	margin-top: 25px;
}
/*******************************/
/******** Testimonials *********/
/*******************************/
.testimonials {
    
}
.testimonials h2 {
    text-align: center;
    margin-top: 2em;
    font-weight: 600;
}
ul.testimonials-list {
   display: flex;
   flex-flow: row wrap;
   margin-top: 1em;
   justify-content: space-between;
   padding-left: 0;
}
.testimonial-wrap {
    width: 32%;
    border: 3px solid #DD7D15;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 23px 0px #CCC;
}
li.testimonial {
    list-style-type: none;
    padding: 1rem;
}
.quote {
    min-height: 14em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5em;
    font-size: 0.9em;
}
.testposition {
    font-weight: 600;
}

/****************** Resources / Vacancies Page ************/
.resource-container {
    background-image: url(https://yhec.cyberdev.co.uk/wp-content/uploads/2018/09/team-background-400x255.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 970px;
}
.resources {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 8em;
    margin: 8em 0 1em 0
}
.vacancies {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;  
    padding: 2em 0;
}
h3.resource-title {
    position: absolute;
    width: 100%;
    bottom: 1em;
    font-size: 1.4em;
    color: #0274cb;
}
h3.vacancy-title {
    width: 100%;
    font-size: 1.2em;
    color: #0274cb;
    margin: 1em 0;
}
h2.vacancy-header {
   font-weight: 500;
   color: #333;
   text-transform: none;
}
.vacancy-wrap {
    position: relative;
    text-align: center;
}
.single-resource {
    position: relative;
    margin: auto;
    width: 18em;
    max-width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 24px 2px #ccc;
    border-radius: 5px;
}
.single-vacancy {
    position: relative;
    /* margin: auto; */
    width: 33em;
    max-width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 24px 2px #ccc;
    border-radius: 5px;
    margin: 2em 0 1em;
    padding: 1em;
}
.resource-icon {
    margin: auto;
    position: relative;
    top: -5em;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('_/images/Asset-1.svg');
    background-size: 8em 8em;
    text-align: center;
    box-shadow: 1px 1px 24px 2px #ccc;
}
.icon-case-studies:before {
    position: absolute;
    content: "\f201";
    font-family: FontAwesome;
    font-size: 3em;
    color: #555;
    left: 30%;
    top: 37%;
}
.icon-publications:before {
    position: absolute;
    content: "\f1ea";
    font-family: FontAwesome;
    font-size: 3em;
    color: #555;
    left: 28%;
    top: 39%;
}
.icon-webinars:before {
    position: absolute;
    content: "\f2ce";
    font-family: FontAwesome;
    font-size: 3em;
    color: #555;
    left: 34%;
    top: 38%;
}
.icon-glossary:before {
    position: absolute;
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 3em;
    color: #555;
    left: 34%;
    top: 38%;
}
.icon-modelling:before {
    position: absolute;
    content: "\f085";
    font-family: FontAwesome;
    font-size: 3em;
    color: #555;
    left: 34%;
    top: 38%;
}
/*******************glossary Page***************/
.glossary-inner-page-content-section{
	padding:15px;
	border-radius: 5px;
}
.panel-glossary .panel-default > .panel-heading{
	background: transparent;
}
.glossary-maintitle{
	padding: 10px 10px 5px 10px;

	margin-bottom: 30px;
}
.glossary-maintitle h2{
	    margin-bottom: 0 !important;
}
.glossary-single{
	padding:50px 20px;
}
/**********************************/

/*****************Case Study Page*****************/
.case-study-box{
	padding:30px 20px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ccc;
    box-shadow: 1px 1px 24px 2px #ccc;
}
.case-study-box h2{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align:center;
	color: #0274cb;
}
.case-study-links{
	list-style:none;
	margin-top: 20px;
	padding: 0;
}
.case-study-links li:before {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #a0ce4e;
	height: 18px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	width: 18px;
	position: absolute;
	font-size: 14px;
	/* content: "\f105"; */
	float: left;
	margin-right: 0;
	margin-left: -25px;
	font-family: IcoMoon;
	text-align: center;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	line-height: 17px;
	text-indent: 1px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.case-study-links li a{
	text-decoration: none ;
	color: #333;
}
.pdf-reader-iframe{
	width:100%;
	min-height:700px;
}
.case-study-content{
	margin-bottom:40px;
    padding: 0 15px;
}
.case-study-links li a {
	padding: 10px 10px;
	display: block;
	background: #f1f1f1;
	margin-bottom: 10px;
}
.case-study-links li a:hover {
	background: -moz-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(50,175,228,1)), color-stop(1%, rgba(50,175,228,0.8)), color-stop(34%, rgba(50,175,228,0.8)), color-stop(75%, rgba(186,207,84,0.8)));
    background: -webkit-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -o-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -ms-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: linear-gradient(51deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32afe4', endColorstr='#bacf54',GradientType=1 );
    color:#fff;
    }
    .download-file-button{
        margin: 20px 0px;
        padding: 10px;
    }
    .download-file-button a{
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
        background: #00a0df;
    }
/**********************************/



/******Training Page*********/
.woocommerce div.product div.images.woocommerce-product-gallery {
    display: none;
}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: unset;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    text-align: center;
    opacity: 0.3;
    margin: auto;
    max-height: 11em;
}

.woocommerce ul.products li.product h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX( -50%);
    color: #0574cb;
}
.woocommerce-notices-wrapper {
    margin-top: 3em;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 3em!important;
}
.woocommerce ul.products  {
    display: flex;
    flex-flow: row wrap;
}
.woocommerce-category-description h2 {
    margin-bottom: 1em;
}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product{
    text-align: center;
}
ul.products li.product:hover .card-header {
    -moz-box-shadow: 0 .9375rem .9375rem -.5625rem rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0,0,0,.3);
    box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0,0,0,.3);
}
.woocommerce ul.products li.product .button{
    display: block;
    text-align: center;
    background: #0274cb;
    color: #fff;
}
ul.products li.product:hover .button {
    background: -moz-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(50,175,228,1)), color-stop(1%, rgba(50,175,228,0.8)), color-stop(34%, rgba(50,175,228,0.8)), color-stop(75%, rgba(186,207,84,0.8)));
    background: -webkit-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -o-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -ms-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: linear-gradient(51deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32afe4', endColorstr='#bacf54',GradientType=1 );
    color:#fff;
}
.woocommerce select.orderby{
    padding: 10px;
    background: transparent;
    border-radius: 30px;
}
.woocommerce-page .main-text.column.col-7-md{
    width: 70%;
    float: left;
    padding-left:15px;
    padding-right:15px;
}
.woocommerce-page .column.col-4-md.last.offset-1-md{
    width: 30%;
    float: left;
    padding-left:15px;
    padding-right:15px;
}
.woocommerce .woocommerce-breadcrumb{
    display: none !important;
}
.banner-product-inner{
    background-size: cover !important;
    background-position: bottom center !important;
    margin-bottom: 40px;
}
.product-inner-page-sidebar-title {
    border-radius: 5px 5px 0px 0px;
    /* background: #f7941e; */
    padding: 10px 20px;
}
.product-inner-page-sidebar-title{
    border-radius: 5px 5px 0px 0px;
    /* background: #f7941e; */
    padding: 10px 20px;
    background:#0274cb;

}
.product-inner-page-sidebar-links ul.product-link-ul > li > a{
    padding: 10px 15px;
    display: block;
    text-decoration: none !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.product-inner-page-sidebar-links ul.product-link-ul > li > ul > li > a{
    padding: 2px 15px;
    display: block;
    text-decoration: none !important;
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 12px;
}
.product-inner-page-sidebar-title p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce div.product .product_title{
    font-size: 21px;
}
.related.products{
    clear:both;
}
.product-inner-page-sidebar-links ul.product-link-ul {
    list-style: none;
    padding: 0px;
}
.product-inner-page-sidebar-links ul.product-link-ul > li {
    background: #e9e9e9;
}
.product-inner-page-sidebar-links ul.product-link-ul > li > ul {
    list-style: none;
    padding: 0px;
}
.product-inner-page-sidebar-links ul.product-link-ul > li > ul > li {
    background: #f0f0f0;
}
.product-inner-page-sidebar-links ul.product-link-ul > li > ul > li > a {
    padding: 6px 15px;
    display: block;
    text-decoration: none !important;
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 12px;
}
.product-inner-page-sidebar-links ul.product-link-ul > li > ul > li > a:hover {
    color:#0274cb;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #0274cb;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 10px;
    background: #f5f5f5;
    box-shadow: 1px 1px 10px 1px #ccc;
}
.booking-date{
    padding:10px 0px;
}
.booking-date .datepickerprd{padding: 5px 10px;}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #2574cb;
}
.woocommerce p.return-to-shop{
    display: none  !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #038cf5;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #038cf5;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width:120px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-weight: 500;
    position: absolute;
    top: 5px;
    padding: 0.5em;
    line-height: 1.4;
    min-height: 7em;
    text-align: center;
    font-size: 1em;
}
.woo-product-sidebar{
    padding: 10px;
}
.woo-product-sidebar h2{    font-size: 18px;}
.woo-product-sidebar ul.product-categories{
    padding: 0;
    list-style: none;
}
.bespoke-link {
    padding: 10px;
}
.woo-product-sidebar ul.product-categories li a{
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color:#333;
}
.widget_product_categories {
    padding: 10px;
}
.widget_product_categories h2 {
    font-size: 18px;
}
.widget_product_categories ul.product-categories {
    padding: 0;
    list-style: none;
}
.widget_product_categories ul.product-categories li a {
    padding: 5px 0px;
    display: inline-block;
    text-decoration: none;

    color: #333;
}
.widget_product_categories ul.product-categories li  {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}
.woocommerce form .form-row .input-checkbox{
    position: relative !important;
}
.no-req .optional {
    display: none;    
}
h4.fixed-date {
    padding: 1em 0;
    color: #0274cb;
}
/***************/

/* -------------------------------------------------------------------------------- */
/* Accordion */
/* -------------------------------------------------------------------------------- */

/* jquery accordion hacks (!) */

 .accordion_item_content h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #454545;
 }

.ui-accordion-header {
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 1.3em!important;
    padding: 1.4em!important;
    border: none!important;
    margin-bottom: 0.5em!important;
    outline: none;
}
.ui-icon-triangle-1-e {
    display: none;
}
.accordion_item_content h3 {
    display: inline-block!important;
    padding: 0.6em 1em!important;
    border-radius: 15px!important;
    margin-top: 0em!important;
}
.ui-widget-content {
    border: none!important;
}
#ui-id-1, #ui-id-2, #ui-id-5, #ui-id-6, #ui-id-9, #ui-id-10, #ui-id-13, #ui-id-14, #ui-id-17, #ui-id-18, #ui-id-21, #ui-id-22, #ui-id-25, #ui-id-26, #ui-id-29 {
    display: none!important;
}
.ui-accordion-header.ui-state-active {
    /*margin-bottom: 0!important;*/
}

/*-- Pink -- */
#ui-id-3 {
    background: rgba(241,157,209,1);
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(241,157,209,0.5), inset 0.7px 0.5px 6pt 1pt rgba(255,255,255,1);
}
#ui-id-3:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 4em;
    background: #F19DD1;
    height: 4em;
    z-index: 999;
    right: 2em;
    border-radius: 0 0 5px 0;
    margin-top: 0.55em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    z-index: 999;
    box-shadow: inset -2px -45.9px 500pt 54pt rgba(241,157,209,0.5), inset -5.3px -4.5px 5pt -2pt rgba(255,255,255,1);
}
#ui-id-4 h3 {
    background: rgba(241,157,209,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(241,157,209,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}

/*-- Blue -- */
#ui-id-7 {
    background: rgba(112,193,233,1);
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(112,193,233,1), inset 0.7px 0.5px 6pt 1pt rgba(255,255,255,1);
}
#ui-id-7:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 4em;
    background: #70C1E9;
    height: 4em;
    z-index: 999;
    right: 2em;
    border-radius: 0 0 5px 0;
    margin-top: 0.55em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    z-index: 998;
    box-shadow: inset -2px -45.9px 500pt 54pt rgba(112,193,233,0.5), inset -5.3px -4.5px 5pt -2pt rgba(255,255,255,1);
}
#ui-id-8 h3 {
    background: rgba(112,193,233,0.5);
     box-shadow: inset 2px 0.1px 4pt 1pt rgba(112,193,233,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}

/*-- Green -- */
#ui-id-11 {
    background: rgba(198,221,142,1);
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(198,221,142,1), inset 0.7px 0.5px 6pt 1pt rgba(255,255,255,1);
}
#ui-id-11:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 4em;
    background: #C6DD8E;
    height: 4em;
    z-index: 999;
    right: 2em;
    border-radius: 0 0 5px 0;
    margin-top: 0.55em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    z-index: 997;
    box-shadow: inset -2px -45.9px 500pt 54pt rgba(198,221,142,0.5), inset -5.3px -4.5px 5pt -2pt rgba(255,255,255,1);
}
#ui-id-12 h3 {
    background: rgba(198,221,142, 0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(198,221,142,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}

/*-- Orange -- */
#ui-id-15, #ui-id-27 {
    background: rgba(244,188,126,1);
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(244,188,126,1), inset 0.7px 0.5px 6pt 1pt rgba(255,255,255,1);
}
#ui-id-15:after, #ui-id-27:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 4em;
    background: #F4BC7E;
    height: 4em;
    z-index: 999;
    right: 2em;
    border-radius: 0 0 5px 0;
    margin-top: 0.55em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    z-index: 996;
    box-shadow: inset -2px -45.9px 500pt 54pt rgba(244,188,126,0.5), inset -5.3px -4.5px 5pt -2pt rgba(255,255,255,1);
}
#ui-id-27:after {
    z-index: 993;
}
#ui-id-16 h3, #ui-id-28 h3 {
    background: rgba(244,188,126,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(244,188,126,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}

/*-- Purple -- */
#ui-id-19 {
    background: rgba(204,153,255,1);
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(204,153,255,1), inset 0.7px 0.5px 6pt 1pt rgba(255,255,255,1);
}
#ui-id-19:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 4em;
    background: #CC99FF;
    height: 4em;
    z-index: 999;
    right: 2em;
    border-radius: 0 0 5px 0;
    margin-top: 0.55em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    z-index: 995;
    box-shadow: inset -2px -45.9px 500pt 54pt rgba(204,153,255,0.5), inset -5.3px -4.5px 5pt -2pt rgba(255,255,255,1);
}
#ui-id-20 h3 {
    background: rgba(204,153,255,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(204,153,255,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
/*-- Peach -- */
#ui-id-23 {
    background: rgba(255,153,153,1);
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(255,153,153,1), inset 0.7px 0.5px 6pt 1pt rgba(255,255,255,1);
}
#ui-id-23:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 4em;
    background: #FF9999;
    height: 4em;
    z-index: 999;
    right: 2em;
    border-radius: 0 0 5px 0;
    margin-top: 0.55em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    z-index: 994;
    box-shadow: inset -2px -45.9px 500pt 54pt rgba(255,153,153,0.5), inset -5.3px -4.5px 5pt -2pt rgba(255,255,255,1);
}
#ui-id-24 h3 {
    background: rgba(255,153,153,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(255,153,153,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
.accordion {
    margin-bottom: 6em;
}
.diagram-half-page #ui-id-4, .diagram-half-page #ui-id-8, .diagram-half-page #ui-id-12, .diagram-half-page #ui-id-16, .diagram-half-page #ui-id-20, .diagram-half-page #ui-id-24,  .diagram-half-page #ui-id-28 {
    max-width: 90%;
} 
.diagram-half-page #ui-id-3:after, .diagram-half-page #ui-id-7:after, .diagram-half-page #ui-id-11:after, .diagram-half-page #ui-id-15:after, .diagram-half-page #ui-id-19:after, .diagram-half-page #ui-id-23:after, .diagram-half-page #ui-id-27:after {
        width: 2.4em;
        height: 2.4em;
        margin-top: 1.35em;
    }

 /*
.accordion-content {
    padding: 0 18px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-title {
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
    padding: 1.4em;
}

.accordion-content h3 {
    display: inline-block;
    padding: 0.6em 1em;
    border-radius: 15px;
}
.title1 .accordion-title {
    background: rgba(241,157,209,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(241,157,209,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
.title2 .accordion-title {
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(112,193,233,1), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
.title3 .accordion-title {
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(198,221,142,1), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
.title4 .accordion-title {
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(244,188,126,1), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
.title5 .accordion-title {
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(204,153,255,1), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
.title6 .accordion-title {
    box-shadow: inset 3px 0.1px 4pt 1pt rgba(255,153,153,1), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
#panel1 h3 {
    background: rgba(241,157,209,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(241,157,209,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
#panel2 h3 {
    background: rgba(112,193,233,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(112,193,233,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
#panel3 h3 {
    background: rgba(198,221,142, 0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(198,221,142,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
#panel4 h3 {
    background: rgba(244,188,126,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(244,188,126,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
#panel5 h3 {
    background: rgba(204,153,255,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(204,153,255,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
#panel6 h3 {
    background: rgba(255,153,153,0.5);
    box-shadow: inset 2px 0.1px 4pt 1pt rgba(255,153,153,0.5), inset -0.3px 1.5px 2pt 1pt rgba(255,255,255,1);
}
*/



/********My Accout page*******/
.woocommerce-MyAccount-navigation{
     padding-left: 15px;
     padding-right: 15px;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none !important;
    padding: 0;

}
.woocommerce-MyAccount-navigation ul li a{
    padding: 10px 20px 10px 10px;
    display:block;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    background: #f9f9f9cf;
    color:#333;
}
.woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-MyAccount-navigation ul li a:hover{
    color:#fff;
    background:#33BEE6;;
    border-color: #33BEE6;
}
.woocommerce-MyAccount-navigation ul li:first-child a{
    border-top: 1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    background: #0274cb;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-color: #0274cb;
}
.woocommerce-MyAccount-navigation ul li:last-child a{

    border-radius: 0px 0px 5px 5px;

}
.woocommerce-MyAccount-navigation ul li a::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    content:'';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
    content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
    content: "\f1b3";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
    content: "\f019";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
    content: "\f041";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
    content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
    content: "\f011";
}
.woocommerce-MyAccount-navigation ul li a i {
    text-align: right;
    float: right;
    position: relative;
    top: 4px;
 }
 .woocommerce-account .woocommerce-MyAccount-content{
    width: 70% ;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
 }
 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
 }
 .woocommerce .col2-set, .woocommerce-page .col2-set{
     width:auto;
 }

/***************/

.fa-case-study:before {
    content: "\f201";
}
.fa-webinar:before {
    content: "\f2ce";
}

.youtube-video iframe {
    width: 100%;
    box-shadow: 0px 0px 2px -1px #333;
}

/***********publication page***********/
.archives {
    position: relative;
    width: 100%;
    font-size: 1.3em;
    margin-top: 2em;
    padding: 10px 15px;
}
.archives > a > i.fa-angle-right {
    float: right;
    padding-top: 3px;
    padding-right: 3px;
}
.archives > a > i.fa-newspaper-o {
    padding-right: 8px;
}

.publication-tab .nav-tabs{
    border: none !important;
}
.publication-tab .nav-tabs > li {
    width: 100%;
    text-align: left;
}
.publication-tab .nav-tabs > li > a{
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc;
    color:#333;

}
.publication-tab .nav-tabs > li > a > i.fa-newspaper-o, .publication-tab .nav-tabs > li > a > i.fa-case-study, .publication-tab .nav-tabs > li > a > i.fa-webinar {
    padding-right: 8px;
}
.publication-tab .nav-tabs > li > a > i.fa-angle-right {
    padding-left: 8px;
    float: right;
}
.publication-tab .nav-tabs > li.active > a, .publication-tab .nav-tabs > li.active > a:hover, .publication-tab .nav-tabs > li.active > a:focus{
    border:none !important;
    background: -moz-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(50,175,228,1)), color-stop(1%, rgba(50,175,228,0.8)), color-stop(34%, rgba(50,175,228,0.8)), color-stop(75%, rgba(186,207,84,0.8)));
    background: -webkit-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -o-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: -ms-linear-gradient(39deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    background: linear-gradient(51deg, rgba(50,175,228,1) 0%, rgba(50,175,228,0.8) 1%, rgba(50,175,228,0.8) 34%, rgba(186,207,84,0.8) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32afe4', endColorstr='#bacf54',GradientType=1 );
    color:#fff;
    border-bottom: 1px solid #ccc;
}
.tab-pane.active{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.publication-tab-cat{

}
.pub-sidebar {
    margin-bottom: 4em;
    float: right;
}
.pub-wrap {
    margin: 1.5em 0;
    line-height: 0.8em;
}
.pub-authors {
    font-style: italic;
    font-size: 0.9em;
}
.pub-date {

}
.pub-title {
    font-weight: 600;
}
.publications-list {
    padding: 30px 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 24px 2px #ccc; 
}
.publications-box{
    width: 31%;
    margin-bottom: 2em;
    border: 1px solid #ccc;
}
.publications-box > .publications-thumb > img{
    width:100%;
}
.publications-box {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    box-shadow: 1px 1px 10px 1px #ccc;
    color: #337ab7;
}
.publications-box > .publications-title h3{
    font-size: 15px;
    line-height: 20px;
}
.publications-box  div.read-more-publication{
    margin-bottom: 0.5em;
}
.publications-box  div.read-more-publication a{
    padding:5px 10px;
    border:1px solid #33BEE6;
    color:#33BEE6;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.publications-box  div.read-more-publication a:hover{
    background: #33BEE6;
    color:#fff;

}
.publications-box:hover{
    box-shadow: 1px 1px 10px 5px #f1f1f1;
}
.publication-link-list{
    margin-bottom: 20px;

}
.publication-link-list a{
    color:#333;
}
.navbar-default .navbar-nav > .active.open > a:after{
	
}

.navbar-nav > li:hover > a, .navbar-nav > li:focus > a {
    background: #00A0DF !important;
    color: #fff !important;
}
 
.menuimage-uoy  > a,  .menuimage-uoy a:hover, li:hover.menuimage-uoy > a, li:focus.menuimage-uoy > a {
    background-image: url(_/images/UOYLogo.png) !important;
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;    
    background-color: #FFF !important;
}

#menu-main-menu li:hover .dropdown-menu, #menu-main-menu li:focus .dropdown-menu{
	display:block;
	 z-index: 99999;
}
.open > .dropdown-menu{
	    z-index: 99999;
}

/* ----------------------------------------------------------------------------*/
/*  Review Diagram */
/* ----------------------------------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.review-titles {
    margin-bottom: 6em;   
}
.rev-01:before, .rev-03:before {
    position: absolute;
    content: url(_/images/yhec-arrow.png);
    left: -105px;
    top: 30%;
}
.rev-02:after {
    position: absolute;
    content: url(_/images/yhec-arrow-back.png);
    right: -84px;
    top: 30%;
}

.review-content {
    float: right;
}
.review-content-box {
    position: absolute;
    top: 80%;
    left: 62%;
    right: -16em;
    transform: translate(-38%, -50%);
    border: 3px solid #00A1E4;
    border-radius: 80px;
    margin: auto 8em auto 1em;
    font-size: 1.2em;
    font-weight: 600;
    max-width: 33em;
    max-height: 83vh;
    overflow: hidden;
   
}
.review-text {
    display: none;
    top: 50%;
    width: 95%;
    padding: 2em;
    font-weight: 400;
    font-size: 0.8em
}
.mobile-review-text {
        display: none;
        top: 50%;
    width: 95%;
    padding: 2em;
    font-weight: 400;
    font-size: 0.8em
        
    }
.active-review {
    display: inline-block;
}
.review-text h3 {
    margin: 0.8em 0;
}
.review-title-box {
    position: relative;
    font-size: 1.2em;
    text-align: center;
    margin: 1em auto;
    width: 10em;
    min-height: 10em;
    max-height: 45em;
    border-radius: 5em;
    cursor: pointer;
}
.active-title {
    font-weight: 600;
}
/*
.review-title-box p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
.center-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.no-arrow:before, .no-arrow:after {
    display: none!important;
}
/*
.arrow1-rotate:before{
    transform: rotate(25deg);
    transform-origin: top right;
}
.arrow1-move:before{
   transform: rotate(-22deg) translateY(194px) translateX(-32px); 
}
.arrow2-rotate:after{
    transform: rotate(-25deg);
    transform-origin: top left;
}
.arrow2-move:after{
   transform: rotate(22deg) translateY(267px) translateX(62px);   
}
.arrow3-move:before{
   transform: rotate(-22deg) translateY(111px) translateX(3px); 
}

  */

/* ----------------------------------------------------------------------------*/
/*  Grid Layout */
/* ----------------------------------------------------------------------------*/
 
 
 @media (min-width: 900px){
  .large-1 {width: 8.33%;}
  .large-2 {width: 16.66%;}
  .large-3 {width: 25%;}
  .large-4 {width: 33.33%;}
  .large-5 {width: 41.66%;}
  .large-6 {width: 50%;}
  .large-7 {width: 58.33%;}
  .large-8 {width: 66.66%;}
  .large-9 {width: 75%;}
  .large-10 {width: 83.33%;}
  .large-11 {width: 91.66%;}
  .large-12 {width: 100%;}
  
  .resource-wrap, .vacancy-wrap {
    padding: 0 2em;
  }
  
 }
 
  @media (max-width: 991px){
    .testimonial-wrap {
        width: 48%;
    }
  }
 
@media (max-width: 899px){
  .small-1 {width: 8.33%;}
  .small-2 {width: 16.66%;}
  .small-3 {width: 25%;}
  .small-4 {width: 33.33%;}
  .small-5 {width: 41.66%;}
  .small-6 {width: 50%;}
  .small-7 {width: 58.33%;}
  .small-8 {width: 66.66%;}
  .small-9 {width: 75%;}
  .small-10 {width: 83.33%;}
  .small-11 {width: 91.66%;}
  .small-12 {width: 100%;}
  
  .review-content { display: none; } 
  
  .active-title {
      font-weight: 400;
  }
  .vacancy-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
   .resource-wrap {
    padding: 0 1em;
    margin-bottom: 7em;
  }
  .single-resource {
      width: 13em;
  }
    
}
 @media (max-width: 760px){
 
 
 }
 @media (max-width: 676px){
  .tab-1 {width: 8.33%;}
  .tab-2 {width: 16.66%;}
  .tab-3 {width: 25%;}
  .tab-4 {width: 33.33%;}
  .tab-5 {width: 41.66%;}
  .tab-6 {width: 50%;}
  .tab-7 {width: 58.33%;}
  .tab-8 {width: 66.66%;}
  .tab-9 {width: 75%;}
  .tab-10 {width: 83.33%;}
  .tab-11 {width: 91.66%;}
  .tab-12 {width: 100%;}
  
   .testimonial-wrap {
        width: 100%;
    }
  
  .single-resource {
      width: 13em;
  }
  .resource-wrap {
    padding: 0 1em;
    margin-bottom: 7em;
  } 
  .resource-wrap:last-child {
    margin-bottom: -60px;
  }  
    
 }


 @media (max-width: 460px){
  .mob-1 {width: 8.33%;}
  .mob-2 {width: 16.66%;}
  .mob-3 {width: 25%;}
  .mob-4 {width: 33.33%;}
  .mob-5 {width: 41.66%;}
  .mob-6 {width: 50%;}
  .mob-7 {width: 58.33%;}
  .mob-8 {width: 66.66%;}
  .mob-9 {width: 75%;}
  .mob-10 {width: 83.33%;}
  .mob-11 {width: 91.66%;}
  .mob-12 {width: 100%;}
  .resources {
      margin: 1em 0 0em 0;
  }
  .single-resource, .single-vacancy {
      width: 18em;
  }   
  .resource-wrap {
     margin-top: 7em;
     padding: 0;
     margin-bottom: 0em;
  }  
 }
/* --------------------------------------------------------------------------- */
/*  responsive css  */
/* --------------------------------------------------------------------------- */
@media (min-width: 1200px){
    .home-consultancy  .col-md-3 {
        width: 20%;
    }
}

@media (min-width: 992px){
   
    .diagram-half-page {
        width: 50%;
        float: left;
    }
    .diagram-half-content {
        float: right;
        width: 50%;
        padding: 0 0 0 5em;   
    }
}
@media (min-width: 768px){
	.navbar-default .navbar-nav > li:hover > a:after {
	    /*content: '';*/
	    position: absolute;
	    left: 0;
	    bottom: -31px;
	    width: 100%;
	    height: 31px;
	    background: url(_/images/menu.png);
	    background-size: 100%;
	    z-index: 9999;
	    background-repeat: no-repeat;
	}
}
@media (max-width: 767px){

    #ui-id-3:after, #ui-id-7:after, #ui-id-11:after, #ui-id-15:after, #ui-id-19:after, #ui-id-23:after {
        width: 2.4em;
        height: 2.4em;
        margin-top: 1.35em;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: #00a1e4;
        color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background: #fff;
    }
    .navbar-default .navbar-toggle{
        border-color: #00a1e4;
        background: #00a1e4;
    }
    .navbar-toggle{
        margin-top: 24px;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.in{
        /*position: fixed;*/
        position: absolute;
        /*left: 0px;*/
        right:0px;
        top: 80px;
        width: 100%;
        z-index: 9;
        background: rgb(255, 255, 255);
        margin-left: 0px;
        margin-right: 0px;
        min-width: 300px;
    }
    .navbar-default .navbar-nav > .active > a:after{
        content: none;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 13px 15px;
        text-align: center;
    }
    .header{
        height: 80px;
    }
    .banner h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .home-consultancy .ibox{
        margin: 30px 0px;
    }
    .home-consultancy{
        padding: 30px 0px;
    }
    .news_box{
        width: 100%;
    }
    .news_box .btn{
        padding: 5px 15px;
        font-size: 12px;
    }
    .news_box input{
        padding: 2px 0px;
    }
    .footer-contact .col-sm-4{
        display: inline-block;
        width: 100%;
        margin: 10px 0;
    }
    .footer-contact p{
        font-size: 12px;
    }
    .footer-contact span{
        width: 20%;
    }
    .footer-subscribe h2 {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width:992px){
    .navbar-default .navbar-nav > li > a{
        font-size:12.5px;
        padding: 30px 0px;
    }
    .nav > li {
        width: 80px;
    }
    .navbar-default .navbar-nav > .active > a:after{
        bottom: -19px;
    }
}
@media (min-width: 992px) and (max-width:1200px){
    .navbar-default .navbar-nav > li > a{
    /*    font-size:11px;*/
    }
    .navbar-default .navbar-nav > .active > a:after{
        bottom: -19px;
    }
     .home-consultancy  .col-md-3 {
        width: 33.333%;
    }
}
@media (min-width: 992px) {
    .col-md20{
        width: 20% !important;
    }
    .col-md20 .staff-member-avatar{
        max-width: 60%;
        left: 21%;
    }
    
}
@media(max-width:767px){
    .staff-member-avatar {
        width: 120px;
        left: 34%;
        top: -61px;
    }
}

@media(max-width:600px) {
    .publications-box {
        width: 100%;
    }
}
@media(max-width:425px){
    #ui-id-3:after, #ui-id-7:after, #ui-id-11:after, #ui-id-15:after, #ui-id-19:after, #ui-id-23:after {
        right: 1em;
    }
}
@media(max-width:360px){
    .staff-member-avatar {
        left: 29%;
    }
}
@media(max-width:360px){
    .staff-member-avatar {
        left: 27%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
   .collapse {
       display: none !important;
   }
}

[data-redirect] {
	cursor: pointer;
}




.woocommerce-page ul.products.columns-1 li.product {
	padding: 20px 30px;
	box-shadow: none;
	background-color: transparent;
	border: 1px solid #E6E6E6;
	width: 100%;
}

.woocommerce-page ul.products.columns-1 li.product img, .woocommerce-page ul.products.columns-4 li.product p {
	display: none;
}

.woocommerce-page ul.products.columns-1 li.product p {
	color: #333333;
	font-size: 17px;
}

.woocommerce-page ul.products.columns-1 li.product p > span {
	display: block;
}

.woocommerce-page ul.products.columns-1 li.product .woocommerce-loop-product__title {
	position: relative;
	min-height: auto;
	padding: 0;
	margin-bottom: 20px;
	color: #0474CB;
	font-size: 17px;
	text-align: left;
}

.product-category-page .woo-product-sidebar {
	padding: 0;
}

.product-category-page .widget_product_categories {
	padding: 0;
	margin-bottom: 30px;
}

.product-category-page .woocommerce-category-description {
	margin-bottom: 30px;
}

.product-category-page .woo-product-sidebar .product-categories li {
	border-bottom: 0;
}

.product-category-page .woo-product-sidebar .product-categories li a {
	position: relative;
	border-bottom: 0;
	padding-left: 30px;
	font-size: 15px;
}

.product-category-page .woo-product-sidebar .product-categories li a::before {
	content: '\f061';
	font-family: 'FontAwesome';
	color: #0474CB;
	position: absolute;
	left: 0;
}

.product-category-page .filter-bar {
	background-color: #F2F2F2;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
}

.product-category-page .filter-bar .woocommerce-notices-wrapper {
	display: block;
	margin-top: 0;
}

.product-category-page .filter-bar .woocommerce-categories {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	padding: 10px;
	margin-right: 10px;
}

.product-category-page .filter-bar .woocommerce-result-count {
	margin-bottom: 0;
	margin-top: 10px;
}

.product-category-page .filter-bar .woocommerce-ordering {
	margin-bottom: 0 !important;
}

.product-category-page .filter-bar .woocommerce-ordering .orderby {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	padding-right: 10px;
}

.product-category-page .home-alt-container {
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.product-category-page .products .product {
		position: relative;
	}
	.product-category-page .products .product-info-container {
		float: left;
		width: 80%;
	}

	.product-category-page .products .button {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		margin-top: 0 !important;
	}
	.product-category-page .filter-bar .woocommerce-categories {
		display: inline-block;
		width: auto;
		margin-bottom: 0;
	}
}







