﻿@charset "UTF-8";
@import url('css/bootstrap.css');
@import url('css/bootstrap_override.css');
@import url('simple/simpleMenu.css');
@font-face {
    font-family: 'Nexa Light'; src: url('fonts/Nexa_Free_Light.otf');    
}
@font-face {font-family: 'Nexa Bold'; src: url('fonts/Nexa Bold.otf');
}
@import url('css/search-override.css');


/** page structure **/

.navigation {
    display: block;
    float: left;
}

    .navigation li {
        display: block;
        float: left;
    }

        .navigation li a {
            display: block;
            float: left;
            font-size: 1.4em;
            line-height: 70px;
            padding: 0 25px;
            text-decoration: none;
            font-weight: bold;
            color: #c1c1c1;
        }

            .navigation li a:hover {
                color: #dedede;
            }

        .navigation li.threebar {
            display: none;
            font-size: 1.8em;
        }

            .navigation li.threebar a {
                position: relative;
                padding: 0 30px;
            }

                .navigation li.threebar a:hover {
                    padding: 0 30px;
                    color: #bababa;
                    background: #3a3a3a;
                }



/** clearfix **/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div#search_box_wrapper {
    padding-bottom: 15px;
}

    div#search_box_wrapper .gsc-input-box {
        background: transparent !important;
        border: 1px solid #fff;
        height: 30px;
    }

    div#search_box_wrapper .gsc-input input.gsc-input {
        background: transparent !important;
    }

    div#search_box_wrapper .gscb_a {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font: 20px/13px arial,sans-serif;
        /* padding: 5px 0px 0px 0px; */
    }

    div#search_box_wrapper input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
        border-color: #F1C232;
        background-color: #F1C232;
        background-image: none;
        filter: none;
        height: 25px;
    }

    div#search_box_wrapper .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
        width: auto !important;
        height: 13px;
        padding: 6px 27px;
        min-width: 13px;
        margin-top: 2px;
    }



/* minified reset styles http://html5boilerplate.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, .SkinObject, .Normal {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.headerimage {
    xborder: 1px solid black;
    max-width: 60%;
    padding-left: 0;
    padding-right: 0;  
    float: left;
}

    .headerimage > a {
        max-width: 100%;
        float: left;
    }

    .headerimage img {
        display: block;
        height: auto;
        max-width: 350px;
        padding: 0px;
    }

.wrapper_body {
    margin: 0 auto;
    padding: 0px 0px;
}


#content_wrapper{
margin-bottom: 25px;
background-color: #fff;
}

.wrapper{
width: auto;
}

.wrapper_footer {
    margin: 0 auto;
}

#headerWrapper {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    position: fixed;
    z-index: 5;
}

#hamburger {
    margin: 58px 0;
}

.shadow {
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


.footer_copyright_container {
    float: left;
    clear: both;
    color: #fff;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding-top: 25px;
}

.divline {
    border-top: 1px solid #e1e1e1;
    margin: 30px auto 0px auto;
    padding-top: 35px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline;
    zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    x-webkit-text-size-adjust: 100%;
    x-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
}

::-moz-selection {
    background: #e7a323;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e7a323;
    color: #fff;
    text-shadow: none;
}

a {
    color: #000;
}

    a:visited {
        color: #000;
    }

    a:hover {
        color: #770000;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
        text-decoration: none;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type=button], input[type=reset], input[type=submit] {
        cursor: pointer;
        -webkit-appearance: button;
        overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        width: 13px;
        height: 13px;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

/* ------------------------------------
         Skin Styles
    ---------------------------------- */

/*.clearfix {
 *zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}*/

/*-------------------------------------
     TEXT STYLES
    -----------------------------------*/

a,
a:link,
a:visited,
a:active {
    outline: 0;
}

    a:focus,
    a:hover {
    }

p {
    line-height: 1.6em;
    margin: 0px 0px 15px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal;
}

h1 {
    /*font-size: 24pt;*/ font-size: 1.875em;
}

h2 {
    /*font-size: 18pt;*/ font-size: 1.4em;
}

h3 {
    /*font-size: 15pt;*/ font-size: 1.125em;
}

h4 {
    /*font-size: 12pt;*/ font-size: 1em;
}

.TitleLine h2 {
    border-bottom: 1px solid #DDD;
    font-size: 20px;
    height: 12px;
    margin-bottom: 10px;
}

.TitleLine span {
    background: #FFF;
    padding-right: 10px;
}

/*-------------------------------------
    BASE LAYOUT ELEMENTS - RESPONSIVE LATER
    -----------------------------------*/
body div:not(.ControlContainer) {
}

#PageBody {
    position: relative;
    margin: 0 auto 20px;
    max-width: 100%;
    min-width: 721px;
    width: 100%;
    clear: both;
    border: 1px solid #f0f0f0;
}

    #PageBody > div, #PageBody > header, #breadcrumb, #PageBody > section {
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

header {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
    clear: both;
    width: 100%;
    display: inline-block;
}

.SiteLogo {
    display: block;
    float: left;
    margin: 0px 0 0 15px;
}

