@import url(reset.css);

body
{
    font-size: 13px;
    line-height: 18px;
}

    body.redirect
    {
        background: #fff;
    }

h1, h2
{
	font-family: Georgia, serif;
}

sup
{
    vertical-align: top;
    margin-top: -10px;
    font-size: .55em;
}

#content sup
{
    font-size: .85em;
}

.floatLeft
{
    float: left;
}

img.floatLeft
{
    margin: 0 15px 15px 0;
}

dd img.floatLeft
{
    margin: 4px 15px 15px 2px;
}

.floatRight
{
	margin: 8px 8px 12px 12px;
    float: right;
	clear:both;
}

img.floatRight
{
    margin: 8px 8px 12px 12px;
	clear:both;
}

.clearBoth
{
    clear: both;
}

#content img.pathType, #content .floaters div img.pathType
{
    margin-left: 7px;
    vertical-align: top;
    border: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline;
}

.floaters img
{
    display: block;
    margin-bottom: 3px;
}

.floaters.one div
{
    float: left;
    width: 97%;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

#content .floaters.one div
{
    margin-bottom: 0;
}

    #content .floaters.one div h3 a
    {
        font-size: 1em;
        line-height: 1.2em;
    }

#content .floaters.one dl
{
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    #content .floaters.one dl dt a
    {
        font-size: 1.3em;
        line-height: 1.2em;
        padding-bottom: 5px;
        color: #666;
    }

    #content .floaters.one dl dd
    {
        padding: 1px 0 0 0;
    }

.home #featured .floaters.two
{
    float: left;
    padding-bottom: 65px;
	padding-left: 20px;
	padding-top: 30px;
    background: url(../images/home-banner-flower.png) no-repeat 40% 100%;
}

.home #featured h1 {
	font-size: 32px;
}

.home #content .floaters.two div
{
    padding-bottom: 5px;
    padding-bottom: 0;
	height:140px;
	overflow: hidden;
	text-align:center;
}

.home #content .floaters.two div img {
	margin-left: auto;
	margin-right:auto;
}

.home #content .floaters div {
	margin-top:0px;
}

.home #content #fasComponent {
	margin-top:0px;
}

.home #content .shadow .container {
	padding-top: 10px;
}

.floaters.two div
{
    width: 47%;
    margin-right: 3%;
    float: left;
}

.floaters.three li a, .floaters.three div
{
    width: 19%;
    margin-right: 6%;
    float: left;
}

.floaters.three>.floaters.three>div,.floaters.three .pageSet>div {
	height:140px;
}

    .floaters.three div.clearBoth
    {
        clear: both;
        float: none;
    }

.home .floaters.three div.mid
{
    width: 28%;
    margin-right: 4%;
}

#content .floaters.three div.floaters.two
{
    width: 110%;
    margin-bottom: 0;
}

    #content .floaters.three div.floaters.two div
    {
        width: 47%;
        margin: 0 3% 2% 0;
    }

.floaters.four li a, .floaters.four div
{
	width: 20%;
    margin-right: 15px;
    float: left;
}

    .floaters.four div.clearBoth
    {
        display: none;
    }

.floaters.four img
{
    width: 80px;
}

.paddingTop
{
    padding-top: 25px;
    clear: both;
}

.paddingBottom
{
    padding-bottom: 15px;
}

.marginTop
{
    margin-top: 25px;
}

.print
{
    display: none;
}

#header
{
      /* background: #004759 url(../images/header-bg.gif) repeat-x top left; */
	  background: #005972;
	  color: #fff;
}

    #header .container
    {
        height: 100px;
        padding-top: 5px;
        padding-bottom: 12px;
    }

    #header #headerElements
    {
        float: right;
		padding-top: 20px;
    }

        #header #headerElements p a
        {
            text-decoration: none;
            color: #fff;
            display: block;
            font-size: 11px;
            margin-bottom: 5px;
        }

fieldset input.searchSite
{
    background: #007D93;
    color: #fff !important;
    border: none;
    width: 200px;
	padding: 4px;
    font-size: 13px;
}

