/*
	This file is part of the Escape Velocity Mura CMS Theme

	Notes:
		- this is where custom overrides to both the original theme and Mura CMS styling is added
*/

/* Misc. */
.highlight {
  background-color: transparent;
}

form .actions {
  margin-top: 0;
}
.button {
	margin-top: 1em;
}

/* Mura Editable Objects */
/*.mura-edit-mode .editableObject .editableObjectContents {
		overflow: visible !important;
	}*/
.sidebar span.editableObject,
span.editableObject {
  margin-bottom: 2.5em;
}

/* Highlights */
#highlights section.highlight {
  padding: 0 1em;
}

/* Component RSS Feed Styles */
.rss-heading {
}
.rss-title {
}
.rss-date {
  font-size: small;
}
.rss-summary {
}

/* Component Content List */
.list-heading {
}
.list-item {
  clear: both;
  display: block;
}
.is-post-excerpt {
}
.is-post-excerpt.no-image {
}
.is-post-excerpt.no-image h3,
.is-post-excerpt.no-image p {
  margin-left: auto;
}

.list-title {
}
.list-image-link {
}
.list-image {
}
.list-summary {
}
.list-button {
  clear: both;
  display: block;
}

/* Prettyprint */
ol.linenums {
  list-style-type: decimal;
}

/* nav */
nav ul ul {
  margin-left: 1em;
  margin-bottom: 0;
}

#nav #navPrimary > li.current_page_item > a,
li.current_page_item > a {
  color: white;
}

/* pagination */
ul.navSequential li.current a.current {
  background-color: #d9d9d9;
}

/* Comments */
.mura-comments {
  margin-top: 2em;
}
.mura-comment-thumb img {
  /*border-radius: 8px;*/
}

/* Category Summary */
.mura-category-summary a.rss {
  float: right;
  width: auto;
  clear: right;
  padding: 0 0 0 18px;
}

/* Tag Cloud */
.mura-tag-cloud a.tag {
  color: #e97770;
}

/* Search */
.moreResults p,
.moreResults ul {
  margin-bottom: 0;
}

/* Contact */
.map img {
  max-width: 100%;
  height: auto;
  /*border-radius: 8px;*/
}

/* Sidebar */
.sidebar nav a.current {
  text-decoration: none;
  color: #e97770;
}

.sidebar nav.box {
  margin-bottom: 2.75em;
}
.sidebar nav.box ul {
  margin-bottom: 0;
}
.sidebar nav ul li,
.sidebar .mura-category-summary ul li {
  margin-bottom: 0.5em;
  clear: both;
  display: block;
}

.sidebar a.current,
.mura-category-summary li.current a,
.mura-nav-archive li.current a {
  color: black;
  text-decoration: none;
}

/* Calendar */
.mura-calendar {
  clear: both;
  display: block;
}
.mura-calendar table th {
  background-color: #d9d9d9;
}
.mura-calendar table tr.dayofweek {
  background-color: #f9f9f9;
}

/* Forms */
form {
}

form legend {
  font-weight: bold;
  padding: 1em 0 0.5em 0;
  font-size: 1.2em;
}

form label {
  display: block;
  color: inherit;
}

form input.text,
form input[type="text"],
form input[type="password"],
form input[type="email"],
form select,
form textarea {
  display: block;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: #f8f8f8;
  width: 100%;
  padding: 0.85em 1em 0.85em 1em;
  border-radius: 0.25em;
  border: 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
form input[type="radio"] {
  -webkit-appearance: radio;
}

form input.text,
form input[type="text"],
form input[type="password"],
form select {
  line-height: 1.25em;
}

form input.text:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #afd9e0;
  background: #fcfcfc;
}

form textarea {
  min-height: 13em;
}

form select {
  position: relative;
}

form select option {
  color: #000;
}

form ::-moz-focus-inner {
  border: 0;
}

form .formerize-placeholder {
  color: #555 !important;
}
form ::-webkit-input-placeholder {
  color: #aaa !important;
}
form :-moz-placeholder {
  color: #555 !important;
}
form ::-moz-placeholder {
  color: #555 !important;
}
form :-ms-input-placeholder {
  color: #555 !important;
}

/* Login */
.mura-login-form {
  clear: both;
  display: block;
}
.mura-not-registered {
  clear: both;
  display: block;
  margin: 3em 0;
}
.mura-not-registered h2 a.button,
h3 a.button {
  font-size: 0.75em;
  margin: 0 0 0 1em;
}

