.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}
        p a img.alignnone { margin-bottom: 0px!important; }

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

#content .wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

#content
{
  font-family: "Open Sans"!important;
  color: #2d2c20;
  font-size: 15px;
  line-height: 24px;
}


/* =Shortcodes
-------------------------------------------------------------- */

.cols_2_left, .cols_2_right, .cols_3_left, .cols_3_middle, .cols_3_right {
        margin: 0 0 1.5em;
}

.cols_2_left {
        float: left;
        width: 47%;
}

.cols_2_right {
        float: right;
        width: 47%;
}

.cols_3_left {
        float: left;
        width: 30%;
}

.cols_3_middle {
        float: left;
        width: 30%;
        margin-left: 5%;
}

.cols_3_right {
        float: right;
        width: 30%;
}


/* =Theme Core
-------------------------------------------------------------- */

.clear {
        clear: both;
}

/*---------------------------------------------- RESET */

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}p,ul,ol{margin:0}ul,ol{padding:0}label{cursor:pointer}button{cursor:pointer;border:0;outline:0}input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner{border:0}input[type="submit"]:focus,input[type="button"]:focus{outline:0}


/*---------------------------------------------- GLOBAL SETTINGS */


html, body{ height: 100%; }

body {
        font-size: 12px;
        font-family:  "Open Sans", sans-serif;
        background: #fff;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        text-shadow: 0 1px 0 rgba(0,0,0,0.01);
}

body.page-template-template-contact-php iframe,
body.page-template-template-join-php iframe {
/* display:none !important; */
}

/*---------------------------------------------------- FORMATTING */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #2f2f2f; }
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: 18px; line-height: 25px; margin-bottom: 20px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

p { margin: 0 0 20px 0; }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

span.thumb-url {
        display: none;
}

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

a, a:visited { color: #333; text-decoration: none; outline: 0; color: #4a6eb6; }
a:hover, a:focus { color: #2061e5!important; }
p a, p a:visited { line-height: inherit; }

input, textarea {
        font-size: 1em;
        font-family:  "Open Sans", sans-serif;
        background:  #fff;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #666;
}

input:focus, textarea:focus {
        outline: none;
}

ul, ol { margin-bottom: 0px; }
ul { list-style: none outside; }
ul ul, ul ol,
ol ol, ol ul { margin:0px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 0px; }
li { line-height: 1em; margin-bottom: 0px; }


/*------------------------------------------------------ content styling */

table a[href$='.zip'] { background: url(/images/icon-tutorial.png) no-repeat left top; padding-left: 30px!important; }
table a[href$='.pdf'] { background: url(/images/icon-pdf.png) no-repeat left top; padding-left: 30px!important; }
table a[href$='.doc'], table a[href$='.docx'] { background: url(/images/icon-doc.png) no-repeat left top; padding-left: 30px!important; }
table a[href$='.xlt'], table a[href$='.xltm'], table a[href$='.xls'], table a[href$='.xlsx']  { background: url(images/icon-excel.png) no-repeat left top; padding-left: 30px!important;        }
table a[href$='.ppt'], table a[href$='.pptx']  { background: url(/images/icon-ppt.png) no-repeat left top; padding-left: 30px!important;        }
table a[href$='.mp4'] { background: url(/images/icon-mp4.png) no-repeat left top; padding-left: 30px!important; }
table a[href$='.flv'] { background: url(/images/icon-flv.png) no-repeat left top; padding-left: 30px!important; }
table a[href$='.exe'] { background: url(/images/icon-exe.png) no-repeat left top; padding-left: 30px!important; }

.width_10 { width: 10%; }
.width_20 { width: 20%; }
.width_30 { width: 30%; }
.width_40 { width: 40%; }
.width_50 { width: 50%; }
.width_60 { width: 60%; }
.width_70 { width: 70%; }
.width_80 { width: 80%; }
.width_90 { width: 90%; }
.width_100 { width: 100%; }


.content {      width: auto; padding: 30px 35px; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
        font-weight: 700;
        font-family: "Open Sans"!important;
        text-transform: none!important;
        border-bottom: 0px!important;
}

.content h1 {
        font-size: 28px;
        margin: 0 0 30px 0;
        line-height: 1.3em;
        font-weight: 600;
}

.content h2 {
        font-size: 24px;
        margin: 0 0 30px 0;
        line-height: 1.3em;
        font-weight: 600;
}

.content h3 {
        font-size: 18px!important;
        padding: 0!important;
        margin: 0 0 25px 0;
        border-bottom: 0px;
        line-height: 1.3em;
}
.content h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4em;
}
.content h5 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4em;
        color: #0074af;
}

.content h6 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4em;
        color: #0074af;
}

#content p {
        color: #2d2c20;
        font-size: 15px;
        line-height: 24px;
}

.content table {
        width: 100%;
        margin-bottom: 35px;
        border-radius: 3px;
}
        .content table thead { background-color: #484f5c; }
                .content table thead tr td {
                        color: #ffffff;
                        font-size: 15px;
                        font-weight: 700;
                        border-radius: 3px 3px 0 0;
                }
        .content table td {
                padding: 8px 15px;
                font-size: 13px;
                color: #393939;
        }
                .content table td {
                        font-size: 13px;
                        line-height: 20px;
                }
                .content table td a {
                        color: #002776;
                        padding-left: 0px;
                        display: block;
                        white-space: normal;
                        word-wrap: break-word;
                }
                .content table td em {
                        color: #393939;
                        font-size: 11px;
                        padding-left: 30px;
                        display: block;
                        line-height: 15px;
                }
.content ul {
        margin-bottom: 30px;
}
        .content ul li {
                background: url(images/bullet.png) no-repeat top left;
                margin-bottom: 10px;
                margin-left: 0px;
                padding-left: 30px;
                line-height: 19px;
                font-size: 15px;
        }
.content ol {
        margin-bottom: 30px;
        text-align: left;
}
        .content ol li {
                list-style-position:outside;
                margin-left: 20px;
                margin-bottom: 10px;
                padding-left: 10px;
                line-height: 19px;
                font-size: 13px;
                list-style-type: decimal;
        }
.content object {
        margin-bottom: 30px;
        display: block;
}

.content .white-box {
        color: #484f5c;
        font-size: 11px;
        font-weight: 700;
        padding: 6px 11px;
        line-height: 1em;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
}
        .content .white-box:hover {
                background-color: #002776;
                color: #ffffff!important;
                border: 1px solid #002776;
        }
img.thumb {
        border: 2px solid #ffffff;
        border-radius: 3px;
        box-shadow: 0px 1px 3px rgba(0,0,0, .5);
}

        .content form {
                border-top: 1px solid #dbdbdb;
                box-shadow: 0px 1px 2px 0px rgba(0,0,0, .2);
                border-radius: 3px;
                margin-bottom: 20px;
        }
        .content form h4 {
                width: auto;
                padding: 10px 15px;
                color: #ffffff;
                font-weight: 700;
                font-size: 15px;
                line-height: 1em;
                margin-bottom: 0px;
                background-color: #002776;
                border-radius: 3px 3px 0 0;
        }
                .content form h4 span.legend {
                        color: #90a4ce;
                        font-size: 11px;
                }

        .content form .field {
                padding: 13px 15px;
                background-color: #f6f6f6;
                border-left: 1px solid #dbdbdb;
                border-right: 1px solid #dbdbdb;
                border-bottom: 1px solid #dbdbdb;
                position: relative;
        }
                .content form .field label {
                        font-size: 13px;
                        font-weight: 700;
                        color: #2a2a2a;
                        margin-top: 10px;
                        line-height: 1em;
                        float: left;
                }
                .content form .field input {
                        float: right;
                        font-size: 13px;
                        line-height: 1em;
                        padding: 6px;
                        width: 65%;
                        margin: 0px;
                        -webkit-transition: all .3s ease-in-out;
                        border-radius: 3px;
                }
                        .content form .field input:focus, .content form .field textarea:focus {
                                border: 1px solid #5695DB!important;
                                box-shadow: 0 0 5px #5695DB;
                        }
                .content form .field.textarea label {
                        width: 100%;
                        margin-bottom: 20px;
                }
                .content form .field.textarea textarea {
                        float: right;
                        width: 95%;
                        font-size: 13px;
                        height: 160px;
                        padding: 6px;
                        margin-bottom: 15px;
                        -webkit-transition: all .3s ease-in-out;
                        border-radius: 3px;
                }
                .content form .field select {
                        width: 248px;
                        height: 30px;
                        float: right;
                        display: block;
                }
                .content form .field .field-note {
                        font-size: 10px;
                        line-height: 14px;
                        margin-top: 10px;
                        margin-bottom: 0px;
                        font-weight: 700;
                        color: #929292;
                        float: left;
                }
        .submit-wrap {
                font-size: 11px;
                color: #2f2f2f;
                font-weight: 700;
                line-height: 18px;
                margin-bottom: 0px;
                padding: 20px 15px;
                background-color: #f6f6f6;
                border-left: 1px solid #dbdbdb;
                border-right: 1px solid #dbdbdb;
                border-bottom: 1px solid #dbdbdb;
                -webkit-border-radius: 0 0 3px 3px;
                        -moz-border-radius: 0 0 3px 3px;
                                border-radius: 0 0 3px 3px;
        }
                .submit-wrap p { margin-top: 8px; margin-bottom: 0px; }
                div.gform_wrapper div.gform_footer p { margin: 0; width: 100%; float: none!important; }


        .content form button {
                padding: 13px 28px 12px;
                line-height: 1em;
                background-color: #484F5C;
                color: white;
                font-weight: 700;
                font-size: 15px;
                font-family: "Open Sans";
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: background .3s ease-in-out;
                        -moz-transition: background .3s ease-in-out;
                                -webkit-transition: background .3s ease-in-out;
        }
                .content form button:hover { background-color: #5f6c85; }

        .content form.join button { float:right; margin-bottom: 20px; margin-left: 30px; }

/*------------------------------------------------------ modal */

.loading-mask {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        background: black;
        opacity: 0.8;
}

.modal {
        display: none;
        text-align: left;
        position: absolute;
        margin: 0 auto;
        width: auto;
        padding: 40px 40px;
        color: #74858F;
        top: 45%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        z-index: 1010;
}

.modal .close {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 40px;
        height: 40px;
        display: block;
        background: url(/images/icon-close-modal.png) top left no-repeat transparent;
        text-indent: -9999px;
}

.content form.subscribe2form {
        border-top: 0;
        box-shadow: none;
        border-radius: 0;
}

.subscribe2form p {
        margin: 0 0 0 0;
}

.subscribe2form label {
        display:none;
        font-size: 13px;
        font-weight: 700;
        color: #2A2A2A;
        margin-top: 10px;
        line-height: 1em;
}

.subscribe2form input#s2email {
        width: 257px;
        padding: 10px 6px;
        line-height: 1em;
        font-size: 13px;
        margin: 0 0 20px;
        -webkit-transition: all .3s ease-in-out;
        border-radius: 3px;
}

.subscribe2form input.button {
        padding: 13px 28px 12px;
        line-height: 1em;
        background-color: #484F5C;
        color: white;
        font-weight: 700;
        font-size: 15px;
        margin: 0 0 0 0;
        font-family: "Open Sans";
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit--webkit-transition: background .3s ease-in-out;
        -moz--webkit-transition: background .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out;
        cursor: pointer;
}

.subscribe2form input.button:hover { background-color: #5f6c85; }

/*------------------------------------------------------ header */
header .wrapper { height: 140px; }
#logo
{
  position: absolute;
  left: 0px;
  top: 22px;
  width: 473px;
  height: 92px;
  display: block;
}

#logo a
{
  width: 500px;
  height: 92px;
  display: block;
  text-indent: -9999em;
  background: url(/images/logo.jpg) no-repeat center center;
}

#logo a:hover { opacity: .8; }

#search-close { text-indent: -9999em; float: left; height: 0px; }

#description
{
  position: absolute;
  top: 45px;
  right:230px;
  border-right: 1px solid #d0d3d8;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #7a8290;
  line-height: 20px;
  width: 290px;
  padding-right: 42px;
}

#description strong
{
  color: #484f5c;
  font-weight: 600;
}

#header-sub-nav
{
   position: absolute;
   right: 20px;
   top: 50px;
}

#header-sub-nav a
{
  float: left;
  color: #484f5c;
  font-size: 12px;
  line-height:24px;
  position: relative;
  padding-left: 22px;
  margin-left: 15px;
  text-decoration: none;
  width:75px;
}

#header-sub-nav a.active { color: #000000; }
#header-sub-nav a span
{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 15px;
  height: 15px;
  display: block;
}
#header-sub-nav a span.icon-home { background: url(/images/icon-home.png) no-repeat center center; }
#header-sub-nav a:hover span.icon-home { background: url(/images/icon-home-active.png) no-repeat center center;  }
#header-sub-nav a span.icon-contact { background: url(/images/icon-mail.png) no-repeat center center; }
#header-sub-nav a:hover span.icon-contact { background: url(/images/icon-mail-active.png) no-repeat center center; }
#header-sub-nav a span.icon-search-mobile { background: url(/images/icon-search-mobile.png) no-repeat center center; }
#header-sub-nav a:hover span.icon-search-mobile { background: url(/images/icon-search-mobile-active.png) no-repeat center center; }
#sub-search { display: none; }

#nav-wrap
{
  background-color: #00529B;
  position: relative;
  display:block;
}

#nav-wrap nav { height: 65px; margin: 0 auto; position: relative; width: 980px; }
#nav-wrap ul { float: left; }
#nav-wrap ul li {
                float: left;
                border-right: 1px solid #0A2C51;
                position: relative;
                font-family:  "Oswald", sans-serif;
}
#nav-wrap ul li.title {display: none; }
#nav-wrap ul li.end { border-right: 0px; }
#nav-wrap ul li a {
                color: #ffffff;
                font-size: 16px;
                padding: 23px 17px 26px;
                text-transform: uppercase;
                text-decoration: none;
                display: block;
                line-height: 1em;
        }
