﻿/*============================ GLOBAL BRANDING ITEMS================================================================*/
/*============================ Dialogue Title ===================================================================*/
.ms-dlgTitle {
	background: #00adda !important;
	/*height: 32px !important;*/
	white-space: nowrap !important;
	cursor: default !important;
	overflow: hidden !important;
	font-size: 0.8em;
	padding: 0;
}

.ms-dlgTitleBtns {
	padding-top: 14px;
	padding-right: 24px;
}

.s4-clust {
	right: 8px;
	bottom: 8px;
}

.ms-dlgFrameContainer {
	display: flex;
	justify-content: center;
	padding: 0;
	height: 100% !important;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.ms-dlgFrame {
	flex-basis: 100%;
	height: 100% !important;
}

.ms-dlgContent {
	height: 75% !important;
}

.ms-dlgBorder {
	height: 100% !important;
}

body,
.ms-WPBody,
p.my-rteElement-P,
#WebPartWPQ4 {
	font-family: Verdana, arial, sans-serif;
	font-size: 1em;
	font-size: 14px;
	color: #000;
}

input[type=password],
input[type=text],
input[type=file],
select,
textarea,
.sp-peoplepicker-topLevel,
.sp-peoplepicker-topLevelDisabled,
.sp-peoplepicker-autoFillContainer,
.ms-inputBox {
	color: #000;
}

.o365cs-base .o365cs-navMenuButton {
	background-color: #00adda !important
}

.o365cs-topnavBGColor-2.o365cs-base {
	background-color: #00adda !important
}

.o365cs-base .o365cs-topnavLinkBackground-2 {
	background-color: #00adda !important
}

.s4-ca {
	background: #fff !important;
	min-height: 324px;
}

a:hover,
.ms-WPBody a:hover {
	color: #0e738d;
}

a:visited,
.ms-WPBody a:visited {
	color: #00adda;
}

a:link,
.ms-WPBody a:link {
	color: #00adda;
}

.leftColumn .landingContent .ms-WPBody ul li,
.ms-rtestate-field ul li {
	list-style: square;
	margin-left: 20px;
}

.leftColumn .landingContent .ms-WPBody ul.dfwp-list li {
	list-style: none;
	margin-left: 0;
}

.ms-wpContentDivSpace .cbq-layout-main .dfwp-column {
	display: block;
}

.ms-promlink-button {
	padding: 0;
}

.ms-InlineSearch-Outline-Baseline {
	height: 30px;
	width: 185px;
}

/*=======Removing to Test Bootstrap Styles==
.ms-WPBody a:visited {
    color: #008ab9 !important;
}

.ms-WPBody a:link {
    color: #008ab9;
}

.ms-WPBody a:hover {
    text-decoration: none;
    color: #000 !important;
}
/*=======Bootstrap buttons link update======*/
.btn-primary {
	color: #fff !important
}

/* remove rounding from cards, buttons and inputs */
.card {
	border-radius: 0 !important;
}

.btn-info {
	color: #fff !important
}

.btn-success {
	color: #fff !important
}

.btn-Danger {
	color: #fff !important
}

/*============================ MAIN PAGE BRANDING ===================================================================*/
/*body {
	scroll-behavior: smooth;
}*/

#s4-workspace {
	-webkit-overflow-scrolling: touch;
}

html.ms-dialog .v4master {
	background-color: white;
}

v4master {
	overflow: scroll !Important;
}

body #s4-workspace {
	overflow-y: auto !Important;
	overflow-x: auto !Important;
	position: relative !Important;
	left: 0px !Important;
	min-width: 320px;
}


body #s4-ribbonrow1 {
	position: relative;
	background-color: #21374c !important;
	overflow-y: hidden !important;
}


body #s4-mainarea {
	float: inherit;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

body #s4-bodyContainer {
	min-width: inherit !important;
	width: 100% !important;
	padding-bottom: 0;
}

html.ms-dialog #s4-bodyContainer {
	margin: 0;
}

.shadow {}

html.ms-dialog .shadow {
	/*overflow: visible;*/
}

/*============================ RIBBON ROW BRANDING ===================================================================*/
.ms-cui-TabRowRight {
	height: 43px;
}

body #s4-ribbonrow {
	background-color: #666666;
}

.ms-qatbutton:hover {
	background-color: #666666;
}

.s4-breadcrumb-anchor-open {
	background-color: #666666;
}

.s4-breadcrumb-anchor:hover {
	background-color: #666666;
}

.ms-siteactionsmenuhover {
	background-color: #666666;
}

.ms-welcomeMenu.ms-SpLinkButtonActive {
	background-color: #666666;
}

.ms-cui-tt-a:hover {
	border-color: #8b929a;
	background: url("/_layouts/images/bgximg.png") repeat-x 0 -489px;
	background-color: #666666;
}

/*============================ TITLE ROW BRANDING ===================================================================*/
.s4-title {
	background: none;
	padding: 0;
	position: relative;
	min-height: 105px;
}

.ms-titlerowborder {
	border-right: none;
}

/* ---------------------------- TOP LINKS AND SEARCH ABOVE NAVIGATION--------------------------------------------*/
#cbe-beta {
	width: 1100px;
	border: 1px solid #666;
	padding: 5px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 8pt;
	display: none;
}

#cbe-abovenav {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#cbe-google-translate {
	position: relative;
	top: 7px;
	font-size: 7pt;
}

#cbe-toplinksbox {
	position: absolute;
	top: 4px;
	right: 260px;
	color: #999;
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 11.5px;
}

#cbe-toplinksbox a {
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	height: 25px;
	background: transparent url('/Style Library/Images/top-link-button-fade.png') no-repeat scroll right top;
}

#cbe-toplinksbox a:visited,
#cbe-toplinksbox a:link {
	color: #008ab9;
}

#cbe-toplinksbox a:hover {
	color: #008ab9;
	text-decoration: underline;
}

/* ---------------------------- CUSTOM NAVIGATION START ------------------------------------------------------*/
.s4-pr div.ms-globalnav {
	text-align: center;
}

.cbe-tn {
	display: block;
}

.cbe-tn .menu li {
	position: relative;
}

.cbe-tn .menu-item {
	background-image: none;
}

.cbe-tn [accessKey='1'] {
	background-image: none;
	border-left-color: transparent;
}

.cbe-tn ul.root ul.static ul li a {
	border-left-color: transparent;
}

.cbe-tn ul.root ul.static ul.dynamic li a {
	background-image: none;
}

.cbe-tn ul.root ul.static li a {
	border: 1px solid transparent;
	border-left-color: #fff !important;
}

.cbe-tn li.static>.menu-item {
	padding: 0.5em 1em;
	color: #fff;
	font-size: inherit;
	text-align: center;
	border: 1px solid transparent;
	border-left-color: #fff;
	font-size: inherit;
}

.cbe-tn li.static>a:hover {
	background-color: #666;
}

.cbe-tn ul.dynamic {
	background-color: #00adda;
	margin-left: 0;
	margin-top: 0;
	border-top: 3px solid #fff;
	border: 1px solid #fff;
}

.cbe-tn ul.dynamic ul {
	margin-top: 2px;
	margin-left: 0;
	margin-top: 0;
}

.cbe-tn ul.dynamic li.dynamic {
	text-align: left;
	line-height: 1.3em;
}

.cbe-tn ul.dynamic li.dynamic:hover {
	background-color: #666;
}

.menu-horizontal ul.dynamic a.dynamic-children span.additional-background {
	background: url("/_layouts/15/cbe/images/menu-right.gif") no-repeat right center;
	padding-right: 18px;
}

.cbe-tn li.dynamic>.menu-item {
	font-size: 8pt;
	color: #fff;
	text-align: left;
}

.cbe-tn li.dynamic>a:hover {
	background-color: #666;
}

.cbe-tn li.dynamic a.dynamic {
	padding-left: 15px;
	margin-right: 15px;
}

.cbe-tn li.static>.menu-item:hover {
	background-color: #666;
}

.cbe-tn .menu-horizontal span.dynamic-children span.additional-background {
	padding-right: 0;
	background-image: none;
}

.cbe-tn .menu-horizontal a.dynamic-children span.additional-background {
	padding-right: 0;
	background-image: none;
}

.cbe-tn li.dynamic ul.dynamic a.dynamic {
	padding-left: 5px;
}

.cbe-tn li.dynamic ul.dynamic a.dynamic span.menu-item-text {
	white-space: normal;
	max-width: 170px;
	line-height: 1.2em;
	padding-bottom: 2px;
	padding-top: 2px;
}

.cbe-tn ul.static li.static a.static {
	margin-bottom: 0;
	padding-bottom: 6px;
}

/*---------------------------- GLOBAL NAVIGATION -------------------------------------*/
.ms-globalnav {
	vertical-align: middle;
	font-size: inherit;
	line-height: 1.3em;
	margin: 0 20px 0 15px;
	height: 32px !important;
}

.ms-globalnavtrc {
	float: right;
	height: 30px;
}

.s4-trc-container {
	padding-right: 0;
}

.ms-globalnavicon {
	float: left;
	font-size: 1.4em;
	padding: 9px 9px 9px 10px;
}

.ms-globalnav td.ms-sbgo {
	background: transparent;
	border-color: #B3C7DE !important;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.ms-globalnav .srch-gosearchimg {
	background: transparent;
	border-color: #B3C7DE !important;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.ms-globalnav .s4-search input {
	background: transparent;
	border-color: #B3C7DE !important;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.ms-globalnav .ms-sbcell input {
	background: transparent;
	border-color: #B3C7DE !important;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.ms-globalnav .ms-sbcell {
	background: transparent;
	border-color: #B3C7DE !important;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

.ms-globalnav .s4-search input.ms-sbplain {
	width: 100px !important;
}

.ms-globalnav .s4-search table {
	width: 120px;
	margin-right: 0;
}

.s4-rp {
	padding: 2px 10px 2px 5px;
}

*:first-child+html[dir="rtl"] .ms-globalnavhelp {
	float: left;
}

/*increase quick launch width */
#sideNavBox {
	width: 400px !important;
}

/*Middle Content */
#contentBox {
	margin-left: 410px;
}

/*---------------------------- CBE CUSTOM TOP NAVIGATION -------------------------------------*/
#cbe-globalnavcontainer {
	position: absolute;
	top: 55px;
	width: 100%;
	background: #00adda;
	border-bottom: 4px solid #000;
	height: 74px;
}

#cbe-globalnavwrapper {
	width: 1100px;
	margin: 0px auto;
}

.cbe-menu {
	font: 18px/normal Arial, Helvetica, sans-serif;
}

.cbe-menu a {
	color: #fff !important;
	display: block !important;
	text-decoration: none !important;
}

.cbe-menu a:hover {
	background: #666;
}

.cbe-menu ul {
	list-style: none;
	margin: auto;
}

ul.cbenav-top {
	padding: 0;
	position: relative;
	display: inline-table;
	margin: 0 auto;
}

ul.cbenav-mid {
	z-index: 1100;
	background-color: #00adda;
	margin-top: -2px;
}

.cbemenu li {
	z-index: 100;
}

ul.cbenav-sub {
	z-index: 100;
}

