/***************************************************************/
/*  =general                                                   */
/***************************************************************/
html {
    overflow-y: scroll;
}
body {
    min-width: 320px;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
}
/* links */
a {
    color: #7d187c;
    outline: 0;
}
a:hover,
a:focus {
    color: #511450;
    outline: 0;
}
/* headings */
h1 {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 26px;
}
h3 {
    margin-bottom: 25px;
}

.lead {
    margin-bottom: 25px;
    font-size: 24px;
    color:#791678;
}

p {
    margin-bottom: 15px;
}

ol, ul {
    margin-bottom: 15px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/***************************************************************/
/*  =header                                                    */
/***************************************************************/
.header-wrap {
    /*padding: 0 0 20px;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ebebeb;
    /*background-image:  url('../img/general/default_banner.gif');*/
    background-image:  url('../img/general/banner.png');
}
.header-wrap.is-slider {
    
}

@media only screen and (min-width: 768px) {
    .header-wrap.is-slider {
        height: 32.5vh;
        max-height:250px;
    }

    .section-homepage .header-wrap.is-slider {
        height: 65vh;
        max-height:500px;
    }

    .lt-ie9 .header-wrap.is-slider {
        height: 500px;
    }
}

@media only screen and (min-width: 2000px) {
    .header-wrap.is-slider {
        height: 500px;
    }
}

.header {

}

#header-main {
    position: relative;
    z-index: 20;
}

@media only screen and (min-width: 992px) {
    .header {
        position: relative;
    }
    .header-wrap {
        min-height: 240px;
    }
}
@media only screen and (min-width: 992px) {
    .header-wrap {

    }
}
/* logo */
.logo {
    overflow: hidden;
    float: left;
    display: inline-block;
    position: relative;
    left: -150px;
    width: 332px;
    height: 120px;
    background: url('../img/general/logo.png') 0 0 no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    z-index: 20;
}
@media only screen and (min-width: 768px) {
    .logo {
        z-index: 5;
    }
}
/* utility nav */
.util-nav {
    display: none;
}
@media only screen and (min-width: 992px) {
    .util-nav {
        display: block;
        position: absolute;
        top: 30px;
        right: 235px;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }
    .util-nav-item {
        display: inline-block;
    }
    .util-nav-item:before {
        content: '/';
        display: inline;
        color: #606264;
    }
    .is-slider .util-nav-item:before,
    .header-white .util-nav-item:before {
        color: #ffffff;
    }
    .util-nav-item:first-child:before {
        display: none;
    }
    .util-nav-link {
        display: inline-block;
        margin: 0 15px 0 18px;
        color: #606264;
        text-transform: uppercase;
        font-weight: normal;
    }
    .is-slider .util-nav-link,
    .header-white .util-nav-link {
        color: #FFF;
    }
    .util-nav-link:hover {
        color: #7c7e80;
        text-decoration: none;
    }
    .is-slider .util-nav-link:hover,
    .header-white .util-nav-link:hover {
        color: #DDD;
    }
}
/* toggle */
.toggle-wrap {
    z-index: 90;
    position: absolute;
    top: 48px;
    right: 20px;
    color: #606264;
    font-size: 32px;
}
.toggle-wrap i {
    cursor: pointer;
    margin: 0 0 0 5px;
}
.nav-is-active .toggle-wrap .fa-bars,
.search-is-active .toggle-wrap .fa-search {
    color: #ac1aaf;
}
@media only screen and (min-width: 420px) {
    .toggle-wrap {
        right: 40px;
    }
    .toggle-wrap i {
        margin: 0 0 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .toggle-wrap {
        top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .toggle-wrap {
        display: none;
    }
}

/* search */
.header form {
    clear: both;
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    left: 0;
}
.no-js .header form {
    display: block !important;
}

.header input[type="text"] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 20px 0;
    padding: 0 80px 0 10px;
    border: none;
    background: #ffffff;
    font-size: 18px;
}
.header input[type="submit"] {
    position: absolute;
    top: 20px;
    right: 0;
    height: 38px;
    padding: 0 15px;
    border: 0;
    background: #686868;
    color: #ffffff;
    text-transform: uppercase;
    transition: .2s;
}
.header input[type="submit"]:hover {
    background: #888888;
}
@media only screen and (min-width: 992px) {
    .header form {
        display: block !important;
        position: absolute;
        top: 0;
        right: 15px;
        left: auto;
        width: 200px;
    }
    .header input[type="text"] {
        font-size: 14px;
    }
    .header input[type="submit"] {
        width: 40px;
        font-size: 18px;
        font-family: FontAwesome;
    }
}
/* main nav */
.main-nav-wrap {
    clear: both;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    padding: 120px 15px 0;
    z-index: 5;
}
.no-js .main-nav-wrap {
    display: block !important;
}
.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav-item {
    display: block;
    position: relative;
}
.main-nav-item span {
    z-index: 10;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
}
.main-nav-item span:after {
    cursor: pointer;
    content: '\f105';
    display: block;
    color: #606264;
    font-family: FontAwesome;
    transition: .2s;
}
.main-nav-item span.is-open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    transform:         rotate(90deg);
}
.main-nav-link {
    position: relative;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #baa4c2;
    color: #79177c;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-shadow: 0 1px 0 #CCC;

}
.main-nav-link:focus {
    text-decoration: none;
}

.main-nav-link.last {
    border-bottom: none;
}

.main-nav-link.current,
.main-nav-link.section {
    color:#9959a0;
}

.main-nav-link > a {
    transition: all .3s;
}
.main-nav-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f5dcfd;
}

@media (min-width: 768px) {
    .main-nav-link {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .is-slider .main-nav-link,
    .header-white .main-nav-link {
        color: #FFF;
    }

}

@media only screen and (min-width: 1200px) {
    .main-nav-link {
        font-size: 20px;
    }
}

.header.container.grey .main-nav-link,
.header.container.grey .util-nav-item:before,
.header.container.grey .util-nav-link {
    color:#1a1a1a;
}

.main-nav-link:hover {
    text-decoration: none;
}
@media only screen and (min-width: 992px) {
    .main-nav-wrap {
        display: block !important;
        position: absolute;
        top: 70px;
        right: 0;
        margin: 0;
        left: auto;
        text-align: center;
        padding: 0;
        width: auto;
        background-color: transparent;
    }
    .main-nav {}
    .main-nav-item {
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: 30px;
    }
    .main-nav-item span {
        display: none;
    }
    .main-nav-link {
        display: inline-block;
        border: none;
        padding: 8px 15px;
        color: #606264;
        border-radius: 10px;
        border: 1px solid transparent;
    }
    .main-nav-link:after {
        display: none;
    }
    .main-nav-link.current,
    .main-nav-link.section,
    .main-nav-item:hover .main-nav-link {
        background-color: #FFF;
        /*background: rgba(255, 255, 255, 0.95);*/
        color: #000000;
        text-shadow: 0 1px 0 #FFF;
        border: 1px solid #9959a0;
        border: 1px solid #CCCCCC;
    }
    .main-nav-link.current,
    .main-nav-link.section {
        background-color: #9959a0;
        border-radius: 10px;
        color: #FFF;
        text-shadow: 0 1px 0 #000;
        border-color: #9959a0;
    }
    .main-nav-item:hover .main-nav-link {
        border-radius: 10px;
    }
    .main-nav-item.has-children:hover .main-nav-link {
        border-radius: 10px 10px 0 0;
        border-bottom: none;
    }

    .main-nav-item.has-children:hover .main-nav-link:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        z-index: 11;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #ffffff;
    }
}
@media only screen and (min-width: 1200px) {
    .main-nav-wrap {
        float: right;
        clear: none;
        text-align: left;
    }
    .main-nav-item {
        margin-left: 5px;
    }
}
/* Sub-navigation */
.main-nav-sub {
    list-style: none;
    display: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}
