<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-default &gt; .panel-heading-custom {
    /* background: #ff5c5c; */
    background: #29666e;
    color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 15px;
}

.globalNavCenterDiv{
  max-width: 1003px;
  width: 100% !important;
}

.button-header{
  max-width: 350px !important;
  width: 100% !important;
  position: fixed;
  margin-left: 4% !important;
  margin-top: -8% !important;
  font-weight: bold;
}

.image-media{
    width: 100%;
    border-radius: 5px;
    position: relative;
    left: -3%;
    max-width: 250px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.image-media2{
  width: 100%;
  border-radius: 5px;
  position: relative;
  max-width: 450px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.modal-header .close{
  color: white;
  position: absolute;
  margin-right: 5px;
  font-size: 2.3rem;
  padding: 0 !important;
}

.modal-header {
  border-bottom: 0px solid transparent !important;
}

.modal-dialog{
  width: 50% !important;
  border-radius: 5px;
}

@media(max-width: 728px){
  .modal-dialog{width: 90% !important;}
}

.modal-content{ text-align: center; }

.modal-body {
  padding: 0.5rem 0rem 2rem 0rem !important;
}

.image-media:hover{
  cursor: pointer;
}

.media-hover:hover{
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
.media-hover2:hover{
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

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


@media(max-width:767px){
    .image-media{
        width: 100%;
        border-radius: 5px;
        left: 0;
        position: relative;
    }
    
}

.background-header{
    background-color: #a1d4ca;
    border-radius: 5px;
}

.header-card-header{
    color: #29666e;
    font-weight: bold;
    font-size: 1.6rem;
}

.background2{
    background-color: #0082a4;
}

.background{
    background-color: #a1d4ca;
}

.background2-border{ border:1px solid #0082a4; }

.content-header{
    padding: 15px;
}

.header-content{
    font-size:1.6rem;
}

.header-content2{
    font-size:1.4rem;
}

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

.masthead{
    position: relative;
    overflow: unset;
    padding-bottom: 1rem;
    background: #29666e;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.masthead-es{
    position: relative;
    overflow: unset;
    padding-bottom: 1rem;
    background: #7bb8b4;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.masthead-teen{
    position: relative;
    overflow: unset;
    padding-bottom: 1rem;
    background: #ff4f3f;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.text-blue{ color:#2D3F77; }
.accordion&gt;.card&gt;.card-header { margin-bottom: 0px !important; background-color: #a1d4ca; }
.hvr:hover{ cursor: pointer; }
.accordion-p{ padding:1.15rem; }
.accordion .card-header.collapsed:after { content: "\f067"; font-size:1.4rem; }
.accordion .card-header2.collapsed:after { content: "\21F5"; font-size:1.1rem; }
.white-text{ color:#fff; }
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #2D3F77;
    font-size:1.4rem;
}
.accordion .card-header2:after {
    font-family: 'FontAwesome';
    content: "\21F5";
    float: right;
    color: #fff;
    font-size:1.1rem;
}

.btn-1{
    background-color: #29666e;
}

.btn-2{
    background-color: #ffc70c;
}

.text-content{
    font-size:1.1rem;
}

.text-content2{
    font-size:0.8rem;
}

.text-content3{
    font-size:1.1rem;
}

.text-aqua {
    color: #007483;
}

.text-green{
    color:#fff;
}

tr:nth-child(odd) {
    background-color: #0082a4;
    color:#FFF;
}

tr:nth-child(even) {
    background-color: #f8f8f8 !important;
    color:#000;
}

/*Resource Table CSS*/
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
    border:1px solid #29666e;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
    border: 0;
    }

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

    table th {
    border: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    }
    
    table tr {
    border: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    }
    
    table td {
    border: 3px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    }
    
    table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    }
    
    table td:last-child {
    border-bottom: 0;
    }
}
/*End of Resource Table CSS*/

@media (min-width: 576px){
    .container {
        max-width: 540px; 
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px; 
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px; 
    }

    .button-box{
        bottom:33% !important;
        right:2% !important;
    }

    .button-box2{
        bottom:33% !important;
        left:2% !important;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px; 
    }
}
.button-box-special {
    background: #383b3a;
}

button:focus {
    outline: none;
}

.twenty-one {
    background: #fff;
    color: #29666e;
    border: 2px solid #29666e;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: color 400ms;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    font-size: 1.2rem;
}

.twenty-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #29666e;
    z-index: -1;
    transition: transform 400ms ease-out;
    transform: scaleX(0);
    transform-origin: left;
}

.twenty-one:hover::before {
transform: scaleX(1);
}

.twenty-one:hover {
    color: #fff;
}

.twenty-two {
  background: #fff;
  color: #29666e;
  border: 2px solid #29666e;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: color 400ms;
  border-radius: 5px;
  width: 140px;
  height: 34px;
  margin-top:10px;
  font-size: 1rem;
}

.twenty-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #29666e;
  z-index: -1;
  transition: transform 400ms ease-out;
  transform: scaleX(0);
  transform-origin: left;
}

.twenty-two:hover::before {
transform: scaleX(1);
}

.twenty-two:hover {
  color: #fff;
}

.button-box,
.button-box-special {
    position: absolute;
    bottom:20%;
    right:1%;
    /* border: 1px solid black; */
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-box2,
.button-box-special {
    position: absolute;
    bottom:20%;
    left:1%;
    /* border: 1px solid black; */
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dropdown-toggle::after {
    border: none!important;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f107"!important; 
    vertical-align: 0; 
    text-decoration:none;
    font-weight: bold;
  }

  .header-content {
    font-size: 1.6rem !important;
    color: #2D3F77 !important;
}

.btn-1{
    background-color: #29666e !important;
    border: 1px solid #29666e;
}

.btn-2{
    background-color: #ffc70c;
}
  
  .fa {
      font-size: 21px;
      width: 21px;
  }
  
  li.dropdown.show a.dropdown-toggle::after {
    content: "\f106"!important 
  }
  
  .alert {
      padding: 15px;
      margin-bottom: 20px;
      border-radius: 4px;
      color: #fff;
      font-size: 12px
  }
  
  .fade_message {
      background-color: #fff0cc;
      border: 1px solid #f8b15d
  }
  
  .fade_message .close {
      color: #f8b15d
  }
  
  .fade_message strong {
      color: black;
      font-weight:500;
      font-size:1rem;
  }
  
  /* Nav sub Nenu for Mobile */
  a .collapseMainSubMenu::before {font-family: 'FontAwesome'; content: "\f106"; font-weight: bold;}
  a.collapsed .collapseMainSubMenu::before {font-family: 'FontAwesome'; content: "\f105"; font-weight: bold;}
  
  .levels{
      font-size: 1.5rem !important;
      text-align: center;		
  }

  .desktop-hme{display: block;}
  .mobile-hme{display: none;}
  
  @media (max-width: 768px){
    .desktop-hme{display: none;}
    .mobile-hme{display: block; position: unset !important; text-align: center;}
    .white-text:hover{ color:#48525B; }
}

iframe {
    aspect-ratio: 16/9;
    width: 100%;
  }

  /*Navigation CSS*/
.menu {
    display: block;
    /*margin-top: 28px;*/
  }
  
  .menu li{
    display: inline-block;
    position: relative;
    z-index: 100;
    float: left;
    width: 19%;
  }
  
  .menu li:first-child {
    margin-left: 0;
  }
  
  .menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 3px 12px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    font-family: arial;
  }
  
  .menu li a:hover,.menu li:hover&gt;a {
    color: #fff;
    /*background: #333;*/
  }
  
  .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    left: 0px;
    background: #F1F1F1;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    border-radius:5px;
  }
  
  .menu ul:after {
    bottom: 100%;
    /*left: 20%;*/
    left: 36%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
  }
  
  .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  
  .menu ul li a {
    font-size: 1rem;
    /*font-size: 16px;*/
    font-weight: normal;
    display: block;
    color: #797979;
    background: #F1F1F1;
    line-height: 28px;
  }
  
  .menu ul li a:hover,.menu ul li:hover&gt;a {
    /*background: #333;*/
    background: #061C60;
    color: #fff;
  }
  
  .menu li:hover&gt;ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
  }
  
  .menu ul ul {
    left: 250px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
  }
  
  .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
  }
  
  .menu li&gt;ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
  }
  
  .responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #1c3664 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .responsive-menu:hover {
    /*background: #374147;*/
    color: #fff;
    text-decoration: none;
  }
  
  a.homer {
    background: #9ca3da;
  }
  
  .submenu-li {
    width:100% !important;
    text-align: left;
  }
  
  .submenu-li2 {
    width:100% !important;
    text-align: left;
  }
  
  article,aside,figure,footer,header,hgroup,nav,section {
  display: block;
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }
  
    .menu ul {
        top: 37px;
    }
  
    /*.menu li a {
        font-size: 12px;
    }*/
  
    a.homer {
        background: #374147;
    }
  }
  
  @media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
  
    .menu {
        display: none;
        padding-left: 0px;
        /*margin-top:6px;*/
    }
  
    .responsive-menu {
        display: block;
        text-align:right;
    }
  
    nav {
        margin: 0;
        background: none;
    }
  
    .logo{
      margin-top:-60px;
      text-align: left;
      width: 150px;
    }
  
    .menu li {
        display: block;
        margin: 0;
    }
  
    .menu li a {
        background: #fff;
        color: #797979;
    }
  
    .menu li a:hover,.menu li:hover&gt;a {
        background: #333;
        color: #fff;
        border-radius: 5px;
    }
  
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
  
    .menu li:hover&gt;ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
  
    .menu ul ul {
        left: 0;
        transform: initial;
    }
  
    .menu li&gt;ul ul:hover {
        transform: initial;
    }
  }
  
  @media (max-width: 767px) {
  .slider, .slider &gt; div{
    height: 178px;
  }
  }
  
  @media (max-width: 480px) {
  }
  
  @media (max-width: 320px) {
  }
  /*End of Nav CSS*/

