/*
Theme Name: NJGOP 2015
Theme URI: http://www.njgop.org/
Description: Custom theme for NJGOP
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');

body {
    background: #f5f5f5;
    color: rgba(35, 46, 81, 0.75);
    font-family: 'franklin-gothic-urw', sans-serif;
}

body.site {
    background: #f5f5f5 url('images/back.jpg') 50% 0 no-repeat fixed;
	-webkit-background-size: contain;
	-moz-backround-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

h1, h2, h3 {
    color: #232e51;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
 	h1 {
 		font-size: 48px;
 		line-height: 56px;
 	}
 	h2 {
 		font-size: 36px;
 		line-height: 42px;
 	}
 	h3 {
 		font-size: 30px;
 		line-height: 35px;
 	}
    input[type=submit], button {
    	font-size: 36px;
 		line-height: 42px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
 	h1 {
 		font-size: 36px;
 		line-height: 42px;
 	}
 	h2 {
 		font-size: 30px;
 		line-height: 35px;
 	}
 	h3 {
 		font-size: 24px;
 		line-height: 28px;
 	}
 	input[type=submit], button {
 		font-size: 30px;
 		line-height: 35px;
 	}
}

@media (min-width: 768px) and (max-width: 979px) {
 	h1 {
 		font-size: 30px;
 		line-height: 35px;
 	}
 	h2 {
 		font-size: 24px;
 		line-height: 28px;
 	}
 	h3 {
 		font-size: 18px;
 		line-height: 24px;
 	}
 	input[type=submit], button {
 		font-size: 24px;
 		line-height: 28px;
 	}
}

@media (max-width: 767px) {
 	h1 {
 		font-size: 30px;
 		line-height: 35px;
 	}
 	h2 {
 		font-size: 24px;
 		line-height: 28px;
 	}
 	h3 {
 		font-size: 18px;
 		line-height: 24px;
 	}
 	input[type=submit], button {
 		font-size: 24px;
 		line-height: 28px;
 	}
}

small {
    font-size: 12px;
    line-height: 18px;
}

a, a:hover, a:focus {
	color: #232e51;
}

a:focus {
	text-decoration: none;
}

a.red {
    color: #bc2025;
}

label {
    margin-bottom: 2px;
    font-weight: normal;
    font-size: inherit;
}

input[type=text], textarea, select {
    margin: 0px;
    border: 1px solid rgba(35, 46, 81, 0.1);
    padding: 5px;
    background: rgba(255, 255, 255, 0.75);
    color: #232e51;
    font-size: inherit;
}

input[type=submit], button {
    margin: 0px;
    border: 1px solid rgba(35, 46, 81, 0.1);
    padding: 5px 20px 5px 20px;
    background: #232e51; /* Old browsers */
    background: -moz-linear-gradient(top, #232e51 0%, #171f35 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232e51), color-stop(100%,#171f35)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #232e51 0%,#171f35 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #232e51 0%,#171f35 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #232e51 0%,#171f35 100%); /* IE10+ */
    background: linear-gradient(to bottom, #232e51 0%,#171f35 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232e51', endColorstr='#171f35',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

input[type=submit]:hover, button:hover {
    background: #171f35; /* Old browsers */
    background: -moz-linear-gradient(top, #171f35 0%, #232e51 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171f35), color-stop(100%,#232e51)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #171f35 0%,#232e51 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #171f35 0%,#232e51 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #171f35 0%,#232e51 100%); /* IE10+ */
    background: linear-gradient(to bottom, #171f35 0%,#232e51 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f35', endColorstr='#232e51',GradientType=0 ); /* IE6-9 */
}

.button {
    display: block;
    border: 1px solid rgba(35, 46, 81, 0.1);
    padding: 5px 20px 5px 20px;
    background: #232e51; /* Old browsers */
    background: -moz-linear-gradient(top, #232e51 0%, #171f35 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232e51), color-stop(100%,#171f35)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #232e51 0%,#171f35 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #232e51 0%,#171f35 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #232e51 0%,#171f35 100%); /* IE10+ */
    background: linear-gradient(to bottom, #232e51 0%,#171f35 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232e51', endColorstr='#171f35',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.button:hover {
    background: #171f35; /* Old browsers */
    background: -moz-linear-gradient(top, #171f35 0%, #232e51 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171f35), color-stop(100%,#232e51)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #171f35 0%,#232e51 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #171f35 0%,#232e51 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #171f35 0%,#232e51 100%); /* IE10+ */
    background: linear-gradient(to bottom, #171f35 0%,#232e51 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171f35', endColorstr='#232e51',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* HEADER */

#header {
    padding-top: 30px;
    padding-bottom: 30px;
}

#header .navbar {
    min-height: auto;
    border-radius: 0;
    margin-bottom: 0;
}

#header .navbar-default {
    border: 0px none;
    background-color: transparent;
}

#header .navbar-collapse {
    border: 0px none;
}

#header .nav > li > a {
    padding: 0;
}

#header .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

#header .navbar-default .navbar-nav > li > a {
    display: block;
    color: #232E51;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

#header .navbar-default .navbar-nav > li > a:hover {
    color: #bc2025;
}

#header .navbar-default .navbar-nav > li.donate > a {
    background: #bc2025; /* Old browsers */
    background: -moz-linear-gradient(top, #bc2025 0%, #a01c1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc2025), color-stop(100%,#a01c1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bc2025 0%,#a01c1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bc2025 0%,#a01c1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bc2025 0%,#a01c1f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bc2025 0%,#a01c1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2025', endColorstr='#a01c1f',GradientType=0 ); /* IE6-9 */
    color: #fff;    
}

#header .navbar-default .navbar-nav > li.donate > a:hover {
    background: #a01c1f; /* Old browsers */
    background: -moz-linear-gradient(top, #a01c1f 0%, #bc2025 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a01c1f), color-stop(100%,#bc2025)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a01c1f 0%,#bc2025 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a01c1f 0%,#bc2025 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a01c1f 0%,#bc2025 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a01c1f 0%,#bc2025 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01c1f', endColorstr='#bc2025',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 768px) {
    #header .navbar-nav {
        float: right;
    }
}

@media (min-width: 1200px) {
    #header .navbar-default {
        padding-top: 10px;
    }
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        line-height: 40px;
    }
    #header .navbar-default .navbar-nav > li.donate {
        padding-left: 10px;
    }
    #header .navbar-default .navbar-nav > li.donate > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header ul li:hover ul {
        width: 300px;
    }
    #header ul li:hover ul li a {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #header .navbar-default {
        padding-top: 9px;
    }
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
        line-height: 35px;
    }
    #header .navbar-default .navbar-nav > li.donate {
        padding-left: 8px;
    }
    #header .navbar-default .navbar-nav > li.donate > a {
        padding-left: 16px;
        padding-right: 16px;
    }
    #header ul li:hover ul {
        width: 280px;
    }
    #header ul li:hover ul li a {
        font-size: 13px;
        line-height: 19.5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #header .navbar-default {
        padding-top: 4.5px;
    }
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 12px;
        line-height: 30px;
    }
    #header .navbar-default .navbar-nav > li.donate {
        padding-left: 6px;
    }
    #header .navbar-default .navbar-nav > li.donate > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    #header ul li:hover ul {
        width: 260px;
    }
    #header ul li:hover ul li a {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #header ul li ul {
        display: none;
    }
    #header ul li:hover ul {
        position: absolute;
        z-index: 1000;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(35, 46, 81, 0.1);
        background: #fff;
    }
    #header ul li:hover ul li {
        margin: 0;
        padding: 0;
    }
    #header ul li:hover ul li a {
        display: block;
        padding: 5px;
	    transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    -webkit-transition: all 0.1s ease-in-out;
    }
    #header ul li:hover ul li a:hover {
        background: rgba(35, 46, 81, 0.1);
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    #header {
        text-align: center;
    }
    #header .navbar-toggle {
        float: none;
        margin: 20px 0 0 0;
    }
    #header .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        line-height: 30px;
    }
    #header .navbar-default .navbar-nav > li.donate > a {
        
    }
    #header ul li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #header ul li ul li {
        margin: 0;
        padding: 0;
    }
    #header ul li ul li a {
        display: block;
        font-size: 12px;
        line-height: 24px;
    }
    #header ul li ul li a:hover {
        color: #bc2025;
        text-decoration: none;
    }
}