.main-nav-sub-item {
    margin: 8px 0 0;
    line-height: 1.4;
}
.main-nav-sub-link {
    display: block;
    color: #9959a0;
    font-weight: bold;
    font-size: 16px;
}

.main-nav-sub-link:hover {
    text-decoration: none;
}

.second-last > .main-nav-sub,
.last > .main-nav-sub {
    left: auto;
    right: 0;
    border-radius: 10px 0 10px 10px;
}
@media only screen and (min-width: 992px) {
    .main-nav-sub {
        z-index: 10;
        display: none !important;
        position: absolute;
        top: 46px;
        left: 0;
        width: 300px;
        margin: 0;
        padding: 10px 14px;
        background-color: #FFF;
        /*background: rgba(255, 255, 255, 0.95);*/
        border-radius: 0 10px 10px 10px;
        border: 1px solid #9959a0;
        border: 1px solid #CCCCCC;
        /*box-shadow: 1px 5px 4px #CCC;*/
    }
    .main-nav-item:hover .main-nav-sub {
        display: block !important;
    }
    .main-nav-sub-link {
        display: block;
        padding: 4px 0;
        transition: .3s;
    }
    .main-nav-sub-link:hover {
        padding-left: 8px;
        color: #79177c;
    }
}
/***************************************************************/
/*  =breadcrumbs                                               */
/***************************************************************/
.breadcrumbs {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #ffffff;
    color: #666;
    text-align: right;
    text-transform: uppercase;
}
.breadcrumbs a {
    color: #000;
}
/***************************************************************/
/*  =main                                                      */
/***************************************************************/
main {
    position: relative;
    z-index: 2;
    background: #f8f8f8;
}
/***************************************************************/
/*  =content                                                   */
/***************************************************************/
.content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
}
.content:after {
    content: '';
    display: none;
    position: absolute;
    top: -11px;
    right: -13px;
    width: 77px;
    height: 443px;
    background: url('../img/general/content-shadow.png') 0 0 no-repeat;
}
.content h1 {
    font-size: 30px;
}
.content-info {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.content-info + .typography h1 {
    border-bottom-width: 1px;
}
.content-date,
.content-profile {
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .content {
        padding: 40px;
    }
	.pre_block_content{
		margin-top: 40px;	
	}
}
/***************************************************************/
/*  =typography                                                */
/***************************************************************/
.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child,
.typography h5:first-child,
.typography h6:first-child,
.typography p:first-child {
    margin-top: 0;
    padding-top: 0;
}
.typography h1 {
    margin: 15px 0 20px;
    padding: 0 0 20px;
    border-bottom: 4px solid #EBEBEB;
    font-family: "Titillium Web";
    font-weight: 700;
	/*text-transform: uppercase;*/
}
.typography h2 {
    margin: 30px 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #EBEBEB;
}
.typography blockquote{
	border-left: 5px solid #7d187c;	
	color: #7d187c;
	font-style: italic;
	margin: 0px 20px 20px 20px;
}

.typography ul li {
    margin-bottom:8px; 
}

.typography img.center {
    margin:0 auto;
    display:block;
}

.typography img.left {
    float:left;
    margin:0 20px 20px 0;
}

.typography img.right {
    float:right;
    margin:0 0 20px 20px;
}
/***************************************************************/
/*  =side                                                      */
/***************************************************************/
.side {
    margin-top: 25px;
}
@media only screen and (min-width: 992px) {
    .side-right {
        padding-left: 40px;
    }
    .side-left {
        padding-right: 40px;
    }
}
/* side title */
.side h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.side h3 a {}
/* side img */
.side-img {
    position: relative;
    margin: 6px 0 0;
}
@media only screen and (min-width: 768px) {
    .side-img {
        z-index: -1;
        width: 110%;
        margin: 40px 0 0 -15px;
        text-align: right;
    }
    .side-img img {
        width: 100%;
        height: auto;
        padding: 14px;
        background: #ffffff;
    }
}
/* side menu */
.side > ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #dfdfdf;
}
.side > ul li {
    display: block;
}
.side > ul li a {
    display: block;
    padding: 20px 0 20px 1em;
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    text-indent: -0.5em;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s ease-in-out;
}
.side > ul li a:hover {
    padding-left: 1.5em;
    background: #ebebeb;
    color: #79177c;
}
.side > ul li a:before {
    content: '\f105';
    display: inline-block;
    position: relative;
    left: 2px;
    margin: 0 8px 0 0;
    font-family: FontAwesome;
    font-weight: bold;
}
.side > ul li.current a {
    color: #79177c;
}
/* side block */
.side-b {
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}
.side-b:first-of-type {
    border-top: 1px solid #dfdfdf;
}
.side-b-date {
    text-transform: uppercase;
}
.side-b-title {
    display: block;
    margin: 4px 0;
}
.side-b-title a {
    color: #000000;
}
.side-b p {
    color: #606264;
}
/***************************************************************/
/*  =footer                                                    */
/***************************************************************/
.footer-wrap {
    padding: 30px 0;
    background: #FFF;
}
.footer-wrap h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-size: 22px;
}
.footer-panel {
    margin-bottom: 20px;
}
.footer-panel ul {
    margin: 0;
    padding: 0;
}
.footer-panel ul li {
    display: block;
}
.footer-panel ul li a {
    text-decoration: none;
}
.footer-panel ul li a:hover {
    text-decoration: underline;
}
.footer-socials {
    font-size: 0;
}
.footer-socials a {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.footer-socials .IN-widget {
    vertical-align: middle !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer-socials .IN-widget {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .footer-socials {
        white-space: nowrap;
    }
}

.footer-socials a span {
    display: none;
}



.footer-socials a:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-family: FontAwesome;
}
.footer-socials-twitter:after {
    content: '\f099';
    background: #2ca8d2;
}
.footer-socials-twitter:hover:after {
    background: #7baed2;
}
.footer-socials-linkedin:after {
    content: '\f0e1';
    background: #007fb1;
}
.footer-socials-linkedin:hover:after {
    background: #528bb1;
}
.footer-socials .btn {
    /*margin-left: 10px;*/
}
.footer-logo {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.footer-logo a {
    margin: 0 20px 20px 0;
}
@media only screen and (min-width: 992px) {
    .footer-panel {
        margin-bottom: 0;
    }
}
/* footer bottom */
.footer-b-wrap {
    padding: 10px 0;
    background: #7c7c7c;
    color: #e1e1e1;
    font-size: 12px;
}
.footer-copy p {
    margin: 0;
    padding: 0;
}
.company-nav {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.company-nav-item {
    display: block;
    position: relative;
}
.company-nav-link {
    display: inline-block;
    color: #e1e1e1;
    font-weight: normal;
}
.company-nav-link:hover {
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .footer-company {
        text-align: right;
    }
    .company-nav {
        margin: 0;
    }
    .company-nav-item {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}
/***************************************************************/
/*  =slider                                                    */
/***************************************************************/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
/* slider header styling */
.header-wrap.is-slider {
    position: relative;
}
.slider-header {
    min-height: 300px;
}
@media (min-width: 768px) {
    .slider-header {

    }
}
.slider-header .rslides {
    z-index: 0;
    /*display: none;
    position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
}

.slider-header .rslides {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-header .rslides li {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slider-header-caption-wrap {
    /*display: none;
    position: absolute;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
}
.slider-header-caption {
    padding: 20px 30px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
}
.slider-header-caption h2 {
    color: #004275;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}
.slider-header-caption h3 {
    color: #72176e;
    font-size: 14px;
    font-weight: 300;
}
.slider-header-caption-small {
    display: none;
}
.slider-home {
    position:relative;
}

/*Previous / Next*/
.rslides_nav {
    position:absolute;
    top:45%;
    display:block;
    z-index:1000;
    width:30px;
    height:30px;
    line-height:30px;
    color:#333;
}

.rslides_nav.next {
    right:-30px;
    content:"...";
}

.rslides_tabs {
    display:block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slider-header .rslides_tabs {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
}

.slider-home .rslides_tabs {
   margin-top:10px;
}

.rslides_tabs li {
    display: inline-block;
}
.rslides_tabs li a {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    background: #a1a1a1;
    text-indent: -9999px;
    border-radius: 50%;
}
.rslides_tabs li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #cecece;
    border-radius: 50%;
}
.rslides_tabs li.rslides_here a:after {
    background: #ffffff;
}

.is-fixed .header {
    
}

@media only screen and (min-width: 768px) {
    .section-homepage .header-wrap.is-slider {
        /*padding: 0 0 30%;*/
    }

    .slider-header .rslides {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .slider-header-caption-wrap {
        position: absolute;
        bottom: 70px;
        top: auto;
    }
    .slider-header-caption {
        width: 100%;
    }
    .slider-header-caption h2 {
        font-size: 44px;
    }
    .slider-header-caption h3 {
        font-size: 24px;
    }
    .slider-header-caption-small {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        color: #ffffff;
        font-weight: 600;
        font-size: 12px;
        text-align: right;
    }
    .slider-header .rslides_tabs {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .slider-header-caption {
        width: 55%;
    }
    .slider-header-caption-wrap {
        bottom: 55px;
    }
}
/* slider home styling */
.slider-home-content {
    background: #ebebeb;
}
.slider-home-content h2 {
    margin: 10px 0 0;
    padding: 10px 0 10px;
    border: none;
    border-top: 1px solid #bfbfbf;
    font-weight: bold;
}
.slider-home-text {
    display: inline-block;
    padding: 30px;
}
.slider-home-img img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 480px) {
    .slider-home-img {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }
    .slider-home-text {
        width: 68%;
    }
}
/***************************************************************/
/*  =modules                                                    */
/***************************************************************/
.module {
    padding-top: 50px;
    padding-bottom: 50px;
}
.module.paddingbottom0{
    padding-bottom: 0px;
}
.module.paddingtop0{
    padding-top: 0px;
}
/***************************************************************/
/*  =home module                                               */
/***************************************************************/
.HomeModule {
    background: #ffffff;
}
.HomeModule .content-home1,
.HomeModule .content-home2 {
    margin: 0 0 60px;
}
.HomeModule .content-home1 {
/*    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;*/
}
.HomeModule .content-home1 > h2,
.HomeModule .content-home2 > h2 {
    margin: 15px 0 20px;
    padding: 0 0 20px;
    border-bottom: 10px solid #EBEBEB;
}
.HomeModule .content-home1 > h2 a,
.HomeModule .content-home2 > h2 a {
    color: rgb(26, 26, 26);
}
.HomeModule .content-home1 > h2 a,
.HomeModule .content-home2 > h2 a {
    text-decoration: none;
}
.HomeModule .content-home2 > h2 {
    font-family: 'Shadows Into Light', cursive;
}
.BlockModule {
    background: #f8f8f8;
}
/***************************************************************/
/*  =team                                                      */
/***************************************************************/
.team-member {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
}
.team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.9);
}
.team-content a {
    color: #9959a0;
    text-transform: uppercase;
}
.team-content span {
    display: block;
    color: #606264;
}
.team-img img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 420px) {
    .team-list > div {
        width: 100% !important;
    }
}
/***************************************************************/
/*  =profile                                                   */
/***************************************************************/
.profile-info-wrap {
    margin: 0 0 15px;
    padding: 0 0 16px;
    border-bottom: 1px solid #dfdfdf;
    -webkit-columns: 250px 2;
       -moz-columns: 250px 2;
            columns: 250px 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
.profile-info {
    padding: 0 0 4px;
}
.profile-info strong {
    display: inline-block;
    width: 34%;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .section-teammemberpage .content:after {
        display: block;
    }
}
/***************************************************************/
/*  =block
/***************************************************************/
.block-overlay-img {
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    height: 100%;
}
.block-overlay-img img {
    width: 100%;
    height: auto;
}
.block-overlay-img span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.lt-ie9 .block-overlay-img span {
    filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-50%);
}
/***************************************************************/
/*  =block news side                                           */
/***************************************************************/
.block-news-side {
    margin: 50px 0;
}
.block-news-side h2 {
    margin: 15px 0 20px;
    padding: 0 0 20px;
    border-bottom: 10px solid #EBEBEB;
}
.block-news-side-item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #EBEBEB;
}
.block-news-side-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.block-news-side-date {
    font-size: 13px;
    text-transform: uppercase;
}
.block-news-side-date span {
    font-size: 18px;
    font-weight: 700;
}
.block-news-side-title {
    margin: 10px 0 4px;
    font-size: 14px;
    font-family: "Open Sans";
}
.block-news-side-title a {
    color: #2a2c2e;
}
.block-news-side-content {
    color: #606264;
}
@media only screen and (min-width: 992px) {
    .block-news-side {
        margin: 0;
    }
}
/***************************************************************/
/*  =block news list                                           */
/***************************************************************/
.block-list > h2 {
    margin-bottom: 30px;
    font-weight: normal;
}
.block-list-item {
    margin: 0 0 15px;
    padding: 14px 0;
    background: #FFF;
    color: #606264;
}
.block-list-img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.block-list-date {
    padding-bottom: 10px;
    border-bottom: 2px solid #CCC;
    color: #2a2c2e;
    text-transform: uppercase;
}
.block-list-date .share-widget {
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: 10px;
}
.block-list-date span {
    font-size: 24px;
    font-weight: 600;
}
.block-list-title {
    margin: 0 0 5px;
    line-height: 1;
}
.block-list-title a {
    color: #000000;
    font-size: 14px;
    font-family: "Open Sans";
}
@media only screen and (max-width: 480px) {
    .block-list > .row > .col-xs-6 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .block-list > .blocks > div:nth-child(2n + 1),
    .block-list > .blocks > .is-clear-2 {
        clear: both;
    }
}
/***************************************************************/
/*  =block case study                                          */
/***************************************************************/
.casestudy {
    padding-bottom: 50px;
}
.casestudy:last-child {
    padding-bottom: 0;
}
.casestudy-item {
    position: relative;
    padding: 20px;
    background: #fff;
}
.casestudy-item:before {
    content: '';
    position: absolute;
    top: -11px;
    right: -13px;
    width: 77px;
    height: 100%;
    background: url('../img/general/content-shadow-small.png') 0 0 no-repeat;
}
.casestudy-logoimage {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 90px;
    text-align: center;
    padding: 10px 10px 6%;
    font-size: 0;
}
.casestudy-logoimage:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.casestudy-logoimage:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 110px;
    background: url('../img/general/case-studies-logo-bg.png') bottom left no-repeat;
    text-align: right;
}
.casestudy-logoimage img {
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    z-index: 5;
}
.casestudy .block-list-date {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.casestudy .share-widget {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
}
.casestudy .block-list-title {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}
.casestudy .awarded {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
    width: auto;
}
.casestudy .block-overlay-img {
    overflow: visible;
}
@media only screen and (min-width: 360px) {
    .casestudy-logoimage {

    }
    .casestudy-logoimage:after {
        height: 139px;
    }
}
@media only screen and (min-width: 480px) {
    .casestudy-logoimage {
        height: 110px;
    }
    .casestudy-logoimage:after {

    }
}
@media only screen and (min-width: 768px) {
    .casestudy-logoimage {
        height: 90px;
    }
    .casestudy-logoimage:after {
        height: 110px;
    }
}
@media only screen and (min-width: 1200px) {
    .casestudy-logoimage {
        height: 140px;
    }
    .casestudy-logoimage:after {
        height: 139px;
    }
}
ul.services a{
    color: #791678;
}

ul.services {
    list-style: disc;
    margin-left:1.4em;
    padding:0;
}

ul.services li {
    color:#791678;
}

@media only screen and (min-width: 768px) {
    .casestudy:nth-child(2n+1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    .casestudy:nth-child(2n+1) {
        clear: none;
    }
    .casestudy:nth-child(3n+1) {
        clear: left;
    }
}


/***************************************************************/
/*  =block news                                                */
/***************************************************************/
.block-news-wrap {
    padding: 40px 0;
    background: #ebebeb;
}
.block-news-item {
    margin: 0 0 35px;
}
.block-news .blocks > div:last-child .block-news-item {
    margin: 0;
}
.block-news-date {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    color: #2a2c2e;
    font-family: "Titillium Web";
    text-transform: uppercase;
}
.block-news-date span {
    font-size: 24px;
    font-weight: 600;
}
.block-news-title {
    margin: 14px 0 8px;
}
.block-news-title a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}
.block-news-content {
    color: #666;
}
.block-news-link {
    margin: 15px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.block-news-link a {
    font-style: italic;
    text-decoration: none;
}
.block-news-type {
    font-family: "Titillium Web";
    text-transform: uppercase;
	color: #606264;
}
@media only screen and (min-width: 768px) {
    .block-news-item {
        margin: 0;
    }
}
/***************************************************************/
/*  =block services                                            */
/***************************************************************/
.block-service {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 4px solid #EBEBEB;
}
.block-service h3  {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 10px solid #EBEBEB;
}
.block-service h3 a {
    text-decoration: none;
	color: #1a1a1a;
}

.block-service-img {
    overflow: hidden;
    display: block;
    position: relative;
}
.block-service-img img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
.block-service-img:after {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.20);
    transition: all .2s ease-in-out;
}
.block-service-img:hover:after {
    top: 0;
}
.block-service-img:before {
    content: '\f002';
    display: block;
    position: absolute;
    top: -50%;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 100%;
    line-height: 0;
    color: #ffffff;
    font-size: 40px;
    font-family: FontAwesome;
    text-align: center;
    transition: all .2s ease-in-out;
}
.block-service-img:hover:before {
    top: 50%;
    bottom: 50%;
}
.block-service-content {
    color: #333;
}
.block-service-content ul {
    margin: 0;
    padding: 0;
    margin-left:1.5em;
}
.block-service-content ul li {

}
/***************************************************************/
/*  =map block
/***************************************************************/
.map {
    position: relative;
    padding: 20px;
    background: #ebebeb;
    margin:0;
}
.map img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.map-caption h2 {
    color: #72176e;
    font-size: 44px;
    font-weight: 300;
    margin-top: 0;
}

.map-caption .lead {
    color:#333;
}
@media only screen and (min-width: 992px) {
    .map {
        margin: 10px 0 0;
        padding: 20px;
    }
    .map img {
        margin: 0;
    }
    .map-caption {
        position: absolute;
        top: 50%;
        left: 5%;
        margin: auto;
        width: 90%;
        padding: 20px 30px;
        background:#fff;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 25px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .lt-ie9 .map-caption {
        filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-50%);
    }
}
/***************************************************************/
/*  =login                                                     */
/***************************************************************/
.panel-login {
    padding-top: 40px;
    padding-bottom: 40px;
}
.panel-login .panel-heading h3 {
    margin: 0;
    padding: 0;
}
.panel-login .form-custom form {
    background: transparent;
}
.panel-login .form-custom label.left {
    display: block;
    width: auto;
    text-align: left;
}
.panel-login .form-custom .field.checkbox,
.panel-login  .form-custom .field.radio {
    margin: 0;
}
.panel-login .form-custom input[type="submit"] {
    margin: 15px 0 0;
}
/***************************************************************/
/*  =pagination                                                */
/***************************************************************/
.pagination {
    display: block;
    padding: 0 15px;
    text-align: center;
}
.pagination .pag-prev {
    float: left;
}
.pagination .pag-next {
    float: right;
}
.pagination .pag-prev a,
.pagination .pag-next a {
    padding: 8px 15px;
    border: none;
    background: #791678;
    color: #ffffff;
    font-style: italic;
    border-radius: 5px;
}
.pagination .pag-prev span,
.pagination .pag-next span {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
}
.pagination .pag-prev a:hover,
.pagination .pag-next a:hover {
    background: #500a79;
    color: #ffffff;
}
.pagination .pag {
    display: inline-block;
}
.pagination .pag a {
    border-radius: 50%;
}
.pagination .pag.active a {
    border: 1px solid #666;
    background: #444;
}
/***************************************************************/
/*  =forms                                                     */
/***************************************************************/
.form-wrap {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 4px solid #e5e5e5;
}
.form-custom > h4 {
    float: left;
    font-size: 24px;
    font-weight: 400;
}
.form-custom > p {
    float: right;
    margin: 20px 0 0;
    color: #a5a5a5;
    font-style: italic;
}
.form-custom > div {
    clear: both;
}
.form-custom form {
    margin: 20px 0;
    padding: 40px 20px;
    background: #f8f8f8;
    border-radius: 5px;
}
.form-custom .field:before,
.form-custom .field:after { content: " "; display: table; }
.form-custom .field:after { clear: both; }
.form-custom .field {
    margin: 0 0 10px;
}
.form-custom label.left {
    display: inline-block;
    padding: 12px 0 0;
    text-align: right;
    vertical-align: top;
}
.form-custom input[type="password"],
.form-custom input[type="text"],
.form-custom select,
#Form_Form input[type="text"],
#Form_Form input[type="email"],
#Form_Form textarea {
    min-width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
#Form_Form textarea {
    height: auto;
}

