/*  
==========================================================================
    [Master Stylesheet]

    Project:	    Florida Department of State (dos.myflorida.com)
    Version:	    2.1
    Last change:	
    Authors:	    Sunshine Lewis (sl)
 
==========================================================================
[Table of contents]

    0. Reference
        0.1. Colors
        0.2. Typography

    1. Body & Globals

    2. Content Styles
        2.1. Headings
        2.2. Links and phrasing tags
        2.3. Lists
        2.4. Tables
        2.5. Misc 


    3. Navigation
        3.1. DOS Banner / #dosbanner
        3.2. Main Navigation 
        3.3. Page (sidebar) Navigation
    
    4. Header / #header
        4.1.  Navigation     / .navigation
        4.2.  Search Banner  / .search-banner

    5. Content Widgets and Layout / #content
        5.1. Feature Window (Image Rotater) / #feature-window
        5.2. Division Links / #division-links
        5.3. Top Tabs (Division Home pages only) / .top-tabs
        5.4. Panels / .panels
        5.5. Page content / .page-content
        5.6. Sidebar / .sidebar
        5.7. Breadcrumbs / .breadcrumbs
        5.8. Infoboxes / .infobox
        5.9 Alert Box / .alert-*

    6. Footer / #footer
    
    7. Responsive Breakpoints

    8. Print Styles

==========================================================================
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    1. [Body & Global]                                                              

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{
    padding-top: 0px;
    background: #fff url("/images/pattern-background.gif") repeat;
    font-size: 16px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Tahoma, sans-serif;
    color: #313131; 
}

.container { max-width: 1000px !important; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    2. [Content Styles]

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*  #region 2.1 Headings */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2.1. [Headings] / h1 - h6                                             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5
{
    font-weight: bold;
    font-family: 'Trebuchet MS';
    color: #515151;
}

h2
{
    font-size: 27px;
    border-bottom: 1px solid #515151;
    padding-bottom: 2px;
}

h3
{
    font-size: 24px;
    border-bottom: 1px solid #515151;
    padding-bottom: 2px;
}

h4
{
    font-size: 21px;
    color: #474747;
}

h5, .subheading
{
    font-size: 16px;
    text-transform: uppercase;
}

h6
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
/*#endregion*/

/*  #region 2.2 Links and Phrasing Tags */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   2.2. [Links and Phrasing tags] / a, blockquote, small, etc.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    a, a:hover, a:focus
    {
        color: #4088C7;
    }

    blockquote
    {
        font-size: 21px;
        font-style: italic;
        border: none;
    }

    img { width: auto;
      
    }
/*#endregion*/

/*  #region 2.3 Lists */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   2.3. [Lists] / ul, ol
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    ol {list-style-type: decimal;}

    ol ol {
        list-style-type: lower-alpha;
    }

    ol ol ol {
        list-style-type: lower-roman;
    }

    ul ol ul {
        list-style-type:square;
    }

    li > ol {
        padding-left: 1.5em;
    }

    .page-content ul, .panel ul
    {
        list-style-type: none;
        margin-left: 25px;
        padding-left: 0;
        list-style-position: outside;

    }


        .page-content ul li, .panel ul li
        {
           /* text-indent: -15px;
            padding-left: 15px;
            position: relative;*/
            margin-left: 1em;
    
        }
        

            .page-content ul > li:before, .panel ul > li:before
            {
                
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                font-size: 11px;
                display: inline-block;
                text-decoration: inherit;
                width: 15px;
               /* text-align: center;
                 opacity: .8; */
                /* For safety - reset parent styles, that can break glyph codes*/
                font-variant: normal;
                text-transform: none;
                /* fix buttons height, for twitter bootstrap */
                line-height: 1em;
                content: '\e801';
                float: left;
                margin-top:6px;
                margin-left: -1.5em;                     
            }


     .page-content .list-unstyled, .panel .list-unstyled, .list-thumbnail
    {
        margin-left: 0;
         left: 0;
         
    }

     .page-content .list-inline li, .page-content .list-unstyled li {
         left: 0;
     }
        .list-unstyled>li:before, .panel .list-unstyled li:before, .pagination>li:before, .pagination li:before
        {
            content: none !important;
        }

    .instruction-intro {
         font-size: 1.2em;
        font-weight: bold;
    }
    .instruction-steps li {
        margin-bottom: 1em;
        font-size: 1.2em;
    }

/*#endregion*/

/*  #region 2.4 Tables */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   2.4. [Tables] / table, th, td
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    td { vertical-align: top; }
    th { vertical-align: middle;font-size: 1.1em;}
/*#endregion*/

/*  #region 2.5. Misc */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   2.5. [Misc] / hr
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    hr { margin: 10px 0; }

.subheading, .result-info
{
    text-transform: uppercase;
    color: #515151;
    font-weight: bold;
    border-bottom: 8px solid #474747;
}

.result-info {
    text-transform: none;
    font-weight: normal;
}

