/*
        Theme Name: BBBS
        Theme URI: http://anchorwave.com/
        Description: Custom Theme for Wordpress
        Author: Anchorwave - http://anchorwave.com/
        Version: 1.0
        Tags: blank, html5, clean, html5 boilerplate, best practices
*/
/* Table of Content
==================================================
        #Reset & Basics
        #Basic Styles
        #Site Styles
        #Typography
        #Links
        #Lists
        #Images/Medias
        #Helper classes
        #Basic WordPress Classes
        #Buttons
        #Forms
        #Misc
        -----------------------------------------------
        #Site Styles
        #Interior Pages
        #Page Styles
        #Font-Face
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles
================================================== */
body {
    background: #e4e4e4;
    font: 16px/1.23 'Droid Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.save-date-bowl-kids-sake-2015 .tribe-events-event-image a img {
    width: 70%;
}

#blog .custom-sidebar li {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0.6;
    border: 1px solid rgba(0, 0, 0, 1);

}
#blog .custom-sidebar h5 {
    margin-bottom: 20px;
    background: #f2803f;
    padding: 8px 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-align: center;
    line-height: 1;
}
#blog .custom-sidebar ul {
    padding-left: 20px;
    padding-right: 20px;
}
#blog .custom-sidebar {
    position: absolute !important;
    right: 0 !important;
    background: #763b95;
    border-radius: 8px;
    width: 275px;
}

#blog .custom-sidebar a {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding: 5px;
    font-size: 14px;
}

#blog .custom-sidebar a:hover {
    color:#f2803f;
}

/* Highlight Color */
::-moz-selection {
    background: #014160;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #014160;
    color: #fff;
    text-shadow: none;
}

/* Device onclick */
a:link {
    -webkit-tap-highlight-color: #014160;
}

.button.bowl {
    position: relative;
    top: 20px;
    left: 132px;
}

.button2 {
    position: relative;
    top: 33px;
    left: 160px;
    text-align: center;
}

.button.photo {
    position: relative;
    top: 20px;
    left: 190px;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #6c257a;
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    text-decoration: underline;
    outline: 0;
    color: #763B96;
}

a:hover, a:focus {
    color: #9054b1;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* #Helper classes
================================================== */
.ir, .ico {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
    visibility: hidden;
}

.col {
    display: inline;
    float: left;
}

.col2 {
    display: inline;
    float: right;
    margin: -40px 0 0 10px;
}

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */

li#field_3_3 .clear-multi #input_3_3_1_container,
li#field_3_3 .clear-multi #input_3_3_2_container,
li#field_3_3 .clear-multi #input_3_3_3_container,
li#field_3_18 .clear-multi #input_3_3_1_container,
li#field_3_18 .clear-multi #input_3_3_2_container,
li#field_3_18 .clear-multi #input_3_3_3_container{
    width: 25%;
    display: inline-block !important;
    margin-right: 30px !important;
}
.clearfix:before,
.clearfix:after,
.gform_fields:before,
.gform_fields:after,
.wrapper:before,
.wrapper:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.wrapper:after,
.gform_fields:after,
.clearfix:after {
    clear: both;
}

.gform_fields,
.wrapper,
.clearfix {
    zoom: 1;
}
#gform_22 .ginput_quantity_label {
    margin-left: 50px;
}
#gform_22 .ginput_quantity {
    display: inline;
    width: 50px;
}
#gform_22 .gfield_select {
    display: inline;
    width: 200px;
}
#gform_22 .gfield_label {
    margin-bottom: 5px;
}
.gfield_label_before_complex {
    margin-bottom: 15px;
}
#gform_22 label {
    margin-bottom: 0px;
    margin-top: 0px;
}
#gform_22 .gform_card_icon_container {
    /* margin: 15px; */
}
#gform_22 ul ul {
    padding-bottom: 5px;
}

