  /*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.

 */

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    border: 0;
    border-top: 1px solid #f5f4ef;
    -webkit-box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    -moz-box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul,
ol {
    list-style-image: none;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
    padding-left: 60px;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/**

 Global / Modules

**/
.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.clear {
    clear: both
}

.floatLeftSpace {
    margin: 0 1em 1em 0;
}

.floatRightSpace {
    margin: 0 0 1em 1em;
}

.underline {
    text-decoration: underline;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

blockquote {
    font-style: italic;
}

em {
    color: #c00;
    font-style: normal;
    font-weight: bold;
}


/* Navigation Constants */
nav li {
    float: left;
    /* position: fixed; */
}

nav ul {
    padding: 0 .5em;
}

nav li a {
    display: block;
    text-decoration: none;
}


/**

 Fonts

**/
@font-face {
    font-family: 'HelveticaNeue';
    src: local("Helvetica Neue"),
         local("Helvetica-Neue"),
         local("Helvetica"),
         url('/_resources/fonts/texgyreheros-regular-webfont.woff2') format('woff2'),
         url('/_resources/fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('/_resources/fonts/texgyreheros-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeueBold';
    src: local("Helvetica Neue Bold"),
         local("Helvetica-Neue-Bold"),
         local("Helvetica"),
         url('/_resources/fonts/texgyreheros-bold-webfont.woff2') format('woff2'),
         url('/_resources/fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('/_resources/fonts/texgyreheros-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'CharterRegular';
    src: local('Charter'), local('Charter-Regular'),
         url('/_resources/css/charter_regular-webfont.eot') format('embedded-opentype'),
         url('/_resources/css/charter_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'charteritalic';
    src: local('Charter Italic'), local('Charter-Italic'),
         url('/_resources/css/charter_italic-webfont.eot') format('embedded-opentype'),
         url('/_resources/css/charter_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}



/**

 Layout

**/
.container {
    width: 100%;
    margin: auto;
}

.containerPadding {
    width: 80%;
    margin: auto;
    padding: 20px;
}

.content {
    display: block;
    padding: 40px 35px;
}

.content a {
    color: #99281E;
}

.basic {
    padding-top: 13px;
}

.basic h1 {
    font-size: 2.7em;
    margin: 0 0 .5em;
}

.contentLBdr {
    border-left: 1px solid #ccc;
    float: none;
    width: 100%;
}

@media screen and (min-width: 1100px) {
    .contentLBdr {
        float: left;
        width: 64%;
    }
}



/**

 Typography

**/
html, button, input, select, textarea {
    color: #444;
}

body {
    font-size: 1.125rem;
    line-height: 1.8;
    font-family: 'HelveticaNeue', Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

h1, h2, h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'HelveticaNeueBold', Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

input, textarea {
    border: 1px solid black;
    padding: 15px; /* Added padding to input for consistency */
}

/**

Header

**/
header {
    height: 170px;
    display: block;
    background: black;
}

/* Exist to add the overflow property */
.headerContainer {
    overflow: hidden;
}

.logoTop {
    float: left;
    margin: 20px;
}

.logoTop .desktop {
    width: 403px;
}

.utilNav {
    float: right;
    margin-top: 42px;
}

.utilNav ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.utilNav ul li a {
    color: #444;
    padding: .5em;
    display: block;
    font-size: .9em;
}

/*Search*/
#searchform {
    border-left: 1px solid #666;
    float: right;
    padding-top: 8px;
    padding-left: 1.2em;
    height: 36px;
}

#s {
    background: rgb(255, 255, 255);
    border: none;
    color: rgb(0, 0, 0);
    font-size: .9em;
    font-weight: 100;
    outline: none;
    height: 22px;
    float: left;
    padding: 2px 7px;
    width: 180px;
}

#searchsubmit {
    height: 28px;
    float: left;
    width: 35px;
    display: block;
    background: url('/_resources/images/search.jpg') center center no-repeat;
    border: none;
    outline: none;
    /*padding:5px;*/
}


/**

 Primary Nav

**/
.main {
    margin-top: -60px;
    background: #ffffff;
}

.mainTop {
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

.primaryNav {
    float: right;
    color: black;
    margin: 20px;
}

.primaryNav ul {
    display: inline;
    overflow: hidden;
    margin: 0;
}

.primaryNav ul li a {
    color: #fff;
    padding: .5em;
    display: block;
    text-transform: uppercase;
    font-size: .9em;
}

.primaryNav ul li a.current_page,
.primaryNav ul li a:hover,
.primaryNav ul li a:focus { /* Added focus for accessibility */
    background: url('/_resources/images/menuHover.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    text-decoration-color: #cc0000;
    text-decoration: underline;

}



/**

 Secondary TOP NAV

**/
.secondaryNav {
    background: #f3f2ec;
    width: 100%;
    float: left;
}

.secondaryNav ul {
    display: inline;
    overflow: hidden;
    margin: 0;
}

.secondaryNav ul li a {
    color: #333;
    padding: 1em;
    display: block;
    text-transform: uppercase;
    font-size: .9em;
}

.secondaryNav ul li a:hover {
    background: url('/_resources/images/menuHover.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}

.secondaryNavRed {
    background: #cc0000;
    width: 100%;
    float: left;
}

.secondaryNavRed ul {
    display: inline;
    overflow: hidden;
    margin: 0;
}

.secondaryNavRed ul li a {
    color: white;
    padding: 1em;
    display: block;
    text-transform: uppercase;
    font-size: .9em;
}

.secondaryNavRed ul li a:hover {
    background: url('/_resources/images/menuHoverBlack.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}

@media (max-width: 1100px) {
  .secondary-nav-wrapper {
    position: relative;
  }

  .secondary-nav-wrapper .menu-toggle:checked ~ .secondaryNav,
  .secondary-nav-wrapper .menu-toggle:checked ~ .secondaryNavRed {
        display: block;
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1;
        background: #000;
        padding: 1em;
        margin-top: 10px;
    }

  .secondary-nav-wrapper .secondaryNav,
  .secondary-nav-wrapper .secondaryNavRed {
    display: none;
  }

  .secondary-nav-wrapper .secondaryNav ul,
  .secondary-nav-wrapper .secondaryNavRed ul {
    display: block;
    margin: 0;
    padding: 0;
  }

  .secondary-nav-wrapper .secondaryNav ul li,
  .secondary-nav-wrapper .secondaryNavRed ul li {
    width: 100%;
  }

  .secondary-nav-wrapper .secondaryNav ul li a,
  .secondary-nav-wrapper .secondaryNavRed ul li a {
    padding: .7em;
    font-size: .9em;
  }

  .secondary-nav-wrapper .secondaryNav ul li a:hover,
  .secondary-nav-wrapper .secondaryNavRed ul li a:hover {
    background: url('/_resources/images/menuHover.png');
    background-position: bottom left;
    background-repeat: repeat-x;
  }
}


/**

 Secondary SIDE NAV

**/


.sideSubNav {
    display: block;
    margin: 0;
    padding-left: 0;
}

.sideSubNav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sideSubNav ul li a {
    padding: .7em 1em .7em 2.5em;
}

.sideSubNav li {
    background: rgb(0, 0, 0);
    border-top: 1px solid #fff;
}

.sideSubNav li a {
    color: #fff;
    padding: .7em 2em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .7em;
}

.sideSubNav li a.current_page,
.sideSubNav li a:hover {
    background-position: top right;
    background-repeat: repeat-y;
    border-bottom: 6px solid #cc0000;
}



/**

HOME SLIDER

**/

.slider-box-1 {
    position: relative;
    background-color: black;
    height: auto;
    width: 100%;
    border-radius: 16px;
    z-index: 0;
}

.slider-box-1 h2 {
    color: white;
    padding: 5%;
}

.our-slider-boxes-lt {
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
}

.slider-txt h2 {
    width: 75%;
    line-height: 1.2;
}

.slider-txt a {
    text-decoration: none;
    color: white;
}

.slider-txt a:hover {
    color: #b40000;
    transition: 0.3s ease;
}


ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}


ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: absolute;
  height: 44px;
  bottom: 35px;
  right: 15px;
  width: auto;
}

ul.bjqs-controls li {
  display: inline-block;
  margin-right: 5px;
}

ul.bjqs-controls li a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #222;
  border: none;
  text-indent: -9999px;
}

ul.bjqs-controls li.bjqs-next a {
  background-image: url('/_resources/images/slide-next.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

ul.bjqs-controls li.bjqs-prev a {
  background-image: url('/_resources/images/slide-prev.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

ul.bjqs-controls li a:focus,
ul.bjqs-controls li a:hover {
  outline: none;
  background-color: #333;
}


#homeSlider {
    position: relative;
    margin: auto;
    overflow: hidden;
    left: 0;
    right: 0;
    margin-top: 20px;
}

#homeSlider h2 {
  font-weight: 100;
  margin: 0 0 1em;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


#homeSlider p {
    line-height: 2em;
}

#homeSlider .bttnRedStripe {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    position: absolute;
    padding: 35px;
    z-index: 50;
    background: rgba(34, 34, 34, .85);
    color: white;
    height: 295px;
    width: 375px;
    top: 0px;
    left: 0px;
    border-right: 1px solid #000;
    z-index: 2;
}

#homeSlider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/**

HOME PAGE

**/
/* Home Page Content */
#homeMain {
    float: left;
    width: 60%;
}

@media screen and (max-width: 1100px) {
    #homeMain {
        width: 90%;
    }
    
    #homeSidebar {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }
}

/* Home Page Sidebar */	
#homeSidebar {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
}

#homeSidebar img,
#homeSidebar iframe,
#sidebarRight img,
#sidebarLeft img {
    height: auto;
    width: 363px;
    border-radius: 16px;
    margin: 15px;
}

#homeMain h1 {
    font-weight: 700;
    margin: 0 0 10px 0;
}

/**

FPC Page

**/

#fpcMain {
    float: left;
    width: 60%;
	margin: 0 40px;
}

.fpc-slider {
    padding: 30px;
}

@media screen and (max-width: 1100px) {
    #fpcMain {
        width: 90%;
		margin: 20px;
    }
}

/**

BREADCRUMBS

**/
#breadcrumbs {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: .8em;
    font-style: italic;
    margin-top: 0;
    padding: 0;
}

#breadcrumbs li {
    display: inline;
}