.highlight { background-color: #fcf394; }

    .alert-info {
        background-color: #FCF8E3;
        color: inherit;
        border: 1px solid #f7e08f;
        
        padding: 15px 10px;
        border-radius: 0; 
        font-size: 1.05em; 
        /**/  box-shadow: 4px 4px 3px -3px rgba(135,135,135,0.4);
   }
    .alert-info strong {
        font-size: 1.15em;
      
    }
    /* search all link that appears in search alert*/
    .search-all {
        font-weight: bold;
        text-decoration: underline;
/*        display: block;
        background-color: #fff;
        padding: 5px;
        

        border: 1px solid #fff;*/
    }

    /**/
figure.image-center, img.image-center, .image-center>img, figure.image-center figcaption  {
    margin: auto;     
    display: block;
    text-align: center;
}

figure.image-left, img.image-left, .image-left>img {
    display: block;
    float: left;
    margin-right: 1.5em;
    margin-bottom: .5em;
    
}

figure.image-right, img.image-right, .image-right>img {
    display: block;
    float: right;
    margin-left: 1.5em;
    margin-bottom: .5em;
}

figure.image-right img {
    float: none;
    margin: 0;
}

figure {
    text-indent: 0;
}
figure > a { display: block;}
figcaption {
    font-style: italic;
    font-size: 0.9em;
    padding: 5px 8px;
    background-color: #eee;
}
 
.icon-image {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    color: #9E9E9E;
    font-size: 1.15em;
}

/*#endregion*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    3. [Navigation] 

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*  #region 3.1 DOS Banner */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3.1 [DOS Banner] / #dosbanner       
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #dosLogo {
        background-color: #fff;
    }

    #dosbanner {
        background-color: #000;
        border-bottom: 5px solid #E9AC3B;
        border-radius: 0;
        margin-bottom: 0;
        z-index: inherit;
    }


        /* hovered/active/focused link color  */
        #dosbanner a:hover, #dosbanner a:active, #dosbanner a:focus {
            color: #77C6DD;
        }

        /* active (current) link color */
        #dosbanner ul .active a {
            color: #77C6DD;
        }

        /* normal link */
        #dosbanner ul a, #secondary ul a {
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            font-size: 16px;
        }

        #dosbanner .navbar-nav > li > a {
            line-height: 25pt;
            padding: 8px 5px 8px 12px;
        }

        #dosbanner.navbar > .container .navbar-brand {
        }

    .navbar .icon-menu {
        color: #fff;
    }

        .navbar .icon-menu:before {
            width: auto;
            margin-right: auto;
            margin-left: auto;
        }

 /*#endregion*/