fieldset input.searchSite::-webkit-input-placeholder {
   color: #fff;
}

fieldset input.searchSite:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

fieldset input.searchSite::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

fieldset input.searchSite:-ms-input-placeholder {  
   color: #fff;  
}

fieldset input.searchSite:focus::-webkit-input-placeholder {
   color: rgb(110,205,222);
}

fieldset input.searchSite:focus:-moz-placeholder { /* Firefox 18- */
   color: rgb(110,205,222); 
}

fieldset input.searchSite:focus::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(110,205,222);
}

fieldset input.searchSite:focus:-ms-input-placeholder {  
   color: rgb(110,205,222); 
}

fieldset input.searchButton
{
    margin: 0 0 -8px -5px;
    *margin-bottom: -4px;
}

#menu
{
      /* background: #003745 url(../images/menu-bg.gif) repeat-x top left; */
	  background: #005972;
	  font-size: 15px;
	  z-index: 25;
	  position: relative;
}

    #menu .container
    {
        padding: 0;
        overflow: visible;
    }

    #menu ul
    {
        float: left;
        position: relative;
    }

    #menu li
    {
        float: left;
        color: #fff;
        /*border-top: 1px solid #005268;
        background: URL(../images/nav-border.png) no-repeat 100% 0;*/
    }

        #menu li.last
        {
            background: none;
        }

        #menu li a
        {
            display: block;
            padding: 10px 12.2px 10px 12.2px;
            text-decoration: none;
            color: #fff;
			font-size: 13px;
        }

        #menu li:hover, #menu li.active
		{
			background: #007F92;
            /* background: #007F92 url(../images/menu-bg-over.gif) repeat-x top left; */
            /*border-top: 1px solid #005268;*/
        }

        #menu li ul
        {
            position: absolute;
            float: none;
            padding: 10px 0;
            display: none;
            background: #007e93;
            width: 290px;
            /*border: 1px solid #00788c;*/
            border-top: none;
            /*-moz-box-shadow: 2px 2px 3px #333;
            -webkit-box-shadow: 2px 2px 3px #333;
            box-shadow: 2px 2px 3px #333;*/
			box-shadow: 10px 10px 0 rgba(0, 48, 56, 0.3);
        }

            #menu li ul.wide
            {
                width: 800px;
                overflow: auto;
            }

        #menu li:hover ul
        {
            display: block;
        }

		.touch #menu li:hover ul {
			display: none;
		}
		
        #menu li ul li
        {
            clear: both;
            border: none;
            background: none;
            width: 95%;
        }

            #menu li ul li a
            {
                padding: 5px 15px;
                font-size: .8em;
            }

            #menu li ul li:hover, #menu li ul li.active
            {
                background: none;
                border: none;
            }

            #menu li ul li a:hover
            {
                text-decoration: underline;
            }

        #menu li ul dl
        {
            width: 30%;
            margin-left: 2%;
            margin-right: 1%;
            float: left;
        }

            #menu li ul dl dt
            {
                margin-top: 1.5%;
                margin-bottom: 0.5%;
                font-weight: bold;
                font-size: .85em;
            }

#topmenu
{
    background: #004255;
  overflow: hidden;
  padding: 3px 0;
  font-size: .85em;
}

    #topmenu .container
    {
        padding: 0;
    }

    #topmenu ul.right
    {
        width: 850px;
        float: right;
    }

        #topmenu ul.right li
        {
            float: right;
        }

    #topmenu ul.left
    {
        width: 350px;
        float: left;
        margin-left: 30px;
    }

        #topmenu ul.left li
        {
            float: left;
        }

        #topmenu ul.left span
        {
        }

    #topmenu li a
    {
        color: #ddd;
        text-decoration: none;
        border-right: 1px solid #187E90;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
		font-size: 11px;
    }

        #topmenu li a:hover
        {
            text-decoration: underline;
        }

    #topmenu li.first a
    {
        border-right: none;
        margin-right: 20px;
        color: yellow;
    }

