html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

body {
    font-family: 'Libre Baskerville',serif;
    font-size: 16px;
    background: #f8f7f2
}

.flex--row,.mega-menu,[id=container],body,html {
    height: 100%;
    width: 100%
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

h1 {
    font-family: 'Bree Serif',serif;
    font-size: 1.35em
}

h2 {
    font-size: 1.2em
}

h3 {
    font-size: 1.1em
}

.user-content h1 strong,.user-content h2 strong,.user-content h3 strong,.user-content h4 strong,.user-content h5 strong,.user-content h6 strong,h1 {
    font-weight: 400
}

p {
    line-height: 1.5em
}
/* NEW IN 2020*/
	p.remove-this { display: none; } 
/*remove notes in the editor left for staff*/

.mega-menu,aside h1,footer,nav {
    background-color: #152a3d
}

nav {
    box-shadow: 0 2px 12px -10px rgba(0,0,0,.14),0 2px 1px -2px rgba(0,0,0,.14),0 2px 12px 0 rgba(0,0,0,.14)
}

.sidebar--list ul,.sidebar--meta ul,ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer {
    padding: 2em 0;
    font-size: .9em;
    line-height: 1.5em
}

/*side-by-side images in the footer*/
.qcol-half img { padding-top: 25%; }


.mega-menu,footer,nav {
    color: #fff
}

hr,section {
    position: relative
}

main {
    padding: 0 1.2em 1em
}

hr {
    margin: 20px 0;
    background-color: rgba(76,157,187,.3);
    height: 2px;
    border-style: none
}

hr:before {
    content: '';
    position: absolute;
    left: calc(50%);
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(76,157,187,.3) transparent transparent;
    z-index: 10
}

.skip-to {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.user-content {
    background: #fff;
    overflow-x: scroll
}

.user-content ul {
    list-style-type: disc;
    padding-left: 2em
}

.user-content ul ul {
    list-style-type: circle;
    padding-top: .5em
}

.user-content img {
    /* border:2px solid #15648b */
}

.grid {
    max-width: 1260px;
    margin: 0 auto;
    width: 100%
}

.page a {
    display: block
}

.user-content h1,.user-content h2,.user-content h3,.user-content h4,.user-content h5,.user-content h6 {
    color: #1b3652;
    font-family: 'Bree Serif',sans-serif;
    font-weight: 400
}

.ContentTemp_MainCol {
    /* padding:0 1em */
}

	.announcement{
		background:#ccc;
		border:1px solid #ecebdc;
		font-size:0.875em;
		margin-bottom: 20px;
		padding: 20px 10px 40px;
	}

	.announcement h3{
		font-weight:700;
		margin-top: 0;
		margin-bottom: .5rem;
	}

	.announcement a{
		text-decoration:none;
	}

	.announcement a:hover{
		text-decoration:underline;
	}

	.announcement p{
		border-top:1px solid #ccc;
		padding-top:10px;
	}

	a.announceRegister{
		color:#393;
		font-weight:700;
		position:absolute;
		right:10px;
		text-transform:uppercase;
		top:10px;
	}

	img.announcePic{
		float:left;
		height:55px;
		padding:0 10px 10px 0;
		/* border: 2px solid #1b3652; */
		width: 80px!important;
		height: 80px!important;
	}

	a.More{
		background: url("/data/layout/images/arrow_More.gif") no-repeat scroll right transparent;
		color:#201F43;
		font-weight:700;
		padding-right: 16px;
		padding-left: 6px;
	}

/*****************************************
 SOCIAL MEDIA ICONS ON PARKS & REC Pages
 *****************************************/
.Parks_Social_Media_Icons {
    /*This puts the icons in a row instead of a vertical stack*/
      float: right;
      margin-top: 20px;
      display: inline;  }
  .Parks_Social_Media_Icons img{
    /*This shrinks the icons down to a uniform size*/
      margin-right: 30px;
      width: 40px;
      height: auto;  }
  .Parks_Social_Media_Icons a:hover{
    /*This will add a nice white filter on hover*/
      opacity: 0.5  }


.FB_FileListUL span,.FB_Footer {
    display: none
}

.FB_FileListUL img {
    margin-right: 1em
}

.page main a {
    color: #4c9dbb;
    text-decoration: underline;
    display: inline;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.page main a:hover {
    color: #3b829b
}

.page main #navdiv a:before {
    content: '';
    background-image: url(/data/layout/images/list-arrow.png);
    padding-right: 26px;
    background-repeat: no-repeat;
    background-position: 0 3px
}

.page main li {
    margin-bottom: 1em
}

.ContentTemp_Zebra {
    text-align: left
}

.ContentTemp_Zebra tr {
    line-height: 180%
}

.page--internal__banner {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 150px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

.wire__contact {
    line-height: .2;
    font-size: .9em;
    color: #1b3652;
    font-weight: 100;
    padding-left: 14px;
    padding-top: 14px
}

.breadcrumb--container>span {
    background-color: #1b3652;
    color: #fff;
    padding: 6px 10px;
    font-size: .9em;
    display: inline-block;
    margin-top: -4px
}

.breadcrumb--container {
    margin-top: -30px
}

span.BREADCRUMB_TEXT:last-of-type,span.BREADCRUMB_TEXT:nth-last-child(2) {
    display: none
}

.masthead--internal {
    position: relative
}

.footer--contact {
    line-height: .2
}

.copyright p {
    margin-bottom: 0
}

.copyright+div a {
    text-decoration: underline
}

#container .mega-menu-sub.dropdown-menu {
    background: #fff;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto
}

#container .yamm-content .row {
    margin: 0 auto;
    padding: 1.2em 1em;
    background: #fff
}

#container .yamm-content li {
    margin-bottom: 0;
    background: #fff!important
}