#breadcrumbs li a {
    color: #666;
    text-decoration: none;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}


/**

INTERIOR BANNER

**/
#intBanner {
  position: relative;
  overflow: hidden;
}

#intBanner img {
    position: relative;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    margin: -1em 0 0 0;

}


#intBanner h1 {
    color: white;
    font-size: 2.5em;
    font-weight: 700;
    text-shadow: 2px 2px 4px #666;
    margin: 0;
    padding: .5em 1.5em .5em 1em;
    position: absolute;
    left: -10px;
    top: 25%;
    z-index: 10;
}

#intBanner h1::after {
    background-image: url(/_resources/images/pgtitle3d.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 10px;
    height: 10px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
}



/**

CONTENT ELEMENTS

**/
.content h2 {
    border-bottom: 1px solid #f5f4ef;
    -webkit-box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    -moz-box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    display: block;
    font-size: 2.2em;
    margin: 0 0 .5em;
    padding-bottom: 5px;
    width: 62%;
}

.container h3 {
    font-size: 1.8em;
    margin: 0 0 .5em;

}

.content h4 {
    font-size: 1.1em;
    margin: 0 0 .5em;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}

.column {
    float: left;
    width: 50%; /* Default for larger screens */
    padding: 2%;
}

/* Adjust column layout for smaller screens */
@media screen and (max-width: 1100px) {
    .column {
        width: 100%; /* Full width for medium devices */
    }
}

@media (max-width: 768px) {
    .content img {
        margin-bottom: 10px; /* Reduced margin for small devices */
    }

    .column {
        padding: 10px 2%; /* Adjust padding for small screens */
    }
}

.border {
    border-radius: 16px;
    width: 150px;
}



/**

LISTINGS

**/
.imgList {
    padding-left: 0;
}

