.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.garamond {
	font-family: 'EB Garamond', serif;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.strong {
	font-weight: 500;
}

.bodyback {
	/*background-image:url(../images/pagebg.jpg);*/
	background-color: rgb(242, 242, 242);
	background-size:100%;}
	
.container { width:100%
	/*width: 1100px !important;*/
}

.containermain { 
	width: 1140px !important;
	margin:auto;
}

.containermain1 { 
	width: 1140px !important;
	margin:auto;
    padding:10px 0px 0px 0px;
	background-color: #fff;
}

.icon {  
}

.icon img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.icon:hover img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

hr.header-hr {
	/*border-color: #e7e7e7;*/
	border-bottom: 1px solid #e7e7e7;
}

.home-button {
	width: 24px;
	padding-top: 48px;
}

h1 {
	font-size: 56px;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}

h1.headline {
	margin-top: 30px;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}

.h3, h3 {
    font-size: 20px;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #013A4D;; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}


h1.section-title {color:#fff; padding-top:5px; text-decoration: none; border-bottom: double #FFF;}

.plusright {
    float: right;
    font-size: 22px;
    font-weight: 600;
    margin-top: -3px;
}

blockquote {
    padding: 10px 25px;
    margin: 0 0 25px;
    font-size: 15.5px;
    border: 0px;
}

a {
  background-color: transparent;
  /* add default link color here: color: # ;*/
  text-decoration: none;
}
.SBRSubTitleLvl3 {
    font-size: 16px;
	font-weight:600;
}


.imageboxtext {
	padding:5px 30px 5px 35px;;
	text-align:justify;
	background:rgba(204,204,204, 0.25);
	min-height: 260px; /*min-height:560px;*/
	}
	
	
.textField label {
    width: 25%;
    vertical-align: top;
}
#viewcontent input {margin-bottom:5px;}

a:active,
a:hover {
  outline: 0;
  color: #a14a00;
  text-decoration: none;
}

.article img {
    width: 98%;
}
p {
	font-family: sans-serif;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased; font-weight:500;
}


.leadwhite, .contentbox {color:#fff; padding:5px 5px;font-size:18px; padding:10px 45px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}
.leadwhite a {color:#CC2200; font-weight:600;}
.leadwhite a:hover {color:#F03; font-weight:600; text-decoration:underline}

.leadwhite a:after {
	content: '\25ba';
    padding-left: 3px;
    position: absolute; /* Prevent underline of arrow */
    /* padding-left:2px; Add a little space between text and arrow */
   /* content: "\00bb";  Unicode hex for &raquo; */
}

.leadwhite a:hover:after {
    content: "\25bc"; padding-left: 3px;
}

.arrow-right:after  {
  
    content: '\25ba';
    padding-left: 0.15em;
  }


.whitebackg {background-color:#FFF; color:#000; font-size:16px; padding:5px 20px; min-height:320px; border-radius: 4px 4px 4px 4px;}

.centerimage {background-color:#fff;}

.imageboxA {padding-top:12px;} .imageboxB {padding:2px 10px; width:80%}
.home-bottom-header {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    text-transform: capitalize;
    padding: 3px;}

.home-bottom-header > a, .home-bottom-header > a:visited {color:#FFF; text-decoration:none}

/*.backgroundorange {background-color:#ffab4b;}*/
.backgroundorange {
background-image:linear-gradient(to right, rgb(255,171,75) 2%, rgb(255,204,102) 80%);
} 
.backgroundorange:hover {
background-image:linear-gradient(to left, rgb(255,171,75) 2%, rgb(255,204,102) 100%);
} 
.backgroundbluebox {
background-image:linear-gradient(to right, rgb(51, 156, 255) 2%, rgba( 1,58,77, 0.90) 80%);
} /*(5, 218, 255, 0.90) 176,224,230*/
.backgroundbluebox:hover {
background-image:linear-gradient(to left, rgb(51, 156, 255) 20%, rgba( 1,58,77, 0.90) 100%);
} /*(5, 218, 255, 0.90) 176,224,230*/

.backgroundgreen {
background-image:linear-gradient(to right, rgb(76,175,80) 2%, rgb(0,168,133) 60%);
} 
.backgroundgreen:hover {
background-image:linear-gradient(to left, rgb(76,175,80) 2%, rgb(0,168,133) 60%);
}

.backgroundlightblue {background-color:#445e97;}
.backgrounddarkblue {background-color:#013a4d;}
.backgroundblue {
background-image:linear-gradient(to right, rgb(51, 156, 255) 2%, rgba( 1,58,77, 0.90)90%);
} /*(5, 218, 255, 0.90) 176,224,230*/
.backgroundimagehome {
	    background:url(../images/bgimage3.jpg) no-repeat;
  		background-repeat: no-repeat;
        background-size: auto 430px;
       /*
	   background-size: cover;position: absolute;
bottom: 0px;
margin: auto;*/
		}
		

.footerwhite {text-align:center; color:#fff; padding-top:10px; padding-bottom:10px; font-weight:700;}
.footerwhite a {color:#fff; text-decoration:none}
.imagebox ul {padding-left: 15px;}
.imagebox li {padding: 5px;}


.navbar-sbr-logo {
	padding: 2px 0px 15px;
}

.navbar-default {
	background-color:#FFFFFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:#F8F8F8;
}

.navbar-default .navbar-toggle {
	border:none;
}


.navbar-toggle {
margin-top: 28px;
}

.navbar-toggle:focus {
    outline: 2px none;
}

.navbar-toggle:hover {
    outline: 2px none;
}
.navbar-default .navbar-toggle .icon-bar {
  height: 4px;
  background-color: #e61e26;
}

.navbar-default .navbar-toggle {

}



#footer {
	background-color: #2d2d2d;
	color: #fff;
	width: 100%;
	margin-top: 50px;
}


#webBx, #eNewsBx, #socialMediaBx {
	font-family: "Helvetica Neue,Helvetica,Arial,sans-serif";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}


#subbodynav{   
    /*background:#ffe0cc;*/		/*right nav bg*/
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    padding:0 0 60px 0;
    margin:0 0 20px 0;
    width:95%;
}


#topNavsbrContainer {
	width: 600px;
	height: 40px;
	position: relative;
	z-index: 600;
	top:25px;
	background: -webkit-linear-gradient(#ffffff, #cdedede); 
    background: -o-linear-gradient(#ffffff, #dedede); 
    background: -moz-linear-gradient(#ffffff, #dedede); 
    background: linear-gradient(#ffffff, #dedede); 
	border-bottom:#CCC medium;
	font-size:16px;
	font-weight:600;
	 -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}
#navsbr{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;	
	
}

#navsbr li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navsbr li:last-child { margin-bottom:0.75em;}


  .navItemsbr {left:2px;}
  .menuChoices { background-color: #F2F2F2; color:#2E2E2E; left:0px; width:180px;position: absolute;top:28px; text-align:left; line-height:25px; font-size:16px; border-radius: 0px 0px 0px 15px;}
  .menuChoices ul {padding-left:0px;}
  .menuChoices li {padding-left:0px;} 
  
  .menuChoices a {color: #3E3E3E; text-decoration: none; font-weight:600; padding-left:10px; width:180px;}
  .menuChoices  a:hover {text-decoration: none; color:#ffffff; }
  .menuChoices  li:hover {line-height:25px; background-color:#accf37;}  
  /* position your menus */
   #menu0 {position: absolute; top: 12px; left: 5px;}
   #menu1 {position: absolute; top:12px; left: 65px;}
   #menu2 {position: absolute; top:12px; left: 225px;}
   #menu3 {position: absolute; top:12px; left: 400px;}
   #menu4 {position: absolute; top:12px; left: 495px;}
   

  .menu1Choices { background-color: #CC9; color:#6E6E6E; left:5px; width:210px;position: absolute;top:0px; left:180px; text-align:left; line-height:25px; font-size:14px; border-radius: 0px 0px 15px 0px;}
  .menu1Choices ul {padding-left:0px;}
  .menu1Choices li {padding-left:0px;}
  .menu1Choices a {color: #2E2E2E; text-decoration: none; font-weight:600; padding-left:10px;}
  .menu1Choices  a:hover {text-decoration: none; color:#ffffff; }
  .menu1Choices  li:hover {line-height:25px; background-color:#337ab7;}  
  
  .menu2Choices { background-color: #CC9; color:#6E6E6E; left:5px; width:210px;position: absolute;top:25px; left:180px; text-align:left; line-height:25px; border-radius: 0px 0px 15px 0px;}
  .menu2Choices ul {padding-left:0px;}
  .menu2Choices li {padding-left:0px;}
  .menu2Choices a {color:#6E6E6E; text-decoration: none; font-weight:400; padding-left:10px;}
  .menu2Choices  a:hover {text-decoration: none; color:#ffffff; }
  .menu2Choices  li:hover {line-height:25px; background-color:#337ab7;}  

.tabsbr:link, .tabsbr:visited {	padding:10px;}

.navbar-nav .open .dropdown-menu {
    background-color:#FFC;
	font-size: 13px;
}

.spanmover {
    display: block;
    background: repeating-linear-gradient( -90deg, #445e97, #445e97 10px, #013a4d 16px, #013a4d 2px);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.75em;
    font-weight: 600;
	text-align:center;
    color: #ffffff;
    text-transform: uppercase;
    padding:2px;
	width: 350px;
}
.spanmover:hover {
background: rgba(1, 58, 77, 1);
}

.spanmovershort {
    display: block;
    background-color:#FFF;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.10em;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase; padding:3px 0px;
    width: 170px;
    text-align: center;
}
.spanmovershort:hover {
background-color: #445e97;
color:#FFF;
}

.carousel-caption {
  position: relative;
  left: 0;
  bottom: inherit;
  padding-bottom: 0;
  overflow: hidden;
  color: #252525;
  text-shadow: none;
  text-align: left;
  z-index:999;
  right:0px;
  top: -312px;
   float: right;
    width: 360px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 20px;
}
.carousel-indicators {
    top: 350px;
    left: 45%;
}

.carousel-inner {
   height: 430px;
}

.carousel-inner .item > img {
    float: left;
    margin-right: 30px;
}

.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
	width:auto;
	max-width: inherit;
}



.tree, .tree ul {
    margin:0;
	margin-left:-7px;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:0em;
    position:relative
}
.tree ul ul {
    margin-left:1.20em;
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-right:1px solid
}
.tree li {
    margin:0;
    padding:0px 0px 0px 1.0em;
    line-height:1.5em;
    color:#369;
    font-weight:700;
	font-size:0.90em;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0;

}
.tree ul li:last-child:before {
    background:#eee;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li a:hover {
	background-color:#000;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.nav > li > a {
    padding: 10px 5px;
}
@media (max-width: 1140px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
       
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
	

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.spanmover {
    display: block;
    background: repeating-linear-gradient( -90deg, #013a4d, #013a4d 2px, #000000 20px, #000000 22px);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.0em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 8px;
	max-width:350px;
    left: 0;
	width:100%;
}
.spanmover:hover {
background: rgba(137, 170, 44, 1);
}

.containermain { 
	width: 100% !important;
	margin:auto;
}
.backgroundimagehome {
  		background:#ffffff;
		}
		
.containermain1 { 
	width: 100% !important;
	margin:auto;
}

.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width:100%;
    max-width: inherit
}
.carousel-caption { top: -252px;}

.carousel-inner {
    height: 395px;
}
}
@media (max-width: 768px) {
	.bizneed {min-height: 225px;}
	.containermain { 
	width: 100% !important;
	margin:auto;
}
.backgroundimagehome {
		background:#ffffff;
		}
		
.containermain1 { 
	width: 100% !important;
	margin:auto;
}

.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width:100%;
    max-width: inherit
}

.carousel-caption {
    position: relative;
    bottom: inherit;
    overflow: hidden;
    color: #252525;
    text-shadow: none;
    text-align: left;
    z-index: 999;
    left: 0px;
    top: 0px;
    float: right;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 2px 10px;
}
.carousel-inner {
    height: 450px;
}
.carousel-indicators {
    top: 230px;
    left: 50%;
}
.bodyback {
	background-image: none;}
	
img {width:100%}
}


@media (max-width: 400px) {
.imagebox img {width:80%; height:80%}

h1 {font-size: 30px;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}
h1.section-title {color:#fff; padding-top:10px; text-decoration: none; border-bottom: double #FFF;}

	
	.carousel-indicators {
    top: 120px;
    left: 50%;
}

.carousel-inner {
    height: 370px;
}


	.navbar-sbr-logo {
		float: left;
		max-width: 200px;
	}
	.navbar-toggle {
    margin-top: 15px;
}
.navbar-default .navbar-toggle {
    border:none;
}
.container {
    padding:0px;
    margin-right: auto;
    margin-left: auto;

    h1 {
	font-size: 34px;
}

h1.headline {
	margin-top: 10px;
}


.row-offcanvas-left .sidebar-offcanvas {
    left: -41%;
}
.row-offcanvas-left.active {
    left: 45%;
}

.row-offcanvas-left.active .main {
    opacity: 0.6;
  }
.home-button {
	padding-top: 20px;
}

.bizneed {min-height: 185px;}


#viewcontent img {max-width:90px; min-width:50px;}

.leadwhite {
    color: #fff;
    padding:5px 5px;
}



.backgroundimagehome {
		background:#ffffff;
		}
		
.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width:100%;
    max-width: inherit
}
.carousel-caption {
    position: relative;
    bottom: inherit;
    overflow: hidden;
    color: #252525;
    text-shadow: none;
    text-align: left;
    z-index: 999;
    left: 0px;
    top: 0px;
    float: right;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 2px 10px;
}


}

@media (max-width: 330px) {
	.navbar-sbr-logo {
		float: left;
		padding: 15px 0px 0px 0px !important;
		max-width: 77%;
	}
	.pull-left{padding-left:0px;}
	.navbar-sbr-logo {max-width:200px}
	.bizneed {min-height: 185px;}
	
.containermain { 
	width: 100% !important;
	margin:auto;
}
.backgroundimagehome {
		background:#ffffff;
		}
		
.containermain1 { 
	width: 100% !important;
	margin:auto;
}

.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width:100%;
    max-width: inherit
}
.carousel-indicators {
    top: 110px;
    left: 50%;
}
h1 {
	font-size: 26px;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}
h1.section-title {color:#fff; padding-top:10px; text-decoration: none; border-bottom: double #FFF;}

.imagebox img {width:80%; height:80%}
}

@media (min-width: 768px) {
.carousel-caption {
  position: relative;
  left: 0;
  bottom: inherit;
  padding-bottom: 0;
  overflow: hidden;
  color: #252525;
  text-shadow: none;
  text-align: left;
  z-index:999;
  right:0px;
  top: -312px;
  float: right;
  width: 350px;
  background-color:rgba(255,255,255,0.8)f;
  padding: 20px 10px;
}

.carousel-indicators {
    bottom: 40px;
    left: 28%;
	background:#999; 
	 filter: alpha(opacity=60);
  -moz-opacity: 0.6; 
  opacity: 0.6
}

.carousel-inner {
    top: 20px;
}

.carousel-inner .item > img {
    float: left;
    margin-right: 30px;
}

}



#subbodynav ul ul.sidenavSubMenu { 
    /*border-bottom: 1px dotted #EBEEF5;*/ /*right nav border bottom*/
	list-style: inside none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #C9E2AF;*/ /*white, right nav sub nav bg*/
	width: 100%;
}

#subbodynav ul ul.sidenavSubMenu li {
    /*border-bottom: 1px dotted #F9B87D;*/ /*right nav border bottom*/
}

#subbodynav ul ul.sidenavSubMenu li a {
	margin-left: 15px;
	/*border-top: 1px dotted #EBEEF5;*/	/*right nav border bottom*/
    border-bottom: none;
	font-size: 13px;
}