#field_22_1 {
    width: 50%;
    float: left;
    border-right: 1px solid #CCCCCC;
}
.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(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_amex {
    background-position: -72px 0;
}
.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_mastercard {
    background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}
#gform_22 label#input_22_7_1_label { 
    clear: both;
}
.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;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    min-height: 43px;
    position: relative;
    float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(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;
}
#input_22_7_5_container, #input_22_7_2_cardinfo_right { 
    clear: both;
    display: block;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
    float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px!important;
}
#field_22_9 { 
    margin-left: 52%;
}
label[for="input_22_7_2_month"] { 
    display: none;
}
#input_22_7_3 { 
    width: 150px;
    float: left;
}


/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* #Basic WordPress Classes
================================================== */
/* Aligns, prev next links */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navigation, .comment-navigation {
    display: block;
    clear: both;
}

.navigation {
    margin-top: 40px;
    padding-bottom: 70px;
}

.comment-navigation {
    margin-top: 15px;
    padding-bottom: 5px;
}

.navigation a, .comment-navigation a {
}

.navigation a:hover, .comment-navigation a:hover {
}

.attachment a {
    border: 0
}

.navigation a img {
    border-radius: 0;
    border: none
}

.navigation-image a {
    border: none
}

/* images */
p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0 4px 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 0 4px 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Captions */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fafafa;
    padding-top: 5px;
    margin: 5px 25px 25px 0px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 4px 5px 0;
    margin: 0;
    color: #666;
}

/* Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #6e3a85;
    border: none;
    color: #fff;
    display: inline-block;
    font: bold 13px 'Droid Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #ccc;
    color: #333;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background-color: #6e3a85;
    color: #fff;
}


.button:visited:hover {
    color: #333 !important;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button-2, a.button-2 {
    background-color: #494949;
}

.button-3, a.button-3 {
    background-color: #fcfcfc;
    color: #1f2c26;
}

/* #Forms
================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #e4e4e4;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    width: 95%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

select {
    width: 96%;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

/* #Common Styles
================================================== */
.sprite, .get-social li a, .flex-direction-nav a, #stay-update #gform_submit_button_1, #footer-social-medias li a {
    background: url(images/sprite.png) no-repeat 0 0;
}

.overflow-hide {
    overflow: hidden;
}

#billboard .caption-1 .caption-details, #billboard .caption-2, .caption-cnt {
    background: #6e3a85;
    background: rgba(110, 58, 133, 0.8);
}

body.loading .flexslider {
    background: url(images/loading.gif) no-repeat center center;
    min-height: 100px;
}

.flex-direction-nav li {
    margin: 0;
}

/* #Site Styles
================================================== */
#main {
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}

#header {
    background: url(images/header-bg-1.jpg) repeat-x 0 0 #e4e4e4;
    padding: 10px 0;
}

#master-head {
    margin-bottom: 10px;
}

#logo {
    width: 263px;
}

#mh-right {
    width: 675px;
}

.get-social {
    float: right;
    padding: 10px 0 0 110px;
    height: 60px;
    margin: 0 0 5px 0;
    list-style: none;
}

.get-social li {
    float: left;
    margin: 10px 0 0 5px;
}

.get-social li a {
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    opacity: 0.8;
}

.get-social li a:hover {
    opacity: 1;
}

.get-social li.gs-50 {
    margin-top: 0;
}

.get-social li.gs-50 a {
    background: url(images/BBBS-50years.png) no-repeat 0 0;
    height: 70px;
    width: 100px;
    margin-right: 10px;
    margin-top: -10px;
}

.get-social li.gs-tw a {
    background-position: -35px 0;
}

.get-social li.gs-yt a {
    background-position: -71px 0;
}

/*** Primary Navigation : get more styles from superfish.css ***/
#primary-nav {
    clear: both;
}

/*** Billboard ***/
#billboard {
    background-color: #fff;
    padding: 20px;
    /*margin-bottom:20px;*/
    position: relative;
    width: 900px; /*was 900*/
    margin: 0px auto;

    /* box shadow */
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.flexslider {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin: 0;
}

#billboard .flexslider li {
    margin: 0;
}

#billboard .flex-control-nav {
    margin: 0;
    padding: 0;
    width: auto;
    left: 20px;
    bottom: 10px;
}

