
@import url('bootstrap-custom-override.css');
/* .mat-toolbar .mat-button {display:contents;} */
mat-toolbar a[href="https://mycipe.yale.edu/index.cfm?FuseAction=Security.Logout"],
mat-toolbar a[href="https://compass.yale.edu/index.cfm?FuseAction=Security.Logout"],
mat-toolbar a[href="https://yale-sa-test.terradotta.com/index.cfm?FuseAction=Security.Logout"],
table[aria-label="Dates and deadlines"] th:nth-child(4),
table[aria-label="Dates and deadlines"] th:nth-child(5),
table[aria-label="Dates and deadlines"] th:nth-child(6),
table[aria-label="Dates and deadlines"] td:nth-child(4),
table[aria-label="Dates and deadlines"] td:nth-child(5),
table[aria-label="Dates and deadlines"] td:nth-child(6) {
	display: none;
}
.mat-sidenav td-nav-menu .mat-accordion:last-child, 
.mat-sidenav td-nav-menu button[aria-label="Public Site"]{
     display: none;
}
.panel-heading {
	background-image: none !important;
}
.panel,
#pagebodysidebar .sidebar-nav {
	box-shadow: none;
}
.clear {
	clear: both;
}
body {
	background-color: #fff;
	border-top: 3px solid #7ba6d6 !important;
}
main {
	box-shadow: none;
}
.navbar-inverse {
	clear: both;
	background-color: #00356B;
	border: none;
}
header {
	background-image: none;
	background-color: #F3F3F3;
	border-bottom: 1px solid #e5e5e5;
	position: initial;
}
#cipe_head {
	height: 150px;
	background-color: #fff;
}
.headertopwrap {
	font-family: "Times New Roman", Times, serif;
	height: 40px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #e5e5e5;
}
.headertop a {
	float: left;
	font-size: 16px;
	margin-top: 9px;
	transition: color .5s;
}
.headerrightwrap {
	float: right;
	margin-right: 15px;
}
.headerleftwrap {
    margin-left: 12px;
}
.headerrightwrap a,
.headerleftwrap a {
	font-style: italic;
	padding-left: 13px;
	color: #7ba6d6;
}
.headerleftwrap a {
	padding-left: 0;
}
.headerleftwrap a #yale_pre {
	color: #00356B;
	font-style: normal;
}
#cipe_head a:hover,
#cipe_head a:focus {
	text-decoration: none;
	color: #00356B;
}
a.mycipe_top,
.menu_logout a {
	font-size: 11px !important;
    font-family: Verdana, sans-serif;
    border-radius: 3px;
    background-color: #7ba6d6;
    padding: 7px 10px;
    font-style: normal !important;
    color: #fff !important;
    margin: 5px 0 0 13px;
    transition: background-color .5s;
}
a.mycipe_top:hover {
    background-color: #00356B;
}
#cipe_logo {
    margin: 29px 0 20px -6px;
    padding: 0;
}
#cipe_logo img {
	max-width: 250px;
}
#footer_logo {
	max-width: 250px;
}
#mainmenu ul {
	list-style: none;
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
}
.mainmenu {
	padding-right: 0;
}
#mainmenu li {
	float: left;
}
#mainmenu a {
	color: #666;
    margin: 42px 0 0 25px;
    float: left;
}
#pagenav {
	box-shadow: none;
}
.panel-heading select.form-control {
	max-width: 250px !important;
}
.menu_logout {
	display: none;
}
footer {
	float: left;
	border-top: none;
	background-image: none;
	background: #444 url(/accounts/A686ACEA1D4078EB3509A45ED8BBB283/themes/stockassets/study-abroad-footer-bg-c5.png) no-repeat top center;
	color: #ccc;
	padding-top: 20px !important;
	margin-top: 30px;
}
footer p,
footer li {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	list-style: none;
}
footer li {
	border-bottom: 1px solid #666;
    padding: 7px 0;
}
footer li.last {
	border-bottom: none;
}
footer ul {
	padding: 0;
}
footer h2 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #7ba6d6;
	text-decoration: none;
}
footer #copyright {
	padding: 8px 12px;
    background: #333;
    border-radius: 5px;
    margin: 30px 0;
}
footer #copyright p {
	margin: 0;
}
.social_icons a {
	font-size: 20px;
}
.footer_btn {
	background-color: #00356b;
    border-color: #003266;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.footer_btn:hover {
	background-color: #003060;
    border-color: #002a56;
}


@media (max-width: 991px) {
	.headertopwrap {
		display: none;
	}
	#cipe_logo {
		float: none;
	}
	#cipe_logo img {
		max-width: 300px;
		margin: 15px 0 20px 0px;
	}
	#mainmenu a {
		margin: 0 25px 0 0;
	}
	#mainmenu ul {
		float: left;
		padding: 0;
		margin-left: -5px;
	}

	.menu_logout {
		display: inline;
	}
}
@media (min-width: 992px) {
	.headertop,
	.header,
	.headerwrap,
	#top-navbar,
	#footer_inner {
		width: 970px;
		margin: auto;
	}
}
@media (max-width: 1199px) {
	.cipe_unit {
		display: none;
	}
}
@media (min-width: 1200px) {
	.headertop,
	.header,
	.headerwrap,
	#top-navbar,
	#footer_inner {
		width: 1170px;
		margin: auto;
	}
}
