﻿/*@import url('reset.css');@import url('editor.css');*/

body {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 300;
}

p {
    font-size: 1.6rem;
    color: #3a3a3a;
    padding-bottom: 1rem;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 2.6rem;
}

b, strong {
    font-size: 1.6rem;
    color: #3a3a3a;
    padding-bottom: 1rem;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 2.6rem;
}

a:link {
    color: #0065bd;
    text-decoration: none;
    outline: none;
}

a:link {
    color: #0065bd;
    text-decoration: none;
    outline: none; /* First we need to help some browsers along for this to work. Just because a vendor prefix is there,doesn't mean it will work in a browser made by that vendor either,it's just for future-proofing purposes I guess. */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s; /* ...and now for the proper property */
    transition: .5s;
}

name.a:link {
    color: #0065bd;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.egMenuLevel_2 {
    margin-left: 2.5rem;
}

nav#side ul li a:hover {
    text-decoration: none;
}

/*Press Release*/
.release-date {
    font-size: 2rem;
    font-family: "Helvetica_LT_Condensed_Black";
    margin-top: 0;
    color: #003c69;
    margin-bottom: 1rem;
}

/*News Release*/ table > tbody > tr > td > a:link {
    font-size: 2rem;
    font-family: "Helvetica_LT_Condensed_Black";
    margin-top: 0;
    color: #003c69;
    margin-bottom: .5rem;
}

.btn {
    color: #FFF !important;
}

.jumboton.content ul, .jumboton.content ol {
    font-size: 1.6rem;
}

a:link p {
    color: #0065bd;
    text-decoration: none;
}

a:hover {
    font-style:;
    color: red !important;
}

a:focus {
    color: red !important;
}

.disclaimer {
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.jumbotron {
    box-sizing: border-box;
}

.row {
    box-sizing: border-box;
}

.jumbotron p {
    font-size: 1.6rem;
    color: #3a3a3a;
    padding-bottom: 1rem;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 2.6rem;
}

.jumbotron {
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
}

h1 {
    font-size: 2.4rem !important;
    font-family: "Helvetica_LT_Condensed_Black";
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #ee372a !important; /*border-bottom:2px solid #0065bd;background-image:url("../images/h2-bg.gif");background-position:bottom right;background-repeat:no-repeat;*/
}


h2 {
    font-size: 2rem;
    font-family: "Helvetica_LT_Condensed_Black";
    margin-top: 0;
    color: #003c69;
    margin-bottom: .5rem;
}

    h2 a:link, h2 a:visited {
        color: #003c69;
    }

h3 a:link, h3 a:visited {
    color: #003c69;
}

h3 {
    font-size: 2rem;
    font-family: "Helvetica_LT_Condensed_Black";
    margin-top: 0;
    color: #003c69;
    margin-bottom: .5rem;
}

    h3 a:link, h3 a:visited {
        color: #003c69;
    }

h4 {
    font-size: 1.8rem;
    font-family: "Roboto";
    margin-top: 0;
    color: #003c69;
    font-weight: 400;
}

h6 {
    font-size: 1.5rem;
    font-family: "Roboto";
    margin-top: 0;
    color: #003c69;
    font-weight: 400;
}

#meetings h4 {
    margin-bottom: .5rem;
}

h4 a:link, h4 a:visited {
    color: #003c69;
}

.button a {
    border: solid 2px;
    color: #003c69;
    padding: .25rem .5rem .25rem .5rem;
    background-color: transparent;
    font-size: 1.4rem;
}

h5 {
    font-size: 2.4rem;
    font-family: "Helvetica_LT_Condensed_Black";
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #ee372a; /*border-bottom:2px solid #0065bd;background-image:url("../images/h2-bg.gif");background-position:bottom right;background-repeat:no-repeat;*/
}

#meetings h6 {
    font-size: 1.8rem;
    font-family: "Roboto";
    margin-top: 0;
    color: #003c69;
    font-weight: 400;
    margin-bottom: .3rem;
}

.bblue {
    border: solid 2px;
    color: #003c69;
    padding: .25rem .5rem .25rem .5rem;
    background-color: #fff;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    white-space: nowrap;
    line-height: 4rem;
}

    .bblue a:hover {
        color: #fff;
        background-color: #003c69;
    }
/*Header*/
 .social {
    float: left;
    z-index:99999;
}

    .social ul {
        margin-left: 0;
        padding: 0;
    }

    .social li {
        padding-right: .9rem;
    }