#billboard .flex-control-paging li {
    margin-right: 4px;
}

#billboard .flex-control-paging li a {
    background: rgba(255, 255, 255, .6);
    border-radius: 0;
    width: 12px;
    height: 12px;
}

#billboard .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, .8);
}

#billboard .caption {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    width: 600px;
}

#billboard .caption h2 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
}

#billboard .caption-1 {
    width: 600px;
}

#billboard .caption-1 .caption-details {
    width: 450px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#billboard .caption-1 .caption-details p:last-child {
    margin: 0;
}

#billboard .caption-1 .btn-learn-more {
    float: right;
}

#billboard .caption-2 {
    right: 0;
    bottom: 0;
    width: 430px;
    padding: 20px 40px;
}

#top-highlight {
    color: #666;
    font-size: 15px;
    /*margin-bottom:20px;*/
    width: 940px;
    margin: 0px auto;
}

.top-margin {
    margin: 20px 0;
}

#top-highlight .col {
    width: 280px;
}

#top-highlight .col.col-1 {
    background: url(images/home-box-bg.png);
    background-repeat: repeat-x;
    background-color: #e4e4e4;
}

#top-highlight .col.col-2 {
    margin: 0 50px;
    background: url(images/home-box-bg.png);
    background-repeat: repeat-x;
    background-color: #e4e4e4;
}

#top-highlight .col.col-3 {
    background: url(images/home-box-bg.png);
    background-repeat: repeat-x;
    background-color: #e4e4e4;
}

#top-highlight h2.col-title {
    font-size: 19px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

#home #top-highlight h2.col-title {
    font-size: 30px;
    color: #6E3A85;
    line-height: 16px;
    margin: 15px 0 0 16px;
}

#top-highlight .button {
    margin-bottom: 3px;
}

.button.button-3.btn-volunteer {
    margin: 0 5px;
}

/*** Site Body ***/
#site-body {
    background-color: #fcfbfc;
    padding: 30px 0;
}

.three-cols .col {
    width: 280px;
    margin-top:25px; /*added*/
}

.three-cols .col.col-2 {
    margin: 0 50px;
    margin-top:25px; /*added*/
}

.three-cols .col .col-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

#front-aboutus {
    font-size: 16px;
}

#front-aboutus p:first-child {
    margin-bottom: 15px;
}

#front-aboutus {
    margin-bottom: 20px;
}

#front-aboutus p {
    font: 16px/1.23;
    font-family : 'Droid Sans', sans-serif;
    color: #717171;
}

.caption-image {
    position: relative;
}

.caption-image img {
    display: block;
}

.caption-cnt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
}

.caption-cnt a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}

.caption-cnt a .ico {
    background-position: 0 -35px;
    width: 6px;
    height: 12px;
    float: right;
    margin: 6px 0 0 5px;
}

/* Post Listing */
.post-listting .post {
    margin-bottom: 50px;
    color: #717171;
}

.post-listting .post time {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #666;
}

.post-listting .post .post-title {
    font-size: 18px;
    line-height: 1.13;
}

.post-listting .post .post-title a {
    text-decoration: none;
    color: #6E3A85;
}

.post-listting .post .post-thumbnail {
    float: left;
    margin-right: 20px;
}

.post-listting .post .post-entry {
    overflow: hidden;
}

.post-listting .post .post-entry p:last-child {
    margin: 0;
}

#front-post-listing.post-listting .post-1 {
    margin-bottom: 25px;
}

.announcement {
    display: inline-block;
    margin-bottom: 1em;
    color: #6E3A85;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
}

/*** Footer ***/
#footer {
    background-color: #e4e4e4;
}

#top-footer {
    border-top: 5px solid #dedede;
    border-bottom: 5px solid #dedede;
    padding: 25px 0;
}

#footer h5.col-title {
    color: #666;
    font-size: 18px;
    margin-bottom: 5px;
}

/*Sponsors: slider */
#ftr-sponsors {
    width: 340px;
    margin-right: 60px;
}

#ftr-sponsors .flexslider {
    width: 300px;
    margin: 0 auto;
    height: 55px;
}