/* FEATURE */

#feature {
    background: #ebebeb;
}

#feature #slider {
    position: relative;
}

#feature #slider .soliloquy-container .soliloquy-image {
    width: 100%;
}

#feature #signup {
    position: relative;
}

@media (min-width: 768px) {
    #signup #form {
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.35);
    }
}

@media (min-width: 768px) {
    
}

#signup #form .gform_body {
    padding-bottom: 0;
}

#signup #form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#signup #form ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#signup #form .ginput_container {
    
}

#signup #form input, #signup #form button {
    width: 100%;
    line-height: inherit;
}

@media (min-width: 1200px) {
    #feature #signup {
        margin-top: -136px;
    }
    #signup #form {
        padding: 30px 25px 30px 25px;
    }
    #signup #form input, #signup #form button {
        font-size: 24px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #feature #signup {
        margin-top: -121px;
    }
    #signup #form {
        padding: 25px 20px 25px 20px;
    }
    #signup #form input, #signup #form button {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #feature #signup {
        margin-top: -105px;
    }
    #signup #form {
        padding: 20px 15px 20px 15px;
    }
    #signup #form input, #signup #form button {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    #signup {
        margin-bottom: 30px;
    }
    #signup #form .ginput_container {
        padding-left: 5px;
        padding-right: 5px;
    }
    #signup #form ul li#field_1_1 {
        width: 50%;
    }
    #signup #form ul li#field_1_2 {
        width: 25%;
    }
    #signup #form ul li#field_1_3 {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #signup #form {
        padding: 30px 25px 30px 25px;
    }
    #signup #form .ginput_container {
        padding: 5px;
    }
    #signup #form ul li {
        width: 100%;
    }
    #signup #form input, #signup #form button {
        font-size: 16px;
    }
}