.imgList li {
    border-top: 1px solid #ECEBE5;
    border-right: 1px solid #ECEBE5;
    border-bottom: 1px solid #f5f4ef;
    border-left: 1px solid #ECEBE5;
    -webkit-box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    -moz-box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    box-shadow: 0px 1px 0px rgba(217, 216, 212, 1);
    clear: both;
    display: block;
    float: left;
    margin-bottom: 15px;
    padding: 15px;
}

.imgList li img {
    display: inline-block;
}

.imgList li:first-child {
    margin-top: 0;
}

.imgList li:last-child {
    border-bottom: 1px solid #ECEBE5;
    box-shadow: none;
}

.imgList li:hover {
    background-color: #e4e3df;
    border: 1px solid #d3d2d0;
}

.imgList li a {
    text-decoration: none;
}


/**

SIDEBARS

**/
/* Show the sidebarLeft on larger screens */
#sidebarLeft {
    float: left;
    width: 25%;
}

#sidebarLeft .padding {
    padding: 20px;
}

/* Add the menu toggle input and label */
.menu-toggle {
    display: none;
}

.menu-toggle-label {
    display: none;
}

@media only screen and (max-width: 1100px) {
    /* Hide the sidebarLeft on mobile devices */
    #sidebarLeft {
        display: none;
        width: 100%;
    }

     /* Show the menu toggle on mobile devices */
    .menu-toggle {
        position: relative;
        z-index: 1;
    }

    /* Style the menu toggle label to look like a button */
    .menu-toggle-label {
        display: block;
        position: relative;
        width: 100%;
        height: 50px;
        background-color: #CC0000;
        color: #fff;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        z-index: 2;
        border-top: 2px solid #fff;
    }

    /* Show the sidebarLeft when the menu toggle is checked */
    .menu-toggle:checked ~ #sidebarLeft {
        display: block;
        width: 100%;
    }
}


#sidebarRight {
    float: right;
    padding: 0 0 0 1%;
    max-width: 363px;
}

@media only screen and (max-width: 1100px) {
    #sidebarRight {
        float: none;
        width: auto;
    }
}


.sidebarRightBdr {
    border-left: 1px solid #ccc;
    margin-left: 2em;
}

@media only screen and (max-width: 1100px) {
    .sidebarRightBdr {
    border-left: 0px solid #ccc;
    margin-left: 0;
    }
}

#sidebarLeft {
    float: left;
}

#sidebarLeft .padding {
    padding: 20px;
}

#sidebarLeft h3,
#sidebarRight h3 {
    font-size: 1.2em;
    margin-top: 1em;
    text-transform: uppercase;
}


/**

LINK LIST

**/
.linkList {
    padding-left: 0;
}

.linkList li:first-child {
    border-bottom: 4px double #b8b8b3;
    font-weight: bold;
    padding-left: 0;
}

.linkList li:first-child:hover {
    background: none !important;
}

.linkList li {
    border-bottom: 1px solid #dfded7;
}

.linkList li:hover {
    background-color: #f3f2ec;
}

.linkList li a {
    background: url(/_resources/images/sideNav-arrow.png) no-repeat center right;
    color: #666;
    display: block;
    font-size: 1em;
    padding: 5px 1em;
    text-decoration: none;
}

.linkList li:hover a {
    color: black;
}


/**

DOWNLOAD BUTTONS

**/
a.download {
    color: #666666;
}

.download {
    background: url(/_resources/images/DLicon.png) no-repeat 6px 8px;
    border: 1px solid #666;
    border-radius: 3px;
    color: #666;
    display: block;
    font-size: .8em;
    margin-bottom: 10px;
    padding: 4px 5px 4px 25px;
    text-decoration: none;
}

.download:hover {
    background: url(/_resources/images/DLicon.png) no-repeat 6px 8px #dedede;
    border: 2px solid #000;
    color: #000;
}


/**

BUTTONS

**/
.bttnRedStripe,
.bttnRed,
.bttnBlack,
.bttnWhite {
    text-decoration: none;
    text-transform: uppercase;
}

.bttnRed,
.bttnBlack,
.bttnWhite {
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    padding: .5em 1em;
}

