/*
    NORMALIZE
	GLOBAL
	HEADER
	MAIN NAVIGATION
	FOOTER
	HERO BANNER
	SUB BANNER
	CTA ROW / BOX
    INTRANET
    OOTB SEARCH
    CSV READER
	BACKEND OVERWRITES
	RWD
*/

/* NORMALIZE */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent
}
ul.list-unstyled a {
    word-break: break-word; /* Wraps links in list (no spaces in title) */
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
h1.sf-event-title {
    color: #2470ae;
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type="button"], input[type="reset"] {
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    position: relative;
    padding: 0
}
table.white-table {
    background-color: #FFF;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
}

/* GLOBAL */

html {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}
body {
    background-color: #FFF;
    font-family: Lato, sans-serif;
    font-size: 1.25rem;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}
form#form1 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 1 1 auto;
}
.container {
    max-width: 1140px !important;
}
main {
    padding-top: 202px;
    background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-top: 0;
}
h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}
h2 {
    font-size: 2.25rem;
    color: #2470ae;
    margin-bottom: 1rem;
    line-height: 1.25;
}
.card h2, .home-slider h2, .sub-banner h2, .cta-row h2, .content-box h2, .style5 h2, .style8 h2 {
    color: inherit;
}
p {
    margin-bottom: 2rem;
}
a {
    color: #1ca6ac;
    text-decoration: underline;
}
a:hover {
    color: #000;
}
.btn {
    display: inline-block;
    padding: 1rem 1.25rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-width: 2px;
    border-radius: 0;
}
.btn-primary {
    border-color: #60a1d7;
    background-color: #60a1d7;
}
.btn-primary:hover {
    border-color: #497ba3;
    background-color: #497ba3;
}
.btn-secondary {
    color: #2470ae;
    border-color: #eaf1f7;
    background-color: #eaf1f7;
}
.btn-secondary:hover {
    color: #2470ae;
    border-color: #d5e2ee;
    background-color: #d5e2ee;
}
.btn-alt {
    border-color: #000;
    background-color: #000;
}
.btn-alt:hover {
    color: #FFF;
    border-color: #eeba47;
    background-color: #eeba47;
}
.btn-large {
    padding: 1.25rem 1.75rem;
    border-radius: .25rem;
    background: #60a1d7;
}
.btn-large:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    transition: all ease-in-out .3s;
}
.btn-large:hover {
    color: #FFF;
}
.btn-large:hover:before {
    transform: translateX(5px);
}
a.btn[href=""] {
    display: none;
}
img {
    max-width: 100%;
}
img[style="float: right;"], img[style="float:right;"], img[style="float: right"] {
    margin: 0 0 1.5rem 1.5rem;
}
img[style="float: left;"], img[style="float:left;"], img[style="float: left"] {
    margin: 0 1.5rem 0 1.5rem;
}
blockquote {
    font-size: 1.25rem;
    font-style: italic;
    color: #6c757d;
    padding: 1rem;
    margin: 1.5rem 0;
    border-top: 1px dotted#6c757d;
    border-bottom: 1px dotted #6c757d;
}
ul.taxonomy {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.taxonomy li {
    display: inline-block;
}
ul.taxonomy li:after {
    content: ',';
    display: inline-block;
}
ul.taxonomy li:last-of-type:after {
    content: '';
}
ul.add-to {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
ul.add-to li {
    display: inline-block;
    margin-right: 1rem;
}

/* anchor */

.anchor {
    position: relative;
    visibility: hidden;
    top: -267px;
}

/* background */

.img-bg {
    color: #FFF;
    position: relative;
    background-size: cover !important;
    background-position: center top !important;
}
.img-bg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background ease-in-out .3s;
}
.title-link-wrap:hover .img-bg::before {
    background: rgba(36,112,174,.75);
}
.img-bg .container {
    z-index: 1;
}

/* rows */


/* row white */

.row-wrap.style1 {
    background: #FFF;
}

/* row light gray */

.row-wrap.style2 {
    background: #ebebed;
}

/* row gray */

.row-wrap.style3 {
    background: #e6e7e9;
}

/* row dark gray */

.row-wrap.style4 {
    /* color: #FFF; */
    background: #b3b4b5;
}

/* row orange */

.row-wrap.style5 {
    background: #eeba47;
}

/* row tech background */

.row-wrap.style6, .row-wrap.style7 {
    position: relative;
    background-color: #e7e7e8;
}
.row-wrap.style6:before, .row-wrap.style7:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: 50% 50%;
    background-size: cover;
    opacity: .1;
}
.row-wrap.style6:before {
    background-image: url(images/row-background01.jpg);
}
.row-wrap.style7:before {
    background-image: url(images/row-background02.jpg);
}
.row-wrap.style6 .container, .row-wrap.style7 .container {
    position: relative;
}
.row-wrap.style8 {
    color: #FFF;
    background: #2c70ad;
}

