﻿/*bootstrap 3 resets for SharePoint*/
/*border-box causes many issues with SP*/
*, *:before, *:after {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*reset elements that B3 is expecting to be border-box*/
* [class^="col-"], * [class^="col-"]:before, * [class^="col-"]:after,
.container, .container:before, .container:after,
.row, .row:before, .row:after,
.nav *, .navbar-toggle, .table, .table-responsive, .form-control, .btn-block, .caret, .dropdown-menu, .navbar-toggle, .page-navigation *, .icon-bar, .breadcrumb, .progress-bar, .modal-dialog,
legend, fieldset, code, pre
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: none;
	width: auto;
}
* [class^="col-"] img {
	max-width: 100%; /*for images inside span grid*/
}
#scriptWPQ2 img, img.ms-webpart-menuArrowImg, #applist img, .ms-core-menu-icon > img {
	width: auto; /*within a span may still need to have width of image not 100% for SP2013 OOTB features/imges*/
	max-width: none;
}
.ms-siteactions-imgspan {
	float: none;
	margin: 0;
}
.ms-accessible, .ms-hidden, a.ms-skip, a.ms-skip:hover, a.ms-skip:visited, a.ms-TurnOnAcc, a.ms-SkiptoMainContent, a.ms-SkiptoNavigation {
    position: absolute;
    top: -2000px;
    overflow: hidden;
    height: 1px;
    width: 1px;
    display: block;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, .ms-tv-selected:link {
    color: #666;
}
input.ms-cui-cb-input {
	height: 14px;
    padding: 3px 7px 2px;
}
select, input[type="file"] {
    height: auto;
    line-height: 20px;
}
label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
}
button::-moz-focus-inner {
	border: 0;
}
/*end bootstrap resets*/

/*=== Global customisations ===*/
body {
    font-family:Verdana, Geneva, 'DejaVu Sans', 宋体, sans-serif;
    color:#666;
}
a, a:visited {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e6731e;
  outline: none;
  text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.ms-h1,.ms-h2,.ms-h3,.ms-h4,.ms-h5,.ms-h6{
	font-family:Verdana, Geneva, 'DejaVu Sans', 宋体, sans-serif;
}
h1,.h1,.ms-h1{
	color:#666;
}
h2,.h2,.ms-h2,.ms-rtestate-field h2, h2.ms-rteElement-H2,
h3,.h3,.ms-h3,.ms-rtestate-field h3, h2.ms-rteElement-H3,
h4,.h4,.ms-h4,.ms-rtestate-field h4, h2.ms-rteElement-H4{
	color:#e6731e;
}
h1,.h1,.ms-h1{
	font-size:1.85em;
	text-transform:uppercase;
    margin-bottom:20px;
}
h2,.h2,.ms-h2,.ms-rtestate-field h2, h2.ms-rteElement-H2,
h3,.h3,.ms-h3,.ms-rtestate-field h3, h2.ms-rteElement-H3,
h4,.h4,.ms-h4,.ms-rtestate-field h4, h2.ms-rteElement-H4
{
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
}
h3,.h3,.ms-h3,.ms-h3,.ms-rtestate-field h3, h2.ms-rteElement-H3{
	font-size:1em;
	font-weight:700;
}
h4,.h4,.ms-h4,.ms-rtestate-field h4, h2.ms-rteElement-H4{
	font-size:1em;
	font-weight:700;
}
h5,.h5,.ms-h5,.ms-rtestate-field h5, h2.ms-rteElement-H5{
	font-size:1em;
}
h6,.h6,.ms-h6,.ms-rtestate-field h6, h2.ms-rteElement-H6{
	font-size:1em;
}
h1.orange,h2.orange{
	color:#e6731e;
	font-size:1.85em;
	font-weight:normal;
	text-transform:none;
	white-space:normal;
}
button:hover, button:active{
	border-color:#e6731e;
	background-color:#e6731e;
}
.text-danger{
	color:#e6731e;
}
.text-required{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	text-align:right;
}
/* Bootstrap img-responsive fix */
.img-responsive{
	width:100%;
}
/*=== Header customisations ===*/
/* Header container (s4-titlerow) */
header#s4-titlerow{
	height:99px;
	padding-top:25px;
	padding-bottom:25px;
}

/* Subnav customisations */
#subnav {
	color:#666;
	font-size:.8em;	
	text-transform:uppercase;
	line-height:59px; /* We match the line-height to the logo height so it's centred */
}
#subnav .list-inline{
	margin-bottom:0;
}
#subnav .list-inline>li{
    padding-left:0;
    padding-right:0;
}
#subnav .list-inline a{
    padding-left:5px;
    padding-right:5px;
}
#subnav .list-inline>li:first-child a{
	padding-left:0;
}
#subnav .list-seperator>li + li::before {
    content: " | ";
}
#subnav .selected a{
	color:#e6731e;
}
/* Logo customisations */
.logo{
	margin-left:auto;
	margin-right:auto;
	width:227px;
	height:49px;
}
@media (min-width: 768px){
	.logo{
		right:15px;
		position:absolute;
	}
}
/*=== Header customisations ===*/