ul.cbenav-top {
	z-index: 100;
}

li.cbenav-top-item {
	float: left;
}

li.cbenav-top-item>a {
	padding: 20px 35px 17px 35px;
	height: 37px;
	background-image: url("/_layouts/15/images/cbe.branding.public/nav-line.png");
	background-repeat: no-repeat;
}

li.cbenav-top-item a:hover {
	background-image: url("/_layouts/15/images/cbe.branding.public/nav-line.png") !important;
	background-repeat: no-repeat !important;
}

li.cbenav-top-item:first-child a {
	background-image: url("/_layouts/15/images/cbe.branding.public/cbe-logo.png") !important;
	background-position: 8px 12px !important;
	background-size: 78% !important;
	font-size: 0;
	width: 130px;
	padding-right: 30px;
	border-bottom: 4px solid #444;
}

li.cbenav-top-item:first-child a:hover {
	background-color: transparent;
}

ul.cbenav-sub {
	padding: 0;
	display: none;
	position: absolute;
	width: 200px;
}

ul.cbenav-mid {
	padding: 0;
	display: none;
	position: absolute;
	width: 200px;
}

ul.cbenav-mid {
	padding: 0;
	top: 100%;
}

ul.cbenav-sub {
	left: 100%;
	top: 0;
}

li.cbenav-sub-item {
	float: none;
	position: relative;
	font-size: 12px;
}

li.cbenav-mid-item {
	float: none;
	position: relative;
	font-size: 12px;
	border-bottom: thin #26b9e0 solid;
}

li.cbenav-sub-item a {
	padding: 5px;
	background-image: none !important;
	display: block;
	vertical-align: top;
}

li.cbenav-mid-item a {
	padding: 5px;
	background-image: none !important;
	display: block;
	vertical-align: top;
}

li.cbenav-sub-item a span:first-child {
	padding: 5px 15px 5px 0;
	position: relative;
	left: 0;
	top: 0;
}

li.cbenav-mid-item a span:first-child {
	padding: 5px 15px 5px 0;
	position: relative;
	left: 0;
	top: 0;
}

.cbenav-top-desc {
	display: block;
	color: #000;
	font-size: 11.5px;
}

.cbenav-children {
	position: absolute;
	right: 0;
	top: 28%;
	margin: auto;
	font-size: 7px;
	float: right;
	padding-right: 6px;
}

li.cbenav-top-item>a[href^="/schools/"] {
	border-bottom: 4px solid #004987;
}

li.cbenav-top-item>a[href^="/programs/"] {
	border-bottom: 4px solid #64308f;
}

li.cbenav-top-item>a[href^="/registration/"] {
	border-bottom: 4px solid #aa258d;
}

li.cbenav-top-item>a[href^="/about-us/"] {
	border-bottom: 4px solid #f28726;
}

li.cbenav-top-item>a[href^="/get-involved/"] {
	border-bottom: 4px solid #008b46;
}

/* Hides sub-item fly out */
li.cbenav-mid-item span.cbenav-children,
li.cbenav-mid-item ul.cbenav-sub,
li.cbenav-mid-item ul.cbenav-sub li {
	display: none;
}

/* ---------------------------- WELCOME MESSAGE START ------------------------------------------------------*/
#cbe-welcomebox {
	position: absolute;
	bottom: 20px;
	left: 11px;
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 19pt;
	color: #929699;
	letter-spacing: normal;
}

#cbe-welcometext {
	color: #00adda;
}

/* ---------------------------- SITE TITLE START ---------------------------------------------------------*/
#cbe-sitetitle {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0 8px;
	background-color: #929699;
	height: 30px;
}

#cbe-sitetitle .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('/_layouts/15/CBE/Images/cornersprite_white_10px.png');
}

#cbe-sitetitle .bottomleft {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}

#cbe-sitetitle .bottomright {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

#cbe-sitetitle-menu {
	text-align: center;
	min-width: 120px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#cbe-sitetitle-menu a:visited {
	color: White;
	font-family: Verdana, arial, Geneva, sans-serif;
	letter-spacing: normal;
	font-size: 11pt;
}

#cbe-sitetitle-menu a:link {
	color: White;
	font-family: Verdana, arial, Geneva, sans-serif;
	letter-spacing: normal;
	font-size: 11pt;
}

/* item style hover */
#cbe-sitetitle-menu a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* ---------------------------- CBE LOGO START ---------------------------------------------------------*/
.CBELogo {
	position: absolute;
	top: 40px;
	right: 30px;
}

.CBELogoImage {
	height: 50px;
	width: auto;
}

/* ---------------------------- TOP BANNER START (ONLY VISIBLE TO ANONYMOUS) ------------------------------*/
#cbe-topbanner {
	margin: 10px 50px;
	padding: 10px 0;
	background-color: transparent;
	text-align: center;
	font-size: 8pt;
	border: 1px solid #666;
	display: none;
}

.cbe-customLogin {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 10pt;
}

/* ---------------------------- LEFT PANEL ----------------------------------------------------------------*/
body #s4-leftpanel {
	width: 200px !important;
	padding-right: 10px;
}

.ms-bodyareacell {
	vertical-align: top !important;
	position: relative !important;
}

body #MSO_ContentTable {
	position: inherit !important;
}

#landing-page {
	width: 100%;
}

#landing-page .ms-webpartzone-cell {
	margin: auto 0;
}

#landing-page .ms-WPBody {
	margin-top: 0;
}

.splashContent {
	display: flex;
}

.splashContent .row {
	margin: 0;
}

.MapTool .ms-WPBody,
.MapTool .ms-webpart-chrome {
	max-width: 100%;
}

.s4-ca {
	margin: 0 10px 0 200px;
	background-color: transparent;
}

body #s4-leftpanel-content {
	margin: 0 5px 5px 0;
	border: none !important;
	background-color: transparent !important;
	padding: 0 0 0 0;

	/*width: 205px !important;*/
}

.ms-WPBody table {
	width: 100% !important;
}

.s4-specialNavLinkList {
	border-top: none;
}

.ms-quicklaunch-navmgr .s4-ql {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.ms-quickLaunch {
	padding-top: 0 !important;
}

/*#s4-mainarea ul, .leftColumn .landingContent .ms-WPBody ul li

.cbe-QL-TitleWP ul {
	margin-left:0;
}*/

.menu-item-text {
	padding-left: 0px !important;
	margin-left: 0px !important;
	text-indent: 0px !important;
	text-align: left !important;
	display: block !important;
}

.s4-ql ul.root ul {
	margin: 5px 0;
}

.propertysheet {
	width: 1300px !important;
}

.s4-ql UL.root>LI>.menu-item {
	color: #000;
	font-size: 10.5pt;
	border-left: 1px solid #000 !important;
}

.s4-ql UL.root UL>LI>A:visited {
	color: #666 !important;
	font-size: 8.5pt;
}

.s4-ql UL.root UL>LI>A:link {
	font-size: 8.5pt;
}

.s4-ql ul.root ul>li>a.static {
	color: #09495A !important;
	border-left: 1px solid #fff;
}

.s4-ql ul.root ul>li>a.selected {
	color: #00adda !important;
}

.s4-ql UL.root UL>LI>A {
	font-size: 9.5pt;
}

.s4-ql ul.root a:hover,
.s4-ql ul.root li.static a:hover {
	color: #00adda !important;
	text-decoration: none;
	border-left: 1px solid #00adda;
	background: transparent;
}

.s4-ql ul.root li.static {
	vertical-align: top;
	list-style: none;
	margin-left: 0px;
	padding: 5px 0 0 0;
}

.s4-ql ul.root>li.static {
	padding: 5px 0;
}

.s4-ql ul.root li.selected {
	color: #00adda;
}

.s4-ql ul.root>li.selected a.selected {
	color: #00adda !important;
	border-left: 1px solid #00adda !important;
	width: 90%;
}

.s4-ql li.selected {
	list-style: none;
}

.s4-ql ul.root ul.static li.static {
	line-height: 1em;
}

.s4-ql ul.root li.static a {
	padding: 0;
}

.s4-ql span.additional-background {
	margin: 0;
}

.s4-ql a.selected {
	background: none !important;
	border: none !important;
}

.s4-ql a {
	padding-left: 9px !important;
}

.ms-quickLaunch h2 {
	font-family: arial, Verdana, sans-serif !important;
	font-weight: 300 !important;
	color: #888 !important;
}

.ms-quicklaunch-navmgr {
	/*width: 140px !important;*/
	padding: 0px !important;
	margin: 0px !important;
}


/*.ms-core-listMenu-verticalBox {
    width: 200px !important;
}*/

.ms-core-listMenu-verticalBox>ul.root>li.static>ul.static {
	padding: 0 !important;
	margin: 0 !important;
}

.ms-core-listMenu-verticalBox>ul.root {
	text-align: left !important;
	list-style-type: none !important;
	padding-left: 0 !important;
	padding-bottom: 5px !important;
	padding-top: 0 !important;
	margin: 0 !important;
	display: list-item !important;
}

.ms-core-listMenu-verticalBox>ul.root>li.static>ul.static>li.static {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left !important;
}

.ms-core-listMenu-verticalBox>ul.root>li.static>ul.static {
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
	text-align: left !important;
	list-style: none !important;
}

.ms-core-listMenu-verticalBox li.static>ul.static>li.static>.ms-core-listMenu-item {
	padding: 5px 5px 5px 10px !important;
	display: block !important;
}

.ms-core-listMenu-verticalBox>ul.root>li.static>ul.static>li.static>a:hover {
	text-decoration: none !important;
}


.ms-bodyareacell .ms-webpart-titleText nobr {
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.ms-bodyareacell h2.ms-webpart-titleText {
	text-align: left !important;
}



/* -----Quicklaunch WebPart Zones-------- */
.cbe-QL-TitleWP h3 {
	margin: 0;
	padding: 0;
}

/* ---------------------------- BREADCRUMB AND SEARCH BANNER ----------------------------------------------*/
#cbe-navbanner {
	height: auto;
	position: relative;
}

#cbe-publishingbreadcrumbcontainer {
	display: block !important;
	margin: 0;
	width: auto;
	padding: 10px 0 0 5px;
}

#cbe-breadcrumbcontainer {
	margin: 0 auto;
	width: 1100px;
	padding: 5px 0 10px 5px;
}

.cbe-breadcrumbs {
	font-size: 0.9em;
	color: #999;
	font-family: Roboto, Verdana, arial, Geneva, sans-serif;
}

#cbe-publishingbreadcrumbcontainer span {
	padding-right: 4px;
}

.cbe-breadcrumbs A:visited {
	color: #008ab9;
}

.cbe-breadcrumbs A:link {
	color: #008ab9;
}

.cbe-breadcrumbs A:hover {
	text-decoration: underline;
}

.welcome-banner {
	clear: both;
	text-align: center;
	padding-top: 25px;
}

.welcome-banner img {
	width: 100%;
	height: auto;
}

#cbe-webtitle {
	padding-left: 15px;
	padding-top: 10px;
}

.cbe-webtitletext {
	color: #008ab9;
	font-size: 22pt;
	letter-spacing: -0.05em;
}