.toplinks {
    font-size: 1.6rem;
    background-color: #022139;
    color: #ffffff;
    text-align: right;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    padding-top: .0rem;
    padding-bottom: 0rem; /*border-bottom:1px solid #1075c0;*/
    background-image: url("//res.cloudinary.com/afpm/image/upload/f_auto/v1494527140/org-ui/toplink-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
}

    .toplinks a:link {
        color: #ffffff;
    }

    .toplinks a:visited {
        color: #ffffff;
    }

    .toplinks ul {
        list-style: none;
        color: #ffffff;
        text-align: right;
        display: inline-block;
    }

    .toplinks li {
        display: inline-block;
        padding-left: 0rem;
        padding-top: .7rem;
    }

        .toplinks li:last-child {
            font-family: "Helvetica_LT_Condensed_Black";
            line-height: 1.2rem;
        }

.utility {
    padding-top: .5rem;
}

    .utility li {
        padding-left: .9rem;
    }

.header {
    border-top: 1px solid #0b5b97;
    background-color: #022139;
    padding-top: 2rem;
}

.logo {
}

.logo img {
    margin-bottom: 2.5rem;
    max-width: 300px !important;
}

.search {
    margin-top: 0rem;
    float: right;
    padding-right: 0px;
    margin-right: 0px;
}

    .search input {
        text-align: left;
        width: 100%;
        float: right;
    }

.menu {
    font-size: 2.7rem;
    font-family: "Helvetica_LT_Condensed_Black";
    text-transform: uppercase;
    margin-top: 0;
    color: #ffffff;
    text-align: right;
    padding-right: 0;
}

    .menu a:link {
        color: #ffffff;
    }

    .menu a:visited {
        color: #ffffff;
    }

    .menu ul {
        list-style: none;
        display: inline-block;
    }

    .menu li {
        display: inline-block;
        padding-left: 2rem;
    }

        .menu li:first-child {
            display: inline-block;
            padding-left: 0rem;
            margin-left: 0rem;
        }
/*Droppy Start*/ .droppy {
    font-family: "Helvetica_LT_Condensed_Black";
    text-transform: uppercase;
    color: #FFF;
    min-height: auto;
    margin-top: 6rem;
}

.navbar-inverse .nav > li {
    margin-left: 3.5rem;
    float: left;
}

    .navbar-inverse .nav > li > a {
        color: #fff;
        margin-bottom: 0;
        padding: 0;
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.navbar-inverse .nav > li > a:hover {
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #FFF;
    background-color: transparent;
}

.dropdown-menu {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-top: 0;
}

.dropdown-header-sub {
    font-size: 18px;
    color: #022139;
    line-height: 30px;
    font-family: "Helvetica_LT_Condensed_Black";
}

    .dropdown-header-sub a:link {
        font-family: "Helvetica_LT_Condensed_Black";
        color: #022139;
    }
.dropdown-menu.mega-dropdown-menu {
    z-index: 999999;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 5px 5px 10px #000000;
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: 5px 5px 10px #242424;
}
/*Droppy End*/ /*mega Menu*/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
            font-size: 16px;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #022139;
                padding: 3px 5px;
                font-family: "Roboto Condensed",sans-serif;
            }

    .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #022139;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }
/*mega Menu End*/ .jumbotron.bread {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url("//res.cloudinary.com/afpm/image/upload/f_auto/v1494527140/org-ui/line-bg.jpg");
    background-repeat: repeat;
    border-top: 1px solid #d4d4d4;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .breadcrumb ul {
        list-style: inside none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        display: inline-block;
        font-size: 1.6rem;
    }

    .breadcrumb li {
        list-style: inside none;
        background-color: transparent;
        padding-right: 1rem;
        margin: 0;
        display: inline-block;
        font-family: "Roboto Condensed Light",sans-serif;
        color: #003c69;
    }

        .breadcrumb li a:link, .breadcrumb li a:visited {
            color: #003c69;
        }

        .breadcrumb li:last-child {
            font-family: "Helvetica_LT_Condensed_Black";
            color: #ee372a;
            text-transform: uppercase;
        }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: red;
        content: "/\00a0";
    }

.jumbotron.slider {
    margin-top: 0rem;
    padding-top: 2rem;
    background-image: url("//res.cloudinary.com/afpm/image/upload/v1494527140/org-ui/line-bg.jpg");
    background-repeat: repeat;
    border-top: 1px solid #d4d4d4;
}

.slider img {
}

.jumbotron.slides {
    background-image: url("//res.cloudinary.com/afpm/image/upload/v1494527140/org-ui/line-bg.jpg");
    background-repeat: repeat;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 2.5rem;
}

.slides img {
    padding-bottom: 2.9rem;
}

.jumbotron.content {
    margin-top: 0px;
    padding-bottom: 3rem;
    margin-bottom: 8rem;
}

.content p {
}

    .content p:last-child {
    }

