/*! MountVernon - Mount Vernon Site Files. */
/*-------------------------------------------
  Variables
-------------------------------------------*/
/*-------------------------------------------
  Mixins
-------------------------------------------*/
/*-------------------------------------------
  Custom
-------------------------------------------*/
/* ==========================================================================
	 Header
============================================================================= */
.intranet .shifter-page {
  padding: 0 0 100px 0;
}
.intranet #alert {
  position: static;
}
.intranet_login {
  background: transparent;
}
.intranet_header_desktop {
  background: #36302a;
  height: 120px;
  padding: 25px 0 0 0;
}
@media only screen and (min-width: 1220px) {
  .intranet_header_desktop {
    height: 90px;
  }
}
@media only screen and (max-width: 739px) {
  .intranet_header_desktop {
    display: none;
  }
}
.intranet_desktop_logo {
  background-image: url("../images/intranet/sprite.svg");
  border: none;
  display: block;
  float: left;
  height: 40px;
  width: 299px;
}
@media only screen and (min-width: 1220px) {
  .intranet_desktop_logo {
    float: none;
    margin: 0 auto;
  }
}
.intranet_persistent_nav {
  float: none;
  line-height: 40px;
  position: absolute;
  top: 80px;
}
@media only screen and (min-width: 1220px) {
  .intranet_persistent_nav {
    float: left;
    position: static;
    top: auto;
  }
}
.intranet_persistent_nav a {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  border: none;
  color: #ffffff;
  float: left;
  font-size: 13px;
  margin: 0 30px 0 0;
}
.no-touch .intranet_persistent_nav a:hover {
  color: #cbab8c;
}
.intranet_user_nav {
  float: right;
  line-height: 20px;
  padding: 10px 0;
}
.intranet_user_nav a {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  border: none;
  color: #ffffff;
  float: left;
  font-size: 13px;
  font-weight: bold;
}
.no-touch .intranet_user_nav a:hover {
  color: #cbab8c;
}
.intranet_plus_icon:before {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 100%;
  color: #36302a;
  float: left;
  font-size: 7px;
  height: 13px;
  line-height: 15px;
  margin: 3px 7px 0 0;
  text-align: center;
  width: 13px;
}
.intranet_user_name {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #ffffff;
  float: left;
  font-size: 13px;
  margin: 0 30px 0 20px;
  opacity: 0.75;
}
.intranet_user_name:before {
  float: left;
  margin: 1px 7px 0 0;
}
.intranet_header_mobile {
  background: #36302a;
  display: none;
  height: 50px;
}
@media only screen and (max-width: 739px) {
  .intranet_header_mobile {
    display: block;
  }
}
.intranet_mobile_logo {
  background-image: url("../images/intranet/sprite.svg");
  background-position: 0px -45px;
  border: none;
  float: left;
  height: 20px;
  margin: 15px 0 0 0;
  width: 146px;
}
.intranet_subpage {
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 979px) {
  .intranet_subpage {
    padding: 20px 0 0 0;
  }
}
/* ==========================================================================
	 Login Page
============================================================================= */
.intranet_login_container {
  background: #f5f3ee;
  border-top: 5px solid #bf2b45;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 50px 0 0 0;
  overflow: hidden;
  padding: 30px 20px;
}
@media (min-width: 500px) {
  .intranet_login_container {
    height: 350px;
    width: 430px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
  }
}
.intranet_login_container fieldset {
  margin: 0 0 20px 0;
}
.intranet_login_container label,
.intranet_login_container .picker-label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #a2988f;
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin: 0 0 10px 0;
}
.intranet_login_container .picker-label {
  margin: 2px 0 0 3px;
}
.intranet_login_container input[type=password],
.intranet_login_container input[type=text] {
  background: #ffffff;
  border: 1px solid #ece9e0;
  display: block;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
.intranet_login_container input[type=submit] {
  background: #bf2b45;
}
.no-touch .intranet_login_container input[type=submit]:hover {
  background: #36302a;
}
.intranet_login_container .picker .picker-handle {
  background: #ffffff;
  border-color: #ece9e0;
}
.intranet_forgot_password {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  border: none;
  color: #36302a;
  float: right;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.no-touch .intranet_forgot_password:hover {
  color: #bf2b45;
}
.intranet_login_error {
  color: #bf2b45;
  display: block;
  font-size: 12px;
  text-align: right;
  margin: 0 0 -19px 0;
}
/* ==========================================================================
	 Mobile Tabs
============================================================================= */
.intranet_mobile_tabs:before,
.intranet_mobile_tabs:after {
  content: " ";
  display: table;
}
.intranet_mobile_tabs:after {
  clear: both;
}
@media only screen and (min-width: 980px) {
  .intranet_mobile_tabs {
    display: none;
  }
}
.intranet_mobile_tab {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  background: #DDD7CC;
  border-bottom: 2px solid #D4CEC3;
  float: left;
  font-size: 13px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  width: 33.333333%;
}
.intranet_mobile_tab.active {
  background: #ece9e0;
  border-color: #ece9e0;
  font-weight: bold;
}
.intranet_tab_content {
  display: none;
  padding: 90px 0 0 0;
}
@media only screen and (min-width: 980px) {
  .intranet_tab_content {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .intranet_tab_content {
    padding: 40px 0 0 0;
  }
}
.intranet_tab_content.active {
  display: block;
}
@media only screen and (min-width: 980px) {
  #tab_updates h2 {
    margin-top: 0;
  }
}
/* ==========================================================================
	 Sidebar link lists (Same as Subnavigation styles, but we don't want it collapsed on mobile)
============================================================================= */
.intranet_link_list {
  margin: 0 0 30px 0;
}
.intranet_link_list .block {
  background: #ffffff;
  border-top: 4px solid #bf2b45;
  padding: 30px;
}
.intranet_link_list a {
  display: block;
  font-weight: 400;
}
.intranet_link_list .item {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  color: #36302a;
  display: block;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 5px 10px;
}
.intranet_link_list .child {
  border-bottom: 1px solid #ece9e0;
  color: #bf2b45;
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: italic;
  padding: 12px 10px;
}
.intranet_link_list .child:last-child {
  border-color: transparent;
}
.intranet_link_list .child.active {
  color: #36302a;
}
@media only screen and (min-width: 980px) {
  .no-touch .intranet_link_list .child:hover {
    color: #bf2b45;
  }
}
@media only screen and (max-width: 979px) {
  .intranet_apps_list .block .item {
    display: none;
  }
}
.intranet_apps_list .child {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #ece9e0;
  color: #000;
  text-transform: uppercase;
}
.intranet_apps_list .child:before {
  color: #bf2b45;
  float: left;
  margin: 0 7px 0 0;
  opacity: 0.75;
}
/* ==========================================================================
	 Sidebar Stuff
============================================================================= */
.intranet_sub_nav .block {
  border-color: #a2988f;
}
@media only screen and (min-width: 980px) {
  .intranet_sub_nav .no-touch .child:hover {
    color: #a2988f;
  }
}
@media only screen and (max-width: 739px) {
  .intranet_sub_nav {
    display: none;
  }
}
.intranet_event_list {
  display: none;
}
.intranet_event_list .block {
  border-color: #2fb2ab;
}
.intranet_event_list .child {
  color: #2fb2ab;
}
@media only screen and (min-width: 980px) {
  .no-touch .intranet_event_list .child:hover {
    color: #36302a;
  }
}
@media only screen and (min-width: 980px) {
  .intranet_event_list {
    display: block;
  }
}
.intranet_event_time {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  color: #b8b9b7;
  font-size: 11px;
  font-style: none;
  padding: 3px 0 0 0;
  text-transform: uppercase;
}
.intranet_weather {
  background: #f5f3ee;
  display: none;
  padding: 30px;
}
@media only screen and (min-width: 980px) {
  .intranet_weather {
    display: block;
  }
}
@media only screen and (min-width: 1220px) {
  .subnavigation .block,
  .sidebar_callouts .callout,
  .subbrand,
  .intranet_link_list,
  .intranet_weather {
    margin-left: 9%;
  }
}
/* ==========================================================================
	 Updates
============================================================================= */
.intranet_news_features {
  margin-bottom: 80px;
}
.intranet_update {
  border-bottom: 1px solid #d0cdc3;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.intranet_update img {
  display: none;
  float: left;
}
@media (min-width: 500px) {
  .intranet_update img {
    display: block;
  }
}
@media (min-width: 500px) {
  .intranet_update_container {
    padding: 0 0 0 100px;
  }
}
.intranet_update_date {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #A0988D;
}
.intranet_update_title {
  margin: 10px 0;
}
.intranet_update_detail {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #A0988D;
  display: inline-block;
  font-weight: bold;
  margin: 0 30px 0 0;
  text-transform: uppercase;
}
.intranet_update_detail:before {
  color: #000;
  font-size: 12px;
  float: left;
  margin: 0 7px 0 0;
}
.intranet_update_type {
  background: #006160;
  border-radius: 100%;
  float: right;
  height: 40px;
  line-height: 42px;
  margin: 0 0 10px 10px;
  text-align: center;
  width: 40px;
}
.intranet_update_type:before {
  color: #FFF;
  font-size: 16px;
}
.intranet_update_type.ss-file {
  background: #6c4216;
}
.intranet_update_type.ss-check {
  background: #98942c;
}
/* ==========================================================================
	 Random
============================================================================= */
.button.right {
  float: right;
}
.button.intranet_your_projects {
  margin: 7px 0 0 30px;
}
