html {
    font-size: 16px;
    font-size: 1rem;
}

body {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
}

:focus {
    outline: none;
}

.site-container {
    overflow: hidden;
    position: relative;
}

h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 600;
}

/* FULL HEADER WIDGET */
.admin-bar .blog-header-full {
    top: 30px;
    top: 1.875rem;
}

.blog-header-full {
    margin: 0 auto;
    background: #0079ca;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    /* overflow:  hidden; */
    max-width: 100%;
}

.blog-header-full-widget-container {
    max-width: 1135px;
    max-width: 70.9375rem;
    margin: 0 auto;
    padding: 10px 0 14px;
    padding: 0.625rem 0 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ffffff;
    font-weight: 400;
}

.blog-header-full-widget-container strong {
    font-weight: 600;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-header-full .widget {
    margin-bottom: 0;
}

#text-7 {
    width: 50%;
}

#text-7 .flex_col {
    margin-right: 31px;
    margin-right: 1.9375rem;
}

#text-7 .flex_col:nth-of-type(2) {
    margin-right: 0;
}

#text-6 {
    width: 50%;
    font-size: 20px;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    padding-left: 238px;
    padding-left: 14.875rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
}

#text-6 i {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    margin-right: 14px;
    margin-right: 0.875rem;
}

#text-6 i:after {
    position: absolute;
    top: -5px;
    top: -0.3125rem;
    left: -6px;
    left: -0.375rem;
    display: block;
    content: '';
    border: 1px solid white;
    border: 0.0625rem solid white;
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
    border-radius: 22px;
    border-radius: 1.375rem;
}

#text-6 .flex_col:first-of-type {
    margin-right: 23px;
    margin-right: 1.4375rem;
    padding-top: 2px;
    padding-top: 0.125rem;
}

#text-6 .flex_col a {
    color: white;
    text-decoration: none;
}

#text-6 .flex_col a.button.green:hover, #text-6 .flex_col a.button.green:focus {
    color: #8bc63e;
    background: white;
}

#text-6 .flex_col a:hover {
    color: #ececec;
}

#text-6 .button {
    width: 156px;
    width: 9.75rem;
}

.button {
    text-transform: uppercase;
    padding: 5px 8px;
    padding: 0.3125rem 0.5rem;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    border-radius: 18px;
    border-radius: 1.125rem;
}

.button.green {
    background: #8bc63e;
    border: 2px solid #8bc63e;
    border: 0.125rem solid #8bc63e;
    color: white;
}

.button.green:hover, .button.green:focus {
    color: #8bc63e;
    background: white;
}

.button.transparent {
    border: 1px solid white;
    border: 0.0625rem solid white;
    color: white;
    background: transparent;
    border-radius: 100px;
    border-radius: 6.25rem;
}

.button.transparent:hover, .button.transparent:focus {
    color: #0070b4;
    background: white;
}

.button.transparent_green {
    color: #8bc63e;
    border: 1px solid #8bc63e;
    border: 0.0625rem solid #8bc63e;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem;
    border-radius: 100px;
    border-radius: 6.25rem;
}

.button.transparent_green:hover, .button.transparent_green:focus {
    color: white;
    background: #8bc63e;
}

/* LOGO  */
.admin-bar header.site-header {
    top: 102px;
    top: 6.375rem;
}

header.site-header {
    position: fixed;
    top: 70px;
    top: 4.375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0,0,0,0.1);
}

.site-header > .wrap {
    margin: 0 auto;
    padding: 13px 0 23px;
    padding: 0.8125rem 0 1.4375rem;
}

.header-image .title-area {
    max-width: none;
    margin: 0 0 0 70px;
    margin: 0 0 0 4.375rem;
    width: 227px;
    width: 14.1875rem;
}

.header-image .site-title > a {
    height: 104px;
    height: 6.5rem;
}

body .site-title a {
    background: url('images/talking_heads_logo.png') no-repeat!important;
}

/* MENU */
.genesis-nav-menu .menu-item {
    /* position: relative; */
}

.site-header .widget-area {
    width: 967px;
    width: 60.4375rem;
    text-align: left;
}

#menu-main-menu {
    padding-top: 29px;
}

#menu-main-menu, .genesis-nav-menu .sub-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #404040;
    font-weight: 600;
    text-transform: capitalize;
}

.genesis-nav-menu .sub-menu a {
    line-height: 16px;
    line-height: 1rem;
    border: none;
}

.site-header .genesis-nav-menu li li {
    display: block;
}

.genesis-nav-menu .sub-menu a {
    padding: 18px 20px;
    padding: 1.125rem 1.25rem;
}

.genesis-nav-menu a {
    color: #404040;
    text-decoration: none;
    padding: 19px 23px 0 0;
    padding: 1.1875rem 1.4375rem 0 0;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #0079ca;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    /* top: 0; */
    padding-top: 10px;
    padding-top: 0.6125rem;
    border-top: none;
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0,0,0,0.3);
    max-width: 217px;
    width: 100%;
}

.admin-bar .site-inner {
    /* margin-top: 210px; */
    /* margin-top: 13.125rem; */
}

.site-inner {
    margin-top: 180px;
    margin-top: 11.25rem;
    max-width: none;
    padding-top: 0;
}

.entry {
    padding: 0;
    margin-bottom: 0;
}

.fl-row-fixed-width {
    max-width: 1135px;
    max-width: 70.9375rem;
}

/* HERO IMAGE */
#hero_image .fl-row-content-wrap {
    padding-bottom: 101px;
    padding-bottom: 6.3125rem;
}

#hero_image h2 {
    font-size: 40px;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 54px;
    line-height: 3.375rem;
    font-weight: 600;
    margin: 136px 0 15px 0;
    margin: 8.5rem 0 0.9375rem 0;
}

#hero_image h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 46px;
    line-height: 2.875rem;
    color: white;
    font-weight: 400;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

#hero_image .button.green {
    padding: 20px 41px;
    padding: 1.25rem 2.5625rem;
    font-weight: 600;
    font-size: 17px;
    font-size: 1.0625rem;
    border-radius: 40px;
    border-radius: 2.5rem;
    margin-left: -5px;
    margin-left: -0.3125rem;
}

/* INDUSTRY */
.fl-node-5b0b95e85b28c .fl-row-content-wrap {
    padding-top: 101px;
    padding-top: 6.3125rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
}

.fl-node-5b0b95e85b28c i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #0079ca;
    position: relative;
}

.fl-node-5b0b95e85b28c i.fa-heart {
    font-size: 21px;
    font-size: 1.3125rem;
}

.fl-node-5b0b95e85b28c i:before {
    position: absolute;
    top: 14px;
    top: 0.875rem;
    left: 18px;
    left: 1.125rem;
}

.fl-node-5b0b95e85b28c .flex:nth-of-type(2) i:before {
    top: 19px;
    top: 1.1875rem;
}

.fl-node-5b0b95e85b28c i:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    border: 1px solid #0079ca;
    border: 0.0625rem solid #0079ca;
    width: 57px;
    width: 3.5625rem;
    height: 57px;
    height: 3.5625rem;
    border-radius: 57px;
    border-radius: 3.5625rem;
}

.fl-node-5b0b95e85b28c h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    color: #555555;
    font-weight: 600;
    line-height: 14px;
    line-height: 0.875rem;
    margin-bottom: 0;
}