/* stat row */

.stat-row {
    display: flex;
    justify-content: center;
}
.stat-row.alt, .stat-row.alt h2 {
    color: #ee5c23;
}
.stat-row > div {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 25%;
    width: 100%;
    text-align: center;
}
.stat-row h2 {
    margin-bottom: .25rem;
}
.stat-row p {
    margin-bottom: 0;
    line-height: 1.2;
}

/* fixed content */

.fixed-content-holder {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
    color: #FFF;
    background: #1ca6ac;
    z-index: 999;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
}
.fixed-content-holder a {
    color: #FFF;
    text-decoration: none;
}

/* cards */

.card {
    margin-bottom: 2rem;
    flex-grow: 1;
    border-color: transparent;
    border-radius: 0;
    background-color: #e6e7e9;
    border-radius: 0;
}
.style2 .card, .style3 .card, .style4 .card, .style5 .card, .style6 .card, .style7 .card {
    background-color: #FFF;
}
.card-body {
    color: #333;
    text-align: left !important; /* This should be handled at the widget level when go live */
    display: flex;
    flex-direction: column;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.card-title {
    color: #2470ae;
}
.card.testimonial {
    color: #FFF;
    background: linear-gradient(45deg, rgba(44,138,172,1) 0%, rgba(48,30,112,1) 94%);
}
.card.testimonial .card-body {
    color: #FFF;
    text-align: center !important;
}
.card.testimonial .lead {
    font-weight: 900;
}
.card.testimonial p:last-of-type {
    margin: 0;
}
.card.icon-link {
    color: #FFF;
    background-color: #2c70ad;
    transition: background-color ease-in-out .3s;
}
.card.icon-link:hover {
    background-color: #ef5c25;
}
.card.icon-link .card-body {
    color: #FFF;
    text-transform: uppercase;
    text-align: center !important;
}
.card.icon-link img {
    max-height: 150px;
    margin: 2rem auto 0 auto;
    transition: transform ease-in-out .3s;
}
.card.icon-link:hover img {
    transform: scale(1.1);
}
.card.icon-link a {
    color: #FFF;
    text-decoration: none;
}
.card.profile {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    background-color: transparent;
}
.card.profile img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.card.profile .card-body {
    color: #FFF;
    text-shadow: 1px 0 0 #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: transparent;
    background: linear-gradient(to top, rgba(0,0,0.2), transparent)
}

.card.bio img {
    transition:ease-in-out 300ms;
}

.card.bio img:hover {
    opacity:.9;
}

/* event cards */

.event-time {
    font-weight: 900;
}
.event-location span {
    display: inline-block;
}
.event-location span:empty {
    display: none;
}
.event-location span:nth-child(2)::before {
    content: ',';
    display: inline-block;
    margin-left: -4px;
    margin-right: 5px;
}

/* certification block*/

.cert-block {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
	text-align: center;
}

/* tiles */

.cta-split .row:nth-child(odd) .split-text {
    display: flex;
    justify-content: flex-end;
}
.cta-split .row:nth-child(even) .split-text {
    order: 2;
}
.cta-split .row:nth-child(even) .split-image {
    order: 1;
}
.cta-split {
    font-size: 1.25rem;
}
.cta-split h2 {
    font-size: 3rem;
}
.cta-split p {
    margin-bottom: 2rem;
}
.cta-split .row .split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* tile cards */

.cta-card {
    position: relative;
    overflow: hidden;
    height: 0;
    margin-bottom: 2rem;
    padding-top: 150%;
    background-size: cover !important;
    background-position: center top;
}
.cta-card-text {
    font-size: 1rem;
    color: #FFF;
    position: absolute;
    padding: 1rem;
    inset: auto 0 0 0;
    background: linear-gradient(to top, rgba(0,0,0.2), transparent)
}
.cta-card-text h4 {
    font-size: 1.25rem;
}
.cta-card-text a {
    font-weight: 900;
    color: #FFF;
    text-decoration: none;
}
.cta-card-text .card-more::after {
    position: relative;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: .75rem;
    font-weight: 900;
    display: inline-block;
    left: .5rem;
    transition: transform .3s;
}
.cta-card:hover .card-more::after {
    transform: translateX(.25rem);
}
.tns-outer {
    position: relative;
}
.tns-controls {
    width: 100%;
    position: absolute;
    top: calc(50% - 1.5rem);
    transform: translateY(-50%);
}
button[data-controls="prev"], button[data-controls="next"] {
    position: absolute;
    left: -2rem;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
}
button[data-controls="next"] {
    right: -2rem;
    left: auto;
}
button[data-controls="prev"]::before, button[data-controls="next"]::before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 900;
    display: inline-block;
    color: #2470ae;
}
.style8 button[data-controls="prev"]::before, .style8 button[data-controls="next"]::before {
    color: #FFF;
}
.stat-alt-wrap button[data-controls="prev"]::before, .stat-alt-wrap button[data-controls="next"]::before {
    width: 1.75rem;
    color: #FFF;
    background: #2c70ad;
}
button[data-controls="prev"]::before {
    content: '\f053';
}
button[data-controls="next"]::before {
    content: '\f054';
}

