h1, h2 {
    margin-bottom: .8rem;
}

body.path-frontpage .views-row,
body.path-user .views-row {
    padding: 30px 0;
    border-bottom: 1px solid #e5e8eb;
    clear: both;
}

div.views-element-container > div:first-of-type > div:first-of-type {
    border-top: 1px solid #e5e8eb;
}

body.path-frontpage article .image-container a,
body.path-user article .image-container a {
    width: 100%;
    display: block;
}

body.path-frontpage article .image-container div.thumbnail,
body.path-user article .image-container div.thumbnail {
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 264px;
    width: 100%;
}

body.path-frontpage article .image-container img.thumbnail,
body.path-user article .image-container img.thumbnail {
    border-radius: 4px;
    width: 100%;
}

body.path-frontpage h3,
body.path-user h3 {
    margin: 10px 0 18px 0;
}

body.path-frontpage h3.node__title span,
body.path-user h3.node__title span {
    font-size: 27px;
    line-height: 38px;
    font-weight: 300;
    color: #455C6C !important;
    font-family: "proxima-nova", "myriad-pro", Arial, Helvetica, sans-serif !important;
}

table {
    border: 0;
}

p,
li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
    color: #4e4e4e;
}

span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 600;
}

span.category,
span.category span {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: .5px;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    color: #8E8E8E !important;
}

span.category span.events {
    color: #AE7DB2 !important;
}

span.category span.culture {
    color: #57A94F !important;
}

span.category span.integrators {
    color: #EC6742 !important;
}

span.category span.outlook {
    color: #4AA99D !important;
}

span.category span.product-updates {
    color: #84D6FA !important;
}

span.category span.technically-speaking {
    color: #F49E1E !important;
}

div.tag-container p.heading {
    display: inline-block;
    font-size: 12px;
    color: #4E4E4E;
    line-height: 14px;
    font-family: "proxima-nova","myriad-pro",Helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    margin: 0;
}


div.tag-container.home,
div.tag-container.home p.heading {
    color: #949daa;
    text-transform: none;
}

div.tag-container.home {
    margin-top: -5px;
}

div.tag-container p.heading span {
    color: #87979D;
    margin-left: 5px;
}

div.tag-container span.tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 0 5px;
}


div.tag-container.home span.tag {
    padding: 0 0 0 5px;
}

div.tag-container span.tag:hover a {
    color: #445C6D;
}

div.tag-container span.tag a {
    font-weight: 400;
    text-transform: uppercase;
    color: #8E8E8E;
    letter-spacing: .5px;
}

div.tag-container.home span.tag a {
    font-weight: 300;
    color: #949daa;
    text-transform: none;
    letter-spacing:normal;
}

div.tag-container.home span.tag:hover a {
    text-decoration: underline;
}

hr.blog-hr + .tag-container {
    margin-bottom: 15px;
}

body.path-frontpage p,
body.path-user p {
    margin-bottom: 10px;
}

body.path-frontpage .site-banner p,
body.path-user .site-banner p {
    margin: 0;
}

body.path-frontpage span.author,
body.path-frontpage span.author a,
body.path-user span.author,
body.path-user span.author a {
    color: #949daa;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
}

span.author a:hover {
    color: #4A90AD !important;
    text-decoration: underline;
}

body.path-frontpage article > div,
body.path-user article > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.path-frontpage div.field-item,
body.path-user div.field-item {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 15px;
}

body.path-frontpage div.field-item h1,
body.path-user div.field-item h1 {
    color: #445C6D;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 84px;
}

body.path-frontpage div.field-item h4,
body.path-user div.field-item h4 {
    color: #4E4E4E;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
    font-size: 27px;
    font-weight: 100;
    line-height: 33px;

}

body.path-frontpage ul.pagination,
body.path-user ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 150px;
}

