/*--------------------------------------------------
  Variables
--------------------------------------------------*/

:root {
    --main-font: 'Lato', sans-serif;
    --lato-font: 'Lato', sans-serif;
    --pale-green: rgb(126, 167, 133);
    --blue: rgb(27, 155, 194);
    --awe-blue: rgb(25,81,142);
    --dark-blue: rgb(67, 106, 135);
    --white: #ffffff;
    --light-gray: rgb(153, 153, 153);
    --navy: #063161;
    --dark-gray: rgb(27, 19, 16);
    --turqoise: rgb(7, 167, 165);
    --super-light-gray: rgb(223, 223, 223);
}

/*--------------------------------------------------
  Global
--------------------------------------------------*/

a {
    color: var(--blue);
    cursor:pointer;
}

a:hover,
a:visited {
    color: rgb(25, 81, 142);
}

/*--------------------------------------------------
  BUTTONS
--------------------------------------------------*/
.btn, button.facetwp-load-more {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all .5s;
    border-radius: 10px;
}

.btn.blue, button.facetwp-load-more {
    background-color: var(--blue);
    color: #ffffff;
}

.btn.blue:hover {
    background-color: var(--dark-blue);
}

.btn.transparent {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 3px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.btn.transparent:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------
  MAIN
--------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
}

* {
    font-family: var(--main-font);
}

p {
    margin-top: 0;
}

h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0;
}

ul.drop {
    padding: 0;
}

ul.drop li {
    font-size: 18px;
    margin-bottom: 15px;
    list-style-type: none;
}

ul.drop li:before {
    font-family: 'icomoon';
    content: "\e900";
    margin-right: 15px;
}

form input[type="text"],
form input[type="search"] {
    border: none;
    padding: 5px 10px;
    font-size: 17px;
}

pre {
    font-family: monospace;
    background: #eee;
    padding: 10px;
    font-size: 15px;
}

section {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

body {
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
}

img.alignleft {
    float: left;
    margin: 20px;
}

img {
    max-width: 100%;
}

img.size-full {
    height: auto;
}

/*--------------------------------------------------
  CUSTOM CLASSES
--------------------------------------------------*/

.contained-width .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}

@media screen and (max-width:1000px) {
    .contained-width .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*--------------------------------------------------
  SEARCH FORM
--------------------------------------------------*/
.wp-search-form {
    display:none;
    height: 0;
    position: fixed;
    background: rgba(255, 255, 255, .85);
    width: 100%;
    transition: all .3s ease-in;
    padding: 20px 10%;
    text-align: right;
    margin-top: 10px;
    z-index: 0;
}

.wp-search-form.reveal {
    height: auto;
    opacity: 1;
    z-index: 999;
    margin-top: 80px;
}

.header .wp-search-form.reveal form {
    display: block;
}

.wp-search-form input[type="submit"] {
  display: inline-block;
  font-size: 22px;
  padding: 10px 52px !important;
  line-height: 22px;
  background: var(--blue);
  color: #ffffff;
  height: 45px;
  position: relative;
  border: 1px solid var(--blue);
  top: 2px;
}

.wp-search-form input[type="search"] {
  height: 45px;
  background: #e4e4e4;
  width: 80%;
  border: 1px #ccc solid;
  display: inline-block;
}

/*--------------------------------------------------
  HEADER
--------------------------------------------------*/
#top_menu {
    list-style:none;
}
#top_menu li {
    display:inline-block;
    margin:10px;

}
#top_menu li a {
   text-decoration:none;
   font-weight:bold;
}

/*--------------------------------------------------
 RESOURCE LIST
--------------------------------------------------*/
.resource-list {
    display: flex;
    flex-wrap: wrap;
}
.resource-list .resource-item {
    border:1px #000000 solid;
    padding: 20px;
    margin: 1%;
    flex-basis: 23%;
}
.resource-list .resource-item h2 {
    font-size:19px;
}
.resource-list .resource-item .meta {
    font-size:11px;
}

