/**
 * braddock_zen sub-theme style sheet
 * 
 * COLORS:
 *  blue 1: #00487B
 *  blue 2: #00699A
 *  red: #ED171F
 *	cyan: #B0D9E3
 */


/* @group BROWSER RESETS */

html, body, form, li {
  /* remove margin and padding */
  margin: 0;
  padding: 0;
}

table, tbody, thead, tfoot, th, td, img {
  /* removed border */
  border: 0;
}

body, caption, fieldset, input, legend, option, select, td, textarea, th {
  /* set default font */
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

pre {
  /* set monospace font */
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

small {
  font-size: 0.8333em;
  line-height: 1.2em;
}

blockquote, fieldset, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
  /* set default margins for inline block elements */
  margin: 0 0 1.25em 0;
}

body {
  background-color: #FFF;
  color: #000;
  font-size: 100%;
}

h1 {
  color: #00487B;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 1em 0;
  /*text-align: center;*/
}

h2 {
  color: #00487B;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 1.25em 0;
}

h3 {
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1em 0;
}

h4, h5, h6 {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 1em 0;
}

  h1 b, h1 strong,
  h2 b, h2 strong,
  h3 b, h3 strong
  h4 b, h4 strong,
  h4 b, h5 strong,
  h5 b, h5 strong {
    font-weight: 700;  /* prevent extra bold */
  }
    
h1 sup, h1 sup, h1 sup {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
}

ul, ol {
  margin-left: 1em;
  padding-left: 1em;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

a {
  color: #00487B;
  cursor: pointer;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #ED171F;
  text-decoration: underline;
}

a:active {
  color: #00487B;
  text-decoration: underline;
}

input, textarea, select {
  color: #000;
  font-size: 1em;
}

  input:focus, textarea:focus, select:focus {
    color: #000;
  }
  
/* @end BROWSER RESETS */

/* @group CLASSES */

.clear-all {
  clear: both;
}

.red, .red a, .red a:hover {
  color: #ED171F;
}

.blue {
  color: #00487B;
}

.white {
  color: #FFF;
}

  .white a {
    color: #FFF;
  }

.horz-rule hr {
  display: none;
}

  #content .horz-rule {
    background: url("../images/horz_rule_bg-690px.png") no-repeat center bottom;
    background-size: 100% 100%;
    height: 25px;
    margin-bottom: 1.25em;
    width: 100%;
  }
    
ul.arrow-list {
  list-style-image: url("../images/black_arrow.png");
}

.no-margins .half-page {
  width: 480px;
}

.row .column {
  float: left;
}

  .no-margins .row .column.half-page {
    margin-right: 30px;
    width: 465px;
  }
  
  .no-margins .row .column.third-page {
    margin-right: 30px;
    width: 300px;
  }
  
  .no-margins .row .column.last-column {
    margin-right: 0 !important;
  }

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

a.box.xsmall-box {
  background: #B0D9E3 url("../images/small_box_bg.png") repeat-x left bottom;
  background-size: 100% 100%;
  border: 1px solid #6AADC6;
  display: inline-block;
  font-family: "arial rounded mt bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 10px;
  padding: 0.6667em 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 120px;
}

  a.box.xsmall-box:hover {
    background: #00699A url("../images/small_box_bg-hover.png") repeat-x left bottom;
    color: #FFF;
    border: 1px solid #00487B;
  }

a.box.small-box {
  background: #B0D9E3 url("../images/small_box_bg.png") repeat-x left bottom;
  background-size: 100% 100%;
  border: 1px solid #6AADC6;
  display: inline-block;
  font-family: "arial rounded mt bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 10px;
  padding: 0.6667em 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 180px;
}

  a.box.small-box:hover {
    background: #00699A url("../images/small_box_bg-hover.png") repeat-x left bottom;
    color: #FFF;
    border: 1px solid #00487B;
  }
  
a.box.medium-box {
  background: #B0D9E3 url("../images/medium_box_bg.png") repeat-x left bottom;
  background-size: 100% 100%;
  border: 1px solid #6AADC6;
  display: inline-block;
  font-family: "arial rounded mt bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 10px;
  padding: 1.25em 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 295px;
}

  a.box.medium-box:hover {
    background: #00699A url("../images/medium_box_bg-hover.png") repeat-x left bottom;
    color: #FFF;
    border: 1px solid #00487B;
  }
  
a.box.vertical-align-1 {
	padding: 1.4167em 10px;
}

a.box .unbold {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-xsmall {
  font-size: 0.8333em;
}

.text-small {
  font-size: 0.9167em;
  line-height: 1.3636em;
}

.text-medium {
  font-size: 1.0833em;
}

.text-large {
  font-size: 1.1667em;
}

.text-xlarge {
  font-size: 1.3333em;
}

.text-xxlarge {
  font-size: 1.6667em;
}

.indent {
  padding-left: 20px;	
}

.content-table {
  border-collapse: collapse;
}

.content-table td,
.content-table th {
  padding: 1em;
}

  .content-table.gray-border td, .gray-border th {
    border: solid 1px #CCC;
  }
  
  .content-table.gray-border thead th {
    background: #CCC;
  }
  
  .content-table.gray-border tbody th {
    background: #EEE;
  }

.list-table {
  border-collapse: collapse;
}

.list-table td,
.list-table th {
  padding: 0.5em 1em;
}

.black-border {
  border-color: #000;
}

.thin-border {
  border-style: solid;
  border-width: thin;
}

body.home .menu {
  margin-bottom: 2em;
}

body.home .menu a {
  text-decoration: none;
}

  body.home .menu a:hover {
    color: #ED171F;
  }
    
body.home .alt-insurance-products {
  position: absolute;
  right: 50px;
  top: 15px;
}
    
  body.home .alt-insurance-products a {
    text-decoration: none;
  }
  
body.home .alt-insurance-products {
  font-family: "arial rounded mt bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.note {
	color: #999;
}

.note a {
	color: #999;
}

.footnote {
	color: #999;
	font-size: 0.9167em;
}

.footnote a {
	color: #999;
	font-size: 0.9167em;
}

/* @end CLASSES */

/* @group QUESTIONNAIRE */

div.indicator {
  margin-bottom: 15px;
  margin-top: 5px;
}

/* @end QUESTIONNAIRE */

/* @group LAYOUT */

#page {
  /* set default font size */
  font-size: 0.75em;  /* 16px x .75 = 12px */
  line-height: 1.5em; /* 12px x 1.5 = 18px */
}

.page-outer {
  width: 100%;
}

.page-inner {
  margin: 0px auto;
  position: relative;
  width: 960px;
}

.header-outer {
  background: #B0D9E3 url("../images/header_bg.png") repeat-x left bottom;
  overflow: hidden;
}

.header-inner {
  min-height: 68px; /* height of logo + padding */
}

#logo {
  left: 0;
  position: absolute;
  margin-top: -24px;
  top: 50%;
}

