.user-markup p.no-margin {
  padding-bottom: 0;
}

#back-top a {
      	position: fixed;
  		bottom:20px;
  		right: 2%;
  		z-index: 100; 
  		background-color: rgba(0, 0, 0, 0.6);
  		color:#fff;
  		padding:12px 15px;
  		}.
     #back-top a:hover {
  		color:#ccc;
  		}

.user-markup ol.faq {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.user-markup ol.faq>li {
  counter-increment: step-counter;
  margin: 0;
  padding: 6px 0;
  text-indent:0; 
}
 .user-markup ol.faq>li:before{
  	text-align:center;
  	background-color: #3faab2;
  	width:30px;
  	height:30px;
  	padding-top: 12px;
  	border-radius: 15px;
    content: counter(step-counter);
    display:inline-block;
    color:#ffffff;
    font-size: 80%;
    margin:0 .5em 0 .2em;
    line-height:.5;
    position:normal;
    top:-1px 
}
 .user-markup ol.faq>li:hover {
  background-color: #f6f6f6;
}


@media only screen and (max-width:48em){
 	.user-markup ol.faq>li:before{
  	display:block;
        float:left;     
        width:23px;    
        height:23px;   
        padding: 8px 0 8px 2px;
        margin:0 .5em 0 .2em;
	}

     .user-markup ol.faq>li {
         font-size:90%;
         padding: 10px 0 10px 0;
         vertical-align:bottom;
         line-height: 1.2;
    }
}

/* CSS for forms and tables */
textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #efeadf; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.5rem 0.5rem;
      vertical-align: top;
      font-family: franklin-gothic-urw-cond,sans-serif;
      font-weight: 500;
      letter-spacing: 1px;
      color: #791716;
      background: #ffffff; 
      font-size:1em
      }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left;
    vertical-align: top; 
}
  table tr.alt, table tr:nth-of-type(odd) {
    background: #f7f5f0; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }
    
table, tbody, td, tr{
  border: 1px solid #fff;
}
td {
  border: none;
}
table td li {
    font-size: 0.875rem;
    padding:0;
}
.cost {
    text-align:right;
}

/* Standard Forms */
.global-form form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
.global-form form .row .row {
  margin: 0 -0.5rem; }
  .global-form form .row .row .column,
  .global-form form .row .row .columns {
    padding: 0 0.5rem; }
  .global-form form .row .row.collapse {
    margin: 0; }
    .global-form form .row .row.collapse .column,
    .global-form form .row .row.collapse .columns {
      padding: 0; }
    .global-form form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.global-form form .row input.column,
.global-form form .row input.columns,
.global-form form .row textarea.column,
.global-form form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
.global-form label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }

  .global-form label.right {
    float: none !important;
    text-align: right; }
  .global-form label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  .global-form label small {
    text-transform: capitalize;
    color: #791716; }

/* We use this to get basic styling on all basic form elements */
.global-form input[type="text"], .global-form input[type="password"], .global-form input[type="date"], .global-form input[type="datetime"], .global-form input[type="datetime-local"], .global-form input[type="month"], .global-form input[type="week"], .global-form input[type="email"], .global-form input[type="number"], .global-form input[type="search"], .global-form input[type="tel"], .global-form input[type="time"], .global-form input[type="url"], .global-form input[type="color"], .global-form textarea,.global-form input[type="month_day_year"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FAFAFA;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: .5rem 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: .85rem;
  line-height: 1.6;
  text-rendering: optimizelegibility;
    appearance:none;
    -moz-appearance:none;
    color:#0f4c9f;
    padding:0 1.9375rem 0 .5rem;
    border-radius: 0;
    background-clip:padding-box
 }
  .global-form input[type="text"]:focus, .global-form input[type="password"]:focus, .global-form input[type="date"]:focus, .global-form input[type="datetime"]:focus, .global-form input[type="datetime-local"]:focus, .global-form input[type="month"]:focus, .global-form input[type="week"]:focus, .global-form input[type="email"]:focus, .global-form input[type="number"]:focus, .global-form input[type="search"]:focus, .global-form input[type="tel"]:focus, .global-form input[type="time"]:focus, .global-form input[type="url"]:focus, .global-form input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  .global-form input[type="text"]:disabled, .global-form input[type="password"]:disabled, .global-form input[type="date"]:disabled, .global-form input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, .global-form input[type="month"]:disabled, .global-form input[type="week"]:disabled, .global-form input[type="email"]:disabled, .global-form input[type="number"]:disabled, .global-form input[type="search"]:disabled, .global-form input[type="tel"]:disabled, .global-form input[type="time"]:disabled, .global-form input[type="url"]:disabled, input[type="color"]:disabled, .global-form textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  .global-form input[type="text"].radius, .global-form input[type="password"].radius, .global-form input[type="date"].radius, .global-form input[type="datetime"].radius, .global-form input[type="datetime-local"].radius, .global-form input[type="month"].radius, .global-form input[type="week"].radius, .global-form input[type="email"].radius, .global-form input[type="number"].radius, .global-form input[type="search"].radius, .global-form input[type="tel"].radius, .global-form input[type="time"].radius, .global-form input[type="url"].radius, .global-form input[type="color"].radius, .global-form textarea.radius {
    border-radius: 3px; }

.global-form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
.global-form textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
.global-form textarea {
  max-width: 100%;min-height: 8rem;
  white-space: pre-wrap;
}

/* Adjust margin for form elements below */
.global-form input[type="file"],
.global-form input[type="checkbox"],
.global-form input[type="radio"],
.global-form select {
  margin: 0 0 0.88889rem 0;
}
@media only screen and (max-width:48em){
.global-form input[type="checkbox"] {
  margin: 0 6px 0 0;
    }
}
.global-form input[type="checkbox"] + label,
.global-form input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
.global-form input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
.global-form fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.global-form fieldset legend {
    font-weight: normal;
    background: transparent;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
  font-size: 26px;
  font-style: italic;
  font-family: adobe-garamond-pro,serif;
  color: #791716;
 }
    
    
/* Error Handling */
.global-form [data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

.global-form span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.global-form .error input[type="checkbox"],
.global-form .error input[type="radio"] {
  margin-bottom: 1rem; }
.global-form .error label,
.global-form .error label.error {
  color: #f04124; }
.global-form .error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.global-form .error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.global-form .error span.error-message {
  display: block; }

.global-form .error input, .global-form .error textarea, .global-form .error select {
  margin-bottom: 0; }
  
.global-form .error label {
  margin-top: 18px; }
  
.global-form .error label:first-child {
  margin-top: 0; }

.global-form label.error {
  color: #f04124; }

.global-form meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }
  
.global-form .FormHelpText {
  margin:-8px 0 20px 0;padding-top:0;line-height:14px;color: #676767; }
.global-form .error .FormHelpText {
  margin:4px 0 20px 0; }

.global-form input[type="file"]{
   -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  padding: 0;
  color: 676767;
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
  cursor:pointer; 
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: .5rem 0 1rem 0;
}

.global-form label {
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  line-height: 1.25;
  font-size:100%;
  cursor:default;
}
.global-form label[class="radio"], .main-column label[class="checkbox"]{
  font-weight: normal;  
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: .85rem;
  line-height: 1.6;
}
.global-form input[type="checkbox"], .main-column input[type="radio"]{
  margin-right: 0.4em;
  margin-left: 0.4em;
}

.global-form .alert-success {
   color: #791716; 
}

.global-form select{
    color:#0f4c9f;
    padding: 0 .5rem 0 .25rem;
}

.button.small {
    padding: 0.55556rem 1.11111rem 0.61111rem 1.11111rem
    font-size: 0.72222rem;
}




/* Add height value for select elements to match text input height */
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

.global-form select{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-image:url(i/select.png);
    background-size:31px 37px;
    appearance:none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    border-color: #cccccc;
    cursor: pointer;
    -moz-appearance:none;
    text-shadow:none;
    color:#000;
    white-space:nowrap;
    padding:0 1.9375rem 0 .5rem;
    background-clip:padding-box;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.6;
    margin: .5rem 0 1rem 0;
}
.global-form select[multiple] {
    background-image: none;
    padding: 0 .5rem 0 .5rem;
    cursor:pointer;
    text-shadow: none;
}



/* Slate Forms */
.slate div.form_question {
    padding-bottom:5px;
 }
.slate fieldset legend {
    font-weight: normal;
    background: transparent;
    padding-bottom:5px;
    padding-top:5px;
    color: #333;
 }
.slate select {
  background-color: #FAFAFA;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: .85rem;
  line-height: 1.6;
  text-rendering: optimizelegibility;
    color:#0f4c9f;
    padding:0 1.9375rem 0 .5rem;
    margin-bottom:10px;float:left;
    margin-left:0px!important;
 }
div.form_page input[type="password"], div.form_page input[type="text"], div.form_page input[type="email"], div.form_page input[type="tel"], div.form_page input:not([type]), div.form_page select, div.form_page textarea {
  background-color: #FAFAFA;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: .85rem;
  line-height: 1.6;
  text-rendering: optimizelegibility;
}
.slate input {
    margin:0;
 }
.slate input[type="radio"] {
  display: inline-block;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0;
  vertical-align: baseline;
 }

.slate .form_responses select#form_ae8ba41f-c1c8-4974-8b78-b6986bd7c4eb {
    background-image:none;
    background-size: auto;
    appearance: none;
    -moz-appearance: none;
    color: transparent;
    text-shadow: 0 0 0 #000;
    white-space: nowrap;
    padding: 0 1.9375rem 0 .5rem;
    height:7em;
}
select#form_8fe77f05-7631-4ecf-a2f0-660ec41dc9b4_m,select#form_8fe77f05-7631-4ecf-a2f0-660ec41dc9b4_d,select#form_6089a1a3-3ca5-4f7b-a26f-fbf3053f25fc_m,select#form_6089a1a3-3ca5-4f7b-a26f-fbf3053f25fc_d {
  width:32%;float:left;margin-right:10px;margin-top:5px
}

select#form_8fe77f05-7631-4ecf-a2f0-660ec41dc9b4_y, select#form_6089a1a3-3ca5-4f7b-a26f-fbf3053f25fc_y{
  width:32%;float:left;margin-top:5px
}
 @media only screen and (max-width:48em){	
select#form_8fe77f05-7631-4ecf-a2f0-660ec41dc9b4_m,select#form_8fe77f05-7631-4ecf-a2f0-660ec41dc9b4_d,select#form_6089a1a3-3ca5-4f7b-a26f-fbf3053f25fc_m,select#form_6089a1a3-3ca5-4f7b-a26f-fbf3053f25fc_d {
  width:100%;float:none;margin-right:0;margin-top:5px
}
select#form_8fe77f05-7631-4ecf-a2f0-660ec41dc9b4_y, select#form_6089a1a3-3ca5-4f7b-a26f-fbf3053f25fc_y{
  width:100%;float:none;margin-top:5px
}
}


