/* Draft text */
.draft {
  color: red;
  position: fixed;
  top: 10px;
  left: 30%;
  padding: 2px;
  background-color: lightgray;
  z-index: 999;
  opacity: 0.5;
}


body {
  color: #868e96;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #343a40;
}

a {
  color: #5588cc;
  outline: 0;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ee7623;
  outline: 0;
  text-decoration: underline;
}
.icon-nav{
  color: #fff;
}
.text-primary {
  color: #5588cc !important;
}
.text-udotblue {
  color: #5a87c5 !important;
}
.orange-list {
  list-style: none;
}
.text-red {
  color: red;
}
.text-rusty {
  color: #a8341d;
}
.text-lighttan {
  color: #fdf2cf;
}
.text-orange {
  color: #d58e61 !important;
}
.bg-darkgray {
  background-color: #3d3e3c;
}
.line-bright-orange {
  border-top: 3px solid #EC7824;
  opacity: 100%;
}
.orange-list li::before {
  content: "\2022";
  color: #d58e61;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.clickable:hover {
  cursor: pointer;
}

.no-border {
  border: none !important;
}

.alt-link {
  cursor: pointer;
}
.alt-link:hover, .alt-link:focus, .alt-link:active {
  color: #ee7623;
  outline: 0;
  text-decoration: underline;
}
.shrink:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.text-transform-none {
  text-transform: none;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.overlay-container {
  position: relative;
  width: 120%;
  padding: 0.5em ;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #5a87c5;
  overflow: hidden;
  width: 0;
  transition: .5s ease; 
}
.overlay-container:hover .overlay {
  width: 100%;
  left: 0;
  overflow: visible;
  height: 100%;
}
.overlay-text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.active .overlay {
  width: 100%;
  left: 0;
  height: 140%;
  padding: 0 0.5em;
}




/* Sections */

#homeSection {
  background: url('../img/navajo_lake.png');
  background-size: cover;
  border: none;
}

#missionSection{
  font-family: helvetica, proxima-nova, sans-serif;
}
#missionSection h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, proxima-nova, sans-serif;

}


.masthead {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  opacity: 0.8;
  z-index: -2;
}

.goal-page-header-title {
  font-size: 4em;
}

.zf-bg-img {
  background-image: url('../img/zero-fatalities-masthead.jpg') !important;
}
.om-bg-img {
  background-image: url('../img/optimize-mobility-background.jpg') !important;
}
.pi-bg-img {
    background-image: url('../img/Moving a Bridge Overnight.png') !important;
}

.pb-card .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}
.pb-card:hover .content-overlay {
  opacity: 1;
}
.pb-card .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pb-card:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.pb-card .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.pb-card .content-details p {
  color: #fff;
  font-size: 1em;
}
.fadeIn-bottom {
  top: 80%;
}
.pb-icon {
  font-size: 9rem;
}
.bg-primary {
  background-color: #5588cc !important;
}
.udot-bg-1 {
  background-color: #515051 !important;
}
.udot-bg-2 {
  background-color: #ececec !important;
}
.udot-bg-3 {
  background-color: #5a87c5 !important;
}
.udot-bg-4 {
  background-color: #474747 !important;
}
.udot-bg-blue {
  background-color: #5a87c5 !important;
}
.udot-bg-gray {
  background-color: #F3F2F3 !important;
}
.udot-bg-orange {
  background-color: #ee7623 !important;
}
.udot-bg-midgray {
  background-color: #787878 !important;
}
.udot-bg-mid-lightgray {
  background-color: #dadada !important;
}



#utahregionmap {
  min-width: 250px;
}
#utahregionmap h3 {
  color: #fff;
  margin-left: 20px;
  font-size: 1.3em;
}
#utahregionmap h3 span {
  color: rgba(238, 118, 35, 1);
  display: block;
  font-size: 2.5em;
}
#utahregionmap svg {
  background: url("../img/utahregionmap.png") 1% 1% no-repeat;
  background-size: 34%;
  height: 400px;
}
#utahregionmap svg path {
  fill: transparent;
}
#utahregionmap svg a:focus, svg a:hover {
  outline: none;
  cursor: pointer;
}
#utahregionmap svg a:hover path {
  fill: rgba(238, 118, 35, 0.5);
  cursor: pointer;
}

#asseticons .clickable:hover {
  text-decoration: underline;
  color: rgba(238, 118, 35, 1);
  cursor: pointer;
}
#asseticons div img {
  height: 70px;
  max-width: 100px;
}
#asseticons div p {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  line-height: 20px;
}
#asseticons div p span {
  color: rgba(238, 118, 35, 1);
  display: block;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 0;
}

[data-toggle=modal] {
  cursor: pointer;
}
.modal .modal-header {
  background-image: url(../img/rucutah-legislature.png);
  background-size: 50px;
  background-position: left 0 top 0;
  background-repeat: no-repeat;
  padding-left: 50px;
  flex-wrap: wrap;
}
.modal img {
  max-width: 100%;
  margin-bottom: 6px;
}

.modal.storiesmodal img {
  width: 100%;
}




div#ttiffeesmodal.modal div.modal-dialog {
  max-width: none;
}
#dirMsgModal.modal .modal-body img {
  float: right;
  width: 30%;
  padding: 5px;
}
#roadMapModal.modal .modal-dialog {
  max-width: 900px;
}
#udotvision.modal .modal-dialog {
  max-width: 700px;
}
section.udotsd-section div.card.h-100.no-border.udot-bg-3 h5 {
  color: #fff;
  text-align: center;
}


/* stories */
.story-row {
  background-color: #a1a1a1;
}
.stories div.card.udot-bg-black {
  background-color: #000;
  max-width: 250px;
}
.stories div.card.udot-bg-black img.card-img {
  height: 150px;
  border-radius: 0;
  opacity: .4;
} 