#ftr-sponsors .slides {
    width: 285px;
}

#ftr-sponsors .slides li {
    margin: 0 13px;
    max-width: 120px;
}

.ie8 #ftr-sponsors .slides li {
    width: 119px;
}

#ftr-sponsors .flex-direction-nav a {
    width: 10px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    opacity: 0.5;
    top: 35px;
}

#ftr-sponsors .flex-direction-nav a.flex-prev {
    background-position: -8px -35px;
    left: -20px;
}

#ftr-sponsors .flex-direction-nav a.flex-next {
    background-position: -18px -35px;
    right: -20px;
}

#ftr-sponsors .flexslider:hover a {
    opacity: 1;
}

/* Stay Update */
#stay-update {
    width: 540px;
}

#stay-update #gform_1 .gform_description {
    width: 220px;
    float: left;
    font-weight: normal;
    margin-right: 30px;
    color: #666;
    font-size: 13px;
}

#gform_1 {
    position: relative;
}

#stay-update #input_1_1 {
    width: 250px;
    padding-right: 30px;
    margin: 0;
}

#stay-update #gform_submit_button_1 {
    background-color: transparent;
    background-position: -31px -35px;
    box-shadow: none;
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 7px;
    padding: 0;
}

.validation_error {
    display: none;
}

.validation_message {
    font-size: 13px;
    color: red;
    clear: both;
}

#gforms_confirmation_message {
    color: green;
}

.gform_ajax_spinner {
    position: absolute;
    right: 30px;
    top: 6px;
}

#gform_wrapper_2 .gform_body input.medium {
    width: 340px;
}

#contactus-map {
    position: absolute;
    float: left;
    margin: 0px auto;
    padding: 0;
}

#contactus {
    position: relative;
    float: right;
    margin-left: 10px;
    width: 50%;
}

#contactus > span {
    position: absolute;
    top: 0;
    right: 102px;
}

#contactus .gform_body input.medium {
    width: 80%;
}

#contactus .gform_body .textarea.medium {
    width: 80%;
}

.gform_body .textarea.medium {
    width: 80%;
}

#gform_wrapper_2 {
    margin-top: 50px;
}

/*** Bottom Footer ***/
#bottom-footer {
    padding: 30px 0;
}

#bottom-footer .col-1 {
    /*width:640px;*/
}

#bottom-footer .col-2 {
    /*width:280px;*/
    float: right;
}

#secondary-menu {
    margin-bottom: 10px;
}

.sec-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sec-nav li {
    background: url(images/dot.gif) no-repeat right 11px;
    display: inline;
    float: left;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
}

.sec-nav li:last-child {
    background: none;
    padding: 0;
    margin: 0;
}

.sec-nav li a {
    text-decoration: none;
    color: #865a99;
    font: 12px Arial, Helvetica, sans-serif;
}

.sec-nav li a:hover {
    color: #333;
}

.sec-nav li ul {
    position: absolute;
}

.sec-nav li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 2px 0;
    background: none;
}

.sec-nav li ul li:last-child {
    background: none;
    padding: 0;
    margin: 0;
}

.sec-nav li ul li a {
    text-decoration: none;
    margin-left: -30px;
    color: #865a99;
    font: 12px Arial, Helvetica, sans-serif;
    width: 150px;
}

.sec-nav li ul li a:hover {
    color: #333;
}

.footer-logo {
    padding: 40px 0 0;
}

.footer-logo img {
    margin-right: 35px;
    vertical-align: middle;
}

#copyright {
    clear: both;
    font: 11px Arial, Helvetica, sans-serif;
    color: #999;
    margin-top: 10px;
}

#footer-social-medias {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#footer-social-medias li {
    float: left;
    margin: 0 5px;
}

#footer-social-medias li a {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    text-indent: -9999px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#footer-social-medias li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#footer-social-medias li.fsm-fb a {
    background-position: -1px -54px;
}

#footer-social-medias li.fsm-tw a {
    background-position: -37px -54px;
}

#footer-social-medias li.fsm-in a {
    background-position: -73px -54px;
}