/* CSS for Calendar page */

h4.schedule {
margin-bottom:0;padding:0 0 8px 0;color:#212525;
}
table.schedule td .title {
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 120%;
  color: #791716;
  vertical-align: top;
}
table.schedule td.time {
  vertical-align: top;
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 100%;
  color: #947b4c;
  padding-left:0;
}
table.schedule td, table.schedule td p {
  font-size:100%;
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-rendering: optimizelegibility;
}
table.schedule td .description p {
  margin-bottom: 12px;
}
table.schedule td .description p:last-child {
  margin-bottom: 0;
}
table.schedule td .description {
    line-height: 1.4;
}
table.schedule td:first-child {
    width:160px; padding:10px;
  }
table.schedule .highlight {
  background-color:#efeadf;margin-bottom:1.5em!important;
}
table.schedule.highlight {
  margin-bottom:1.5em!important;
}
@media (max-width: 760px) {

    table.schedule td {
        padding:10px!important;
      }
    table.schedule td:last-child {
        padding:0 10px 10px 10px!important;
      }
    table.schedule td.time {
        padding:10px 10px 0 10px!important;
      }
    table.schedule td {
        width:100%;display:block;
      }
    table.schedule td:first-child {
        padding:10px 0 0 0;
      }
    table.schedule td:last-child {
        padding:0 0 10px 0;
      }
    table.schedule td .title {
      	line-height: 1.2;
  		font-size: 115%;
  		padding:0 0 4px 0;
	}
	table.schedule td .description {
  		font-size:100%;line-height: 1.4;
	}
}

/* CSS for Admission Councelor page */

h2.admission-councelor {
margin-top:20px;
}
table.admission-councelor td.date {
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000
}
table.admission-councelor td.time {
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px
}
table.admission-councelor td.location {
  font-style: italic;
}
  table.admission-councelor th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background-color:#efeadf!important;
  }
@media only screen and (max-width:37.5em){
table.admission-councelor.stacked td.date {
  color: #791716!important;
    }
}


/* Stacked Forms */

table.stacked {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0
  }
  table.stacked th, table.stacked td {
    padding: 10px
  }
  table.stacked th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background-color:#fff
  }
    table.stacked td ul {
        margin:0;
    }
  table.stacked td.center {
    text-align: center;
  }
  @media screen and (max-width: 700px) {
    table.stacked {
      border: 0;
    }

    table.stacked thead {
      display: none;
    }

    table.stacked tr {
      display: block;
    }
    table.stacked td {
      display: block;
      text-align: left;
      padding:8px 20px;
    }
    table.stacked td:last-child {
      margin-bottom: 20px;
    }
    table.stacked td:first-child {
      margin-top: 20px;
    }
    table.stacked td:before {
      content: attr(data-label);
      float: none;
      text-transform: uppercase;
      font-family: franklin-gothic-urw-cond,sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #791716;
      font-size: 110%;
      margin-right:10px;min-width:35px;
    }
    table.stacked td.no-attribute:before {
      content: none;
      float: none;
      text-transform: uppercase;
      font-family: franklin-gothic-urw-cond,sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #791716;
      font-size: 110%;
      min-width:35px;
    }
    table.stacked td.no-attribute:first-child {
      margin-top: 0;
    }
    table.stacked td ul li:before {
      padding:0 0 0 10px;margin:0;
    }
    table.stacked td ul {
      padding:0;margin:0;
    }
  table tr:nth-of-type(even) {
    background: #efeadf; }

  table tr:nth-of-type(odd) {
    background: #f7f5f0; 
  }
  table.stacked td.center {
    text-align: left;
  }
  table.stacked tr td ul {
    line-height: 1.125rem; 
  }
    table.stacked td ul li {
      display:block;width:100%;margin: 0;padding:0 5px 0 10px;
    }
}
/* CSS for tables that use data label  */
@media screen and (max-width: 700px) {
table.stacked {
    margin-top:15px;
    } 
table.stacked tr {
    display: table-row;
    } 
table.stacked td.hide-mobile {
    display: none;
    } 
table.stacked td {
    padding:20px 20px 0px 20px;
    width:100%;
  }
table.stacked td:first-child {
    padding:5px 20px 0px 20px;
  }
 /* Adjust margin for form elements below */
table.stacked td input[type="radio"] {
  margin: 0 0 0 0;
    }
} 

.level-container .main-column article .panes.callout{
    margin-bottom:0;
}


/* Resources Page */

    .user-markup ul.no-bullet li p {
        margin:0;display:inline;font-size:85%;
	}
	.user-markup ul.no-bullet > a::after {
    	content: "";
		color: #262626;
		font-size: .8em;
		vertical-align: middle;
		margin: 0px 0.2em 0px 0px;
		line-height: 0.5;
		position: relative;
		top: -2px;
    	font-family: FontAwesome;
	}
	.user-markup a.pdf::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.external-link::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.doc::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.audio::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.powerpoint::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.excel::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.image::after {
    	content: " ";
    	font-family: FontAwesome;
    }
	.user-markup a.lock::after {
    	content: " ";
    	font-family: FontAwesome;
    }
    .user-markup a.you-tube::after {
    	content: " ";
    	font-family: FontAwesome;
    }
    .user-markup a.text::after {
        content: " ";
    	font-family: FontAwesome;
    }
    
    .user-markup a.file-general::after {
        content: " ";
        font-family: FontAwesome;
    } 
    
    .user-markup a.google-apps::after {
        content: " ";
        font-family: FontAwesome;
    } 
    
    a.arrow-behind::after {
        content: " ";
        font-family: FontAwesome;
    }
    
    .left-nav a.lock::after {
    	content: " ";
    	font-family: FontAwesome;
    	font-size: .8em;
    	vertical-align:middle;
     	position:relative;
    	top:-2px;
    }
	.left-nav li.grandchild a.lock::after{
    	content: " ";
    	font-family: FontAwesome;
   		font-size:.65em;
    	vertical-align:middle;
    	position:relative;
    	top:-1px;
	}
    .left-nav li a.external-link::after {
    	content: " ";
    	font-family: FontAwesome;
   		font-size:.65em;
    	vertical-align:middle;
    	position:relative;
    	top:-1px;
	} 
	.left-nav li.grandchild a.external-link::after {
    	content: " ";
    	font-family: FontAwesome;
   		font-size:.65em;
    	vertical-align:middle;
    	position:relative;
    	top:-1px;
	}  
    
	.left-nav a.pdf::after {
    	content: " ";
    	font-family: FontAwesome;
    	font-size: .8em;
    	vertical-align:middle;
     	position:relative;
    	top:-2px;
    }
	.left-nav li.grandchild a.pdf::after{
    	content: " ";
    	font-family: FontAwesome;
   		font-size:.65em;
    	vertical-align:middle;
    	position:relative;
    	top:-1px;
	}
    
    
    
    
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bxslider-old .bx-wrapper {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
	*zoom: 1;
  box-shadow: none;
  border: none;
}


.bxslider-old .bx-wrapper img {
	max-width: 100%;
	display: block;
}


/* IMAGE CAPTIONS */

.bxslider-old .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
    background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
}

