/* Scrollbar */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f4f7f8;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #7d868c;
    border-radius: 5px;
    transition: background 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: #B09DD1;
}

/* Grid Layout */
.grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.thumbnail {
    width: 150px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.thumbnail:hover {
    transform: scale(1.05);
}

/* Grid Layout */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    justify-items: center;
}

.grid-container img {
    width: 100%;
    height: auto;
    max-height: 200px; /* Adjust as needed */
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.grid-container img:hover {
    transform: scale(1.05);
}

/* Lightbox Popup */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

a {
	background-color: transparent
}

b {
	font-weight: bolder
}

code {
	font-family: monospace, monospace;
	font-size: 1em
}

img {
	border-style: none
}


[type="reset"] {
	-webkit-appearance: button
}


[type="reset"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}


[type="reset"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

template {
	display: none
}


/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: inherit;
	margin-right: -5px;
	margin-left: -5px
}


.col-md-3,
.col-md-12 {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin: 1rem
}

@media (min-width: 768px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.main-container {
	overflow: hidden
}

.container,
.gt-row {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
	max-width: 1140px
}

.gt-row {
	padding-top: 35px;
	padding-bottom: 35px
}

.gt-column.empty {
	min-height: 1px;
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 980px) {
	.gt-column.empty {
		display: none
	}
}

body {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%;
	width: auto;
	height: auto
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
	line-height: 1.25em;
	padding-bottom: .5em;
	margin: 0
}

h1 {
	font-size: 36px;
	line-height: 1.25em
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

p {
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 1.4em;
	font-size: 18px
}

p:last-child {
	padding-bottom: 0
}

@media only screen and (max-width: 767px) {
	.gt-column:not(:last-child) {
		padding-bottom: 35px
	}
}

@-webkit-keyframes autofill {
	to {
		background: transparent
	}
}

::-webkit-input-placeholder {
	color: #a3a3a3
}

::-moz-placeholder {
	color: #a3a3a3
}

#header {
	background-color: #ededed
}

#header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#header #logo-container {
	max-width: 200px
}

#footer {
	background-color: #ededed;
	padding: 10px 0
}

.gt-section {
	position: relative;
	padding: 60px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center
}

.gt-module-text {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center
}

/* app2079.css */

/* Modify images and layout for smaller devices */
@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }
    h1 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.2em;
    }
    .gt-column {
        padding: 0 10px;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .gt-module-text-4 h1 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .gt-module-blurb h5 {
        font-size: 1em;
        line-height: 1.2;
    }
}

/* Add some space for clickable areas */
a.gt-overlay-link {
    padding: 10px;
}


.page-footer {
	display: block;
	background-color: #1D1F2A;
	position: absolute;
	height: 150px;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
	margin-top: 60px
}