/* title bar */

.title-bar h1, .title-bar h2 {
    font-size: 3rem;
    color: #000;
    margin-bottom: 0;
}
.title-bar p {
    font-size: 1.25rem;
}
.title-bar:after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    margin: 2rem auto;
    background-color: #2470ae;
}

/* shadow box */

.shadow-box {
    background-color: #f5f6f6;
    box-shadow: 11px 11px 0 0 #e6e7e9;
}

/* cta block */

.cta-block {
    position: relative;
    min-height: 30em;
}

/* cta block colors / pseudo elements */

.content-box {
    min-height: 100%;
}
.content-box.style1, .content-box.style3 {
    position: relative;
    z-index: 1;
    padding: 5rem 14rem 5rem 0;
}
.content-box.style2 {
    position: relative;
    z-index: 1;
    padding: 5rem 8rem 5rem 0;
}
.content-box.style1:before, .content-box.style2:before, .content-box.style4:before, .content-box.style5:before {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -150%;
    z-index: -1;
}
.content-box.style1:before {
    background: #acc9e9;
}
.content-box.style2:before {
    background: #b2c8e6;
}
.content-box.style4:before {
    width: 300%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 5rem;
    background: #2470ae;
    z-index: 1;
}
.content-box.style5:before {
    width: 250%;
    height: auto;
    background: #2470ae;
    bottom: 5rem;
    z-index: 1;
}
.content-box.style1 h2, .content-box.style2 h2, .cta-block.events h2 {
    font-size: 3rem;
    line-height: 1;
}
.content-box.style1 {
    color: #000;
    background: #acc9e9;
}
.content-box.style2 {
    color: #000;
    background: #b2c8e6;
}
.content-box.style3 {
    padding: 3rem 3rem 3rem 14rem;
    background: #e6e7e9;
}

/* cta block image placement */