/*  #region 3.2 Main Navigation */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3.2 [Main Navigation / .navigation
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


    .navigation {
        min-height: 50px;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 200;
    }

    .navigation .navbar-collapse {
        border-top: 0;
        box-shadow: none;
    }
     .navigation .megamenu {
        margin-bottom: 0;
        width: 100%; 

     }

      .nav-menu
    {
        display: block;
        position: relative;
        
        margin: 0;
        padding: 0;
          text-align: justify;
     }


    /* a top level navigation item in the mega menu */
    .menu-item
    {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0;
        margin: 0;
        line-height: 1.25em;
        height: 100%;

    }

        /* first descendant link within a top level navigation item */
        .menu-item > a
        {
            font-size: 16px;
            color: #fff;
            text-shadow: 1px 1px 1px #000;
            font-family: "Oxygen", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-align: center;
            display: inline-block;
            padding: .5em 1em;
            margin: 0;

            
        }
 
          .menu-item > a[aria-haspopup="true"] span
            {
                background: transparent url("/images/dropdown-arrow.png") 4px 51% no-repeat;
                padding-left: 15px;
                
            }


        .menu-item.current
        {
            background-color: #826121;
        }

          /* open state of first descendant link within a top level 
           navigation item */
        .menu-item > a.open, .menu-item > a:hover
        {
            border-color: transparent;
            background-color: #826121;
            border-bottom: none;
        }

/* - sub-navigation panel ------------------------------------------------------*/
    .sub-nav
    {
        position: absolute;
        /* display: none;*/
        visibility: hidden;
        top: -9999em;
        margin-top: -4px;
        padding: 0;
        border: 3px solid #826121;
        border-width:  6px 0 0 0;

        background-color: #826121;
        color: #fff;
        font-weight: 800;
        font-size: 15px;
        text-align: left;
        z-index: 150; /* the seal has a z-index of 110. the sub menus need to be higher than that */
        box-shadow: 1px 1px 2px 0px #888;
        font-family: "Open Sans", Helvetica, sans-serif;
    }

        /* sub-navigation panel open state */
        .sub-nav.open
        {
 
             top: 53px;
            visibility: visible;
            /* display: block;*/
        }

        /* list of items within sub-navigation panel */
        .sub-nav ul
        {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0;
        }

        /* list item within sub-navigation panel */
        .sub-nav li
        {
            display: block;
            list-style-type: none;
            margin: 0;
            padding: 0;
 
        }

        .sub-nav a
        {
            color: #fff;

            display: block;
            width: auto;
                       min-width: 170px;
            padding: 7px 15px 7px 15px;
            line-height: normal;
             text-shadow: 1px 1px 1px #ddd;
          
        }

        .sub-nav .row { margin: 0; }

    .mega-sub-nav .row { background: transparent url("/images/bg-menuline.png") 50% 0 no-repeat; }

    .sub-nav a:hover
    {
        background-color: #DEA63A;
        text-decoration: none;
        text-shadow: none;
       
       
        
    }
    /* This was intended to highlight the currently selected page in the dropdown menu but it has not been finished.
    .sub-nav .current a { background-color: #DEA63A;   font-weight: 600;text-shadow: none;}
        */
    .nav-header
    {
        text-transform: uppercase;
        color: #bdbdbd;
        font-weight: bold;
        padding: 0;
    }

    .nav-feature
    {
        margin-top: 1em;
        font-weight: normal;
        padding: 5px 1em;
        background: transparent url("/images/bg-menuline-horizontal.png") 50% 0 no-repeat;
    }

        .nav-feature .nav-header
        {
            padding: 0;
        }

    .nav-secondary, .nav-primary
    {
        padding: 0;
        margin: 0;
    }

    .nav-secondary
    {
        padding: 5px 1em;
    }

    .sub-nav ul ul
    {
        margin-left: 8px;
        width: auto;
    }

        .sub-nav ul ul li
        {
            display: list-item;
            padding: 0;
            list-style-type: none;
            margin-left: 20px;
        }

        .sub-nav ul ul a
        {
            padding: 2px 20px 2px 0;
            font-weight: normal;
            text-shadow: none;
        }


            .sub-nav ul ul a:hover
        {
                font-weight: normal;
                text-decoration: underline;
              background-color: #fff;
              color: #999;
     
        }
/*#endregion*/

/*  #region 3.3 Page (Sidebar) Navigationn */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3.3 [Page (Sidebar) Navigation] / #page-navigation
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    #page-navigation h2
    {
        font-size: 1em;
        text-transform: uppercase;
        background-color: #bd8e32;
        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: #328BDC;
        }

            #page-navigation ul a:hover
            {
                background-color: #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: #E9AC3B;
             box-shadow: 0px 1px 1px 0px #333;
         }
          #page-navigation ul li.selected>a {
         background-color: #328BDC !important;
              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*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    4. [Header] / #header

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #header
    {
        position: relative;
    }

        #header .shadow
        {
            position: absolute;
            width: 100%;
            bottom: -4px;
            border: none;
            height: 4px;
            margin: 0;
            background: transparent url("/images/header-shadow.png") 0 0;
        }


    .translation-bar {
        text-align: center;
        background-color: #eee;
        padding: 8px 1em;
    }

    .translation-bar .instruction {
     
        padding-right: .5em;
    }

    .translation-bar * {
        margin: 0;
        display: inline-block;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    5. [Content Widgets & Layout] / #content

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #content, #main-content
    {
        background-color: #fff;
        padding: 1em 15px;
    }

    .page-content
    {
        margin-top: 2.5em;
    }

/* #region 5.1 Feature Window (Image Rotater) */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.1. [Feature Window (Image Rotater)] / #feature-window
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #feature-window
    {
        position: relative;
        margin-bottom: 1em;
        border: 3px solid #E0A73E;
        overflow: hidden;
        text-align: right;
        max-height: 258px;
    }

        #feature-window img {
            max-width: 100%;
        }
        #feature-window ul
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
            height: 258px;
        }

        #feature-window .cycle-slide, #feature-window .item
        {
            width: 100%;
            height: 258px;
        }

            #feature-window .cycle-slide > a
            {
                display: block;
                width: 100%;
                position: relative;
            }
    
        #feature-window .cycle-slideshow-control-button
        {
            position: absolute;
            top: 80px;
            z-index: 110; /* the javascript for the slider gives the slides a z-index of 100. The pause/play button needs to be higher than that to appear on top of the image */
            margin-top: 8px;
            color: #9c9c9c;
            outline: none;
            display: block;
        }

    #feature-window-menu
    {
        position: absolute;
        text-align: right;
        bottom: 13%;
        right: 2%;
        left: auto;
        z-index: 110; /* the javascript for the slider gives the slides a z-index of 100. The slide indicator menu needs to be higher than that to appear on top of the image */
        margin-top: 8px;
        padding-left: 1em;
    }

    #feature-window .cycle-pager a
    {
        width: 10px;
        height: 10px;
        color: #9c9c9c;
        background-color: #9c9c9c;
    }
    #feature-window .cycle-pager a:focus
    {
        color: #328BDC;
        background-color: #328BDC;
    }

    /*#feature-window .item {
          position: absolute; 
          top: 0; 
          left: 0;
          width: 100%; 
          padding: 0; 
          display: block;
          z-index: 100;
    }*/
    #feature-window .item-caption
    {
        /*background-color: #000;
        background-color: rgba(30,30,30, 0.8);*/
        position: absolute;
        right: 5px;
        bottom: 5px;
        /* bottom: 20px;*/
        color: #fff;
        padding: 25px 10px 5px;
        width: auto;
        min-width: 160px;
        font-size: 1.2em;
        margin: 0;
        /* z-index: 5; */
    }

    /* Start --- Future caption "animation" option:
         --- resolves disarrayed elements on initial (pre-chache) page load. 
        The reason I did not try moving forward with implementing it is because Internet Explorer 9 and below does not support the "animation" attribute.*/
         /*  #feature-window .item-caption
    {
        opacity:0;
        animation-name: captionDiv;
        animation-duration: .5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }
    @keyframes captionDiv 
    {
        0% {opacity:0;}
        100% {opacity: 1;}
    }
    .item-caption p
    {
        opacity:0;
        animation-name: captionP;
        animation-duration: .5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }
     @keyframes captionP
    {
        0% {opacity:0;}
        100% {opacity: 1;}
    }
     #feature-window .cycle-slideshow-control-button
     {
        opacity:0;
        animation-name: captionBtn;
        animation-duration: .5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
     }
     @keyframes captionBtn
    {
        0% {opacity:0;}
        100% {opacity: 1;}
    }

     #feature-window-menu
     {
        opacity:0;
        animation-name: captionTabs;
        animation-duration: .5s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
     }
     @keyframes captionTabs
    {
        0% {opacity:0;}
        100% {opacity: 1;}
    }
    */
   /* End --- Future caption "animation" option: */

    #feature-window a .item-caption
    {
        color: #fff;
        text-decoration: underline;
    }

   .captionNoText
   {
       width:185.125px;
       height:27px;
   }

  #noCaptionTextSpan1, #noCaptionTextSpan2, #noCaptionTextSpan3
  {
    display: block;
    width: 100%;
    position: relative;
  }