/* #Interior Pages
================================================== */
#donate #header {
    background: url(images/header-bg-1.jpg) repeat-x 0 0 #FCFBFC;
    padding: 10px 0 0;
}

body.interior #header {
    background: none #f1f1f1;
}

body.interior #billboard img {
    display: block;
/*    height: 50%;
    width: 50%;*/
    margin: 0 auto;
}

.billboard-cnt h1 {
    display: none;
    visibility: hidden;
}

.billboard-cnt {
    position: absolute;
    left: 50px;
    top: 100px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

h1.page-title {
    font-size: 78px;
    color: #fff;
}

.single h1.page-title {
    font-size: 48px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.breadcrumb li:last-child {
    border: none;
}

.breadcrumb, .breadcrumb a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.breadcrumb, .breadcrumb a:hover {
    text-decoration: underline;
}

#content {
    width: 660px;
}

#sidebar {
    width: 240px;
    float: right;
}

.widget {
    margin-bottom: 10px;
    font-size: 14px;

    /*Linear BG*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f6f9', endColorstr='#d0bfd8'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f6f9), to(#d0bfd8)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f8f6f9, #d0bfd8); /* for firefox 3.6+ */

    /* box shadow */
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);

    /* round corner */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.widget .widget-title {
    font-size: 40px;
    color: #763b96;
    display: block;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);

}

.widget .widget-entry {
    padding: 15px;
}

.widget .widget-entry p:last-child {
    margin-bottom: 0;
}

.widget-sponsors .widget-entry {
    padding: 20px 30px 40px 30px;
}

.widget-sponsors .flexslider {
    margin: 30px auto 0 auto;
}

.widget-sponsors .flex-direction-nav a {
    width: 17px;
    height: 10px;
    opacity: 1;
}

.widget-sponsors .flex-direction-nav .flex-prev {
    background-position: -56px -38px;
    left: 45%;
    top: 0;
}

.widget-sponsors .flex-direction-nav .flex-next {
    background-position: -75px -38px;
    left: 45%;
    top: inherit;
    bottom: -20px;
}

.widget-sponsors .flex-viewport {
    height: 70px !important;
}

.widget-sponsors .flex-viewport li {
    height: 70px;
    margin: 0;
}

.widget-volunteer .widget-entry {
    background: url(images/bg-volunteer.png) no-repeat right 20px;
    padding-right: 115px;
}

.widget-volunteer .widget-entry a.link-more, .widget-donate .widget-entry a.link-more, .widget-stay-connected .widget-entry a.link-more {
    font-size: 18px;
    margin-right: -100px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #763B96;

}

.widget-donate .widget-entry a.link-more {
    margin: 0 0 0 -50px;
}

.widget-donate .widget-entry {
    background: url(images/bg-donate.png) no-repeat left 20px;
    padding-left: 105px;
}

#home .link-more {
    float: right;
}

/* #Page Styles
================================================== */

/*** About Us ***/
#history-slider {
    width: 660px;
}

#history-slider .slides li {
    position: relative;
    margin: 0;
}

#history-slider .slides .caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    width: 620px;
    color: #fff;
    font-size: 18px;
}

#history-slider .slides .caption p {
    display: inline;
}

#history-slider-thumbnail {
    background-color: #000;
    padding: 10px 0;
}

#history-slider-thumbnail .flex-viewport {
    margin: 0 auto;
    width: 560px;
}

#history-slider-thumbnail .flex-direction-nav a {
    width: 17px;
    height: 30px;
    opacity: 1;
    top: 35px;
}

#history-slider-thumbnail .flex-direction-nav .flex-prev {
    background-position: 0 -90px;
    left: 20px;
}

#history-slider-thumbnail .flex-direction-nav .flex-next {
    background-position: -18px -90px;
    right: 20px;
}

#history-slider-thumbnail .slides li {
    background-color: #fff;
    color: #000;
    width: 80px;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#history-slider-thumbnail .slides li:hover, #history-slider-thumbnail .slides li.flex-active-slide {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*** Clothing Donation ***/