.cta-block-image.style1 {
    position: absolute;
    left: 0;
    max-width: 50%;
    z-index: 2;
    top: 3rem;
    bottom: 3rem;
}
.cta-block-image.style2 {
    position: absolute;
    right: 0;
    max-width: 50%;
    z-index: 2;
    top: 3rem;
    bottom: 3rem;
}
.content-box.style4 .cta-block-image {
    position: absolute;
    top: 5rem;
    left: 5rem;
    bottom: 0;
    z-index: 1;
}
.content-box.style5 .cta-block-image {
    position: absolute;
    top: 5rem;
    right: 5rem;
    bottom: 0;
    z-index: 1;
}
.cta-block-image div {
    width: 100%;
    height: 100%;
}
.cta-block-image img, .cta-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CTA Over Image */

.cta-over-image-left, .cta-over-image-right {
    min-height: 30em;
}
.cta-text-over-image {
    padding: 3rem 1rem;
    background: #ebebed;
    z-index: 2;
    position: relative;
}
.cta-text-over-image div {
    position: relative;
    z-index: 3;
}
.cta-text-over-image p:last-child {
    margin: 0;
}
.cta-over-image-left .cta-text-over-image {
    padding-left: 0;
}
.cta-over-image-right .cta-text-over-image {
    padding-right: 0;
}
.cta-over-image-left .cta-text-over-image::before {
    content: '';
    position: absolute;
    width: 3rem;
    top: 0;
    left: -2rem;
    height: 100%;
    background: #ebebed;
    z-index: 2;
}
.cta-over-image-right .cta-text-over-image::before {
    content: '';
    position: absolute;
    width: 3rem;
    top: 0;
    right: -2rem;
    height: 100%;
    background: #ebebed;
    z-index: 2;
}
.cta-under-image {
    overflow: hidden;
    padding-top: 50%;
    height: 0;
}
.cta-under-image img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Accordion List */

#list-accordion h4 {
    position: relative;
    cursor: pointer;
    padding-right: 2rem;
}
#list-accordion h4:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-size: 1.25rem;
    color: #2470ae;
    transition: transform ease-in-out .3s;
}
#list-accordion h4.collapsed:after {
    transform: rotate(-180deg);
}

/* sponsor list */
.sponsorblock {
    max-width:300px;
    max-height: 100px;
}
.sponsorblock img {
    max-width:100%;
    max-height: 100px;
}
.owl-nav,.owl-dots {
    display: none;
}

/* event calendar */

.k-scheduler {
    margin-bottom: 2rem;
}
.k-event-inverse {
    border-color: #3174ad !important;
    background: #3174ad !important;
}
a.sf-event-link {
    text-decoration: none;
    color: #FFF;
}

/* pagination */

.page-link {
    color: #2470ae;
}
.page-item.active .page-link {
    background-color: #2470ae;
    border-color: #2470ae;
}

/* breadcrumbs */
.bcrumb .container {
    border-bottom: 1px solid #666;
}
.bcrumb a {
    color: #000;
}
.breadcrumb {
    color: #000;
    margin: 0;
    background: none;
    padding: 1rem 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}
.bcrumb .breadcrumb-item.active {
    font-weight: 600;
    color: #2470ae;
}

/* HEADER */