#logo a {
  background: url("../images/logo_lowres.png") no-repeat center center;
  display: block;
  height: 48px;
  width: 220px;
}

#logo img {
  display: none;
}

  @media print {
    #logo img {
      display: block;
    }
  }

.footer-outer {
  background: url("../images/footer_bg.png") repeat-x center bottom;
  height: 160px;
}

.footer-inner {
  background: url("../images/footer_campus.png") no-repeat left bottom;
  height: 160px;
}

#body {
  padding: 15px 0;
}

  body.home #body {
    background: #00487B url("../images/home_bg.png") no-repeat center top; 
  }
  
#content {
  float: left;
  width: 100%;
}

  #content.left-margin,
  #content.right-margin {
    width: 690px;
  }
  
  #content.left-margin {
    margin-left: 270px;
    margin-right: -960px;
  }
  
  body.home #content {
    padding-top: 270px;  
  }

#margin-left {
  background: url("../images/margin_left_bg.png") repeat-y 225px 0px;
  float: left;
  margin-right: 25px;
  padding-bottom: 50px;
  padding-right: 25px;
  position: relative;
  min-height: 200px;
  width: 220px;
}

#margin-right {
  float: left;
  margin-left: 25px;
  min-height: 200px;
  padding-bottom: 50px;
  padding-left: 25px;
  position: relative;
  width: 220px;
}

#margin-left .school-logo {
  margin-bottom: 1em;
  text-align: center;
}

