/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #ffffff;
    color: #707372;
    font-family: "museo-sans", sans-serif;

}

a {
    color: #7BAFD4;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #ED8B00;
    outline: none;
    text-decoration: none;
}

p {
    text-align: center;
    padding: 0;
    margin: 0 0 1.25em 0;
    line-height: 1.65;
    font-size: 1em;
    font-weight: 300;
    color: #707372;
}

strong {
    font-weight: 700;
}

.centered-text {
    color: #707372;
    text-align: center;
}

.centered-list {
    margin-bottom: 1em;
    padding: 1em;
    list-style-type: none;
}

.centered-list li {
    font-weight: 500;
    padding: 1em;
    text-align: center;
}

.centered-list li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 5%, rgba(243,243,243,1) 50%, rgba(243,243,243,1) 95%, rgba(255,255,255,1) 100%);
}



h1 {
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    font-size: 3.25em;
    line-height: 1.1;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #003c71;
    text-align: center;
    text-transform: uppercase;
}

.alternate-h1 {
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    font-size: 3.25em;
    line-height: 1.1;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #003c71;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 2.3em;
    line-height: 1.1;
    margin: 1.5em 0 0.5em 0;
    padding: 0;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}

h1+h2 {
    margin-top: -0.5em;
}

.alternate-h1+h2 {
    margin-top: -0.5em;
}

.strategic-priority {
    background-image: conic-gradient(#49C5B1, #003c71, #8C4799, #49C5B1);
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
    color:#FFFFFF;
}

.strategic-priority:hover {
    box-shadow: inset 0 200px 0 0 #003c71;
    color: white;
}


h3 {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.25;
    margin: 1.25 0 0.25em 0;
    padding: 0;
    color: #003C71;
    text-align: center;
    text-transform: capitalize;

}


h4 {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    margin: 0.5em 0;
    padding: 0;
    color: #003c71;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.25;
}

h5 {
    font-family: "museo-sans", sans-serif;
    font-weight: 100;
    margin: 20px 0 10px 0;
    padding: 0;
    color: #ED8B00;
    text-align: center;
    font-size: 1.75rem;
}

h6 {
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    margin: 20px 0 10px 0;
    padding: 0;    
    text-align: center;
    font-size: 1.3rem;
    color: #7BAFD4;
}

.bulleted-lists{
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003C71"><path d="M21 12 5 21V3l16 9z"></path></svg>');
    padding-left: 1em;
}

.bulleted-lists li {
    padding-left: 1em;
    line-height: 1.65;
    font-size: 1em;
    font-weight: 300;
    color: #707372;

}

.bulleted-lists li::marker {
    font-size: 1.8em;
   line-height: 0.1;
}

.main-page {
    margin-top: 70px;
}

.wow {
    visibility: hidden;
}

hr {
    margin-left:-285px;
    margin-right:-285px;
}

#rule-with-bg-top {
    margin-bottom: 0 !important;
}

#rule-with-bg-bottom {
    margin-top: 0 !important;
}

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/*--------------------------------------------------------------
# Charts
--------------------------------------------------------------*/

.data-table {
    border-collapse: collapse;
    border: none;
    display: table;
    table-layout: auto;
}

.data-table td {
    border: .1rem solid #ECEDEF;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    color: #003C71
}


.data-table .first-row td {
   border-top: none;
}

.data-table tr:first-child td {
    border-top: none;
    color: #FFF;
  }
  
  .data-table tr:last-child td {
    border-bottom: none;
  }
  
  .data-table tr td:first-child {
    border-left: none;
  }
  
  .data-table tr td:last-child {
    border-right: none;
  }

.data-table th, .data-table td {
    padding: 1rem;
}

.data-table tr:first-child {
    background-color:#003C71 !important;
    color: #FFF;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    vertical-align: middle;
}

.data-table tr:nth-child(odd) {
    background-color:#F3F3F3;
}

.data-table tr:nth-child(even) {
    background-color:#FFF;
}

.data-table .highlighted:hover {
    background-color: #cacaca;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
      -o-transition: background-color 1s;
         transition: background-color 1s;
}


.animation-container {
    margin-left: -10em;
    margin-right: -10em;
}




/* Prelaoder */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #7BAFD4;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out;
}

.back-to-top i {
    font-size: 24px;
    padding-top: 6px;
}