#nav-wrap ul li.current-menu-item a,
#nav-wrap ul li.current-menu-ancestor a,
#nav-wrap ul li.current_page_parent a,
#nav-wrap ul li:hover a { color: #ffffff!important; background-color: #0A2C51;  }
#nav-wrap ul li:hover ul li a { background: transparent;  }

#nav-wrap ul li ul { background-color: #0A2C51; }
#nav-wrap ul li ul li { font-family:  "Open Sans", sans-serif; }
#nav-wrap ul li ul li:hover a { background: transparent!important; }
#nav-wrap ul li ul li:hover { background-color: #292c34!important; }
#nav-wrap ul li ul li.parent { background: url(/images/arrow-dropmenu.png) no-repeat center right; }

#internal #nav-wrap ul li a { background-color: transparent!important; color: #30343B!important; }
#internal #nav-wrap ul li:hover a { color: #4A6EB6!important; }
#internal #nav-wrap ul li ul li a, #internal #nav-wrap ul li:hover ul li a { color: #ffffff!important; }

#nav-wrap #search-wrap {
        position: absolute;
        right: 0px;
        top: 15px;
}
        #search-submit { text-indent: -9999em; }
        #nav-wrap #search-wrap label {
                position: absolute;
                top: 5px;
                left: 10px;
                color: #BEC0C4;
                font-size: 11px;
        }
        #nav-wrap #search-wrap input {
                background-color: #0A2C51;
                color: #878d97;
                font-size: 11px;
                border: 0px;
                padding: 9px 30px 9px 10px;
                width: 145px;
                -webkit-transition: all .2s ease-in-out;
        }
                #nav-wrap #search-wrap input:focus {
                        box-shadow: inset 0px 0px 10px 0 #23272f;
                }
        #nav-wrap #search-wrap button {
                background: url(/images/icon-search.png) no-repeat center center;
                position: absolute;
                right: 12px;
                top: 12px;
                width: 12px;
                height: 12px;
                display: block;
                text-indent: -9999em;
                padding: 0px;

        }

        .drop-arrow {
                background: url(images/arrow-drop.png) no-repeat center center;
                position: absolute;
                right: 10px;
                top: 10px;
                width: 25px;
                height: 25px;
                display: none;
        }
        #drop-button { display: none; }

                #drop-search-wrap {
                        display: none;
                        position: absolute;
                        right: 0px;
                        top: 8px;
                        width: 170px;
                        z-index:15;
                }
                        #drop-search-wrap form label {
                                position: absolute;
                                left: 15px;
                                top: 6px;
                                color: #000000;
                                font-size: 12px;
                        }
                        #drop-search-wrap form input {
                                padding: 8px 25px 8px 15px;
                                width: 128px;
                                font-size: 12px;
                        }
                        #drop-search-wrap form button {
                                position: absolute;
                                top: 12px;
                                right: 8px;
                                background: url(/images/icon-search-mobile.png) no-repeat;
                                width: 12px;
                                height: 12px;
                                text-indent: -9999em;
                        }

/*------------------------------------------------------ banner */
section#banner-wrap {
        position: relative;
        height: 360px;
        overflow: hidden;
}
        section#banner-wrap #slider {
                height: 360px;
                background-color: #dae1e4;
        }
        section#banner-wrap #slider .slide {
                height: 359px;
                position: relative;
                background-color: #ddd!important;
        }
                #youth { background: url(images/banner1.jpg) no-repeat center center #ddd; }
                #health { background: url(images/banner2.jpg) no-repeat center center #ccc; }
                #initiatives { background: url(images/banner3.jpg) no-repeat center center #ddd; }
                #lionsclub { background: url(images/banner1.jpg) no-repeat center center #ccc; }

        #slider .slide .slide-info {
                display: none;
                position: absolute;
                left: 0px;
                top: 30px;
                width: 370px;
                padding: 20px 20px 20px 0;
                background: url(/images/bg-transparent-50.png) repeat center center!important;
                border-radius: 3px;
                box-shadow: inset 0 0 10px 0 rgba(0,0,0, .2);
        }
                #slider .slide .slide-info h3 {
                        line-height: 1em;
                        text-transform: uppercase;
                        font-family: "Oswald", sans-serif;
                        font-size: 40px;
                        margin-bottom: 10px;
                        margin-left: 20px;
                        text-shadow: 0px 1px 2px rgba(0,0,0,.3);
                        color: #ffffff;
                }
                #slider .slide .slide-info h3 span.subtext { display: none;  }
                #slider .slide .slide-info p {
                        font-size: 14px;
                        line-height: 20px;
                        margin: 0 0 20px 20px;
                        padding: 0px;
                }
                #slider .slide .slide-info a {
                        background-color: #484f5c;
                        color: #ffffff;
                        font-size: 14px;
                        font-weight: 700;
                        padding: 10px 45px 10px 15px;
                        margin-left: 20px;
                        position: relative;
                        text-decoration: none;
                        -webkit-transition: background .3s ease-in-out;
                        z-index: 15;
                }
                        #slider .slide .slide-info a:hover { background-color: #313742; color: #ffffff!important; }
                        #slider .slide .slide-info a span.readmore {
                                position: absolute;
                                right: 15px;
                                top: 13px;
                                display: block;
                                width: 6px;
                                height: 10px;
                                background: url(images/arrow-readmore.png) no-repeat center center;
                        }
                        #slider .slide .subtext, #slider .slide .banner-thumb { display: none; }

section#banner-wrap .prev, section#banner-wrap .next {
        width: 35px;
        height: 40px;
        display: block;
        position: absolute;
        z-index: 5;
        text-indent: -9999em;
}
        section#banner-wrap .prev {
                left: 0px;
                background: url(/images/icon-prev.png) no-repeat center right;
        }
        section#banner-wrap .next {
                right: 0px;
                background: url(/images/icon-next.png) no-repeat center left;
        }
        section#banner-wrap .prev:hover , section#banner-wrap .next:hover { width: 40px; }

#pager {
        position: absolute;
        bottom: 0px;
        z-index: 5;
        width: 980px;
        border-right: 1px solid #dddcd4;
        background: url(images/bg-pager.png) repeat-x bottom center;
        border-radius: 3px 3px 0 0;
}
        #pager a {
                padding: 15px 15px 15px 85px;
                width: 144px;
                height: 40px;
                float: left;
                border-right: 1px solid #ffffff;
                position: relative;
                text-transform: uppercase;
                font-size: 24px;
                color: #3b3b3b;
                text-shadow: 0px 1px 0px #ffffff;
                text-decoration: none;
                line-height: 1em;
        }
                #pager a:hover { color: #3b3b3b!important; }

        #pager a.activeSlide {
                background: url(images/bg-pager-hover.png) repeat-x center center;
                color: #ffffff;
                text-shadow: 0px 2px 0px #798083;
        }
                #pager a.activeSlide:hover { color: #ffffff!important; }
                #pager a.activeSlide span.arrow {
                        background: url(images/arrow-pager.png) no-repeat center center;
                        width: 245px;
                        height: 8px;
                        position: absolute;
                        z-index: 6;
                        top: -7px;
                        left: 0px;
                }
                #pager a span.sub-text {
                        width: 159px;
                        font-size: 12px;
                        font-weight: 300;
                        font-style: italic;
                        display: block;
                        line-height: 1em;
                        text-transform: none;
                }
                        #pager a.activeSlide span.sub-text { color: #ffffff; }
        #pager a.last { border-right: 0px; }
                #pager a.first.activeSlide { -webkit-border-radius: 2px 0 0 0; -moz-border-radius: 2px 0 0 0; border-radius: 2px 0 0 0; }
                #pager a.last.activeSlide { -webkit-border-radius: 0 2px 0 0; -moz-border-radius: 0 2px 0 0; border-radius: 0 2px 0 0; }
                .nav0 .pager-thumb, .nav1 .pager-thumb, .nav2 .pager-thumb, .nav3 .pager-thumb, .nav4 .pager-thumb {
                        position: absolute;
                        left: 10px;
                        top: -5px;
                        width: 58px;
                        height: 58px;
                        display: block;
                        padding: 0px;
                        line-height: 0px;
                        border: 2px solid #ffffff;
                        border-radius: 3px;
                        box-shadow: 0px 1px 3px rgba(0,0,0, .5);
                        -webkit-transition: all .3s ease-in-out;
                }
                        #pager .activeSlide .pager-thumb {
                                width: 62px;
                                height: 62px;
                                -webkit-transform: rotate(-10deg);
                                        -moz-transform: rotate(-10deg);
                                                transform: rotate(-10deg);
                        }
                        #pager .nav0 .pager-thumb { background: url(images/banner-nav1.jpg) no-repeat center center; }
                        #pager .nav1 .pager-thumb { background: url(images/banner-nav2.jpg) no-repeat center center; }
                        #pager .nav2 .pager-thumb { background: url(images/banner-nav3.jpg) no-repeat center center; }
                        #pager .nav3 .pager-thumb { background: url(images/banner-nav4.jpg) no-repeat center center; }

