@import url('cer.base.desktop.css');
@import url('cer.base.tablet.css');
@import url('cer.base.phone.css');
@import url('cer.base.specifics.css');
@import url('cer.base.feedback.css');
@import url('cer.docAssets.css');
@import url('cer.leftNav.css');

@font-face { font-family: MuseoSans100;         src: url("../Fonts/MuseoSans100.otf")        format("opentype"); }
@font-face { font-family: MuseoSans100Italic;   src: url("../Fonts/MuseoSans100Italic.otf")  format("opentype"); }
@font-face { font-family: MuseoSans300;         src: url("../Fonts/MuseoSans300.otf")        format("opentype"); }
@font-face { font-family: MuseoSans300Italic;   src: url("../Fonts/MuseoSans300Italic.otf")  format("opentype"); }
@font-face { font-family: MuseoSans500;         src: url("../Fonts/MuseoSans500.otf")        format("opentype"); }
@font-face { font-family: MuseoSans500Italic;   src: url("../Fonts/MuseoSans500Italic.otf")  format("opentype"); }
@font-face { font-family: MuseoSans700;         src: url("../Fonts/MuseoSans700.otf")        format("opentype"); }
@font-face { font-family: MuseoSans700Italic;   src: url("../Fonts/MuseoSans700Italic.otf")  format("opentype"); }
@font-face { font-family: MuseoSans900;         src: url("../Fonts/MuseoSans900.otf")        format("opentype"); }
@font-face { font-family: MuseoSans900Italic;   src: url("../Fonts/MuseoSans900Italic.otf")  format("opentype"); }


@media screen
{

span.external{
    width: 10px;
    height: 10px;
    background: transparent url("/Style Library/Images/icon-external-link.png") no-repeat center right;
    display: inline-block;
}

div.relativePositioning
{
    position: relative;
}
a:hover {cursor: pointer;}
.ms-dlgContent img.cer-banner-swishUnder-img,
div.cer-contentPage-dateHeader /* Old redundant date header */
{
    display: none !important;
    visibility: hidden !important;
}
img.cer-banner-swishUnder-img {
    display: none;
    position: absolute;
    top:50px;
    right: 0;
    width: 42%;
    z-index: 600;
}
div.print-header-img,
div.headerTools-left-phone
{
    display: none;
    visibility: hidden;
}
.tracecontent
{
	display:block !important;
	position:fixed !important;
	bottom:0 !important;
	height:50% !important;
	top:auto !important;
	left:0 !important;
	overflow-y:scroll !important;
	border:2px solid green !important;
	background-color: lime !important;
}
.testingDashboard {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: lime;
    color: black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    z-index: 9999;
}
.hidden, .invisibleSpan
{
	display: none;
	visibility:hidden;
}
/* Hide all topNav menu items except the first 7 (6 + the first separator) */
div#DeltaTopNavigation ul > li > ul.static li + li + li + li + li + li + li + li {
    display: none;
}
.no-side-margin
{
	margin-left:0 !important;
	margin-right:0 !important;
}
#s4-workspace,
.ms-rte-stylePreview
{
    font-family: MuseoSans300;
    font-size: 13px;
    line-height: 20px;
    color: #383A42;
}
#s4-workspace h1,
.ms-rte-stylePreview h1
{
    font-size: 40px;
    font-family: MuseoSans500;
    color: #383A42;
    display: block;
    line-height: 40px;
}
#s4-workspace h2,
.ms-rte-stylePreview h2
{
    font-size: 25px;
    font-family: MuseoSans500;
    color: #383A42;
    display: block;
    line-height: 40px;
    /*margin-top: 25px;
    margin-bottom: 20px;*/
}
h2 > img
{
    margin-top: -12px;
    margin-right: 4px;
}
#s4-workspace h3,
.ms-rte-stylePreview h3
{
    font-family: MuseoSans500;
    color: #383A42;
    font-size: 17px;
    line-height: 20px;
    display: block;
}
#s4-workspace h4,
.ms-rte-stylePreview h4 {
    font-family: MuseoSans500;
    color: #383A42;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
#s4-workspace h5,
.ms-rte-stylePreview h5 {
    font-family: MuseoSans500Italic;
    color: #383A42;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
#s4-workspace li {
    font-family: MuseoSans300; /* Changed from 500 weight 2017-11-8 */
    line-height: 20px;
}
#s4-workspace div.cer-contentPage-innerContent li  /* added by Rick Virk 8/4/2015 */
{
    font-family: MuseoSans300 !important; /* Changed from 500 weight 2017-11-8 */
    list-style-position: outside !important;
}
/*
#s4-workspace a:link {
    font-family: MuseoSans300;
    color: #00B2E3;
    text-decoration: underline;
}
#s4-workspace a:visited {
    color: #6C6E73;
}
#s4-workspace a:hover {
    color: #007499 !important;
    text-decoration: underline;
}
#s4-workspace a:active {
    color: #383A42;
}*/

#s4-workspace .cer-content-block  a:link, div.contentPage-content-area a:link, .cer-contentPage-innerContent a:link{
    font-family: MuseoSans300;
    color: #007499;
    text-decoration: underline;
}

 #s4-workspace .cer-content-block a:visited , div.contentPage-content-area a:visited, .cer-contentPage-innerContent a:visited {
    color: #6C6E73;
}