.cbe-webdescription {
	color: #999;
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 9pt;
}

.ms-ltviewselectormenuheader .ms-viewselectorhover a {
	font-size: 1.0em;
}

.ms-ltviewselectormenuheader .ms-viewselector a {
	font-size: 1.0em;
}

/* ---------------------------- TALK TO US TAB -----------------------------------------------------------*/
#cbe-talktoustab {
	position: absolute;
	top: 100px;
	right: -47px;
	width: 37px;
}

#talktousimg {
	border: none;
}

/* ---------------------------- Back to top link ------------------------------------------------------*/
a.cbe-backtotop {
	z-index: 200;
	position: fixed;
	bottom: 5.4em;
	right: 3.5em;
	text-decoration: none;
	color: white;
	background-color: #222;
	border: 1px #555 solid;
	padding: 1px 3px;
	display: none;
}

a.cbe-backtotop:hover {
	background-color: #00adda;
	text-decoration: none;
}

/* ---------------------------- Page properties ------------------------------------------------------*/

div.cbe-pageproperties {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	font-size: 7pt;
}

a.cbe-backtotop {
	font-size: 10.5px;
}

/* ---------------------------- WEB PART ADJUSTMENENTS ---------------------------------------------------*/

.ms-WPBody {
	margin-top: 10px;
}

.ms-WPTitle {
	font-family: arial, Verdana, Geneva, sans-serif;
	font-size: 15pt;
	color: #0b2c3c;
	margin-top: 5px;
}

.ms-rte-wpbox {
	background-image: url('/_layouts/CBE/Images/WP-BottomCorner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ms-WPTitle a:visited {
	color: #008ab9;
}

.ms-WPTitle A:link {
	color: #008ab9;
}

.ms-WPTitle A {
	color: #008ab9;
}

.ms-WPBorderBorderOnly {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
}

.ms-WPBorder {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
}

.wp-image-scaler {
	max-width: 120px;
	height: auto;
}

.link-item {
	/*font-size: 12pt;*/
}

/* bjb .ms-WPBody ul li,*/
.leftColumn .ms-rtestate-field ul li,
.leftColumn .dfwp-list ul li {
	list-style: square;
	line-height: 1.6em;
	margin: 6px 0 6px 20px;
}

.leftColumn .ms-rtestate-field ol li {
	line-height: 1.6em;
	margin: 6px 0;
}

[if lte IE 7]

/* bjb .ms-WPBody ul,*/
.ms-rtestate-field ul {
	list-style: square;
}

.ms-rtestate-field table td {
	/* font-family:PT Sans; */
	font-size: 1em;
}

.ms-rtestate-field table ul {
	margin: 0 1.2em;
	font-family: Open Sans;
	font-size: 1em;
}

/* ---------------------------- TABIFIER WEB PART ------------------------------------------------------*/
.et-tab {
	font-family: arial, Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	display: inline-block;
	cursor: pointer;
	height: 21px;
	margin: 20px 5px -1px 5px;
	padding: 10px 6px 4px 8px;
	border-left: 2px #ccc solid;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.et-tab:hover {
	background-color: #00adda;
	color: #fff;
	border-left: 2px #00adda solid;
	border-top: 1px #00adda solid;
	border-bottom: 1px solid #00adda;
}

.et-activetab {
	color: #c9c9c9;
	z-index: 3;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.et-inactivetab {
	color: #535454;
	background-color: #e0e0e0;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}

.et-separator {
	border-top: 1px #ccc solid;
}

.et-tabrow {
	height: 26px;
	z-index: 2;
}

.et-offscreen {
	position: absolute;
	max-height: 1px;
	max-width: 1px;
	top: -9999px;
}

/* ---------------------------- AMREIN QUICK FORM WEB PART ------------------------------------------------------*/
.aeformstyle TD,
.aeformstyle TR {
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 10.5pt;
}

.aeformstyle TR .ms-input {
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 10.5pt;
}

span[id*='AEFormLabel'] {
	display: block;
	margin-top: 20px;
	font-size: 8pt;
	color: #000;
}

/* ---------------------------- AMREIN List View WEB PART ------------------------------------------------------*/
table.AELV .ms-viewheadertr th {
	white-space: normal;
	padding: 0 5px;
}

/* ---------------------------- AMREIN Search Box WEB PART ------------------------------------------------------*/
.AELSsearchbox select {
	max-width: 70%;
}

/* ---------------------------- QUOTA WEB CONTROL ------------------------------------------------------*/
.CBE-QuotaMain {
	float: left;
	margin: 10px 30px 10px 10px;
	color: #999;
	font-family: Verdana, arial, Geneva, sans-serif;
	font-size: 8pt;
}

.CBE-QuotaWarningGreen {
	color: Green;
}

.CBE-QuotaWarningOrange {
	font-weight: bold;
	color: #E0771B;
}

.CBE-QuotaWarningRed {
	font-weight: bold;
	color: Red;
}

/* ---------------------------- PUBLISHING INFO WEB PART  ------------------------------------------------------*/
.cbe-publishinginfo {
	font-size: 9px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	line-height: 11px;
	color: #999;
}

/* ---------------------------- My Site Host Branding  ------------------------------------------------------*/
.ms-newsfeedheader {
	color: #00adda;
}

.ms-contactcardtext1 {
	color: #00adda !important;
}

/* ---------------------------- Key Filter styling  ------------------------------------------------------*/
.ms-KFHead {
	color: #00adda;
}

.ms-KFMenu {
	background: #fff none;
	border: none;
}

/* ---------------------------- Print Styling styling  ------------------------------------------------------*/
@media print {
	#s4-statusbarcontainer {
		display: none !important;
	}

	#cbe-talktoustab {
		display: none !important;
	}

	.s4-search {
		display: none !important;
	}

	#cbe-welcomebox {
		display: none !important;
	}

	.ms-globalnav {
		display: none !important;
	}

	#s4-leftpanel {
		display: none !important;
	}

	#cbe-toplinksbox {
		display: none !important;
	}

	#s4-ribbonrow {
		display: none !important;
	}

	body {
		font-size: 12pt;
	}

	a:visited {
		font-weight: bold;
		text-decoration: underline;
	}

	a:link {
		font-weight: bold;
		text-decoration: underline;
	}

	#Container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 75%;
		color: #CCC;
		font-weight: normal;
	}

	#Container a:link:after {
		content: " (" attr(href) ") ";
		font-size: 75%;
		color: #CCC;
		font-weight: normal;
	}

	#Container a[href^="/"]:visited:after {
		content: " (http://www.cbe.ab.ca" attr(href) ") ";
	}

	#Container a[href^="/"]:link:after {
		content: " (http://www.cbe.ab.ca" attr(href) ") ";
	}

	#MSO_ContentTable {
		height: 100% !important;
		margin: 0 !important;
	}

	#mainColumn {
		height: 100% !important;
		margin: 0 !important;
	}

	#s4-bodyContainer {
		height: 100% !important;
		margin: 0 !important;
	}

	#Container {
		height: 100% !important;
		margin: 0 !important;
	}

	#s4-workspace {
		height: 100% !important;
		margin: 0 !important;
	}

	.shadow {
		overflow: visible;
	}

	#cbe-sitetitle {
		border: 2px solid #999;
	}

	#cbe-sitetitle .bottomleft {
		background: none;
	}

	#cbe-sitetitle .bottomright {
		background: none;
	}

	#cbe-sitetitle a:visited {
		text-decoration: none !important;
	}

	#cbe-sitetitle a:link {
		text-decoration: none !important;
	}

	body.v4master {
		background: #fff none;
	}

	#cbe-pageinfo {
		padding-bottom: 25px;
	}

	#RightColumn2 .s4-wpTopTable {
		float: right;
	}
}

/* ---------------------------- POP UP MODAL STYLE ------------------------------------------------------*/
.ms-dialog #cbe-globalnavcontainer {
	display: none;
}

/* ----------------- Landing Page styles ------------------------------------ */
.splashContent .ms-standardheader nobr,
.landingRelatedPages .ms-standardheader nobr {
	white-space: normal;
}

.splashContent .ms-standardheader,
.landingRelatedPages .ms-standardheader {
	text-align: left !important;
}

.welcome-splash {
	margin: 10px 0 0 0 !important;
	width: auto;
	padding: 0 !important;
	clear: both !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.welcome-splash h1 {
	color: #000 !important;
	font: 24pt Arial, Helvetica, sans-serif !important;
	font-family: sans-serif;
	font-weight: 300 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.splash-image {
	clear: both;
}

.mainSplashContent {
	min-width: 500px;
}

#content3col {
	display: flex;
	flex-direction: column;
}

h2.cbe-pagetitle {
	border-top: thin #d1d2d4 solid;
	width: 100%;
	color: #00adda;
	font: 22pt Arial, Helvetica, sans-serif;
	padding: 8px 0 0 0;
	margin: 0;
}

.leftColumn {
	margin-right: 10px;
	padding-right: 20px;
	flex-shrink: 1;
}

.landingLeft {
	flex-shrink: 0;
	flex-basis: 80%;
	flex-grow: 1;
}

.landingRelatedArticles .ms-WPHeaderTd {
	border: none;
	border-top: 1px solid #000;
}

.landingRelatedContent {
	padding-top: 17px;
}

.rightColumn .ms-webpart-chrome-title {
	border-top: 1px solid #000;
}

.landingRelatedContent .ms-WPHeaderTd {
	border: none;
	border-top: 1px solid #000;
}

.landingRelatedContent a:hover {
	border-bottom: none;
}

.landingRelatedPages .ms-WPHeaderTd {
	border: none;
	border-top: 1px solid #000;
}

#content-3col {
	display: flex;
	justify-content: space-between;
}

#content-3col .col:empty {
	width: 0;
	padding: 0;
}

/* ----------------- Content Query Styles ------------------------------------ */
.ms-WPBody ul.dfwp-list {
	padding-left: 0;
}

ul.dfwp-list li:before {
	display: none;
}

ul.dfwp-list li,
ul.dfwp-list li div.item,
ul.dfwp-list li div.link-item {
	margin: 0;
	padding: 0;
	white-space: normal;
	background-image: none;
}

ul.dfwp-list div.item {
	display: inline-block;
	width: 93%;
}

ul.dfwp-list div.item a {
	font-size: 10.5pt;
}

#mainCard .leftColumn .ms-clear {
	display: none;
}

/* ---------------------------- CARD STACK STYLES ----------------------------------------------------*/
#mainCard {
	display: flex;
}

#mainCard .leftColumn .dfwp-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
}

#mainCard .rightColumn {
	flex-basis: 275px;
}

#mainCard .leftColumn .dfwp-item {
	flex-basis: 207px;
}

#mainCard .rightColumn .dfwp-list {
	margin-left: 0;
}

#mainCard .rightColumn .dfwp-list li:before {
	display: none;
}

/* ---------------------------- RIGHT COLUMN STYLES ----------------------------------------------------*/
.cbe-landing-heading {
	line-height: 0;
	height: 20px;
	border: 1px solid red;
}

.rightColumn {
	flex-basis: 350px;
	flex-shrink: 0;
}

