  
/*double border on focus - need to figure out main nav buttons*/
html .ui.input > input:focus,
html a:focus,
html .button:focus,
html .dropdown:focus,
html button:focus,
html input:focus,
html th:focus,
html select: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;
}


/*-------------------------------------------------*\
LANDING PAGE INNER PAGE ELEMENTS
\*-------------------------------------------------*/

HTML,BODY{  font-size:1.2em; height: 100%; }


body > .container{padding-left:1.5em !important; padding-right:1.5em !important;}

#top a, #top a:hover{text-decoration:underline;}

.sidebar {
  background-color: #dfdfdf;
}


A { 
  color:#115d8d;
  text-decoration:underline;
}

A:hover {
  color:#990000;
  text-decoration:underline;
}

A:focus,.button:focus,.dropdown:focus {
outline:#ec0 2px solid;
}

#page-content img {
  margin:10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Fjalla One",sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 1.2em;
}



h1 {
  background: none;
  font-size: 2em;
  border-bottom: 7px solid #900;
  border-left: none;
  color: #000000;
  padding-bottom: 10px;
  margin-top: 20px;
  font-style: normal;
  text-align: left;
  width: 100%;
}

.sidebar h2{
  color: #fff;
  font-size: 1.5em;
    line-height: 1.2em;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background-color: #770000;
    background-size: 20px 20px;
    border-bottom: 7px solid #ab946c;ound-size: 20px 20px;
}

h2 {
  color: #00556b;
  border: none !important;
  margin-left: 0 !important;
  padding: 0.25em 0 !important;
  font-size: 1.3em;
}

h3 {
  
  position: relative;
  font-size: 1.1em;
}

img{
  height:auto !important;
  max-width:100%;
}

p {
  line-height: 1.5;
}

.hide{
  display:none !important;
}

.skip-link {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

.skip-link:focus {
  color: black;
  font-size:.7em;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

#back-to-top{
  z-index:250;
  bottom: 0;
  left:0;  
  position: fixed;
  visibility: hidden;
}

#back-to-top button{
  box-shadow: 0px 0px 4px -2px #000 !important;
  border-radius: 0% 100% 00% 0;
  text-align: center;
  width: 75px;
  height: 75px;
  font-size: .7em;
  padding: 10px 25px 5px 10px;
  background: rgba(0,0,0,0.5) !important;
  color: #fff;
}

#back-to-top button i{margin: 0;}

#form_description {
    display: none;
}


/*-------------------------------------------------*\
HEADER AND TOP NAV   
\*-------------------------------------------------*/

.wordmark-bar {
  width:100%;
  background:#ffffff;
  border-bottom: 2px solid #efefef;
 /* border-top: 7px solid #ab946c;
  border-bottom: 12px solid #770000; */
  padding:.85em 0;
  text-align:center;
}


#headerimg {
  margin-bottom: 20px;
  height: 66%;
  max-height:500px;
  width:100%;
  z-index: 100;
}

#headerimg, #headerimg-sm {
background-color: #115d8d;
}

#headerimg img.headerimg {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0px;
}

.site-title {
  color: #FFF;
  position: relative;
  text-align:center;
  vertical-align:middle;
  width:50%;
  margin-left: 25%;
  z-index: 99;
}

#headerimg-sm {
  display:table;
  height: 30%;
  max-height:350px;
  min-height:150px;
  width:100%;
  z-index: 100;
}

#headerimg-sm img.headerimg {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0px;
}

#header{
  position:relative;
  z-index:200;
}


/*-------------------------------------------------*\
FOOTER
\*-------------------------------------------------*/



#footer{
  background:#770000;
  color:#efefef;
  display: block;
  font-size:.65em;
  padding:15px 0;
  margin-bottom: 0 !important;
  margin-top: 3em;
}

#footer a{
  color:#efefef;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;


}

/*-------------------------------------------------*\
MEDIA QUERIES
\*-------------------------------------------------*/



@media only screen and (min-width:1400px){
  .ui.grid.container,.ui.container{
    width:calc(1402px) !important;
  }
}

@media screen and (max-width:1399px){
  .ui.grid.container,.ui.container{
    width:calc(1400px) !important
  }
}
@media screen and (max-width:1200px){
  
  .ui.grid.container,.ui.container{
    width:calc(1200px) !important
  }
}






@media screen and (max-width:933px){
  h1{
    font-size:2em;
  }
  h2{
  font-size: 1.75em;
}
  #secondary-name{
    font-size:1.5em;
  }
  #headerimg{
    height:50%;
  } 
}

@media screen and (max-width:768px){


  #menu-wrapper{
    display:none;
  }

  #nav-wrapper #responsive-menu-button{
    display:inline-block;
  }

  #footer{
    text-align:center;
  }

  #footer .container{
    width:100% !important;
  }

  #footer ul{
    float:none !important;
    padding-left:0 !important;
  }

div.sidebar {
  text-align: center !important;

}
  #headerimg{
    height:40%;
  }

  div#wordmark {
    text-align:center;
  }


}

@media screen and (max-width:480px){
  #headerimg{
    height:40%;
  } 
}

@media screen and (max-width:420px){


  #secondary-name{
    font-size:1.2em;
  }

  #headerimg{
    height:30%;
  }
}














