<style>
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
</style>

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
    background: #FFF;
	font-family: 'Gothic A1', sans-serif;
}

/* Utility Classes */

html { overflow-y: scroll; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#007af5; }
a:hover { color:#036; }

.top-txt { text-align:center; color:#FFF; background:#00b1f4; border-bottom: 5px solid #286ab5; margin: 0 0 5px 0; padding:10px; font-weight:bold; font-size: 20px;}
.logo {text-align:center; margin: 0 0 10px 0;}
.bnr1 {padding:0;}
.bnr2 {padding:0; text-align:center;}
.bnr3 {padding:0; text-align:right;}
.bnr-txt1 { padding-left:0}
.bnr-txt2 { padding-left:0}
.bnr-txt3 { padding-left:0}
.bnr-txt1 h3 { font-size:15px; font-weight:400; font-family: 'Roboto Condensed', sans-serif;}
.bnr-txt1 ul li {font-family: 'Roboto Condensed', sans-serif; }
.bnr-txt1 ul {padding: 0 0 0 16px;}
.bnr-txt2 h3 { font-size:15px; font-weight:400; font-family: 'Roboto Condensed', sans-serif;}
.bnr-txt2 ul li {font-family: 'Roboto Condensed', sans-serif; }
.bnr-txt2 ul {padding: 0 0 0 16px;}
.bnr-txt3 h3 { font-size:15px; font-weight:400; font-family: 'Roboto Condensed', sans-serif;}
.bnr-txt3 ul li {font-family: 'Roboto Condensed', sans-serif; }
.bnr-txt3 ul {padding: 0 0 0 16px;}



/* Branding Bar */

.branding {
    background: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
}

.branding h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: .15em;
    color: rgb(245, 245, 245);
}

span.line {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 45px;
    background: url(../img/thatline.png) repeat-x center center;
}

.pinstripes {
    width: 100%;
    background: url(../img/pinstripes.jpg) repeat-x center center;
}


/* Orbit Slider (mobile first definitions */

.orbit-bullets {
    display: none;
}

.orbit-slide-number {
    display: none;
}

.orbit-caption {
    z-index: 10;
    color: rgb(245,245,245);
    font-size: 80%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}



/* Main Content Area */

.main-content {
    width: 100%;
    padding: 5px 19px 100px 20px;
    overflow: hidden;
}

.page {

}

.main-content .page h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dotted rgb(12, 12, 13);
    color: rgb(12, 12, 13);
    margin: 0 0 10px 0;
    line-height: 30px;
}

.main-content .page p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.main-content aside {
    margin-top: 38px;
    text-align: center;
}

.main-content aside p {
    font-size: 80%;
    font-family: 'Lora', serif;
}

.feature {
    border: 1px solid rgba(0,0,0,.2);
}

/* Update default Foundation 4 elements for full resolution decices */

@media screen and (min-width: 940px) {

    /* Top Bar Navigation */

    .transnav {
        background: transparent;
        margin: 0;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .transnav .left {
        float: none !important;
    }

    .transnav .top-bar-section > ul {
        width: auto;
        height: auto !important;
        display: inline-block;
    }

    .transnav .top-bar-section {
        left: auto !important;
        text-align: center;
    }

    .transnav .top-bar-section > ul {
        background: transparent;
    }

    .transnav .top-bar-section li a:not(.button) {
        background: transparent;
    }

    .transnav .top-bar-section li ul li a:not(.button):hover {
        background: rgb(32,32,44);
    }

    .transnav .top-bar-section .dropdown {
        text-align: left;
        background: rgb(30,30,30) url(../img/dark-pinstripe.png);
        border-bottom: 5px solid rgb(255,255,255);
        border-top: 1px solid rgb(215,215,215);
        -webkit-box-shadow: 0px 6px 4px -2px rgba(50, 50, 50, 0.95);
        -moz-box-shadow:    0px 6px 4px -2px rgba(50, 50, 50, 0.95);
        box-shadow:         0px 6px 4px -2px rgba(50, 50, 50, 0.95);
    }

    .top-bar-section ul li>a {
        font-weight: normal;
    }

    .transnav .top-bar-section ul li {
        font-weight: normal;
        font-size: 1.2em;
    }

    .transnav .top-bar-section ul li ul li {
        font-size: 1em;
    }

    /* Orbit Slider */

    .slider {
        position: relative;
        margin: 20px 0 25px 0;
        background: rgba(161,183,187,.03);
        border: 1px solid black;
        -moz-box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        -webkit-box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
    }

    .slideimage {
        position: relative;
        margin: 30px 37px 30px 37px;
        display: block;
        background: rgb(50,50,50);
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
    }

    .orbit-container {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        background: transparent;
    }

    .orbit-slides-container li:after {
        -moz-box-shadow: inset 0 0 18px rgba(0,0,0,.85);
        -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.85);
        box-shadow: inset 0 0 18px rgba(0,0,0,.85);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        content: "";
    }

    .orbit-slides-container img {
        width: 100%;
    }

    .orbit-bullets {
        display: inherit;
        bottom: -31px;
        top: auto;
        left: 30%;
        right: 30%;
        height: 26px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        z-index: 10;
        border: 1px solid rgb(0, 0, 0);
        -moz-box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        -webkit-box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, .5), inset 0 0 2px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, .5), inset 0 0 2px 0 rgba(255, 255, 255, .1);
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
    }

    .orbit-bullets li {
        float: none;
        display: inline-block;
        height: 10px;
        width: 10px;
        border: none;
        z-index: 15;
    }

    .orbit-bullets li.active {
        background: rgba(220, 255, 0,.8);
        border: none;
        -webkit-box-shadow: 0px 0px 15px rgba(220, 255, 0, 0.75);
        -moz-box-shadow:    0px 0px 15px rgba(220, 255, 0, 0.75);
        box-shadow:         0px 0px 15px rgba(220, 255, 0, 0.75);
    }

    .orbit-next, .orbit-prev {
        z-index: 5;
        border: 1px solid rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        -webkit-box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 0 6px 0 rgba(255,255,255,.5), inset 0 0 2px 0 rgba(255,255,255,.1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .orbit-prev {
        margin-left: 5px;
    }

    .orbit-next {
        margin-right: 5px;
    }

    .orbit-prev:hover, .orbit-next:hover {
        background: rgba(161,183,187,.09);
        cursor: pointer;
    }

}

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

    .transnav {margin: 0;}
}

@media screen and (max-width: 768px) {
    .branding h1 {
        display: block;
        text-align: center;
    }

    span.line {
        display: block;
        margin: 0 auto;
    }
	
	
}



@media screen and (max-width: 474px) and (min-width: 300px) {
	.bnr1 { text-align:center; margin:0 0 6px; 0;}
	.bnr2 { text-align:center; margin:0 0 6px; 0;} 
	.bnr3 { text-align:center;} 
   
	 
}



@media screen and (max-width: 768px) and (min-width: 475px) {
	.bnr1 { text-align:center; margin:0 0 6px; 0}
	.bnr2 { text-align:center; margin:0 0 6px; 0} 
	.bnr3 { text-align:center;}
}



