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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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 {
	letter-spacing:.4rem;
	font-weight:normal;
}
h2,h3,h4,h5,h6 {
	color:#333333;
}
h3,h4,h5,h6 {
    font-weight: bold;
    letter-spacing: .2em;
}
img {
	box-shadow: 3px 3px 5px 0px #848484;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.subheading {
	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
	-webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
a:link, a:visited {
    text-decoration: none;
    color: #184477;
}
a:hover {
	color:#333333;
}
#main-content a {
	text-decoration:underline;
}
#main-content a.button {
	text-decoration:none;
	color:#333333;
}
ul {
    list-style: none;
    padding-left: 0
}
ul li {
    padding: 6px 0
}
table {
    width: 100%
}
table.prevNextTbl tr:nth-child(odd) {
    background-color: transparent
}
table th {
    padding: 8px;
    background-color: #333333;
    color: #EEEEEE;
}
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%;
}
.gray-header {
	background:#333333;
	padding:2.5em 0;
	color:#EEEEEE;
	margin-bottom:2em;
	text-align:center;
	box-shadow: 3px 3px 5px 0px #848484;
}
.gray-header h2{
	color:#EEEEEE;
	position:relative;
	text-transform:uppercase;
	text-align: center;
	font-size: clamp(1em, 3vw + 1em, 2em);
	margin: 0 auto;
	line-height: 1.8em;
	position: relative;
	letter-spacing: 5px;
	font-weight:normal;
}
.gray-header h2::after {
	background: #b89961;
	bottom: -13px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8em;
}
#main-content {
	margin-bottom:2em;
}
.required-form {
    color: #c20000;
}

/*****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
}


/****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: #b89961;
	color:#333333;
    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;
	cursor:pointer;
	-webkit-box-shadow: 3px 3px 5px 0px #848484;;
	box-shadow: 3px 3px 5px 0px #848484;;
}
button:hover,.button:hover, input[type='submit']:hover {
    background-color: #A9823C;;
/* 	color:#EEEEEE!important; */
}

button:active,.button:active {
    background-color: #b89961;
}

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

/****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;
    }
}

/*****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';
	font-weight:lighter;
}
.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:#B89961;
}
#top-nav {
	width:90%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin:auto;
}
#top-nav li {
	padding: 5px;
	display:inline-block;
}
#top-nav div:first-of-type a {
	color:#333333;
	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:#333333;
	height:6em;
}
#bottom-nav-background img{
	box-shadow:none;
}
#bottom-nav {
	position:relative;
	padding:0;
	width:80%;
	margin:auto;
	padding-top: 0.5em; 
}
#bottom-nav #logo-big {
	text-align:center;
	z-index:9000;
	margin-top:1.5em;
}
#bottom-nav #logo-big a{
	text-align:center;
	color: white;
}
#bottom-nav #logo-big a span {
	display:none;
}
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;
}
.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% 50px;
    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: #333333;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
}
nav #menuClose path:hover {
    fill: #b89961;
    -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: right;
	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;
}
div.hide-large#logo-small a{
    display:flex;
    color:#EEEEEE;
	justify-content:center;
	align-items:center;
	height:5em;
}
div.hide-large#logo-small a img{
	height:5em;
}
div.hide-large#resources-header {
	padding: 10px 5%;
	color:#333333;
	font-weight: 700;
    background-color: rgba(0,0,0,.03);
}
/* .menu-item div.hide-large a{
    padding: 10px 5%;
} */
.max-width {
	max-width:1200px;
	margin:auto 2em;
}
#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%;
		height:4em;
		display:flex;
		padding:0;
	}
	#bottom-nav #logo-big {
		display:block;

	}
	#bottom-nav #logo-big a span {
		display:inline;
		letter-spacing: .3rem;
		font-size: 1.4rem;
		margin-bottom: 1em;
		text-transform: lowercase;
	}
	#bottom-nav #logo-big img {
		display:block;
		padding-top:0;
		height:5em;
	}
	#bottom-nav-background {
		height:4em;
	}
	.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:center;
        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;
/* 		margin-top:-1em; */
    }
	.mainNav.scrolled {
		margin-top:0;
	}
	#bottom-nav .mainNav.scrolled #logo-big{
		margin-top:.25em;
	}
	#bottom-nav .mainNav.scrolled  #logo-big img{
		height:3.5em;
	}
	#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 #b89961;
        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: 0 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:#333333;
    color:#EEEEEE;
    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:#EEEEEE;
}
footer a#phone {
	padding-right:2em;
	display:flex;
	flex-direction:row;
	align-items:center;
	
}
footer #footer-social a:hover {
	color:#b89961;
	
}
footer a#phone svg {
	height:25px;
	fill:#b89961;
	margin-right:.3em;
}
#footer-social {
	display:flex;
	align-items:center;
}
#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;
	}
}

