/** It came from content-style **/
/**umb_name:.featured*/

.featured {
color:red;
}
/**umb_name:.more-link*/
.more-link {
text-align: right;
}

h6 {
    color: #002649;
    border-color: #002649;
}
blockquote
{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    border: none;
}
img { width: auto;
      
}

h1 {
    font-weight: bold;
    font-family: 'Trebuchet MS';
    color: #333;
}
h3 {
    font-size: 28px;
    color: #135f9e; /*#0266CD;*/
    font-weight: bold;
}
/* primary  accent color */
/*h3,
h5,
blockquote {
    color: #0266CD;
    border-color: #0266CD;
    font-weight: bold;
}*/
.subheading {
    color: #515151;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-top: 2px;
    padding-bottom: 5px;
}

/*  #region Tables */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   [Tables] / table, th, td
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td { vertical-align: top; }
/*th { vertical-align: middle;font-size: 1.1em;}*/

/*#endregion*/

body
{
    padding-top: 172px; /* 191 197 202 225 108px 110px 115px 147px instead of 0px for sticky top */
    background: #fff url("/images/pattern-background.gif") repeat;
    font-size: 13px;
    font-family: "Arial", Calibri, Candara, Segoe, "Segoe UI", Optima, Tahoma, sans-serif;
    color: #313131;
}

.container {
    /*max-width: 1333px !important;*/
    max-width: 1353px !important;
    width:100%;
}

#mslheader {   
    background-color: #000;
    /*border-bottom: 5px solid #e9ac3b;*/
    border-radius: 0;
    margin-bottom: 0;
    z-index: inherit;
    padding-left:14%;
}
#mslsearch {
    margin-top: 5px;  /*12px*/
}
#dosLogo {

    display: block;
    background-color: white;   
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 9999;
}
/*.sticky + .content {
  padding-top: 102px;
}*/

/*#mslnavbar {
    Background: url(/images/msl/yellowlogbackgrndltr-adj.jpg) tan;
    background-position: 50% bottom;
    height: auto;
    z-index: 9999;  
}*/

/*#mslbglogo {
    Background: url(/images/msl/yellowlogbackgrndltr-adj.jpg) tan;
    background-position: 50% bottom;
    height: auto;
    z-index: 9999;
}*/

#yellowbackgrnd {
    Background: url(/images/msl/yellowlogbackgrndltr-adj.jpg) tan;
    background-position: 50% bottom;
    height: auto;
    z-index: 9999;
}

.navbar-brand {
    display:inline-block;
    height:auto;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 8px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}

.navbar-default .navbar-toggle {
    border-color: #222;
    color: #222;
    /*margin: 15px 0 0 0;*/
}

#banner{
    background-color:transparent;
    border:none;
}
.msl-logo {
    display: block;
    /*margin: 0 auto;*/
    /*width: 20%;*/
    /*float: left;*/ /*Add these below so Humberger menu stays in sam line as logo 50440*/
    /*margin-left: 10px;*/
    /*padding-left: 10px; */
    padding-top: 5px;   /* 15px 4px;*/
}

/*.msl-logo img {     
    display:block;
    float:none;
}*/

.tagline {
    color: #a95906;
    text-shadow: 4px 2px 4px rgba(0,0,0,0.7);
    font-size: 30px;
    text-align: center;
}
.navbar-nav {
    border: none;
    display: flex;
    justify-content: center;
    float:none; /*override bootstrap so the navigation is center*/
}
/* 50440*/
.navbar {
    margin-bottom: 0px;
    min-height: 42px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: Calibri;
    font-size: 21px;
    font-weight: bold;
    padding-top: 10px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #777;
}

.dropdown-menu {
    box-shadow: none;
}

.dropdown a {
    background: none;
    display: inline;
    padding: 4px;
    border: none;
    outline-color: none;
    border-bottom-color: none;
    min-width: 0px;
    font-size: 16px;
    font-weight: bold;
}
.dropdown:hover .dropdown-menu {
display:block;
}

/* search button */
#demo-2 input {
    outline: none;
}