/*=== Nav customisations ===*/
.navbar{
	min-height:inherit;
	margin-bottom:0;
}
.navbar-header{
	background-color:#e6731e;
}
.navbar-collapse{
	max-height:none;
    padding-left:0;
    padding-right:0;
}
.navbar-toggle{
	color:white;
	text-transform:uppercase;
	float:none;
	padding:0 0;
	margin-right:0;
    min-width:0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
.navbar-form{
	padding-left:0;
	padding-right:0;
	margin-top:10px;
	margin-bottom:0;
	margin-right:0;
}
.searchbox {
	text-align:center;
}
#SearchBox{
	background-color:#fff;
}
#SearchBox .ms-srch-sb > input{
	width:141px;
	border:none;
}
#SearchBox .ms-srch-sb-searchImg{
	max-width:none;
}
.searchbox .ms-srch-sb-border, .searchbox .ms-srch-sb-border:hover, .ms-srch-sb-border:hover{
	border:1px solid #e6731e;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
	height:18px;
}
#AutoCompContainer{
    text-align:left;
}
@media (max-width: 767px){
	.searchbox .ms-srch-sb-border{
		border:1px solid #ababab;
	}
}
@media (min-width: 768px){
	.searchbox{
		position:absolute;
		top:0;
		right:15px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
    #SearchBox .ms-srch-sb > input {
        width: 131px;
    }
}
@media (min-width: 1200px){
	#SearchBox .ms-srch-sb > input{
		width:241px;
	}
}

#topnavbar {
	background-color: #E6731E;
    height: auto;
}
#topnavbar .navbar-nav{
	width:100%;
}
#topnavbar .ms-core-listMenu-horizontalBox {
	display: block;
	font-size:.9em;
	text-transform:uppercase;
}
#topnavbar .ms-core-navigation {
	font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif, 宋体;
}
#topnavbar ul, #topnavbar ul > li {
	float: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width:100%;
}
#topnavbar .nav ul.static {
	display: block;
	position: relative;
	text-align: left;
}
#topnavbar .nav li.static > .menu-item{
	font-family:Calibri, 宋体, 'HelveticaNeue-CondensedBold', 'Trebuchet MS', Verdana, sans-serif;
	font-size:1.4em;
}
#topnavbar .nav li.static, 
#topnavbar ul.dynamic > li.dynamic,
#topnavbar ul.dynamic > li.dynamic > ul > li {
	display: block;
	position: relative;
	width: 100%;
}
#topnavbar ul.dynamic > li {
	border-top:none;
	background: transparent none;
	white-space:normal;
}
#topnavbar .nav li.static > .menu-item, #topnavbar li.dynamic > .menu-item {
	color:#fff;
	display: block;
	line-height: 1em;
	padding: 15px 15px;
	margin: 0;
	position: relative;
	height: auto;
	font-weight:700;
}
#topnavbar .nav li.static > .menu-item:hover, #topnavbar li.dynamic > .menu-item:hover, #topnavbar .nav li.selected > .menu-item{
	text-decoration:none;
	color:#fbe5d5;
}
#topnavbar ul.dynamic > li > .menu-item {
	padding-left:25px;
}
#topnavbar ul.dynamic ul > li > .menu-item {
	padding-left:35px;
	text-transform:none;
}
#topnavbar ul.dynamic ul ul > li > .menu-item {
	padding-left:45px;
	text-transform:none;
}
#topnavbar ul.dynamic ul ul ul > li > .menu-item {
	padding-left:55px;
	text-transform:none;
}
/*hide the edit nav button on mobile devices*/
#topnavbar ul.root > li.ms-navedit-editArea {
	display: none !important;
}
/*hide or provide padding for downdown arrow*/
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
	width: 100%;
	display: block;
	background-image: none;
    background-repeat:no-repeat;
    background-position:right center;
}
#topnavbar .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
    background-image: url("/_layouts/15/images/downarrwwhite.png");
}
/*dynamic menus should not appear, except for the first level*/
#topnavbar ul.dynamic {
	display: none !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	box-shadow: none;
	border:none;
	background-color:#e6731e;
}
#topnavbar .nav li.static > ul.dynamic,
#topnavbar li.shown > ul.dynamic {
	display: block !important;
}
.dropdown-toggle .glyphicon{
    padding-left:5px;
}

/*=== Current Nav customisations ===*/
#currentnav{
	margin-bottom:30px;
}
#currentnav > div{
	background-color:#f8f8f2;
	padding:5px 15px;
}
#currentnav h2{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
#currentnav h2 > a, #currentnav .selected{
	color:#e6731e;
}
#currentnav ul.list-additional-navigation{
	text-transform:uppercase;
	margin-bottom:20px;
}
#currentnav ul.list-current-navigation{
	list-style:none outside none;
	margin-left:1.5em;
	margin-top:10px;
	margin-bottom:20px;
}
#currentnav ul.list-current-navigation > li{
	text-indent:-1.5em;
	padding:2px 0;
}
#currentnav ul.list-current-navigation > li::before{
	color:#e6731e;
	content:"\2192 \0020";
}
/*=== End Current Nav customisations ===*/

/*=== Breadcrumb customisations ===*/
.breadcrumb-container{
	border-bottom:1px solid #ccc;
	font-size:0.8em;
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom:30px;
}
/*=== End Breadcrumb customisations ===*/