#container .yamm-content a {
    display: block;
    color: #1b3652;
    font-size: 1.125em
}

.mega-menu-sub .mega-menu-sub .mega-menu-sub a,.yamm-content ul[class*=col-none]>li>a {
    display: none!important
}

.wire__contact p {
    line-height: .2em
}

.footer--contact p {
    line-height: .5em
}

/*! logo */
.img-responsive {
    max-width: 265px;
    width: 100%
}

#container .yamm-content a:hover {
    background: 0 0!important;
    text-decoration: underline
}

/*! Template Directory Pages */
img.directory-svg {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: none
}

h3.directory-heading {
    text-align: center
}

.directory-stack {
    border: 2px solid rgba(76,157,187,.5);
    padding-top: 10px;
    margin-top: 10px;
    background: rgba(76,157,187,.1)
}

.page main .directory-stack a {
    color: #000
}

.wire__logo .center-block {
    margin-left: 0
}

.wire__logo .img-responsive {
    max-width: 290px
}

.footer--logo .img-responsive {
    max-width: 200px
}

.wire__logo {
    padding-top: 12px
}

/*! Table Layout */
.qrow {
    display: table;
    table-layout: fixed;
    width: 100%
}

.qcol {
    display: table-cell
}

/*! Sidebar */
aside {
    color: #fff;
    position: relative
}

aside h1 {
    margin: 0;
    font-weight: 100;
    padding: 5px 16px;
    letter-spacing: 1px
}

aside li {
    padding: 4px 0
}

.ContentTemp_SideCol {
    display: none;
    width: 100%
}

aside,aside ul.mega-menu {
    background: #15648b
}

.sidebar--list,.sidebar--name {
    border-bottom: 2px solid #efcf7f
}

.sidebar--name {
    padding: 16px 0
}

.sidebar--list,.sidebar--meta,.sidebar--name {
    margin: 0 auto;
    width: 90%
}

.sidebar--list {
    padding: 16px
}

.sidebar--meta {
    padding: 22px 16px 32px
}

.sidebar--meta a {
    display: initial
}

.sidebar--list .mega-menu-content,.sidebar--list .mega-menu-sub,div#navdiv ul ul {
    display: none
}

.ContentTemp_SideCol h1,.ContentTemp_SideCol h2,.ContentTemp_SideCol h3,.ContentTemp_SideCol h4,.ContentTemp_SideCol h5,.ContentTemp_SideCol h6 {
    font-size: 1.1em;
    color: #efcf7f
}

.ContentTemp_SideCol a {
    text-decoration: underline
}

aside h2 {
    font-size: 1em;
    margin-top: 0
}

.additional-links,.sidebar--meta h2,aside a:hover,aside a[href*='@'] {
    color: #efcf7f
}

#navdiv ul {
    list-style-type: none;
    padding: 0
}

.back-button {
    padding: 8px 0 5px
}

/*! Utilities */
.qrow.flex--row.full-width_page {
    display: block;
    background: #fff
}

.gutter {
    padding: .75em
}

.d-inline {
    display: inline
}

.grid .offset-right {
    float: right
}

[id=masthead] .news {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 25px
}

[id=news] {
    color: #fff
}

.news--header {
    display: flex;
    background: #152a3d;
    margin: 21px 0 0
}

.news ul {
    background: rgba(21,42,61,.95);
    line-height: 1.3;
    max-height: 325px;
    overflow-y: hidden
}

.news ul li a:hover {
    background: #285076
}

.news ul li,.news--header {
    padding: 0 10px
}

.news ul li a {
    display: block
}

.news-date,.news-title {
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px
}

.news-title {
    padding-top: 12px;
    margin-bottom: 5px;
    font-size: 15px
}

.news-date {
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: 2px solid #fff;
    color: rgba(255,255,255,.8);
    font-size: 14px
}

.news--header img {
    margin: 10px 10px 10px 0;
    height: 32px
}

.news--header h2 {
    font-weight: 100;
    font-size: 18px
}

.news .flex--row {
    background: #152a3d;
    justify-content: flex-end;
    padding-top: 15px
}

.archive--link {
    background-color: #f1d386;
    color: #152a3d;
    margin: 0;
    padding: .3em 1.2em;
    letter-spacing: 1px;
    font-weight: 700
}

[id=upcoming-events] {
    background: #152a3d;
    color: #fff;
    margin-left: 15px
}

.wrapper_news,[id=upcoming-events] ul {
    background: #fff;
    color: #000;
    padding: .5em 1em;
    max-height: 300px;
    overflow-y: scroll
}