.fl-node-5b0b95e85b28c .flex:nth-of-type(2) h3 {
    line-height: 10px;
    line-height: 0.625rem;
}

.fl-node-5b0b95e85b28c {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #555555;
    line-height: 46px;
    line-height: 2.875rem;
}

.fl-node-5b0b95e85b28c .fl-row-fixed-width {
    /* max-width: 1162px; */
}

.fl-node-5b0b95e85b28c .fl-module-content {
    margin: 0;
}

.fl-node-5b0b95e85b28c .flex_col:nth-of-type(1) {
    width: 57px;
    width: 3.5625rem;
    margin-right: 18px;
    margin-right: 1.125rem;
}

.fl-node-5b0b95e85b28c .flex_col:nth-of-type(2) {
    padding-top: 37px;
    padding-top: 2.3125rem;
}

.fl-node-5b0b95e85b28c .flex:nth-of-type(2) .flex_col:nth-of-type(2) {
    padding-top: 25px;
    padding-top: 1.5625rem;
}

.fl-node-5b0b95e85b28c .flex:nth-of-type(1) {
    margin-bottom: 0px;
    margin-bottom: 0rem;
}

.fl-node-5b0b95e85b28c .flex:nth-of-type(2) i {
    top: -13px;
    top: -0.8125rem;
}

.fl-node-5b0b95fe8935b {
    font-size: 20px;
    font-size: 1.25rem;
    color: #555555;
    font-weight: 400;
    line-height: 30px;
    line-height: 1.875rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
    padding-right: 60px;
    padding-right: 3.75rem;
}

.fl-node-5b0b95fe8935b p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.fl-node-5b0b95fe8935b p + p {
    margin-bottom: 0;
    line-height: 21px;
    line-height: 1.3125rem;
}

.fl-node-5b0b95fe8935b p + p + p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
}

.fl-node-5b0b9653cd2af {
    padding-top: 37px;
    padding-top: 2.3125rem;
}

.video_placeholder_container {
    position: relative;
    cursor: pointer;
    line-height: 0;
}

.video_placeholder_container p {
    margin: 0;
}

.video_placeholder_container:before {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translateX(-50%) translateY(-50%);
    background: url('images/player_button.png');
    background-size: 104px 134px;
    background-size: 6.5rem 8.375rem;
    width: 104px;
    width: 6.5rem;
    height: 67px;
    height: 4.1875rem;
    content: '';
    display: block;
}

.video_placeholder_container:hover:before {
    background-position: center bottom;
    z-index: 10;
}

.video_placeholder_container:after {
    transition: all ease 0.5s;
    background: black;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
}

.video_placeholder_container:hover:after {
    transition: all ease 0.5s;
    opacity: 0.3;
}

#target_video {
    display: none;
}

.fl-builder-edit #target_video {
    display: block;
}

img.alignnone, .alignnone.video_placeholder {
    margin-bottom: 0;
}

/* ABOUT */
.fl-node-5b0b96dbddbca {
    color: white;
}

.fl-node-5b0b96dbddbca .fl-row-content-wrap {
    padding: 57px 0 56px 0;
    padding: 3.5625rem 0 3.5rem 0;
}

.fl-node-5b0b96dbddbca h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 46px;
    line-height: 2.875rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.fl-node-5b0b96dbddbca p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.fl-node-5b0b96dbddbca .button.transparent {
    padding: 13px 35px;
    padding: 0.8125rem 2.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    margin-left: -4px;
    margin-left: -0.25rem;
}

.fl-node-5b0b96dbddbca .fl-row-fixed-width {
    max-width: 1216px;
    max-width: 76rem;
}

.fl-node-5b0b971eab6fb .fl-module-content {
    margin: 47px 0 0 12px;
    margin: 2.9375rem 0 0 0.75rem;
    padding-right: 85px;
    padding-right: 5.3125rem;
}

/* OUR SERVICES */
.fl-node-5b0b9768315a7 .fl-row-content-wrap {
    padding: 115px 0 89px 0;
    padding: 7.1875rem 0 5.5625rem 0;
}

.fl-node-5b0b9768315a7 .fl-module-content {
    margin: 0;
}

.fl-node-5b0b97683556d h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #0079ca;
    line-height: 37px;
    line-height: 2.3125rem;
    font-weight: 600;
    margin-bottom: 0;
}

.fl-node-5b0b97683556d h2 + p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #434343;
    line-height: 46px;
    line-height: 2.875rem;
}

.fl-node-5b0b9768315a7 h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #0079ca;
    font-weight: 600;
    line-height: 46px;
    line-height: 2.875rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: -20px;
    margin-right: -1.25rem;
}

.fl-node-5b0b9768315a7 h3 + p {
    margin-bottom: 41px;
    margin-bottom: 2.5625rem;
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
}

.fl-col.fl-node-5b0b977c15e1d.fl-col-small h3 + p {
    margin-left: -6px;
    margin-left: -0.375rem;
    margin-right: -6px;
    margin-right: -0.375rem;
}

.fl-node-5b0b9768315a7 p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #4b4b4b;
    line-height: 23px;
    line-height: 1.4375rem;
}

.fl-node-5b0b977c15b77 {
    margin-top: 60px;
    margin-top: 3.75rem;
}

