@font-face {
    font-family: "Bergen Sans";
    font-weight: 600;
    src: url("../__internal/asset-factories/BergenSans-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Bergen Sans";
    font-weight: 700;
    src: url("../__internal/asset-factories/BergenSans-Bold.woff2") format("woff2");
}
html {
    background: #363636;
}
body {
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-animation: gradientBgMotion 6.5s ease infinite;
    -moz-animation: gradientBgMotion 6.5s ease infinite;
    -ms-animation: gradientBgMotion 6.5s ease infinite;
    animation: gradientBgMotion 6.5s ease infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a90e2;
    background-image: -webkit-linear-gradient(top left,#4a90e2,#0b3250);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    font-weight: 700;
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
}
h1, h2, h3, h4 {
    margin-bottom: 20px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 21px;
}
p {
    margin-bottom: 20px;
}
p, li {
    font-size: 18px;
    line-height: 32px;
}
a {
    color: #2D70EC;
}
img {
    max-width: 100%;
    height: auto;
}
.floatleft {
    float: left;
    margin: 0 20px 20px 0;
}
.floatright {
    float: right;
    margin: 0 0 20px 20px;
}
.table-wrap-inner {
    width: 100% !important;
}
.clear {
    width: 100%;
    height: 1px;
    clear: both;
}
.divider {
    width: 100%;
    height: 1px;
    clear: both;
    background: #ddd;
}
.space20 {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    clear: both;
}
.space40 {
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    clear: both;
}
.space80 {
    width: 100%;
    height: 1px;
    margin-bottom: 80px;
    clear: both;
}
.align-center {
    text-align: center;
}
.btn-invisible {
    display: none;
}
.desktop-only {
    display: block;
}
.grid {
    max-width: 1500px;
    margin: 0 auto;
}
#defStu-btn, #defEmp-btn, #defRes-btn {
    display:none;
}
.header {
    background: #0851c2;
   /* Old browsers */
    background: -moz-linear-gradient(left, #0851c2 0%,#0851c2 20%,#0851c2 40%,#0c2c5c 100%);
   /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0851c2 0%,#0851c2 20%,#0851c2 40%,#0c2c5c 100%);
   /* Chrome10-25,Safari5.1-6 */
    background: background: linear-gradient(to right, #0851c2 0%,#0851c2 20%,#0851c2 40%,#0c2c5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2c5c', endColorstr='#0851c2',GradientType=1 );
   /* IE6-9 */
    position: fixed;
    z-index: 100;
    opacity: 0.94;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 20px rgba(0,0,0,0.17);
}
.header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.logo {
    margin: 3px 0;
    max-width: 240px;
}
.main-nav {
    display: flex;
    float: right;
}
#desktop-nav ul {
    list-style-type: none;
    padding-left: 0;
    text-align: right;
    margin-bottom: 0px;
    position: relative;
   /* margin-right: 17px;
    */
}
#desktop-nav li {
    display: inline-block;
    padding: 15px 14px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.3s ease;
    transition-duration: .3s;
    color: #fff;
}
li.hasChild li.more {
    display: none !important;
}
a.hamburger {
    color: #fff !important;
}
.tile-numbering {
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin-bottom: 0;
}
#desktop-nav li a {
    color: #fff;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
#desktop-nav li:hover a, a.hamburger:hover {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    color: #b6d7f3;
}
#desktop-nav li a.selected {
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}
#desktop-nav li ul {
    position: absolute;
    top: 100%;
    background: -moz-linear-gradient(left, #0851c2 5%,#0c2c5c 100%);
    background: -webkit-linear-gradient(left, #0851c2 5%,#0c2c5c 100%);
    background: background: linear-gradient(to right, #0851c2 5%,#0c2c5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2c5c', endColorstr='#0851c2',GradientType=1 );
    z-index: 100;
    max-width: 280px;
    padding: 0 0 4px 0;
    display: none;
    text-align: left;
}
#desktop-nav li:hover ul li a {
    border-bottom: 0;
    padding-bottom: 0;
    color: #fff;
}
#desktop-nav li:last-child ul {
    width: 240px;
    right: 0;
}
#desktop-nav li ul li {
    border-bottom: 1px solid #fff;
    margin: 0 4px;
    padding: 6px 10px;
    transition: all 0.3s ease;
    transition-duration: .3s;
    width: 97%;
    cursor: pointer;
    letter-spacing: 0;
}
#desktop-nav li ul li:last-child {
    border-bottom: 0;
}
#desktop-nav li ul li a {
    display: block;
}
#desktop-nav li ul li a.selected {
    border-bottom: 0;
}
#desktop-nav li ul li:hover {
    background: #468de5;
}
#mobile-nav-list ul {
    list-style-type: none;
}
#mobile-nav-list .menubar {
    text-align: right;
    margin-top: 10px;
}
#mobile-nav-list .material-icons {
    position: relative;
    top: 6px;
    margin-right: 3px;
}
#mobile-nav-list ul {
    font-weight: bold;
}
#mobile-nav-list li ul {
    padding-left: 15px;
    font-weight: normal;
    border-top: 1px solid #fff;
}
#mobile-nav-list li ul li {
    border-bottom: 1px solid #fff;
}
#mobile-nav-list li ul li:last-child {
    border-bottom: 0;
}
.content .table-wrap .table-wrap-inner {
    width: 100%;
    max-width: 720px;
}
.content table {
    width: 100%;
    margin-bottom: 40px;
}
.content table tr {
    border-bottom: 1px solid #ddd;
}
.content table td {
    padding: 12px 0;
}
/********* Slider *********/
/* Slideshow container */
.home-hero .slide {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: auto;
    height: 450px;
}
.home-hero .carousel-item img {
    height: 450px;
    object-fit: cover;
    object-position: left;
}
.text-container {
    position: absolute;
    display: block;
    max-width: 1500px;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 30;
    text-align: right;
    font-family: "Roboto Slab";
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
}
.slide .text-container {
    left: 5%;
    right: 5%;
}
.heading {
    color: #fff;
    position: absolute;
    bottom: 8px;
    width: 100%;
    font-size: 60px;
    line-height: 90%;
    text-shadow: 1px 1px 15px rgba(0,0,0,.6);
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.heading h4 {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
}
.tagline {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: right;
    float: right;
    font-size: 28px;
    line-height: normal;
    text-shadow: 1px 1px 15px rgba(0,0,0,.6);
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.home-hero .carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.64) 0%, rgba(151,151,151,0) 41%, rgba(229,229,229,0) 62%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.64) 0%,rgba(151,151,151,0) 41%,rgba(229,229,229,0) 62%);
    background: linear-gradient(to top, rgba(0,0,0,0.64) 0%,rgba(151,151,151,0) 41%,rgba(229,229,229,0) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3000000', endColorstr='#00e5e5e5',GradientType=0 );
}
.carousel-control-next, .carousel-control-prev {
    z-index: 20;
}
.home-hero .carousel-item .heading:focus {
    border: 1px solid red;
}
.home-hero .slide {
    position: relative;
    width: 100%;
}
.home-hero .slide .carousel-item img {
    object-fit: cover;
    object-position: left;
    height: 450px;
}
.home-hero #txtRot {
    transform: rotate(90deg);
    color: #fff;
    position: absolute;
    font-size: 235px;
    z-index: 10;
    padding: 0;
    margin: 0;
    left: -114px;
    top: 78px;
    opacity: 0.5;
    font-family: "Helvetica";
    font-weight: bold;
}
.home-hero .slide .material-icons {
    font-size: 48px;
    color: #fff;
    background: #000;
    opacity: 1;
    border-radius: 30px;
}
/********* Home *********/
.sys-stat {
    padding: 20px 20px 25px;
    background: #2D70EC;
    color: #fff;
    box-shadow: 0px 6px 12px 0px rgba(38, 87, 125, 0.47);
    opacity: 0.969;
    font-size: 19px;
}
.sys-stat h3, .proj-prev h3, .chat-block h3 {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
    margin-bottom: 0;
}
.sys-stat p {
    margin-bottom: 0;
}
.news h4 {
    -webkit-text-fill-color: #2D70EC;
    margin-bottom: 0;
}
.news h4 a {
    font-size: 21px;
    color: #2D70EC;
    background: transparent;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    text-transform: none;
}
.news h4 a:hover {
    color: #0062b5;
    text-decoration: none;
}
.news a.continue {
    display: none;
}
.news a.read-more {
}
.news p {
    margin-bottom: 10px;
}
.proj-prev {
    padding: 20px;
    background: #2D70EC;
    color: #fff;
    box-shadow: 0px 6px 12px 0px rgba(38, 87, 125, 0.47);
    opacity: 0.969;
}
.proj-prev ul {
    list-style-type: none;
    padding-left: 0;
}
.proj-prev li {
    font-size: 19px;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px;
}
.proj-prev li .material-icons {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.proj-prev a, .sys-stat a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
.chat-block {
    padding: 15px 20px 15px;
    background: #e57126;
    color: #fff;
    box-shadow: 0px 6px 12px 0px rgba(224, 126, 59, 0.47);
    font-size: 19px;
}
.chat-block h3 {
    margin-bottom: 0;
}
.chat-block p {
    color: #fff;
    margin-bottom: 0;
}
.chat-block a {
    color: #fff;
    text-decoration: none;
}
.chat-block a:hover {
    text-decoration: underline;
}
.chat-block .material-icons {
    position: relative;
    top: 7px;
}
.featured-video {
    padding: 20px 20px 25px;
    background: #fff;
    color: #fff;
    box-shadow: 0px 6px 12px 0px #ccc;
    opacity: 0.969;
    font-size: 19px;
}
.featured-video h3 {
    margin-bottom: 10px;
}
.featured-video iframe {
    max-width: 100%;
    max-height: 240px;
}
.home-services {
   /* background-image: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 100%);
    */
    background: #f4f4f4;
    color: #fff;
    padding: 60px 0;
}
.home-services h1 {
    text-align: center;
    width: 100%;
}
.home-services .oit-tab-content {
    display: none;
}
.home-services .oit-tab-content h2, h1.tab-intro {
    font-weight: bold;
    color: #232323;
    font-size: 48px;
    margin-bottom: 20px;
}
.home-services .oit-tab-content p, .content-box {
    color: #232323;
    font-size: 18px;
    line-height: 32px;
}
.content-box h3 {
    text-transform: none;
}
.content-box p {
    margin-bottom: 0;
}
.content-box a {
    text-decoration: underline;
}
.content-box .section-link {
    margin-top: 20px;
}
.home-services .oit-tab-content h4 {
    text-align: center;
    color: #209cff;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: normal;
    font-family: "roboto slab";
}
.home-services .oit-tab-content ul {
    padding-left: 0;
    list-style-type: none;
}
.home-services .oit-tab-content li, .home-services .oit-tab-content a {
    color: #232323;
}
.home-services .oit-tab-content li {
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0 14px;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.home-services .oit-tab-content li a {
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.home-services .oit-tab-content li a:hover {
    text-decoration: none;
    color: #468de5;
}
.home-services .oit-tab-content ol.no-border li {
    border-bottom: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.home-services .oit-tab-content ul.no-border {
    list-style-type: disc;
    padding-left: 40px;
}
.home-services .oit-tab-content ul.no-border li {
    border-bottom: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.home-services .oit-tab-content .section-nav .material-icons {
    position: relative;
    top: 6px;
    color: #2D70EC;
    margin-right: 10px;
}
.home-services .tab {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
/** .home-services .tabBtn {
    border: none;
    background: #2D70EC;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: normal;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    min-width: 175px;
    margin: 0 3px;
    box-shadow: 0px 6px 12px 0px rgba(50, 108, 200, 0.57);
    border: 0;
    outline: 0;
    transition: box-shadow 0.3s ease;
    text-transform: uppercase;
}
.home-services .tabBtn:last-child {
    border-right: none;
}
.home-services .tabBtn.active {
    background: #e57126;
    color: #fff;
    box-shadow: 0px 8px 18px 0px rgba(182, 86, 24, 0.57) 
}
**/
.home-services .tabBtn {
    border: 0;
    font-size: 19px;
    font-weight: 700;
    color: #e57126;
    letter-spacing: .86px;
    line-height: 1.25;
    padding: 10px 25px;
    min-width: 175px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    margin: auto 5px;
}
.home-services .tabBtn:before {
    background-color: #fff;
    background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
    background-repeat: repeat;
    background-size: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.home-services .tabBtn:hover {
    text-decoration: none;
    color: #fff;
}
.home-services .tabBtn:hover:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite 
}
.home-services .tabBtn:after {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 1;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    z-index: 1;
}
.home-services .tabBtn:hover:after {
    opacity: 0;
}
.home-services .tabBtn span {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}
.home-services .tabBtn.active {
    border: 0;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    cursor: default;
    background: #e57126;
}
.home-services .tabBtn.active:before {
    background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
    background-repeat: repeat;
    background-size: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.home-services .tabBtn:hover {
    text-decoration: none;
    color: #fff;
}
.home-services .tabBtn.active:after {
    background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
    background-repeat: repeat;
    background-size: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.home-services .tabBtn span {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
    font-size: 19px;
}
.content-box:focus {
   /* border: 0 !important;
    outline: none !important;
    */
    background: rgba(244,244,244,0);
}
/* .oit-tab-content .btn {
    width: 100%;
   /* background-image: linear-gradient(to top, #0851c2 0%, #005bea 100%);
    border-radius: 1px;
    color: #fff;
    opacity: 0.969;
    box-shadow: 0px 6px 12px 0px rgba(50, 108, 200, 0.57);
    padding: .375em 0;
    transition: box-shadow 0.3s ease;
    height: 170px;
    background: #2D70EC;
}
.oit-tab-content button.btn:active, .oit-tab-content button.btn:focus, .oit-tab-content button.btn:visited, button.tabBtn:active, button.tabBtn:focus, button.tabBtn:visited {
    background: #e57126;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-appearance: none !important;
    box-shadow: 0px 8px 18px 0px rgba(132, 74, 30, 0.47);
}
.oit-tab-content button:hover, .oit-tab-content button.active, .oit-tab-content button.btn:focus, button.tabBtn:active, button.tabBtn:focus, button.tabBtn:visited {
    background: #e57126;
    box-shadow: 0px 8px 18px 0px rgba(132, 74, 30, 0.47);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.oit-tab-content .btn:hover, button.tabBtn:hover {
    box-shadow: 0px 11px 32px 0px rgba(132, 74, 30, 0.67);
    background: #e57126;
}
*/
.oit-tab-content .btn {
    box-sizing: border-box;
    color: #468de5;
    padding: .375em 0;
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition-duration: .3s;
   /*transition-property: color;
   */
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    background: none;
    cursor: pointer;
    border: 0;
    user-select: none;
    width: 100%;
    height: 170px;
    box-shadow: 0px 6px 12px 0px rgba(50, 108, 200, 0.57);
    background: #2D70EC;
}
.oit-tab-content .btn:before {
    background: #2D70EC;
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.oit-tab-content .btn:hover, .oit-tab-content .btn.active {
    text-decoration: none;
    color: #2D70EC;
    box-shadow: 0px 10px 21px 0px rgba(50, 108, 200, 0.67);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.oit-tab-content .btn:hover:before, .oit-tab-content .btn.active:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite 
}
.oit-tab-content .btn:after {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    z-index: 1;
}
.oit-tab-content .btn:hover:after, .oit-tab-content .btn.active:after {
    opacity: 1;
}
.oit-tab-content .btn p {
    position: relative;
    text-decoration: none;
    text-transform: none;
    z-index: 3;
}
.oit-tab-content .btn i, .oit-tab-content .btn p, .oit-tab-content .btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    background: none;
}
.oit-tab-content .btn:hover i, .oit-tab-content .btn:hover p, .oit-tab-content .btn:hover a, .oit-tab-content .btn.active i, .oit-tab-content .btn.active p, .oit-tab-content .btn.active a {
    color: #2D70EC;
    background: none;
}
.oit-tab-content .btn i {
    font-size: 48px;
    margin-top: 10px;
    position: relative;
    z-index: 10;
}
.oit-tab-content .panel .col-lg-4 {
    padding: 7px;
}
/********* About *********/
.hero-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: auto;
   /*height: 380px;
   */
    min-height: 80px;
}
.hero-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: -100%;
}
.hero-item img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.hero-item .heading {
    text-align: left;
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
    font-size: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 60px;
    line-height: 90%;
    text-shadow: 1px 1px 15px rgba(0,0,0,.6);
}
.hero-item .text-container {
    bottom: 0;
}
.hero .hero-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.74) 0%, rgba(151,151,151,0) 41%, rgba(229,229,229,0) 62%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.74) 0%,rgba(151,151,151,0) 41%,rgba(229,229,229,0) 62%);
    background: linear-gradient(to top, rgba(0,0,0,0.74) 0%,rgba(151,151,151,0) 41%,rgba(229,229,229,0) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3000000', endColorstr='#00e5e5e5',GradientType=0 );
}
.about-img {
    width: 100%;
}
.about-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.our-mission .title-bar {
    width: 12%;
    display: block;
    height: 14px;
    background: #ddd;
    margin: 20px 0;
}
.mission-img img {
    width: 100%;
    max-width: 100%;
    border: 10px solid #fff;
}
.leadership-wrap {
    display: flex;
    position: relative;
    width: 100%;
}
.leadership {
    width: 100%;
    text-align: right;
    transition: all 0.3s ease;
    transition-duration: .3s;
    position: relative;
    overflow: hidden;
    margin: 1px;
}
.leadership:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(8,31,65,.72);
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.leadership img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
#emp-toggle .leadership img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.leadership .bio {
    position: absolute;
    top: 130px;
    padding: 10px;
    color: #fff;
    width: 100%;
}
#emp-toggle .leadership .bio {
    top: 140px;
}
.leadership .bio h4 {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
    text-align: right;
}
.leadership .bio p {
    opacity: 0;
    transition: all 0.3s ease;
    transition-duration: .3s;
    line-height: normal;
    font-size: 15px;
    text-align: right;
}
.leadership:hover:before {
    background: rgba(8,31,65,.44);
}
.leadership:hover .bio p {
    opacity: 1;
}
/********* Services/Products *********/
.featured-img {
    width: 100%;
}
.featured-img img {
    width: 100%;
    max-height: 600px;
    display: block;
    margin-top: 10px;
    object-fit: cover;
}
h1.page-title {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
}
.prod-meta h5 {
    margin-bottom: 0;
    font-size: 18px;
}
.prod-meta value {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-size: 14px;
}
.prod-meta value:last-child {
    border-right: none;
}
.kb-section h5 {
    font-weight: bold;
    font-size: 18px;
    color: #343434;
    background: transparent;
    -webkit-text-fill-color: #343434;
    font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}
.kb-section ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.kb-section ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 14px;
}
.kb-section ul li .material-icons {
    color: #f58025;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
.kb-section ul li a {
    color: #363636;
}
#lics-btn {
    background: #2D70EC;
    display: block;
    float: left;
    padding: 5px 5px 4px 15px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
}
#lics-btn:hover {
    background: #e57126;
}
#lics-btn .material-icons {
    vertical-align: middle;
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
#lics-btn.active .material-icons {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#lics-box {
    display: none;
    padding: 20px 0;
}
/********* Projects Main *********/
.f-proj-content .material-icons {
    opacity: 0;
    position: relative;
    top: 4px;
    left: 6px;
    color: #e57126;
    -webkit-text-fill-color: #e57126;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.featured-project-list {
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 30px rgba(0,0,0,.4);
    transition: all 0.3s ease;
    transition-duration: .3s;
    margin-bottom: 30px;
}
.featured-project-list:hover {
    box-shadow: 2px 17px 30px rgba(0,0,0,.5);
}
.featured-project-list:hover .f-proj-content .material-icons {
    opacity: 1;
}
.featured-project-list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(4,54,101,.85);
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.featured-project-list a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.featured-project-list a:hover:before {
    background: rgba(4,54,101,.95);
}
.featured-project-list a h4 {
    background-image: none;
    -webkit-text-fill-color: #fff;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.featured-project-list a:hover h4 {
    -webkit-text-fill-color: #e57126;
}
.featured-project-list a:hover p {
    color: #ddd;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.featured-project-list p, .featured-project-list span {
    color: #fff;
}
.featured-project-list img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.featured-project-list .f-proj-content {
    position: absolute;
    top: 0;
    padding: 30px 20px 20px 20px;
}
.reg-project-list {
    box-shadow: 0 7px 14px #ddd;
    transition: all 0.3s ease;
    transition-duration: .3s;
    margin-bottom: 20px;
}
.reg-project-list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    transition-duration: .3s;
    background: rgba(255,255,255,0);
    height: 140px;
}
.reg-project-list a:hover:before {
    background: rgba(70, 141, 229,.6);
}
.reg-project-list:hover {
    box-shadow: 0 14px 21px #ddd;
}
.reg-project-list:hover .f-proj-content .material-icons {
    opacity: 1;
}
.reg-project-list a {
    text-decoration: none;
    position: relative;
    display: block;
}
.reg-project-list a:hover {
    text-decoration: none;
}
.reg-project-list img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.reg-project-list a p {
    color: #000;
}
.reg-project-list a:hover p {
    color: #000 !important;
}
.reg-project-list .f-proj-content {
    padding: 15px;
}
.reg-project-list a:hover .f-proj-content {
    background: #f8f8f8;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.reg-project-list .f-proj-content h5 {
    margin-bottom: 5px;
    min-height: 55px;
}
.reg-project-list .f-proj-content p {
    font-size: 15px;
    line-height: 24px;
}
.pmo-wrap {
    position: absolute;
    display: block;
    max-width: 1500px;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    color: #fff;
}
.pmo .content .table-wrap .table-wrap-inner {
    max-width: 100%;
}
.pmo-wrap h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.pmo .hero-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11,50,80,.91);
}
.pmo .btn {
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    background: none;
    cursor: pointer;
    border: 0;
    user-select: none;
}
.pmo .btn:hover {
    text-decoration: none;
    color: #2D70EC;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.pmo .btn:before {
    background: #2D70EC;
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.pmo .btn:hover:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite 
}
.pmo .btn .material-icons {
    float: left;
    margin: 5px;
}
.pmo .btn:after {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    z-index: 1;
}
.pmo .btn:hover:after {
    opacity: 1;
}
.pmo .btn.active:after {
    opacity: 1;
}
.pmo .btn.active i, .pmo .btn.active p, .pmo .btn.active a {
    color: #2D70EC;
    position: relative;
}
.pmo .btn i, .pmo .btn p, .pmo .btn a {
    color: #fff;
    position: relative;
    z-index: 3;
}
.pmo .btn:hover i, .pmo .btn:hover p, .pmo .btn:hover a {
    color: #2D70EC;
    position: relative;
}
.pmo .btn p {
    text-align: left;
    margin-bottom: 0;
}
.pmo .hero-container {
    height: auto;
}
.pmo .hero-item img {
    height: auto;
    max-height: 720px;
}
.pmo .btn-invisible {
    display: none;
}
.pmo .content-box a {
    text-decoration: underline;
}
.pmo .contact {
    background: rgba(0,0,0,.6);
    padding: 20px;
    color: #fff;
}
.pmo .contact h3, .pmo .contact h4, .pmo .contact h5, .pmo .contact h6 {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.pmo .contact a {
    text-decoration: underline;
    color: #fff;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.pmo .contact a:hover {
    color: #2D70EC;
}
/********* Projects Child *********/
.hero-item .heading h4 {
    margin-bottom: 0;
}
.project-intro .timeline-box {
    margin: 20px auto 40px;
}
.timeline-box .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    padding: 4px;
    text-align: right;
}
.timeline-box .msd {
    max-width: 85%;
}
.project-intro ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.project-intro li {
    display: inline-block;
    position: relative;
   /*width: 19.7999%;
   */
    vertical-align: top;
    padding: 10px;
    color: #fff;
    margin: 1px;
    text-align: left;
}
.project-intro li.co {
    background: #2D70EC;
}
.project-intro li.ip {
    background: #4bc824;
}
.project-intro li.ns {
    background: #9f9f9f;
}
.project-intro li p.title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    min-height: 55px;
}
.project-intro li p.date {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}
.project-intro li span.stats {
   /** text-align: center;
    font-family: "Roboto Slab";
    background: rgba(255,255,255, 0.1);
    padding: 2px 6px 4px;
    border-radius: 1px;
    display: block;
    font-size: 15px;
    **/
}
.project-intro h2 {
    text-align: center;
    border-bottom: 4px double #e0e1e2;
    width: 100%;
    margin: 0 auto 40px;
    line-height: normal;
    padding: 20px 0;
}
.project-intro .gli {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #343434;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
}
.project-intro h3 {
    text-align: center;
    border-bottom: 4px double #e0e1e2;
    width: 100%;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    font-size: 42px;
}
.pro-detail-btn {
    padding: 14px 0 10px;
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.pro-detail-btn i {
    margin-right: 5px;
    color: #f76b1c;
    background-image: -webkit-linear-gradient(top left,#ffa44a,#f76b1c 52.4%,#e75315);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.pro-detail-btn h4 {
    transition: 200ms;
}
.pro-detail-btn h4:hover {
    color: #646464;
}
.pro-detail-btn h4 .material-icons {
    position: relative;
    top: 3px;
    color: #f07e25;
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
.pro-detail-btn.active .material-icons {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pro-detail-box {
    display: none;
}
.pro-sidebar {
    padding: 20px;
    border: 1px solid #e0e1e2;
    border-radius: 3px;
    margin-bottom: 40px;
}
.project-subnav ul {
    padding: 0;
    list-style-type: none;
}
.project-subnav ul li {
    display: block;
}
.project-subnav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    background: none;
    cursor: pointer;
    border: 0;
    user-select: none;
}
.project-subnav ul li a:before {
    background: #2D70EC;
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.project-subnav ul li a:hover, .project-subnav ul li a:active {
    text-decoration: none;
    color: #2D70EC;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.project-subnav ul li a:active:hover {
    cursor: default;
}
.project-subnav ul li a:hover:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite;
}
.project-subnav ul li a:after {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    z-index: 1;
}
.project-subnav ul li a:hover:after {
    opacity: 1;
}
.project-subnav ul li a span {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.25;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}



.project-subnav .nav-secondary a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    background: none;
    cursor: pointer;
    border: 0;
    user-select: none;
}
.project-subnav .nav-secondary a:before {
    background: #2D70EC;
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.project-subnav .nav-secondary a:hover, .project-subnav .nav-secondary a:active {
    text-decoration: none;
    color: #2D70EC;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.project-subnav .nav-secondary a:active:hover {
    cursor: default;
}
.project-subnav .nav-secondary a:hover:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite;
}
.project-subnav .nav-secondary a:after {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    z-index: 1;
}
.project-subnav .nav-secondary a:hover:after {
    opacity: 1;
}
.project-subnav .nav-secondary a span {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.25;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}


.project-item ul {
    list-style-type: none;
    padding: 0;
}

.project-item ul li {
    display: block;
}

.project-item ul li a {
    width: 100%;
    display: block;
    color: #2D70EC;
    padding: 15px 20px;
    margin-bottom: 5px;
    border-radius: 0;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    background: none;
    cursor: pointer;
    border: 0;
    user-select: none;
}

.project-item ul li a:before {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    z-index: 1;
}

.project-item ul li a:after {
    background: #fff;
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.project-item ul li a:hover, .project-item ul li a:active {
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.project-item ul li a:active:hover {
    cursor: default;
}

.project-item ul li a:hover:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite;
}

.project-item ul li a:hover:after {
    opacity: 1;
}

/********* Search *********/
.nav-search {
    margin: 20px 10px 12px;
    padding: 0;
}
.search-form label.show-screenreader-only, .mobile-search-form label.show-screenreader-only {
    position: absolute;
    left: -9999999999px;
    font-size: 1px;
}
.search-toggle .hero-search {
    display: flex;
}
.nav-search-form {
    margin-top: 12px;
    background: #fff;
    height: 40px;
    display: flex;
}
.mobile-search-form {
    margin: 30px 0 20px;
}
.search-form input, .mobile-search-form input {
    border: none;
    padding: 4px 10px 7px;
    margin-top: 3px;
}
.mobile-search-form input {
    width: 100%;
}
.search-form .search-button {
    margin: 7px 4px 0 0;
    border: none;
}
.mobile-search-form .search-button {
    margin: 0;
    border: none;
}
.search-form .search-button .show-screenreader-only, .mobile-search-form .search-button .show-screenreader-only {
    position: absolute;
    left: -9999999999px;
    font-size: 1px;
}
.search-toggle .search-close {
    margin-top: 11px;
}
.gsc-search-box table {
    margin-bottom: 0;
}
table.gsc-search-box tr {
    border-bottom: none;
}
table.gsc-search-box .gsc-input td {
    padding: 15px;
}
.gsc-search-button-v2 {
    padding: 14px 27px !important;
}
.gsc-search-button-v2 svg {
    width: 16px;
    height: 16px;
}
.gsc-above-wrapper-area {
    border-bottom: none !important;
}
.gsc-resultsbox-visible table.gsc-resultsHeader {
    margin-bottom: 20px;
}
.gsc-above-wrapper-area table.gsc-above-wrapper-area-container {
    margin-bottom: 0 !important;
}
/********* Gantt Chart *********/
.gantt {
    display: grid;
    border: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 6px 14px #ddd;
}
.gantt__row {
    display: grid;
    grid-template-columns: 150px 1fr;
    background-color: #fff;
}
.gantt__row:nth-child(odd) {
    background-color: #fff;
}
.gantt__row:nth-child(odd) .gantt__row-first {
    background-color: #f5f5f5;
}
.gantt__row:nth-child(3) .gantt__row-bars {
    border-top: 0;
}
.gantt__row:nth-child(3) .gantt__row-first {
    border-top: 0;
}
.gantt__row--empty {
    background-color: #ffd6d2 !important;
    z-index: 1;
}
.gantt__row--empty .gantt__row-first {
    border-width: 1px 1px 0 0;
}
.gantt__row--lines {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    grid-template-columns: 150px repeat(12, 1fr);
}
.gantt__row--lines span {
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.gantt__row--lines span.marker {
    background-color: rgba(10, 52, 68, 0.13);
    z-index: 2;
}
.gantt__row--lines:after {
    grid-row: 1;
    grid-column: 0;
    background-color: #1688b345;
    z-index: 2;
    height: 100%;
}
.gantt__row--months {
    color: #fff;
    background-color: #2D70EC !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    grid-template-columns: 150px repeat(12, 1fr);
}
.gantt__row--months .gantt__row-first {
    border-top: 0 !important;
    background-color: #2D70EC !important;
}
.gantt__row--months span {
    text-align: center;
    font-size: 13px;
    align-self: center;
    font-weight: bold;
    padding: 12px 0;
}
.gantt__row-first {
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    padding: 9px 10px 7px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
.gantt__row-bars {
    list-style: none;
    display: grid;
    padding: 9px 0;
    margin: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 8px 0;
    border-top: 1px solid rgba(221, 221, 221, 0.8);
}
.gantt__row-bars li {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    min-height: 15px;
    color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
    width: auto !important;
    opacity: 0.7;
    line-height: 20px;
    padding: 6px 10px 2px;
}
.gantt__row-bars li.stripes {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 12px);
}
.gantt__row-bars li:before, .gantt__row-bars li:after {
    content: "";
    height: 100%;
    top: 0;
    z-index: 4;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.gantt__row-bars li:before {
    left: 0;
}
.gantt__row-bars li:after {
    right: 0;
}
.gantt .ss, .gantt .ms, .gantt .ls {
    margin-right: -20px;
}
.gantt .sm, .gantt .mm, .gantt .lm {
    margin-right: -55px;
}
.gantt .mm {
    margin-left: 55px;
}
.gantt .ls, .gantt .lm, .gantt .ll {
    margin-left: 55px;
}
.gantt .bgb {
    background: #013c6c;
}
.gantt .bgd {
    background: #d90d0d;
}
.gantt .bgo {
    background: #038351;
}
.gantt .bgg {
    background: #666;
}
.gantt-data span {
    display:block;
}

.gantt_chart-time-range {
    font-size: 12px;
}
/********* Chat *********/
.chat-page {
    min-height: 1200px;
}
#chat-frame {
    width: 100%;
    height: 90%;
    border: 0;
}
.chat-page iframe {
    border: 0 !important;
}
.table-wrap table, #chat-frame table, .webchat-config {
    width: 100%;
}
.card-header button {
    -webkit-animation: gradientBgMotion 6.5s ease infinite;
    -moz-animation: gradientBgMotion 6.5s ease infinite;
    -ms-animation: gradientBgMotion 6.5s ease infinite;
    animation: gradientBgMotion 6.5s ease infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a90e2;
    background-image: -webkit-linear-gradient(top left,#4a90e2,#0b3250);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    font-weight: 700;
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: .375em 0;
    text-align: left;
}
.card-header button:hover {
    text-decoration: underline;
}
.card-header button .material-icons {
    color: #f76b1c;
    -webkit-text-fill-color: #f76b1c;
    position: relative;
    top: 5px;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.card-header .btn-link .material-icons {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.card-header .btn-link.active .material-icons {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.webchat-config tr:nth-of-type(odd) {
    background: #fff !important;
}
.webchat-config tr {
    display: flex;
    padding: 2px 0;
}
.webchat-config th, .webchat-config td, .chat-page th, .chat-page td {
    max-width: 100%;
    width: 100%;
    padding: 12px 0;
}
.chat-page table tr {
    border-bottom: none;
}
.chat-page table {
    margin-bottom: 0;
}
.webchat-config input, .webchat-config select {
    width: 100%;
    border: 1px solid #bbb;
}
#chat-button {
    float: left;
    display: block;
    margin: 40px 0;
}
#chat-button button {
    border: none;
    background: #2D70EC;
    color: #fff;
    padding: 7px 14px;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
#chat-button button:hover {
    background: #f76b1c;
}

/********* Fall 2020 Project *********/
/***************
Header
***************/
.acad-plan-proj .header.dropdown-open .content:before {
    height: 100%;
    transition-delay: .3s;
}

.acad-plan-proj .header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: transparent;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition-duration: .36s,.56s;
    transition-property: top, background;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    z-index: 10000;
    opacity: 1;
    box-shadow: none;
}

.acad-plan-proj .header.sticky .content:before {
    background-image: linear-gradient(135deg,#0064b1,#0b3250);
    background-repeat: repeat-x;
    transition-delay: .2s;
    transition-duration: .2s;
    transition-property: height;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    z-index: 1;
    height: 100%;
}

.acad-plan-proj .header .content {
    display:flex;
    flex-direction:column-reverse;
    position:relative;
}

.acad-plan-proj .header .content:hover:before {
    height: 100%;
}

.acad-plan-proj .header .content:before {
    background-image: linear-gradient(135deg,#0064b1,#0b3250);
    background-repeat: repeat-x;
    height: 0;
    transition-delay: .2s;
    transition-duration: .3s;
    transition-property: height;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    z-index: 1;
}
.acad-plan-proj .header .content:after {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
    background-repeat: repeat-x;
    height: 90%;
    z-index: 0;
}

.acad-plan-proj .header .content:after, .header .content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.acad-plan-proj .logo {
    max-width: 92px;
}

.acad-plan-proj .header .navbar {
    z-index: 3;
}

.acad-plan-proj .header a {
    color: #fff;
}

.acad-plan-proj .navbar-nav a {
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.25;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}

.acad-plan-proj a.nav-search, .acad-plan-proj a.search-close {
    font-size: 1.25em;
    padding: 0;
    margin: 0;
}

.acad-plan-proj a.search-close {
    position: relative;
    margin: 10px 0 0 10px;
}

.acad-plan-proj a.search-close:hover {
    color: #0062b5;
}

.acad-plan-proj .search-form {
    margin-top: 0;
}

.acad-plan-proj .search-form .search-button {
    margin: 0;
    background: #fff;   
}

.acad-plan-proj .search-form .search-button .material-icons {
    position: relative;
    top: 5px;
}

.acad-plan-proj .navbar-nav a:before {
    background-color: #fff;
    content: "";
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    transition-duration: .3s;
    transition-property: width,background-color;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    width: 0;
}

.acad-plan-proj .navbar-nav a:hover {
    border-color:#e9ecef #e9ecef #dee2e6;
    text-decoration:none;
}

.acad-plan-proj .navbar-nav a:hover:before {
    width:100%;
    background: #fff;
}

.acad-plan-proj .header .navbar-nav .nav-link:after {
    background-color: #fff;
    content: "";
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    transition-duration: .3s;
    transition-property: width,background-color;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    width: 0;
}

.acad-plan-proj .header .navbar-nav .nav-link:last-child:after {
    /* background: none;
    height: 0; */
}

.acad-plan-proj .header .uta-btn {
    box-sizing: border-box;
    font-size: 100%;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    appearance: none;
    background: none;
    cursor: pointer;
    border: 0;
    display: inline-block;
    text-align: center;
    user-select: none;
    letter-spacing: 1.5px;
    line-height: 1.25;
    margin-right: 20px;
    padding: .5rem;
}

.acad-plan-proj .header .uta-btn-compact-primary {
    box-sizing: border-box;
    margin: 8px 20px 0 0;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .86px;
    background: none;
    cursor: pointer;
    border: 0;
    display: inline-block;
    text-align: center;
    user-select: none;
    position: relative;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    font-size: .75rem;
    letter-spacing: 1.5px;
    line-height: 1.25;
    padding: .5rem;
}

.acad-plan-proj .header .uta-btn-compact-primary:before {
    background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
    background-repeat: repeat;
    background-size: 200% 200%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.acad-plan-proj .header .uta-btn-compact-primary:hover {
    text-decoration: none;
    color: #ff741a !important;
}

.acad-plan-proj .header .uta-btn-compact-primary:hover:before {
    -webkit-animation: gradientBgMotion 3s ease infinite;
    -moz-animation: gradientBgMotion 3s ease infinite;
    -ms-animation: gradientBgMotion 3s ease infinite;
    animation: gradientBgMotion 3s ease infinite;
}

.acad-plan-proj .header .uta-btn-compact-primary:after {
    content: "";
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    right: 2px;
    position: absolute;
    top: 2px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    z-index: 1;
    width: auto;
    height: auto;
}

.acad-plan-proj .header .uta-btn-compact-primary:hover:after {
    opacity: 1;
}

.acad-plan-proj .header .uta-btn-compact-primary span {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.25;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}

.acad-plan-proj .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: relative;
    top: 3px;
}

.acad-plan-proj .navbar-toggler .fas {
    color: #fff;
}


.acad-plan-proj .dropdown-menu {
    background: transparent;
    border-top: 1px solid #0064b1;
    border-bottom: 1px solid #0064b1;
    border-right: 0;
    border-left: 0;
}

.acad-plan-proj .dropdown-menu.show {
    display: block;
}

.acad-plan-proj .global-nav-dropdown-heading {
    font-size: 1.125em;
    font-weight: bold;
    color: #fff;
    font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    line-height: 1.2222222222;
}

.acad-plan-proj .nav-item.dropdown .dropdown-menu a {
    font-size: .875rem;
    line-height: 1.3571428571;
    letter-spacing: .29px;
    text-transform: none;
    font-weight: normal;
    padding: 10px 0;
    display: inline-block;
}

.acad-plan-proj .header .navbar-nav {
    padding: 20px 0;
}

.acad-plan-proj .header .show .nav-item {
    margin-left: 0;
}

.acad-plan-proj .header .nav-item {
    text-align: left;
    display: block;
    margin: 10px 0 10px 0;
}

.acad-plan-proj .header .nav-item.desktop-only {
    display: none;
}


@media only screen and (min-width: 992px)  {
    .acad-plan-proj .header .nav-item {
        margin-left: 30px;
    }

    .acad-plan-proj .header .nav-item.mobile-only {
        display: none;
    }

    .acad-plan-proj .header .nav-item.desktop-only {
        display: inline-flex;
    }

    .acad-plan-proj .header .nav-item.inflex {
        margin-left: 15px;
    }

    .acad-plan-proj .header .nav-item.desktop-only .nav-search {
        position: relative;
        top: 5px;
    }

    .acad-plan-proj .header .nav-item.dropdown {
        position: static;
    }

    .acad-plan-proj .header .nav-item.dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        background-image: linear-gradient(66deg,#0064b1,#0b3250);
        background-repeat: repeat-x;
        padding: 30px .5rem;
        border: 0;
        margin-top: 0;
    }

    .acad-plan-proj .header .navbar-nav {
        padding: 0;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply {
        box-sizing: border-box;
        margin: 0;
        font-family: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: .86px;
        background: none;
        cursor: pointer;
        border: 0;
        display: inline-block;
        text-align: center;
        user-select: none;
        position: relative;
        transition-duration: .3s;
        transition-property: color;
        transition-timing-function: cubic-bezier(.55,.085,.68,.53);
        font-size: .75rem;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding: .5rem;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply:before {
        background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
        background-repeat: repeat;
        background-size: 200% 200%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply:hover {
        text-decoration: none;
        color: #ff741a !important;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply:hover:before {
        -webkit-animation: gradientBgMotion 3s ease infinite;
        -moz-animation: gradientBgMotion 3s ease infinite;
        -ms-animation: gradientBgMotion 3s ease infinite;
        animation: gradientBgMotion 3s ease infinite;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply:after {
        content: "";
        background-color: #fff;
        bottom: 2px;
        left: 2px;
        opacity: 0;
        right: 2px;
        position: absolute;
        top: 2px;
        transition-duration: .3s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.55, .085, .68, .53);
        z-index: 1;
        width: auto;
        height: auto;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply:hover:after {
        opacity: 1;
    }

    .acad-plan-proj .header .navbar-nav .nav-link-apply span {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 3;
    }

    .acad-plan-proj .header .navbar-nav a span {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.25;
        padding-top: .5em;
        padding-bottom: .5em;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
    }

    .acad-plan-proj .header .nav-cta {
        display: none;
    }

}

.acad-plan .pro-detail-btn h4 {
   margin-bottom: 5px;
}

/********* Footer *********/
.footer {
    border-top: 4px solid #eb7e33;
   /* background: #2c2c2c;
    */
    font-size: 11px;
    padding: 40px 0 10px;
    background: #2c2c2c;
    background: -moz-linear-gradient(left, #2c2c2c 0%,#484848 20%,#484848 40%,#2c2c2c 100%);
    background: -webkit-linear-gradient(left, #2c2c2c 0%,#484848 20%,#484848 40%,#2c2c2c 100%);
    background: background: linear-gradient(to right, #2c2c2c 0%,#484848 20%,#484848 40%,#2c2c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#484848',GradientType=1 );
}
.footer .flogo {
    margin: 0 0 20px 0;
    display: block;
    max-width: 300px;
}
.footer p, .footer li {
    color: #fff;
    font-size: 13px;
    line-height: 2;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer ul {
    width: 50%;
    float: left;
    list-style-type: none;
}
.sub-footer {
    padding: 20px 0;
    background: #363636;
}
.sub-footer p, .sub-footer a {
    color: #eee;
    font-size: 12px;
    text-align: center;
}
.sub-footer p {
    display: block;
    margin: 0 auto;
}
#totop-arrow {
    position: fixed;
    bottom: 10px;
    right: -200px;
    text-indent: -200px;
    overflow: hidden;
    background: url(https://www.uta.edu/_templates/omega/_images/arrow-to-top.png);
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 3000;
}
#totop-arrow:active, #totop-arrow:focus {
    outline: none;
}
#totop-arrow.visible {
   opacity:0.5;
    right:10px;
}
/********* KeepWorking *********/
.keepworking .content-box p a {
    text-decoration: underline;
}
.keepworking.home-services {
    padding: 0 !important;
    background: #fff !important;
}
.keepworking #defFac-btn, .keepworking #defStaf-btn, .keepworking #defStu-btn {
    display: none;
}
.keepworking table th, .keepworking table td {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    line-height: normal;
    vertical-align: top;
}
@media only screen and (min-width:840px) {
    #totop-arrow.visible {
       left:50%;
        margin-left:358px;
   }
}
@media screen and (min-width: 1920px) {
    .hero-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: auto;
        height: 450px;
   }
    .hero-item img {
        height: 450px;
        object-fit: cover;
        width: 100%;
   }
}
@media screen and (min-width: 1780px) {
    .text-container {
        left: 0;
        right: 0;
   }
}
@media screen and (min-width: 1640px) {
    .slide .text-container {
        left: 15%;
        right: 15%;
   }
}
@media screen and (max-width: 1600px) {
    .text-container {
        left: 0;
        right: 0;
   }
}
@media screen and (min-width: 768px) and (max-width: 1333px) {
    .reg-project-list {
        height: 420px;
   }
}
@media screen and (min-width: 575px) and (max-width: 1190px) {
    .featured-project-list img {
        height: 340px;
   }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .webchat-config th, .webchat-config td {
        width: 150px;
   }
}
@media screen and (max-width: 1185px) {
    .project-intro li {
        width: 19%;
   }
    .project-intro li p.title {
        min-height: 80px;
   }
    .project-intro li p.date {
        line-height: 18px;
        min-height: 36px;
   }
}
@media screen and (min-width: 1090px) {
    #totop-arrow.visible {
       left:50%;
        margin-left:484px;
        opacity:0.35;
   }
    #totop-arrow.visible:hover {
       opacity:.7;
   }
    #totop-arrow.sticky {
        position:absolute;
        right:10px;
        bottom:10px;
        left:auto;
        margin:0 !important;
   }
}
@media screen and (max-width: 1024px) {
    .header .col-lg-10 {
        border-top: 1px solid #2D70EC;
   }
    .main-nav {
        width: 100%;
   }
    #desktop-nav {
        width: 100%;
   }
    #desktop-nav ul {
        text-align: center;
   }
    #desktop-nav ul li {
        padding: 5px 0;
        margin: 5px 10px 0 10px;
   }
    #desktop-nav ul li ul {
        text-align: left;
   }
    .leadership-wrap {
        display: block;
   }
    .leadership {
        width: 32%;
        display: inline-block;
        margin: 1px;
        overflow: visible;
   }
    .leadership .bio {
        top: 140px;
   }
    .leadership img {
        object-position: top;
        height: 300px;
   }
}
@media screen and (min-width: 769px) {
    #desktop-nav {
        display: block;
        margin-right: 15px;
   }
    #mobile-nav {
        display: none;
   }
}
@media screen and (max-width:960px) {
    .project-intro ul {
        overflow: hidden;
   }
    .project-intro li {
        width: 32%;
        margin: 1px;
        float: left;
   }
    .project-intro li p.title {
        min-height: 55px;
   }
    .project-intro li p.date {
        margin-bottom: 0;
   }
    .project-intro li.ip {
        background: #4bc824;
        margin-top: 1px;
   }
    .home-services .oit-tab-content h2 {
        font-size: 36px;
   }
    #desktop-nav li {
        margin: 0px 10px 0;
   }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 42px;
   }
    h2 {
        font-size: 32px;
   }
    h3 {
        font-size: 28px;
   }
    h4 {
        font-size: 22px;
   }
    h5 {
        font-size: 20px;
   }
    h6 {
        font-size: 18px;
   }
    .space80, .desktop-only, .nav-search {
        display: none;
   }
    .home-hero .slide {
        height: 200px;
   }
    .home-hero #txtRot {
        font-size: 135px;
        left: -70px;
        top: 8px;
   }
    .home-hero .slide .carousel-item img {
        height: 200px;
   }
    .col-reverse {
        -webkit-flex-flow: column-reverse;
        flex-flow: column-reverse;
   }
    .header {
        padding: 0;
        position: relative;
        opacity: 1;
   }
    .header .content div:last-child {
        background: #2D70EC;
   }
    .heading {
        font-size: 36px;
   }
    .tagline {
        font-size: 24px;
   }
    .text-container {
        bottom: 40px;
   }
    #desktop-nav {
        display: none;
   }
    #mobile-nav {
        display: block;
        text-align: right;
        padding: 0 10px;
        width: 100%;
   }
    #mobile-nav .material-icons {
        position: relative;
        top: 6px;
   }
    #mobile-nav-list {
        max-height: none;
        position: relative;
        display: none;
   }
    #mobile-nav li {
        border-bottom: 1px solid #ddd;
        padding: 8px 0;
        font-size: 14px;
        letter-spacing: 1px;
   }
    #mobile-nav li:last-child {
        border-bottom: none;
   }
    #mobile-nav-list {
        padding: 0;
        margin-bottom: 5px;
   }
    #mobile-nav-list ul {
        text-align: left;
        padding: 0;
   }
    .menubar {
        margin-bottom: 6px;
   }
    .home-services .oit-tab-content h2, h1.tab-intro {
        font-size: 32px;
   }
    .home-services .tabBtn {
        width: 180px;
        min-width: 100px;
        letter-spacing: 0;
        padding: 10px 5px;
   }
    .project-intro li {
        width: 100%;
        margin: 1px;
        float: left;
        position: relative;
        padding: 10px;
   }
    .project-intro li span.stats {
        position: absolute;
        right: 0;
        top: 0;
   }
    .project-intro li.ip {
        padding: 10px;
   }
    .project-intro li p.title {
        min-height: 0;
   }
    .project-intro li p.date {
        min-height: 0;
   }
    .hero-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: auto;
        height: 260px;
   }
    .hero-item img {
        height: 260px;
        object-fit: cover;
        width: 100%;
   }
    .oit-tab-content .btn {
        height: 130px;
   }
    .oit-tab-content .btn p {
        font-size: 12px;
   }
    .home-services .tabBtn {
        font-size: 12px;
        display: block;
        text-align: center;
        margin: 0 auto 10px;
   }
    .reg-project-list {
        height: 340px;
   }
    .footer .flogo {
        margin: 0 auto 20px;
   }
    .footer p {
        text-align: center;
   }
    .footer ul {
        text-align: center;
        padding-left: 0;
   }
    .gantt__row--months, .gantt__row--lines {
        grid-template-columns: 100px repeat(12, 1fr);
   }
    .gantt__row.panel {
        grid-template-columns: 100px 1fr;
   }
    .gantt .ss, .gantt .ms, .gantt .ls {
        margin-right: -5px;
   }
    .gantt .sm, .gantt .mm, .gantt .lm {
        margin-right: -5px;
   }
    .gantt .mm {
        margin-left: 5px;
   }
    .gantt .ls, .gantt .lm, .gantt .ll {
        margin-left: 5px;
   }
    .home-services .tab {
        margin-bottom: 20px;
   }
    .webchat-config th, .webchat-config td {
        width: 100%;
   }
    .chat-page {
        min-height: 100%;
   }
    #chat-frame {
        height: 1100px;
   }
    .chat-page table tr {
        display: flex;
   }
    .chat-page select.que {
        width: 100%;
   }
}
@media screen and (max-width: 640px) {
    .gantt-data span {
        position: absolute;
        left: -999px;
   }
    .gantt__row-first {
        padding: 5px 0;
   }
    .leadership img {
        height: 200px;
   }
    .leadership .bio {
        top: 70px;
   }
    .leadership .bio h4 {
        margin-bottom: 0;
   }
}
@media screen and (max-width: 575px) {
    .reg-project-list {
        height: 320px;
   }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 22px;
   }
    h4 {
        font-size: 20px;
   }
    h5 {
        font-size: 18px;
   }
    h6 {
        font-size: 18px;
   }
    .home-hero .slide, .home-hero .carousel-item img, .hero-container, .hero-container img {
        height: 200px;
   }
    .heading {
        font-size: 26px;
   }
    .hero-item .heading h4 {
        margin-bottom: 0;
   }
    .hero-item .heading .page-title {
        margin-bottom: 20px;
   }
    .text-container {
        left: 6%;
        right: 6%;
   }
    .tagline {
        font-size: 16px;
   }
    .home-services .oit-tab-content h2 {
        font-size: 24px;
   }
    .home-services .table {
        padding: 0 !important;
        margin-bottom: 0;
   }
    .home-services .tab {
        margin-bottom: 0;
   }
    .home-services .tabBtn {
        font-size: 12px;
        display: block;
        text-align: center;
        margin: 0 auto 10px;
   }
    .project-intro li span.stats {
        position: relative;
        text-align: left;
   }
    .oit-tab-content .btn {
        height: 130px;
   }
    .oit-tab-content .btn p {
        font-size: 12px;
   }
    .gantt__row--months, .gantt__row--lines {
        grid-template-columns: 60px repeat(12, 1fr);
   }
    .gantt__row.panel {
        grid-template-columns: 60px 1fr;
   }
    .gantt {
        overflow: scroll;
   }
    .leadership {
        width: 49%;
   }
    .leadership .bio p {
        font-size: 14px;
   }
}
.show {
    display: block;
}
@media print {
    .header {
        position: relative;
   }
    #mobile-nav {
        display: none;
   }
}
.canvas-login .tabBtn {
   box-sizing: border-box;
margin: 12px auto;
   font-size: .75rem;
   font-weight: 700;
   color: #fff;
   width: 350px;
   letter-spacing: .86px;
   line-height: 1.25;
   padding: 15px 20px;
   text-decoration: none;
   text-transform: uppercase;
   position: relative;
   transition-duration: .3s;
   transition-property: color;
   transition-timing-function: cubic-bezier(.55,.085,.68,.53);
   background: none;
   cursor: pointer;
   border: 0;
   display: block;
   text-align: center;
   user-select: none;

}