#s4-workspace .cer-content-block  a:hover, div.contentPage-content-area a:hover, .cer-contentPage-innerContent a:hover{
    background-color: #E7EBE7;
    text-decoration: underline;
}

#s4-workspace .cer-content-block  a:active, div.contentPage-content-area a:active, .cer-contentPage-innerContent a:active{
    color: #383A42;
}

div.cer-contentPage-dateAndTagsHeader p {
    font-family: MuseoSans300;
    font-size: 12px;
    line-height: 25px;
    color: #383A42;
}
div.cer-centeredContent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
span.cer-inline-date {
    font-family: MuseoSans300;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
    margin-left: 4px;
    color: #7F8082;
    width: 50px;
}
span.cer-inline-date-heading {
    font-size: 17px;
    font-family: MuseoSans300;
    font-weight: normal;
    line-height: normal;
    color: #A3A5A8;
    margin-right: 10px;
}
h1#pageTitle
{
	display: none !important;
	visibility: hidden !important;
}
.cer-master-header-block, #s4-titlerow
{
}
#divHeader
{

}
#divHeaderMenu ul.static > li > a > span > span.ms-hidden {
	display: none;
    visibility: hidden;
}
#divHeaderMenu ul.static > li > a > span {
    background-image: none !important;
}
div.cer-header-crest-block {
    display: inline-block;
}
div.cer-header-logo-block {
    vertical-align: top;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    height: 129px;
}
div.cer-header-logo-block > div {
    vertical-align: top;
    height: 100%;
    margin: 0;
}
div.cer-centeredLogoBlock
{
    max-width: 100%;
	white-space: nowrap;
}
#imgHeaderCrest {
    display: inline;
    visibility: visible;
}
#imgHeaderCrestSmall {
    display: none;
    visibility: hidden;
}
/*div.pageTitle {
    border: 1px solid white;
    float: none !important;
    margin-left: 15px;
    padding: 15px 15px 15px 15px;
    max-width: 250px;
}
h1#pageTitle span,
h1#pageTitle span a {
    line-height: 18px;
    font-size: 18px;
    color: white !important;
    text-transform: uppercase;
}*/
#titleAreaBox {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#titleAreaRow {

}
.cer-header-top-right-tools-block
{
	position: absolute;
    top: 0;
    right: 0;
    width: auto;
    overflow: hidden;
}
.cer-header-top-right-tools-block div#DeltaPlaceHolderSearchArea {
    width: auto;
}
.cer-header-top-right-tools-buttons-block
{
    margin-right: -5px;
	text-align: right;
}

/* Custom CSS for the tool icon link bar - Text links should be white*/
.cer-header-top-right-tools-buttons-block a{
	font-weight: bold;
	color: white;
}

.cer-header-top-right-tools-buttons-block a:hover{
	color: #3c3d44;
}

.cer-header-button:hover
{
	cursor: pointer;
}
div.vertical-white-line {
    display: inline-block;
    border-left: 1px solid white;
}
.cer-header-button-sizing
{
	width: 35px;
	height: 35px;
}
a.icon-search {
    background-image: url("/Style%20Library/Images/icon-search.png");
}a.icon-search:hover {
    background-image: url("/Style%20Library/Images/icon-search-hover.png");
}
a.icon-print {
    background-image: url("/Style%20Library/Images/icon-print.png");
}a.icon-print:hover {
    background-image: url("/Style%20Library/Images/icon-print-hover.png");
}
a.icon-phone {
    background-image: url("/Style%20Library/Images/icon-phone.png");
}a.icon-phone:hover {
    background-image: url("/Style%20Library/Images/icon-phone-hover.png");
}
a.icon-share {
    background-image: url("/Style%20Library/Images/icon-share.png");
}a.icon-share:hover {
    background-image: url("/Style%20Library/Images/icon-share-hover.png");
}
a.icon-help {
    background-image: url("/Style%20Library/Images/icon-help.png");
}a.icon-help:hover {
    background-image: url("/Style%20Library/Images/icon-help-hover.png");
}
.cer-master-header-block, #s4-titlerow
{
	padding-top: 0;
	padding-bottom: 0;
}
#suiteBarButtons > span,
#suiteBarButtons > span > span,
#suiteBarButtons > span > span > a
{
	width: 34px;
	height: 30px;
}
span#ms-help > a > span
{
	width: auto !important;
	height: auto !important;
}