#featured
{
    clear: both;
    background: #005b6b url(../images/featured-bg.gif) repeat-x top left;
    color: #fff;
}

    #featured #wrapper
    {
        background: url(../images/home-gradient.png) repeat-x bottom left;
        margin: 0 auto;
    }

    #featured .container
    {
        padding-bottom: 15px;
    }

        #featured .container.largeBg
        {
            min-height: 380px;
            background-repeat: no-repeat;
            background-position: 105% 0;
        }

.home #featured .container.largeBg
{
    min-height: 348px;
}

#featured #breadcrumbs
{
	padding: 7px 10px;
    font-weight: normal;
    font-size: .8em;
	border-radius: 10px;
	background: rgba(255,255,255,0.1);
	margin-top: 8px;
	display: inline-block;
}

    #featured #breadcrumbs a
    {
        text-decoration: none;
        color: #15CBE0;
        margin-right: 3px;
    }

#featured h1
{
    padding-top: 2px;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
    margin: 0;
}

    #featured h1 span
    {
        display: block;
        font-size: .6em;
    }
	


#featured h3
{
    margin: 20px 0 -10px 0;
    font-size: 24px;
    color: #37c9e4;
    font-weight: normal;
}

#featured p
{
    margin-top: 15px;
}

#featured .floaters a
{
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 15px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #37c9e4;
}

.home #featured .floaters a
{
    margin-bottom: -15px;
}

#featured .floaters a.last
{
    padding-right: 0;
    margin-right: 0;
}

#featured .floaters a img
{
    border: 1px solid #fff;
}

#featured .floaters div.hiddenMeta
{
    display: none;
    width: 100%;
}

#featured .floatRight
{
    margin-top: 20px;
}

