/*!
Theme Name: Tri Child
Theme URI: https://tri.web3.com.au
Description: Customisations to Tri theme
Author: Web3 Brisbane Web Design
Author URI: https://web3.com.au
Template: tri
Version: 1.0.1
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #3D3D3D
}

h1,
.h1 {
    font-size: 40px
}

h2,
.h2 {
    font-size: 35px
}

h3,
.h3 {
    font-size: 32px
}

h4,
.h4 {
    font-size: 24px
}

h5,
.h5 {
    font-size: 19px
}

h6,
.h6 {
    font-size: 1.16rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

@media (max-width:767px) {
    .has-text-sm-align-left {
        text-align: left
    }

    .has-text-sm-align-center {
        text-align: center
    }

    .has-text-sm-align-right {
        text-align: right
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.has-highlight-color {
    color: #353535 !important
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.heading-underline:after {
    background-color: #353535;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 80px;
    margin-bottom: 30px
}

.heading-underline.has-text-align-center:after {
    margin-left: auto;
    margin-right: auto
}

.heading-underline.has-text-align-right:after {
    margin-left: auto
}

ul,
ol {
    margin: 0;
    padding-left: 35px;
    margin-bottom: 1rem
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5rem
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

blockquote {
    margin: 0 0 1rem
}

.wp-block-quote {
    border-left: 4px solid #353535;
    padding-left: 15px
}

.wp-block-quote,
.wp-block-pullquote {
    font-size: 1.25rem;
    line-height: normal
}

.wp-block-quote blockquote p:last-child,
.wp-block-pullquote blockquote p:last-child {
    margin-bottom: 0
}

.wp-block-quote cite,
.wp-block-pullquote cite {
    display: block;
    font-size: 80%;
    color: #6c757d
}

@media (min-width:768px) {
    .text-2-col {
        column-count: 2;
        column-gap: 30px
    }

    .text-3-col {
        column-count: 3;
        column-gap: 30px
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-auto,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-fifth,
.col-md,
.col-md-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-fifth,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-fifth {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-fifth {
    flex: 0 0 20%;
    max-width: 20%
}

.offset-0 {
    margin-left: 0
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

.offset-fifth {
    margin-left: 20%
}

.start {
    justify-content: flex-start;
    text-align: start
}

.center {
    justify-content: center
}

.end {
    justify-content: flex-end;
    text-align: end
}

.top {
    align-items: flex-start
}

.middle {
    align-items: center
}

.bottom {
    align-items: flex-end
}

.around {
    justify-content: space-around
}

.between {
    justify-content: space-between
}

@media (max-width:767px) {
    .col-first {
        order: -1
    }

    .col-last {
        order: 1
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-fifth {
        flex: 0 0 20%;
        max-width: 20%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }

    .offset-md-fifth {
        margin-left: 20%
    }

    .start-md {
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        justify-content: center
    }

    .end-md {
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        align-items: flex-start
    }

    .middle-md {
        align-items: center
    }

    .bottom-md {
        align-items: flex-end
    }

    .around-md {
        justify-content: space-around
    }

    .between-md {
        justify-content: space-between
    }

    .col-md-first {
        order: -1
    }

    .col-md-last {
        order: 1
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-fifth {
        flex: 0 0 20%;
        max-width: 20%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }

    .offset-lg-fifth {
        margin-left: 20%
    }

    .start-lg {
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        justify-content: center;
        text-align: center
    }

    .end-lg {
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        align-items: flex-start
    }

    .middle-lg {
        align-items: center
    }

    .bottom-lg {
        align-items: flex-end
    }

    .around-lg {
        justify-content: space-around
    }

    .between-lg {
        justify-content: space-between
    }

    .tri-first-lg {
        order: -1
    }

    .tri-last-lg {
        order: 1
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif
}

@media (max-width:767px) {
    html {
        font-size: 0.875rem
    }
}

@media (min-width:768px) {
    html {
        font-size: 1rem
    }
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #111
}

a {
    color: #353535;
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #5b5b5b;
    text-decoration: underline
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

figure {
    max-width: 100%
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.box-shadow,
.box-shadow-hover:hover {
    box-shadow: 0 8px 16px 0 rgba(17, 17, 17, 0.1)
}

.full-height {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

.vertical-align-middle {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center
}

.bg-cover {
    background-position: center;
    background-size: cover
}

.grayscale {
    filter: grayscale(1)
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline li {
    display: inline-block
}

.list-inline li:not(:last-child) {
    margin-right: 5px
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

embed,
iframe,
object,
[class*="col-"] video,
[class*="col-"] audio {
    max-width: 100%
}

.wp-embedded-content {
    width: 100%
}

figure {
    margin: 0
}

.tricon {
    display: inline-block
}

.tricon svg {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    overflow: visible;
    fill: currentColor
}

.tricon-sm svg {
    width: 1.5rem;
    height: 1.5rem
}

.tricon-lg svg {
    width: 3rem;
    height: 3rem
}

.tricon-xl svg {
    width: 4rem;
    height: 4rem
}

.tricon-xxl svg {
    width: 5rem;
    height: 5rem
}

.tricon-circle svg {
    padding: 0.5rem;
    border-radius: 50%;
    border: 2px solid #353535;
    box-sizing: content-box
}

.blocks-gallery-item {
    display: inline-block;
    margin: 0 auto 1.5rem
}

.blocks-gallery-item img {
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 18px rgba(0, 0, 0, 0.03)
}

.blocks-gallery-item img img[class*="wp-image-"] {
    display: block !important;
    margin-left: auto;
    margin-right: auto
}

.blocks-gallery-item img a {
    display: block
}

figcaption {
    margin-bottom: 0.5em;
    text-align: center;
    font-style: italic;
    font-size: 0.9rem;
    padding: 0.5em 0;
    color: rgba(51, 51, 51, 0.7)
}

.wp-block-gallery {
    margin-bottom: 1.6em;
    padding: 0
}

.wp-block-gallery .blocks-gallery-grid {
    margin-left: -0.8rem;
    margin-right: -0.8rem
}

.blocks-gallery-item {
    display: inline-block;
    padding: 0.8rem;
    margin: 0;
    vertical-align: top;
    list-style: none
}

@media (max-width:767px) {
    .blocks-gallery-item {
        width: 100%
    }
}

.blocks-gallery-item a {
    display: block;
    text-align: center
}

@media (min-width:768px) {
    .columns-1 .blocks-gallery-item {
        width: 100%
    }

    .columns-2 .blocks-gallery-item {
        width: 50%
    }

    .columns-3 .blocks-gallery-item {
        width: 33.33%
    }

    .columns-4 .blocks-gallery-item {
        width: 25%
    }

    .columns-5 .blocks-gallery-item {
        width: 20%
    }

    .columns-6 .blocks-gallery-item {
        width: 16.66%
    }
}

.blocks-gallery-item .attachment-thumbnail {
    margin-left: auto;
    margin-right: auto
}

.wp-block-gallery.is-masonry .blocks-gallery-grid {
    width: calc(100% + 1.6rem)
}

.wp-block-gallery.is-masonry .blocks-gallery-grid .blocks-gallery-item {
    margin: 0
}

.wp-block-gallery.is-masonry.columns-2 .blocks-gallery-item {
    width: 50%
}

.wp-block-gallery.is-masonry.columns-3 .blocks-gallery-item {
    width: 33.33%
}

.wp-block-gallery.is-masonry.columns-4 .blocks-gallery-item {
    width: 25%
}

.wp-block-gallery.is-masonry.columns-5 .blocks-gallery-item {
    width: 20%
}

.wp-block-gallery.is-masonry.columns-6 .blocks-gallery-item {
    width: 16.66%
}

#tri-header {
    position: relative;
    z-index: 498;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    background: #fff
}

.header-fixed #tri-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0
}

.custom-logo-link {
    display: inline-block
}

.custom-logo {
    max-height: 80px;
    width: auto
}

#tri-menu a:hover,
#tri-menu a:active,
#tri-menu .current-menu-item>a {
    color: #353535
}

#tri-menu .menu,
#tri-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

#tri-menu #menu-search {
    height: 100%;
    width: 24px
}

.menu-search-icon {
    width: 24px;
    height: 24px;
    fill: #1a1a1a;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px
}

#menu-search-form {
    height: 60px;
    width: 305px;
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    margin-top: -30px
}

#menu-search-form .search-field {
    height: 58px
}

#menu-search-form .search-submit:focus {
    box-shadow: none
}

#tri-breadcrumbs,
#tri-breadcrumbs a {
    font-size: 0.9rem;
    color: #767676
}

.wp-block-cover, .wp-block-cover-image {
    overflow: visible !important;
}

@media (max-width:1100px) {
    body.mobile-menu-active {
        overflow: hidden;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .nav-btn {
        width: 45px;
        height: 45px;
        padding: 5px;
        border: 0;
        fill: #fff;
        display: inline-block;
        position: relative
    }

    .nav-btn:focus {
        outline: 0
    }

    .nav-btn:hover {
        fill: white;
        background-color: transparent
    }

    .mobile-call {
        margin-right: 12px;
        margin-left: 10px;
        background-image: url(../tri/assets/img/material/phone.svg) !important;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        opacity: 0.6
    }

    #mobile-menu-toggle {
        background: transparent;
        text-indent: -9999px;
        position: relative
    }

    #mobile-menu-toggle::before,
    #mobile-menu-toggle::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 3px;
        background: #fff;
        top: 25%;
        transform: rotate(0)
    }

    #mobile-menu-toggle::after {
        display: block;
        left: 6px;
        box-shadow: 0 9px 0 #fff, 0 18px 0 #fff
    }

    .mobile-menu-active #mobile-menu-toggle::before,
    .mobile-menu-active #mobile-menu-toggle::after {
        top: 48%;
        box-shadow: none;
        transition: transform 0.2s ease-in-out
    }

    .mobile-menu-active #mobile-menu-toggle::before {
        transform: rotate(45deg);
        left: 13%
    }

    .mobile-menu-active #mobile-menu-toggle::after {
        transform: rotate(-45deg);
        left: 13%
    }

    .header-fixed #tri-header {
        background: #fff
    }

    .scroll-down.header-fixed:not(.mobile-menu-active):not(.scroll-near-top) #tri-header {
        transition: all 0.5s;
        opacity: 0
    }

    .scroll-up #tri-header {
        opacity: 1;
        transition: all 0.2s
    }

    #tri-menu {
        background: #fff;
        position: fixed;
        width: 80%;
        max-width: 300px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        border-right: 1px solid #e6e6e6;
        font-size: 0.9rem;
        font-weight: 500;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .mobile-menu-active #tri-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .admin-bar #tri-menu {
        top: 46px
    }

    #tri-menu .menu,
    #tri-menu .sub-menu {
        margin: 0
    }

    #tri-menu .menu-item-has-children {
        position: relative
    }

    #tri-menu .submenu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent center/24px no-repeat !important;
        background-image: url(../tri/assets/img/material/expand_more.svg) !important;
        border: none;
        height: 45px
    }

    #tri-menu a {
        display: block;
        color: #000;
        padding: 12px 20px;
        text-decoration: none
    }

    #tri-menu .menu-item-search {
        position: relative
    }

    .mobile-menu-active .push-active-menu {
        -webkit-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0)
    }

    #tri-menu,
    .push-active-menu {
        transition: transform 0.1s ease-out;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000
    }

    #site-overlay {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.4s linear;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.5)
    }

    .mobile-menu-active #site-overlay {
        visibility: visible;
        opacity: 1
    }
}

@media (min-width:1101px) {
    .header-full-width #tri-header .container {
        max-width: 98%
    }

    #tri-menu .menu {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    #tri-menu a {
        display: block;
        padding: 8px 16px;
        position: relative;
        text-decoration: none;
        color: #1a1a1a;
        outline: none
    }

    #tri-menu a:hover,
    #tri-menu a:focus {
        color: #353535
    }

    #tri-menu a:hover .menu-search-icon svg,
    #tri-menu a:focus .menu-search-icon svg {
        fill: #353535
    }

    #tri-menu .menu-item:not(.menu-btn)>a::after {
        position: absolute;
        top: 95%;
        left: 0;
        width: 100%;
        height: 3px;
        content: "";
        opacity: 0;
        transition: opacity 0.3s, transform 0.3s;
        transform: translateY(10px);
        background: #353535
    }

    #tri-menu .menu-item:not(.menu-btn)>a:hover::after,
    #tri-menu a:focus::after,
    #tri-menu .current-menu-item>a::after {
        opacity: 1;
        transform: translateY(0)
    }

    #tri-menu .sub-menu {
        position: absolute;
        left: 0;
        background: #fff;
        margin: 0;
        min-width: 12rem;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        z-index: 2;
        transition: 0.1s 0.1s;
        visibility: hidden
    }

    #tri-menu .sub-menu a {
        color: #1a1a1a
    }

    #tri-menu .sub-menu.on-edge {
        left: auto !important;
        right: 100%
    }

    #tri-menu .menu-item:hover>.sub-menu,
    #tri-menu .menu-item .focus-within~.sub-menu,
    #tri-menu .menu-item>.sub-menu:hover,
    #tri-menu .menu-item>.sub-menu:focus {
        visibility: visible;
        transition-delay: 0s;
        display: block
    }

    #tri-menu .menu-item:focus-within>.sub-menu {
        visibility: visible
    }

    #tri-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        animation: 0;
        display: none
    }

    #tri-menu .edge .sub-menu {
        left: -100%
    }

    #tri-menu .menu-item {
        white-space: nowrap;
        position: relative
    }

    #tri-menu .menu>.menu-item-has-children>a {
        padding-right: 1.4rem
    }

    #tri-menu .menu>.menu-item-has-children>a::before {
        border: solid #1a1a1a;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        content: "";
        position: absolute;
        right: 0.9rem;
        top: 50%;
        margin-top: -3px;
        margin-right: -2px
    }

    #tri-menu .menu>.menu-item-has-children>a:hover::before {
        border-color: #353535
    }

    #tri-menu .menu-btn>a {
        border-radius: 0.25rem
    }

    #tri-menu .menu-btn.is-primary>a {
        color: #fff;
        background-color: #E78929;
        border-color: #E78929
    }

    #tri-menu .menu-btn.is-primary>a:hover {
        color: #fff;
        background-color: #b06314;
        border-color: #a75d13
    }

    #nav-btns,
    .submenu-toggle {
        display: none
    }
}

.blog #content {
    margin-top: 3rem
}

.post-thumbnail .wp-post-image {
    border: 1px solid #eee
}

.entry-title a {
    color: inherit
}

.byline,
.updated:not(.published) {
    display: none
}

.entry-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.entry-footer .tricon {
    fill: #8c8c8c
}

.entry-footer a {
    color: inherit
}

#author-info .avatar {
    border-radius: 50%;
    max-width: 110px;
    max-height: 110px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box
}

@media (max-width:767px) {
    #author-info .avatar {
        width: 45px;
        height: 45px
    }
}

.author-link {
    color: inherit
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.page-links a {
    border: 1px solid #eee;
    padding: 5px 10px;
    display: inline-block
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem
}

.card.has-border {
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 0.75rem;
    color: inherit
}

.card-text p:last-child {
    margin-bottom: 0
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.comment-body {
    margin-bottom: 20px;
    padding-top: 24px;
    border-top: 1px solid #dfdfdf;
    word-wrap: break-word !important
}

.comment-list .comment {
    list-style: none;
    padding-left: 0
}

.comment-list .children {
    margin-left: 0
}

.comment-list .children .comment-body {
    margin-bottom: 1.2rem;
    padding: 1.2rem 1.2rem 1.2rem 80px;
    border-top-style: dotted
}

.comment-list .children .avatar {
    top: 20px;
    right: auto;
    left: -75px
}

.comment-list .url {
    color: inherit
}

.comment-list .says {
    color: #999
}

.comment-author {
    position: relative
}

.comment-author .avatar {
    position: absolute;
    right: 0;
    border-radius: 50%
}

.comment-metadata {
    font-size: 0.9rem;
    padding: 0 0 10px
}

.comment-metadata>a {
    color: #888
}

.comment-reply-link,
.comment-edit-link {
    color: #353535
}

.comment-edit-link {
    margin-left: 5px
}

#cancel-comment-reply-link {
    float: right;
    font-size: 0.8rem;
    font-weight: 400
}

.logged-in-as a {
    color: inherit
}

@media (max-width:767px) {
    #comments .children .comment-body {
        padding: 1rem 0 1rem 55px
    }

    .comment-body {
        border-top-color: #f1f1f1;
        margin-bottom: 8px
    }

    #comments .avatar {
        width: 50px;
        height: 50px
    }

    #comments .children {
        padding-left: 12px
    }

    #comments .children .avatar {
        left: -60px
    }
}

@media (min-width:768px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 31.65%;
        float: left;
        margin-bottom: 25px
    }

    .comment-form-email,
    .comment-form-url {
        margin-left: 2.5%
    }
}

.pagination {
    text-align: center
}

.page-numbers {
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #ccc;
    color: #4d4d4d;
    line-height: 1;
    padding: 12px 16px;
    background: #fff;
    border-radius: 2px;
    margin: 0 0 1.5em 3px;
    font-size: 0.9rem
}

.page-numbers.current {
    opacity: 1;
    background-color: #353535;
    border-color: #353535;
    color: white
}

.page-numbers.dots {
    border-color: transparent;
    padding-left: 10px;
    padding-right: 10px
}

.page-numbers.prev,
.page-numbers.next {
    border: 0;
    opacity: 1
}

.page-numbers .tricon:hover {
    opacity: 0.7
}

.page-numbers .tricon svg {
    width: 28px;
    vertical-align: middle
}

a.page-numbers:hover {
    color: black;
    border-color: black
}

.comment-navigation,
.post-navigation {
    margin-bottom: 1.5rem
}

.comment-navigation .nav-links,
.post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex-grow: 1;
    font-size: 0.9rem
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right
}

.comment-navigation a,
.post-navigation a {
    padding: 8px 0;
    color: inherit
}

.comment-navigation .tricon svg,
.post-navigation .tricon svg {
    width: 1.2rem
}

.search-form {
    position: relative
}

.search-form label {
    display: block
}

form .search-field {
    width: 100%;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    font-size: 1.4em;
    padding-right: 36px !important
}

input[type="submit"].search-submit {
    top: 0;
    right: 0;
    border: none;
    width: 40px;
    height: 100%;
    text-indent: -100px;
    overflow: hidden;
    background: center/24px no-repeat !important;
    background-image: url(../tri/assets/img/material/search.svg) !important;
    opacity: 0.4;
    position: absolute;
    padding: 10px
}

input[type="submit"].search-submit:hover {
    opacity: 1;
    background-color: transparent
}

#tri-sharebar {
    position: fixed;
    left: 0;
    z-index: 2
}

#tri-sharebar a {
    fill: #fff;
    display: inline-block;
    height: 50px;
    width: 50px
}

@media (max-width:767px) {
    #tri-sharebar {
        bottom: 0;
        width: 100%;
        z-index: 9;
        opacity: 0;
        transition: opacity 0.3s ease
    }

    #tri-sharebar .share-title {
        display: inline-block
    }

    #tri-sharebar a {
        overflow: hidden;
        vertical-align: middle;
        width: 25%;
        opacity: 1
    }

    #tri-sharebar svg {
        width: 24px;
        height: 24px
    }

    .scroll-down #tri-sharebar {
        opacity: 1
    }
}

@media (min-width:768px) {
    #tri-sharebar {
        top: 200px;
        position: fixed
    }

    #tri-sharebar a {
        display: block;
        position: relative
    }

    #tri-sharebar svg {
        height: 25px;
        width: 25px;
        vertical-align: middle
    }
}

.widget {
    width: 100%;
    word-wrap: break-word
}

.widget a {
    color: #333
}

.widget>ul {
    list-style-type: none;
    padding: 0
}

.widget-title {
    color: inherit
}

#secondary .widget {
    margin: 0 0 1.5em;
    clear: both
}

#tri-footer .widget {
    margin-bottom: 1.5rem
}

.contact-icons svg {
    fill: #000
}

#tri-footer .contact-icons svg {
    fill: #258fff
}

.widget_nav_menu,
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_meta {
    font-size: 0.9rem
}

.widget_nav_menu ul.menu,
.widget_recent_entries ul.menu,
.widget_recent_comments ul.menu,
.widget_archive ul.menu,
.widget_categories ul.menu,
.widget_meta ul.menu {
    list-style: none;
    padding-left: 0
}

.widget_nav_menu li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li {
    margin-left: 0;
    margin-right: 0;
    padding: 0.1rem 0
}

.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child {
    border-bottom: 0
}

.widget_nav_menu li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a {
    display: block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem
}

.bg-facebook {
    background-color: #3b5998
}

.bg-facebook:hover {
    background: #4c70ba
}

.bg-twitter {
    background-color: #00aced
}

.bg-twitter:hover {
    background: #21c2ff
}

.bg-linkedin {
    background-color: #0077b5
}

.bg-linkedin:hover {
    background: #0099e8
}

legend,
label {
    font-size: 80%;
    letter-spacing: 1px;
    margin-bottom: 2px;
    display: inline-block
}

label {
    font-weight: 300;
    color: #2b2b2b
}

fieldset {
    margin-bottom: 20px
}

input,
button,
select,
textarea {
    line-height: inherit;
    box-sizing: border-box
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="file"],
input[type="submit"],
textarea,
select {
    box-shadow: none;
    transition: all 0.3s;
    font-size: 1rem;
    line-height: normal;
    padding: 1rem;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: block;
    width: 100%
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #353535
}

input[type="submit"] {
    width: auto
}

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="file"]:hover {
    cursor: pointer
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

textarea {
    min-height: 60px
}

select {
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
    background-position: calc(100% - 20px) 1rem, calc(100% - 12px) 1rem;
    background-size: 8px 8px;
    background-repeat: no-repeat;
    appearance: none
}

select[multiple],
select[size] {
    height: auto
}

option {
    padding: 3px 5px
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    display: inline-block
}

.wp-block-button__link {
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    overflow-wrap: break-word;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    color: inherit
}

button,
.button,
.wp-block-button .wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    text-decoration: none
}

button:focus,
.button:focus,
.wp-block-button .wp-block-button__link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25)
}

button:disabled,
.button:disabled,
.wp-block-button .wp-block-button__link:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    opacity: 0.65;
    cursor: not-allowed
}

button:active,
.button:active,
.wp-block-button .wp-block-button__link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-image: none
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited {
    color: #fff;
    background-color: #E78929;
    border-color: transparent
}

.button.hover,
.button:hover,
button.hover,
button:hover,
input[type="button"].hover,
input[type="button"]:hover,
input[type="reset"].hover,
input[type="reset"]:hover,
input[type="submit"].hover,
input[type="submit"]:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.button:visited.hover,
.button:visited:hover,
button:visited.hover,
button:visited:hover,
input[type="button"]:visited.hover,
input[type="button"]:visited:hover,
input[type="reset"]:visited.hover,
input[type="reset"]:visited:hover,
input[type="submit"]:visited.hover,
input[type="submit"]:visited:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited.hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited:hover {
    color: #fff;
    background-color: #c76f16;
    border-color: #c76f16
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:disabled,
.button:visited.disabled,
.button:visited:disabled,
button:visited.disabled,
button:visited:disabled,
input[type="button"]:visited.disabled,
input[type="button"]:visited:disabled,
input[type="reset"]:visited.disabled,
input[type="reset"]:visited:disabled,
input[type="submit"]:visited.disabled,
input[type="submit"]:visited:disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited.disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited:disabled {
    background-color: #fff;
    border-color: #E78929
}

.button.active,
.button:active,
button.active,
button:active,
input[type="button"].active,
input[type="button"]:active,
input[type="reset"].active,
input[type="reset"]:active,
input[type="submit"].active,
input[type="submit"]:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active,
.button:visited.active,
.button:visited:active,
button:visited.active,
button:visited:active,
input[type="button"]:visited.active,
input[type="button"]:visited:active,
input[type="reset"]:visited.active,
input[type="reset"]:visited:active,
input[type="submit"]:visited.active,
input[type="submit"]:visited:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited.active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited:active {
    background-color: #fff;
    background-image: none;
    border-color: #fff
}

.button .tricon,
button .tricon,
input[type="button"] .tricon,
input[type="reset"] .tricon,
input[type="submit"] .tricon,
.wp-block-button:not(.is-style-outline) .wp-block-button__link .tricon,
.button:visited .tricon,
button:visited .tricon,
input[type="button"]:visited .tricon,
input[type="reset"]:visited .tricon,
input[type="submit"]:visited .tricon,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:visited .tricon {
    fill: #fff
}

.has-primary-color {
    color: #353535
}

.has-secondary-color {
    color: #00a0ff
}

.is-style-fill .has-primary-background-color {
    background-color: #353535
}

.is-style-fill .has-secondary-background-color {
    background-color: #00a0ff
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.is-style-outline .has-primary-background-color {
    border-color: #353535
}

.is-style-outline .has-secondary-background-color {
    border-color: #00a0ff
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #E78929;
    background-color: transparent;
    background-image: none;
    border-color: transparent
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: #E78929;
    border-color: #E78929
}

.wp-block-button.is-style-outline .wp-block-button__link:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5)
}

.wp-block-button.is-style-outline .wp-block-button__link.disabled,
.wp-block-button.is-style-outline .wp-block-button__link:disabled {
    color: #E78929;
    background-color: transparent
}

.wp-block-button.is-style-outline .wp-block-button__link.active,
.wp-block-button.is-style-outline .wp-block-button__link:active {
    color: #fff;
    background-color: #E78929;
    border-color: #E78929
}

.btn-sm {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 0.5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.9rem 1.25rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem
}

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
    clear: both;
    content: "";
    display: table
}

.gform_wrapper form {
    margin-bottom: 1rem
}

.gform_heading {
    padding-bottom: 1rem;
    border-bottom: 1px solid white
}

.gform_heading .gform_title {
    margin-bottom: 1rem
}

.gsection {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DEDEDE
}

.gsection .gsection_title {
    margin-bottom: 1rem;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 14px 0
}

.gfield_required {
    color: #f00;
    padding-left: 2px
}

.gform_body ul {
    padding: 0
}

.ginput_complex label {
    font-weight: normal
}

.gform_fields {
    margin: 0;
    list-style: none
}

.gfield {
    margin-bottom: 1rem
}

.validation_message {
    font-style: normal;
    margin-bottom: -10px;
    font-size: 0.8rem
}

.gfield,
.gform_footer {
    clear: both
}

.gform_validation_container {
    display: none;
    position: absolute;
    left: -9000px
}

.gfield_error>label,
.gfield_error .validation_message {
    color: #ca3c3c
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
    border-color: #ca3c3c
}

.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
    border-color: #a62d2d
}

textarea.small {
    height: 100px
}

textarea.medium {
    height: 140px
}

textarea.large {
    height: 180px
}

.gfield_checkbox,
.gfield_radio {
    list-style: none;
    margin: 0
}

.gfield_checkbox input,
.gfield_radio input {
    margin-right: 4px
}

.gfield_radio input[type="text"] {
    width: auto;
    display: inline-block
}

.ginput_complex .ginput_left {
    width: 49%;
    float: left;
    clear: left
}

.ginput_complex .ginput_right {
    width: 49%;
    float: right;
    clear: right
}

.name_prefix {
    width: 10%;
    float: left;
    margin-right: 1%
}

.name_first {
    width: 39%;
    float: left;
    margin-right: 1%
}

.name_last {
    width: 39%;
    float: left;
    margin-right: 1%
}

.name_suffix {
    width: 9%;
    float: right
}

.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
    width: 49%
}

.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
    width: 49%;
    float: right;
    margin-right: 0
}

.hidden_label .gfield_label,
.hidden_label .no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.formbg-white .ginput_container {
    background: #fff
}

.gf_left_half {
    width: 49%;
    float: left;
    clear: left
}

.gf_right_half {
    width: 49%;
    float: right;
    clear: right
}

.gf_left_third {
    clear: none;
    width: 32.5%;
    float: left;
    margin-right: 1.25%
}

.gf_middle_third {
    clear: none;
    width: 32.5%;
    float: left
}

.gf_right_third {
    clear: none;
    width: 32.5%;
    float: right
}

.gf_inline {
    width: 100%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top
}

.gf_list_2col li {
    width: 50%;
    float: left
}

.gf_list_3col li {
    width: 33%;
    float: left
}

.gf_list_4col li {
    width: 25%;
    float: left
}

.gf_list_5col li {
    width: 20%;
    float: left
}

.gf_list_inline li {
    display: inline-block;
    margin-right: 1rem
}

.gf_list_height_25 li {
    height: 25px
}

.gf_list_height_50 li {
    height: 50px
}

.gf_list_height_75 li {
    height: 75px
}

.gf_list_height_100 li {
    height: 100px
}

.gf_list_height_125 li {
    height: 125px
}

.gf_list_height_150 li {
    height: 150px
}

.gfield_list {
    margin: 0
}

.gfield_list>tbody>tr:nth-child(odd)>td,
.gfield_list>tbody>tr:nth-child(odd)>th {
    background: none;
    line-height: normal;
    padding: 0;
    padding-right: 0.2rem;
    border: 0
}

.gfield_list>thead>tr>th {
    border: 0
}

.gf_scroll_text {
    padding: 12px;
    border: 1px solid #cecece;
    height: 180px;
    overflow: auto
}

.gf_scroll_text p:last-of-type {
    margin-bottom: 0
}

.gf_hide_ampm .gfield_time_ampm {
    display: none
}

.gf_hide_charleft .charleft {
    display: none
}

@media only screen and (min-width:768px) {
    .inline-optin-form {
        position: relative
    }

    .inline-optin-form .gform_body {
        width: 69%
    }

    .inline-optin-form .gform_footer {
        width: 30%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0
    }

    .inline-optin-form .gform_footer input {
        font-size: 1rem
    }

    .inline-optin-form .gform_button {
        width: 100%
    }

    .gf_inline {
        width: auto
    }
}

.gform_drop_area {
    padding: 10px;
    border: 1px dashed #595959
}

.ginput_container_fileupload+.gfield_description {
    margin-top: 12px
}

input.datepicker_with_icon {
    margin-right: 1rem;
    display: inline-block;
    width: auto
}

.gfield_date_month,
.gfield_date_dropdown_month,
.gfield_date_day,
.gfield_date_dropdown_day {
    display: inline-block;
    width: auto;
    margin-right: 1%
}

.gfield_date_year,
.gfield_date_dropdown_year {
    display: inline-block;
    width: auto
}

.clear-multi {
    display: flex
}

.ginput_container_time {
    width: 32.65%
}

.gfield_time_hour {
    margin-right: 1%
}

.gfield_time_hour i {
    display: none
}

.gfield_time_minute {
    margin-right: 1%
}

.datepicker_with_icon.hasDatepicker {
    width: 90%;
    display: inline-block
}

.ui-datepicker-trigger {
    cursor: pointer
}

.ui-datepicker {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 12px 0
}

.ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    display: block;
    padding: 3px 6px
}

.ui-state-default {
    color: #454545;
    border-radius: 3px
}

.ui-state-disabled .ui-state-default {
    color: #888
}

.ui-state-hover {
    background: #ededed;
    text-decoration: none !important;
    color: initial
}

.ui-state-highlight {
    background: #FFD
}

.ui-state-active {
    border: 1px solid #303030;
    background: #353535;
    font-weight: normal;
    color: #fff;
    cursor: default
}

.ui-datepicker-calendar {
    margin: 1rem 0;
    min-width: 230px
}

.ui-datepicker-calendar a {
    text-align: center
}

.ui-datepicker-header .ui-icon {
    text-indent: -99999px;
    overflow: hidden;
    display: block
}

.ui-datepicker-header a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    height: 50px;
    line-height: 1.5rem;
    cursor: pointer
}

.ui-datepicker-header a:hover {
    opacity: 0.6
}

.ui-datepicker-prev {
    width: 15%;
    float: left;
    background-image: url("../tri/assets/img/material/chevron_left.svg")
}

.ui-datepicker-next {
    width: 15%;
    float: right;
    background-image: url("../tri/assets/img/material/chevron_right.svg")
}

.ui-datepicker-title {
    width: 70%;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-top: 8px
}

.ui-datepicker-title select {
    width: 49%;
    min-width: 65px;
    padding: 5px;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0
}

.ui-datepicker-title .ui-datepicker-year {
    margin-left: 2%
}

.ui-datepicker-title option {
    padding: 4px
}

.ui-datepicker-today a {
    color: #111
}

.gf_page_steps {
    margin-bottom: 1rem;
    line-height: 1
}

.gf_step {
    display: inline-block;
    opacity: 0.2;
    margin-right: 1%
}

.gf_step:last-of-type {
    margin-right: 0
}

.gf_step_active {
    opacity: 1
}

.gf_step_number {
    font-weight: bold;
    font-size: 150%
}

.gf_progressbar_wrapper {
    clear: both;
    margin: 0 0 0.5rem;
    padding: 0 0 30px
}

.gf_progressbar_title {
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-align: center;
    color: #595959
}

.gf_progressbar {
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px
}

.gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    display: block;
    border-radius: 20px;
    padding-right: 4px;
    overflow: hidden;
    background-color: #353535
}

.gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin: 0 10px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff
}

.gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none
}

.gform_previous_button {
    margin-right: 20px
}

.gform_previous_button,
.gform_next_button {
    margin-bottom: 30px
}

.ginput_card_expiration_container,
.ginput_cardinfo_right {
    margin: 20px 0;
    display: block
}

.gform_card_icon {
    display: none
}

.ginput_card_expiration {
    height: 50px;
    display: inline-block
}

.ginput_card_expiration_month {
    width: 48%;
    margin-right: 2.6%
}

.ginput_card_expiration_year {
    width: 48%
}

.gform_card_icon_container {
    display: none
}

.ginput_card_expiration_container {
    width: 66%;
    float: left
}

.ginput_card_expiration_container select {
    width: 48% !important;
    float: left
}

.ginput_card_expiration_container select:first-child {
    margin-right: 4%
}

.ginput_cardinfo_right {
    float: left;
    width: 30%;
    margin-left: 4%
}

.ginput_cardinfo_left {
    clear: both;
    overflow: hidden
}

.ginput_card_security_code_icon {
    display: none
}

#tri-footer {
    background: #001225;
    color: #fff
}

#tri-footer a {
    color: inherit
}

#subfooter .container {
    font-size: 90%
}

#subfooter .footer-menu li::after {
    padding: 0 5px 0 12px
}

#subfooter .footer-menu li:last-child::after {
    content: "";
    padding: 0
}

#tri-attribution::before {
    padding: 0 10px 0 6px
}

.woocommerce.single-product #content {
    margin-top: 2rem
}

.woocommerce .onsale {
    box-sizing: content-box
}

.woocommerce div.product div.images figure.woocommerce-product-gallery__wrapper {
    margin: 0;
    max-width: none !important
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.woocommerce-product-search {
    font-size: 0.85rem;
    position: relative
}

.woocommerce-product-search label {
    display: block
}

.woocommerce-product-search input[type="submit"] {
    top: 0;
    right: 0;
    float: right;
    border: none;
    width: 40px;
    height: 100%;
    text-indent: -100px;
    overflow: hidden;
    background: center/24px no-repeat !important;
    background-image: url(../tri/assets/img/material/search.svg) !important;
    opacity: 0.4;
    position: absolute;
    padding: 10px
}

.woocommerce-product-search input[type="submit"]:hover {
    opacity: 1
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 4rem;
    padding: 1rem
}

.woocommerce-page .cart .actions #coupon_code,
.woocommerce-page #content .cart .actions #coupon_code,
.woocommerce .cart .actions #coupon_code {
    height: 40px
}

@media (min-width:768px) {

    .woocommerce .comment-form-author,
    .woocommerce .comment-form-email,
    .woocommerce .comment-form-url {
        width: 100%
    }

    .woocommerce div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
        width: 33.33%
    }

    .woocommerce-page .cart .actions #coupon_code,
    .woocommerce-page #content .cart .actions #coupon_code,
    .woocommerce .cart .actions #coupon_code {
        width: 157px
    }

    .woocommerce-page.woocommerce-active .related ul.products.columns-2 li.product,
    .woocommerce-active .related ul.products.columns-2 li.product {
        width: 48%
    }

    .woocommerce-page.woocommerce-active .related ul.products.columns-3 li.product,
    .woocommerce-active .related ul.products.columns-3 li.product {
        width: 30.75%
    }
}

.show-on-scroll .animate,
.show-on-scroll.animate {
    opacity: 0
}

.animate {
    animation-delay: 0.2s;
    animation-fill-mode: both;
    animation-duration: 0.8s
}

.animate.delay-1 {
    animation-delay: 0.5s
}

.animate.delay-2 {
    animation-delay: 0.7s
}

.animate.delay-3 {
    animation-delay: 0.9s
}

.animate.delay-4 {
    animation-delay: 1.1s
}

.animate.infinite {
    animation-iteration-count: infinite
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg)
    }
}

.has-animated .flipInX,
.has-animated.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg)
    }
}

.has-animated .flipInY,
.has-animated.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.has-animated .fadeIn,
.has-animated.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.has-animated .fadeInUp,
.has-animated.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.has-animated .fadeInDown,
.has-animated.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.has-animated .fadeInLeft,
.has-animated.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.has-animated .fadeInRight,
.has-animated.fadeInRight {
    animation-name: fadeInRight
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.has-animated .bounceIn,
.has-animated.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.has-animated .bounceInUp,
.has-animated.bounceInUp {
    animation-name: bounceInUp
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.has-animated .spin,
.has-animated.spin {
    animation-name: spin
}

@media (min-width:768px) {

    .wp-block-cover,
    .wp-block-button {
        margin-bottom: 64px
    }
}

.wp-block-columns {
    margin-top: 1.5rem
}

.wp-block-columns+.wp-block-button {
    margin-top: -2rem
}

.mt-auto {
    margin-top: auto
}

.me-auto {
    margin-right: auto
}

.mb-auto {
    margin-bottom: auto
}

.ms-auto {
    margin-left: auto
}

@media (min-width:768px) {
    .m-0 {
        margin: 0 !important
    }

    .m-1 {
        margin: 0.25rem !important
    }

    .m-2 {
        margin: 0.5rem !important
    }

    .m-3 {
        margin: 1rem !important
    }

    .m-4 {
        margin: 1.5rem !important
    }

    .m-5 {
        margin: 3rem !important
    }

    .mt-0 {
        margin-top: 0 !important
    }

    .mt-1 {
        margin-top: 0.25rem !important
    }

    .mt-2 {
        margin-top: 0.5rem !important
    }

    .mt-3 {
        margin-top: 1rem !important
    }

    .mt-4 {
        margin-top: 1.5rem !important
    }

    .mt-5 {
        margin-top: 3rem !important
    }

    .me-0 {
        margin-right: 0 !important
    }

    .me-1 {
        margin-right: 0.25rem !important
    }

    .me-2 {
        margin-right: 0.5rem !important
    }

    .me-3 {
        margin-right: 1rem !important
    }

    .me-4 {
        margin-right: 1.5rem !important
    }

    .me-5 {
        margin-right: 3rem !important
    }

    .mb-0 {
        margin-bottom: 0 !important
    }

    .mb-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-3 {
        margin-bottom: 1rem !important
    }

    .mb-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-5 {
        margin-bottom: 3rem !important
    }

    .ms-0 {
        margin-left: 0 !important
    }

    .ms-1 {
        margin-left: 0.25rem !important
    }

    .ms-2 {
        margin-left: 0.5rem !important
    }

    .ms-3 {
        margin-left: 1rem !important
    }

    .ms-4 {
        margin-left: 1.5rem !important
    }

    .ms-5 {
        margin-left: 3rem !important
    }

    .p-0 {
        padding: 0 !important
    }

    .p-1 {
        padding: 0.25rem !important
    }

    .p-2 {
        padding: 0.5rem !important
    }

    .p-3 {
        padding: 1rem !important
    }

    .p-4 {
        padding: 1.5rem !important
    }

    .p-5 {
        padding: 3rem !important
    }

    .pt-0 {
        padding-top: 0 !important
    }

    .pt-1 {
        padding-top: 0.25rem !important
    }

    .pt-2 {
        padding-top: 0.5rem !important
    }

    .pt-3 {
        padding-top: 1rem !important
    }

    .pt-4 {
        padding-top: 1.5rem !important
    }

    .pt-5 {
        padding-top: 3rem !important
    }

    .pe-0 {
        padding-right: 0 !important
    }

    .pe-1 {
        padding-right: 0.25rem !important
    }

    .pe-2 {
        padding-right: 0.5rem !important
    }

    .pe-3 {
        padding-right: 1rem !important
    }

    .pe-4 {
        padding-right: 1.5rem !important
    }

    .pe-5 {
        padding-right: 3rem !important
    }

    .pb-0 {
        padding-bottom: 0 !important
    }

    .pb-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-3 {
        padding-bottom: 1rem !important
    }

    .pb-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-5 {
        padding-bottom: 3rem !important
    }

    .ps-0 {
        padding-left: 0 !important
    }

    .ps-1 {
        padding-left: 0.25rem !important
    }

    .ps-2 {
        padding-left: 0.5rem !important
    }

    .ps-3 {
        padding-left: 1rem !important
    }

    .ps-4 {
        padding-left: 1.5rem !important
    }

    .ps-5 {
        padding-left: 3rem !important
    }
}

@media (max-width:767px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 0.25rem !important
    }

    .me-sm-2 {
        margin-right: 0.5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {

    img.alignright,
    img.alignleft {
        float: none
    }
}

@media (min-width:768px) {
    .alignright {
        margin-left: 20px
    }

    .alignleft {
        margin-right: 20px
    }
}

.alignfull {
    max-width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw
}

.wp-block-cover__inner-container {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto
}

.w-auto {
    width: auto !important
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

@media (max-width:767px) {
    .d-sm-none {
        display: none !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
}

.position-relative,
.stretched-child-link {
    position: relative !important
}

.stretched-child-link a::after,
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.overflow-hidden {
    overflow: hidden
}

.invisible {
    visibility: hidden
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000
}

[role="button"] {
    cursor: pointer
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50% !important;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px;
    top: 50% !important
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow::before,
.mfp-arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left::after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right::after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right::before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.tri-popup {
    background: #fff;
    height: 100%;
    position: relative;
    padding: 15px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto
}

@media (min-width:992px) {
    .tri-popup {
        padding: 30px 40px 20px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.has-black-background-color {
    background-color: #000
}

.has-white-background-color {
    background-color: #fff
}

.has-grey-background-color {
    background-color: #E8E8E8
}

.has-grey-2-background-color {
    background-color: #3D3D3D
}

.has-grey-3-background-color {
    background-color: #F1F1F1
}

.has-orange-background-color {
    background-color: #E78929
}

.has-blue-background-color {
    background-color: #2D5399
}

.has-blue-2-background-color {
    background-color: #1F539E
}

.has-dark-blue-background-color {
    background-color: #001225
}

.has-grey-color {
    color: #E8E8E8
}

.has-grey-2-color {
    color: #3D3D3D
}

.has-orange-color {
    color: #E78929
}

.has-blue-color {
    color: #2D5399
}

.has-dark-blue-color {
    color: #001225
}

#tri-header {
    background-color: transparent;
    margin-bottom: -66px;
    box-shadow: none
}

#tri-header .container {
    max-width: 1300px
}

.custom-logo {
    max-width: 222px;
    max-height: 50px
}

#main .entry-content .wp-block-cover:first-child {
    padding-top: calc(66px + 2em)
}

#tri-menu a {
    font-weight: 600
}

@media (min-width:768px) {
    #tri-menu a {
        color: #fff
    }

    #tri-menu a:hover,
    #tri-menu a:active,
    #tri-menu .current-menu-item>a {
        color: #fff
    }

    #menu-item-168 a {
        border: 2px solid #E78929;
        border-radius: 3rem;
        padding-left: 3rem;
        padding-right: 2rem
    }

    #menu-item-168 a::after {
        opacity: 0 !important
    }
}

.mobile-call {
    background-image: url(assets/img/phone-white.svg) !important
}

@media (min-width:1101px) {
    .current_page_item>a::after {
        opacity: 1 !important;
        transform: translateY(0) !important
    }

    #tri-menu .menu-item:not(.menu-btn)>a::after {
        width: 60%;
        left: 20%;
        background-color: #E78929
    }
}

.phone-icon-btn a {
    background-image: url(assets/img/phone-white.svg) !important;
    background-repeat: no-repeat;
    background-position: 1.3rem 50%
}

.hero {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.hero .wp-block-button__link {
    border-radius: 2rem !important;
    border: 1px solid #fff !important
}

.heading-underline::after {
    background-color: #C8C8C8
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem
}

@media (max-width:767px) {

    h1,
    .h1 {
        font-size: 32px
    }

    h2,
    .h2 {
        font-size: 28px
    }

    h3,
    .h3 {
        font-size: 25px
    }

    h4,
    .h4 {
        font-size: 20px
    }
}

.wp-block-post-date {
    font-size: 0.8rem;
    margin-top: 0.5rem
}

@media (max-width:767px) {
    .alignfull {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.bg-pattern {
    background: url(assets/img/bg-pattern.png) repeat;
    background-size: 90px
}

.wp-block-group .mw-800,
.mw-800 {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto
}

.-mt-100 {
    margin-top: -100px;
    position: relative;
    z-index: 10
}

.-mt-150 {
    transform: translatey(-150px);
    position: relative;
    z-index: 10;
    margin-bottom: -150px;
    margin-top: 0
}

@media (max-width:767px) {
    .-mb-280 {
        margin-bottom: -180px
    }

    .-mt-150 {
        transform: translatey(-80px);
        margin-bottom: -120px
    }
}

@media (min-width:768px) {
    .-mb-280 {
        margin-bottom: -280px
    }
}

.white-border {
    border: 2px solid #fff
}

.blog #content {
    margin-top: 0
}

.accord-title .tricon {
    float: right;
    opacity: 1
}

.tri-accord {
    background-color: #E8E8E8;
    box-shadow: none
}

.accord-body {
    color: #686868;
    background-color: #F3F3F3
}

.wp-block-social-links .wp-social-link a {
    border: 2px solid #000 !important;
    padding: 0.5rem !important
}

.tns-controls {
    top: 100%;
    width: 100px;
    transform: translate(0)
}

.tns-controls button {
    background-color: #1F539E;
    padding: 0
}

.tns-controls button:first-child {
    background-image: url(assets/img/chevron_left_white.svg)
}

.tns-controls button:last-child {
    margin-left: 5px;
    background-image: url(assets/img/chevron_right_white.svg)
}

@media (max-width:767px) {
    .tns-controls {
        display: block
    }

    .tns-outer {
        margin-bottom: 3rem
    }
}

.tns-nav {
    display: none
}

.slide-item h3 {
    color: #1F539E;
    font-size: 25px
}

.slide-item p {
    color: #737373
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
    border-radius: 0;
    padding: 0.8rem 2rem;
    font-weight: 600
}

.gfield {
    margin-bottom: 0
}

#gform_3 {
    margin-bottom: 0
}

#tri-footer .wp-block-button__link {
    border: 2px solid #E78929;
    border-radius: 3rem;
    padding-left: 3rem
}

#tri-footer .h4 {
    color: #fff
}

#tri-footer .footer-widgets {
    padding-top: 40px;
    padding-bottom: 30px
}

.footer-widget-1 {
    max-width: 500px
}

#block-8 {
    max-width: 200px
}

#block-9 {
    max-width: 350px
}

.wp-block-social-links a {
    border: 2px solid #fff !important;
    border-radius: 30rem
}

#subfooter {
    background-color: #E8E8E8;
    color: #353535
}

#subfooter.list-inline li:not(:last-child) {
    margin-right: 30px
}

#menu-sub-footer {
    margin-bottom: 0;
    font-weight: 600
}

/*# sourceMappingURL=style.css.map */