.landingRight {
	flex-basis: auto;
	flex-shrink: 1;
}

.rightColumn div.ms-WPBody,
.rightColumn .link-item {
	font-size: 10pt;
}

.rightColumn td.ms-wpTdSpace {
	display: none;
}

.rightColumn .ms-WPBody UL {
	padding-left: 0;
	margin-left: 16px;
	margin-top: 0;
	list-style: square;
}

.rightColumn .ms-WPBody UL.dfwp-list {
	list-style: none;
}

.rightColumn h2.ms-webpart-titleText {
	font-family: arial, Verdana, Geneva, sans-serif;
	font-size: 15pt;
	color: #0b2c3c;
	margin-top: 10px;
	text-align: left !important;
}

.rightColumn h2.ms-webpart-titleText nobr {
	white-space: normal;
}

.rightColumn .s4-wpcell-plain p,
.rightColumn .ms-rtestate-field p {
	margin: 0;
}

.rightColumn .s4-wpcell-plain H5,
.rightColumn .ms-rtestate-field H5 {
	margin: 0 0 4px 0;
	font-size: 11pt;
	font-weight: normal;
}

.rightColumn ul.dfwp-list li:before {
	display: block;
}

/* ----------------- Document Library styles ------------------------------------ */
div.s4-ba div.ms-bodyareacell>div>table {
	width: 99% !important;
	vertical-align: text-top !important;
}

/* --------------------- Edit mode styles ---------------------------------- */
.welcome .edit-mode-panel {
	width: 100%;
}

#s4-statusbarcontainer #pageStatusBar {
	position: relative;
	top: 20px;
}

.ms-SPZone {
	max-width: 650px;
}


/* ---------------------------- my-rte STYLES ----------------------------------------------------*/

H2.my-rteElement-H2,
.s4-ba h2 {
	font: 1.6em arial, Verdana, san-serif;
	color: #333;
	margin: 0.9em 0 0.5em 0;
}

H3.my-rteElement-H3,
.s4-ba h3 {
	font: 1.3em arial, Verdana, san-serif;
	color: #023663;
	margin: 0.7em 0;
}

H4.my-rteElement-H4,
.s4-ba h4 {
	font: 1.2em arial, Verdana, san-serif;
	color: #262626;
	margin: 0.7em 0;
}

H5.my-rteElement-H5,
.s4-ba h5 {
	font: bold 1.1em arial, Verdana, san-serif;
	color: #555;
	margin: 0.7em 0;
}

H6.my-rteElement-H6,
.s4-ba h6 {
	font: bold 12pt arial, Verdana, san-serif;
	color: #00adda;
	margin: 0.7em 0;
}

.s4-ba blockquote {
	margin-left: 2rem;
}


/* --------------------- link styles ------------------------ */
div.s4-ca a.my-rteStyle-nofileicon:after,
div.s4-ca li.my-rteStyle-nofileicon a:after {
	display: none;
}

div.s4-ca a[href$=".pdf"]:after {
	content: " ";
	margin-left: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-right: 5px;
	background: transparent url('/Style Library/Images/pdf-change.png') no-repeat top right;
}

div.s4-ca a[href$=".doc"]:after,
div.s4-ca a[href$=".docx"]:after {
	content: " ";
	margin-left: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-right: 5px;
	background: transparent url('/Style Library/Images/word.png') no-repeat top right;
}

/* --------------------- list styles ------------------------ */
.ms-WPBody UL,
.leftColumn UL {
	margin: 0 3em;
}

.ms-WPBody UL LI {
	line-height: 1.3em;
	margin: 11px 0;
}

/*.leftColumn .ms-WPBody UL LI {
	list-style-type: none;
	list-style-image: none;
}*/
/*.leftColumn .ms-WPBody UL LI:before, .leftColumn .ms-rtestate-field ul li:before {
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    content: '■';
    color: #00adda;
    float: left;
    width: 1em;
    margin: -.1em -1.8em;
    font-size: 70%;
}*/
ul.dfwp-list {
	margin: 0;
}

.article-content ul {
	font-family: Verdana, arial, sans-serif;
	font-size: 10.5pt;
	color: #000;
}

/* --------------------- Button Outline Style ------------------------ */
.btn-primary,
.btn-primary a,
.btn-primary a:active {
	color: white !important;
}

.btn-secondary,
.btn-secondary a,
.btn-secondary a:active {
	color: white !important;
}

.btn-dark {
	color: white !important;
}

.btn-danger {
	color: white !important;
}

.btn-success {
	color: white !important;
}

.btn-info {
	color: white !important;
}

/* --------------------- Button Outline Style ------------------------ */
.btn-outline {
	background: #FAFAFA;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #666 !important;
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	width: auto;
	max-width: 300px;
	line-height: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 14px;
	font-family: Rubik, arial, sans-serif;
}

.leftColumn .btn-outline:hover {
	background: #cecece;
	text-decoration: none;
	color: #666 !important;
}

/* --------------------- new bootstrap button colors ------------------------ */
.btn-aqua,
.btn-aqua:hover,
.btn-aqua:active,
.btn-aqua:visited {
	background-color: #0099A8 !important;
	color: white !important;
}

.btn-aqua:hover {
	background-color: #006069 !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}

.btn-juicebox,
.btn-juicebox:hover,
.btn-juicebox:active,
.btn-juicebox:visited {
	background-color: #f28726 !important;
	color: white !important;
}

.btn-juicebox:hover {
	background-color: #A6570D !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}

.btn-autumn,
.btn-autumn:hover,
.btn-autumn:active,
.btn-autumn:visited {
	background-color: #cc9933 !important;
	color: white !important;
}

.btn-autumn:hover {
	background-color: #805B13 !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}

.btn-saddle,
.btn-saddle:hover,
.btn-saddle:active,
.btn-saddle:visited {
	background-color: #996633 !important;
	color: white !important;
}

.btn-saddle:hover {
	background-color: #4D2F12 !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}




/* --------------------- Front Page Styles SLIDER ------------------------ */

#cbe-front-banner .sy-caption-wrap .sy-caption {
	z-index: 9;
}

#cbe-front-banner {
	margin-bottom: 0;
}

#landing-page .feed-header {
	text-align: center;
}

.thumb-box {
	margin-top: 5px;
}

.AEBannerMoreLink {
	display: block;
}

.slider-title {
	font-size: 1.8vw;
	font-family: Roboto;
	font-weight: 900;
	display: table-cell;
	vertical-align: bottom;
}

.slider-subtitle {
	font-size: 1.1vw;
	font-family: Roboto;
	font-weight: 400;
	padding-bottom: 5px;
	width: 95%;
}

.banner-line {
	background-color: #00adda;
	height: 8px;
	width: 100%;
	margin: 5px 0 18px 0;
}

/* --------------------- Banner Caption ------------------------ */
#cbe-front-banner #landing-top {
	margin-top: 5px;
}

#cbe-front-banner .sy-caption {
	max-width: 30% !important;
	min-width: 30% !important;
	min-height: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	position: relative !important;
	bottom: 3% !important;
	padding: 2%;
	margin-top: 0 !important;
	margin-bottom: 2% !important;
	float: left !important;
	margin-left: 5% !important;
}

#cbe-front-banner .sy-caption a {
	background-color: #00adda;
	display: block !important;
	float: right;
	margin-top: 5px;
}

#cbe-front-banner .sy-caption a:hover {
	background-color: #99be12;
	text-decoration: none;
}


@media only screen and (min-width: 1100px) {
	#cbe-front-banner .sy-caption p {
		font-size: 1.1vw !important;
	}

	#cbe-front-banner .sy-caption p:first-child {
		font-size: 1.6vw !important;
		padding-top: 2%;
		padding-bottom: 2%;
		min-height: 80px !important;
	}

	#cbe-front-banner .sy-caption {
		bottom: 1% !important;
	}
}


@media only screen and (min-width: 1700px) {
	#cbe-front-banner .sy-caption p:first-child {
		font-size: 1.9vw !important;
		padding-top: 5%;
		padding-bottom: 5%;
		min-height: 180px !important;
	}
}

@media only screen and (max-width: 1250px) {
	#cbe-front-banner #landing-top {
		margin-top: 10px;
	}

	#cbe-front-banner .sy-caption {
		max-width: 35% !important;
		min-width: 22% !important;
	}

	#cbe-front-banner .sy-caption div {
		height: 3px !important;
	}

	#cbe-front-banner .sy-caption p:first-child {
		padding-top: 2%;
		font-size: 1.7vw !important;
	}

	#cbe-front-banner .sy-caption p {
		font-size: smaller;
	}

	#cbe-front-banner .sy-caption a {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1110px) {
	#cbe-front-banner .sy-box {
		margin-bottom: 165px;
	}

	#cbe-front-banner .sy-caption {
		max-width: 100% !important;
		min-width: 100% !important;
		position: absolute !important;
		top: 0px;
		min-height: 170px !important;
		height: 170px !important;
		padding: 1% 6% 1% 6% !important;
		background-color: rgba(0, 0, 0, 1) !important;
		margin-left: 0 !important;
	}

	#cbe-front-banner .sy-slides-wrap {
		margin-bottom: 170px !important;
	}

	#cbe-front-banner .sy-caption div {
		height: 2px !important;
	}

	#cbe-front-banner .sy-caption p:first-child {
		font-size: 1.3em !important;
		padding-top: 0;
		margin-top: 1% !important;
	}

	#cbe-front-banner .sy-caption p:last-child {}

	#cbe-front-banner .sy-caption a {
		margin-top: 0;
	}
}

@media only screen and (max-width: 750px) {
	#cbe-front-banner #landing-top {
		margin-top: 20px;
		margin-left: 0 !important;
	}

	/* ===== image rendition for images */
	.cbe-news-articletext IMG,
	.image_renditions {
		width: 100% !important;
		height: auto !important;
	}

}

@media only screen and (max-width: 576px) {
	#cbe-front-banner #landing-top {
		margin-top: -10px;
		margin-left: 0 !important;
	}

	.sy-caption p:last-child {
		font-size: 12px;
	}
}

@media only screen and (max-width: 576px) {
	#cbe-front-banner #landing-top {
		margin-top: -10px;
		margin-left: 0 !important;
	}
}

@media only screen and (max-device-width: 480px) {
	#cbe-front-banner .sy-caption p:last-child {
		font-size: 12px;
	}
}