#margin-left .border-top,
#margin-left .border-bottom {
  background: url("../images/margin_left_bg.png") no-repeat 0px 0px;
  height: 100px;
  position: absolute;
  right: 0px;
  width: 20px;
  z-index: 1;
}

  #margin-left .border-top {
    background-position: -40px 0px;
    top: 0px;
  }
  
  #margin-left .border-bottom {
    background-position: -20px 0px;
    bottom: 0px;
  }

/* @end LAYOUT */

/* @group MENUS */

.menu ul, .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .menu.inline li {
    float: left;
  }
  
  /* @group MAIN/HEADER */
  
  #header-menu {
    clear: right;
    float: right;
    font-size: 0.9167em;
    margin: 6px 0;
  }
  
  #main-menu {
    clear: right;
    float: right;
    font-size: 1.25em;
    margin: 8px 0;
  }
  
  #main-menu li,
  #header-menu li {
    padding: 0 10px;
  }
      
  #main-menu a,
  #header-menu a {
    font-family: "arial rounded mt bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
  }
  
  #main-menu a:hover,
  #header-menu a:hover {
    text-decoration: none;
  }
  
  /* @end MAIN/HEADER */
  
  /* @group MARGIN */
  
  #margin-left .menu {
    position: relative;
    z-index: 2;
  }
  
  #margin-left .menu a,
  #margin-left .menu a:hover,
  #margin-left .menu h3 {
		color: #00487B;
    display: block;
    font-family: "arial rounded mt bold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 1em;
		font-weight: normal;
    line-height: 1.25em;
    text-decoration: none;
  }
  
    #margin-left .menu h3,
    #margin-left .menu h4 {
  		cursor: default;
  		margin-bottom: 0px;
    }
  
    #margin-left .menu > ul > li > a,
    #margin-left .menu > ul > li > h3 {
      margin-bottom: 1px;
      padding: 5px 10px;
			width: 200px;
    }
  
      #margin-left .menu > ul > li > a:hover,
      #margin-left .menu > ul > li.expanded:hover > a,
      #margin-left .menu > ul > li > h3:hover,
      #margin-left .menu > ul > li.expanded:hover > h3,
      #margin-left .menu > ul > li.open > h3,
      #margin-left .menu > ul > li.expanded.open > h3 {
        background: #00487B;
        color: #FFF;
      }
    
      #margin-left .menu > ul > li.expanded > a,
      #margin-left .menu > ul > li.expanded > h3 {
        padding-right: 25px;
        position: relative;
				width: 185px;
      }
        
    #margin-left .menu > ul > li.expanded > ul a,
    #margin-left .menu > ul > li.expanded > ul h3,
    #margin-left .menu > ul > li.expanded > ul h4 {
      color: #B0D9E3;
      padding: 5px;
    }
        
      #margin-left .menu > ul > li.expanded > ul a:hover,
      #margin-left .menu > ul > li.expanded > ul h3:hover {
        color: #FFF;
      }
      
    #margin-left .menu > ul > li.expanded > h3 > .icon {
      background: url("../images/margin_menu_expanded_icon.png") no-repeat 0px center;
      height: 1.25em;
      overflow: hidden;
      position: absolute;
      text-indent: 7px;
      right: 10px;
      top: 5px;
      width: 7px;
    }
    
      #margin-left .menu > ul > li.expanded > h3:hover > .icon,
      #margin-left .menu > ul > li.expanded:hover > h3 > .icon,
      #margin-left .menu > ul > li.expanded.open > h3:hover > .icon,
      #margin-left .menu > ul > li.expanded.open > h3 > .icon {
        background-position: -7px center;  /* MSIE 7 didn't support "right" */
      }
      
  #margin-left .menu > ul {
    margin-bottom: 1em;
    width: 220px;
  }
  
  #margin-left .menu > ul > li.expanded > ul {
    /* background: #00487B url("../images/margin_menu_submenu_bg.png") repeat-x left bottom; */
    background: #00487B;
    display: none;
    left: 220px;
    padding: 10px;
    position: absolute;
    top: 0px;
    width: 200px;
  }
  
    #margin-left .menu > ul > li.expanded.open > ul,    /* for mobile devices */
    #margin-left .menu > ul > li.expanded:hover > ul {
      display: block;
    }
      
  #margin-left .menu > ul > li.expanded > ul > li > ul {
    margin-bottom: 1em;
    margin-left: 2.5em;
  }
    
  #margin-left .menu > ul > li.expanded > ul > li {
    border-bottom: 1px solid #34739A;
  }
    
    #margin-left .menu > ul > li.expanded > ul > li:last-child {
      border-bottom: none;
    }
    
  #margin-left .menu > ul > li.expanded > ul > li > ul > li {
    font-size: 0.9167em;
    font-weight: 100;
    list-style-type: disc;
  }
    
  #margin-left .menu > ul > li.expanded > ul > li > ul > li > a {
    padding: 2px 0;
  }
    
  #margin-left .menu > ul > li {
    background: #B0D9E3 url("../images/margin_menu_bg.png") repeat-x left top;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
  }
  
  #margin-left .menu > ul > li.expanded:hover {
    background: #00487B;
    color: #FFF;
  }
  
  #margin-left .menu > ul > li > a > .note {
    color: #00487B;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 0.9167em;
  }
  
  /* @end MARGIN*/
  