#content
{
    color: #000;
    background: #fff url(../images/container-bg.gif) repeat-x bottom left;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.50, rgb(238,238,238)), color-stop(1.00, rgb(255,255,255)));
    background: -moz-linear-gradient(center bottom, rgb(238,238,238) 50%, rgb(255,255,255) 100%);
}

    #content .shadow
    {
        /*background: url(../images/container-shadow.png) no-repeat center 90%;*/
    }

        #content .shadow .container
        {
            background: #fff url(../images/content-bg.gif) repeat-x bottom left;
            padding-top: 35px;
            position: static;
	    box-shadow: -30px 0px 50px -20px lightgray, 30px 0px 50px -20px lightgray;
        }

    #content h2
    {
        padding: 0 0 15px 0;
        font-size: 21px;
        line-height: 1.3em;
        font-weight: bold;
    }

    #content h3
    {
        padding-bottom: 10px;
        font-size: 21px;
        font-weight: normal;
        color: #333;
        line-height: 1.2em;
    }
	
	#mainContent.withSidebar h3
	{
		padding: 2px;
		border-bottom: 1px solid rgb(200,200,200);
		margin: 15px 0;
	}
	
	#mainContent.withSidebar div.panel-heading h3
	{
		padding: 2px;
		border-bottom: none;
		margin: 0;
	}
	
	div.panel-primary a {
		color: #005268 !important;
	}
	
	div.panel-primary div.panel-heading h3, div.panel-primary div.panel-heading a {
		color: white !important;
	}
	
	div.panel-default div.panel-heading h3, div.panel-default div.panel-heading a {
		color: black !important;
		font-size:16px;
	}
	
	
	
	blockquote {
		border-left-color: #1c92a8 !important;
	}

    #content h4
    {
        padding: 10px 0;
    }

    #content h2.subTitle
    {
        padding: 0 0 20px 0;
        margin-top: -5px;
    }

    #content p, #content ul, #content ol, #content dd
    {
        padding-bottom: 15px;
        color: #333;
		font-size: 14px;
    }
	
	#content blockquote p {
		font-size: 20px;
		padding-bottom: 0;
		font-family: Georgia, serif;
		line-height: 1.3;
	}
	
	#content blockquote small {
		color: #717171;
	}

        #content ul ul, #content ol ol, #content ul ol, #content ol ul
        {
            padding: 5px 0 0 0;
        }

    #content #mainContent li, #content #sidebar .gradient.promo li
    {
        margin-left: 18px;
        padding: 0 0 5px 0px;
        list-style: disc;
    }
	
	#content #mainContent .gradient li {
		margin-left: 0;
		list-style: none;
	}

    #content #sidebar .gradient.promo li
    {
        margin-left: 25px;
        width: 85%;
    }

    #content #mainContent ol li
    {
        list-style: decimal;
    }

    #content #mainContent li li
    {
        margin-left: 25px;
        list-style: circle;
    }

    #content #mainContent li ol li
    {
        list-style: decimal;
    }

    #content .dateLine
    {
        margin-top: -10px;
    }

        #content .dateLine.noMargin
        {
            margin-top: 0;
        }

    #content h4.dateLine
    {
        margin-top: -20px;
    }

    #content div#results, #content div#results div.pageSet
    {
        width: 100%;
        margin: 0;
    }

        #content div#results div#nav
        {
            text-align: center;
            width: 100%;
        }

    #content div#nav a
    {
        font-size: 1.1em;
        display: inline-block;
        padding: 3px;
        color: #4cadc1;
        margin: 0 0 3px 0;
        text-decoration: none;
        padding: 2px 5px;
    }

        #content div#nav a:hover, #content div#nav a.highlight
        {
            color: #000;
            background: #ddd;
            text-decoration: none;
        }

    #content div#iconLinks
    {
        overflow: hidden;
		float:right;
		margin-left: 10px;
    }

        #content div#iconLinks a
        {
            float: left;
			margin: 2px;
			width: 95%;
        }

    #content p#myList
    {
        float: left;
    }

        #content p#myList a
        {
            padding-left: 19px;
            background: URL(../images/my-list.png) no-repeat 0 60%;
        }

    #content .floaters
    {
        float: left;
        width: 100%;
    }

        #content .floaters div
        {
            margin-top: 10px;
            margin-bottom: 15px;
            color: #333;
        }

        #content .floaters.three div
        {
            *margin-bottom: 0;
            *margin-top: 5px;
        }

        #content .floaters div a
        {
            font-size: 12px;
            line-height: 16px;
            font-weight: bold;
            color: #666;
            display: block;
        }

        #content .floaters div img
        {
            box-shadow: 1px 1px 5px rgb(150,150,150);
			margin-bottom: 7px;
        }

        #content .floaters div span
        {
            display: block;
        }

    #content #videoContainer_wrapper
    {
        margin-bottom: 15px;
    }

    #content p#showing
    {
        float: left;
        margin-top: 10px;
    }

    #content div.searchNav
    {
        float: right;
        margin-right: 30px;
    }

        #content div.searchNav p
        {
            float: left;
            margin-right: 10px;
        }

    #content .calendarListing h2
    {
        padding-top: 15px;
    }

        #content .calendarListing h2.first
        {
            padding-top: 0;
        }

    #content .calendarListing p.noPadding
    {
        padding: 0 0 2px 0;
        font-weight: bold;
    }

    #content .calendarListing p
    {
        padding: 5px 0;
    }

    #content .calendarListing dl dd
    {
        padding-bottom: 0px;
    }

    #content .calendarListing dl dt
    {
        font-weight: bold;
        margin-top: 8px;
    }

    #content p#socialIcons
    {
        margin: 0 0 0 -5px;
        padding-top: 25px;
        color: #666;
        clear: both;
    }

.home #content p#socialIcons
{
    padding-top: 0;
}

#content p#socialIcons *
{
    margin-right: 5px;
    vertical-align: middle;
    float: none;
}

#content p#socialIcons a
{
    color: #37c9e4;
}

#content p#socialIcons span
{
    margin-right: 15px;
    font-size: 12px;
}

#content a
{
    color: #1c92a8;
    text-decoration: none;
    font-weight: bold;
}

#content a.btn-primary {
	color: white;
}

#content #mainContent p a:hover, #content #mainContent li a:hover
{
    text-decoration: underline;
}