header {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    box-shadow: 0px 1px 8px rgba(0,0,0,.25);
}
a.logo {
    display: block;
    width: 136px;
    height: 90px;
    background: url(images/incose-logo.jpg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
a.header-back {
    font-size: 1.25rem;
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    margin-top: .5rem;
}
a.header-back em {
    transition: all ease-in-out .3s;
}
a.header-back:hover em {
    position: relative;
    transform: translateX(-5px);
}
header .container {
    position: relative;
    max-width: 1600px !important;
}
header .eyebrow {
    color: #FFF;
    background: #2c70ad;
    transition: all .3s;
}
header .eyebrow .col {
    min-height: 2em;
}
header .eyebrow.active .header-links,
header .eyebrow.active .login {
    opacity: 0;
}
header .eyebrow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .eyebrow ul li {
    display: inline-block;
    margin: 0 0 0 1rem;
    padding: 0;
}
header .eyebrow a {
    color: #FFF;
    text-decoration: none;
}
a.btn-search:after {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: .75rem;
}
.header-search {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    background: #2c70ad;
    transition: all .3s;
}
.intranet .header-search {
    background: #eeba47;
}
.header-search.active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.header-search-close::after {
    cursor: pointer;
    display: inline-block;
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25rem;
    font-weight: 900;
    margin-left: 1rem;
}

/* login / search button */

.login {
    border-left: 1px solid #FFF;
    margin-left: 1rem;
    padding-left: 1rem;
}
.pre-log.mobile {
    display: none;
    margin: 0 .75rem;
}
.login a.hdr-login {
    display: inline-block;
    text-decoration: none;
}
.login i {
    cursor: pointer;
    position: relative;
    transition: transform ease-in-out .3s;
}
.login i:hover {
    color: #eeba47;
    transform: translateY(-5px);
}
.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-item a {
    text-decoration: none;
}
.post-log .dropdown-menu .dropdown-item:first-child:hover, .post-log .dropdown-menu .dropdown-item:first-child:focus {
    color: #000;
    background-color: transparent;
}
header a.dropdown-item {
    color: #000;
}
.post-log .dropdown-menu span.dropdown-item a {
    color: #000;
}
.post-log .dropdown-menu span.dropdown-item a:hover {
    text-decoration: none;
}
.pre-log.mobile, .post-log {
    display: none;
}
.sf-post-log {
    display: block;
}
.sfContentBlock .pre-log.desktop {
    display: block;
}

/* Google Search */

.featureWrap{
    padding-top: 50px;
}
.small {
    font-size: 0.8em;
}
.gsc-control-cse {
    background-color: transparent !important;
    border: 0px solid #fff !important;
    padding: 0 !important;
}
table.gsc-search-box, table.gsc-search-box td{
    border: 0px !important;
    padding: 0px !important;
}
.gsc-control-cse tbody tr:hover {
    background-color: transparent;
}
table.gsc-search-box td.gsib_a {
    padding: 5px 9px 4px 9px !important;
}
.gsc-search-button {
    margin-left: 0px !important;
}
.gsc-input-box {
    color: #000;
    width: 200px;
    padding: 0;
    border-radius: 0;
}
.gsc-search-button-v2 {
    padding: 7px 10px !important;
    height: 35px;
    border-radius: 0;
    background-color: #ef5c25 !important;
    border-color: #ef5c25 !important;
}
.gsc-search-button-v2:hover {
    background-color: #ee5d28 !important;
    border-color: #ee5d28 !important;
}
.intranet .gsc-search-button-v2 {
    background-color: #2470ae !important;
    border-color: #2470ae !important;
}
.intranet .gsc-search-button-v2:hover {
    background-color: #2470ae !important;
    border-color: #2470ae !important;
}
.h1search{
    width: 200px;
    padding: 0px;
    z-index:20;
    transition: width 0.4s ease-in-out;
}
.h1search > div{
    display: flex;
    align-items: center;
}
.gsc-results-wrapper-overlay {
    width: auto;
    height: auto;
    inset: 5%;
}
.gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl {
    color: #1ca6ac;
}
.gs-result .gs-title *, .gsc-cursor-page, .gs-spelling a {
    color: #2470ae;
}
table.gsc-completion-container {
    position: fixed !important;
    max-width: 35% !important;
}

/* mobile navigation */

#sm_menu_ham a {
    font-size: 2rem;
    color: #000;
    margin-left: 0.313rem;
}

/* MAIN NAV */

.main-nav .nav .nav-link {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.main-nav .nav .nav-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
	width: 0px;
	border: none;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.main-nav .nav .nav-link:hover:after {
    display: block;
    width: 100%;
    background-color: #1ca6ac;
}
.main-nav .nav .nav-link:hover {
    text-decoration: none;
    color: #2470ae;
}
.main-nav .dropdown-toggle::after {
    display: none;
}
.main-nav .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    display: none;
}
.main-nav ul > li:last-child .dropdown-menu {
    left: -8rem;
}
.main-nav .nav>.nav-item:hover>.dropdown-menu, .main-nav .nav>.nav-item:focus>.dropdown-menu {
    display: block;
}
.main-nav .dropdown-item {
    text-decoration: none;
    padding: 1rem;
    transition: all ease-in-out .2s;
}
.main-nav .dropdown-item:hover {
    color: #FFF;
    background: #2470ae;
}
.main-nav .dropdown-item.active, .main-nav .dropdown-item:active {
    color: #2470ae;
    background: none;
}

/* INTERIOR NAV */

.interior-nav {
    /* max-height: 500px;
    overflow: auto; */
    padding: 1.5rem;
    background: #f1f1f3;
    margin-bottom: 2rem;
}
.interior-nav h2, .interior-nav h3, .interior-nav h4, .interior-nav h5 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DEDEDE;
}
ul.collapsibleNav {
    margin-bottom: 0;
}
ul.collapsibleNav, ul.nested {
    padding: 0 0 0 2rem;
    list-style: none;
}
main ul.collapsibleNav a, .interior-nav nav a {
    color: #666;
    text-decoration: none;
}
main ul.collapsibleNav a:hover, .interior-nav nav a:hover {
    text-decoration: underline;
}
ul.nested {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0 0 0 1.5rem;
    transition: all ease-in-out .3s;
}
ul.nested.active {
    margin-top: 1rem;
    visibility: visible;
    max-height: 1000px;
}
ul.nested.active a, .interior-nav nav ul ul {
    font-style: italic;
}
.collapsibleNav li {
    position: relative;
    margin-bottom: 1rem;
}
.collapsibleNav li:last-child {
    margin-bottom: 0;
}
span.toggleTree {
    position: absolute;
    margin-left: -1.25rem;
}
span.toggleTree:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2470ae;
    display: inline-block;
    transition: all ease-in-out .3s;
}
span.toggleTree.tt-down:before {
    transform: rotate(90deg);
}