.fl-node-5b0b977c15b77 .fl-photo-content.fl-photo-img-png {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

.fl-node-5b0b9768315a7 .fl-col-small {
    padding: 0 14px;
    padding: 0 0.875rem;
    max-width: 315px;
    max-width: 19.6875rem;
}

.fl-node-5b0b9b35b0d10 h3 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.fl-col.fl-node-5b0b977c15e5b.fl-col-small .fl-rich-text {
    /* margin: 0 -16px; */
}

.fl-col.fl-node-5b0b977c15e1d.fl-col-small {
    padding-top: 4px;
    padding-top: 0.25rem;
}

.fl-col.fl-node-5b0b9b35b1091.fl-col-small, .fl-col.fl-node-5b0b977c15e1d.fl-col-small {
    margin: 0 95px;
    margin: 0 5.9375rem;
}

.fl-node-5b0b9768315a7 .button.transparent_green {
    padding: 18px 34px;
    padding: 1.125rem 2.125rem;
}

.fl-node-5b0b9b35b0d10 {
    margin-top: 49px;
    margin-top: 3.0625rem;
}

.fl-node-5b0b9b35b0d10 h3 + p {
    min-height: 108px;
    min-height: 6.75rem;
}

.fl-node-5b0b9b35b0d10 .fl-photo-content.fl-photo-img-png {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.fl-module.fl-module-rich-text.fl-node-5b0b9b71796fb h3 + p {
    margin-left: 0;
    margin-right: 0;
    /* margin-bottom: 80px; */
}

/* RENOWNED */
.fl-node-5b0b9bdea93af {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 23px;
    line-height: 1.4375rem;
}

.fl-node-5b0b9bdea93af .fl-module-content {
    margin: 0;
}

.fl-node-5b0b9bdea93af .fl-row-content-wrap {
    padding: 82px 0 49px 0;
    padding: 5.125rem 0 3.0625rem 0;
}

.fl-node-5b0b9bdea93af h2 {
    color: #ffffff;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.fl-node-5b0ccb0a94cd0 {
    line-height: 22px;
    line-height: 1.375rem;
}

.fl-node-5b0b9bdea93af p {
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
}

.fl-node-5b0b9c1515ce2 {
    padding-right: 20px;
    padding-right: 1.25rem;
}

.fl-node-5b0b9bdea93af h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.fl-node-5b0b9bf204d38.fl-col-small {
    padding-top: 17px;
    padding-top: 1.0625rem;
    padding-left: 73px;
    padding-left: 4.5625rem;
}

.fl-node-5b0b9bf204d38.fl-col-small i {
    font-size: 31.35px;
    font-size: 1.959375rem;
    position: relative;
    color: #0079ca;
    width: 60px;
    width: 3.75rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    top: -16px;
    top: -1rem;
}

.fl-node-5b0b9bf204d38.fl-col-small i:before {
    position: absolute;
    z-index: 15;
    top: 22px;
    top: 1.375rem;
    left: 15px;
    left: 0.9375rem;
}

.fl-node-5b0b9bf204d38.fl-col-small i:after {
    content: '';
    display: block;
    position: absolute;
    background: white;
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
    border-radius: 100px;
    border-radius: 6.25rem;
    z-index: 10;
    top: 7px;
    top: 0.4375rem;
    left: 0;
}

.fl-node-5b0b9bf204d38.fl-col-small .flex {
    margin-bottom: 51px;
    margin-bottom: 3.1875rem;
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(1) {
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(2) {
    margin-bottom: 52px;
    margin-bottom: 3.25rem;
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(2) h3 {
    margin-bottom: 0px;
    margin-bottom: 0rem;
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(2) i {
    top: -27px;
    top: -1.6875rem;
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(3) {
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(3) i {
    top: -19px;
    top: -1.1875rem;
}

.fl-module.fl-module-html.fl-node-5b0ccb0a94cd0 .flex:nth-of-type(3) i:before {
    left: 10px;
    left: 0.625rem;
}

/* NEWS AND EVENTS */
.fl-node-5b0b9ca225ba3 {
}

.fl-node-5b0b9ca225ba3 .fl-row-content-wrap {
    padding: 72px 0 11px 0;
    padding: 4.5rem 0 0.6875rem 0;
}

.fl-node-5b0b9ca225ba3 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #0079ca;
    font-weight: 600;
    line-height: 46px;
    line-height: 2.875rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
}

.fl-node-5b0de104997ec .fl-post-grid {
    margin: 0 -15px;
    margin: 0 -0.9375rem;
}

#latest_news .fl-post-column {
    /* width: 355px; */
    padding: 0 16px 60px;
    padding: 0 1rem 3.75rem;
}

#latest_news .fl-module-content {
    margin: 0;
}

#latest_news .fl-post-grid-post {
    border: none;
}

body #latest_news h2.fl-post-grid-title {
    min-height: 59px;
    min-height: 3.6875rem;
}

body #latest_news h2.fl-post-grid-title a {
    color: #0079ca;
}

body #latest_news h2.fl-post-grid-title a:hover {
    color: #004e82;
}

body #latest_news .fl-post-grid-meta {
}

#latest_news .fl-post-grid-content p {
    min-height: 66px;
    min-height: 4.125rem;
}

body #latest_news .fl-post-grid-text .button.transparent_green {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 18px 33px;
    padding: 1.125rem 2.0625rem;
    margin-top: 26px;
    margin-top: 1.625rem;
}

#latest_news .fl-post-grid-text {
    padding: 0;
}

#latest_news .fl-post-grid-image {
    position: relative;
    height: 214px;
    height: 13.375rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: 1px solid #ececec;
    border: 0.0625rem solid #ececec;
}

#latest_news .fl-post-grid-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    object-fit: cover;
    max-width: none;
    display: inline-block;
}

.news_and_events #latest_news .fl-post-grid-image img {
    width: 320px!important;
    width: 20rem;
}

.news_and_events.case_studies .fl-post-grid-meta, .news_and_events.case_studies .meta_group {
    display: none;
}