/* #endregion */

/* #region 5.2 Division Links */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.2. [Division Links] / #division-links
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* #endregion */

/* #region 5.3 Top Tabs */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.3. [Top Tabs] / .top-tabs
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* #endregion */

/* #region 5.4 Panels */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.4. [Panels] / .panels
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*	
Panels
-----------------------------------*/
.panel iframe
{
    max-width: 100%;
}

.panel
{
    border: none;
    border-top: 8px solid #bd8e32;
    border-radius: 0;
    padding-top: 1em;
    margin-top: 1em;
    box-shadow: none;
    -webkit-box-shadow: none;
}


    /*
.panels > div:last-child {
    border: none;
}*/

    .panel h3
    {
        border: none;
        text-transform: none;
        text-align: center;
    }

/* #endregion */

/* #region 5.5 Page Content */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.5. [Page Content]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.eventBox .row {
    margin-bottom: 20px;
}

/* #endregion */

/* #region 5.6 Sidebar */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.6. [Sidebar]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* #endregion */

/* #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 */


/* #region 5.8. Infoboxes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   5.8. [Infoboxes] / .infobox
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infobox-list { margin-top: 2em;}

.infobox .title {
     font-size: 1em;
        text-transform: uppercase;
        background-color: #bd8e32;
        padding: 6px 5px;
        margin: .5em 0;
        color: #fff;
        font-family: Calibri, "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
        border: none;
}

.infobox img {
    max-width: 100%;
}

.infobox { margin-bottom: 1em;}

/* #endregion */

/* #region 5.9. Alerts */
/*
    5.9. [Alerts] / .alert-*
*/

.alert-notice {
    position: relative;
    min-height: 150px;
}

.alert p {
    text-align: center;    
}

.alert-title {
    text-align: center;
}

.sunbizNotice0 {
    color: #bf1e2e;
    font-size: x-large;
    font-weight: bold;
    position: relative;
    top: -16px;
}

.sunbizNotice0a {
    color: #bf1e2e;
    font-size: large;
    font-weight: bold;
    position: relative;
    top: -24px;
}

.sunbizNoticeImage {
    position: absolute;
    left: 10%;
    top: 6px;
}

.sunbizNotice1 {
    color: #bf1e2e; 
    position: absolute;
    left:200px;
    bottom: 30px;    
    margin-top: 34px; 
    padding-left: 6%;
    font-size: large;
    font-weight: bold;
    
}
.sunbizNotice2 {
    color: #bf1e2e; 
    position:absolute; 
    right: -24px;
    bottom: 30px;
    margin-top: 34px; 
    padding-right: 17%;
    font-size: large;
    font-weight: bold;
}

.alert-notice .clock {
    position: absolute;
    right: 108px;
    top: 58px;

}

/* endregion */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    6. [Footer] / #footer

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* #region #footer */
#footer
{
    background-color: #000;
    color: #fff;
    border-top: 5px solid #E9AC3B;
    padding: 1em;
    font-size: 14px;
}



    #footer .logo
    {
        float: left;
    }

        #footer .logo img
        {
            width: 120px;
            margin-right: 1em;
        }

    #footer .officials
    {
        margin-top: 30px;
        font-size: 20px;
        font-weight: bold;
    }

    #footer .department
    {
        font-size: 20px;
        font-weight: bold;
    }

    #footer .questions
    {
        margin-bottom: 5px;
        margin-top: 20px;
        font-weight: bold;
    }

    #footer .contact-block
    {
        padding-left: 20px;
        text-align: right;
        font-weight: bold;
    }

    #footer a
    {
        text-decoration: underline;
        color: #fff;
    }

    #footer .disclaimer
    {
        margin-bottom: 2em;
        font-weight: normal;
    }

    #footer .contact-block .address, #footer .copyright
    {
        font-size: 14px;
        font-weight: normal;
    }

/* #endregion */


    #feature-window ul li,
    #division-links ul li,
    #content .list-unstyled > li,
    #content ul .child-item #content .list-inline li
    {
        text-indent: 0;
        margin-left: 0;
        padding-left: 0;
    }

/*

.pagination li:before,
.breadcrumbs li:before,
#feature-window li:before,
#division-links li:before,
#page-navigation li:before,
ul.list-unstyled li:before
{
    content: none !important;
}*/
     #content ul.pagination {
         margin-left: 0;
         margin-top: 0;
     }
    #content ul.pagination li {
        text-indent: 0;
        padding-left: 0;
    }
