body {
    height: 100%;
    background-color: #202122;
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

a {
    color: #797979;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

img {
    display: inline-block;
    max-width: 100%;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 23px;
    line-height: 33px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

.navbar2 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1001;
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #202122, rgba(32, 33, 34, 0));
}

.menu-button {
    width: 60px;
    height: 60px;
    margin-right: -30px;
    padding-top: 11px;
    padding-right: 0;
    padding-left: 0;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    transition: border 200ms ease;
    color: #fff;
    font-size: 35px;
    text-align: center;
}

.menu-button:hover {
    border-color: #fff;
}

.menu-button.w--open {
    background-color: transparent;
}

.nav-menu {
    width: 320px;
    height: 100%;
    margin-left: 120px;
    background: #000 url('https://s3-eu-west-1.amazonaws.com/devoxxians/images/app/MenuBackground.jpg') 0 0;
    background-size: auto;
    box-shadow: -20px 0 70px 10px rgba(0, 0, 0, .3);
    color: #6d6d6d;
    text-align: left;
}

.logo-block {
    margin-left: -20px;
}

.floating-footer {
    position: static;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: linear-gradient(180deg, rgba(32, 33, 34, 0), #202122 91%);
    color: dimgrey;
    text-align: center;
}

.container {
    max-width: 1250px;
    padding-right: 35px;
    padding-left: 35px;
    flex: 1;
}

.footer-nav-text {
    display: inline-block;
    float: left;
    color: hsla(0, 0%, 100%, .5);
    font-size: 12px;
}

.section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #202122;
}

.section.blog-post {
    padding-top:0;
    padding-bottom:0;
}

.section.tint {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #252627;
}

.section.subpage {
    padding-bottom: 60px;
}

.section.subpage-section {
    /*padding-top: 240px;*/
    padding-bottom: 50px;
    color: #fff;
}

.blog-column {
    width: 50%;
    padding-right: 15px;
    float: left;
    perspective: 1600px;
}

.blog-column.right {
    margin-top:0;
    padding-right:0;
    padding-left: 15px;
    float: right;
}

.blog-column.right.push-up {
    margin-top: -80px;
}

.blog-column.push-down {
    margin-top: 50px;
}

.blog-list {
    display: block;
}

.blog-list-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.empty-state {
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, .3);
    color: hsla(0, 0%, 100%, .2);
    text-align: center;
}

.blog-post-wrapper {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.blog-post-wrapper:hover {
    position: relative;
    z-index: 10;
}

.blog-post-wrapper.small {
    height: 220px;
}

.blog-post-wrapper.medium {
    height: 400px;
}

.blog-post-wrapper.tall {
    height: 500px;
}

.blog-post-wrapper.small-archive {
    height: 260px;
}

.blog-post-wrapper.read-more {
    width: 300px;
    height: 220px;
}

.blog-post-wrapper.archive {
    height: 340px;
}

.blog-image-block {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 450px;
    background-position: 50% 50%;
    background-size: cover;
    transform: scale(1.1);
}

.grayFilter {
    filter: grayscale(100%);
}

.blog-image-block.small {
    height: 220px;
}

.blog-image-block.tall {
    height: 500px;
}

.blog-image-block.small-archive-image {
    height: 260px;
}

.blog-image-block.medium {
    height: 440px;
}

.blog-image-block.read-more {
    height: 220px;
}

.blog-image-block.category {
    height: 600px;
}

.blog-image-block.archive {
    height: 340px;
}

.post-overlay-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 85px 45px 45px;
    background-color: rgba(0, 0, 0, .15);
    transition: background-color 200ms ease;
    text-decoration: none;
    cursor: pointer;
}

.post-overlay-block:hover {
    background-color: transparent;
}

.post-overlay-block.small {
    padding: 60px 30px 30px;
}

.post-overlay-block.read-more {
    padding: 25px;
}

.blog-post-title {
    display: block;
    width: 100%;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog-post-title.small-title {
    font-size: 18px;
    line-height: 23px;
}

.blog-post-title.read-more {
    width: 90%;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 29px;
}

.category-title-link {
    position: absolute;
    left: 45px;
    top: 35px;
    z-index: 20;
    display: inline-block;
    margin-bottom: 7px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #2493c7;
    transition: transform 200ms ease;
    color: #202122;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.category-title-link:hover {
    transform: scale(1.05);
}

.category-title-link.small {
    left: 29px;
    top: 31px;
}

.read-more-button {
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-right: 1px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, .4);
    border-radius: 100%;
    transition: border 200ms ease, transform 200ms ease;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.read-more-button:hover {
    border-color: #fff;
    transform: rotate(360deg);
}

.read-more-button.small {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    padding-top: 1px;
    float: right;
}

.read-more-button.post-page {
    position: absolute;
    top: 27px;
    right: 19px;
    z-index: 30;
    transform: rotate(90deg);
}

.read-more-arrow {
    width: auto;
    height: 11px;
}

.blog-post-date-title {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.post-author-block {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 30px;
    z-index: 20;
    text-align: right;
}

.post-author-image {
    position: relative;
    z-index: 20;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    float: right;
    border-radius: 3px;
    background-position: 50% 50%;
    background-size: cover;
}

.post-author-title {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.post-author-title:hover {
    text-decoration: underline;
}

.blog-column-wrapper.author-posts-wrapper {
    position: relative;
    z-index: 10;
    margin-top: -330px;
}

.event-name {
    text-align: center;
    margin-bottom: 7px;
    background-color: #2493c7;
    color: #202122;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.pres-header {
  text-align: center;
  margin-bottom: 0px;
  background-color: #2493c770;
  color: #d7ff46;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link {
    display: block;
    overflow: visible;
    padding: 14px 50px;
    background-color: transparent;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link:hover {
    background-color: #2493c7;
}

.nav-link.w--current {
    color: #2493c7;
}

.nav-link.w--current:hover {
    color: #fff;
}

.nav-content-block {
    margin-top: 50px;
    padding: 50px;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    font-size: 13px;
}

.nav-content-block:hover {
    opacity: 1;
    filter: blur(0px);
}

.nav-text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
}

.nav-block-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
}

.nav-color-overlay {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, .4);
    background-image: linear-gradient(180deg, #000, transparent 32%);
    color: #fff;
}

.nav-read-more-link {
    display: inline-block;
    margin-top: 10px;
    color: hsla(0, 0%, 100%, .6);
    text-decoration: none;
}

.nav-read-more-link:hover {
    color: #fff;
    text-decoration: underline;
}

.nav-add-cal {
  display: inline-block;
  margin-top: 10px;
  color: hsla(0, 0%, 100%, .3);
  text-decoration: none;
  text-transform: uppercase;
}

.nav-add-cal:hover {
  color: #fff;
}

.logo {
    height: 50px;
    margin-top: 5px;
}

.read-more-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    color: #535353;
    text-align: center;
}

.read-more-title {
    color: #d6d6d6;
    font-size: 24px;
}

.button {
    margin-top: 20px;
    padding: 12px 30px;
    border: 2px solid #000;
    border-radius: 50px;
    background-color: #000;
    transition: background-color 200ms ease;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button:hover {
    background-color: #2493c7;
}

.button.outline-button {
    padding-top: 13px;
    align-self: center;
    border-style: solid;
    border-color: #1e7ee6;
    background-color: rgba(24, 139, 230, 0);
    box-shadow: 0 0 6px 0 #fff;
    transition: background-color 200ms ease;
}

.button.outline-button:hover {
    background-color: #2493c7;
}

.button.submit-button {
    position: absolute;
    right: 39px;
    bottom: 37px;
    border-width:0;
}

.category-link-block {
    position: relative;
    display: block;
    overflow: hidden;
    height: 600px;
    margin-bottom: 20px;
    text-decoration: none;
}

.category-overlay {
    position: absolute;
    left:0;
    top:0;
    right:0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding:0;
    background-color: rgba(0, 0, 0, .15);
    transition: background-color 200ms ease;
}

.category-overlay:hover {
    background-color: transparent;
}

.category-block-title {
    margin-top:0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    text-transform: uppercase;
}

.post-image-header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.post-image-header.author-header {
    left: -2%;
    top: -2%;
    width: 103%;
    height: 104%;
    filter: blur(7px);
}

.blog-post-header-overlay {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, .2);
}

.blog-post-header-overlay.team-member-overlay {
    position: absolute;
    left:0;
    top:0;
    right:0;
    z-index: 2;
    height: 104%;
    padding-bottom: 60px;
    background-color: rgba(0, 0, 0, .4);
    background-image: linear-gradient(180deg, rgba(32, 33, 34, .1) 46%, #202122);
}

.post-header-title-wrapper {
    position: relative;
    z-index: 30;
    padding-bottom: 40px;
}

.blog-post-main-title {
    margin-top:0;
    margin-bottom:0;
    color: #fff;
    font-size: 50px;
    line-height: 53px;
    font-weight: 300;
}

.blog-post-main-title.smaller {
    font-size: 33px;
    line-height: 41px;
}

.blog-post-date {
    margin-bottom: 10px;
    padding-left: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.blog-post-date.small {
    font-size: 14px;
    line-height: 18px;
}

.blog-header-author-block {
    position: relative;
    display: inline-block;
    width: 370px;
    margin-top: 40px;
    padding: 30px 40px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    color: #fff;
}

.blog-header-author-block.small {
    margin-top: 30px;
    padding:0;
    border-width:0;
}

.blog-author-block {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    float: left;
    border-radius: 3px;
    background-position: 50% 50%;
    background-size: cover;
}

.blog-author-title {
    display: block;
}

.blog-author-link {
    color: #fff;
}

.post-header-wrapper {
    position: relative;
    height: 100%;
    perspective: 2000px;
}

.blog-post-content-wrapper {
    position: relative;
    z-index: 10;
    display: block;
    width: 67%;
    margin-top: -420px;
    margin-right: auto;
    margin-left: auto;
    padding:0;
    background-color: #fff;
}

.blur-header-wrapper {
    position: absolute;
    left:0;
    top:0;
    right:0;
    z-index: 10;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.blog-content-block {
    padding: 90px;
}

.blur-header {
    width: 100%;
    height: 100%;
    filter: blur(20px);
}

.blur-gradient-overlay {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    z-index: 19;
    width: 100%;
    height: 320px;
    background-image: linear-gradient(180deg, rgba(32, 33, 34, 0), #202122);
}

.blog-post-title-wrapper {
    width: 70%;
}

.blog-image-header {
    background-position: 50% 50%;
    background-size: cover;
}

.blog-image-header-overlay {
    padding: 155px 90px 45px;
    background-image: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, .4) 78%);
}

.footer-link {
    color: hsla(0, 0%, 100%, .5);
}

.footer-link:hover {
    color: #fff;
}

.rich-text-block blockquote {
    margin-bottom: 30px;
    padding-top:0;
    padding-bottom:0;
}

.rich-text-block img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rich-text-block figcaption {
    margin-top: -5px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    color: #c5c5c5;
    font-size: 13px;
    font-style: italic;
}

.read-more-fixed-block {
    position: fixed;
    right:0;
    bottom: 80px;
    z-index: 100;
    background-color: #fff;
}

.also-read-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.return-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}

.category-description {
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}

.category-title-wrapper {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    padding: 40px;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2));
    text-align: right;
}

.page-title-block {
    margin-bottom: 110px;
    text-align: center;
}

.page-title-block.align-left {
    text-align: left;
}

.page-title {
    margin-top:0;
    margin-bottom:0;
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.page-title.dynamic-page-title {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 50px;
    line-height: 40px;
}

.page-subtitle {
    margin-top: 20px;
    margin-bottom:0;
    font-family: Merriweather, serif;
    color: #3ca6e1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-transform: none;
}

.page-subtitle.dynamic-subtitle {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}

.team-wrapper.on-subpage {
    margin-top: 90px;
}

.team-column-block {
    width: 66%;
    float: left;
}

.team-column-block.right {
    width: 32%;
    padding-left:0;
    float: right;
}

.team-image-link-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 360px;
    margin-right: 1px;
    margin-bottom: 20px;
    color: #fff;
}

.team-image-link-block:hover {
    color: #fff;
}

.team-page-info-block {
    display: flex;
    height: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #313131;
    color: #fff;
}

.info-block-title {
    font-size: 35px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.info-block-title.subtitle {
    margin-top: 10px;
    font-family: Merriweather, serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.bottom-footer-link {
    display: inline-block;
    float: right;
}

.bottom-footer-divider {
    margin-right: 4px;
    margin-left: 4px;
    float: right;
}

.team-block {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 30px 30px;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2) 92%);
}

.team-member-name {
    font-size: 23px;
    line-height: 31px;
    font-weight: 300;
    text-transform: none;
}

.team-member-job-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    font-weight: 300;
}