[id=upcoming-events] h2,[id=upcoming-events] h3 {
    margin: 0 auto;
    padding: .5em 1.5em;
    font-weight: 100;
    text-align: center
}

.article_news {
    margin-bottom: .5em
}

#additional-links ul li a,.article_news a:hover,.employee-portal a:hover {
    text-decoration: underline
}

a.NEWS_FEED_DISPLAY_ROW_HEADER_RSS img,a.NEWS_FEED_DISPLAY_RSS img {
    display: none
}

span.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT {
    color: #1b3652;
    font-family: 'Bree Serif',sans-serif;
    font-size: 1.2em;
    margin-bottom: .5em;
    display: block
}

.NEWS_FEED_DISPLAY_ROW_TITLE {
    padding: 10px 0
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE {
    background: #4c9dbc;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    margin-top: 1em
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE:hover {
    background: #3a809c
}

.page main a.NEWS_FEED_DISPLAY_LINK_ARCHIVE {
    color: #fff;
    text-decoration: none;
    font-size: .9em
}

span.NEWS_FEED_DISPLAY_DETAILS_TITLE {
    font-weight: 700;
    background: url(/data/layout/images/news-icon.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 0
}

span.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT {
    margin-top: 1em;
    display: block
}

.rising {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.page-rising {
    box-shadow: 0 2px 12px -10px rgba(0,0,0,.14),0 2px 1px -2px rgba(0,0,0,.14),0 2px 12px 0 rgba(0,0,0,.14)
}

.article_news,.event-title {
    margin-top: 0;
    color: rgba(0,0,0,.8)
}

.date_news,.event-date {
    color: #1183ab;
    font-weight: 700;
    margin-bottom: 0
}

.page {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    margin-bottom: 2em
}

.footer--additional__links {
    color: #f1d386;
    font-weight: 100;
    margin-top: 0
}

.footer--additional__links+ul {
    padding: 0 1em
}

.footer--additional__links+ul li {
    font-weight: 100;
    margin-bottom: .6em;
    text-decoration: underline
}

.request-btn {
    display: inline-block;
    padding: 5px 12px;
    background: #2a8bb0;
    margin-left: 20px;
    border-radius: 8px
}

.report-darien {
    padding: 10px
}

.request-btn:hover {
    background: #267b9c
}

.employee-portal {
    background-color: #2b6088;
    padding: .2em 1em;
    display: inline-block
}

.employee-portal a,.employee-portal img,.poweredBy img {
    vertical-align: middle
}

.employee-portal a {
    padding: 0 0 0 1em
}

.poweredBy {
    margin-top: 20px
}

.poweredBy img {
    width: 100%;
    max-width: 160px;
    height: auto
}

.copyright {
    margin-bottom: .5em
}

.poweredBy>* {
    display: inline;
    vertical-align: middle
}

.active-item,nav .mega-menu .active-item>a:active,nav .mega-menu .active-item>a:focus,nav .mega-menu .active-item>a:hover {
    color: #1b3652;
    background: #f1d386
}

.user-content #navdiv {
    padding-left: 1em
}

#additional-links ul {
    line-height: 32px
}

/*! Knowledgebase Overrides */
.pagetitle {
    display: none!important
}

.category_header,.login_link,.poptopics_header,.recentart_header,.results_header,.search_header,a.links:link {
    font-family: 'Libre Baskerville',sans-serif!important;
    color: #1b3652!important
}

.login_link,a.links:link {
    color: #4c9dbb!important
}

/*! E-Subscribe */
.notifications-area {
    padding: 0
}

.notifications-area tr:nth-of-type(2) {
    display: block
}

.notifications-area tr {
    display: inline-block;
    margin: 10px 0 0 10px
}

.notifications-area .FORM_LABEL_TEXT,.notifications-area .REQUIRED_MARKER,.notifications-area input[type=checkbox],.notifications-area input[type=checkbox]+label {
    display: none
}

.notifications-area input[type=text] {
    width: 175px
}

.additional-information_contact,.sidebar-head h2,.sidebar-head img {
    display: inline-block
}

.notifications-area input[type=submit] {
    margin-left: -15px;
    border: none;
    background: #4c9dbc;
    color: #fff;
    border-radius: 5px;
    padding: 3px 12px
}

/*! Calendar */
#desktop_cal {
    display: block;
    margin: 10px
}

#mobile_cal {
    display: none
}

#mobile_cal img {
    max-width: 350px
}

span#ctl11_C {
    display: block!important
}

.GLOW_STYLE {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    border: 0;
    cursor: default;
    margin-top: 8px
}

.GLOW_TITLE {
    background-color: #1b3652!important;
    font-family: 'Bree Serif',serif;
    font-size: 18px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase
}

.GLOW_OTHER_MONTH {
    background-color: #f0f0f0;
    color: #999
}

.GLOW_TODAY {
    background-color: #bee2f0;
    color: #000
}