.list-news li
{
    padding-bottom: .5em;
    padding-top: .5em;
}



.child-pages
{
    margin-top: 1.5em;
}

.child-item .title
{
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #328bdc;
    border: none;
    margin: 0;
}

.list-grid .item-content {
        max-width: 250px;

}
.list-grid .item-thumbnail
{
      max-height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.list-grid img
{
    width: 100%;
}

.list-thumbnail
{
    margin: 1.5em 0 0 0;

  
}

    .list-thumbnail .child-item
    {
        display: table;
        clear: left;
       
    }
    .list-thumbnail .child-item div,  .list-unstyled .child-item div {
     
        vertical-align: top;
         padding-bottom: 1.5em;
        
    }
    .list-thumbnail .image {
        display: table-cell;
    }
     .list-thumbnail .summary {
         padding-left: 1.25em;
         display: table-cell;
    
     }

       .list-thumbnail .no-thumbnail .summary {
         padding-left: 0;
       }

    .list-thumbnail h2
    {
        margin: 0 0 5px 0;
        line-height: .8em;

        
        font-size: 1.35em;
        
    }

    .list-thumbnail h2 + p {
        margin-top: 0;
    }


    .list-thumbnail img
    {
        max-width: 130px;
        border: 1px solid #CFCFCF;
    }


.list-grid .row
{
    margin-bottom: 1.5em;
}


.macro-paragraph
{
    margin: 0 0 10px;
}

    .macro-paragraph p, .macro-paragraph div
    {
        display: inline;
    }

    .macro-paragraph .keyword
    {
        font-weight: bold;
    }

#division-links .featured a
{
    color: red;
}

.more-link
{
    text-align: right;
}

    .more-link a:after
    {
        margin-left: .3em;
        content: '>>';
        text-decoration: none;
        display: inline-block;
    }

    	.state-banner {
		display: inline-block;
    	    margin-bottom: 10px;
 
		
	}
        .state-banner img { width: 148px; height: 50px; }
        .state-banner:nth-child(even) {
            margin-right: 0;
            text-align: right;
        }

        a[target]:after, a[rel="external"]:after {
            content: "\e164";
            font-family:Glyphicons Halflings;
            font-size: .6em;
            font-weight: normal;
            line-height: normal;
            margin-left: .5em;
            
        }
        .no-popup-icon a[target]:after
        , a.no-popup-icon[target]:after
        , .state-banner[target]:after  { content: none;}

.social-links a {
  display:inline-block;
    padding: 0 5px;
}

.social-links img {
    width: 25px;
    height: 25px;
}

.faq-list dt {
    font-size: 20px;
}
.faq-list dd {
    margin-left: 20px;
}

.staff-list .staff { margin-bottom: 1em;}
.staff-list h2 {
    
    margin-top: 0;
    font-size: 20px;
}

.staff-photo {
    margin: 5px;
    clear: right;
}

.twitter-widget { 

    margin-top: .5em;
}
.twitter-timeline {
        margin-left: -8px;
    margin-right: -8px;
}



#secondary.navbar
{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}

#slideshow-header
{
    border: 2px solid #e9ac3b;
}


.social-icon img
{
    height: 29px;
    border-radius: 1px;
}

.utility-links
{
    /*margin-left: 0;*/
        font-size: 14px;
    margin-left: -5px;
    font-weight: normal;
}

    .utility-links li
    {
        position: relative;
        margin: 0;
        text-indent: initial;
    }

    .utility-links a
    {
        padding-left: 8px;
        padding-right: 3px;
    }

    #dosbanner ul a:before, .utility-links li:before
    {
        content: "|";
        display: block;
        position: absolute;
        left: 0px;
        text-decoration: none;
        width: auto;
        font-size: inherit;
        line-height: inherit;
    }



    #dosbanner ul li:first-child a:before, .utility-links li:first-child:before
    {
        content: normal;
    }

    .utility-links li:first-child a
    {
        padding-left: 0;
    }

.search-banner
{
    position: relative;
    border-radius: 0;
    background: url("/images/search-screen.png") 130px 0 repeat-y;
    padding: 5px 0;
    z-index: 300; /* we want this to be highest so the seal overlaps the navigation. navigation is 200 and the feature window is 100 */

}

    .search-banner .mission
    {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        text-shadow: 1px 1px 3px #313131;
        font-family: "Oxygen", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .banner-dos {
            height: 145px;
    }

.banner-dos .logo
{
    position: absolute;
    margin: 0px;
    left: 18px;
    z-index: 110; /* the javascript for the slider gives the slides a z-index of 100. The seal needs to be higher than that to appear on top of the slider images */
}

.banner-dos .logo img
{
    height: 152px;
}




    .banner-dos .call-to-action
    {
        float: right;
        margin: 10px 85px 0 250px;
       /*margin: 12px 85px 0 27%;*/
    }
   
   .banner-dos .search
    {
        margin: 0 auto 1em auto;
    }

        .search-banner .search .input-group
        {
            border: 5px solid #eee;
            border-radius: 6px;
            background-color: #eee;
        }

       .search-banner .search input
        {

            font-size: 25px;
            padding: 0 12px;
            color: #515151;
            border: none;
        }

            .search-banner .search input[type="text"]
            {
                border-radius: 4px 0 0 4px;
                color: #aaa;
            }


           .search-banner .search input::-webkit-input-placeholder {
               color: #aaa;
            }

           .search-banner .search input:-moz-placeholder { /* Firefox 18- */
               color: #aaa;  
            }

            .search-banner .search input::-moz-placeholder {  /* Firefox 19+ */
               color: #aaa;  
            }

            .search-banner .search input:-ms-input-placeholder {  
               color: #aaa;  
            }



        .search-banner .search .form-control
        {
            height: 36px;
        }

        .search-banner .search .btn
        {
            background-color: #fff;
            /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
            font-size: 24px;
            font-weight: bold;
            border-left: 1px solid #888;
            border-radius: 0 4px 4px 0;
            height: 36px;
        }



#dosbanner .navbar-collapse
{
    padding-left: 0;
}

#dosbanner .navbar-nav
{
    margin-top: 2px;
}




#division-links
{
    position: relative;
    background: #fff url("/images/bg-quicklinks.png") 0 0 repeat-x;
}
#division-links h3 a
{
    color: #515151;
}
#division-links-sos
{
    color: #fff;
    background: #2772b7 url("/images/bg-sos.png") 0 0 repeat-x;
    padding: 5px;
    padding-bottom: 0;
}

/*

#division-links-dhr h3 a
{
    color: ##253777;
}

#division-links-doc h3 a
{
    color: #e47400;
}

#division-links-dca h3 a
{
    color: #007e86;
}

#division-links-doe h3 a
{
    color: #1e66a8;
}

#division-links-dlis h3 a
{
    color: #3b5075;
}
    */
.link-panel h3
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    /*font-family: "Oxygen", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-family: Calibri;
    border-bottom: 2px solid #bdbdbd;
    padding: 0 0 12px 0;
    margin: 1em 5px 0 5px;
}

.link-panel
{
    padding: 5px 0 26px 0;
    text-align: center;
  /*  background: transparent url("/images/bg-quicklinks-line.gif") 0px 5px repeat-y;*/
    position: relative;
    border-left: 2px solid #ccc
}



    .link-panel:first-child, .section-link-panel:first-child
    {
    
         border: none;
    }

    #division-links-doc {
        border: none;
         background: none;
    }