.team-header-block {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 26px;
}

.team-header-image {
    position: relative;
    width: 240px;
    height: 300px;
    margin-top: -20px;
    margin-right: 60px;
    float: left;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .4);
}

.team-member-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.team-member-block {
    width: 640px;
    float: left;
    color: #fff;
}

.dynamic-title {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}

.dynamic-title.dynamic {
    margin-left: 6px;
    font-weight: 900;
}

.team-subtitle {
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 300;
}

.large-quote-block {
    margin-top: 90px;
    margin-bottom: 100px;
}

.text-row {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.large-column-title {
    position: relative;
    right: -35px;
    bottom: -48px;
    z-index: 20;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
}

.text-column-left {
    padding-right: 80px;
    padding-left: 80px;
}

.block-paragraph {
    margin-bottom:0;
}

.large-quote-heading {
    font-family: Merriweather, serif;
    font-size: 42px;
    line-height: 51px;
    font-weight: 300;
}

.quote-author {
    text-transform: uppercase;
}

.column-title {
    margin-top:0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.text-column-right {
    padding-right: 80px;
    padding-left: 80px;
}

.category-link {
    display: inline-block;
    margin-top: 11px;
    border-bottom: 1px solid #2493c7;
    transition: color 200ms ease;
    color: #2493c7;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
}

.read-more-overlay {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    z-index: 70;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(32, 33, 34, .7), #202122);
}

.title-wrapper {
    margin-bottom: -5px;
    float: none;
    text-align: left;
}

.filter-dropdown {
    margin-left: -20px;
    color: #fff;
}

.filter-dropdown.fullwidth {
    display: inline-block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.filter-dropdown-toggle {
    padding: 12px 45px 12px 35px;
    border: 2px solid #313131;
    border-radius:0;
    transition: border 200ms ease, color 200ms ease;
    color: #525252;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.filter-dropdown-toggle:hover {
    border-color: #777;
    color: #fff;
}

.filter-dropdown-toggle.w--open {
    border-color: #2493c7;
}

.dropdown-link {
    transition: background-color 200ms ease, color 200ms ease;
    color: #858585;
    text-align: center;
}

.dropdown-link:hover {
    background-color: #111;
    color: #fdfdfd;
}

.dropdown-title {
    color: #fff;
}

.dropdown-list-block.w--open {
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #232425;
    box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .4);
}

.author-social-wrapper {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    padding: 25px;
}

.author-social-link-block {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    padding: 0 5px 5px;
    float: left;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color 200ms ease;
    text-align: center;
}

.author-social-link-block:hover {
    background-color: #2493c7;
}

.utility-page-wrap {
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.utility-page-content {
    display: flex;
    width: 260px;
    flex-direction: column;
    text-align: center;
}

.close-read-more-button {
    position: absolute;
    top:0;
    right:0;
    z-index: 30;
    width: 30px;
    height: 30px;
    padding: 0 9px 9px;
    background-color: rgba(0, 0, 0, .2);
}

.back-link:hover {
    color: #2d94c5;
}

.contact-block {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}

.contact-icon-block {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    padding-top: 33px;
    border-radius: 100%;
    background-color: #2a2a2a;
    text-align: center;
}

.contact-icon {
    height: 35px;
}

.contact-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-link {
    display: inline-block;
    padding-bottom:0;
    border-bottom: 1px solid #2493c7;
    transition: color 200ms ease;
    color: #2493c7;
}

.contact-link:hover {
    color: #fff;
}

.contact-wrapper {
    margin-bottom: 80px;
    text-align: center;
}

.contact-form {
    margin-bottom:0;
}

.field-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.field {
    height: 50px;
    border: 0 solid #000;
    border-radius: 4px;
}

.field:hover {
    opacity: 0.9;
}

.field:focus {
    opacity: 1;
}

.field.area {
    height: 110px;
    padding-top: 12px;
    padding-right: 130px;
}

.text-block {
    color: #2493c7;
    font-size: 35px;
    line-height: 26px;
}

.text-field {
    display: inline-block;
    margin-right: 5px;
}

.text-block-2 {
    color: #bea7a7;
}

.collection-list-2 {
    color: #2d94c5;
}

.roundbutton {
    position: fixed;
    overflow: visible;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    clear: none;
    border: 1px solid #000;
    border-radius: 120px;
    text-align: center;
}

.text-block-3 {
    color: #fff;
}

.text-block-4 {
    color: #fff;
}

.text-block-5 {
    text-align: right;
}

.text-block-6 {
    padding-bottom: 30px;
    text-align: right;
}

.button-2 {
    position: relative;
    top: 25px;
    left: -31px;
    overflow: visible;
    margin-top:0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 40px;
    text-align: right;
}

.row {
    padding-bottom: 32px;
}

.column {
    position: static;
    text-align: right;
}

.redbutton {
    position: absolute;
    left: 0;
    top: 16px;
    right:0;
    display: inline-block;
    border-radius: 40px;
    background-color: #cf9b14;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: none;
}

.text-block-7 {
    color: #fafafa;
}

html.w-mod-js *[data-ix="hide-author-block"] {
    opacity: 0;
    transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
    opacity: 0;
    transform: translate(0px, 70px) rotateX(10deg) rotateY(10deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
    opacity: 0;
    transform: translate(0px, 70px) rotateX(10deg) rotateY(10deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
    opacity: 0;
    transform: translate(0px, 70px) rotateX(10deg) rotateY(10deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="fade-in-post-header"] {
    opacity: 0;
    transform: rotateX(30deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="hide-blur-post-header"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="hide-blog-content-block"] {
    opacity: 0;
    transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="hide-read-more-block"] {
    display: none;
    opacity: 0;
    transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="hide-team-overlay-block"] {
    display: none;
    opacity: 0;
    transform: translate(0px, 20px);
}

.pagination {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #2d94c5;
    border-color: #2d94c5;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2d94c5;
  background-color: rgba(0, 0, 0, .15);
  margin-right: 10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.calText {
  position: relative;
  left: 10px;top: 2px;
}

.voxxed-logo-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.voxxed-logo-container:hover {
  transform: translateY(-2px);
}

.voxxed-title {
  color: #2493c7;
  font-size: 35px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.voxxed-logo-container:hover .voxxed-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(36, 147, 199, 0.6);
}

.voxxed-subtitle {
  color: #b8b8b8;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 2px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.voxxed-logo-container:hover .voxxed-subtitle {
  color: #e0e0e0;
  opacity: 1;
  letter-spacing: 1.5px;
}

@media (max-width: 991px) {
    .navbar2 {
        padding-top: 20px;
    }
    .menu-button {
        margin-right: -10px;
    }
    .floating-footer {
        padding: 30px;
    }
    .footer-nav-text {
        font-size: 11px;
    }
    .section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .section.blog-post {
        padding-bottom: 70px;
    }
    .section.tint {
        padding-top: 50px;
    }
    .section.subpage {
        padding-top: 110px;
        padding-bottom: 20px;
    }
    .section.subpage-section {
        /*padding-top: 130px;*/
        padding-bottom: 30px;
    }
    .blog-column.right.push-up {
        margin-top:0;
    }
    .blog-post-wrapper {
        height: 380px;
    }
    .blog-post-wrapper.medium {
        height: 340px;
    }
    .blog-post-wrapper.tall {
        height: 425px;
    }
    .blog-post-wrapper.small-archive {
        height: 250px;
    }
    .post-overlay-block {
        padding: 55px 30px 30px;
    }
    .post-overlay-block.small {
        padding-top: 60px;
    }
    .blog-post-title {
        width: 80%;
        font-size: 28px;
        line-height: 35px;
    }
    .blog-post-title.small-title {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .category-title-link {
        left: 30px;
        top: 30px;
    }
    .read-more-button.small {
        padding-top: 3px;
    }
    .logo {
        margin-left: 10px;
    }
    .read-more-block {
        margin-top: 10px;
    }
    .category-link-block {
        height: 350px;
    }
    .category-block-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 25px;
    }
    .blog-post-content-wrapper {
        width: 90%;
    }
    .blog-content-block {
        padding: 50px;
    }
    .category-description {
        font-size: 12px;
        line-height: 22px;
    }
    .category-title-wrapper {
        padding: 25px;
    }
    .page-title-block {
        margin-bottom: 60px;
    }
    .page-title {
        font-size: 50px;
    }
    .page-subtitle {
        margin-top: 15px;
        font-size: 19px;
    }
    .team-image-link-block {
        height: 280px;
    }
    .team-page-info-block {
        height: 280px;
        padding: 20px;
        text-align: center;
    }
    .info-block-title.subtitle {
        line-height: 25px;
    }
    .bottom-footer-link {
        font-size: 15px;
    }
    .team-header-image {
        height: 380px;
    }
    .team-member-block {
        width: 400px;
    }
    .large-quote-block {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .text-row {
        display: block;
    }
    .recent-post-column-right {
        padding-top: 20px;
        padding-right:0;
        padding-left:0;
    }
    .large-column-title {
        right: -15px;
    }
    .text-column-left {
        padding-right:0;
        padding-left:0;
    }
    .large-quote-heading {
        font-size: 30px;
        line-height: 47px;
    }
    .recent-post-column-left {
        padding-right:0;
        padding-left:0;
    }
    .text-column-right {
        padding-top: 20px;
        padding-right:0;
        padding-left:0;
    }
    .title-wrapper {
        margin-bottom: -15px;
    }
    .filter-dropdown {
        margin-left:0;
    }
    .contact-icon-block {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        padding-top: 26px;
    }
    .contact-icon {
        height: 25px;
    }
    .contact-title {
        font-size: 10px;
        line-height: 16px;
    }
    .contact-link {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .navbar2 {
        padding-top: 15px;
    }
    .menu-button {
        width: 35px;
        height: 35px;
        margin-right: 20px;
        padding-top: 4px;
        font-size: 25px;
    }
    .logo-block {
        margin-left:0;
    }
    .floating-footer {
        text-align: center;
    }
    .container {
        padding-right:0;
        padding-left:0;
    }
    .footer-nav-text {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
    .section {
        padding: 90px 30px 40px;
    }
    .section.blog-post {
        padding-bottom: 30px;
    }
    .section.tint {
        padding-top: 40px;
    }
    .section.subpage {
        padding-top: 80px;
    }
    .section.subpage-section {
        padding-top: 90px;
    }
    .blog-column {
        width: 100%;
        padding-right:0;
    }
    .blog-column.right {
        width: 100%;
        padding-left:0;
    }
    .blog-column.right.push-up {
        margin-top:0;
    }
    .blog-column.push-down {
        width: 100%;
        margin-top:0;
        padding-right:0;
    }
    .blog-list-item {
        margin-bottom: 20px;
        padding-right:0;
        padding-left:0;
    }
    .blog-post-wrapper {
        height: 300px;
    }
    .blog-post-wrapper.small {
        height: 200px;
    }
    .blog-post-wrapper.medium {
        height: 300px;
    }
    .blog-post-wrapper.tall {
        height: 300px;
    }
    .blog-post-wrapper.read-more {
        width: 100%;
        height: auto;
    }
    .blog-post-title.small-title {
        font-size: 28px;
        line-height: 32px;
    }
    .read-more-button {
        width: 40px;
        height: 40px;
        padding-top: 4px;
    }
    .read-more-button.small {
        position: static;
        padding-top: 1px;
        float: left;
    }
    .blog-column-wrapper.author-posts-wrapper {
        margin-top: -50px;
    }
    .nav-link {
        padding-right: 30px;
        padding-left: 30px;
        line-height: 20px;
    }
    .nav-content-block {
        margin-top: 30px;
        padding: 30px;
    }
    .nav-color-overlay {
        padding-top: 20px;
    }
    .logo {
        height: 35px;
        margin-left: 10px;
    }
    .read-more-block {
        height: 210px;
    }
    .button.submit-button {
        position: static;
        background-color: #3d3d3d;
    }
    .category-link-block {
        height: 300px;
    }
    .category-block-title {
        font-size: 30px;
        line-height: 25px;
    }
    .blog-post-header-overlay {
        padding-right: 30px;
        padding-left: 30px;
    }
    .blog-post-header-overlay.team-member-overlay {
        position: absolute;
        left:0;
        top:0;
        right:0;
        height: 106%;
        padding: 80px 30px 30px;
    }
    .post-header-title-wrapper {
        width: 480px;
    }
    .post-header-wrapper.author-header {
        height: 780px;
    }
    .blog-post-content-wrapper {
        width: 100%;
    }
    .blog-content-block {
        padding: 35px;
    }
    .blog-post-title-wrapper {
        width: 100%;
    }
    .blog-image-header-overlay {
        padding-right: 35px;
        padding-bottom: 35px;
        padding-left: 35px;
    }
    .rich-text-block blockquote {
        margin-bottom: 20px;
        padding-right:0;
        border-left-width: 3px;
        font-size: 17px;
        line-height: 26px;
    }
    .read-more-fixed-block {
        position: relative;
        bottom:0;
        width: 100%;
    }
    .category-description {
        font-size: 13px;
        line-height: 24px;
    }
    .category-item {
        padding-right:0;
        padding-left:0;
    }
    .author-list-item {
        padding-right:0;
        padding-left:0;
    }
    .page-title-block {
        display: block;
        width: 500px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }
    .page-title {
        font-size: 40px;
        line-height: 40px;
    }
    .page-subtitle {
        line-height: 26px;
    }
    .team-wrapper.on-subpage {
        margin-top: 50px;
    }
    .team-column-block {
        width: 100%;
        float: none;
    }
    .team-column-block.right {
        width: 100%;
        float: right;
    }
    .bottom-footer-link {
        float: none;
    }
    .bottom-footer-divider {
        display: inline-block;
        float: none;
    }
    .team-header-block {
        display: block;
        text-align: center;
    }
    .team-header-image {
        display: inline-block;
        width: 200px;
        height: 260px;
        margin: 0 auto 40px;
        float: none;
    }
    .team-member-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .read-more-overlay {
        background-image: linear-gradient(180deg, rgba(32, 33, 34, .8), #202122);
    }
    .title-wrapper {
        margin-bottom: 20px;
    }
    .filter-dropdown {
        width: 100%;
    }
    .filter-dropdown-toggle {
        width: 100%;
        text-align: center;
    }
    .dynamic-title-wrapper {
        margin-bottom: 30px;
    }
    .collection-item {
        width: 100%;
    }
    .collection-list {
        width: 100%;
    }
    .collection-list-wrapper-2 {
        width: 100%;
    }
    .contact-block {
        display: block;
        height: 60px;
        margin-top: 10px;
        margin-right:0;
        margin-left:0;
        text-align: left;
    }
    .contact-icon-block {
        position: relative;
        top: -9px;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        margin-bottom:0;
        padding-top: 16px;
        float: left;
    }
    .contact-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {
    body {
        font-size: 15px;
        line-height: 23px;
    }
    .nav-menu {
        width: 75%;
        margin-left: 60px;
    }
    .section {
        padding-top: 80px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .section.blog-post {
        padding-bottom: 10px;
    }
    .section.tint {
        padding-bottom: 10px;
    }
    .section.subpage-section {
        /*padding-bottom: 10px;*/
    }
    .blog-post-wrapper.read-more {
        width: 100%;
    }
    .post-overlay-block {
        padding: 45px 25px 25px;
    }
    .blog-post-title {
        width: 100%;
        font-size: 25px;
        line-height: 32px;
    }
    .blog-post-title.small-title {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-post-title.read-more {
        font-size: 18px;
        line-height: 23px;
    }
    .category-title-link {
        left: 25px;
        top: 20px;
    }
    .read-more-button.small {
        padding-top: 2px;
    }
    .read-more-button.post-page.w--current {
        top: 17px;
        right: 15px;
    }
    .blog-post-date-title {
        font-size: 11px;
        line-height: 15px;
    }
    .post-author-block {
        left: 25px;
        right: 25px;
        bottom: 20px;
    }
    .post-author-image {
        margin-left: 10px;
    }
    .post-author-title {
        margin-top: -2px;
        font-size: 14px;
    }
    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo {
        margin-left:0;
    }
    .read-more-block {
        height: 200px;
    }
    .read-more-title {
        font-size: 15px;
    }
    .button.outline-button {
        font-size: 12px;
        line-height: 21px;
    }
    .category-link-block {
        height: 260px;
    }
    .blog-post-header-overlay {
        padding-right: 20px;
        padding-left: 20px;
    }
    .blog-post-header-overlay.team-member-overlay {
        padding-top: 60px;
    }
    .post-header-title-wrapper {
        width: 90%;
    }
    .blog-post-main-title {
        font-size: 30px;
        line-height: 35px;
    }
    .blog-post-main-title.smaller {
        font-size: 25px;
        line-height: 30px;
    }
    .blog-header-author-block {
        width: 100%;
        margin-top: 30px;
        padding: 10px 30px 10px 20px;
    }
    .blog-author-block {
        margin-right: 15px;
    }
    .blog-author-title {
        font-size: 14px;
    }
    .post-header-wrapper.author-header {
        height: 690px;
    }
    .blog-content-block {
        padding-right: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
    }
    .blog-image-header-overlay {
        padding-top: 95px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .rich-text-block blockquote {
        padding-left: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .category-description {
        font-size: 12px;
        line-height: 23px;
    }
    .page-title-block {
        width: 280px;
    }
    .page-title {
        font-size: 32px;
        line-height: 35px;
    }
    .page-title.dynamic-page-title {
        display: block;
        font-size: 30px;
    }
    .page-subtitle {
        font-size: 14px;
        line-height: 21px;
    }
    .page-subtitle.dynamic-subtitle {
        display: block;
        margin-top: 10px;
    }
    .page-subtitle.dynamic-subtitle.last {
        margin-top:0;
    }
    .team-image-link-block {
        height: 210px;
    }
    .team-header-image {
        width: 140px;
        height: 180px;
    }
    .team-member-title {
        font-size: 24px;
        line-height: 20px;
    }
    .team-member-block {
        width: 270px;
        font-size: 13px;
        line-height: 22px;
    }
    .team-subtitle {
        font-size: 16px;
        line-height: 15px;
    }
    .recent-post-column-right {
        padding-top: 40px;
    }
    .large-column-title {
        position: static;
        margin-bottom: 20px;
        color: #757575;
        font-size: 18px;
    }
    .large-quote-heading {
        font-size: 22px;
        line-height: 37px;
    }
    .column-title {
        font-size: 27px;
    }
    .author-social-wrapper {
        padding: 14px;
        text-align: center;
    }
    .author-social-link-block {
        display: inline-block;
        margin-left: 4px;
        float: none;
    }
    .close-read-more-button {
        padding-top: 2px;
    }
    .field {
        height: 40px;
    }
}


