/*! STYLE.SCSS
Theme Name: senate.utah.gov
Author: Legislative IT Services
Author URI: https://le.utah.gov
Description: senate.utah.gov theme
Version: 1.0 */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&family=Montserrat&family=Open+Sans:ital,wght@0,300;1,300&family=Playfair+Display+SC&display=swap');

/*****General Styling*****/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    padding:0;
    margin:0;
}
html {
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family:'Open Sans', 'Montserrat', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
/* 	font-size:1.1em; */
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display SC', serif;
	letter-spacing:.4rem;
	text-transform:lowercase;
}
h2,h3,h4,h5,h6 {
	color:#062134;
}
body {
	color:#062134;
}
#main-content img {
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.subheading {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:normal;
	text-transform:capitalize;
}
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:link, a:visited {
    text-decoration: none;
    color: #184477;
}
ul {
    list-style: none;
    padding-left: 0
}
ul li {
    padding: 6px 0
}
table {
    width: 100%;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
table.prevNextTbl tr:nth-child(odd) {
    background-color: transparent
}
table th {
    padding: 8px;
    background-color: #12325d;
    color: white
}
table tr:nth-child(odd) {
    background-color: #ebebeb
}
.active {
    display: block
}
.hidden {
    display: none !important
}

.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	margin-top:1em;
}
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	margin-top:1em;
}
.size-full {
	width:100%;
	height:100%;
}
.pt-cv-view .pt-cv-ifield {
	text-align:center;
}
.pt-cv-meta-fields {
	text-align:left;
}
.pt-cv-wrapper .h1, .pt-cv-wrapper .h2, .pt-cv-wrapper .h3, .pt-cv-wrapper .h4, .pt-cv-wrapper .h5, .pt-cv-wrapper .h6, .pt-cv-wrapper h1, .pt-cv-wrapper h2, .pt-cv-wrapper h3, .pt-cv-wrapper h4, .pt-cv-wrapper h5, .pt-cv-wrapper h6 {
	font-family: 'Cormorant Garamond', serif!important;
	letter-spacing:normal!important;
	text-align:left;
	text-transform:capitalize;
}

.page-id-1121 .pt-cv-content-item, .page-id-1949 .pt-cv-content-item, .page-id-79 .pt-cv-content-item {
    margin-bottom: 3em!important;
	max-height:350px!important;
	border-bottom:2px solid #B28E46;
	padding-bottom:2em;
}
#main-content .pt-cv-meta-fields a{
	color:#184477;
}
#left-content .pt-cv-colsys{
	margin-right:15px
}
#main-content .pt-cv-wrapper .pagination>li>a, #main-content .pt-cv-wrapper .pagination>li>span {
    color: #062134;
}
#main-content .pt-cv-wrapper .pagination>.active>a, #main-content .pt-cv-wrapper .pagination>.active>a:focus, #main-content .pt-cv-wrapper .pagination>.active>a:hover, #main-content .pt-cv-wrapper .pagination>.active>span, #main-content .pt-cv-wrapper .pagination>.active>span:focus, #main-content .pt-cv-wrapper .pagination>.active>span:hover {
    background-color: #062134;
    border-color: #062134;
	color:white;
}
.archive .post {
	margin-bottom:2em;
	border-bottom: solid 2px #B28E46;
	padding-bottom:2em;
}
/*****Transparent Overlay Styling*****/
.overlay {
    display: block;
    position: absolute;
    top: -75px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0);
    z-index: 8900;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.overlay.active {
    width: 100%;
    height: 10000vh;
    background: rgba(0,0,0,0.65);
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

/****alert styling****/
div#alert-div {
    background:#C20000;
    color:white;
}
div#alert-div a{
    color:white;
    text-decoration: underline;
}
div#alert-div div{
    width:80%;
    margin:auto;
	max-width: 1200px;
	display: flex;
	align-items: center;
	flex-direction: row;
	grid-column-gap: 1em;
}
div#alert-div svg{
    height:2em;
}

@media (max-width: 550px){
    div#alert-div div{
        width:95%;
        font-size:small;
    }
}


/*****breadcrumb styling*****/
ul#breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    background-color: #ebebeb;
    font-size: .7rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width:1200px;
}

@media (min-width: 769px) {
    ul#breadcrumb {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 24px;
        width: 90%;
        position: absolute
    }
}

ul#breadcrumb li {
    padding: 0
}

ul#breadcrumb li:nth-last-child(2) {
    background-image: url("../img/icons/breadcrumb-separator.svg");
    background-repeat: no-repeat;
    background-size: 44px auto;
    background-position: right center
}

ul#breadcrumb li:nth-last-child(2) a {
    padding: 16px 8px 16px 24px;
    margin-right: 20px;
    border-right: none
}

ul#breadcrumb li:last-child {
    padding: 18px 12px;
    height: 100%
}

ul#breadcrumb li span,ul#breadcrumb li a {
    display: block;
    line-height: 1rem
}

ul#breadcrumb li a {
    padding: 16px 24px;
    color: #9d9d9d;
    text-decoration: none;
    background-color: #dbdbdb;
    border-right: 2px solid #ebebeb;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

ul#breadcrumb li a:hover {
    color: #3b3b3d
}

ul#breadcrumb li span {
    padding: 16px 12px 16px;
    height: 100%
}

