/**
 * Blog styles
 */

html {
    font-size: 62.5%;
}

html, body {
    margin: 0;
    padding: 0;
    min-width: 240px;
}

body {
    overflow-x: hidden;
    background: #fff;
}

a {
    color: #e70000;
}

a, a:hover, a:active, a:focus {
    outline: medium none;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: inherit;
}

ul {
    font-size: 1.8rem;
}

ul li {
    margin-top: 2px;
}

body, button, input, select, textarea {
    color: #444;
    font: normal 1.9rem/1.5 Roboto, sans-serif;
    text-rendering: optimizelegibility;
}

button, input {
    line-height: normal;
}

input, select, textarea {
    border: 1px solid #e7e7e7;
    padding: 12px 10px;
    transition: all 0.3s ease 0s;
    width: 250px;
}

.hide {
    display: none;
}

.clear-both {
    clear: both;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.back-top {
    bottom: 1em;
    height: 53px;
    position: fixed;
    right: 1em;
    width: 53px;
    z-index: 9999;
    display: block;
    opacity: 0.2;
    transition: all 0.3s ease 0s;
    background-color: #464646;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.back-top::before {
    line-height: 50px;
    font-size: 3rem;
}

.back-top:hover {
    opacity: 1;
    color: #fff;
}

.fixed .back-top {
    display: block !important;
}

#searchHeaderFormTrigger {
    cursor: pointer;
    line-height: 65px;
    height: 60px;
    padding: 0 1.5em;
    text-align: center;
    border-bottom: 5px solid white;

}

#searchHeaderFormTrigger:hover {
    border-bottom-color: #c0392b;
}

#searchHeaderFormTrigger:before {
    content: "\f002";
    color: #999999;
    font-size: 2.4rem;
}

#searchHeaderFormTrigger::before:hover {
    color: black;
}

#searchHeaderForm {
    margin: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: grey;
}
#searchHeaderForm div.wrap {
    height: 80px;
    width: 100%;
    max-width: 1260px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#searchHeaderForm div.wrap div.content{
    width: 100%;
    display: inline-block;
    height: 80px;
    box-sizing: border-box;
    padding-right: 244px;
    padding-left: 15px;
}
#searchHeaderForm div.wrap div.actions{
    height: 80px;
    width: 192px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 30px;
}
#searchHeaderForm input[type=text] {
    background: #dddddd;
    width: 100%;
    height: 30px;
    margin: 20px 0px 0px 0;
    padding: 5px 10px;
    border: 1px solid #777777;
    font-size: 18px;
    float: left;
    box-sizing: content-box;
    border-radius: 0;
    transition: all .3s ease-out;
}
#searchHeaderForm input[type=text]:focus {
    background: #fff;
    border: 1px solid #555555;
    outline: none;
}
#searchHeaderForm input[type=submit] {
    background: #333333;
    color: white;
    width: 100px;
    height: 42px;
    border: 1px solid #777777;
    float: left;
    margin: 20px 0 0 30px;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    font-weight: 400;
    transition: all .3s ease-out;
}
#searchHeaderForm input[type=submit]:hover {
    background:#000;
}
#searchHeaderForm .fa-remove {
    cursor:pointer;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    opacity: 0.7;
    display: inline-block;
    margin: 30px 0 0 30px;
}
#searchHeaderForm .fa-remove:hover {
    opacity:1;
}
#searchHeaderForm .fa-remove:before {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 100;
    line-height: 20px;
}

.logo-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}

.logo-container:after {
    content: '';
    display: table;
    clear: both;
}

.logo-container .logo {
    display: block;
    float: left;
    padding-right: 1em;
    max-width: 100%;
    outline: 0;
    text-decoration: none;
}

.logo-container .logo img {
    max-width: 155px;
    max-height: 37px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    display: block;
}

.logo-container ul {
    margin: 0;
    padding: 0;
}

.logo-container .header-sidebar {
    float: left;
    border-left: 1px solid #eee;
}

.navigation-wrap {
    position: relative
}

.primary-navigation {
    float: left;
    position: relative;
}

.fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

.fixed .site-content {
    margin-top: 65px;
}

.menu-blog-menu-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.menu-blog-menu-container .nav-menu {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.menu-blog-menu-container .nav-menu li {
    float: left;
    font-size: 1.2rem;
    margin: 0;
}

.menu-blog-menu-container .nav-menu > li.menu-item {
    border-left: 1px solid #eee;
}

.menu-blog-menu-container .nav-menu > li.menu-item:last-child {
    border-right: none;
}

.menu-blog-menu-container .nav-menu > li > a {
    padding: 1em 1.5em;
    line-height: 37px;
    height: 32px;
    text-transform: uppercase;
    position: relative;
    display: block;
    transition: none;
    color: black;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans";
    border-bottom: 5px solid white;
    text-align: center;
}

.primary-navigation .nav-menu > li.menu-item.current-menu-item.menu-item-type-custom > a {
    border-bottom-color: #c0392b;
}

.menu-blog-menu-container .nav-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 19px;
    border-color: #adadad rgba(0,0,0,0);
    border-style: solid;
    border-width: 4px 4px 0;
    width: 0;
    height: 0;
}

.primary-navigation .nav-menu > li.menu-item.current-menu-item > a,
.primary-navigation .nav-menu > li.menu-item.current-primary-post-category > a,
.primary-navigation .nav-menu > li.menu-item.current-category-ancestor > a {
    border-bottom-color: #c0392b;
}

.primary-navigation .nav-menu > li.menu-item.current-menu-item.menu-item-object-page > a,
.primary-navigation .nav-menu > li.menu-item.menu-item-object-page > a {
    color: black;
}

.primary-navigation .nav-menu > li.menu-item:hover > a,
.primary-navigation .nav-menu > li.menu-item.current-menu-item.menu-item-object-page:hover > a,
.primary-navigation .nav-menu > li.menu-item.menu-item-object-page:hover > a,
.primary-navigation .nav-menu > li.menu-item.current-menu-item.menu-item-type-custom:hover > a {
    color: black;
    border-bottom: 5px solid #c0392b;
    background: #ffffff;
}

.primary-navigation .nav-menu > li.menu-item-has-children:hover > a:after {
    border-color: #c0392b rgba(0,0,0,0);
}

.primary-navigation ul.sub-menu {
    width:100%;
    min-height:250px;
    height:inherit;
    background:transparent;
    box-shadow:none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
    padding: 0;
}

.primary-navigation ul li:hover > ul.sub-menu {
    display:none;
}

.primary-navigation ul.sub-menu:before{
    content:"";
    width:10000em;
    position:absolute;
    min-height:240px;
    height: 100%;
    margin: 0 -5000em;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid black;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
}

.primary-navigation ul.sub-menu li{
    width:182px;
    display:block;
    float:none;
    line-height: 20px;
    position: relative;
    text-align: left;
}