/* Tablet (up to 1200px) */
@media (max-width: 1200px) {
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  /*.box-feature1 header.second {
			max-width: 200px;
		}*/

  /* Hide the Front End Toolbar when viewing at mobile size */
  div.mura.mura-toolbar {
    display: none;
  }
}

.mobile #footer-wrapper {
  text-align: center;
}
.mobile .feature-list h3,
.mobile .feature-list p {
  padding: 0;
  margin: 0;
}
.mobile .row {
  margin-right: 0;
}
.mobile .feature-list h3:before {
  position: inherit;
  margin-right: 1em;
}
/* PRINT */
@media print {
  .mura-toolbar {
    display: none;
  }
  .editableObjectControl .edit {
    display: none;
  }
  .editableObject > ul.editableObjectControl > li.edit > a.frontEndToolsModal {
    display: none !important;
  }

  a {
    text-decoration: none;
    color: black;
  }
}

/*Custom GS CSS */
article a,
#home-page-section1 a{
  text-decoration: underline;
}
#home-page-section1 a{
  color: #23527c !important;
}
article a:focus, article a:hover,
#home-page-section1 a:focus, #home-page-section1 a:hover{
  color: #23527c;
  text-decoration: underline;
}
article ol {
  margin-left: 2em;
  list-style-type: decimal;
}
article ul {
  margin-left: 2em;
  list-style-type: disc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*color: #e31643 !important;*/
  margin-bottom: 1em;
}
h2{
  font-size: 24pt;
  line-height: 35px !important;
}
h3{
  font-size: 14pt;
  line-height: 30px !important;
}
table tbody tr td {
  padding-right: 3em;
}
.collaborator-images img {
  padding: 0 1em 0 1em;
}
.header-image {
  width: 350px;
}
.homepage .header-image {
  width: 550px;
}
#intro-wrapper{
  padding-top: 4em;
  padding-bottom: 2em;
}
#intro-wrapper,
#intro-wrapper .title {
  background-color: #fff;
  color: #282b34;
}
#intro-wrapper .title {
  font-size: 16pt;
}
#intro-wrapper th {
  font-size: 14pt;
  font-weight: bold;
}
#navPrimary {
  background-color: #fff;
  max-width: 98%;
}
#navPrimary li {
	font-weight: bold;
  padding: 0 0.85em 0 0.85em !important;
}
#nav #navPrimary > li > a:hover {
  color: #282b34;
  text-decoration: underline;
}
#nav #navPrimary > li > a,
#nav #navPrimary > li.current_page_item > a,
li.current_page_item > a,
#nav #navPrimary > li:hover > a,
#nav #navPrimary > li.active > a,
#nav #navPrimary > li.active > span {
  color: #282b34;
}
#logo h1 a {
  background-color: #fff;
  padding: 1em;
  border-radius: 0.35em;
  color: #282b34;
}
li.current_page_item > a {
  color: #fff;
}
#home-page-buttons {
  border-top: solid #e31643 3px;
  background-color: #FFFFFF;
  text-align: center;
}
.wrapper .title:before,
.wrapper .title:after {
  background-image: none;
}
table p {
  margin-bottom: 0em;
}
table tbody tr td {
  padding-bottom: 2em;
}
.breadcrumb,
.button {
	background-color: #e31643;
	color: #ffffff;
	padding: 1em 2.25em 1em 2.25em;
	font-size: 0.9em;
	min-width: 12em;
	height: initial;
	line-height: initial;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
h1 {
  /*color: #e31643;*/
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wrapper{
	padding-top: 4em;
  padding-bottom: 4em;
}
table tbody tr td {
  vertical-align: top;
}
#about {
  text-align: center;
}
#footer p {
  color: #FFFFFF;
}
#copyright span {
  color: #fff;
  box-shadow: inset 0px 0px 1px 1px #fff;
}
.feature-list section {
  border-top: initial;
}
.englishfrenchurl {
  display: none;
}
#content p,
#content li,
#sidebar p,
#sidebar li,
#sidebar span,
.form-submit {
  /*color: #000 !important;*/
}
.accordion-cgs-controls {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
}
.accordion-cgs-controls button {
  border-radius: 4px;
  padding: 0.3em !important;
  font-size: 14px !important;
}
.accordion-cgs-controls button:first-child {
  margin-right: 5px;
}
.accordion-cgs .ui-state-active {
  border: 1px solid #446f87 !important;
  background: #446f87 !important;
  font-weight: normal !important;
  color: #ffffff !important;
}
.accordion-cgs .ui-accordion-header {
  font-size: 1.0625em !important;
  padding: 0.6em !important;
  margin-bottom: 5px !important;
}
.accordion-cgs .ui-accordion-header-icon {
  font-size: 14px !important;
  margin-right: 10px;
}
.accordion-cgs .ui-accordion-header:hover {
  background-color: #446f87;
  color: #fff !important;
}
.accordion-cgs .ui-accordion-header:hover span {
  background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png);
}
.breadcrumb_last {
  color: #ffffff !important;
}
a.button:hover,
a.button:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
#nav {
  /*visibility: hidden;*/
}
html.mobile #nav-toolbar-desktop {
  /*display: none;*/
}
html.desktop .nav-toolbar-mobile-text {
  display: none;
}
#nav #nav-toolbar-desktop {
  display: inline-block;
  border-radius: 0.35em;
  padding: 0 0 0.3em 0;
  margin-bottom: 0;
  text-align: right;
  width: 100%;
}
#nav #nav-toolbar-desktop span {
  padding-left: 0.3em;
}
#nav #nav-toolbar-desktop a {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 0;
  color: #FFFFFF;
}
a.nav-toolbar-desktop-text {
  font-size: 0.7em;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 2px solid #FFFFFF;
  text-decoration: none;
}
.nav-toolbar-desktop-text:hover {
	text-decoration: underline;
}
#header-wrapper{
	background-image:url(/wp-content/themes/rbc-2020/images/headerbackgroundimage2.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 375px;
}