.meta_group {
    font-size: 14px;
    font-size: 0.875rem;
    color: #a3a3a3;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    line-height: 0.9375rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

.entry .meta_group a {
    color: #a3a3a3;
}

.meta_group a:hover {
    color: #333;
}

.meta_group div {
    display: inline-block;
}

.meta_group .fl-post-grid-meta:nth-of-type(1) {
}

.meta_group .fl-post-grid-meta:nth-of-type(1):after {
    content: '|';
    margin-right: 6px;
    margin-right: 0.375rem;
    margin-left: 5px;
    margin-left: 0.3125rem;
}

.fl-module.fl-module-photo.fl-node-5b0b9b4ec2424 .fl-photo-content.fl-photo-img-png {
    padding: 19px 0 0;
    padding: 1.1875rem 0 0;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

.fl-col.fl-node-5b0b9b35b10e0.fl-col-small {
    padding: 38px 0 0;
    padding: 2.375rem 0 0;
}

.fl-col.fl-node-5b0b9b35b10e0.fl-col-small .fl-photo-content.fl-photo-img-png {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

.fl-module.fl-module-rich-text.fl-node-5b0b9b6ed446e h3 + p {
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
}

/* WHO WE ARE */
.fl-node-5b0b9cbb8ffc3 {
}

.fl-node-5b0b9cbb8ffc3 .fl-module-content {
    margin: 0;
}

.fl-node-5b0b9cbb8ffc3 .fl-row-content-wrap {
    padding: 95px 0 56px 0;
    padding: 5.9375rem 0 3.5rem 0;
}

.fl-node-5b0b9cbb8ffc3 h2 {
    color: #0079ca;
    margin-bottom: 68px;
    margin-bottom: 4.25rem;
}

.fl-node-5b0b9cbb8ffc3 h3 {
    color: #0079ca;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 20px;
    margin-top: 1.25rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin-bottom: 0;
}

.fl-node-5b0b9cbb8ffc3 p {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #606060;
    font-weight: 600;
    line-height: 46px;
    line-height: 2.875rem;
}

.fl-node-5b0b9cbb8ffc3 .fl-photo-content.fl-photo-img-jpg {
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;
    overflow: hidden;
    border-radius: 150px;
    border-radius: 9.375rem;
    position: relative;
    max-width: none;
}

.fl-node-5b0b9cbb8ffc3 .fl-photo-content img {
    /* border-radius: 200px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
}

.fl-node-5b0b9cbb8ffc3 .fl-photo-content:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.6);
    transition: all ease 0.2s;
}

.fl-col-group.fl-node-5b0b9ce9279b3.fl-col-group-nested .fl-col-small {
    max-width: 365px;
    max-width: 22.8125rem;
}

.fl-col-group.fl-node-5b0b9ce9279b3.fl-col-group-nested .fl-col-small:nth-of-type(2) {
    margin: 0 20px;
    margin: 0 1.25rem;
}

.fl-col-group.fl-node-5b0b9ce9279b3.fl-col-group-nested .fl-col-small:nth-of-type(1) img {
    top: -5px;
    top: -0.3125rem;
}

.fl-col-group.fl-node-5b0b9ce9279b3.fl-col-group-nested .fl-col-small:nth-of-type(2) img {
    width: 170px;
    width: 10.625rem;
    left: -4px;
    left: -0.25rem;
}

.fl-col-group.fl-node-5b0b9ce9279b3.fl-col-group-nested .fl-col-small:nth-of-type(3) img {
    width: 162px;
    width: 10.125rem;
    left: -1px;
    left: -0.0625rem;
}

.fl-node-5b0b9cbb8ffc3 p {
}

.fl-node-5b0b9cbb8ffc3 .button.transparent_green {
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding: 7px 32px;
    padding: 0.4375rem 2rem;
}

/* ABOUT CHATABOUT */
.fl-node-5b0b9dddd8f3b {
}

.fl-node-5b0b9dddd8f3b .button.green {
    padding: 21px 38px;
    padding: 1.3125rem 2.375rem;
    border-radius: 100px;
    border-radius: 6.25rem;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    margin-top: -4px;
    margin-top: -0.25rem;
}

.fl-node-5b0b9dddd8f3b .fl-module-content {
    margin: 0;
}

.fl-node-5b0b9dddd8f3b .fl-row-content-wrap {
    padding: 99px 0 111px 0;
    padding: 6.1875rem 0 6.9375rem 0;
}

.fl-node-5b0b9dddd8f3b h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #0079ca;
    line-height: 46px;
    line-height: 2.875rem;
    margin-bottom: 38px;
    margin-bottom: 2.375rem;
}

.fl-node-5b0b9dddd8f3b p {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #8d8d90;
    font-weight: 300;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

.fl-node-5b0b9dddd8f3b img {
    margin: 0px 0;
    margin: 0rem 0;
}

.fl-col.fl-node-5b0b9ddde57e3.fl-col-small {
    padding-left: 2px;
    padding-left: 0.125rem;
    width: 54%;
    position: relative;
    z-index: 10;
}

.fl-col.fl-node-5b0b9ddde57e3.fl-col-small img {
    margin: 17px 0 0 5px;
    margin: 1.0625rem 0 0 0.3125rem;
}

.fl-col.fl-node-5b0b9ddde5830.fl-col-small {
    width: 46%;
    position: relative;
}

.fl-col.fl-node-5b0b9ddde5830.fl-col-small .fl-photo-content {
    /* line-height: normal; */
    display: block;
}

.fl-col.fl-node-5b0b9ddde5830.fl-col-small img {
    position: absolute;
    top: -97px;
    top: -6.0625rem;
    left: -192px;
    left: -12rem;
    width: 1047px;
    width: 65.4375rem;
    /* height: 100px; */
    display: block;
    max-width: none;
    z-index: 5;
}

/* FOOTER */
.blog-footer-full {
}

.blog-footer-full .widget {
}

.blog-footer-full .button.transparent {
    padding: 14px 51px;
    padding: 0.875rem 3.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
}

.blog-footer-full .button.transparent:hover {
    color: #ff7062;
}

#text-8 {
    background: url('images/pink_bg.png');
    background-size: cover;
    background-position: center -1px;
    background-position: center -0.0625rem;
    font-size: 23px;
    font-size: 1.4375rem;
    color: #ffffff;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 0;
    height: 133px;
    height: 8.3125rem;
}

#text-8 .widget-wrap {
    max-width: 1135px;
    max-width: 70.9375rem;
    margin: 0 auto;
    width: 100%;
}

#text-8 .widget-wrap .textwidget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#text-8 .widget-wrap .textwidget p:nth-of-type(1) {
    position: relative;
    width: 159px;
    width: 9.9375rem;
}

#text-8 .widget-wrap .textwidget p:nth-of-type(2) {
    margin: 49px 0 0 31px;
    margin: 3.0625rem 0 0 1.9375rem;
}

#text-8 .widget-wrap .textwidget p:nth-of-type(3) {
    margin: 35px 0 0 40px;
    margin: 2.1875rem 0 0 2.5rem;
}

#text-8 .widget-wrap .textwidget img {
    position: absolute;
    top: -33px;
    top: -2.0625rem;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
}

#genesis-footer-widgets {
    background: #0079ca;
    color: white;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    padding-bottom: 0;
}

#genesis-footer-widgets a {
    color: white;
    text-decoration: none;
}

#genesis-footer-widgets .wrap {
    max-width: 1135px;
    max-width: 70.9375rem;
    margin: 25px auto;
    margin: 1.5625rem auto;
}

#text-9 li {
    margin-bottom: 0;
    line-height: 25px;
    line-height: 1.5625rem;
}

#search-2 h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.6px;
    letter-spacing: -0.0375rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

.footer-widgets-3 {
    width: 311px;
    width: 19.4375rem;
}

#search-2 input {
    padding: 8px 15px;
    padding: 0.5rem 0.9375rem;
    font-size: 16px;
    font-size: 1rem;
    color: #7f7f7f;
    border: none;
}

#search-2 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7f7f7f;
    opacity: 1;
}

#search-2 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7f7f7f;
    opacity: 1;
}

#search-2 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7f7f7f;
    opacity: 1;
}

#search-2 input:-moz-placeholder {
    /* Firefox 18- */
    color: #7f7f7f;
    opacity: 1;
}

.site-footer {
    background: #0079ca;
    color: white;
    border: none;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: -0.425px;
    letter-spacing: -0.0265625rem;
    line-height: 34px;
    line-height: 2.125rem;
    padding: 25px 0 25px;
    padding: 1.5625rem 0 1.5625rem;
    text-align: left;
}

.site-footer .wrap {
    max-width: 1135px;
    max-width: 70.9375rem;
    margin: 0 auto;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

#genesis-footer-widgets a:hover, .site-footer a:hover {
    color: #addfff;
}

.site-footer .credit {
    display: inline;
}

/* POPUP */
#map_overlay.show, #video_player_overlay.show {
    z-index: 1000;
    opacity: 1;
    transition: all ease 0.5s;
}

#map_overlay, #video_player_overlay {
    transition: all ease 0.5s;
    background: rgba(0,0,0,0.90);
    opacity: 0;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#video_player_overlay .iframe_container {
    width: 640px;
    width: 40rem;
    margin: 0 auto;
}

#map_overlay .iframe_container {
    width: 600px;
    width: 37.5rem;
    margin: 0 auto;
    line-height: 0;
}

#video_player_overlay iframe {
    width: 100%;
    height: 360px;
    height: 22.5rem;
    /*     height: 400px; */
    /* height: 25rem; */
}

#map_overlay iframe {
    width: 100%;
    height: 460px;
    height: 28.75rem;
}

#map_overlay.show .player_container {
    border: 20px solid rgba(255,255,255,0.2);
    border: 1.25rem solid rgba(255,255,255,0.2);
}

#map_overlay.show .player_container, #video_player_overlay.show .player_container {
    top: 50%;
    transition: all ease 0.5s;
}

#map_overlay .player_container, #video_player_overlay .player_container {
    position: fixed;
    transition: all ease 0.5s;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}

#map_overlay .pop_up_close {
    right: -20px;
    right: -1.25rem;
    top: -56px;
    top: -3.5rem;
}

.pop_up_close {
    display: block;
    position: absolute;
    background: url('images/video_close_button.png');
    background-size: 35px 72px;
    background-size: 2.1875rem 4.5rem;
    width: 35px;
    width: 2.1875rem;
    height: 36px;
    height: 2.25rem;
    top: -36px;
    top: -2.25rem;
    right: 0;
    cursor: pointer;
    z-index: 100;
}