.bttnRedStripe {
    background: url(/_resources/images/readmorebg.jpg) repeat top left;
    border: 1px solid #be171c;
    color: white;
    font-weight: bold;
    padding: 1em 2.5em;
    text-shadow: -1px -1px 1px #000000;
    filter: dropshadow(color=#000000, offx=-1, offy=-1);
}

a.bttnRed {
    color: white;
}

.bttnRed {
    background: rgb(204, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(153, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 0, 0, 1)), color-stop(100%, rgba(153, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(153, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(153, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(153, 0, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(204, 0, 0, 1) 0%, rgba(153, 0, 0, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000', GradientType=0);
    /* IE6-9 */
    border: 1px solid #be171c;
}

.bttnRed:hover {
    background: #cc0000;
}

a.bttnBlack {
    color: white;
}

.bttnBlack {
    background: rgb(51, 51, 51);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    border: 1px solid #000;
}

.bttnBlack:hover {
    background: black;
}

a.bttnWhite {
    color: black;
}

.bttnWhite {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    border: 1px solid #ccc;
}

.bttnWhite:hover {
    background: white;
}


/**

SIDEBAR QUOTE

**/
blockquote.sideQuote {
    font-style: normal;
    padding: 0 20px;
    position: relative;
    margin: 1.5em 0;
}

blockquote.sideQuote:before {
    content: url(/_resources/images/quote-l.png);
    position: absolute;
    top: 0;
    left: 0;
}

blockquote.sideQuote:after {
    content: url(/_resources/images/quote-r.png);
    position: absolute;
    bottom: 0;
    right: 0;
}

blockquote.sideQuote .quoter {
    font-size: .8em;
    font-style: italic;
    margin-top: .5em;
}


/**
   
TABLES

**/
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;

}

table th, table td {
    padding: 5px;
    text-align: left;
}

th {
    font-weight: bold;
}

tr {
    text-align: left;
}

table.tableOutline th {
    background-color: black;
    color: white;
}

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

table.tableOutline td {
    vertical-align: middle;
    border: none;
    text-align: left;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .tableOutline-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Enhance scrolling on touch devices */
    }

    table.tableOutline {
        display: inline-block; /* Or 'block', depending on your layout needs */
        white-space: nowrap; /* Ensure table content stays in one line */
    }
}


.tableOutline-wrapper {
  position: relative;
}

.scroll-overlay {
  display: none; /* Initially hidden */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 40px;
  text-align: center;
  font-size: 18px;
  z-index: 10;
}

.scroll-overlay:before,
.scroll-overlay:after {
  content: '⇦'; /* Left arrow for before, Right arrow for after */
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-overlay:after {
  content: '⇨';
  right: 10px;
}

.scroll-overlay:before {
  left: 10px;
}


.tableOutline-wrapper.is-scrollable .scroll-overlay {
  display: block;
}




/**

FOOTER

**/

footer {
    background-color: #333333;
    color: #fff;
}

footer a {
    color: white;
    text-decoration: none;
}

.footerTop {
    background-color: #000;
    background-repeat: repeat-x;
    width: 100%;
    overflow: hidden;
}

.logoBottom {
    float: left;
    padding: 1em;
}

.logoBottom img {
	width: 30rem;
	max-width: 100%;
}

.footerNav {
    float: right;
    margin-top: 30px;
}

.footerNav ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.footerNav ul li {
    float: left;
}

.footerNav ul li a {
    display: block;
    padding: .5em;
    font-size: .9em;
}

.footerBottom {
    width: 100%;
    overflow: hidden;
}

.footerBottom ul {
    float: left;
    font-size: .9em;
    list-style-type: none;
    margin: 0;
    padding: 4% 3%;
}

#relatedSchools {
    width: 25%;
}

#relatedSchools li {
    margin-bottom: 20px;
}

#relatedSchools li:last-child {
    margin-bottom: 0;
}

.secondaryFtrLinks li {
    margin-bottom: 5px;
}



/**

IE ONLY CLASSES

**/
.lt-ie9 .barousel_content {
    position: absolute;
    padding: 35px;
    z-index: 50;
    background: #222;
    color: white;
    height: 295px;
    width: 375px;
    top: 0px;
    left: 0px;
}

.lt-ie8 .imgList li {
    border-top: 1px solid #ECEBE5;
    border-right: 1px solid #ECEBE5;
    border-bottom: 1px solid #f5f4ef;
    border-left: 1px solid #ECEBE5;
    clear: both;
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}

.lt-ie9 .bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    position: absolute;
    padding: 35px;
    z-index: 50;
    background: url(/_resources/images/hmSliderBg.png) top left repeat;
    color: white;
    height: 295px;
    width: 375px;
    top: 0px;
    left: 0px;
    border-right: 1px solid #000;
    z-index: 2;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Menu styling */

.primaryNav {
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}

.menu-search-icon {
    position: relative;
    margin: 20px;
}

.search-icon-box .fa.fa-search {
    color: white;
}

.search-icon-box {
    line-height: 1;
	font-size: 24px;
}

.search-icon-box img {
    cursor: pointer;
}

#searchform {
    display: none;
    float: none;
    border: none;
    height: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 250px;
    box-shadow: 0 0 10px 0px #00000033;
    z-index: 9;
}

#searchform.search-form.search-open {
    display: flex !important;
}

#searchform input {
    background: #fff;
    border: 0px;
    height: auto;
    width: calc(100% - 35px);
    padding: 7px 10px;
    box-sizing: border-box;
}

#searchform input[type="submit"] {
    width: 35px;
    background: #d1d1d1 url(/_resources/images/black-search-icon.png) no-repeat center / 17px;
}

#searchform input[type="submit"]:hover {
    background-color: #b1b1b1;
}

.menutrigger {
    display: block;
}

#cssmenu01 {
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    transition: background 0s .3s;
}

.hamburger-menu span:before,
.hamburger-menu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
}

.hamburger-menu span:before {
    top: -10px;
    transition-property: top, transform;
}

.hamburger-menu span:after {
    bottom: -10px;
    transition-property: bottom, transform;
}

.hamburger-menu {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    font-size: 0;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

.hamburger-menu.is-active span {
    background: none;
}

.hamburger-menu.is-active span:before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger-menu.is-active span:after {
    transform: rotate(-45deg);
    bottom: 0;
}

.hamburger-menu.is-active span:before,
.hamburger-menu.is-active span:after {
    transition-delay: 0s, .3s;
}

/****14-11-2022 start**/
.primaryNav .dropdown-menu-custom ul.sub-menu-main {
    z-index: 3;
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    background-color: #000;
    min-width: 215px;
    transition: all 0.5s ease;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.primaryNav .main-menu .dropdown-menu-custom:last-child ul.sub-menu-main:last-child {
    left: auto;
    right: 0;
}

.dropdown-menu-custom {
    position: relative;

}

.primaryNav .dropdown-menu-custom:hover ul.sub-menu-main {
    display: block;
}

.primaryNav ul {
    overflow: unset;
}

ul.sub-menu-main>li {
    width: 100%;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 15px;
}

ul.sub-menu-main>li>a {
    padding: 0 0 6px 0;
}

.hamburger-menu {
    position: absolute;
    right: 83px;
    top: 38px;
}

.primaryNav ul li a.res-show {
    display: none;
}

.primaryNav>ul>li>a {
    position: relative;
    transition: all 0.5s ease;
}

.res-show img {
		width: 24px;
}


@media only screen and (max-width: 1100px) {
    .primaryNav .dropdown-menu-custom ul.sub-menu-main {
        position: relative;
        background-color: #202020;
        top: auto;
    }

    .dropdown-menu-custom.open ul.sub-menu-main,
    .primaryNav .dropdown-menu-custom.open ul.sub-menu-main {
        top: auto;
        width: 100%;
    }

    ul.sub-menu-main>li {
        border-color: #868686;
    }

    .primaryNav ul li a.res-show {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 99999;
        background: none;
    }

    .primaryNav>ul>li>a::before {
        display: none;
    }

    .dropdown-menu-custom.open a.res-show img {
        transform: rotate(-180deg);
    }

    .dropdown-menu-custom ul.sub-menu-main,
    .dropdown-menu-custom:hover ul.sub-menu-main,
    .primaryNav .dropdown-menu-custom:hover ul.sub-menu-main,
    .primaryNav>ul>li>a:hover::before {
        display: none;
    }

    .dropdown-menu-custom.open ul.sub-menu-main {
        display: block;
        width: 90%;
        top: 47px;
    }

    .primaryNav .dropdown-menu-custom.open ul.sub-menu-main {
        display: block;
    }

    ul.sub-menu-main>li:hover {
        border-color: #532525;
    }
}

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

    .dropdown-menu-custom.open ul.sub-menu-main,
    .primaryNav .dropdown-menu-custom.open ul.sub-menu-main {
        width: 92%;
    }
}

/****14-11-2022 end**/


@media screen and (max-width: 1130px) {
    .main-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
        z-index: 999;
        background: #000000;
        padding: 20px 10px;
    }

    .main-menu li {
        float: none;
    }

    ul.main-menu li a {
        padding: 10px;
        line-height: 1;
    }

    .logoTop .mobile {
        width: 68px;
        display: block;
    }

    .logoTop .desktop {
        display: none;
    }
}