/****Button Styling****/
button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}
button,.button {
    margin-bottom: 4px;
    padding: 8px 16px;
    background-color: #062134;
	color:white!important;
    border: none;
    border-radius: 4px;
    font-weight: lighter;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}

button:hover,.button:hover {
    background-color: #0B314D
}

button:active,.button:active {
    background-color: #12325d
}

header button,header .button {
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type='submit']{
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
/*****HEADER STYLING****/

/****skip link styling****/
.skip-links {
    position:relative;
    z-index: 10000;

}
.skip-links ul{
    background: white;
    border:1px solid #ccc;
    position:fixed;
    width: 175px;
    left: -500vw;
    top:0;
    padding:20px;
}
a#skip-btn {
    font-size:.8em;
    text-align: center;
}
.skip-links:focus-within ul {
    left:0;
}
.skip-links:focus ul {
    left:0;
}

/******** Navigation Styling**************/
nav ul {
    margin: 0;
    list-style: none;
}
.menu-item .has-drop {
    padding: 10px;
    color: #253143;
    cursor: pointer;
    font-size: 15px;
    border-radius: 4px;
    background: transparent;
    margin-bottom:0;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
	font-family: 'Open Sans', sans-serif;
}
.menu-item button.has-drop {
    display:none;
}
#pub-list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-flow: row;
}
#menuOpen path, #menuOpen rect {
	fill: white;
	-webkit-transition: fill .2s ease-in-out;
	-o-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out
}
nav {
	padding: 0;
    position: -webkit-sticky;
    position:sticky;
    top:0;
	width: 100%;
	z-index: 8900;
}
#fullNav{
/*     width:90%; */
/*     max-width:1200px; */
    margin:auto;
    position:relative;