/*=== Body customisations ===*/
#s4-workspace{
    -webkit-overflow-scrolling: touch;
}
/* Remove SharePoint left nav allowance */
#contentBox{
	margin-right:0;
	margin-left:0;
	min-width:0;
}
/* Make body links orange */
#contentBox section .ms-rtestate-field a, #contentBox section .ms-rtestate-field a:visited{
    color:#e6731e;
}
#contentBox section .ms-rtestate-field > div{
	margin:0 0 10px 0;
}
#contentBox > .row{
	margin-bottom:20px;
}
section h1{
    font-family:Calibri, 宋体, 'Trebuchet MS', Verdana, sans-serif;
    font-size:1.85em;
    white-space:normal;
    margin-top:0;
}
section .ms-rtestate-field ul,section .ms-rtestate-field ol{
	padding-left:15px;
}
section .ms-rtestate-field li{
	margin: 0 0 10px;
	line-height: 1.6;
}
/* Show a dotted grey line above the first item that will be hidden */
.ms-rtestate-write .read-more-list > ul:nth-child(2) > li:nth-of-type(4),.ms-rtestate-write .read-more-list-5 > ul:nth-child(2) > li:nth-of-type(6){
	border-top:1px dotted #ccc;
}
@media (min-width:1024px){
	section h1{
		white-space:nowrap;
	}
}
/* Get rid of the margin for the page footer */
.row-no-margin{
	margin-bottom:0 !important;
}
@media(min-width:768px){
    section h1{
        font-size:2.45em;
    }
}

#contentBox .summary{
	background-color:#f5f5f6;
	padding:15px;
}
#contentBox .summary > h3{
	margin-top:0;
	text-transform:none;
}

/*=== Aside customisations ===*/
aside{
	margin-top:31px;
	page-break-before:always;
}
aside.no-top-margin, h2.no-top-margin{
	margin-top:0;
}
aside h2{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
/*=== End Aside customisations ===*/

/*=== Contact customisations ===*/
.contact{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 20px;
	page-break-inside:auto;
}
aside .contact{
	min-height:0;
}
@media(max-width:1023px){
	.contact{
		min-height:210px;
	}
	aside .contact{
		min-height:160px;
	}

}
@media(min-width:1024px){
	.contact{
		min-height:225px;
	}
}
.contact img{
	display: block;
	height: auto;
	max-width: 330px;
	width: 100%;	
}
.contact h3{
	margin-top:10px;
	margin-bottom:0;
	text-transform:uppercase;
}
.contact h3 a{
	color:#e6731e;
}
.contact p{
	font-size:0.8em;
	margin:0;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	overflow:hidden;
    white-space:nowrap;
}
.contact .text-uppercase{
	color:#e6731e;
	text-transform:uppercase;
    white-space: normal;
}
@media(min-width:768px) and (max-width:990px){
    .contact .text-uppercase{
        white-space:nowrap;
    }
}
.prefix{
	color:#e6731e;
	padding-right:5px;
}
/*=== End Contact customisations ===*/

/*=== Profile Card customisations ===*/
.profile-card{
	background-color:#f8f8f2;
	padding:15px;
	font-size:0.95em;
}
.profile-card .text-uppercase{
	text-transform:uppercase;
	color:#e6731e;
}
.profile-card h2{
	margin-top:0;
	margin-bottom:5px;
}
.profile-card p{
	margin-bottom:3px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	overflow:hidden;
}
.profile-card-column > div{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.profile-card .last{
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
@media (min-width:768px) and (max-width:1023px){
	.profile-card .last{
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
		margin-bottom:10px;	
	}
	.profile-card .no-border-margin{
		border:none;
		padding-bottom:0;
		margin-bottom:0;
	}
}
.vCard > a, .linkedIn > a{
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	display:inline-block;
	white-space:nowrap;
	line-height:30px;
	margin:5px 0;
	font-size:0.9em;
}
.vCard > a{
	background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-vCard-icon.png");
}
.linkedIn > a{
	background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-LinkedIn-icon-grey.png");	
}
/*=== End Profile Card customisations ===*/

/*=== Google Map customisations ===*/
.map-container{
	padding: 25px 0 5px;
	border-top:1px solid #ccc;
	margin-top:5px;
}
.map-container:first-child{
	border-top:none;
	margin-top:15px;
}
.map-container h2{
	margin-top:0;
	color:#666;
}
.map-container img{
	max-width:none;
}
.map-container .gm-style-cc > div {
    -ms-word-wrap: normal;
    word-wrap: normal;
}
.map-container div.ct-rteelement-morelink{
	border-bottom:none;
}
.no-border{
	border:none;
}
.no-margin{
	margin:0;
}
/*=== Footer customisations ===*/
.footer{
    background-color:#828287;
	color:#fff;
	font-size:0.8em;
	padding-top:30px;
	padding-bottom:30px;	
}
.footer-tagline{
	position:absolute;
	bottom:0;
}
.footer-tagline-xs{
	padding-top:30px;
}
.footer ul,.footer ol{
    list-style:none;
    padding:0;
    padding-bottom:30px;
    margin:0;
}
.footer li{
	padding-bottom:10px;
}
.footer a {
  	color: #fff;
  	text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  	color: #fff;
  	text-decoration: underline;
}
.footer .border-box-right{
	border-right:1px solid #fff;
}
.footer .border-box-left{
	border-left:1px solid #fff;
}
.footer-officeList p{
	margin:0 0;
	white-space:nowrap;
}
.footer-officeList span{
	margin:10px 5px 10px 0;
	display:inline-block;
}
.footer-officeList .get-directions{
	margin-bottom:20px;
}
.footer-socialLinks{
	white-space:nowrap;
}
.footer-socialLinks .row{
	padding-bottom:30px;
}
.footer .text-uppercase{
	text-transform:uppercase;
}
.footer img{
	padding:0 15px 15px 0;
}
.footer #subscribe img{
	padding-bottom:0;
	padding-right:5px;
}
.footer-socialLinks img{
	padding-left:15px;
	padding-bottom:0;
}
@media (min-width: 768px){
	.footer>.row>div{
		min-height:525px;
	}
	.footer #subscribe img{
		padding-bottom:0;
		padding-right:10px;
	}
}
@media (min-width: 1024px){
	.footer>.row>div{
		min-height:245px;
	}
	.footer ul,.footer ol{
	    padding-bottom:0;
	}
	.footer #subscribe{
		padding-top:40px;
	}
	.footer li:last-child{
		padding-bottom:0;
	}
}