/* --------------------- MyTiles QuickLink Styles (Cards Below Banner) ------------------------ */
.mytile {
	margin-top: 8px;
	padding: 40px 25px;
	background: rgb(170, 169, 169);
	background: -moz-linear-gradient(187deg, rgba(170, 169, 169, 1) 0%, rgba(241, 241, 241, 1) 100%);
	background: -webkit-linear-gradient(187deg, rgba(170, 169, 169, 1) 0%, rgba(241, 241, 241, 1) 100%);
	background: linear-gradient(187deg, rgba(170, 169, 169, 1) 0%, rgba(241, 241, 241, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaa9a9", endColorstr="#f1f1f1", GradientType=1);
	background-image: url('/PublishingImages/mytiles-background.png');
}

.mytile .card {
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-right-style: dotted;
	border-left-style: dotted;
	-webkit-box-shadow: 0px 3px 15px -4px #413a31;
	box-shadow: 0px 3px 15px -4px #8f8272;
	padding-left: 5px;
	padding-right: 0px;
}

.mytile .card:hover {
	background-color: #f1f1f1;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.mytile .card:first-child {
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.mytile .card:last-child {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.mytile .card-title {
	font-size: 1.1em;
	font-family: Roboto, Montserrat, sans-serif;
}

.mytile .card-text {
	font: .9em montserrat, sans-serif;
	color: #000 !important;
}

.mytile hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 174, 218, 1), rgba(0, 174, 218, 0.75), rgba(0, 174, 218, 0));
}

.mytile hr.red {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(153, 0, 51, 1), rgba(199, 17, 31, 0.75), rgba(0, 174, 218, 0));
}

/*----------------- News Tiles Styles Home Page------------------------ */
#landing-content {
	display: flex;
	align-items: center;
	justify-content: left;
}

.news-hd {
	display: flex;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	padding: 5px 0;
}

.news-hd h1 {
	display: flex;
	justify-content: center;
	padding: 0.9375rem;
	margin: .5em auto .5em auto;
	font-size: 2.5em;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	max-width: 1280px;
	text-align: center;
	font-family: Montserrat, Roboto, sans-serif;
}

.cbe-front-news {
	width: 100%;
	padding-bottom: 20px;
	background: rgba(217, 217, 217, 1);
	background: -moz-linear-gradient(-45deg, rgba(217, 217, 217, 1) 0%, rgba(143, 177, 186, 1) 8%, rgba(121, 140, 145, 1) 18%, rgba(212, 212, 212, 1) 57%, rgba(199, 199, 199, 1) 62%, rgba(201, 201, 201, 1) 63%, rgba(197, 213, 217, 1) 87%, rgba(121, 140, 145, 1) 99%, rgba(245, 245, 245, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(217, 217, 217, 1)), color-stop(8%, rgba(143, 177, 186, 1)), color-stop(18%, rgba(121, 140, 145, 1)), color-stop(57%, rgba(212, 212, 212, 1)), color-stop(62%, rgba(199, 199, 199, 1)), color-stop(63%, rgba(201, 201, 201, 1)), color-stop(87%, rgba(197, 213, 217, 1)), color-stop(99%, rgba(121, 140, 145, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(217, 217, 217, 1) 0%, rgba(143, 177, 186, 1) 8%, rgba(121, 140, 145, 1) 18%, rgba(212, 212, 212, 1) 57%, rgba(199, 199, 199, 1) 62%, rgba(201, 201, 201, 1) 63%, rgba(197, 213, 217, 1) 87%, rgba(121, 140, 145, 1) 99%, rgba(245, 245, 245, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(217, 217, 217, 1) 0%, rgba(143, 177, 186, 1) 8%, rgba(121, 140, 145, 1) 18%, rgba(212, 212, 212, 1) 57%, rgba(199, 199, 199, 1) 62%, rgba(201, 201, 201, 1) 63%, rgba(197, 213, 217, 1) 87%, rgba(121, 140, 145, 1) 99%, rgba(245, 245, 245, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(217, 217, 217, 1) 0%, rgba(143, 177, 186, 1) 8%, rgba(121, 140, 145, 1) 18%, rgba(212, 212, 212, 1) 57%, rgba(199, 199, 199, 1) 62%, rgba(201, 201, 201, 1) 63%, rgba(197, 213, 217, 1) 87%, rgba(121, 140, 145, 1) 99%, rgba(245, 245, 245, 1) 100%);
	background: linear-gradient(135deg, rgba(217, 217, 217, 1) 0%, rgba(143, 177, 186, 1) 8%, rgba(121, 140, 145, 1) 18%, rgba(212, 212, 212, 1) 57%, rgba(199, 199, 199, 1) 62%, rgba(201, 201, 201, 1) 63%, rgba(197, 213, 217, 1) 87%, rgba(121, 140, 145, 1) 99%, rgba(245, 245, 245, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#f5f5f5', GradientType=1);
}

.cbe-front-news .card-deck {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;
}

.cbe-front-news .card {
	border-radius: 0 !important;
	border-color: #999;
	min-width: 225px;
	max-width: 250px;
	margin: 1.9rem 1.9rem 0 0;
	height: 285px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.cbe-front-news .card-img-top {
	border-radius: 0;
	min-width: 0;
	max-width: 300px;
	min-height: 1px;
	max-height: 100px;
}

.cbe-front-news .card-title {
	font-family: Roboto, Montserrat, san-serif;
	font-weight: 800;
	font-size: 1.1em;
}

.cbe-front-news .card-title a {
	color: #000 !important;
}

.cbe-front-news .card-title a:hover {
	color: #00adda !important;
	text-decoration: underline;
}

.cbe-front-news .card:hover {
	background-color: #FFFAEE;
	;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}

.cbe-front-news .card-footer {
	padding: 5px 8px;
	min-height: 40px;
	line-height: .8em;
	color: #666 !important;
}

.cbe-front-news .card-footer a {
	color: #666 !important;
	font-family: Roboto, Montserrat, sans-serif;
	font-size: .7em;
}

/* -News Card Important- */

.cbe-front-news .card-important {
	border-radius: 0 !important;
	min-width: 225px;
	max-width: 250px;
	margin: 1.9rem 1.9rem 0 0;
	height: 275px;
	-webkit-box-shadow: 0 3px 10px rgba(153, 0, 51, 0.3);
	-moz-box-shadow: 0 3px 10px rgba(153, 0, 51, 0.3);
	box-shadow: 0 3px 10px rgba (153, 0, 51, 0.3);
	color: #990033 !important;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(225, 213, 201, 1) 94%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(225, 213, 201, 1) 94%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(225, 213, 201, 1) 94%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e1d5c9", GradientType=1);
}

.cbe-front-news .card-title .card-important a {
	font-family: Roboto, Montserrat, san-serif;
	font-weight: 900;
	font-size: 1.3em;
	color: #990033 !important
}

.cbe-front-news .card-important a:hover {
	color: #990033 !important;
	text-decoration: underline;
}

.cbe-front-news .card-important .card-footer {
	background: #990033;
	border-radius: 0 !important;
}

.cbe-front-news .card-important .card-footer a {
	color: #fff !important;
}

.cbe-front-news .card-important i {
	float: right;
	color: #fff;
}

/* Front News 2 (Dialogue items) */
.cbe-front-news-2 {
	width: 100%;
	padding: 0;
}

/* FRONT PAGE FEEDS */

/* Events Header*/
#feed-events-header {
	background: #2A1500;
	padding: 5px 0;
	background-color: rgba(42, 21, 0, .6);
}

.events-hd h1 {
	display: flex;
	justify-content: center;
	font-size: 2.5em;
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	padding: 0.9375rem;
	margin: .5em auto .5em auto;
	max-width: 1280px;
	text-align: center;
	font-family: Montserrat, Roboto, sans-serif;
}

/* CBE Calendar */
#feed-events-A {
	background: url('/PublishingImages/calendar-background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#feed-events-A .calendar-hd h2 {
	font-family: Roboto, sans-serif;
	font-weight: 900;
	color: #996633;
	font-size: 2.5em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(64, 53, 43, 0.2);
}

#feed-events-A .calendar-hd p {
	font-family: Montserrat, Roboto, sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 1em;
	text-align: center;
}

.calendar-rollup {
	display: flex;
}

.calendar-rollup .card-deck {
	min-width: 50%;
	align-items: stretch;
}

.cbq-layout-main .dfwp-column {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
}

.calendar-rollup .card {
	min-width: 180px;
	max-width: 180px;
	margin: 10px;
	border-radius: 0;
	border: none;
	background: rgb(240, 235, 231);
	background: -moz-linear-gradient(153deg, rgba(240, 235, 231, 0.7455182756696428) 35%, rgba(191, 169, 152, 0.7511205165660014) 100%);
	background: -webkit-linear-gradient(153deg, rgba(240, 235, 231, 0.7455182756696428) 35%, rgba(191, 169, 152, 0.7511205165660014) 100%);
	background: linear-gradient(153deg, rgba(240, 235, 231, 0.7455182756696428) 35%, rgba(191, 169, 152, 0.7511205165660014) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ebe7", endColorstr="#bfa998", GradientType=1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	min-height: 175px;
}

.calendar-rollup .card-header {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #40352B;
	border-radius: 0 !important;
}

.calendar-rollup .card-body {
	text-align: left;
	padding: 10px 0;
	position: relative;
}

.calendar-rollup .time {
	font: .9em Arial, sans-serif;
	color: #000;
	padding: 0 10px;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
}

.calendar-rollup .calendar-title {
	font: .9em Arial, sans-serif;
	color: #000;
	padding: 0 10px;
	text-align: center;
}

.calendar-rollup .card-text {}

.calendar-rollup .web-description {}

.calendar-rollup .google-map {}

.calendar-rollup .more-info {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 18px;
}

.calendar-rollup .more-info a {
	border: 1px solid #996633;
	background: #996633;
	padding: 5px;
	color: #fff !important;
	margin: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: open sans, sans serif;
	font-size: .8em;
	min-width: 75px;
}

.calendar-rollup .more-info a:hover {
	background: #cc9933 !important;
	text-decoration: none;
}

.calendar-rollup .web-description {
	font: .9em Arial, sans-serif;
	color: #996633;
	padding: 0 10px;
	text-align: center;
}

/* School Open Houses Calendar / events page */
.school-open-houses h2 {
	display: flex;
	justify-content: center;
	font-size: 2.5em;
	color: #fff;

	padding: 0.9375rem;
	margin: .5em auto .5em auto;
	max-width: 1280px;
	text-align: center;
	font-family: Montserrat, Roboto, sans-serif;
	background: #2A1500;
	padding: 5px 0;
	background-color: rgba(153, 0, 51, 1);
}

/*
#feed-events-A .events-calendar {
	display:flex;
	flex-wrap:wrap;
	flex-basis:auto;
	flex-direction: row;
	position: relative;
	border:1px solid #705f55;
	margin:10px;
	background-color: rgba(193,175,161,.3);
	max-width:250px;
	min-height:150px;
}
#feed-events-A .start-time {
	 font:500 .9em Open Sans;
	 color:#fff;
	 text-align:center;
	 padding:10px;
	 flex-wrap:wrap;
	 width:100%;
	 height:100%;
	 background-color: rgba(255,255,255,.1);
}
#feed-events-A .title {
	font:600 1em Rubik, sans-serif;
	font:Arial, sans-serif;
	margin:0;
	padding:5px 0 0 10px;
	flex-grow: 1;
	justify-content: left;
	flex-wrap:wrap;
	color:green;
	max-width:250px;
}
#feed-events-A .web-description {
	font:bold .9em Roboto, sans-serif;
	font:Arial, sans-serif;
	margin:0;
	padding:0 0 0 10px;
	flex-grow: 1;
	justify-content: left;
	flex-wrap:wrap;
	color:green;
	max-width:250px;
}

#feed-event-A .cal-details {
	display: flex;
	flex-wrap:wrap;
	padding-left:10px;
  }
#feed-events-A .category {
	display: flex;
	flex-wrap:wrap;
	padding-left:10px;
}
#feed-events-A .time {
	display: flex;
	flex-wrap:wrap;
	padding-left:10px;
	font:bold 1em roboto, sans-serif;
}
#feed-events-A .location {
	display: flex;
	flex-wrap:wrap;
	padding-left:10px;
}

/* -
.front-events-viewall a:link {
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	background-color:#64308f;
	margin-top:2%;
	padding:1.1%;
}
.front-events-viewall a:link, .front-events-viewall a:visited {
	color:#fff !important;
}-*/


/* Open Houses */

#feed-events-C {
	background: rgb(206, 207, 208);
	background: -moz-linear-gradient(153deg, rgba(206, 207, 208, 1) 24%, rgba(240, 235, 231, 1) 47%, rgba(136, 118, 104, 1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(206, 207, 208, 1) 24%, rgba(240, 235, 231, 1) 47%, rgba(136, 118, 104, 1) 100%);
	background: linear-gradient(153deg, rgba(206, 207, 208, 1) 24%, rgba(240, 235, 231, 1) 47%, rgba(136, 118, 104, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cecfd0", endColorstr="#887668", GradientType=1);
	min-width: 300px;
}

#feed-events-C .open-houses {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 10px;
}

#feed-events-C .open-houses h2 {
	font-family: PT Sans, Roboto, sans-serif;
	font-weight: 900;
	color: #990033;
	font-size: 2.5em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(42, 0, 0, 0.2);
}

#feed-events-C .open-houses p {
	font-family: Montserrat, Roboto, sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}

#feed-events-C .open-houses img {
	height: auto !important;
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}

#feed-events-C .open-houses-btn {
	background: #990033 !important;
	color: #fff;
}

#feed-events-C a:hover {
	background: green !important;
	color: #fff;
}


/* Subscribe */
.feed-middle {
	padding: 5%;
	background: url('/PublishingImages/clouds.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.feed-middle .subscribe {
	display: flex;
	display: block;
	/* flex-direction: column; */
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px auto;
}

.feed-middle .subscribe h2 {
	display: flex;
	flex-wrap: wrap;
	font-size: 3vw;
	font-weight: 600;
	color: #000;
	margin: auto;
	font-family: Arial, Roboto, sans-serif;
	display: block;
}

.feed-middle .subscribe p {
	display: block;
	flex-wrap: wrap;
	font-size: 1.2em;
	color: #111;
	font-family: Montserrat;
	margin: 20px auto;
	width: 100%;
	max-width: 60%;
}

.feed-middle a {
	display: block;
	max-width: 350px;
	margin: 20px auto 0;
	padding: 15px 30px;
	font-family: Montserrat;
	font-size: 1.5vw;
	background: #000;
	color: #fff !important;

}

.feed-middle a:hover {
	background: #00adda !important;
	text-decoration: none !important;
}


/* Twitter */

#feed-twitter {
	background-color: #fff;
}

#feed-twitter-header .twitter-hd {
	display: flex;
	background-color: rgba(0, 173, 218, 1);
	width: 100%;
	padding: 5px 0;
}

#feed-twitter-header .twitter-hd h2 {
	display: flex;
	justify-content: center;
	padding: 0.9375rem;
	margin: .5em auto .5em auto;
	font-size: 2.5em;
	color: #000;
	background-color: rgba(255, 255, 255, .2);
	width: 100%;
	max-width: 1280px;
	text-align: center;
	font-family: Montserrat, Roboto, sans-serif;
}