/*     display: flex;
    justify-content: space-between;
    align-items:center; */
}
header button#toggle-search svg path{
	fill:white;
}
header button#toggle-search {
	background:transparent;
	padding:0;
	position:absolute;
	right:0;
	top:1.5em;
}
header button#toggle-search svg {
	width: 20px;
	height: 30px;
}
#top-nav-background {
	display:none;
	background:#0B314D;
}
#top-nav {
	width:90%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin:auto;
	font-family: 'Open Sans', sans-serif;
}
#top-nav li {
	padding: 5px;
	display:inline-block;
}
#top-nav div:first-of-type a {
	color:white;
	font-size:.8em;
}
#top-nav #social-links{
	border-left: solid 1px white;
    margin-left: 1em;
}
#top-nav #social-links img{
	height: 1em;
    margin-left: 1.5em;
}
#bottom-nav-background {
	background:rgba(6, 33, 52, 0.97);
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
#bottom-nav {
	position:relative;
	padding:0;
	width:80%;
	margin:auto;
	font-family: 'Open Sans', sans-serif;
}
#bottom-nav #logo-big {
	text-align:center;
	z-index:9000
}
#bottom-nav #logo-big a{
	text-align:center;
	color: white;
}
#bottom-nav #logo-big a span {
	display:none;
}
#bottom-nav #logo-big img {
	height:5em;
	margin-right:1em;
	padding-top:.5em;
}
nav #menuClose {
	position: absolute;
	width: 25px;
	height: 25px;
	margin: 28px;
	padding: 0 !important;
	top: calc(42px);
	top: 0;
	right: 9%;
    background:transparent;
}
.settingsOpenNav {
    margin-top:40px;
}
nav #menuClose:hover {
	background-color: transparent !important
}
nav #menuClose:hover path {
	fill: #12325d
}
nav #menuClose:active path {
	fill: #253143
}
nav #menuClose path {
	fill: #12325d;
	-webkit-transition: fill .2s ease-in-out;
	-o-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out
}
nav #loginIcon {
	display: none !important;
	position: relative;
	width: 35px;
	height: 35px;
	margin: 24px;
	padding: 0 !important;
	top: 0;
	right: 0;
	float: right;
	clear: right
}
nav #loginIcon:hover {
	background-color: transparent !important
}
#login-div {
    padding-bottom:5px;
}
.drop-down.active {
    display:block;
}
.logo img{
    width:100px;
}
#logo {
    z-index: 8800;
    display:none;
}
#logo-small {
    display:block;
}
.mainNav {
    padding: 0;
    position: fixed;
    z-index: 11000;
    height: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 0;
    right: calc(-125%);
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.25, 0.5, 1.25);
    -o-transition-timing-function: cubic-bezier(0.5, -0.25, 0.5, 1.25);
    transition-timing-function: cubic-bezier(0.5, -0.25, 0.5, 1.25);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-shadow: -8px 0px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -8px 0px 30px 0px rgba(0, 0, 0, 0.75);
    visibility: hidden;
}
.mainNav.active {
    width:75%;
    height:100vh;
    padding: 72px 5% 100px;
    right: -10%;
    padding-right: 10%;
    -webkit-box-shadow: 0px -8px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -8px 30px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.25, 0.5, 1.25);
    -o-transition-timing-function: cubic-bezier(0.5, -0.25, 0.5, 1.25);
    transition-timing-function: cubic-bezier(0.5, -0.25, 0.5, 1.25);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    background-color: white;
    top:0;
    visibility:visible;
}
ul.mainNav li {
    padding:0;
}
.menu-item {
    color:white;
}
.menu-item a {
    display: block;
    padding: 10px 10%;
    font-size: 1rem;
    border-radius: 4px;
    color:#253143; 
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-item a:hover, .has-drop:hover {
    color: #253143;
    background: rgba(0,0,0,.03);
}
.menu-item.js-showElement .drop-down{
    display:block;
}
nav #menuClose path {
    fill: #12325d;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
}
nav #menuClose:hover {
    cursor:pointer;
}
header {
	width: 100%;
	height: auto;
	z-index: 8800;
    top:0;
	position:sticky;
}
header.scroll-top {
	position: absolute
}
#menuOpen {
	position: relative;
	width: 34px;
	height: 24px;
	right: 0;
	float: left;
	margin: 25px;
    cursor:pointer;
    background:transparent;
    padding:0;
}
.menu-item a.sub-header {
    font-size:1.2rem;
    display:none;
}
.hide-small {
	display:none;
}
.hide-large {
    display:block;
    color:#12325d;
}
div.hide-large {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);

}
div.hide-large#resources-header {
	padding: 10px 5%;
}
.menu-item div.hide-large a{
    padding: 10px 5%;
}
.max-width {
	max-width:1200px;
	margin:auto 1em;
}
#search-div {
    background: #B28E46;
    height: 0;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    position: relative;
    overflow: hidden;
}
#search-div input, #search-div button{
    visibility:hidden;
}
#search-div.active input, #search-div.active button {
    visibility:visible;
}
#search-div.active {
    height: 5em;
	padding-top:.5em;
}
form#navSearch {
    padding: 12px 12px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
    width: 90%;
    margin: auto;
}
form#navSearch input {
    width: 100%;
    margin-right: 12px;
    padding: 12px 12px 12px 20px;
    border: 1px solid #12325d;
    border-radius: 4px;
    background-size: 20px auto;
}
@media (min-width:850px){
	#bottom-nav {
		width:90%;
		display:flex;
		padding:1.2em 0;
	}
	#bottom-nav #logo-big {
		display:block;
		position: absolute;
		top: -20px;
		text-align:left;
	}
	#bottom-nav #logo-big a span {
		display:inline;
		font-family: 'Playfair Display SC', serif;
		letter-spacing: .3rem;
		font-size: 1.4rem;
		margin-bottom: 1em;
		text-transform: lowercase;
	}
	#bottom-nav #logo-big img {
		display:block;
		padding-top:0;
		height:6em;
	}
	.max-width {
		width:90%;
		margin:auto;
	}
    .js-hideElement, .menu-item:not(.js-showElement) .drop-down{
        display:none;
    }
    #menuOpen, #menuClose {
        display:none;
    }
    .menu-item .has-drop {
        color:white;
    }
    .menu-item button.has-drop {
        display: block;
    }
	.down-arrow {
		border: solid #e2e2e0;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
		display:inline-block;
		margin-bottom:.2em;
		margin-left:.5em;
	}
    .menu-item > a {
        color:white;
    }
	nav {
		height: 100%;
	}
    .mainNav {
        position:absolute;
    }
    .mainNav, .mainNav.active {
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:flex-end;
        right: 0%;
        height:auto;
        padding: 0;
        overflow:visible;
        -webkit-box-shadow: none;
         box-shadow: none;
        height:100%;
        width: calc(90% - 100px);
        z-index:8700;
        position: static;
        width:100%;
        visibility:visible;
        background:transparent;
    }
	#top-nav-background {
		display:block;
	}
	#bottom-nav #logo-big a {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		text-align:left;
	}
	header button#toggle-search {
		position:relative;
		top:0;
	}
    .menu-item > .drop-down:hover {
        display:block;
    }
    .nav-div ul li a {
        padding: 7px;
        margin-left: 0;
        break-inside: avoid;
    }
    .nav-div div:not(:first-child) {
        border-left: 3px solid #B28E46;
        margin-right: 25px;
    }
    .nav-div a:hover {
        color: #151D28;
        text-decoration: none;
    }
    .drop-down div.nav-div{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:15px;
        max-width:1500px;
        margin-left:auto;
        margin-right:auto;
    }
    .nav-div ul li {
        padding:0;
        /* margin-left:25px; */
    }
    .drop-down {
        position:absolute;
        padding:10px 10px 0 10px;
        /* left: -2%; */
        /* width: 105%; */
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
        z-index: 50;
        background: white;
    }
    .menu-item a {
        padding: 15px 7px;
    }
    .menu-item a:hover{
		color: #0b314dc4;
		background: transparent;
	}
	.menu-item .has-drop:hover {
		color: white;
		background: transparent;
	}
    .menu-item a.sub-header{
        display:block;
    }
    .hide-large {
        display:none;
    }
	.hide-small {
		display:block;
	}
    .menu-item .has-drop {
        text-align: center;
        display:block;
    }
    .no-touchy .menu-item .has-drop:hover::after {
        content: '';
        position: absolute;
        top: calc(100% - 20px);
        left: 0;
        width: 100%;
        height: 20px;
        background-size: 25px 25px;
    }
	#search-div {
		display:block;
	}
    #search-div div {
        width:80%;
        margin:auto;
        max-width:1300px;
    }
}
@media (min-width:850px) and (max-width:1000px) {
    .nav-div ul li a {
        padding:2px;
    }
    .drop-down div.nav-div {
        padding: 20px 5px 10px 10px;
    }
}
@media (max-width:850px) {
    .menu-item a.has-drop{
        font-weight: 700;
    	background-color: rgba(0,0,0,.03);
		padding:10px 5%;
    }
	.menu-item a.has-drop:hover{
    	background-color: rgba(0,0,0,.06);
    }
}