.GLOW_TODAY table a {
    background-color: #2f4865;
    display: block;
    padding: 3px!important;
    margin: 3px;
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

.GLOW_TODAY>table {
    background-color: #bee2f0!important
}

.GLOW_TODAY table a:hover {
    background-color: #263950;
    color: #fff
}

.GLOW_NORMAL table a,.GLOW_WEEKEND table a {
    display: block;
    text-decoration: none;
    -moz-border-radius: 5px;
    font-size: 14px
}

.GLOW_WEEKEND table a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
  	word-break:keep-all;
}

.GLOW_WEEKEND table a:hover {
    background-color: #2f4865;
    color: #fff!important
}

.GLOW_SELECTED {
    background-color: #e8f4fd;
    color: #000
}

.GLOW_NORMAL {
    color: #000
}

.GLOW_NORMAL table a {
    padding: 4px;
    margin: 0 10px;
    color: #000!important;
    border-bottom: 2px solid rgba(21,100,139,.3);
  	word-break:keep-all;
}

.GLOW_NORMAL table a:hover {
    background-color: #1b3652;
    color: #fff!important
}

.GLOW_NEXTPREV a {
    background-color: #1b3652!important;
    color: #efcf7f!important;
    text-decoration: none!important;
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    padding: 0 10px
}

A:link.GLOW_LINK,A:visited.GLOW_LINK {
    text-decoration: none
}

#desktop_cal th {
    font-size: 12px;
    font-weight: 700;
    padding: 5px
}

.GLOW_STYLE th {
    background: #15648b;
    color: #fff;
    padding: 6px
}

.RadPanelbar_Default {
    white-space: normal!important;
    margin-top: 10px!important
}

.panelbar .group {
    overflow-x: visible!important
}

.SMALLCAL_STYLE {
    width: 215px!important;
    border: none!important;
    margin: 10px auto!important;
    background: 0 0!important;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    box-shadow: 1px 1px 3px rgba(0,0,0,.4)
}

table.SMALLCAL_STYLE>tbody>tr>td:first-child {
    background: 0 0;
    border: none!important
}

.SMALLCAL_TITLE {
    background-color: #1b3652!important;
    font-weight: 700;
    color: #fff;
    font-size: 13px
}

.SMALLCAL_TITLE td {
    padding: 5px
}

.SMALLCAL_TITLE .SMALLCAL_NEXTPREV {
    padding: 0 5px!important;
    margin: 0;
    vertical-align: middle
}

.SMALLCAL_TITLE .SMALLCAL_NEXTPREV a {
    color: #efcf7f!important;
    text-decoration: none
}

.SMALLCAL_STYLE th {
    border: none!important;
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
    line-height: 20px;
    background: #fff;
    border-left: 1px solid #f0ede3;
    width: 32px;
    text-align: center
}

.SMALLCAL_STYLE td:first-child,.SMALLCAL_STYLE th:first-child {
    border-left: 0
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_NORMAL,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_OTHER_MONTH,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_WEEKEND {
    color: #000
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_NORMAL,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_OTHER_MONTH,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_TODAY,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_WEEKEND {
    font-size: 12px;
    font-weight: 700;
    border: none!important;
    border-top: 1px solid #e6e7e8!important;
    border-left: 1px solid #e6e7e8!important;
    line-height: 28px;
    width: 30px;
    background-color: #fff
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_NORMAL a,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_OTHER_MONTH a,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_TODAY a,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_WEEKEND a {
    clear: both;
    display: block;
    position: relative;
    color: #405e74
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_NORMAL a:hover,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_OTHER_MONTH a:hover,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_TODAY a:hover,table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_WEEKEND a:hover {
    color: #00703c;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_OTHER_MONTH {
    background: #e6e7e8!important
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_TODAY {
    margin: -1px;
    color: #f3f3f3
}

table.SMALLCAL_STYLE>tbody>tr>td.SMALLCAL_TODAY>a {
    color: #fff!important
}

.SMALLCAL_SELECTED {
    font-size: 12px;
    font-weight: 700;
    line-height: 27px
}

#mobile_cal .panelbar .rootGroup {
    min-width: 300px!important
}

/*! Emergency Alert */
#EmergencyAlert {
    background-color: red;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    z-index: 1
}

#EmergencyAlert p {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

#EmergencyAlert a {
    color: #ffdf3c;
    text-decoration: none;
    border-bottom: 1px dotted #ffdf3c
}

#EmergencyAlert a:hover {
    color: #ffd609;
    text-decoration: none;
    border-bottom: 1px solid #ffd609
}

/*! RSS Icons */
.NEWS_FEED_DISPLAY_EXPANDER,a.NEWS_FEED_DISPLAY_ROW_HEADER_RSS,a.NEWS_FEED_DISPLAY_RSS {
    display: none
}

/*! File Browser */
#FB .FB_Footer,#FB .FolderPreText,#FB h2,#FB span,#FB1_FB1_APPanel .FB_Footer,#FB1_FB1_APPanel .FolderPreText,#FB1_FB1_APPanel h2,#FB1_FB1_APPanel span,#FB2_FB2_APPanel .FB_Footer,#FB2_FB2_APPanel .FolderPreText,#FB2_FB2_APPanel h2,#FB2_FB2_APPanel span,#FB3_FB3_APPanel .FB_Footer,#FB3_FB3_APPanel .FolderPreText,#FB3_FB3_APPanel h2,#FB3_FB3_APPanel span,#FB4_FB4_APPanel .FB_Footer,#FB4_FB4_APPanel .FolderPreText,#FB4_FB4_APPanel h2,#FB4_FB4_APPanel span,#FB5_FB5_APPanel .FB_Footer,#FB5_FB5_APPanel .FolderPreText,#FB5_FB5_APPanel h2,#FB5_FB5_APPanel span,#FB_FB_APPanel .FB_Footer,#FB_FB_APPanel .FolderPreText,#FB_FB_APPanel h2,#FB_FB_APPanel span {
    display: none
}