.feed-two-heading {
	display: flex;
	justify-content: center;
	font-size: 2em;
	color: #93939;
	padding: 0.9375rem;
	margin: 1em auto;
	max-width: 100%;
	text-align: left;
	font-family: Roboto, Montserrat, sans-serif;
}

#feed-twitter-B {
	display: none;
}

#feed-twitter-A {
	max-width: 640px;
}

#feed-twitter-A td {
	width: 100%;
}

#feed-twitter-A .AETWauthor a {
	font-size: 1em;
	color: #00adda;
}

#feed-twitter-A .AETWtext {
	font-size: 1em;
	width: 100% !important;
}

#landing-content .cbe-front-news .dfwp-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#landing-content .cbe-front-news .dfwp-item {
	min-width: 275px;
	float: left;
	margin: 0;
}

.feed-group {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.feed-section {
	flex-basis: 45%;
	flex-grow: 1;
	padding: 1em;
}

.feed-section .AEUE>.aeue {
	padding: 1em;
}

#landing-page .ms-WPBody UL {
	margin: 0;
}
}

#feed-twitter .ms-webpart-zone .AETWContainer {
	width: 100% !important;
	background-color: #fff;
	padding: 1em;
}

#feed-events {
	background: #fff;
}

#landing-page .ms-WPBody UL LI {
	line-height: normal;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#landing-page .ms-WPBody UL LI:before {
	display: none;
	width: 0;
	margin: 0;
	content: '';
}

/* ------------------Front Page Twitter Styles--------------------------*/
.landing-feeds-right div.AETWContainer {
	width: 100% !important;
	background-color: #fff;
}

/* -
.front-twitter-viewall a:link {
	display:block;
	width:100%;
	text-align:center;
	background-color:#00adda;
	padding:1.1%;
}
.front-twitter-viewall a:link, .front-twitter-viewall a:visited {
	color:#fff !important;
}
--*/

/* ------------------ Content Query Styles "News Tiles" Style--------------------------*/
.news-centre-tiles {
	margin: 0 auto;
}