.pop_up_close:hover {
    background-position: 0 36px;
    background-position: 0 2.25rem;
}

#text-10 {
    background: #434445;
    padding: 20px;
    padding: 1.25rem;
    font-size: 30px;
    font-size: 1.875rem;
    color: #0d3249;
    font-weight: 300;
    line-height: 37px;
    line-height: 2.3125rem;
    letter-spacing: -0.75px;
    letter-spacing: -0.046875rem;
}

#text-10 .widget-wrap {
    background: #f0f0f0;
}

#text-10 .gform_wrapper {
    margin: 0;
}

#text-10 ul {
    margin: 17px 0!important;
    margin: 1.0625rem 0!important;
}

#text-10 .gform_wrapper li {
    margin: 0px 0 10px;
    margin: 0rem 0 0.625rem;
    padding: 0;
}

#text-10 .gform_wrapper input {
    font-size: 18px;
    font-size: 1.125rem;
    color: #808080;
    font-weight: 300;
    letter-spacing: -0.45px;
    letter-spacing: -0.028125rem;
    line-height: 32px;
    line-height: 2rem;
    width: 100%;
    padding: 9px 19px;
    padding: 0.5625rem 1.1875rem;
    border: none;
}

#text-10 .gform_wrapper .top_label .gfield_label {
    display: none;
}

#text-10 .textwidget {
    padding: 44px 0 48px;
    padding: 2.75rem 0 3rem;
}

#text-10 .flex_col:nth-of-type(1) {
    width: 248px;
    width: 15.5rem;
    margin-right: 13px;
    margin-right: 0.8125rem;
    padding-left: 31px;
    padding-left: 1.9375rem;
}

#text-10 .flex_col:nth-of-type(2) {
    padding: 4px 0;
    padding: 0.25rem 0;
    width: 306px;
    width: 19.125rem;
}

input#gform_submit_button_1 {
    display: none;
}

#text-10 .gform_wrapper .gform_footer {
    display: none;
}

#text-10 .button.rainbow {
    margin: 12px auto 15px;
    margin: 0.75rem auto 0.9375rem;
    text-align: center;
    display: block;
    max-width: 320px;
    max-width: 20rem;
    padding: 10px 28px;
    padding: 0.625rem 1.75rem;
    border-radius: 30px;
    border-radius: 1.875rem;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0;
    background: #fd7062;
    background: #fd7062;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fd7062 0%, #c24a6f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fd7062 0%,#c24a6f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fd7062 0%,#c24a6f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7062', endColorstr='#c24a6f',GradientType=1 );
    /* IE6-9 */
    /*     border: 2px solid #f0f0f0; */
    transition: all ease 0.5s;
    box-shadow: 0 0 100px 20px rgba(0,0,0,0.2)
}

#text-10 .button.rainbow:hover {
    transition: all ease 0.5s;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 0.625rem 0rem rgba(0,0,0,0.2);
    /*     border: 2px solid pink; */
    background: white;
    color: #fd7062;
}

#text-10 p:last-of-type {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #808080;
    line-height: 15px;
    line-height: 0.9375rem;
    text-align: center;
    letter-spacing: 0;
}

#text-10 p {
    margin: 0;
}

.home.full-width-content .site-inner .entry-content {
    padding-bottom: 0;
    /* margin-top: 30px; */
    /* margin-top: 1.875rem; */
}

.free_assessment.full-width-content .site-inner .entry-content {
    padding-bottom: 74px;
    padding-bottom: 4.625rem;
}

.full-width-content .site-inner .entry-content {
    padding-bottom: 99px;
    padding-bottom: 6.1875rem;
}

/* content-sidebar WITH SIDEBAR */
.site-inner {
    transition: all ease 0.5s;
    overflow: hidden;
}

.home .site-inner {
    opacity: 1;
}

.content-sidebar .site-inner {
    padding-top: 92px;
    padding-top: 5.75rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    opacity: 1;
    transition: all ease 0.5s;
}

.content-sidebar .site-inner .content-sidebar-wrap {
    max-width: 1135px;
    max-width: 70.9375rem;
    margin: 0 auto;
}

.content-sidebar .entry {
    background: transparent;
}

.internal .entry h2, .content-sidebar .entry h2 {
    color: #0079ca;
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 39px;
    margin-bottom: 2.4375rem;
}

.content-sidebar .entry h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #0079ca;
    font-weight: 600;
    line-height: 46px;
    line-height: 2.875rem;
}

.content-sidebar .entry h4 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #0079ca;
    font-weight: 600;
    line-height: 26px;
    line-height: 1.625rem;
}

.content-sidebar .entry p, .content-sidebar .entry li {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #333333;
    font-weight: 300;
    line-height: 23px;
    line-height: 1.4375rem;
}

.content-sidebar .entry p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.content-sidebar .entry-content ul {
    margin-left: 25px;
    margin-left: 1.5625rem;
}

.content-sidebar .entry-content ul.checked > li {
    list-style-type: none;
}

.content-sidebar .entry-content ul.checked > li:before {
    content: "\f00c";
    font-family: 'fontawesome';
    margin-right: 6px;
    margin-right: 0.375rem;
}

.upcoming-events.content-sidebar .entry-content ul > li {
    list-style-type: none;
}

.upcoming-events.content-sidebar .entry-content ul > li:before {
    content: "\f00c";
    font-family: 'fontawesome';
    margin-right: 6px;
    margin-right: 0.375rem;
}

.content-sidebar .content-sidebar-wrap main#genesis-content {
    max-width: 670px;
    max-width: 41.875rem;
    min-height: 640px;
    min-height: 40rem;
}

.content-sidebar aside#genesis-sidebar-primary {
    max-width: 424px;
    max-width: 26.5rem;
    width: 100%;
    position: relative;
}

.entry a {
    color: #0079ca;
    text-decoration: none;
    font-weight: 600;
}

.entry a:focus, .entry a:hover {
    color: #00538a;
}

.full-width-content .entry-content {
    padding-top: 0;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
}

.free_assessment h2 {
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
    margin-top: 26px;
    margin-top: 1.625rem;
}

.free_assessment .video_placeholder_container {
    width: 866px;
    width: 54.125rem;
    margin: 0 auto 88px;
    margin: 0 auto 5.5rem;
    padding: 17px;
    padding: 1.0625rem;
    background: white;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.03);
    /* 	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2); */
    /* 	box-shadow: 0 0 0.625rem 0.0625rem rgba(0,0,0,0.2); */
}

.free_assessment_cac .video_placeholder_container {
    width: 866px;
    width: 54.125rem;
    margin: 0 auto 58px;
    margin: 0 auto 3.625rem;
    padding: 17px;
    padding: 1.0625rem;
    background: white;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.03);
    /* box-shadow: 0 0 0.625rem 0.0625rem rgba(0,0,0,0.2); */
}

.free_assessment_cac .video_placeholder_container img, .free_assessment .video_placeholder_container img {
    margin-bottom: 0;
}

.free_assessment_cac .video_placeholder_container:before, .free_assessment .video_placeholder_container:before {
    top: 46%;
}

.fl-node-5b108568e43e5 .button.green {
    padding: 16px 58px;
    padding: 1rem 3.625rem;
    border-radius: 50px;
    border-radius: 3.125rem;
}