#content .link-panel ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .link-panel.division ul
{
    border-bottom: 1px dotted #666;
    margin: 1em 0;
}


.link-panel-content
{
    height: 310px;
    overflow: hidden;
}

    .link-panel-content .scroll-area
    {
        padding: 10px 10px 0;
        overflow: hidden;
    }


#content .link-panel li
{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}

.link-panel.division h3
{
    margin-top: 0;
    padding: 0 0 10px 0;
}

.link-panel.division .panel-header a
{
    padding: 0 0;
    text-align: center;
    display: block;
}

.link-panel.division .panel-header img
{
    margin: 0 auto 15px;
    max-width: 90%;
    max-height: 75px;
    display: block;
}

.link-panel-controls
{
    height: 36px;
    width: 100%;
    background: transparent url("/images/button-quicklinks.png") 50% 0 no-repeat;
    position: absolute;
    bottom: 0;
}



#division-links-sos a
{
    color: #fff;
}

#content #division-links-sos li
{
    padding: 0 10px;
}

.sos-block .sos-title
{
    font-style: italic;
    font-size: 18px;
}

.sos-block
{
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbdbd;
    margin: 5px 5px 10px 5px;
}

    .sos-block p
    {
        margin: 0;
        line-height: normal;
    }

    .sos-block .sos-name
    {
        font-weight: bold;
        font-size: 20px;
    }


    .search-result {
        margin-bottom: 1.2em;
    }

    .search-result h2 {
        border-bottom: none;
        font-size: 1.2em;
        margin-bottom: 0;
    }

.search-results li
{
    margin-bottom: 1em;
}

.result-url a
{
    color: #aaa;
    

}
.result-url 
{
    
    margin: 0;

}
.result-summary {
    font-size: 0.9em;
}



.opportunity-list h2 {
    border: none;
}

/* =============== press release template ========= */

.article
{
    background-color: #fff;
    padding: 1em 20px 20px;
    -moz-box-shadow: 0px 1px 3px 2px #666;
    -webkit-box-shadow: 0px 0px 3px 3px #666;
    box-shadow: 0px 1px 3px 0px #666;
    margin-bottom: 1em;
}

.release-location
{
    float: left;
    margin-right: .5em;
    font-weight: bold;

    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0;
}

.article-contact
{
    float: right;
}

.release-logo
{
    text-align: center;
}

.release-logo img {
    width:100%;
}

.article h1 {
    font-size: 25px;
        text-align: center;
}

.article .subheading {
    font-size: 20px;
        text-align: center;
    font-variant: normal;
    text-transform: none;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}

.press-release h2,
.press-release h3 {
    font-size: 1em;
    font-weight: bold;
    border: none;
    margin-bottom: 0;
    color: #313131;
        font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Tahoma, sans-serif;
}

.press-release h2 {
    text-align: center;
}

.press-release h2.text-left {
    text-align: left;
}

.press-release img {
    width:100% !important;
    height:100% !important;
}

