/*
Theme Name: New Yorkers for Affordable Energy
Theme URI: http://www.ny4affordableenergy.com/
Description: Custom theme for New Yorkers for Affordable Energy
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');
@import url("https://use.typekit.net/crg2dgn.css");

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #303540;
    font-family: brandon-grotesque, sans-serif;
}

h1, h2, h3, h4 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1 {
    color: #002d6e;
}

h2, h3, h4 {
    color: #39b549;
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
 	h1 {
 		font-size: 30px;
 		line-height: 36px;
 	}
 	h2 {
 		font-size: 24px;
 		line-height: 30px;
 	}
 	h3 {
 		font-size: 18px;
 		line-height: 24px;
 	}
    h4 {
        font-size: 12px;
        line-height: 16px;
    }
 	input[type=submit], button, input[type=submit]:focus, button:focus {
 		font-size: 18px;
 		line-height: 24px;
 	}
}

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

blockquote {
    font-size: inherit;
}

small {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
}

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

.gplaceholder label {
    display: none;
}

a, a:hover, a:focus {
	color: #002d6e;
}

a:focus {
    outline: none;
	text-decoration: none;
}

img {
    max-width: 100%;
}

input[type=text], textarea, select {
    margin: 0px;
    border: 1px solid #ebedf0;
    border-radius: 0;
    padding: 10px;
    background: #f7f9fc;
    color: #6d6e71;
    font-size: inherit;
    -webkit-appearance: none;
}

input[type=submit], button, input[type=submit]:focus, button:focus {
    margin: 0px;
    border: 1px solid #002d6e;
    border-radius: 0;
    padding: 10px 30px 10px 30px;
    background: #002d6e;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

input[type=submit]:hover, button:hover {
    border: 1px solid #39b549;
    background: #39b549;
    color: #fff;
}

textarea {
    height: 200px;
}

.button, .navigation a, .button:focus, .navigation a:focus {
    display: inline-block;
    margin: 20px 0 0 0;
    border: 1px solid #002d6e;
    padding: 10px 30px 10px 30px;
    background: #002d6e;
    color: #fff;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

.button:hover, .navigation a:hover {
    border: 1px solid #39b549;
    background: #39b549;
    color: #fff;
    text-decoration: none;
}

.button.green, .button.green:focus {
    border: 1px solid #39b549;
    background: #39b549;
}

.button.green:hover {
    border: 1px solid #002d6e;
    background: #002d6e;
}

/* HEADER */

#header {
    background: #002d6e;
}

#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;
    box-shadow: 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: #fff;
    letter-spacing: 1px;
    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: rgba(255, 255, 255, 0.5);
}

#header .navbar-default .navbar-nav > li.action > a {
    background: #39b549;
    color: #fff;
}

#header .navbar-default .navbar-nav > li.action > a:hover {
    background: #fff;
    color: #39b549;
}

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

@media (min-width: 1200px) {
    #header #logo img {
        height: 100px;
    }
    #header .navbar-default {
        padding-top: 28px;
    }
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
        line-height: 44px;
    }
    #header .navbar-default .navbar-nav > li.action {
        padding-left: 15px;
    }
    #header .navbar-default .navbar-nav > li.action > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo img {
        height: 80px;
    }
    #header .navbar-default {
        padding-top: 20px;
    }
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
        line-height: 40px;
    }
    #header .navbar-default .navbar-nav > li.action {
        padding-left: 12px;
    }
    #header .navbar-default .navbar-nav > li.action > a {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header #logo img {
        height: 65px;
    }
    #header .navbar-default {
        padding-top: 14px;
    }
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        line-height: 36px;
    }
    #header .navbar-default .navbar-nav > li.action {
        padding-left: 8px;
    }
    #header .navbar-default .navbar-nav > li.action > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    #header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #header {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    #header #logo img {
        height: 65px;
    }
    #header .navbar-toggle {
        float: none;
        margin: 15px 0 0 0;
        border-radius: 0;
        padding: 10px;
        background: #39b549;
    }
    #header .navbar-default .navbar-toggle {
        border: 0px none;
    }
    #header .navbar-toggle .icon-bar {
        background: #fff;
    }
    #header .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        line-height: 40px;
    }
    #header .navbar-default .navbar-nav > li.action > a {
        margin-top: 6px;
    }
}

/* BANNER */

#banner h1 {
    margin: 0;
    color: #fff;
    text-align: center;
}

@media (min-width: 1600px) {
    #banner {
        height: 750px;
    }
    #banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #banner {
        height: 600px;
    }
    #banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner {
        height: 497px;
    }
    #banner h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner {
        height: 385px;
    }
    #banner h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    #banner {
	    position: relative;
	    overflow: hidden;
        background: url('images/banner-home.jpg') 50% 50% no-repeat;
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banner #signup {
        position: relative;
        top: 50%;
	    transform: translate(0,-50%);
    }
    #banner #signup h1 {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #banner #signup {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #banner #signup h1 {
        padding-bottom: 10px;
    }
}