/*--------------------------------------------------
 MY ACCOUNT
--------------------------------------------------*/
#my-account-hero {
    border-top: 2px solid var(--awe-blue);
}
#my-account-hero .my-account {
    padding: 0 4%;
}
.my-account .intro-copy {
    font-size: 24px;
    line-height:34px;
    padding: 30px 0;
}
.my-account .icons-lists {
	display: flex;
	flex-wrap: wrap;
}

.my-account  .icons-lists .icon-box {
	width: 23%;
	background: var(--awe-blue);
	padding: 20px;
	border-radius: 10px;
	margin: 0 2.6% 15px 0;
}

.my-account  .icons-lists .icon-box:nth-child(4n) {
	margin: 0 0 15px 0;
}

.my-account  .icons-lists .icon-box:hover {
	background: #1f284d;
}

.my-account  .icons-lists .icon-box a {
	display: block;
	width: 100%;
	height: 100%;
}

.my-account  .icons-lists .icon-box .icon {
	margin: 0 0 10px 0;
	width: 100%;
}

.my-account  .icons-lists .icon-box .icon img {
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.my-account  .icons-lists .icon-box .title {
	width: 100%;
}

.my-account  .icons-lists .icon-box .title h5 {
	color: #fff;
	text-align: center;
	margin: 0;
}
.my-account form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
    background:var(--awe-blue);
    padding: 30px;
}

.my-account form .input-field {
	width: 100%;
}

.my-account form .input-button {
	width: 10%;
	height: 100%;
	position: absolute;
	right: 0;
}

.my-account form .input-field input#search {
	width: 100%;
	padding: 15px 50px 15px 15px;
	font-size: 18px;
	outline: none;
}

.my-account form .input-field input#search:focus {
	outline: none;
}

.my-account form .input-button button#searchsubmit {
	font-size: 20px;
    padding: 0;
    width: 99%;
    height: 90%;
    margin: 0;
    line-height: 0;
    position: relative;
    outline: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    top: -22px;
    right: 15px;
}

.my-account form .input-button button#searchsubmit i {
	color: #949494;
}

section.content-with-resource-search.dark_text .left h2,
section.content-with-resource-search.dark_text .left h3,
section.content-with-resource-search.dark_text .left h4,
section.content-with-resource-search.dark_text .left h5,
section.content-with-resource-search.dark_text .left h6,
section.content-with-resource-search.dark_text .left p,
section.content-with-resource-search.dark_text .right h1,
section.content-with-resource-search.dark_text .right h2,
section.content-with-resource-search.dark_text .right h3,
section.content-with-resource-search.dark_text .right h4 {
	color: #000;
}

.single-committee .button {
    display: inline-block;
	padding: 10px 25px;
	background: #A7D49E;
	color: #2C3A69;
	font-size: 18px;
	font-weight: normal;
	border-radius: 30px;
	text-align: center;
	font-family: 'Inter';
	border: 1px solid #A7D49E;
	margin: 10px 0 30px 0;
}
.single-committee .box {
    border: 1px #ccc solid;padding: 2%; border-radius:15px;
}
.single-committee .update-time {
    font-weight:bold;
    font-style:italic;
    margin-bottom: 20px;
}

/* ------------ MEMBER ADMIN ------------ */
.members.admin h3 {
    font-weight: normal;
    color: rgb(25, 81, 142);
}

.members table.memberstable {
    width: 100%;
}

.members table.memberstable th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    padding: 8px;
    color: var(--white);
    background-color: var(--dark-gray);
    width: 20%;
}

.members.admin {
    margin-bottom: 50px;
}

.members.admin table.memberstable th {
    color: #000000;
    background-color: #cccccc;
    width: 14%;
}

.members.admin table.memberstable td {
    border-bottom: 1px #a0a0a0 solid;
}

.members table.memberstable th.actions {
    width: 25%;
}

.members table.memberstable td {
    background: #f4f4f4;
    padding: 8px;
    font-size: 13px;
}

.members table.memberstable tr.even td {
    background: #cccccc;
}

table.memberstable td .btn {
    font-size: 12px;
    background: var(--blue);
    color: #ffffff;
    padding: 8px 20px;
    line-height: 12px;
    height: auto;
    font-weight: bold;
    margin-right: 3px;
}

table.memberstable td .btn:hover {
    background: rgb(25, 81, 142);

}
