html{
  height: 100%;
  width: 100%;
}

body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#main {
  font-size: 1.1em;
  min-height: 100%;
  padding-bottom: 210px;
}

/* For tablets */
@media only screen and (max-width: 991px) {
  #main {
    padding-bottom: 225px;
  }
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  #main {
    padding-bottom: 370px;
  }
}

@media only screen and (min-width: 901px) {
  #main {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 900px) {
  #main {
    padding-top: 20px;
  }
}

a {
  color: #70C8D3;
}

a:hover {
  color: #ED4724;
}

.hsRed {
  color: #ED4724 !important;
  border-color: #ED4724 !important;
}

.hsBlue {
  color: #70C8D3 !important;
}

#mobileNavMenu {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 901px) {
  #mobileNavMenu {
    display: none;
  }
}

#mobileNavMenuIcon {
  font-size: 1.4em;
  cursor: pointer;
  padding-top: 10px;
}

.mobileHeader {
  padding: 15px 0 0 0 !important;
}

.column.mobileHeaderLogo {
  padding-bottom: 0 !important;
}

.mobileMenu {
  /*display: none !important;*/
}

.ui.top.menu {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .ui.top.menu {
    display: none;
  }
}

.pText {
  font-size: 16px;
}

/********************************/
/* BEGIN TOP MENU BAR STYLING */
.secondary.pointing.menu .item.header.menu {
  color: #ED4724 !important;
}

.item.active.red {
  border-color: #ED4724 !important;
  color: #ED4724 !important;
}

.secondary.pointing.menu i.icon {
  font-size: 2em;
}

.item.topmenu {
  font-size: 16px;
  font-weight: normal !important;
}

#topmenuSelected {
  border-color: #ED4724 !important;
  color: #ED4724 !important;
}

.dropdown.icon.topmenu {
  font-size: 1.2em !important;
  margin-left: 10px !important;
}

/* END TOP MENU BAR STYLING */
/*******************************/
/*******************************/
/* BEGIN INDEX PAGE STYLING */

figcaption {
  text-align: center;
}

.topimage {
  background: url("../images/work_packages_illustration.png") no-repeat fixed;
  background-position: 50% 20px;
  height: 500px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#mainindex {
  min-height: 100%;
  padding: 120px 0 210px 0;
  margin: 0;
}

@media only screen and (max-width: 900px) {
  #mainindex {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #mainindex {
    padding-bottom: 370px;
  }
}

.quickLinksCardIcon {
  padding-top: 20px;
  font-size: 3em !important;
}

@media only screen and (max-width: 900px) {
  .ui.card {
    margin: auto;
    text-align: center;
  }
}

/* END INDEX PAGE STYLING */
/*******************************/
/*******************************/
/* BEGIN PARTNER PAGE STYLING */
.partnerLogos {
  margin: 0 10px !important;
}

/* END PARTNER PAGE STYLING */
/*******************************/
/*******************************/
/* BEGIN NATIONAL PROJECT PAGE STYLING */
.trlLabel {
  cursor: default;
}

.hsBlueLabel {
  background-color: #70C8D3 !important;
  border-color: #70C8D3 !important;
  color: #ffffff !important;
}

.hsRedLabel {
  background-color: #ED4724 !important;
  border-color: #ED4724 !important;
  color: #ffffff !important;
}

/* END NATIONAL PROJECT PAGE STYLING */
/*******************************/
/*******************************/
/* START DOWNLOADS PAGE STYLING */
.ui.link.list > a.item.downloads-list {
  color: #70C8D3;
  font-size: 20px;
}

.ui.link.list > a.item.downloads-list:hover {
  color: #ED4724;
}

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

/* END DOWNLOADS PAGE STYLING */
/*******************************/
/*******************************/
/* BEGIN FOOTER STYLING */
#footer {
  position: absolute;
  width: 100%;
  height: 210px;
  margin-top: -210px;
  padding: 20px 0 20px 0;
  background: #1b1c1d;
  color: white;
  font-size: 14px;
}

/* For tablets */
@media only screen and (max-width: 991px) {
  #footer {
    height: 225px;
    margin-top: -225px;
  }
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  #footer {
    height: 370px;
    margin-top: -370px;
    padding: 0;
  }
}

p.footer {
  text-align: center;
}
/* END FOOTER STYLING */
/*******************************/