/*! File Icon */
#FB1_FB1_APPanel img,#FB2_FB2_APPanel img,#FB3_FB3_APPanel img,#FB4_FB4_APPanel img,#FB5_FB5_APPanel img,#FB_FB_APPanel img {
    margin-right: 8px;
    border: none
}

/*! File Container */
#FB1_FB1_APPanel li,#FB2_FB2_APPanel li,#FB3_FB3_APPanel li,#FB4_FB4_APPanel li,#FB5_FB5_APPanel li,#FB_FB_APPanel li {
    list-style-type: none;
    margin: 8px 0 0 -10px;
    display: block;
    background: rgba(78,158,188,.1);
    padding: 8px 16px;
    border: 1px solid rgba(78,158,188,.2)
}

/*! Link */
/*! Description text */
#FB1_F>ul>li>div>div,#FB2_F>ul>li>div>div,#FB3_F>ul>li>div>div,#FB4_F>ul>li>div>div,#FB5_F>ul>li>div>div,#FB_F>ul>li>div>div {
    font-size: 14px;
    color: #444;
    margin: 0 0 0 28px
}

ul.FB_FileListUL {
    list-style-type: none;
    padding: 5px 8px
}

/*! Form Tweaks */
button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    border: 1px solid #ccc
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    margin: 10px 6px 2px 4px;
    padding: 0
}

.ui-datepicker {
    background: #eee;
    border: 1px solid #ddd;
    padding: 8px
}

.ui-datepicker-title {
    text-align: center;
    margin: 0 0 8px
}

.ui-datepicker-next,.ui-datepicker-prev {
    background: #ccc;
    display: inline-block;
    padding: 4px 12px;
    margin: 0 0 8px;
    border-radius: 4px
}

.ui-datepicker-next:hover,.ui-datepicker-prev:hover {
    color: #fff;
    background: #666;
    cursor: pointer
}

.ui-datepicker-next {
    float: right
}

.ui-datepicker-month,.ui-datepicker-year {
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block
}

.ui-datepicker th {
    border: 1px solid #666;
    color: #fff;
    background: #999;
    padding: 2px
}

.ui-datepicker td {
    background: #eee;
    border: 1px solid #999
}

.ui-datepicker td a {
    color: #333;
    background: #fff;
    padding: 4px 8px;
    display: block;
    text-align: center;
    text-decoration: none
}

.ui-datepicker td a:hover {
    color: #fff;
    background: #666
}

/*! Zebra list table */
.ContentTemp_Zebra {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #4e9ebc;
    margin: 20px 0
}

.ContentTemp_Zebra th {
    font-weight: 700;
    border-bottom: 1px solid #4e9ebc;
    text-align: left;
    padding: 4px 10px
}

.ContentTemp_Zebra tbody td {
    border-left: 1px solid #4e9ebc;
    border-right: 1px solid #4e9ebc;
    padding: 4px 10px
}

.ContentTemp_Zebra tr:nth-child(even) {
    background: rgba(78,158,188,.2)
}

.ContentTemp_Zebra img {
    max-width: 100px
}

.data-table_contain,.zebra-table_contain {
    overflow-x: scroll;
    padding: 1px
}

/*! Flex Layout */
.flex--row {
    display: flex;
    flex-direction: row
}

.flex--col_3 {
    flex: 3
}

.space-between {
    justify-content: space-between
}

/*! Buttons */
.btn,.btn:link,.btn:visited {
    border-radius: .25em;
    border-style: solid;
    border-width: 1px;
    color: #111;
    display: inline-block;
    font-family: avenir,helvetica,roboto,arial,sans-serif;
    letter-spacing: .15em;
    margin-bottom: .5em;
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .4s,background-color .4s,border .4s;
    transition: color .4s,background-color .4s,border .4s
}

.btn:focus,.btn:hover {
    color: #7fdbff;
    border: 1px solid #7fdbff;
    -webkit-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s,color .3s,border .3s
}

.btn:active {
    color: #0074d9;
    border: 1px solid #0074d9;
    -webkit-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s,color .3s,border .3s
}

.btn--home,.btn--home:link,.btn--home:visited {
    background-color: #15648c;
    border: 4px solid #1b3652;
    border-radius: 0;
    color: #fff;
    font-family: 'Bree Serif',serif;
    font-size: 1em;
    height: 11.5em;
    width: 10.8em;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 1em;
    padding: 1em .5em
}

.btn--home__text {
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}

.btn--home img {
    height: 5.6em
}