#demo-2 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#demo-2 input::-webkit-search-decoration,
#demo-2 input::-webkit-search-cancel-button {
	display: none; 
}

#demo-2 input[type=search] {
    background: #ededed url(/media/1349/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    /*padding: 9px 10px 9px 32px;*/
    padding: 3px 8px 3px 2px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#demo-2 input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

#demo-2 input:-moz-placeholder {
    color: #999;
}

#demo-2 input::-webkit-input-placeholder {
    color: #999;
}

#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
/*target only IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #demo-2 input[type=search] {
    width: 35px;
    height: 30px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
}

#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.ezsearch-form {
    display: none;
}
#content, #main-content {
    background-color:white;
    padding:1em 15px;
}
.translation-bar {
background-color:#e2f1ff;
text-align:center;
padding:8px 1em;
}

#feature-container {
padding-top:0px;	
}

.translation-bar instruction {
padding-right:0.5em;

}
.translation-bar * {
    margin:0;
    display:inline-block;
}
/*image rotator */
#feature-window {
    /*border-color: #b4935d;*/
    width: 100%;
    /* margin-left: -20px;
	margin-right: -20px;*/
    max-height: 455px;
}

#myCarousel .carousel-caption h1 {
    font-size: 1.8em;
    color: white;
    text-shadow: 2px 2px #515151;
    box-shadow: 2px 2px #515151;
    border: 2px solid white;
    padding-left: 20px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 7px;
}

#myCarousel .carousel-caption h1 a {
    color: white;
    text-decoration: none;
}

#myCarousel .carousel-inner .item {
    /*display: inline-block;*/
    width: 100%;
    max-height: 455px;
    vertical-align: top;
    background-size: cover;
    background-position: 50% 50%;
}

#myCarousel .carousel-inner .item img {
    width: 100%;
    height: 100%;
}

#myCarousel .carousel-caption p {
    font-size: 1.9em;
    color: white;
    text-shadow: 2px 2px #515151;
}
/*#myCarousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
}*/
#BannerpauseButton {
    position: absolute;
    bottom: 14px;
    left: 49.6%;
}
ol .BannerPausebullet {
    list-style: none;
    color: red;
}
/*#myCarousel .BannerCarousel-playcontrols {
    position: absolute;
    bottom: 10px; 
    left: 49.3%; 
}*/
#panelCarousel {
    min-height: 325px;
}

#panelCarousel .carousel-caption {
    font-size: 1em;
    color: black;
    text-shadow: none;
    text-align:left;
    position:relative;
    /*bottom:0;*/
    right:0;
    left:0;
}

#panelCarousel .carousel-indicators {
    bottom:0;
}

#panelCarousel .carousel-indicators li {
    border:1px solid black;
}

#panelCarousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000;
}

#panelCarousel .carousel-control {
    width:24px;
    min-height:325px;
    background-image: none;
}

#panelCarousel .glyphicon {
    color:black;
}

.carousel-playcontrols {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 150px;
    padding-left: 0;
    
    text-align: center;
    list-style: none;
}

.btn.btn-lg.btn-special {
    background-color: #002649;
    border-color: #00f8fb;
    color: #fff;
}

.btn.btn-lg.btn-special {
    background-color: #002649;
    border: 2px solid #adfeff /*#00f8fb;*/;
    color: #fff;
}

.btn.btn-lg.btn-special:hover {
        background-color: #adfeff; /*#00f8fb;*/
        border: 2px solid #002649;
        color: #000;
}
/*-----[Panels]------------------------------------------------------------[@SB-brand]*/

.panel {
    /*border-top-color: #490f0f;*/    
    border: none;
    border-top: 8px solid #bd8e32;
    border-radius: 0;
    padding-top: 1em;
    margin-top: 1em;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top-color: #FFF;
}

.panel h4 {
    background-color: #490f0f;
}