.back-to-top:focus {
    background: #ED8B00;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #ED8B00;
    color: #fff;
}






/* Sections Info
--------------------------------*/
.container-wide {
   max-width: 85%;
}
.section-container {
    margin-bottom: 0px;
    position: relative;
    background-color: #FFFFFF;
    padding: 2em 10% 2em 10%;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.8);
}

.section-container::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #7BAFD4;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-container h2 {
    text-align: center;
    margin-bottom: 10px;
}

.section-container p {
    text-align: center;
    padding: 0;
    margin: 0;

}

.multi-section-container::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #7BAFD4;
    bottom: 0;
    left: calc(50% - 25px);
}

.multi-section-container {
    margin-bottom: 0px;
    position: relative;
    background-color: #FFFFFF;
    padding: 2em 10% 2em 10%;
}



.multi-section-container p {
    text-align: center;
    padding: 0;
    margin: 0 0 1.25em 0;
    line-height: 1.65;
    font-size: 1em;
    font-weight: 300;
    color: #707372;
}


.section-with-bg-blue1 {
    background-color: #002A4F;
}

.section-with-bg-blue2 {
    background-color: #00305A;
}


.section-with-bg-blue3 {
    background-color: #003666;
}

.section-with-bg-blue4 {
    background-color: #003C71;
}

.section-with-bg-blue5 {
    background-color: #174E7E;
}

.section-with-bg-blue6 {
    background-color: #2E5F8B;
}

.section-with-bg-blue7 {
    background-color: #467198;
}


.breaker {
    height: 1em;
    margin: 1em 0 1em 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#mobile-logos {
    height: 100px;
}

#header {
    height: 90px;
    padding: 25px 0;
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #f8fafb;
}

#header.header-scrolled,
#header.header-fixed {
    background: #e5eaee;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 45px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}


/* Nav Menu Styling */

.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: #003C71;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #003c71;
}

.nav-menu > li {
    margin-left: 8px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 10px;
    bottom: -20%;
    left: 0;
    background-color: #003C71;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(112, 115, 114, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #7bafd4;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #7BAFD4;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    background-color: #003c71;
    color: #fff;
    border-color: #003c71;
    cursor: pointer;
    display: none;
    transition: all 0.4s;
    outline: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 40px;
    height: 40px;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 60, 113, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #ED8B00;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #7BAFD4;
}

#mobile-nav ul .menu-item-active {
    color: #7BAFD4;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 60, 113, 0.8);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*--------------------------------------------------------------
 SIDEBAR
--------------------------------------------------------------*/


#sidebar-wrapper {
    position: fixed;
        background-color: #fff;
        z-index: 10;
        overflow-y: scroll;
        top: 0;
        bottom: 0;
        margin-top: 90px;
        filter: drop-shadow(2px 2px 5px #000000);
    }
    
    
    #sidebar-wrapper .list-group {
        width: 10rem;
    }
    
    .sidebar-nav-links {
        border: 1 0 1 0;
        border-color: rgba(0, 60, 113, 0.25)
    }
    
    .sidebar-nav-links-header-mh {
        border: 1 0 1 0;
        border-color: rgba(0, 60, 113, 0.25);
        cursor: default;
        font-weight: 900;
        text-transform: uppercase;
        pointer-events: none;
        background-color: #003c71 !important
    }
    
    .sidebar-nav-links-header-v {
        border: 1 0 1 0;
        border-color: rgba(0, 60, 113, 0.25);
        cursor: default;
        font-weight: 900;
        text-transform: uppercase;
        pointer-events: none;
        background-color: #003c71 !important
    }
    
    
    
    
    #sidebar-wrapper a {
        color: #003c71;
        background-color: #fff;
        padding: 0.5rem 0.5rem;
    }
    
    #sidebar-wrapper.sidebar-scrolled,
    #sidebar-wrapper.sidebar-fixed {
        margin-top: 70px;
        transition: all 0.5s;
    }
    
    
    #sidebar-list .list-group-item.active {
        background-color: #003c71;
        color: #fff;
        border-color: #201547;
    }
    