/*************************************/
/******** TOP MENU SUB-SITES *********/

div#headerTools-phone
{
    display: none;
    visibility: hidden;
}

#divHeaderMenu
{
	background-color: white;
}
#divHeaderMenu ul.static > li > a
{
	padding-right: 10px;
    padding-left:10px;
    margin-right: 0;
    margin-left: 0;
 }
div#DeltaTopNavigation > div > ul > li > a
{
	display: none;
	visibility: hidden;
}
div#DeltaTopNavigation ul.dynamic
{
    display: none;
    visibility: hidden;
}
div#breadCrumbs {
    display: inline-block;
    visibility: visible;
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #383A42;
}
div#breadCrumbs span
{
    line-height: 15px;
}
div#breadCrumbs a {
    font-size: 12px;
    color: #383A42;
    text-decoration: underline;
}
div#breadCrumbs a:hover {
    background-color: #E7EBE7;
}
.ms-breadcrumb-box
{
	height: auto !important;
}

#contentRow
{
	padding-top: 0;
	background-color: #DFE0DE;
    width: 100%;
}
#contentBox
{
	margin-right: 0 !important;
	margin-left: 0 !important;
	min-width: 1px !important;
}
/* RIBBON REMOVAL */
a.ms-signInLink, /* Hides the sign-in button at the top of the page */
form[action*="DispForm.aspx"] > span > a.ms-signInLink
{
	display: none !important;
    visibility: hidden;
}

.cer-content-block-outer
{
	display: table;
	width: 100%;
}
.cer-content-block-lower-outer {

}
.cer-content-block
{
	width: 100%;
}
.cer-content-block ul {
    padding-left: 0;
}
.cer-content-block ul > li {
    list-style-position: inside; /* Aligns list items left */
}


.landingPage-NewsArea {
    width: 100%;
}
.cer-news-block-left
{

}
.cer-news-block-right
{

}
.cer-news-block-header
{
    width: 100%;
    text-align: left;
}

.cer-news-block-header > img {
    display: inline-block;
}


.cer-news-item-panel {
    background-color: white;
    border-bottom: 4px solid #9FD1E0;
    padding: 25px 25px 20px 25px;
    display: table;
    width: 100%;
}
.cer-news-item-block
{
	display: table-row;
    height: 130px;
    width: 100%;
}
.cer-news-item-block-top
{
}
.cer-news-item-block-bottom p
{
    padding-top: 10px;
}
.cer-news-item-text
{
	display: table-cell;
	vertical-align: top;
}
.cer-infoBlock-text h3,
.cer-news-item-text h3 {
    margin-top: 0;
}
.cer-news-item-list a {
    color: #005773 !important;
}
div.cer-news-item-text div.cer-infoBlock-buttons-block {
    position: static !important;
    margin-bottom: 15px;
}
.cer-news-item-text ul.cbs-List
{
    display: block;
    margin-bottom:0;
}
.cer-news-item-text ul.cbs-List li div.cbs-Item
{
    padding-bottom: 0;
}
.cer-news-item-list ul {
    margin-bottom: 0;
}
.cer-news-item-list ul > li {
    margin-bottom: 10px;
}
div.cer-news-item-list.popularTopics div.cbs-Detail {
    padding-top: 0;
    margin-left: 12px !important;
}
.cer-news-item-text ul.cbs-List li div.cbs-Item > a.cbs-ItemLink {
    display: none;
    visibility: hidden;
}
.cer-news-item-text ul.cbs-List li div.cbs-Detail {
    margin-left: 0;
}
.cer-news-item-list ul.cbs-List li div.cbs-Detail > a
{
    vertical-align: top;
}
div.cer-news-item-list ul.cbs-List li a.cbs-Line1Link,
div.cer-news-item-list ul.cbs-List li a.cbs-Line1Link:visited
{
    font-family: MuseoSans500 !important;
    color: #005773 !important;
    text-decoration: none !important;
}
div.cer-news-item-list a:hover,
div.cer-news-item-list ul.cbs-List li a.cbs-Line1Link:hover,
div.cer-news-item-list ul.cbs-List li a.cbs-Line1Link:active {
    text-decoration: underline !important;
}

