/*
Theme Name: Lawler for Congress
Theme URI: http://www.lawlerforcongress.com/
Description: Custom theme for Lawler for Congress
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/jiv3ewx.css");

html, body {
    height: 100%;
}

body {
    background: #f7f7f7;
    color: #303540;
    font-family: futura-pt, sans-serif;
}

a, a:hover, a:focus {
    color: #062f87;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4 {
    color: #062f87;
    font-weight: 800;
    text-transform: uppercase;
}

h1 span, h2 span, h3 span, h4 span {
    
}

small {
    font-size: 12px;
    line-height: 18px;
}

.post {
    padding-bottom: 20px;
}

.entry {
    font-size: 125%;
}

.date {
    position: relative;
    top: -8px;
    color: #a1a4b3;
    text-transform: uppercase;
}

.hide {
    display: none;
}

img {
    max-width: 100%;
}

figure > img, figure > a > img {
    width: auto;
    height: auto;
}

input[type=text], input[type=email], textarea, select {
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    color: #062f87;
    font-size: inherit;
    -webkit-appearance: none;
}

textarea {
    height: 200px;
}

input[type=submit], button, .button, input[type=submit]:focus, button:focus, .button:focus {
    display: inline-block;
    margin: 0;
    border: 0px none;
    border-radius: 0;
    padding: 10px 30px;
    background: #062f87;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

input[type=submit]:hover, button:hover, .button:hover {
    background: #ea0a2a;
    color: #fff;
    text-decoration: none;
}

/* HEADER */

#header {
    background: #fff;
}

#header #logo a {
    display: inline-block;
}

#header #menu .navbar {
    padding: 0;
}

#header #menu .navbar .navbar-nav li a {
    display: block;
    opacity: 1.0;
    color: #062f87;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li a:hover {
    color: #ea0a2a;
    text-decoration: none;
}

#header #menu .navbar .navbar-nav li.donate a {
    display: block;
    background: #ea0a2a;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li.donate a:hover {
    background: #062f87;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1400px) {
    #header #logo img {
        height: 100px;
    }
    #header #menu {
        padding-top: 32px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        font-size: 16px;
        line-height: 16px;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-left: 12.5px;
    }
    #header #menu .navbar .navbar-nav li.donate a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #header #logo img {
        height: 80px;
    }
    #header #menu {
        padding-top: 24px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 10px 0 10px;
        font-size: 16px;
        line-height: 32px;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-left: 10px;
    }
    #header #menu .navbar .navbar-nav li.donate a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo img {
        height: 60px;
    }
    #header #menu {
        padding-top: 16px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 14px;
        line-height: 28px;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        font-size: 12px;
        line-height: 12px;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-left: 7.5px;
    }
    #header #menu .navbar .navbar-nav li.donate a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #header {
        padding: 10px 0 10px 0;
    }
    #header #menu .navbar {
        float: right;
    }
    #header #menu .navbar .navbar-nav li ul {
        display: none;
        transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
    }
    #header #menu .navbar .navbar-nav li:hover ul {
        display: block;
        position: absolute;
        z-index: 1000;
        list-style: none;
        margin: 0;
        border: 1px solid #e5e5e5;
        padding:  0;
        /* box-shadow: 1px 1px 2px 1px rgba(76, 78, 100, .25); */
        background: #f7f7f7;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        padding: 7.5px 10px 7.5px 10px;
        color: #062f87;
        transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a:hover {
        background: #062f87;
        color: #fff;
    }
}

@media (max-width: 991px) {
    #header {
        padding: 15px;
    }
    #header #logo {
        padding-left: 10px;
    }
    #header #logo img {
        height: 80px;
    }
    #header #logo img {
        position: relative;
        z-index: 1000;
    }
    #header #menu {
        margin-top: -60px;
    }
    #header #menu .navbar {
        display: block;
        width: 100%;
        text-align: right;
    }
    #header #menu .navbar .navbar-toggler {
        margin-top: 4px;
        margin-bottom: 14px;
        border: 0px none;
        border-radius: 0;
        padding: 11px;
        background: transparent;
        font-size: 20px;
        line-height: 20px;
    }
    #header #menu .navbar .navbar-toggler:focus {
        background: transparent;
        box-shadow: none;
    }
    #header #menu .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28234, 10, 42, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    #header #menu .navbar .navbar-nav {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    #header #menu .navbar .navbar-nav li a {
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-top: 10px;
    }
    #header .button {
        display: block;
        padding: 0;
        background: #ea0a2a;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    #header .button:hover {
        background: #062f87;
    }
}

/* FEATURE */

#feature {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #062f87;
    text-align: center;
}

@media (min-width: 992px) {
    #feature {
        position: relative;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }
    #feature video {
        left: 50%;
        top: 50%;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        z-index: 1;
        -webkit-filter: opacity(75%);
        filter: opacity(75%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #feature #banner {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media (min-width: 1400px) {
    #feature {
        padding-bottom: 37.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #feature {
        padding-bottom: 42.5%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #feature {
        padding-bottom: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {
    #feature video {
        width: 100%;
        -webkit-filter: opacity(75%);
        filter: opacity(75%);
    }
    #feature #banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* BANNER */

#banner h1 {
    margin: 0;
    color: #fff;
    text-align: center;
}