/* FOOTER */

footer {
    font-size: 1rem;
    color: #FFF;
    margin-top: auto;
    background-color: #231f20;
}
footer .container {
    max-width: 1600px !important;
}
footer h3 {
    text-transform: uppercase;
}
footer h5 {
    font-size: 1.25rem;
    text-transform: uppercase;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0 0 1rem;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
.address li {
    display: flex;
}
.address li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    color: #FFF;
    flex: 0 0 20px;
    margin-right: 1.25rem;
}
.footer-address::before {
    content: '\f041';
}
.footer-phone::before {
    content: '\f095';
}
.footer-email::before {
    content: '\f0e0';
}
footer a:hover {
    color: inherit;
}
.social-link {
    display: inline-block;
    font-size: 1.5rem;
    color: #231f20;
    padding: .25rem;
    background: #FFF;
    width: 45px;
    margin-right: .5rem;
    text-align: center;
    border-radius: 50%;
    transition: all ease-in-out .3s;
}
.social-link:hover {
    color: #FFF;
    background: #ef5c25;
}
.footer-bottom {
    color: #FFF;
    background: #2470ae;
}
.footer-bottom .main-nav {
    margin-bottom: 1.5rem;
}
.footer-bottom .main-nav .nav .nav-link {
    color: #FFF;
}

/* HERO BANNER */