.form-custom input[type="submit"],
#Form_Form input[type="submit"] {
    padding: 8px 15px;
    border: none;
    background: #791678;
    color: #ffffff;
    font-style: italic;
    border-radius: 5px;
}
.form-custom input[type="submit"]:hover {
    background: #500a79;
}
.form-custom #ForgotPassword {
    display: inline-block;
    margin: 0 0 0 15px;
}
/* btns */
a.btn,
p.btn a{
    padding: 8px 15px;
    border: none;
    background: #791678;
    color: #ffffff;
    font-style: italic;
    border-radius: 5px;
}
a.btn:hover,
p.btn a:hover {
    background: #500a79;
    color: #ffffff;
    text-decoration:none;
}
p.btn { padding:0; }
/* errors */
label.error {
    display: block;
    margin: 8px 0 0;
    color: #ff3226;
}

@media only screen and (min-width: 768px) {
    .form-custom .field.checkbox,
    .form-custom .field.radio {
        margin-left: 30%;
    }
    .form-custom label.left {
        width: 30%;
        padding-right: 30px;
    }
    .form-custom .middleColumn {
        display: inline-block;
    }
    .form-custom input[type="submit"] {
        margin-left: 30%;
    }
}

#Form_Form .field {
    margin-bottom: 20px;
}
#Form_Form .message {
    display: block;
    margin-top: 5px;
    font-style: italic;
}
#Form_Form input[type="text"],
#Form_Form input[type="email"],
#Form_Form textarea {
    width: 100%;
}
/***************************************************************/
/*  =socials                                                   */
/***************************************************************/
/* share widget */
.share-widget {
    z-index: 3;
    float: right;
    display: inline-block;
    position: relative;
}
.share-widget > a {
    color: #606264;
    padding: 10px;
}
.share-widget > a:before {
    content: '\f107';
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 4px 0 0;
    color: #79177c;
    font-family: FontAwesome;
    font-weight: bold;
}
.share-widget > a:hover,
.share-widget > a:focus {
    color: #838587;
    text-decoration: none;
}
.share-widget > a:hover:before {
    color: #7b4b7c;
}
.share-widget a.is-open {
    background: #ededed;
    border-radius: 5px 5px 0 0;
}
/* share btns */
.sharrre .count {
    display: none;
}
.sharrre {
    display: block;
    padding: 0 0 4px;
    text-transform: lowercase;
}
.sharrre a {
    color: #666666;
}
.sharrre a i {
    font-style: normal;
}
.sharrre a:hover {
    color: #000;
    text-decoration: none;
}
.sharrre .fa {
    width: 20px;
    font-size: 14px;
    text-align: center;
}
.sharrre .fa-twitter { color: #26B9E8; }
.sharrre .fa-facebook { color: #466DB4; }
.sharrre .fa-google-plus { color: #DD4B38; }
.sharrre .fa-linkedin { color: #3F97C6; }
/* share dropdown */
.share-dropdown {
    display: none;
    z-index: 10;
    position: absolute;
    top: 28px;
    right: 0;
    width: 150px;
    padding: 10px;
    background: #ededed;
    border-radius: 5px 0 5px 5px;
}
/***************************************************************/
/*  =newspage                                                  */
/***************************************************************/
@media only screen and (min-width: 768px) {
    .section-newspage .content:after, 
	.section-casestudypage .content:after,
	.section-eventpage .content:after,
	.section-whitepaperpage .content:after,
	.section-presspage .content:after,
	.section-contactpage .content:after,
	.section-activitypage .content:after,
	.section-contentpage .content:after,
	.section-modularpage .main-content .content:after,
	.section-teamlistpage .content:after
 	{
        display: block;
    }
}
/***************************************************************/
/*  =to top                                                    */
/***************************************************************/
.to-top:before,
.to-top:after { content: " "; display: table; }
.to-top:after { clear: both; }
.to-top {
    margin-top: 30px;
    padding: 20px 0 0;
    border-top: 4px solid #e5e5e5;
}
.to-top span {
    cursor: pointer;
    float: right;
    display: inline-block;
    font-size: 12px;
}
.to-top span:after {
    content: '\f106';
    margin: 0 0 0 5px;
    color: #7d187c;
    font-size: 16px;
    font-family: FontAwesome;
}
.to-top span:hover {
    color: #838587;
}
.to-top span:hover:after {
    color: #7b4b7c;
}

.fileinfo{
	margin-top: 20px;
	font-size: 13px;
}

.page-44 .BlockModule {
    padding-top:0px;
    padding-bottom:0px;
}

#header-main {

}

@media (min-width: 768px) {
    #header-main.is-fixed {
        position: fixed;
        width: 100%;
        z-index: 4;
        background-color: #EBEBEB;
        /*background-image: url('../img/general/banner.png');*/
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 10px 0;
        border-bottom: 1px solid #CCC;
        transform: translateY(0);
        -webkit-animation-name: quickDrop;
        animation-name: quickDrop;
        -webkit-animation-duration: 1s;
        animation-duration: 0.5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #header-main.is-fixed .logo {
        left: 0;
        width: 76px;
        height: 50px;
        background-image: url('../img/general/logo-small.png');
        /*
        transform: translateY(0);
        -webkit-animation-name: quickDrop;
        animation-name: quickDrop;
        -webkit-animation-duration: 1s;
        animation-duration: 0.5s;
        */
    }

    @-webkit-keyframes quickDrop {
        0% {
            transform: translateY(-50px);
        }
        100% {
            transform: translateY(0);
        }
    }

    @keyframes quickDrop {
        0% {
            transform: translateY(-50px);
        }
        100% {
            transform: translateY(0);
        }
    }

    #header-main.is-fixed .main-nav-wrap {
        /*position: static;*/
        top: 0;
    }
    #header-main.is-fixed .main-nav-link {
        color: #1a1a1a;
    }
    #header-main.is-fixed .main-nav-link.section,
    #header-main.is-fixed .main-nav-link.current {
        color: #fff;
    }
    #header-main.is-fixed .has-children:hover .main-nav-link.section,
    #header-main.is-fixed .has-children:hover .main-nav-link.current {
        color: #000;
    }
    #header-main.is-fixed .util-nav,
    #header-main.is-fixed form {
        display: none !important;
    }
}