.h1{
    font-size: 2.5rem;
    font-weight:500;
}
.h4{
    font-size: 1.8rem;
    font-weight:500;
    font-family: 'Montserrat', sans-serif;
}
.h5{
    font-size: 1.25rem; 
}

.dropdown-toggle::after {
border: none!important;
font: normal normal normal 20px/1 FontAwesome;
content: "\f107"!important; 
vertical-align: 0; 
text-decoration:none;
font-weight: bold;
}

li.dropdown.show a.dropdown-toggle::after {
content: "\f106"!important 
}


/* Nav sub Nenu for Mobile */
a .collapseMainSubMenu::before {font-family: 'FontAwesome'; content: "\f106"; font-weight: bold;}
a.collapsed .collapseMainSubMenu::before {font-family: 'FontAwesome'; content: "\f105"; font-weight: bold;}


#desktop-menu{ display:block; }
#mobile-nav-div{ display:none; }

@media (max-width:820px){
    #desktop-menu{ display:none; }
    #mobile-nav-div{ display:flex; }
}

h1.globalNavGrey {
    margin-top: -9px;
    margin-bottom: 0;
}

@media (max-width:1023px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
        width: 100% !important;
    }
    .indexDiv{
        width:838px !important;
    }
}

@media (max-width:1015px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:838px !important;
    }
}