/*------------------------------------------------------ content */
#container {
        background-color: #f6f6f6;
}
        #container .wrapper {
                width: 978px;
                border-left: 1px solid #e4e4e4;
                border-right: 1px solid #e4e4e4;
                background-color: #ffffff;
        }

        #homepage-content { padding: 35px 30px; }

        #aboutlions {
                float: left;
                width: 510px;

        }
                #aboutlions h3 {
                        padding: 5px 0px 5px 35px;
                        margin-bottom: 20px;
                        color: #2f2f2f;
                        background: url(/images/icon-logo.png) no-repeat left center;
                        line-height: 1em;
                        text-transform: uppercase;
                        font-size: 13px;
                        font-weight: 700;
                }
                #aboutlions p {
                        font-size: 15px;
                        color: #2f2f2f;
                        margin-bottom: 0px;
                        display: inline;
                }
                #aboutlions a.readmore {
                        background: url(images/arrow-readmore.png) no-repeat right center;
                        padding-right: 17px;
                        font-weight: 700;
                        color: #484f5c;
                        margin-left: 10px;
                        text-decoration: none;
                }

        #supportlions {
                float: right;
                width: 370px;
                color: #2f2f2f;
                font-size: 14px;
        }
                #supportlions h3 {
                        padding: 5px 0px 5px 35px;
                        margin-bottom: 20px;
                        color: #2f2f2f;
                        background: url(/images/icon-support.png) no-repeat left center;
                        line-height: 1em;
                        text-transform: uppercase;
                        font-size: 13px;
                        font-weight: 700;
                }
                #supportlions p {
                        line-height: 24px;
                        font-size: 14px;
                        color: #2f2f2f;
                }
                a.join {
                        background-color: #002776;
                        color: #ffffff;
                        font-size: 13px;
                        font-weight: 700;
                        text-transform: uppercase;
                        position: relative;
                        padding: 12px 15px 12px 45px;
                        text-decoration: none;
                        margin-right: 10px;
                        -webkit-transition: background .3s ease-in-out;
                }
                        a.join:hover { background-color: #001a50; color: #ffffff!important; }
                        a.join span {
                                position: absolute;
                                left: 10px;
                                top: 9px;
                                background: url(/images/icon-logo.png) no-repeat center center;
                                width: 23px;
                                height: 22px;
                                display: block;
                        }
                a.donate {
                        background-color: #fc7d00;
                        color: #ffffff;
                        font-size: 13px;
                        font-weight: 700;
                        text-transform: uppercase;
                        position: relative;
                        padding: 12px 15px 12px 40px;
                        text-decoration: none;
                        margin-right: 10px;
                        -webkit-transition: background .3s ease-in-out;
                }
                        a.donate:hover { background-color: #ff9b38; color: #ffffff!important; }
                        a.donate span {
                                position: absolute;
                                left: 12px;
                                top: 12px;
                                background: url(/images/icon-heart.png) no-repeat center center;
                                width: 21px;
                                height: 18px;
                                display: block;
                        }

/*------------------------------------------------------ news */
#news-wrap {
        border-top: 1px solid #eeeff1;
        padding: 35px 30px;
        clear: both;
}
        #content .content #news-wrap { border-top: 0px!important; padding: 0px; width: 602px; float: left; }
        #content .content #news-club { float: right; }
        #news-wrap .title-news {
                float: left;
                line-height: 1em;
                padding: 5px 0px 5px 35px!important;
                margin-bottom: 20px;
                background: url(/images/icon-bubbles.png) no-repeat center left;
                color: #2f2f2f;
                font-size: 13px!important;
                font-weight: 700;
                text-transform: uppercase!important;
                border-bottom: 0px;
        }
        .leadin-allnews { float: right; }
        #news-wrap .leadin-subscribe {
                float: right;
                color: #484f5c;
                font-size: 12px;
                font-weight: 700;
                text-decoration: none;
                padding-right: 20px;
                margin-top: 5px;
                margin-bottom: 0px;
                background: url(images/arrow-readmore.png) no-repeat right center;
                line-height: 1em;
        }

        .news, .releases {
                padding: 20px;
                position: relative;
                z-index: 1;
                color: #1e1e1e;
                float: left;
                width: 244px;
                height: 130px;
                background-color: #f6f6f6;
                border: 1px solid #dbdbdb;
                margin-right: 30px;
                border-radius: 3px;
                box-shadow: inset 0px 1px 0px 0px #ffffff;
        }
                .releases { width: auto!important; height: auto; float: none; margin-right: 0px; margin-bottom: 20px; padding: 20px 20px 20px 40px; }
                        .news p { font-size: 12px!important; line-height: 20px!important; }
                        .releases p { margin-bottom: 0px!important; font-size: 12px!important; line-height: 20px!important; }
                        .releases p.title { margin-bottom: 10px; font-weight: 600!important; font-size: 15px!important; text-align: left; }
                .news.end { margin-right: 0px; }
                .icon-news {
                        position: absolute;
                        left: -10px;
                        top: 10px;
                        z-index: 2;
                        width: 25px;
                        height: 25px;
                        background: url(/images/icon-news.png) no-repeat center center #ffffff;
                        box-shadow: 0px 1px 2px 0px rgba(0,0,0, .3);
                        border-radius: 3px;
                }
                        .icon-news.flag { background: url(/images/icon-flag.png) no-repeat center center #ffffff; }
                .icon-media {
                        position: absolute;
                        left: -10px;
                        top: 10px;
                        z-index: 2;
                        width: 25px;
                        height: 25px;
                        background: url(/images/icon-media.png) no-repeat center center #ffffff;
                        box-shadow: 0px 1px 2px 0px rgba(0,0,0, .3);
                }
                .news p.title {
                        text-align: center;
                        color: #1e1e1e;
                        font-size: 13px!important;
                        font-weight: 600;
                        padding: 0 10px;
                        line-height: 1.4em;
                        margin-bottom: 15px;
                }
                .news p.title em { color: #767676; font-size: 11px; }
                .news img {
                        float: left;
                        margin-right: 10px;
                        border: 2px solid #ffffff;
                        box-shadow: 0px 1px 2px 0px rgba(0,0,0, .3);
                        border-radius: 3px;
                }
                .news .data {
                        display: inline;
                        line-height: 15px;
                }
                .news .data p {
                        font-size: 12px;
                        color: #1e1e1e;
                        margin-bottom: 0px;
                        display: inline;
                }
                .news a.more-news {
                        font-size: 12px!important;
                        line-height: 20px!important;
                }
                .news em {
                        font-size: 12px;
                        text-decoration: none;
                        color: #484f5c;
                        font-style: italic;
                        font-weight: 600;
                }

                .news-club {
                        padding: 10px 20px;
                        position: relative;
                        z-index: 1;
                        color: #1e1e1e;
                        float: left;
                        width: 244px;
                        height: 150px;
                        border: 1px solid #dbdbdb;
                        font-size: 10px;
                        box-shadow: inset 0px 1px 0px 0px #ffffff;
                }
                .news-club p {
                        font-size: 11px;
                        color: #1e1e1e;
                        line-height: 18px;
                        margin-bottom: 10px;
                }

/*------------------------------------------------------ social */
#social-wrap {
        border-top: 1px solid #eeeff1;
        padding: 35px 30px;
        width: 980px;
        margin: 0 auto;
        position: relative;
}

        #social-wrap h4 {
                font-size: 12px;
                color: #393939;
                font-weight: 700;
                line-height: 10px;
                margin-bottom: 5px;
                text-align:left;
        }

#social-connect
{
  float: left;
}

/*------------------------------------------------------ footer */
#share {
        background-color: #0A2C51;
        height: 58px;
}
        #share .logo {
                background: url(images/logo-footer.png) no-repeat center center;
                width: 149px;
                height: 29px;
                display: block;
                text-indent: -9999em;
                position: absolute;
                top: 14px;
                left: 0px;
        }
        #sharethis-wrap {
                        position: absolute;
                        top: 20px;
                        right: 0px;
                        width: auto;
                }
                        #sharethis-wrap .addthis_toolbox {
                                float:right;
                                width: 290px;
                        }
                        #share .sharethis {
                                color: #a6afbf;
                                font-size: 12px;
                                font-weight: 700;
                                float: left;
                                margin-top: -3px;
                                margin-right: 10px;
                        }

#sitemap {
        background: url(/images/bg-sitemap.png) repeat center center;
        border-top: 1px solid #c0c4c5;
}
        #sitemap li { margin-bottom: 7px; }
        #sitemap a:hover { color: #e8eaea!important; }
        #sitemap .wrapper {
                height: 235px;
        }

        .sitemap-links {
                position: absolute;
                left: 0px;
                top: 35px;
        }
                .sitemap-links li a {
                        color: #ffffff;
                        font-size: 13px;
                        font-weight: 700;
                        text-shadow: 0px 1px 0px #848a8c;
                        text-decoration: none;
                        line-height: 1em;
                }
        #sitemap-quicklinks {
                position: absolute;
                left: 180px;
                top: 35px;
        }
                #sitemap-quicklinks h5, #sitemap-activities h5, #sitemap-support h5 {
                        color: #ffffff;
                        font-size: 13px;
                        font-weight: 700;
                        text-shadow: 0px 1px 0px #848a8c;
                        text-decoration: none;
                        line-height: 1em;
                        margin-bottom: 7px;
                }
                #sitemap-quicklinks ul { width: 360px; }
                #sitemap-quicklinks li {
                        float: left;
                        width: 170px;
                        padding-left: 10px;
                        background: url(/images/sitemap-list-item.png) 0 8px no-repeat transparent;
                }
        #sitemap-activities {
                position: absolute;
                left: 560px;
                top: 35px;
        }
                #sitemap-activities li {
                        width: 170px;
                        padding-left: 10px;
                        background: url(/images/sitemap-list-item.png) 0 8px no-repeat transparent;
                }
                #sitemap-quicklinks li a, #sitemap-activities li a {
                        color: #ffffff;
                        font-size: 13px;
                        font-weight: 600;
                        text-decoration: none;
                        line-height: 1em;
                }
        #sitemap-support {
                position: absolute;
                top: 35px;
                right: 0px;
                width: 240px;
        }
                #sitemap-support h5 { text-align: right; margin-bottom: 18px; }
                #sitemap-support .shadow-box {
                        background: url(/images/bg-transparent.png) repeat center center;
                        border-top: 1px solid #828789;
                        border-bottom: 1px solid #a8aeb0;
                        padding: 20px 15px;
                }
                #sitemap-support p {
                        color: #ffffff;
                        font-size: 12px;
                        line-height: 18px;
                        margin-bottom: 20px;
                }
                #sitemap-support a {
                        float: left;
                        padding: 9px 20px;
                        font-size: 13px;
                        font-weight: 700;
                        text-decoration: none;
                        color: #ffffff;
                        border-bottom: 1px solid #4a4d4e;
                        line-height: 1em;
                }
                        #sitemap-support a.join { background-color: #002776; border-top: 1px solid #5c75a7; margin-right: 15px; text-transform: none; }
                        #sitemap-support a.donate { background-color: #fc7d00; border-top: 1px solid #fdac5c; margin-right: 0px; text-transform: none; }

        #credits { height: 80px; }
        #credits ul {
                position: absolute;
                left: 0px; top: 35px;
        }
                #credits ul li { float: left; margin-right: 20px; }
                #credits ul li a {
                        color: #060606;
                        font-size: 11px;
                        font-weight: 600;
                        text-decoration: none;
                }
        #credits p {
                position: absolute;
                text-align: right;
                right: 0px; top: 38px;
                color: #060606;
                font-size: 11px;
                margin-bottom: 0px;
                line-height: 1em;
        }