.panel-333333 .panel-right h4,
.panel-6733 .panel-right h4, .infobox .title {
    background-color: #490f0f;
}
.panel iframe {
    max-width:100%;
}
.list-unstyled {
    padding-left:0;
    list-style:none;
}
.panel-column {
    padding:0 8px;
}
.feature-slider {
    vertical-align:middle;
}
/*.feature {
    margin:auto 0;
    width:100%;
}*/
.feature .pull-left {
    max-height:100%;
    margin-right:2em;
}
figure.image-left, img.image-left, .image-left > img {
    display:block;
    margin-bottom:0.5em;
}
/*img {
width:auto;
}*/
.feature h4 {
    background:none;
    color: inherit;
    text-transform:none;
    font-size:21px;
    margin-top:0;    
    /*margin-bottom:0.5em;*/
    /*padding:0 8px;*/ 
    font-weight:bold;
}
.feature-pager {
    display:none;
}
.cycle-slideshow-control-button {
    display:none;
}

#footer {
    background-color:#000;
    color:#fff;
    border-top:5px solid #002649;
    padding:1em;
    font-size:14px;
}
#footer a {
    color:white;
    text-decoration:none;
}
#footer a:hover {
    color: rgb(227, 111, 30);
}
.site-map > li > a {
    font-weight:bold;
    display:inline-block;
}
.site-map-secondary {
    list-style-type:none;
    padding-left:15px;
    text-align:left;
}
.site-map-secondary > li {
    margin-bottom:10px;
}
.site-map .nav >li> a:hover {
    background-color:black;
}
/*.hrpattern {
    margin: 0px;
    height: 50px;
    background: url(/images/bg.jpg);
    margin-top: -1px;
    border-top: 9px solid #490f0f;
    border-bottom: 9px solid #490f0f;
}*/

/*-----[Quicklinks]-----------------------------------------------------[@SB-brand]*/