.cer-news-item-text ul.cbs-List li div.cbs-Item > div.cbs-Detail > a.cbs-Line1Link.ms-noWrap.ms-displayBlock
{
    font-family: MuseoSans500;
    font-size: 17px;
    line-height: 20px !important;
    margin-bottom: 2px;
    margin-top: 2px;
}
.cer-news-item-list {
	height: 135px;
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #DFE0DE;
    padding-bottom: 0;
    padding-top: 15px;
}
div.cer-news-item-list ul > li  a
{
    font-family: MuseoSans500 !important;
    color: #005773;
	text-decoration: none !important;
}
div.cer-news-item-list a > img {
	display:none;
	visibility: hidden; /* Decision was made (by GN) to hide all images from the news-item list */
}

/* START Wrap fix */
/* Date */
div.cer-news-item-list ul > li span.cer-inline-date {
    display: inline-block;
}

/* Headline block - Wrap the text of the news item properly  */
div.cer-news-item-list ul > li span.cer-inline-headline-block {
    display: inline-block;
    width: 75%;
}

/* All children of each li */
div.cer-news-item-list ul > li > * {
    vertical-align: top;
}
/* END Wrap fix */

div.cer-news-item-list
{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
div.cer-news-item-list div {
	margin-bottom: 0 !important;
}

div.cer-news-item-list.popularTopics ul.cbs-List div,
div.cer-news-item-list.popularTopics ul.cbs-List div.cbs-Detail > a
{
    display: inline-block;
    line-height: 20px;
}
div.cer-news-item-list.popularTopics ul.cbs-List {
    display: block;
    list-style-type: disc;
    list-style-position: inside;
}
div.cer-news-item-list.popularTopics ul.cbs-List > li {
    display: list-item;
    line-height: none;
    list-style-position: outside;
    margin-left: 15px;
}
div.cer-news-item-list.popularTopics ul.cbs-List > li > div.cbs-Item {
    padding-bottom: 0;
}
div.cer-news-item-list.popularTopics ul.cbs-List > li > div > a.cbs-ItemLink
{
    display: none;
    visibility: hidden;
}
div.cer-news-item-list.popularTopics ul.cbs-List > li > div.cbs-Item a.cbs-Line1Link {
    white-space: normal;
}
.cer-news-block-header > img {
    vertical-align:top;
    position:static;
}
.cer-news-summary-listItem-img {
    max-width:30px;
}
.cer-news-block-right-inner li
{
    list-style-type: none; /* Removes bullets from 'News & Updates' list only (right hand side of homepage) */
}
.cer-news-item-text p
{
	font-size: 12px;
    margin-bottom: 0;
    min-height: 80px;
}

/********************************/
/********** Info Blocks *********/

.cer-infoBlocks-outer {
    width: 100%;
}
.cer-infoBlocks-hubs,
.cer-infoBlocks-systems
{
	margin-bottom: 35px;
}
.cer-infoBlock {
	position: relative;
    vertical-align: top;
    padding: 25px 25px 20px 25px;
	margin-left:0;
	margin-right:0;
}

.cer-infoBlock-text {
	width: 100%;
    padding-bottom: 50px;
    height: auto;
}
.cer-infoBlock-text > h3 {
	font-family: MuseoSans500;
    font-size: 17px;
    line-height: 20px;
    color: #005773;
}
.cer-infoBlock-text > p {
	font-family: MuseoSans300;
    font-size: 14px;
    line-height: 20px;
    color: #383A42;
}
.cer-infoBlock-buttons-block{
    white-space: nowrap;
    position: absolute;
    bottom: 15px;
}
div.cer-news-item-text > div > div > div.cer-infoBlock-buttons-block{
    position: static;
}

.cer-footer
{
    display: block;
    clear: both;
    margin-left: 0;
    margin-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;

	background-color: #383A42;
	color: white;
    width: 100%;
}
.cer-footer p {
    color: white;
    text-decoration: none;
    font-size: 11px;
}
div#s4-workspace div.cer-footer a {
    color: white !important;
    text-decoration: none !important;
}
div#s4-workspace div.cer-footer a:hover {
    color: #1BB0DF !important;
    text-decoration: underline;
}
.cer-footer-block {
    display: table;
    width:100%;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.cer-footer-left-div,
.cer-footer-right {
    vertical-align:top;
}
.cer-footer-crest{
}


/********************************************************/
/******* BUTTONS (LEARN MORE / READ MORE / LOGIN) *******/

div#s4-workspace a.cer-flatButton {
    border: 2px solid #005773;
    min-height: 34px;
    display: inline-block;
    font-family: MuseoSans700 !important;
    font-size: 11px !important;
    color: #005773 !important;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    text-align:center;
    cursor: pointer;
    text-decoration: none !important;
}
div#s4-workspace a.cer-flatButton:hover {
    background-image: url("/Style%20Library/Images/cer-flatButton-hover.png");
    background-repeat: repeat-x;
    background-position: bottom;
    color: #005773 !important;
	background-color: transparent;
    text-decoration: none;
}
div#s4-workspace a.cer-flatButton-login {
    padding-left: 30px;
    padding-right: 9px;
    background-image: url("/Style%20Library/Images/cer-flatButton-login.png");
    background-repeat: no-repeat !important;
    background-position: inherit !important;
    margin-right: 6px;
}
div#s4-workspace a.cer-flatButton-login:hover {
    background-image: url("/Style%20Library/Images/cer-flatButton-login-hover.png") !important;
}
.cer-flatButton-learnMore {

}
.cer-flatButton-readMore{

}