.primary-navigation ul.sub-menu li a {
    display: block;
    padding: 9px 0 9px 25px;
    font-size: 13px;
    width: 100%;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

.primary-navigation ul.sub-menu > li:hover > a {
    color: #c0392b;
}

.primary-navigation ul.sub-menu li:first-child {
    margin-top: 20px;
}

.primary-navigation ul.sub-menu li:last-child {
    margin-bottom: 10px;
}

.primary-navigation ul.sub-menu li:first-child {
    margin-top: 10px;
}

.primary-navigation ul.menu > li.menu-item ul.sub-menu > li:hover > a {
    color: #c0392b;
    background: none;
}

.primary-navigation .evolve-category-preview {
    display:none;
}

.primary-navigation .evolve-preview-container {
    display:none;
}

.primary-navigation ul.sub-menu.active + .evolve-preview-container{
    display:block;
}

.primary-navigation .evolve-preview-container .evolve-thumbnail {
    padding: 0;
}

.primary-navigation .evolve-preview-container a.thumbnail-title {
    display: block;
    color:#000000;
    margin: 7px 0;
    padding: 0px;
    font-size:15px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 300;
}

.primary-navigation .evolve-preview-container a.thumbnail-title:hover {
    color: #c0392b;
}

.primary-navigation .evolve-preview-container {
    top:50px;
    position:absolute;
    z-index:100000;
    left:183px;
    color:white;
    overflow: hidden;
    height: 205px;
}

.primary-navigation .evolve-preview-container article {
    float:left;
    height:auto;
    width: 285px;
    padding: 5px 20px 0 20px;
}

.primary-navigation .evolve-preview-container article .evolve-thumbnail-wrap {
    overflow:hidden;
    max-height:150px;
}

.primary-navigation .evolve-preview-container article .evolve-thumbnail-wrap img {
    width:100%;
    height:auto;
}

.site-header {
    border-bottom: 1px solid #eee;
    box-shadow: 3px 3px 5px rgba(165, 165, 165, 0.5);
}

.site-content {
    clear: both;
    padding: 20px;
    background-color: #f5f5f5;
    background: linear-gradient(center top , #f5f5f5 0%, #fff 100%);
    background: -moz-linear-gradient(center top , #f5f5f5 0%, #fff 100%);
    background: -webkit-linear-gradient(center top , #f5f5f5 0%, #fff 100%);
}

.menu-toggle {
    display: none;
    outline: none;
    background: none;
    border: medium none;
    color: black;
    cursor: pointer;
    float: left;
    font-size: 1.5em;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 65px;
    margin-left: -15px;
    padding: 0;
}

.menu-bg-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.0000001;
    transition: opacity .3s ease-out;
    z-index: -1;
}

.section {
    padding-bottom: 60px;
}

.section::after {
    display: table;
    content: "";
    clear: both;
}

.next-page-loader {
    float: left;
    width: 100%;
    text-align: center;
}

.next-page-loader img {
    display: none;
}

.site-footer {
    color: #f7f7f7;
    padding: 25px 0 10px 0;
    background: #2f3033;
}

.site-footer ul, .site-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .site-info > li {
    float: left;
    width: 71.7%;
    box-sizing: border-box;
}

.site-footer .site-info > li:last-of-type {
    float: left;
    padding-left: 25px;
    border-left: 1px solid #999;
    width: 28.3%;
}

.site-footer .site-info > li:last-of-type div.title {
    display: none;
}

.site-footer .site-info {
    padding: 0 15px;
    max-width: 1220px;
    margin: 0 auto;
}

.site-footer .site-info div.title {
    font-size: 1.4rem;
    color: #e2e2e2;
    font-weight: 600;
    margin: 0 0 10px;
}

.site-footer .site-info:after {
    content: "";
    clear: both;
    display: table;
}

.site-footer .copy {
    text-align: center;
    font-size: 1.2rem;
    color: #aaa;
    padding-top: 15px;
}

.site-footer .site-info .menu-social-networks-container ul li {
    float: left;
    line-height: 10px;
    font-size: 2.2rem;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    border-radius: 16px;
    position: relative;
    padding: 0;
    margin: 4px;
    cursor: pointer;
}

.site-footer .site-info .menu-social-networks-container ul li:before {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.site-footer .site-info .menu-social-networks-container ul li > a {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0;
    text-indent: -9999px;
    transition: all 0.1s ease 0s;
}

#menu-blog-footer-menu {
    max-width: 550px;
}

.site-footer .site-info .menu-blog-footer-menu-container a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.1;
    color: #ccc;
    height: 1em;
    padding: 5px 0;
}

.site-footer .site-info .menu-blog-footer-menu-container a:hover {
    color: #fff;
}

.site-footer .site-info .menu-blog-footer-menu-container li {
    display: inline-block;
    padding-right: 20px;
    max-width: 150px;
    min-width: 150px;
}

.site-footer .site-info .menu-blog-footer-menu-container {
    margin-left: 1em;
}

.site-footer .site-info .menu-social-networks-container ul li.fa-facebook:hover {
    background: #3b5998;
    color: #fff;
}

.site-footer .site-info .menu-social-networks-container ul li.fa-twitter:hover {
    background: #55acee;
    color: #fff;
}

.site-footer .site-info .menu-social-networks-container ul li.fa-youtube:hover {
    background: #cd201f;
    color: #fff;
}

.site-footer .site-info .menu-social-networks-container ul li.fa-instagram:hover {
    background: #3f729b;
    color: #fff;
}

.site-footer .site-info .menu-social-networks-container ul li.fa-google-plus:hover {
    background: #dc4e41;
    color: #fff;
}

/** BLOG CONTENT **/

.blog-section {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}

.blog-section  .search-form {
    padding-bottom: 30px;
}

.blog-section .blog-content-wrap {
    float: left;
    width: 71.7%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.blog-section .blog-sidebar {
    float: left;
    width: 28.3%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-section .blog-content-wrap .home-blog-title {
    display: none;
}

.blog-section .blog-content-wrap .blog-content {
    padding: 25px 25px 0 25px;
    background-color: white;
}

.archive .blog-section .blog-content-wrap .blog-content {
    padding-top: 20px;
}

.single-post .blog-section .blog-content-wrap .blog-content {
    padding-bottom: 0;
}

.single-post .breadcrumb {
    display: none;
}

.blog-section .blog-content-wrap .blog-content ul.page-title {
    list-style: none;
}

.blog-section .blog-content-wrap .blog-content ul.page-title li {
    margin: 0;
    padding: 0;
    display: inline;
}

.blog-section .blog-content-wrap .blog-content .page-title.search-title,
.blog-section .blog-content-wrap .blog-content .page-title.archive-title{
    font-weight: 500;
    color: #fff;
}

.blog-section .blog-content-wrap .blog-content .page-title {
    margin: 0 0 20px 0;
    padding-left: 10px;
    width: 80%;
    white-space: nowrap;
    position: relative;
    line-height: 40px;
    background-color: #c0392b;
    text-align: left;
    text-transform: none;
}

.blog-section .blog-content-wrap .blog-content .page-title:before {
    width: 15px;
    height: 40px;
    line-height: 40px;
    content: "";
    position: absolute;
    left: -25px;
    background-size: 2px 2px;
    background-image: linear-gradient(-45deg, #c0392b 25%, transparent 25%, transparent 50%, #c0392b 50%, #c0392b 75%, transparent 75%, transparent);
}

.blog-section .blog-content-wrap .blog-content .page-title:after {
    width: 22px;
    height: 50px;
    line-height: 50px;
    content: "";
    position: absolute;
    right: 0;
    background-image: linear-gradient(-64deg, white 50%, transparent 50%, transparent);
    background-size: 100% 100%;
}

.blog-section .blog-content-wrap .blog-content .page-title a {
    color: white;
    height: 40px;
    line-height: 40px;
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-weight: normal;
    vertical-align: top;
}

.blog-section .blog-content-wrap .blog-content .page-title li:first-child a {
    text-transform: uppercase;
    font-size: 2.8rem;
}

.blog-section .blog-content-wrap .blog-content .page-title li:first-child a:after{
    content: "\bb";
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 2rem;
}

.blog-section .blog-content-wrap .blog-content .page-title li:last-child a {
    font-style: italic;
    font-size: 2.4rem;
}

.blog-section .blog-content-wrap .blog-content .page-title li:last-child a:after{
    display: none;
}

.blog-section .blog-sidebar .widget {
    margin-bottom: 20px;
    margin-top: 0;
}

.blog-section .blog-sidebar .widget h1.title {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #444444;
    font-weight: 700;
    padding: 0px 0 0px 20px;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.blog-section .blog-sidebar .widget h1.title:before {
    background-image: linear-gradient(-45deg, #ffffff 25%, #252626 25%, #252626 50%, #ffffff 50%, #ffffff 75%, #252626 75%, #252626);
    width: 12px;
    height: 28px;
    line-height: 28px;
    content: "";
    position: absolute;
    background-size: 2px 2px;
    margin-left: -20px;
}

.blog-section .blog-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-section .blog-sidebar ul.video-list li {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.blog-section .blog-sidebar ul.video-list li .aspect-ratio {
    margin-top: 56%;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-color: #303030;
    overflow: hidden;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap::before {
    content: '';
    background: linear-gradient(rgba(51, 51, 51, .51), rgba(0, 0, 0, 0));
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 0;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-color: #000;
    opacity: 0.1;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap.initialized::before,
.blog-section .blog-sidebar ul.video-list li .video-wrap.initialized::after {
    display: none;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap:hover {
    cursor: pointer;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap iframe {
    width: 100%;
    height: 100%;
}

.blog-section .blog-sidebar ul.video-list .name {
    padding: 10px 10px 0;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.blog-section .blog-sidebar ul.video-list .name a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #eee;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    text-decoration: none;
    transition: color .1s cubic-bezier(0,0,0.2,1);
}

.blog-section .blog-sidebar ul.video-list .name a::before {
    content: '';
    display: block;
    background-image: url(../images/evolve-avatar.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
}

.blog-section .blog-sidebar ul.video-list .name a:hover {
    color: #fff;
}

.blog-section .blog-sidebar ul.video-list .name a span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog-section .blog-sidebar ul.video-list .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    border-radius: 25%;
    height: 46px;
    width: 66px;
    background: #000;
    opacity: 0.75;
    transition: all .25s cubic-bezier(0,0,0.2,1);
}

.blog-section .blog-sidebar ul.video-list .play-button::before {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75em;
    color: #fff;
}

.blog-section .blog-sidebar ul.video-list li .video-wrap:hover .play-button {
    background: #f00;
    opacity: 1;
}

.blog-section .blog-sidebar ul.video-list .name:hover ~ .play-button {
    background: #000 !important;
    opacity: 0.75 !important;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0.2em 0 0.5em;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts a.image-link {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 200px;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts img {
    width: 100%;
    height: auto;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts .title {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 18px;
    color: #333333;
    padding: 0.25em 0 0.5em;
    margin: 0;
    text-decoration: none;
    display: block;
    text-transform: none;
    text-align: left;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts .title a {
    color: inherit;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts .category {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 8px;
    color: white;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
    width: auto;
    background: #c0392b;
    opacity: 0.75;
    z-index: 3;
}

.blog-section .blog-sidebar .evolve-most-viewed-posts .category:hover {
    opacity: 1;
}

.blog-section .blog-sidebar .evolve-social {
    border: 1px solid #dddddd;
    border-top: none;
}

.blog-section .blog-sidebar .evolve-social .facebookBox > h2,
.blog-section .blog-sidebar .evolve-social .twitterBox > h2,
.blog-section .blog-sidebar .evolve-social .youtubeBox > h2 {
    display: none;
}

.blog-section .blog-sidebar .evolve-social .facebookBox {
    margin: 0 auto 10px;
    overflow: hidden;
}

.blog-section .blog-sidebar .evolve-social .facebookBox .fb-page .fb-xfbml-parse-ignore blockquote {
    margin: 10px 0 0 10px;
}

.blog-section .blog-sidebar .evolve-social .facebookBox .fb-page .fb-xfbml-parse-ignore blockquote > a {
    color: #3b5998;
    font-size: 1.5rem;
}

.blog-section .blog-sidebar .evolve-social .twitterBox > a {
    color: #00aced;
    font-size: 1.5rem;
}

.blog-section .blog-sidebar .evolve-social .twitterBox,
.blog-section .blog-sidebar .evolve-social .youtubeBox {
    margin-left: 10px;
}

.blog-section .blog-sidebar .evolve-recent-posts.fixed-to-top {
    position: fixed;
    top: 85px;
}

.blog-section .blog-sidebar .evolve-recent-posts.fixed-to-bottom {
    position: absolute;
    bottom: 10px;
}

.blog-section .blog-sidebar .evolve-recent-posts ul li {
    list-style-type: none;
    height: 100px;
    margin: -1px 0 0 0;
    padding: 5px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px dotted #ddd;
    cursor: pointer;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li:hover {
    background: #fff;
    border: 1px solid #eee;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li > a {
    width: 100px;
    height: 100px;
    float: left;
    background-position: center center;
    background-size: contain;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap {
    width: 100%;
    box-sizing: border-box;
    padding-left: 110px;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap h2 a.title {
    font-style: italic;
    font-size: 13px;
    max-height: 70px;
    line-height: 17px;
    overflow: hidden;
    color: #444;
    display: block;
    text-decoration: none;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap h2 {
    margin: 0;
    text-align: left;
    text-transform: none;
    font-weight: normal;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap h2 a.title:hover {
    color: #777;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap > .content {
    height: 16px;
    overflow: hidden;
    font-size: 11px;
    margin: 5px 0 2px 0px;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap > .content a.category {
    text-transform: uppercase;
    text-decoration: none;
    color: #c0392b;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap > .content span.separator {
    font-weight: bold;
    color: #999;
    padding: 0px 3px;
}
.blog-section .blog-sidebar .evolve-recent-posts ul li .wrap > .content span.time-ago {
    color: #999;
}

.blog-section .blog-sidebar .widget_text {
    padding: 18px;
    text-align: center;
    border: 1px solid #dddddd;
}

.blog-section .blog-sidebar .widget_text h1 {
    display: none;
}

.blog-section .blog-sidebar .widget_text a > img {
    width: 100%;
}

article.blog-post-preview .evolve-thumbnail-wrap {
    position: relative;
    max-height: 390px;
    overflow: hidden;
    margin-bottom: 5px;
}

article.blog-post-preview.category-videos .evolve-thumbnail-wrap:before,
article.blog-post-preview.format-video .evolve-thumbnail-wrap:before {
    font-family: "FontAwesome";
    content: "\f16a";
    position: absolute;
    right: 11px;
    bottom: 7px;
    color: #ccc;
    font-size: 33px;
    opacity: 0.7;
    line-height: 1;
}

article.blog-post-preview.category-videos .evolve-thumbnail-wrap:hover:before,
article.blog-post-preview.format-video .evolve-thumbnail-wrap:hover:before {
    opacity: 1;
}

article.blog-post-preview .evolve-thumbnail-wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

article.blog-post-preview .evolve-subtext > span,
article.blog-post-preview .evolve-subtext > author,
article.blog-post .evolve-subtext > span,
article.blog-post-preview .evolve-subtext > time,
article.blog-post .evolve-subtext > time {
    color: #999;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1;
    max-height: 1em;
    overflow: hidden;
    float: left;
    margin: 8px 0 7px 0;
}

article.blog-post .evolve-subtext {
    padding-bottom: 20px;
}

article.blog-post .evolve-subtext > span {
    font-size: 1.3rem;
}

article.blog-post-preview .evolve-post-category a,
article.blog-post .evolve-post-category a {
    color: #c0392b;
}

article.blog-post-preview .evolve-post-author a,
article.blog-post .evolve-post-author a{
    color: #999999;
}

article.blog-post-preview .evolve-post-author a:before,
article.blog-post .evolve-post-author a:before{
    content: "\2022";
    padding: 0 3px;
}

article.blog-post-preview .evolve-subtext .evolve-post-date,
article.blog-post .evolve-subtext .evolve-post-date{
    float: right;
}

article.blog-post-preview .excerpt p {
    font-size: 1.6rem;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    color: #999;
    margin: 0;
    text-overflow: ellipsis;
}

article.blog-post-preview h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    max-height: 2.5em;
    font-weight: 400;
    margin: 5px 0;
    text-transform: none;
    text-align: left;
    overflow: hidden;
    clear: both;
}

article.blog-post-preview h2 > a {
    color: #000;
}

article.blog-post-preview h2 > a:hover {
    color: #c0392b;
}

article.blog-post-preview {
    box-sizing: border-box;
    float: left;
}

.article-list article.blog-post-preview {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    width: 100%;
}

.article-list article.blog-post-preview:first-of-type {
    padding-top: 0;
    border-top: none;
}

.article-list article.blog-post-preview:last-of-type {
    border-bottom: none;
    padding-bottom: 20px;
}

.article-more {
    position: relative;
    padding: 0 10px;
    clear: both;
}

.article-more:before {
    background-size: 2px 2px;
    content: "";
    top: 0;
    bottom: 0;
    left: -25px;
    position: absolute;
    width: 15px;
    background-image: linear-gradient(-45deg, #27ae60 25%, transparent 25%, transparent 50%, #27ae60 50%, #27ae60 75%, transparent 75%, transparent);
}

.article-more > h1 {
    font-size: 2.4rem;
    padding: 20px 0 0;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    margin: 0;
    text-align: left;
    font-weight: 400;
    line-height: 1;
}

.article-more > h1 a {
    color: #c0392b;
}

.more-in-category-list article.blog-post-preview {
    width: 50%;
    border-top: 1px dotted #cccccc;
    margin-bottom: 20px;
    padding-top: 20px;
}

.more-in-category-list article.blog-post-preview:nth-of-type(1),
.more-in-category-list article.blog-post-preview:nth-of-type(2) {
    border-top: none;
}

.more-in-category-list article.blog-post-preview:nth-of-type(2n+1) {
    clear: both;
    padding-right: 15px;
}

.more-in-category-list article.blog-post-preview:nth-of-type(2n+2) {
    padding-left: 15px;
}

.more-in-category-list article.blog-post-preview .excerpt p {
    font-size: 1.4rem;
}

.more-in-category-list article.blog-post-preview .evolve-thumbnail-wrap {
    height: 200px;
}

.more-in-category-list article.blog-post-preview h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    max-height: 2.8em;
    height: 2.8em;
}

.also-on-evolve-list:before {
    background-image: linear-gradient(-45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
}

.also-on-evolve-list article.blog-post-preview {
    width: 33.33%;
    border-top: 1px dotted #cccccc;
    margin-bottom: 20px;
    padding-top: 20px;
}

.also-on-evolve-list article.blog-post-preview:nth-of-type(1),
.also-on-evolve-list article.blog-post-preview:nth-of-type(2),
.also-on-evolve-list article.blog-post-preview:nth-of-type(3) {
    border-top: none;
}

.also-on-evolve-list article.blog-post-preview:nth-of-type(3n+1) {
    clear: both;
    padding-right: 20px;
}

.also-on-evolve-list article.blog-post-preview:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
}

.also-on-evolve-list article.blog-post-preview:nth-of-type(3n+3) {
    padding-left: 20px;
}

.also-on-evolve-list article.blog-post-preview .evolve-post-author,
.also-on-evolve-list article.blog-post-preview .excerpt {
    display: none;
}

.also-on-evolve-list article.blog-post-preview .evolve-thumbnail-wrap {
    height: 130px;
}

.also-on-evolve-list article.blog-post-preview h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    max-height: 2.8em;
}


article.blog-post h1.title {
    text-align: left;
    text-transform: none;
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    margin: -4px 0 5px 0;
    line-height: 1.4;
}

article.blog-post .entry-content {
    line-height: 1.6;
    color: #333;
    clear: both;
    padding-top: 15px;
}

article.blog-post .entry-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin:5px 0;
    text-align: left;
    text-transform: none;
}

article.blog-post .entry-content a {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

article.blog-post .entry-content a:hover {
    color: #000;
}

article.blog-post .entry-content p,
article.blog-post .entry-content > ul,
article.blog-post .entry-content > li,
article.blog-post .entry-content > dl,
article.blog-post .entry-content pre,
article.blog-post .entry-content code,
article.blog-post .entry-content blockquote {
    margin: 1em 0;
}

article.blog-post .entry-content > *:last-child {
  margin-bottom: 0;
}

article.blog-post .entry-content > *:first-child {
  margin-top: 0;
}

article.blog-post .entry-content blockquote {
    font-style: italic;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #aaaaaa;
}

article.blog-post .entry-content blockquote cite {
    font-weight: bold;
}

article.blog-post .entry-content pre,
article.blog-post .entry-content code {
    display: block;
    background: white;
    font-family: "Courier New", Courier, mono;
    border: 1px solid #d9d9d9;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    overflow-x: auto;
}

article.blog-post .entry-content pre p:first-child,
article.blog-post .entry-content code p:first-child {
    margin-top: 0;
}

article.blog-post .entry-content code {
    font-family: "Courier New", Courier, mono;
}

article.blog-post .entry-content sup,
article.blog-post .entry-content sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

article.blog-post .entry-content sup {
    bottom: 1ex;
}

article.blog-post .entry-content sub {
    top: .5ex;
}

article.blog-post .entry-content table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

article.blog-post .entry-content img {
    max-width: 100%;
    height: auto;
}

article.blog-post .entry-content img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

article.blog-post .entry-content .wp-caption {
    max-width: 100%;
    margin: 5px 0 30px 0;
    border: 1px solid #e0e0e0;
    padding: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    text-align: center;
}

article.blog-post .entry-content .wp-caption img {
    box-shadow: 0 1px 2px rgba(0,0,0,0.175);
}

article.blog-post .entry-content .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

article.blog-post .entry-content .wp-caption:first-child {
    margin-top: 25px;
}

article.blog-post .entry-content .wp-caption p.wp-caption-text {
    margin: 0;
    text-align: center;
}

article.blog-post .entry-content .alignleft {
    margin: 0 1.5em 1.5em 0;
}

article.blog-post .entry-content .alignright {
    margin: 0 0 1.5em 1.5em;
}

article.blog-post .entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

article.blog-post .entry-content ul {
    list-style-type: square;
}

article.blog-post .entry-content ol {
    list-style-type: decimal;
}

article.blog-post .entry-content ol ol {
    list-style-type: upper-alpha;
}

article.blog-post .entry-content ol ol ol {
    list-style-type: lower-roman;
}

article.blog-post .entry-content ul li,
article.blog-post .entry-content ol li {
    margin-left: 1.5em;
}

article.blog-post .entry-content dl dt {
    margin-bottom: 5px;
    font-weight: bold;
}

article.blog-post .entry-content dl dd {
    margin-bottom: 10px;
    padding-left: 20px;
}

article.blog-post .entry-content h1,
article.blog-post .entry-content h2,
article.blog-post .entry-content h3,
article.blog-post .entry-content h4,
article.blog-post .entry-content h5,
article.blog-post .entry-content h6 {
    color: #444444;
    margin: 1em 0;
    font-weight: 500;
}

article.blog-post .entry-content h1 {
    font-size: 1.7em;
}

article.blog-post .entry-content h2 {
    font-size: 1.6em;
}

article.blog-post .entry-content h3 {
    font-size: 1.5em;
}

article.blog-post .entry-content h4 {
    font-size: 1.4em;
}

article.blog-post .entry-content h5 {
    font-size: 1.2em;
}

article.blog-post .entry-content h6 {
    font-size: 1.1em;
}

article.blog-post .entry-content embed,
article.blog-post .entry-content iframe,
article.blog-post .entry-content object {
    max-width: 100%;
}

article.blog-post .entry-content .tags {
    color: #999999;
}

article.blog-post .entry-content .tags strong {
    color: #666666;
}

article.blog-post .entry-content .tags a {
    color: #999999;
    text-decoration: none;
}

article.blog-post div.social-shares {
    width: 100%;
    margin: 5px 0 10px 0;
    display: inline-block;
}

article.blog-post div.featured-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

article.blog-post .flexslider-wrap {
    overflow: hidden;
    margin-bottom: 5px;
    height: 390px;
}

article.blog-post div.flexslider {
    margin: 0;
    padding: 0;
    zoom: 1;
    position: relative;
    max-height: 390px;
}
article.blog-post .flexslider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
article.blog-post .flexslider .slides:before {
    content: '';
    display: block;
}
article.blog-post .flexslider .slides:after {
    content: '';
    display: table;
    clear: both;
}
article.blog-post div.flexslider .slides > li {
    margin-left: 0;
    display: none;
    -webkit-backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background: #000;
}
article.blog-post div.flexslider .slides > li > img {
    max-height: 390px;
    max-width: 794px;
    height: auto;
    width: auto;
}
article.blog-post div.flexslider .flex-control-paging {
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: 0px;
    padding: 0 30px;
    z-index: 20;
    text-align: center;
    width: 70%;
    width: calc(100% - 60px);
}
article.blog-post div.flexslider .flex-control-paging li {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -99999px;
    text-align: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
article.blog-post div.flexslider .flex-control-paging li a {
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 5px;
    opacity: 0.8;
}
article.blog-post div.flexslider .flex-control-paging li a.flex-active {
    opacity: 1;
    background: #ffffff;
}
article.blog-post div.flexslider .flex-control-paging li a:hover {
    background: #ffffff;
}

article.blog-post .flex-control-nav,
article.blog-post .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

article.blog-post .flexslider .flex-direction-nav li {
    margin: 0;
    padding: 0;
}

article.blog-post .flexslider .flex-direction-nav li a {
    z-index: 200;
    display: block;
    position: absolute;
    top: 50%;
    text-indent: -99999px;
    width: 32px;
    height: 85px;
    margin-top: -52px;
    opacity: 0;
    transition: opacity 0.2s ease;
    background-size: contain;
}

article.blog-post .flexslider .flex-direction-nav li a.flex-prev {
    left: 0;
    background-image: url(images/gallery-prev.png);
}

article.blog-post .flexslider .flex-direction-nav li a.flex-next {
    right: 0;
    background-image: url(images/gallery-next.png);
}

article.blog-post .flexslider:hover .flex-direction-nav li a {
  opacity: 0.9;
}

article.blog-post div.share-container {
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: 0 10px 0 0;
}

article.blog-post input#expand-sharing[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

article.blog-post label[for='expand-sharing'] {
    float: left;
    display: inline-block;
    height: 38px;
    width: 52px;
    line-height: 38px;
    padding: 0;
    background-color: #ccc;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    vertical-align: top;
    margin: 0 10px 0 0;
}

article.blog-post label[for='expand-sharing']:hover {
    opacity: 0.9;
}

article.blog-post input#expand-sharing[type=checkbox] ~ a:nth-of-type(3) ~ a {
    display: none;
}

article.blog-post input#expand-sharing[type=checkbox]:checked ~ a:nth-of-type(3) ~ a {
    display: inline-block;
}

article.blog-post input[type=checkbox]:checked ~ label[for='expand-sharing'] {
    display: none;
}

article.blog-post .article-share {
    width: auto;
    padding: 0px 13px 0px 16px;
    margin: 0 10px 0 0;
    float: left;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    height: 38px;
}

article.blog-post .article-share span {
    padding: 14px 5px 0 6px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
}

article.blog-post .article-share:hover {
    opacity:0.9;
}

article.blog-post .article-share.facebook img {
    width: 20px;
    margin-top: 9px;
}

article.blog-post .article-share.facebook {
    background: #3b5998;
}

article.blog-post .article-share.twitter {
    background: #00aced;
}

article.blog-post .article-share.twitter img {
    width: 18px;
    margin-top: 12px;
}

article.blog-post .article-share.email {
    background: #666;
}

article.blog-post .article-share.email img {
    width: 20px;
    margin-top: 9px;
}

article.blog-post .article-share.linkedin {
    background: #007bb6;
    padding-right: 18px;
    padding-left: 18px;
}

article.blog-post .article-share.linkedin img {
    width: 16px;
    margin-top: 11px;
}

article.blog-post .article-share.stumbleupon {
    background: #eb4c00;
    padding-right: 17px;
    padding-left: 17px;
}

article.blog-post .article-share.stumbleupon img {
    width: 18px;
    margin-top: 11px;
}

article.blog-post .article-share.reddit {
    background: #ff5700;
    padding-right: 16px;
}

article.blog-post .article-share.reddit img {
    width: 20px;
    margin-top: 11px;
}

article.blog-post div.share-container + .fb-like {
    width: 70px;
    height: 29px;
    margin-top: 6px;
    margin-left: -4px;
    vertical-align: top;
    display: inline-block;
}

.facebook-like-us {
    border-top:1px dotted #dddddd;
    border-bottom:1px dotted #dddddd;
    margin: 20px 0 0 0;
    min-height: 25px;
    padding: 5px 0;
    clear: both;
}

.facebook-like-us span {
    font-size: 1.3rem;
    color: #999999;
    float: left;
    line-height: 2em;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}

.facebook-like-us .fb-like {
    position: relative;
    top: 2px;
}

.sharing-buttons {
    margin: 20px 0;
    height: 50px;
}
.sharing-buttons > a {
    box-sizing: border-box;
    color: white;
    float: left;
    font-size: 1.8rem;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    vertical-allign: middle;
    text-transform: uppercase;
    width: 32%;
    text-decoration:none;
}

.sharing-buttons.no-react > a {
    width: 48%;
}

.sharing-buttons > a:before {
    font: 2rem FontAwesome;
    margin-right:5px;
}

.sharing-buttons > a.fa-facebook {
    background-color: #3b5998;
}

.sharing-buttons > a.fa-facebook:hover {
    background-color: #2f4779;
    color:#fff;
}

.sharing-buttons > a.fa-twitter {
    margin: 0 2%;
    background-color: #1bb2e9;
}

.sharing-buttons > a.fa-twitter:hover {
    background-color: #00a6cf;
    color:#fff;
}

.sharing-buttons > a.fa-comment {
    background-color: #b69823;
}

.sharing-buttons.no-react > a.fa-comment {
    display: none;
}

.post-author {
    display: block;
    clear: both;
    padding-top: 20px;
}

.post-author > a {
    float: left;
    width: 15%;
    padding-right: 15px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.post-author .info {
    float: left;
    width: 85%;
    position: relative;
    padding-bottom: 20px;
}

.post-author .title {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #555555;
    font-weight: 400;
    margin: 0;
}

.post-author .info a {
    color: #999999;
}

.post-author .info a:hover {
    color: #000;
}

.post-author .info p {
    font-size: 1.3rem;
    color: #555555;
    margin-top: 5px;
}

.post-author .info a.fa {
    font-size: 1.9rem;
    color: #999;
    margin-right: 10px;
    position: absolute;
    top: 0;
    display: block;
    right: 0;
    line-height: 22px;
}

.post-author .info a.fa:hover {
    color: #000;
    background: initial;
}

article.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-section .author-avatar {
    float: left;
    width: 35%;
    box-sizing: border-box;
    padding-right: 20px;
    padding-bottom: 15px;
}

.blog-section .author-avatar img {
    width: 100%;
    height: auto;
}

.blog-section .author-info {
    float: left;
    box-sizing: border-box;
    width: 65%;
}

.blog-section .author-info h2 {
    font-size: 3.5rem;
    font-weight: 400;
    margin: 0 0 3px;
    color: #000000;
    text-transform: none;
    text-align: left;
}

.blog-section .author-info p {
    color: #555555;
    font-size: 1.4rem;
    margin: 10px 0 20px 0;
}

.blog-section .author-articles {
    clear: both;
    width: 100%;
    height: 60px;
    margin: 15px 0 20px 0;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    line-height: 60px;
}

.blog-section .author-articles .title {
    color: #666666;
    font-size: 2.1rem;
    margin-bottom: 3px;
}

.blog-section .author-articles .name {
    color: #999999;
    font-size: 2.1rem;
    margin-bottom: 3px;
}

.blog-section .author-articles .count {
    float: right;
    font-size: 1.4rem;
    font-weight: bold;
    color: #666666;
    line-height: 63px;
    vertical-align: bottom;
    margin-bottom: 3px;
}

#quizForm {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 2px rgba(0,0,0,0.07),0 0 13px 1px rgba(0,0,0,0.05);
    border-radius: 3px;
    padding: 13px;
    margin-top: 15px;
}
#quizForm br {
    display: none;
}
#quizForm .quiz_section {
    margin-top: 38px;
}
#quizForm .quiz_section.slide2{
    margin-top: 5px;
}
#quizForm .quiz_section.quiz_begin {
    margin-top: 15px;
    display: none;
}
#quizForm .quiz_section.quiz_begin .qmn_error {
    display: none;
}
#quizForm .quiz_section.quiz_end {
    margin-top: 55px;
}
#quizForm .quiz_section .qmn_radio_answers {
    margin-top: 20px;
    outline: inherit !important;
}
#quizForm .quiz_begin .mlw_qmn_message_before p {
    margin: 10px 0 18px 0;
}
#quizForm .mlw_qmn_question,#quizForm .mlw_qmn_question_number{
    font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
    color:#333;
    font-size: 18px;
    font-weight: bold;
    height: 29px;
    line-height: 26px;
}
#quizForm .mlw_qmn_question img{
    padding: 5px 0px  0px  0px;
}
#quizForm .qmn_mc_answer_wrap{
    background-color: #f5f5f5;
    box-shadow: 0 2px 2px rgba(0,0,0,0.07),0 0 13px 1px rgba(0,0,0,0.05);
    border-radius: 3px;
    padding: 0px;
    border: 1px solid #c4c4c4;
    margin-bottom: 10px;
    font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:#333;
    line-height: 20px;
    cursor:pointer;
}
#quizForm .qmn_mc_answer_wrap.selected{
    background: #bed5ed;
}
#quizForm .qmn_mc_answer_wrap.minor{
    opacity:0.5;
}
#quizForm .qmn_mc_answer_wrap label{
    margin: 0;
    padding: 8px 8px 8px 16px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#quizForm .qmn_mc_answer_wrap input[type=radio] {
    display: none;
}
#quizForm input[type=submit] {
    border-radius: 3px;
    background: #0072bc;
    border: 1px solid #0072BC;
    color: #fff;
    padding: 8px 11px;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: Open Sans, Lucida Sans Unicode,Lucida Grande, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 34px;
    text-shadow: inherit;
    box-shadow: inherit;
    line-height: 17px;
}
#quizForm input[type=submit]:focus {
    outline: none;
    color: #ccc;
}
#quizForm input[type=submit].loading,
#quizForm input[type=submit].loading:hover {
    cursor: initial;
    color: #999;
    background: #eee;
    border-color: #ccc;
}
#quizForm input[type=submit]:hover {
    background: #005389;
    color: #fff;
    text-decoration: none;
}
#quizForm #qmn_quizz_results {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.07),0 0 13px 1px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#quizForm #qmn_quizz_results .qmn_title {
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 19px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#quizForm #qmn_quizz_results .qmn_result {
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin: 5px 0px 15px 0px;
}
#quizForm #qmn_quizz_results p {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
#quizForm #qmn_quizz_results .qmn_share .fa {
    display: block;
    color: #ffffff;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    height: 31px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
#quizForm #qmn_quizz_results .qmn_share .fa::before {
    margin-right: 10px;
}
#quizForm #qmn_quizz_results .qmn_share .fa-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
#quizForm #qmn_quizz_results .qmn_share .fa-facebook:hover {
    background-color: #2f4779;
    border-color: #2f4779;
}
#quizForm #qmn_quizz_results .qmn_share .fa-twitter {
    background-color: #1bb2e9;
    border-color: #1bb2e9;
}
#quizForm #qmn_quizz_results .qmn_share .fa-twitter:hover {
    background-color: #00a6cf;
    border-color: #00a6cf;
}