#signup #form .gform_footer {
    display: none;
}

#signup #form .validation_error {
    display: none;
}

#signup #form .validation_message {
    padding-left: 5px;
}

/* PAGE */

.navigation {
    margin-bottom: 40px;
}

/* ACTION */

#action {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

#action a {
    display: block;
}

#action a img {
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
 	#action {
 		font-size: 30px;
 		line-height: 40px;
 	}
}

@media (min-width: 980px) and (max-width: 1199px) {
 	#action {
 		font-size: 24px;
 		line-height: 32px;
 	}
}

@media (min-width: 768px) and (max-width: 979px) {
 	#action {
 		font-size: 18px;
 		line-height: 24px;
 	}
}

@media (min-width: 768px) {
    #action {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
 	#action {
 		font-size: 18px;
 		line-height: 24px;
 	}
    #action a {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* EVENTS */

#events {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #232e51;
    color: #fff;
}

#events h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
}

#events a {
    color: #fff;
}

#events ul, .css-events-list {
    margin: 0;
    padding: 0;
}

#events ul li, .css-events-list li {
    padding-top: 10px;
    list-style: none;
}

.event-date {
    clear: left;
    float: left;
    width: 90px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(35, 46, 81, 0.2);
    background: #fff;
    color: #232e51;
    line-height: initial;
    text-transform: uppercase;
    text-align: center;
}

.event-date .event-date-weekday {
    background: #e6e7eb;
    font-size: 12px;
}

.event-date .event-date-day {
    font-size: 48px;
    line-height: 42px;
    font-weight: 900;
    font-style: italic;
}

.event-date .event-date-month {
    font-size: 12px;
}

.event-name {
    margin-top: -6px;
}

.event-name a {
    display: block;
}

.event-rsvp {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .event-name {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .event-name {
        font-size: 17px;
        line-height: 25.5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .event-name {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .event-name {
        font-size: 14px;
        line-height: 21px;
    }
}

.em-search-wrapper {
    display: none;
}

/* SOCIAL */

#social {
    padding-top: 30px;
    padding-bottom: 30px;
}

#social .fb_iframe_widget, #social .fb_iframe_widget span, #social .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

/* FOOTER */

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #232e51;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

#footer a {
    color: #fff;
}

.icons a {
    display: inline-block;
    padding: 5px;
}

.icons-small a {
    display: inline-block;
    padding: 2px;
}

.icons a img, .icons-small a img {
    border: 1px solid rgba(35, 46, 81, 0.2);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e7eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e7eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e7eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e7eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e7eb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e7eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7eb',GradientType=0 ); /* IE6-9 */
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.icons a:hover img, .icons-small a:hover img {
    background: #e6e7eb; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e7eb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7eb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e7eb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e7eb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e7eb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e7eb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7eb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#footer #menu {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    #footer {
        font-size: 12px;
        line-height: 18px;
    }
    .icons a img {
        width: 48px;
        height: 48px;
    }
    .icons-small a img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    #footer {
        font-size: 10px;
        line-height: 15px;
    }
    .icons a img {
        width: 36px;
        height: 36px;
    }
    .icons-small a img {
        width: 30px;
        height: 30px;
    }
}

#footer #disclaimer {
    display: inline-block;
    margin: 0px auto;
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 10px 20px 10px 20px;
}

/* PAGINATION */