.maintext2col ul, .maintext2col ol {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.jumbotron.content button a:visited {
    color: #fff;
}

.content ul, .content ol {
    margin-bottom: 2rem;
}

.content li {
    margin-bottom: .1rem;
    font-size: 1.6rem;
    line-height: 2.7rem;
}

.content img {
    margin-bottom: 2rem;
}

.jumbotron.adspace {
    background-image: url("//res.cloudinary.com/afpm/image/upload/v1494527140/org-ui/line-bg.jpg");
    background-repeat: repeat;
    border-top: 1px solid #d4d4d4;
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
}

.jumbotron.footer {
    padding-bottom: 2.9rem;
}

.footer {
    background-color: #022139;
    padding-top: 2rem;
    border-top: solid 1px #044f87;
    background-image: url("//res.cloudinary.com/afpm/image/upload/f_auto/v1494527140/org-ui/footer-shadow-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .footer a:link {
        color: #ffffff;
    }

    .footer a:visited {
        color: #ffffff;
    }

    .footer ul {
        list-style: outside none;
        margin-left: 0rem;
        padding-left: 0px;
    }

    .footer li {
        font-size: 1.5rem;
        color: #ffffff;
        line-height: 2.3rem;
    }

        .footer li:first-child {
            font-size: 1.8rem;
            color: #ffffff;
            font-family: "Helvetica_LT_Condensed_Black";
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

.jumbotron.contact {
    background-repeat: repeat-x;
    background-image: url('//res.cloudinary.com/afpm/image/upload/f_auto/v1494527140/org-ui/contact-bg.png');
    background-color: #034c83;
    border-top: 1px solid #044f87;
}

.contact p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 2rem;
    padding-top: .5rem;
    padding-bottom: 0px;
    margin-bottom: .5rem;
    text-align: left;
}

    .contact p.legal {
        text-align: center;
    }

.contact a:link {
    color: #ffffff;
}

.contact a:visited {
    color: #ffffff;
}
/*Sidebar*/ .sidebarnav {
}

    .sidebarnav ul {
        list-style-image: url("../images/plus.png");
        list-style-position: inside;
        margin: 0 0 2rem 0;
        padding: 0;
        font-weight: normal;
    }

    .sidebarnav li {
        font-size: 1.8rem;
    }

        .sidebarnav li:first-child {
            font-family: "Roboto Condensed",sans-serif;
            list-style: inside none;
            font-size: 2rem;
            padding: 0;
        }

            .sidebarnav li:first-child a:link, .sidebarnav li:first-child a:visited {
                font-family: "Roboto Condensed",sans-serif;
                list-style: inside none;
                font-size: 2rem;
                padding: 0;
                color: #003c69;
            }
/*Meeting Nav Pills*/ .nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 2rem;
}

.nav-pills > li > a {
    border-radius: 4px;
    font-weight: bold;
}
/*Meeting Nav Tabs*/ /*.nav-tabs{border-bottom:0px solid #DDD}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:none;font-weight:bold}
.nav-tabs>li>a:hover{border-color:tranparent}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:transparent}
.nav>li>a{position:relative;display:block;padding:2rem 1.5rem 2rem 0rem;font-weight:bold}
.nav-tabs>li>a{margin-right:0.5rem;line-height:1.42857;border:medium none;border-radius:0px}
.nav-tabs>li>a:active,.nav-tabs>li>a:hover{outline:0px none;font-weight:bold}
*/ /*Meeting Nav Tabs End*/

.meetings img {
    margin-bottom: 2rem;
}
/*Table*/ table {
    font-size: 1.6rem;
}

th {
    font-size: 1.8rem;
    font-family: "Roboto";
    margin-top: 0;
    color: #003c69;
    font-weight: 400;
}

    th a:link, h4 a:visited {
        color: #003c69;
    }
/* Media Queries*/ /*Table*/

table {
    font-size: 1.6rem;
}

th {
    font-size: 1.8rem;
    font-family: "Roboto";
    margin-top: 0;
    color: #003c69;
    font-weight: 400;
}

    th a:link, h4 a:visited {
        color: #003c69;
    }
/*Hovers*/ .caption-text h3, .caption-text_two h3, .caption-text_three h3 {
    font-size: 1.6rem;
    padding: 3.13rem 10px 10px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
}
/*Meetings Collaps Start*/ .panel-group .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}

.panel-default {
    border-color: #DDD;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #F5F5F5;
    border-color: #DDD;
}

.panel-group .panel-heading {
    border-bottom: 0px none;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 2rem;
    font-family: "Helvetica_LT_Condensed_Black";
    margin-top: 0;
    color: #003c69;
    margin-bottom: 0;
}

h3.panel-title {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 2rem;
    font-family: "Helvetica_LT_Condensed_Black";
    margin-top: 0;
    color: #003c69;
    margin-bottom: 0;
}

.panel-body { /*padding:1rem 0;*/
    font-size: 1.6rem;
}
/*Meetings Collaps ENd*/ .caption-text p {
    text-align: left;
    margin-top: 0px;
    color: #fff;
    padding-left: 10px;
}

.caption-text_two p {
    text-align: left;
    margin-top: 0px;
    color: #fff;
    padding-left: 10px;
}

.caption-text_three p {
    text-align: left;
    margin-top: 0px;
    color: #fff;
    padding-left: 10px;
}

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 144px;
    margin-bottom: 2.5rem;
    z-index: 99999;
}

    .cuadro_intro_hover:hover .caption {
        opacity: 1;
        transform: translateY(-94px);
        -webkit-transform: translateY(-94px);
        -moz-transform: translateY(-94px);
        -ms-transform: translateY(-94px);
        -o-transform: translateY(-94px);
    }

    .cuadro_intro_hover img {
        z-index: 4;
    }

    .cuadro_intro_hover .caption {
        position: absolute;
        top: 94px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        box-sizing: border-box;
    }

    .cuadro_intro_hover .blur {
        background-color: rgba(0,0,0,0.7);
        height: 145px;
        z-index: 5;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
    }

    .cuadro_intro_hover .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 150px;
        text-align: center;
        top: -20px;
        width: 100%;
        box-sizing: border-box;
    }