/*  --------------------------------------------------- Internal */
#container.internal {
        position: relative;
        padding-top: 90px;
}
        #internal-header {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 209px;
                background: url(images/banner-internal.jpg) no-repeat top center;
                z-index: 1;
        }
        #page-title {
                z-index: 3;
                position: relative;
                width: 980px;
                margin: 0 auto;
                display: block;
                height: 66px;
                font-family: "Oswald", sans-serif;
        }
        #page-title h3 {
                background: url(/images/bg-transparent-50.png) repeat center center;
                padding: 13px 20px 12px 20px;
                float: none;
                margin: 0px;
                color: #ffffff;
                text-shadow: 0px 1px 2px rgba(0,0,0, .5);
                text-transform: uppercase;
                line-height: 1em;
                border-radius: 3px 3px 0 0;
                position: absolute;
                left: 0px;
                bottom: 0px;
                height: auto;
                font-size: 35px; line-height: 50px;
        }
        #container.internal .wrapper { z-index: 3; }

        #breadcrumbs {
                width: auto;
                padding: 14px 30px;
                border-bottom: 1px solid #f2f2f2;
                position: relative;
        }
                #breadcrumbs p {
                        color: #949494;
                        font-size: 12px;
                        font-weight: 600;
                        text-transform: uppercase;
                        margin-bottom: 0px;
                        display: inline;
                }
                #breadcrumbs a {
                        color: #353a44;
                        text-decoration: none;
                }
                #breadcrumbs p.news-subscribe {
                        color: #353a44;
                        position: absolute;
                        top: 15px;
                        right: 20px;
                        width: 252px;
                }
                        #breadcrumbs p.news-subscribe .icon-rss {
                                background: url(/images/icon-subscribe-rss.png) no-repeat center center;
                                width: 16px;
                                height: 16px;
                                display: block;
                                text-indent: -9999em;
                                position: absolute;
                                right: 40px;
                                top: 3px;
                        }
                        #breadcrumbs p.news-subscribe .icon-mail {
                                background: url(/images/icon-subscribe-mail.png) no-repeat center center;
                                width: 18px;
                                height: 16px;
                                display: block;
                                text-indent: -9999em;
                                position: absolute;
                                right: 0px;
                                top: 3px;
                        }
                        .subscribe-text { float: left; }
        #content-wrap {
                width: auto;
                color: #2f2f2f;
                font-size: 15px;
        }
                #content-wrap.wide #content { width: auto; float: none; }
                #content {
                        width: 72%;
                        float: left;
                }

                #content .divider { border-top: 1px solid #f2f2f2; }

                #content h3 {
                        color: #2f2f2f;
                        font-size: 28px;
                        padding: 0px 35px 10px 35px;
                        border-bottom: 1px solid #f2f2f2;
                        text-transform: uppercase;
                }

                #content h3.title-logo {
                        float: left;
                        line-height: 1em;
                        padding: 5px 0px 5px 35px!important;
                        margin-bottom: 20px;
                        background: url(/images/icon-logo.png) no-repeat center left;
                        color: #2f2f2f;
                        font-size: 13px!important;
                        font-weight: 700;
                        text-transform: uppercase!important;
                        border-bottom: 0px;
                }

        #brochure {
                width: auto;
                padding: 20px 129px 20px 30px;
                border: 1px solid #d9d9d9;
                position:relative;
                margin-bottom: 30px;
        }
                #brochure h4 {
                        font-size: 13px;
                        text-transform: uppercase;
                        color: #4c4c4c;
                        font-weight: 700;
                        margin-bottom: 10px;
                        line-height: 1em;
                }
                #brochure p {
                        margin: 0px;
                        line-height: 14px;
                        font-size: 14px;
                }
                #brochure span {
                        background: url(/images/icon-brochure.png) no-repeat center center;
                        position: absolute;
                        right: 15px;
                        top: -12px;
                        width: 94px;
                        height: 101px;
                        display: block;
                }

        .content ul li.activity {
                float: left;
                width: 300px;
                margin-right: 20px;
                margin-bottom: 50px;
                padding: 0 0 0 0;
                list-style-type: none;
        }
                #content-wrap.wide .activity { width: 289px; margin: 0 20px 50px 0; background: none; }
                .activity a { color: #2f2f2f!important; }
                .activity a h5:hover { color: #2061e5; }
                .activity a img:hover { opacity: .8; }
        #content-wrap.wide .activity.c3, #content-wrap.wide .activity.c6, #content-wrap.wide .activity.c9 { margin-right: 0px; }
        #content-wrap.wide .activity.c2, #content-wrap.wide .activity.c4, #content-wrap.wide .activity.c8 { margin-right: 20px; }
        #content-wrap .activity.c2, #content-wrap .activity.c4, #content-wrap .activity.c6, #content-wrap .activity.c8 { margin-right: 0px; }
                .activity .thumb { float: left; margin-right: 10px; }

                .activity h4 { font-size: 20px!important; margin-bottom: 10px!important; margin-top: 5px!important; font-weight: normal!important; color: #2f2f2f!important; text-transform: uppercase!important; }
                .activity p { font-size: 12px!important; line-height: 18px!important; margin-bottom: 10px!important; }



        /* sidebar */
        #sidebar {
                float: right;
                width: 28%;
                margin-bottom: 100px;
        }
                #sidebar.tinyNav-hide { display: inherit; }
                .iceberg #sidebar { margin-bottom: 0px!important; }
                #sidebar ul li {
                        background-color: #fcfcfc;
                        border-left: 1px solid #dedede;
                        border-bottom: 1px solid #eeeff1;
                }
                        #sidebar ul li.heading {
                                text-transform: uppercase;
                                background-color: #6b6b6b;
                                color: #ffffff;
                                font-weight: 700;
                                font-size: 12px;
                                padding: 8px 15px;
                        }
                        #sidebar ul li.end { border-bottom: 0px; }
                #sidebar ul li.current-menu-item,
                #sidebar ul li.current-menu-ancestor {
                        background-color: #ffffff;
                        border-left: 0px;
                }
                        #sidebar ul li.current-menu-item a,
                        #sidebar ul li.current-menu-ancestor a {
                                color: #4c4c4c;
                                background: #ffffff;
                                padding-left: 20px;
                                -webkit-transition: none;
                        }
                                #sidebar ul li.current-menu-item a:hover,
                                #sidebar ul li.current-menu-ancestor a:hover { color: #0A2C51!important; background-color: #ffffff!important; border-top: 1px solid #ffffff; }
                        #sidebar ul li a {
                                color: #002776;
                                background: url(/images/arrow-sidebar.png) no-repeat center left;
                                padding: 15px 35px;
                                font-weight: 700;
                                font-size: 13px;
                                text-transform: uppercase;
                                display: block;
                                border-top: 1px solid #ffffff;
                                -webkit-transition: all .3s ease-in-out;
                        }
                                #sidebar ul li a:hover { background-color: #0A2C51; color: #ffffff!important; border-top: 1px solid #484f5c; }
                                #sidebar ul li a.lowercase { text-transform: none; }
                #sidebar-news {
                        background: url(/images/bg-sidebar-gradient.png) repeat-x bottom left;
                        padding: 25px 20px;
                        border-top: 1px solid #dedede;
                        min-height: 200px;
                }
                        #sidebar-news h5 {
                                color: #1e1e1e;
                                text-transform: uppercase;
                                font-size: 13px;
                                font-weight: 700;
                                padding-bottom: 10px;
                                margin-bottom: 20px;
                                line-height: 1em;
                                border-bottom: 1px solid #d5d5d5;
                        }
                        #sidebar-news ul { margin-bottom: 35px; }
                        #sidebar-news ul li {
                                background: transparent;
                                border-left: 0px;
                                border-bottom: 0px;
                                margin-bottom: 5px;

                        }
                                #sidebar-news ul li a {
                                        text-transform: none;
                                        border: 0px;
                                        font-weight: 400;
                                        color: #1e1e1e;
                                        font-size: 12px;
                                        padding: 5px 0px 5px 15px;
                                        background: url(images/bullet-small.png) no-repeat center left transparent;
                                        line-height: 8px;
                                        -webkit-transition: none;
                                }
                                        #sidebar-news ul li a:hover { background-color: transparent; border-top: 0px; color: #2061E5!important; }
                        #sidebar-news section { margin-bottom: 20px; line-height: 1.4em; }
                        #sidebar-news section a {
                                font-size: 13px;
                                color: #1e1e1e;
                                font-weight: 600;
                        }
                        #sidebar-news section em {
                                color: #767676;
                                font-style: italic;
                                font-size: 11px;
                                font-weight: 600;
                        }
                        #sidebar-news a.donate {
                                float: left;
                                padding: 8px 11px 8px 37px;
                                margin-right: 0px;
                                margin-top: 10px;
                                font-size: 12px;
                        }
                                #sidebar-news a.donate span { left: 9px; top: 12px; }
                        #sidebar-news a.join {
                                float: left;
                                padding: 8px 11px 8px 37px;
                                background-color: #002776;
                                margin-right: 10px;
                                margin-top: 10px;
                                font-size: 12px;
                        }
                                #sidebar-news a.join span { left: 9px; top: 9px; }
                #sidebar ul li ul {
                        padding: 0 20px 20px 20px;
                        padding-bottom: 10px;
                        display: none;
                }
                #sidebar ul li.current-menu-item ul,
                #sidebar ul li.current-menu-ancestor ul {
                        display: block;
                }
                        #sidebar ul li ul li {
                                background: none;
                                border: 0px;
                                padding: 0px;
                                list-style: none;
                                margin-bottom: 0px;
                        }
                                #sidebar ul li ul li a {
                                        text-transform: none;
                                        font-weight: 400;
                                        font-size: 12px;
                                        padding: 0 0 0 15px;
                                        margin-bottom: 10px;
                                        background: url(images/bullet2.png) no-repeat left top!important;
                                }
                                #sidebar ul li ul li.current-menu-item a {
                                        color: #002776;
                                        font-weight: 700;
                                }
                                        #sidebar ul li ul li.current-menu-item li a { color: inherit!important; font-weight: 400!important; }

                                        #sidebar ul li ul li ul { padding-bottom: 5px; }

        #club-search-wrap {
                width: auto;
                position: relative;
                height: 38px;
                border: 0px;
                -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                                box-shadow: none;
        }
                #club-search-wrap ul {
                        position:absolute;
                        top: 34px;
                        left: 0px;
                        margin: 0px;
                        display: none;
                        z-index: 1;
                        width: 90%;
                        -webkit-border-radius: 0 0 3px 3px;
                                -moz-border-radius: 0 0 3px 3px;
                                        border-radius: 0 0 3px 3px;
                }
                        #club-search-wrap ul li {
                                width: auto;
                                background: none;
                                padding: 0px;
                                margin: 0px;
                                background-color: #484f5c;
                                border-bottom: 1px solid #778092;
                                padding: 7px 10px;
                                clear: both;
                        }
                        #club-search-wrap ul li p {
                                background: none;
                                color: #b2bdd1;
                                width: auto;
                                background: none;
                                float: none;
                                display: inline;
                                padding: 10px;
                                font-size: 12px;
                                font-weight: 600;
                                padding: 0px ; margin: 0px;
                                clear: both;
                                margin-bottom: 0px;
                        }
                        #club-search-wrap ul li p.searchable {
                                display: none;
                        }
                                #club-search-wrap ul li:hover { background-color: #4f5765; }
                        #club-search-wrap ul li a {
                                float: right;
                                padding: 5px 5px 5px 25px;
                                margin-left: 30px;
                                margin-top: -2px;
                                line-height: 1em;
                                color: #b2bdd1;
                                font-size: 12px;
                        }
                                #club-search-wrap ul li a:hover { color: #ffffff!important; }
                                #club-search-wrap ul li a.icon-facebook { background: url(/images/icon-facebook-small.png) no-repeat center left; }
                                #club-search-wrap ul li a.icon-website { background: url(/images/icon-link.png) no-repeat center left; }
                                #club-search-wrap ul li a.icon-directory { background: url(/images/icon-directory.png) no-repeat center left; }
                #club-search-wrap #club-search-input {
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        width: 100%;
                        z-index: 2;
                }
                #club-search-wrap label {
                        position: absolute;
                        left: 15px;
                        top: 12px;
                        font-size: 13px;
                        line-height: 1em;
                }
                #club-search-wrap input {
                        width: 85%;
                        display: block;
                        font-size: 13px;
                        line-height: 1em;
                        padding: 8px 15px;
                        margin: 0px;
                        -webkit--webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
                        -moz--webkit-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out;
                }

                #club-search-wrap input:focus {
                        outline: none;
                    box-shadow: 0 0 2px 0 #3a65bb;
                        border: 1px solid #002776 !important;
                }

                #club-search-wrap button {
                        position: absolute;
                        right: 12%;
                        top: 10px;
                        background: url(/images/icon-search-grey.png) no-repeat center center;
                        width: 12px;
                        height: 12px;
                        font-size: 0px;
                        line-height: 0px;
                        display: block;
                        text-indent: -9999em;
                        padding: 0px;
                        margin: 0px;
                        float: none;
                }
        .content.credentials {
                border-top: 1px solid #f2f2f2;
                font-size: 13px;
        }
                .content.credentials p {
                        /*float: left;
                        width: 100%;*/
                }
                .content.credentials a { font-weight: 700; }
        .content.credentials table {
                float: left;
                width: 50%;
                border: 0px;
                margin-bottom: 0px;
        }
                .content.credentials table.border { border-left: 1px solid #d9d9d9; }
        .content.credentials table td { border: 0px; }
        .content.credentials table tr td a { padding-left: 0px; }

        #quicksearch-wrap {
                display: block;
                width: auto;
                padding: 30px 35px;
                border-top: 1px solid #F2F2F2;
        }
                #quicksearch-wrap h4 {
                        font-size: 15px;
                        font-weight: 700;
                        margin-bottom: 30px;
                        line-height: 1em;
                }
                #quicksearch-wrap form .field button { float: right; }
                #quicksearch p { font-size: 13px; }

                #media-releases {
                        width: 50%;
                        float: left;
                }
                        #media-releases h3 {
                                padding: 5px 0px 5px 35px!important;
                                margin-bottom: 20px;
                                color: #2f2f2f;
                                background: url(/images/icon-releases.png) no-repeat left center;
                                line-height: 1em;
                                text-transform: uppercase!important;
                                font-size: 13px!important;
                                font-weight: 700;
                                border-bottom: 0px;
                                float: left;
                        }
                #media-video {
                        width: 45%;
                        float: right;
                }
                        #media-video h3 {
                                padding: 5px 0px 5px 35px!important;
                                margin-bottom: 20px;
                                color: #2f2f2f;
                                background: url(/images/ICON-VIDEO.PNG) no-repeat left center;
                                line-height: 1em;
                                text-transform: uppercase!important;
                                font-size: 13px!important;
                                font-weight: 700;
                                display: block;
                                float: none!important;
                                border-bottom: 0px;
                        }
                #media-magazine h3 {
                        padding: 5px 0px 5px 35px!important;
                        margin-bottom: 20px;
                        color: #2f2f2f;
                        background: url(/images/icon-magazine.png) no-repeat left center;
                        line-height: 1em;
                        text-transform: uppercase;
                        font-size: 13px!important;
                        font-weight: 700;
                        display: block;
                        float: left;
                        border-bottom: 0px;
                }
                #media-magazine ul { clear: both; }
                #media-magazine ul li {
                        width: 18%;
                        float: left;
                        background: none;
                        padding: 0px;
                        margin-bottom: 0px;
                        margin-right: 2.5%;
                }
                        #media-magazine ul li.end { margin-right: 0px; }
                #media-magazine ul li a {
                        font-size: 13px;
                        color: #777777;
                }
                #media-magazine ul li a p { font-size: 13px; line-height: 18px; height: 54px; }
                #media-magazine ul li a:hover p strong { color: #2061e5!important; }
                #media-magazine ul li img {
                        color: #777777;
                        margin-bottom: 15px;
                        width: 100%;
                        height: auto;
                }

                        #media-magazine ul li img:hover {
                                opacity: .8;
                        }

                .content.news-post {
                        position: relative;
                        padding-left: 65px;
                        padding-right: 65px;
                }
                        .content.news-post span.icon-news {
                                position: absolute;
                                left: 20px;
                                top: 25px;
                        }
                        .content.news-post h4 {
                                font-weight: 600;
                                font-size: 17px;
                                color: #1e1e1e;
                                line-height: 1.2em;
                                margin-bottom: 0px;
                        }
                                .content.news-post a:hover h4 { color: #2061e5; }
                        .content.news-post em {
                                color: #767676;
                                font-size: 11px;
                                display: block;
                                margin-bottom: 10px;
                        }
                        .content.news-post em span.comment {
                                color: #b9b9b9;
                        }
                        .content.news-post em a {
                                font-weight: 700;
                                color: #002776;
                                font-style: normal;
                        }
                        .content.news-post p {
                                font-size: 14px!important;
                                line-height: 22px!important;
                        }
                                .content.news-post p a.readmore {
                                        color: #484f5c;
                                        font-size: 14px;
                                        font-weight: 600;
                                        font-style: italic;
                                }

                        .content.news-post a.sharethis {
                                color: #777777;
                                font-size: 11px;
                                font-style: italic;
                                font-weight: 700;
                                padding: 7px 9px;
                                line-height: 1em;
                                border: 1px solid #dbdbdb;
                                border-radius: 3px;
                        }
                                .content.news-post a.sharethis:hover { color: #000000!important; }
                                .content.news-post a.sharethis.deactive { cursor: default; opacity: 0.5; }
                                        .content.news-post a.sharethis.deactive:hover { color: #777777!important; }
                        .content.news-post .sharethis-wrap { position: absolute; left: 160px; bottom: 0px; height: 52px; display: none; }
                        .content.news-post img.thumb {
                                border: 2px solid #ffffff;
                                border-radius: 3px;
                                box-shadow: 0px 1px 3px 0px rgba(0,0,0, .3);
                                float: right;
                                margin-left: 30px;
                                margin-bottom: 20px;
                        }
                                .content.news-post img.thumb:hover { opacity: .8; }

                #pagination {
                        height: 140px;
                        position: relative;
                }
                        #pagination ul {
                                border: 1px solid #dbdbdb;
                                position: absolute;
                                left: 0px;
                                top: 43px;
                                background-color: #f6f6f6;
                                border: 1px solid #dbdbdb;
                                line-height: 1em;
                                box-shadow: inset 0px 1px 0px 0px #ffffff;
                                border-radius: 3px;
                        }
                        #pagination ul li a {
                                padding: 7px 12px;
                                font-size: 13px;
                                color: #1e1e1e;
                                display: block;
                                border-right: 1px solid #dbdbdb;
                                -webkit-transition: all .3s ease-in-out;
                        }
                                #pagination ul li.end a { border-right: 0px; }
                                #pagination ul li a:hover {
                                        color: #ffffff!important;
                                        background-color: #484f5c;

                                        box-shadow: inset 0 1px 0 0 #484f5c;
                                }

                                #pagination ul li.end a { border-right: 0px; }
                                #pagination ul li.active a {
                                        background-color: #ffffff;
                                }
                        #pagination ul li {
                                float: left;
                                margin: 0px; padding: 0px;
                                background: none;
                        }
                        #pagination .prev, #pagination .next {
                                color: #1e1e1e;
                                font-size: 13px;
                                font-weight: 600;
                                position: absolute;
                                background-color: #f6f6f6;
                                top: 43px;
                                border: 1px solid #dbdbdb;
                                line-height: 1em;
                                box-shadow: inset 0px 1px 0px 0px #ffffff;
                                border-radius: 3px;
                                -webkit-transition: all .3s ease-in-out;
                        }
                        #pagination .prev { left: 65px; padding: 8px 15px 8px 28px;  }
                        #pagination .next { right: 65px; padding: 8px 28px 8px 15px;  }
                                #pagination .prev:hover, #pagination .next:hover {
                                        color: #ffffff!important;
                                        background-color: #484f5c;
                                        border: 1px solid #484f5c!important;
                                        box-shadow: inset 0 1px 0 0 #484f5c;
                                }

                                #pagination .prev span.arrow, #pagination .next span.arrow {
                                        position: absolute;
                                        top: 10px;
                                        width: 5px;
                                        height: 8px;
                                }
                                #pagination .prev span.arrow {
                                        background: url(/images/icon-pagination-prev.png) no-repeat center center;
                                        left: 12px;
                                }
                                #pagination .next span.arrow {
                                        background: url(images/icon-pagination-next.png) no-repeat center center;
                                        right: 12px;
                                }

                        #pagination .prev.inactive, #pagination .next.inactive { background-color: #fafafa!important; color: #b1b1b1!important; cursor: default; box-shadow: inset 0 1px 0 0 #ffffff!important; }
                        #pagination .prev.inactive:hover, #pagination .next.inactive:hover { border: 1px solid #b0b0b0!important; }
                        #pagination li.active a { background-color: #f6f6f6; color: #1e1e1e; }
                                #pagination li.active a:hover { color: #1e1e1e!important; box-shadow: inset 0 1px 0 0 #ffffff!important;}

                        .join-wrap { padding: 30px 35px; }
                        #join-left {
                                width: 45%;
                                float: left;
                                font-size: 15px;
                                line-height: 25px;
                                margin-bottom: 50px;
                        }

                        #join-right {
                                float: right;
                                width: 52%;
                        }
                                #join-right input {
                                        width: 236px;
                                }