.category-list > ul {
    min-height: 37px;
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-list > ul.tag-selected {
    justify-content: flex-start;
    margin-right: 215px;
}

span.selected-tag {
    color: #5AA1BB;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    margin-right: 10px;
    right: 0;
    top: 9px;
}

span.selected-tag > span {
    display: inline-block;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    padding: 2px 5px;
    text-transform: capitalize;
    margin-left: 15px;
    font-size: 12px;
    color: #9B9B9B;
    font-weight: 600;
}

span.selected-tag > span a {
    margin-left: 3px;
    font-size: 16px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #9B9B9B;
    font-weight: 500;
}

.category-list > ul li {
    list-style: none;
    display: inline-block;
    margin-right: 23px;
    padding: 8px 0;
}

.category-list > ul li:last-of-type {
    margin-right: 0;
}

.category-list > ul li h2 {
    margin: 0;
}

.category-list > ul li h2 div{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: .5px;
    width: auto !important;
    margin: 0 !important;
    position: relative;
    color: #8e8e8e;
}

.category-list > ul li h2 div::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
}

body.all .category-list > ul li.all h2 div::after,
.category-list > ul li.all:hover h2 div::after {
    background-color: #4A90AD;
}
body.all .category-list > ul li.all h2 div,
.category-list > ul li.all:hover h2 div{
    color: #4A90AD;
}

body.events .category-list > ul li.events h2 div::after,
.category-list > ul li.events:hover h2 div::after {
    background-color: #AE7DB2;
}
body.events .category-list > ul li.events h2 div,
.category-list > ul li.events:hover h2 div{
    color: #AE7DB2;
}

body.culture .category-list > ul li.culture h2 div::after,
.category-list > ul li.culture:hover h2 div::after {
    background-color: #57A94F;
}
body.culture .category-list > ul li.culture h2 div,
.category-list > ul li.culture:hover h2 div{
    color: #57A94F;
}

body.integrators .category-list > ul li.integrators h2 div::after,
.category-list > ul li.integrators:hover h2 div::after {
    background-color: #EC6742;
}
body.integrators .category-list > ul li.integrators h2 div,
.category-list > ul li.integrators:hover h2 div{
    color: #EC6742;
}

body.outlook .category-list > ul li.outlook h2 div::after,
.category-list > ul li.outlook:hover h2 div::after {
    background-color: #4AA99D;
}
body.outlook .category-list > ul li.outlook h2 div,
.category-list > ul li.outlook:hover h2 div{
    color: #4AA99D;
}

body.product-updates .category-list > ul li.product-updates h2 div::after,
.category-list > ul li.product-updates:hover h2 div::after {
    background-color: #84D6FA;
}
body.product-updates .category-list > ul li.product-updates h2 div,
.category-list > ul li.product-updates:hover h2 div{
    color: #84D6FA;
}

body.technically-speaking .category-list > ul li.technically-speaking h2 div::after,
.category-list > ul li.technically-speaking:hover h2 div::after {
    background-color: #F49E1E;
}
body.technically-speaking .category-list > ul li.technically-speaking h2 div,
.category-list > ul li.technically-speaking:hover h2 div{
    color: #F49E1E;
}


