/* ==========================================================================
BRAND BLUE			004586	rgb 0,69,134
BRAND ORANGE		f79521	rgb 247,149,33
BRAND White			fff	    rgb 255,255,255
Orange - CA			f79521	rgb 247,149,33
Dark Blue - NV		003b7d	rgb 0,59,125
Light Blue - AZ		64a4de	rgb 100,164,222
========================================================================== */




/* ==========================================================================
HARDCODED OVERRIDES
========================================================================== */
body {
	position:relative;
	top:0;
	font-family: 'Raleway', sans-serif;
	color: #004586;
	font-weight:300;
	background-color: #fff;
	font-size: 0.96rem;
}
h2, h3, h4 {
    font-weight: 400;	
}
h1 {
	text-transform: uppercase;
	font-weight: 700;
}
h1 span {
	color: #f79521;
}
h2 {
	font-size:2.6em;
}
h2 small {

}
h3 {

}
h3 small {

}
h4 {

}
h4 small {

}
.nav-up {
    top: -55px;
}
.nav-link {
	display:block;
    text-transform: uppercase;
    color:#004586;
    font-size: 0.86em;
}
.nav-link-social {
	display:block;
	padding: .2rem 0rem .5rem 0rem;
	color:#004586;
	font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(35,31,32,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-nav .nav-link.current {
    color: rgba(20,61,102,1);
}
.nav-link.current {
    font-weight: 700;
}

.lead {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
}
.btn {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
    font-size: 1rem;
    padding: .2rem 1rem;
    background-color:rgba(0,69,134,0.8);
    border-radius: 7px;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color:rgba(20,61,102,1);
}

.gradient-fade {
	/* build gradients: https://colorzilla.com/gradient-editor */
	background: -moz-linear-gradient(top,  rgba(35,31,32,0.01) 0%, rgba(35,31,32,0.01) 9%, rgba(35,31,32,0.8) 58%, rgba(35,31,32,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,31,32,0.01) 0%,rgba(35,31,32,0.01) 9%,rgba(35,31,32,0.8) 58%,rgba(35,31,32,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,31,32,0.01) 0%,rgba(35,31,32,0.01) 9%,rgba(35,31,32,0.8) 58%,rgba(35,31,32,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03004586', endColorstr='#e6004586',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03004586', endColorstr='#e6004586',GradientType=0 ); /* IE6-9 */
}
.background-blue {
	background-color: #004586;
}
.background-orange {
	background-color: #f79521;
}





/* ==========================================================================
UTILITY CLASSES
========================================================================== */
.remove-container-padding { padding-right: 0!important; padding-left: 0!important;}
.padding-left-0 { padding-left: 0!important; }
.padding-right-0 { padding-right: 0!important; }
.shadow1 { box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.15);}
.shadow2 { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.15);}
.shadow3 { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.15);}
.text-shadow1 { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}
textarea, input, button, textarea:focus, input:focus, button:focus { outline: none;}
a { outline:none; color:#143d66;}
a:hover { color:#004586; text-decoration: underline;}
.bg-nav {background-color: #ffffff;}
.transition-all {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.nav-gap {
	margin-top:110px;
}
.text-red { color:#143d66; }
.text-grey { color:#cccccc; }
.text-grey-dark { color:#004586; }
.bold-text-white {
	font-size:5em;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
}
#organizations {
	background-color: #dedede;
}






/* ==========================================================================
DESIGN CLASSES - GENERAL
========================================================================== */
#top {
	/* min-height:100vh; */
	/* height:100%; */
	background-color: #004586;
	/* background-image: url(../img/hero.jpg); */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	/* background-attachment: scroll; */
	/* background-size: cover; */
	/* margin-top: 55px; TURN ON IF NAV IS USED */ 
}
.mainstat1, .mainstat2, .mainstat3, .mainstat4, .mainstat5 {
	line-height: 3rem;
}
.mainstat1 {
	font-size:2em;
}
.mainstat2 {
	font-size:3.4em;
	font-weight:700;
}
.mainstat3 {
	font-size:2em;
}
.mainstat4 {
	font-size:3.4em;
	font-weight:700;
}
.mainstat5 {
	font-size:2.8em;
	font-weight:600;
}
.quickstat {
    background-color: rgba(0,69,134,1);
    position: relative;
    width: 100%;
    height: 20vh;
    text-align: left;
    border-radius: 7px;
    padding: 1rem;
    border: 2px solid;
}
.background-orange {
	background-color: #f79521;
}
.quickstat-label {
	font-size: 3em;
    position: relative;
    font-weight: 800;
    color: #fff;
    line-height: 0.8em;
    margin-top: 1rem;
    left: 1rem;
    white-space: nowrap;
}
.quickstat-icon-alt {
	max-width: 200px;
}
.quickstat-value {
	font-size: 1.4em;
    position: relative;
    color: #fff;
    margin-top: 0.5rem;
    line-height: 1em;
    text-align: center;
}
.quickstat-icon {
    font-size: 12em;
    position: absolute;
    right: 71px;
    top: -59px;
    opacity: 0.18;
    color: #fff;
}
.slideFX {
	-webkit-filter: saturate(40%); /* Safari */
  	filter: saturate(40%);
}


/* ==========================================================================
Fancybox v3 Morphing CSS
========================================================================== */
.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}

.morphing-btn {
  -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  transition: color 0.3s 0.2s, width 0.2s 0s;
  white-space: nowrap;
  box-sizing: border-box;
}

.morphing-btn_circle {
  color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;

  /* Override inline style rule */
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
  position: fixed;
  background: #004586;
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
  background: #004586;
  opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}

.fancybox-morphing .fancybox-button--close::after, 
.fancybox-morphing .fancybox-button--close::before {
    height: 1.55px;
    width: 22px;
    left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */

#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 6em 10vw;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#morphing-content a {
  color: #fff;
}






.fancybox-slide {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}





.main-carousel .timeline-arrow {
	position: relative;
	display: block;
	width:288px;
	height:24px;
	background-image: url(../img/icon-timeline-arrow.svg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
.main-carousel .arrow-part-2 {
	background-image: url(../img/icon-timeline-arrow-part2.svg);
	background-repeat: no-repeat;
    min-height: 124px;
}
.events-carousel .carousel-cell {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px;
}
.events-carousel .carousel-cell.orange { background-image: url(../img/heart-hands-events-orange.png); }
.events-carousel .carousel-cell.dark-blue { background-image: url(../img/heart-hands-events-dark-blue.png); }
.events-carousel .carousel-cell.light-blue { background-image: url(../img/heart-hands-events-light-blue.png); }
.time-stamp {
	margin-bottom: 2rem;
}
.main-carousel .text-content {
	border-left:1px solid #cccccc;
	margin:0;
	padding:0;
	margin: 0 0 0 39px;
	padding: 1rem 0 0 1rem;
	font-size: 0.88em;
}
.main-carousel .carousel-cell {
	max-width: 320px;
}
.main-carousel-nav .carousel-cell {
	letter-spacing: 0.04em;
	color: #fff;
	background: #004586;
}
.main-carousel-nav .carousel-cell.is-nav-selected {
	color: #fff;
	background: #f79521;
}
.main-carousel-nav .nav-item{
    width: 160px;
    margin: 0 auto;
    text-align: center;
}
.events-carousel {
	padding-left: 4rem;
	padding-right: 4rem;
}
.events-carousel .carousel-cell {
	width: 460px;
    margin: 0 1rem;
    border-right: 1px solid #f79521;
    /*border-radius: 7px;*/
    background-color: rgba(0,69,134,0);
    padding:1rem 3rem 1rem 1rem;
}
.flickity-viewport {
	transition: height 0.2s;
}



footer {
	font-size:0.8em;
}
footer a {
	font-weight: 600;
}
.footer-logo {
	max-width:360px;
}
footer .btn {
	font-size:80%;
}
#terms,
#privacy {
	font-size:0.8em;
	max-width:800px;
}
#organizationsList {
	max-width:800px;
}



.media-articles,
.media-press-releases {
	list-style: none;
	margin:0;
	padding:0;
}
.media-articles li,
.media-press-releases li {
	margin-top:0.7rem;
	margin-bottom:1rem;
}
.media-item-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
}
.media-items-byline {

}

.final-tiles-gallery i {
	font-size:200%;
}



