/*
Theme Name: Bob Casey for U.S. Senate
*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ff-meta-web-pro";
	color: #656565;
}

/* SLIDER */

/* ------------------------------- 1. Resets -------------------------------------- */

body .fws2 * {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* ------------------------------- 2. Slider Styles ------------------------------- */

.fws2 {
    position: relative;
    background: #15334d;
    width: 100%;
	height: 100%!important;
    overflow: hidden;
}

.fws2 .slider_container {
}

.fws2 .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
	height: 100%;
}

.fws2 .slide img {
    width: 100%;
    height: auto;
    float: left;
}

.fws2 .slidePrev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 10;
}

.fws2 .slidePrev i {
    width: 50px;
    height: 50px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color: #FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .slideNext {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 10;
}

.fws2 .slideNext i {
    width: 50px;
    height: 50px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color: #FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .bullets {
    position: absolute;
    bottom: -50px;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding: 0 2px;
}

.fws2 .bullet i {
    color: #000;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color: #f11734;
}

.fws2 .slide_content {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    max-width: 1280px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.fws2 h1 {  /* Slider Title Style */
    opacity: 0;
    color: #fff;     
    font-size: 60px;
    padding: 10px 10px 10px 0;
    float: left;
    font-family: "merriweather";
    font-style: normal;
    font-weight: 900;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
}

.fws2 .description { /* Slider Description Style */
    opacity: 0;
    color: #f7f7f7;
    font-size: 18px;
    padding: 10px 10px 10px 0;
    clear: both;
    float: left;
    margin-top: 2px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.20);
}

.fws2 .button { /* Slider Read More button Style */
    clear: both;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .ngp-form {
    clear: both;
	margin-top: 2px;
	padding: 10px 10px 10px 0;
    float: left;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

legend, div.fastAction {
	display: none!important;
}

#edit-contactinformation {
	border: none!important;	
}

.form-item-PostalCode, .form-item-EmailAddress {
	float: left;	
}

#edit-postalcode, #edit-emailaddress {
	margin: 0 10px 0 0;
	padding: 0 0 0 5px;
	height: 40px;
	width: 150px;
	float: left;
	font-family: "ff-meta-web-pro";
	color: #656565;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
	-webkit-border-radius: 0px;
}

#edit-submitform, .fws2 .button {
	margin: 10px 0 0 0;
	padding: 15px 20px;
	background: #f11734;
	float: left;
	font-family: "merriweather";
	font-weight: 700;
	font-size: 16px;
	color: #f7f7f7;
	border: none!important;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
	-webkit-border-radius: 0px!important;
	-webkit-appearance: none;
	border-radius: 0;
}

#edit-submitform:hover, .fws2 .button:hover {
	background: #15334d;
	color: #ffffff;
	cursor: pointer;
}

/* ------------------------------- 3. Media Query ------------------------------- */

@media only screen and (min-width:1150px) and (max-width: 1450px) {

    .fws2 .slide_content_wrap { 
        margin-left: 75px; 
        margin-top: 15%; 
        max-width: 1000px;

    }
    .fws2 h1 { font-size: 26px; }
    .fws2 .description { font-size:14px;}
}


@media only screen and (min-width:760px) and (max-width: 1149px) {
    .fws2 .slide_content_wrap { 
        margin-left: 75px; 
        margin-top: 15%; 
        max-width: 640px;

    }
    .fws2 h1 { font-size: 26px; }
    .fws2 .description {  font-size:14px;}
}

@media only screen and (max-width:759px) {


    .fws2 .slide_content_wrap {
        top: 0!important;
        left: 0!important;
        margin: 0!important;
        width: 100%;
        height: 100%;
    }

    .fws2 .slide_content_wrap h1, 
    .fws2 .slide_content_wrap p { 
        display: none!important; 
    }
    .fws2 .slide_content_wrap a {
        opacity:0!important;
        background: none!important;
        font-size: 0!important;
        width: 100%;
        height: 100%;
        margin: 0!important;
        padding: 0!important;
        float: left;
    }

    .fws2 .timers { display: none; }
    .fws2 .bullets { display: none; }
    .fws2 .slide_content { cursor: pointer; }

}

