/*
Theme Name: Van Hilleary
Theme URI: http://www.vanfortn.com/
Description: Custom theme for Van Hilleary
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/vbg8rvo.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

html, body {
    height: 100%;
}

body {
    background: #f7f7f7;
    color: #333;
    font-family: "paralucent-text", sans-serif;
    font-weight: 400;
}

a, a:hover, a:focus {
    color: #183059;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-family: "georgiapro", sans-serif;
    color: #183059;
}

h2, h3, h4 {
    color: #d1131b;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h2 a, h3 a, h4 a, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #d1131b;
}

h1 span, h2 span, h3 span, h4 span {
    
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 12px;
    line-height: 18px;
}

.post {
    padding-bottom: 20px;
}

.text-justify {
    text-align: justify;
}

.date {
    position: relative;
    top: -8px;
    color: #a4a4a6;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.signature {
    font-family: "georgiapro", sans-serif;
}

.hide, .hide a {
    display: none !important;
}

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: #333;
    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: #183059;
    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: #d1131b;
    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: #183059;
    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;
}

#header #menu .navbar .navbar-nav li a:hover {
    color: #d1131b;
    text-decoration: none;
}

#header #menu .navbar .navbar-nav li.donate a {
    display: block;
    background: #d1131b;
    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: #183059;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1400px) {
    #header #logo img {
        height: 140px;
    }
    #header #menu {
        padding-top: 50px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 20px;
        line-height: 40px;
    }
    #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: 120px;
    }
    #header #menu {
        padding-top: 42px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
    #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: 100px;
    }
    #header #menu {
        padding-top: 34px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 16px;
        line-height: 32px;
    }
    #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: 5px 0 5px 0;
    }
    #header #menu .navbar {
        float: right;
    }
    #header #menu .navbar .navbar-nav li ul {
        display: none;
    }
    #header #menu .navbar .navbar-nav li:hover ul {
        display: block;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 0;
        box-shadow: 1px 1px 2px 1px rgba(76, 78, 100, .25);
        background: #fff;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        padding: 0 10px 0 10px;
        color: #4c4e64;
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    #header {
        padding: 15px;
    }
    #header #logo {
        padding-left: 10px;
    }
    #header #logo img {
        height: 100px;
    }
    #header #logo img {
        position: relative;
        z-index: 1000;
    }
    #header #menu {
        margin-top: -48px;
    }
    #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%28209, 19, 27, 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: 20px;
        line-height: 40px;
    }
    #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: #d1131b;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
    }
    #header .button:hover {
        background: #183059;
        color: #fff;
    }
}

/* BANNER */

#banner h1 {
    margin: 0;
    text-align: center;
}

@media (min-width: 1400px) {
    #banner {
        height: 600px;
    }
    #banner h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #banner {
        height: 525px;
    }
    #banner h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner {
        height: 450px;
    }
    #banner h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    #banner {
	    position: relative;
	    overflow: hidden;
        background: url('images/banner2.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 #content {
        /* border: 6px solid #fff; */
        /* box-shadow: 1px 1px 5px rgba(188, 188, 189, 1.0); */
        /* padding: 30px 30px 15px; */
        /* background: rgba(24, 48, 89, 0.875); */
    }
    #banner #signup h1 {
        padding-bottom: 20px;
        color: #fff;
    }
    #banner #signup input[type="submit"] {
        background: #d1131b;
        color: #fff;
    }
    #banner #signup input[type="submit"]:hover {
        background: #fff;
        color: #d1131b;
    }
}

@media (max-width: 991px) {
    #banner {
	    background: #183059;
	    position: relative;
	    overflow: hidden;
        /* background: url('images/banner.jpg') 50% 0% no-repeat; */
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banner #signup {
        padding: 20px;
    }
    #banner #signup h1 {
        color: #fff;
        padding-bottom: 10px;
    }
    #banner #signup input[type="submit"] {
        background: #d1131b;
        color: #fff;
    }
    #banner #signup input[type="submit"]:hover {
        background: #fff;
        color: #d1131b;
    }
    #banner #signup .gform_wrapper.gravity-theme form .gfield_validation_message {
        color: #fff;
    }
}

/* JOIN */

#signup label {
    /* display: none; */
}

#signup .gchoice input {
    vertical-align: top;
}

#signup input[type=submit] {
    width: 100%;
}

#signup .gform_footer {
    padding: 10px 0;
}

@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;
    }
    #signup .gchoice label {
        color: #fff;
    }
}

/* PANE */

/* .entry .wp-block-columns {
    margin-bottom: 0;
}

.entry .wp-block-column {
    margin-bottom: 1.75em;
} */

#page {
    padding-left: 15px;
    padding-right: 15px;
}

@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;
    }
}

.issue {
    display: block;
    padding-bottom: 10px;
    color: #d1131b;
    font-size: 48px;
    text-align: center;
}

@media (min-width: 992px) {
    .profile figure {
        width: 50%;
    }
}

.with-border img {
    border: 6px solid #fff;
    box-shadow: 1px 1px 5px rgba(188, 188, 189, 1.0);
}

@media (min-width: 992px) {
    .emblem {
        display: block;
        width: 96px;
        height: 96px;
        margin: 0px auto;
        background: url('images/emblem.png') 50% 50% no-repeat;
        background-size: 96px 96px;
    }
}
@media (max-width: 991px) {
    .emblem {
        display: block;
        width: 64px;
        height: 64px;
        margin: 0px auto;
        background: url('images/emblem.png') 50% 50% no-repeat;
        background-size: 64px 64px;
    }
}

/* INTRO */