/************Footer Styling*************/
footer{
    background:#062134;
    color:white;
    width:100%;
    padding:1em 0;
	margin-top:2em;
	clear:both;
}
#footer-div {
    width:80%;
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-direction: column;
    align-items:center;
}
footer a:link, footer a:visited {
    color:white;
}
footer a#phone {
	padding-left:.5em;
}
#footer-contact {
    display:flex;
    margin-bottom:.5em;
    flex-wrap:wrap;
	justify-content:center;
	text-align:center;
}
#footer-contact div:last-of-type:before {
    background-image: url("/wp-content/uploads/2021/01/phone-white.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    content: "";
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 25px;
}
#footer-social {
	display:flex;
}
#footer-social img {
    height:1em;
    margin-left:2em
}

@media (min-width:850px){
    #footer-div {
        flex-direction: row;
        justify-content: space-between;
    }
	#footer-contact div:first-of-type {
		margin-right:1em;
	}
}

#h1-holder h1{
	color:white;
	text-align:center;
	font-size:3em;
	margin:0 auto;
	width:80%;
	line-height:1.8em;
	text-shadow: 2px 2px 2px #505050;
	white-space: nowrap;
}
#h1-holder { 
	padding:3em 0;
	margin-bottom:2em;
	min-height:20em;
	display:flex;
	align-items:center;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}

/*********Home Page Styling **********/
/* .page-id-2 #big-img {
	background-image:url("/wp-content/uploads/backdrop-capitol.jpg");
	height: 55vh; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	position: relative;
}
.page-id-2 h1{
	letter-spacing: normal;
	color:black;
}
.page-id-2 h2, .page-id-2 h3, .page-id-2 h4, .page-id-2 h5, .page-id-2 h6 {
	letter-spacing: .4rem;
	color:black;
}
.page-id-2 p {
	color:black;
}
.page-id-2 #resc-links {
	background: #062134;
	width:100%;
	padding: 1.5em 0;
}
.page-id-2 #resc-links-flex {
	width:80%;
	display: grid;
    grid-template-columns: 100%%;
	margin-left:auto;
	margin-right:auto;
}
.page-id-2 #resc-links-flex a {
	display:flex;
	flex-direction:column;
	align-items: center;
	color:white;
	text-decoration:none;
	margin-bottom:1em;
	text-align:center;
	padding: 1.5em .5em;
    border: solid 1px white;
	font-size:.9em;
}
.page-id-2 #resc-links-flex a:link, #resc-links-flex a:visited{
	color:#e2e2e0;
}
.page-id-2 #resc-links-flex a:hover{
	color:#B28E46;
	border: solid 1px #B28E46;	
}
.page-id-2 #resc-links-flex svg {
	height:45px;
	margin-bottom:2em;
}
.page-id-2 main {
	margin-top:0;
}
.page-id-2 #big-heading {
    left: 5%;
    position: absolute;
	color:white;
	width:75%;
	color:#062134;
}
.page-id-2 #big-heading h1 {
	font-size:2em;
	margin-bottom:.5em;
	font-weight:normal;
	line-height:normal;
	white-space:nowrap;
	text-transform: initial;
	line-height:1;
}
.page-id-2 #big-heading span {
	font-family: 'Pinyon Script', cursive;
	font-size:1.3em;
}
.page-id-2 #big-heading a {
	color:white;
	background:#062134;
	border-radius: 4px;
	padding:.8em;
	font-size:.9em;
}
.page-id-2 #recent-news {
	padding:2em 0;
}
.page-id-2 #recent-news h2 {
	text-align:center;
	margin-bottom:2em;
	position:relative;
	font-size:1.8em;
}
.page-id-2 #recent-news h2::after{
	background: #B28E46;
	bottom: -13px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
}
.page-id-2 #pres-background {
	background-image: url("/wp-content/uploads/daimond_eyes_@2X.png");
}
.page-id-2 #pres {
	width: 80%;
    margin: auto;
    max-width: 1200px;
	padding:2em 0;
}
.page-id-2 #pres p {
	margin-bottom:1em;
}
.page-id-2 #pres-flex {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:1em 0 0;
}
.page-id-2 #pres h2{
	margin-bottom:2em;
	text-align:center;
	position:relative;
	font-size:1.8em;
}
.page-id-2 #pres h2::after{
	background: #B28E46;
	bottom: -13px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10em;
}
.page-id-2 #pres img{
	width:90vw;
	margin-bottom:1em;
}
.page-id-2 #instagram-div {
	background:#12325d;
	padding:1em 0;
}
.page-id-2 #instagram-div h2 {
	color:white;
	text-align:center;
	position:relative
}
.page-id-2 #pres h2::after{
	background: #B28E46;
	bottom: -13px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10em;
}
.page-id-2 #social-div {
	background:#EEEEEE;
	padding:1em 0;
}
.page-id-2 #social-div div.max-width{
	display:grid;
	grid-template-columns:100%;
	grid-row-gap:1em;
}

.page-id-2 #twitter #twitter-image {
	background: #12325d;
	width:50px;
	height:50px;
	margin-right: .5em;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:-10px;
}
.page-id-2 #twitter #twitter-image img { 
	width:30px;
}

.page-id-2 #twitter #twitter-heading {
	padding-top:1em;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page-id-2 #twitter #twitter-heading a, .page-id-2 #newsroom #news-heading a{
	color:#12325d;
}
.page-id-2 #twitter-feed {
	padding:0 1em 1em 1em;
}

.page-id-2 #newsroom, .page-id-2 #twitter{
	background:#FFFFFF;
	min-height:10em;
}
.page-id-2 #newsroom h2, .page-id-2 #twitter h2{
	position:relative;
}
.page-id-2 #newsroom h2::after, .page-id-2 #twitter h2::after{
	background: #B28E46;
	bottom: -13px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
}
.page-id-2 #newsroom #news-image {
	background: #12325d;
	width:50px;
	height:50px;
	margin-right: .5em;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:-10px;
}
.page-id-2 #newsroom #news-image img { 
	width:30px;
}
.page-id-2 #newsroom #news-heading {
	padding-top:1em;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin-bottom:1em;
}
.page-id-2 #news-feed {
	padding:0 1em 1em 1em;
}

.page-id-2 .pt-cv-readmore {
    color: white !important;
    background-color: #12325d !important;
    border: none !important;
}
.page-id-2 .pt-cv-view .pt-cv-ifield {
    text-align: left;
}
.page-id-2 .pt-cv-content {
    font-size:.8em;
}
.page-id-2 .pt-cv-title a  {
    font-size:1.1em;
}

@media (min-width:700px) {
	.page-id-2 #big-heading h1 {
		font-size:3em;
	}
}
@media (min-width:850px) {
	.page-id-2 #pres img{
		margin-right:3em;
		width:40vw;
	}
	.page-id-2 #pres-flex {
		align-items:center;
		flex-direction:row;
	}
	.page-id-2 #social-div div.max-width{
		display:grid;
		grid-template-columns:50% 50%;
		column-gap:1em;
	}
	.page-id-2 #big-heading {
		width:45%;
	}

}
@media (min-width:800px) and (max-width:999px){
	.page-id-2 #resc-links-flex {
		grid-template-columns: 24% 24% 24% 24%;
		grid-column-gap: 1rem;
		margin-left:auto;
		margin-right:auto;
		width:80%;
	}
	.page-id-2 #resc-links-flex a{
		margin:0 1em;
	}
	.page-id-2 #big-heading {
		width:64%;
	}
}
@media (min-width:1000px) {
	.page-id-2 #resc-links-flex {
		grid-template-columns: 24% 24% 24% 24%;
		grid-column-gap: 1rem;
		margin-left:auto;
		margin-right:auto;
		width:65%;
	}
	.page-id-2 #resc-links-flex a{
		margin:0 1em;
	}
}
@media (max-width:767px) and  (min-width:450px){
	.page-id-2 #resc-links-flex {
		grid-template-columns: 48% 48%;
		grid-column-gap:1rem;
	}
}
@media (max-height:400px) {
	.page-id-2 #big-heading {
		top: 55%;
	}
}
 */