.pagination, .em-pagination {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.pagination .page-numbers, .em-pagination .page-numbers {
    display: inline-block;
    margin: 2px;
    border: 1px solid rgba(35, 46, 81, 0.2);
    padding: 0 5px 0 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e7eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e7eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e7eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e7eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e7eb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e7eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7eb',GradientType=0 ); /* IE6-9 */
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.pagination a.page-numbers:hover, .em-pagination a.page-numbers:hover {
    background: #e6e7eb; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e7eb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7eb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e7eb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e7eb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e7eb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e7eb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7eb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

.pagination .current, .em-pagination .current {
    background: #232e51;
    color: #fff;
}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
}

div.video.widescreen {
	padding-bottom: 56.25%;
}

div.video.vimeo {
	padding-top: 0;
}

div.video iframe,
div.video object,
div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* FORMS */

.gform_body {
    padding-bottom: 15px;
}

.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gform_fields .gfield {
    clear: both;
    margin: 0;
    padding: 0 0 15px 0;
}

.gform_fields .gfield .ginput_container input, .gform_fields .gfield .ginput_container textarea, .gform_fields .gfield .ginput_container select {
    width: 100%;
}

@media (min-width: 768px) {
    .gform_fields .gf_left_half {
        clear: left;
        float: left;
        width: 50%;
        padding-right: 5px;
    }
    .gform_fields .gf_right_half {
        clear: none;
        float: right;
        width: 50%;
        padding-left: 5px;
    }
    .gform_fields .gf_left_third {
        clear: left;
        float: left;
        width: 33%;
        padding-right: 5px;
    }
    .gform_fields .gf_middle_third {
        clear: none;
        float: left;
        width: 34%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .gform_fields .gf_right_third {
        clear: none;
        float: right;
        width: 33%;
        padding-left: 5px;
    }
}

.gfield_checkbox, .gfield_radio {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gfield_checkbox li, .gfield_radio li {
    margin: 0;
    padding: 0;
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
    overflow: hidden;
}

.gform_wrapper form ul.left_label li,.gform_wrapper form ul.right_label li,.gform_wrapper ul.left_label li,.gform_wrapper ul.right_label li {
    margin-bottom: 14px;
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li,.gform_wrapper form ul.left_label li ul.gfield_radio li,.gform_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_wrapper form ul.right_label li ul.gfield_radio li,.gform_wrapper ul.left_label li ul.gfield_checkbox li,.gform_wrapper ul.left_label li ul.gfield_radio li,.gform_wrapper ul.right_label li ul.gfield_checkbox li,.gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important;
}

.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0;
}

.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 1.5;
    vertical-align: top;
}

.gform_wrapper .gfield_checkbox li label ul,.gform_wrapper .gfield_radio li label ul {
    padding: 0;
}

.gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
    float: left;
}

@media (min-width: 1200px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 8px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .gform_wrapper .gfield_checkbox li input,.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio] {
        margin-top: 2px;
    }
}

.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
    position: relative;
    margin: 0 0 .5em;
    line-height: 1.3;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input+input {
    margin-left: .25em
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: .375em;
    margin-top: .25em;
}

.gform_wrapper .ginput_complex label {
    display: block;
    margin-top: 15px;
}

.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px;
    height: 32px;
}

