/*
Theme Name: EmeryReddy
Version: 1.0
Description: A custom built for EmeryReddy
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fl-automator
*/
body {
    /*font-family: "Fira Sans", Sans-serif;*/
	font-family: Arial, sans-serif;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h4, .h4 {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    word-spacing: 2px;
    color: #B6C3C5;
}
.banner {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
    /*background-image: url(images/banner.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;*/
    color: #fff;
    /*background: linear-gradient(45deg, #0000002b, #00000012), url(images/banner.png);*/
	background-color: #05101b;
}

h1 {
    /*font-family: "Baskervville", Sans-serif;*/
	font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #d1d7db;
}

.accordion-list {background-color: #f7f7f7; margin-bottom:30px;
    max-width: 100%;
}
.accordion-list button { width: 100%; text-align: left; font-size: 1.125rem; font-weight: 700; background-color: #f7f7f7; border: 1px solid #d7d7d7; line-height: 1.3em; padding:; position: relative; padding:20px; }
.accordion-list button:hover { font-weight: 700; background-color: #fff; border: 1px solid #00ccfa; }

.accordion-list button[aria-expanded="true"] { background-color: #de0f3f; color: #fff; border-color: #de0f3f; }

.accordion-list button span { font-weight: normal; }

.accordion-list div + button { margin-top: 2.125rem; }

.accordion-list .divBox { text-align:left; background-color: #f7f7f7; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; padding: 2rem 2.5rem 1.6rem;
	color:#000;	
 }
 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.accordion-list .collapse {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 
.accordion-list .collapse.show{
	display:block;
}
.accordion-list .content {
    padding-top: 60px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 60px;
}

.email {
    background-color: /*#d1d7db*/ #05101b;
    padding-top: 60px;
    padding-bottom: 120px;
	color:#fff;
}
.email h2{
	color:#fff;
}
h2 {
    margin-bottom: 30px;
    /*font-family: "Baskervville", Sans-serif;*/
	font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #0a406b;
}

a {
    color: #de0f3f;
    font-weight: 500;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0b406b;
    text-decoration: underline;
}

h3 {
    /*font-family: "Fira Sans", Sans-serif;*/
	font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #2a2a2a;
}

.content p {
    font-size: 1.3rem;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.separator {
    max-width: 600px;
    margin: 60px auto;
}
.btn {background-color: #de0f3f;/*font-family: "Fira Sans", Sans-serif;*/ font-family: Arial, sans-serif;font-size: 18px;font-weight: 500;text-transform: capitalize;text-decoration: none;line-height: 28px;fill: #FFFFFF;color: #FFFFFF;border-style: solid;border-width: 2px 2px 2px 2px;border-color: #de0f3f;border-radius: 0px 0px 0px 0px;padding: 12px 30px 12px 30px;margin-top: 15px;}

.btn:hover, .btn:focus {
    background-color: #7bb7e0;
    color: #FFFFFF;
    border-color: #0A406B;
}

.rep {
    max-width: 800px;
    text-align: center;
}
.content .container {
    max-width: 900px;
}

.content .col-lg-6 {
    text-align: left;
}
.post-content .container{
	max-width:1200px;
}
.post-content h3{
	margin-bottom:30px;
	margin-top:30px;
}
.senators .container{
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
	justify-content:space-around;
}
.senators .itm{
	max-width:30%;
	width:100%;
	margin:0px 10px 10px 10px;
	border:2px solid #f1f1f1;
	padding:20px;
}
.senators .itm p{
	font-size: .9rem;
}
.senators h3{
	font-size:20px;
}
.email .container {
    max-width: 1000px;
}

.email .subject {
    margin-bottom: 30px;
}

.vote-no img {
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
}

.vote-no {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}