@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */


.modal {
	overflow: auto;
	color: #333;
}


* {
	box-sizing:border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: "myriad-pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
}

a:hover {
}

a:link {
}

a:visited {
}

ul, ol, p {
	margin-bottom: 20px;
}


p, #content ul li, #content ol li {
	line-height: 16px;
}

#content ul, #content ol {
	margin-left: 35px;
}


h1 { 
	font-size: 28px; 
	color: #333;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 { 
	font-size: 24px; 
	color: #264f75;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
        color:#336799;
}

.entry {
	margin-botttom: 25px;
}

#sidebar {
	width: 100%;
        
}

.widget-area p{
    margin:20px;
}

	/* Header */

header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.phoneNumber {
	text-align: right;
	font-size: 18px;
	margin-bottom: 15px;
	padding-right: 10px;
}

#social-media{
    width:100%;
    text-align:left;
    height:auto;
    padding:20px 0;
}
    #social-media ul{
        margin-bottom:0;
    }
    #social-media a:link, #social-media a:visited{
        font-size:30px;
        line-height:normal;
        color:#fff;
        display:inilne-block;
        vertical-align:central;
        background:#777;
        padding:7px 10px;
        margin:5px;
    }

        #social-media a:last-of-type{
            margin-right:0;
        }

        #social-media a:hover{
            text-decoration:none;
            background-color:#999;
        }

	/* Main Menu */

	.nav > li {
		position: relative;
		display: block;
	}

element.style {
}
.nav .caret {
border-top-color: #252525;
border-bottom-color: #252525;
}
        

.dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0 ;
	box-shadow: none;
    line-height: 20px;
    background-image: none;
  }
  
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
	      padding: 5px 15px 5px 25px;
  }
  




.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
}

.navbar-default{
    border-radius:0;
}

.navbar{
    margin-bottom:0;
    border:0;
}

.navbar-brand{
    font-size:11px;
}

.navbar a{
    color:#fff;
}
.navbar a:hover{
    color:#215383;
    background:rgba(255,255,255,1);
}
.current-menu-item > a, .current-menu-item > a:visited {
    color:#215383;
    background:rgba(255,255,255,1);
}

.navbar-collapse{
    max-height:600px;
}


	/* static banner and content */
.container{
    background:#fff;
}

#content{
    padding:20px 0;
}

.staticImage{
    padding:0 !important;
    margin:0 !important;
}
.staticImage img{
    max-width:100%;
    display:block;
    height:auto;
}

.btn, .btn:visited{
    display:inline-block;
    zoom:1;
    *display:inline;
    margin:10px 0;
    padding:10px 25px;
    background:#252525;
    color:#fff !important;
    text-transform:uppercase;
    font-size:25px;
}

.btn:hover{
    background:#3f3f3f;
    color:#f4f4f4;
}


  
	/* footer */ 
 
footer {
	background-color: #252525;
	padding-bottom: 10px;
	color: #FFF;
}

footer .container{
    background-color:transparent;
}



.footerBlue{
    background:#336799;
    padding:20px 0;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}


.poweredByTable {
	float: right;
}

.poweredByText {
    line-height: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.poweredByText a, .poweredByText a:hover {
	color: #FFF;
}




/* Icomoon font icons -- used for social media icons */

td.bubbleUpLogo a{
    color:#fff;
    font-size:60px;
    padding-right:10px;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?') format('eot'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
}
[class*="smIcon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.smIcon-bubbleup-logo:before {
	content: "\e600";
}
.smIcon-google:before {
	content: "\e601";
}
.smIcon-facebook:before {
	content: "\e602";
}
.smIcon-twitter:before {
	content: "\e603";
}
.smIcon-feed:before {
	content: "\e604";
}
.smIcon-youtube:before {
	content: "\e605";
}
.smIcon-vimeo:before {
	content: "\e606";
}
.smIcon-flickr:before {
	content: "\e607";
}
.smIcon-tumblr:before {
	content: "\e608";
}
.smIcon-linkedin:before {
	content: "\e609";
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel, .carousel-inner > .item > img {
    min-height:150px;
    width:auto;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width:760px) {
    
 

.carousel-inner > .item > img {

  min-width: 100%;
  height: 350px;
}

    #social-media{
        text-align:left;
    }
    .nav>li {
        float:left;
    }
	
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}
	
/* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #social-media{
        text-align:right;
    }
    .nav>li {
        float:left;
    }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}
	
	.featurette-heading {
    	margin-top: 120px;
  	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #social-media{
        text-align:right;
    }
    .nav>li {
        float:left;
    } 
	
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}
}