/*
Theme Name: Van Taylor 2020
Theme URI: http://www.vantaylor.com/
Description: Custom theme for Van Taylor
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

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

html, body {
    height: 100%;
}

body {
    background: #f2f4f8;
    color: #2c354a;
    font-family: goudy-old-style, serif;
}

h1, h2, h3, h4 {
    color: #1c3f95;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
}

@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: #1c3f95;
}

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: #fff;
    color: #2c354a;
    font-size: inherit;
    -webkit-appearance: none;
}

input[type=submit], button, input[type=submit]:focus, button:focus {
    margin: 0px;
    border: 0px none;
    border-radius: 25px;
    padding: 0 30px 0 30px;
    background: #1c3f95;
    color: #fff;
    font-family: myriad-pro-condensed, sans-serif;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    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: 0px none;
    background: #bf2e1a;
    color: #fff;
}

textarea {
    height: 200px;
}

.button, .navigation a, .button:focus, .navigation a:focus {
    display: inline-block;
    margin: 0px;
    border: 0px none;
    border-radius: 25px;
    padding: 0 30px 0 30px;
    background: #1c3f95;
    color: #fff;
    font-family: myriad-pro-condensed, sans-serif;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    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: 0px none;
    background: #bf2e1a;
    color: #fff;
    text-decoration: none;
}

.button.red, .button.red:focus {
    border: 1px solid #bf2e1a;
    background: #bf2e1a;
}

.button.red:hover {
    border: 1px solid #1c3f95;
    background: #1c3f95;
}

/* HEADER */

#header {
    background: #fff;
}

#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;
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-default .navbar-toggle {
    background: #f2f4f8;
    margin: 0;
    border: 0px none;
    border-radius: 20px;
    padding: 10px 15px;
}

#header .navbar-default .navbar-toggle .icon-bar {
    height: 4px;
    background: #1c3f95;
}

#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;
    background: #f2f4f8;
    color: #1c3f95;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

#header .navbar-default .navbar-nav > li > a:hover {
    background: #1c3f95;
    color: #fff;
}

#header .navbar-default .navbar-nav > li.contribute > a {
    background: #d02b2f;
    color: #fff;
    font-weight: 700;
}

#header .navbar-default .navbar-nav > li.contribute > a:hover {
    background: #1c3f95;
    color: #fff;
}

@media (min-width: 1600px) {
    #header {
        height: 130px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header #logo img {
        height: 100px;
    }
    #header .navbar {
        top: -75px;
    }
    #header .navbar-default .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #header .navbar-default .navbar-nav > li > a {
        border-radius: 25px;
        font-size: 24px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #header {
        height: 130px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header #logo img {
        height: 100px;
    }
    #header .navbar {
        top: -75px;
    }
    #header .navbar-default .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #header .navbar-default .navbar-nav > li > a {
        border-radius: 25px;
        font-size: 19px;
        line-height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header {
        height: 110px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #header #logo img {
        height: 80px;
    }
    #header .navbar {
        top: -60px;
    }
    #header .navbar-default .navbar-nav > li {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #header .navbar-default .navbar-nav > li > a {
        border-radius: 20px;
        font-size: 14px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header {
        height: 90px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #header #logo img {
        height: 60px;
    }
    #header .navbar {
        top: -45px;
    }
    #header .navbar-default .navbar-nav > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    #header .navbar-default .navbar-nav > li > a {
        border-radius: 15px;
        font-size: 12px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 768px) {
    #header {
        padding-top: 15px;
    }
    #header #logo {
        text-align: center;
    }
    #header #logo a {
        position: relative;
        z-index: 4;
    }
    #header .navbar {
        overflow: hidden;
    }
    #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #header .navbar-default .navbar-nav {
        width: 100%;
    }
    #header .navbar-default .navbar-nav > li {
        width: 12.5%;
    }
    #header .navbar-default .navbar-nav > li.mobileonly {
        display: none;
    }
    #header .navbar-default .navbar-nav > li.righthalf {
        margin-left: 25%;
    }
    #header .navbar-default .navbar-nav > li > a {
        position: relative;
        z-index: 3;
    }
    #header #contribute {
        display: none;
    }
}

@media (max-width: 767px) {
    #header {
        padding: 15px;
    }
    #header #logo {
        float: left;
    }
    #header #logo img {
        height: 100px;
    }
    #header .navbar-toggle {
        float: right;
    }
    #header .navbar-default .navbar-nav > li.desktoponly {
        display: none;
    }
    #header .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        border-radius: 20px;
        font-size: 20px;
        line-height: 40px;
    }
    #header nav {
	    text-align: center;
    }
    #header .navbar-default {
        width: 100%;
	    border: 0px none;
    }
    #header .navbar-toggle {
    }
    #header .navbar-collapse {
        position: relative;
	    border: 0px none;
    }
    #header .navbar-nav {
        width: 100%;
	    margin: 0;
	    text-align: center;
    }
    #header .navbar-nav li {

    }
    #header .navbar-default .navbar-nav > li > a {
        color: #1c3f95;
	    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, #header .navbar-default .navbar-nav > li > a:focus {
        background: #1c3f95;
        color: #fff;
    }
    #header #contribute {
        display: block;
        margin-top: 10px;
        border-radius: 20px;
        background: #bf2e1a;
        color: #fff;
        font-family: myriad-pro-condensed, sans-serif;
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
	    transition: all 0.25s ease-in-out;
	    -moz-transition: all 0.25s ease-in-out;
	    -webkit-transition: all 0.25s ease-in-out;
    }
    #header #contribute:hover, #header #contribute:focus {
        background: #1c3f95;
        color: #fff;
    }
}