.gray_half {
    position: relative;
}

.gray_half:before {
    position: absolute;
    content: '';
    background: #fafafa;
    width: 100%;
    height: 544px;
    height: 34rem;
    top: 0;
    left: 0;
}

.free_assessment_cac .fl-node-5b108568e4514.gray_half .fl-row-content-wrap {
    padding-top: 99px;
    padding-top: 6.1875rem;
}

.free_assessment .fl-node-5b108568e4514.gray_half .fl-row-content-wrap {
    padding-top: 51px;
    padding-top: 3.1875rem;
}

.free_assessment .entry h2 {
    margin-bottom: 55px;
}

.free_assessment_cac .flex img {
    mix-blend-mode: multiply;
}

.fl-node-5b108568e43e5 .flex {
    max-width: 740px;
    max-width: 46.25rem;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
}

.free_assessment_cac .fl-node-5b108568e43e5 .flex {
    margin-bottom: -10px;
    margin-bottom: -0.625rem;
}

.fl-node-5b108568e43e5 .flex_col:nth-of-type(1) {
    position: relative;
    width: 371px;
    width: 23.1875rem;
}

.fl-node-5b108568e43e5 .flex_col:nth-of-type(1):after {
    position: absolute;
    content: '';
    background: #e8e8e8;
    width: 2px;
    width: 0.125rem;
    height: 100px;
    height: 6.25rem;
    right: 0;
    top: -18px;
    top: -1.125rem;
}

.fl-node-5b108568e43e5 .flex_col:nth-of-type(2) {
    padding-left: 26px;
    padding-left: 1.625rem;
    width: 454px;
    width: 28.375rem;
    margin-right: -40px;
    margin-right: -2.5rem;
}

.fl-node-5b108568e43e5 .flex_col:nth-of-type(2) h2 {
    line-height: 39px;
    line-height: 2.4375rem;
    margin-top: -6px;
    margin-top: -0.375rem;
}

.education.internal h2 {
    margin: 0 0 4px;
    margin: 0 0 0.25rem;
}

.education h2 + p {
    font-size: 20px;
    font-size: 1.25rem;
}

.education h3 {
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    color: #555;
    margin: 82px auto 40px;
    margin: 5.125rem auto 2.5rem;
    display: block;
    max-width: 730px;
    max-width: 45.625rem;
}

.arrow_point_down {
    position: relative;
}

.arrow_point_down:after {
    width: 152px;
    width: 9.5rem;
    height: 85px;
    height: 5.3125rem;
    background: url('images/arrow_point_down.png') no-repeat;
    display: block;
    content: '';
    position: absolute;
    right: 50px;
    right: 3.125rem;
}

.education .fl-node-5b108568e43e5 .button.green {
    padding: 20px 46px;
    padding: 1.25rem 2.875rem;
}

/* SIDEBAR STICKY */
.scroll_y {
    /* height: 60%; */
    overflow-y: scroll;
}

#sticky-anchor {
    height: 0;
    padding: 0;
    margin: 0;
}

#sticky {
    max-width: 424px;
    max-width: 26.5rem;
    transition: all ease 0.5s;
    /*     top: 302px;
    top: 18.875rem; */
    /*     new options */
    position: absolute;
    bottom: 0;
    z-index: 1;
    /*     old options */
    /*     position: fixed; */
    /*     z-index: -1; */
    /* top: 270px; */
    /* top: 16.875rem; */
    /* opacity: 0; */
}

#sticky {
    background: #0091e2;
    color: white;
    padding: 0;
    margin: 13px 0 0;
    margin: 0.8125rem 0 0;
}

#sticky .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #0079ca;
    padding: 14px 0;
    padding: 0.875rem 0;
    margin-bottom: 0;
}

.admin-bar #sticky.stick {
    top: 260px;
    top: 16.25rem;
}

#sticky.stick {
    position: fixed;
    opacity: 1;
    transition: all ease 0.5s;
    z-index: 1;
    top: 230px;
    top: 14.375rem;
    /* top: 16.25rem; */
    bottom: auto;
}

#sticky.top_offset {
    top: 230px;
    top: 14.375rem;
    /* top: 16.875rem; */
    transition: all ease 0.5s;
}

#gform_wrapper_2 label {
    display: none;
}

#gform_wrapper_2 {
    font-family: 'Montserrat', Arial, sans-serif;
    /*     padding: 15px 36px 0;
    padding: 0.9375rem 2.25rem 0; */
    padding: 0 36px 0;
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
}

#gform_wrapper_2.gform_validation_error {
    height: 585px;
    height: 36.5625rem;
    overflow-y: scroll;
}

#gform_wrapper_2::-webkit-scrollbar {
    width: 1em;
}

#gform_wrapper_2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#gform_wrapper_2::-webkit-scrollbar-thumb {
    background-color: #005e92;
    outline: 1px solid slategrey;
}

#gform_wrapper_2 label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 4px;
    margin: 0 0 0.25rem;
    /* letter-spacing: 2px; */
}

#gform_wrapper_2 input, #gform_wrapper_2 textarea {
    border: none;
    width: 100%;
    font-weight: 300;
    /*     padding: 11px 18px;
    padding: 0.6875rem 1.125rem; */
    padding: 8px;
    padding: 0.5rem;
}

#gform_wrapper_2 textarea {
    height: 97px;
    height: 6.0625rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
}

#gform_wrapper_2 input::-webkit-input-placeholder, #gform_wrapper_2 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b7b7b7;
    opacity: 1;
}

#gform_wrapper_2 input::-moz-placeholder, #gform_wrapper_2 textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7b7b7;
    opacity: 1;
}

#gform_wrapper_2 input:-ms-input-placeholder, #gform_wrapper_2 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #b7b7b7;
    opacity: 1;
}

#gform_wrapper_2 input:-moz-placeholder, #gform_wrapper_2 textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #b7b7b7;
    opacity: 1;
}

body #gform_wrapper_2.gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_2 li {
    /*     margin: 0 0 25px;
    margin: 0 0 1.5625rem; */
    padding: 0;
}

/* #gform_wrapper_2 li:nth-of-type(2) {
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
}

#gform_wrapper_2 li:nth-of-type(3) {
    margin-bottom: 29px;
    margin-bottom: 1.8125rem;
}

#gform_wrapper_2 li:nth-of-type(4) {
    margin-bottom: 0;
} */
li#field_2_6 label {
    display: none;
}

li#field_2_6 {
    margin-top: 29px;
    margin-top: 1.8125rem;
    margin-bottom: 29px;
    margin-bottom: 1.8125rem;
}

#input_2_6 > div {
    transform: scale(1.2);
    margin-left: 30px;
}

span.gfield_required {
    display: none;
}

input#gform_submit_button_2 {
    background: #8bc63e;
    border: 2px solid #8bc63e;
    border: 0.125rem solid #8bc63e;
    color: white;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 16px 0;
    padding: 1rem 0;
    border-radius: 50px;
    border-radius: 3.125rem;
}

input#gform_submit_button_2:hover {
    color: #8bc63e;
    background: white;
}

#gform_wrapper_2 .gform_footer {
    margin: 24px 0 18px;
    margin: 1.5rem 0 1.125rem;
    padding: 0 0;
}