.gsc-search-box {
    display: none;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 5;
    text-align: center;
    background-color: #00487c;
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
}

#cookie-bar-close {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    margin-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #9959a0;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
}

.section-blogholder,
.section-blogentry {
    background-color: #f8f8f8;
}

.blog-entry {
    background-color: #ffffff;
    position: relative;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .blog-entry {
        padding: 50px 0 40px;
        margin-bottom: 30px;
    }
}

.blog-entry .share-widget {
    position: absolute;
    right: 0;
    top: 10px;
}

.blog-entry-title {
    position: relative;
    z-index: 3;
    margin: 0 0 20px 0;
    padding: 40px 40px 10px 100px;
    border: none;
    line-height: 1.3;
    min-height: 50px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .blog-entry-title {
        padding: 0 40px 0 100px;
    }
}

.blog-entry-title a {
    font-size: 26px;
    color: #2a2c2e;
    font-weight: normal;
}

.blog-entry-image {
    margin-bottom: 20px;
}

.blog-entry-date {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    padding: 10px 10px 10px 25px;
    z-index: 2;
}

.blog-entry-date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    height: 88px;
    background-image: url('../img/general/bg_blog_date.png');
    z-index: -1;
}

/*.blog-entry-date:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 79px 79px 0 0;
    border-color: #79177c transparent transparent transparent;
}

.blog-entry-date:after {
    content: '';
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200px;
    height: 100px;
    background: #79177c;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
}*/