/*-----------------------------
        PULL QUOTE
--------------------------------*/
.callout-quote {
    max-width: 600px;
    font-size: 1.5em;
    line-height: 1.2;
    color: #003c71;
    padding: 40px 40px 40px 50px;
    display: block;
    position: relative;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.07), 4px 4px 4px rgba(0, 0, 0, 0.15);
    background: url('../images/quote-bg.png');

    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .callout-quote:before {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    content: '';
    background: url('../images/quotes.png') no-repeat;
  }
  .callout-quote:after {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    
    content: '';
    background: url('../images/quotes.png') -40px 0px no-repeat;
  }
  .callout-quote > a {
    font-size: 0.75em;
    color: #707372 !important;
    text-decoration: none;
    text-align: center;
  }

.callout-plain {
    max-width: 600px;
    font-size: 1.5em;
    line-height: 1.2;
    color: #003c71;
    padding: 40px 40px 40px 50px;
    display: block;
    position: relative;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.07), 4px 4px 4px rgba(0, 0, 0, 0.15);
    background: url('../images/quote-bg.png');

    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



.carousel-control-next-icon,
.carousel-control-prev-icon {
    margin-bottom:4em;
}

.carousel-control-next-icon,
.carousel-control-prev-icon,
.carousel-indicators {
  filter: invert(1);
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro-contain {
    margin-left: 10rem;
    overflow-x: hidden;
}

#intro-video{
padding:0px;
    margin:0px;
    width:100vw;
    height:100vh;
    object-fit: cover;
    overflow: hidden;
}

#intro {
    width: 100%;
    height: 40vh;
    position: relative;
}

.emphasized {
    font-weight: 700;
    color: #ED8B00;
}

#intro:before {
    content: "";
    background: rgba(0, 60, 113, 0.0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    animation-name: overlay;
    animation-delay: 0.3s;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
}

#intro .intro-container {
    position: absolute;
    bottom: 0;
    left: 8.5%;
    top: 200px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 0;
}

#intro h1 {
    font-family: "museo-sans", sans-serif;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px #000;
    margin-top: 1em;
}

#intro h2 {
    color: #fff;
    font-family: "museo-sans", sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

#intro h1 span {
    color: #7BAFD4;
}

#intro p {
    color: #ebebeb;
    font-family: "museo-sans-condensed", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-shadow: 1px 1px #000;
    text-align: left;
}

#intro #intro-btn {
    background-color: #FFF;
    border-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

#intro #intro-btn a {
    color: #003C71;
    font-size: 1.5em;
    font-weight: 700;
}

#intro #intro-btn:hover {
    background-color: #7bafd4;
    border-color: #7bafd4;
}

#intro #intro-btn a:hover {
    color: #003c71;
}

#intro #video-btn-container {
    background-color: rgba(123, 175, 212, 0.75);
    margin: 0;
    padding: 1% 25% 1% 25%;
    width: 100%;
}

.vbox-content{
  width: 100%;
  height: 100%;
    margin:auto;
}

/* Keyframes for the fade-in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        margin-left: -5000px;
    }
    to {
        opacity: 1;
        margin-left: 0px;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        margin-left: -5000px;
    }
    to {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        margin-left: -5000px;
    }
    to {
        opacity: 1;
        margin-left: 0px;
    }
}

.fade-in {
    opacity: 0;
    opacity: 1 \9;
    /*just in case ie*/
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}


/*--------------------------------------------------------------
# section-A Financial Section
--------------------------------------------------------------*/

.section-A {
    padding: 215px 0 60px 0;
}


/*----- Gallery Section ----*/


#photo-gallery {
  padding: 60px;
  overflow: hidden;
}


#associate-events .owl-nav,
.owl-dots {
    margin-top: 0.5em;
  text-align: center;
}



#associate-events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#associate-events .owl-dot.active {
  background-color: #ED8B00;
}

#associate-events .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#associate-events .gallery-carousel .center {
  border: 2px solid #ED8B00;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

.captions {
    text-align: center;
}



/*--------------------------------------------------------------
# section-B Multi Section
--------------------------------------------------------------*/

.section-B {
    padding: 60px 0 60px 0;
}

#contract-production {
    margin-top: 3em;
}

.icon-grps {
    display: inline;
    font-size: 1.6em;
    font-weight: 700;
    color: #003c71;
}

.margin-fix {
    margin-bottom: 1em;
}

.margin-fix-two {
    margin-top: 6em;
}

.margin-fix-three {
    margin-top: 6em;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #000;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer img {
    text-align: center;
    width: 30px;
    margin: 1em;
}