.tabs-title li {
    display: inline;
}

.tabs-title li.active a {
    color: #000;
}

.tabs-title a {
    color: #fff;
    background-color: #6e3a85;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px;
}

.tabs p {
    color: #333333;
    text-indent: 25px;
}

.tabs .entry {
    overflow: hidden;
    padding-right: 15px;
}

.tabs .contact-info h4 {
    color: #333;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 0;
}

.tabs .contact-info {
    font-size: 13px;
}

.tabs .contact-info .button {
    margin-top: 30px;
    padding: 7px 25px;
}

.pickup-request.donate-box .contact-info .button {
    padding: 7px 5px;
    margin-top: 5px;
}

.pickup-request .contact-info .entry {
    font-size: 16px;
}

.faq-questions li {
    margin-bottom: 0;
}

.faq-questions h3 {
    margin-bottom: 0;
}

.faq-questions h3 a {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 25px;
    text-decoration: none;
    color: #6C257A;
    cursor: pointer;
}

.article-listing .post, .events-archive .article-listing .post {
    margin-bottom: 25px;
}

.article-listing .entry {
    overflow: hidden;
}

.article-listing .post h3 {
    line-height: 25px;
}

.article-listing .post h3 a {
    color: #fff;
    background: #6e3a85;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 23px;
}

.article-listing .post h3 a:hover {
    text-decoration: underline;
}

.upcoming-events-listing.article-listing .post h3 a {
    font-size: 18px;
}

.events-lists .article-listing {
    font-size: 13px;
    line-height: 16px;
}

.past-events-listing.col2 {
    margin: 0 0 10px;
}

.article-listing .post .button {
    padding: 7px 25px;
}

.article-listing .post p:last-child {
    margin-bottom: 0;
}

.article-listing.col2 .post h3 a {
    font-size: 16px;
}

.article-listing.col2 .col {
    width: 315px;
}

.article-listing.col2 .col.colright {
    margin-left: 30px;
}

#donate .caption-details {
    background: none repeat scroll 0 0 rgba(110, 58, 133, 0.8);
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 325px;
    color: #fff;
    font-size: 21px;
    line-height: 22px;
}

#donate #billboard {
    background: url(images/donate-billboard-bg.png) repeat-x bottom #fff;
    margin-bottom: 0;
}

#donate .billboard-cnt .button {
    font-size: 25px;
    text-transform: capitalize;
    margin-left: 177px;
    margin-top: 10px;
    padding: 7px 15px;
}

.donation-process {
    margin-top: 20px;
    margin-bottom: 0;
}
    body#donate #billboard .donation-process {
        /*margin-top: 100px;*/
    }


.donation-process li {
    float: left;
    background: url(images/donate-border.jpg) no-repeat right;
    margin-bottom: 0;
    padding: 10px 15px 0;
    position: relative;
}

.donation-process li h3 {
    font-size: 26px;
    line-height: 15px;
}

.donation-process li span {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    display: block;
    line-height: 15px;
}

.donation-process li.process-one {
    width: 170px;
    padding: 10px 15px 0 0;
}

.donation-process li.process-two {
    width: 225px;
}

.donation-process li.process-three {
    width: 210px;
}

.donation-process li.process-four {
    width: 195px;
    padding: 10px 0 0 10px;
    background: none;
}

.donation-process li a.donate-link {
    background: url(images/sprite.png) -35px -212px;
    width: 32px;
    height: 31px;
    text-indent: -999em;
    position: absolute;
    top: 40px;
    right: 15px;
}

.donation-process li.process-four a.donate-link {
    right: -15px;
}

#content #tribe-events-event-meta .column {
    width: 60%;
}

.single .post time {
    margin-bottom: 10px;
    display: block;
}

a.button {
    background: #7abcff;
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
    color: #FFFFFF;
    padding: 10px 25px;
    border-radius: 10px;
}

.gform_wrapper .gf_progressbar_wrapper {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    margin: 0 0 8px;
    padding: 0 0 16px;
    width: 99%;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    clear: both;
    font-size: 13px;
    line-height: 1em !important;
    margin: 0 0 6px !important;
    opacity: 0.6;
    padding: 0 !important;
}