.link-pointer {
  cursor: pointer
}

.goal-chart-container {
  position: relative;
  margin: 5px;
}

.nav-item {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
}

#strategies-tabs ul .nav-item:hover .slide-me-up {
  height: 100%;
}

/*Effect 2 https://miketricking.github.io/bootstrap-image-hover/ */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .hoveroverlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.hovereffect:hover .hoveroverlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect .hoveroverlay h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.hovereffect .hoveroverlay p {
  color: #fff;
  font-size: 0.8em;
}
/*Effect 3*/
.hovereffect-2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect-2 .hoveroverlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.hovereffect-2 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.hovereffect-2 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}
.hovereffect-2 a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}
.hovereffect-2 a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect-2:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect-2:hover .hoveroverlay-2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hovereffect-2:hover h2, .hovereffect-2:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
.hovereffect-2:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.hovereffect-2 .hoveroverlay-2 h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.hovereffect-2 .hoveroverlay-2 p {
  color: #fff;
  font-size: 0.8em;
}

/*Flabk Jack Effect*/
:root {
  --mainColor: #5588cc;
  --whiteColor: #fff;
}
.flapjack {
  background:
    linear-gradient(to bottom, var(--mainColor) 0%,
      var(--mainColor) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  color: #000;
  text-decoration: none;
  transition: background-size .5s;
}
.flapjack:hover {
  background-size: 2px 50px;
}
.flapjack-white {
  background:
    linear-gradient(to bottom, var(--whiteColor) 0%,
      var(--whiteColor) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 0px;
  color: #000;
  text-decoration: none;
  transition: background-size .5s;
}
.flapjack-white:hover {
  background-size: 2px 100%;
}
/*End flapjack*/
.card-img-top-small {
  width: 50%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

div.vmtbox div.goal-chart-container {
  height: 300px;
  position: relative;
  padding-bottom: 20px !important;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



#udotLogo img {
  max-height: 40px;
  margin-bottom: 5px;
  float: left;
}
#visionPhotoCredit{
  font-size: 60%;
  position: absolute;
  top: 40px;
  right: 30px;
}

.text-bold {
  font-weight: bold;
}
.text-black {
    color: black;
}
/* Quality of Life*/
#qualityLifeCard {
  background-color: #ececec;
  padding-bottom: 6px;

}
.qualityLifeIcons{
  max-height: 160px;
}
.quality-life-icon-text {
  font-size: 140%;
}

/* All Users */
.allUsersIcons {
  max-height: 160px;
}

/* Planning for Growth */
#planningGrowthSection .row {
  margin: 0;
}
#planningGrowthSection img {
  width: 100%;
}

/* modals */
.modal {
  color: black;
}

/* chart's info button's quasi-modal */
.info-btn {
  float: right;
  font-size: 70%;
  color: gray;
  margin-right: 6px;
}
.info-modal {
  display: none;
  position: sticky;
  top: 2px;
  width: auto;
  height: auto;
  margin-bottom: 1vh;
}
.info-modal-content {
  background-color: #ffffff;
  color: black;
  padding: 10px;
  border: 3px solid #c1c1c1;
  width: 100%;
}
.close-info-modal {
  float: right;
  color: gray;
  font-weight: bold;
  padding-left: 6px;
}
.info-btn:hover,
.close-info-modal:hover,
.close-info-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.continous-improvement-icon-container img {
    max-width: 50px;
    float: left;
    margin-right: 8px;
}

.aeronautics-icons img{
    max-height: 50px;
}

.text-underline {
    text-decoration: underline;
}

.text-bright-orange {
  color: #ff9900 !important;
}
.border-dotted {
    border: 1px;
    border-style: dotted;
    border-color: #ff9900;
    padding: 6px;
}
#planningGrowthImg svg a:hover {
  outline: solid 6px rgb(255, 255, 255);
  border-radius: 5pt;
}
.sd-goal-card:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.sd-goal-card:hover a {
  text-decoration: none;
}

/* Small devices (e.g. phones, 768px or less) */
@media only screen and (max-width: 768px){
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1rem;
  }
  .goal-page-header-title {
    font-size: 2em;
  }
  #projectsRow {
    min-height: 10rem;
  }
  #navArea {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
  }
  #navArea a {
    max-height: 32px;
  }
}

/* Medium devices (e.g. tablets, 768px and up) */
@media only screen and (min-width: 768px){
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .goal-page-header-title {
    font-size: 2.5em;
  }
  #projectsRow {
    min-height: 15rem;
  }
  #utahIcon {
    width: 90px;
    height: 88px;
  }
  #navArea {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
  }
  .icon-nav{
    font-size: 6vh;
  }
}

/* Large devices (e.g. desktops, 992px and up) */
@media only screen and (min-width: 992px){
  h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  .goal-page-header-title {
    font-size: 3em;
  }
  body {
    padding-top: 0;
    padding-left: 9rem;
  }
  #navArea {
    position: fixed;
    left: 0;
    width: 9rem;
    height: 100%;
  }
  #projectsRow {
    min-height: 20rem;
  }
  .fullscreen {
    width: 100%;
    min-height: 100vh;
  }
  .icon-nav{
    font-size: 9vh;
  }
}

/* Extra Large devices (e.g. large desktops, 1200px and up) */
@media only screen and (min-width: 1200px){
  h1 {
    font-size: 6rem;
    line-height: 5.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  .goal-page-header-title {
    font-size: 3em;
  }
  #projectsRow {
    min-height: 20rem;
  }
  #navArea {
    position: fixed;
    left: 0;
    width: 9rem;
    height: 100%;
  }
  .icon-nav{
    font-size: 9vh;
  }

}
  