header .wrapper #sub-nav-wrap #header-sub-nav {
}

/*  --------------------------------------------------- CUSTOM CLASSES */

.wrapper {
        width: 980px;
        margin: 0 auto;
        position: relative;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.alignleft {
        margin-right: 30px;
        margin-bottom: 30px;
        float: left;
        border: 2px solid #ffffff;
        border-radius: 3px;
                box-shadow: 0px 1px 3px 0px rgba(0,0,0, .3);
}
.alignright {
        margin-left: 30px;
        margin-bottom: 30px;
        float: right;
        border: 2px solid #ffffff;
        border-radius: 3px;
        box-shadow: 0px 1px 3px 0px rgba(0,0,0, .3);
}

.border-radius { border-radius: 3px; }

label.error {
        position: absolute;
        top: 14px;
        right: 40px;
        text-align: right;
        font-size: 11px;
        font-style: italic;
        font-weight: 400;
        width: 100%!important;
        color: #f03939!important;
}

.tinynav { display: none }
.green { color: #2e9430; }

#cboxClose {
        background: url(/images/icon-close.png) no-repeat center center;
        width: 10px;
        height: 10px;
        display: block;
        text-indent: -9999em;
}
#cboxPrevious, #cboxNext {
        width: 5px;
        height: 8px;
        display: block;
        text-indent: -9999em;
        padding: 3px 5px;
}
#cboxPrevious { background: url(/images/icon-pagination-prev.png) no-repeat center center;  }
#cboxNext { background: url(/images/icon-pagination-next.png) no-repeat center center; left: 23px!important; }

#cboxCurrent { left: 60px!important; }
#cboxCurrent, #cboxTitle {
        bottom: -6px!important;
        font-size: 13px!important;
}

.hidden { display: none; }



/*  --------------------------------------------------- DROP STYLING */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
        position:               absolute;
        top:                    -999em;
        width:                  250px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
        width:                  100%;
        border-bottom: 1px solid #424853;
        border-right: 0px!important;
}
.sf-menu li:hover {
        visibility:             inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
        float:                  left;
        position:               relative;
}
.sf-menu a {
        display:                block;
        position:               relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
        left:                   0;
        top:                    65px; /* match top ul list item height */
        z-index:                99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
        top:                    -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
        left:                   250px; /* match ul width */
        top:                    0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
        top:                    -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
        left:                   250px; /* match ul width */
        top:                    0;

}
.sf-menu li ul li a {
        font-size: 13px!important;
        padding: 15px 20px!important;
        font-weight: 600;
        text-transform: none!important;
}



/*  --------------------------------------------------- Gravity Forms */

div.gform_wrapper.join_wrapper {
        float: right;
        width: 52%;
        box-shadow: none;
        border-radius: 3px;
        margin-bottom: 20px;
}

div.gform_wrapper.enquiry_wrapper {
        box-shadow: none;
        border-radius: 3px;
        margin-bottom: 20px;
        padding: 0;
}

div#gforms_confirmation_message {
        padding: 10px 0 10px;
        line-height: 20px;
        text-align: center;
        float: right;
        width: 52%;
        box-shadow: none;
        background: green;
        border-radius: 3px;
        margin-bottom: 20px;
        border-radius: 3px;
        color: #fff;
}

div.gform_wrapper form {
        border-top: none;
        margin: 0 0 0 0;
        box-shadow: none;
}

div.gform_wrapper.enquiry_wrapper form {
        border-top: 1px solid #DBDBDB;
}

div.gform_wrapper form div.validation_error {
        padding: 10px 10px 10px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: red;
        margin: 0 0 0 0;
        border-radius: 3px;
}

div.gform_wrapper form.join div.validation_error {
        margin: 0 0 10px;
}

div.gform_wrapper form ul.gform_fields {
        margin: 0 0 0 0;
}

div.gform_wrapper form ul.gform_fields li.gfield {
        padding: 13px 15px;
        background: none;
        background-color: #F6F6F6;
        border-left: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        position: relative;
        margin: 0 0 0 0;
}

div.gform_wrapper form ul.gform_fields li.gfield.end {
        border-bottom: none;
}

div.gform_wrapper form ul.gform_fields li.gfield.gfield_html {
        padding: 0 0 0 0;
        border-left: none;
        border-top: none;
        border-right: none;
}

div.gform_wrapper form ul.gform_fields li.gfield label.gfield_label {
        font-size: 13px;
        font-weight: 700;
        color: #2A2A2A;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1em;
        float: left;
}

div.gform_wrapper form ul.gform_fields li.gfield label.gfield_label span.gfield_required {
        padding: 0 0 0 5px;
}

div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container {
        float: right;
        width: 65%;
}

div.gform_wrapper form ul.gform_fields li.gfield.captcha div.ginput_container {
        width: 75% !important;
}

div.gform_wrapper form ul.gform_fields li.gfield.end div.ginput_container {
        float: none;
        width: 100%;
        margin-top: 40px;
}

div.gform_wrapper.join_wrapper form ul.gform_fields li.gfield div.ginput_container {
        width: 252px;
}