.bxslider-old .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Laura Levin addition */

.bxslider-old .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
}
.bxslider-old .bx-wrapper {
  width: 100%;
  max-width:500px!important;
  display: block;
}

.bxslider-old #bx-pager {
  text-align: center;
  margin-top: -55px;  margin-bottom: 30px;
}

.bxslider-old #bx-pager a img{
  padding-bottom: 6px;
}



.bxslider-old .bx-wrapper .bx-controls-direction a {
  margin-top: -1.5em;
  width: 2.4em;
  height: 4.8em;
}

.bxslider-old .bx-wrapper .bx-controls-direction .bx-next, .bxslider-old .bx-wrapper .bx-controls-direction .bx-prev {
  background-size: 20px 66px;
}

.no-touch .bxslider-old .bx-wrapper .bx-controls-direction .bx-next:hover {
  background-position: 1.18em center;
}

.bx-wrapper{
        background-color:#000;color:#fff;
	}
.bxslider4.no-list-styling li img.vertical {
    	max-width:300px!important;float:left;display:block;margin-right: 25px;
	}
.bx-wrapper ul{
    	margin-top:0;
	}
.bx-wrapper .caption{
    	padding:20px 25px 20px 25px;display: block;
    font-family:inherit;
    font-weight:400;
    font-size:1rem;
    line-height:1.6;
    text-rendering:optimizeLegibility
	}



@media only screen and (max-width:60.0625em){
.bxslider4.no-list-styling li {
	padding:15px!important;
	}
.bx-wrapper .caption{
    	padding:20px 20px 15px 20px;display: block;float:none;
	}
.bxslider4.no-list-styling li img.vertical {
    	margin:auto;display: block;float:none;
	}
}


@media only screen and (max-width:24em){
.bxslider4.no-list-styling li img.vertical {
    	max-width:300px!important;float:none;display:inline-block;margin: 0;
	}
.bxslider4.no-list-styling li {
	padding:0!important;
	}
.bx-wrapper .caption{
    padding:15px;display: block;
	}
}

.bx-wrapper{
        background-color:#000;color:#fff;
	}
.bxslider4.no-list-styling li img.vertical {
    	max-width:300px!important;float:left;display:block;margin-right: 25px;
	}
.bx-wrapper ul{
    	margin-top:0;
	}
.bx-wrapper .caption{
    	padding:20px 25px 20px 25px;display: block;
    font-family:inherit;
    font-weight:400;
    font-size:1rem;
    line-height:1.6;
    text-rendering:optimizeLegibility
	}



@media only screen and (max-width:60.0625em){
.no-list-styling.bxslider4 li {
	padding:15px!important;
	}
.bx-wrapper .caption{
    	padding:20px 20px 15px 20px;display: block;float:none;
	}
.no-list-styling.bxslider4 li img.vertical {
    	margin:auto;display: block;float:none;
	}
}


@media only screen and (max-width:24em){
.bxslider4.no-list-styling li img.vertical {
    	max-width:300px!important;float:none;display:inline-block;margin: 0;
	}
.no-list-styling.bxslider4 li {
	padding:0!important;
	}
.bx-wrapper .caption{
    padding:15px;display: block;
	}
}