/*Hovers two*/ .cuadro_intro_hover_two {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 175px;
    margin-bottom: 3.1rem;
}

    .cuadro_intro_hover_two:hover .caption_two {
        opacity: 1;
        transform: translateY(-124px);
        -webkit-transform: translateY(-124px);
        -moz-transform: translateY(-124px);
        -ms-transform: translateY(-124px);
        -o-transform: translateY(-124px);
    }

    .cuadro_intro_hover_two img {
        z-index: 4;
    }

    .cuadro_intro_hover_two .caption_two {
        position: absolute;
        top: 125px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    .cuadro_intro_hover_two .blur_two {
        background-color: rgba(0,0,0,0.7);
        height: 175px;
        z-index: 5;
        position: absolute;
        width: 100%;
    }

    .cuadro_intro_hover_two .caption-text_two {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 150px;
        text-align: center;
        top: -20px;
        width: 100%;
    }
/*Hovers two*/ .cuadro_intro_hover_three {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 349px;
    margin-bottom: 3.1rem;
}

    .cuadro_intro_hover_three:hover .caption_three {
        opacity: 1;
        transform: translateY(-349px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

.cuadro_intro_hover_two img {
    z-index: 4;
}

.cuadro_intro_hover_three .caption_three {
    position: absolute;
    top: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.cuadro_intro_hover_three .blur_three {
    background-color: rgba(0,0,0,0.7);
    height: 349px;
    z-index: 5;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

.cuadro_intro_hover_three .caption-text_three {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 349px;
    text-align: center;
    top: -20px;
    width: 100%;
    box-sizing: border-box;
}
/*Carousel*/ /* Makes images fully responsive */

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
/* ------------------- Carousel Styling ------------------- */ .carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left2, .carousel-control.right2 {
    background-image: none;
}

/* ------------------- Carousel Styling 2------------------- */ .carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}
/* ------------------- Section Styling - Not needed for carousel styling ------------------- */ .section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
}

@media screen and (min-width:768px) {
    .section-white {
        padding: 1.5em 0;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 930px;
    }
}

.carousel-inner {
    border-radius: 0px;
}

.carousel-indicators {
    position: absolute;
    bottom: 1.1rem;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 15;
    margin: 0px;
    padding: 20px 9px 0px 0px;
    text-align: right;
    box-sizing: border-box;
}

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #FFF;
        border-radius: 0px;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        margin: 1px;
        background-color: red;
        border: 1px solid red;
    }

.carousel-caption h3 {
    color: #fff;
    text-transform: uppercase;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    padding: 13px 0px 10px 10px;
    color: #FFF;
    text-align: left;
}
/* Media Queries*/ /* Extra small devices (phones,less than 768px) */ /* No media query since this is the default in Bootstrap */ /* Small devices (tablets,768px and up) */ /* Extra Small Devices,Phones */

@media only screen and (max-width:480px) {
    .latestnews-box {
        margin-bottom: 2rem;
    }

    .contact p {
        text-align: center;
    }
}
/* Small Devices,Tablets */ @media only screen and (max-width:768px) {
    .latestnews-box {
        margin-bottom: 2rem;
    }

    .contact p {
        text-align: center;
    }
}

@media (min-width:@screen-sm-min) {
    .contact p {
        text-align: center;
    }
}
/* Medium devices (desktops,992px and up) */ @media (min-width:@screen-md-min) {
    ...
}
/* Large devices (large desktops,1200px and up) */ @media (min-width:@screen-lg-min) {
    ...
}

@media (max-width:768px) {
}

@media (max-width:768px) {
    .droppy {
        font-size: 1.4rem;
    }

    .home2 {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width:992px) {
    .droppy {
        font-size: 1.6rem;
    }

    .home2 {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width:1199px) {
    .droppy {
        font-size: 1.6rem;
        margin-left: 2.2rem;
        margin-top: 3.9rem;
    }

    .navbar-inverse .nav > li {
        margin-left: 2.5rem;
        float: left;
    }

    .logo img {
        width: 95%;
    }
}

@media screen and (min-width:1200px) {
    .droppy {
        font-size: 2.1rem;
    }
}
/*Member Directory*/ #ctl00_ContentPlaceHolder1_ucDirectorySearch_gridSearchResults {
    background-color: #fff;
    padding: 5rem;
}

#ctl00_ContentPlaceHolder1_ucDirectorySearch_dvCriteria {
    margin-bottom: 20px;
}

.directoryTable {
    padding: 5px;
}
/* Login Drop List Navigation */ nav#login {
    float: right;
    z-index: 1;
    color: #fff; /*position:relative;left:330px;right:2px 15px 0 0;padding-top:0px;text-align:right;z-index:1;*/
}

    nav#login ul {
        list-style-type: none;
        margin: -2px 0 0 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

        nav#login ul li {
            margin: 0;
            padding: 0;
            position: relative;
            z-index: 1;
        }

            nav#login ul li a {
                color: #FFF;
                display: block;
                margin-top: 1rem;
                position: relative;
                text-align: center;
                text-decoration: none;
                width: auto;
                z-index: 1;
                padding-left: 1rem;
            }

        nav#login ul a:hover {
        }

    nav#login a:hover {
        border: 0;
    }

    nav#login li:hover a {
    }

    nav#login ul ul {
        visibility: hidden;
        border-top: 0px none;
        position: absolute;
        left: 0px;
        top: 4rem;
        z-index: 100;
    }

    nav#login ul li:hover ul, nav#login ul a:hover ul {
        visibility: visible;
    }

    nav#login li li {
        border: 0;
        float: none;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 15rem;
    }

    nav#login ul li li:last-child {
        border-bottom: none;
    }

    nav#login li li a {
        background-color: #fff;
        color: #0065bd;
        float: none;
        display: block;
        margin: 0;
        padding: 8px;
        text-align: left;
        width: 15rem;
    }

    nav#login li:hover li a {
        background-color: #fff;
        border: 0;
        color: #0065bd;
    }

    nav#login li li:hover {
        background-color: #fff;
        border: 0;
        text-decoration: none;
    }

    nav#login li li a:hover {
        background-color: #fff;
        border: 0;
        text-decoration: none;
    }

    nav#login .nolink {
        cursor: default;
    }