.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../../plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard{
    background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important;
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../../plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.gfield_required {
    margin-left: 5px;
    color: #bc2025;
}

.gform_footer {
    clear: both;
}

.validation_error {
    font-weight: 700;
    color: #bc2025;
}

.validation_message {
    color: #bc2025;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}

.gfield_creditcard_warning_message {
    color: #bc2025;
    font-weight: 700;
}

/* DONATE */

.donate .gfield_html {
    padding-bottom: 0;
}

.donate h3 {
    margin: 0;
}

.donate p {
    margin: 0;
}

.donate .donate-amount .gfield_label {
    display: none;
}

.donate .gfield_radio li input[type=radio] {
    display: none;
}

.donate .gfield_radio li input[type=radio] + label {
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgba(35, 46, 81, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(255, 255, 255, 0.75);
    color: #232e51;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.donate .gfield_radio li:hover input[type=radio] + label {
    background: rgba(35, 46, 81, 0.1);
}

.donate .gfield_radio li input[type=radio] + label span {
    display: block;
}

.donate .gfield_radio li input[type="radio"]:checked + label {
    background: #232e51;
    color: #fff;
}

@media (min-width: 1200px) {
    .donate .gfield_radio li input[type=radio] + label {
        width: 132px;
        font-size: 30px;
    }
    .donate .gfield_radio li input[type=radio] + label span {
        font-size: 13px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .donate .gfield_radio li input[type=radio] + label {
        width: 107px;
        font-size: 24px;
    }
    .donate .gfield_radio li input[type=radio] + label span {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .donate .gfield_radio li input[type=radio] + label {
        width: 80px;
        font-size: 18px;
    }
    .donate .gfield_radio li input[type=radio] + label span {
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    .donate .gfield_radio {
        text-align: center;
    }
    .donate .gfield_radio li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .donate .gfield_radio li input[type=radio] + label {
        font-size: 18px;
    }
    .donate .gfield_radio li input[type=radio] + label span {
        font-size: 11px;
    }
}

.donate .donatecheckbox .gfield_label {
    display: none;
}

.donate .gfield_label {
    display: none;
}

.donate .gplaceholder .ginput_complex label {
    display: none;
}

.donate .gplaceholder .ginput_full {
    display: block;
    padding: 0 0 15px 0;
}

.donate .paymentinfo {
    padding-top: 15px;
}

.donate .ginput_complex .ginput_cardinfo_left, .donate .ginput_complex .ginput_cardinfo_right {
    min-height: auto;
}

.donate .donatecheckbox {
    padding-bottom: 0;
}

.donate small {
    display: block;
    padding-bottom: 10px;
}

.donate .gfield_visibility_hidden {
    display: none;
}

.donate .donate-name label {
    display: none;
}

.donate .donate-name {
    padding-bottom: 0;
}

.donate .donate-name span {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .donate .donate-name span {
        float: left;
    }
    .donate .donate-name .name_prefix {
        width: 10%;
        padding-right: 5px;
    }
    .donate .donate-name .name_first {
        width: 40%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .donate .donate-name .name_last {
        width: 40%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .donate .donate-name .name_suffix {
        width: 10%;
        padding-left: 5px;
    }
}

.donate .gform_footer {
    text-align: center;
}

.donate .gform_footer input[type=submit] {
    background: #bc2025; /* Old browsers */
    background: -moz-linear-gradient(top, #bc2025 0%, #a01c1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc2025), color-stop(100%,#a01c1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bc2025 0%,#a01c1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bc2025 0%,#a01c1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bc2025 0%,#a01c1f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bc2025 0%,#a01c1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2025', endColorstr='#a01c1f',GradientType=0 ); /* IE6-9 */
}

.donate .gform_footer input[type=submit]:hover {
    background: #a01c1f; /* Old browsers */
    background: -moz-linear-gradient(top, #a01c1f 0%, #bc2025 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a01c1f), color-stop(100%,#bc2025)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a01c1f 0%,#bc2025 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a01c1f 0%,#bc2025 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a01c1f 0%,#bc2025 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a01c1f 0%,#bc2025 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01c1f', endColorstr='#bc2025',GradientType=0 ); /* IE6-9 */
}

#page .gform_fields .gfield .ginput_container .gfield_radio input {
    width: 75%;
}

#page .gform_page_footer {
    padding-bottom: 20px;
}

#page .gform_page_footer .gform_previous_button {
    float: left;
    margin-bottom: 20px;
}

#page .gform_page_footer .gform_next_button {
    float: right;
    margin-bottom: 20px;
}

#page .gform_page_footer .gform_button {
    clear: both;
}

/* LETTER TO THE EDITOR */

.lettertotheeditor .newspaper .gfield_label {
    display: none;
}

/* GOOGLE MAPS */

.google-maps {
    position: relative;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 768px) {
	.google-maps {
        padding-bottom: 37.5%;
    }
}

@media (max-width: 767px) {
	.google-maps {
        padding-bottom: 75%;
    }
}

/* WORDPRESS */

.post {
    padding-bottom: 30px;
}

.date {
    position: relative;
    top: -8px;
    color: rgba(35, 46, 81, 0.5);
    text-transform: uppercase;
}

.entry, .entry ul li {
    line-height: 150%;
}

@media (min-width: 1200px) {
    .entry {
        font-size: 18px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .entry {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .entry {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .entry {
        font-size: 12px;
    }
}

.read-more {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

.post img {
    border: 1px solid rgba(35, 46, 81, 0.1);
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

@media (min-width: 768px) {
	img.alignleft {
        margin: 10px 20px 10px 0;
    }
	img.alignright {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 767px) {
	img.alignleft {
        float: none;
        display: block;
        margin: 10px auto;
    }
	img.alignright {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

img.aligncenter {
    display: block;
    margin: 0px auto;
}

.clear {
    clear: both;
}