html.mobile #header-wrapper {
	height: 250px;
}

html.mobile #header-wrapper #nav-toolbar-desktop,
html.mobile #header-wrapper .vc_col-lg-9 {
	display: none;
}
#main-nav-logo {
	max-width: 325px;
	width: 325px;
}
@media (min-width: 1200px) {
	#main-nav-logo {
		max-width: 250px;
	}
}
html.mobile #header-wrapper #main-nav-logo {
	/*height: 100px;*/
}
html.mobile #header-wrapper #nav .vc_col-lg-3 .vc_column-inner {
	flex-direction: row;
}

.mobile #navPanel nav > a.toolbar-link.first-link {
  border-top: solid #e5e5e5 1px;
  margin-top: 2em;
}
.mobile #navPanel nav > a.toolbar-link:last-child {
  border-bottom: solid #e5e5e5 1px;
  margin-bottom: 2em;
}
body .wpb_text_column {
  margin-bottom: 0;
}
.vc_row{
	/*margin: 0 !important;*/
}
.vc_column_container>.vc_column-inner{
	/*padding: 0 !important;*/
}
#footer h3{
	color: #FFFFFF !important;
}
#footer-wrapper .feature-list h3{
	text-decoration: underline;
}
#intro{
  margin-top: 0em;
  margin-bottom: 0em;
}
#home-page-section1{
  border-top: solid #e31643 3px;
  border-bottom: solid #e31643 3px;
  text-align: center;
}
#home-page-section1.wrapper{
  padding-top: 4em;
  padding-bottom: 4em;
  background: #FFFFFF url(images/overlay.png);
  /*background-color: #e31643;*/
}
.homepage-hr{
  margin: 6em auto 6em auto;
  text-align: center;
  height: 5px;
  /*border-top: dashed 3px #e31643;*/
  background-color: #e31643;
  /*border-radius: 10px;*/
  width: 100%;
}
html.mobile a.button{
  margin-bottom: 3em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}






html.desktop .tribe-events{
	margin-top: 2em;
}
#fullcalendar-calendar table{
	margin-bottom: 0 !important;
}
#fullcalendar-calendar a.fc-daygrid-day-number,
#fullcalendar-calendar a.fc-col-header-cell-cushion {
	text-decoration: none;
}
.fc-event{
	border: solid transparent 2px;
	transition: all .2s ease-in-out;
}

.fc-event:hover{
	/*transform: scale(1.1);*/
	border-color: black;
}
.fc-event:hover .fc-event-learnmore a{
	font-weight: bold;
}
.fc-event-time{
	text-align: center;
	padding-left: 0.5em;
	border-bottom: solid #e5e5e5 1px;
	font-weight: normal !important;
}

#fullcalendar-calendar .fc-event-title{
	font-weight: normal;
	padding-left: 0.5em;
}