/*********************************************/
/****************** CER TAGS *****************/

div#s4-workspace a.topicTag,
div#s4-workspace a.cer-inline-tag {
    display: inline-block;
    line-height: normal;
    font-size: 12px !important;
    background-color: #005874;
    padding: 3px 5px 1px 4px;
    margin-left: 3px;
    margin-right: 1px;
    color: white !important;
    text-decoration: none !important;
}
div#s4-workspace a.topicTag:hover,
div#s4-workspace a.cer-inline-tag:hover {
    background-color: #0082A3 !important;
    text-decoration: none !important;
    color: white !important;
}

div#cer-preload-images {
    visibility: hidden;
    display: none;
}

/*********************************************/
/********* REGISTERS DOWNLOAD BUTTONS ********/

div#s4-workspace ul.cer-registerDownload-ul {
    width: 100px;
}
div#s4-workspace ul.cer-registerDownload-ul > li > div > a {
    background-position: center;
}
div#s4-workspace ul.cer-registerDownload-ul > li > div > a > span {
    height: 70px;
}

/*********************************************/
/********* SHAREPOINT STYLE OVERRIDES ********/

/* CarouselList Item View - shrinks image to a max width */
form[action*='/Lists/CarouselSlides/'] td#SPFieldImage > div.ms-rtestate-field > div.ms-rtestate-field > img[style*='BORDER:0px']
{
    max-width: 800px;
}
div.ms-core-menu-box.ms-core-defaultFont.ms-shadow {
    z-index: 9999 !important;
}
div.ms-cui-ribbon .ms-cui-groupContainer span input{
    height: 19px;
}
div.ms-cui-ribbon .ms-cui-groupContainer span.ms-cui-cb input[name='FontSizeStyleValue']
{
    width: 45px !important;
}
div.ms-cui-ribbon .ms-cui-groupContainer span.ms-cui-cb > a.ms-cui-dd-arrow-button
{
    width: 17px;
}
div.ms-cui-ribbon .ms-cui-groupContainer a.ms-cui-ctl, a.ms-cui-ctl-medium,
div.ms-cui-ribbon span.ms-cui-row-tworow > span.ms-cui-strip > a.ms-cui-ctl
{
	height: 20px;
}
div.ms-cui-ribbon span.ms-cui-row-onerow > a.ms-cui-ctl-thin > span.ms-cui-img-5by3.ms-cui-img-cont-float.ms-cui-imageDisabled
{
	margin-top: 15px;
}

/******* SEARCH RESULTS PAGE STYLING *******/

div.ms-searchCenter-refinement{
    display: inline-block;
    vertical-align:top;
    width: 20%;
    background-color: #F4F4F3;
    margin: 0;
    padding: 15px;
    float: left;
}
div.cer-searchPage-block > div.skipLink{
    display: inline-block !important;
}
div.ms-searchCenter-result-main{
    display: inline-block;
    vertical-align:top;
    width: 77%;
    margin: 0;
    padding: 15px;
    float: right;
}

div.ms-searchCenter-result-main,
div.ms-srch-siteSearchResults {
    background-color: #DFE0DE;
	padding: 20px;
}
div.ms-searchCenter-result-main div.ms-srch-group-content > div.ms-srch-item
{
	border-bottom: 1px solid #A3A5A8;
}