.subscribe-section {
    background: #fff;
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-bottom: 0;
    display: none;
}
.subscribe-form-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #3f5059;
    width: 2em;
    height: 2em;
    font-size: 1.2em;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}
.subscribe-form-close:hover {
    color: #000;
}
.subscribe-form-close__icon.fa {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe-form-title {
    text-align: center;
    text-transform: none;
    font-size: 3rem;
    font-weight: normal;
    color: #d32f2e;
    margin: 1.5em 0.5em 0.75em;
    line-height: 1.4;
}
.subscribe-form-subtitle {
    text-align: center;
    color: #3f5059;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0.75em;
}
.subscribe-form-privacy {
    color: #9dabb4;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    margin: 2.5em 0.5em 1em;
}
.subscribe-form {
    text-align: center;
    margin: 2.5em 0.5em;
    font-size: 1em;
    min-height: 4em;
    line-height: 4em;
}
.subscribe-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
    font-weight: 400;
}
.subscribe-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
    font-weight: 400;
}
.subscribe-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
    font-weight: 400;
}
.subscribe-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    font-weight: 400;
}
.subscribe-form-input-text {
    border: 1px solid #dfdfe1;
    padding: 12px 10px;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    margin: 0.5em 0.4em;
}
.subscribe-form-input-text:focus {
    border-color: #ff304e;
    -webkit-box-shadow: 0 0 5px rgba(255, 48, 78, 0.55);
    box-shadow: 0 0 5px rgba(255, 48, 78, 0.55);
    outline: none;
}
.subscribe-form-submit {
    font-weight: normal;
    background-color: #d32f2e;
    border-radius: 2px;
    padding: 12px 10px;
    border: 1px solid #d32f2e;
    color: #fff;
    transition: all 0.2s linear 0s;
    width: 250px;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0.5em 0.4em;
}
.subscribe-form-submit:hover, .subscribe-form-submit:focus {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #fff;
}
.subscribe-form-holder {
    display: inline-block;
    position: relative;
}
.subscribe-form .subscribe-form-spinner {
    position: absolute;
    top: 1.5em;
    right: -1em;
    z-index: 2;
    display: none;
    color: #444;
}
.subscribe-form.loading .subscribe-form-spinner {
    -webkit-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    display: block;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* 1200px */
@media screen and (max-width: 75em) {

}

/* 1100px */
@media screen and (max-width: 68.75em) {
    p,
    ul {
        font-size: 1.7rem;
    }
    .site-footer .site-info > li:nth-of-type(n) {
        width: 100%;
        border: none;
        padding-bottom: 20px;
    }
    .site-footer .site-info > li:last-of-type {
        padding-bottom: 10px;
    }
    .site-footer .site-info > li .menu-social-networks-container .menu {
        margin: 0 auto;
        width: 210px;
    }
}

/* 1023px */
@media screen and (max-width: 63.9375em) {
    .blog-section .blog-sidebar {
        display: none;
    }
    .blog-section .blog-content-wrap {
        width: 100%;
        padding: 0;
    }
}

/* 900px */
@media screen and (max-width: 1190px) {
    .blog-section .blog-sidebar {
        display: none;
    }
    .blog-section .blog-content-wrap {
        width: 100%;
        padding: 0;
    }
    .logo-container {
        height: 65px;
    }
    .logo-container .header-sidebar {
        display: none;
    }
    .logo-container .logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }
    .logo-container .logo img {
        margin: 0 auto;
    }
    .menu-toggle {
        display: block;
    }
    body.menu-opened {
        overflow: hidden;
    }
    .menu-opened .back-top {
        z-index: 98;
    }
    .menu-opened .menu-toggle {
        z-index: 100;
        position: absolute;
    }
    .primary-navigation .menu-blog-menu-container {
        position: absolute;
        width: 240px;
        height: auto;
        height: 100vh;
        top: 65px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #222;
        border: none;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
        transition: transform 0.3s ease-out;
        z-index: 100;
        margin-left: -15px;
        box-sizing: border-box;
    }
    .menu-opened .primary-navigation .menu-blog-menu-container {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-opened .menu-bg-layer {
        opacity: 0.5;
        z-index: 99;
    }
    .primary-navigation ul.sub-menu {
        display: block !important;
        min-height: auto;
        position: relative;
        color: initial;
    }
    .primary-navigation ul.sub-menu li:nth-of-type(n) {
        margin: 0;
        width: 100%;
    }
    .primary-navigation ul.sub-menu li:nth-of-type(n) h2 {
        margin: 0;
    }
    .menu-blog-menu-container .nav-menu{
        border: none;
    }
    .menu-blog-menu-container .nav-menu > li.menu-item {
        border: none;
    }
    .menu-blog-menu-container .nav-menu > li > a {
        text-align: left;
        border: none;
    }
    .primary-navigation ul.sub-menu li {
        line-height: 30px;
    }
    .primary-navigation ul.sub-menu li a {
        padding: 0 0 0 25px;
        line-height: 30px;
        height: 31px;
        color: #adadad;
    }
    .primary-navigation ul.sub-menu li.current-menu-item a {
        border-bottom-color: #c0392b;
    }
    .primary-navigation ul.sub-menu:before {
        display: none;
    }
    .nav-menu .menu-item {
        display: block;
        width: 100%;
        cursor: pointer;
    }
    .menu-blog-menu-container .nav-menu {
        padding-bottom: 50px;
    }
    .menu-blog-menu-container .nav-menu li {
        position: relative;
    }
    .fixed-menu .nav-menu .menu-item > a,
    .nav-menu .menu-item > a {
        width: 100%;
        box-sizing: border-box;
        text-shadow: none;
    }
    .primary-navigation ul.sub-menu.active + .evolve-preview-container {
        display: none !important;
    }
    .menu-blog-menu-container .nav-menu > li > a {
        text-transform: none;
        color: #fff;
        line-height: 20px;
        height: 50px;
    }
    .primary-navigation .nav-menu > li.menu-item.current-menu-item.menu-item-object-page > a,
    .primary-navigation .nav-menu > li.menu-item.menu-item-object-page > a  {
        color: #fff;
    }
    .primary-navigation ul li:hover > ul.sub-menu {
        display: block;
    }
    .menu-blog-menu-container .nav-menu > li.menu-item-has-children > a:after {
        display: none;
    }
}

/* 768px */
@media screen and (max-width: 48em) {
    ul {
        padding-left: 15px;
        list-style-position: inside;
    }
    .site-footer .site-info h5 {
        font-size: 1.8rem;
    }
    .site-content,
    .blog-section {
        padding: 0;
    }
    .subscribe-section {
        padding-bottom: 0;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-width: 666px) and (orientation: landscape) {
    .article-list article.blog-post-preview:nth-of-type(n) {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 0 15px;
        border: none;
        border-bottom: 1px dotted #cccccc;
    }
    .article-list article.blog-post-preview:nth-of-type(n) .excerpt p {
        font-size: 1.6rem;
    }
    .article-list article.blog-post-preview:last-of-type {
        margin-bottom: 0;
        border: none;
    }
    .article-list article.blog-post-preview:nth-of-type(n) .evolve-thumbnail-wrap {
        height: auto;
        max-height: initial;
    }
    .article-list article.blog-post-preview:nth-of-type(n) .evolve-post-author,
    .article-list article.blog-post-preview:nth-of-type(n) .excerpt {
        display: block;
    }
    .article-list article.blog-post-preview:nth-of-type(n) h2 {
        font-size: 1.6rem;
        line-height: 1.4;
        max-height: 2.8em;
        height: auto;
    }
    .subscribe-form-title,
    .subscribe-form-subtitle {
        font-size: 2rem;
    }
    .subscribe-form {
        margin: 1.5em 0.5em;
    }
    .subscribe-form-privacy {
        margin: 1.5em 0.5em 1em;
    }
}

/* 667px */
@media screen and (max-width: 41.6875em) {
    p,
    ul {
        font-size: 1.6rem;
    }
    .back-top {
        bottom: 25px;
        right: 25px;
    }
    article.blog-post .article-share,
    article.blog-post label[for='expand-sharing'] {
        margin: 5px 10px 5px 0;
    }
    article.blog-post div.share-container + .fb-like {
        margin-top: 12px;
    }
    .more-in-category-list article.blog-post-preview h2 {
        height: auto;
    }
}

@media screen and (max-width: 666px) {
    .more-in-category-list article.blog-post-preview:nth-of-type(n) {
        width: 100%;
        padding: 0;
    }
    .more-in-category-list article.blog-post-preview .evolve-thumbnail-wrap {
        height: auto;
    }
    .article-more > h1 {
        margin-bottom: 20px;
    }
    .also-on-evolve-list article.blog-post-preview:nth-of-type(n) {
        width: 50%;
        padding: 0;
        margin: 0;
        clear: none;
        border: none;
        margin-bottom: 10px;
    }
    .also-on-evolve-list article.blog-post-preview:nth-of-type(2n+1) {
        padding-right: 10px;
        clear: both;
    }
    .also-on-evolve-list article.blog-post-preview:nth-of-type(2n+2) {
        padding-left: 10px;
    }
}

/* 568px */
@media screen and (max-width: 35.5em) {
    h3 {
        font-size: 2rem;
    }
    .site-footer .site-info h5 {
        font-size: 1.6rem;
    }
    .facebook-like-us {
        min-height: 55px;
    }
    .facebook-like-us span {
        width: 100%;
    }
}

/* 480px */
@media screen and (max-width: 30em) {
    h3 {
        font-size: 1.8rem;
    }
    .also-on-evolve-list article.blog-post-preview:nth-of-type(n) {
        width: 100%;
        padding: 0;
        margin: 0;
        clear: none;
        border: none;
        margin-bottom: 10px;
    }
    .also-on-evolve-list article.blog-post-preview .evolve-thumbnail-wrap {
        height: auto;
        max-height: initial;
    }
    .blog-section .author-avatar {
        width: 100%;
        padding-right: 0;
    }
    .blog-section .author-avatar img {
        display: block;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .blog-section .author-info {
        clear: both;
        width: 100%;
    }
    .blog-section .blog-content-wrap .blog-content .page-title {
        width: 100%;
    }
}

/* 420px */
@media screen and (max-width: 26.25em) {
    article.blog-post-preview .evolve-subtext .evolve-post-date,
    article.blog-post .evolve-subtext .evolve-post-date {
        display: none;
    }
}

/* 320px */
@media screen and (max-width: 20em) {
    p,
    ul {
        font-size: 1.5rem;
    }
}

/* 319px */
@media screen and (max-width: 19.9375em) {

}

.mobile-app .blog-section .blog-content-wrap {
    width: 100%;
    padding: 0;
}

.mobile-app .site-content {
    padding: 0;
}

.mobile-app .blog-section {
    max-width: 800px;
}

.mobile-app .blog-section {
    padding-bottom: 0;
}

.mobile-app .blog-section .blog-content-wrap .blog-content {
    padding-bottom: 20px;
}

.mobile-app article.blog-post div.social-shares,
.mobile-app .facebook-like-us,
.mobile-app .post-author,
.mobile-app .sharing-buttons {
    display: none;
}

.fb_iframe_widget_fluid_desktop {
    width: 100%;
    text-align: center;
}

.responsive-video-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.2%;
}

.responsive-video-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
