/* start file:/lists/styles/subscribe.css   */

/* =-------------- Global Reset ----------*/


::selection {
  background: rgb(45, 135, 52); /* WebKit/Blink Browsers */
	color:white;
}
::-moz-selection {
  background: rgb(45, 135, 52); /* Gecko Browsers */
	color:white;
}


html, body, div, span, applet, object, pre,
iframe, h1, h2, h3, h4, h5, h6, blockquote,
p, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q,
s, samp, tt, small, strike, sub, strong, b,
sup, var, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/* =------------- Typography ----------*/

html {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none
}


h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px
}

p {
    font-size: 12px;
    margin: .75em 0
}

.well p , .well a{

text-align:left;

padding:10px;
}

.well p:hover , .well a:hover{

color: green;
}
li, table, form {
    font-size: 12px
}

.error {
    font-size: 13px;
    padding: 3px;
    font-variant: small-caps;
}

input, textarea, select {
    font-size: 14px;
}

/* =-----------------Layout ----------*/

body {
    background-position: top left;
    background-repeat: repeat-x;
    background-color:#151715!important;
    color:#fff!important;
    
}

#container {
    max-width: 920px;
    min-width: 300px;
    margin: 0 auto
}

#header {
  
    width: 100%
}

.fixed #mainContent {
    margin: 0 30px
}

#footer {
    clear: both;
    background-position: top left;
    background-repeat: repeat-x
}

#footerframe {
    margin: 0 40px;
    min-height: 100px
}

#footer ul {
    float: left;
    margin: 1.5em 0
}

#footer ul li {
    float: left;
    margin-right: 10px
}

/* =---------------- Styles ----------*/

.panel {
    position: relative;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;


}

.panel .content {
    padding: 25px;

}

.note, .adminmessage,
.missing {
    position: relative;
    background: url("../images/info-icon.png") no-repeat scroll 15px 11px #FFFECD;
    border: 1px solid #FFDE9F;
    color: #855230;
    margin: 15px 0;
    padding: 1em 30px 1em 50px;
    font-size: 12px
}

.poweredby {
    clear: both;
    padding-top: 10px;
}

p.poweredby a {
    border: 0;
    background: none;
}

p.poweredby a:hover {
    background: none;
    border: 0;
}

p a {
    font-size: 16px;
}

p a[href='./?p=unsubscribe'] {
    float: right;
    font-size: 12px;
    margin-top: 50px
}

/* ---------------- Table Styles ---------------- */

#mainContent table {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
}

#mainContent table td {
    padding: 5px 10px;
    margin: 1px;
}

/* =---------------- Form Elements ----------*/

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
}

textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
}

select {
    margin: 0 2px 0 0;
    padding: 2px 1px 2px 5px;
    background: none repeat scroll 0 0;
    border-width: 1px;
    border-style: solid;
}

input[type="submit"],
p.button a, a.button {
background-color: #099109;
color: #fff;
border: none;
padding: 10px 20px;
cursor: pointer;

}

.panel .content{
text-align:right;
}

.panel .content h3{
text-align:left;
}

.panel .content tr{
text-align:left;
}

a {
color:white;

}

input:nth-child(1){
margin-top:20px;

}

input:hover[type="submit"],
a:hover.button, p.button a:hover {
    cursor: pointer;
    text-decoration: none;
}

span.required, div.required {
    color: white;
    font-size:16px;
}

/* =---------------- Top Logo ----------*/

#logo {
    margin-top: 5px;

    text-align:center;
    font-size: 48px;
font-weight: 600;
font-family: 'Poppins', sans-serif!important;
color: white;
}


#logo a {

color:#fff;
text-align:center;

}

/* =---------------- small screens ----------*/

@media only screen and (max-width: 767px) {
    .fixed #mainContent {
        margin: 0 5px
    }
}

/*FOOTER*/

.footer {
  position: relative;
  padding:0;
  right:0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index:4;
}

.flogoholder{
    height:41px;
     width:150px;
        position: relative;
        display: inline-block;
        margin-bottom:25px;
}

.footer .flogoholder .footerimgh {
    position:absolute;
    visibility:hidden;
    top: 0;
    left: 0;
    z-index: 99;
}



.footer .flogoholder:hover .footerimgh {
    visibility:visible;
}

.footer .flogoholder:hover .footerimg1 {
   visibility:hidden;
}

.footer h1{
    font-family: "Lucida Console", "Courier New", monospace;
}
.footer h2{
    font-family: "Lucida Console", "Courier New", monospace;
}
.footer p{
    
    max-width: 1240px;
    margin: 0 auto;
	letter-spacing:1px;
	
}

.widdle {
    flex:25%;
    
}

.widdle1 {
    flex:25%;
    
    display:inline;
    
}
.widdle2 {
    flex:75%;
    text-align:justify;
    display:inline;
}

.widget-bottom {
    flex:33.3333333%;
}

.middlecont {
    
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    

    
}

.ftdiv {
    
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    
}

.social svg{

width:2rem;
text-align:center;
padding:5px;
fill:rgb(15, 74, 14);
filter: grayscale(80%) opacity(0.7);

}

.social svg:hover{

filter: grayscale(0%) opacity(1);
fill:rgb(15, 74, 14);
}

.social {
display:flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;

}

.social a{
display:flex;
text-align:center;
}

.bottom_nav a{
    
  font-size:16px;
  color:var(--text-secondary);
margin:auto !important;
    text-align:center;
border-radius: 15px;
   margin:0;
  padding-top: 10px;
padding-bottom: 10px;
display:block;
width:280px;
 
}



.bottom_nav2 a{
    border-radius: 15px;
   margin:0;
padding:10px;
  font-size:16px;
  color:var(--text-secondary);
  display: inline-block;
  
}

.bottom_nav a:hover {
    background-color: #555;
    color: white;
    transition: 600ms ease;



}

.bottom_nav2 a:hover {
    border-radius: 15px;
    background-color: #555;
    color: white;
     transition: 600ms ease;
}

/*UL RULES*/
ul {
margin: 0; 
padding: 0; 
list-style-type: none; 
list-style-image: none; 
}

/* end file:/lists/styles/subscribe.css   */