.blog-datetime {
    margin-top: 20px;
    float: right;
    color: #606264;
}

.blog-entry-date sub {
    font-size: 14px;
    display: block;
    position: static;
    line-height: 1;
    text-transform: uppercase;
}

.blog-content {
    padding: 0 20px;
}

.blog-summary {
    padding-top: 20px;
    margin-top: 12px;
    margin-bottom: 0;
    border-top: 1px solid #efefef;
}

.blog-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-list-item {
    margin: 0;
    padding: 0;
    vertical-align: top;
    padding-bottom: 20px;
    margin-bottom: 19px;
    border-bottom: 1px solid #dfdfdf;
}

.blog-list-item a {
    display: block;
    vertical-align: top;
    color: #2a2c2e;
}

.blog-list-item a:hover {
    text-decoration: none;
}

.blog-list-item img {
    float: left;
    margin-right: 17px;
}
/* author */
.author-articles {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-article {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e7e7e8;
    margin: 0 0 50px 0;
}

.author-article h3 {
    font-size: 20px;
    font-weight: normal;
}

.author-article h3 a {
    color: #2a2c2e;
}

.author-article img {
    float: left;
    margin-right: 35px;
}
/* author info */
.author-infos:before,
.author-infos:after { content: " "; display: table; }
.author-infos:after { clear: both; }
.author-infos {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.author-info {
    display: block;
    margin: 0 0 5px;
    color: #2a2c2e;
}
.section-blogholder .author-infos {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
@media (min-width: 1100px) {
    .author-info {
        display: inline-block;
        margin: 0 40px 5px 0;
    }
}
.author-info:hover {
    color: #2a2c2e;
    text-decoration: none;
}

.author-info em {
    color: #79177c;
    font-style: normal;
}

.author-info-img {
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}
.feed-twitter-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.author-profile {
    margin-top: 20px;
    padding: 30px;
    background-color: #FFF;
}

.author-intro {
    padding: 0 0 33px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e8;
}
.author-intro-text {
    margin: 12px 0 0;
}
.author-intro:before,
.author-intro:after { content: " "; display: table; }
.author-intro:after { clear: both; }
.author-profile-image {
    display: block;
    border-radius: 50%;
    margin: 0 auto 20px;
}

@media (min-width: 600px) {
    .author-profile-image {
        float: left;
        margin-right: 35px;
        margin-bottom: 0;
    }
}

.author-profile strong {
    display: inline-block;
    text-transform: uppercase;
    min-width: 105px;
}

.author-content {
    margin-bottom: 50px;
    border-bottom: 4px solid #e5e5e5;
}

.author-content p {
    margin-bottom: 30px;
}

.author-articles-title {
    font-size: 26px;
    color: #2a2c2e;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 26px;
}

.author-article-image {
    margin-bottom: 30px;
}

.author-article-collaterals {
    border-top: 1px solid #e7e7e8;
    padding-top: 16px;
    color: #606264;
}

.article-type {
    text-transform: uppercase;
    color: #606264;
}

.footer-panel {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-panel-wide {

}

.footer-panel.last {

}

@media (min-width: 992px) {
    .footer-panel {
        float: left;
        width: 21%
    }

    .footer-panel-wide {
        width: 33%;
    }

    .footer-panel.last {
        width: 25%;
    }
}

.feed-twitter-item {
    border-bottom: 1px solid #e7e7e8;
    margin-bottom: 20px;
}

.twitter-handle-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.twitter-handle {
    color: #2e2e2e;
    font-weight: 500;
}

.twitter-handle span {
    font-size: 12px;
    color: #717174;
}

.feed-twitter-time {
    float: right;
    font-size: 13px;
    color: #717174;
}

.feed-twitter-content {
    font-size: 12px;
    color: #606264;
    margin-bottom: 10px;
}

.feed-twitter-content a {
    color: #79177c;
}

.feed-twitter-actions {
    margin-bottom: 10px;
}

.feed-twitter-actions a {
    display: inline-block;
    font-size: 12px;
    height: 16px;
    color: #717174;
    float: right;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: left center;
    margin-left: 8px;
}

.feed-twitter-actions a:hover,
.feed-twitter-actions a:hover span {
    text-decoration: none;
}

.feed-twitter-actions .tweet-more {
    float: left;
    margin: 0;
}

.tweet-action-1 {
    background: url('../img/general/tweet_reply.gif');
    padding-left: 20px;
}

.tweet-action-2 {
    background: url('../img/general/tweet_retweet.gif');
    padding-left: 25px;
}

.tweet-action-3 {
    background: url('../img/general/tweet_fav.gif');
    padding-left: 20px;
}

#Sidebar h3,
.sidebar-heading {
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 19px;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
}

.sidebar-item,
.archiveMonths {
    margin-bottom: 30px;
}

.sidebar-item select {
    width: 100%;
}

#BlogContent,
#blog-sidebar {
    padding-top: 38px;
}

#BlogContent h1 {
    margin-top: 0;
}

#blog-sidebar {

}

.author-sidebar {
    padding-top: 20px;
}


/***************************************************************/
/*  =accordion                                            
/***************************************************************/
.accord {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.accord dt {
    position: relative;
    cursor: pointer;
    color: #7d187c;
    font-weight: bold;
}
.accord dt:after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-family: FontAwesome;
}
.accord dt.is-active:after {
    content: '\f106';
}
.accord dd {
    display: none;
}
.accord dd > *:last-child {
    margin-bottom: 0;
}

#filters {
    list-style: none;
    padding: 0;
    font-size: 0;
    margin: 0 0 40px;
}