.section-links .tab-panel:nth-child(1) .panel-header {
    background-color: #135f9e; /*#003399 #105b93*/
    text-transform: none;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.section-links .tab-panel:nth-child(2) .panel-header {
    background-color: #4f5a2f;
    text-transform: none;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.section-links .tab-panel:nth-child(3) .panel-header {
    background-color: #bb8e4b;
    text-transform: none;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.section-links .tab-panel:nth-child(4) .panel-header {
    background-color: #3d3471;
    text-transform: none;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.section-links .tab-panel:nth-child(5) .panel-header {
    background-color: #771b1b;
    text-transform: none;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.section-links .button {
    background-color: #fff;
    display: none;
}
c
.panels .panel {
    margin: 0px;
}

.section-links .tab-panel {
    border-bottom-color: #490f0f;
    border: 0px;
    padding-bottom: 0px;
}

.section-links .tab-panel:nth-child(1) .panel-content {
    background: url(/images/division-quicklinks-shadow.png) top left no-repeat #135f9e; /*#003399 #105b93*/
    background-size: 100% 15%;
}

.section-links .tab-panel:nth-child(2) .panel-content {
    background: url(/images/division-quicklinks-shadow.png) top left no-repeat #4f5a2f;
    background-size: 100% 15%;
}

.section-links .tab-panel:nth-child(3) .panel-content {
    background: url(/images/division-quicklinks-shadow.png) top left no-repeat #bb8e4b;
    background-size: 100% 15%;
}

.section-links .tab-panel:nth-child(4) .panel-content {
    background: url(/images/division-quicklinks-shadow.png) top left no-repeat #3d3471;
    background-size: 100% 15%;
}

.section-links .tab-panel:nth-child(5) .panel-content {
    background: url(/images/division-quicklinks-shadow.png) top left no-repeat #771b1b;
    background-size: 100% 15%;
}

.tab-panel .panel-content {
    max-height: 250px;
    min-height: 170px;
    padding: 20px;
    margin-bottom: 0px;
}
.tab-panel .panel-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab-panel .panel-content li {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold;
    line-height: 100%;
    text-indent: 0;
    font-size: 1.1em;
}

.tab-panel {
    max-width: 20%;
    width: 20%;
    border-collapse:collapse;
    position:relative;
    padding:5px 0 0 0;
    text-align:center;
    /*float:none;*/
}

/*.tab-panel .panel-content:after {
    Display: none;
}

.tab-panel .panel-content {
    background: url(http://stage.dos.myflorida.com/images/division-quicklinks-shadow.png) no-repeat left top;
    color: white;
}*/

.tab-panel h3 {
    text-align:center;
    border-radius:20px 20px 0 0;
    padding:17px 15px 15px;
    height:54px;
    text-shadow:1px 1px 3px #313131;
    border-bottom:2px solid #fff;
    margin:0;
    color:#fff;
}
.tab-panel .button {
    text-transform:uppercase;
    text-align:center;
    border-top:1px solid #fff;
    position:absolute;
    bottom:0;
    width:100%;
    margin:0;
    font-weight:bold;
    min-height:35px;
}
.spEvntbutton {
    background-color: #4a004a; /* dark purple  600834; 4f004f; */
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border: none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #2f6627;
}

.spEvntbutton-bl {
    background-color: #003cb5; /* dark blue */
    border: none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.button-purple {
    border-radius: 30px;
}

.button-blue {
    border-radius: 30px;
}
.top-tabs
{
    display: table;   
    width: 100%;   
    padding: 0;
    margin: 0;
    height: 100%;
}
/*  #region Page (Sidebar) Navigationn */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [Page (Sidebar) Navigation] / #page-navigation
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#page-navigation h2 {
    font-size: 1.3em;
    font-weight: bold;
    /*text-transform: uppercase;*/
    background-color: #6b2b0e; /*#0266cd;*/
    padding: 6px 5px;
    margin: .5em 0;
    color: #fff;
    font-family: "Calibri", Segoe UI, Trebuchet MS, Arial, Helvetica, sans-serif;
    box-shadow: 0px 1px 1px 0px #333;
    border-bottom: none;
}
#page-navigation h2 a {
    color: #fff;
    background: transparent url("/images/dropdown-arrow-up.png") 100% 54% no-repeat;
    padding-right: 15px;
    display: block;
}

#page-navigation h2 .glyphicon {
    font-size: 12px;
}

#page-navigation ul
{
    margin: 0;
    padding: 0;
    font-size: 1.15em;
}

#page-navigation ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

#page-navigation ul a {
    font-weight: bold;
    display: block;
    padding: 2px 5px;
    color: #135f9e; /*#328BDC;*/
}
#page-navigation ul a:hover {
    background-color: #135f9e;  /*#328BDC*/
    color: #fff;
    text-decoration: none;
}
#page-navigation ul li.open {
    margin: 5px 0;
            /*  border-bottom: 1px dotted #ccc;*/
}
#page-navigation ul li.current>a {
    background-color: #328BDC;                                 
    color: #fff; 
}

#page-navigation ul li.open {
        /* border-bottom: 1px solid #e9ac3b;*/
}
#page-navigation ul li.open>a {
    background-color: #002649;
    box-shadow: 0px 1px 1px 0px #333;
}
#page-navigation ul li.selected > a {
    background-color: #135f9e !important; /*#328BDC*/
    box-shadow: none;
}
#page-navigation ul ul {
    margin: 0;
    padding: 5px 0 0 10px;
    font-size: 17px;
    /*  border: 1px solid #ccc;*/
    border-top: none;                
}
#page-navigation ul ul li {
    /* border-bottom: 1px dotted #ccc;*/   
    /*  list-style-type: disc;*/
            
    line-height: normal;             
    margin: 5px 0 5px 2px; 
    /*   border-bottom: 1px dotted #ccc;*/   
}
#page-navigation ul ul li:before {
    /*  font-family: "fontello"; 
    content: '\e801'; */
    content: "-";
    color: #515151;
    width: 15px;
    text-align: center;
    display: table-cell;
    /*  font-size: 10px;
    padding:8px;
    vertical-align: top;*/          
}
#page-navigation ul ul a {
    padding: 4px 6px;
    display: table-cell;
    font-weight: normal;
    /*   border-left: .5em solid #ccc;*/
}
#page-navigation ul ul li:first-child {            
    margin-top: 3px;
    margin-left: 0;            
}
#page-navigation ul ul li:last-child {
    border-bottom: 0;     
}