div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container input {
        width: 95%;
        padding: 6px;
        line-height: 1em;
        font-size: 13px;
        margin: 0px;
        -webkit-transition: all .3s ease-in-out;
        border-radius: 3px;
}

div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container textarea {
        width: 97%;
        padding: 6px;
        line-height: 1em;
        font-size: 13px;
        margin: 0px;
        -webkit-transition: all .3s ease-in-out;
        border-radius: 3px;
}

div.gform_wrapper.join_wrapper form ul.gform_fields li.gfield div.ginput_container input {
        width: 236px;
}

div.gform_wrapper form ul.gform_fields li.gfield.gfield_error div.ginput_container input {
        border-color: red;
}

div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container select {
        width: 248px;
        float: right;
        display: block;
}

div.gform_wrapper form ul.gform_fields li.gfield div.gfield_description {
        font-size: 10px;
        line-height: 14px;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        font-weight: 700;
        color: #929292;
        clear: both;
}

div.gform_wrapper form ul.gform_fields li.gfield div.validation_message {
        color: red;
        float: left;
}

div.gform_wrapper div.gform_footer {
        font-size: 11px;
        color: #2F2F2F;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 0px;
        padding: 0 15px 20px;
        background-color: #F6F6F6;
        border-left: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        text-align: right;
}

div.gform_wrapper.join_wrapper div.gform_footer {
        padding-top: 20px;
}

div.gform_wrapper div.gform_footer input.gform_button {
        float: right;
        padding: 13px 28px 12px;
        line-height: 1em;
        background-color: #484F5C;
        color: white;
        font-weight: 700;
        font-size: 15px;
        margin-left: 30px;
        margin-bottom: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit--webkit-transition: background .3s ease-in-out;
        -moz--webkit-transition: background .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out;
}

div.gform_wrapper div.gform_footer input.gform_button:hover {
        background-color: #5F6C85;
}

div.gform_wrapper div.gform_footer p {
        float: left;
        margin-top: 8px;
        margin-bottom: 0px;
        color: inherit;
        line-height: inherit;
        font-size: 1em;
        text-align: left;
        width: 60%;
}