@media (min-width: 1400px) {
    #banner {
        height: 600px;
    }
    #banner h1 {
        font-size: 54px;
        line-height: 54px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #banner {
        height: 525px;
    }
    #banner h1 {
        font-size: 54px;
        line-height: 54px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner {
        height: 450px;
    }
    #banner h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (min-width: 992px) {
    #banner {
	    position: relative;
	    overflow: hidden;
        /* background: url('images/banner-home.jpg') 50% 0% 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: 991px) {
    #banner {
	    background: #031742;
    }
    #banner #signup {
        padding: 20px;
    }
    #banner #signup h1 {
        padding-bottom: 10px;
    }
}

/* JOIN */

#signup label {
    display: none;
}

#signup input[type=submit] {
    width: 100%;
}

#signup .gform_footer {
    padding: 10px 0;
}

#signup .captcha-image {
    border: 1px solid #ebebeb;
    padding: 5px;
    background: #fff;
}

#signup .captcha-image label {
    display: inline-block;
}

#signup .captcha-image svg {
    width: 40px;
    height: 40px;
}

#signup .gform_validation_errors {
    display: none;
}

@media (min-width: 1400px) {
    #signup input {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #signup input {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #signup input {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #signup input {
        font-size: 16px;
    }
}

/* TOP */

#top h1 {
    margin: 0;
    color: #fff;
}

@media (min-width: 1400px) {
    #top {
        height: 240px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #top {
        height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #top {
        height: 160px;
    }
}

@media (min-width: 992px) {
    #top {
	    position: relative;
	    overflow: hidden;
        background: #062f87 url('images/top-tappanzee.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-about #top {
        background: #062f87 url('images/top-mike.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-issues #top {
        background: #062f87 url('images/top-issues.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-endorsements #top {
        background: #062f87 url('images/top-endorsements.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-volunteer #top {
        background: #062f87 url('images/top-rally.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-events #top {
        background: #062f87 url('images/top-rally.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-sign #top {
        background: #062f87 url('images/top-rally.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    .page-kickoff #top {
        background: #062f87 url('images/top-rally.jpg') 100% 0% no-repeat;
        background-size: 50%;
    }
    #top #title {
        position: relative;
        top: 50%;
	    transform: translate(0,-50%);
    }
}

@media (max-width: 991px) {
    #top {
	    position: relative;
	    overflow: hidden;
        padding-top: 36%;
        background: #062f87 url('images/top-tappanzee.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-about #top {
        background: #062f87 url('images/top-mike.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-issues #top {
        background: #062f87 url('images/top-issues.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-endorsements #top {
        background: #062f87 url('images/top-endorsements.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-volunteer #top {
        background: #062f87 url('images/top-rally.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-events #top {
        background: #062f87 url('images/top-rally.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-sign #top {
        background: #062f87 url('images/top-rally.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    .page-kickoff #top {
        background: #062f87 url('images/top-rally.jpg') 50% 0% no-repeat;
        background-size: 100%;
    }
    #top #title {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
}

/* PANE */

.entry .wp-block-columns {
    margin-bottom: 0;
}

.entry .wp-block-column {
    margin-bottom: 1.75em;
}

@media (min-width: 1400px) {
    .pane {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pane {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.emblem {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0px auto;
    background: url('images/emblem.png') 50% 50% no-repeat;
    background-size: 64px 64px;
}

/* INTRO */

@media (min-width: 1400px) {
    #intro .post .entry {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #intro .post .entry {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #intro .post .entry {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #intro .post .entry {
        font-size: 16px;
    }
}

/* LATEST */

#latest {
    background: #062f87;
    text-align: center;
}

#latest h1 {
    color: #fff;
    text-align: center;
}

#latest a {
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#latest a:hover {
    color: #ea0a2a;
    text-decoration: none;
}

#latest img {
    margin-bottom: 15px;
}

#latest .post {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
    background: #fff;
}

@media (max-width: 991px) {
    #latest {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* CONNECT */

#connect h1 {
    text-align: center;
}

#connect #social {
}

#connect #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #ea0a2a;
    background: #062f87;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#connect #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;
}

#connect #social a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

@media (min-width: 992px) {
    .widget {
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    #connect {
        padding-left: 20px;
        padding-right: 20px;
    }
    .widget {
        max-width: 500px;
        margin: 20px auto;
    }
}

/* FOOTER */

#footer {
    padding: 40px 0 40px 0;
    background: #062f87;
    color: #fff;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#footer a:hover {
    color: #ea0a2a;
}

#footer #logo img {
    height: 110px;
}

#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;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#footer #links ul li a:hover {
    color: #ea0a2a;
}

#footer #links ul li.donate > a {
    background: #ea0a2a;
    color: #fff;
}

#footer #links ul li.donate > a:hover {
    background: #fff;
    color: #ea0a2a;
}