/* @end MENUS */

/* @group FORMATTING */

#margin-left h2 {
  color: #00487B;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0.25em;
  margin-left: 4px;
}

/* @end FORMATTING */

/* @group SCHOOL SPECIFIC */

  /* @group NYU */
  
  .purple-nyu {
    color: #57068C;
  }
  
  #margin-left .menu .purple-nyu a,
  #margin-left .menu .purple-nyu a:hover,
  #margin-left .menu .purple-nyu h3 {
  	color: #57068C;
  }
  
  #margin-left .menu > ul.purple-nyu > li > a:hover,
  #margin-left .menu > ul.purple-nyu > li.expanded:hover > a,
  #margin-left .menu > ul.purple-nyu > li > h3:hover,
  #margin-left .menu > ul.purple-nyu > li.expanded:hover > h3 {
    background: #57068C;
    color: #FFF;
  }
      
  #margin-left .menu > ul.purple-nyu > li.expanded > ul a,
  #margin-left .menu > ul.purple-nyu > li.expanded > ul h4,
  #margin-left .menu > ul.purple-nyu > li.expanded > ul h4:hover {
    color: #CDB5DD;
  }
      
    #margin-left .menu > ul.purple-nyu > li.expanded > ul a:hover {
      color: #FFF;
    }
    
  #margin-left .menu > ul.purple-nyu > li.expanded > h3 > .icon {
    background-image: url("../images/margin_menu_expanded_icon-purple-nyu.png");
  }
  
  #margin-left .menu > ul.purple-nyu > li.expanded > ul {
    background: #57068C;
    color: #CDB5DD;
  }
    
  #margin-left .menu > ul.purple-nyu > li {
    background-color: #CDB5DD;
  }
    
  #margin-left .menu > ul.purple-nyu > li.expanded > ul > li {
    border-color: #925DB4;
  }
  
  /* @end NYU */

  /* @group BABSON COLLEGE */
  
  .read-only-label-Babson,
  .read-only-label-BabsonMBA,
  .read-only-label-BabsononeyrMBA,
  .read-only-label-BabsonMBAevening {
    text-align: right;
  }
  
  .read-only-value-Babson,
  .read-only-value-BabsonMBA,
  .read-only-value-BabsononeyrMBA,
  .read-only-value-BabsonMBAevening {
    font-weight: bold;
    padding-left: 5px;
  }
  
  /* @end BABSON COLLEGE */

/* @end SCHOOL SPECIFIC */

/* @group HISTORICAL CLASSES */

.Red,
.Red a,
.Red a:hover {
	color: #ED171F;
}

.Blue {
	color: #036;
}

.Uppercase {
	text-transform: uppercase !important;
}

.NoBr {
	white-space: nowrap !important;
}

.TxtNormal {
	font-weight: normal !important;
	font-style: normal !important;
}

.TxtBold {
	font-weight: bold !important;
}

.TxtItalic {
	font-style: italic !important;
}

.TxtLt {
	text-align: left !important;
}