#page-footer-logo {
	width: 390px;
	margin: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@font-face {
	font-family: "Pointsharp Bold";
	src: url("../fonts/Pointsharp-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono Bold";
	src: url("../fonts/RobotoMono-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono Bold Italic";
	src: url("../fonts/RobotoMono-BoldItalic.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono Italic";
	src: url("../fonts/RobotoMono-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono Regular";
	src: url("../fonts/RobotoMono-Regular.ttf") format("truetype");
}

@media screen and (max-width: 1000px) {

	.page-footer {
		background-color: #1D1F2A;
		height: 200px;
	}
}

@-webkit-keyframes autofill2 {
    to {
        background: none;
        color: #fff
    }
}

@-webkit-keyframes autofill3 {
    to {
        background: none;
        color: #343642
    }
}

@-webkit-keyframes spinn {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinn {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinn {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinn {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: Roboto Mono Regular, sans-serif;
    background: #f4f7f8
}

::-moz-selection {
    background: #999b9b
}

::selection {
    background: #999b9b
}

.main-container {
	max-height: 250px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.gt-row,
.container {
    width: 95%;
    max-width: 1200px
}

.gt-section {
    padding: 60px 0 100px;
}

.gt-row {
    padding: 30px 0
}

h1,
h2,
h3,
h4 {
    font-family: Pointsharp Bold, sans-serif;
    font-weight: 700;
    color: #343642
}

h5,
p,
a,
li {
    font-family: Roboto Mono Regular, sans-serif;
    font-weight: 400;
    color: #343642
}

h1 {
    font-size: 80px;
    line-height: 1.13;
    padding-bottom: 30px
}

h2 {
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 30px
}

h3 {
    font-size: 40px;
    line-height: 1.13;
    padding-bottom: 30px
}

h4 {
    font-size: 30px;
    line-height: 1.17;
    padding-bottom: 20px
}

h5 {
	font-family: Roboto Mono Regular, sans-serif;
    font-size: 20px;
	font-weight: 900;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #1d1f29;
    padding-bottom: 10px
}

p {
	font-family: Roboto Mono Regular, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gt-module a:not(.gt-btn) {
    color: #348899;
    font-weight: 700
}

.gt-module a:not(.gt-btn):hover {
    color: #553e48
}

#footer .gt-module a:not(.gt-btn) {
    font-weight: 400
}

.gt-light-text h1,
.gt-light-text h2,
.gt-light-text h3,
.gt-light-text h4,
.gt-light-text p,
.gt-light-text li {
    color: #fff
}

.gt-light-text h5,
.gt-light-text .gt-module a:not(.gt-btn) {
    color: #00c389
}

.gt-light-text .gt-module a:not(.gt-btn):hover {
    color: #fff
}

.gt-text-center {
    text-align: center
}

@media only screen and (max-width:980px) {
    h1 {
        font-size: 60px
    }
    h2 {
        font-size: 45px
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 36px
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: none
}

#header .container {
    width: 100%;
    max-width: 1700px;
    padding: 33px 51px 10px
}

#logo-container {
    max-width: 210px;
    position: left;
    top: 300px;
    left: 50%;
	margin-left: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000
}

#logo {
    width: 310px
}

#header li {
    list-style: none
}

@-webkit-keyframes autofill {
    to {
        color: #343642;
        background: #fff
    }
}

@-webkit-keyframes scrollBtn {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-moz-keyframes scrollBtn {
    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-o-keyframes scrollBtn {
    0%,
    100% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes scrollBtn {
    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.gt-subhero-section {
    padding-top: 120px;
    min-height: 100px;
	max-height: 300px;
    background: #343642;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center!important
}

.gt-subhero-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: url(../images/bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top left;
    z-index: 1
}

.gt-subhero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: rgba(52, 54, 66, .8);
    z-index: -1
}

.gt-subhero-section .gt-row:first-child {
    width: 85%;
    z-index: 2
}

.gt-subhero-section + .gt-section {
    padding-top: 30px
}

.gt-support-services-row {
    padding-top: 0
}

.gt-support-services-row .gt-column-inner,
.gt-support-services-row .gt-module-blurb {
    height: 100%
}

.gt-support-services-row .gt-module-blurb {
    position: relative;
    background: #ffffff;
	box-shadow: inset 0 0 1px #311b0b;
    text-align: center;
    padding: 40px 40px
}

.gt-support-services-row .gt-module-blurb .gt-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gt-support-services-row .gt-module-blurb:before {
    position: absolute;
    top: 15px;
    left: -15px;
    right: 15px;
    bottom: -15px;
    content: '';
    background: #1d1f29;
	background-image: url("../images/tilebg.png");
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gt-support-services-row .gt-module-blurb:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gt-support-services-row .gt-module-blurb .gt-blurb-heading {
    color: #1d1f29;
    padding-bottom: 20px;
    word-break: break-word;
    hyphens: auto
}

.gt-support-services-row .gt-module-blurb .gt-blurb-text p {
    color: #1d1f29;
    font-size: 16px
}

#footer {
    background: #343642;
    padding: 0 0 30px
}

#footer .gt-section {
    background: url(../images/bg.png);
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding-bottom: 0
}

#footer .gt-row .gt-column:first-child .gt-module-text h4 {
    max-width: 270px
}

#footer .gt-row .gt-column:last-child {
    text-align: right
}

#footer .gt-row li {
    display: inline-block;
    list-style: none;
    padding-bottom: 0
}

#footer .gt-row li:before {
    content: none
}

#footer .gt-row a {
    color: #fff
}

#footer .gt-row a:hover {
    color: #00c389
}

@media only screen and (max-width:980px) {
    #header .container {
        padding: 10px 20px
    }
    #logo-container {
        top: 20px
    }
    .gt-subhero-section {
        min-height: 293px
    }
    .gt-support-services-row {
        padding: 0
    }
    .gt-support-services-row .gt-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px
    }
    #footer .gt-section {
        background: none
    }
    #footer .gt-row .gt-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    #footer .gt-row .gt-column:last-child {
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    #logo-container {
        top: 10px
    }
    #logo {
        width: 65px
    }
    .gt-subhero-section {
        min-height: 350px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 20px;
        padding-top: 100px
    }
    .gt-subhero-section .gt-row:first-child {
        width: 95%;
        padding-bottom: 20px
    }
    .gt-support-services-row .gt-column {
        margin-bottom: 10px;
        padding-bottom: 35px
    }
    h2 {
        padding-bottom: 15px
    }
}

@-webkit-keyframes swipe {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@-moz-keyframes swipe {
    0%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -moz-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@-o-keyframes swipe {
    0%,
    100% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -o-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@keyframes swipe {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@media only screen and (max-width:479px) {
    .gt-support-services-row .gt-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}