/*Staff Pages*/ .panel-body {
    padding: 15px 15px 0px 15px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px; /* rotate "play" icon from>(right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after { /* rotate "play" icon from>(right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.staff ul, .staff li {
    list-style: none;
}
/* Site Map */ #ctl00_ContentPlaceHolder1_sitemap1 ul {
    list-style-type: none;
    margin-left: 0;
}

    #ctl00_ContentPlaceHolder1_sitemap1 ul li {
    }

        #ctl00_ContentPlaceHolder1_sitemap1 ul li a {
            display: block;
            margin-bottom: 12px;
        }

    #ctl00_ContentPlaceHolder1_sitemap1 ul ul {
        list-style-type: disc;
        margin-left: 50px;
    }

        #ctl00_ContentPlaceHolder1_sitemap1 ul ul li a {
            margin-bottom: 6px;
        }

    #ctl00_ContentPlaceHolder1_sitemap1 ul li {
        font-size: 15px;
    }

    #ctl00_ContentPlaceHolder1_sitemap1 ul ul li {
        font-size: 14px;
    }

    #ctl00_ContentPlaceHolder1_sitemap1 ul ul ul li {
        font-size: 12px;
    }

.resultPreviewDetails {
    display: none;
}
/* Iconize 0.5 */ /* websites (pictures and movies) */

a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_film.gif) no-repeat center right;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_pic.gif) no-repeat center right;
}
/* extensions */ #maintext a[href$='.doc'], a[href$='.rtf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_doc.gif) no-repeat center right;
}

#maintext a[href$='.txt'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_txt.gif) no-repeat center right;
}

#maintext a[href$='.xls'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_xls.gif) no-repeat center right;
}

#maintext a[href$='.rss'], a[href$='.atom'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_feed.gif) no-repeat center right;
}

#maintext a[href$='.opml'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_opml.gif) no-repeat center right;
}

#maintext a[href$='.phps'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_phps.gif) no-repeat center right;
}

#maintext a[href$='.torrent'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_torrent.gif) no-repeat center right;
}

#maintext a[href$='.vcard'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_vcard.gif) no-repeat center right;
}

#maintext a[href$='.exe'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_exe.gif) no-repeat center right;
}

#maintext a[href$='.dmg'], a[href$='.app'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_dmg.gif) no-repeat center right;
}

#maintext a[href$='.pps'], #maintext a[href$='.ppt'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_pps.gif) no-repeat center right;
}

#maintext a[href$='.pdf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_pdf.gif) no-repeat center right;
}

#maintext a[href$='.xpi'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_plugin.gif) no-repeat center right;
}

#maintext a[href$='.fla'], #maintext a[href$='.swf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_flash.gif) no-repeat center right;
}

#maintext a[href$='.zip'], #maintext a[href$='.rar'], #maintext a[href$='.gzip'], #maintext a[href$='.bzip'], #maintext a[href$='.ace'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_archive.gif) no-repeat center right;
}

#maintext a[href$='.ical'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_ical.gif) no-repeat center right;
}

#maintext a[href$='.css'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_css.gif) no-repeat center right;
}

#maintext a[href$='.ttf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_ttf.gif) no-repeat center right;
}

#maintext a[href$='.mov'], #maintext a[href$='.wmv'], #maintext a[href$='.mp4'], #maintext a[href$='.avi'], #maintext a[href$='.mpg'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_film.gif) no-repeat center right;
}