div.gform_wrapper.enquiry_wrapper div.gform_footer p {
        display: none;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    #container .wrapper, header .wrapper, footer .wrapper                               { position: relative; width: 978px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    #nav-wrap { display: block; }


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 979px) {

        #container .wrapper, header .wrapper, footer .wrapper                                { width: auto; }

        #search-wrap { display: none; }
        #nav-wrap nav { width: auto; }
        #sub-search { display: block; }
        #search-wrap { display: none; }
        h1#logo { float: left; position: static; margin: 38px 0 0px 20px; width: 340px; height: 67px; }
        h1#logo a { background: url(../images/logo.png) no-repeat center center; background-size: 100%; width: 240px; height: 47px; }
        h2#description { float: right; position: static; margin: 20px 20px 20px 0; border: 0px; text-align: right; padding: 0px; font-size: 14px; }
        #header-sub-nav {
                top: 35px;
                float: right;
                display: block;
                width: auto;
                position: static;
                float: right;
                position: static;
                margin: 20px 20px 0 0;
        }
        .sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 52px; }
        #nav-wrap ul li a { font-size: 16px; padding: 15px 15px 21px 15px; }
        #nav-wrap nav { height: 52px; }
        section#banner-wrap .prev, section#banner-wrap .next { display: none;  }
        /*.slide-info { left: 0px!important; }*/
        #pager { width: auto; }
        #pager .pager-thumb { display: none; }
        #pager a { padding-left: 15px; }
        #pager a.activeSlide span.arrow { width: 100%; }

        #aboutlions { width: 45%; }
        #supportlions { width: 49%; }
                #aboutlions p, #supportlions p { font-size: 13px; line-height: 20px;}

         #social-wrap { text-align: center; padding: 0px; border: 0px; }
                #social-wrap {
                        width: 100%;
                        border-top: 1px solid #eaebed;
                }
        #social-sponsors { float: none; width: auto; padding: 35px; border-bottom: 1px solid #EAEBED; }
                #social-sponsors img {  }
        #social-connect { float: none; width: auto; padding: 35px;}
                #social-connect ul { margin: 0 auto; width: 325px; }
                #social-connect li a { width: 45px!important; height: 45px!important; background-size: 100%!important; margin-right: 20px!important; }
        #credits { float: left; height: auto; width: 100%; }
                #credits p { float: left; position: static; margin: 10px 20px 20px 20px; text-align: left; line-height: 1.4em;}
                #credits ul { float: left; position: static; margin: 20px 20px 10px 20px; }
            #share { width: 100%; float: left; height: auto; }
        #sharethis-wrap { position: static; float: right; margin: 19px 14px 14px 14px; }
        #share .logo { position: static; margin: 14px; float: left; }

        #sitemap { clear: both; float: left; width: 100%;}
        #sitemap .wrapper { float: none; padding: 20px; width: auto; }
        .sitemap-links, #sitemap-quicklinks, #sitemap-activities { position: static; float: left; margin-right: 10%; margin-bottom: 30px; }
        #sitemap-activities { margin-right: 0px; }
        #sitemap-support { position: static; width: 100%; clear: both; }
                #sitemap-support h6 { text-align: left; }
        #sitemap .wrapper { height: auto; }
        .shadow-box p { float: left; }
        .shadow-box .button-wrap { float: right; }
        .news { width: auto; height: auto; margin-bottom: 20px; margin-right: 0px; position: relative; float: none; display: block; }
                .news.end { margin-bottom: 0px; }
                .news img { float: left; }
                .news p, .news p.title { text-align: left; }
       #sub-nav-wrap { width: 350px; float: right; }
       #page-title { width: auto; }

       .activity { width: auto; float: none; margin-right: 0px; }
        .activty img { width: 100px; }

      #content-wrap.wide .activity.c1, #content-wrap.wide .activity.c3, #content-wrap.wide .activity.c5, #content-wrap.wide .activity.c7, #content-wrap.wide .activity.c9 { width: 46%; margin-right: 4%; float: left; }
      #content-wrap.wide .activity.c2, #content-wrap.wide .activity.c4, #content-wrap.wide .activity.c6, #content-wrap.wide .activity.c8, #content-wrap.wide .activity.c10 { width: 50%; margin-right: 0px; float: left; }
      .content.credentials table { width: 100%!important; }
      .content.credentials table.border { border-left: 0px; }
      form .field label { width: 100%; margin-bottom: 10px; }
      form .field input { width: 95%; float: left; }
      form .field textarea { width: 95%; float: left; }
      #content .content #news-wrap { float: none; width: 100%; }
      #content .content #news-club  { width: 100%; float: none; margin-top: 20px; }
      #content .content .news-club { width: auto; height: auto; float: none; }
        #content .content .news-club iframe { width: 100%; }
      #media-releases { width: auto; float: none; }
      #media-video { width: auto; float: none; }
        #pagination .prev, #pagination .next { display: block; }
       #club-search-wrap ul li { margin-left: 0px; height: auto; }
       #club-search-wrap ul li p { margin-left: 0px; float: left; }
       #club-search-wrap ul li a { margin-left: 10px; float: right; }
       #quicksearch-wrap form { width: auto; }

       #drop-button { display: none; }
       #nav-wrap { display: block; }
       .drop-arrow { display: none; }

       #youth-intro .wrapper, .iceberg .wrapper { width: auto; padding: 50px 20px; }
       #youth-nav .wrapper, #youth-winners .wrapper { width: auto; }
       #youth-nav .wrapper { height: auto; }
       #youth-nav ul li { width: 35%; }

       #social-banner-wrap { width: auto; height: auto !important; }
       #exchange-header { height: auto !important; }
        #social-slider-wrap { width: auto; }
        #social-slider-wrap .prev, #social-slider-wrap .next { display: none; }
        #social-banner-wrap .slide { width: auto!important; }
                #social-banner-wrap .slide img { width: auto; height: auto; }
                #youth-nav ul { width: 495px; }
                #youth-nav ul li a { width: 160px; }


       #youth-winners ul li, #youth-winners ul li.end { margin-right: 30px; }

       #internal h1#logo { margin: 14px 0 0 20px; position: absolute; top: 0px; }
       #internal #nav-wrap ul li a { padding: 0 5px; }
       #internal #header-sub-nav {
               position: absolute;
               right: 0px;
               top: 14px;
               margin: 0px 20px 0 0;
               position: absolute;
       }

       #social-banner-wrap a.btn-black { margin-left: 20px; }
       #social-banner-wrap a.btn-blue { margin-right: 20px; }
       #social-banner-wrap a.btn-black, #social-banner-wrap a.btn-blue { width: auto; padding-right: 30px; background-position: top left; }
       #social-banner-wrap a.btn-black:hover, #social-banner-wrap a.btn-blue:hover { background-position: left -90px ; }
       #youth-nav h2 { margin-left: 20px; }

       #youth-connect, #youth-sponsor {
               width: auto;
               float: none;
       }
       #youth-social-wrap .wrapper { width: auto; }
       #youth-sponsor { border-top: 1px solid #EEEFF1; }
       #internal .content img { width: 100%; height: auto; float: none; }

       #internal .heading h2 { margin-left: 20px; }
       #internal .heading a {
              margin-right: 0px;
              margin-left: 0px;
              position: absolute;
              right: 20px;
      }
      #leo-clubs .wrapper, #leo-intro .wrapper { width: auto; }
      #leo-clubs a { }
            #leo-intro p { width: auto; float: none; padding: 0 20px;}
            .feature-text p { width: auto; padding-left: 20px; padding-right: 20px; }
      #internal.leo #youth-nav h2 { margin-left: 0px; }
      #leo-banner { width: auto; padding-left: 20px; padding-right: 20px; }
      #sidebar #leo-trophy, #sidebar #leo-events, #sidebar #leo-gallery { display: block; }


      #internal.exchange .content { padding: 20px; }
      #exchange-overlay {  }
      #exchange-banner { width: auto; float: none; }

      #content #exchange-left { width: 35%; padding-left: 20px; }
      #content #exchange-right { width: 55%; }
      #content #exchange-right p { margin-right: 20px; }
      #content #exchange-leadins li { margin-right: 20px; }
      #content #exchange-left .feature-image { width: 100%; height: auto; }
      #content #exchange-left ul li img { display: none; }
      #content #exchange-left ul li p { margin-left: 00px; width: auto; float: none;  }
      #exchange-nav ul { padding: 0 20px;  }

      #internal.exchange #sidebar { width: 25% }
      #internal.exchange .content {  width: 64%!important; padding: 40px 40px 80px 40px!important; }
      #internal.exchange .green-button { right: 20px; padding-left: 20px; display: block; width: 220px; }
      #internal.exchange #sidebar .green-button { left: 20px; padding-left: 20px; }
      #internal.exchange .icon-apply { display: none; }

      #internal.leo #sidebar #leo-trophy, #internal.leo #sidebar #leo-events, #internal.leo #sidebar #leo-gallery {
              margin-left: 20px!important;
      }
      #internal.leo #sidebar #leo-trophy a, #internal.leo #sidebar #leo-events a, #internal.leo #sidebar #leo-gallery a {
               width: 100px!important;
               height: 100px!important;
               padding: 55px 35px 15px 35px!important;
               font-size: 12px!important;
       }

      #internal.leo #sidebar #leo-trophy a strong, #internal.leo #sidebar #leo-events a strong, #internal.leo #sidebar #leo-gallery a strong {
              font-size: 25px;
      }
      #internal.leo #sidebar #leo-trophy a span, #internal.leo #sidebar #leo-events a span, #internal.leo #sidebar #leo-gallery a span {
                width: 60px!important;
                height: 60px!important;
                background-size: 45%;
                left: -10px;
      }


      #internal #nav-wrap nav { width: auto; margin-left: 170px; }

      #drop-search-wrap { right: 20px; top: 15px; }
        #internal #drop-search-wrap { right: 20px; top: 8px; }

      .wrapper { width: auto; float: none; }




}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {

        #container .wrapper, header .wrapper, footer .wrapper                                { width: auto; }
   
        #slider .slide .slider-info   { width: 200px; }
        #slider .slide .slide-info h3 { line-height: 20px; font-size: 20px; margin-left: 10px; }
        #slider .slide .slide-info p  { font-size: 8px; line-height: 8px; margin: 0 0 10px 10px; }      
        #slider .slide .slide-info a span.readmore { display:none; }
        #slider .slide .slide-info a  { font-size: 9px; font-weight: 400; padding: 4px; margin-left: 10px; }


        h2#description { display: none; }
        #header-sub-nav {
                top: 35px;
                display: block;
                width: auto;
                position: static;
                float: right;
                position: static;
                margin: 20px 5px 10px 5px;
        }
        #sub-search { display: block; }
 
        h1#logo { float: left; position: static; margin: 20px 0 0px 20px; width: 220px; height: 39px; }
        h1#logo a { background: url(../images/logo.png) no-repeat center center; background-size: 100%; width: 200px; height: 39px; }

        header { border-bottom: 1px solid #eaebed; min-height: 70px; }
        #internal header { min-height: 50px!important; }
        header .wrapper { height: auto; float: left; background-color: #ffffff; width: 100%; }
        #search-wrap, #supportlions, .sitemap-links, #sitemap-quicklinks, #sitemap-activities,  #slider .slide .slide-info { display: none; }
        #pager, #banner-wrap .prev, #banner-wrap .next { display: none!important; }
        #banner-wrap { height: 200px!important; }

       #aboutlions { width: 100%; }
        .news { width: auto; height: auto; margin-bottom: 20px; margin-right: 0px; position: relative; float: none; display: block; }
                .news.end { margin-bottom: 0px; }
                .news img { float: left; }
                .news p, .news p.title { text-align: left; }
        #social-wrap { width: 100%!important; padding: 0px; border: 0px; }
                #social-wrap {
                        width: 100%;
                        border-top: 1px solid #eaebed;
                }
        #social-sponsors { float: none; width: auto; padding: 35px; border-bottom: 1px solid #EAEBED; }
                #social-sponsors img {  }
        #social-connect { float: none; width: auto; padding: 35px;}
                #social-connect ul { margin: 0 auto; width: 200px; }
                #social-connect li a { width: 30px!important; height: 30px!important; background-size: 100%!important; margin-right: 10px!important; }
        #credits { float: left; height: auto; width: 100%; }
                #credits p { float: left; position: static; margin: 10px 20px 20px 20px; text-align: left; line-height: 1.4em;}
                #credits ul { float: left; position: static; margin: 20px 20px 10px 20px; }
        #sitemap { float: left; width: 100%; height: auto; }
        #sitemap .wrapper { height: auto; }
        #sitemap-support { width: 90%; margin: 30px auto; position:static; }
        #share { width: 100%; float: left; height: auto; }
        #share .logo, #share .sharethis { position: static; margin: 14px; }
        #share .sharethis { display: block; width: 270px; margin: 14px auto; text-indent: -9999em; }
        #share .logo { display: none; }
        .shadow-box p { float: left; width: 100% }
        .shadow-box .button-wrap { float: left; }
        .shadow-box .button-wrap a { float: left; }
        #sitemap-support h6 { text-align: left; }
        .leadin-subscribe {
                float: left;
        }
        #news-wrap .leadin-subscribe { font-size: 11px!important; padding-right: 10px; }
        #news-wrap .title-news { padding-left: 25px; }

        #drop-button {
                position:absolute;
                top: 20px; right: 20px;
                display: block;
                padding: 10px 15px;
                background: #002776;
                color: #ffffff;
                font-weight: 700;
                text-decoration: none;
                font-size: 13px;
                line-height: 1em;
                z-index: 2;
        }
                #drop-button:hover { color: #ffffff!important; }
                #drop-button.active {
                        -webkit-border-radius: 3px 3px 0 0;
                                -moz-border-radius: 3px 3px 0 0;
                                        border-radius: 3px 3px 0 0;
                }
        #nav-wrap, #internal #nav-wrap {
                        position: absolute;
                        top: 0px;
                        right: 0px;
                        display: block;
                        z-index: 15;
                        display: none;
                        width: 100%;
                }
                #nav-wrap nav { width: auto; }
                #internal #nav-wrap nav { width: auto; }
                        #nav-wrap ul li a, #internal #nav-wrap ul li a { position: relative; }
        #nav-wrap ul, #internal #nav-wrap ul {
               position: relative;
               top: 0px;
               left: 0px;
               width: 100%;
               z-index: 2;
               background-color: #484F5C;
               float: none;
        }
                #nav-wrap ul li ul, #internal #nav-wrap ul li ul {
                        position: relative;
                        border-top: 1px solid #717988;
                        background-color: #363d4c!important;
                        display: none;
                }
                        #nav-wrap ul li ul li, #internal #nav-wrap ul li ul li {
                        border-bottom: 1px solid #717988;
                }
                #nav-wrap ul li, #internal #nav-wrap ul li {
                        border-bottom: 1px solid #717988;
                        float: none;
                        border-right: 0px;
                }
                        #nav-wrap ul li.end, #internal #nav-wrap ul li.end { border-bottom: 0px; }
                #nav-wrap ul li a, #nav-wrap nav ul li h3, #internal #nav-wrap ul li a, #internal #nav-wrap nav ul li h3 {
                        color: #ffffff;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 1em;
                        text-decoration: none;
                        padding: 15px 20px;
                        display: block;
                }
                        #nav-wrap ul li h3, #internal #nav-wrap ul li h3 { background-color: #ffffff; color: #484F5C!important; margin-bottom: 0px; border-bottom: 0px; }

                #internal #nav-wrap ul li a:hover, #internal #nav-wrap ul li.active a { background-color: #353A44; color: white!important; }

                      #internal #nav-wrap ul { height: auto; }
                              #internal #nav-wrap ul li {
                                     border-bottom: 1px solid #717988;
                                     height: auto;
                              }
                              #internal #nav-wrap ul li a {
                                padding: 15px 20px;
                                color: #ffffff!important;
                              }
                                #internal #nav-wrap ul li:hover a { color: #ffffff!important; }
                              #internal .sf-menu li:hover ul, #internal .sf-menu li.sfHover ul { top: 0px; }
                                      #internal #nav-wrap ul li ul li {
                                             border-bottom: 1px solid #717988;
                                             height: auto;
                                      }
                                      #internal #nav-wrap ul li ul li {
                                              border-bottom: 1px solid #717988;

                                      }
                                      #internal ul li ul li a {
                                        padding: 15px 20px!important;
                                        border-bottom: none;
                                        background-color: #363D4C!important;
                                      }
                                      #internal ul li ul li a:hover {
                                        background-color: #353A44!important;
                                      }
                #drop-close, #internal #drop-close {
                                position: absolute!important;
                                top: 0px;
                                right: 0px;
                                display: block;
                                z-index: 3;
                                width: 48px;
                                height: 48px;
                                color: #878d97;
                                padding: 0px!important;
                                background: url(../images/icon-close.png) no-repeat center center #ffffff;
                        }
                                #drop-close:hover, #internal #drop-close:hover { background: url(../images/icon-close.png) no-repeat center center #ffffff!important; }

                #drop-search input { width: 120px; }
                 #page-title { width: auto; }
                 .activity { width: auto; float: none; margin-right: 0px; }
                        .activity img { width: 30%; }

                 .content.credentials table { width: 100%!important; }
                 .content.credentials table.border { border-left: 0px; }
                 #content .content #news-wrap { float: none; width: 100%; }
      #content .content #news-club  { width: 100%; float: none; margin-top: 20px; }
      #content .content .news-club { width: auto; height: auto; float: none; }
      #media-releases { width: auto; float: none; }
      #media-video { width: auto; float: none; }
      #media-video iframe { width: 100%; }
      .subscribe-text { display: none; }
      #pagination .prev, #pagination .next { display: none; }

      #join-left { width: auto; float: none; }
      #join-right { width: auto; float: none; }
      #content { width: auto; float: none; }
      #content-wrap.wide .activity  { margin-right: 0px!important; float: none; width: auto; }
      .submit-wrap button { width: auto; float: none; margin: 0px; }
      .submit-wrap p { width: auto; float: none; }
      #media-magazine ul li { width: 40%; margin-right: 5%; }
      .content.news-post { padding-left: 65px; padding-right: 35px; }
      #breadcrumbs p.news-subscribe {  }
      #breadcrumbs p.news-subscribe .icon-mail { right: -5px; top: 27px; background-color: #ffffff; padding: 5px; }
      #breadcrumbs p.news-subscribe .icon-rss { right: 35px; top: 27px; background-color: #ffffff; padding: 5px; }
       #breadcrumbs { padding: 14px 15px; }
       .content.news-post img.thumb { margin: 0 auto 30px auto; float: none; display: block; }

       #club-search-wrap ul li { margin-left: 0px; height: auto; }
       #club-search-wrap ul li p { margin-left: 0px; width: 100%; float: left; }
       #club-search-wrap ul li a { margin-left: 0px; float: left; margin-right: 10px; }
       #quicksearch-wrap form { width: auto; }

       #sidebar { width: auto; float: none; display: block; padding: 30px 35px; border-top: 1px solid #EAEBED; margin-bottom: 0px; }
         #sidebar ul{ display: none; }
         #sidebar-news { display: none; }
       .tinynav { display: block; margin: 0 auto; }
       #nav-wrap ul li.title {display: block; }
       #nav-wrap { display: none; }
       .drop-arrow { display: block; }
       #sharethis-wrap { display: none; }
       #content .content .news-club iframe { width: 100%; }

       .content form .field label { width: 100%; float: none; margin-bottom: 15px; display: block; }
       .content form .field input { width: 95%!important; float: none!important; }
       .content form .field select { width: 95%!important; float: none!important; }
        .content form .field textarea { width: 95%!important; float: none!important; }
        .news-post { padding-left: 35px!important; }
        .news-post span { display: none; }
        #social-slider-wrap { display: none; }

      #youth-intro .wrapper, #youth-winners .wrapper { width: auto; padding: 50px 30px; }
      #youth-winners .wrapper p { width: auto; }
       #intro-left, #intro-right { width: auto!important; float: none!important; }
       #intro-right p { padding-left: 30px; }
       #intro-right p img { display: none; }

       #youth-winners ul li, #youth-winners ul li.end { margin-right: 30px; }
       #internal #drop-button { top: 12px!important; }
       #internal #header-sub-nav {
               position: absolute;
               right: 80px;
               top: 0px;
               margin-top: 17px;
       }

       #internal h1#logo { margin: 14px 0 0 20px; }
       #youth-nav .wrapper, #youth-winners .wrapper{ width: auto; }
       #youth-nav h2 { width: 100%; text-align: center; display: block; }
       #youth-nav ul { margin-top: 10px; width: 100%; }
        #youth-nav ul li { width: 40%; }
        #youth-nav ul li a { margin-left: 40px; padding-left: 20px; width: auto; font-size: 20px;}
       #youth-nav .wrapper { float: none; height: auto;}
       #internal #header-sub-nav a { margin-left: 5px; }

       #youth-connect, #youth-sponsor {
               width: auto;
               float: none;
               padding: 30px 0 30px;
       }
       #youth-connect h3, #youth-sponsor h3 { font-size: 16px; }
        #youth-social-wrap .wrapper  { width: auto; }
       #youth-sponsor { border-top: 1px solid #EEEFF1; }
       #youth-connect ul li, #youth-sponsor ul li { margin-right: 20px; }
       #youth-connect ul li a {
                background-size: 100%!important;
                width: 30px;
                height: 30px;
        }
        #youth-sponsor ul li a {
                        background-size: 100%!important;
                        width: 100px!important;

      }
      #internal .iceberg .wrapper, #internal #content .content, #internal #content #sidebar { width: auto!important; float: none; }

      #internal #content { background: #ffffff; }
      #internal #content #sidebar .bubble-wrap { display: none; }
      #internal .content { padding: 20px!important; }
      #internal .content img { width: 100%; height: auto; float: none; }
      #internal .content .wp-caption { width: 100% !important; height: auto; float: none; }

      #internal .heading h2 {
              margin-left: 20px;
              float: none;
              margin-bottom: 10px;
      }
      #internal .heading a {
              margin-right: 20px;
              margin-left: 20px;
              position: static;
              display: block;
              width: auto;
      }
      #leo-clubs .wrapper, #leo-intro .wrapper { width: auto; }
      #leo-clubs p { width: auto; float: none; }
      #leo-clubs a { width: auto; float: none; display: block; margin-right: 0px; }
      #leo-clubs img { width:100%; height: auto; float: none; display: block; margin-right: 0px; }
      .feature-text, #leo-banner { display: none; }
      #leo-intro p { width: auto; float: none; padding: 0 20px;}
     #leo-intro ul li, #leo-intro ul li a { margin-right: 0px!important;}
     #leo-intro ul li { margin-bottom: 30px; margin-left: 40px; }
     #internal.leo #youth-nav { padding-bottom: 20px; }
     #internal.leo #youth-nav .wrapper { background: none; }
     #internal.leo #youth-nav h2, #internal.leo #youth-nav span { position: static; text-align: left; float: left; padding-left: 30px; margin-bottom: 0px; line-height: 1em; width: auto; }
     #internal.leo #youth-nav span { margin-bottom: 10px; clear: both; }

     #leo-heading span.icon-trophybig { display: none; }
     #internal.leo #content #sidebar { width: auto; clear: both; float: none; }
     #sidebar #leo-trophy, #sidebar #leo-events, #sidebar #leo-gallery { display: none; }
     #internal.leo #content .content { width: auto!important; float: none!important; }
     #leo-heading .wrapper { padding: 30px 20px 30px 20px }
     #internal.leo #content .wrapper { padding: 0px; }

     .gallery li, .gallery li.img { width: auto!important; height: auto!important; float: none!important; text-align:center; margin-right: 0px!important; }
     .gallery li span { display: none!important; }

     #leo-heading h2 { font-size: 30px; }

     .wrapper { width: auto; float: none; }
     #internal.exchange .content { padding: 20px!important; }
      #exchange-banner { width: auto; float: none; height: 325px; }

      #exchange-heading { padding: 20px; background: transparent!important; }
      #exchange-heading {  }
      #exchange-overlay {
        background: url(../images/exchange-overlay-small.png) no-repeat center left;
                width: 112px;
                height: 113px;
                display: block;
                position: absolute;
                bottom: 45px;
                left: 0px;
      }

       #content #exchange-left, #content #exchange-right { float: none; width: auto; padding: 20px; }
      #content #exchange-left { margin-top: 50px; }
      .green-button { display: none!important; }
      #content #exchange-left ul li { clear: both; float: none; width: auto; margin-bottom: 20px; }
       #content #exchange-left ul li img { display: none; }
       #content #exchange-left img.feature-image { display: none; width: 100%; height: auto; display: block; }
       #content #exchange-left ul li p { float: none; margin-left: 0px; width: auto; }
       #content #exchange-right { margin-top: 0px; margin-bottom: 00px; padding-bottom: 30px; }
       #content #exchange-leadins { display: none; }
       #content #exchange-right a.readmore { margin-bottom: 0px; }
       #exchange-heading h2 { font-size: 36px; }
       #exchange-heading { bottom: -25px; }
       #exchange-nav ul { padding: 0 20px;  }

       #internal.exchange .green-button { display: none!important; }
       #internal.exchange .icon-apply { display: none; }
       #internal.youth #content #sidebar { float: none; background-color: #ffffff; }
       #internal.youth #content { background: #ffffff!important; }
       #internal.exchange #exchange-leadins { display: none!important; }

                #exchange-heading {
                        bottom: 0px!important;
                        width: auto!important;
                        padding: 20px;
                }
        #exchange-heading h2 {  font-size: 40px!important; margin-bottom: 10px!important; }
        #exchange-heading p { font-size: 14px!important; color: white; line-height: 18px!important; }
                #exchange-overlay {
                    background: url(../images/exchange-overlay-small.png) no-repeat left center;
                        width: 112px;
                        height: 113px;
                        display: block;
                        position: static;
                        float: none;
                        margin: 20px 0 20px 20px;
                }

                #drop-search-wrap {
                        background-color: #484F5C;
                        position: fixed;
                        top: 0px;
                        left: 0px;
                        padding: 20px 20px;
                        z-index: 15;
                        height: 35px;
                }
                #drop-search {
                        position: absolute;
                        left: 20px;
                        top: 20px;
                }

                        #drop-search label {
                                color: #878d97!important;
                                font-size: 12px;
                                margin-right: 20px;
                                font-weight: 700;
                        }
                        #drop-search input {
                                background-color: #353a44;
                                color: #878d97;
                                font-size: 11px;
                                border: 0px;
                                padding: 9px 30px 9px 15px;
                                width: 100px!important;
                        }
                        #drop-search button {
                                background: url(../images/icon-search.png) no-repeat center center!important;
                                position: absolute;
                                right: 0px;
                                top: 3px!important;
                                width: 12px;
                                height: 12px;
                                display: block;
                                text-indent: -9999em;
                                padding: 15px;
                        }
                        #search-close {
                                position: absolute;
                                top: 0px;
                                right: 0px;
                                display: block;
                                z-index: 3;
                                width: 48px;
                                height: 48px;
                                color: #878d97;
                                padding: 0px;
                                background: url(../images/icon-close.png) no-repeat center center #ffffff;
                        }


        #drop-search-wrap { display: none; }
    .join_wrapper { float: none!important; width: auto!important; }
    .gfield_label {
            width: 100%;
                float: none;
                margin-bottom: 15px;
                display: block;
    }
    .ginput_container {
                width: 100%!important;
                float: none!important;
     }
     div.gform_wrapper.join_wrapper form ul.gform_fields li.gfield div.ginput_container input, div.gform_wrapper form ul.gform_fields li.gfield div.ginput_container select { float: none; width: 95%; }

     form.join button { float: none; display: block; width: 150px; margin: 0 auto 20px auto; }

     div.gform_wrapper div.gform_footer p { margin: 0; width: 100%; float: none; }

     #nav-wrap ul li ul li.parent { background: transparent; }
     .leadin-subscribe { display: none; }

     #sidebar.tinyNav-hide { display: none; }

        img.alignleft, img.alignright, img.aligncenter, img.alignnone {
                float: none; position: static; width: 100%; height: auto;
        }

        .content form.join button { float: none; margin: 0 auto 20px auto; }