@media only screen and (min-width: 1131px) {
    .menutrigger {
        display: none;
    }

    #cssmenu01 {
        display: block !important;
    }

    .logoTop .mobile {
        display: none;
    }
}


/**

STAFF MEMBER SNIPPETS

**/

.staff-row {
    display: flex;
    gap: 5%;
}

.staff-row .staff-member-single {
    flex: 0 0 100%;
    max-width: 240px; /* Controls the maximum width of single staff member */
}

.staff-member-single {
    text-align: left;
    padding-left: 10px; /* Uniform padding for content inside the single staff member */
}

.staff-row-double .staff-member,
.staff-row-triple .staff-member,
.staff-row-quad .staff-member {
    max-width: 350px;
    flex: 0 0 50%; /* Double layout */
}

.staff-row-triple .staff-member {
    flex: 0 0 33.33%; /* Triple layout */
}

.staff-row-quad .staff-member {
    flex: 0 0 25%; /* Quad layout */
}

.staff-row img {
    width: 145px;
}

.staff-member h4, .staff-member p {
    text-align: left; /* Left aligns text elements */
}


@media screen and (max-width: 768px) {
    .staff-row {
        /* Adjust the flex properties of staff-row if necessary */
        flex-direction: column;
    }

    .staff-row .staff-member {
        flex: 0 0 100%;
        max-width: 100%; /* Ensures each staff member takes full width */
    }
}



/****15-12-2022 start**/
* {
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.banner-section-omni {
    position: relative;
    z-index: 2;
    height: 100%;
}

video#home-hero {
    width: 100%;
}


.charteritalic-font {
    font-family: 'CharterItalic';
}


.helvetica-neue-bold-font {
    font-family: 'helvetica_neue_lt_std75_bold';
}

.helvetica-neue-lt-font {
    font-family: 'helvetica_neue_lt_std67MdCn';
}

.helveticaneueregular {
    font-family: 'helveticaneueregular';
}

.charterregular {
    font-family: 'charterregular';
}

.acumin_variable_conceptRg {
    font-family: 'acumin_variable_conceptRg';
}

.myriad_proregular {
    font-family: 'myriad_proregular';
}

.banner-section-omni>img {
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.bnr-desc-omni h1 {
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 1);
    font-size: 3em;
    font-weight: normal;
    line-height: 1.3;
}

.bnr-desc-omni h3 {
    text-shadow: 0px 3px 12px rgba(0, 0, 0, .7);
    font-size: 3em;
    font-weight: normal;
    line-height: 1.3;
}

.bnr-desc-omni {
    position: absolute;
    left: 0;
    top: 28%;
    text-align: center;
    color: #ffffff;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.about-section-omni {
    padding: 115px 15px;
    text-align: center;
    color: #ffffff;
    background-image: url(/_resources/images/texas-tech-about-arrows.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-omni-container {
    max-width: 820px;
    margin: 0 auto;
}

.about-omni-container h1 {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 45px;
    line-height: 1.3;
}

.about-omni-container p {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.social-about {
    margin: 60px 0 0 0;
    padding: 0;
}

.social-about>li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 2%;

}

@media screen and (max-width: 488px) {
    .social-about>li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 6%;

}
}

.social-about>li>a {
    transition: all 0.5s ease;
}

.social-about>li>a:hover {
    opacity: .8;
}

.social-about img {
    min-width: 44px;
}

.img-bx-omni {
    display: table;
    width: 100%;
}

.img-omni-left {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: 60vh;
}

.img-omni-right {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: 60vh;
}

.img-omni>img {
    width: 50%;
    height: 85vh;
    object-fit: cover;
    will-change: transform;
}


.img-desc-omni {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding: 10% 10%;
}

.img-desc-omni h2 {
    font-size: 65px;
    margin-bottom: 9px !important;
    max-width: 420px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.3;
}

.img-desc-omni p {
    font-size: 18px;
    margin-bottom: 45px !important;
    max-width: 500px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.3;
}

.img-desc-omni p:last-child {
    margin-bottom: 0 !important;
}

.img-desc-omni h2.lg-font144 {
    font-size: 144px;

}

.img-desc-omni p.program-desc {
    max-width: 280px;
    line-height: 1.3;
    color: #000000;
}

.institution-section-omni {
    background-color: #e8e8e8;
    border-bottom: 1px solid #000000;
    padding: 60px 0 40px 45px;
}

h2.section-red-title {
    color: #A60000;
    font-size: 34px;
    margin-bottom: 30px;
}

.socla-oi {
    padding: 0;
    margin: 0;
}

.socla-oi li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 3px;
}

.oi-bx {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 460px;
    padding: 35px;
    color: #ffffff;
}

.oi-bx::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.oi-bx>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 460px;
}

.last-item::after {
    content: '';
    position: absolute;
    right: -3.5%;
    top: 0;
    height: 100%;
    width: 1px; /* Width of the separator */
    background-color: #000; /* Color of the separator */
}