/*div#s4-workspace div#contentRow a.ms-srch-sb-searchLink {
	top: 0;
	margin-right: 0;
	width: 36px !important;
}
div#s4-workspace div#contentRow a.ms-srch-sb-searchLink > img {
	top: -1px !important;
	left: -52px !important;
}

div.ms-searchCenter-result-main img#searchImg.ms-srch-sbLarge-searchImg {
    top: -6px;
}
div.ms-searchCenter-result-main input.ms-textLarge.ms-srch-sbLarge-fullWidth {
    padding-bottom: 4px;
}*/
span.ms-inlineSearch-searchImgSpanBase.ms-inlineSearch-searchImgSpanStandard
{
	margin-left : 0 !important;
}
div.ms-searchCenter-result-main span.glyphicon.glyphicon-chevron-right {
	display: inline-block;
	margin-left:5px;
	margin-right: 5px;
	font-size: 8px;
	position: relative;
	top: 0;
}
div.ms-searchCenter-result-main div.ms-srch-item-previewContainer {
	background-color: #A3A5A8;
	border: 0;
	padding: 15px;
	width: auto;
}

/******* MASTER HEADER SEARCH BOX STYLING *******/
div#s4-workspace div#divHeader div#SearchBox,
div#s4-workspace div#divHeader div#SearchBox > div,
div#s4-workspace div#divHeader div.cer-master-search-block input[type=text] {
	background-color: white;
    border: 0 !important;
    height: 32px !important;
}
div#s4-workspace div#divHeader div.cer-master-search-block input[type=text]{
	padding-left:8px;
	padding-top:2px;
}
/* magnifyingGlass link button container */
div#s4-workspace div#divHeader div#SearchBox > div.ms-srch-sb > a.ms-srch-sb-searchLink,
div#s4-workspace div#divHeader div#SearchBox > div.ms-srch-sbLarge > a.ms-srch-sb-searchLink
{
	width: 35px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 15px;
    margin-right: 0;
    margin-top: 0 !important;
	top: 0 !important;
}
/* Image */
div#s4-workspace div#divHeader div#SearchBox > div.ms-srch-sb > a.ms-srch-sb-searchLink > img#searchImg.ms-srch-sb-searchImg,
div#s4-workspace div#divHeader div#SearchBox > div.ms-srch-sbLarge > a.ms-srch-sb-searchLink > img#searchImg.ms-srch-sbLarge-searchImg
{
	top:-52px !important;
    left:-28px !important;
}

/* Font in textbox */
div#divHeader div#SearchBox input.ms-textLarge.ms-srch-sbLarge-fullWidth
{
	font-family: MuseoSans300 !important;
	font-size: 13px !important;
	margin: 0 0 0 5px !important;
}
span.ms-promlink-button-image{
	position: relative;
	left: -5px;
	top: -4px;
}
span.ms-cui-dd a.ms-cui-dd-arrow-button
{
	width: 15px !important;
}
span.ms-cui-dd span.ms-cui-dd-text
{
	height: 19px !important;
	padding-top: 1px !important;
}
#s4-workspace input[type=checkbox]
{
	position: relative;
	top: -4px;
}
div#siteIcon {
    display: inline-block !important;
    float: none !important;
    margin-left: 15px;
    padding: 0 0 0 0;
    height: 100%;
}
html.ms-dialog.ms-dialog-nr div.cer-footer {
    display: none;
    visibility: hidden;
}
table.ms-listviewtable > tbody > tr > td.ms-cellstyle.ms-vb2 img
{
	max-width:200px;
}
a.ms-dlgCloseBtn {
    display: inline-block !important;
}
a.ms-dlgCloseBtn > span {
    padding: 0 !important;
}
a.ms-dlgCloseBtn > span > span {
    left: -2px;
    top: 0;
}
table.ms-listviewtable > tbody > tr > td.ms-cellStyleNonEditable.ms-vb-itmcbx.ms-vb-imgFirstCell {
    vertical-align: top;
}
table.ms-listviewtable > tbody > tr > td > div.s4-itm-cbx.s4-itm-imgCbx {
    margin-top: 6px;
}
table.ms-propertysheet td.ms-authoringcontrols.ms-inputformcontrols td td.ms-authoringcontrols {
    padding-left: 5px !important;
}
table.ms-propertysheet td.ms-authoringcontrols.ms-inputformcontrols td td.ms-authoringcontrols td > input[type=radio] {
    margin-top:3px !important;
    vertical-align:top !important;
}
td.ms-vb-icon {
    padding-top: 5px !important;
}
td.ms-vb-icon > a > img {
    vertical-align: top !important;
}
td.ms-vb-itmcbx.ms-vb-firstCell {
    vertical-align: top !important;
    padding-top: 5px !important;
}
span#part1 table table td.ms-descriptiontext /* Hides contentType row in list item view */
{
    display:none;
}
a.js-callout-closeButton {
    width: 25px;
    height: 25px;
}