#maintext a[href$='.mp3'], #maintext a[href$='.wav'], #maintext a[href$='.ogg'], #maintext a[href$='.wma'], #maintext a[href$='.m4a'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_music.gif) no-repeat center right;
}

#maintext a[href ^="mailto:"] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_mailto.gif) no-repeat center right;
}

#maintext2col a[href$='.doc'], a[href$='.rtf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_doc.gif) no-repeat center right;
}

#maintext2col a[href$='.txt'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_txt.gif) no-repeat center right;
}

#maintext2col a[href$='.xls'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_xls.gif) no-repeat center right;
}

#maintext2col a[href$='.rss'], a[href$='.atom'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_feed.gif) no-repeat center right;
}

#maintext2col a[href$='.opml'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_opml.gif) no-repeat center right;
}

#maintext2col a[href$='.phps'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_phps.gif) no-repeat center right;
}

#maintext2col a[href$='.torrent'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_torrent.gif) no-repeat center right;
}

#maintext2col a[href$='.vcard'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_vcard.gif) no-repeat center right;
}

#maintext2col a[href$='.exe'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_exe.gif) no-repeat center right;
}

#maintext2col a[href$='.dmg'], a[href$='.app'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_dmg.gif) no-repeat center right;
}

#maintext2col a[href$='.pps'], #maintext2col a[href$='.ppt'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_pps.gif) no-repeat center right;
}

#maintext2col a[href$='.pdf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_pdf.gif) no-repeat center right;
}

#maintext2col a[href$='.xpi'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_plugin.gif) no-repeat center right;
}

#maintext2col a[href$='.fla'], #maintext2col a[href$='.swf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_flash.gif) no-repeat center right;
}

#maintext2col a[href$='.zip'], #maintext2col a[href$='.rar'], #maintext2col a[href$='.gzip'], #maintext2col a[href$='.bzip'], #maintext2col a[href$='.ace'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_archive.gif) no-repeat center right;
}

#maintext2col a[href$='.ical'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_ical.gif) no-repeat center right;
}

#maintext2col a[href$='.css'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_css.gif) no-repeat center right;
}

#maintext2col a[href$='.ttf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_ttf.gif) no-repeat center right;
}

#maintext2col a[href$='.mov'], #maintext2col a[href$='.wmv'], #maintext2col a[href$='.mp4'], #maintext2col a[href$='.avi'], #maintext2col a[href$='.mpg'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_film.gif) no-repeat center right;
}

#maintext2col a[href$='.mp3'], #maintext2col a[href$='.wav'], #maintext2col a[href$='.ogg'], #maintext2col a[href$='.wma'], #maintext2col a[href$='.m4a'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_music.gif) no-repeat center right;
}

#maintext2col a[href ^="mailto:"] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icons/icon_mailto.gif) no-repeat center right;
}

img a {
    padding-right: 0px !important;
    background: none !important;
}

#map {
    position: relative;
    height: 1105px; /* height of image map */
    width: 700px; /* width of image map */
    margin: 20px auto;
    background-image: url("/images/halloween.jpg");
}

