@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,700,600);

body{
    margin-bottom: 0px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    background-color: #262626;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 22px;
}
    
}
.email-gridview {
    padding: 10px 0 0px 0;
    background-color: #fff;
}

.navbar {
    position: relative;
    min-height: 75px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-default{
    background-color: #fff;
}

.navbar-brand{
    padding:10px 10px;
}
.nav-slogan{
    position: absolute;
    top: 30px;
    font-size: 0.8em;
    left: 250px;
    color: #31353a;
}

.top-banner{
    margin: auto;
    
}

.title{
    background-color: #31353a;
    padding: 30px 0 10px 0;
}
.email-section {
    padding: 30px 0 70px 0;
    background-color: #31353a;
    color: #2c2c2c;
}
.email-row{
    margin-left: 0px;
    margin-right: 0px;
    
}
.email-arrow{
   background-color:#e3af49;
    color: #fff;
    border-top: 4px solid white;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

h1, h3{
    color: #fff;
    padding-left: 22px;
}

.email-title{
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 700!important;
    line-height: 1em;
    color: #000;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.sub-title{
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 1.4em;
    line-height: 26px;
}

.tomy-logo{
    position: relative;
    max-width: 200px;
    margin-top: 85px;
    margin-left: 15px;
    
}
.email-form{
    background-color: #fff;
    padding: 25px;
}

.radio-inline-1, .radio-inline-2{
    font-weight: normal;
    
}


legend{
	color:#141823;
	font-size:25px;
	font-weight:bold;
}
.signup-btn {
  background: #79bc64;
  background-image: -webkit-linear-gradient(top, #79bc64, #578843);
  background-image: -moz-linear-gradient(top, #79bc64, #578843);
  background-image: -ms-linear-gradient(top, #79bc64, #578843);
  background-image: -o-linear-gradient(top, #79bc64, #578843);
  background-image: linear-gradient(to bottom, #79bc64, #578843);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 0px 1px 0px #898a88;
  -webkit-box-shadow: 0px 0px 0px #a4e388;
  -moz-box-shadow: 0px 0px 0px #a4e388;
  box-shadow: 0px 0px 0px #a4e388;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #3b6e22  1px;
  text-decoration: none;
}

.signup-btn:hover {
  background: #79bc64;
  background-image: -webkit-linear-gradient(top, #79bc64, #5e7056);
  background-image: -moz-linear-gradient(top, #79bc64, #5e7056);
  background-image: -ms-linear-gradient(top, #79bc64, #5e7056);
  background-image: -o-linear-gradient(top, #79bc64, #5e7056);
  background-image: linear-gradient(to bottom, #79bc64, #5e7056);
  text-decoration: none;
}
.navbar-default .navbar-brand{
		color:#fff;
		font-size:30px;
		font-weight:bold;
	}

footer .footer-below {
    padding: 15px 0;
    background-color: #262626;
    color: #fff;

}


.form .form-control { margin-bottom: 10px; }
@media (min-width:768px) {
	#home{
		margin-top:50px;
	}
	#home .slogan{
		color: #0e385f;
		line-height: 29px;
		font-weight:bold;
	}
}

@media (max-width:768px) {
    .tomy-logo {
    position: relative;
    max-width: 150px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
    
    
    
}