.gform_wrapper .gf_progressbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    background-image: url("images/percentbar_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-color: #ACACAC #959595 #959595 #ACACAC;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    line-height: 20px !important;
    overflow: hidden;
    width: 99%;
}

.gform_wrapper .percentbar_blue {
    background-color: #0072BC;
    background-image: url("images/percentbar_blue.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
}

.gform_wrapper .gf_progressbar_percentage span {
    margin-left: 5px;
    margin-right: 5px;
}

.gform_wrapper .gf_progressbar_percentage {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px !important;
    height: 20px;
    text-align: right;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.gform_wrapper .gsection {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    margin: 16px 0;
    padding: 0 0 8px;
}

.gform_title, .gsection_title {
    font-size: 20px;
    line-height: 20px;
}

.gform_description {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.ginput_complex label, .clear-multi label {
    margin-top: -15px;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
    margin-bottom: 15px;
}

.gform_wrapper .ginput_complex .ginput_left {
    float: left;
    width: 50%;
}

.gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_right input {
    width: 310px;
}

.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    margin: 0 0 8px;
    width: 32%;
}

.gform_wrapper .top_label li.gfield.gf_left_third {
    clear: left !important;
    float: left;
}

.gform_wrapper .top_label li.gfield.gf_middle_third {
    clear: none !important;
    float: left;
    margin-left: 2%;
}

.gform_wrapper .top_label li.gfield.gf_right_third {
    clear: right !important;
    float: right;
}

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {
    width: 70% !important;
}

.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_time_ampm {
    float: left;
    margin-right: 12px;
    width: 50px;
}

.gform_wrapper .gfield_time_ampm {
    width: 60px;
}

.gform_wrapper .gfield_time_hour input {
    margin-bottom: 0;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0 0 8px;
    width: 49%;
    float: left;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 8px;
    width: 49%;
    float: right;
}

#field_3_28, #field_3_19, #field_3_11, #field_3_63, #field_4_10, .clear-both {
    clear: both;
    padding-top: 10px;
}

.gfield_error input, .gfield_error select {
    border: 1px solid red;
}

.ginput_complex select {
    width: 47%;
}

.gfield_html ul {
    list-style: disc;
}

.contact-info-wrapper {
    padding: 20px;
}

.contact-info-wrapper input[type="text"], .contact-info-wrapper input[type="email"], .contact-info-wrapper textarea {
    width: 80%;
}

.staff-listing h4 {
    font-weight: bold;
    margin-top: 1.25em;
    margin-bottom: .25em;
}

span.story-date {
    padding-right: 10px;
}

.feature-event-title a {
    font-size: 28px;
}

.featured-event-listing .entry {
    width: 55%;
}

.featured-event-listing .entry p {
    font-size: 16px;
}

.share-your-story .gform_body .textarea.medium {
    width: 95%;
}

#alumni .article-listing {
    margin-bottom: 20px;
}

.donate-community {
}

.donate-community li {
    line-height: 18px;
    margin-bottom: 12px;
    margin-left: 35px;
    list-style: outside;
}

.about-left {
    position: relative;
    float: left;
    width: 268px;
}

.about-right {
    position: relative;
    float: left;
    padding-left: 10px;
    width: 370px;
}

.button.btn-top {
    margin-bottom: 6px;
}

.events-archive p a,
.events-single p a {
    color: #9138CB;
}

.events-archive p a:hover,
.events-single p a:hover,
.post-entry a:hover {
    color: #9138CB;
}

.category-meta a,
.category-meta a:hover,
.category-meta a:focus {
    color: #00C;
}

.events-single .button {
    color: white;
}

.events-single .button:hover {
    color: #333;
}

#metlife-logo {
    position: relative;
    float: left;
    width: 200px;
    height: 37px;
    padding: 0px 0px 0px 60px;
}

body.page-id-1205 h1.page-title,
body.page-id-1207 h1.page-title {
    font-size: 36px;
}

