@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');


 #page-body .featured-with-description .button {
  bottom: 0;
  padding:0;
   margin-bottom:0 !important;
}

.ui.cards.featured-with-description .ui.card .ui.button a {
  background: #880000 !important;
  padding: 1em 2em !important;
  display: block;
}




html, body {
  font-size: 16px;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: 'Bitter', serif;
  font-weight: 800;
}
html h1 {
  font-size: 54px;
}
html h2 {
  font-size: 35px;
}
html h3 {
  color: #770000;
  font-size: 28px;
}
html h4 {
  font-size: 22px;
}
html h5 {
  color: #770000;
  font-size: 18px;
}
html h6 {
  font-size: 16px;
}

p, li{line-height:1.6em;}

a {
  color: #084771;
  text-decoration: revert;
}

a.skip-link:focus {
  color: #084771;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: underline;
  position: unset;
}

p img {
  margin: 0em 1em;
}

#page-body img{
  max-width:100% ;
  height:auto !important;
}

#header{
  background:#ffffff;
}

#header #nav-wrapper2019{
  display:none;
}

.mobile-cta-button{display:none;}

#top .secondary.menu  a, #top .secondary.menu  a:hover{text-decoration:none !important;}


.ui.segment {
  border-radius: 0;
  padding: 2em;
  font-size: 1.15em;
  margin:1em 1em 2em !important;
  box-shadow: 8px 8px 0 rgba(255,255,255,0.55), 16px 16px 0 rgba(255,255,255,0.55);
}

.rss_feed{margin:0 !important;}

.rss_feed .column {
  background: rgba(255,255,255,0.85);
  border: 3px solid #fff;
  min-height: 500px;
}

.rss_feed .title {
  font-weight: bold;
  font-size: 1.1em;
  padding: 1em 1em 0;
}

.rss_feed .description {
  padding: 0 1em 1em;
}

.fac-profile .title {
  margin-bottom: .5em;
  font-size: 1.15em;
}

#responsive-menu-button{
  color:#333333;
  display:none;
}

.ui.basic.blue.button{
  -webkit-box-shadow: 0 0 0 1px #084771 inset;
  box-shadow: 0 0 0 1px #084771 inset;
  color: #084771;
}

.ui.blue.button{
  background-color: #084771;
}

p.blue-button a,
a.blue-button{
  color: #fff !important;
  text-decoration: none;
}

.rss_feed .ui.column a img.preview {
  object-fit: cover;
  height: 200px !important;
  width: 100%;
}

.pushable > .pusher{
  /*transform: translateZ(0px) scale(1);*/
  position:unset !important;
}


html {
  overflow: hidden;
}
body {
  margin: 0;

  color: #000000;

}

/*#page-body .ui.container{
width: calc(1127px + 2rem) !important;
}*/

.header.background-wrapper {
  background:linear-gradient(#084771, #700);
  height:70vh;
  box-sizing: border-box;

}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

html .ui.input > input:focus,
html a:focus,
html .button:focus,
html .dropdown:focus,
html button:focus,
header #top-navigation nav#primary-menu ul li button:focus{
  outline: 1px solid #fff !important;
  border: 2px solid #000 !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}


/*------------------------------------*\
HEADER IMAGE
\*------------------------------------*/
#headerimg-sm {
  background: linear-gradient(#084771, #700);
  height: auto;
  line-height: 0;
  margin: 1em 0 2em !important;
  padding: 0;
}
#headerimg-sm img.headerimg {
  height: 400px;
  object-fit: cover;
  opacity: .25;
  width: 100% !important;
}
#headerimg-sm .site-title {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  padding: 1.5% 0 1%;
  position: absolute;
  width: 100%;
}
#headerimg-sm .site-title h1 {
  color: #ffffff;
  margin: 0;
}
#headerimg-sm ol#breadCrumbs {
  color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}
#headerimg-sm ol#breadCrumbs li {
  display: inline-block;
}
#headerimg-sm ol#breadCrumbs li a {
  color: #ffffff;
  text-decoration: underline;
}
#headerimg-sm ol#breadCrumbs li i {
  color: #ffffff;
}







#regular-wrapper {
  width: 100% !important;
  height:100% !important;
  padding-top:5vh;
  background: #ffffff !important;
  z-index: 2;
  position: relative;
}




#page-footer{

  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  min-height: 100vh !important;
  width: 100%;
}

/*------------------------------------*\
PROFILE CARDS
\*------------------------------------*/

#page-body  .ui.basic.red.button{
  background: #ffffff !important;
  color: #000000 !important;
}

#page-body  .ui.basic.red.button a{
  color: #000000 !important;
}

#page-body .ui.basic.red.button:hover{
  background: #770000 !important;
  color: #ffffff !important;
}

#page-body  .ui.basic.red.button a:hover{
  color: #ffffff !important;
}

#page-body  .ui.basic.red.button{
  box-shadow: 0 0 0 1px #770000 inset !important;
  color: #000000 !important;
}


/*------------------------------------*\
FOOTER
\*------------------------------------*/

#footer {
  margin-bottom: 0;
  background: #242424;
  color: #ffffff;
}

#footer a{
  color:#fff !important;
}

/*--------------------------*\
SIDEBAR
\*-------------------------*/

