/* cmsms stylesheet: FSIP Main modified: Wednesday, August 6, 2025 5:41:46 PM */
/* 
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300-700;
  font-style: normal;

  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400-900;
  font-style: normal; 
  */

    /* 
    turquoise rgb(17,125,116);
    lighter turquoise rgb(88,164,157);
    red rgb(136,54,38);
    yellow rgb(159,96,42);
    orange rgb(188,58,32);
    gray rgb(47,47,47); 
    */


body {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    color: #000;
    background-color: #fff;
    font-size: 18px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    background-color: rgb(136,54,38);
    text-align: center;
    background-image: url("/uploads/images/designfiles/headerback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.LogoShell {
    text-align: center;
}

.TheLogoone {
    margin: 45px auto 0px auto;
    text-align: center;
}

.TheLogotwo {
    margin: 10px auto 35px auto;
    text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogoone {
    margin: 20px auto 0px auto;
    }

    .TheLogotwo {
    margin: 0px auto 20px auto;
    }
}

.HeaderFootShell {
    background-image: url("/uploads/images/designfiles/headerfoot.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
    height: 22px;
}

.TheNav {
    color: #fff;
    background-color: rgb(0,0,0);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.UnderNav {
    color: #fff;
    background-color: rgb(17,125,116);
    text-align: center;
    line-height: 0;
    height: 44px;
    border-bottom: 1px solid #fff;
    background-image: url("/uploads/images/designfiles/undernavback.png");
    background-repeat: repeat-x;
}

.Slider {
    background-color: rgb(47,47,47);
    text-align: center;
    border-bottom: 1px solid #fff;
}

.Tagline {
    color: #fff;
    background-color: rgb(47,47,47);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
    height: 29px;
}

.HomeMainBack {
    background-color: #fff;
}

.MainContent {

}

.HomeCont {
    padding: 35px 20px 35px 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeCont {
        padding: 20px;
    }
}

.HomeContRight {
    padding: 35px 35px 35px 20px;
    background-color: rgb(88,164,157);
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeContRight {
        padding: 20px;
    }
}

.HomeBlocksShell {
    background-color: rgb(47,47,47);
    background-image: url("/uploads/images/designfiles/homeboxes.png");
    background-repeat: repeat-x;
    background-position: center bottom;
}

.HomeBlock1 h2, .HomeBlock2 h2,  .HomeBlock3 h2,  .HomeBlock4 h2, .HomeContRight h2, .SubRight h2 {
    color: #fff;
}

.HomeBlock1 {
    background-color: rgb(17,125,116);
    padding: 20px;
    color: #fff;
    font-size: 18px;
    background-image: url("/uploads/images/designfiles/turq-homeboxbottom.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
}

.HomeBlock2 {
    background-color: rgb(136,54,38);
    padding: 20px;
    color: #fff;
    font-size: 18px;
    background-image: url("/uploads/images/designfiles/red-homeboxbottom.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
}

.HomeBlock3 {
    background-color: rgb(159,96,42);
    padding: 20px;
    color: #fff;
    font-size: 18px;
    background-image: url("/uploads/images/designfiles/yellow-homeboxbottom.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
}

.HomeBlock4 {
    background-color: rgb(47,47,47); 
    padding: 20px;
    color: #fff;
    font-size: 18px;
    background-image: url("/uploads/images/designfiles/gray-homeboxbottom.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
}

.MoreInfoButt {
    filter: alpha(opacity=80); /* internet explorer */
    opacity: 0.8;           /* fx, safari, opera, chrome */
    margin: 15px 0;
}

.MoreInfoButt:hover  {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.PuebloLogosShell {
    text-align: center;
    padding: 30px 0;
}

.PuebloLogos {
    margin: 50px auto;
}

.Footer {
    background-color: rgb(188,58,32);
    background-image: url("/uploads/images/designfiles/footerback.png");
    background-repeat: repeat-x;
    background-position: top center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 60px 0 30px 0;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: underline; color: #fff;}

.Copyr {
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 16px;
    font-weight: 300;
    color: rgb(47,47,47); 
}

.SubSlider {
    background-color: rgb(240,240,240);
    text-align: center;
    border-bottom: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.SubLeft {
    padding-bottom: 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubeLeft {
        /*padding: 20px;*/
    }    
}

.SubRight {
    padding: 35px 35px 35px 20px;
    background-color: rgb(88,164,157);
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-image: url("/uploads/images/designfiles/turq-subright.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-bottom: 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubRight {
        padding: 20px;
    }
}

.SubRight A:link {text-decoration: none; color: #fff;}
.SubRight A:visited {text-decoration: none; color: #fff;}
.SubRight A:active {text-decoration: none; color: #fff;}
.SubRight A:hover {text-decoration: underline; color: #fff;}

.Bread {
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    text-align: right;
}

.TopContent {
    padding: 35px 35px 0px 35px;
}

.LefBox {
    padding: 25px;
}

.RighBox {
    padding: 25px;
}

.BottomContent {
    padding: 0px 35px 0px 35px;
}

/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(17,125,116);}
A:visited {text-decoration: none; color: rgb(17,125,116);}
A:active {text-decoration: none; color: rgb(17,125,116);}
A:hover {text-decoration: underline; color: rgb(17,125,116);}

/*Turquoise Buttons*/

/*A.button:link {text-decoration: none; color: #fff; background-color: rgb(88,164,157)}*/
/*A.button:visited {text-decoration: none; color: #fff; background-color: rgb(88,164,157)}*/
/*A.button:active {text-decoration: none; color: #fff; background-color: rgb(88,164,157)}*/
/*A.button:hover {text-decoration: none; color: #fff; background-color: rgb(17,125,116)}*/

/*.button {*/
/*    background-color: rgb(88,164,157)}*/
/*}*/

/*.button:hover {*/
/*    background-color: rgb(17,125,116);*/
/*}*/

A.button:link {text-decoration: none; color: #fff; background-color: rgb(191,121,37)}
A.button:visited {text-decoration: none; color: #fff; background-color: rgb(191,121,37)}
A.button:active {text-decoration: none; color: #fff; background-color: rgb(191,121,37)}
A.button:hover {text-decoration: none; color: #fff; background-color: rgb(159,96,42)}

.button {
    background-color: rgb(191,121,37)}
}

.button:hover {
    background-color: rgb(159,96,42)}
}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: "Cinzel", serif;
    font-size: 26px;
    color: rgb(17,125,116);
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    color: rgb(17,125,116);
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 26px;
    color: rgb(159,96,42);
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    color: rgb(159,96,42);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 26px;
    color: rgb(47,47,47); 
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    color: rgb(47,47,47); 
    padding: 10px 0;
    margin: 10px 0;
}
/* cmsms stylesheet: FSIP Nav modified: Thursday, August 7, 2025 3:10:25 PM */
.title-bar {
    background: transparent;
    /*background: rgb(140, 13, 4);*/
    padding: 5px 10px;
}

.top-bar {
    background: transparent;
    /*background: rgb(140, 13, 4);*/
    padding: 0px;
    margin: 0px;
    /*display: inline-block;*/
    font-size: 14px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background: rgb(0,0,0);

    margin: 0px;
}

.top-bar ul li {
    background: rgb(0,0,0);
    padding: 5px 0px 5px 0px;
    text-align: left;
}

.top-bar ul li a {
    color: #fff;
}

.top-bar ul li:hover {
    background: rgb(17,125,116);
    color: #fff;
}

.top-bar ul li.navactive {
    background: rgb(17,125,116);
    color: #fff;
}

.dropdown.menu li.is-active a {
    color: #fff; !important
}

.top-bar ul li ul li {
    min-width: 220px;
    padding: 2px 0px 2px 0px;
}

.top-bar ul li ul li:hover {
    background: rgb(17,125,116);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background: rgb(17,125,116);
    color: #fff;
}

.top-bar ul li ul li ul li:hover {
    background: rgb(17,125,116);
    color: #fff;
}

.top-bar ul li ul li ul li.navactive {
    background: rgb(17,125,116);
    color: #fff;
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: #fff;
}

.TitleText:hover {
    background-color: transparent !important;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
/*        border-left: 1px solid #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {i
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
/*text-align: left;*/
}

nav.top-bar {

}

.drilldown a {
    padding: 0.7rem 1rem;
    background: none;
}

.NavLogo {
    
}

.menu .menu-text {
    font-weight: bold;
    font-size: 14px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: #fff transparent transparent;
}
/* cmsms stylesheet: FSIP Right Menu modified: Monday, August 4, 2025 6:21:07 PM */
/* RIGHT BAR MENU */

ul.RighBarMenu {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style-type: none;
}

ul.RighBarMenu li {
    border: 1px solid rgb(183,216,213);
    padding: 7px;
    margin: 0px 0px 3px 0px;
    background-color: rgb(49,139,131);
}

ul.RighBarMenu li:hover {
    background-color: rgb(17,125,116);
}

ul.RighBarMenu li a {
    color: #fff;
    display: block;
}

ul.RighBarMenu li a:hover {
    text-decoration: none;
}

ul.RighBarMenu li li {
    border: 1px solid rgb(183,216,213);
    padding: 7px;
    margin: 0px 0px 3px 0px;
    background-color: rgb(49,139,131);
}

ul.RighBarMenu li li:hover {
    background-color: rgb(17,125,116);
}

ul.RighBarMenu li li a {
    color: #fff;
}

ul.RighBarMenu li li a:hover {
    text-decoration: none;
}
/* cmsms stylesheet: FSIP News modified: Wednesday, August 6, 2025 5:38:54 PM */
.IMPNewsSummary {
  /*padding: 10px;*/
  /*margin: 0 0 1em 0;*/
  /*border-bottom: 1px solid #666; */
  /*behavior: url(PIE.htc);*/
  margin-top: 10px;
}

.IMPNewsSummaryLink {
  font-weight: bold;
  padding-top: 0px;
  font-size: 16px;
}

.IMPNewsSummaryLink A:link {text-decoration: none; color: #000;}
.IMPNewsSummaryLink A:visited {text-decoration: none; color: #000;}
.IMPNewsSummaryLink A:active {text-decoration: none; color: #000;}
.IMPNewsSummaryLink A:hover {text-decoration: underline; color: #000;}
  
div#news {
margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */

}

div#news h2 {
 line-height: 2em;
 background: #fff;
}

.NewsSummary {
  padding: 10px; /* padding for the news article summary */
  margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
  border-bottom: 1px solid #ccc; 
  behavior: url(PIE.htc);
}

.NewsSummaryPostdate {
font-size: 13px;
font-weight: bold;
text-align: right;
}

.NewsSummaryLink {
  font-weight: bold;
  padding-top: 0px;
  font-size: 16px;
  padding-bottom: 7px;
}

.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}

.NewsSummaryAuthor {
font-style: italic;
padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
line-height: 140%;
font-size: 16px;
}

.NewsSummaryMorelink {
padding-top: 0.5em;
}

#NewsPostDetailDate {
margin-bottom: 5px;
font-weight: bold;
text-align: right;
}

#NewsPostDetailSummary {
 line-height: 150%;
 }


#NewsPostDetailContent {
margin-bottom: 15px;
line-height: 150%;
}

.NewsSummaryH {
  padding: 10px; /* padding for the news article summary */
  margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
  border-bottom: 1px solid rgb(213,211,199); 
  behavior: url(PIE.htc);
}

.NewsSummaryPostdateH {
font-size: 12px;
font-weight: bold;
text-align: right;
color: #fff;
}

.NewsSummaryLinkH, .NewsSummaryLinkH A {
  font-weight: bold;
  padding-top: 0px;
  font-size: 14px;
color: #303030;
}

.NewsSummarySummaryH, .NewsSummaryContentH {
line-height: 140%;
color: #fff;
}

.NewsSummaryMorelinkH {
padding-top: 0.5em;
color: #303030;
}


.NewsSummaryMorelinkH a {
color: #303030;
}
/* cmsms stylesheet: FSIP Search modified: Thursday, August 7, 2025 3:10:26 PM */
.NaVSearchBlock {
    margin-top: -3px;
}

/*Small only*/
@media screen and (max-width: 39.9375em) {
    .NaVSearchBlock {
    margin-top: 0px;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .NaVSearchBlock {
    margin-top: 0px;
}
}

.SearchBox {
    display: inline-block;
    width: 124px;
    height: 35px;
    margin: 8px 0px;
    background-color: rgb(163,60,53);
    color: #fff;
}

.SearchButton {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 9px;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: rgb(180,103,41);
    color: #000;
}

.BeforeSearchLabelDiv {
    float: left;
    width: 150px;
    margin-right: 15px;
}

.BeforeSearchLabelDiv A:link {text-decoration: none; color: #fff}
.BeforeSearchLabelDiv A:visited {text-decoration: none; color: #fff}
.BeforeSearchLabelDiv A:active {text-decoration: none; color: #fff}
.BeforeSearchLabelDiv A:hover {text-decoration: none; color: rgb(194,211,232)}

.SearchLabelDiv {
    float: left;
    width: 60px;
}

/*.SearchLabelDiv label {*/
/*    color: #fff;*/
/*    padding-top: 3px;*/
/*}*/

.SearchInputDiv {
    float: left;
    width: 130px;
}

/*Small only*/
@media screen and (max-width: 39.9375em) {
    .SearchInputDiv {
    float: left;
    width: 115px;
}
}

.SearchButDiv {
    float: left;
    width: 65px;
}

.search-input {
    width: 120px;
    padding: 5px 8px 5px 8px;
    height: 28px;
    margin: 0px 0px 0px 3px;
    /*border: 1px solid rgb(146,172,91);*/
}

/*Small only*/
@media screen and (max-width: 39.9375em) {
    .search-input {
    width: 110px;
}
}

.search-button {
    padding: 5px 8px 5px 8px;
    height: 28px;
    margin: 0px 0px 0px 3px;
    color: #fff;
    background-color: rgb(180,103,41);
    border-radius: 3px;
    border: 1px solid rgb(180,103,41);
    font-size: 14px;
}

.Nav-search-input {
    height: 30px;
    border: 1px solid rgb(230,218,195);
    color: rgb(152,151,155);
    background-color: rgb(163,60,53);
    font-size: 13px;
    margin: 0px;
}

.Nav-search-button {
    height: 30px;
    border: 1px solid #fff;
    background: rgb(180,103,41);
    color: #fff !important;
    margin: 0 0 0 6px;
    font-size: 13px;
}

.Nav-search-button:hover {
    background: rgb(180,103,41);
}

.NaVSearchBlock {
    padding-top: 12px;
    padding-right: 10px;
}
/* cmsms stylesheet: FSIP Career Ops Module modified: Wednesday, August 6, 2025 4:53:10 PM */
/* JOB OPPORTUNITY MODULE */

.JobItem {
    border: 1px solid #ccc;
    margin: 4px 0;
    padding: 10px;
    font-size: 14px;
}

.JobItem:hover {
    background-color: rgb(240,240,240);
}

.JobTitle {
    color: rgb(17,125,116);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 50px 20px 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    font-family: "Cinzel", serif;
}

.JobPDF {
    border-top: 1px dotted #ccc;
    padding: 10px 5px 5px 5px;
}

.JobDeadline {
    border-top: 1px dotted #ccc;
    padding: 10px 5px 5px 5px;
}

.JobDescription {
    
}