.TxtRt {
	text-align: right !important;
}

.TxtCt {
	text-align: center !important;
}

.TxtLg {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}

.TxtLg a {
  font-size: 14px;
}

.TxtXLg {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 18px;
}

.TxtXLg a {
  font-size: 16px;
}

.TxtXXLg {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 22px;
}

.TxtXXLg a {
  font-size: 20px;
}

.ClearAll {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.ClearRt {
	clear: right;
	display: block;
	height: 0;
	overflow: hidden;
}

.ClearLt {
	clear: left;
	display: block;
	height: 0;
	overflow: hidden;
}

.HorzRule hr {
	display: none;
}

.HorzRule {
  border-bottom: solid 1px #CCC;
	clear: both;
	display: block;
	height: 0;
	margin-bottom: 16px;
}

.HorzRule.RedDotted {
  border-bottom: dotted 1px #ED171F;
}
  
.ErrorMsg {
	color: #ED171F;
	font-weight: bold;
}

ul.ErrorMsg, .ErrorMsg ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 0 16px 0 !important;
}

.ErrorMsg a,
.ErrorMsg a:hover,
.ErrorMsg a:focus {
	color: #ED171F;
	font-weight: bold;
	text-decoration: none;
}

.Note {
	color: #999;
}

.Note a {
	color: #999;
}

.Footnote {
	color: #999;
	font-size: 11px;
}

.Footnote a {
	color: #999;
	font-size: 11px;
}

.Disabled {
	color: #999;
}

.HideAccessible {
	left: -9999px !important;	/* position beyond viewport */
	position: absolute !important;
}

.Indent {
	padding-left: 20px;	
}

.Small {
	font-size: 11px;
}

table p:last-child {
  margin-bottom: 0;
}

.BlackBorder {
	border-collapse: collapse;
}

.BlackBorder td, .BlackBorder th {
	border: solid 1px #000;
}

.GrayBorder {
	border-collapse: collapse;
}

.GrayBorder td, .BlackBorder th {
	border: solid 1px #999;
}

.LtGrayBorder {
	border-collapse: collapse;
}

.LtGrayBorder td, .BlackBorder th {
	border: solid 1px #CCC;
}

/* @end HISTORICAL CLASSES */


/* @group ID CARD REQUEST FORM */

form.RequestCardForm {
	display: block;
	width: 400px;
}

form.RequestCardForm label.FieldLabel {
	display: block;
	float: left;
	margin-top: 7px;
	vertical-align: middle;
	width: 110px;
}

form.RequestCardForm select.PickList,
form.RequestCardForm input.TextField,
form.RequestCardForm textarea.TextArea {
	display: block;
	float: left;
	margin-top: 5px;
	float: left;
	width: 250px;
}

form.RequestCardForm input.TextField.RequestCardZip,
form.RequestCardForm select.PickList.RequestCardGender,
form.RequestCardForm input.TextField.RequestCardBirthDate {
	width: 100px;
}

form.RequestCardForm br {
	clear: both;
}

form.RequestCardForm input.SubmitBtn {
	margin-top: 10px;
}

form.RequestCardForm span.FieldNote {
	color: #999999;
	display: block;
	float: left;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 10px;
}

form.RequestCardForm span.RequiredField {
	color: #ED171F;
	font-weight: bold;
	vertical-align: top;
}

/* @end ID CARD REQUEST FORM */


/* @group CONTACT FORM */

form.ContactForm {
	display: block;
	width: 400px;
}

form.ContactForm label.FieldLabel {
	display: block;
	float: left;
	margin-top: 7px;
	vertical-align: middle;
	width: 110px;
}

form.ContactForm select.PickList,
form.ContactForm input.TextField,
form.ContactForm textarea.TextArea {
	display: block;
	float: left;
	margin-top: 5px;
	float: left;
	width: 250px;
}

form.ContactForm input.TextField.RequestCardZip {
	width: 100px;
}

form.ContactForm br {
	clear: both;
}

form.ContactForm input.SubmitBtn {
	margin-top: 10px;
}

form.ContactForm span.RequiredField {
	color: #ED171F;
	font-weight: bold;
	vertical-align: top;
}

/* @end CONTACT FORM */