.sidebar {
  border-left: 1px solid #dcdcdc;
}
.sidebar h2 {
  background: #770000;
  color: #ffffff;
  font-size: 1.1em;
  padding: 0.5em;
}
.sidebar h3 {
  background: #242424;
  color: #ffffff;
  font-size: 1em;
  padding: 0.5em;
}
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  background: none;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
}
.sidebar p {
  margin-left: 0.5em;
}
.sidebar ul {
  padding-left: 1.5em;
}
.sidebar img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sidebar .cta {
  margin-bottom: 1.5em;
}
.sidebar .cta:hover img {
  opacity: 1;
}
.sidebar .cta img {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 100% !important;
}
.sidebar .cta span {
  background: #084771;
  color: #ffffff;
  display: block;
  font-family: "Bitter", serif;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.15em;
  margin: -15px 0 0 0;
  padding: 0.5em;
  position: relative;
  text-decoration: none;
}

/*------------------------------------*\
ACCORDIONS
\*------------------------------------*/

.accordion {
  margin: 1em 0em;
}

.accordion button, .accordion button h1, .accordion button h2, .accordion button h3, .accordion button h4, .accordion button h5, .accordion button h6 {
  font-size: 18px !important;
  color: #000;
  margin:
    0 !important;
  font-weight: bold;
}

#main #page-body .accordion .segment.title i.icon {
  color: #770000;
  float: right;
}


/*------------------------------------*\
BUTTON styles
\*------------------------------------*/

#main #page-body .ui.red.basic.button{
  cursor: pointer !important;
}

#main #page-body .button.red{
  background: #ffffff;
  color:#000;
}
#main #page-body .button a{
  color: #000000;
}
#main #page-body .button.red:hover{
  background: #770000;
  transition-duration: 0.1s;
  color:#ffffff;
}
#main #page-body .button.red a:hover{
  color: #ffffff;
}

.ui.basic.red.button, .ui.basic.red.buttons .button{
  box-shadow: 0 0 0 1px #770000 inset;
}



#main #page-body .button {
  color: #ffffff;
  /*font-size: 1em;*/
  line-height: 1.5em;
  margin-bottom: 1em;
  text-decoration: none;
}
#main #page-body .button.blue {
  background: #084771;
}
#main #page-body .button.green {
  background: #0B6520;
}
#main #page-body .button.purple {
  background: #5d2263;
}
#main #page-body .button.red {
  background: #770000;
}
#main #page-body .button.grey {
  background: #242424;
}
#main #page-body .button.grey:hover {
  background: #454545;
}
#main #page-body .button:hover {
  background: #242424;
}
#main #page-body .button a {
  color: #ffffff;
  text-decoration: none;
}





/*------------------------------------*\
MEDIA QUERIES
\*------------------------------------*/

@media only screen and (min-width: 1200px)
  .ui.ui.ui.container:not(.fluid) {
    width: 1127px;
    margin-left: auto;
    margin-right: auto;
  }




@media screen and (max-width: 1250px) {
  .header.middleground::before, .header.foreground{
    background-image:none !important;

  }

  #responsive-menu-button{
    display:inline-block;
  }

  #nav-bar .secondary.menu > a.item, #nav-bar div > div.item{display:none;}

  #wordmark {width: 100%;}

  .six.wide.left.floated.column.related-image{
    display:none;
  }


  .ui.column.grid > [class*="nine wide"].column.fac-profile, 
  .ui.grid > .column.row > [class*="nine wide"].column.fac-profile, 
  .ui.grid > .row > [class*="nine wide"].column.fac-profile, 
  .ui.grid > [class*="nine wide"].column.fac-profile{

    width:100% !important;

  }

  .fac-profile .ui.column.grid > [class*="twelve wide"].column, 
  .fac-profile .ui.grid > .column.row > [class*="twelve wide"].column, 
  .fac-profile .ui.grid > .row > [class*="twelve wide"].column, 
  .fac-profile .ui.grid > [class*="twelve wide"].column{
    width:100% !important;
    max-width:700px;
    margin:auto;
  }


  .ui.grid [class*="right floated"].column {
    margin-left: initial;
  }

  .pushable > .pusher{position:relative !important;}

  .header.background-wrapper::before {

    /*transform:translateZ(0) scale(1);*/
  }


}



@media screen and (max-width:768px){
  h1{
    font-size:2.5em;
  }

  .ui.grid > .row > .column.related-image{
    display:none;
  }

  .fac-profile img{
    width:100% 
  }

  .rss_feed .column{
    min-height:unset;
  }

  #wordmark.ui.column.grid > [class*="five wide"].column, #wordmark.ui.grid > .column.row > [class*="five wide"].column, 
  #wordmark.ui.grid > .row > [class*="five wide"].column, #wordmark.ui.grid > [class*="five wide"].column{
    width:50% !important;
  }


  .ui.column.grid > #nav-bar[class*="eleven wide"].column, .ui.grid > .column.row > #nav-bar[class*="eleven wide"].column, 
  .ui.grid > .row > #nav-bar[class*="eleven wide"].column, .ui.grid > #nav-bar[class*="eleven wide"].column{
    width:40% !important;
    margin-left:10% !important;
  }

  .ui.secondary.menu .item{ 
    padding:.65em .75em !important;
    font-size:1em !important;
  }

  .secondary.menu .item:hover{
    color:#333333 !important;

  }

  .mobile-cta-button{display:block;}
  .desktop-cta-button{display:none;}

  .ui.text.container {
    width: auto !important;
  }

}