.pull-top {
    margin-top: -10px
}

/*! Social */
.social-bar {
    background: #2a8bb0;
    color: #fff;
    margin-top: 40px
}

.social-bar-inner {
    background: #4c9dbb;
    max-width: 50%;
    margin: 0 auto;
    text-align: center
}

.social-bar-inner img {
    vertical-align: middle;
    padding: 5px;
    max-width: 25px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: -2px
}

aside .social-bar-inner {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    height: 35px
}

aside .social-bar-inner .qcol-1-3 {
    width: 33.3%;
    float: left
}

/*! Search */
#container .gsc-control-cse {
    background: #1b3652;
    padding: .3em;
    border-radius: 5px
}

#container .gsc-input-box {
    border-radius: 5px;
    height: 27px
}

#container .gsc-search-box,form.gsc-search-box {
    margin-bottom: 0
}

.wire__search {
    margin-top: 8%;
    width: 500px;
    float: right
}

.gsc-search-button {
    box-sizing: content-box
}

#container .gsc-search-button,#container .gsc-search-button input {
    /* background: #fff; */
    /* border-radius: 50%; */
    width: 10px;
    height: 10px;
}

#container .gsc-search-button input {
    background-position-x: 21px;
    background-image: url(/data/layout/images/search.svg);
    background-repeat: no-repeat;
    background-position: 4px;
    content: '';
    display: block;
    width: 0;
    min-width: 5px;
    border-color: transparent;
    background-size: 16px;
    padding: 5px 10px
}

#container .gsc-search-button input:focus {
    outline: none;
    border-color: transparent
}