/* PAGE */

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

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

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

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

.white {
    background: #fff;
}

#page .gform_body ul {
    overflow: auto;
}

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

/* COLUMNS */

@media (min-width: 768px) {
    .columns-2 {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    .columns-3 {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }
    .columns-4 {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px;
    }
}

/* FEATURE */

#feature {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 4px solid #fff;
    text-align: center;
}

#feature #banner h1 {
    margin: 0;
    color: #fff;
}

@media (min-width: 768px) {
    #feature {
        position: relative;
        padding-top: 0px;
        padding-bottom: 42.5%;
        height: 0;
        overflow: hidden;
    }
    #feature video {
        left: 50%;
        top: 50%;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        z-index: 1;
        /*-webkit-filter: opacity(25%);
        filter: opacity(25%);*/
        -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: 1200px) {
    #feature #banner h1 {
        padding-bottom: 30px;
        font-size: 60px;
        line-height: 66px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #feature #banner h1 {
        padding-bottom: 20px;
        font-size: 51px;
        line-height: 57px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #feature #banner h1 {
        padding-bottom: 10px;
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    #feature video {
        width: 100%;
    }
    #feature #banner {
        border-top: 4px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #1c3f95;
    }
    #feature #banner h1 {
        padding-bottom: 10px;
        font-size: 42px;
        line-height: 48px;
    }
}

/* SIGNUP */

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

#signup #form form {
    margin-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;
}

@media (min-width: 768px) {
    #signup #form .ginput_container {
        padding: 5px;
    }
    #signup #form ul li#field_1_1 {
        width: 50%;
    }
    #signup #form ul li#field_1_2 {
        width: 50%;
    }
    #signup #form ul li#field_1_3 {
        width: 50%;
    }
    #signup #form ul li#field_1_4 {
        width: 50%;
    }
    #signup #form ul li#field_1_5 {
        width: 100%;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    #signup #form .ginput_container {
        padding: 5px;
    }
    #signup #form ul li {
        width: 100%;
    }
    #signup #form ul li#field_1_5 button {
        background: #fff;
        color: #1c3f95;
    }
}

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

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

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

#signup #form .gform_confirmation_message {
    color: #15326b;
    font-size: 18px;
    text-align: center;
}

/* SUPPORT */

#support {
    border-bottom: 4px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #bf2e1a;
}

#support h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}

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

#support ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#support ul li a {
    display: block;
    border: 4px solid #fff;
    color: #fff;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    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;
}

#support ul li a:hover {
    background: #1c3f95;
    text-decoration: none;
}

#support ul li.contribute a {
    background: #fff;
    color: #bf2e1a;
}

#support ul li.contribute a:hover {
    border: 4px solid #1c3f95;
    background: #1c3f95;
    color: #fff;
}

@media (min-width: 1600px) {
    #support {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support ul li a {
        border-radius: 25px;
        font-size: 24px;
        line-height: 42px;
    }
    #support ul li.contribute a {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #support {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support ul li a {
        border-radius: 25px;
        font-size: 24px;
        line-height: 42px;
    }
    #support ul li.contribute a {
        font-size: 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #support {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #support h2 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #support ul li {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #support ul li a {
        border-radius: 20px;
        font-size: 19px;
        line-height: 32px;
    }
    #support ul li.contribute a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #support {
        padding-left: 5px;
        padding-right: 5px;
    }
    #support h2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #support ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
    #support ul li a {
        border-radius: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    #support ul li.contribute a {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #support h2 {
        display: inline-block;
        width: 37.5%;
    }
    #support ul {
        display: inline-block;
        width: 62.5%;
    }
    #support ul li {
        width: 20%;
    }
}

@media (max-width: 767px) {
    #support {
        padding-left: 10px;
        padding-right: 10px;
    }
    #support h2 {
        display: block;
        text-align: center;
    }
    #support ul {
        display: block;
    }
    #support ul li {
        display: inline-block;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    #support ul li a {
        margin-top: 10px;
        border-radius: 20px;
        font-size: 20px;
        line-height: 32px;
    }
    #support ul li.contribute {
        width: 100%;
    }
}

/* ACT */

#act {
    border-bottom: 4px solid #fff;
}

#act .action {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    background: #f2f4f8;
    text-align: center;
    vertical-align: top;
}