#footer a {
    text-decoration: underline;
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: underline;
    color: #7bafd4;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media only screen and (max-height: 850px) {
    #intro h1 {
        font-size: 4em;
    }
    #intro p {
        font-size: 1.75rem;
    }
}

@media only screen and (max-height: 750px) {
    #intro h1 {
        font-size: 3.5em;
    }
    #intro p {
        font-size: 1.5rem;
    }
}


@media only screen and (max-width: 1200px) {
    #intro h1 {
        font-size: 4em;
    }
    #intro p {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 1199px) {
    #header .container {
        max-width: 100%;
    }
    .nav-menu a {
        padding: 8px 4px;
    }
    
}

@media only screen and (max-width: 991px) {
    #header {
        background: #f8fafb;
        height: 70px;
        padding: 15px 0;
        transition: all 0.5s;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    #intro {
        background-size: cover;
    }

    #intro h1 {
        font-size: 3em;
    }
    #intro p {
        font-size: 1.5rem;
    }
    .section-C .nav-tabs a {
        padding: 8px 60px;
    }
    #sidebar-wrapper {
       margin-top: 70px;
        transition: all 0.5s;
    }
    .container-wide {
        max-width: 100%;
    }
    iframe {
        width: 100%;
        height: 100%; 
    }
    .table-headings {
        display: none !important;
    }
    .data-table td {
        border: .075rem solid #ECEDEF;
        display: block;
        width: 100%;
        font-size: 1em;
        color: #000;
        font-weight: 500;
        border-left: none;
        border-right: none;
    }
    .data-table td:before {
        display: block;
    }
    .data-table td:before {
        content: attr(data-label);
        color: #003c71;
        margin-bottom: .5em;
        font-size: 1.25em;
        font-weight: 700;
    }
    .data-table tr td:first-child {
        border-left: none;
        border-right: none;
    }
    .data-table .first-row td {
        border-left: none;
        border-right: none;
    }
    .data-table .highlighted:hover {
    pointer-events: none;
    }

}


@media only screen and (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    #sidebar-wrapper {
       display: none;
    }
    #intro-contain {
    margin-left: 0;
    overflow-x: hidden;
}
.section-container{
    padding: 2em 2% 2em 2%;
}
    #photo-gallery {
  padding: 0px;
    }
    #improvement {
        padding: 30px 10px 30px 10px;
    }
    h2 {
        font-size: 1.8em;
    }
    .alternate-h1 {
        font-size: 2.2em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.3em;
    }
    h5 {
        font-size: 1em;
    }
    .icon-grps {
        font-size: 1.3em;
    }
    .testimonial-quote-inverse blockquote p {
        font-size: 0.75em;
    }
    .img-overlay:before {
        top: 80%;
    }
        #commitment-heading {
        font-size: 3em;
    }
    .section-E h3, .section-E h4 {
        font-size: 2.25rem;
    }
    .margin-fix-three {
    margin-top: 2em;
}
.animation-container {
    margin-left: -6em;
    margin-right: -5em;
}

#intro-video {
    padding:0px;
    margin:0px;
    width:100vw;
    height:100vh;
    object-fit: cover;
    overflow: visible;
    position: absolute;
    left: 7em;
    
}
#footer .copyright {
    text-align: center;
    padding: 30px;
}
#intro .intro-container {
    top: 0;
}

.margin-fix {
    margin-top: 1em;
    margin-bottom: 1em;
}  
.breaker {
    height: 0.5em;
    margin: 1em 0 1em 0;
} 

.table-headings {
    display: none !important;
}
.data-table td {
    border: .075rem solid #ECEDEF;
    display: block;
    width: 100%;
    font-size: 1em;
    color: #000;
    font-weight: 500;
    border-left: none;
    border-right: none;
}
.data-table td:before {
    display: block;
}
.data-table td:before {
    content: attr(data-label);
    color: #003c71;
    margin-bottom: .5em;
    font-size: 1.25em;
    font-weight: 700;
}
.data-table tr td:first-child {
    border-left: none;
    border-right: none;
}
.data-table .first-row td {
    border-left: none;
    border-right: none;
}
.data-table .highlighted:hover {
pointer-events: none;
}
}


@media only screen and (max-width: 585px) {

#intro h1 {
    margin-top: 0;
}
.section-A {
    padding: 60px 0 60px 0;
}
}