.news-centre-tiles .card {
	width: 250px;
	max-width: 250px;
	height: 22rem;
	margin-bottom: 8px;
	color: #000;
	box-shadow: 0px 3px 8px 1px rgba(186, 176, 176, 0.84);
	-webkit-box-shadow: 0px 3px 8px 1px rgba(186, 176, 176, 0.84);
	-moz-box-shadow: 0px 3px 8px 1px rgba(186, 176, 176, 0.84);
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(146deg, rgba(255, 255, 255, 1) 69%, rgba(232, 234, 235, 1) 98%);
	background: -webkit-linear-gradient(146deg, rgba(255, 255, 255, 1) 69%, rgba(232, 234, 235, 1) 98%);
	background: linear-gradient(146deg, rgba(255, 255, 255, 1) 69%, rgba(232, 234, 235, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8eaeb", GradientType=1);
}

.news-centre-tiles .card-body {
	margin: 5px;
	padding: 5px;
}

.news-centre-tiles .img {
	border: #666;
}

.news-centre-tiles .card-image-top {
	max-width: 250px;
	height: auto;
}

.news-centre-tiles .card-title {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1em !important;
	line-height: normal;
	font-weight: 900;
	color: #000 !important;
}

.news-centre-tiles .card-text {
	font-family: Montserrat, sans-serif !important;
	font-size: .8em !important;
	line-height: normal;
}

.news-centre-tiles .card-footer {
	font-family: Roboto, sans-serif !important;
	color: #fff !important;
	border-radius: 0 !important;
	background: #666;
	font-size: .8em;
}

.news-centre-tiles .card a:link,
.news-centre-tiles .card a:active,
.news-centre-tiles .card a:visited {
	color: #000;
}

.news-centre-tiles .card a:hover {
	color: #00adda;
}

/* ------------------ Content Query "NewsItem" Style (Stories right on News Centre page)--------------------------*/
.newsitem .card {
	width: 200px;
	border-radius: 0;
	border: 1px solid #f0f0f0;
}

.newsitem .card-body {
	border-radius: 0;
}

.newsitem .card-title,
newsitem {
	font-family: Roboto, Arial, sans-serif !important;
	color: #000;
	font-size: 1em !important;
	font-weight: 500;
}

.newsitem .card-text {
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: .7em !important;
}

.newsitem .text-right {
	font-family: Roboto, sans-serif !important;
	color: #333 !important;
	font-size: .9em;
	margin-top: 8px;
}

.newsitem .card a:link,
.newsitem .card a:active,
.newsitem .card a:visited {
	color: #000;
}

.newsitem .card a:hover {
	color: #00adda;
}

/* --------------------- New Article Page Styles ------------------------ */

div.cbe-news-article {
	display: flex;
	flex-wrap: wrap;
}

.cbe-news-article .rightColumn {
	max-width: none;
	flex-basis: 250px;
	flex-grow: 1;
}

.cbe-news-article .leftColumn {
	max-width: none;
	flex-basis: 840px;
}

.fullColumn {
	max-width: none;
	flex-basis: 1120px;
	flex-shrink: 1;
}

.cbe-news-bottom {
	display: flex;
	justify-content: space-between;
}

.col-xs .box .dfwp-item {
	max-width: 100%;
}

.col-xs ul li {
	line-height: 1.6;
	font-size: 1em;
}

.cbe-news-articletext h2 {
	margin-top: 0;
}

.cbe-QL-TitleWP div.s4-ql {
	margin-bottom: -17px;
}

div.cbe-news-release-contact {
	min-width: 225px;
	background-color: #e6e7e8;
	border: 1px #e6e7e8 solid;
	padding: 5px;
}

div.cbe-news-release-contact h2 {
	margin-top: 0;
}

@media only screen and (max-width: 1370px) {
	.splashContent {
		width: 100%;
	}
}

/* --------------------- CBE Connections Newsletter------------------------ */
.cbeConnect {
	max-width: 1000px;
	height: auto;
	width: 100%;
}

.cbeConnect .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1em 0 0 0;
	align-items: stretch;
	margin: 0;
}

.cbeConnect h2 {
	text-align: center;
	font-family: Roboto !important;
	font-weight: 600 !important;
	font-size: 2.1em !important;
	color: black;
}

.cbeConnect .landingContent h2,
.cbeConnect .landingContent .cbeConnect.cbe-pagetitle h2 {
	color: 666 !important;
}

.cbeConnect h3 {
	text-align: center;
	font-family: Roboto !important;
	font-weight: 600 !important;
	font-size: 1.8em !important;
	color: black;
}

.cbeConnect h4 {
	text-align: center;
	font-family: Roboto !important;
	font-weight: 600 !important;
	font-size: 1.6em !important;
}

.cbeConnect img {
	max-width: 1000px !important;
	height: auto;
	width: 100%;
}

.cbeConnect .lgImg {
	max-width: 1200px !important;
	width: 100%;
	height: auto;
}

.cbeConnect .mdImg {
	max-width: 600px !important;
	height: auto;
	width: 100%;
	margin: 0 0 5px 0;
}

.cbeConnect .smImg {
	max-width: 300px !important;
	height: auto;
	width: 100%;
	margin: 0 0 5px 0;
}

.cbeConnect .profileImg {
	max-width: 300px !important;
	height: auto;
	width: 100%;
	margin: 0px 0px 10px 15px;
	float: right;
}

.cbeConnect .zone {
	padding: 0;
	margin: 2em 0 2.25em 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cbeConnect .zone-text {
	padding: 20px;
	text-align: left;
}

.cbeConnect .zone-primary {
	background-color: #edf3f7;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cbeConnect .zone-light {
	background-color: #e7e7e7;
}

.cbeConnect .zone-dark {
	margin: 0;
	background: #333;
}

.cbeConnect .zone-dark-text {
	padding: 40px;
	line-height: 20px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	background-position: center center !important;
	background-size: cover !important;
}

.cbeConnect .bg-white {
	background-color: #fff;
}

.cbeConnect .bg-danger {
	background-color: #aa8ba3;
}

.cbeConnect .bg-purple {
	background-color: #F1E4FB;
}

.cbeConnect .bg-orange {
	background-color: #FFF2E6;
}

.cbeConnect .bg-green {
	background-color: #e5f3ec;
}

.cbeConnect .bg-lightpink {
	background-color: #F6E9F3;
}

.cbeConnect .bg-pink {
	background-color: #aa258d;
}

.cbeConnect .bg-brown {
	background-color: #e1d5c9;
}

.cbeConnect .bg-ltbrown {
	background-color: #ebe0c9;
}

.cbeConnect .bg-blue {
	background-color: #cedde3;
}

.cbeConnect .bg-aqua {
	background-color: #97D7DD;
}

.cbeConnect .orange a {
	color: #f28726;
	font-weight: 600;
}

.cbeConnect .container-triple {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
}

.cbeConnect .triple-item {
	flex: 1 1 0%;
	min-width: 300px;
	border: 1px solid #f1f1f1;
}

.cbeConnect .vertical {
	padding: .1em;
}

.cbeConnect .horizontal .card {
	flex-direction: row;
	align-items: center;
	margin: .5em .1em .2em 0;
}

.cbeConnect .horizontal .card img {
	justify-content: flex-start;
	align-items: flex-start;
}

.cbeConnect .horizontal .card-header {
	font-weight: bold;
	text-align: center;
	background: #00adda;
	color: white;
}

.cbeConnect .horizontal .card h5 {
	font-size: 1.5em;
	color: #00adda;
	font-family: roboto;
}

.cbeConnect .horizontal .card-body {
	text-align: center;
	padding: 8px;
	display: flex;
	flex-direction: column;
}

.cbeConnect .card ul li {
	text-align: left;
}

.cbeConnect .grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 1em 10px 8px 10px;
	background: #fff;
	margin-bottom: 1em;
}

.cbeConnect .grid-heading {
	background: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	color: #666;
	margin-top: 1em;
}

.cbeConnect .grid-item {
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	font-size: 18px;
	text-align: center;
	margin: 5px;
}

.cbeConnect .btn {
	border-radius: 20px;
	padding: 8px 25px;
}

.cbeConnect .btn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.cbeConnect .btn span:after {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	opacity: 0;
	top: 0;
	right: -15px;
	transition: all 0.5s;
}

.cbeConnect .btn:hover span {
	padding-right: 25px;
}

.cbeConnect .btn:hover span:after {
	opacity: 1;
	right: 0;
}

.chief {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chief-name {
	text-align: right;
}

.cbeConnect .calendar .card {
	margin: 5px;
	text-align: center;
	max-width: 200px;
	font-family: Rubik !important;
}

.cbeConnect .calendar .card-header {
	font-family: Rubik !important;
	font-weight: 600;
	color: #00adda;
}

.cbeConnect .calendar .card-body,
.cbeConnect .calendar .card-text,
.cbeConnect .calendar .card-text p {
	font-family: Rubik !important;
}

.cbeConnect .newsFooter h3,
.cbeConnect .newsFooter {
	text-align: center;
	color: #333;
	font-size: 1.3em;
	text-transform: uppercase;
}

.cbeConnect .newsFooter p,
.cbeConnect .newsFooter {
	text-align: center;
	color: #333;
	font-size: 1em;
	text-transform: uppercase;
}

.cbeConnect .newsFooter a:link,
.cbeConnect .newsFooter a:active,
.cbeConnect .newsFooter a:visited {
	color: #333 !important;
	text-decoration: none;
}

.cbeConnect .footerContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.cbeConnect .footerPhone {
	flex: 1 0 auto;
	color: #888;
	font-size: 1.1em;
	padding: 10px 8px 5px 8px;
}

.cbeConnect .footerPhone i {
	padding-bottom: 5px;
	color: black;
}

.cbeConnect .footerEmail {
	flex: 1 0 auto;
	color: #888;
	font-size: 1.1em;
	text-transform: none;
	padding: 10px 8px 5px 8px;
}

.cbeConnect .footerEmail i {
	padding-bottom: 5px;
	color: black;
}

@media only screen and (max-width: 768px) {
	.cbeConnect .card-body {
		padding: 0.5em 1.2em;
	}

	.cbeConnect .card-body .card-text {
		margin: 0;
	}

}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 500px) {
	.cbeConnect .grid-container {
		grid-template-columns: auto auto;
		justify-content: center;
		align-content: center;
	}

	.cbeConnect .grid-item {
		grid-column: 1 / 2;
		grid-row: 1;
	}

	.cbeConnect .vertical {
		margin: 0px;

	}

	.cbeConnect .vertical .card {
		margin: 0:
	}

	.cbeConnect .btn {
		margin-top: 1em;
	}

	.cbeConnect .profileImg {
		max-width: 300px !important;
		height: auto;
		width: 100%;
		margin: 0px auto;
	}

	.cbeConnect .chief-name {
		text-align: center;
	}
}



/* -------Zone Block / Background Div Separation ------ */
.zone {
	padding: 1em 1.75em 1.75em 1.75em;
	margin: 2em 0;
}

.zone-white {
	background-color: #fff;
}

.zone-primary {
	background-color: #edf3f7;
}

.zone-light {
	background-color: #f1f1f1;
}

.zone-danger {
	background-color: #aa8ba3;
}

/* -------Flex Container ------ */


/* --------------------- Search Page Styles ------------------------ */
.ms-srch-result .ms-promlink-button-image {
	bottom: 5px;
	right: 5px;
}

#srch-maincontentCell {
	display: flex;
}

#srch-maincontentCell #LeftCell {
	float: left;
	width: 200px;
	;
}

#srch-MainLeftCell {
	float: left;
	flex-grow: 1;
	width: 70%;
}

#srch-MainLeftCell .ms-webpartzone-cell {
	margin: 0;
}

/*
.srch-innermaincell {
	max-width:100%;
}
.ms-srch-result {
	margin-top:0;
	max-width:1200px;
}
.ms-srch-result #ResultHeader {
	margin:0;
}
.srchctr_mainleftcell .ms-srch-item {
	width:100%;
}
.srch-Title2 A:link {
    font-size: 1.1em;
}

.srch-Page A:link {
    font-size: 1.0em;
}

.ms-searchref-main UL {
    padding: 0;
}

.ms-searchref-main UL LI:before {
	display: none;
}

.ms-searchtamain {
    padding-bottom: 0;
}

.srch-URL2 {
    color: #666 !important;
    font-size: 0.9em;
}

.srch-Metadata2 {
    font-size: 0.9em;
}

.srch-results, .srch-Description2, .srch-Metadata1 {
    max-width: none;
}

.srch-Title2 a:link {
    color: #008ab9 !important;
}

.ms-searchref-filter a:hover {
    text-decoration: none !important;
    color: #008ab9 !important;
}*/

/* ---------------------------- 3 COLUMN LAYOUT STYLES ----------------------------------------------------*/

#content3col .three-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/* ---------------------------- DOCUMENT LIBRARY STYLES ----------------------------------------------------*/

/* ---------------------------- SCRIPT STYLES ----------------------------------------------------*/
/* jquery accordion styles */
div.ms-WPBody .accordion {
	border: none;
}

div.ms-WPBody .accordion div {
	padding: 6px 0 6px 0;
	background: #ffffff;
	border: none;
}

div.ms-WPBody .accordion h3 {
	border: none;
	background: none;
}

div.ms-WPBody .accordion .ui-icon {
	font-size: 12px;
	color: #888;
	margin-top: 1px;
}

div.ms-WPBody .accordion .ui-state-default .ui-icon {
	top: 16%;
	background-image: url('/_layouts/1033/cbe/images/ui-icons_222222_256x240.png');
}

div.ms-WPBody .accordion h3[role="tab"] {
	font-size: 13px !important;
	color: #00adda;
	margin: 3px 0 0 0;
	padding: 3px 0 3px 30px;
	text-decoration: none;
	border: 1px solid #ffffff;
}

div.ms-WPBody .accordion div[role="tabpanel"] {
	padding: 0 0 0 30px;
}

div.ms-WPBody .accordion h3[role="tab"]:hover {
	background-color: #eee;
	border: 1px solid #ddd;
}

/*Buttons for Content Pages*/
.CBE-Button {
	-moz-box-shadow: inset 0px 1px 0px 0px #0290b3;
	-webkit-box-shadow: inset 0px 1px 0px 0px #0290b3;
	box-shadow: inset 0px 1px 0px 0px #0290b3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00aeda), color-stop(1, #028bad));
	background: -moz-linear-gradient(center top, #00aeda 5%, #028bad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeda', endColorstr='#028bad');
	background-color: #00aeda;
	text-indent: 0;
	border: 1px solid #00708e;
	display: inline-block;
	color: #fff !important;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #004051;
}

.CBE-Button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #028bad), color-stop(1, #00aeda));
	background: -moz-linear-gradient(center top, #028bad 5%, #00aeda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028bad', endColorstr='#00aeda');
}

.CBE-Button:active {
	position: relative;
	top: 1px;
}

a.CBE-Button:visited {
	color: #fff !important;
}

/*Amrein Calendar Styles*/
.AECClinkstyle {
	font: 9.5pt arial;
	color: #f0f0f0 !important;
}

/*staff page Styles*/
div.ms-WPBody .staff-app {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6c6c6), color-stop(1, #FFFFFF));
	background-image: -o-linear-gradient(bottom, #c6c6c6 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #c6c6c6 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #c6c6c6 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #c6c6c6 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #c6c6c6 0%, #FFFFFF 100%);
	/* IE6,IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c6c6c6', EndColorStr='#ffffff');
	/* IE8 */
	Microsoft.gradient(startColorStr='#c6c6c6', EndColorStr='#ffffff');
	width: 175px;
	height: 200px;
	padding: 10px 5px;
	text-align: center;
	float: left;
	display: inline-block;
	margin: 0 15px 10px 0;
	font: 11pt arial;
	cursor: pointer;
}

div.ms-WPBody .staff-app h2 {
	font: 14pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: -10px;
}

div.ms-WPBody .staff-app img {
	text-align: center;
	width: 24px;
	padding: 5px;
	margin-top: -15px;
	border: none;
}

div.ms-WPBody .staff-app a:hover {
	font-weight: bold;
}

div.filter-by-grade {
	width: 585px;
}

#WebPartWPQ5 .dfwp-item img {
	margin-right: 15px;
	width: 125px;
	height: 85px;
}

body #s4-ribbonrow {
	background-color: #21374c !important;
	overflow-y: hidden !important;
}

#ms-dnd-dropbox {
	top: 0 !important;
	left: 0 !important;
}

.ms-dnd-dropboxText {
	line-height: 0 !important;
	top: 1% !important;
	font-size: 250% !important;
	font-weight: bold;
}