@media (max-width:1000px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:828px !important;
    }
}

@media (max-width:999px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:808px !important;
    }
}

@media (max-width:973px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:798px !important;
    }
}

@media (max-width:969px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:768px !important;
    }
}

@media (max-width:915px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:738px !important;
    }
}

@media (max-width:894px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:728px !important;
    }
}

@media (max-width:874px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:608px !important;
    }
}
@media (max-width:846px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
      width: 100% !important;
    }
    .indexDiv{
        width:578px !important;
    }

    h1.globalNavGrey {
      margin-top: 0px;
      margin-bottom: 0;
      margin-left: 22px;
  }
    .colGrey4{
        padding-top:0px;
        margin-top:0px;
    }
}

@media (max-width:838px){
    .globalNavGreyDiv, .globalNavGreyBlueDiv{
        width: 100% !important;
    }
    .indexDiv{
        width:568px !important;
    }
    .colGrey4{
      padding-top:0px;
      margin-top:-38px;
  }
}

/*DropDown CSS*/
  
  .select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    float: right;
  }
  .select-dropdown2 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    float: right;
  }
  .select-dropdown3 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    float: right;
  }
  .select-dropdown__button {
    /*padding: 10px 35px 10px 15px;*/
    padding: 0px 0px 0px 2px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 280px;
    text-align: left;
    border-radius: 5px;
    color: #29666e !important;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    border: 1px solid #29666e !important;
  }
  .select-dropdown__button::focus {
    outline: none;
  }
  .select-dropdown__button:hover {
    background-color: #29666e;
    color: #fff !important;
  }
  .select-dropdown__button2 .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .select-dropdown__button2 {
    /*padding: 10px 35px 10px 15px;*/
    padding: 0px 0px 0px 2px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 310px;
    text-align: left;
    border-radius: 5px;
    color: #29666e !important;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    border: 1px solid #29666e !important;
    margin-top: 4px;
  }
  .select-dropdown__button2::focus {
    outline: none;
  }
  .select-dropdown__button2:hover {
    background-color: #29666e;
    color: #fff !important;
  }
  .select-dropdown__button2 .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
  }

  .select-dropdown__button2 .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .select-dropdown__button3 {
    /*padding: 10px 35px 10px 15px;*/
    padding: 0px 0px 0px 2px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 310px;
    text-align: left;
    border-radius: 5px;
    color: #29666e !important;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    border: 1px solid #29666e !important;
    margin-top: 4px;
  }
  .select-3::focus {
    outline: none;
  }
  .select-dropdown__button3:hover {
    background-color: #29666e;
    color: #fff !important;
  }
  .select-dropdown__button3 .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
  }

  .select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
  }
  .select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
  }
  .select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #29666e;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
  }

  .select-dropdown__list-item:hover{
    background-color:#a1d4ca;
  }

  .select-dropdown__list2 {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
  }
  .select-dropdown__list2.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
  }
  .select-dropdown__list-item2 {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #29666e;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
  }

  .select-dropdown__list-item2:hover{
    background-color:#a1d4ca;
  }

  .select-dropdown__list3 {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
  }
  .select-dropdown__list23active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
  }
  .select-dropdown__list-item3 {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #29666e;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
  }

  .select-dropdown__list-item3:hover{
    background-color:#a1d4ca;
  }

  @media(max-width: 480px){
    .select-dropdown__button {
      width: 164px;
      font-size:1.2rem;
    }

    .select-dropdown__button2 {
      width: 121px;
      font-size:1.2rem;
    }

    .select-dropdown__button3 {
      width: 121px;
      font-size:1.2rem;
    }
  }