/* Body content customisations */
div.table { 
	margin: 0; /*added by design manager admin page, ruins rd layout*/
}
.article-date{
	/*line-height:1.1;*/
    line-height:26px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.article-date span.text-uppercase, .article-subfooter span.text-uppercase{
	text-transform:uppercase;
}
.article-subfooter{
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-top:10px;
	margin-bottom:20px;
}
/* News & Publication Sharing Icons */
.hide-text {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    overflow: hidden;
    display: inline-block;
}
.ct-iconwrapper {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    -webkit-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}
.ct-iconwrapper:hover{
    margin-top: -5px;
}
.ct-shareFacebook > .ct-iconwrapper{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-facebook.png");
}
.ct-shareLinkedin > .ct-iconwrapper{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-linkedin.png");
}
.ct-shareTwitter > .ct-iconwrapper{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-twitter.png");
}
.ct-emailPageLink > .ct-iconwrapper{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-email.png");
}

.ct-iconPrintDownload{
    display:inline-block;
    line-height:30px;
	margin:5px 0;
    margin-right:25px;
}
.ct-iconPrintDownload > a{
    background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	display:inline-block;
	white-space:nowrap;
	font-size:0.9em;
    color:#e6731e;
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    -webkit-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}
.ct-downloadPdfLink > a{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-Download.png");
}
.ct-printPageLink > a{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-Print.png");
}
.ct-downloadAcrobatLink > a{
    background-image: url("/_catalogs/masterpage/ChapmanTripp/CT-Publication-Acrobat-download.png");
}

@media (min-width: 768px){
	.absolute-right{
		position:absolute;
		right:15px;
		z-index:1;
	}
    .ct-shareIcons{
        float:right;
    }
}

/* Carousel customisations */
#carousel-container{
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.carousel-control{
    z-index:11;
    width: 5%;
	color: #ccc;
	opacity: 1;
	text-shadow: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	float:right;
    max-width:560px;
    max-height:300px;
}
.carousel-control:hover, .carousel-control:focus {
    color: #e6731e;
	opacity: 1;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	filter:none;
}
.carousel-indicators{
	width:98%;
	left:0;
	margin-left:0;
	bottom:-5px;
	text-align:left;
}
.carousel-indicators .active{
	background-color:#e6731e;
	margin:3px;
}
.carousel-indicators li{
	background-color:#ccc;
	border:none;
	width:12px;
	height:12px;
	margin:3px;
}
.carousel-caption{
	max-width:50%;
	left:0;
	right:inherit;
	top:30px;
	text-align:left;
	color:#666;
	padding:0 0;
	text-shadow:none;
}
.carousel-caption h2{
	font-size:1.8em;
	font-weight:normal;
	text-transform:none;
}
.carousel-caption a{
	color:#e6731e;
}
@media (max-width: 767px){
    .carousel-caption{
    	position:relative;
		max-width:100%;
        min-height:180px;
		left:0;
		top:0;
		bottom:0;
		font-size:1em;
	}
	.carousel-caption h2{
		font-size:1.2em;
	}
	.carousel-indicators{
		position:relative;
		margin-left:0;
		bottom:0;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		float:none;
	}
}	
@media (min-width: 768px) and (max-width: 1023px){
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		margin-right:-175px;
	}
}
/* Feature Image Customisations */
.featureImage-container{
	display:inline-block;
	display:block;
	height:auto;
	max-width:100%;
	line-height:1.428571429;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.featureImage-container>img{
	display:block;
	height:auto;
	max-width:100%;
	margin-right:auto;
	margin-left:auto
}
.featureImage-caption{
	margin-bottom:15px;
}
.featureImage-caption p{
	margin-bottom:5px;
}
.featureImage-caption h3{
	margin-top:25px;
	margin-bottom:0;
	text-transform:uppercase;
}
.featureImage-caption a{
	color:#e6731e;
}
.featureImage-subheading{
	text-transform:uppercase;
	color:#e6731e;
}

/* Featured Publications Customisations */
.feature-article-container{
	display: block;
}
.feature-article-inner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.feature-article-item{
	position: relative;
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 330px;
}
.feature-article-caption{
	position: absolute;
	left: 15px;
	right: inherit;
	top: 0;
	text-align: left;
	padding: 0 15px 0 0;
	text-shadow: none;
	z-index:10;
}
.feature-article-caption h3{
	margin-bottom:5px;
}
.feature-article-caption h3 a{
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
.feature-article-caption .date{
	font-size:0.9em;
	color:#fff;
}

/* Events Customisations */
.event-container{
	padding-top:10px;
}
.event-item{
	padding-bottom:10px;
}
.event-item h2 a{
	color:#e6731e;
	text-transform:none;
}
.event-details{
	padding-top:20px;
}	
.event-details > .form-horizontal{
	padding-bottom:30px;
}
.event-details .form-group{
	margin-bottom:0;
}

/* Subscriptions Customisations */
.subscribe-form .checkbox-label{
	display:block;
	margin-bottom:20px;
}
.subscribe-form .checkbox-label input,
.subscribe-form .checkbox-label label{
	display:block;
	float:left;
}
.subscribe-form .checkbox-label input{
	margin-right:10px;
}
.subscribe-form .checkbox-label label{
	width:85%;
}
.subscribe-form input[type="checkbox"] {
    margin: 8px 0 0 -20px;
}
.subscribe-form br{
	display:none;
}
.subscribe-form a.btn-submit{
	margin:10px 0;
}
@media (max-width: 767px){
	.subscribe-form .checkbox-label{
		clear:both;
	}
	.subscribe-form .checkbox-label label{
		margin-bottom: 10px;
	}
}
@media (min-width:768px) and (max-width:1199px){
	.subscribe-form .checkbox{
		min-height:50px;
	}
}
/* Preference Centre Customisations */
.section-header > span{
	display:block;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:20px;
}
.section-header > p{
	font-style:italic;
	margin:10px 0;
}
div.section-container:nth-child(1) > div:nth-child(1) > span{
	border-top:none;
	padding-top:0;
	margin-top:0;
}
/* SubFooter Customisations */
.subfooter{
	padding-left:0;
	padding-right:0;
}
.subfooter > .row{
	background-color:#f8f8f2;
}
.subfooter > .row > div{
	border-right:1px solid white;
	border-bottom:1px solid white;
	height:80px;
	padding:15px;	
}
.subfooter > .row > div:hover
{
	background-color:#f2f2e6;
}
.subfooter .subfooter-block{
	text-transform:uppercase;
}
@media (min-width: 768px){
	.subfooter > .row > div{
		border-right:1px solid white;
		border-bottom:1px solid white;
		height:110px;
		padding:30px 15px;	
	}
}
/* End SubFooter  Customisations */

/* Related Footer Customisations */
.relatedfooter{
	background-color:#f8f8f2;
	margin-top:20px;
}
.relatedfooter h2,.relatedfooter h2.ms-webpart-titleText{
	color:#666;
	font-size:1em !important;
	margin-top:20px !important;
}
.relatedfooter ul{
    list-style:none;
    padding:0;
    padding-bottom:20px;
    margin:0;	
}
.relatedfooter li{
	padding:4px 0;
}
.relatedfooter li > span.date{
	font-size:0.8em;
}
.relatedfooter .item{
	padding:0;
}
.relatedfooter .dfwp-column{
	padding-left:0;
}
.relatedfooter .related-hidden{
	display:none;
}
/* End Related Footer Customisations */

/*web part properties*/
/*edit mode table fixes*/
#MSOTlPn_WebPartPageDiv > tbody > tr > td:first-child {
	padding-right: 10px; /*without the padding the left column overflows over the webpart properties toolpane*/
}
/*end edit mode table fixes*/
.ms-ToolPaneBody select, .ms-ToolPaneBody textarea, .ms-ToolPaneBody input[type="text"], .ms-ToolPaneBody input[type="password"], .ms-ToolPaneBody input[type="datetime"], .ms-ToolPaneBody input[type="datetime-local"], .ms-ToolPaneBody input[type="date"], .ms-ToolPaneBody input[type="month"], .ms-ToolPaneBody input[type="time"], .ms-ToolPaneBody input[type="week"], .ms-ToolPaneBody input[type="number"], .ms-ToolPaneBody input[type="email"], .ms-ToolPaneBody input[type="url"], .ms-ToolPaneBody input[type="search"], .ms-ToolPaneBody input[type="tel"], .ms-ToolPaneBody input[type="color"], .ms-ToolPaneBody .uneditable-input {
	margin-bottom: 0;
	width: auto;
	height: auto;
	line-height: 20px;
}
.ms-ToolPaneBody label {
	display: inline-block;
	margin-bottom: 0;
}
/*end web part properties*/
/*end web part zones*/
#contentBox .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
    font-family: Verdana, Geneva, 'DejaVu Sans', 宋体, sans-serif;
    overflow: hidden;
    text-align: justify;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 0;
}
/* When using server side rendering, for some reason you get duplicate chrome titles */
/* the following CSS rule is used to hide the second title */
.ms-webpart-chrome > .ms-WPBody > .ms-webpart-chrome > .ms-webpart-chrome-title{
	display:none;	
}
#contentBox .ms-webpart-chrome-title{
	margin-bottom:0;
}
#contentBox .ms-webpart-titleText {
    font-size: 1.85em;
}
ul.ct-List{
	list-style-type:none;
	padding:0;
	width:100%;
}
ul.ct-List li{
	display:block;
	border-bottom:1px solid #ccc;
	padding: 10px 0;
}
ul.ct-List li:last-child{
	border-bottom:none;
	padding-bottom:0;
}