#page-navigation ul ul a:hover
{
/* background-color: #328BDC;
    color: #fff;*/
    background: none;
    color: inherit;
    border-color: #999;
    text-decoration: underline;              
}

#page-navigation ul ul li.current >a {
    font-weight: bold;
/*    background-color: inherit;
    color: #515151 */
    color: #fff;
}
/*#endregion*/
/* #region Infoboxes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   [Infoboxes] / .infobox
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infobox-list { margin-top: 2em;}

.infobox .title {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #bd8e32;
    padding: 6px 5px;
    margin: .5em 0;
    color: #fff;
    font-family: "Calibri", Arial, Segoe UI, Trebuchet MS, Helvetica, sans-serif;
    border: none;
}

.infobox img {
    max-width: 100%;
}

.infobox { margin-bottom: 1em;}
/* #endregion */

.panel-333333 .panel-right h4,
.panel-6733 .panel-right h4, .infobox .title {
    background-color: #490f0f;
}
.orangeText {
    font-weight: bold;
    color: #e27632;
    font-size: 1.7em;
}
/* class the creates the large first letter in the content */
.firstLetterOrange {
    font-size: 4.3em; 
    text-transform: uppercase;
    color: #e27632;
    display: block;
    float: left;
    margin: -9px 0px 0px 0px;
    padding: 0px 2px 0px 0px;
    width: auto;
    overflow: hidden;
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: "Calibri", Times New Roman, serif;
    height: 0.9em;
    line-height: 0.9em;
}
.smLetter4-4em {
    font-size:2.9em;
}
/* #region 5.7. Breadcrumbs */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.7. [Breadcrumbs] / .breadcrumbs
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.breadcrumbs {
    font-size: 16px;
    margin-top: -1em;
    margin-right: 50px;
    margin-left: 0;
}

ul.breadcrumbs li {
    display: inline;
    padding-right: 0;
    padding-left: 0;
    text-indent: 0;
    margin-left: 0;
}

.breadcrumbs li:after {
    content: "/";
    padding-left: 7px;
    padding-right: 5px;
}

.breadcrumbs li.active:after {
    content: none;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:before {
    content: none !important; 
}
        
/* #endregion */
.smLetterb,
.firstLetterBlue {
    font-size: 4.3em;
    text-transform: uppercase;
    color: #3970aa;
    display: block;
    float: left;
    margin: -1px 0px 0px 0px;
    padding: 0px 2px 0px 0px;
    width: auto;
    overflow: hidden;
    font-family: "Calibri", Times New Roman, Times, serif;
    height: 0.9em;
    line-height: 0.9em;
}
.smLetterb {
    font-size:2.9em;
}

/* adjusts the first paragraph's spacing to be a little tighter underneath the page title */
.firstParagraph {
    margin-top: 0px;
    padding-top: 15px;
}

.paragraphTitleBlue {
    font-weight: bold;
    color: #3970aa;
    font-size: 1.6em;
}
.paragraphTitle {
    font-weight: bold;
    color: #e27632;
    font-size: 1.5em;
}
@media screen and (max-width: 1500px) {
    #BannerpauseButton {
        left: 49.4%;
    }
}
@media screen and (max-width: 1150px) {
        /*#mslnavbar {
        padding-left: 0px;
    }*/
        .container-fluid {
            padding-left: 0px;
        }
        /*.navbar-nav {
        padding-top: 5px;
        padding-bottom: 4px;
    }*/
        /*#myCarousel .BannerCarousel-playcontrols {
        left: 47%;
    }*/
    }