#gform_confirmation_message_2 {
    padding: 20px;
    padding: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
}

/* NEWS AND EVENTS */
.news_and_events.content-sidebar .site-inner {
    /* padding-top: 39px; */
    background: #fafafa;
}

.news_and_events h2 {
    margin-top: 0;
    margin-bottom: 43px;
    margin-bottom: 2.6875rem;
}

.news_and_events #latest_news .fl-post-grid {
    margin: 0 0;
}

.news_and_events .fl-module-content {
    margin: 0;
}

body.news_and_events #latest_news h2.fl-post-grid-title a {
    color: #30a9e0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

body.news_and_events #latest_news h2.fl-post-grid-title a:hover {
    color: #0079ca;
}

.news_and_events #latest_news .fl-post-column {
    border: 1px solid #ececec;
    border: 0.0625rem solid #ececec;
    background: white;
    padding: 0 0 100px;
    padding: 0 0 6.25rem;
    max-width: 312px;
    max-width: 19.5rem;
    position: relative;
}

.news_and_events #latest_news .fl-post-column:nth-of-type(odd) {
    /* background: red; */
    margin-right: 36px;
    margin-right: 2.25rem;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
}

.news_and_events #latest_news .fl-post-grid-image {
    border: none;
    border-bottom: 1px solid #ececec;
    border-bottom: 0.0625rem solid #ececec;
}

.news_and_events #latest_news .fl-post-grid-text {
    padding: 0px 20px 0;
    padding: 0rem 1.25rem 0;
    /* margin-bottom: 80px; */
    /* display:  block; */
}

body.news_and_events #latest_news h2.fl-post-grid-title {
    min-height: 0;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.archive a.more-link, .news_and_events a.fl-post-grid-more {
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    color: #8bc63e;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    bottom: 0;
    padding: 20px 0 25px;
    padding: 1.25rem 0 1.5625rem;
}

.archive a.more-link:hover, .news_and_events a.fl-post-grid-more:hover {
    color: #6d9a32;
}

.archive a.more-link:before, .news_and_events a.fl-post-grid-more:before {
    content: '';
    border: 1px solid #ececec;
    border: 0.0625rem solid #ececec;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89%;
}

.news_and_events #latest_news .fl-post-grid-content > p {
    /* min-height: 140px; */
    /* margin-bottom: 0; */
    display: inline;
}

.news_and_events .fl-button-wrap.fl-button-width-auto.fl-button-center a span {
    color: #8bc63e;
}

.news_and_events .fl-button-wrap.fl-button-width-auto.fl-button-center a:hover span {
    color: white;
}

.news_and_events .fl-button-wrap.fl-button-width-auto.fl-button-center a {
    text-transform: uppercase;
    padding: 22px 32px;
    padding: 1.375rem 2rem;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    font-weight: 700;
    color: #8bc63e;
    border-radius: 47px;
    border-radius: 2.9375rem;
    background: white;
    border: 1px solid #8bc63e;
    border: 0.0625rem solid #8bc63e;
}

.news_and_events .fl-button-wrap.fl-button-width-auto.fl-button-center a:hover {
    color: white;
    background: #8bc63e;
}

.news_and_events .fl-builder-pagination-load-more {
    padding: 32px 0;
    padding: 2rem 0;
}

/* CONTACT */
.contact .fl-row-content-wrap {
    padding: 0;
}

.contact .site-inner {
    background: #fafafa;
}

.contact .fl-module-content {
    margin: 0;
}

.contact .fl-node-5b14d7407d115 {
    padding-top: 10px;
    padding-top: 0.625rem;
}

.contact .fl-node-5b14d7407d115 .flex {
    background: white;
    border: 1px solid #d8d8d8;
    border: 0.0625rem solid #d8d8d8;
    padding: 21px 27px 19px;
    padding: 1.3125rem 1.6875rem 1.1875rem;
    margin: 0 7px 25px 6px;
    margin: 0 0.4375rem 1.5625rem 0.375rem;
    align-items: center;
    vertical-align: middle;
}

.contact .fl-node-5b14d7407d115 .flex h3 {
    color: #555;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.contact .fl-node-5b14d7407d115 .flex h3 + p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #555;
    font-weight: 300;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.contact .fl-node-5b14d7407d115 .flex p a {
    color: #8bc63e;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
}

.contact .fl-node-5b14d7407d115 .flex p a:hover {
    color: #6d9a32;
}

.contact .fl-node-5b14d7407d115 .flex em {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #555;
}

.contact .fl-node-5b14d7407d115 .flex_col:nth-of-type(1) {
    width: 73%;
}

.contact .fl-node-5b14d7407d115 .flex_col:nth-of-type(2) {
    text-align: center;
    /* vertical-align: middle; */
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
}

.contact .fl-node-5b14d7407d115 .button.transparent_green {
    padding: 17px 33px;
    padding: 1.0625rem 2.0625rem;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
}

.visual-form-builder-container li:before {
    display: none;
}

.contact .fl-node-5b14d7407d115 .flex + h2 {
    margin-top: 72px;
    margin-top: 4.5rem;
}

.contact .fl-node-5b14d7407d115 iframe {
    display: none;
}

.visual-form-builder fieldset {
    border: none;
    background: none;
}

.contact .fl-node-5b14d7407d115 h2.contact_us {
    margin-top: 68px;
    margin-bottom: 0;
}

.contact .fl-node-5b14d7407d115 h2.contact_us + p {
    display: none;
}

.contact p:empty {
    display: none;
}

.contact form.visual-form-builder {
    margin: -26px 0 0;
}

.contact .visual-form-builder fieldset {
    margin: 0;
}

input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    padding: 12px 18px;
    background: white;
}

.contact .visual-form-builder ul {
    margin: 0!important;
}

.contact label.vfb-desc {
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    color: #44525a;
}

.contact .visual-form-builder li {
    margin-bottom: 11px!important;
}

.contact textarea#vfb-8 {
    height: 96px;
}

.contact #gform_wrapper_3 iframe {
    display: block;
}

.contact #gform_wrapper_3 {
    padding: 0 0;
    margin: 16px 0 0 8px;
    position: relative;
}

.contact #gform_wrapper_3 input {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    padding: 11px 18px;
    background: white;
    width: 98%;
}

.contact #gform_wrapper_3.gform_validation_error input {
    width: 100%;
}

#gform_wrapper_3.gform_wrapper div.validation_error {
    display: none;
}

/*  */
#gform_wrapper_3 .ginput_container {
    margin-top: 2px;
}

.contact #gform_wrapper_3 label {
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    color: #44525a;
}

li#field_3_6 label.gfield_label {
    display: none;
}

.contact #gform_wrapper_3 input[type="submit"] {
    background: #8bc63e;
    border: 2px #8bc63e solid;
    width: 170px;
    margin: 0;
    padding: 15px 0;
    border-radius: 100px;
}

.contact #gform_wrapper_3 input[type="submit"]:hover {
    background: white;
    color: #8bc63e;
}

.contact #gform_wrapper_3 li {
    margin-bottom: 31px;
}

.contact li#field_3_3 {
    margin-bottom: 27px;
}

.contact #gform_wrapper_3 textarea {
    width: 98%;
    padding: 11px 18px;
    height: 96px;
}