/*********About Senate Page Styling **********/
.page-id-67 p {
	margin-bottom:1em;
}
.page-id-67 img#blueprint {
	width:23em;
	float:left;
	margin-right:2em;
}
.page-id-67 #serve-background {
	margin-top:2em;
	background-image:linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("/wp-content/uploads/2021/01/vote.jpg");
	display:flex;
	background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.page-id-67 #serve-div {
	padding:3em 0;
	width:80%;
	margin:auto;
	display:grid;
	grid-template-columns: 100%;
}
.page-id-67 #serve-div h2{
	font-size:2.5em;
}
.page-id-67 #serve-div p{
	font-weight:bold;
}

@media (min-width: 850px) {
	.page-id-67 #serve-div {
		display:grid;
		grid-template-columns: 50% 50%;
		column-gap:1em;
	}
}

/*********About utah Page Styling **********/
.page-id-69 p {
	margin-bottom:1em;
}
.page-id-69 iframe {
	float:left;
	margin-right:2em;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.page-id-69 #info-div ul {
	list-style-type:disc;
	padding-left:3em;
	margin-bottom:1em;
}
.page-id-69 #info-div ul li{
	padding:0;
}

/*********Resources Page Styling **********/
.page-id-75 #resc-grid {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 1em;
    margin:2em auto 2em auto;
	font-size:1.5em;
}

.page-id-75 #resc-grid img{
    height:150px;
}

.page-id-75 #resc-grid div{
    margin-bottom:1em;
    background: rgb(28,37,51);
    background: -moz-linear-gradient(353deg, rgba(28,37,51,1) 0%, rgba(28,37,51,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(353deg, rgba(28,37,51,1) 0%, rgba(28,37,51,1) 50%, rgba(255,255,255,1) 50%);
    background: linear-gradient(353deg, rgba(28,37,51,1) 0%, rgba(28,37,51,1) 50%, rgba(255,255,255,1) 50%);
    padding:1em;
}

.page-id-75 #resc-grid div.yellow {
    background: rgb(255,188,42);
    background: -moz-linear-gradient(353deg, rgba(255,188,42,1) 0%, rgba(255,188,42,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(353deg, rgba(255,188,42,1) 0%, rgba(255,188,42,1) 50%, rgba(255,255,255,1) 50%);
    background: linear-gradient(353deg, rgba(255,188,42,1) 0%, rgba(255,188,42,1) 50%, rgba(255,255,255,1) 50%);
}

.page-id-75 #resc-grid a{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight:bold;
	text-align:center;
}

.page-id-75 #resc-grid a p:nth-of-type(2){
margin-bottom:1em;
}