.Login {
    float: right;
    margin-left: 20px;
}

.SiteSearch {
    float: right;
}

img {
    /* display: block;*/
    height: auto;
    max-width: 100%;
}

.breadCrumb {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding: 40px 25px 20px 25px !important;
}

    .breadCrumb span span > span:last-of-type {
        display: none;
    }

nav a {
    color: #3F3F3F !important;
}

nav {
    padding-left: 0px;
    margin-bottom: 0px;
}

#breadcrumb .breadCrumb:first-child {
    border: none;
}

.breadCrumb:before {
    /*content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    border-width: 11px 0 11px 11px;
    border-style: solid;
    border-color: #EFEFEF #EFEFEF #EFEFEF transparent;
    left: -1em; */
}

.breadCrumb:after {
    /* content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #EFEFEF;
    right: -1em; */
}

#banner {
    clear: both;
    padding: 10px;
}

#BannerPane {
    border: 1px solid #F0F0F0;
}

#Content {
    clear: both;
}


#dnn_footer_dnnLogin_loginLink {
    /*float: right;*/
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

/*Footer
----------------------------------------*/
#footer_container{ 
    background: #101010 url("images/footer_bg.png")repeat;
    padding: 25px 2em 10px 2em;
    color: #999;
    clear: both;
}

#footer_container .container{
background-color: transparent;
}

#footer2_container{
background: #fff;
padding: 25px;
}

    #footer_container a, #footer_container .Normal {
        color: #e8e8e8;
        font-weight: normal;
        text-decoration:underline;
    }

        #footer_container a:hover {
            color: #F0F0F0;
        }



ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

#oumark {
    background-image: url("images/ou_symbol_red_25px.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    min-height: 35px;
    max-width: 750px;
    padding: 0px 0 0 30px; 
}
    #oumark p {
        line-height: 1.5em !important;
        margin: 0px 0px 0px 0px;
        font-size: 0.9em;
        font-weight: normal;
    }



/* Copyright
    -------------------------------------*/
#copyright {
    color: #a6a6a6;
    font-size:.8em;
}

    #copyright a:link,
    #copyright a:visited {
        color: #a6a6a6;    font-size:.9em;
    }

    #copyright a:hover, #copyright a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover, #copyright a.DNNMobileLink:focus {
            color: #ffffff;
        }


/*========================================================+
|  Panes                                                  |
+========================================================*/
.pane {
    float: left;
}

.ContentPane {
    width: 100%;
}

[class^="fourCol"] {
    width: 24%;
    margin-right: 15px;
}

.fourCol1 {
}

.fourCol2 {
}

.fourCol3 {
}

.fourCol4 {
    margin-right: 0;
}
/* Empty Panes */
.DNNEmptyPane {
    /* width: 0; */
    margin: 0;
}



/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

#userControls {
 height: 35px;
}

#login ul {
    padding: 0 0 0 0px;
}

#login {
    float: right;
    /*background-color: #333; */ letter-spacing: normal;
    text-transform: uppercase;
    font-size: 0.7em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    color: #ffffff;
    letter-spacing: 0.1em;
}

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: left;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup ul {
            margin-left: 0px;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            min-width: 12px;
            padding: 10px 15px;
            font-size: 11px;
            vertical-align: middle;
            color: silver;
        }

            #login .registerGroup a:hover, #login .loginGroup a:hover {
                text-decoration: none; /*background: #999; /* Old browsers */ /*background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */ /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */ /*background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */ /* background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */ /*background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */ /*background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */ /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #fff;
                background-color: #999;
                 }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                left: 0;
                top: 0;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #ccc;
	margin-right: 1px;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
        width: 18px;
    }

    #login .userNotifications {
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
            width: 18px;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 35px;
        width: 35px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
    }

        #login .loginGroup a {
            color: silver;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.mobileButtons {
    display: none;
    float: right;
}

    .mobileButtons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobileButtons li {
        list-style: none;
        padding: 0;
        margin: 0 10px 0 0;
        display: block;
        float: left;
    }

        .mobileButtons li a {
            padding: 0 10px;
            font-size: 14px;
            color: #666666;
            border: 1px solid #DADADA;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }



/*----------------------*/
/*    DNN OVERRIDES     */
/*----------------------*/
.Head {
    border: none;
    margin-bottom: 5px;
}

.Normal, .NormalDisabled, .NormalDeleted {
    font-size: 16px;
    color: #555555;
    line-height: 1.6em;
}

.paneOutline {
    border: 1px solid #444;
}
   


/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }


    /* Ordered List */
    ol li {
        list-style-type: decimal;
        margin-bottom: 8px;
        vertical-align: top;
    }

    ol ol {
        margin-top: 8px;
        margin-left: 30px;
    }

        ol ol li {
            list-style-type: lower-roman;
        }

        ol ol ol li {
            list-style-type: lower-alpha;
        }

    ol ul li {
        list-style-type: lower-roman;
    }


#map-canvas {
    width: 100%;
    height: 450px;
    margin: 0px;
    padding: 0px;
}

/*FOOD MENUS*/

.menu-header {
    text-align: center;
}