.home-slider .carousel-item .slide-bg {
    display: flex;
    align-items: center;
    color: #FFF;
    background-size: cover !important;
    min-height: 30em;
}
.home-slider .carousel-item .slide-bg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}
.home-slider .carousel-item .container {
    position: relative;
}
.home-slider .slide-sub-title {
    color: #FFF;
    font-size: 1.875rem;
    font-weight: 400;
}
.home-slider .slide-main-title {
    color: #FFF;
    font-size: 5rem;
    line-height: 1;
    text-transform: uppercase;
}
.home-slider p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.home-slider .btn-primary {
    background: none;
    border-color: #FFF;
}
.home-slider .btn-primary:hover {
    color: #333;
    background: #FFF;
    border-color: #FFF;
}
.home-slider span.carousel-control-prev-icon:before, .home-slider span.carousel-control-next-icon:before {
    content: '';
    display: block;
    background: #000;
    width: 40px;
    height: 60px;
    z-index: -1;
    position: absolute;
    margin-top: -20px;
    margin-left: -10px;
    transition: all ease-in-out .2s;
}
.home-slider .carousel-control-prev:hover span.carousel-control-prev-icon:before, .home-slider .carousel-control-next:hover span.carousel-control-next-icon:before {
    width: 50px;
    margin-left: -14px;
    margin-right: -20px;
}

/* SUB BANNER */

.sub-banner {
    position: relative;
    color: #FFF;
}
.sub-banner .img-bg {
    display: flex;
    min-height: 30em;
    align-items: center;
}
.sub-banner .container {
    position: relative;
}
.sub-banner h2 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.sub-banner p {
    font-size: 1.5rem;
}

/* CTA ROW / BOX */
.cta-row .img-bg {
    min-height: 30em;
    background-attachment: fixed !important;
}
.cta-box .row {
    align-self: center !important;
}
.cta-row h2 {
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
}
.cta-box {
    text-align: center;
    font-size: 1.25rem;
}
.cta-box.title-link {
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.cta-box.title-link .img-bg {
    position: absolute;
    min-height: 0;
    inset: 0;
}
.cta-box .col-12 {
    text-align: center !important;
}
.cta-box h3 {
    font-size: 2rem;
}
.cta-box .img-bg {
    display: flex;
    justify-content: center;
    min-height: 30em;
    height: 100%;
}
.cta-box.title-link .img-bg {
    justify-content: center;
}
.cta-box.title-link h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
a.title-link-wrap {
    text-decoration: none;
}
.cta-box.cta-box-full .img-bg {
    min-height: 30em;
}
.cta-box .img-bg.cta-static {
    background: #b3b4b5;
}
.cta-box .img-bg.cta-static:before {
    content: url("images/cta-box-static.png");
    position: absolute;
    width: 200px;
    height: 200px;
    inset: auto;
    top: auto;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    opacity: .1;
    background: none;
}
.incoseUK {
    background: url(/images/default-source/incose-ux/satellite-1030779_1920.jpg?sfvrsn=76a865c7_4)
}

/* WORKING GROUPS */

.wghighlight h2{
    font-size:3rem;
    line-height:3.2rem;
    color: #2470ae;
}

.inquirieslink a{
    font-size:1.2em;
    font-weight:500;
}

.yammerlink{
    font-size:1.2em;
}

/* INTRANET */

.intranet .eyebrow {
    background: #eeba47;
}
.intranet .logo {
    background: url(images/incose-logo-intranet.jpg) no-repeat;
    background-size: contain !important;
}

/* OOTB SEARCH */

.sf-search-input-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}
.search .form-inline {
    width: 100%;
    max-width: 50rem;
}
main .form-group.sf-search-input-wrapper {
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 2rem;
}
.sf-search-input-wrapper .form-control {
    width: 100%;
    padding-right: 2rem;
    border: none;
}
.sf-search-input-wrapper .form-control:focus {
    box-shadow: none;
}
.sf-search-input-wrapper .btnSearch {
    font-size: 0;
    background: none !important;
    border: none;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
}
.sf-search-input-wrapper .btnSearch:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #2470ae;
}
.sf-search-results .media {
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 8px 0 rgb(0, 0, 0, .1);
}
.sf-search-results .media p {
    padding-bottom: 1rem;
    border-bottom: 1px solid #EEE;
}
.sf-search-results .media a {
    color: #999;
}
.sf-search-results .media h3 a {
    color: #2470ae;
    text-decoration: none;
}