#filters li {
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
}

#filters a {
    display: block;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

#filters a:hover,
#filters .active a {
    border-color: #9959a0;
    text-decoration: none;
    background-color: #9959a0;
    color: #FFFFFF;
}

#reset-filters {
    display: none !important;
    margin-left: 10px;
}

#reset-filters a {
    padding: 8px 0;
    color: #CCC;
    background: none !important;
    border: 1px solid transparent !important;
}

#filters .active ~ #reset-filters {
    display: inline-block !important;
}

#reset-filters a:hover {
    color: #000000;
}

/***************************************************************/
/*  =related content
/***************************************************************/

.related-wrap {
    background: #f8f8f8;
}

.related-wrap hr {
    border-bottom: 4px solid #ebebeb;
    margin: 0 0 40px;
}

.related-header {
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.related-header__title {
    margin: 0;
}

@media (min-width: 768px) {
    .related-header__title {
        float: left;
    }
}

.related-header__filter {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .related-header__filter {
        float: right;
    }
}

.related-header__select {
    margin-left: 10px;
}

.related-blocks {
    margin: 0;
    padding: 0 0 70px;
    margin-bottom: 50px;
    transition: opacity .7s ease .3s, visibility .7s ease .3s;
}

.related-blocks.-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease 0s, visibility .5s ease 0s;
}