#join-left iframe { height: 190px!important; }

}



/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }


        #nav-wrap-wrap ul li a { line-height: 1em; font-size: 16px; padding: 15px 12px; }
        #nav-wrap nav { height: 47px; }

        #social-connect ul { margin: 0 auto; width: 325px; }
        #social-connect li a { width: 45px!important; height: 45px!important; background-size: 100%!important; margin-right: 20px!important; }
        #news-wrap .leadin-subscribe { font-size: 13px!important; padding-right: 20px; }
        #news-wrap .title-news { padding-left: 35px; }
        #nav-wrap nav { display: block!important; float: left; width: 100%; }
        #nav-wrap { float: left; width: 100%; }
        #header-sub-nav { margin: 25px 0 15px 0; width: 260px; float: left;}
        #sub-nav-wrap { width:  60%; float: right; }
                #drop-search input { width: 280px!important; }
                 #page-title { width: auto; }

        .content.credentials table { width: 100%; }
        .content.credentials table.border { border-left: 0px; }
        #quicksearch-wrap form .field input { width: 95%; }
        #quicksearch-wrap form .field label { width: 100%; float: none; }
        #media-releases { width: auto; float: none; }
        #media-video { width: auto; float: none; }
        #media-video img { width: auto; }
        .subscribe-text { display: none; }
        #pagination .prev, #pagination .next { text-indent: -9999em; display: block; width: 0px; }
                #pagination .prev { padding-right: 5px; } #pagination .next { padding-left: 5px; }
        #content { width: auto; float: none; }

        .submit-wrap button { width: auto; float: right; margin-left: 20px; }
        #media-magazine ul li { width: 28%; margin-right: 5%; }
        .content.news-post { padding-left: 65px; padding-right: 65px; }
        #breadcrumbs p.news-subscribe { display: block; }
       #breadcrumbs p.news-subscribe span { display: none;  }
       #breadcrumbs { padding: 14px 30px; }

       #club-search-wrap ul li { margin-left: 0px; height: auto; }
       #club-search-wrap ul li p { margin-left: 0px; width: 100%; float: none; }
       #club-search-wrap ul li a { margin-left: 10px; float: right; }
       #quicksearch-wrap form { width: auto; }
       #sidebar { width: 100%; display: block; }
         #sidebar ul{ display: none }
       .tinynav { display: block }
        .drop-arrow { display: block; }
        #sharethis-wrap { display: none; }
       #breadcrumbs p.news-subscribe .icon-mail { right: 0px; top: 3px; background-color: #ffffff; padding: 0px; }
       #breadcrumbs p.news-subscribe .icon-rss { right: 40px; top: 3px; background-color: #ffffff; padding: 0px; }
       .activity img { width: 100px; }
       .news-post img { float: right!important; margin-left: 30px!important; margin-bottom: 20px!important; }

       #internal #header-sub-nav {
               position: absolute;
               right: 100px;
               top: 0px;
               margin-top: 17px;
               width: auto;
       }
       #youth-connect ul li a {
                background-size: 100%!important;
                width: 40px!important;
                height: 40px!important;
      }
      #youth-sponsor ul li a {
              background-size: 100%!important;
                width: 100px!important;
                height: 40px!important;
      }
      #internal .heading a {
              margin-right: 0px;
              margin-left: 0px;
              position: absolute;
              right: 20px;
      }
      #leo-clubs .wrapper, #leo-intro .wrapper { width: auto; }
      #leo-clubs p { width: auto; float: none; }
      #leo-clubs a { width: auto; height: auto; float: none; display: block; margin-right: 0px; text-align: center; }
      #leo-clubs img { width: auto; height: auto; float: none; display: block; margin: 0 auto; }

.gallery ul li {
        float: left!important;
        margin: 0 20px 3% 0!important;
        height: auto;
        width: 28%!important;
        padding: 0px!important;
        background: transparent!important;
        position: relative;

}
        .gallery ul li.end { margin-right: 0px; }
        .gallery ul li a {
                color: #575757;
                font-size: 13px;
                font-weight: 600;

        }
        .gallery ul li a div.gallery-hover {
                background: url(../images/leo-icon-search.png) no-repeat center center;
                margin-bottom: 10px!important;
                line-height: 1em;
                border-radius: 5px;
                padding: 0px;
        }
        .gallery ul li a img { border-radius: 5px; margin-bottom: 0px!important; width: 100%; height: auto; display: block; }

     #internal.exchange .content { padding: 20px!important; }
      #exchange-banner { width: auto; float: none; height: 205px; }

      #exchange-heading { bottom: 0px!important; width: 70%!important; padding: 0px; }
        #exchange-heading h2 {  font-size: 40px!important; margin-bottom: 10px!important; }
        #exchange-heading p { font-size: 14px!important; color: white; line-height: 18px!important; }
      #exchange-overlay {
                    background: url(../images/exchange-overlay-small.png) no-repeat left center;
                        width: 112px;
                        height: 113px;
                        display: block;
                        position: absolute;
                        bottom: 60px;
                        left: 0px;
      }

      #content #exchange-left, #content #exchange-right { float: none; width: auto; padding: 20px; }
      #content #exchange-left { margin-top: 50px; }
      .green-button { display: none!important; }
      #content #exchange-left ul li { clear: both; float: none; width: auto; margin-bottom: 20px; }
       #content #exchange-left ul li img { display: none; }
       #content #exchange-left img.feature-image { display: none; width: 100%; height: auto; display: block; }
       #content #exchange-left ul li p { float: none; margin-left: 0px; width: auto; }
       #content #exchange-right { margin-top: 0px; margin-bottom: 00px; padding-bottom: 30px; }
       #content #exchange-leadins { display: none; }
       #content #exchange-right a.readmore { margin-bottom: 0px; }
       #exchange-heading h2 { font-size: 60px; }
       #exchange-heading { bottom: 65px; }
       #exchange-nav ul { padding: 0 20px;  }

       #internal.exchange .green-button { display: none!important; }
       #internal.youth #content #sidebar { float: none; }
       #internal.exchange .icon-apply { display: none; }
       #internal.exchange #exchange-leadins { display: none!important; }
       #internal.youth #content { background: #ffffff!important; }

       .leadin-subscribe { display: block; }

#join-left iframe { height: 290px!important; }

    }

html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}
