/* Newsletter form */
.newsletter-form-row .row-bg {
	background-size: cover;}
@media (min-width: 481px) {
    .newsletter-form-row .row-bg {
        background-size: contain;
    }
}
.newsletter-form {
	text-align: center;
}
.container-wrap .newsletter-form input[type=text],
.container-wrap .newsletter-form input[type=email] {
	display: inline-block;
	margin: 0 0 15px 0;
	border-radius: 5px;
	font-size: 17px !important;
	background-color: #ffffff !important;
	border: none !important;
	padding: 9px 16px !important;
	vertical-align: middle;
}

.newsletter-form ::-webkit-input-placeholder {
	font-style: italic;
}
.btn {
	border: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	vertical-align: middle;
}
.btn-success {
	background-color: #5dae46;
    color: #ffffff;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #569f41;
}

.validation-error {
    color:red;
}
.validation-success {
    color: #5dae46;
    font-weight: bold;
}

@media (min-width: 769px) {
	.container-wrap .newsletter-form input[type=text],
	.container-wrap .newsletter-form input[type=email] {
		margin: 0 15px 0 0;
		max-width: 224px;
	}
}


/* Columnbar */
.columnbar .column {
    background-color: rgba(255,255,255,.9);
    padding: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 1px;
    -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
}
@media (min-width: 1200px) {
    .columnbar .column {
        padding: 15px;
    }
}
.columnbar .column:hover {
    background-color: #ffffff;
}
.columnbar h5 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}
.columnbar p {
    font-family: 'Titillium Web', sans-serif;
    color: #003745;
    display: inline;
}
@media (max-width: 769px) {
    .columnbar {
        width: 100%;
    }
    .columnbar .column {
        display: block;
        padding: 7px 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .columnbar h5 {
        display: inline-block;
    }
    .columnbar p {
        display: none;
    }
}

@media (min-width: 769px) {
    .columnbar {
        position: fixed;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 690px) and (max-width: 1030px) {
    .columnbar {
        width: 100vw;
        position: absolute;
        left: calc((-100vw + 100%) / 2);
        top: 0;
        bottom: initial;
    }
}

body .row .col .columnbar h5 {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

/* Hub items */
.hub-items:not(.masonry),
.recent-posts:not(.masonry) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.hub-item:nth-child(3n + 1) {
    margin-left: 0;
}
.hub-item,
.whitepaper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    overflow: hidden;
}
.hub-item-img {
    overflow: hidden;
    width: 100%;
}
.hub-item-img > img,
.hub-item-img > a > img {
    width: 100% !important;
    vertical-align: bottom;
    margin-bottom: 0 !important;
}

.hub-item-type {
    color: #ea4f35;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .4px;
    font-weight: bold;
}
.hub-item-title,
.whitepaper-title {
    font-weight: bold !important;
}
.hub-item-title a:hover {
    color: #ea4f35;
}

.hub-item-content {
    padding: 30px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
    width: 100%;
}
.hub-item-post .hub-item-content,
.hub-item-news .hub-item-content,
.hub-item-whitepapers .hub-item-content {
    border: 1px solid #eaf0f2;
}
.hub-item-post .hub-item-content {
    border-width: 0 1px 1px 1px;
}
.hub-item-post,
.hub-item-feeds,
.hub-item-whitepapers,
.hub-item-news {
    border-bottom: 1px solid #bbc1c3;
}
.hub-item-post:hover,
.whitepaper:hover {
    border-bottom: 1px solid #ea4f35;
}
.hub-item-meta,
.hub-item time {
    margin-top: auto;
    font-size: 14px;
    color: #84898b;
}
.hub-item time {
    margin-top: inherit;
}
.hub-item-meta a {
    color: #003745;
}
.hub-item-meta + p,
.hub-item time + p {
    margin: 30px 0;
}

.hub-item-post,
.hub-item-whitepapers,
.hub-item-news {
    background-color: #ffffff;
}
.hub-item-feeds {
    background-color: #eaf0f2;
}
.hub-item-feeds .hub-item-title a:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/external-url-icon.png) 0 0 no-repeat;
    position: relative;
    margin: 5px;
}
.hub-item-press_releases {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea4f35+0,ea3557+100 */
    background: rgb(234,79,53); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234,79,53,1)),to(rgba(234,53,87,1)));
    background: -webkit-linear-gradient(top, rgba(234,79,53,1) 0%,rgba(234,53,87,1) 100%);
    background: linear-gradient(to bottom, rgba(234,79,53,1) 0%,rgba(234,53,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4f35', endColorstr='#ea3557',GradientType=0 ); /* IE6-9 */
}
.hub-item-press_releases .hub-item-title {
    color: #ffffff !important;
}
.hub-item-press_releases .hub-item-type {
    color: #ffffff;
}
.hub-item-press_releases .hub-item-meta {
    margin-top: inherit;
}
.hub-item-press_releases time {
    color: #842425;
}
.hub-item-press_releases p {
    color: #4e1c1c;
}
.hub-item-download,
.whitepaper-download {
    border-top: 1px solid #922a2b;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: .2px;
    font-size: 14px;
    margin: 0 2px;
    width: 100%;
    display: inline-block;
}

.hub-item-original-author {
    font-size: 90px;
    text-transform: uppercase;
    color: #ffffff;
    margin: -20px auto -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 5px solid;
    line-height: 160px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 140px;
    cursor: default;
    box-sizing: content-box;
    padding: 10px;
}

.hub-items.masonry {
    padding-bottom: 50px;
}
.hub-items.masonry .hub-item {
    margin: 0 0 30px 0 !important;
}


.loading {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
}
.loading img {
    -webkit-animation: loading-spin 2s infinite linear;
            animation: loading-spin 2s infinite linear;
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
.loading i {
    font-size: 40px;
    width: 1.28571429em;
}
@-webkit-keyframes loading-spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes loading-spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@media (min-width: 769px) {
    .load-more-btn {
        display: none;
    }
}


/* Whitepapers */
.whitepapers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.whitepaper {
    background-color: #ffffff;
    border-bottom: 1px solid #bbc1c3;
    box-shadow: 0 0 4px rgba(100,100,100,.1);
}
.whitepaper time {
    font-size: 14px;
    color: #ea4f35;
    font-weight: bold;
}
.whitepaper-content {
    padding: 30px 15px;
    border: 1px solid #eaf0f2;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.whitepaper p {
    font-size: 17px;
}
.whitepaper-download {
    color: #003745;
    border: 1px solid #eaf0f2;
    border-bottom-width: 0;
    margin: auto 0 0;
}


/* Authors archive */
.author-row {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.author-row-dots {
    background: #eaf0f2;
    background-position: 0 202px;
    height: 265px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.author-row-dots:after {
    content: '';
    background: url(../images/dots-pattern.png);
    height: 62px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.author-row .vc_col-sm-3 {
    margin: 0
}
.author-item {
    margin-left: 0 !important;
}
.author-img-wrap {
    -webkit-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}
.author-img-wrap a {
    max-width: 100%;
}
.author-img-wrap:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.author-img-wrap img {
    vertical-align: bottom;
}
.author-item-details {
    text-align: center;
}
@media (min-width: 690px) {
    .author-item-details {
        padding-top: 30px;
        height: 150px;
    }
}
.row .col .author-item-name.h3 {
    font-weight: 700;
    letter-spacing: -1px;
}
.author-item-name:hover {
    color: #922d26;
}
.author-item-name i {
    font-size: 24px;
    width: auto;
}
.author-function {
    display: block;
    color: #84898b;
    font-size: 14px;
}


/* Events */
.event-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-items-month {
    width: 100%;
    color: #84898b;
    margin: 0 0 10px 15px;
    font-size: 17px;
    display: inline-block;
}
.event-item {
    border: 1px solid #eaf0f2;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 25px;
}
.event-item.vc_col-sm-6:nth-of-type(2n+1) {
    margin-left: 0;
}
.event-item-meta {
    width: 150px;
    text-align: center;
    border-right: 1px solid #eaf0f2;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 12px;
    color: #003745;
}
.event-item-meta time {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: lowercase;
    font-family: 'Titillium Web', sans-serif;
}
.event-item-meta time strong {
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: -2.5px;
    line-height: 1em;
}

@media (min-width: 769px) {
    .event-item-meta time {
        margin-bottom: 30px;
    }
    .event-item-meta time strong {
        width: 100%;
        font-size: 48px;
        margin-bottom: 15px;
    }
}

.event-item-content {
    width: inherit;
    max-width: 600px;
}

.event-item-meta,
.event-item-content {
    padding: 30px 20px;
}

.event-item-header {
    margin-bottom: 30px;
}
.event-item-header,
.event-item-header h3 {
    font-weight: bold !important;
    color: #ea4f35 !important;
    font-family: 'Titillium Web', sans-serif;
}
.event-item-header i {
    height: auto;
    width: auto;
    font-size: 21px;
    line-height: 1em;
    margin-right: 3px;
}
.event-item-header i ~ i {
    margin-left: 25px;
}
.event-item-content p {
    font-size: 14px;
}

.event-item-organizer {
    line-height: 1.6em;
}
.event-item-organizer span {
    color: #84898b;
}
.event-item-link {
    color: #003745;
    font-weight: bold;
    font-size: 14px;
}
.event-item-link i {
    font-weight: normal;
    color: #ea4f35;
    width: auto;
    margin-left: 5px;
    font-size: 14px;
}

@media (max-width: 769px) {
    .event-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
    }
    .event-item-meta {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eaf0f2;
        text-align: left;
    }
    .event-item-meta,
    .event-item-content {
        padding: 15px;
    }

    .event-item-header {
        margin-bottom: 10px;
    }
    .event-item-info {
        display: inline-block;
        width: 100%;
        font-size: 16px;
    }
    .event-item-info i {
        width: 20px;
    }
    .event-item-content p {
        padding-bottom: 10px;
    }
}


/* Action Blocks */
.action-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.action-block {
    position: relative;
    background-color: rgba(255,255,255,.8);
    padding: 10px;
}
.action-block:last-child() {
    margin: 0;
}
.action-block,
.action-block strong,
.action-block p {
    color: #003745;
    font-size: 14px;
}

@media (min-width: 1000px) {
    .action-block {
        margin-right: 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
        line-height: 1.4em;
    }
}
@media (min-width: 1200px) {
    .action-block {
        padding: 35px;
        font-size: 18px;
        line-height: 1.4em;
    }
    .action-block-content {
        max-width: 75%;
        width: 100%;
    }
    .action-block,
    .action-block strong,
    .action-block p {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .action-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .action-block {
        margin-bottom: 1px;
        line-height: 1.2em;
    }
}