/*! Peppermint required styles + default appearance styles */
.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.peppermint.peppermint-active .peppermint-slides {
    position: relative;
    overflow: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.peppermint.peppermint-active .peppermint-slides>* {
    float: left;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

.peppermint.peppermint-active .peppermint-slides a:active,.peppermint.peppermint-active .peppermint-slides a:active img {
    outline: none
}

.peppermint.peppermint-active,.peppermint.peppermint-active .peppermint-dots,.peppermint.peppermint-active .peppermint-slides,.peppermint.peppermint-active .peppermint-slides>* {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

/*! default appearance styles */
.peppermint {
    text-align: center
}

.peppermint figure {
    margin: 0 0 1.5em
}

.peppermint figure img {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

.peppermint figure figcaption {
    font-style: italic;
    color: #787575;
    font-size: .8em;
    margin-top: .5em
}

.peppermint.peppermint-active {
    margin-bottom: 2.5em
}

.peppermint-slides {
    max-height: 450px
}

/*! dots */
ul.peppermint-dots {
    margin: .6em 0;
    padding: 0;
    text-align: center;
    list-style-type: none
}

.peppermint.peppermint-active ul.peppermint-dots {
    margin: 0 0 .6em
}

.peppermint.peppermint-active .peppermint-slides+ul.peppermint-dots {
    margin: .6em 0 0
}

ul.peppermint-dots>li {
    display: inline-block;
    position: relative;
    padding: .5em .6em;
    width: 12px;
    height: 12px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    *display: inline;
    *zoom:1}

ul.peppermint-dots>li.peppermint-mouse-clicked,ul.peppermint-dots>li:active {
    outline: 0
}

ul.peppermint-dots>li>span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9b9890
}

ul.peppermint-dots>li.peppermint-active-dot>span {
    margin: -6px 0 0 -6px;
    width: 10px;
    height: 10px;
    border: 1px solid #9b9890;
    background: 0 0
}

/*! Google Search Overlay */
.wire__search .gsc-modal-background-image {
    background-color: #4c9dbb
}

.wire__search table.gsc-completion-container {
    font-family: inherit
}

.wire__search .gsc-table-result,.wire__search .gsc-thumbnail-inside,.wire__search .gsc-url-top {
    padding-left: 0
}

.wire__search .gsc-control-cse,.wire__search .gsc-control-cse .gsc-table-result {
    font-family: 'Libre Baskerville',sans-serif!important
}

/*! Print CSS */
@media print {
    .archive--link,.banner,.directory-stack,.flex--col_1,.icons.icons--list,.page--internal__banner img,.sidebar,.slideshow,.social-bar-inner,.wire__logo,.wire__search,[id=upcoming-events] h3,footer,header,nav {
        display: none
    }

    body {
        font: 12pt Georgia,"Times New Roman",Times,serif;
        line-height: 1.3;
        color: #000
    }

    h1 {
        font-size: 24pt
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px
    }

    .ContentTemp_MainCol a:link:after,.ContentTemp_MainCol a:visited:after,.ContentTemp_SideCol a:link:after,.ContentTemp_SideCol a:visited:after,.main-content a:link:after,.main-content a:visited:after {
        content: " (" attr(href) ") ";
        font-size: 90%
    }

    .ContentTemp_MainCol,.ContentTemp_SideCol,.main-content {
        width: 100%;
        margin: 0;
        float: none
    }

    td,td img {
        vertical-align: top;
        padding: 15px
    }

    td img {
        padding: 0 15px
    }

    a:link,a:visited {
        color: #666
    }
}

.u-hidden\@desktop {
    display: none
}


/*! ================== Display to screen width larger than 608px =================== */
@media screen and (min-width: 608px) {
    .grid:after {
        content:'';
        display: block;
        clear: both
    }

    [class*=qcol-] {
        float: left
    }

    .qcol-1-10 {
        width: 10%
    }

    .qcol-1-6 {
        width: 16.66%
    }

    .qcol-1-5 {
        width: 20%
    }

    .qcol-1-4 {
        width: 25%
    }

    .qcol-3-10 {
        width: 30%
    }

    .qcol-1-3 {
        width: 33.33%
    }

    .qcol-2-5 {
        width: 40%
    }

    .qcol-1-2,.qcol-half {
        width: 50%
    }

    .qcol-3-5 {
        width: 60%
    }

    .qcol-2-3 {
        width: 66.66%
    }

    .qcol-7-10 {
        width: 70%
    }

    .qcol-3-4 {
        width: 75%
    }

    .qcol-4-5 {
        width: 80%
    }

    .qcol-9-10 {
        width: 90%
    }

    .qcol-full {
        width: 100%
    }

    .search-sizing {
        float: right
    }
}

/*! breakpoints */
@media (max-width: 1280px) {
    .footer--container {
        padding:0 1em
    }

    .news ul {
        max-height: 275px;
        overflow-y: scroll
    }

    [id=masthead] {
        max-height: 410px
    }

    [id=news] {
        padding: 0 .75em
    }

    .wire__search {
        padding-right: .75em
    }
}

@media (max-width: 1220px) {
    .news ul {
        max-height:250px
    }

    [id=masthead] {
        max-height: 390px
    }

    .btn--home,.btn--home:link,.btn--home:visited {
        font-size: .9em
    }
}

@media (max-width: 1150px) {
    .news ul {
        max-height:240px
    }

    [id=masthead] {
        max-height: 370px
    }
}

@media (max-width: 1100px) {
    .news ul {
        max-height:215px
    }

    [id=masthead] {
        max-height: 350px
    }
}

@media (max-width: 1080px) {
    .events,.icons,.news .offset-right {
        width:100%
    }

    [id=upcoming-events] {
        margin-left: 0
    }

    .icons--list {
        margin-top: 0
    }

    .wire__contact {
        display: none
    }

    [id=masthead] {
        max-height: 330px
    }

    .icons--list .qcol-1-4 {
        text-align: center
    }
}

@media (max-width: 1060px) {
    .news ul {
        max-height:200px
    }

    .logo-sizing {
        width: 50%
    }

    .wire__search {
        margin-top: 60px
    }

    [id=masthead] {
        max-height: 320px
    }
}

@media (max-width: 1015px) {
    .news ul {
        max-height:198px
    }
}

@media (max-width: 950px) {
    .peppermint {
        display:none
    }

    .masthead-home.rising {
        box-shadow: none
    }

    .news ul {
        max-height: 100%;
        overflow: hidden
    }

    [id=masthead] .news {
        position: relative
    }

    [id=masthead] {
        max-height: 380px
    }

    .gutter {
        padding: 1em
    }

    .news .qrow {
        display: block
    }
}

@media (max-width: 930px) {
    [id=masthead].masthead-home {
        min-height:400px
    }
}

@media (max-width: 880px) {
    .page>.flex--row {
        flex-direction:column-reverse
    }

    .page>.flex--row>aside,.page>.flex--row>main {
        width: 100%
    }

    .footer--quad {
        width: 50%
    }

    .footer--container {
        display: flex;
        flex-wrap: wrap
    }

    .request-btn {
        margin-top: 0;
        margin-left: 10px
    }

    .u-hidden\@mobile {
        display: none
    }

    .u-hidden\@desktop {
        display: block
    }

    .employee-portal {
        margin-top: 2em
    }
}

@media (max-width: 843px) {
    .request-btn {
        margin-top:10px;
        margin-left: 0
    }
}

@media (max-width: 800px) {
    .wire__search {
        max-width:400px
    }
}

@media (max-width: 768px) {
    .search-sizing {
        width:100%
    }

    .wire__search {
        width: 100%;
        max-width: none;
        margin-top: 0;
        padding-right: 0
    }

    .logo-sizing {
        width: 100%
    }

    .wire__logo .center-block {
        margin: 0 auto;
        display: block
    }

    #desktop_cal {
        display: none
    }

    #mobile_cal {
        display: block;
        padding-left: 10px
    }

    #container .mega-menu-sub.dropdown-menu {
        border: none
    }

    [id=masthead] .news {
        margin-bottom: 0
    }
}

@media (max-width: 712px) {
    .icons--list {
        display:flex
    }

    .icons--list>.qrow {
        width: 50%;
        text-align: center
    }

    .icons--list .qcol-1-4 {
        float: none;
        width: 100%
    }
}

@media (max-width: 688px) {
    .connect-darien {
        display:none
    }

    .connect-icon {
        float: none
    }
}

@media (max-width: 607px) {
    .footer--quad {
        width:100%;
        text-align: center;
        margin-bottom: 3em
    }

    .footer--badges {
        order: 4
    }

    .footer--badges .qcol-half {
        width: 50%;
        float: left
    }
}