p {
	margin-bottom:1em;
}
/*******General Styles************/
#h1-holder h1{
	color:#333333;
	text-align:center;
	font-size: clamp(1.5em, 3vw + 1em, 3em);
	margin:0 auto;
	line-height:1.8em;
	text-transform:uppercase;
	position:relative;
	letter-spacing: 0;
}
#h1-holder h1::after {
	background: #b89961;
    bottom: -5px;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5em;
}
#h1-holder { 
	padding:4em 0;
	margin-bottom:2em;
	background:#EEEEEE;
}
.heading-div {
	padding:1em 0;
	background:#eeeeee;
}
h2.heading{
	text-transform:uppercase;
	color: #333333;
	text-align: center;
	font-size: 2em;
	margin: 0 auto 1em;
	line-height: 1.8em;
	position: relative;
	letter-spacing: 5px;
}
h2.heading::after{
	background: #B89961;
	bottom: -5px;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5em;
}
#recent-posts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 50px;
	margin: 2em 0;
}
#recent-posts a {
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
}
.news-img {
	background: #EEEEEE;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	border: white solid 8px;
	-webkit-box-shadow: 5px 5px 7px 0px #939393;
	box-shadow: 5px 5px 7px 0px #939393;
	margin-bottom:1em;
}

form textarea, form input, form select {
	width: 100%;
    padding: 0.5em;
    border-radius: 2px;
    border: solid #b4b4b4 1px;
	margin-bottom:1em;
}
input[type="submit"] {
	width: auto;
    margin-bottom: 4px;
    padding: 8px 16px;
    background-color: #b89961;
    color: #333333;
    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;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px #a8a8a8;
    box-shadow: 3px 3px 5px 0px #a8a8a8;
}

.italic-label {
	font-style:italic;
	margin-bottom:1em;
	font-size:.9em;
}
.italic-label input{
	margin-bottom:0em;
}

@media (min-width:850px) {
	.grid-2, .form-2 p {
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2em;
	}
}

/*********Contact Page Styles**********/
.page-id-15 #main-content {
	margin-bottom:0;
}
.page-id-15 #contact-flex {
	margin-bottom:2em;
}
.page-id-15 #contact-flex h2 {
    font-weight: bold;
    letter-spacing: .2em;
	text-transform:capitalize;
	text-align:left;
	font-size:1.5em;
}
.page-id-15 #contact-flex h2::after {
    content:none;
}
.page-id-15 #contact-box {
	color:#eeeeee;
	background:#333333;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:1.5em;
}
.page-id-15 #contact-box a{
	color:#eeeeee;
}
.page-id-15 #contact-box h3{
	color:#eeeeee;
	margin-bottom:.5em;
}
.page-id-15 .gray-header{
	margin-bottom:0em;
}
.page-id-15 #form-background{
	background:#EEEEEE;
	padding:2em 0;
}
.page-id-15 #form-background input, .page-id-15 #form-background input{
	margin-bottom:1em;
}
.page-id-15 #form-background select{
	width:100%;
	padding:.5em;
	margin-bottom:1em;
	border-radius:2px;
	border:solid #b4b4b4 1px;
}
@media (min-width:850px) {
	.page-id-15 #contact-flex {
		display:grid;
		grid-template-columns: 1fr 250px;
		grid-column-gap:2em;
	}
	.page-id-15 h3 {
		font-weight:bold;
		letter-spacing:.2em;
	}
}

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

.page-id-1530 #gen-staff, .page-id-1530 #majority-holder{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    grid-gap: 1rem;
	margin-bottom:2em;
}
.page-id-1530 #minority-holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    grid-gap: 1rem;
	margin-bottom:2em;
}
.page-id-1530 .staff-div {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.page-id-1530 .staffImg{
	background: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
    margin: 1em 0;
    width:250px;
	height:315px;
	box-shadow: 3px 3px 5px 0px #848484;
	
}

.page-id-1530 #minority-holder .staffImg{
	max-width:300px;
}
.page-id-1530 .name{
    margin-top:1em;
	font-weight:bold;
}
.page-id-1530 .staff-info {
	text-align:center;
}

@media (min-width:668px) {
	.page-id-1530 .staffImg{
		width:100%;
		height:400px;
		max-width: 300px;
}
	}
	.page-id-1530 #staff-div {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
	.page-id-1530 #staff-div img{
		width:90vw;
		height:auto;
		margin:auto
	}
	.page-id-1530 #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;
	}
}

/*********Financial COI Page Styling**********/
.page-id-1528 #rep-table {
	width:75%;;
	margin:auto;
}
.page-id-1528 td {
	text-align:center;
}