.oi-bx-desc {
    position: relative;
    z-index: 1;
}

.oi-bx-desc h3 {
    font-size: 32px;
    line-height: 1.3;
    min-height: 145px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    margin-bottom: 15px;
    padding-right: 5%;
    font-weight: bold;

}

.program-title i {
    font-size: 99px;
    position: relative;
    top: -18px;
    left: -10px;
}

.img-desc-omni h2.program-title {
    line-height: 1;
}

.img-desc-omni h2.billion-title {
    max-width: 550px;
}

.img-desc-omni p.billion-txt {
    max-width: 100%;
}

.psdnt-desc {
    line-height: 1.3;
    margin-bottom: 60px;
    font-weight: bold;
    letter-spacing: 1px;
}

.funded-desc {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.owl-oi .owl-nav,
.owl-txs .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.owl-oi .owl-nav .owl-next,
.owl-oi .owl-nav .owl-prev,
.owl-txs .owl-nav .owl-next,
.owl-txs .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    outline: none;
    font-size: 40px !important;
    line-height: 1;
    background: url(/_resources/images/left-arrow-icon.png) no-repeat center center !important;
    transition: all 0.5s ease;
}

.owl-oi .owl-nav .owl-next span,
.owl-oi .owl-nav .owl-prev span,
.owl-txs .owl-nav .owl-next span,
.owl-txs .owl-nav .owl-prev span {
    display: none;
}

.owl-oi .owl-nav .owl-next,
.owl-txs .owl-nav .owl-next {
    left: auto;
    right: 45px;
    background: url(/_resources/images/right-arrow-icon.png) no-repeat center center !important;
}

.owl-oi .owl-nav .owl-prev:hover,
.owl-txs .owl-nav .owl-prev:hover {
    background: url(/_resources/images/left-arrow-icon.png) no-repeat center center !important;
}

.owl-oi .owl-nav .owl-next:hover,
.owl-txs .owl-nav .owl-next:hover {
    background: url(/_resources/images/right-arrow-icon.png) no-repeat center center !important;
}

.texas-bx .owl-oi .owl-dots, .owl-txs .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.texas-bx .owl-oi .owl-dots .owl-dot, .owl-txs .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
}

.texas-bx .owl-oi .owl-dots .owl-dot.active, .owl-txs .owl-dots .owl-dot.active {
    background-color: #A60000;

}

.btn-comman {
    display: inline-block;
    vertical-align: top;
    padding: 0 0;
    background-color: #b40000;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: 'HelveticaNeue';
    padding: 5px 18px 6px 18px;
    border-radius: 16px;
    text-decoration: none;
    margin-top: 1%;
    transition: all 0.5s ease;
}

.btn-comman:hover {
    background-color: #000000;
}

.btn-center {
    text-align: center;
}