@media (min-width: 600px) {
    .related-blocks {
        margin: 0 -15px;
    }
}

.related-block {
    padding: 0;
    width: 100%;
}

.related-block.-hidden {
    display: none !important;
}

.related-block:focus {
    outline: none;
}

.related-block-content {
    padding: 20px 20px 50px;
    background: #FFF;
    border-top: 6px solid transparent;
    position: relative;
}

@media (min-width: 600px) {
    .related-block-content {
        margin: 0 15px;
    }
}

.related-block-content.-newspage {
    border-top-color: #d0aed2;
}

.related-block-content.-blogentry {
    border-top-color: #b0d1ae;
}

.related-block-content.-casestudypage {
    border-top-color: #a6bfd1;
}

.related-block-content.-whitepaperpage {
    border-top-color: #000;
}

.related-block__type {
    border-bottom: 2px solid #ebebeb;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.related-block__title {
    font-size: 16px;
    font-weight: 600;
}

.related-block__title-link {
    
}

.related-block__summary {
    margin-bottom: 15px;
}

.related-block__more {
    border-top: 1px solid #e5e5e5;
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    padding-left: 10px;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

.related-block__more:before {
    content: '>';
    font-weight: bold;
    color: inherit;
    display: inline-block;
    margin-right: 5px;
}

.related-block__logo {
    position: absolute;
    right: 0;
    top: 0;
    padding: 18px 7px 17px 25px;
    background: rgba(255,255,255,0.7);
    width: 50%;
    border-radius: 0 0 0 10px;
    z-index: 2;
}

.related-block__media {
    background: #ebebeb;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.related-block__media:before {
    content: '';
    padding-top: 56%;
    display: block;
}

.related-block__image {
    /*
    width: 100%;
    height: auto;
    */
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.-casestudypage .related-block__type,
.-casestudypage .related-block__title-link,
.-casestudypage .related-block__more {
    color: #a6bfd1;
}

.-blogentry .related-block__type,
.-blogentry .related-block__title-link,
.-blogentry .related-block__more {
    color: #b0d1ae;
}

.-newspage .related-block__type,
.-newspage .related-block__title-link,
.-newspage .related-block__more {
    color: #d0aed2;
}

.-whitepaperpage .related-block__type,
.-whitepaperpage .related-block__title-link,
.-whitepaperpage .related-block__more {
    color: #000;
}

.related-blocks .slick-dots {
    bottom: 0;
}

.slick-next,
.slick-prev {

}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.related-blocks__arrow {
    display: none;
}

@media (min-width: 768px) {
    .related-blocks__arrow {
        z-index: 10;
        display: block;
        position: absolute;
        top: 50%;
        top: calc(50% - 70px);
        background: none;
        border: none;
    }
    .related-blocks__arrow:focus {
        outline: none;
    }
}

.related-blocks__arrow.-next {
    right: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #d0d0d0;
}

.related-blocks__arrow.-prev {
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #d0d0d0 transparent transparent;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    vertical-align: top;
    margin: 0 2px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

.slick-dots li button:before {
    display: block;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button {
    color: #78187c;
}

/***************************************************************/
/*  =subpage block
/***************************************************************/

.page-blocks {
    margin-top: 25px;
}

@media (min-width: 600px) {
    .page-blocks {
        margin: 25px -3px 0;
    }
}

.page-blocks__item {
    margin-bottom: 28px;
}

@media(min-width: 600px) {
    .page-blocks__item {
        float: left;
        padding: 0 3px;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .page-blocks__item {
        width: 33.333%;
    }
}

.page-blocks__canvas {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 1px solid #f1f1f1;
}

.page-blocks__canvas:before {
    content: '';
    display: block;
    padding-top: 107%;
}

.page-blocks__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: rgba(255,255,255,0.8);
}

.page-blocks__title {
    margin: 0;
    font-size: 13px;
    color: #2a2c2e;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.page-blocks__more {
    font-size: 13px;
    color: #606264;
}

.content-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ebebeb;
    min-height: 85px;
}

.content-header h1 {
    border: none;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 26px;
}

.content-header a {
    color: #79177c;
    text-transform: uppercase;
    font-size: 13px;
}

.content-header__image {
    float: right;
}

.content-blocks {
    margin-top: 30px;
}

.content-blocks__item {
    border-top: 1px solid #ebebeb;
    padding: 28px 0 0;
    margin: 0 0 39px;
}

.content-blocks__title {
    font-size: 22px;
    color: #2a2c2e;
    margin: 0 0 20px;
}

@media(min-width: 768px) {
    /*
    .content-block__content {

    }

    .content-block__media {
        width: 32%;
        float: right;
    }
    */
}

.content-block__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media(min-width: 768px) {
    .content-block__image {
        width: 40%;
        padding-left: 8%;
        float: right;
    }
}
.content-block__content blockquote {
    color: #79177c;
    font-size: 20px;
    margin: 0 0 25px;
    font-style: italic;
    padding: 0;
    border: none;
}

.report-wrap {
    padding: 240px 0 60px;
    margin-top: -240px;
    background: no-repeat center center;
    background-size: cover;
}


@media (min-width: 992px) {
    .report-wrap {
        padding-top: 180px;
    }
}

.report-intro {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 780px;
    background: #FFF;
    padding: 15px;
    border-radius: 8px;
}

@media (min-width: 600px) {
    .report-intro {
        text-align: left;
        padding: 30px;
    }
}

.report-intro__image {
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .report-intro__image {
        float: left;
        width: 35%;
        margin: 0;
    }

    .report-intro__content {
        float: left;
        width: 65%;
        padding-left: 20px;
    }


}

.report-intro__content h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    border: none;
}

.report-intro__content p em {
    font-size: 13px;
    text-transform: uppercase;
    color: #79177c;
    font-weight: bold;
    font-style: normal;
}

.report-intro__content hr {
    margin: 0 0 10px;
    border: 4px solid #ebebeb;
    padding: 0;
}

.report-intro__content p {
    font-size: 14px;
}

.report-intro__content a,
.report-box__action {
    background: #79177c;
    color: #FFF;
    border-radius: 5px;
    line-height: 1;
    padding: 12px 29px;
    font-size: 17px;
    display: inline-block;
    border: 1px solid #79177c;
}

.report-intro__content a:hover,
.report-box__action:hover {
    background: #FFF;
    color: #79177c;
    text-decoration: none;
}

.report-module {
    position: relative;
    padding: 50px 15px;
    overflow: hidden;
}

.report-module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    z-index: 10;
}

.report-boxes {
    text-align: left;
    margin: 0 -15px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 480px) {
    .report-boxes {
        justify-content: left;
    }


}

.report-box {
    font-size: 14px;
    padding: 0 15px;
    vertical-align: top;
    position: relative;
    -webkit-backface-visibility: hidden;
    margin-bottom: 30px;
    z-index: 2;
}

.report-box:after {
    transform: scaleX(0);
    content: '';
    transition: transform .6s linear 1s;
}

.report-box.-active:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: -4px;
    width: 100%;
    border-top: 4px solid #79177c;
    transform: scaleX(20);
}