@media screen and (max-width: 991px) {
    #mslheader {
        padding-left: 10px;
    }

    .navbar-brand {
        padding-left: 0px;
    }
        /*.msl-logo {
        margin-left: 0px;
    }*/
        /*#mslnavbar {
        padding-left: 0px;
    }*/
        /*.navbar-nav {
        padding-top: 5px;
        padding-bottom: 4px;
    }*/
    #page-navigation {
        clear: left;
    }

    .tab-panel {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    #myCarousel .carousel-caption p {
        font-size: 1.5em;
        /*padding-top: 3px;*/
    }

    #myCarousel .carousel-caption h1 {
        font-size: 1.4em;
        max-width: 115px;
        padding-left: 12px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
        /*#myCarousel .BannerCarousel-playcontrols {
        left: 47%;
    }*/
    .feature h4 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 937px) {
    /*#mslheader {
    padding-left: 0px;
}*/
    /*.msl-logo {
    margin-left: 15%;
}*/
    /*#mslnavbar {
    padding-left: 0px;
}*/
    /*.navbar-nav {
    padding-top: 4px;
    padding-bottom: 4px;
}*/
    /*.navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 4px;
}*/
    body {
        padding-top: 172px; /* 190 201 135px*/
    }

    .tab-panel {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    #myCarousel .carousel-caption h1 {
        font-size: 1.4em;
        max-width: 115px;
        padding-left: 12px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #myCarousel .carousel-caption p {
        font-size: 1.4em;
        padding-top: 3px;
    }

    #myCarousel .carousel-indicators {
        bottom: 20px;
    }
    /*#myCarousel .BannerCarousel-playcontrols {
    left: 47%;
}*/
    .feature h4 {
        margin-top: 10px;
    }
}
/* TRY OUT make it one large column when screen on this size*/
@media(max-width: 768px) {
    .photo-gallery {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    #mslheader {
        padding-left: 0px;
    }
    /*dos logo*/
    #dosbranding {
        padding-left: 10px;
    }
    /*#mslnavbar {
    padding-left: 0px;
}*/
    .tab-panel {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 0;
    }
    .navbar-toggle .icon-bar {
        width: 15px;
    }
    .navbar-toggle {
        padding: 6px 8px;
        margin-right: 15px;
        margin-top: 10px;
        float: left;
        margin-left: 10px;
        /*margin-left: 45%;*/ /*set 45% Hamburger icon in the center*/
    }
    .navbar-nav {
        display: block;
    }
    #myCarousel .carousel-caption p {
        display: none;
    }
    #myCarousel .carousel-indicators {
        bottom: 13px;
    }
    #myCarousel .carousel-caption h1 {
        font-size: 1.1em;
        max-width: 89px;
        padding-left: 12px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*margin-bottom: 15px;*/
    }
    #BannerpauseButton {
        bottom: 7px;
        left: 49%;
    }
    /*Give some blank spaces below small panel carousel*/
    .feature h4 {
        margin-top: 10px;
    }
    /*body {
    padding-top: 105px;
}*/
    /*.page-content img {
    height:auto;
    display:block;
    width:auto;
}*/
 }
@media screen and (max-width: 500px) {
    #BannerpauseButton {
        left: 48.2%;
    }
}
    /*Reduce the title font size of small carousel*/
@media screen and (max-width: 372px) {
    h3 {
        font-size: 20px;
    }
}
/* Give blank spaces between Play Control */
@media screen and (max-width: 335px) {
    .carousel-playcontrols {
        width: 120px;
    }
}

/* fake table look that puts the .... between text on the left and right */
.dottedTbl {
    width: 100%;
    background-image: url(/media/1062/dottedline.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.dottedTblC1 {
    float: left;
    width: auto;
    background-color: #ffffff;
}

.dottedTblC2 {
    float: right;
    width: auto;
    background-color: #ffffff;
}

.textSection {
    padding-top: 10px;
}

.bold {
    font-weight: bold;
}
/* Collection - Archaeology */
.tblMenuRt {
    float: right;
    clear: right;
    border: 1px solid #3970aa;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px 0px 10px 20px;
    background-color: #c9dbf0;
}

.tblMenuRt th {
    background-color: #FFF;
    margin: 0px;
    padding: 5px;
    border: 1px solid #3970aa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
}

.tblMenuRt td {
    margin: 0px;
    padding: 5px;
    background-color: #c9dbf0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.tblMenuRt .tblMenuNP {
    padding: 0px;
}
/* End Collection - Archaeology */

/* Begining Timeline: unordered list that is converted into a button group */
.timelineList {
    list-style: none;
    padding: 20px 0px 0px 2.3em;
    /*margin: 0px;*/
    text-indent: -2.0em;
}

.timelineList li {
    margin-bottom: 1em;
}

    /*nav ul {
    display: inline-block;
    list-style-type: none;
}*/

#tlMenu {
    /*width: 475px;*/
    height: 28px;
    list-style: none;
    padding-top: 15px;
    padding-left: 7px;
    margin: 13px 0px 0px 0px;
}

#tlMenu li {
    float: left;
    padding: 0px;
    margin: 0px;
}