form input[type="text"].searchbox {
    border: 1px solid #cccccb;
    border-radius: 5px;
    box-shadow: none;
    padding: 15px;
    color: #4e4e4e;
    font-size: 13px !important;
    line-height: 16px;
    background: url(https://www.inductiveautomation.com/static/images/icons/search-ico-hires.png) no-repeat scroll center right 13px/13px transparent !important;
}

ul.pagination li a {
    font-size: 16px;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
}

ul.pagination li a span {
    font-size: 14px;
    vertical-align: middle;
    font-family: "proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif !important;
    color: #4A90AD;
}

ul.pagination li a span.carrot {
    font-size: 32px;
    line-height: 27px;
    vertical-align: top;
    font-weight: 300;
    letter-spacing: 1px;
}

body.path-frontpage section,
body.path-user section {
    margin-bottom: 75px;
}

div.page-bottom-space {
    height: 100px;
    width: 100%;
    clear: both;
}

/* Author bio section */

body.path-user .row .row.author-summary-container {
    background-color: #f2f2f2;
    padding: 50px;
    margin: 100px 0;
}

body.path-user .author-image img {
    border-radius: 50%;
    width: 142px;
}

body.path-user .author-name h1 {
    color: #445C6D;
    font-family: "proxima-nova","myriad-pro",Helvetica,Arial,sans-serif !important;
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    margin: 0;
}

body.path-user .author-name {
    margin-top: 50px;
    margin-bottom: 12px;
}

body.node--type-blog-post .author-description, body.path-user .author-title,
body.node--type-blog-post .author-description, body.path-user .author-description {
    color: #4E4E4E;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    max-width: 900px;
    margin: auto;
}

.blog-category-container .author-breadcrumb {
    color: #4E4E4E;
}

body.path-user .no-posts {
    padding: 40px;
    text-align: center;
    border: 1px solid #8e8e8e;
    color: #8e8e8e;
}

body.path-user article > div {

    display: block;
}

body section#block-blognewsfeed,
body section#block-sitefooter,
body section#block-iamenu {
    margin: 0;
}

body #block-blognewsfeed div.field-item,
body #block-sitefooter div.field-item,
body #block-iamenu div.field-item {
    width: 100%;
    margin: 0;
    text-align: left;
}

.error-page {
    padding: 100px 0 200px 0;
    display: flex;
    justify-content: center;
}

.error-page .error-image {
    margin-top: auto;
    margin-bottom: auto;
}

.error-page .error-image img {
    max-width: 395px;
}

.error-page .error-content ul {
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
}

.error-page .error-content ul a {
    color: #428bca;
    font-weight: 300;
}

.error-page .error-content p a {
    color: #428bca;
    font-weight: inherit;
    font-size: inherit;
}

.error-page > div {
    padding: 0 25px;
}

#block-blognewsfeed .news-letter-section {
    background-color: #39464B;
    -webkit-transition: background-color 1000ms ease;
    -o-transition: background-color 1000ms ease;
    transition: background-color 1000ms ease;
}

#block-blognewsfeed .news-letter-section.success {
    background-color: #8DC63E;
}

@media only screen and (max-width: 750px) {
    .error-page {
        flex-direction: column;
        align-items: center;
    }

    .error-page .error-image {
        margin-bottom: 50px;
    }
}

/* Foundation Medium (tablet) */
@media only screen and (max-width: 60.063em) {
    body.path-frontpage div.field-item,
    body.path-user div.field-item {
        margin: 75px auto;
    }

    body.path-frontpage h3,
    body.path-user h3 {
        margin: 15px 0 10px 0;
    }

    body.path-frontpage h3.node__title span,
    body.path-user h3.node__title span {
        font-size: 24px;
        line-height: 29px;
    }

    p,
    li {
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
    }

    body.path-frontpage span.author,
    body.path-frontpage span.author a,
    body.path-user span.author,
    body.path-user span.author a {
        font-size: 10px;
        line-height: 12px;
    }

    body.path-frontpage div.field-item h1,
    body.path-user div.field-item h1 {
        font-size: 24px !important;
        line-height: 29px;
        margin-bottom: 15px;
    }

    body.path-frontpage div.field-item h4,
    body.path-user div.field-item h4 {
        font-size: 20px;
        line-height: 25px;
    }

    span.category,
    span.category span {
        font-size: 10px;
    }

    body.path-frontpage ul.pagination,
    body.path-user ul.pagination {
        margin-bottom: 100px;
    }

    ul.pagination li a {
        font-size: 20px;
    }

    div.page-bottom-space {
        height: 75px;
    }

    body.path-user .row .row.author-summary-container {
        background-color: #F2F2F2;
        padding: 75px 3em;
        margin: 75px 0;
    }

    body.path-user .author-name h1 {
        font-size: 24px;
        line-height: 29px;
    }

    body.path-user .author-title,
    body.path-user .author-description {
        font-size: 14px;
        line-height: 24px;
    }

    body.path-user .author-image img {
        width: 100px;
    }
}