/*********Senate Roster Page Styling **********/
.page-id-61 #h1-holder {
	margin-bottom:0;
}
.page-id-61 #senator-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 50px;
	margin-top:2em;
}
.page-id-61 .senator-box {
	display:flex;
	flex-direction:column;
	align-items:center;
	font-size:14px;
}
.page-id-61 .senator-box a {
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
	border-radius:4px;
}
.page-id-61 .senator-box .img-div{
	width:150px;
	height:183px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	border-radius: 4px 4px 0 0;
}
.page-id-61 .senator-box .img-div .party-tag{
	position:absolute;
	top:0;
	right:5px;
	z-index: 100;
	color:white;
}
.page-id-61 .senator-box .img-div .party-triangle{
	width: 0;
    height: 0;
    right: -3px;
    top: -2px;
    border-left: 40px solid transparent;
    position: absolute;
}
.page-id-61 .senator-box .img-div .party-triangle.party-D{
    border-top: 40px solid #0B314D;
}
.page-id-61 .senator-box .img-div .party-triangle.party-R{
    border-top: 40px solid #b3292e;
}
.page-id-61 .senator-box .district-box{
	text-align:center;
	background:#12325d;
	color:white;
	padding:.5em 0;
	position: relative;
	top: 0px;
    border-radius: 0 0 4px 4px;
}
.page-id-61 .senator-box .name{
	font-size:20px;
	text-align:center;
	letter-spacing:.1rem;
}
.page-id-61 #senator-table {
	text-align:center;
	margin-top:2em;
	border-collapse:collapse;
	display:none;
}
.page-id-61 #senator-table th {
	font-weight:bold;
	color:#12325d;
	background:white;
	font-size:1em;
}
.page-id-61 #senator-table td {
	padding:.3em 0;
	font-size:.8em
}
.page-id-61 #senator-table tr:nth-child(even) {
	background:#f5f5f5;
}
.page-id-61 #roster-toggle-background {
	background: #dedede;
}
.page-id-61 #roster-toggle {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:flex-end;
}
.page-id-61 table tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.page-id-61 #senator-table td:last-of-type {
	width:300px;
}
.page-id-61 .dropdown-divs {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
	padding: 4em 1em 0 1em;
    background-repeat: no-repeat;
    background-position: center 1em;
}
.page-id-61 .dropdown-holder {
	position:relative;
}
.page-id-61 #party-div {
	background-size:70px;
	background-image: url("/wp-content/uploads/party.png");
	border-right: 0;
}
.page-id-61 #sort-div {
	background-size:45px;
	background-image:url("/wp-content/uploads/arrows.png");
	border-right: 0;
}
.page-id-61 #toggle-view {
	background-size:45px;
	background-image:url("/wp-content/uploads/grid.png");
	padding-bottom:1em;
}
.page-id-61 #filter-div {
	display: grid;
	text-align:center;
}
.page-id-61 .visible-btn {
	display: block;
    border-radius:0;
	width:150px;
	margin:auto;
}
.page-id-61 .dropdowns {
	position:absolute;
	display:none;
	z-index:1000;
	background:#062134;
	padding:.5em;
	box-shadow: 0px 25px 16px 0px rgb(0 0 0 / 50%);
	width:150px;
	margin:auto;
	left:0;
	right:0;
}
.page-id-61 .dropdowns button{
	background:transparent;
	display: block;
    width: 100%;
    text-align: left;
	border-radius:0;
	box-shadow:none;
}
.page-id-61 .dropdowns button:hover{
	background:#0B314D;
}
@media (min-width:550px) {
	.page-id-61 #filter-div {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.page-id-61 #party-div {
		border-right: 1px solid #cecece;
	}
	.page-id-61 #sort-div {
		border-right: 1px solid #cecece;
	}
	.page-id-61 .dropdown-divs {
		padding: 4em 1em 2em 1em;
	}
	.page-id-61 #toggle-view {
		padding-bottom:2em;
	}
}
@media (min-width:850px) {
	.page-id-61 #senator-table th {
		font-size:1.2em;
	}
	.page-id-61 #senator-table td {
		padding:.5em;
		font-size:1.1em
	}
}