/* CSV READER */

.table img {
    max-width: 200px;
}
.card .card-body img {
  margin-bottom: 1.5rem;
}

/* VIDEO GALLERY */

.video-gallery a:hover {
    text-decoration: none;
}
.video-gallery a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #2470ae;
}
.video-item {
    position: relative;
    transition: all ease-in-out .1s;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background: #FFF;
    height: 100%;
}
.video-item:hover {
    background: #F6F6F6;
    transform: translateY(2px);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%)
}
.video-gallery.stacked .video-thumb {
    flex: 0 0 25%;
    margin: 0;
}
.yt-thumb div {
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    overflow: hidden;
}
.yt-thumb div img {
    position: absolute;
    top: -16.75%; bottom: 0; left: 0; right: 0;
}
.video-gallery.stacked .video-item > a {
    display: flex;
    text-decoration: none;
}
.video-summary {
    padding: 1.25rem;
    color: #2470ae;
    text-decoration: none;
}

/* BACKEND OVERWRITES */

.sfPageEditorWrp .cta-block-image div {
    width: auto;
    height: auto;
}
.sfPageEditorWrp div[data-aos] {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
}
.sfPageWrapper header {
    position: relative;
    top: auto;
    height: auto;
}
.sfPageWrapper main {
    padding-top: 0;
}

.sfPageEditorWrp .fixed-content-holder {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
}
.sfPageWrapper .cta-under-image {
    overflow: auto;
    padding-top: 0;
    height: auto;
}
.sfPageWrapper .cta-under-image img {
    position: relative;
}

/* inline pen tool to overlay fixed header */

.sfInlineEditingPageMenu {
    z-index: 999 !important;
}

/* RWD */

@media (max-width: 1201px) {
    a.logo {
        width: 100px;
        height: 66px;
    }
    .pre-log.desktop {
        display: none;
    }
    .pre-log.mobile {
        display: block;
    }
    main {
        padding-top: 178px;
    }
    header .main-nav .nav {
        display: none;
    }
}
@media (max-width: 993px) {
    .content-box.style1, .content-box.style2, .content-box.style3 {
        padding: 1.5rem;
    }
    .content-box.style1:before, .content-box.style2:before, .content-box.style4:before, .content-box.style5:before {
        display: none;
    }
    .cta-block-image {
        position: relative !important;
        max-width: 100% !important;
        inset: auto !important;
    }
    .cta-split .row .split-text {
        display: flex;
        justify-content: flex-start;
        order: 2;
    }
    .cta-split .row .split-image {
        order: 1;
    }
}
@media (max-width: 769px) {
    .home-slider .carousel-item .slide-bg {
        min-height: 0;
        padding: 3rem 0;
    }
    .cta-block, .cta-over-image-left, .cta-over-image-right, .home-slider .carousel-item .slide-bg, .sub-banner .img-bg, .cta-row .container, .cta-box.cta-box-full .img-bg {
        min-height: calc(100vh - 178px);
    }
    .home-slider .slide-sub-title {
        font-size: 1.25rem;
    }
    .home-slider .slide-main-title, .content-box.style1 h2, .content-box.style2 h2, .cta-block.events h2, .cta-row h2, .title-bar h1, .title-bar h2 {
        font-size: 2rem;
    }
    .home-slider p {
        font-size: 1rem;
    }
    .btn {
        display: block;
        max-width: 40vw;
        margin: auto;
    }
    .video-gallery.stacked .video-thumb {
        flex: 0 0 auto;
    }
    .home-slider span.carousel-control-prev-icon, .home-slider span.carousel-control-next-icon {
        display: none;
    }
    .footer-bottom ul li {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 577px) {
    .btn {
        max-width: 70vw;
    }
    img[style="float: right;"], img[style="float:right;"], img[style="float: right"],
    img[style="float: left;"], img[style="float:left;"], img[style="float: left"] {
        display: block;
        float: none !important;
        margin: 0 0 1.5rem;
    }
}