/* CLA background image */
@media only screen and (min-width:48em){
    .masthead-default.cla{
        background-image:url(i/cla/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center;
        display:block;
    }
}
.no-masthead .level-container.cla{
    background-image:url(i/cla/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.cla{
    background-image:url(i/cla/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}

/* CLA background image */
@media only screen and (min-width:48em){
    .masthead-default.catalog{
        background-image:url(i/catalog/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.catalog{
    background-image:url(i/catalog/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.catalog{
    background-image:url(i/catalog/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}

/* MBA background image */
@media only screen and (min-width:48em){
    .masthead-default.mba{
        background-image:url(i/mba/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.mba{
    background-image:url(i/mba/background-default-bottom.jpg),url(i/background-grain.jpg)
}
.level-container.mba{
    background-image:url(i/mba/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}

/* Law background image */
@media only screen and (min-width:48em){
    .masthead-default.law{
        background-image:url(i/law/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.law{
    background-image:url(i/law/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.law{
    background-image:url(i/law/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}


/* Law Library background image */
@media only screen and (min-width:48em){
    .masthead-default.lawlib{
        background-image:url(i/law-library/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.lawlib{
    background-image:url(i/law-library/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.lawlib{
    background-image:url(i/law-library/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}

/* hfma background image */
@media only screen and (min-width:48em){
    .masthead-default.hfma{
        background-image:url(i/hfma/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.hfma{
    background-image:url(i/hfma/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.hfma{
    background-image:url(i/hfma/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}


/* theatre background image */
@media only screen and (min-width:48em){
    .masthead-default.theatre{
        background-image:url(i/theatre/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.theatre{
    background-image:url(i/theatre/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.theatre{
    background-image:url(i/theatre/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}

/* academy background image */
@media only screen and (min-width:48em){
    .masthead-default.academy{
        background-image:url(i/academy/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.academy{
    background-image:url(i/academy/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.academy{
    background-image:url(i/academy/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}


/* generic background image */
@media only screen and (min-width:48em){
    .masthead-default.generic{
        background-image:url(i/generic/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.generic{
    background-image:url(i/generic/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.generic{
    background-image:url(i/generic/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}


/* generic2 background image */
@media only screen and (min-width:48em){
    .masthead-default.generic2{
        background-image:url(i/generic2/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.generic2{
    background-image:url(i/generic2/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.generic2{
    background-image:url(i/generic2/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}


/* generic3 background image */
@media only screen and (min-width:48em){
    .masthead-default.generic3{
        background-image:url(i/generic3/background-default.jpg);
        background-repeat:no-repeat;
        background-position:top center
    }
}
.no-masthead .level-container.generic3{
    background-image:url(i/generic3/background-bottom-default.jpg),url(i/background-grain.jpg)
}
.level-container.generic3{
    background-image:url(i/generic3/background-191.jpg),url(i/background-grain.jpg);
    background-repeat:no-repeat,repeat-x;
    background-position:top center,top center
}


/* About History Page */

.user-markup table.wu-history th.date {
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.9375rem 0px 0.3125rem 0px;
  font-size:1.6875rem;
  padding:0.9375rem 0px 0.3125rem 0px;
  color: #791716;
  background: #fff
}
.user-markup table.wu-history td {
  padding: 1.25em;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizelegibility;
  background: #efeadf; 
}


/* Trustee listing in about */

p.person {
    padding: 0 0 .6em 0;

}
p.person span.name{
    font-weight:bold;
    color:#791716
}

p.person span.term, p.person span.term {
	font-size: 90%;    
	display: block;
	font-style: italic;
	margin:.5rem .9375rem 0 98px
}
p.person span.profession {
    font-size: 90%;    
    display: block;
    margin:0 .9375rem 0 .3125rem
    }
p.person span.role {
    display: block;
    font-family:franklin-gothic-urw-cond,sans-serif;
    font-weight:700;
    font-weight:500;
    line-height:1;
    margin:.5rem .9375rem 0 98px
}

/* Newsletter listing, Brushstrokes */
@media only screen and (min-width:48.125em){
    .two-column article .callout-image.newsletter {
  		width: 17%;
  		float: left;
  		padding:20px 0 20px 20px;
	}
	.two-column article .callout-content.newsletter {
  		width: 80%;
	}
}
@media only screen and (max-width:48.125em){
	.two-column article .callout-image.newsletter {
  		padding:20px 0 0 0;margin:0 auto;
	}
}

/* Core pages w masthead - no gallery - overlay image - adjustment css */

@media only screen and (min-width:48em){
    .masthead.no-content-box.no-gallery .masthead-svg-container{
        height:calc(100% - 165px);
        top:190px
    }
}
@media (max-width:36em){
     .masthead.no-content-box.no-gallery .masthead-svg-container{
        top:35px
    }
}
@media (max-width:48em){
     .masthead.no-content-box.no-gallery .masthead-svg-container{
        top:35px
    }
}
@media only screen and (min-width:70.25rem){
     .masthead.no-content-box.no-gallery .masthead-svg-container{
        top:165px
    }
}

/* HFMA collection page search */

.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.77778rem;
  height: 2.31rem;
  line-height: 2.02556rem;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
  margin-top: 31px;
}

/* HFMA collection pages */

.callout-image-caption{
    padding:25px;font-size: 90%;
}
.callout-image-caption ul{
	font-size: 100%;
}
@media only screen and (max-width:48em){
	.callout-image-caption{
		padding-bottom:0;
	}
}
.callout-image-caption{
	padding:5px 25px 25px 25px;font-size: 90%;
}
.callout-image-caption ul{
	font-size: 100%;
}
@media only screen and (max-width:60.0625em){
	.callout-image-caption{
		padding-bottom:0!important;
	}
}


/* SAGA winners */

.avatar {
                border-radius: 50%;
                overflow: hidden;
                width: 60px!important;  
                height: 60px!important; 
                float:right!important; 
                margin:12px;
   }
    .avatar img {
               display: block;
               min-width: 100%;
               min-height: 100%;
	}

.level-container .main-column article .panes.callout{
	margin-bottom:0!important;
}


.masthead-overlay-image{
    text-align:center;
    margin:0 auto;
    height:calc(100% - 90px);
    max-width:38.125em
}


/* CSS for HFMA exhibition landing pages */

.callout.with-image.user-markup.exhibitions.clearfix .callout-image.exhibition {
      		width:150px;
		}
@media only screen and (min-width:60.0625em){
.callout.with-image.user-markup.exhibitions.clearfix .callout-image.exhibition {
  			margin-top:20px!important;float:left!important;margin-left:20px;
		}
.callout.with-image.user-markup.exhibitions.clearfix .callout-image.exhibition p.caption {
      	font-size:80%;width:100%;margin:0!important;margin-top:10px!important;padding-bottom:15px!important;
            }
.callout.with-image.user-markup.exhibitions.clearfix .callout-content.exhibition {
  		width:75%!important;
	       }
}

@media only screen and (max-width:60.0625em){
.callout.with-image.user-markup.exhibitions.clearfix .callout-image.exhibition p.caption {
  		       font-size:80%;width:100%;margin:0!important;margin-top:10px!important;margin-left:10px!important;
	        }
.callout.with-image.user-markup.exhibitions.clearfix .callout-content.exhibition {
  		width:75%!important;
	       }
}
	@media only screen and (max-width:48.125em){
		.callout-image.exhibition {
  			margin:0 auto!important;margin-top:20px!important;width:100%!important;max-width: 150px;
		}
                .callout-image.exhibition p.caption {
  		       font-size:90%;width:100%;margin:0!important;margin-top:10px!important;
	        }
.callout.with-image.user-markup.exhibitions.clearfix .callout-content.exhibition {
  		width:100%!important;
	       }
        }
            

/* CSS for CLA catalog */
        
.masthead-content-box.catalog {
          text-align: left;
      	background-color: rgba(16, 16, 16, 0.9);
  		padding-top: 1.25rem 1.5625rem 1.5625rem 1.5625rem;
  		width: 68rem;
  		margin: 0px;
	}
	.masthead-content-box.catalog select {
  		width: 70%;
	}
	.masthead .masthead-content-box.catalog {
  		left: .7rem;
  		bottom: 9%;
	}
	

	.masthead .masthead-content-box.catalog label {
  		display:block;
  color:#fff;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size:100%;
  cursor:default;
	}
	.masthead button, .masthead input, .masthead label, .masthead select, .masthead input{
  		vertical-align: middle;display: inline-block;margin-right: 0.9375rem;
	}

.masthead .masthead-content-box.catalog select{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-size:31px 37px;
    appearance:none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    cursor: pointer;
    -moz-appearance:none;
    color:#333;
    text-shadow: none;
    white-space:nowrap;
    padding:0 1.9375rem 0 .5rem;
    background-clip:padding-box;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.6;
    border:none;
}
.masthead .masthead-content-box.catalog input{
    width: 80%; margin:0; margin-right: 0.9375rem; 
}
.masthead .masthead-content-box.catalog select.narrow{
    width:28%;margin:0; margin-right: -5px;
}
.masthead .masthead-content-box.catalog input.narrow{
    width:48%;margin:0; margin-right: 0.9375rem;
}
.masthead .masthead-content-box.catalog input.search{
    margin-right: -5px; 
}
.masthead .masthead-content-box.catalog button.search-icon{
    padding:0 12px;
}
@media only screen and (max-width:82.25rem){
    .masthead .masthead-content-box.catalog {
  	bottom: 0%;
    }
}

@media only screen and (max-width:70.25rem){
    .masthead .masthead-content-box.catalog {
  	bottom: 0%;
    }
.masthead-content-box.catalog {
  	padding: 1rem 1rem 1rem 1rem;
	}
}

@media only screen and (min-width:48em){
    .masthead.catalog .masthead-svg-container{
        height:calc(100% - 165px);
        top:85px
    }
	.masthead .masthead-content-box.catalog input.narrow{
    	width:48%;margin:0; margin-right: 0.9375rem;
	}
.masthead .masthead-content-box.catalog {
  width:98%;
	}
}


@media only screen and (max-width:60.0625em){
.masthead-content-box.catalog {
    background-color:transparent;
    width:100%;
	}
	.masthead-content-box.catalog select {
  		width: 100%;
	}
.masthead .masthead-content-box.catalog input{
    width: 80%;
}
.masthead .masthead-content-box.catalog select.narrow{
    width:100%;margin:0; margin-right: -5px; margin-bottom:10px;
}
.masthead .masthead-content-box.catalog input.narrow{
    width:100%;margin:0; margin-right: -5px; margin-bottom:10px;
}
.masthead .masthead-content-box.catalog input.narrow.no-margin{
    width:100%;margin:0; margin-right: -5px; margin-bottom:0;
}
.masthead .masthead-content-box.catalog input.narrow.no-margin{
    width:100%;margin:0; margin-right: -5px; 
}
.masthead .masthead-content-box.catalog input.search{
    width:100%;
    }
}


@media (min-width:36em){
    .catalog .masthead-overlay-image img{
        padding:5.25em 0 0
    }
}
@media only screen and (min-width:70.25rem){
    .catalog .masthead-overlay-image img{
        padding:5% 0 0
    }
}
@media only screen and (min-width:60.0625em){
    .catalog .masthead-overlay-image{
        height:calc(100% - 150px)
    }
.masthead.catalog .masthead-content-box.catalog input.search{
    width:59%;
    }
.masthead.catalog .masthead-content-box.catalog input.narrow{
    width:50%;
}
.masthead.catalog .masthead-content-box.catalog select.narrow{
    width:18%;margin:0; margin-right: -5px;
}
}
@media only screen and (min-width:70.25rem){
    .catalog .masthead-overlay-image{
        padding:5% 0 0
    }
}
@media (min-width:77.5em){
    .catalog .masthead-overlay-image{
        padding:8% 0 0
    }
}

.button-group li.info {
  background-color: #dddddd;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
.button-group li.info:hover {
  background-color: #aaaaaa;
}
.button-group li.info a:hover {
  text-decoration:none;
}

.masthead.catalog h3, .masthead.catalog p, .masthead.catalog li,.masthead.catalog {
color:#fff;
}


@media (max-width:82.25rem){
.button-group .button {
  padding-top: 0.315em;
  padding-right: .5em;
  padding-bottom: 0.315em;
  padding-left: .5em;
  margin-bottom:0;
}
}
@media only screen and (max-width:60.0625em){
.button-group .button {
  margin-top: 0.75em;
  margin-right: 0.25em;
  margin-bottom: 0.75em;
  margin-left: 0px;
  padding-top: 0.625em;
  padding-right: 1em;
  padding-bottom: 0.625em;
  padding-left: 1em;
}
}


.alert-box {
  border-style: solid;
  border-right:none;
  border-left:none;
  border-top-width: 0.4375rem;
  border-bottom-width: 0.4375rem;
  display: block;
  font-size: 0.72222rem;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  padding-top: 0.77778rem;
  padding-right: 1.33333rem;
  padding-bottom: 0.77778rem;
  padding-left: 0.77778rem;
  position: relative;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  background-color: #008cba;
  color: #ffffff;
}
.alert-box.alert{
  background-color: #aa312e;
  border-color: #791716;
  color: #ffffff;
}
.alert-box.alert a{
  color: #ffffff;
  text-decoration:underline;
}





/* Added for people search*/

div#wupersonresults {
    margin: 0 0 8px 0;
}
.wupersonresultcount {
  font-weight: 700;color: #333;padding:0 0 20px 0;font-size:16px;margin: 18px 0 28px 0;border-bottom:1px solid #ddd;
}
ul.wuperson span.type {
    display:inline;
    text-transform:capitalize!important;
}
ul.wuperson {
    list-style:none;
    margin-bottom:3px;
}
li.wupersonname {
    font-size: 1.15em;
    font-weight: 300;
    display:inline;
    margin-right:8px;
}
.wupersonemail {
        display:inline;
        margin-right:8px;
        margin-left:8px;
}
.wupersontitle {font-weight:bold;}
img.wupersonphoto {max-width:100px;margin-top:5px;margin-bottom:10px;display: block;}
.wuperson.details {cursor: pointer;}

.wuperson.details li:before {
    content:" \f13a "!important;
    font-family: FontAwesome; 
	color: ccc!important;
	speak: none;
	text-transform: none;
	line-height: 1;
	margin-left:-5px;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;font-size:95%!important;
	}

	.user-markup .wuperson.details ul li::before {
    	        content: "";
	}

.wuperson .wupersondetails {
	background-color:#efeadf;
        padding:10px; 
        margin:10px 0; 
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

.wuperson.details.hidedetails li:before { font-family: FontAwesome!important; content:" \f138 "!important;color:#999!important;} 
.wuperson.details.hidedetails li {color: #000;} 

.gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-cursor-page {
  color: #690a0a!important;
}
.gsc-results .gsc-cursor-box{
  margin-top:35px!important;
}


/* Added for OSA OD Leader Profiles*/

div.leader {
    width: 100%;
    float: left;
    padding-top: 20px;
    margin-bottom: 5px;
}

    div.leader img {
        float: left;
        clear: both;
        padding: 3px;
        margin: 10px 5px 15px 0;
        max-width: 120px;
    }


    div.leader p.name {
        color: #690a0a;
        font-size: 160%;
        font-weight: bold;
        margin: 0;
    }

 

div.leader dl {
    margin: 0 0 20px 130px;
    }


    
    div.leader h5 {
        margin: 15px 0 0 130px;
    }

    div.leader p {
        margin: 0 0 5px 130px;
    }
    div.leader p.name {
        margin: 0 0 0 130px;
    }
div.leader dl dt {
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  font-size:160%;
  line-height: 1;
  margin-top: 0.9375rem;
  margin-right: 0px;
  margin-bottom: 0.3125rem;
}

div.jump {
    margin: 15px 0;
}

  div.leader {
        background-color: #efeadf;padding:20px;margin-bottom:25px;
    }


@media only screen and (max-width:48em){
div.leader {
    width: 100%;
    float: none;
    padding-top:  x0px;
    margin-bottom: 5px;
}

    div.leader img {
        float: none;
        clear: none;
        padding: 3px;
        margin: 0 auto;
        max-width: 120px;
    }
    
    div.leader h5 {
        margin: 15px 0 0 0px;
    }

    div.leader p {
        margin: 0 0 5px 0px;
    }
    div.leader p.name {
        margin: 0 0 0 0px;
    }

div.leader dl {
    margin: 0 0 20px 0px;
    }
 }
 
/* Academics major and minor listing space issue */

.accordion .accordion-navigation .content .degrees li {
  padding-right: 5px;
}

/* CSS for CLA catalog */

        
.masthead-content-box.catalog {
          text-align: left;
          background-color: rgba(16, 16, 16, 0.9);
  		padding-top: 1.25rem 1.5625rem 1.5625rem 1.5625rem;
  		width: 68rem;
  		margin: 0px;
	}
	.masthead-content-box.catalog select {
  		width: 70%;
	}
	.masthead .masthead-content-box.catalog {
  		left: .7rem;
  		bottom: 9%;
	}
	

	.masthead .masthead-content-box.catalog label {
  		display:block;
  color:#fff;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size:100%;
  cursor:default;
	}
	.masthead button, .masthead input, .masthead label, .masthead select, .masthead input{
  		vertical-align: middle;display: inline-block;margin-right: 0.9375rem;
	}

.masthead .masthead-content-box.catalog select{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-size:31px 37px;
    appearance:none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    cursor: pointer;
    -moz-appearance:none;
    color:#333;
    text-shadow: none;
    white-space:nowrap;
    padding:0 1.9375rem 0 .5rem;
    background-clip:padding-box;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.6;
    border:none;
}
.masthead .masthead-content-box.catalog input{
    width: 80%; margin:0; margin-right: 0.9375rem; 
}
.masthead .masthead-content-box.catalog select.narrow{
    width:28%;margin:0; margin-right: -5px;
}
.masthead .masthead-content-box.catalog input.narrow{
    width:48%;margin:0; margin-right: 0.9375rem;
}
.masthead .masthead-content-box.catalog input.search{
    margin-right: -5px; 
}
.masthead .masthead-content-box.catalog button.search-icon{
    padding:0 12px;
}
@media only screen and (max-width:82.25rem){
    .masthead .masthead-content-box.catalog {
  	bottom: 0%;
    }
}

@media only screen and (max-width:70.25rem){
    .masthead .masthead-content-box.catalog {
  	bottom: 0%;
    }
.masthead-content-box.catalog {
  	padding: 1rem 1rem 1rem 1rem;
	}
}

@media only screen and (min-width:48em){
	.masthead .masthead-content-box.catalog input.narrow{
    	width:48%;margin:0; margin-right: 0.9375rem;
	}
.masthead .masthead-content-box.catalog {
  width:98%;
	}
}


@media only screen and (max-width:60.0625em){
.masthead-content-box.catalog {
    background-color:transparent;
    width:100%;
	}
	.masthead-content-box.catalog select {
  		width: 100%;
	}
.masthead .masthead-content-box.catalog input{
    width: 80%;
}
.masthead .masthead-content-box.catalog select.narrow{
    width:100%;margin:0; margin-right: -5px; margin-bottom:10px;
}
.masthead .masthead-content-box.catalog input.narrow{
    width:100%;margin:0; margin-right: -5px; margin-bottom:10px;
}
.masthead .masthead-content-box.catalog input.narrow.no-margin{
    width:100%;margin:0; margin-right: -5px; margin-bottom:0;
}
.masthead .masthead-content-box.catalog input.narrow.no-margin{
    width:100%;margin:0; margin-right: -5px; 
}
.masthead .masthead-content-box.catalog input.search{
    width:100%;
    }
}


@media (min-width:36em){
    .catalog .masthead-overlay-image img{
        padding:5.25em 0 0
    }
}
@media only screen and (min-width:70.25rem){
    .catalog .masthead-overlay-image img{
        padding:5% 0 0
    }
}
@media only screen and (min-width:60.0625em){
    .catalog .masthead-overlay-image{
        height:calc(100% - 150px)
    }
.masthead.catalog .masthead-content-box.catalog input.search{
    width:59%;
    }
.masthead.catalog .masthead-content-box.catalog input.narrow{
    width:50%;
}
.masthead.catalog .masthead-content-box.catalog select.narrow{
    width:18%;margin:0; margin-right: -5px;
}
}
@media only screen and (min-width:70.25rem){
    .catalog .masthead-overlay-image{
        padding:5% 0 0
    }
}
@media (min-width:77.5em){
    .catalog .masthead-overlay-image{
        padding:8% 0 0
    }
}

/* CSS for law longlib landing page */
     .law .masthead-content-box, .law .masthead-content-box h3 {
          color: #fff;
    } 
     .law .masthead-content-box a:visited {
          color: #0f959f;
    } 
  .law .masthead-content-box ul.quicklist>li{
    text-indent:-11px;
    padding:0 0 0 .75em
}
  .law .masthead-content-box ul.quicklist>li:before{
    content:'\2022';
    display:inline-block;
    color:#c0ac7e;
    font-size:1em;
    vertical-align:middle;
    margin:0 .2em 0 0;
    line-height:.5;
    position:relative;
    top:-2px
}

    .user-markup .red {
  		color: #791716;
	}
  @media screen and (max-width: 600px) {
	table.stacked td {
      width: 100%!important;
    }
    }
    
table.stacked.honor-roll td {
  width:33%;float:left;
}

    

    
/* CSS for support honor roll */

  @media screen and (max-width: 600px) {
table.stacked.honor-roll td {
  float:none;
}
  table.stacked.honor-roll tr:nth-of-type(even) {
    background: #f7f5f0; }

table.stacked.honor-roll tr{
  border: none!important;
}
    table.stacked.honor-roll td:last-child {
      margin-bottom: 0;
    }
    table.stacked.honor-roll td:first-child {
      margin-top: 0;
    }
    }


.print_only {
    display: none;
}
    
.code-generated-field {
    border: 1px solid #dddddd;padding:5px 5px 5px 8px;margin-top:8px;margin-top:8px;
}


/* CSS IAM news landing page */

.callout.with-image.left-align .callout-image.iam{
  float: left;
  position: relative;
  width: 40%;
}

.callout.with-image.left-align .callout-content.iam {
  float: left;
  position: relative;
  width: 60%;
}

/* CSS caption calls for callout well */

.callout p.caption{
    font-size:80%;
    padding-bottom:1.25em;
    margin-top: 0    
}

/* css for narrow button to prevent full width for vertical call to action plugin */
.level-container .main-column article .callout.no-image.narrow {
    max-width:31.25rem;
    margin:1.5em auto
}
.button.narrow{
  width: 36%;
}
    .callout button.narrow{
       width: 36%;
    }
@media only screen and (max-width:48em){
   .button.narrow{
       width: 100%;
   }
    .callout button.narrow{
       width: 36%;
    }
}
/* css override to add a click event for search */
 form.global-search input {
      padding-right:35px;
}
 form.global-search input.fa-search {
  	top: 2px;
    height:2.075rem;
    width:2rem;
    padding-right:0;
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
    background-color: transparent
}


/* 24h of giving time countdown */
.countdown .unit {padding: 0 8px 0 0;display:inline-block;font-family: franklin-gothic-urw-cond,sans-serif;font-weight: 500;letter-spacing: 1px;}
.countdown .time {font-size:160%;color: #791716;}
.countdown .abbr {display:inline-block;font-size:100%;color: #791716;}



            
/* Employee Forum Form */     
.progress {  margin: 0 auto 1rem auto;  padding: 0;  width: 100%;  height: 20px;  overflow: hidden;  background: #e5e5e5;}
.meter { position: relative; float: left;  min-width: 1%;  height: 100%; }
.percent {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; color: #fff;  font-size:80%!important;}
.meter.cardinal {background: #791716;}
.total {margin: 0; color: #999;font-size:80%!important;position: absolute;top: 5%; right: 3%;}
@media (max-width:36em){
.total {right: 8%;}
.percent {font-size:50%!important;overflow: hidden;}
.total {font-size:50%!important;top: 10%;}
}

/* multi callout if more than three events are related - fix for spacing issue */     
@media only screen and (min-width:48em){
    .callout-group.multi-callout.more-than-three {
        margin: 0 0 .4em 0
    }
    .callout-group.multi-callout.more-than-three.first-row {
        margin: 1.5em 0 .4em 0
    }
}


/* 24h WU hompepage leaderboard widget data */ 
.widget-wrapper{
        background-color: #efeadf;padding:20px;margin-bottom:18px;
    }
.widget-wrapper h2{
        font-size:200%;
        margin:0 0 10px 0;
        padding:0 0 5px 0;
    }
.widget-wrapper p{
        line-height:22px;font-size:90%;
    }


/*CLA Colloquium form registration */
.form-accordion .accordion .accordion-navigation .accordion-header{
    padding-top:10px;
}

.no-touch .form-accordion .accordion .accordion-navigation .trigger > a:hover {
    background-color: #fff;
    color:#791716!important;
}
.no-touch .form-accordion .accordion .accordion-navigation.active .trigger > a:hover {
    background-color: #791716!important;
    color:#fff!important;
}
.form-accordion .accordion .accordion-navigation .trigger>a:before{
    display:none
}
.form-accordion .accordion .accordion-navigation .content {
  padding:1em 1.5em 0 1.2em;
}
.form-accordion .accordion p {
  font-size:90%;
}
.form-accordion .accordion .accordion-navigation .trigger>a:after{
    display:inline;
    width:1em;
    margin:0 .25em 0 0;
    vertical-align:middle;
    content:"";
    color:#efeadf;
    font-size:1.5em;
    font:normal 16px/1 FontAwesome;
    color:#2E7E84
}
.form-accordion .accordion .accordion-navigation.active .trigger>a:after{
    content:"";
    color:#fff;
}
.form-accordion .accordion .accordion-navigation .trigger>a:after{
    margin-left:.3em
}    
.global-form .form-accordion .accordion-checkbox {
	margin-left:20px;
}
@media (max-width:48em){
.global-form .form-accordion .accordion-checkbox {
	margin-left:16px;
	}
.form-accordion .accordion .accordion-navigation .trigger > a {
  font-size:90%;
}
.form-accordion .accordion .accordion-navigation .content{
  padding-right: .5em;
  padding-left: .5em;
}
.form-accordion .accordion .accordion-navigation .accordion-header {
    padding: 10px 0;
}
}
.form-accordion .accordion .accordion-navigation .trigger>a{
    display:inline-block;
    padding:0;
    text-indent: 0;
    font-size:1.125em
}
.global-form .form-accordion .accordion-checkbox {
   width: 15px; height: 15px;
}

/* WITS service catalog */

.accordion a.program-link:after{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0)
}
.accordion .program-link {
    display:block;
    margin:0 0 .3125rem;
    font-family:franklin-gothic-urw-cond,sans-serif;
    font-weight:700;
    font-weight:500;
    line-height:1;
    color:#262626;
    font-size:2.0625em
}
.accordion a.program-link{
    color:#262626
}
.accordion a.program-link:after{
    font-size:.75em;
    width:1em;
    color:#57b5bc;
    content:"";
    vertical-align:middle;
    display:inline-block;
    margin:-.125em 0 0 .3125em;
    transition-property:all;
    transition-duration:.25s
}
.accordion a.program-link:hover{
    text-decoration:none
}
.accordion a.program-link:hover:after{
    margin-left:.175em
}

.accordion .right.image{
    width:250px;
}
@media (max-width:48em){
.accordion .right.image{
    width:100%;padding-left:0;
    }
}

/* News share button */
.button#js-button-share {
  margin-top:1.5em;
}


/* Support Stelter third tier active link */
nav .third-tier-selected::before{
    font-family: FontAwesome;
    color:#ffffff;
    content: " ";
    font-size:.625em;
    vertical-align:middle;
    position:relative;
    top:-1px;
    margin:0 .3125em 0 .3125em
}


.callout img.callout-image {
width: 30%; height: 30%; float: right;margin:0 0 25px 25px;
}

@media only screen and (max-width:48em){
.callout img.callout-image {
width: 50%!important; height: 50%!important; float: left;margin:0 25px 25px 0;
}
}

@media (max-width:28.5em){
.callout img.callout-image {
width: 100%!important; height: 100%!important; margin-bottom:10px;
}
}

/* Print CSS */

.print-only {
    display:none; 
    } 
    
    
/* Willamette Law online */
.level-container .main-column article .callout.wlo {
   margin-top:0;
}

/* form hide */
.hide-section {
    display:none; 
    } 
    
/* Global Header split */
.header .logo2{
    width:auto;
    height:2.25rem;
    margin:.4375rem 0;
    position:absolute;
    top:0;
    left:142px
    }
    
@media only screen and (min-width:48em){
    .header .logo2{
        height:3.25rem;
        margin:.3125rem 0;
        left:205px
    }
}
@media only screen and (min-width:70.25rem){
    .header .logo2{
        height:3.875rem;
        margin:.125rem 0;
        left:245px
    }
}

.gold {
    color:#947b4c;
}



/* Emma iframe sign-up form hack*/
/* Controls width of your form */
.e2ma_signup_form {
    width: 100%;
    margin: auto;
}
/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form input[type=email],
.e2ma_signup_form textarea,
.e2ma_signup_form select[multiple=multiple] {
    border: 1px solid #ccc;
}
.e2ma_signup_form input[type="text"]:focus,
.e2ma_signup_form input[type="email"]:focus,
.e2ma_signup_form textarea:focus,
.e2ma_signup_form select[multiple=multiple]:focus {
    outline: none;
    border: 1px solid #46AFD8;
}
.e2ma_signup_form textarea {
	min-height: 138px;
}
.e2ma_signup_form select[multiple=multiple] {
    height: 72px;
    padding-left: 0;
}
/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	margin-bottom: 5px;
}
/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}
/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
    margin:20px 0;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	margin-top: 5px;
}

/* Removes the bullets to the left of list items on the sign up pages */
.e2ma_signup_form_element li {
	list-style: none;
	font-size: 13px;
	color: #40454f;
}

.e2ma_signup_form_element ul {
	padding-left: 0;
	margin: 5px 0 0;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
    min-width:150px;
    font-size: 14px;
    color: #40454F;
    font-weight: 600;
    padding-top: 10px;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	margin-bottom:10px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
    margin-top: 10px;
	margin-bottom: 5px;
    font-size: 13px;
    color: #40454F;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color: #E96058;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float: left;
	margin-top: 10px;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
    display:none;
}
.e2ma_signup_form_button_row input {
    background-color: #0f959f;
    color: #ffffff;  
    padding: 8px 20px;
    margin-top:10px;
    border:none;
}

.user-markup .e2ma_signup_form ul > li{
  text-indent: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0.75em;
}

.user-markup .e2ma_signup_form ul > li:last-child{
      margin: 0px 0px 25px 0px;
}

	.user-markup .e2ma_signup_form ul > li::before {
    content: "";
		color: #262626;
		font-size: .8em;
		vertical-align: middle;
		margin: 0px 0.2em 0px 0px;
		line-height: 0.5;
}

/* For news room allows to flow profile images to left and in mobile makes image full width. */
.user-markup .profile-image img, .user-markup img.profile-image {
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 0px;
  float: left;
}
@media only screen and (max-width:30em){
    .user-markup .profile-image, .user-markup .profile-image img {
        width:100%;
        padding-right:0 !important;
    }
}

/* custom css for 175th celebration */
.callout-image-in-nav {
  padding: 1em 1.5em;
}
@media only screen and (max-width:28.5em){
.home-news-events .articles img{
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 2em;
  padding-left: 0px;
}
}
@media only screen and (max-width:48em){
.home-news-events .articles img{
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0px;
}
}

/* Use fontawesome cause Icomoon is not updating their icons for new and modififed icons */
.icon-instagram:before{
    font-family:FontAwesome;
    content:""!important;
    display:inline-block;
    font-size:1.2em;
    vertical-align:middle;
    margin:0 .2em 0 0;
    line-height:.5;
    position:relative;
}
.callout .icon-instagram:before{
    top:-3px
}
.footer .icon-instagram:before{
    top:-4px
}
.icon-snapchat:before{
    font-family:FontAwesome;
    content:""!important;
    display:inline-block;
    font-size:1.1em;
    vertical-align:middle;
    margin:0 .2em 0 0;
    line-height:.5;
    position:relative;
    top:-4px
}
.icon-switchboard:before{
    content:"\00a0";
    top:0
}
.icon-switchboard{
    background: url("../img/switchboard.png");
    background-size: 15px 21px;
    background-position: center; 
    background-repeat: no-repeat
}

.icon-spotify:before{
    font-family:FontAwesome;
    content:""!important;
    display:inline-block;
    font-size:1.2em;
    vertical-align:middle;
    margin:0 .2em 0 0;
    line-height:.5;
    position:relative;
    top:-3px
}

.icon-tik-tok:before{
    content:"\00a0";
    top:2
}
.icon-tik-tok {
    background: url(https://willamette.edu/img/tik-tok-icon.png);
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .icon-tik-tok {
    background-size: 33px 33px;
}

 .fa-youtube:before{
    font-family:FontAwesome;
    content:""!important;
    display:inline-block;
    font-size:1.1em;
    vertical-align:middle;
    margin:0;
    line-height:.5;
    position:relative;
    top:-3px   
}
.callout .fa-youtube:before{
    padding-left: 1px;
}

/* Social media icons alignment for /offices/comm/ social media listing page */

.callout-content.social-media {
    background-color:#F7F5F0;padding-bottom:14px;
}

                    .callout.user-markup.clearfix.no-image.social-media:first-child {
                    margin-top:0;
                    }

.social-media-icons.social-media-list{
    text-align:left
}
 .social-media-icons.social-media-list li a{
     text-align:center
}
.level-container .social-media-icons.social-media-list ul{
    margin:.5em 0;
    padding:0
}
.social-media-icons.social-media-list li{
    text-indent:0!important;
    display: inline-block!important;
    padding:0;
    margin:0 .0625em .3125em 0
}
.social-media-icons.social-media-list li:before{
    display:none!important
}
.social-media-icons.social-media-list a{
display: block;
    width: 38px;
    height: 38px;
    background-color: #3faab2;
    color: #fff;
    padding-top: 0.35em;
    padding-right: 0.325em;
    padding-bottom: 0.35em;
    padding-left: 0.325em;
    font-size: 1.6em;
    border-radius: 38px;
    background-clip: padding-box
}
.social-media-icons.social-media-list a:hover{
    background-color:#0f959f
}
.social-media-icons.social-media-list li .fa-youtube {
    padding: 0.38em;
}

.social-media-icons.social-media-list .icon-instagram:before{
    top:-4px;
}

.social-media p {
margin-top:10px;padding-bottom:0;margin-bottom:8px;
}

.social-media h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 1.9em;
}

.social-media table.stacked td ul li{
  display: inline-block!important;width:auto;
}

@media (max-width:48em){
.social-media table.stacked td ul li{
  display: inline-block!important;width:auto;
}
.social-media.social-media-list li{
    text-indent:0!important;
    display: inline-block!important;
    padding:0;
    margin:0 .0325em .3125em 0
}
.social-media table.stacked td ul li{
  margin: 0px;
  padding: 0;
}
.social-media table.stacked td{
  padding-top: 0px;margin-top:0;
}
.social-media table.stacked td:first-child {
  margin: 0px;text-align:center;padding:0;
}
.social-media h2 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 1.9em;
}
.social-media table.stacked td:before {
    display:none;
}
}

/*----------------------------------------------*/
/***** New homepage: Counter Section *****/
/*----------------------------------------------*/
.count {
  margin:1.5%;
  font-size:50px; 
  text-align: center;
}
.counter.percentage:after {
  content: "%";
}
.counter.hashtag:before {
  content: "#";
}
.counter.dollar:before {
  content: "$";
}
.counter.ratio:after {
  content: ":1";
}
.counter.plus:after {
  content: "+";
}
.counter.thousand:after {
  content: "k";
}
.counter.greater-than:before {
  content: ">";
}
.counter.less-than:before {
  content: "<";
}
.counter.thousand-plus:after {
  content: "k+";
}
.counter.million:after {
  content: "M";
}
.box {background: rgba(255, 255, 255, 0.5);min-height:220px;padding: 1.25em;margin-bottom: 25px;}
.box .fa {padding-top:10px;padding-bottom:5px;font-size:100%;color:#957b47;}
.counter {font-size:130%;color:#791716;font-weight: bold;line-height:60px;}
.counter-heading{font-size:40%;color: #262626;font-weight: 500;font-family: franklin-gothic-urw-cond,sans-serif;letter-spacing: 1px;}
@media only screen and (max-width:76.25rem){
.box {
    margin-bottom:15px;
	}
}

/*----------------------------------------------*/
/***** CTA: Counter Section *****/
/*----------------------------------------------*/
.cta-counter {
    padding: 1em 1em;
    background-color: #d3c5a4;
}
.cta-counter .box {background: rgba(255, 255, 255, 0.5);min-height:220px;padding: 1.25em;margin-bottom: 0;}
.cta-counter .counter {
    font-size: 100%;
    font-weight: 500;
    line-height: auto;
}
.cta-counter.waller {
    margin-bottom: 30px;
    background: url(../img/placeholders/home-news-events-bg.png) center center/cover no-repeat!important;
}
.cta-counter.capital {
    margin-bottom: 30px;
    background: url(i/home-instagram-feed-bg.png) center center/cover no-repeat!important;
}
@media only screen and (max-width:76.25rem){
.cta-counter .box {
    margin-bottom:20px!important;
	}
.cta-counter {
    padding: 1em 1em 0em 1em;
}
}             
.cta-counter.no-icons .box {
    min-height: 120px;
}
.no-icons .counter {
    font-size: 100%;
    font-weight: 500;
    line-height: auto;
}
/*----------------------------------------------*/
/***** New homepage: News Section *****/
/*----------------------------------------------*/
    .news-landing-masthead-content-articles.homepage, .news-landing-masthead-content-articles.homepage .article {
        margin: 0 0 0 0!important;
	}
	.news-landing-masthead-content-articles.homepage .button {
    	margin: 20px 5px 0 0!important;
	}
	.see-all-links.homepage{
		margin-top:35px;
		margin-bottom:0;
		color: #fff; 
		text-transform: uppercase; 
		font-weight: 500; 
		font-family: franklin-gothic-urw-cond,sans-serif; 
		letter-spacing: 1px; 
		font-size: 1.0625em;
	}
	.masthead-slider-border{
		background-color:#262626;
		}
    .first-bottom-bar {background-color:#957b47;height:10px; width: 100%;}
	.second-bottom-bar {background-color:#791716;height:10px; width: 100%;}
	.third-bottom-bar {background-color:#0f959f;height:10px; width: 100%;}
    .news-landing-masthead-content .homepage h2 {padding:0 0 10px 0!important;color:#ccc;margin-top:0;font-size: 220%;}
    .homepage .see-all-links a:visited {
        color: #0f959f;
    }
    .homepage .seperator.homepage {
	    folor: #fff;
    }
@media only screen and (max-width:60.25rem){
    .news-landing-masthead-content {padding-top: 0;}
}
/*in mobile show hover at all times*/
@media only screen and (max-width:48em){
    .news-landing-masthead-content {padding-top: 0;}
}

/*------------------------------*/
/***** Distinctions Section *****/
/*------------------------------*/

/* Common style */
.distinctions figure {
    position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
	}

.distinctions figure img {
	position: relative;
	display: block;
	opacity: 0.7;
}

.distinctions figure figcaption {
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.distinctions figure figcaption::before,
.distinctions figure figcaption::after {
	pointer-events: none;
}

.distinctions figure figcaption,
.distinctions figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.distinctions figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.distinctions figure h2 {
  	color: #fff;
	word-spacing: -0.025em;
	font-weight: 300;
	/*padding:0 0 0 46px;*/
}

.distinctions figure p {
	font-size: 80%;
}
    
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(38,38,38,0) 0%, rgba(38,38,38,0.8) 75%);
	background: linear-gradient(to bottom, rgba(38,38,38,0) 0%, rgba(38,38,38,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 40%;
  	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sadie a {
	color:#0f959f;font-weight:500;text-transform: uppercase;font-family: franklin-gothic-urw-cond,sans-serif;
}

.row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.distinctions-home {
	background-color: #262626;
	padding: 30px 0 20px 0;
}


@media only screen and (max-width:76.25rem){

.distinctions figure {
	width: auto;
	background-color: #222;
	}

.news-landing-masthead-content-articles .article .title {
    padding-bottom: 28px;}
    
.box {padding-bottom: .25em;}
.hide-in-mobile {display: none;}

.distinctions figure img {
	position: static;
	display: block;
	opacity: 1;
}

.distinctions figure figcaption,
.distinctions figure figcaption > a {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
}

 figure.effect-sadie {
     margin:0 
}

figure.effect-sadie figcaption::before {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
	background: none;
	background: none;
	content: '';
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

figure.effect-sadie h2 {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	font-size: 200%;
	padding:0 20px 5px 20px;
	margin-top:5px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: none;
	transition: none;
}

figure.effect-sadie p {
	position: static;
	bottom: auto;
	left: auto;
	padding: 0em;
	width: 100%;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	padding:0 20px 10px 20px;
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: none;
	transform: none;}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

figure.effect-sadie a {
	color:#0f959f;font-weight:500;text-transform: uppercase;font-family: franklin-gothic-urw-cond,sans-serif;
}

.no-padding-desktop {
padding:0;margin:0;
}
}





/*---------------*/
/***** Enrolling students checklist *****/
/*---------------*/
.checklist .callout.user-markup.no-margin, .callout.user-markup.no-margin {margin-top:0;}
.checklist .fa.fa-check-square {margin-right:5px;color:#3faab2;}
.checklist .fa.fa-angle-right {margin-right:5px;color:#666;line-height:12px;font-weight:bold;}
.checklist .date {font-size: 85%;}
.checklist .fa.fa-calendar {margin-left:5px;}

.checklist .label.gold {color: #fff;font-size: 70%;padding: 2px 5px;margin-left:4px;background-color:#fa9f1c;}
.checklist .label.yellow {color: #fff;font-size: 70%;padding: 2px 5px;margin-left:4px;background-color:#957b47;}
.checklist .label.red {background-color:#791716;color: #fff;font-size: 70%;padding: 2px 5px;margin-left:4px;}
.checklist .label.grey {background-color:#666;color: #fff;font-size: 70%;padding: 2px 5px;margin-left:4px;}

.checklist .required {color: #fff;font-size: 70%;padding: 2px 5px;margin-left:4px;background-color:#fa9f1c;}
.checklist p.description {font-size: 85%;}
.checklist p a {font-weight:bold;}
.checklist p {1.125rem;}

.checklist hr.nomargin {margin-bottom:0;}

/*---------------*/
/***** Student Affairs: Reference Completion *****/
/*---------------*/
.fa.success {
  color: #368a55;
}
.fa.unapproved {
  color: #f04124;
}

/*---------------*/
/***** CLA catalog search box *****/
/*---------------*/
            
.catalog-search-box label {
    margin: 0 0 .125rem;
    color: #262626;
    font-family: franklin-gothic-urw-cond,sans-serif;
    font-weight: 500;
    font-size: 1.225em;
}
.catalog-search-box input, .catalog-search-box select {
    width: 75%; 
    float: left;
    margin-right:15px;
    margin-bottom:5px;
    font-family: sans-serif;
    font-size:80%;
}
button.catalog-search-results {
    padding: 10px;
    margin: 0;
}

.catalog-search-box.narrow input, .catalog-search-box.narrow select {
    width: 36%; 
    float: left;
    margin-right:15px;
    margin-bottom:5px;
}

@media only screen and (max-width:48em){
  .catalog-search-box input { 
      width: 100%; 
  }
}

/*---------------*/
/***** Slate forms added by Marketing and Communication *****/
/*---------------*/
select#form_d82cc427-1a88-4434-a0af-a5fae63cb2a8_m, select#form_d82cc427-1a88-4434-a0af-a5fae63cb2a8_d, select#form_d82cc427-1a88-4434-a0af-a5fae63cb2a8_y {
    max-width: 31%;
    display: inline;
}
select#form_4ede5802-2412-4ac6-bc7c-4c49e80f5c70_m, select#form_4ede5802-2412-4ac6-bc7c-4c49e80f5c70_d, select#form_4ede5802-2412-4ac6-bc7c-4c49e80f5c70_y {
    max-width: 31%;
    display: inline;
}
#form_b18a31a3-997b-4d17-83e1-298148a6038f_container fieldset legend {
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: .875rem;
    color: #4d4d4d;
    background-color: inherit;
}
#form_b18a31a3-997b-4d17-83e1-298148a6038f_container input[type="text"] {
    margin:0;
}
#form_b18a31a3-997b-4d17-83e1-298148a6038f_container input[type="email"] {
    margin: 0;
}
.slate-form fieldset legend {
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: .875rem;
    color: #4d4d4d;
    background-color: inherit;
}
.slate-form .form_responses select {
  margin-right:2px;
}
.slate-form .form_responses select:last-child {
  margin-right: 0;
}
.slate-form input[type="text"] {
    margin:0;
}
.slate-form input[type="email"] {
    margin: 0;
}
.slate-form {
  margin-top:10px;
}
.slate-form div.form_question {
    padding-bottom: .25em;
}

#form_question_3b429181-39fd-4ce1-bb4a-103fd0be4274 select{
    max-width: 25%;
    display: inline;
}

form#form_67f153c7-c385-4f48-9d85-557651ff953c_container .form_response {
    display: inline;
}

form#form_67f153c7-c385-4f48-9d85-557651ff953c_container .slate-form fieldset legend {
    font-size: .925rem;
}

 @media only screen and (max-width:48em){	
#form_question_3b429181-39fd-4ce1-bb4a-103fd0be4274 select{
    max-width: 100%;
    max-width: 30%;
}
}

/*Data Science Form - graduate program*/

#form_65ced7b6-f3d8-4dfa-9fe2-d84f4d5684fe_m {
  width:31%;float:left;
}
#form_65ced7b6-f3d8-4dfa-9fe2-d84f4d5684fe_d {
  width:31%;float:left;
}
#form_65ced7b6-f3d8-4dfa-9fe2-d84f4d5684fe_y {
  width:31%;float:left;
}

/*---------------*/
/***** Offices Registrar Calendar Key and Icons *****/
/*---------------*/
.key {
    font-size: 140%; margin-left: 2px;
}
.key:hover {
    text-decoration:none;
}

/* Styling to add major/minor declartion to program page */
.accordion .accordion-navigation .trigger > a span.major {
 color: #c0ac7e;
 text-transform: none;
}
.accordion .accordion-navigation .trigger > a:hover span.major {
 color: #ffffff;
}


div .recaptcha-checkbox-border {
  background : blue;
  color : red;
} 