/* Foundation Small (mobile) */
@media only screen and (max-width: 40.063em) {
    body.path-frontpage div.field-item,
    body.path-user div.field-item {
        width: 100%;
        margin: 50px 0 75px 0;
    }

    body.path-frontpage div.field-item h1,
    body.path-user div.field-item h1 {
        color: #445C6D;
        font-size: 24px !important;
        line-height: 29px;
        margin-bottom: 15px;
    }

    body.path-frontpage div.field-item h4,
    body.path-user div.field-item h4 {
        font-size: 18px;
        line-height: 27px;
    }

    body.path-frontpage .image-container,
    body.path-user .image-container {
        display: none;
    }

    body.path-frontpage ul.pagination,
    body.path-user ul.pagination {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    div.page-bottom-space {
        height: 50px;
    }

    body.path-frontpage p.node__content.clearfix,
    body.path-user p.node__content.clearfix {
        font-size: 18px;
        line-height: 30px;
    }

    body.path-user .row .row.author-summary-container {
        background-color: transparent;
    }

    body.path-user .author-image {
        margin-bottom: 30px;
    }

    body.path-user .author-image img {
        width: 110px;
    }

    body.path-user .row .row.author-summary-container {
        margin-left: -3em;
        margin-right: -3em;
        padding: 0px 3em;
    }
}

@media only screen and (max-width: 1000px){
    .category-list > ul.tag-selected {
        justify-content: center;
        margin: 0 0 15px 0;
    }

    span.selected-tag {
        display: inline-block;
        position: relative;
        margin: 0 0 15px 0;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Foundation XXL */
@media only screen and (min-width: 120.063em) {
    .row {
        max-width: 1400px;
    }

    body.path-frontpage div.field-item h1,
    body.path-user div.field-item h1 {
        font-size: 30px !important;
        line-height: 42px;
    }

    body.path-frontpage div.field-item h4,
    body.path-user div.field-item h4 {
        font-size: 30px;
        line-height: 42px;
    }

    body.path-frontpage h3.node__title span,
    body.path-user h3.node__title span {
        font-size: 30px;
        line-height: 40px;
    }

    body.path-frontpage p,
    body.path-user p {
        font-size: 21px;
        line-height: 30px;
    }

    body.path-frontpage .site-banner p,
    body.path-user .site-banner p {
        font-size: 15px;
        line-height: 21px;
    }

    body.path-frontpage .views-row,
    body.path-user .views-row {
        padding: 50px 0;
    }

    body.path-user .author-name h1 {
        font-size: 21px;
        line-height: 30px;
    }

    body.path-user .author-title
    body.path-user .author-description {
        font-size: 18px;
        line-height: 30px;
    }

    p img:first-child,
    figure img:first-child,
    p br + img {
        width: 100%;
    }
}

.ia-primary-button {
    min-width: 175px;
    height: 45px;
    border-radius: 3px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-width: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 17px;
    background: #F7901E;
    transition: background-color 300ms ease-out;
}

.ia-primary-button span {
    color: #fff;
    font-size: 17px;
}

.ia-primary-button:hover {
    background: #E38025;
}

.ia-primary-button:focus {
    background-color: #E38025;
}

.link-underline {
    color: inherit;
    border-bottom: 1px solid #4A90AD;
    white-space: nowrap;
}

.link-underline:hover {
    border-bottom: 2px solid #4A90AD;
}

body section#block-warningbanner {
    margin: 0;
}

body section#block-warningbanner .field-items .field-item {
    width: 100%;
    margin: 0;
}