/* List with border between child lists and item arrows*/
h2.ct-list-arrows{
	font-size:1.2em;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:0;
}
ul.ct-list-arrows, ul.ct-list-arrows ul{
    padding-left:0;
    list-style:none outside none;
}
ul.ct-list-arrows{
    margin-bottom:40px;
}
ul.ct-list-arrows > li{
	border-bottom:1px solid #ccc;
    padding: 5px 0;
}
ul.ct-list-arrows > li:last-child{
    border-bottom:none;
}
ul.ct-list-arrows a{
    line-height:1.65;
}
ul.ct-list-arrows > li > a{
	font-weight:700;
}
ul.ct-list-arrows ul > li > a{
    padding-left:10px;
}
ul.ct-list-arrows ul > li::before{
	color:#e6731e;
	content:"\2192 \0020";
}

/* More Link Customisations */
.link-more{
	float:right;
}
.link-more a, .maxlist-more a{
	font-size:0.9em;
	text-transform:uppercase;
}
.link-more a::before{
	color:#e6731e;
	content:"\2192 \0020";
}
.maxlist-more a{
	border-bottom:1px dotted;
}
.maxlist-more a:hover{
	text-decoration:none;
}

/* End More Link Customisations */

/* Form Control Customisations */

/*** Form Control SharePoint Overrides ***/
input[type="password"], input[type="text"], input[type="file"], select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.85);
    color: #666;
}
input[type="password"], input[type="text"], input[type="file"], textarea, .ms-inputBox {
    padding: 1px 5px;
}
input[type="password"]:hover, input[type="text"]:hover, input[type="file"]:hover, textarea:hover, .sp-peoplepicker-topLevel:hover, .ms-inputBox:hover {
    border-color: #e6731e;
}
input[type="password"]:focus, input[type="text"]:focus, select:focus, textarea:focus, .sp-peoplepicker-topLevelFocus, .ms-inputBoxActive, .ms-inputBox.ms-inputBoxActive:hover,.ms-srch-sb-borderFocused {
	border-color:#e6731e;
}
/*** End Form Control SharePoint Overrides ***/
.form-group{
	margin-bottom:10px;
}
.form-control{
	height:28px;
	padding:0 5px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
	border-radius: 0;
	box-shadow: none;
	max-width:290px;
}
.form-control:focus{
    border-color:#e6731e;
    box-shadow: none;
}
@media (min-width:768px) and (max-width:1023px){
	.form-control{
		max-width:212px;
	}
}
@media (min-width:1024px) and (max-width:1199px){
	.form-control{
		max-width:290px;
	}
}