/* HEADER */

header#single {
	margin: 0 0 40px 0;
	padding: 10px 0;
	background: #15334d;
	width: 100%;
}

menu#nav {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	list-style-type: none;
}

/* NAVIGATION */

menu#navigation {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	list-style-type: none;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	z-index: 3;
}

menu#navigation li {
	padding: 0;
	display: inline;
	font-size: 24px;	
}

menu#navigation li .fa {
	margin: 0 0 0 0.75em;
	float: right;
}

menu#navigation li a, menu#navigation li a:active, menu#navigation li a:visited {
	color: #ffffff;
	text-decoration: none;

}

menu#navigation li a .fa {
	opacity: 0.5;
}

menu#navigation li a .fa:hover {
	opacity: 1.0;
}

/* Content */

#content {
	margin: 0 auto;
	padding: 40px 0;
	width: 960px;	
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "merriweather";
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	color: #15334d;	
}

.button {
	margin: 20px auto;
	padding: 15px 40px;
	display: block;
	width: 150px;
	background: #f11734;
	font-family: "merriweather";
	font-weight: 700;
	font-size: 16px;
	color: #f7f7f7;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 0px;
}

.button:hover {
	background: #15334d;
	color: #ffffff;
	cursor: pointer;
}

/* FOOTER */

footer {
	padding: 40px 0;
	background: #15334d;
	width: 100%;
	color: #bdc3c7;
	text-align: center;
}

menu#contact {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

menu#contact li {
	margin: 0 2.3em 0 0;
	display: inline;
}

menu#contact li .fa {
	margin: 0 1.15em 0 0;
}

menu#contact li a, menu#contact li a:active, menu#contact li a:visited {
	color: #bdc3c7;
	text-decoration: none;
}

menu#contact li a:hover {
	color: #f7f7f7;
}

menu#links {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

menu#links li {
	margin: 0 2.3em 0 0;
	display: inline;
}

menu#links li:hover {
	color: #f7f7f7;
}

menu#links li .fa {
	margin: 0 1.15em 0 0;
}

menu#links li a, menu#links li a:active, menu#links li a:visited {
	color: #bdc3c7;
	text-decoration: none;
}

menu#links li a:hover {
	color: #f7f7f7;
}

menu#links li:hover a, menu#links li:hover a:active, menu#links li:hover a:visited {
	color: #f7f7f7;
}

#disclaimer {
	margin: 20px auto;
	padding: 5px 10px;
	display: block;
	width: 260px;
	border: 1px solid #bdc3c7;	
}

.clearfix {
	clear: both;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	menu#navigation {
		padding: 1% 0 0 1%;
	}

	.attachment-slider {
		display: none;
	}

	.fws2 {
		background: #15334d;
	}

	.fws2 .ngp-form {
		margin: 120px auto 0 auto!important;
		padding: 0 2%;
		width: 96%;
	}

	#edit-postalcode, #edit-emailaddress {
		margin: 0 1% 10px 1%;
		padding: 0 0 0 2%;
		width: 96%;
		height: 60px;
		font-size: 24px;
	}

	#edit-submitform, .fws2 .button {
		margin: 0 1% 0 1%;
		width: 98%;
	}

	.slide_content_wrap {
		padding: 0 2%;
		width: 96%;
		position: relative;
	}

	.slidePrev, .slideNext {
		display: none;
	}

	#content {
		margin: 0;
		padding: 2%;
		width: 96%;
	}

	h2 {
		font-size: 24px;
	}

	menu#links li, menu#contact li {
		white-space: nowrap;
	}

	menu#contact li {
		margin: 0;
	}
}