body.page-id-1205 .billboard-cnt,
body.page-id-1207 .billboard-cnt {
    top: 199px;
}

/* #Font-Face
================================================== */
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('lib/fonts/ProximaNova-Semibold.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('lib/fonts/ProximaNova-Semibold.woff') format('woff'),
    url('lib/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('lib/fonts/ProximaNova-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('lib/fonts/ProximaNova-Regular.woff') format('woff'),
    url('lib/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type="radio"] + label {
    display: inline;
}

.agent-profile {
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #fcfcfc;
}
.col.col-2.second-col span {
    color: #f00;
}

.first-col {
    float: left;
    width: 30%;
}

.second-col {
    width: 30%;
    float: left;
}

.third-col {
    width: 40%;
    float: left;
}

.agent-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
}

.first-col img {
    border: 2px solid #fff;
}

.second-col span,
.third-col span {
    padding: 17% 0;
    display: block;
}
.first-col span {
    padding: 0px 2px;
    display: inline-block;
    line-height: 1.3;
}
.col-content {
    word-wrap: break-word;
    width: 70%;
    float: right;
    padding-top: 80px;
}

.col-content span {
    display: block;
    width: 47%;
    float: left;
    padding-right: 10px;
}
.agent-content figure {
    width: 130px;
    height: auto;
}

#gform_wrapper_20 .gfield_radio li,
#gform_wrapper_21 .gfield_radio li,
#gform_wrapper_20 .gfield_checkbox li,
#gform_wrapper_21 .gfield_checkbox li {
    display: inline-block;
    margin-right: 1px;
    width: 33%;
    overflow: hidden;
}
#gform_wrapper_20 input[type="checkbox"],
#gform_wrapper_21 input[type="checkbox"] {
    display: inline-block;
    float: left;
}

#gform_wrapper_20 #field_20_26,
#gform_wrapper_21 #field_21_31,
#gform_wrapper_20 #field_20_29 {
    width: 47%;
}

/*Added on 2/13/2015*/


#gform_fields_14 > li label {
    display: inline;
}
#gform_fields_23 > li label {
    display: inline;
}
.button:active,
.button:focus,
.button:visited{
    color: #fff;
}

.tribe_events{
    float:left;
    width:710px;
}
.mobilebtn {
    background: none;
    color: red;
    border: 3px red solid;
}

a.mobilebtn {
    color: red !important;
    font-size: 164%;
    font-weight:bold;
    line-height: 125%;
    padding: 3px 6px 0;
    margin-right: 9px;
    top: 25px;
    position: relative;
    left: 100px;
}
#gform_wrapper_19 label, #gform_wrapper_19 legend{
    display: inline-block;
}

.page-id-5 #billboard {
    width: 765px; /*was 686, then 900*/
    height: 400px; /*added*/
    padding: 10px; /*added*/
    background-color: #fff; /*added*/
}

.page-id-1552, .page-id-1791 #sidebar { display: none; }
.page-id-1552, .page-id-1791 #content { width: 940px; }
.page-id-1552, .page-id-1791 #billboard { 
    background-color:#fff; /*added*/
    width: 900px; /*was 686*/
    height: 400px; /*added*/
    padding: 10px; /*added*/
}
.button-6 {
  background: #002395;
}

.button-5 {
  background: #ff3333;
}

.button-4 {
    background: #009933;
}

.no-line { text-decoration:none; }

#billboard .flex-control-nav { bottom: 15px; }

.footer-logo img { margin-right: 15px; }

.btn {
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: #ffffff;
  font-size: 32px;
  background: #4f68a8;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn:hover {
  background: #33467E;
  text-decoration: none;
  color: #fff;
}

.btn:visited {
  color: #fff;
}

#top-highlight {
  margin-left: -20px;
  margin-top: -25px;
}
.three-cols .col {
    width: 280px;
    margin-top: 25px; /*added*/
}

#raffle-slide {
    background-color: #FF0000;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
}
#raffle-slide a {
    color: #FFFFFF;
}
#field_22_11 {
    padding-top: 20px;
}
ul.disc {list-style-type: disc;}