#intro {
    padding-left: 20px;
    padding-right: 20px;
}

#intro h1, #intro h2, #intro h3, #intro h4 {
    color: #d1131b;
    font-family: "paralucent-text", sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#intro .post {
    padding-bottom: 0;
}

@media (min-width: 1400px) {
    #intro .post .entry {
        font-size: 24px;
        line-height: 150%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #intro .post .entry {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #intro .post .entry {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (min-width: 992px) {
    #intro h1 br {
        display: none;
    }
}
@media (max-width: 991px) {
    #intro .post .entry {
        font-size: 20px;
        line-height: 150%;
    }
    #intro h1 span {
        
    }
}

/* NEWS */

#news .post {
    margin-top: 30px;
    margin-bottom: 30px;
}

#news img {
    border: 2px solid #f0f0f0;
}

@media (max-width: 991px) {
    #news img {
        margin-bottom: 15px;
    }
}

/* ACTION */

#action {
    padding-top: 40px;
    padding-bottom: 35px;
    background: #183059;
    color: #fff;
    text-align: center;
}

#action a {
    color: #fff;
    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;
}

#action a:hover {
    color: #d1131b;
    text-decoration: none;
}

#action a img {
    margin-bottom: 10px;
    border: 6px solid #fff;
}

#action a span {
    font-weight: 400;
    text-transform: none;
}

@media (min-width: 1400px) {
    #action a {
        font-size: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #action a {
        font-size: 27px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #action a {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    #action a {
        display: inline-block;
        padding: 20px;
    }
    #action #act1, #action #act3 {
        width: 33.3%;
    }
    #action #act2 {
        width: 33.3%;
    }
}

@media (max-width: 991px) {
    #action {
        padding-left: 15px;
        padding-right: 15px;
    }
    #action a {
        display: block;
        padding: 20px;
        font-size: 24px;
    }
    #action #act2 {
    }
}

/* CONTRIBUTE */

#contribute {
    padding: 35px 25px 40px 25px;
    background: #d1131b;
    text-align: center;
}

#contribute h3 {
    margin: 0;
    padding-bottom: 20px;
    color: #fff;
}

#contribute .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#contribute .button:hover {
    background: #fff;
    color: #d1131b !important;
}

#contribute #donate {
    border: 3px solid #fff;
    background: #fff;
    color: #d1131b !important;
}

#contribute #donate:hover {
    border: 3px solid #183059;
    background: #183059;
    color: #fff !important;
}

@media (min-width: 992px) {
    
}

@media (max-width: 991px) {
    #contribute .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* FOOTER */

#footer {
    padding: 40px 0 40px 0;
    background: #fff;
    color: #183059;
    text-align: center;
}

#footer a {
    color: #183059;
    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: #d1131b;
}

#footer #logo {
    padding-bottom: 30px;
}

#footer #links {
    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: #183059;
    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;
}

#footer #links ul li a:hover {
    color: #d1131b;
}

#footer #links ul li.donate > a {
    background: #d1131b;
    color: #fff;
}

#footer #links ul li.donate > a:hover {
    background: #183059;
    color: #fff;
}

#footer #social {
    padding-bottom: 30px;
}

#footer #social a {
    display: inline-block;
    margin: 4px;
    border-bottom: 6px solid #d1131b;
    padding: 3px 6px 3px 6px;
    background: #183059;
    overflow: hidden;
    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 img {
    width: 36px;
    height: 36px;
}

#footer #social a:hover {
    border-bottom: 6px solid #183059;
    background: #d1131b;
}

#footer #disclaimer {
    display: inline-block;
    border: 1px solid #183059;
    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: 140px;
    }
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 20px;
        line-height: 40px;
    }
    #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: 120px;
    }
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
    #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: 100px;
    }
    #footer #links ul li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 16px;
        line-height: 32px;
    }
    #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: 100px;
    }
    #footer #links ul li a {
        font-size: 20px;
        line-height: 40px;
    }
    #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: #d1131b;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
    }
    #footer .button:hover {
        background: #183059;
        color: #fff;
    }
}

/* 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.gravity-theme .gform_footer {
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
    margin: 0px auto;
}

.gform_wrapper.gravity-theme form .gfield_required {
    color: #d1131b;
    font-size: inherit;
}

.gform_required_legend {
    display: none;
}

#gf_form_focus:focus-visible, .gform_validation_errors:focus-visible, .gform_fields:focus-visible {
    outline: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff !important;
    margin-bottom: 20px !important;
    border: 1px solid #d1131b !important;
    box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    color: #d1131b !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.gravity-theme form .gform_body .gfield_error label {
    color: inherit;
}

.gform_wrapper.gravity-theme form .gfield_error [aria-invalid="true"] {
    border: 1px solid #ebebeb;
}

.gform_wrapper.gravity-theme form .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme form .gfield_error label, .gform_wrapper.gravity-theme form .gfield_error legend, .gform_wrapper.gravity-theme form .gfield_validation_message, .gform_wrapper.gravity-theme form .validation_message, .gform_wrapper.gravity-theme form [aria-invalid="true"] + label, .gform_wrapper.gravity-theme form label + [aria-invalid="true"] {
    color: #d1131b;
}

.gform_wrapper.gravity-theme form .gfield_validation_message, .gform_wrapper.gravity-theme form .validation_message {
    margin: 0;
    border: 0px none;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpcf7-form-control .captcha-image {
    width: 100%;
    border: 0px none;
}

.wpcf7-form-control .captcha-image .captcha_instructions span {
    text-transform: lowercase;
}

/* COLUMNS */

@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;
}