.canvas-login .tabBtn:before {
   background-image: linear-gradient(90deg,#ffa44a,#f76b1c 52.4%,#e75315);
   background-repeat: repeat;
   background-size: 200% 200%;
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 350px;
   width: 100%;
   z-index: 0;

}
.canvas-login .tabBtn:hover, a.canvas-link {
   text-decoration: none;
   color: #ff741a !important;
}

.canvas-login .tabBtn:hover:before {
   -webkit-animation: gradientBgMotion 3s ease infinite;
   -moz-animation: gradientBgMotion 3s ease infinite;
   -ms-animation: gradientBgMotion 3s ease infinite;
   animation: gradientBgMotion 3s ease infinite;
}

.canvas-login .tabBtn:after {
   content: "";
   background-color: #fff;
   width: 350px;
   bottom: 2px;
   left: 2px;
   opacity: 0;
   right: 2px;
   position: absolute;
   top: 2px;
   transition-duration: .3s;
   transition-property: opacity;
   transition-timing-function: cubic-bezier(.55, .085, .68, .53);
   z-index: 1;

}

.canvas-login .tabBtn:hover:after {
   opacity: 1;
}

.canvas-login .tabBtn span {
   font-size: 1.05rem;
   font-weight: 700;
   letter-spacing: 1.5px;
   line-height: 1.25;
   padding-top: .5em;
   padding-bottom: .5em;
   position: relative;
   text-decoration: none;
   text-transform: uppercase;
   z-index: 3;

}

.return-video {
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: 315px;
}

.screenreader-only {
    display: none;
}