a:hover {
    visibility: visible; /* Fixes IE6 Bug */
}
/*costumes start*/ .costumes {
    position: absolute;
    top: 205px;
    left: 243px;
    height: 172px;
    width: 213px;
    text-decoration: none;
    color: #fff;
}

    .costumes span {
        position: absolute;
        left: -999em; /*opacity:.6;/* FX/Opera/Safari/Chrome */ /*-ms-filter:"alpha(opacity=60)";IE8 */ /*filter:alpha(opacity=60);IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .costumes:hover span, .costumes:focus span {
        left: 40px;
        top: -60px;
        width: 500px;
        padding: 10px;
        border: 2px solid orange;
        background: #000000;
    }
/*costumes end*/ /*wigs start*/

.wigs {
    position: absolute;
    top: 380px;
    left: 183px;
    height: 36px;
    width: 213px;
    text-decoration: none;
    color: #fff;
}

    .wigs span {
        position: absolute;
        left: -999em; /* opacity:.6;/* FX/Opera/Safari/Chrome */ /* -ms-filter:"alpha(opacity=60)";/* IE8 */ /* filter:alpha(opacity=60);/* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .wigs:hover span, .wigs:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #000;
    }
/*wigs end*/ /*mask start*/

.mask {
    position: absolute;
    top: 426px;
    left: 243px;
    height: 36px;
    width: 213px;
    text-decoration: none;
    color: #fff;
}

    .mask span {
        position: absolute;
        left: -999em; /*opacity:.6;/* FX/Opera/Safari/Chrome */ /*-ms-filter:"alpha(opacity=60)";IE8 */ /*filter:alpha(opacity=60);IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .mask:hover span, .mask:focus span {
        left: 40px;
        top: -60px;
        width: 500px;
        padding: 10px;
        border: 2px solid orange;
        background: #000000;
    }
/*mask end*/ /*glow stick start*/

.glow {
    position: absolute;
    top: 607px;
    left: 342px;
    height: 38px;
    width: 12px;
    text-decoration: none;
    color: #fff;
}

    .glow span {
        position: absolute;
        left: -999em; /*opacity:.6;/* FX/Opera/Safari/Chrome */ /*-ms-filter:"alpha(opacity=60)";/* IE8 */ /*filter:alpha(opacity=60);/* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .glow:hover span, .glow:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #000;
    }
/*glow stick end*/ /*props start*/

.props {
    position: absolute;
    top: 443px;
    left: 193px;
    height: 468px;
    width: 58px;
    text-decoration: none;
    color: #fff;
}

    .props span {
        position: absolute;
        left: -999em; /* opacity:.6;/* FX/Opera/Safari/Chrome */ /* -ms-filter:"alpha(opacity=60)";/* IE8 */ /* filter:alpha(opacity=60);/* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .props:hover span, .props:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #000;
    }
/*props end*/ /*candy bag start*/

.candy {
    position: absolute;
    top: 766px;
    left: 407px;
    height: 13px;
    width: 106px;
    text-decoration: none;
    color: #fff;
}

    .candy span {
        position: absolute;
        left: -999em; /*opacity:.6;/* FX/Opera/Safari/Chrome */ /*-ms-filter:"alpha(opacity=60)";/* IE8 */ /*filter:alpha(opacity=60);/* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .candy:hover span, .candy:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #000;
    }
/*candy bag end*/ /*pumpkin start*/

.pumpkin {
    position: absolute;
    top: 782px;
    left: 407px;
    height: 105px;
    width: 166px;
    text-decoration: none;
    color: #fff;
}

    .pumpkin span {
        position: absolute;
        left: -999em; /*opacity:.6;/* FX/Opera/Safari/Chrome */ /*-ms-filter:"alpha(opacity=60)";/* IE8 */ /*filter:alpha(opacity=60);/* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .pumpkin:hover span, .pumpkin:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #000;
    }
/*pumpkin end*/ #ctl00_ContentPlaceHolder1_DropZone1_uxColumnDisplay_ctl00_uxControlColumn_ctl01_uxWidgetHost_uxWidgetHost_widget_ListSummary1 {
}
/*superbowl Start*/
#map1 {
    position: relative;
    height: 491px; /* height of image map */
    width: 700px; /* width of image map */
    margin: 20px auto;
    background-image: url("../images/SuperBowl.jpg");
}

a:hover {
    visibility: visible; /* Fixes IE6 Bug */
}

/*jersey start*/
.jersey {
    position: absolute;
    top: 206px;
    left: 107px;
    height: 131px;
    width: 109px;
    text-decoration: none;
    color: #fff;
}

    .jersey span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)";  IE8 */
        /*filter:alpha(opacity=60);  IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .jersey:hover span, .jersey:focus span {
        left: 40px;
        top: -60px;
        width: 500px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*jersey end*/

/*hoodies start*/
.hoodies {
    position: absolute;
    top: 185px;
    left: 460px;
    height: 130px;
    width: 191px;
    text-decoration: none;
    color: #fff;
}

    .hoodies span {
        position: absolute;
        left: -999em;
        /* opacity:.6; /* FX/Opera/Safari/Chrome */
        /* -ms-filter:"alpha(opacity=60)"; /* IE8 */
        /* filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .hoodies:hover span, .hoodies:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
        z-index: 10;
    }
/*hoodies end*/


/*ballcap start*/
.ballcap {
    position: absolute;
    top: 84px;
    left: 499px;
    height: 34px;
    width: 104px;
    text-decoration: none;
    color: #fff;
}

    .ballcap span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)";  IE8 */
        /*filter:alpha(opacity=60);  IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .ballcap:hover span, .ballcap:focus span {
        left: 40px;
        top: -60px;
        width: 500px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
        z-index: 10;
    }
/*ballcap end*/

/*helmet stick start*/
.helmet {
    position: absolute;
    top: 84px;
    left: 306px;
    height: 81px;
    width: 96px;
    text-decoration: none;
    color: #fff;
}

    .helmet span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .helmet:hover span, .helmet:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*helmet stick end*/

/*pennants start*/
.pennants {
    position: absolute;
    top: 0px;
    left: 365px;
    height: 54px;
    width: 134px;
    text-decoration: none;
    color: #fff;
}

    .pennants span {
        position: absolute;
        left: -999em;
        /* opacity:.6; /* FX/Opera/Safari/Chrome */
        /* -ms-filter:"alpha(opacity=60)"; /* IE8 */
        /* filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .pennants:hover span, .pennants:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*pennants end*/

/*foam  start*/
.foam {
    position: absolute;
    top: 36px;
    left: 170px;
    height: 138px;
    width: 86px;
    text-decoration: none;
    color: #fff;
}

    .foam span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .foam:hover span, .foam:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*foam bag end*/

/*snack start*/
.snack {
    position: absolute;
    top: 782px;
    left: 407px;
    height: 105px;
    width: 166px;
    text-decoration: none;
    color: #fff;
}

    .snack span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .snack:hover span, .snack:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*snack end*/


/*Bowl start*/
.Bowl {
    position: absolute;
    top: 386px;
    left: 85px;
    height: 46px;
    width: 187px;
    text-decoration: none;
    color: #fff;
}

    .Bowl span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .Bowl:hover span, .Bowl:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*Bowl end*/

/*Footballs start*/
.Footballs {
    position: absolute;
    top: 414px;
    left: 57px;
    height: 64px;
    width: 103px;
    text-decoration: none;
    color: #fff;
}

    .Footballs span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .Footballs:hover span, .Footballs:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*Footballs end*/

/*Remote start*/
.Remote {
    position: absolute;
    top: 414px;
    left: 272px;
    height: 53px;
    width: 93px;
    text-decoration: none;
    color: #fff;
}

    .Remote span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .Remote:hover span, .Remote:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*Remote end*/

/*Plates start*/
.Plates {
    position: absolute;
    top: 414px;
    left: 499px;
    height: 38px;
    width: 152px;
    text-decoration: none;
    color: #fff;
}

    .Plates span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .Plates:hover span, .Plates:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*Plates end*/

/*Bottle start*/
.Bottle {
    position: absolute;
    top: 195px;
    left: 256px;
    height: 86px;
    width: 37px;
    text-decoration: none;
    color: #fff;
}

    .Bottle span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .Bottle:hover span, .Bottle:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*Bottle end*/


/*beer start*/
.beer {
    position: absolute;
    top: 373px;
    left: 351px;
    height: 116px;
    width: 99px;
    text-decoration: none;
    color: #fff;
}

    .beer span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .beer:hover span, .beer:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*beer end*/


/*beer start*/
.jersy2 {
    position: absolute;
    top: 165px;
    left: 293px;
    height: 150px;
    width: 144px;
    text-decoration: none;
    color: #fff;
}

    .jersy2 span {
        position: absolute;
        left: -999em;
        /*opacity:.6; /* FX/Opera/Safari/Chrome */
        /*-ms-filter:"alpha(opacity=60)"; /* IE8 */
        /*filter:alpha(opacity=60); /* IE6/IE7 */
        border-radius: 8px;
        box-shadow: #000 2px 2px 6px;
    }

    .jersy2:hover span, .jersy2:focus span {
        left: 40px;
        top: -60px;
        width: 400px;
        padding: 10px;
        border: 2px solid orange;
        background: #ffffff;
    }
/*beer end*/

/*superbowl end*/
/*Back To Top*/ .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    outline: 0;
    z-index: 11;
}

#back-to-top a:link {
    outline: 0;
    border-radius: 0;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
}

/*Video Start*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    opacity: 0.5;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #dialog {
    padding: 10px;
    background-color: #ffffff;
    border: 0px solid #717073;
}

    #boxes #dialog p {
        max-width: 425px;
    }

.close {
    position: absolute;
    right: -5px;
    top: -5px;
}

.action_btn {
    background: url('/site_images/0001/2213/btn_sendmessage.png') repeat-x;
    padding: 7px 10px;
    margin: 10px auto;
    text-align: center;
    width: 150px;
    color: #fff;
}
/*Video End*/

/*Meeting Save Buttons*/
/*2017*/
.save-am17 {
    background-color:#00b3be;
    padding: 2rem;
    margin: 10px 0px 20px;
    text-align: center;
    width: 400px;
    color: #fff;
    border-radius:20px;
}

.save-am17 strong {
    font-weight:700;
    color: #fff;   
}

/* Sticky footer styles-------------------------------------------------- */
html{position:relative;min-height:100%}
body{/* Margin bottom by footer height */ margin-bottom:60px}
#footer{position:absolute;bottom:0;width:100%;/* Set the fixed height of the footer here */ height:80px;background-color:#f5f5f5}
/* Custom page CSS-------------------------------------------------- *//* Not required for template or sticky footer method. .container{width:auto;max-width:680px;padding:0 15px;*/}
.container .text-muted{margin:20px 0}
/* Sticky footer styles END-------------------------------------------------- */

/*Meeting Page Qa!*/
.qa-meeting-desciption li {
    margin-bottom: .5rem;
}

@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }

    .jumbotron.footer.hidden-xs {
    display: none;}

    .jumbotron.contact {
        display: none;}
}

/*Alert*/
.alert-danger {
    color: #ffffff !important;
    background-color: #D52B1E;
    border-color: D52B1E;
    text-align: center;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 5px;
        padding-right: 5px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}

.alert-dismissable .close, .alert-dismissible .close {
    color: #ffffff !important;
    opacity: inherit;
    position: relative;
    top: 3px;
    right: 35px;	
}

p.alert {
    font-size: 1.6rem;
    color: #ffffff;
    padding-bottom: .1rem;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 2.6rem;
}

.alert {
    margin-bottom: 0px;
}

p.alert a:hover {
    color: #FED100 !important;
}

.lower {text-transform: lowercase;}