div.ms-core-navigation > div > div.ms-core-listMenu-verticalBox,
ul.ms-core-listMenu-root > li.ms-listMenu-editLink
{
	display: none;
	visibility: hidden;
}
div.js-callout-mainElement.ms-core-defaultFont.ms-alignLeft.ms-shadow
{
	z-index: 400;
}
/*.ms-ToolPaneOuter a
{
    text-decoration: none !important;
}*/

form[enctype='multipart/form-data'] a,
form[action*='/AllItems.aspx'] a,
form[action*='/_layouts/15/'] a
{
    text-decoration: none !important;
}
form[enctype="multipart/form-data"] div#contentRow > div.cer-centeredContent
{
    max-width: 100%;
}
form[enctype="multipart/form-data"] div.landingPage-content-area
{
	width: auto !important;
}

div#s4-workspace div.cer-heroBlock > img {
    border: 0;
    width: 100%;
}
div#s4-workspace div.cer-heroBlock-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    z-index: 100;
}
div#s4-workspace div.cer-heroBlock-info h1,
div#s4-workspace div.cer-heroBlock-info p,
div#s4-workspace div.cer-heroBlock-info a
{
    text-shadow: 1px 1px black;
    border-color: white !important;
    color: white !important;
}
div#s4-workspace div.cer-heroBlock-info a:hover {
    color: white !important;
    text-decoration: none;
}
div#s4-workspace div.cer-heroBlock-info h1 {
    width: auto;
    display: block;
    margin-top: 25px;
    font-family: MuseoSans700;
    font-size: 40px; /* Went against spec intentionally. 50px was too big. TM. */
    line-height: 30px;
}
div#s4-workspace div.cer-heroBlock-info p {
    width: 90%;
    display: block;
    font-family: MuseoSans300;
    font-size: 12px; /* Went against spec intentionally. h1 was made smaller; paragraph was a subsequent adjustment (from 14px to 12px) TM. */
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.skipLink {
    width: 0;
}
.ms-dlgContent .jumplinks-outer {
    display: none !important;
    visibility: hidden !important;
}

.jumplinks-outer{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: -10000px;
	margin-top: 20px;
	z-index: 1000;
}
.jumplinks{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	display: block;
	width: 300px;
}
.jumplinks > li{
	position: relative;
}
.jumplinks > li > a {
	color: white;
	background-color: #383a42;
	border: 1px solid #005773;
	padding: 5px 8px 5px 8px;
	width: 100%;
	text-align:center;
	position: absolute;
    left: 0;
    text-decoration:none;
    display: block;
}
.jumplinks > li > a:hover {
    text-decoration:none;
}

/*****************************************************/
/*****  docsOnThisPage & Feedback pseudo-footer ******/


div.cer-contentPage-docsOnPage-block {
    width: 100%;
    border-bottom: 4px solid #9FD1E0;
}
div.cer-contentPage-docsOnPage-block {
    display: table;
}
div.cer-contentPage-docsOnPage-block > div {
    display: table-row;
    width: 100%;
}
div.cer-contentPage-docsOnPage-header {
    display: table-cell;
    width: 64%;
}
div.cer-contentPage-feedback-header {
    display: table-cell;
    width: 31%;
}