@media (min-width:1200px){
	.form-control{
		max-width:none;
	}
}

a.btn-default {
    color: #FFF;
    background-color: #E6731E;
    border-color: #E6731E;
}
a.btn-submit{
	float:right;
	margin:22px 0;
}
a.btn-search::before, .btn-submit::before{	
	color:#fff;
	content:"\2192 \0020";
}
.btn{
    -moz-border-radius:0;
    -webkit-border-radius:0;
	border-radius: 0;
}
a.btn-default:hover, a.btn-default:focus, a.btn-default:active, a.btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #e6731e;
    border-color: #E6731E;
    text-decoration:underline;
}
.privacy-notice{
	margin:20px 0;
}
/* End Form Control Customisations */

/*=== Search Finder customisations ===*/
.btn-alpha-row{
	margin:0 auto;
}
a.btn-alpha{
    color:#666;
    width:20px;
    height:20px;
    padding:12px;
    border:none;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background-color:#f8f8f2;
    margin:0 0 10px 10px;
}
a.btn-alpha:hover, a.btn-alpha.selected{
    color:#fff;
    background-color:#E6731E;
}
a.btn-alpha:first-child{
    margin:0 0 10px 0;
}
@media (min-width:768px) and (max-width:1199px){
	a.btn-alpha{
	    padding:7px;
	}
}
/*=== End Search Finder customisations ===*/