.oisi1 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/Home-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi1:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/Home-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.oisi2 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/FB-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi2:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/FB-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.oisi3 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/X-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi3:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/X-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.oisi4 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/IG-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi4:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/IG-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.oisi5 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/YT-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi5:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/YT-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.oisi6 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/IN-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi6:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/IN-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.oisi7 {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/Threads-White.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.oisi7:hover {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/_resources/images/Threads-Black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}


.texas-section-omni {
    padding: 30px 30px;
    background-color: #e8e8e8;
}

.texas-bx .oi-bx-desc {
    padding: 30px;
    max-width: 500px;
}

.texas-bx {
    padding: 35px 45px;
}


.texas-bx .oi-bx-desc h2 {
    margin-bottom: 5%;
    font-size: 1.5em;
    line-height: 1.2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;

}

.texas-bx .oi-bx-desc .btn-comman {
    color: white;
    background-color: #A60000;
    padding: 15px 20px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
}

.texas-bx .oi-bx-desc .btn-comman:hover {
    background-color: #000000;
    transition: 0.3s ease;
}

.owl-txs .owl-nav .owl-next {
    right: 35px;
    display: none;
}

.owl-txs .owl-nav .owl-prev {
    left: 35px;
    display: none;
}

/* * Our Campus Section Start *** */

.our-cmps-h1 h2 {
    color: #A60000;
    font-size: 35px;
    width: 70%;
    line-height: 1.3;
}

.our-cmps-img-1 img {
    width: 90%;
}

.our-cmps-txt-2 {
    color: black;
    width: 70%;
}

.our-cmps-txt-2 h2 {
    font-size: 24px;
    line-height: 1.3;
}

.our-cmps-txt-2 p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.our-cmps-img-map {
    width: 20%;
}

.our-cmps-d-flx {
    display: flex;
}

.oc-d-flx {
    display: flex;
}

.our-cmps-cnt {
    margin: 0 auto;
    max-width: 1480px;
}

.cmps-pd {
    margin: 0 0 33px 0;
}

/* * Our Campus Section End *** */


.location-omni {
    position: relative;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 45px 80px 65px 80px;
    background-image: url(/_resources/images/location-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clear: both;
}

.our-cmps-rt {
    float: right;
    width: 685px;
    height: 656px;
    position: relative;
    background-image: url(/_resources/images/map-img.png);
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.our-cmps-lt {
    max-width: 555px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.our-cmps-lt::before {
    position: absolute;
    width: 250px;
    height: 250px;
    content: '';
    right: -190px;
    top: 150px;
    background-image: url(/_resources/images/location-pin.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.ic-star {
    position: absolute;

}

.iconstar1 {
    left: 223px;
    top: 45px;
}

.iconstar2 {
    left: 250px;
    top: 45px;
}

.iconstar3 {
    left: 223px;
    top: 160px;
}

.iconstar4 {
    left: 250px;
    top: 160px;
}

.iconstar5 {
    left: 0px;
    top: 270px;
}

.iconstar6 {
    left: 30px;
    top: 270px;
}

.iconstar7 {
    left: 200px;
    top: 268px;
}

.iconstar8 {
    left: 230px;
    top: 260px;
}

.iconstar9 {
    left: 400px;
    top: 140px;
}

.iconstar10 {
    left: 335px;
    top: 230px;
}

.iconstar11 {
    left: 310px;
    top: 300px;
}

.iconstar12 {
    left: 345px;
    top: 355px;
}

.iconstar13 {
    left: 385px;
    top: 365px;
}

.iconstar14 {
    left: 430px;
    top: 335px;
}

.iconstar15 {
    left: 480px;
    top: 290px;
}

.iconstar16 {
    left: 470px;
    top: 250px;
}

.iconstar17 {
    left: 470px;
    top: 225px;
}

.iconstar18 {
    left: 480px;
    top: 190px;
}

.iconstar19 {
    left: 495px;
    top: 215px;
}

.iconstar20 {
    left: 525px;
    top: 205px;
}

.iconstar21 {
    left: 510px;
    top: 185px;
}

.iconstar22 {
    left: 510px;
    top: 160px;
}

/* * Our Story Section Start *** */
.our-story-boxes {
    padding: 30px 15px;
    background-color: #e8e8e8;
}

.our-story-boxes h1 {
    color: #A60000;
    font-size: 35px;
    
}

.container-box {
    margin: 0 auto;
    width: 97%;
    
}

.story-box-1 {
    position: relative;
    background-color: black;
    height: auto;
    width: 100%;
    border-radius: 16px;
    z-index: 0;
    margin-right: 15px;
    margin-left: 15px;
    overflow: hidden;
}

.story-box-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* This is the overlay with 50% opacity */
    z-index: 1; /* This ensures the overlay is above the background image but below the text */
}

.story-box-1 h2 {
    color: white;
    padding: 5%;
    z-index: 2; /* This ensures the text is above the overlay */
    position: relative;
}

.our-story-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1100px) {
    .container-box {
        width: 100%;
    }
}

.our-story-boxes-lt {
    display: inline-flex;
    height: 500px;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 16px;
    width: 50%;
    float: left;
}


@media (max-width: 1100px) {

    .our-story-boxes-lt {
    display: flex;
    width: 100%;
    float: left;
        
    }
}

.story-txt h2 {
    width: 75%;
    line-height: 1.2;
}

.story-box-lt-sm {
    font-size: 18px;
    font-weight: 100;
}

.story-box-bd {
    font-size: 31px;
}

.story-txt a {
    text-decoration: none;
    color: white;
}

.story-txt a:hover {
    color: #b40000;
    transition: 0.3s ease;
}

.our-story-boxes-h1 {
    margin: 20px 0;
}

.story-txt-h1-clr-blk a {
    color: black;
}

.story-btn {
    color: white;
    background-color: #A60000;
    padding: 5px 20px;
    border-radius: 16px;
    font-size: 17px;
    cursor: pointer;
}

.story-btn:hover {
    background-color: #000000;
    transition: 0.3s ease;
}

.story-btn-main {
    text-align: center;

}

.our-story-boxes {
    border-top: 3px solid black;
}

/* * Our Story Section End *** */

.logoBottom {
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.five-instituion-title {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    font-family: 'CharterRegular';
    max-width: 620px;
    float: right;
    font-weight: 400;
    padding: 40px 40px 0 0;
}

footer a,
footer {
}

#relatedSchools,
#relatedSchools a {
    font-weight: bold;
}

footer a:hover {
    font-weight: bold;
}

.ftr-cpright {
    float: left;
    font-size: 15px;
    padding: 4% 3%;
}

.footerBottom ul.ftr-social {
    padding: 0;
}

.footerBottom ul.ftr-social li {
    margin-right: 10%;
}

.ftr-adress {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.footerBottom {
    padding-left: 30px;
    padding-right: 30px;
}

.secondaryFtrLinks li {
    margin-bottom: 5px;
    line-height: 1.3;
}

#relatedSchools li {
    margin-bottom: 20px;
    line-height: 1.3;
    max-width: 260px;
}

.ftr-links2,
.ftr-links2 a {
}

.ftr-links2 li {
    line-height: 1;
    margin-bottom: 7px;
}

.ftr-social img {
    max-width: 36px;
}

.map-container-item:not(:first-child) {
    display: none;
}

/* * Values Culture Logo Section Start *** */
.five-images-cnt {
    padding: 0 50px;
}

.five-logo {
    background-color: white;
}

.logo-main img {
    width: 50%;
    height: auto;
	border: 0px;
}

.logo-main h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 0;
    box-shadow: none;
}

.logo-main {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.five-images {
    display: flex;
}

.five-logo h1 {
    color: #A60000;
    font-size: 35px;
}

.five-logo h1 {
    text-align: center;
}

.five-logo-btn {
    padding: 5px 50px;
    margin-top: 40px;
}

section.five-logo {
    padding: 50px 0;
    border-top: 50px solid #e8e8e8;
}

.five-logo-mg {
    margin: 26px 0;
}

.logo-main {
    text-align: center;
}

/* makes values icons grow slightly when hovered over */

.logo-main:hover {
    transform: scale(1.3);
    transition: 0.5s ease;
}

/* * Values Culture Logo Section End *** */

/* * Responsive Container for iFrame of Video Embeds (videos must be wrapped in div class responsive-container) *** */

/* Default style for mobile and smaller screens */
.responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%; /* Full width on small screens */
    padding-top: 56.25%; /* Aspect Ratio 16:9 */
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Media query for larger screens */
@media (min-width: 1024px) { /* Adjust this breakpoint as needed */
    .responsive-container {
        max-width: 855px; /* Fixed width for larger screens */
        height: 480px; /* Fixed height for larger screens */
        padding-top: 0; /* Remove padding-top for larger screens */
    }

    .responsive-container iframe {
        width: 100%;
        height: 100%;
    }
}
/* * End Responsive Container for iFrame of Video Embeds  *** */

/* * Audit Client Evaluation Form Styling *** */
       form {
            background: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

label {
display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

        input[type="text"],
        textarea {
            width: 100%;
            padding: 8px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        /* Flex container for scale ratings */
        .scale-ratings {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .scale-ratings div {
            flex: 1;
            padding: 5px;
            text-align: center;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .scale-ratings div {
                flex-basis: 50%;
            }
        }

        @media (max-width: 480px) {
            .scale-ratings div {
                flex-basis: 100%;
            }

            input[type="text"] {
                width: auto;
                max-width: 100%;
            }
        }
/* * Form Styling End *** */

@media only screen and (max-width: 1400px) {
    .img-omni>img {
        height: 92vh;
    }

    .our-cmps-cnt {
        max-width: 1180px;
    }

    .our-cmps-lt {
        max-width: 490px;
    }

    .story-txt h1 {
        width: 60%;
    }

    #relatedSchools li {
        max-width: 100%;
    }
}


@media only screen and (max-width: 1100px) {
    .bnr-desc-omni h1 {
        font-size: 1.5em;
    }

    .bnr-desc-omni h3,
    .about-omni-container h1,
    .img-desc-omni h2 {
        font-size: 1.5em;
    }

    .img-desc-omni {
        padding: 30px;
    }

    .img-desc-omni h2,
    .img-desc-omni p,
    .img-desc-omni p.program-desc {
        max-width: 100%;
    }

    .img-desc-omni h2.lg-font144 {
        font-size: 100px;
    }

    .program-title i {
        font-size: 60px;
    }

    .oi-bx {
        padding: 20px;
    }

    .oi-bx-desc h3 {
        padding-right: 0;
    }

    .img-omni>img {
        height: 50vh;
    }

    .oi-bx-desc h3 {
        font-size: 28px;
        min-height: 130px;
    }

    .banner-section-omni>img {
        height: 600px;
    }

    .our-cmps-rt {
        float: none;
    }

    .our-cmps-lt {
        max-width: 100%;
    }

    .five-instituion-title,
    .logoBottom {
        max-width: 50%;
    }

    .logoBottom img {
        max-width: 100%;
    }

    .five-instituion-title {
        font-size: 22px;
        padding-bottom: 45px;
    }

    .footer-texas #relatedSchools,
    .footer-texas .width25 {
        width: 49%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .footerBottom ul.ftr-social {
        margin-top: 20px;
    }

    .our-cmps-lt::before {
        display: none;
    }
    
}


    .story-box-bd {
        font-size: 25px;
    }


@media only screen and (max-width: 900px) {
    .bnr-desc-omni h1 {
        font-size: 1.3em;
    }

    .bnr-desc-omni h3,
    .about-omni-container h1,
    .img-desc-omni h2,
    .texas-bx .oi-bx-desc h2 {
        font-size: 1.3em;
    }

    .img-omni>img {
        height: 50vh;
    }

    .banner-section-omni>img {
        height: 500px;
    }

    .our-cmps-cnt {
        overflow-x: auto;
    }

    .location-omni,
    .texas-section-omni {
        padding-left: 30px;
        padding-right: 30px;
    }

    .our-cmps-h1 h2,
    .our-cmps-txt-2 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .story-txt h1 {
        width: 95%;
    }

    /* =================12/19/2022 */
    .five-logo-btn {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .img-omni>img {
        height: 100vh;
    }

    .bnr-desc-omni h3,
    .about-omni-container h1,
    .img-desc-omni h2,
    .texas-bx .oi-bx-desc h2 {
        font-size: x;
    }

    .banner-section-omni>img {
        height: 400px;
    }

    .bnr-desc-omni h1 {
        font-size: 1em;
    }

    .location-omni,
    .texas-section-omni {
        padding-left: 15px;
        padding-right: 15px;
    }

    .five-instituion-title,
    .logoBottom {
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .five-instituion-title {
        padding-top: 0;
        margin-top: 0;
    }

    .footer-texas #relatedSchools,
    .footer-texas .width25,
    .story-txt h2 {
        width: 100%;
    }

    .footerBottom {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 650px) {
    .five-images-cnt {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .bnr-desc-omni h1 {
        font-size: 1em;
    }

    .img-bx-omni {
        display: flex;
        flex-direction: column;
    
    }
    
    .img-omni-left {
        display: block;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        height: 35vh;
    
    }

.img-omni-right {
        display: block;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        height: 35vh;
    
    }

.img-omni>img {
    width: 50%;
    height: 85vh;
    object-fit: cover;
    will-change: transform;
}

    .img-bx-omni.last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .img-omni,
    .img-desc-omni {
        display: block;
        width: 100%;
        padding: 15%;
        order: 2;
    
    }

    .institution-section-omni {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-oi .owl-nav .owl-next {
        right: 5px;
    }

    .oi-bx-desc h3 {
        min-height: 1px;
    }

    .oi-bx,
    .oi-bx>img {
        height: 400px;
    }

    .psdnt-desc {
        margin-bottom: 85px;
    }

    .oi-bx-desc h3 {
        font-size: 24px;
    }

    .owl-oi .owl-nav .owl-next,
    .owl-oi .owl-nav .owl-prev {
        width: 34px;
        height: 34px;
    }

    .texas-bx>img,
    .texas-bx {
        height: 365px;
    }
}

@media screen and (max-width: 479px) {
    .our-story-boxes-lt {
        display: flex;
        flex-direction: column;
    }

    .story-box-1 {
        height: 100%;
    }

    .our-story-boxes-lt {
        height: 100%;
    }

    .st-mbl {
        /* margin-bottom: 28px; */
    }

    .logo-main img {
        width: 23%;
        height: auto;
    }

    .five-images {
        display: flex;
        flex-direction: column;
    }

    .logo-main {
        margin-bottom: 20px;
    }
}

/*                                                             
         ..............................................................                                                                     
         ..       
         ..       
         .Teague Dill****.       
         ..       
         .*#WreckEM*.       
         .**...........****............*. 
         ..............         .****.          .............       
                                .****.                                
                     ......................................                     
                     .*.                     
                     .*.                     
                     .......    *    .....*.                     
                     ..    .**  *  **.   .*.                     
                     .......    .**  *  **.   ........            
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                                .**  *  **.                                
                            .....**  *  **.....                       
                            .*  *  *.                            
                            .****    *    ****.                            
                            .**** ** ****.                            
                            .**** ** ****.
        				    .****              ****.             
                            .**.                                                  
                            ........................
*/