#gform_wrapper_3.gform_wrapper .gform_footer {
    position: absolute;
    right: 50px;
    bottom: 36px;
    width: 130px;
    padding: 0;
    margin: 0;
}

/* SINGLE */
.single h1.entry-title {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #0079ca;
    font-weight: 600;
    line-height: 44px;
    line-height: 2.75rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.single h5 {
    text-decoration: none;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 32px;
    line-height: 2rem;
}

.single .entry .entry-meta {
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
}

.single .entry .entry-meta a {
    color: #333;
}

.single span.entry-categories {
    display: inline-block;
}

.prev-next-post-links .previous-post-link, .prev-next-post-links .next-post-link {
    position: relative;
    width: 50%;
}

.prev-next-post-links .previous-post-link {
    padding-left: 35px;
    padding-left: 2.1875rem;
    margin-right: 12px;
    margin-right: 0.75rem;
    text-align: left;
}

.prev-next-post-links .next-post-link {
    margin-left: 12px;
    margin-left: 0.75rem;
    text-align: right;
    padding-right: 35px;
    padding-right: 2.1875rem;
}

.prev-next-post-links .previous-post-link:before {
    display: block;
    position: absolute;
    content: "\f053";
    font-family: 'fontawesome';
    left: 13px;
    left: 0.8125rem;
    transform: translateY(-50%);
    top: 50%;
    font-weight: 400;
}

.prev-next-post-links .next-post-link:after {
    display: block;
    position: absolute;
    content: "\f054";
    font-family: 'fontawesome';
    right: 13px;
    right: 0.8125rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}

.prev-next-post-links .button {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 19px;
    line-height: 1.1875rem;
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
}

.prev-next-post-links a {
    color: #8bc63e;
    text-decoration: none;
    font-weight: 400;
    display: block;
    text-transform: none;
}

.prev-next-post-links .button:hover a {
    color: white;
}

.prev-next-post-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 650px;
    max-width: 40.625rem;
    margin: 14px auto 20px;
    margin: 0.875rem auto 1.25rem;
}

footer.entry-footer {
    display: none;
}

.single.content-sidebar .entry h3 {
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

/* ARCHIVE */
.archive-description {
    padding: 0;
    background: transparent;
    color: #0079ca;
    margin-bottom: 46px;
    margin-bottom: 2.875rem;
}

.archive article.entry {
    width: 311px;
    width: 19.4375rem;
    background: white;
    float: left;
    margin-right: 38px;
    margin-right: 2.375rem;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
    position: relative;
    min-height: 530px;
    min-height: 33.125rem;
}

.archive article.entry:nth-of-type(even) {
    margin-right: 0;
}

.archive p.entry-meta * {
    /* display: flex; */
    /* display: -webkit-flex; */
    display: inline;
}

.archive article .entry-title {
    color: #30a9e0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 22px;
    margin-left: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.archive a.entry-image-link {
}

.archive a.entry-image-link img {
    padding: 0;
    margin: 0;
    float: none;
    object-fit: cover;
    height: 219px;
    height: 13.6875rem;
    border-bottom: 1px solid #ececec;
    border-bottom: 0.0625rem solid #ececec;
}

.archive .entry-meta, .archive .entry-meta time {
    font-size: 14px;
    font-size: 0.875rem;
    color: #a3a3a3;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    line-height: 0.9375rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

.archive.content-sidebar .entry-meta {
    margin-left: 22px;
    margin-left: 1.375rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.category-10.archive.content-sidebar .entry-meta {
    display: none;
}

.archive span.entry-categories {
    font-size: 14px;
    font-size: 0.875rem;
}

.archive .entry-content {
    margin: 0 19px 0 19px;
    margin: 0 1.1875rem 0 1.1875rem;
}

.archive-pagination.pagination .pagination-previous.alignleft a, .archive-pagination.pagination .pagination-next.alignright a {
    color: #8bc63e;
    border: 1px solid #8bc63e;
    border: 0.0625rem solid #8bc63e;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem;
    border-radius: 100px;
    border-radius: 6.25rem;
    position: relative;
}

.archive-pagination.pagination .pagination-previous.alignleft a:hover, .archive-pagination.pagination .pagination-next.alignright a:hover {
    background: #8bc63e;
    color: white;
}

.archive-pagination.pagination .pagination-previous.alignleft a {
    padding-left: 30px;
    padding-left: 1.875rem;
}

.archive-pagination.pagination .pagination-next.alignright a {
    padding-right: 30px;
    padding-right: 1.875rem;
}

.archive-pagination.pagination .pagination-previous.alignleft a:before {
    content: "\f053";
    font-family: 'fontawesome';
    font-weight: 400;
    left: 10px;
    left: 0.625rem;
    position: absolute;
}

.archive-pagination.pagination .pagination-next.alignright a:before {
    content: "\f054";
    font-family: 'fontawesome';
    font-weight: 400;
    right: 10px;
    right: 0.625rem;
    position: absolute;
}

/* SEARCH */
.error404 h1.entry-title, .search.content-sidebar .entry h2.entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: #0079ca;
}

.search .entry-meta * {
    display: inline;
}

.search a.entry-image-link {
    display: none;
}

.search a.more-link {
    display: block;
    margin-top: 10px;
    margin-top: 0.625rem;
}

.search article.entry {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.home a.more-link {
    display: none;
}

.single-service .entry .entry-meta, .single-staff .entry .entry-meta {
    display: none;
}

/* STAFF */
.staff .fl-row-fixed-width {
    max-width: 1210px;
}

.staff.internal .entry h2 {
    margin-bottom: 0;
}

#staff_grid_item {
    font-size: 16px;
}

#staff_grid_item h4 {
    font-size: 24px;
}

#staff_grid_item .staff_position {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

#staff_grid_item {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    min-height: 230px;
}

#staff_grid_item:nth-of-type(odd) {
    clear: both;
}

#staff_grid_item .image_container {
    width: 228px;
    border-radius: 230px;
    overflow: hidden;
    position: relative;
    height: 228px;
    border: 1px solid #ececec;
}

#staff_grid_item .image_container img {
    position: absolute;
    width: 230px;
    max-width: none;
    transform: translateX(-50%);
    left: 50%;
    /* height: auto; */
}

#staff_grid_item .text_container {
    width: 53%;
    padding-left: 20px;
}

#staff_grid_item .staff_excerpt {
    margin-bottom: 20px;
}

.staff_excerpt {
    line-height: 24px;
}

/* STAFF SPECIFIC FIX FEATURED IMAGE */
#staff_grid_item:nth-of-type(3) .image_container img {
    width: 350px;
    left: 53%;
}

#staff_grid_item:nth-of-type(4) .image_container img {
    width: 350px;
    left: 56%;
}

#staff_grid_item:nth-of-type(17) .image_container img {
    width: 300px;
    left: 49%;
}

#staff_grid_item:nth-of-type(18) .image_container img {
    width: 250px;
    top: -15%;
    left: 55%;
}

/* END STAFF SPECIFIC */
#staff_grid_item .button.green {
    padding: 8px 20px;
    border-radius: 50px;
}

body .gform_wrapper .validation_message, body .gform_wrapper div.validation_error {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

#gform_wrapper_1.gform_wrapper div.validation_error {
    display: none;
}

/* #0079ca #8bc63e #6d9a32 */
/* css end */