@media (min-width: 768px) {
    #act {
        display: table;
        width: 100%;
    }
    #act .action {
        display: table-cell;
    }
    #act #left {
        width: 33.3%;
        border-right: 2px solid #fff;
    }
    #act #center {
        width: 33.4%;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #act #right {
        width: 33.3%;
        border-left: 2px solid #fff;
    }
}

@media (min-width: 1200px) {
    #act .action .button {
        border-radius: 25px;
        font-size: 24px;
        line-height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #act .action .button {
        border-radius: 20px;
        font-size: 19px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #act .action .button {
        border-radius: 15px;
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    #act #center {
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
    }
}

/* HOME */

#home {
    text-align: center;
}

@media (min-width: 768px) {
    #home .pane {
        position: relative;
    }
    #home .pane .image {
        width: 40%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
    }
    #home .pane .excerpt {
        width: 60%;
        float: right;
    }
    #home .white .image {
        left: auto;
        right: 0;
    }
    #home .white .excerpt {
        float: left;
    }
}

@media (min-width: 1200px) {
    #home .pane .image {
        padding-left: 60px;
        padding-right: 30px;
    }
    #home .pane .excerpt {
        padding-left: 30px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #home .white .image {
        padding-left: 30px;
        padding-right: 60px;
    }
    #home .white .excerpt {
        padding-left: 60px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #home .pane .image {
        padding-left: 50px;
        padding-right: 25px;
    }
    #home .pane .excerpt {
        padding-left: 25px;
        padding-right: 50px;
    }
    #home .white .image {
        padding-left: 25px;
        padding-right: 50px;
    }
    #home .white .excerpt {
        padding-left: 50px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #home .pane .image {
        padding-left: 40px;
        padding-right: 20px;
    }
    #home .pane .excerpt {
        padding-left: 20px;
        padding-right: 40px;
    }
    #home .white .image {
        padding-left: 20px;
        padding-right: 40px;
    }
    #home .white .excerpt {
        padding-left: 40px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    #home .pane {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* NEWS */

.page-news .post h3 {
    margin-top: 0;
}

.page-news .post {
    padding-bottom: 60px;
}

.page-news .post .entry p, .page-news .post .entry ul {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .page-news .post {
        text-align: center;
    }
    .page-news .post h3 {
        margin-top: 10px;
    }
    .page-news .post .entry {
        text-align: left;
    }
}

.share a {
    display: inline-block;
    margin: 2px;
    border: 2px solid #bf2e1a;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
}

.share a img {
    width: 24px;
    height: 24px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.share a:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

/* FOOTER */

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #1c3f95;
    color: #fff;
    font-family: myriad-pro-condensed, sans-serif;
    text-align: center;
}

#footer a {
    color: #fff;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

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

#footer #links {
    padding-top: 30px;
    padding-bottom: 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: 700;
    text-transform: uppercase;
}

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

#footer #links ul li.contribute a {
    background: #bf2e1a;
    color: #fff;
}

#footer #links ul li.contribute a:hover {
    background: #fff;
    color: #bf2e1a;
}

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

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #fff;
    padding: 3px;
    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: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer #disclaimer {
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer #legal {
    padding-top: 30px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 1600px) {
    #footer #links ul li a {
        padding: 0 15px 0 15px;
        font-size: 24px;
        line-height: 50px;
    }
    #footer #links ul li.contribute a {
        margin-left: 15px;
        border-radius: 25px;
        padding: 0 30px 0 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #footer #links ul li a {
        padding: 0 15px 0 15px;
        font-size: 21px;
        line-height: 50px;
    }
    #footer #links ul li.contribute a {
        margin-left: 15px;
        border-radius: 25px;
        padding: 0 30px 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 18px;
        line-height: 40px;
    }
    #footer #links ul li.contribute a {
        margin-left: 12.5px;
        border-radius: 20px;
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 15px;
        line-height: 30px;
    }
    #footer #links ul li.contribute a {
        margin-left: 10px;
        border-radius: 15px;
        padding: 0 20px 0 20px;
    }
}

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

@media (max-width: 767px) {
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li a {
        display: inline-block;
        padding: 0;
        font-size: 20px;
        line-height: 40px;
    }
    #footer #links ul li.contribute a {
        display: block;
        margin-top: 10px;
        border-radius: 20px;
        padding: 0 20px 0 20px;
    }
}

/* 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: #bf2e1a;
}

.gform_footer {
    clear: both;
}

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

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

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

/* WORDPRESS */

.post {
    padding-bottom: 30px;
}

.date {
    display: block;
    position: relative;
    color: #848894;
    padding-bottom: 8px;
    text-transform: uppercase;
}

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

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

.entry blockquote {
    border-left: 4px solid #ebedf0;
}

.entry blockquote p, .entry blockquote ul, .entry blockquote ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

@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: 20px 20px 10px 0;
    }
    .entry .wp-block-image .alignright {
        margin: 20px 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;
}