/*=== Search Results customisations ===*/
/* Search Results Search Box */
#contentBox .ms-srch-sbLarge-fullWidth, #contentBox .ms-srch-item, #contentBox .ms-srch-item-path{
	width:auto;
}
#contentBox .ms-srch-sbLarge > input {
    height: 18px;
    padding: 1px 5px;
    font-size: 0.9em;
    margin: 0;
    width: 241px !important;
}
#contentBox .ms-srch-sbLarge > .ms-srch-sb-searchLink {
    height: 18px;
    width: 20px;
}
/* Fix the position of the search icon image */
#contentBox .ms-srch-sbLarge-searchImg {
    left: -35px;
    top: -57px;
    max-width:none;
}
#contentBox .ms-srch-item:hover{
	background-color:transparent;
}
#contentBox .ms-srch-result #ResultHeader {
    margin: 0;
    margin-bottom:15px;
}
@media (min-width:768px){
	#contentBox .ms-srch-result #ResultHeader {
		position:absolute;
		left: 275px;
    	top: 0;
		margin: 0 0 0 30px;
	}
}
#contentBox .ms-srch-result #ResultHeader select, #contentBox .ms-srch-sb-borderFocused {
    color: #666;
    border-color:#666;
}
#contentBox .ms-srch-result #ResultHeader .sortByLabel{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	padding-right: 5px;
}
#contentBox .ms-srch-result #ResultHeader .sortBySelect{
	display: inline-block;
}
#contentBox .ms-srch-sb-border {
    border: 1px solid #666;
}
/* Fix the grey internal border */
#contentBox .ms-srch-sbLarge input[type="text"]{
	border-style:none;
}
@media (max-width:767px){
	#contentBox .ms-srch-sbLarge-fullWidth{
		max-width:235px;
	}	
	#contentBox .ms-srch-item, #contentBox .ms-srch-item-path, #contentBox .ms-srch-bestBetItem{
		max-width:280px;
	}
}
#NoResult{
	padding-left: 15px;
	padding-right: 15px;
}
.ms-srch-result {
    margin-top: 25px;
}
.ms-srch-result-groups{
	margin-bottom:0;
	padding-bottom:15px;
}
#contentBox .ms-srch-item {
    margin: 0 10px 0 -10px;
    padding: 5px 15px 5px 10px;
}
#contentBox .ms-srch-item-body {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
#contentBox .ms-srch-group{
    margin-top: 0;
}
#contentBox .ms-srch-bestBetItem{
	width:auto;
    margin: 0 10px 0 -10px; 
    padding: 5px 15px 5px 10px;
}
#contentBox .ms-srch-bestBetItem .ms-srch-bestBetItem-icon{
	display:none;
}
#contentBox .ms-srch-bestBetItem > .ms-srch-item-body{
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
    width:100%;
}
#contentBox .ms-srch-bestBetItem .text-uppercase{
	font-weight:bold;
	text-transform:uppercase;
}
#contentBox .ms-srch-item .text-uppercase{
	text-transform:uppercase;
}
#contentBox h3.ms-srch-ellipsis{
	margin-top:0;
	line-height:1.42857;
	white-space:normal;
}
#contentBox h3.ms-srch-ellipsis a{
	color:#e6731e;
}
/* Hide the url path (shown in green) */
#contentBox .ms-srch-item-path{
	display:none;
}
/* Refiners */
#contentBox .ms-ref-refinername:link, #contentBox .ms-ref-refinername:visited {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    width:210px;
}
#contentBox .ms-ref-refiner #Value,#contentBox .ms-ref-unsel-toggle, #OtherValue, #SubmitValue {
    width: 210px;
}
#contentBox .ms-ref-refiner #Value > a:hover,#contentBox .ms-ref-unsel-toggle:hover {
    color: #e6731e;
}
/* Refiner bar graph */
#contentBox .histogram_bar_active {
    border-top: 2px solid #e6731e;
}
#contentBox .histogram_bar_active:hover, #contentBox .histogram_bar_inactive:hover {
    background-color: #e6731e;
    border-left: 1px solid #e6731e;
    border-right: 1px solid #e6731e;
    border-top: 2px solid #e6731e;
}
#contentBox .ajax__multi_slider_default .inner_rail_horizontal {
    background-color: #e6731e;
    border-top: 1px solid #e6731e;
    border-bottom: 1px solid #e6731e;
}
#contentBox .slider_tick_active {
    background-color: #e6731e;
    border: 1px solid #e6731e;
}
#contentBox .ms-srch-communityItem-summary{
	padding-top:0;
}
#contentBox .quote-snippet{
	margin: 0px 0px 30px;
	border-top: 1px solid #CCC;
	padding-top: 30px;
}
#contentBox .quote-snippet img{
	float: left;
	margin-right: 0.5em;
}
#contentBox .quote-snippet p{
	overflow: hidden;
	padding-top: 15px;
	font-family: Calibri, 宋体, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	font-style:italic;
	line-height:1.42857;
}
.ms-ref-ctrl .ms-ref-selSec .ms-ref-filterSel, .ms-ref-ctrl .ms-ref-allSec .ms-ref-filterSel {
    color: #e6731e;
}
.article{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.article h3, .ms-searchCenter-result-main h3{
	margin-bottom:5px;
	margin-top:15px;
}
.ms-searchCenter-result-main h3 a{
	font-weight:bold;
}
.ms-searchCenter-result-main .passport{
	padding-bottom:10px;
}
.article h3 a, .ms-searchCenter-result-main h3 a{
	color:#e6731e;
	text-transform:none;
}
.article .date, .ms-searchCenter-result-main .date{
	font-size:0.9em;
}
/*=== End Search Results customisations ===*/

/*=== Search Results Page customisations ===*/
.ms-promlink-button-enabled{
	border-color:#fff;
}
.ms-srch-result #ResultCount {
    display: block;
    margin-right: 15px;
    padding-top: 5px;
    text-align: right;
}
.ms-srch-result #Paging {
    float: right;
    margin:0 10px 5px 15px;
}
.ms-srch-result #Paging a:hover {
    color: #e6731e;
}
.ms-promlink-button-enabled-hover, .ms-promlink-button-enabled:hover {
    border-color: #ccc;
    background-color: #fff;
}
.ms-srch-result #PagingLink a {
    color: #666;
    font-size:0.9em;
    padding: 1px 3px 4px 3px;
}
.ms-srch-result #PagingSelf a {
    color: #e6731e;
    font-weight:normal;
    font-size:0.9em;
    padding: 1px 3px 4px 3px;
}
.ms-srch-resultFooter, .ms-srch-resultFooter a {
    color: #666;
    font-size:0.9em;
}
#PageLinkPrev .ms-srch-pagingPrev,#PageLinkNext .ms-srch-pagingPrev{
	display:none;
}
#PageLinkPrev .ms-promlink-button-image{
	background-image:url('/_catalogs/masterpage/ChapmanTripp/arrow-left-orange.gif');
	background-repeat:no-repeat;
}
#PageLinkNext .ms-promlink-button-image{
	background-image:url('/_catalogs/masterpage/ChapmanTripp/arrow-right-orange.gif');
	background-repeat:no-repeat;
}