/*********Leadership Page Styling **********/
.page-id-65 #pres p{
	margin-bottom:1em;
}
.page-id-65 #pres img {
	width:100%;
	height:100%;
	margin-bottom:1em;
}
.page-id-65 #leaders-details {
	clear:both;
}
.page-id-65 #leaders-details h2{
	margin-top:1em;
	margin-bottom:.5em;
}
.page-id-65 .leadership-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
	max-width:250px;
	margin-right:1em;
	margin-bottom:1em;
}
.page-id-65 .img-div{
/* 	width:40vw;
	height:49vw; */
	width:250px;
	height:308px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	border-radius:4px;
	border-radius: 4px 4px 0 0;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.page-id-65 .img-div .party-tag{
	position:absolute;
	top:0;
	right:5px;
	z-index: 100;
	color:white;
}
.page-id-65 .img-div .party-triangle{
	width: 0;
    height: 0;
    right: -3px;
    top: -2px;
    border-left: 40px solid transparent;
    position: absolute;
}
.page-id-65 .img-div .party-triangle.party-D{
    border-top: 40px solid #0B314D;
}
.page-id-65 .img-div .party-triangle.party-R{
    border-top: 40px solid #b3292e;
}
.page-id-65 .district-box{
	text-align:center;
	background:#12325d;
	color:white;
	padding:.5em 0;
	position: relative;
	border-radius: 0 0 4px 4px;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.page-id-65 .name{
	font-size:20px;
	text-align:center;
}
.page-id-65 #majority-grid, .page-id-65 #minority-grid {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
/* 	grid-template-columns: 1fr 1fr;
	grid-column-gap:1em; */
}
.page-id-65 #majority-grid p, .page-id-65 #minority-grid p {
	margin-bottom:.5em;
	text-align:center;
}
.page-id-65 #majority-grid a h3, .page-id-65 #minority-grid a h3{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	letter-spacing:.1rem;
	margin-bottom:.2em;
}
.page-id-65 #majority-leader h3, .page-id-65 #minority-leader h3, .page-id-65 #majority-whip h3, .page-id-65 #minority-whip h3, .page-id-65 #rules-chair h3 {
	width:70%;
	margin:auto;
}
.page-id-65 #majority-assist-whip h3, .page-id-65 #minority-assist-whip h3 {
	width:75%;
	margin:auto;
}
@media (min-width:550px) {
	.page-id-65 #majority-grid, .page-id-65 #minority-grid {
		justify-content:flex-start;
	}
	.page-id-65 .leadership-box {
		margin-right:2em;
	}
}
@media (min-width:850px) {
	.page-id-65 #pres img {
		width:100%;
		margin-right:3em;
	}
	.page-id-65 #pres {
		display: grid;
		grid-template-columns: 350px 1fr;
		grid-column-gap: 2em;
		align-items: center;
	}
}

/********Contact Page**************/
.page-id-85 #leg-list{
	font-size:1em;
	padding:.3em;
	border-radius:2px;
	border-color:#bfc3c8;
	margin-bottom:1em;
}

.page-id-85 label {
	font-size:1.1em;
}
.page-id-85 form { 
	font-family:'Open Sans', sans-serif;
}
.page-id-85 form input:not([type="checkbox"]), .page-id-85 form textarea {
	border-radius:4px;
	width:100%;
	padding:6px 10px;
	line-height:1.3;
	border:solid 1px #bfc3c8;
	margin-bottom:1em;
}
.page-id-85 form input[type="submit"] {
	border-radius:4px;
	background: #1c2533;
	padding:10px 20px;
	width:auto;
	color:white;
	margin-top:1em;
	border: none;
}
.page-id-85 label {
	font-size:1em;
}
.page-id-85 .required-form{ 
	color: #c20000;
}
/*********Media Room Page Styling**********/
.page-id-81 h2 {
	margin-bottom:1em;
}
.page-id-81 p {
	margin-bottom:1em;
}
.page-id-81 #contact-info{
	display:flex;
	flex-wrap:wrap;
}
.page-id-81 #contact-info ul li{
	padding:0;
}
.page-id-81 #contact-info div{
	margin:1em 3em 1em 0;
}
.page-id-81 hr {
	margin:1em 0;
}
.page-id-81 .media-links {
	display:flex;
	flex-direction:column;
	margin-bottom:2em;
}
.page-id-81 #main-content .media-links img{
	box-shadow:none;
}
.page-id-81 .media-links .media-img{
	color:white;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content:center;
	text-align:center;
    border: solid 1px #B28E46;
	margin:1em 0;
	height:175px;
	padding:0 1em;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.page-id-81 .media-links div:nth-of-type(2){
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.page-id-81 .media-links .media-img p{
	height:1px;
	margin-bottom:0;
}
.page-id-81 .media-links .media-img a{
	color:#062134;
}
.page-id-81 .media-links .media-img a:hover{
	color:#B28E46;
}
.page-id-81 .media-links .media-img img{
	height:55px;
}
.page-id-81 .media-links .media-img img#briefings-img{
	height:65px;
}
.page-id-81 .media-links .media-img img#livestreams-img{
	height:45px;
}
.page-id-81 #button-div {
	display:flex;
	flex-wrap:wrap;
	margin-top:.5em;
}
.page-id-81 #button-div a {
	margin-right:1em;
	margin-bottom:.5em;
	border: solid 2px #B28E46;
	background:transparent;
	color:#062134!important;

}
@media (min-width:768px) {
	.page-id-81 .media-links {
		display: grid;
   		grid-template-columns: 245px auto;
		grid-column-gap:1em;
	}
	.page-id-81 .media-links .media-img{
		margin:0;
	}
}

/*********Follow the Senate Page Styling**********/
.page-id-111 .media-links {
	text-align:center;
	margin-bottom:1em;
	border-bottom:2px solid #B28E46;
	padding:2em 0;
}
.page-id-111 #main-content .media-links img{
	margin-right:0;
	height:50px;
	box-shadow:none;
}
.page-id-111 p {
	margin-bottom:1em;
	text-align:left;
}

.page-id-111 h2 {
	margin:1em auto;
}
.page-id-111 h3 {
	font-size:1.5em;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:normal;
	text-transform:capitalize;
}