#content a.btn-primary:hover {
	text-decoration: none !important;
}

#content a.arrow
{
    font-weight: bold;
    padding-right: 11px;
    background: URL(../images/link-arrow.png) no-repeat 100% 50%;
}

    #content #sidebar .addthis_default_style
	{
        margin-bottom: 0px;
    }

.addthis_button_facebook_like
{
    margin-right: 15px !important;
}

#___plusone_0
{
    width: 90px !important;
    float: right !important;
    height: 25px !important;
}

#content #sidebar .enclosure
{
    border: 1px solid #efefef;
    margin: 25px 0;
}

#content #sidebar h3, #content .enclosure h3
{
    padding: 15px 10px 10px 10px;
	margin: 5px 0;
}

    #content #sidebar h3 img
    {
        vertical-align: bottom;
        padding-right: 2px;
    }

#content .enclosure h3
{
    background: #fff url(../images/sidebar-header-bg.gif) repeat-x bottom left;
    border-bottom: 1px solid #efefef;
}

#content .enclosure dl, #content .enclosure ul
{
    padding: 0 10px;
    color: #666;
    overflow: hidden;
}

#content .enclosure dt
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
}

#content #sidebar .enclosure a
{
    color: #666;
    text-decoration: none;
}

#content .enclosure dd, #content .enclosure li
{
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

#content .enclosure li
{
    padding-top: 15px;
    overflow: hidden;
}

    #content .enclosure li img.floatLeft
    {
        margin-bottom: 0;
    }

#content #sidebar .enclosure p
{
    padding: 15px 10px 30px 10px;
}

#content #sidebar .rssFeed a
{
    color: #3fc3eb;
    display: inline;
}

#content .gradient
{
    background: url(../images/sidebar-gradient.gif) repeat-x bottom left;
}

    #content .gradient li a
    {
        color: #666;
        font-weight: bold;
        padding: 5px 5px 5px 25px;
        display: block;
        background: URL(../images/link-list-arrow.png) no-repeat 8px 6px;
		font-size:13px;
    }

        #content .gradient li a:hover, #content .gradient li a.active
        {
            color: #00687a;
            background: #effafd URL(../images/link-list-arrow-active.png) no-repeat 8px 6px;
        }

    #content #sidebar .gradient p
    {
        padding: 5px 10px 20px 10px;
        color: #333;
    }

    #content #sidebar .gradient.promo p
    {
        padding: 0 10px 5px 10px;
    }

#content #fasComponent
{
    margin: 15px 0;
    background: #0b5a70 url(../images/fascomp-bg.gif) repeat-x top left;
    color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content #fasComponent form
{
    width: 100%;
    padding: 20px;
    height: 100%;
}

#content #fasComponent h3
{
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.2em;
    width: 95%;
	font-weight:bold;
}

#content #fasComponent fieldset label
{
    width: 40%;
    margin-right: 5px;
    float: left;
	font-size:.9em;
	font-weight: normal;
}

    #fasComponent fieldset label input, #fasComponent fieldset label select
    {
        width: 80%;
        padding: 2px;
        background: rgb(250,250,250);
        border: none;
		height: 26px;
		display: block;
    }

    #content #fasComponent fieldset label input
    {
        width: 90%;
        padding: 3px;
    }

#content #fasComponent fieldset input#searchFas
{
    margin-top: 17px;
    margin-left: -12px;
}

#content #newsTicker
{
    background: #efefef;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #content #newsTicker h4
    {
        float: left;
        color: #aaa;
        border-right: 1px solid #ddd;
        padding: 10px;
        text-transform: uppercase;
    }

    #content #newsTicker div#newsWrapper
    {
        float: left;
        padding: 10px 5px;
        width: 80% !important;
        white-space: nowrap;
    }

        #content #newsTicker div#newsWrapper div
        {
            display: none;
            margin: 0;
            padding: 0;
            list-style-type: none !important;
            top: 10px !important;
            left: 5px !important;
            width: 100%;
            white-space: nowrap!important;
        }

            #content #newsTicker div#newsWrapper div:first-child
            {
                display: block;
            }

            #content #newsTicker div#newsWrapper div span
            {
                color: #aaa;
                padding: 0 15px 0 5px;
                font-weight: bold;
            }


    #content ul#registrationLinks li
    {
        list-style: none;
        float: left;
        margin: 3px 5px 3px 0;
		padding: 0;
    }
	
	#content ul#registrationLinks li .pathType {
		display: none;
	}




/* #content #calendar .ui-state-active a, #content #calendar a.ui-state-active {
	color: #fff;
	background: #3e4042;
}

#content #calendar a.ui-state-highlight {
	color: #fff;
	background: #238ca2;
} */

/* Video Pages */
#videoContainer
{
    margin: 5px 0;
}

#footer
{
    color: #777;
	padding: 30px 0 75px 0;
	position: relative;
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(221, 221, 221);
}

    #footer p
    {
        clear: both;
        padding-top: 20px;
        font-size: 11.5px;
    }

        #footer dl, #footer p#logo
        {
            width: 230px;
            margin-right: 4%;
            float: left;
            background: URL(../images/footer-border.png) no-repeat 100% 0;
            min-height: 215px;
        }

        #footer p#logo
        {
            width: 230px;
            clear: none;
            padding-top: 0;
        }

    #footer dl.first
    {
        width: 160px;
    }
	
	#footer dl.final {
		background: none;
	}

    #footer dl dt
    {
        margin-top: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #footer li
    {
        padding-top: 10px;
        font-size: 12px;
    }

    #footer a
    {
        color: #888;
        text-decoration: none;
    }

        #footer a:hover
        {
            text-decoration: underline;
        }


#navigationlist
{
    border: 1px solid lightgray;
    box-shadow: 3px 3px 10px gray;
    -moz-box-shadow: 3px 3px 10px gray;
    -webkit-box-shadow: 3px 3px 10px gray;
}

#sidebarRelatedLinks
{
    border: 1px solid lightgray;
    box-shadow: 3px 3px 10px gray;
    -moz-box-shadow: 3px 3px 10px gray;
    -webkit-box-shadow: 3px 3px 10px gray;
}

#content .linklist
{
    padding: 0px;
}

    #content .linklist dd, #content .linklist li
    {
        padding: 0px;
        overflow: hidden;
    }

    #content .linklist dl, #content .linklist ul
    {
        padding: 10px;
        color: #666;
        overflow: hidden;
    }

    #content .linklist h3
    {
        padding-top: 10px;
        padding-left: 10px;
        background: #fff url(../images/sidebar-header-bg.gif) repeat-x bottom left;
        border-bottom: 1px solid lightgray;
        z-index: -1;
    }

#content .linklisttitle
{
    color: Black;
    padding-top: 10px;
    padding-left: 10px;
    background: #fff url(../images/sidebar-header-bg.gif) repeat-x bottom left;
    border-bottom: 1px solid lightgray;
    z-index: -1;
}

.btnLogout
{
    background-color: lightblue;
    box-shadow: inset -3px -3px 3px gray, inset 3px 3px 3px white;
    border-radius: 10px;
    padding: 3px 10px 3px 10px;
    width: 50px;
}

    .btnLogout:hover
    {
        box-shadow: inset -3px -3px 3px gray, inset 3px 3px 3px white, 0px 0px 10px gray;
        cursor: default;
    }

.socialIcons
{
    float: left;
    /*background-color: white;*/
}

    .socialIcons, .socialIcons td
    {
        /*margin: 0px;*/
        margin-top: 10px;
        margin-bottom: 15px;
        vertical-align: top;
        /*border: 1px solid black;*/
    }
	
	.top-title {
        padding: 15px;
    }

    .top-title h1 {
        font-size: 20pt;
        font-weight: normal;
    }

    img {
        max-width: 100%;
    }
	
	.float-box {
		clear:both;
		margin-top:15px;
		height: inherit !important;
	}
	
	.procedure-videos img {
		box-shadow: 1px 1px 2px rgb(230,230,230) !important;
	}
	
	.fs-button {
		display: none;
	}
	
	.block-lg {
		display: block !important;
		float: none !important;
		clear:both !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
	
	table.block-lg {
		display: table !important;
	}
	
	li.list-group-item.active {
		color:white;
		background-color: #005268;
	}
	
	li.list-group-item.active a {
		color:white !important;
	}
	
	div.eventBanners .pathType {
		display:none;
	}
	
	body.eventdetail div#featured h1 {
		padding-left:18px;
	}
	
	body.eventdetail div.eventBanners {
		margin-top: -25px;
	}
	
	body.eventdetail #featured .container {
		padding-bottom: 10px;
	}
	body.eventdetail p#breadcrumbs {
		margin-left: 14px;
	}
	
	body.eventdetail #registrationLinks a.btn-default {
		color: #003e4f;
	}
	
		#menu li.active.hassub {
		font-weight: bold;
	}
	
    div.subnav {
        background: #007f91;
        z-index: 1;
        background:linear-gradient(to bottom, rgba(0,127,145,1) 49%,rgb(1, 90, 113) 100%); 
        height: 40px;
    }

    div.subnav li {
         float: left;
		 margin-top:9px;
     }

    div.subnav li a {
        color: white;
        padding: 5px 6px;
        margin-right: 5px;
        text-decoration: none;
        font-size: 13px;
        border-radius: 5px;
		
    }
	
    div.subnav li a:hover {
		background-color: rgb(1, 90, 113);
		background-color: rgba(1, 90, 113,.7);
    }

    div.subnav li.active a {
		background-color: rgb(1, 90, 113);
		box-shadow: 1px 1px 0 rgb(0,127,145);
		font-weight:bold;
    }
	
	#menu li.active.hassub:hover ul {
		display: none !important;
	}

	 .addthis_horizontal_follow_toolbox p {
		display: inline-block !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
		color: rgb(119, 119, 119) !important;
		padding-bottom: 0px !important;
		font-size: 14px !important;
		padding-top: 10px !important;
	}
	
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.home #featured h1 {
		font-size: 30px;
	}
	
    #menu li ul.wide {
        width: 100%;
    }
	
	.floaters.three li a, .floaters.three div
	{
		width: 26%;
		margin-right: 6%;
		float: left;
	}

	.floaters.three>.floaters.three>div,.floaters.three .pageSet>div {
		height:120px;
	}
	
	.block-lg, .block-md {
		display: block !important;
		float: none !important;
		clear:both !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
	
	table.block-lg, table.block-md {
		display: table !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.addthis_horizontal_follow_toolbox p {
		display: none !important;
	}

    #menu li a {
        padding: 10px 9px 10px 9px;
        font-size: 12px;
    }
	
    #menu li ul.wide {
        width: 650px;
    }
	
	.floaters.three li a, .floaters.three div
	{
		width: 29%;
		margin-right: 4%;
		float: left;
	}

	.floaters.three>.floaters.three>div,.floaters.three .pageSet>div {
		height:140px;
	}
	
	#featured .floaters.two div {
		width: 100%;
	}
	
	.container.largeBg {
		background-image: none !important;
		min-height: 0 !important;	
	}
	
	body.home div.col-md-offset-0 {
		margin-top: -170px;
	}
	
	.block-lg, .block-md, .block-sm {
		display: block !important;
		float: none !important;
		clear:both !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
	
	table.block-lg, table.block-md, table.block-sm {
		display: table !important;
	}
}