/*=== End Search Results Page customisations ===*/

/**** TEMPORRARY ****/
.ms-noWrap{
	white-space:normal;
}


@media (max-width: 767px){
    #menu{
        margin-left:0;
    }
    .navbar-nav{
        margin:0;
    }
    .nav>li{
        border-bottom:1px solid #fff;
        background-color:#e6731e;
    }
    .navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
        background-color:#84908e;
        text-decoration:none;
    }
}

@media (min-width: 768px){
    .dropdown-menu{
	    border:none;
	    background-color:#eee;
    }
    #menu .dropdown-menu{
        font-size:1em;
        font-weight:400;
    }
    #menu .dropdown-header{
        color:#84908e;
        font-size:1em;
        font-weight:700;
        border-bottom:1px solid #fff;
        text-transform:uppercase;
    }
    #menu .dropdown-menu li{
        padding:4px 0;
    }
	
	/*top nav*/
	/*because of the nested nature of OOTB top nav, we must treat the first element differently*/
	.navbar>.container>.row{
		position:relative;
	}
	.navbar .row>div{
		background-color:#e6731e;
	}
	#topnavbar {
		height: auto;
	}
	/*reset back to inline for normal view*/
	#topnavbar .ms-core-listMenu-horizontalBox {
        display: block;
	}
	#topnavbar .nav ul.static {
		display: inline-block;
	}
	#topnavbar .nav li.static {
		display: inline-block;
		width: auto;
		background-color:transparent;
		position:static;
	}
	#topnavbar .nav li.static > .menu-item {
		display: inline-block;
		padding: 12px 22px;
	}
	#topnavbar .nav li.static:first-child > .menu-item{
		padding-left:15px;
	}
	#topnavbar .nav li.static:last-child > .menu-item{
		padding-right:15px;
	}
	#topnavbar .nav li.static + li::before {
	    content: "|";
	    color:#fff;
	    font-weight:700;
	}
	/*hide or provide padding for downdown arrow*/
	#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
		padding-right: 20px;
		display: inline;
        background-image: url("/_layouts/15/images/downarrwwhite.png");
	}
	/*we need to override where SP is placing dynamic nav items*/
	#topnavbar .nav ul.static > li.dynamic-children > ul.dynamic {
		position: absolute !important;
		top: auto !important;
		left: 0 !important;
		right: 0 !important;
		background-color:rgb(235,235,237);
		background-color:rgba(235,235,237,.97);
		min-height:550px;
	}
	#topnavbar ul.dynamic > li.dynamic {
		background-color:transparent;
		position: relative;
		white-space: normal;
	}
	#topnavbar ul.dynamic > li.dynamic, 
	#topnavbar ul.dynamic > li.dynamic > ul > li{
		float:left;
		width:50%;
		background-color:transparent;
	}
	#topnavbar li.column-list-0 > ul > li.dynamic,
	#topnavbar li.column-list-1 > ul > li.dynamic{
		padding-bottom:10px;
	}
	#topnavbar li.column-list-0 > ul > li.dynamic li.dynamic,
	#topnavbar li.column-list-1 > ul > li.dynamic li.dynamic{
		float:none;
		width:100%;
	}
	#topnavbar .nav li.dynamic-children.hover > ul.dynamic, #topnavbar ul.dynamic {
		display: block !important;
	}
	#topnavbar .nav li.static > ul.dynamic{
		display: none !important;
	}
	#topnavbar ul.dynamic{
		background-color:transparent;
	}
	#topnavbar li.dynamic {
		border-top:none;
	}
	#topnavbar li.dynamic > .menu-item {
		color:#666;
		line-height: 1em;
		margin: 0;
		padding: 5px 15px;
	}
	#topnavbar .nav li.static > ul.dynamic > li.dynamic-children > .menu-item{
		border-bottom:1px solid #666;
		margin:0 15px 10px 15px;
		padding-left:0;
		padding-right:0;
	}
	#topnavbar ul.dynamic > li > .menu-item{
		padding:15px;
	}
	#topnavbar ul.dynamic ul ul > li > .menu-item {
		padding:5px 15px;
		font-weight:700;
	}
	#topnavbar ul.dynamic ul ul ul > li > .menu-item {
		padding-left: 15px;
		font-weight:normal;
	}
	#topnavbar ul.dynamic ul ul ul > li > .menu-item::before{
		color:#e6731e;
		content:"\2192 \0020";
	}
	#topnavbar .nav li.static > .menu-item:hover, #topnavbar .nav li.static:hover > .menu-item, #topnavbar li.dynamic > .menu-item:hover, #topnavbar li.dynamic:hover > .menu-item{
		background-color:transparent;
	}
	#topnavbar li.dynamic > .menu-item:hover {
		color:#e6731e;
	}
	#topnavbar .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
		background-image: none;
	}
	/*3rd level +*/
	#topnavbar .nav ul.dynamic > li.dynamic-children > ul {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		display:block !important;
		width:100% !important;
		background-color:transparent;
	}
	/*end top nav*/
}
@media (min-width: 768px) and (max-width: 979px){
	#topnavbar .nav li.static > .menu-item {
		display: inline-block;
		padding: 15px 9px;
	}
	#topnavbar .ms-core-listMenu-horizontalBox {
		font-size:.8em;
	}
}