.ms-webpart-cell-vertical,
.ms-webpart-zone,
.ms-webpart-chrome-vertical {
	display: inherit;
}

/* ====================================   CONTENT PAGES  ===================================*/

.board-of-trustees {
	dislay: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.trustees.card {
	display: flex;
	position: relative;
	width: 225px;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: rgba(0, 0, 0, 0.87);
	background: #f1f1f1;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.trustees.card-profile {
	margin-top: 30px;
	text-align: center;
}

.trustees.card.card-image {
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid black;
}

.trustees.card.card-image img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	pointer-events: none;
}

.trustees .card-caption {
	padding-top: 12px;
	color: black;
	font-size: 1.5em;
	font-family: Roboto, Montserrat, sans-serif;
}

.trustees.card img {
	width: 100%;
	height: auto;
}

.trustees img.img-raised {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

.trustees.card.ftr {
	margin-top: 15px;
}

.trustees.card.ftr div {
	display: inline-block;
}

.trustees.table {
	margin-bottom: 0px;
}

.trustees.card.table {
	padding: 15px 30px;
}

/* ------------ Unique Pathways Pages ----------------------- */
.info-box-50 {display:flex; flex-flow:row wrap; gap: 1em;}
.info-box-50 .info-box {flex-basis:45%; min-width:300px; flex-grow: 1; border:1px solid #004987; padding:0 7px 7px 7px; background-color: #ddd; box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);}
.info-box-50 .info-box-content {width:100%; padding:5px; background-color: #fff;}

/* ------------ Contact Us Icons Phone, Email & Fax  ---------*/
.name {
	font-weight: bold;
}

.name:before {
	content: "\f2bb";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	text-decoration: none;
}

.phone:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	text-decoration: none;
}

.fax:before {
	content: "\f1ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	text-decoration: none;
}

.email:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	text-decoration: none;
}

.link-icon:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	text-decoration: none;
}

.caret-square-right:before {
	content: "\f152";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	text-decoration: none;
}


/* ====================================   RESPONSIVE    ====================================*/

@media (min-width: 1000px) {
	.subscribe-hd {
		font-size: 3em;
	}
}

@media (max-width: 1140px) {
	#mainCard {
		flex-wrap: wrap;
	}

	.leftColumn {
		padding-right: 0px;
	}

	.splashContent {
		flex-flow: wrap;
		width: 100%;
	}

	.cbe-news-article .splashContent {
		flex-flow: wrap;
	}

	.leftColumn {
		width: 100%;
	}

	#mainCard .rightColumn {
		flex-basis: 100%;
	}

	.rightColumn {
		padding-left: 0;
	}

	.cbe-abovenav,
	#cbe-beta,
	#cbe-globalnavwrapper,
	#cbe-publishingbreadcrumbcontainer,
	div.cbe-pageproperties,
	#cbe-customfooter,
	.welcome-splash,
	.mainSplashContent {
		min-width: 100% !important;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.welcome-banner {
		padding-top: 40px;
	}
}

@media (max-width: 1230px) {
	.mytile .card-group .card {
		min-width: 33%;
		border-radius: 0 !important;
	}

	.mytile .covid .card {
		min-width: 25%;
		border-radius: 0 !important;
	}

	.mytile {
		background: #cdc2ae;
		background-image: url('/PublishingImages/mytiles-background.png');
	}

	#feed-events-A,
	.feed-middle {
		background-attachment: initial;
	}

	#feed-events-A .card {
		width: 160px;
	}

}

@media (max-width: 1040px) {
	.mytile .covid .card {
		min-width: 50%;
		border-radius: 0 !important;
	}

	.mytile .card-group .card {
		min-width: 50%;
		border-radius: 0 !important;
	}

}

@media (max-width: 668px) {
	.welcome-banner {
		padding-top: 55px;
	}

	.subscribe-hd {
		font-size: 2em;
	}

	.slider-title {
		font-size: 1vw;
		margin: 0
	}

	.slider-subtitle {
		font-size: 1.1vw;
		padding-bottom: 10px;
		width: 100%;
	}

	.banner-line {
		height: 2px;
		margin: 0 0 3px 0;
	}

	.thumb-box {
		display: none;
	}

	.AEBannerMoreLink {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 10px;
	}

	.feed-middle .subscribe h2 {
		font-size: 2em;
	}

	.feed-middle .subscribe p {
		width: 100%;
	}

	.feed-middle a {
		font-size: 1em;
	}
}

@media (max-width: 768px) {
	.cbe-news-bottom {
		flex-direction: column;
	}
}

@media (max-width: 580px) {

	body,
	.ms-WPBody,
	p.my-rteElement-P,
	#WebPartWPQ4 {
		font-size: 15.5px;
	}

	#landing-page {
		margin-top: -10px;
	}

	div.welcome-banner {
		display: none;
		min-height: 700px;
	}

	.slider-title {
		font-size: 1vw;
		margin: 0
	}

	.slider-subtitle {
		font-size: 1.1vw;
		padding-bottom: 5px;
		width: 100%;
	}

	.banner-line {
		height: 2px;
		margin: 0 0 3px 0;
	}

	.thumb-box {
		display: none;
	}

	.AEBannerMoreLink {
		display: block;
		margin: 0;
	}

	#s4-leftpanel {
		display: none;
	}

	.s4-ca {
		margin: 0 !important;
	}

	.ms-bodyareacell {
		padding-left: 5px !important;
	}

	.feed-group .feed-section {
		flex-grow: 0;
		padding: 0;
		width: 100%;
	}

	.feed-group {
		display: block;
	}

	#cbe-publishingbreadcrumbcontainer {
		padding: 0;
	}

	.cbe-breadcrumbs {
		font-size: 0.95em;
	}

	.srchctr_leftcell {
		width: 100%;
	}

	.srchctr_mainleftcell {
		width: 100%;
	}

	#feed-events-A .container {
		padding: 0;
	}

	#feed-events-A {
		margin-bottom: -11px;
	}
}

/* scroll indicator */
html .indicator,
body .indicator {
	position: fixed;
	display: block;
	background-color: #cc9933;
	height: 5px;
	top: 0;
	z-index: 200;
}

/* Post Live Fixes -
Nov 4, 2019 - Fix .cbq-layout-main .dfwp-column above to calendar caused issues with list 
items on other pages, this corrects that ex. forms you need */

/*.ms-wpContentDivSpace .cbq-layout-main .dfwp-column {
display: list-item !Important; 
}*/

/* ===== image rendition for images */
.cbe-news-articletext IMG,
.image_renditions {
	width: 100%;
	height: auto;
	max-width: 1440px !important;
}

/* twitter updates remove twitter temporary fix */
#feed-twitter,
#feed-bottom {
	background: rgb(254, 255, 255);
	/* Old browsers */
}

/* twitter hidden */
#feed-twitter,
#feed-bottom {
	display: none;
}

.AETWContainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.AETWContainer div[id^=AETwitterWP],
.AETWtweet {
	min-width: 250px !Important;
	max-width: 250px !Important;
	padding: 13px;
}

.AETWContainer div[id^=AETwitterWP] table td,
.AETWtweet .AETWcell td {
	padding: 10px;
	background: rgb(254, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(254, 255, 255, 1) 0%, rgba(213, 233, 237, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(254, 255, 255, 1) 0%, rgba(213, 233, 237, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(254, 255, 255, 1) 0%, rgba(213, 233, 237, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d5e9ed', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	min-height: 200px;
	float: left;
}

td.AETWtext {
	font-size: 1em;
}

.AETWauthor {
	font-size: large;
	margin-bottom: 5px;
	display: block;
	color: #00adda !Important;
}

td.AETWtext div:last-child {
	float: right;
	text-align: right;
	padding-top: 10px;
	color: #666 !important;
	width: 100% !important;
}

td.AETWtext div:last-child .AETWAnchor,
.AETWfooter,
.AETWContainer div[id^=AETwitterWP] table tr:last-child,
.AETWtweet table tr:last-child {
	display: none;
}

.AETWContainer div[id^=AETwitterWP] table tr:first-child,
.AETWtweet table tr:first-child {
	display: table-cell;
}

div[id^=MSOLayout] {
	max-width: 1440px !important;
}

/*============= Ribbon Branding / Waffle Hide=========================*/

/*---Waffle hide---*/
.o365cs-nav-leftAlign div.o365cs-nav-topItem button.o365button {
	display: none;
}

/*---Hide Middle Logo--*/
#O365_MainLink_TenantLogoImg {
	display: none;
}

/*---Left / Midde Ribbon--*/

.o365cs-nav-header16 .o365cs-nav-leftAlign a:hover {
	color: #000000;
}

.o365cs-nav-leftAlign {
	background-color: #AAABAB !important;
}

.o365cs-nav-centerAlign {
	background-color: #AAABAB !important;
}

.o365cs-me-tile-nophoto-username-container {
	color: #ffffff;
}

.o365cs-spo-topbarMenuOpen .o365cs-me-tile-nophoto-username-container {
	color: #000000;
}

/*---Ribbon Right Buttons---*/
.o365cs-nav-rightMenus {
	background-color: #949494 !important;
}

.o365cs-base .ms-bgc-tdr,
.o365cs-base .ms-bgc-tdr-h:hover {
	background-color: #00ADDA !important;
}

/*---Ribbon Publish Buttons & Backgrounds--*/
body #s4-ribbonrow {
	background-color: #FFFFFF !important;
	overflow-y: hidden !important;
}

body #s4-ribbonrow1 {
	position: relative;
	background-color: #FFFFFF !important;
	overflow-y: hidden !important;
}

body #s4-ribbonrow {
	background-color: #FFFFFF;
}

.ms-welcomeMenu.ms-SpLinkButtonActive,
.ms-siteactionsmenuhover,
.s4-breadcrumb-anchor:hover,
.s4-breadcrumb-anchor-open,
.ms-qatbutton:hover {
	background-color: #FFFFFF;
}

.ms-cui-tt-a:hover {
	border-color: #f1f1f1 !important;
	background: url("/_layouts/15/images/bgximg.png") repeat-x -0px -489px;
	background-color: #FFFFFF;
}

/*---------------- SPM Mini tweaks -------------------------*/
.school-mini-item {
	height: 145px;
}

/* YouTube Responsive Style */
.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 560px;
}

/*----------------- Pink Shirt Day -------------------------*/

/*nav.navbar {
	background-color: #FF79BE !important;
}

.footer-social-media {
	background-color: #FF79BE !important;
}

#feed-twitter-header .twitter-hd {
	background-color: #FF79BE !important;
}

.thumb-box .thumbs li img.active {
	border-color: #FF79BE !important;
}

.news-hd {
	background-color: #FF79BE !important;
}

#landing-page .feed-header {
	background-color: #FF79BE !important;
}*/

/*----------------- Orange Shirt Day -------------------------*/
/*
nav.navbar {
	background-color:#F28726!important;
}
.footer-social-media {
	background-color:#F28726!important;
}
#feed-twitter-header .twitter-hd {
	background-color:#F28726!important;
}
.thumb-box .thumbs li img.active {
	border-color:#F28726!important;
}
	*/