#tlMenu a {
    float: left;
    width: 79px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#tlMenu #n6 a {
    width: 80px;
}
/* rollover technique is to shift the image up and down and hide the parts of the image that we are not using */
#tlMenu li a:hover {
    background-position: 0 -28px;
}

#tlMenu li.tlSelected {
    background-position: 0 -28px;
}

#tlMenu li a.tlSelected {
    background-position: 0 -28px;
}

#tlMenu li a.tlSelected:hover {
    background-position: 0 -28px;
}
/* image definitions for each of the buttons */
#n1, #n1 a {
    background: url(/media/1185/tl1500s.gif) top left no-repeat;
}

#n2, #n2 a {
    background: url(/media/1186/tl1600s.gif) top left no-repeat;
}

#n3, #n3 a {
    background: url(/media/1187/tl1700s.gif) top left no-repeat;
}

#n4, #n4 a {
    background: url(/media/1188/tl1800s.gif) top left no-repeat;
}

#n5, #n5 a {
    background: url(/media/1189/tl1900s.gif) top left no-repeat;
}

#n6, #n6 a {
    background: url(/media/1190/tl2000.gif) top left no-repeat;
}
/* End of Timeline */

/* Contact section on Landing page */
.header-section-title {
    font-weight: bold;
    font-size: 28px;
    color: #135f9e; /*#0266CD;*/
}

.connect-sub-title {
    font-weight: bold;
    font-size: 20px;
}

.btext {
    font-weight: bold;
}

.blueText {
    font-weight: bold;
    color: #135f9e; /*#3970aa;*/
}

.nostylelist {
    list-style-type: none;
    /*margin-left: 25px;
    padding-left: 0;
    list-style-position: outside;*/
}

.linktitle a {
    color: #b3500a;
}

/* Next Generation Sunshine State Standard Section*/
.sss {
    padding-top: 5px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-left: 6px;
}
/* Venue Rental: */
.rtl-flt-left-top {
    float: left;
    padding-top: 20px;
}

.rtl-caption {
    font-weight: bold;
    font-size: 1.1em;
    color: #135f9e; /*#3970aa;*/
    text-align: center;
    padding-top: 6px;
}

.rtl-left {
    padding: 0px 15px 10px 10px;
}

/* Rental Rate: Around corner box */
.bordered {
    /*box-sizing: border-box;*/
    width: 250px;
    height: 250px;
    padding: 20px;
    border: 1px solid #1a6eec;
    border-radius: 8px;
}
/* Responsive iFrame */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive-iframe-container iframe,
    .vresponsive-iframe-container object,
    .vresponsive-iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Overrider bootstrap blue for a specific blue below per user */
a {
    color: #135f9e; /*#337ab7;*/
}

    /* TRY OUT  Responsive on big screen size by setting the max width*/
    /*.container-gallery {
    max-width: 1224px;
    width: 90%;
    margin: auto;
    padding: 40px 0;
}*/
    /*display side by side as 3 columns*/
    /*.photo-gallery {
    display: flex;
    gap: 20px;
}*/

    /*.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}*/

    /*.photo img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}*/

/* Testing Gallery */
.gallery {
    margin-top: 2rem;
}

.gallery > div {
    columns: 3;
    gap: 1.25rem;
    padding-top: 1.25rem;
}

.gallery img {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
}

@media (max-width:48rem) {
    .gallery > div {
        columns: 2;
    }
}

@media (max-width:32rem) {
    .gallery > div {
        columns: 1;
    }
}
