.content-list > .brand-footer-nav-caption,
.content-list > .content-list-item,
.content-list > li {
    border-bottom: 1px solid #949494;
}
.brand-footer-nav-caption,
.content-list-item {
    position: relative;
    display: block;
    padding: 13px 12px;
}
.content-list-item.selected,
.selected.brand-footer-nav-caption {
    color: #e20074;
}
a.brand-footer-nav-caption,
a.content-list-item {
    -webkit-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    color: inherit;
    cursor: pointer;
}
a.brand-footer-nav-caption:focus,
a.content-list-item.focus,
a.content-list-item:focus,
a.focus.brand-footer-nav-caption {
    text-decoration: none;
}
a.brand-footer-nav-caption:hover,
a.content-list-item.hover,
a.content-list-item:hover,
a.hover.brand-footer-nav-caption {
    text-decoration: none;
    background-color: #ededed;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
a.active.brand-footer-nav-caption,
a.brand-footer-nav-caption:active,
a.content-list-item.active,
a.content-list-item:active {
    background-color: #d8d8d8;   
}
.brand-footer {
    background-color: #262626;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 0 12px;
}
.brand-footer-separator {
    border-bottom: 1px solid #918984;
}
@media (max-width: 639px) {
    .brand-footer-separator {
        margin-left: -12px;
        margin-right: -12px;
    }
}
.brand-footer-nav {
    margin-left: -12px;
    margin-right: -12px;
}
.brand-footer-nav > li {
    display: inline-block;
    padding: 12px;
}
.brand-footer-nav > li > a {
    padding: 4px 0 3px;
    border-bottom: 1px solid transparent;
}
.brand-footer-nav > li > a,
.brand-footer-nav > li > a:active,
.brand-footer-nav > li > a:focus,
.brand-footer-nav > li > a:hover {
    color: #fff;
}
.brand-footer-nav .active > a,
.brand-footer-nav > li > a.hover,
.brand-footer-nav > li > a:hover {
    border-bottom-color: #fff;
}
.brand-footer-nav-muted > li > a,
.brand-footer-nav-muted > li > a:active,
.brand-footer-nav-muted > li > a:focus,
.brand-footer-nav-muted > li > a:hover {
    color: #aaaaaa;
}
.brand-footer-nav-muted > li .active > a,
.brand-footer-nav-muted > li > a.hover,
.brand-footer-nav-muted > li > a:hover {
    border-bottom-color: #aaaaaa;
}
.brand-footer-nav-caption {
    text-transform: uppercase;
    font-weight: 700;
}
.brand-footer-content-list {
    margin-bottom: 18px;
}
.brand-footer-content-list > .brand-footer-nav-caption,
.brand-footer-content-list > .content-list-item {
    border-bottom: 0;
}
.brand-footer-content-list > .brand-footer-nav-caption > img,
.brand-footer-content-list > .content-list-item > img {
    height: 16px;
    vertical-align: middle;
    margin-right: 12px;
}
.brand-footer-content-list > .active.brand-footer-nav-caption,
.brand-footer-content-list > .brand-footer-nav-caption:active,
.brand-footer-content-list > .brand-footer-nav-caption:hover,
.brand-footer-content-list > .content-list-item.active,
.brand-footer-content-list > .content-list-item.hover,
.brand-footer-content-list > .content-list-item:active,
.brand-footer-content-list > .content-list-item:hover,
.brand-footer-content-list > .hover.brand-footer-nav-caption {
    background-color: #5e5e5e;
}
.brand-footer-bar {
    padding-top: 18px;
    padding-bottom: 18px;
}
.brand-footer-bar .brand-logo {
    padding-top: 6px;
    padding-bottom: 6px;
}
.brand-footer-bar .brand-claim {
    margin-top: 20px;
}
.brand-footer-bar-text {
    padding-top: 16px;
    padding-bottom: 16px;
}
.brand-footer-bar-condensed {
    padding-top: 12px;
    padding-bottom: 12px;
}
.brand-footer-bar-brandbar {
    padding-top: 12px;
    padding-bottom: 27px;
}
.brand-footer-social {
    padding-bottom: 36px;
    padding-top: 12px;
}
@media (min-width: 640px) {
    .brand-footer-social {
        padding-bottom: 6px;
    }
}
.brand-footer-social .nav > li > a > img {
    height: 30px;
    vertical-align: middle;
}
.brand-footer-nav-caption > .badge,
.content-list-item > .badge {
    float: right;
}
.brand-footer-nav .item-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: -3px;
    position: relative;
    bottom: 1px;
}
@media (max-width: 639px) {
    .brand-footer {
        padding: 0;
        font-size: 14px;
    }
    .brand-footer .brand-footer-bar-text {
        padding: 8px 5px;
    }
    .brand-footer .brand-footer-bar {
        padding: 0;
    }
    .brand-footer .brand-footer-nav > li {
        padding: 5px;
    }
    .brand-footer .brand-footer-nav > li.divider {
        display: none;
    }
    .brand-footer-separator {
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
    .container-fixed {
        width: 1009px;
    }
}
@media screen and (min-width: 1500px) {
    .container-fixed {
        width: 1297px;
    }
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-l-1 {
    width: 8.33334%;
}
.col-l-2 {
    width: 16.66668%;
}
.col-l-3 {
    width: 25.00001%;
}
.col-l-4 {
    width: 33.33334%;
}
.col-l-5 {
    width: 41.66668%;
}
.col-l-6 {
    width: 50.00001%;
}
.col-l-7 {
    width: 58.33334%;
}
.col-l-8 {
    width: 66.66668%;
}
.col-l-9 {
    width: 75.00001%;
}
.col-l-10 {
    width: 83.33334%;
}
.col-l-11 {
    width: 91.66668%;
}
.col-l-12 {
    width: 100.00001%;
}
.offset-l-0 {
    margin-left: 0;
}
.offset-l-1 {
    margin-left: 8.33333%;
}
.offset-l-2 {
    margin-left: 16.66667%;
}
.offset-l-3 {
    margin-left: 25%;
}
.offset-l-4 {
    margin-left: 33.33333%;
}
.offset-l-5 {
    margin-left: 41.66667%;
}
.offset-l-6 {
    margin-left: 50%;
}
.offset-l-7 {
    margin-left: 58.33333%;
}
.offset-l-8 {
    margin-left: 66.66667%;
}
.offset-l-9 {
    margin-left: 75%;
}
.offset-l-10 {
    margin-left: 83.33333%;
}
.offset-l-11 {
    margin-left: 91.66667%;
}
@media screen and (min-width: 1500px) {
    .col-xl-1 {
        width: 8.33334%;
    }
    .col-xl-2 {
        width: 16.66668%;
    }
    .col-xl-3 {
        width: 25.00001%;
    }
    .col-xl-4 {
        width: 33.33334%;
    }
    .col-xl-5 {
        width: 41.66668%;
    }
    .col-xl-6 {
        width: 50.00001%;
    }
    .col-xl-7 {
        width: 58.33334%;
    }
    .col-xl-8 {
        width: 66.66668%;
    }
    .col-xl-9 {
        width: 75.00001%;
    }
    .col-xl-10 {
        width: 83.33334%;
    }
    .col-xl-11 {
        width: 91.66668%;
    }
    .col-xl-12 {
        width: 100.00001%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
@media screen and (max-width: 1023px) {
    .col-m-1 {
        width: 8.33334%;
    }
    .col-m-2 {
        width: 16.66668%;
    }
    .col-m-3 {
        width: 25.00001%;
    }
    .col-m-4 {
        width: 33.33334%;
    }
    .col-m-5 {
        width: 41.66668%;
    }
    .col-m-6 {
        width: 50.00001%;
    }
    .col-m-7 {
        width: 58.33334%;
    }
    .col-m-8 {
        width: 66.66668%;
    }
    .col-m-9 {
        width: 75.00001%;
    }
    .col-m-10 {
        width: 83.33334%;
    }
    .col-m-11 {
        width: 91.66668%;
    }
    .col-m-12 {
        width: 100.00001%;
    }
    .offset-m-0 {
        margin-left: 0;
    }
    .offset-m-1 {
        margin-left: 8.33333%;
    }
    .offset-m-2 {
        margin-left: 16.66667%;
    }
    .offset-m-3 {
        margin-left: 25%;
    }
    .offset-m-4 {
        margin-left: 33.33333%;
    }
    .offset-m-5 {
        margin-left: 41.66667%;
    }
    .offset-m-6 {
        margin-left: 50%;
    }
    .offset-m-7 {
        margin-left: 58.33333%;
    }
    .offset-m-8 {
        margin-left: 66.66667%;
    }
    .offset-m-9 {
        margin-left: 75%;
    }
    .offset-m-10 {
        margin-left: 83.33333%;
    }
    .offset-m-11 {
        margin-left: 91.66667%;
    }
}
@media screen and (max-width: 639px) {
    .col-s-1 {
        width: 8.33334%;
    }
    .col-s-2 {
        width: 16.66668%;
    }
    .col-s-3 {
        width: 25.00001%;
    }
    .col-s-4 {
        width: 33.33334%;
    }
    .col-s-5 {
        width: 41.66668%;
    }
    .col-s-6 {
        width: 50.00001%;
    }
    .col-s-7 {
        width: 58.33334%;
    }
    .col-s-8 {
        width: 66.66668%;
    }
    .col-s-9 {
        width: 75.00001%;
    }
    .col-s-10 {
        width: 83.33334%;
    }
    .col-s-11 {
        width: 91.66668%;
    }
    .col-s-12 {
        width: 100.00001%;
    }
    .offset-s-0 {
        margin-left: 0;
    }
    .offset-s-1 {
        margin-left: 8.33333%;
    }
    .offset-s-2 {
        margin-left: 16.66667%;
    }
    .offset-s-3 {
        margin-left: 25%;
    }
    .offset-s-4 {
        margin-left: 33.33333%;
    }
    .offset-s-5 {
        margin-left: 41.66667%;
    }
    .offset-s-6 {
        margin-left: 50%;
    }
    .offset-s-7 {
        margin-left: 58.33333%;
    }
    .offset-s-8 {
        margin-left: 66.66667%;
    }
    .offset-s-9 {
        margin-left: 75%;
    }
    .offset-s-10 {
        margin-left: 83.33333%;
    }
    .offset-s-11 {
        margin-left: 91.66667%;
    }
}
@media screen and (max-width: 319px) {
    .col-xs-1 {
        width: 8.33334%;
    }
    .col-xs-2 {
        width: 16.66668%;
    }
    .col-xs-3 {
        width: 25.00001%;
    }
    .col-xs-4 {
        width: 33.33334%;
    }
    .col-xs-5 {
        width: 41.66668%;
    }
    .col-xs-6 {
        width: 50.00001%;
    }
    .col-xs-7 {
        width: 58.33334%;
    }
    .col-xs-8 {
        width: 66.66668%;
    }
    .col-xs-9 {
        width: 75.00001%;
    }
    .col-xs-10 {
        width: 83.33334%;
    }
    .col-xs-11 {
        width: 91.66668%;
    }
    .col-xs-12 {
        width: 100.00001%;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.33333%;
    }
    .offset-xs-2 {
        margin-left: 16.66667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.33333%;
    }
    .offset-xs-5 {
        margin-left: 41.66667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.33333%;
    }
    .offset-xs-8 {
        margin-left: 66.66667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.33333%;
    }
    .offset-xs-11 {
        margin-left: 91.66667%;
    }
}
.col-hide {
    display: none !important;
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
    .col-l-hide {
        display: none !important;
    }
}
@media screen and (max-width: 1023px), screen and (min-width: 1500) {
    .col-l-show {
        display: none !important;
    }
}
@media screen and (min-width: 1500px) {
    .col-xl-hide {
        display: none !important;
    }
}
@media screen and (max-width: 1499px) {
    .col-xl-show {
        display: none !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .col-m-hide {
        display: none !important;
    }
}
@media screen and (max-width: 639px), screen and (min-width: 1024px) {
    .col-m-show {
        display: none !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 639px) {
    .col-s-hide {
        display: none !important;
    }
}
@media screen and (max-width: 319px), screen and (min-width: 640px) {
    .col-s-show {
        display: none !important;
    }
}
@media screen and (max-width: 319px) {
    .col-xs-hide {
        display: none !important;
    }
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container-fixed, .container-fixed.center {
	margin-left: auto;
	margin-right: auto;
}
.container-fixed, .container-liquid {
	padding-left: 12px;
	padding-right: 12px;
}
.text-l-right {
	text-align: right;
}


p.login-username {
    display: none !important;
}
p.login-password {
    display: none !important;
}
p.login-remember {
    display: none !important;
}

.footer_social_copyright, .footer-bg.footer-type-one {
    display: none !important;
}

li.articles {
    margin-left: -15px!important;
}

div.title_excerpt {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    font-family: 'TeleNeo';
    font-style: normal;
    font-weight: normal;
}

div.title_posttitle
{
    font-size: 36px;
    line-height: 36px;
    font-family: 'TeleNeo';
    font-style: normal;
    font-weight: bold;
}

li.settings.has-child
{
    display:none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset !important;
    text-underline-position: under;
}

.text-muted {
    color: #aaaaaa !important;
}

.course-nav-tab-instructor{
display: none!important;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 18px;
}

img.size-full, img.size-large, img.header-image, img.wp-post-image {
    width: auto !important;
    height: auto;
    max-width: 100%
}

img {
    max-width: 100%;
}

#feedback { 
				bottom: 25px;
    height: 0px;
    width: 90px;
    position: fixed;
    right: 90px;
    z-index: 1000;
			}

			#feedback a { 
				display: block;
    background: #06c;
    height: 25px;
    width: 180px;
    padding: 2px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
    border-right: solid 1px #fff;
			}

			#feedback a:hover { 
				background: #CCC; 
			}