.menu-header h2{
    font-size: 1.5em;
    font-weight: bold;
    color: #770000;
    text-transform: uppercase;
}

    .menu-header p {
        font-style: italic;
    }

.menu-clmn h2 {
    padding: 0 .75em;
    text-transform: uppercase;
    font-weight: 100;
    color: #770000;
    font-size: 1.25em;
    margin: 30px 0 15px 0;
}

.menu-clmn p {
    line-height: 1em;
    font-style: italic;
    padding: 0 1em;
    margin: 0 0 10px 0;
}

.menu {
    line-height: 1em;
    list-style-type: none;
    padding: 0 1em;
}

.price {
float: right;
font-style: italic;
font-size: 1.15em;
margin-top: 7px;
}

.desc {
float: left;
margin-right: 75px;
}

    .desc a {
    
     text-decoration: underline;
     color: #770000;
    }

.menu h3 {
    font-weight: 500;
}

.menu li {
overflow: hidden;
margin: 10px 0;
}



/* OTHER ELEMENTS */

a.menu-expand {
    background: #a31f34;
    width: 48px;
    height: 103px;
    border: none;
    float: left;
    padding: 35px 15px;
    box-size: border-box;
}

#dnn_Billboard_Header {
    z-index: 0;
}

a.menu-bar {
    background: rgba(37,37,37,.9);
    width: 48px;
    height: 560px;
    position: absolute;
    top: 103px;
    left: 0;
    color: #fff;
    z-index: 1;
}

    a.menu-bar span {
        font-family: 'Calibri', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        color: #FFF;
        transform: rotate(270deg);
        padding: 0 20px 0 0;
        margin-top: 50px;
        display: block;
    }

    a.menu-bar:hover {
        text-decoration: none;
    }

.menunav_footerlinks a:link {
    font-size: 0.8em;
}

.site-overlay {
    color: #fff;
    position: fixed;
    z-index: 999;
    max-width: 450px;
    padding: 6px;
    top: 103px;
    background: rgba(37,37,37,.9);
    box-sizing: border-box;
    display: none;
}

/*---------------------------------------------------------------*/
/* MainNNav*/
/*---------------------------------------------------------------*/

#mainNav{
    display: inline-block;
    vertical-align: middle;
    float: right; 
    margin: 55px 3% 0 0;
    text-transform: uppercase;
    font-size: 1.125em;
}

#mainNav a, #mainNav a:link, #mainNav a:visited,#mainNav a:active{
     color: #494746;
}

#mainnav a {
    font-family: 'Calibri',sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.1em;
}

/*---------------------------------------------------------------*/
/* SubNav*/
/*---------------------------------------------------------------*/
#SubNav{
    margin: 0 auto;
    height: auto;
    width: 100%;
}

#SubNav ul{
text-align: center;
float: none;
}

#SubNav ul li{
    text-transform:uppercase;
    font-size: 1.125em; 
    display: inline;
    margin: 0;
    float: none;
     border-right: 1px solid #555;
}

    #SubNav ul li:last-child {
        border:none;
    }

    #SubNav ul li.active a { 
        color: #770000;
        font-weight: bold;
    }


#SubNav ul li a{
color: #555;
transition: background-color 1s ease-in-out;
   -moz-transition: background-color 1s ease-in-out;
   -webkit-transition: background-color 1s ease-in-out;
   display: inline-block;
}

    #SubNav a:hover {
        color: #770000;
        background: none;
    }

.scrollbar-inner {
    padding: 20px;
}

.site-overlay a {
    color: #fff;
}

.site-overlay ul {
    list-style-type: none;
    border-bottom: 1px solid #e7a323;
    padding: 10px 0px;
    margin: 0px;
}

    .site-overlay ul li a {
        margin: 0 0;
        padding: 10px 0;
        display: block;
    }

        .site-overlay ul li a:hover {
            text-decoration: none;
            color: #e7a323;
        }

    .site-overlay ul li ul li {
        padding-left: 30px;
    }

        .site-overlay ul li ul li ul li {
            text-transform: none;
        }

.btn-blue{
    background-color: #6aa3a5;
    border: 2px solid #fff;
    color: white;    
    font-family: "Calibri",sans-serif;
    font-size: 1.125em;
    letter-spacing: .03125em;
    font-weight: bold;
    padding: .625em;
    position: relative;
    text-transform: uppercase;
    width: 70%;
    margin: 10px auto;
    transition: background-color linear .5s;
}

    .btn-blue a, .btn-blue a:visited, .btn-blue a:active {
        color: white;
    }

.btn-blue-single{
    background-color: #6aa3a5;
    border: 2px solid #fff;
    color: white;    
    font-family: "Calibri",sans-serif;
    font-size: 1.125em;
    letter-spacing: .03125em;
    font-weight: bold;
    padding: .625em;
    position: relative;
    text-transform: uppercase;
    width: 60%;
    margin: 0 auto;
    transition: background-color linear .5s;
}

    .btn-blue:hover {
        background-color: #41797b;

    }

h2.AccordionTabs {
    font-size: 1em;
}

#banners {
    width: 550px;
}