#banner #signup #form form {
    margin-bottom: 0;
}

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

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

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

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

#banner #signup #form input {
}

#banner #signup #form button {
    margin: 0;
}

@media (min-width: 1200px) {
    #banner #signup #form input, #banner #signup #form button {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner #signup #form input, #banner #signup #form button {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner #signup #form input, #banner #signup #form button {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    #banner #signup #form .ginput_container {
        padding: 6px;
    }
    #banner #signup #form ul li#field_1_1 {
        width: 50%;
    }
    #banner #signup #form ul li#field_1_2 {
        width: 50%;
    }
    #banner #signup #form ul li#field_1_3 {
        width: 50%;
    }
    #banner #signup #form ul li#field_1_4 {
        width: 50%;
    }
    #banner #signup #form ul li#field_1_5 {
        width: 37.5%;
    }
    #banner #signup #form ul li#field_1_6 {
        width: 25%;
    }
    #banner #signup #form ul li#field_1_7 {
        width: 37.5%;
    }
}

@media (max-width: 767px) {
    #banner #signup {
        background: #002d6e;
    }
    #banner #signup #form .ginput_container {
        padding: 5px;
    }
    #banner #signup #form ul li {
        width: 100%;
    }
    #banner #signup #form input, #banner #signup #form button {
        font-size: 16px;
    }
    #banner #signup #form button {
        border: 1px solid #39b549;
        background: #39b549;
    }
}

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

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

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

#banner #signup #form .gform_confirmation_message {
    color: #fff;
    font-size: 18px;
}

#banner #social {
    padding-top: 20px;
    text-align: center;
}

#banner #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#banner #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#banner #social a:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

/* PANE */

@media (min-width: 1200px) {
    .pane {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pane {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.fgfic-captcha-image.fgfic-style1 {
    width: 100%;
    border: 0px none;
}

#page .gform_footer {
    text-align: center;
}

/* HOME */

#home .post {
    padding: 0;
}

#home .entry {
    line-height: 200%;
    text-align: center;
}

#home .feed {
    margin-top: 40px;
}

#home #twitter {
    border: 1px solid #ebedf0;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    #home .entry {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #home .entry {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #home .entry {
        font-size: 18px;
    }
    #home .feed {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* FOOTER */

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #002d6e;
    color: #fff;
    text-align: center;
}

#footer a {
    color: #fff;
}

#footer #links {
    padding-top: 30px;
}

#footer #links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #links ul li {
    margin: 0;
    padding: 0;
}

#footer #links ul li a {
    display: block;
    color: #fff;
    letter-spacing: 1px;
    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;
}

#footer #links ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

#footer #links ul li.action > a {
    background: #39b549;
    color: #fff;
}

#footer #links ul li.action > a:hover {
    background: #fff;
    color: #39b549;
}

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

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#footer #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#footer #social a:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#footer #contact {
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#footer #disclaimer {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#footer #legal {
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#footer #contact a:hover, #footer #legal a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

@media (min-width: 1200px) {
    #footer #links ul li a {
        padding: 0 15px 0 15px;
        font-size: 18px;
        line-height: 44px;
    }
    #footer #links ul li.action {
        padding-left: 15px;
    }
    #footer #links ul li.action > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #links ul li a {
        padding: 0 12px 0 12px;
        font-size: 16px;
        line-height: 40px;
    }
    #footer #links ul li.action {
        padding-left: 12px;
    }
    #footer #links ul li.action > a {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer #links ul li a {
        padding: 0 8px 0 8px;
        font-size: 14px;
        line-height: 36px;
    }
    #footer #links ul li.action {
        padding-left: 8px;
    }
    #footer #links ul li.action > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    #footer #logo img {
        height: 130px;
    }
    #footer #links ul li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #footer #logo img {
        height: 65px;
    }
    #footer #links ul li a {
        display: inline-block;
        width: 100%;
        padding: 0;
        font-size: 15px;
        line-height: 40px;
    }
    #footer #links ul li.action > a {
        margin-top: 6px;
    }
}

/* VIDEO */

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

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: 992px) 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: 991px) {
    .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: #39b549;
}

.gform_footer {
    clear: both;
}

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

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

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

/* WORDPRESS */

.post {
    padding-bottom: 30px;
}

.date {
    position: relative;
    color: #999;
    top: -8px;
    text-transform: uppercase;
}

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

.entry p, .entry ul {
    margin-bottom: 20px;
}

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

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

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

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

.post img {
    
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

@media (min-width: 992px) {
    .entry .wp-block-image .alignleft {
        margin: 15px 20px 10px 0;
    }
    .entry .wp-block-image .alignright {
        margin: 15px 0 10px 20px;
    }
	img.alignleft {
        margin: 10px 20px 10px 0;
    }
	img.alignright {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 991px) {
    .entry .wp-block-image .alignleft {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .entry .wp-block-image .alignright {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
	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;
}