﻿.hero
{
	width: 100%;
	display: inline-block;
	background-size: cover;
    color: white;
	overflow: hidden;
}
.hero > * {
	background: rgba(0,62,126,0.8);
}
.hero > h1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	font-family: 'Times New Roman', Times, serif;
	font-size: 2.7em;
}
/*2018-01-25 TMD extra specificity because of .RecordContainer > header > thingy in presentation.css*/
header.hero > .content-type {
	padding: 0.5rem 1rem;
	color: #aaa;
	font-family: 'Oswald';
	font-weight: 500;
	letter-spacing: 0.12rem;
}
header.hero > h2 {
	padding-left: 1rem;
	color: #aaa;
	font-family: 'Oswald';
	font-weight: 500;
}

.big-hero > ul > li {
    
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
}

.big-hero {
    margin: 1rem 0;
    overflow: hidden;
}

.big-hero > * {
    background-color: rgba(0,62,126,0.8);
    color: white;
}
.big-hero > h1 {
    font-family: Times New Roman;
    letter-spacing: 0.05em;
    font-size: 2.7em;
    padding: 1.5rem 25px 10px !important;
}
.big-hero > ul {
    padding: 0 0 2rem;
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
}

.big-hero a {
    color: white;
}


.big-hero > ul > li { 
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
}
.big-hero > ul > li:last-child {
    border-left: 2px solid white;
    padding-top: 0;
    width:33%
}

.big-hero > ul > li:first-child {
    width: 57%
}

.big-hero > ul > li > form > [type="text"] {
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 200px;
    padding: 6px 0 4px;
}
.big-hero > ul > li > form > a {
    display: block;
}

input[name="search-within"],
.search-input[name="terms"] {
    width: 77%;
    height: 2em;
    padding-left: 1em;
    font-size: 1.7em;
    line-height: 1.7em;
}
.search-within-box > a {
    line-height:2em;
}

.tooltip {
    position: relative;
    display: inline-block;
    PADDING-LEFT: .25em;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 20em;
    bottom: 140%;
    left: 50%;
    margin-left: -15em;
    background-color: #5c5c5c;
    color: #fff;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    font: .5em/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    box-shadow: 0 0 5px 0px #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
a:focus .tooltip > .tooltiptext, .tooltip:hover .tooltiptext {
    visibility: visible;
 }
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 15em;
    border-width: 5px;
    border-style: solid;
    border-color: #5c5c5c transparent transparent transparent;
}

.no-hero-header h1 {
    display:inline-block;
    max-width:69%;
}
.no-hero-header form {
    display:inline-block;
    margin: 3px 20px 0 0;
}

.cms-article > header + div > h2, .cms-article > header + div > p {
padding: 7px;
}/*may not be needed*/
 

/*Statewide Engagement*/
.engagement-menu > div > ul > li>a {
    color: white;
    font-family: Oswald;
    font-size: 15px;
    /* margin-right: 20px; */
    text-transform: uppercase;
    line-height: 1em;
    vertical-align: text-top;
}
.engagement-menu > div > ul > li:hover,.engagement-menu > div > ul > li:focus, .engagement-menu > div > ul > li.active{
    border-bottom: 	#9ca35e solid 5px;
    padding-bottom: 4px;

}
	.engagement-menu > div > ul > li {
    float: left;
}

.engagement-map-dot{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: relative;
    width:300px;
}
.engagement-map-dot{
    overflow: overlay;
    width:35px;
    height:35px;
    overflow: visible;
    
}
.engagement-map-dot > div> img, .engagement-map-dot > div> div{
    width:300px;
    height:185px
}
.engagement-map-dot .map-dot-tall{
    width:300px;
    height:370px;
}
.engagement-map-dot .map-dot-wide{
    width:600px;
    height:185px;
}
.engagement-map-dot:hover, .engagement-map-dot:focus{
    border: 3px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.engagement-map-dot .hidden-map-box{
    display:none;
}
.hidden-map-box div{
    background-color: #0a79bf;
}
.hidden-map-box div a{
    color: white;
    font-size:30px;
    font-family: Oswald;
    line-height: 30px;
    width:100%;
    padding-left:30px;
}
.hidden-map-box div a em{
    padding-top:25px;
    width:35px;
}
.hidden-map-box:hover,.hidden-map-box:focus,.engagement-map-dot:hover .hidden-map-box, .engagement-map-dot:focus .hidden-map-box{
    display:inline-block;
}

.left-dot-box:after {
	left: 15px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #0a79bf;
	border-width: 15px;
	margin-top: -15px;
}

.right-dot-box:after {
    left: -15px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #0a79bf;
    border-width: 15px;
    margin-top: -15px;
}
.hidden-box-right{
    margin-left:-355px;
}
/*END Statewide Engagement*/

/*Grid for Support us Pages*/

@supports (display: grid) {
    .wrapper {
        display: inline-block;
        grid-template-columns: repeat(auto, [col] 100%);
        grid-template-rows: auto;
        background-color: #fff;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1rem;
    }

    .a {
        border-bottom: 1px solid #ccc;
        min-height: 175px;
    }
    .b {
        border-bottom: 1px solid #ccc;
        min-height: 175px;
    }
    .c {
        border-bottom: 1px solid #ccc;
        min-height: 175px;
    }
    .d {
        min-height: 175px;
    }
@media screen and (min-width: 53rem) {
    .wrapper {
        display: grid;
        grid-template-columns: repeat(2, [col] 50%);
        grid-template-rows: repeat(2, [row] auto);
        background-color: #fff;
        font-size: .7rem;
    }

    .box {
        padding: 20px;
        font-size: 100%;
    }  

    .a {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        grid-column: col 1 / span 1;
        grid-row: row 1;
        padding-left: 0px;
    }
    .b {
        border-bottom: 1px solid #ccc;
        grid-column: col 2 / span 1;
        grid-row: row 1;
        padding-right: 0px;
    }
    .c {
        border-right: 1px solid #ccc;
        grid-column: col 1 / span 1;
        grid-row: row 2;
        border-bottom: none;
        padding-left: 0px;
    }
    .d {
        grid-column: col 2 / span 1;
        grid-row: row 2;
        padding-right: 0px;
    }
}
}

/*END Grid Support us Pages */

/*Grid for the Press book pages*/

@supports (display: grid) {
	@media screen and (min-width: 53rem) {
        .wrapper-press-books {
        display: grid;
        grid-template-columns: repeat(3, [col] 33.34%);
        grid-template-rows: repeat(2, [row] auto);
        background-color: #fff;
        }

        .wrapper-press-books .related-record {
            margin-top: 1rem;
            border-top: none;
        }
    }
}

/*END Grid for the Press book pages*/

/*Share Your Voice dropdown menu*/

.share-voice {
    list-style: none;
}
  
li > .dropdown-menu {
    display: none;
}
  
.dropdown-menu > li > a {
    display: block;
    text-decoration: none;
    color: white;
    background-color: #003e7e;
    white-space: nowrap;
    line-height: 1.5rem;
    margin-bottom: 0px;
}
  
li:hover .dropdown-menu {
      display: block;
      position: absolute;
      list-style: none;
}

.dropdown-item:hover a {
    background-color: #0a79bf;
}