#footer #social {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #ea0a2a;
    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-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer #disclaimer {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer #legal {
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li.donate {
        padding-left: 12.5px;
    }
    #footer #links ul li.donate a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #footer #logo img {
        height: 80px;
    }
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 16px;
        line-height: 32px;
    }
    #footer #links ul li.donate {
        padding-left: 10px;
    }
    #footer #links ul li.donate a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #logo img {
        height: 60px;
    }
    #footer #links ul li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 14px;
        line-height: 28px;
    }
    #footer #links ul li.donate {
        padding-left: 7.5px;
    }
    #footer #links ul li.donate a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #footer #links ul li {
        display: inline-block;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.donate {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer #logo img {
        height: 80px;
    }
    #footer #links ul li a {
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.donate {
        padding-top: 10px;
    }
    #footer .button {
        display: block;
        margin-top: 0.5rem;
        padding: 0;
        background: #ea0a2a;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    #footer .button:hover {
        color: #fff;
    }
}

/* ISSUES */

.page-issues h2 {
    margin: 0;
    padding: 10px 20px;
    background: #ea0a2a;
    color: #fff;
}

.page-issues .issue {
    padding: 30px;
    background: #fff;
}

@media (max-width: 991px) {
    .page-issues h2 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .page-issues .issue {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* NEWS */

#news .entry {
    padding-bottom: 30px;
}

#news .post {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
}

#news .post .entry {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    #news .post {

    }
}

@media (max-width: 991px) {
    #news {
        padding-left: 20px;
        padding-right: 20px;
    }
    #news img {
        margin-bottom: 15px;
    }
}

/* SPLASH */

.page-splash {
    background: #fff;
}

#splash-container {
    padding: 30px;
    background: #062f87;
    color: #fff;
}

#splash-container .post {
    padding-bottom: 0;
}

#splash-container .video {
    margin-bottom: 30px;
}

#splash-donate .button {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    background: #ea0a2a;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

#splash-donate .button:hover {
    background: #fff;
    color: #ea0a2a;
}

#splash-footer {
    padding: 0 10px 30px;
    background: #fff;
    text-align: center;
}

#splash-footer a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#splash-footer a:hover {
    color: #ea0a2a;
    text-decoration: none;
}

#splash-disclaimer {
    display: inline-block;
    border: 1px solid #062f87;
    padding: 10px 20px;
    color: #062f87;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 992px) {
    .page-splash {
        background: url('images/splash-back.jpg') 50% 0% no-repeat fixed;
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #splash-body {
        padding: 60px;
    }
    #splash-container {
        border: 30px solid #fff;
    }
    #splash-footer a {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    #splash-body {
        padding: 10px 0;
    }
    #splash-container {
        border: 15px solid #fff;
    }
    #splash-footer a {
        display: block;
    }
}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

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: 700px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 700px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* GRAVITY FORMS */

.gform_wrapper.gravity-theme form .gfield_label {
    margin-bottom: 4px;
    font-weight: 400;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_page_footer input, .gform_wrapper.gravity-theme .gform_footer input {
    margin-left: auto;
    margin-right: auto;
}

.gform_required_legend {
    display: none;
}

.gform_wrapper form .gfield_required {
    color: #ea0a2a;
    font-size: inherit;
}

#gf_form_focus:focus-visible, .gform_validation_errors:focus-visible, .gform_fields:focus-visible {
    outline: 0;
}

.gform_wrapper .gform_validation_errors {
    margin-bottom: 20px !important;
    border: 1px solid #ea0a2a !important;
    box-shadow: none !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    color: #ea0a2a !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.gform_wrapper.gravity-theme form .description, .gform_wrapper.gravity-theme form .gfield_description, .gform_wrapper.gravity-theme form .gsection_description, .gform_wrapper.gravity-theme form .instruction {
    padding: 2px 0;
    font-size: 12px;
}

.gform_wrapper form .gform_body .gfield_error label {
    color: inherit;
}

.gform_wrapper form .gfield_error [aria-invalid="true"] {
    border: 1px solid #ebebeb;
}

.gform_wrapper form .gfield_error .gfield_repeater_cell label, .gform_wrapper form .gfield_error label, .gform_wrapper form .gfield_error legend, .gform_wrapper form .gfield_validation_message, .gform_wrapper form .validation_message, .gform_wrapper form [aria-invalid="true"] + label, .gform_wrapper form label + [aria-invalid="true"] {
    color: #ea0a2a;
}

.gform_wrapper form .gfield_validation_message, .gform_wrapper form .validation_message {
    margin: 0;
    border: 0px none;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.gform_wrapper .captcha-image {
    width: 100%;
    border: 0px none;
}

.gform_wrapper .captcha-image .captcha_instructions span {
    color: #ea0a2a;
    text-transform: lowercase;
}

/* COLUMNS */

.entry .wp-block-columns {
    row-gap: 0;
    column-gap: 2em;
}

@media (min-width: 600px) and (max-width: 781px) {
    .entry .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 1;
    }
    .entry .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}

/* IMAGES */

.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;
}