.fullcalendar-eventCategory-regionalbusiness,
.fullcalendar-eventCategory-regionalbusiness:hover,
.fullcalendar-eventCategory-regionalbusiness:active,
.fullcalendar-eventCategory-regionalbusiness:focus{
	background-color: #e31643 !important;
	color: #FFFFFF !important;
}
.fullcalendar-eventCategory-innovationquarters,
.fullcalendar-eventCategory-innovationquarters:hover,
.fullcalendar-eventCategory-innovationquarters:active,
.fullcalendar-eventCategory-innovationquarters:focus{
	background-color: #1b539d !important;
	color: #FFFFFF !important;
}
.fullcalendar-eventCategory-community,
.fullcalendar-eventCategory-community:hover,
.fullcalendar-eventCategory-community:active,
.fullcalendar-eventCategory-community:focus{
	background-color: #7D470C !important;
	color: #FFFFFF !important;
}
.fullcalendar-eventCategory-starter-company-plus,
.fullcalendar-eventCategory-starter-company-plus:hover,
.fullcalendar-eventCategory-starter-company-plus:active,
.fullcalendar-eventCategory-starter-company-plus:focus{
	background-color: #3B3838 !important;
	color: #FFFFFF !important;
}
.fullcalendar-eventCategory-summer-company,
.fullcalendar-eventCategory-summer-company:hover,
.fullcalendar-eventCategory-summer-company:active,
.fullcalendar-eventCategory-summer-company:focus{
	background-color: #73BF45 !important;
	color: #000000 !important;
}
.fc-daygrid-event-dot{
	display: none;
}
.fc .fc-list-event:hover td{
	background-color: inherit !important;
}
.fc-list-event-graphic{
	display: none;
}
.fc-daygrid-event{
	display: block !important;
	margin-bottom: 0.5em;
	white-space: normal !important;
}
#fullcalendar-calendar .fc-daygrid-event:hover .fc-event-title{
  padding-left: 0.5em;
}
#fullcalendar-calendar .fc-daygrid-event:hover .fc-event-title,
#fullcalendar-calendar .fc-daygrid-event:hover .fc-event-time{
	font-weight: normal !important;
}
.fc-daygrid-day-events{
	min-height: inherit;
}
.fullcalendar-legend{
	padding: 1em;
	margin-bottom: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 1rem;
}
.fullcalendar-legend-item{
	color: #FFFFFF;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	width: 75%;
  margin: 0 auto;
}
.fullcalendar-legend-regionalbusiness{
	background-color: #e31643;
}
.fullcalendar-legend-innovationquarters{
	background-color: #1b539d;
}
.fullcalendar-legend-community{
	background-color: #7D470C;
}
.fullcalendar-legend-starter-company-plus {
	background-color: #3B3838;
}
.fullcalendar-legend-summer-company {
	background-color: #73BF45;
	color: #000;
}

@media (max-width: 767px) {
  .fullcalendar-legend {
		grid-template-columns: repeat(1, 1fr);
	}
	.fullcalendar-legend-item{
		width: 60%;
	}
}
#fullcalendar-calendar h1,
#fullcalendar-calendar h2,
#fullcalendar-calendar h3,
#fullcalendar-calendar h4,
#fullcalendar-calendar h5,
#fullcalendar-calendar h6,
.fc-toolbar-title,
.fullcalendar-header{
	color: #1a73e8 !important;
}
.fullcalendar-header{
	font-size: 16pt !important;
}
.fc-event-learnmore a{
	display: block;
	min-width: 0;
	padding-left: 0.5em;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.fc-daygrid-event .fc-event-learnmore a{
	/*border-top: solid #ddd 1px;*/
}
.fc-list-event .fc-event-learnmore{
	width: 25%;
}
.fc-event-learnmore a:hover{
	color: #FFFFFF;
	text-decoration: underline !important;
	font-weight: normal;
}
.fc-list-event-title a:hover{
	font-weight: normal;
}
.fc-list-event-title a{
	text-decoration: none !important;
}
.fc-daygrid-event-harness{
	padding: 0.3em;
}
.fc .fc-list-event.fc-event-forced-url:hover a{
	text-decoration: none;
}
.fc-list-day .fc-list-day-cushion{
	margin-top: 1.5em;
}
.fc-list{
	border: none !important;
}
#site_modal .modal-dialog{
	width: 750px;
}
#site_modal .modal-title{
	color: #333 !important;
	font-size: 1.8rem;
}
#site_modal h5{
	color: #333 !important;
	font-size: 1.5rem;
}
#site_modal_fullcalendar_event_description img{
	max-height: 275px;
	display: block;
}
@media (max-width: 767px) {
	#site_modal .modal-dialog{
		width: initial;
	}
 }

 .dropdown-menu a:hover {
	text-decoration: underline;
 }

 #skel-panels-pageWrapper .wrapper-style2 {
	padding-top: 1em;
 }

 .fc-event-selected:after, .fc-event:focus:after {
	background-color: initial !important;
 }


.hero--interior-page {
	height: 640px;
}