@media (min-width:600px) {
	.page-id-111 .media-links {
		display:grid;
		grid-template-columns: 100px auto;
		grid-column-gap:1em;
		text-align:left;
	}
	.page-id-111 .media-links img{
		margin:auto;
		display:flex;
		justify-content:center;
	}
/* 	.page-id-111 .media-links img#book-face {
		height:65px;
	} */
	.page-id-111 .media-links img#tube-you {
		height:40px;
	}
	.page-id-111 .media-links img#twitter-img {
		height:40px;
	}
}

/*********Staff Page Styling**********/

.page-id-83 #staff-div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
}
.page-id-83 #staff-div .member-img{
	background-repeat: no-repeat;
    background-size: cover;
	background-color:#EEEEEE;
    width:250px;
	height:315px;
	margin:auto;
	box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}
.page-id-83 .member {
    text-align:center;
	margin-bottom:1em;
}
.page-id-83 .member .bold{
    margin-top:1em;
	font-weight:bold;
}
.page-id-83 .member h2 {
	font-size: 1.3em;
	letter-spacing:.1rem;
	width:90%;
	margin:auto;
}
.page-id-83 .member h2.spaced {
	margin-bottom:2.2em;
}
.page-id-83 .member li{
	padding:0;
}
@media (max-width:668px) {
	.page-id-83 #staff-div {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
	.page-id-83 #staff-div .member-img{
		margin:auto
	}
	.page-id-83 #staff-div .member{
		width:90vw;
		margin:auto;
		text-align:center;
		margin-bottom:2em;
	}
}

/*********News Room Page Styling**********/
/* .page-id-1121 #flex-news {
	display:grid;
	grid-template-columns:100%;
}
.page-id-1121 #flex-news h2{
	text-align:center;
}
.page-id-1121 #newsroom {
    background: #EEEEEE;
    padding: 1em;
	margin:2em auto;
}
.page-id-1121 #newsroom p{
	margin:1em 0;
}
.page-id-1121 #subscribe-div{
	background:#FFFFFF;
	min-height:10em;
	padding:0 1em;
}
.page-id-1121 a.go-news {
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:1em;
}
.page-id-1121 #newsroom #news-image {
	background: #12325d;
	width:50px;
	height:50px;
	margin-right: .5em;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:-10px;
}
.page-id-1121 #newsroom h2 {
	position:relative;
}
.page-id-1121 #newsroom h2::after {
    background: #B28E46;
    bottom: -13px;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}
.page-id-1121 h2.header {
	margin-bottom:1.5em;
	font-size:2em;
}
.page-id-1121 h3.pt-cv-title {
	font-size:1.5em;
}
.page-id-1121 #newsroom #news-image img { 
	width:30px;
}
.page-id-1121 #newsroom #news-heading {
/* 	border-bottom: solid 3px #12325d; */
/* 	padding-top:1em;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin-bottom:2em;
}
.page-id-1121 .pt-cv-scrollable .pt-cv-cap-w-img {
    background: rgba(0,0,0,0.75);
}
.page-id-1121 .pt-cv-view {
	border-top: 2px solid #B28E46;
    padding-top: 3em;
}
@media (min-width:700px) {
	.page-id-1121 #flex-news {
		display:grid;
		grid-template-columns:49% 49%;
		grid-column-gap: 15px;
	}
} */

/*********Majority and Minority News Room Page Styling**********/
.page-id-1949 #news-box {
	background:white;
	padding:2em 0;
}
.page-id-1949 #news-box .pt-cv-view .pt-cv-ifield, .page-id-79 #news-box .pt-cv-view .pt-cv-ifield  {
	text-align:left;
}
.page-id-1949 h2.header, .page-id-79 h2.header{
	margin-bottom:1.5em;
	font-size:2em;
}
.page-id-1949 h3.pt-cv-title, .page-id-79 h3.pt-cv-title {
	font-size:1.5em;
}
.page-id-1949 .pt-cv-view, .page-id-79 .pt-cv-view {
	border-top: 2px solid #B28E46;
    padding-top: 3em;
}
/*********Financial COI Page Styling**********/
.page-id-2147 #senator-table {
	width:75%;;
	margin:auto;
}
.page-id-2147 td {
	text-align:center;
}


/*********Test Page Styling**********/

.page-id-2358 #staff-div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
}
.page-id-2358 #staff-div .member-img{
	background-repeat: no-repeat;
    background-size: cover;
	background-color:#EEEEEE;
    width:250px;
	height:315px
}
.page-id-2358 .member {
    text-align:center;
	margin-bottom:1em;
}
.page-id-2358 .member .bold{
    margin-top:1em;
	font-weight:bold;
}
.page-id-2358 .member h2 {
	font-size: 1.3em;
	letter-spacing:.1rem;
	width:90%;
	margin:auto;
}
.page-id-2358 .member h2.spaced {
	margin-bottom:2.2em;
}
.page-id-2358 .member li{
	padding:0;
}
@media (max-width:668px) {
	.page-id-2358 #staff-div {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
	.page-id-2358 #staff-div img{
		width:90vw;
		height:auto;
		margin:auto
	}
	.page-id-2358 #staff-div .member{
		width:90vw;
		margin:auto;
		text-align:center;
		margin-bottom:2em;
	}
}