@media (min-width: 768px) {
    .report-box.-away {
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        animation: awayWithThee 1s .6s ease;
    }
}

@-webkit-keyframes awayWithThee {
    0% {
        transform: translateY(calc(-80vh + 30px));
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes awayWithThee {
    0% {
        transform: translateY(calc(-80vh + 30px));
    }
    100% {
        transform: translateY(0);
    }
}

/*
.report-box.-active:after {
    content: '';
    position: absolute;
    width: 4000px;
    left: -2000px;
    top: 100%;
    border-top: 4px solid #79177c;
    z-index: 3;
}
*/

@media (min-width: 480px) {
    .report-box {
        display: inline-block;
        display: flex;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .report-box {
        width: 33.333%;
    }
}

@media (min-width: 992px) {
    .report-box {
    }


}

.report-box__content {
    padding: 17px 20px;
    background: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.-active .report-box__content {
    background: #79177c;
}

.report-box__image {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.report-box__title {
    text-align: center;
    font-size: 17px;
    color: #2a2c2e;
    margin: 0 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.-active .report-box__title {
    color: #FFF;
}

.report-box__action {
    font-size: 15px;
    width: 100%;
}

.report-box__action:focus {
    outline: none;
}

.-active .report-box__action {
    background: #FFF;
    color: #79177c;
}

.banding-2 {
    background-color: #f8f8f8;
}

.report-view {
    clear: both;
    /*padding: 40px 0;*/
    font-size: 14px;
    position: relative;
    margin: -30px 0 30px;
}

@media (min-width: 768px) {
    .report-view {
        height: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 1s linear;
    }
    .report-view.-loaded {
        transform: scaleY(1);
        height: auto;
        min-height: 80vh;
    }
}

.report-background {
    /*border-top: 4px solid #79177c;*/
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 4000px;
    margin-left: -2000px;
    height: 100%;
    background-color: #FFF;
}

.report-background + .container {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.report-view,
.report-background,
.report-background + .container {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease 1s, visibility .6s ease 1s;
}

.-loaded .container,
.-loaded .report-background,
.report-view.-loaded {
    opacity: 1;
    visibility: visible;
}

.report-view__content {
    padding: 30px 0 0;
    border-top: 4px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    margin-bottom: 40px;
}

.report-view__content img {
    max-width: 100%;
    height: auto;
}

.report-view__title {
    padding-top: 40px;
    font-size: 26px;
    margin: 0 0 10px;
    color: #2a2c2e;
}

.report-view__content p em {
    font-size: 24px;
    color: #79177c;
    font-style: normal;
    line-height: 1.3;
}

.report-view__content ul {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 30px;
    padding: 30px 0 0 30px;
}

.report-view__content li {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 14px;
}

.report-view__content p {
    margin-bottom: 30px;
}

.report-view__intro p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    color: #79177c;
    font-size: 13px;
    text-transform: uppercase;
}

.section-reportlandingpage .related-header__title,
.section-reportlandingpage .related-header__filter{
    display: none;
}

.callout-boxes {
    font-size: 0;
}

.callout-box {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
}

.callout-box__content {
    background-color: #ebebeb;
    padding: 20px;
    width: 100%;
}

.callout-box__content .btn a {
    display: inline-block;
}

@media (min-width: 600px) {
    .callout-boxes {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .callout-box {
        display: inline-block;
        display: flex;
        vertical-align: top;
        padding: 0 15px;
        width: 50%;
    }

    .callout-box__content {

    }

    .callout-box__content p:last-child {
       
    }
}

@media (min-width: 768px) {
    .callout-box {
        width: 33.33%;
    }
}

.callout-area ul {
    margin: 0 -15px -30px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    justify-content: center;
}

.callout-area ul li {
    display: inline-block;
    /*display: flex;*/
    vertical-align: top;
    padding: 15px 30px;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

@media (min-width: 480px) {
    .callout-area ul li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .callout-area ul li {
        width: 25%;
    }
}

.callout-area ul li * {
    flex: 0 0 100%;
    position: relative;
    z-index: 2;
    display: block;
}

.callout-area ul li:before {
    content: '';
    background-color: #ebebeb;
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
}

.callout-area a {

}