@media only screen and (max-width: 992px) {
	.hero--interior-page {
		height: 520px;
	}
}

@media only screen and (max-width: 767px) {
	.hero--interior-page {
		height: 460px;
	}
}


.content-footer {
	z-index: 10;
	position: relative;
	overflow: visible !important;
	background: linear-gradient(90deg, #24599a 50%, #810000 50%);
	color: #fff;
	/*
	.content-footer__col1,
	.content-footer__col2 {
		@include media("<=phone") {
			width: 100%;
		}
	}
	*/
 }
 @media (max-width: 767px) {
	.content-footer {
	  width: 106% !important;
	  margin-right: 0 !important;
	  margin-left: 0 !important;
	  padding-top: 0 !important;
	  padding-right: 0 !important;
	  padding-bottom: 0 !important;
	  padding-left: 0 !important;
	  background: 0;
	}
	.content-footer .vc_column-inner {
	  padding-left: 35px;
	}
 }
 .content-footer h2 {
	font-size: 40px;
	line-height: 49px;
 }
 @media (max-width: 992px) {
	.content-footer h2 {
	  font-size: 32px;
	  line-height: 40px;
	}
 }
 @media (max-width: 767px) {
	.content-footer h2 {
	  font-size: 26px;
	  line-height: 32px;
	}
 }
 .content-footer .vc_row {
	overflow: visible !important;
 }
 @media (max-width: 767px) {
	.content-footer .vc_row {
	  padding-right: 0 !important;
	}
 }
 .content-footer .content-footer__col1 {
	z-index: 7;
	position: relative;
	padding: 20px 40px 20px 0;
 }
 @media (max-width: 767px) {
	.content-footer .content-footer__col1 {
	  padding: 60px 0 50px 0;
	  background: #24599a;
	}
 }
 .content-footer .content-footer__col1 .vc_column-inner {
	z-index: 11;
	position: relative;
 }
 .content-footer .content-footer__col1 .fingerprint-icon {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	width: 80%;
 }
 @media (max-width: 767px) {
	.content-footer .content-footer__col1 .fingerprint-icon {
	  display: none;
	}
 }
 .content-footer .content-footer__col2 {
	z-index: 6;
	position: relative;
	padding: 20px 0 20px 40px;
 }
 @media (max-width: 767px) {
	.content-footer .content-footer__col2 {
	  padding: 60px 0 50px 0;
	  background: #810000;
	}
 }
 .content-footer p {
	font-size: 20px;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
 }
 @media (max-width: 1080px) {
	.content-footer p {
	  font-size: 19px;
	}
 }
 @media (max-width: 840px) {
	.content-footer p {
	  font-size: 18px;
	  line-height: 25px;
	}
 }

.c-button--red-cta, .c-button--blue-footer, .c-button--blue-cta {
	display: block;
	padding: 12px 25px;
	border: 3px solid #c9c9c9;
	background: #0c284c;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
 }
 @media (max-width: 767px) {
	.c-button--red-cta, .c-button--blue-footer, .c-button--blue-cta {
	  padding: 10px 20px;
	  font-size: 20px;
	  line-height: 28px;
	}
 }
.c-button--red-cta:hover, .c-button--blue-footer:hover, .c-button--blue-cta:hover {
	color: #24599a;
 }
 .c-button--blue-cta {
	display: inline-block;
 }
 .c-button--blue-cta:hover {
	background-color: #24599a;
	color: #fff;
 }
 .c-button--blue-footer {
	display: inline-block;
	padding: 12px 55px;
	color: #fff;
 }
 @media (max-width: 767px) {
	.c-button--blue-footer {
	  padding: 10px 40px;
	}
 }
 .c-button--blue-footer:hover {
	background-color: #24599a;
	color: #fff;
 }
 .c-button--red-cta {
	display: inline-block;
	background: #810000;
 }
 .c-button--red-cta:hover {
	background-color: #24599a;
	color: #fff;
 }

 .wpcf7-submit {
	color: #FFF;
 }

strong, b {
	color: inherit;
}

.vc_section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.vc_section h1 {
	margin-top: 0;
}

#home-page-section1 a.button {
	color: #FFF;
}

.fa.fa-external-link {
	color: #000;
	font-size: small;
}

.button .fa.fa-external-link {
	color: #FFF;
}

body * {
	font-family: "Source Sans Pro", sans-serif;
}
h3.fa {
	font-family: "Source Sans Pro", sans-serif;
}
#post-media img {
	max-width: 600px !important;
}

@media only screen and (max-width: 992px) {
	#wpadminbar {
		position: absolute !important;
	}
}