.back-button {
    padding: 0;
    margin-top: 8px;
    display: block;
    text-align: left
}

@media (max-width: 360px) {
    .btn--home,.btn--home:link,.btn--home:visited {
        font-size:.8em;
        height: 11em;
        padding-left: .2em;
        padding-right: .2em
    }
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .collapse,.yamm .dropdown,.yamm .dropup,.yamm .nav {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%
}

.yamm-content li a {
    text-decoration: none;
    padding: 4px 0;
    width: 100%
}

.yamm-content li {
    font-size: 1.2em;
    width: 100%;
    list-style-type: none
}

.yamm .yamm-content,.yamm-content .mega-menu-sub {
    padding: 0
}

ul.no-col {
    margin-left: 0;
    list-style-type: none
}

.yamm UL[class*=no-col]>LI>A {
    display: none!important
}

.yamm-content .mega-menu-sub li {
    padding: 4px 0;
    font-size: .9em
}

.yamm-content .mega-menu-sub li a {
    color: #017ac3;
    font-size: 1.3em
}

.yamm-content .mega-menu-sub li a:hover {
    color: #015284
}

.yamm-content .mega-menu-sub .mega-menu-sub {
    padding: .5em 0
}

.yamm-content .mega-menu-sub .mega-menu-sub a,.yamm-content li a {
    color: #055575;
    font-size: 1.1em
}

.yamm-content .mega-menu-sub .mega-menu-sub a:hover {
    color: #012f4c
}

.yamm-content .mega-menu-sub .mega-menu-sub .mega-menu-sub {
    padding-bottom: 0;
    padding-left: .4em
}

@media screen and (min-width: 767px) {
    ul.no-col {
        margin-left:0;
        padding-left: 22px;
        padding-right: 22px;
        list-style-type: none;
        width: 25%;
        float: left
    }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6dbde9a778f0e99e6213)
 * Config saved to config.json and https://gist.github.com/6dbde9a778f0e99e6213
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    padding: 0;
    margin: 0
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.nav>li,.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    font-family: 'Bree Serif',serif;
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 1.3rem;
    padding: 0;
    text-transform: uppercase
}

.nav>li:first-of-type {
    padding-left: 0;
    margin-left: -1em
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu,.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-justified>li,.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.navbar-brand>img,.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    box-shadow: 0 3px 5px 0 rgba(16,70,91,.3)
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 22px;
    line-height: 20px;
    height: 50px;
    font-family: 'Bree Serif',sans-serif
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 100
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default .navbar-brand {
    color: #fff;
    display: none
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

.navbar-default .navbar-nav>li a:hover {
    color: #152a3d;
    background: #f1d386
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #055575;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .btn-link,.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .btn-link,.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.row:after,.row:before {
    content: " ";
    display: table
}

.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@media (max-width: 1360px) {
    .nav>li:first-of-type {
        padding-left:.4em
    }
}

@media (max-width: 1300px) {
    .nav>li {
        font-size:1.18rem
    }
}

@media (max-width: 1210px) {
    .nav>li {
        font-size:1.1rem
    }
}

@media (max-width: 1175px) {
    .nav>li {
        font-size:1.05rem
    }
}

@media (max-width: 1150px) {
    .nav>li {
        font-size:1rem;
        padding: 0 .4em
    }
}

@media (max-width: 1090px) {
    .nav>li>a {
        padding:18px 20px
    }

    .nav>li:first-of-type {
        margin-left: 0
    }
}

@media (max-width: 995px) {
    .nav>li>a {
        padding:18px 25px
    }
}

@media (max-width: 965px) {
    .nav>li>a {
        padding:18px
    }
}

@media (max-width: 895px) {
    .nav>li>a {
        padding:15px
    }
}

@media (max-width: 865px) {
    .nav>li {
        padding:0
    }
}

@media (max-width: 798px) {
    .nav>li>a {
        padding:18px 10px
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav>li>a:hover:before {
        display:none
    }

    ul.no-col {
        padding-left: 0
    }

    .nav>li:first-of-type {
        margin-left: 0;
        padding-left: 0
    }

    .nav>li {
        border-bottom: 1px solid #dff5fb;
        font-size: 1.2rem
    }

    .nav>li:last-of-type {
        border-bottom: none
    }

    .navbar-toggle {
        padding-left: 1.2em;
        padding-right: 2em
    }

    .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
        background: #15648c
    }

    .nav>li>a {
        padding-left: 1em
    }

    .navbar-nav {
        margin-top: 0;
        margin-left: 0
    }

    .yamm .yamm-content {
        padding-left: .5em;
        padding-top: 0;
        padding-bottom: .3em
    }

    .yamm-content .mega-menu-sub .mega-menu-sub a,.yamm-content .mega-menu-sub li a {
        color: #fff
    }

    .yamm-content .mega-menu-sub .mega-menu-sub a {
        padding-left: 1.2em
    }

    .yamm-content .mega-menu-sub .mega-menu-sub {
        padding: .2em 0
    }

    .navbar-default .navbar-brand {
        display: block
    }
}