@media only screen and (min-width: 768px) {
	div.regLinks.well {
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {

	.addthis_horizontal_follow_toolbox p {
		display: none !important;
	}
	
	.addthis_horizontal_follow_toolbox {
		padding-bottom: 10px !important;
	}

	p#breadcrumbs {
		display:none;
	}

    #featured h1 {
        font-size: 28px;
        padding: 0;
        line-height: 28px;
    }
    #featured .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #menu_mobile {
        background-color: rgb(0, 37, 44);
    }
     #menu_mobile a {
         color: white;
		 text-decoration: none;
		 font-size:19px;
     }

     #menu_mobile li {
        padding: 10px 20px;
        border-bottom: 1px solid rgb(0,63,74);
		border-bottom-color: rgba(255,255,255,.3);
		margin-left: -15px;
        margin-right: -15px;
     }
	 
	 #menu_mobile hr {
		margin: 5px -15px;
	 }
	 
	 #menu_mobile li.last {
		border-bottom: 0;
	 }

    #menu_mobile li.active {
		background-color: white;
        background-color: rgba(255,255,255,.8);
		color: rgb(0, 37, 44);
		font-weight:bold;
    }
	
	#menu_mobile li.highlight {
		background-color: white;
        background-color: rgba(255,255,255,.3);
		font-weight:normal;
    }

	#menu_mobile ul.secondary a {
		font-size:13px;
	}
	 
	#menu_mobile ul.secondary li {
		border-bottom: 1px solid rgb(0,63,74);
		border-bottom-color: rgba(255,255,255,.1);
	}
	
    #search_mobile {
        background-color: #00576F;
        text-align:right;
        padding:10px;
    }

    #actions_mobile button {
        height:50px;
        color:white;
        font-size:23px;
        background-color:transparent;
        padding:0 5px 0 5px;
        border-radius: 0;
    }
    #actions_mobile button.active {
        background-color: rgb(0, 37, 44);
        /*color: #00576F;*/
    }

    #header.mobile .container {
        height: inherit;
    }

    #footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #footer p {
        padding-top: 0;
    }

    .btn.btn-sm {
        padding: 7px;
    }
	
	
	.container.largeBg {
		background-image: none !important;
		min-height: 0 !important;	
	}
	
	.container.largeBg .floaters.two div, .floaters.two div {
		width:100%;
	}
	
	
	.floaters.three li a, .floaters.three div
	{
		width: 30%;
		margin-right: 3%;
		float: left;
	}

	.floaters.three>.floaters.three>div,.floaters.three .pageSet>div {
		height:150px;
	}
	
	#featured #breadcrumbs {
		display: none;
	}
	
	#content .shadow .container {
		padding-top:10px;
	}
	
	.float-box {
		display: none;
	}
	
	.home #content #fasComponent {
		margin-bottom: 45px;
	}
	
	.home #featured .floaters.two {
		padding-left:0;
		padding-top:5px;
		padding-bottom: 30px;
	}
	
	.floaters.four li a, .floaters.four div {
		width: 44%;
		height: 120px;
		overflow: hidden;
	}
	
	.floaters.four img {
		width: 90px;
	}
	
	.block-lg, .block-md, .block-sm, .block-xs {
		display: block !important;
		float: none !important;
		clear:both !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}
	
	table.block-lg, table.block-md, table.block-sm, table.block-xs {
		display: table !important;
	}
	
	div.regLinks.well {
		display: none;
	}
	
	div.regLinks li, div.regLinks a {
		width:100%;
	}
	
	div.regLinks a span.glyphicon {
		display:none;
	}
	
	body.eventdetail div#featured {
		display:none;
	}
	
	body.eventdetail div.eventBanners {
		margin-top: 0px;
		text-align: center;
	}
}

@media only screen and (max-width: 320px) {
	#featured .floaters a {
		font-size:11px;
	}
	
	.floaters.three li a, .floaters.three div
	{
		width: 44%;
		margin-right: 6%;
		float: left;	
	}

	.floaters.three>.floaters.three>div,.floaters.three .pageSet>div {
		height:150px;
	}
	
	div.col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	
}

div.eventBanners img.mobile {
	display:none;
}

.findsurgeonphone h2 {
	font-weight: bold;
}

#header img[alt='ASPS Logo'] {
	margin-top: 3px;
}

@media only screen and (max-width: 500px) {
	div.eventBanners img.desktop {
		display:none;
	}
	div.eventBanners img.mobile {
		display:inline;
	}
}