div.cer-contentPage-docsOnPage-block > div {
    display: table-row;
    width: 100%;
}
div.cer-contentPage-docsOnPage-cellRight {
    display: table-cell;
    width: 31%;
    border-top: 1px solid #DFE0DE;
    padding-right: 5px;
}
div.cer-contentPage-docsOnPage-header,
div.cer-contentPage-docsOnPage-cellLeft {
    display: table-cell;
    width: 66%;
    padding-right: 5px;
}
div.cer-contentPage-docsOnPage-cellLeft {
    border-top: 1px solid #DFE0DE;
}
div#s4-workspace div#divDocsOnThisPage ul {
    padding-left: 0;
}
div#divDocsOnThisPage li {
    border-top: 1px solid #DFE0DE !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    list-style-type: none !important;
    display: block !important;
}
div#divDocsOnThisPage ul > li:first-child {
    border: none !important;
    padding-top: 0 !important;
}
div#s4-workspace div#divDocsOnThisPage li a,
div#s4-workspace div#divDocsOnThisPage li a:visited {
    font-size: 14px;
    font-family: MuseoSans500;
    line-height: 20px;
    text-decoration: none;
    /*padding: 3px 10px 2px 10px;*/
}
div#s4-workspace div#divDocsOnThisPage li a:hover,
div#s4-workspace div#divDocsOnThisPage li a:active {
    text-decoration: underline;
}
div#s4-workspace div#divDocsOnThisPage li a img {
	position: relative;
	top: -3px;
	margin-right: 10px;
}
div.cer-contentPage-docsOnPage-cellSpacer {
    width: 3%;
    display: table-cell;
}

	/* Callout boxes */
	div.box {
		background-color: rgb(248, 248, 248);
		padding: 10px 20px;
		margin: 20px 0px;
	}

  div.box.first {
    width: calc(100% - 300px);
  }

  @media (max-width: 518px) {
    div.box {
      width: 100% !important;
    }
  }

	/* Images box */

	div.image{
		text-align:center;
		padding: 10px;
		display: inline-block;
		margin: 15px;
		background-color: #E5E5E5;
		font-style:italic;
	}

	div.image a{
		text-decoration:none;
	}

	div.image img{
		border: 0px solid;
	}

	div.image div.caption{
		margin: 10px 0px 0px 0px;
	}

	/* Fix for MS table headings not wrapping
	   Apply this fix by wrapping the web part with a <div class="tablewrap">
	*/

	div.tablewrap th{
    white-space: pre-wrap;
    text-align: left;
}

	div.tablewrap th div{
		text-align: left;
	}

  /***************************************************************/
  /***** Implementing Social media buttons into the footer. ******/

     .socialMediaFooter .fa {
        font-size:26pt;
     }
     .socialMediaFooter span {
        vertical-align: middle;
        display: inline-block;
        height: 32px;
     }
   

  /*******************************************/
  /***** Fixing Twitter button on pages ******/

    .tweetarea #tweetButton>.external {
        display: hidden;
        width: 0px;
        height: 0px;
    }

    .tweetarea {
        margin:1em auto 2em;
        width:auto;
        text-align:center;
    }
    .tweetarea #tweetButton {
        padding:1.2em;
        border:1px solid #dfe0de;
        text-decoration: none;
        font-family: MuseoSans500;
        box-shadow:0.2em 0.2em 0.3em -0.2em #777777;
        background-color:#ffffff;
        transition: .4s;
    }

    .tweetarea #tweetButton:hover {
        margin:.1em auto;
        color: #FFFFFF;
        border:1px solid transparent;
        box-shadow:0em 0em 0em 0em transparent;
        background-color:#1da1f2;
        transition: .2s;
    }

    .tweetarea #tweetButton > .fa-twitter {
        margin-right:4px;
        background-color: #1da1f2;
        font-size: 30px;
        padding: 5px;
        border-radius: 100%;
        color: #ffffff;
        transform: translatey(6px)
    }
}

/* ******************************
Boxies styling css
2018-01-31
CSS rules for "boxy" layout similar to intranet
********************************* */

.boxies {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.boxies .boxy {
    color: #005874;
    position: relative;
    width: 100%;
    height: 110px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #dfe0de;
    padding: 2px;
    transition: .2s ease-out;
    min-height: 110px;
    overflow: hidden;
    margin-bottom: 20px;
}

.boxies .boxy:hover {
    border: 1px solid transparent;
    background-color: #005874;
    transition: .05s;
}

.boxies .boxy a {
    text-decoration: none !important;
}

.boxies .boxy .interior {
    text-align: center;
    position: relative;
    top: 50px;
    transform: translateY(-50%);
}

.boxies .boxy:hover .interior {
    color: #ffffff;
}

.boxies .boxy .interior .fa {
    font-size: 300%;
    margin-bottom: .2em;
}

/* ******************************
New Contact Us layout
2017-09-04
A few extra lines for dealing with the updated Contact Us page.
********************************* */

.contact-info .contactHeader,
.contact-info .contact {
    margin-left:0px;
    margin-right:0px;
}
.contact-info .contact:nth-child(2n+2) {
    background-color:#f3f3f3;
}
@media (max-width: 991px) {
    .contact-info .contact {
        text-align:center;
    }
}

/* ******************************
Font awesome - inline fix for non-breaking spaces
2018-07-18
Making this change here ensures we can keep updating font awesome as needed without needing to apply this fix each time.
********************************* */

.fa {
    display: inline !important;
}