/*---------------- simply scroll ---------------------- */
.simply-scroll-container
{ /* Container DIV - automatically generated */
    position: relative;
}

.simply-scroll-clip
{ /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden;
}


.simply-scroll-btn
{
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.simply-scroll-list
{ /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .simply-scroll-list.scroll-area
    {
        padding: 0 10px;
    }

.vert
{ /* wider than clip to position buttons to side */
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

    .vert .simply-scroll-clip
    {
        width: 100%;
        height: auto;
    }

/* --------------------------------------- 
   Slideshows (Banner and Feature Items)   
 --------------------------------------- */

.cycle-slideshow
{
    overflow: hidden;
}

.cycle-slideshow-control-button
{
    cursor: pointer;
    outline: 0;
}

.cycle-pager li
{
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    line-height: normal;
}

.cycle-pager a
{
    display: inline-block;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    width: 12px;
    height: 12px;
    text-align: center;
    background-color: #5f5f5f;
    color: #5f5f5f;
    overflow: hidden;
}

.cycle-pager-active a
{
    background-color: #328BDC;
    color: #328BDC;
}
#feature-window .cycle-pager-active a
{
    background-color: #328BDC;
    color: #328BDC;
}



/*
   Featured Item Slideshows   
------------------------------------------------------------ */

.feature-slider
{
    vertical-align: middle;
   /* overflow: hidden;*/
}

.slides
{
    overflow: hidden;
}

.feature
{
    margin: auto 0;
    width: 100%;
    /* overflow: hidden;*/
}

    .feature .pull-left
    {
        max-height: 100%;
        margin-right: 2em;
    }

    .feature .division
    {
        text-transform: uppercase;
    }

    .feature h4.title {
        background: none;
        color: inherit;
        text-transform: none;
        font-size: 21px;
        margin-bottom: 0.5em;
        padding: 0 8px;
   
    }

.feature-pager
{
    display: inline-block;
}



/* ---------------------------------------------------------------- */
/* Carousel Item                                                    */
/* ----------------------------------------------------------------
.carousel .items {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.carousel .item {
    text-align: center;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
     */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    7. [Responsive Breakpoints]

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



@media (max-width: 992px)
{

    #division-links-sos
    {
        width: 100%;
        padding-bottom: 5px;
    }

        #division-links-sos li
        {
            display: inline-block;
            margin-right: .5em;
            border-right: 1px solid #ccc;
            padding-right: .5em;
        }
   
    /* add some space at the bottom of the sos links and remove the border*/

    .sos-block { border-bottom: none; }
    #division-links { background: #fff; }

    .link-panel.division
    {
        width: 20%;
        float: left;
        padding-top: 1em;
    }
    
    .article-contact {
        float:none;
    }

}

@media (max-width: 972px)
{
    #dosbanner .navbar-nav
    {
        clear: both;
        float: left !important;
        margin-top: -10px;
    }

    #dosbanner .navbar-nav:first-child { margin-left: -12px; }
}

@media (max-width: 935px)
{
    .banner-dos .call-to-action { margin-right: 5%; }

    .sunbizNotice1 {
        position: absolute;
        bottom: 30px;   
        left: 140px;
    }

    .sunbizNotice2 {
        position: absolute;
        bottom: 30px;   
        right: -68px;
    }


}

@media (max-width: 885px)
{
    .search-banner .lead { display: none;}
    .search-banner .logo img { max-height: 110px}

    .alert-notice {
        min-height: 190px;
    }

    .sunbizNotice1 {
        position: absolute;
        top: 23px;
        left: 335px;
    }

    .sunbizNotice2 {
        position: absolute;
        bottom: 6px;
        left: 70px;
    }

     .alert-notice .clock {
        top: 76px;
    }

}

@media (min-width: 768px) {
    
        
      .navigation .megamenu {
          
            display: table; 
            border-collapse:collapse; 
            height: 50px;
          overflow: visible;
        }


    .nav-menu
    {
        display: table-row;
        position: relative;
        text-align: inherit;

        }


    /* a top level navigation item in the mega menu */
    .menu-item
    {
        
        display: table-cell;
        vertical-align: middle;

        
    }

        /* first descendant link within a top level navigation item */
        .menu-item > a
        {
            padding: 0 .75em;
            margin: 0;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            
        }
 
        /*used in conjunction with some javascript to center the navigation items.*/
        .vertical-center {
            display: table-cell;
            vertical-align: middle;
        }
          

            .menu-item > a[aria-haspopup="true"] span
            {
                background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkU0MzFCQTY1REZEMTFFMzgzREU5MUQwNTQwNzk3NkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkU0MzFCQTc1REZEMTFFMzgzREU5MUQwNTQwNzk3NkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTQzMUJBNDVERkQxMUUzODNERTkxRDA1NDA3OTc2RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRTQzMUJBNTVERkQxMUUzODNERTkxRDA1NDA3OTc2RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt10qO8AAABISURBVHjaYjhw4MB/IGBAxkwMQHDw4MEzDEiACUobI0swISmASyALwiXQBUEgHV3QxN7e/iwTugCymekwATAAOj4N3fEAAQYA6iAwh2sNNmAAAAAASUVORK5CYII=') /*/images/dropdown-arrow.png*/ 4px 51% no-repeat;
                padding-left: 15px;
                
            }


            .alert-notice .clock {
        position: absolute;
        left: 225px;
        bottom: 40px;
    }
         .navbar-collapse.collapse { display: table-row !important;}

}

@media (max-width: 768px)
{
    .sunbizNotice1 {
        position: absolute;
        top: 23px;
        left: 40%;
        text-align: center;
    }

    .sunbizNotice2 {
        position: absolute;
        bottom: 6px;
        left: 10%;
    }


    .link-panel.division
    {
        float: none;
        width: auto;
        padding: 5px 0;
    }

    .search-banner .lead { font-size: 1.1em; }
    
    .search-banner .search input, 
    .search-banner .search .btn { font-size: 1.4em; }



    /* remove the fixed height and adjust the spacing*/
    .link-panel-content
    {
        overflow: auto;
        height: auto;
    }

    /* condense the division links and add a divider between them */
    #content .link-panel-content li
    {
        display: inline-block;
        margin-right: .5em;
        border-right: 1px solid #ccc;
        padding-right: .5em;
    }

    .link-panel-content li:last-child, #division-links-sos li:last-child
    {
        border: none;
    }

    /* remove the divider between the division logo and links and put it below the section*/
    .link-panel.division h3
    {
        border: none;
    }

    .link-panel.division ul
    {
        margin-top: 0;
        border-bottom: 1px solid #ccc;
        top: 0;
        position: relative;
    }

    /* remove the gradient from division links*/
    #division-links
    {
        background: #fff;
    }

    /*turn off the quicklinks scrollbar and duplicate lists so that even if the javascript loads, we still don't see them */
    .simply-scroll-list ul[aria-hidden="true"], .simply-scroll-btn
    {
        /* display: none;*/
    }

    .simply-scroll-clip, .simply-scroll-list
    {
        height: auto;
    }

    .alert-notice .clock {
        position: absolute;
        left: 185px;
        bottom: 40px;
    }
}

@media (max-width: 739px)
{
    .search-banner .lead
    {
        font-size: 1em;
    }

    .alert-notice .clock {
        position: absolute;
        left: 165px;
        bottom: 40px;
    }

    .sunbizNoticeImage {
        display: none;
    }
}

@media (max-width: 692px)
{
    .search-banner .logo
    {
        max-height: 100px;
    }

    .alert-notice .clock {
        position: absolute;
        left: 115px;
        bottom: 40px;
    }
}

@media (max-width: 575px)
{

    .link-panel
    {
        width: auto;
        float: none;
    }

    .eventBox img {
        width: 400px;
        height: 100px;
    }

    .alert-notice .clock {
        position: absolute;
        left: 65px;
        bottom: 40px;
    }
}

@media (max-width: 540px)
{
    .search-banner .logo
    {
        display: none;
    }


    .banner-dos .call-to-action
    {
        margin: 5px 12px;
    }

    #banner .search {
        margin: 0;
    }

    #banner .lead
    {
        font-size: 1em;
    }

    #feature-window .item-caption
    {
        right: 0;
    }

    #feature-window-menu
    {
        right: 10px;
    }
}

@media (max-width: 334px)
{


    .navbar-header a
    {
        margin-left: 10px;
        padding: 15px 0;
    }

    .navbar-header button
    {
        margin-right: 10px;
    }
}

@media (max-width: 315px)
{
    .navbar-header button
    {
        float: none;
    }
}








/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    8. [Print Styles]

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media print
{

    @page
    {
        size: auto;
        margin: 1in;
    }

    body
    {
        margin: 0;
    }

    .container, .row
    {
        margin: 0;
        width: 100%;
    }

    h2, h3, h4
    {
        page-break-after: avoid;
    }

    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }

    #dosbanner
    {
        display: block;
        border: none;
    }

        #dosbanner .navbar-nav
        {
            display: none;
        }

        #dosbanner .navbar-brand
        {
            width: 100%;
            text-align: center;
            border-bottom: 3px solid #E9AC3B;
            margin-bottom: .5em;
        }

    #dosLogo
    {
        content: url(/images/dos.logo.print.png);
        text-align: center;
        margin: 0 auto;
    }

    #dosbanner a:after, .breadcrumbs a:after
    {
        content: none;
    }

    .search-banner, #header
    {
        position: static;
    }

        .search-banner .logo
        {
            left: auto;
        }

            .search-banner .logo img
            {
                display: none;
                 
            }

           .search-banner .logo a:after
            {
                content: none;
            }

        .search-banner .search, button.navbar-toggle
        {
            display: none;
        }

    #feature-window .item
    {
        display: none;
    }

        #feature-window .item:first-child
        {
            display: block;
        }

            #feature-window .item:first-child a:after
            {
                content: none;
            }

    .link-panel, .page-navigation
    {
        display: none;
    }

    .search-banner .mission
    {
        display: none;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        line-height: normal;
    }


    #main-content
    {
        padding: 0;
    }

    .page-content
    {
        margin-top: 0;
    }

    #page-navigation,
    .cycle-slideshow-control-button,
    .cycle-pager
    {
        display: none;
    }




    #footer .utility-links,
    #footer .lead
    {
        display: none;
    }

    #footer .contact-block
    {
        clear: left;
        text-align: left;
    }

    a:after
    {
        color: #ccc;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