/**************/
:root{
    --light-green:#9ccdc4;
}

/******Button*******/
.button-prime {
    position: relative;
    border: 0;
    transition: 0.5s;
    z-index: 1;
    min-width: 9rem;
    padding: .5rem 0.3rem;
    font-size: 1rem;
    line-height: 1;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    background: #29666e;
    color: var(--white);
    border-radius: 5px;
  }
  .button-prime:before, .button-prime:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .button-prime.--glow:hover {
    background: var(--light-green);
    box-shadow: 0 0 5px var(--light-green), 0 0 25px var(--light-green);
  }
  .button-prime.--pulse:hover {
    animation: pulse 1.5s infinite;
  }
  .button-prime.--door:hover {
    box-shadow: inset -7.5rem 0 0 0 var(--light-green), inset 7.5rem 0 0 0 var(--light-green);
  }
  .button-prime.--shutter:after {
    height: 0;
    width: 100%;
    left: 0;
    background: var(--light-green);
    transition: 0.5s;
  }
  .button-prime.--shutter.--down:after {
    top: 0;
  }
  .button-prime.--shutter.--up:after {
    bottom: 0;
  }
  .button-prime.--shutter:hover:after {
    height: 100%;
  }
  .button-prime.--double:hover {
    box-shadow: 5px 5px 0 var(--light-green);
  }
  .button-prime.--shine {
    overflow: hidden;
  }
  .button-prime.--shine:after {
    height: 100%;
    width: 0;
    left: -25%;
    top: 0;
    background: var(--light-green);
    transform: skew(50deg);
    transform-origin: top left;
    transition: 0.5s;
  }
  .button-prime.--shine:hover:after {
    width: 125%;
  }
  .button-prime.--move:after {
    height: 100%;
    width: 0;
    top: 0;
    background: var(--light-green);
    transition: 0.5s;
  }
  .button-prime.--move.--left:after {
    left: 0;
  }
  .button-prime.--move.--right:after {
    right: 0;
  }
  .button-prime.--move.--left-right:after {
    right: 0;
  }
  .button-prime.--move.--left-right:hover:after {
    right: auto;
    left: 0;
  }
  .button-prime.--move.--right-left:after {
    left: 0;
  }
  .button-prime.--move.--right-left:hover:after {
    left: auto;
    right: 0;
  }
  .button-prime.--move:hover:after {
    width: 100%;
  }
  .button-prime.--border {
    border: 2px solid transparent;
  }
  .button-prime.--border:hover {
    border-color: var(--light-green);
    color: var(--light-green);
    background: transparent;
  }
  .button-prime.--draw-border:before, .button-prime.--draw-border:after {
    box-sizing: inherit;
    border: 2px solid transparent;
    width: 0;
    height: 0;
  }
  .button-prime.--draw-border:before {
    top: 0;
    left: 0;
  }
  .button-prime.--draw-border:after {
    bottom: 0;
    right: 0;
  }
  .button-prime.--draw-border:hover {
    color: var(--light-green);
    background: transparent;
    border-radius: 5px;
  }
  .button-prime.--draw-border:hover:before, .button-prime.--draw-border:hover:after {
    width: 100%;
    height: 100%;
  }
  .button-prime.--draw-border:hover:before {
    border-top-color: var(--light-green);
    border-right-color: var(--light-green);
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .button-prime.--draw-border:hover:after {
    border-bottom-color: var(--light-green);
    border-left-color: var(--light-green);
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  .button-prime.--underline:after {
    box-sizing: inherit;
    width: 0;
    height: 100%;
    border-bottom: 4px solid var(--light-green);
    bottom: 0;
    transition: 0.5s;
  }
  .button-prime.--underline.--left:after {
    left: 0;
  }
  .button-prime.--underline.--right:after {
    right: 0;
  }
  .button-prime.--underline:hover:after {
    width: 100%;
  }
  .button-prime.--underline.--center:after {
    right: 50%;
    left: 50%;
  }
  .button-prime.--underline.--center:hover:after {
    right: 0;
    left: 0;
  }
  .button-prime:hover{
    font-weight: bold;
  }
/*******************/

#show_image_popup{
  width: 400px;
  height: auto;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: ghostwhite;
/*    */
  display: none;
  z-index: 1001;
}
#show_image_popup img{
  max-width: 90%;
  height: auto;
}

#all-images .active{
  filter: blur(5px);
}
.close-btn-area{
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
  
}
.close-btn-area button{
  cursor: pointer;
}

@media(max-width:480px){
  #show_image_popup{
    width: 300px;
    height: auto;
  }
}

/*Modal Pop-Up*/

/*******End of Modal Pop-Up*******/

@media(max-width:1023px){
  .globalNavGreyBlueDiv{
    height: 55px;
  }
}

@media(max-width:480px){
  #side-menu{
    margin-left: -20px;
  }
  .fa-bars{
    margin-left: -3px;
  }
}

@media(max-width:396px){
  .fa-bars{
    margin-left: -6px !important;
  }

  .menu2 .optionsBar .menuItem .menuOption i {
    width: 12px;
    text-align: center;
    color: #fff;
}
}

@media(min-width:850px) and (max-width:878px){
  h1.globalNavGrey{
    margin-top: -30px;
  }
}</pre></body></html>