/* @import url(mainmenu.css); */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:hover,
a:active {
    outline: 0
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
#map_canvas img {
    max-width: none
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}
button,
input {
    *overflow: visible;
    line-height: normal
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    vertical-align: top
}
html {
    font-size: 62.5%
}
body {
    margin: 0;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #4a3c31;
    background-color: #01240e
}
a {
    color: #005293;
    text-decoration: none
}
a:hover {
    color: #002746;
    text-decoration: underline
}
p {
    margin: 0 0 0.7em
}
p small {
    font-size: -0.4rem;
    color: #aaa
}
.lead {
    margin-bottom: 1.4em;
    font-size: 20px;
    font-weight: 200;
    line-height: 2.1em
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    color: #aaa
}
h1 {
    font-size: 30px;
    line-height: 2.8em
}
h1 small {
    font-size: 18px
}
h2 {
    font-size: 24px;
    line-height: 2.8em
}
h2 small {
    font-size: 18px
}
h3 {
    font-size: 18px;
    line-height: 2.1em
}
h3 small {
    font-size: 14px
}
h4,
h5,
h6 {
    line-height: 1.4em
}
h4 {
    font-size: 14px
}
h4 small {
    font-size: 12px
}
h5 {
    font-size: 12px
}
h6 {
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase
}
.page-header {
    padding-bottom: 0.4em;
    margin: 1.4em 0;
    border-bottom: 1px solid #eee
}
.page-header h1 {
    line-height: 1
}
ul,
ol {
    padding: 0;
    margin: 0 0 0.7em 25px
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li {
    line-height: 1.4em
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none
}
dl {
    margin-bottom: 1.4em
}
dt,
dd {
    line-height: 1.4em
}
dt {
    font-weight: bold;
    line-height: 0.4em
}
dd {
    margin-left: 0.7em
}
.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.dl-horizontal dd {
    margin-left: 130px
}
hr {
    margin: 1.4em 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
.muted {
    color: #aaa
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #aaa
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 1.4em;
    border-left: 5px solid #eee
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em
}
blockquote small {
    display: block;
    line-height: 1.4em;
    color: #aaa
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}
address {
    display: block;
    margin-bottom: 1.4em;
    font-style: normal;
    line-height: 1.4em
}
small {
    font-size: 100%
}
cite {
    font-style: normal
}
.hidden {
    display: none;
    visibility: hidden
}
.visible-phone {
    display: none !important
}
.visible-tablet {
    display: none !important
}
.hidden-desktop {
    display: none !important
}
@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important
    }
    .hidden-phone {
        display: none !important
    }
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
}
.fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    -webkit-opacity: 100;
    -moz-opacity: 100;
    opacity: 100
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}
.collapse.in {
    height: auto
}
/*
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999
}
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}
.label:empty,
.badge:empty {
    display: none
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label-important,
.badge-important {
    background-color: #b94a48
}
.label-important[href],
.badge-important[href] {
    background-color: #953b39
}
.label-warning,
.badge-warning {
    background-color: #f89406
}
.label-warning[href],
.badge-warning[href] {
    background-color: #c67605
}
.label-success,
.badge-success {
    background-color: #468847
}
.label-success[href],
.badge-success[href] {
    background-color: #356635
}
.label-info,
.badge-info {
    background-color: #3a87ad
}
.label-info[href],
.badge-info[href] {
    background-color: #2d6987
}
.label-inverse,
.badge-inverse {
    background-color: #333333
}
.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a
}
.btn .label,
.btn .badge {
    position: relative;
    top: -1px
}
.btn-mini .label,
.btn-mini .badge {
    top: 0
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}
.table {
    width: 100%;
    margin-bottom: 20px
}
.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table th {
    font-weight: bold
}
.table thead th {
    vertical-align: bottom
}
.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}
.table tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #ffffff
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}
.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}
.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}
.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
    background-color: #f5f5f5
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}
.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}
.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}
.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}
.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}
.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}
.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}
.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}
.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}
.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}
.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}
.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}
.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}
.table tbody tr.success>td {
    background-color: #dff0d8
}
.table tbody tr.error>td {
    background-color: #f2dede
}
.table tbody tr.warning>td {
    background-color: #fcf8e3
}
.table tbody tr.info>td {
    background-color: #d9edf7
}
.table-hover tbody tr.success:hover>td {
    background-color: #d0e9c6
}
.table-hover tbody tr.error:hover>td {
    background-color: #ebcccc
}
.table-hover tbody tr.warning:hover>td {
    background-color: #faf2cc
}
.table-hover tbody tr.info:hover>td {
    background-color: #c4e3f3
}
form {
    margin: 0 0 20px
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
legend small {
    font-size: 15px;
    color: #999999
}
label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}
input,
button,
select,
textarea {
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif
}
label {
    display: block;
    margin-bottom: 5px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle
}
input,
textarea,
.uneditable-input {
    width: 206px
}
textarea {
    height: auto
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear, box-shadow linear;
    -webkit-transition-delay: 0.2s, 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}
select,
input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}
select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #ffffff
}
select[multiple],
select[size] {
    height: auto
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.uneditable-input,
.uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}
.uneditable-textarea {
    width: auto;
    height: auto
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999
}
.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}
.input-mini {
    width: 60px
}
.input-small {
    width: 90px
}
.input-medium {
    width: 150px
}
.input-large {
    width: 210px
}
.input-xlarge {
    width: 270px
}
.input-xxlarge {
    width: 530px
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block
}
input,
textarea,
.uneditable-input {
    margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px
}
.controls-row {
    *zoom: 1
}
.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0
}
.controls-row:after {
    clear: both
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}
.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0
}
.form-actions:after {
    clear: both
}
.help-block,
.help-inline {
    color: #595959
}
.help-block {
    display: block;
    margin-bottom: 10px
}
.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px
}
.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eeeeee;
    border: 1px solid #ccc
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.form-search .input-append .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search .input-append .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .btn {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}
.control-group {
    margin-bottom: 10px
}
legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}
.form-horizontal .controls:first-child {
    *padding-left: 180px
}
.form-horizontal .help-block {
    margin-bottom: 0
}
.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 10px
}
.form-horizontal .form-actions {
    padding-left: 180px
}
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn:first-child {
    *margin-left: 0
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px
}
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px
}
.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3
}
.btn-primary:active,
.btn-primary.active {
    background-color: #039 \9
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505
}
.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a
}
.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249
}
.btn-success:active,
.btn-success.active {
    background-color: #408140 \9
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0
}
.btn-info:active,
.btn-info.active {
    background-color: #24748c \9
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false)
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none
}
.accordion {
    margin-bottom: 20px
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.accordion-heading {
    border-bottom: 0
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}
.accordion-toggle {
    cursor: pointer
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}
.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-js:-moz-full-screen {
    position: absolute
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}
.vjs-poster {
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-height: 100%
}
.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif
}
.video-js .vjs-text-track {
    display: none;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background: #000;
    background: rgba(0, 0, 0, 0.5)
}
.video-js .vjs-subtitles {
    color: #fff
}
.video-js .vjs-captions {
    color: #fc6
}
.vjs-tt-cue {
    display: block
}
.vjs-fade-in {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0s, opacity 0.3s linear;
    -ms-transition: visibility 0s linear 0s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0s, opacity 0.3s linear;
    transition: visibility 0s linear 0s, opacity 0.3s linear
}
.vjs-fade-out {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    -moz-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    -ms-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    -o-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    transition: visibility 0s linear 1.5s, opacity 1.5s linear
}
.vjs-default-skin .vjs-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 2.6em;
    color: #fff;
    border-top: 1px solid #404040;
    background: #242424;
    background: -moz-linear-gradient(top, #242424 50%, #1f1f1f 50%, #171717 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%, #242424), color-stop(50%, #1f1f1f), color-stop(100%, #171717));
    background: -webkit-linear-gradient(top, #242424 50%, #1f1f1f 50%, #171717 100%);
    background: -o-linear-gradient(top, #242424 50%, #1f1f1f 50%, #171717 100%);
    background: -ms-linear-gradient(top, #242424 50%, #1f1f1f 50%, #171717 100%);
    background: linear-gradient(to bottom, #242424 50%, #1f1f1f 50%, #171717 100%);
    visibility: hidden;
    opacity: 0
}
.vjs-default-skin .vjs-control {
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 2.6em;
    width: 2.6em
}
.vjs-default-skin .vjs-control:focus {
    outline: 0
}
.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer !important
}
.vjs-default-skin.vjs-paused .vjs-play-control div {
    width: 15px;
    height: 17px;
    background: url("../img/default/video-js.png");
    margin: 0.5em auto 0
}
.vjs-default-skin.vjs-playing .vjs-play-control div {
    width: 15px;
    height: 17px;
    background: url("../img/default/video-js.png") -25px 0;
    margin: 0.5em auto 0
}
.vjs-default-skin .vjs-rewind-control {
    width: 5em;
    cursor: pointer !important
}
.vjs-default-skin .vjs-rewind-control div {
    width: 19px;
    height: 16px;
    background: url("../img/default/video-js.png");
    margin: 0.5em auto 0
}
.vjs-default-skin .vjs-mute-control {
    width: 3.8em;
    cursor: pointer !important;
    float: right
}
.vjs-default-skin .vjs-mute-control div {
    width: 22px;
    height: 16px;
    background: url("../img/default/video-js.png") -75px -25px;
    margin: 0.5em auto 0
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0 div {
    background: url("../img/default/video-js.png") 0 -25px
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1 div {
    background: url("../img/default/video-js.png") -25px -25px
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2 div {
    background: url("../img/default/video-js.png") -50px -25px
}
.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right
}
.vjs-default-skin .vjs-volume-bar {
    position: relative;
    width: 5em;
    height: 0.6em;
    margin: 1em auto 0;
    cursor: pointer !important;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background: #666;
    background: -moz-linear-gradient(top, #333, #666);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666));
    background: -webkit-linear-gradient(top, #333, #666);
    background: -o-linear-gradient(top, #333, #666);
    background: -ms-linear-gradient(top, #333, #666);
    background: linear-gradient(to bottom, #333333, #666666)
}
.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.6em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #ccc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
    background: -webkit-linear-gradient(top, #fff, #ccc);
    background: -o-linear-gradient(top, #fff, #ccc);
    background: -ms-linear-gradient(top, #fff, #ccc);
    background: linear-gradient(to bottom, #ffffff, #cccccc)
}
.vjs-default-skin .vjs-volume-handle {
    position: absolute;
    top: -0.2em;
    width: 0.8em;
    height: 0.8em;
    background: #ccc;
    left: 0;
    border: 1px solid #fff;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em
}
.vjs-default-skin div.vjs-progress-control {
    position: absolute;
    left: 4.8em;
    right: 4.8em;
    height: 1.0em;
    width: auto;
    top: -1.3em;
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #222;
    background: #333;
    background: -moz-linear-gradient(top, #222, #333);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
    background: -webkit-linear-gradient(top, #222, #333);
    background: -o-linear-gradient(top, #333, #222);
    background: -ms-linear-gradient(top, #333, #222);
    background: linear-gradient(to bottom, #333333, #222222)
}
.vjs-default-skin .vjs-progress-holder {
    position: relative;
    cursor: pointer !important;
    padding: 0;
    margin: 0;
    height: 1.0em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
    background: #111;
    background: -moz-linear-gradient(top, #111, #262626);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#262626));
    background: -webkit-linear-gradient(top, #111, #262626);
    background: -o-linear-gradient(top, #111, #262626);
    background: -ms-linear-gradient(top, #111, #262626);
    background: linear-gradient(to bottom, #111111, #262626)
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
    position: absolute;
    display: block;
    height: 1.0em;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em
}
.vjs-default-skin .vjs-play-progress {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #d6d6d6 50%, #fff 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #fff), color-stop(50%, #d6d6d6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #d6d6d6 50%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #d6d6d6 50%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #d6d6d6 50%, #fff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 50%, #ffffff 100%);
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #efefef), color-stop(50%, #f5f5f5), color-stop(50%, #dbdbdb), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f1f1f1', GradientType=0);
    background: linear-gradient(to bottom, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%)
}
.vjs-default-skin .vjs-load-progress {
    opacity: 0.8;
    background: #666;
    background: -moz-linear-gradient(top, #666, #333);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
    background: -webkit-linear-gradient(top, #666, #333);
    background: -o-linear-gradient(top, #666, #333);
    background: -ms-linear-gradient(top, #666, #333);
    background: linear-gradient(to bottom, #666666, #333333)
}
.vjs-default-skin div.vjs-seek-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -0.3em;
    left: 0;
    top: 0;
    background: url("../img/default/video-js.png") 0 -50px;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    -webkit-box-shadow: 0 2px 4px 0 #000;
    -moz-box-shadow: 0 2px 4px 0 #000;
    box-shadow: 0 2px 4px 0 #000
}
.vjs-default-skin .vjs-time-controls {
    position: absolute;
    right: 0;
    height: 1.0em;
    width: 4.8em;
    top: -1.3em;
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #222;
    background-color: #333;
    font-size: 1em;
    line-height: 1.0em;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    background: #333;
    background: -moz-linear-gradient(top, #222, #333);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
    background: -webkit-linear-gradient(top, #222, #333);
    background: -o-linear-gradient(top, #333, #222);
    background: -ms-linear-gradient(top, #333, #222);
    background: linear-gradient(to bottom, #333333, #222222)
}
.vjs-default-skin .vjs-current-time {
    left: 0
}
.vjs-default-skin .vjs-duration {
    right: 0;
    display: none
}
.vjs-default-skin .vjs-remaining-time {
    right: 0
}
.vjs-time-divider {
    display: none
}
.vjs-default-skin .vjs-time-control {
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif
}
.vjs-default-skin .vjs-time-control span {
    line-height: 25px
}
.vjs-secondary-controls {
    float: right
}
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer !important;
    float: right
}
.vjs-default-skin .vjs-fullscreen-control div {
    width: 16px;
    height: 16px;
    background: url("../img/default/video-js.png") -50px 0;
    margin: 0.5em auto 0
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div {
    background: url("../img/default/video-js.png") -75px 0
}
.vjs-default-skin .vjs-big-play-button {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.0em;
    height: 8.0em;
    margin: -42px 0 0 -42px;
    text-align: center;
    vertical-align: center;
    cursor: pointer !important;
    border: 0.2em solid #fff;
    opacity: 0.95;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #454545;
    background: -moz-linear-gradient(top, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #454545), color-stop(50%, #232323), color-stop(50%, #161616), color-stop(100%, #3f3f3f));
    background: -webkit-linear-gradient(top, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
    background: -o-linear-gradient(top, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
    background: -ms-linear-gradient(top, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#3f3f3f', GradientType=0);
    background: linear-gradient(to bottom, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
    -webkit-box-shadow: 4px 4px 8px #000;
    -moz-box-shadow: 4px 4px 8px #000;
    box-shadow: 4px 4px 8px #000
}
.vjs-default-skin div.vjs-big-play-button:hover {
    -webkit-box-shadow: 0 0 80px #fff;
    -moz-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff
}
.vjs-default-skin div.vjs-big-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 35px;
    height: 42px;
    margin: -20px 0 0 -15px;
    background: url("../img/default/video-js.png") -100px 0
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin: -28px 0 0 -28px;
    -webkit-animation-name: rotatethis;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotatethis;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}
@-webkit-keyframes rotatethis {
    0% {
        -webkit-transform: scale(0.6) rotate(0deg)
    }
    12.5% {
        -webkit-transform: scale(0.6) rotate(0deg)
    }
    12.51% {
        -webkit-transform: scale(0.6) rotate(45deg)
    }
    25% {
        -webkit-transform: scale(0.6) rotate(45deg)
    }
    25.01% {
        -webkit-transform: scale(0.6) rotate(90deg)
    }
    37.5% {
        -webkit-transform: scale(0.6) rotate(90deg)
    }
    37.51% {
        -webkit-transform: scale(0.6) rotate(135deg)
    }
    50% {
        -webkit-transform: scale(0.6) rotate(135deg)
    }
    50.01% {
        -webkit-transform: scale(0.6) rotate(180deg)
    }
    62.5% {
        -webkit-transform: scale(0.6) rotate(180deg)
    }
    62.51% {
        -webkit-transform: scale(0.6) rotate(225deg)
    }
    75% {
        -webkit-transform: scale(0.6) rotate(225deg)
    }
    75.01% {
        -webkit-transform: scale(0.6) rotate(270deg)
    }
    87.5% {
        -webkit-transform: scale(0.6) rotate(270deg)
    }
    87.51% {
        -webkit-transform: scale(0.6) rotate(315deg)
    }
    100% {
        -webkit-transform: scale(0.6) rotate(315deg)
    }
}
@-moz-keyframes rotatethis {
    0% {
        -moz-transform: scale(0.6) rotate(0deg)
    }
    12.5% {
        -moz-transform: scale(0.6) rotate(0deg)
    }
    12.51% {
        -moz-transform: scale(0.6) rotate(45deg)
    }
    25% {
        -moz-transform: scale(0.6) rotate(45deg)
    }
    25.01% {
        -moz-transform: scale(0.6) rotate(90deg)
    }
    37.5% {
        -moz-transform: scale(0.6) rotate(90deg)
    }
    37.51% {
        -moz-transform: scale(0.6) rotate(135deg)
    }
    50% {
        -moz-transform: scale(0.6) rotate(135deg)
    }
    50.01% {
        -moz-transform: scale(0.6) rotate(180deg)
    }
    62.5% {
        -moz-transform: scale(0.6) rotate(180deg)
    }
    62.51% {
        -moz-transform: scale(0.6) rotate(225deg)
    }
    75% {
        -moz-transform: scale(0.6) rotate(225deg)
    }
    75.01% {
        -moz-transform: scale(0.6) rotate(270deg)
    }
    87.5% {
        -moz-transform: scale(0.6) rotate(270deg)
    }
    87.51% {
        -moz-transform: scale(0.6) rotate(315deg)
    }
    100% {
        -moz-transform: scale(0.6) rotate(315deg)
    }
}
div.vjs-loading-spinner .ball1 {
    opacity: 0.12;
    position: absolute;
    left: 20px;
    top: 0px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball2 {
    opacity: 0.25;
    position: absolute;
    left: 34px;
    top: 6px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball3 {
    opacity: 0.37;
    position: absolute;
    left: 40px;
    top: 20px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball4 {
    opacity: 0.50;
    position: absolute;
    left: 34px;
    top: 34px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball5 {
    opacity: 0.62;
    position: absolute;
    left: 20px;
    top: 40px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball6 {
    opacity: 0.75;
    position: absolute;
    left: 6px;
    top: 34px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball7 {
    opacity: 0.87;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
div.vjs-loading-spinner .ball8 {
    opacity: 1.00;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: 1px solid #ccc
}
.vjs-default-skin .vjs-menu-button {
    float: right;
    margin: 0.2em 0.5em 0 0;
    padding: 0;
    width: 3em;
    height: 2em;
    cursor: pointer !important;
    border: 1px solid #111;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background: #4d4d4d;
    background: -moz-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(50%, #3f3f3f), color-stop(50%, #333), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #3f3f3f 50%, #333333 50%, #252525 100%)
}
.vjs-default-skin .vjs-menu-button div {
    background: url("../img/default/video-js.png") 0px -75px no-repeat;
    width: 16px;
    height: 16px;
    margin: 0.2em auto 0;
    padding: 0
}
.vjs-default-skin .vjs-menu-button ul {
    display: none;
    opacity: 0.8;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 2em;
    max-height: 15em;
    left: -3.5em;
    background-color: #111;
    border: 2px solid #333;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 1em;
    border-radius: .5em;
    -webkit-box-shadow: 0 2px 4px 0 #000;
    -moz-box-shadow: 0 2px 4px 0 #000;
    box-shadow: 0 2px 4px 0 #000;
    overflow: auto
}
.vjs-default-skin .vjs-menu-button:focus ul,
.vjs-default-skin .vjs-menu-button:hover ul {
    display: block;
    list-style: none
}
.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 20px;
    line-height: 1.4em;
    font-size: 1.2em;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    text-align: left
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    text-decoration: underline;
    background: url("../img/default/video-js.png") -125px -50px no-repeat
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    background-color: #ccc;
    color: #111;
    outline: 0
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    color: #fff;
    font-weight: bold;
    cursor: default;
    background: #4d4d4d;
    background: -moz-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(50%, #3f3f3f), color-stop(50%, #333), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #3f3f3f 50%, #333 50%, #252525 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #3f3f3f 50%, #333333 50%, #252525 100%)
}
.vjs-default-skin .vjs-captions-button div {
    background-position: -25px -75px
}
.vjs-default-skin .vjs-chapters-button div {
    background-position: -100px -75px
}
.vjs-default-skin .vjs-chapters-button ul {
    width: 20em;
    left: -8.5em
}
.vjs-default-skin .vjs-big-play-button {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.0em;
    height: 8.0em;
    margin: -42px 0 0 -42px;
    text-align: center;
    vertical-align: center;
    cursor: pointer !important;
    border: 1px solid #4881ae;
    opacity: 1.0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2a80c5;
    background-image: -moz-linear-gradient(top, #46a0e7, #005293);
    background-image: -ms-linear-gradient(top, #46a0e7, #005293);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a0e7), to(#005293));
    background-image: -webkit-linear-gradient(top, #46a0e7, #005293);
    background-image: -o-linear-gradient(top, #46a0e7, #005293);
    background-image: linear-gradient(to bottom, #46a0e7, #005293);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#419ee6', endColorstr='#004f8e', GradientType=0);
    -webkit-box-shadow: 0 0 8px #000;
    -moz-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000
}
.vjs-default-skin div.vjs-big-play-button:hover {
    -webkit-box-shadow: 0 0 8px #bbe7e6;
    -moz-box-shadow: 0 0 8px #bbe7e6;
    box-shadow: 0 0 8px #bbe7e6
}
.vjs-default-skin div.vjs-big-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 35px;
    height: 42px;
    margin: -22px 0 0 -12px;
    background: url("../img/default/video-js.png") -100px 0
}
/*
@font-face {
    font-family: "HelveticaNeueW01-Thin";
    src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("embedded-opentype"), url("../fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("../fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("../fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("embedded-opentype"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("../fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("embedded-opentype"), url("../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("../fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("../fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW01-67MdCn";
    src: url("../fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix") format("embedded-opentype"), url("../fonts/aef05e22-e1d4-4e59-bc2e-a71c13c26cca.woff") format("woff"), url("../fonts/b785b1cf-24fa-44c9-8c93-d8e2d6912c47.ttf") format("truetype"), url("../fonts/5ab0c585-fb4b-43d9-abb0-b92f452b1284.svg#5ab0c585-fb4b-43d9-abb0-b92f452b1284") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("../fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("embedded-opentype"), url("../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("../fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("../fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW01-77BdCn";
    src: url("../fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("embedded-opentype"), url("../fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("../fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("../fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg")
}
@font-face {
    font-family: "Sorts Mill Goudy";
    src: url("../fonts/f208f53a-73f3-4faa-b493-c89d621db635.eot?#iefix") format("embedded-opentype"), url("../fonts/bed54157-3108-4d15-b0e0-46a0d0b0f83d.woff") format("woff"), url("../fonts/52cff52b-c0f8-48ac-8b2e-fd27acda56b4.ttf") format("truetype"), url("../fonts/b785125c-343d-4324-bbfa-df82f7e9255f.svg#b785125c-343d-4324-bbfa-df82f7e9255f") format("svg")
}
@font-face {
    font-family: "GoudyCatalogueW01-Itali";
    src: url("../fonts/970062f4-d553-4dea-8230-65798e4a7395.eot?#iefix") format("embedded-opentype"), url("../fonts/d9f36921-22a1-4384-9533-784e761ff270.woff") format("woff"), url("../fonts/c210b1de-238e-40ff-aa49-b60af7defbe5.ttf") format("truetype"), url("../fonts/3d881878-31e7-410c-ae28-e8d723c57320.svg#3d881878-31e7-410c-ae28-e8d723c57320") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW02-47LtCn";
    src: url("../fonts/3fd2c21d-af8b-45be-a1e2-4e7182b7639e.eot?#iefix") format("embedded-opentype"), url("../fonts/4d888997-2061-451b-8569-6cee195e9915.woff") format("woff"), url("../fonts/bc71ac4a-9cc7-4120-a150-788ae80b91ec.ttf") format("truetype"), url("../fonts/3cf3e566-7fc6-488f-8058-e5eb7ac5dc23.svg#3cf3e566-7fc6-488f-8058-e5eb7ac5dc23") format("svg")
}
@font-face {
    font-family: "HelveticaNeueW02-55Roma";
    src: url("../fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("embedded-opentype"), url("../fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg")
}
*/
@font-face {
    font-family: 'southern-icons';
    src: url("../fonts/southern-icons.eot");
    src: url("../fonts/southern-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/southern-icons.woff") format("woff"), url("../fonts/southern-icons.ttf") format("truetype"), url("../fonts/southern-icons.svg#southern-icons") format("svg");
    font-weight: normal;
    font-style: normal
}
[data-icon]:before {
    font-family: 'southern-icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.weather-sprite,
.weather-chanceofstorm,
.weather-cloudy,
.weather-dust,
.weather-fog,
.weather-fognight,
.weather-hail,
.weather-icy,
.weather-lightrain,
.weather-lightsnow,
.weather-night,
.weather-partlycloudy,
.weather-partlycloudynight,
.weather-rain,
.weather-sleet,
.weather-snow,
.weather-snowstorm,
.weather-storm,
.weather-sunny {
    background-image: url('/_resources/img/weather-s5274b929cd.png');
    background-repeat: no-repeat
}
.weather-chanceofstorm {
    background-position: 0 0;
    height: 82px;
    width: 78px
}
.weather-cloudy {
    background-position: 0 -82px;
    height: 53px;
    width: 84px
}
.weather-dust {
    background-position: 0 -135px;
    height: 72px;
    width: 87px
}
.weather-fog {
    background-position: 0 -207px;
    height: 75px;
    width: 81px
}
.weather-fognight {
    background-position: 0 -282px;
    height: 84px;
    width: 83px
}
.weather-hail {
    background-position: 0 -366px;
    height: 84px;
    width: 83px
}
.weather-icy {
    background-position: 0 -450px;
    height: 84px;
    width: 84px
}
.weather-lightrain {
    background-position: 0 -534px;
    height: 74px;
    width: 83px
}
.weather-lightsnow {
    background-position: 0 -608px;
    height: 78px;
    width: 84px
}
.weather-night {
    background-position: 0 -686px;
    height: 83px;
    width: 82px
}
.weather-partlycloudy {
    background-position: 0 -769px;
    height: 70px;
    width: 82px
}
.weather-partlycloudynight {
    background-position: 0 -839px;
    height: 71px;
    width: 83px
}
.weather-rain {
    background-position: 0 -910px;
    height: 84px;
    width: 84px
}
.weather-sleet {
    background-position: 0 -994px;
    height: 84px;
    width: 84px
}
.weather-snow {
    background-position: 0 -1078px;
    height: 84px;
    width: 84px
}
.weather-snowstorm {
    background-position: 0 -1162px;
    height: 84px;
    width: 83px
}
.weather-storm {
    background-position: 0 -1246px;
    height: 84px;
    width: 84px
}
.weather-sunny {
    background-position: 0 -1330px;
    height: 80px;
    width: 79px
}
.social-icons-sprite,
#main-footer #social-icons li a[href*="facebook"],
#main-footer #social-icons li a[href*="youtube"],
#main-footer #social-icons li a[href*="twitter"],
#main-footer #social-icons li a[href*="instagram"] {
    background-image: url('/_resources/img/social-icons-s28871d0aac.png');
    background-repeat: no-repeat
}
.social-feed-icons-sprite,
.social-feed-icons-facebook,
.social-feed-icons-facebook2x,
.social-feed-icons-twitter,
.social-feed-icons-twitter2x {
    background-image: url('/_resources/img/social-feed-icons-s2ae58dd58e.png');
    background-repeat: no-repeat
}
.social-feed-icons-facebook {
    background-position: 0 0
}
.social-feed-icons-facebook2x {
    background-position: 0 -25px
}
.social-feed-icons-twitter {
    background-position: 0 -75px
}
.social-feed-icons-twitter2x {
    background-position: 0 -100px
}
.btn {
    display: inline-block;
    padding: 1px;
    position: relative;
    background-color: transparent;
    background-image: none;
    filter: none;
    border: 0 none;
    border-color: transparent;
    font-size: 1em;
    text-shadow: 0, 0, 0, #000;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #145d2e;
    background-image: -moz-linear-gradient(top, #187138, #103f21);
    background-image: -ms-linear-gradient(top, #187138, #103f21);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#187138), to(#103f21));
    background-image: -webkit-linear-gradient(top, #187138, #103f21);
    background-image: -o-linear-gradient(top, #187138, #103f21);
    background-image: linear-gradient(to bottom, #187138, #103f21);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#176d36', endColorstr='#0f3b1f', GradientType=0);
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em
}
.btn span,
.btn em {
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    position: relative;
    display: block;
    padding: 0.3rem 2rem;
    width: 100%;
    background-color: #184f2c;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF184F2C', endColorstr='#FF0C2816');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNjMzNyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg0ZjJjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMxMDNkMjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTUyMmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
    background-image: -moz-linear-gradient(top, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
    background-image: -o-linear-gradient(top, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
    background-image: linear-gradient(to bottom, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Sors Mill Goudy";
    font-style: italic;;
    line-height: 1;
    color: #fff
}
.ie9 .btn span,
.ie9 .btn em {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.textshadow .btn span,
.textshadow .btn em {
    text-shadow: 0, 0, 1px, rgba(0, 0, 0, 0.81)
}
.btn span:after,
.btn em:after {
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    background-image: url('/_resources/img/ui-elements/common-s735c592c10.png');
    background-position: 0 -111px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0.25em;
    top: 50%;
    margin-top: -8.5px
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(min-device-pixel-ratio: 1.5) {
    .btn span:after,
    .btn em:after {
        background-image: url('/_resources/img/ui-elements2x/common-s4a281f85ef.png');
        background-position: 0 -111px;
        -webkit-background-size: 123px auto;
        -moz-background-size: 123px auto;
        -o-background-size: 123px auto;
        background-size: 123px auto
    }
}
.btn.ruby {
    background-color: #b0213a;
    background-image: -moz-linear-gradient(top, #cd2d4a, #850f24);
    background-image: -ms-linear-gradient(top, #cd2d4a, #850f24);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cd2d4a), to(#850f24));
    background-image: -webkit-linear-gradient(top, #cd2d4a, #850f24);
    background-image: -o-linear-gradient(top, #cd2d4a, #850f24);
    background-image: linear-gradient(to bottom, #cd2d4a, #850f24);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c92c48', endColorstr='#800e23', GradientType=0)
}
.btn.ruby span,
.btn.ruby em {
    background-color: #96172e;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF96172E', endColorstr='#FF6A1020');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjMWEzNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTYxNzJlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM4NDEwMjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTEzMmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #ac1a35 0%, #96172e 50%, #841025 51%, #9a132b 100%);
    background-image: -moz-linear-gradient(top, #ac1a35 0%, #96172e 50%, #841025 51%, #9a132b 100%);
    background-image: -o-linear-gradient(top, #ac1a35 0%, #96172e 50%, #841025 51%, #9a132b 100%);
    background-image: linear-gradient(to bottom, #ac1a35 0%, #96172e 50%, #841025 51%, #9a132b 100%)
}
.btn.royal {
    background-color: #074a7f;
    background-image: -moz-linear-gradient(top, #0d5a98, #00335a);
    background-image: -ms-linear-gradient(top, #0d5a98, #00335a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d5a98), to(#00335a));
    background-image: -webkit-linear-gradient(top, #0d5a98, #00335a);
    background-image: -o-linear-gradient(top, #0d5a98, #00335a);
    background-image: linear-gradient(to bottom, #0d5a98, #00335a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0d5793', endColorstr='#003055', GradientType=0)
}
.btn.royal span,
.btn.royal em {
    background-color: #005293;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF005293', endColorstr='#FF003660');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjBhYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA1MjkzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDQ0NzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUyOTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%);
    background-image: -moz-linear-gradient(top, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%);
    background-image: -o-linear-gradient(top, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%);
    background-image: linear-gradient(to bottom, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%)
}
.btn.royal:after {
    height: 16px;
    width: 17px;
    background-image: url('/_resources/img/ui-elements/common-s735c592c10.png');
    background-position: 0 -138px;
    background-repeat: no-repeat
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(min-device-pixel-ratio: 1.5) {
    .btn.royal:after {
        background-image: url('/_resources/img/ui-elements2x/common-s4a281f85ef.png');
        background-position: 0 -129.5px;
        -webkit-background-size: 123px auto;
        -moz-background-size: 123px auto;
        -o-background-size: 123px auto;
        background-size: 123px auto
    }
}
.btn.lime {
    background-color: #c7d205;
    background-image: -moz-linear-gradient(top, #f2ff00, #888f0d);
    background-image: -ms-linear-gradient(top, #f2ff00, #888f0d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2ff00), to(#888f0d));
    background-image: -webkit-linear-gradient(top, #f2ff00, #888f0d);
    background-image: -o-linear-gradient(top, #f2ff00, #888f0d);
    background-image: linear-gradient(to bottom, #f2ff00, #888f0d);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#edfa00', endColorstr='#848a0d', GradientType=0)
}
.btn.lime span,
.btn.lime em {
    background-color: #a9b019;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCED54A', endColorstr='#FFCBD247');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZDU0YSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTliMDE5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhMGE4MTYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmQyNDciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #ced54a 0%, #a9b019 50%, #a0a816 51%, #cbd247 100%);
    background-image: -moz-linear-gradient(top, #ced54a 0%, #a9b019 50%, #a0a816 51%, #cbd247 100%);
    background-image: -o-linear-gradient(top, #ced54a 0%, #a9b019 50%, #a0a816 51%, #cbd247 100%);
    background-image: linear-gradient(to bottom, #ced54a 0%, #a9b019 50%, #a0a816 51%, #cbd247 100%);
    color: #184f2c
}
.textshadow .btn.lime span,
.textshadow .btn.lime em {
    text-shadow: -1px, 0, 1px, rgba(255, 255, 255, 0.54)
}
.btn.lime:after {
    height: 17px;
    width: 17px;
    background-image: url('/_resources/img/ui-elements/common-s735c592c10.png');
    background-position: 0 -111px;
    background-repeat: no-repeat
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(min-device-pixel-ratio: 1.5) {
    .btn.lime:after {
        background-image: url('/_resources/img/ui-elements2x/common-s4a281f85ef.png');
        background-position: 0 -111px;
        -webkit-background-size: 123px auto;
        -moz-background-size: 123px auto;
        -o-background-size: 123px auto;
        background-size: 123px auto
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}
#universe {
    overflow: auto;
    width: 100%
}
ul,
ol {
    padding: 0;
    margin: 0
}
a:hover {
    text-decoration: none
}
header a.home-link {
    display: none !important;
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}
header a.home-link img {
    width: 100%;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}
header a[href*='#main-nav'] {
    display: none
}
#main {
    z-index: 1;
    *zoom: 1;
    padding-bottom: 6rem;
    background-color: #d3bf96;
    background: #d3bf96 url("../img/default/bg-textured-tan.png") repeat 0 0
}
#main:before,
#main:after {
    display: table;
    content: ""
}
#main:after {
    clear: both
}
html.multiplebgs #main {
    background: #d3bf96 url("../img/default/landscape-right.png") no-repeat bottom right, url("../img/default/landscape-left.png") no-repeat bottom left, url("../img/default/bg-textured-tan.png") repeat 0 0
}
#main .in-section {
    margin: 0 3.5%
}
#main .in-section>strong {
    font-size: 23px;
    font-size: 2.3rem;
    font-family: "Neue Helvetica";
	font-weight: 200;
    font-weight: normal;
    color: #96172e
}
#main .in-section ul {
    margin: 0.7em 0
}
#main .in-section ul li {
    list-style: none;
    margin: 0 0 0.7em
}
#main .in-section ul li a {
    display: block;
    width: 100%;
    padding: 0.75em 6.85%;
    background-color: #005293;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    color: #bbe7e6
}
#main .in-section ul li a:after {
    content: "";
    float: right;
    width: 0;
    height: 0;
    margin-top: 1px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff
}
#bg-main {
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 0;
}
#bg-main li {
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 200% auto;
    -moz-background-size: 200% auto;
    -o-background-size: 200% auto;
    background-size: 200% auto
}
#main-footer {
    -webkit-box-shadow: inset 0px 38px 38px 0px #022710;
    -moz-box-shadow: inset 0px 38px 38px 0px #022710;
    box-shadow: inset 0px 38px 38px 0px #022710;
    padding: 1.75rem 4.6875% 4em;
    background-color: #033315;
    border-bottom: 1px solid #ced54a;
    *zoom: 1;
    -webkit-font-smoothing: antialiased
}
#main-footer:before,
#main-footer:after {
    display: table;
    content: ""
}
#main-footer:after {
    clear: both
}
#main-footer #social-icons li {
    width: 25%;
    display: block;
    float: left;
    text-align: center
}
#main-footer #social-icons li a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
    display: block
}
#main-footer #social-icons li a[href*="facebook"] {
    background-position: 0 0;
    height: 41px;
    width: 41px
}
#main-footer #social-icons li a[href*="youtube"] {
    background-position: 0 -123px;
    height: 41px;
    width: 41px
}
#main-footer #social-icons li a[href*="twitter"] {
    background-position: 0 -82px;
    height: 41px;
    width: 41px
}
#main-footer #social-icons li a[href*="instagram"] {
    background-position: 0 -41px;
    height: 41px;
    width: 41px
}
#main-footer #footer-links {
    clear: both;
    padding-top: 2.6rem
}
#main-footer #footer-links ul {
    margin: 0;
    padding: 0
}
#main-footer #footer-links ul li {
    margin: 0;
    padding: 0;
    list-style: none
}
#main-footer #footer-links a[data-toggle="collapse"] {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 1.25rem 2rem;
    text-transform: uppercase;
    color: #e3e696;
    background: #19532e url("../img/default/collapse-down.png") no-repeat 95% center;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem
}
#main-footer #footer-links a[data-toggle="collapse"].active {
    background-image: url("../img/default/collapse-up.png")
}
#main-footer #footer-links div.collapse {
    height: 0
}
#main-footer #footer-links div.collapse ul {
    padding: 0 5% 1.5rem 5%
}
#main-footer #footer-links div.collapse ul li {
    list-style: none;
    padding: 0.5rem 0
}
#main-footer #footer-links div.collapse ul li a {
    color: #e3e696
}
#main-footer #footer-info {
    padding-top: 3.5rem;
    float: left;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem
}
#main-footer #footer-info ul {
    float: left
}
#main-footer #footer-info ul li {
    list-style: none
}
#main-footer #footer-info ul li a {
    color: #ced54a
}
#main-footer #footer-info address {
    display: block;
    float: right;
    color: #e3e696;
    text-align: right
}
#main-footer #footer-info address a {
    color: #e3e696;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
    display: block
}
#main-footer #footer-info address span {
    display: block
}
#main-footer #footer-info address span.locality {
    display: inline
}
#main-footer #footer-info address span.region {
    display: inline
}
#main-footer #footer-info sub {
    float: left;
    clear: left;
    width: 100%;
    padding: 1.75em 0;
    font-size: 1em;
    color: #5f9372;
    text-align: center
}
section.main-content {
    z-index: 1;
    position: relative;
    margin-top: 12em;
    margin-bottom: 3em;
    padding: 2.5em 3.5%;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #e6e6e6);
    background-image: linear-gradient(#ffffff, #e6e6e6);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-size: 1.4rem;
    color: #333
}
section.main-content .main-content-title {
    color: #bbe7e6;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 2.1em;
    font-size: 24px;
    font-size: 2.4rem;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.81);
    filter: dropshadow(color=#000, offx=0, offy=-1);
    display: inline-block;
    width: auto;
    height: 5rem;
    padding: 0 5rem 0 1.5rem;
    background: transparent url("../img/default/sprite-banners.png") no-repeat top right;
    position: absolute;
    top: -0.75em;
    left: 0
}
section.main-content h1 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2em;
    font-family: "Neue Helvetica";
    font-weight: 300;
    color: #184f2c;
    margin-bottom: 0.5em
}
section.main-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
    font-family: "Neue Helvetica";
    font-weight: 300;
    color: #ff8849
}
section.main-content h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.0;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #005293
}
section.main-content h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #6f2c3e;
    text-transform: uppercase
}
section.main-content h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #6f2c3e
}
section.main-content h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #6f2c3e
}
section.main-content img {
    margin: 1.4em 2em 1.4em 0
}
section.main-content img[style*="float: right"] {
    margin-left: 2.0em;
    margin-right: 0
}
section.main-content p,
section.main-content ul,
section.main-content li {
    margin: 0.7em 0 1.05em
}
section.main-content ul,
section.main-content ol {
    list-style-position: inside
}
section.main-content ul li {
    list-style-type: none;
    background: transparent url("../img/default/bullet-tangerine.png") no-repeat left 0.6em;
    padding-left: 1.0em
}
section.main-content ul.no-bullet li {
    background: 0 none
}
section.main-content blockquote.pull {
    display: block;
    width: 100%;
    padding: 0.7em 0;
    margin: 0;
    border: 0
}
section.main-content blockquote.pull p {
    margin: 0 0 0.7em 0;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #184f2c, #b8c02c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
section.main-content .intro {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Sorts Mill Goudy";
    color: #818181
}
section.main-content div.secondary-nav {
    padding-bottom: 0.5em
}
section.main-content div.secondary-nav header {
    text-align: right;
    width: 100%
}
section.main-content div.secondary-nav header * {
    display: inline-block
}
section.main-content div.secondary-nav header a {
    font-family: "Neue Helvetica";
    font-size: 13px;
    font-size: 1.3rem;
    color: #827266
}
section.main-content div.secondary-nav header a:after {
    content: "";
    display: inline-block;
    margin: 0 0.1em 0 0.4em;
    height: 9px;
    width: 6px;
    background-image: url('/_resources/img/ui-elements/mobile-s39bdd819e7.png');
    background-position: 0 -131px;
    background-repeat: no-repeat
}
@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3 / 2),
(min-device-pixel-ratio: 1.5) {
    section.main-content div.secondary-nav header a:after {
        background-image: url('/_resources/img/ui-elements2x/mobile-s9e71b79860.png');
        background-position: 0 -131px;
        -webkit-background-size: 24px auto;
        -moz-background-size: 24px auto;
        -o-background-size: 24px auto;
        background-size: 24px auto
    }
}
section.main-content div.secondary-nav header h2 a:after {
    display: none
}
section.main-content div.secondary-nav nav {
    display: none
}
section.main-content .ad-photo,
section.main-content #internal-footer .next-step {
    width: 107%;
    padding-bottom: 70%;
    margin: 2.8em -3.5%;
    overflow: hidden;
    position: relative;
    border: 1px solid #184f2c;
    -webkit-box-shadow: 0 0 3px #bcbdbc;
    -moz-box-shadow: 0 0 3px #bcbdbc;
    box-shadow: 0 0 3px #bcbdbc;
    line-height: 1.125;
    color: #fff
}
section.main-content .ad-photo div,
section.main-content #internal-footer .next-step div {
    position: absolute;
    bottom: 19%;
    left: 11.5%;
    width: 81.8%;
    z-index: 3
}
section.main-content .ad-photo div h1,
section.main-content #internal-footer .next-step div h1 {
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff
}
section.main-content .ad-photo div h1:first-child,
section.main-content #internal-footer .next-step div h1:first-child {
    background: none;
    margin: 0;
    padding: 0
}
section.main-content .ad-photo div p,
section.main-content #internal-footer .next-step div p {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
    margin: 0.35em 0 0
}
section.main-content .ad-photo a,
section.main-content #internal-footer .next-step a {
    display: block;
    position: absolute;
    bottom: 6.4516%;
    width: 100%;
    right: 6.7%;
    z-index: 3;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    text-align: right;
    color: #fada63;
    background: -webkit-linear-gradient(top, #fada63, #f9d44a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
section.main-content .ad-photo a span,
section.main-content #internal-footer .next-step a span {
    display: inline-block;
    margin-left: 1%;
    vertical-align: middle
}
section.main-content .ad-photo .gradient,
section.main-content #internal-footer .next-step .gradient {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 2
}
section.main-content .ad-photo.brown .gradient,
section.main-content #internal-footer .brown.next-step .gradient {
    background: -moz-linear-gradient(top, rgba(74, 60, 49, 0) 0%, rgba(74, 60, 49, 0) 32%, rgba(74, 60, 49, 0.88) 74%, rgba(74, 60, 49, 0.88) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(74, 60, 49, 0)), color-stop(32%, rgba(74, 60, 49, 0)), color-stop(74%, rgba(74, 60, 49, 0.88)), color-stop(100%, rgba(74, 60, 49, 0.88)));
    background: -webkit-linear-gradient(top, rgba(74, 60, 49, 0) 0%, rgba(74, 60, 49, 0) 32%, rgba(74, 60, 49, 0.88) 74%, rgba(74, 60, 49, 0.88) 100%);
    background: -o-linear-gradient(top, rgba(74, 60, 49, 0) 0%, rgba(74, 60, 49, 0) 32%, rgba(74, 60, 49, 0.88) 74%, rgba(74, 60, 49, 0.88) 100%);
    background: -ms-linear-gradient(top, rgba(74, 60, 49, 0) 0%, rgba(74, 60, 49, 0) 32%, rgba(74, 60, 49, 0.88) 74%, rgba(74, 60, 49, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(74, 60, 49, 0) 0%, rgba(74, 60, 49, 0) 32%, rgba(74, 60, 49, 0.88) 74%, rgba(74, 60, 49, 0.88) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004a3c31', endColorstr='#e04a3c31', GradientType=0)
}
section.main-content .ad-photo.evergreen .gradient,
section.main-content #internal-footer .evergreen.next-step .gradient {
    background: -moz-linear-gradient(top, rgba(5, 55, 23, 0) 0%, rgba(5, 55, 23, 0) 32%, rgba(5, 55, 23, 0.88) 74%, rgba(5, 55, 23, 0.88) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 55, 23, 0)), color-stop(32%, rgba(5, 55, 23, 0)), color-stop(74%, rgba(5, 55, 23, 0.88)), color-stop(100%, rgba(5, 55, 23, 0.88)));
    background: -webkit-linear-gradient(top, rgba(5, 55, 23, 0) 0%, rgba(5, 55, 23, 0) 32%, rgba(5, 55, 23, 0.88) 74%, rgba(5, 55, 23, 0.88) 100%);
    background: -o-linear-gradient(top, rgba(5, 55, 23, 0) 0%, rgba(5, 55, 23, 0) 32%, rgba(5, 55, 23, 0.88) 74%, rgba(5, 55, 23, 0.88) 100%);
    background: -ms-linear-gradient(top, rgba(5, 55, 23, 0) 0%, rgba(5, 55, 23, 0) 32%, rgba(5, 55, 23, 0.88) 74%, rgba(5, 55, 23, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(5, 55, 23, 0) 0%, rgba(5, 55, 23, 0) 32%, rgba(5, 55, 23, 0.88) 74%, rgba(5, 55, 23, 0.88) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00053717', endColorstr='#e0053717', GradientType=0)
}
section.main-content .ad-photo.royal .gradient,
section.main-content #internal-footer .royal.next-step .gradient {
    background: -moz-linear-gradient(top, rgba(0, 82, 147, 0) 0%, rgba(0, 82, 147, 0) 32%, rgba(0, 82, 147, 0.88) 74%, rgba(0, 82, 147, 0.88) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 82, 147, 0)), color-stop(32%, rgba(0, 82, 147, 0)), color-stop(74%, rgba(0, 82, 147, 0.88)), color-stop(100%, rgba(0, 82, 147, 0.88)));
    background: -webkit-linear-gradient(top, rgba(0, 82, 147, 0) 0%, rgba(0, 82, 147, 0) 32%, rgba(0, 82, 147, 0.88) 74%, rgba(0, 82, 147, 0.88) 100%);
    background: -o-linear-gradient(top, rgba(0, 82, 147, 0) 0%, rgba(0, 82, 147, 0) 32%, rgba(0, 82, 147, 0.88) 74%, rgba(0, 82, 147, 0.88) 100%);
    background: -ms-linear-gradient(top, rgba(0, 82, 147, 0) 0%, rgba(0, 82, 147, 0) 32%, rgba(0, 82, 147, 0.88) 74%, rgba(0, 82, 147, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(0, 82, 147, 0) 0%, rgba(0, 82, 147, 0) 32%, rgba(0, 82, 147, 0.88) 74%, rgba(0, 82, 147, 0.88) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00005293', endColorstr='#e0005293', GradientType=0)
}
section.main-content .ad-photo img,
section.main-content #internal-footer .next-step img {
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1
}
section.main-content .ad-photo-full,
section.main-content .video-full {
    clear: both;
    display: none;
    position: relative;
    width: 107%;
    margin: 2.8em -3.5%;
    padding: 1.2%;
    border: 0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9fd3d2), to(#209391));
    background-image: -webkit-linear-gradient(top, #9fd3d2, #209391);
    background-color: #209391;
    background-image: -moz-linear-gradient(top, #9fd3d2, #209391);
    background-image: -ms-linear-gradient(top, #9fd3d2, #209391);
    background-image: -o-linear-gradient(top, #9fd3d2, #209391);
    background-image: linear-gradient(to bottom, #9fd3d2, #209391);
    background-repeat: repeat-x
}
section.main-content .ad-photo-full p,
section.main-content .video-full p {
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 6%;
    margin: 0;
    padding: 3.5% 0 0 0;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    line-height: 1.0em;
    color: #e3e696
}
section.main-content .ad-photo-full .quote,
section.main-content .video-full .quote {
    font-size: 38px;
    font-size: 3.8rem;
    color: #ced54a;
    display: inline-block;
    position: relative
}
section.main-content .ad-photo-full .quote.left,
section.main-content .video-full .quote.left {
    margin-left: -0.55em;
    top: 0.3em
}
section.main-content .ad-photo-full .quote.right,
section.main-content .video-full .quote.right {
    position: absolute;
    bottom: 0.6em;
    top: auto;
    right: 0
}
section.main-content .ad-photo-full .author,
section.main-content .video-full .author {
    display: none
}
section.main-content .ad-photo-full .label,
section.main-content .video-full .label {
    display: none
}
section.main-content .ad-photo-full img,
section.main-content .video-full img {
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #0a6a68
}
section.main-content .video-full {
    background: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 365px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}
section.main-content .video-full p {
    color: #f8ce32
}
section.main-content .video-full .quote {
    color: #ff8849
}
section.main-content .video-full .author {
    color: #6b6b6b
}
section.main-content .video-full .label {
    color: #6b6b6b
}
section.main-content .video-full .video-js {
    position: absolute;
    left: 18.5%;
    top: 5em
}
section.main-content .ad-text {
    border: 0;
    margin: 0;
    padding: 0.7em 0;
    width: 100%
}
section.main-content .ad-text p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #4a3c31;
    margin: 0
}
section.main-content .ad-text em {
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    color: #96172e
}
section.main-content .ad-text.ruby em {
    background: -webkit-linear-gradient(left, #96172e, #ff8849);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
section.main-content .ad-text.evergreen em {
    color: #184f2c;
    background: -webkit-linear-gradient(left, #184f2c, #ced54a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
section.main-content #internal-footer {
    display: none
}
section.main-content #internal-footer>h1 {
    display: none
}
section.main-content #internal-footer .next-step {
    display: none
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.border-shadow {
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}
.no-border {
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
}
#introtour {
    display: none
}
#de {
    display: none
}
#home-carousel {
    width: 100%;
    height: 416px;
    position: relative;
    z-index: 1
}
#home-carousel .home-banner {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0a576), to(#af582a));
    background-image: -webkit-linear-gradient(top, #f0a576, #af582a);
    background-color: #af582a;
    background-image: -moz-linear-gradient(top, #f0a576, #af582a);
    background-image: -ms-linear-gradient(top, #f0a576, #af582a);
    background-image: -o-linear-gradient(top, #f0a576, #af582a);
    background-image: linear-gradient(to bottom, #f0a576, #af582a);
    background-repeat: repeat-x;
    padding: 0.1rem;
    margin-top: -1.3rem;
    position: relative
}
#home-carousel .home-banner span {
    background-color: #ff8849;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#d36024), to(#ff8849));
    background-image: -webkit-linear-gradient(left, #d36024, #ff8849);
    background-image: -moz-linear-gradient(left, #d36024, #ff8849);
    background-image: -ms-linear-gradient(left, #d36024, #ff8849);
    background-image: -o-linear-gradient(left, #d36024, #ff8849);
    background-image: linear-gradient(to right, #d36024, #ff8849);
    background-repeat: repeat-x;
    display: block;
    height: 2.6rem
}
html.multiplebgs #home-carousel:before,
html.multiplebgs #home-carousel:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 10%;
    height: 1.85rem;
    content: "";
    background-color: #c2551b;
    background-repeat: no-repeat
}
html.multiplebgs #home-carousel:after {
    background-position: top right;
    left: 0
}
html.multiplebgs #home-carousel:before {
    background-position: top left;
    right: 0
}
html.multiplebgs #home-carousel .home-banner {
    margin: -1.3rem 4.6875% 0;
    z-index: 2
}
html.multiplebgs #home-carousel .home-banner span {
    z-index: 3
}
#home-carousel li {
    display: block;
    height: 416px;
    width: 100%;
    position: relative
}
#home-carousel #weather {
    position: absolute;
    display: block;
    width: 40.625%;
    height: 1px;
    left: 4.6875%;
    bottom: 15.9rem
}
#home-carousel #weather span {
    position: absolute;
    color: #fff;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1em;
    font-size: 21px;
    font-size: 2.1rem
}
.textshadow #home-carousel #weather span {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75)
}
#home-carousel #weather .weather-icon {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -43px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
#home-carousel #weather .temp {
    position: absolute;
    top: 10px;
    width: 100%
}
#home-carousel #weather .temp-current {
    font-size: 42px;
    font-size: 4.2rem;
    left: 15%;
    position: relative
}
#home-carousel #weather .temp-high-low {
    position: absolute;
    top: 0;
    left: 61%
}
#home-carousel #weather .temp-high {
    top: 0;
    left: 0
}
#home-carousel #weather .temp-low {
    top: 2.3rem;
    left: 0
}
#home-carousel #weather .temp-divider {
    border-top: 2px solid #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.75);
    width: 1.9rem;
    top: 2.1rem;
    left: 0
}
#home-carousel #dining-hall-menu {
    position: absolute;
    display: block;
    width: 50.3125%;
    right: 4.6875%;
    bottom: 15.9rem;
    height: 1px
}
#home-carousel #dining-hall-menu dl {
    color: #fada63;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0
}
.textshadow #home-carousel #dining-hall-menu dl {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75)
}
#home-carousel #dining-hall-menu dl dt {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.0em;
    position: absolute;
    bottom: 0;
    left: 0
}
#home-carousel #dining-hall-menu dl dd {
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.88em;
    min-height: 42px;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0
}
#home-carousel #dining-hall-menu dl dd a {
    color: #fada63
}
.home #bg-main li {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
section.home-block {
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #fff, #e5e5e5);
    background-image: -ms-linear-gradient(top, #fff, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #fff, #e5e5e5);
    background-image: -o-linear-gradient(top, #fff, #e5e5e5);
    background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e2e2e2', GradientType=0);
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 3px;
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 3px;
    *zoom: 1;
    margin: 4.5rem 0 0;
    padding: 4rem 4.6875%;
    position: relative
}
section.home-block:before,
section.home-block:after {
    display: table;
    content: ""
}
section.home-block:after {
    clear: both
}
section.home-block h2 {
    color: #bbe7e6;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 2.1em;
    font-size: 24px;
    font-size: 2.4rem;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.81);
    filter: dropshadow(color=#000, offx=0, offy=-1);
    display: inline-block;
    width: auto;
    height: 5rem;
    padding: 0 5rem 0 1.5rem;
    background: transparent url("../img/default/sprite-banners.png") no-repeat top right;
    position: absolute;
    top: -1.9rem;
    left: 0
}
section.home-block#home-campus-news {
    padding-bottom: 2.0rem
}
section.home-block#home-campus-news h2 {
    color: #bbe7e6
}
section.home-block#home-campus-news article {
    float: left;
    width: 44.8275862%;
    margin-right: 10.3448275%
}
section.home-block#home-campus-news article:last-of-type {
    margin-right: 0
}
section.home-block#home-campus-news article h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em
}
section.home-block#home-campus-news article h3 a {
    text-decoration: none;
    color: #005293
}
section.home-block#home-campus-news .btn {
    float: right;
    margin-top: 0.5em
}
section.home-block#home-social {
    padding-top: 2rem
}
section.home-block#home-social h2 {
    color: #dcc7df;
    background-position: right -50px
}
section.home-block#home-social article {
    *zoom: 1;
    clear: both;
    min-width: 100%;
    padding: 2rem 0 1.2rem;
    background-image: url("../img/default/rep-dot-lavender.png");
    background-repeat: repeat-x;
    background-position: bottom
}
section.home-block#home-social article:before,
section.home-block#home-social article:after {
    display: table;
    content: ""
}
section.home-block#home-social article:after {
    clear: both
}
section.home-block#home-social article:last-of-type {
    background: none;
    padding-bottom: 0
}
section.home-block#home-social article a {
    text-decoration: none
}
section.home-block#home-social article header {
    float: left;
    width: 100%;
    padding-bottom: .5rem
}
section.home-block#home-social article header a {
    float: left;
    display: block;
    padding-left: 1.9rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    color: #005293
}
section.home-block#home-social article header a[href*="twitter.com"] {
    background: url('/_resources/img/social-feed-icons-s299f21c2d8.png') 0 -77px no-repeat
}
section.home-block#home-social article header a[href*="facebook.com"] {
    background: url('/_resources/img/social-feed-icons-s299f21c2d8.png') 0 -3px no-repeat
}
section.home-block#home-social article header span.time {
    float: right;
    color: #bcbdbc
}
section.home-block#home-social article>figure {
    float: left;
    clear: left;
    margin: 0
}
section.home-block#home-social article>figure img {
    -webkit-box-shadow: 0 0 1px 1px #cbcbcb;
    -moz-box-shadow: 0 0 1px 1px #cbcbcb;
    box-shadow: 0 0 1px 1px #cbcbcb;
    display: block;
    width: 5.2rem;
    height: auto;
    margin-top: .45rem;
    border: 2px solid #fff
}
section.home-block#home-social article>p {
    margin-left: 23.275862%
}
.academic #main {
    margin-top: 5em
}
.academic section.main-content div.secondary-nav {
    display: none;
    width: 107%;
    margin-left: -3.5%;
    margin-top: -2.5em;
    padding: 1px;
    -webkit-box-shadow: 0 0 2px 0px #000;
    -moz-box-shadow: 0 0 2px 0px #000;
    box-shadow: 0 0 2px 0px #000;
    background-color: #0f559d;
    background-image: -moz-linear-gradient(top, #006bc0, #26356a);
    background-image: -ms-linear-gradient(top, #006bc0, #26356a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006bc0), to(#26356a));
    background-image: -webkit-linear-gradient(top, #006bc0, #26356a);
    background-image: -o-linear-gradient(top, #006bc0, #26356a);
    background-image: linear-gradient(to bottom, #006bc0, #26356a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0068bb', endColorstr='#253366', GradientType=0)
}
.academic section.main-content div.secondary-nav div {
    background-color: #005293;
    background-image: -moz-linear-gradient(left, #004073, #005293);
    background-image: -ms-linear-gradient(left, #004073, #005293);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#004073), to(#005293));
    background-image: -webkit-linear-gradient(left, #004073, #005293);
    background-image: -o-linear-gradient(left, #004073, #005293);
    background-image: linear-gradient(to right, #004073, #005293);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003d6e', endColorstr='#004f8e', GradientType=1)
}
.academic section.main-content div.secondary-nav header h1 {
    position: static;
    top: 0;
    right: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    color: #fada63
}
.academic section.main-content div.secondary-nav nav {
    display: block
}
.academic section.main-content div.secondary-nav ul li {
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0
}
.academic section.main-content div.secondary-nav ul li:before,
.academic section.main-content div.secondary-nav ul li:after {
    display: table;
    content: ""
}
.academic section.main-content div.secondary-nav ul li:after {
    clear: both
}
.academic section.main-content div.secondary-nav ul li strong {
    width: 33%;
    padding-right: 1%;
    float: left;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: right;
    font-family: "Neue Helvetica", "Neue Helvetica", Helvetica, Arial, sans-serif;
    color: #fada63
}
.academic section.main-content div.secondary-nav ul li em {
    display: block;
    float: left;
    width: 64%;
    padding-left: 1%;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.6;
    color: #fff
}
.academic section.main-content div.secondary-nav ul li em span {
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif
}
.academic section.main-content h1 {
    position: absolute;
    top: -3.25em;
    left: 3.5%;
    width: 90%;
    margin: 0;
    padding: 0;
    text-align: left;
    background: transparent none
}
.academic section.main-content h1 .school-of {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    color: #fada63;
    background: -webkit-linear-gradient(top, #f9d961, #bc9402);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.academic section.main-content h1 .school-of.disabled {
	display: none;
}
.academic section.main-content h1 .school-name {
    display: block;
    margin-top: -0.4em;
    font-size: 30px;
    font-size: 3rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    color: #fff;
    background: -webkit-linear-gradient(top, #fff, #cdcdcd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.academic section.main-content h2 {
    font-size: 30px;
    font-size: 3rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #005293;
    margin: 0;
    padding: 3% 0
}
.academic section.main-content .intro {
    font-size: 18px;
    font-size: 1.8rem;
    color: #3b3027;
    padding-bottom: 2.0em
}
.academic section.main-content aside.actions {
    display: none
}
.academic section.main-content section {
    *zoom: 1;
    clear: both;
    position: relative;
    width: 107%;
    margin: 0 -3.5%
}
.academic section.main-content section:before,
.academic section.main-content section:after {
    display: table;
    content: ""
}
.academic section.main-content section:after {
    clear: both
}
.academic section.main-content section h1 {
    display: none
}
.academic section.main-content section>h2 {
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 2000;
    display: block;
    height: 71px;
    padding: 0;
    margin: 0;
    font-weight: normal
}
.academic section.main-content section>h2 strong {
    display: block;
    float: left;
    height: 71px;
    padding-right: 55px;
    padding-left: 15px;
    padding-top: 10px;
    background: transparent url("../img/default/title-bg-evergreen.png") no-repeat right top;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.9;
    font-weight: 300;
    text-transform: uppercase;
    color: #ced54a
}
.textshadow .academic section.main-content section>h2 strong {
    text-shadow: 0, 1px, 1px, rgba(0, 0, 0, 0.75)
}
.academic section.main-content section>h2.limelight strong {
    background-image: url("../img/default/title-bg-limelight.png");
    color: #184f2c
}
.textshadow .academic section.main-content section>h2.limelight strong {
    text-shadow: 0, 1px, 1px, rgba(255, 255, 255, 0.54)
}
.academic section.main-content section.intro {
    width: 100%;
    margin: 0;
    padding: 0 3.5%
}
.academic section.main-content section.intro h2 {
    position: static;
    top: auto;
    left: auto;
    height: auto
}
.academic section.main-content section.faculty {
    background-color: #eee;
    background-image: -moz-linear-gradient(top, #e7e7e7, #fafafa);
    background-image: -ms-linear-gradient(top, #e7e7e7, #fafafa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #e7e7e7, #fafafa);
    background-image: -o-linear-gradient(top, #e7e7e7, #fafafa);
    background-image: linear-gradient(to bottom, #e7e7e7, #fafafa);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#f7f7f7', GradientType=0);
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #e1e1e1
}
.academic section.main-content section.faculty>h2 {
    left: 0
}
.academic section.main-content section.faculty ul.slider {
    *zoom: 1;
    width: 100%;
    padding: 3em 3.5% 0
}
.academic section.main-content section.faculty ul.slider:before,
.academic section.main-content section.faculty ul.slider:after {
    display: table;
    content: ""
}
.academic section.main-content section.faculty ul.slider:after {
    clear: both
}
.academic section.main-content section.faculty ul.slider li {
    background: none;
    padding: 0 5% 1.5em;
    margin: 0;
    float: left;
    width: 50%
}
.academic section.main-content section.faculty ul.slider li img {
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0 21px 30px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 21px 30px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 0 21px 30px -20px rgba(0, 0, 0, 0.75)
}
.academic section.main-content section.faculty ul.slider li span {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
    text-align: center;
    color: #005293
}
.academic section.main-content section.faculty ul.slider li span strong {
    display: block;
    margin: 1em 0 0.5em;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal
}
.academic section.main-content section.facts {
    background-color: #f7f3e5;
    background-image: -moz-linear-gradient(top, #fefbee, #ede8d8);
    background-image: -ms-linear-gradient(top, #fefbee, #ede8d8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefbee), to(#ede8d8));
    background-image: -webkit-linear-gradient(top, #fefbee, #ede8d8);
    background-image: -o-linear-gradient(top, #fefbee, #ede8d8);
    background-image: linear-gradient(to bottom, #fefbee, #ede8d8);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefae9', endColorstr='#ebe6d5', GradientType=0);
    padding: 4em 3.5%
}
.academic section.main-content section.facts>h2 {
    top: -26px
}
.academic section.main-content section.facts h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    color: #ff8849;
    padding-bottom: 0.5em;
    background: transparent url("../img/default/bg-title-tangerine.png") repeat-x bottom left
}
.academic section.main-content section.facilities {
    background-color: #d4d5d4;
    background-image: -moz-linear-gradient(top, #bcbdbc, #fafafa);
    background-image: -ms-linear-gradient(top, #bcbdbc, #fafafa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcbdbc), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #bcbdbc, #fafafa);
    background-image: -o-linear-gradient(top, #bcbdbc, #fafafa);
    background-image: linear-gradient(to bottom, #bcbdbc, #fafafa);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b9bab9', endColorstr='#f7f7f7', GradientType=0);
    border-bottom: 1px solid #fff
}
.academic section.main-content section.facilities>h2 {
    top: -38px
}
.academic section.main-content section.facilities .photo-deck {
    position: relative;
    padding: 0.5em 0;
    background-color: #fff
}
.academic section.main-content section.facilities .photo-deck:before,
.academic section.main-content section.facilities .photo-deck:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    -webkit-background-size: 10% auto;
    -moz-background-size: 10% auto;
    -o-background-size: 10% auto;
    background-size: 10% auto
}
.academic section.main-content section.facilities .photo-deck:before {
    top: -20px;
    background: transparent url("../img/default/diag-top-white.png") repeat-x top center
}
.academic section.main-content section.facilities .photo-deck:after {
    bottom: -20px;
    background: transparent url("../img/default/diag-bottom-white.png") repeat-x bottom center
}
.academic section.main-content section.facilities .photo-deck ul {
    margin: 0
}
.academic section.main-content section.facilities .photo-deck ul li {
    padding: 0;
    margin: 0 10px 0 0;
    list-style: none;
    background-image: none;
    text-align: center
}
.academic section.main-content section.facilities .photo-deck ul li img {
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    width: 95%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    height: auto
}
.academic section.main-content section.facilities .about-facilities {
    margin: 3em 3.5%
}
.academic section.main-content section.facilities .about-facilities h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    color: #184f2c;
    padding-bottom: 0.3em
}
.academic section.main-content section.facilities .about-facilities div h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    color: #ff8849;
    padding-bottom: 0.5em;
    background: transparent url("../img/default/bg-title-tangerine.png") repeat-x bottom left
}
.academic section.main-content .video-full {
    display: none
}
.messaging #main {
    margin-top: 5em
}
.messaging section.main-content .main-content-title {
    display: none
}
.messaging section.main-content h1 {
    position: absolute;
    top: -3em;
    right: 0.5em;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "Neue Helvetica, Helvetica, Arial, sans-serif;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}
.messaging section.main-content h2 {
    font-size: 30px;
    font-size: 3rem;
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-align: center;
    color: #184f2c;
    margin: 0;
    padding: 3% 0
}
.messaging section.main-content blockquote.ad-photo-full,
.messaging section.main-content blockquote.video-full {
    display: block
}

.next-step {
	display: none !important;
}
@media screen and (min-width: 768px) {
    .desktop-sprite,
    .desktop-arrow-dandelion-gradient-shadow,
    .desktop-arrow-dandelion-shadow,
    .desktop-arrow-small-white-shadow,
    .desktop-arrow-white-shadow,
    .desktop-best-colleges-2013,
    .desktop-close_button,
    .desktop-close_button_over,
    .desktop-facebook-desktop,
    .desktop-flickr-desktop,
    .desktop-helpful_links_down,
    .desktop-logo_footer,
    .desktop-logo_main_small,
    .desktop-logo_main_smaller,
    .desktop-magnify-white,
    .desktop-magnify,
    .desktop-menu-current-point,
    .desktop-my_access_lock,
    .desktop-search_button_over_small,
    .desktop-search_button_small,
    .desktop-twitter-desktop,
    .desktop-youtube-desktop,
    section.main-content div.secondary-nav nav ul li.current:before,
    section.main-content .ad-photo a span,
    section.main-content #internal-footer .next-step a span,
    #main-footer #social-icons li a[href*="facebook"],
    #main-footer #social-icons li a[href*="youtube"],
    #main-footer #social-icons li a[href*="twitter"],
    #main-footer #social-icons li a[href*="instagram"],
    #main-footer #tour-map a.us-news,
    .academic section.main-content div.secondary-nav .continue:after,
    .academic section.main-content .continue-to i,
    .article .slideshow.small a.magnify {
        background-image: url('http://sauassetsaws-c897.kxcdn.com/framework/img/best.png');
        background-repeat: no-repeat
    }
    .desktop-arrow-dandelion-gradient-shadow {
        background-position: -22px -249px;
        height: 56px;
        width: 56px
    }
    .desktop-arrow-dandelion-shadow {
        background-position: -84px 0;
        height: 35px;
        width: 39px
    }
    .desktop-arrow-small-white-shadow {
        background-position: -44px -53px;
        height: 25px;
        width: 31px
    }
    .desktop-arrow-white-shadow {
        background-position: -45px 0;
        height: 32px;
        width: 39px
    }
    .desktop-best-colleges-2013 {
        background-position: 0 -156px;
        height: 93px;
        width: 91px
    }
    .desktop-close_button {
        background-position: -25px -53px;
        height: 19px;
        width: 19px
    }
    .desktop-close_button_over {
        background-position: -190px -109px;
        height: 19px;
        width: 19px
    }
    .desktop-facebook-desktop {
        background-position: -127px -53px;
        height: 26px;
        width: 26px
    }
    .desktop-flickr-desktop {
        background-position: 0 0;
        height: 26px;
        width: 26px
    }
    .desktop-helpful_links_down {
        background-position: 0 -53px;
        height: 10px;
        width: 11px
    }
    .desktop-logo_footer {
        background-position: 0 -109px;
        height: 47px;
        width: 190px
    }
    .desktop-logo_main_small {
        background-position: 0 -474px;
        height: 172px;
        width: 211px
    }
    .desktop-logo_main_smaller {
        background-position: 0 -329px;
        height: 145px;
        width: 178px
    }
    .desktop-magnify-white {
        background-position: -78px -249px;
        height: 80px;
        width: 80px
    }
    .desktop-magnify {
        background-position: 0 -249px;
        height: 22px;
        width: 22px
    }
    .desktop-menu-current-point {
        background-position: -26px 0;
        height: 53px;
        width: 19px
    }
    .desktop-my_access_lock {
        background-position: -11px -53px;
        height: 17px;
        width: 14px
    }
    .desktop-search_button_over_small {
        background-position: -165px 0;
        height: 40px;
        width: 42px
    }
    .desktop-search_button_small {
        background-position: -123px 0;
        height: 40px;
        width: 42px
    }
    .desktop-twitter-desktop {
        background-position: -101px -53px;
        height: 26px;
        width: 26px
    }
    .desktop-youtube-desktop {
        background-position: -75px -53px;
        height: 26px;
        width: 26px
    }
    .academic section.main-content .bx-wrapper {
        position: relative;
        padding: 0;
        *zoom: 1;
        width: 83.5314%;
        margin: 3.5em auto
    }
    .academic section.main-content .bx-wrapper ul.slider {
        width: auto;
        margin: 0
    }
    .academic section.main-content .bx-wrapper ul.slider li {
        width: auto
    }
    .academic section.main-content .bx-wrapper ul.slider li img {
        width: 100%
    }
    .academic section.main-content .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url("../img/default/bx_loader.gif") center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 30%;
        width: 7.5%;
        height: 52px;
        outline: 0;
        text-indent: -9999px;
        background-color: transparent;
        background-repeat: no-repeat
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a:after,
    .academic section.main-content .bx-wrapper .bx-controls-direction a:before {
        content: "";
        position: absolute;
        top: -105px;
        z-index: 1000;
        display: block;
        height: 300px;
        width: 5px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -7.5%;
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -234px no-repeat;
        background-position: 50% -234px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -338px no-repeat;
        background-position: 50% -338px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-prev:after {
        right: -5px;
        border-left: 1px solid #f1f1f1;
        background-image: -webkit-radial-gradient(-100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: -moz-radial-gradient(-100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: -ms-radial-gradient(-100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: -o-radial-gradient(-100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: radial-gradient(-100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%)
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -286px no-repeat;
        background-position: 50% -286px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-prev.disabled:after {
        border-left: 0 none;
        background-image: none
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-next {
        right: -7.5%;
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -390px no-repeat;
        background-position: 50% -390px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-next:hover {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -494px no-repeat;
        background-position: 50% -494px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-next:after {
        left: -5px;
        border-right: 1px solid #f1f1f1;
        background-image: -webkit-radial-gradient(100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: -moz-radial-gradient(100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: -ms-radial-gradient(100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: -o-radial-gradient(100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%);
        background-image: radial-gradient(100% 50%, ellipse cover, rgba(0, 0, 0, 0.5) 0%, transparent 75%)
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-next.disabled {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -442px no-repeat;
        background-position: 50% -442px
    }
    .academic section.main-content .bx-wrapper .bx-controls-direction a.bx-next.disabled:after {
        border-right: 0 none;
        background-image: none
    }
    .article section.main-content .slideshow.large {
        width: 73.344652%;
        position: relative;
        overflow: hidden
    }
    .article section.main-content .slideshow.large .large-slideshow ul.large li {
        width: auto
    }
    .article section.main-content .slideshow.large .large-slideshow ul.large li img {
        width: 100%
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a {
        position: absolute;
        top: 40%;
        z-index: 3000;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.05);
        width: 4.5%;
        height: 20%;
        text-align: center;
        -webkit-transition: background-color 0.5s linear;
        -moz-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.ready {
        background-color: rgba(0, 0, 0, 0.55)
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a:hover {
        background-color: rgba(0, 0, 0, 0.75)
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.disabled {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.disabled:after {
        opacity: 0.5
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a:after {
        content: "";
        display: block;
        margin: 0 auto;
        margin-top: -11.5px;
        margin-left: -7px;
        position: absolute;
        top: 50%;
        left: 50%
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.bx-prev {
        left: 0
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.bx-prev:after {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -546px no-repeat;
        width: 14px;
        height: 23px
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.bx-next {
        right: 0
    }
    .article section.main-content .slideshow.large .large-slideshow .bx-controls-direction a.bx-next:after {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -569px no-repeat;
        width: 14px;
        height: 23px
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs {
        position: absolute;
        bottom: -125px;
        left: 0;
        right: 0;
        opacity: 0;
        width: 100%
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-viewport {
        background-color: rgba(0, 0, 0, 0.5)
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-viewport ul.thumbs li {
        margin: 0;
        text-align: center;
        padding: 0.5em 0.25em
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-viewport ul.thumbs li img {
        margin: 0 auto;
        display: block;
        border: 1px solid transparent
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-viewport ul.thumbs li a.active img {
        border: 1px solid #e3e696
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-viewport ul.thumbs li a:hover img {
        border: 1px solid #ff8849
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a {
        position: absolute;
        top: 50%;
        z-index: 3000;
        margin-top: -19.5px;
        width: 39px;
        height: 39px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a.bx-prev {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 0 no-repeat;
        left: 1.4%
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a.bx-prev:hover {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -78px no-repeat
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a.bx-prev.disabled {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -39px no-repeat
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a.bx-next {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -117px no-repeat;
        right: 1.4%
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a.bx-next:hover {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -195px no-repeat
    }
    .article section.main-content .slideshow.large .large-slideshow-thumbs .bx-controls-direction a.bx-next.disabled {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -156px no-repeat
    }
    .article section.main-content .article-slideshow {
        *zoom: 1;
        float: right;
        width: 47.65%;
        position: relative;
        margin: 1em 0 1em 1em;
        padding: 0;
        background-color: #000;
        -webkit-box-shadow: 0 0 3px 0 #929292;
        -moz-box-shadow: 0 0 3px 0 #929292;
        box-shadow: 0 0 3px 0 #929292;
        border: 1px solid #fff
    }
    .article section.main-content .article-slideshow ul li {
        width: auto;
        position: relative
    }
    .article section.main-content .article-slideshow ul li div {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2999;
        display: none;
        width: 100%;
        padding: 5em 12.7% 1em;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4em;
        font-family: "Neue Helvetica";
        color: #fff;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#FF000000');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%)
    }
    .article section.main-content .article-slideshow ul li img {
        width: 100%
    }
    .article section.main-content .article-slideshow .bx-controls-direction a {
        position: absolute;
        top: 40%;
        z-index: 3000;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.05);
        width: 12.7%;
        height: 20%;
        text-align: center;
        -webkit-transition: background-color 0.5s linear;
        -moz-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.ready {
        background-color: rgba(0, 0, 0, 0.55)
    }
    .article section.main-content .article-slideshow .bx-controls-direction a:hover {
        background-color: rgba(0, 0, 0, 0.75)
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.disabled {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.disabled:after {
        opacity: 0.5
    }
    .article section.main-content .article-slideshow .bx-controls-direction a:after {
        content: "";
        display: block;
        margin: 0 auto;
        margin-top: -11.5px;
        margin-left: -7px;
        position: absolute;
        top: 50%;
        left: 50%
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.bx-prev {
        left: 0
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.bx-prev:after {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -546px no-repeat;
        width: 14px;
        height: 23px
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.bx-next {
        right: 0
    }
    .article section.main-content .article-slideshow .bx-controls-direction a.bx-next:after {
        background: url('/_resources/img/slider-sbd07ef4eb6.png') 0 -569px no-repeat;
        width: 14px;
        height: 23px
    }
    .nivoSlider {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        overflow: hidden
    }
    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none
    }
    .nivo-main-image {
        display: block !important;
        position: relative !important;
        width: 100% !important
    }
    .nivoSlider a.nivo-imageLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
        background: white;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .nivo-slice {
        display: block;
        position: absolute;
        z-index: 5;
        height: 100%;
        top: 0
    }
    .nivo-box {
        display: block;
        position: absolute;
        z-index: 5;
        overflow: hidden
    }
    .nivo-box img {
        display: block
    }
    .nivo-caption {
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: #000;
        color: #fff;
        width: 100%;
        z-index: 8;
        padding: 5px 10px;
        opacity: 0.8;
        overflow: hidden;
        display: none;
        -moz-opacity: 0.8;
        filter: alpha(opacity=8);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .nivo-caption p {
        padding: 5px;
        margin: 0
    }
    .nivo-caption a {
        display: inline !important
    }
    .nivo-html-caption {
        display: none
    }
    .nivo-directionNav a {
        position: absolute;
        top: 45%;
        z-index: 9;
        cursor: pointer
    }
    .nivo-prevNav {
        left: 0px
    }
    .nivo-nextNav {
        right: 0px
    }
    .nivo-controlNav {
        text-align: center;
        padding: 15px 0
    }
    .nivo-controlNav a {
        cursor: pointer
    }
    .nivo-controlNav a.active {
        font-weight: bold
    }
    /* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
    
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp {
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        vertical-align: top
    }
    .fancybox-wrap {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8020
    }
    .fancybox-skin {
        position: relative;
        background: #f9f9f9;
        color: #444;
        text-shadow: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .fancybox-opened {
        z-index: 8030
    }
    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
    }
    .fancybox-outer,
    .fancybox-inner {
        position: relative
    }
    .fancybox-inner {
        overflow: hidden
    }
    .fancybox-type-iframe .fancybox-inner {
        -webkit-overflow-scrolling: touch
    }
    .fancybox-error {
        color: #444;
        font: 14px/20px "Neue Helvetica", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 15px;
        white-space: nowrap
    }
    .fancybox-image,
    .fancybox-iframe {
        display: block;
        width: 100%;
        height: 100%
    }
    .fancybox-image {
        max-width: 100%;
        max-height: 100%
    }
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../img/default/fancybox/fancybox_sprite.png")
    }
    #fancybox-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        background-position: 0 -108px;
        opacity: 0.8;
        cursor: pointer;
        z-index: 8060
    }
    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../img/default/fancybox/fancybox_loading.gif") center center no-repeat
    }
    .fancybox-close {
        position: absolute;
        top: -18px;
        right: -18px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040
    }
    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 40%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        background: transparent url("../img/default/fancybox/blank.gif");
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        z-index: 8040
    }
    .fancybox-prev {
        left: 0
    }
    .fancybox-next {
        right: 0
    }
    .fancybox-nav span {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden
    }
    .fancybox-prev span {
        left: 10px;
        background-position: 0 -36px
    }
    .fancybox-next span {
        right: 10px;
        background-position: 0 -72px
    }
    .fancybox-nav:hover span {
        visibility: visible
    }
    .fancybox-tmp {
        position: absolute;
        top: -99999px;
        left: -99999px;
        visibility: hidden;
        max-width: 99999px;
        max-height: 99999px;
        overflow: visible !important
    }
    .fancybox-lock {
        overflow: hidden
    }
    .fancybox-overlay {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        z-index: 8010;
        background: url("../img/default/fancybox/fancybox_overlay.png")
    }
    .fancybox-overlay-fixed {
        position: fixed;
        bottom: 0;
        right: 0
    }
    .fancybox-lock .fancybox-overlay {
        overflow: auto;
        overflow-y: scroll
    }
    .fancybox-title {
        visibility: hidden;
        font: normal 13px/20px "Neue Helvetica", Helvetica, Arial, sans-serif;
        position: relative;
        text-shadow: none;
        z-index: 8050
    }
    .fancybox-opened .fancybox-title {
        visibility: visible
    }
    .fancybox-title-float-wrap {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-bottom: -35px;
        z-index: 8050;
        text-align: center
    }
    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }
    .fancybox-title-outside-wrap {
        position: relative;
        margin-top: 10px;
        color: #fff
    }
    .fancybox-title-inside-wrap {
        padding-top: 10px
    }
    .fancybox-title-over-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 10px;
        background: #000;
        background: rgba(0, 0, 0, 0.8)
    }
    body {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em
    }
    #universe {
        padding: 120px 0 0 0;
        margin: 0;
    }
    #universe #system {
        margin: 0;
        z-index: 2;
        position: relative
    }
    .touch #universe {
        overflow: auto;
        position: relative
    }
    .touch #universe #system {
        position: relative
    }
    #mobile-opener {
        display: none
    }
    #main-nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }
    #main {
        margin-top: 21.5em;
        border-top: 1px solid #fdf4ce
    }
    html.multiplebgs #main {
        background: #d3bf96 url("../img/default/bg-textured-tan.png") repeat 0 0
    }
	#bg-main {
		position: absolute;
		top: 160px;
	}
    #bg-main li img {
        min-width: 100%
    }
    .bg-feature-slider {
        position: absolute;
        top: 0;
        z-index: 0;
        width: 100%
    }
    .bg-feature-slider .bx-viewport #bg-main li {
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .bg-feature-slider .bx-viewport #bg-main li img {
        position: relative;
        max-width: inherit;
        min-height: 100%;
        min-width: 100%
    }
    .bg-feature-slider .bx-pager {
        position: absolute;
        bottom: 9%;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 10
    }
    .bg-feature-slider .bx-pager .bx-pager-item {
        display: inline-block;
        margin: 0 0.5em
    }
    .bg-feature-slider .bx-pager .bx-pager-item a {
        display: inline-block;
        width: 0.75em;
        height: 0.75em;
        text-indent: -3000px;
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 0.75;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        cursor: pointer
    }
    .bg-feature-slider .bx-pager .bx-pager-item a.active,
    .bg-feature-slider .bx-pager .bx-pager-item a:hover {
        opacity: 1
    }
    #bg-main li {
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }
    section.main-content {
        position: static;
        margin: -3% 3.5%;
        padding: 0 8.15%;
        z-index: 10;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        background-color: #fff;
        background-image: none;
        -webkit-font-smoothing: antialiased
    }
    section.main-content h1 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.2;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #184f2c;
        background: transparent url("../img/default/bg-title-tangerine.png") repeat-x left bottom;
        margin: 0 27.4278% 0 0;
        padding: 3% 0 3% 0;
    }
    section.main-content h2 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.63;
        font-family: "Neue Helvetica", "Neue Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #ff8849
    }
    section.main-content h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.0;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #005293
    }
    section.main-content h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4em;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        color: #6f2c3e;
        text-transform: uppercase
    }
    section.main-content h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4em;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        color: #6f2c3e
    }
    section.main-content h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4em;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #6f2c3e
    }
    section.main-content blockquote.pull {
        padding: 1.4em 0
    }
    section.main-content blockquote.pull p {
        font-size: 30px;
        font-size: 3rem
    }
    section.main-content .intro {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em;
        color: #818181;
        margin: 1.4em 0
    }
    section.main-content div.secondary-nav {
        padding: 1px;
        margin: -1.7em -10.65% 6% 6%;
        float: right;
        width: 32.6%;
        -webkit-box-shadow: 0 0 2px 0px #000;
        -moz-box-shadow: 0 0 2px 0px #000;
        box-shadow: 0 0 2px 0px #000;
        background-color: #0f559d;
        background-image: -moz-linear-gradient(top, #006bc0, #26356a);
        background-image: -ms-linear-gradient(top, #006bc0, #26356a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006bc0), to(#26356a));
        background-image: -webkit-linear-gradient(top, #006bc0, #26356a);
        background-image: -o-linear-gradient(top, #006bc0, #26356a);
        background-image: linear-gradient(to bottom, #006bc0, #26356a);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0068bb', endColorstr='#253366', GradientType=0)
    }
    section.main-content div.secondary-nav div {
        background-color: #005293;
        background-image: -moz-linear-gradient(left, #004073, #005293);
        background-image: -ms-linear-gradient(left, #004073, #005293);
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#004073), to(#005293));
        background-image: -webkit-linear-gradient(left, #004073, #005293);
        background-image: -o-linear-gradient(left, #004073, #005293);
        background-image: linear-gradient(to right, #004073, #005293);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003d6e', endColorstr='#004f8e', GradientType=1);
        min-height: 490px;
        overflow: hidden
    }
    section.main-content div.secondary-nav header {
        padding: 6% 0 6% 9%;
        text-align: left
    }
    section.main-content div.secondary-nav header * {
        display: block
    }
    .textshadow section.main-content div.secondary-nav header * {
        text-shadow: 0, 1px, 2px, rgba(0, 0, 0, 0.75)
    }
    section.main-content div.secondary-nav header *:after {
        display: none
    }
    section.main-content div.secondary-nav header a {
        color: #fff
    }
    section.main-content div.secondary-nav header a:after {
        display: none
    }
    section.main-content div.secondary-nav header h1,
    section.main-content div.secondary-nav header h1 a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #bbe7e6;
        text-transform: uppercase;
        padding: 0 0 0.15em;
        margin: 0
    }
    section.main-content div.secondary-nav header h1:first-child,
    section.main-content div.secondary-nav header h1 a:first-child {
        background: none;
        margin: 0
    }
    section.main-content div.secondary-nav header h2,
    section.main-content div.secondary-nav header h2 a {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #fada63
    }
    section.main-content div.secondary-nav nav {
        display: block
    }
    section.main-content div.secondary-nav nav ul {
        list-style: none;
        padding: 0;
        margin: 0 0 5em
    }
    section.main-content div.secondary-nav nav ul li {
        padding: 1px;
        margin: 0 -1px;
        background: none;
        background-color: #004b86;
        background-image: -moz-linear-gradient(top, #005293, #004173);
        background-image: -ms-linear-gradient(top, #005293, #004173);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005293), to(#004173));
        background-image: -webkit-linear-gradient(top, #005293, #004173);
        background-image: -o-linear-gradient(top, #005293, #004173);
        background-image: linear-gradient(to bottom, #005293, #004173);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004f8e', endColorstr='#003e6e', GradientType=0)
    }
    section.main-content div.secondary-nav nav ul li a {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        text-decoration: none;
        color: #bbe7e6;
        padding: 0.5em 7% 0.5em 9%;
        background-color: #005293;
        background-image: -moz-linear-gradient(left, #004982, #005293);
        background-image: -ms-linear-gradient(left, #004982, #005293);
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#004982), to(#005293));
        background-image: -webkit-linear-gradient(left, #004982, #005293);
        background-image: -o-linear-gradient(left, #004982, #005293);
        background-image: linear-gradient(to right, #004982, #005293);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00467d', endColorstr='#004f8e', GradientType=1)
    }
    section.main-content div.secondary-nav nav ul li a:hover {
        background-color: #015ca4;
        background-image: -moz-linear-gradient(left, #1b74ba, #015ca4);
        background-image: -ms-linear-gradient(left, #1b74ba, #015ca4);
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1b74ba), to(#015ca4));
        background-image: -webkit-linear-gradient(left, #1b74ba, #015ca4);
        background-image: -o-linear-gradient(left, #1b74ba, #015ca4);
        background-image: linear-gradient(to right, #1b74ba, #015ca4);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a71b6', endColorstr='#01599f', GradientType=1)
    }
    section.main-content div.secondary-nav nav ul li.current {
        position: relative
    }
    section.main-content div.secondary-nav nav ul li.current a {
        position: relative;
        background-color: #015ca4;
        background-image: -moz-linear-gradient(left, #1b73ba, #015ca4);
        background-image: -ms-linear-gradient(left, #1b73ba, #015ca4);
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1b73ba), to(#015ca4));
        background-image: -webkit-linear-gradient(left, #1b73ba, #015ca4);
        background-image: -o-linear-gradient(left, #1b73ba, #015ca4);
        background-image: linear-gradient(to right, #1b73ba, #015ca4);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a70b6', endColorstr='#01599f', GradientType=1)
    }
    section.main-content div.secondary-nav nav ul li.current:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: -18px;
        background-position: -26px 0;
        height: 53px;
        width: 19px;
        background-position: 4px -863px
    }
    section.main-content .ad-photo,
    section.main-content #internal-footer .next-step {
        width: 45.417%;
        padding-bottom: 43.3%;
        float: left;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        margin-left: -10.65%;
        margin-right: 7.5%;
        line-height: 1.125
    }
    section.main-content .ad-photo div,
    section.main-content #internal-footer .next-step div {
        bottom: 16%;
        left: 11.5%;
        width: 81.8%;
        z-index: 3
    }
    section.main-content .ad-photo div h1,
    section.main-content #internal-footer .next-step div h1 {
        font-size: 24px;
        font-size: 2.4rem
    }
    section.main-content .ad-photo div p,
    section.main-content #internal-footer .next-step div p {
        font-size: 16px;
        font-size: 1.6rem
    }
    section.main-content .ad-photo a,
    section.main-content #internal-footer .next-step a {
        font-size: 22px;
        font-size: 2.2rem
    }
    section.main-content .ad-photo a span,
    section.main-content #internal-footer .next-step a span {
        background-position: -84px 0;
        height: 35px;
        width: 39px;
        display: inline-block;
        margin-left: 1%;
        vertical-align: middle
    }
    section.main-content .ad-photo img,
    section.main-content #internal-footer .next-step img {
        top: 0
    }
    section.main-content .ad-photo.right,
    section.main-content #internal-footer .right.next-step {
        float: right;
        margin-left: 7.5%;
        margin-right: -10.65%
    }
    section.main-content .ad-photo-full,
    section.main-content .video-full {
        display: block;
        width: 121.3%;
        margin: 2.8em -10.65%
    }
    section.main-content .ad-photo-full p,
    section.main-content .video-full p {
        width: auto;
        font-size: 36px;
        font-size: 3.6rem;
        right: 9%;
        padding: 5% 0 0 0
    }
    section.main-content .ad-photo-full .quote,
    section.main-content .video-full .quote {
        font-size: 70px;
        font-size: 7rem
    }
    section.main-content .ad-photo-full .quote.right,
    section.main-content .video-full .quote.right {
        right: -0.1em
    }
    section.main-content .ad-photo-full .author,
    section.main-content .video-full .author {
        display: block;
        margin-top: 0.5em;
        margin-left: 2em;
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        line-height: 1.3;
        text-transform: uppercase;
        color: #fff
    }
    section.main-content .ad-photo-full .label,
    section.main-content .video-full .label {
        display: block;
        margin-left: 2em;
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        line-height: 1.3;
        text-transform: uppercase;
        color: #fff;
        background-color: transparent
    }
    section.main-content .video-full {
        background: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        min-height: 365px;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef
    }
    section.main-content .video-full p {
        color: #f8ce32
    }
    section.main-content .video-full .quote {
        color: #ff8849
    }
    section.main-content .video-full .author {
        color: #6b6b6b
    }
    section.main-content .video-full .label {
        color: #6b6b6b
    }
    section.main-content .video-full .video-js {
        position: absolute;
        left: 18.5%;
        top: 5em
    }
    section.main-content .ad-text {
        float: left;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        margin-left: -10.65%;
        margin-right: 6.5%;
        padding: 0 3% 0 7%;
        width: 47.7%;
        border-right: 1px solid #bcbdbc
    }
    section.main-content .ad-text p {
        font-size: 20px;
        font-size: 2rem
    }
    section.main-content .ad-text em {
        font-size: 30px;
        font-size: 3rem;
        line-height: 2.1em
    }
    section.main-content .ad-text.right {
        float: right;
        margin-left: 6.5%;
        margin-right: -10.65%;
        padding: 0 7% 0 3%;
        border-left: 1px solid #bcbdbc;
        border-right: 0 none
    }
    section.main-content .apply-today {
        display: block;
        width: 25%;
        padding: 5px;
        text-align: left;
        background-color: #0f4a82;
        background-image: -moz-linear-gradient(top, #005293, #263f6a);
        background-image: -ms-linear-gradient(top, #005293, #263f6a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005293), to(#263f6a));
        background-image: -webkit-linear-gradient(top, #005293, #263f6a);
        background-image: -o-linear-gradient(top, #005293, #263f6a);
        background-image: linear-gradient(to bottom, #005293, #263f6a);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004f8e', endColorstr='#253d66', GradientType=0);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }
    section.main-content .apply-today>div {
        overflow: hidden;
        width: 100%;
        padding: 5% 7%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 2px 0 #389e9c;
        -moz-box-shadow: 0 0 2px 0 #389e9c;
        box-shadow: 0 0 2px 0 #389e9c;
        border: 1px solid #003764
    }
    section.main-content .apply-today h1 {
        position: static !important;
        top: 0;
        right: 0;
        font-size: 24px;
        font-size: 2.4rem;
        font-family: "Sorts Mill Goudy";
        color: #bbe7e6;
        background: none;
        margin: 0;
        padding: 0
    }
    .textshadow section.main-content .apply-today h1 {
        text-shadow: 0, 1px, 2px, rgba(0, 0, 0, 0.5)
    }
    section.main-content .apply-today p {
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "Neue Helvetica";
        line-height: 1.125em;
		font-weight: 300;
        color: #fff
    }
    section.main-content .apply-today a {
        width: 60%;
        float: right
    }
    section.main-content .apply-today a em {
        font-size: 16px;
        font-size: 1.6rem
    }
    section.main-content .apply-today.evergreen {
        background-color: #1f6639;
        background-image: -moz-linear-gradient(top, #247642, #184f2c);
        background-image: -ms-linear-gradient(top, #247642, #184f2c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#247642), to(#184f2c));
        background-image: -webkit-linear-gradient(top, #247642, #184f2c);
        background-image: -o-linear-gradient(top, #247642, #184f2c);
        background-image: linear-gradient(to bottom, #247642, #184f2c);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#237240', endColorstr='#174b2a', GradientType=0)
    }
    section.main-content .apply-today.evergreen>div {
        -webkit-box-shadow: 0 0 2px 0 #ced54a;
        -moz-box-shadow: 0 0 2px 0 #ced54a;
        box-shadow: 0 0 2px 0 #ced54a;
        border: 1px solid #184f2c
    }
    section.main-content .apply-today.evergreen h1 {
        color: #fada63
    }
    section.main-content #internal-footer {
        display: block;
        *zoom: 1;
        position: relative;
        clear: both;
        width: 121.3%;
        margin: 9em -10.65% 0;
        padding: 3% 6.3% 18%;
        border-top: 1px solid #fff;
        background-color: #f1eee3;
        background-image: -moz-linear-gradient(top, #fafafa, #e5ddc2);
        background-image: -ms-linear-gradient(top, #fafafa, #e5ddc2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e5ddc2));
        background-image: -webkit-linear-gradient(top, #fafafa, #e5ddc2);
        background-image: -o-linear-gradient(top, #fafafa, #e5ddc2);
        background-image: linear-gradient(to bottom, #fafafa, #e5ddc2);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e3dbbe', GradientType=0)
    }
    section.main-content #internal-footer:before,
    section.main-content #internal-footer:after {
        display: table;
        content: ""
    }
    section.main-content #internal-footer:after {
        clear: both
    }
    section.main-content #internal-footer h1 {
        position: static;
        top: 0;
        right: 0;
        font-size: 36px;
        font-size: 3.6rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
		font-weight: 300;
        color: #644459;
        background: none;
        margin: 0 0 0.5em 0;
        padding: 0
    }
    section.main-content #internal-footer .next-step {
        width: 31%;
        padding: 0 0 20% 0;
        margin: 0 3% 0 0
    }
    section.main-content #internal-footer .next-step:last-child {
        margin-right: 0
    }
    section.main-content #internal-footer .next-step div {
        left: 4.63%;
        bottom: 20%
    }
    section.main-content #internal-footer .next-step div p {
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif
    }
    section.main-content #internal-footer .next-step a {
        right: 4.63%;
        bottom: 2%
    }
    section.main-content #internal-footer .next-step.continue a {
        background: #96172e url("../img/default/arrow-dandelion.png") no-repeat 96% center;
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 3% 14% 3% 3%;
        font-size: 19px;
        font-size: 1.9rem;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        line-height: 1.1em;
        text-align: right;
        color: #fff;
        -webkit-background-clip: none;
        -webkit-text-fill-color: white
    }
    section.main-content #internal-footer .next-step.continue a em {
        display: block;
        font-style: normal;
        color: #fada63;
        -webkit-text-fill-color: #fada63
    }
    section.main-content #internal-footer .next-step.continue a span {
        display: none
    }
    section.main-content #internal-footer .next-step.continue.ruby a {
        background-color: #96172e
    }
    section.main-content #internal-footer .next-step.continue.evergreen a {
        background-color: #184f2c
    }
    section.main-content #internal-footer .next-step.continue.lime a {
        background-color: #ced54a
    }
    section.main-content .two-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.5%;
        -moz-column-gap: 2.5%;
        column-gap: 2.5%
    }
    section.main-content .two-column li {
        margin: 0 0 1.75em;
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }
    #main-footer {
        margin-top: -2%;
        position: relative;
        padding: 2.8em 0 0 0;
        border-bottom: 0 none
    }
    #main-footer #social-icons {
        position: absolute;
        top: 2em;
        right: 3.5%;
        width: 14%
    }
    #main-footer #social-icons li {
        text-indent: 3000em;
        line-height: 3000em;
        text-align: left;
        width: 25%
    }
    #main-footer #social-icons li a {
        margin: 0
    }
    #main-footer #social-icons li a[href*="facebook"] {
        background-position: -127px -53px;
        height: 26px;
        width: 26px
    }
    #main-footer #social-icons li a[href*="youtube"] {
        background-position: -75px -53px;
        height: 26px;
        width: 26px
    }
    #main-footer #social-icons li a[href*="twitter"] {
        background-position: -101px -53px;
        height: 26px;
        width: 26px
    }
    #main-footer #social-icons li a[href*="instagram"] {
        background-position: 0 0;
        height: 26px;
        width: 26px
    }
    #main-footer #footer-links {
        *zoom: 1;
        clear: none;
        padding-top: 0;
        width: 67%;
        margin-left: 33%;
        padding-right: 3.5%;
        font-size: 13px;
        font-size: 1.3rem
    }
    #main-footer #footer-links:before,
    #main-footer #footer-links:after {
        display: table;
        content: ""
    }
    #main-footer #footer-links:after {
        clear: both
    }
    #main-footer #footer-links ul li {
        float: left;
        width: 21.847%;
        margin-right: 3.153%
    }
    #main-footer #footer-links ul li.col2 {
        width: 50%
    }
    #main-footer #footer-links ul li:last-child {
        margin-right: 0
    }
    #main-footer #footer-links a[data-toggle="collapse"],
    #main-footer #footer-links>a {
        margin: 0;
        padding: 0 0 0.5em;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
		font-weight: 700;
        text-transform: none;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid #144627
    }
    #main-footer #footer-links a[data-toggle="collapse"].active,
    #main-footer #footer-links>a.active {
        background-image: none
    }
    #main-footer #footer-links div.collapse {
        border-top: 1px solid #0a2b11;
        height: auto
    }
    #main-footer #footer-links div.collapse ul {
        padding: 0.5em 0
    }
    #main-footer #footer-links div.collapse ul li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 0 0.2em 1em;
        list-style-type: none;
        background: transparent url("../img/default/bullet-tangerine.png") no-repeat left 0.6em;
        display: block
    }
    #main-footer #footer-links div.collapse ul li a {
        font-family: "Neue Helvetica"
    }
    #main-footer #footer-links div.collapse ul li a:hover {
        color: #ced54a
    }
    #main-footer #footer-info {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: right;
        border-top: 1px solid #ced54a;
        margin: 2em 0 0 0;
        padding-bottom: 5em;
        background-color: #01240e
    }
    #main-footer #footer-info ul {
        float: none;
        display: inline
    }
    #main-footer #footer-info ul li {
        display: inline-block;
        margin-right: 1.75%
    }
    #main-footer #footer-info ul li a {
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        position: relative;
        top: 3px
    }
    #main-footer #footer-info address {
        float: none;
        position: absolute;
        top: 6.0em;
        right: 3.5%;
        width: 14%;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left
    }
    #main-footer #footer-info address a {
        padding-bottom: 0.3em
    }
    #main-footer #footer-info address span.postal-code {
        display: inline
    }
    #main-footer #footer-info sub {
        float: none;
        clear: none;
        width: auto;
        margin-right: 3.5%;
        padding: 36px 0 0 0;
        text-align: left;
        display: inline-block;
        background: transparent url("../img/default/logo-footer.png") no-repeat right bottom;
        width: 30%;
        height: 41px
    }
    #main-footer #fauna {
        width: 100%;
        height: 160px;
        position: absolute;
        top: -160px;
        z-index: 1
    }
    #main-footer #fauna div {
        position: relative
    }
    #main-footer #fauna #fauna-left {
        float: left;
        height: 160px;
        width: 27.11%;
        max-width: 406px;
        background: transparent url("../img/default/fauna-left.png") no-repeat right bottom
    }
    #main-footer #fauna #fauna-right {
        top: 14px;
        float: right;
        height: 146px;
        width: 15.625%;
        max-width: 201px;
        background: transparent url("../img/default/fauna-right.png") no-repeat left bottom
    }
    #main-footer #tour-map {
        width: 33%;
        height: 45%;
        position: absolute;
        left: -2%;
        bottom: 8.7em
    }
    #main-footer #tour-map a.us-news {
        display: block;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    	background-size: contain;
        height: 93px;
        width: 91px;
        position: absolute;
        top: -0.5em;
        right: 8%
    }
    #main-footer #tour-map a.tour {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;
        overflow: hidden
    }
    #main-footer #tour-map a.tour img {
        width: 100%
    }
    .academic #main {
        margin-top: 32.4em
    }
    .academic section.main-content div.secondary-nav {
        display: block;
        width: 38.6%;
        margin: -27px -10.65% 0 6%
    }
    .academic section.main-content div.secondary-nav div {
        padding-bottom: 1.5em;
        height: 100%
    }
    .academic section.main-content div.secondary-nav header h1 {
        position: static;
        top: 0;
        right: 0;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        text-transform: none;
        text-align: left;
        color: #fada63
    }
    .academic section.main-content div.secondary-nav ul {
        margin: 0
    }
    .academic section.main-content div.secondary-nav ul li strong {
        width: 33%;
        padding-right: 1%;
        float: left;
        clear: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: right;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        color: #fada63
    }
    .academic section.main-content div.secondary-nav ul li em {
        float: left;
        padding-left: 1%;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        font-style: normal;
        line-height: 1.6;
        color: #fff
    }
    .academic section.main-content div.secondary-nav ul li em span {
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif
    }
    .academic section.main-content div.secondary-nav .continue {
        display: block;
        margin: 3em 7% 0 0;
        clear: both;
        float: right;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "Sorts Mill Goudy", "Neue Helvetica", Helvetica, Arial, sans-serif;
		font-style: italic;
        color: #bbe7e6
    }
    .textshadow .academic section.main-content div.secondary-nav .continue {
        text-shadow: 0.1em, 0.1em, 0.2em, #000
    }
/*     .academic section.main-content div.secondary-nav .continue:after {
        content: "";
        display: block;
        margin-left: 0.5em;
        float: right;
        background-position: -44px -53px;
        height: 25px;
        width: 31px
    } */
    .academic section.main-content div.secondary-nav .continue:hover {
        color: #fff
    }
    .academic section.main-content h1 {
        top: -4.25em;
        left: auto;
        right: 3.5%;
        width: auto;
        min-width: 4.5em
    }
    .academic section.main-content h1 .school-of {
        font-size: 37px;
        font-size: 3.7rem
    }
    .academic section.main-content h1 .school-of.disabled {
        visibility: hidden
    }
    .academic section.main-content h1 .school-name {
        font-size: 56px;
        font-size: 5.6rem
    }
    .academic section.main-content h2 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1;
        margin: 0 32.4278% 0 -10.5%;
        padding: 0.8em 0 0.8em 7%
    }
    .academic section.main-content .intro {
        margin-top: 0;
        padding: 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5
    }
    .academic section.main-content .continue-to {
        display: block;
        position: absolute;
        right: 3.5%;
        top: -7.3em;
        margin-top: -9px
    }
    .academic section.main-content .continue-to em {
        text-indent: -3000em;
        display: block;
        position: absolute;
        top: -7.2em;
        right: 0;
        background-position: -22px -249px;
        height: 56px;
        width: 56px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }
    .academic section.main-content .continue-to strong {
        position: relative;
        display: none;
        opacity: 0;
        font-family: "Neue Helvetica";
        font-size: 1.2em;
        font-weight: normal;
        color: #f8ce32;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }
    .academic section.main-content .continue-to:hover em {
        right: -0.4em
    }
    .academic section.main-content .continue-to:hover strong {
        display: block;
        opacity: 1;
        color: #f8ce32;
        text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
    }
    .academic section.main-content aside.actions {
        display: block;
        clear: left;
        float: left;
        width: 67%;
        margin: 2.5em 0 5em -3.5%;
        padding-top: 2em;
        *zoom: 1;
        border-top: 1px solid #f1f1f1;
        background-image: -webkit-radial-gradient(50% -100%, ellipse cover, rgba(225, 216, 183, 0.2) 0%, transparent 70%);
        background-image: -moz-radial-gradient(50% -100%, ellipse cover, rgba(225, 216, 183, 0.2) 0%, transparent 70%);
        background-image: -ms-radial-gradient(50% -100%, ellipse cover, rgba(225, 216, 183, 0.2) 0%, transparent 70%);
        background-image: -o-radial-gradient(50% -100%, ellipse cover, rgba(225, 216, 183, 0.2) 0%, transparent 70%);
        background-image: radial-gradient(50% -100%, ellipse cover, rgba(225, 216, 183, 0.2) 0%, transparent 70%)
    }
    .academic section.main-content aside.actions:before,
    .academic section.main-content aside.actions:after {
        display: table;
        content: ""
    }
    .academic section.main-content aside.actions:after {
        clear: both
    }
    .academic section.main-content aside.actions ul {
        margin: 0;
        padding: 0
    }
    .academic section.main-content aside.actions ul li {
        background: none;
        padding: 0;
        margin: 0;
        width: 33%;
        display: block;
        float: left;
        text-align: left
    }
    .academic section.main-content aside.actions ul li:last-child {
        text-align: right
    }
    .academic section.main-content aside.actions a img {
        margin: 0;
        padding: 0;
        border: 0 none;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        border: 0
    }
    .academic section.main-content div.intro {
        clear: none;
        width: 64%;
        margin: 0;
        padding: 0
    }
    .academic section.main-content div.intro p,
    .academic section.main-content div.intro ul,
    .academic section.main-content div.intro ol {
        margin-top: 0;
        margin-bottom: 1.5em
    }
    .academic section.main-content section {
        width: 121.3%;
        margin: 0 -10.65%
    }
    .academic section.main-content section h1 {
        display: block
    }
    .academic section.main-content section>h2 {
        top: -21px;
        left: -21px;
        z-index: 2000;
        height: 71px;
        padding: 0 0 0 62px;
        background: transparent url("../img/default/title-bg-evergreen.png") no-repeat left top
    }
    .academic section.main-content section>h2 strong {
        float: left;
        height: 71px;
        padding-right: 155px;
        padding-top: 0;
        padding-left: 0;
        background: transparent url("../img/default/title-bg-evergreen.png") no-repeat right top;
        font-size: 36px;
        font-size: 3.6rem
    }
    .academic section.main-content section>h2.limelight {
        background-image: url("../img/default/title-bg-limelight.png")
    }
    .academic section.main-content section.faculty {
        left: auto;
        padding: 1.0em
    }
    .academic section.main-content section.faculty>h2 {
        left: -21px
    }
    .academic section.main-content section.faculty ul.slider {
        height: 4em;
        padding: 0;
        opacity: 0
    }
    .academic section.main-content section.faculty ul.slider li {
        padding: 0;
        margin: 0;
        float: left;
        width: 11em
    }
    .academic section.main-content section.faculty ul.slider li img {
        margin: 0;
        padding: 0;
        border: 0 none;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        margin: 0 auto
    }
    .academic section.main-content section.faculty ul.slider li span {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2em
    }
    .academic section.main-content section.faculty ul.slider li span strong {
        margin: 1em 0 0.5em;
        font-size: 16px;
        font-size: 1.6rem
    }
    .academic section.main-content section.faculty .bx-wrapper {
        max-width: none !important
    }
    .academic section.main-content section.faculty .bx-wrapper ul.slider {
        width: 83.5314%;
        overflow: auto;
        height: auto;
        opacity: 1
    }
    .academic section.main-content section.facts {
        background-color: #f7f3e5;
        background-image: -moz-linear-gradient(top, #fefbee, #ede8d8);
        background-image: -ms-linear-gradient(top, #fefbee, #ede8d8);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefbee), to(#ede8d8));
        background-image: -webkit-linear-gradient(top, #fefbee, #ede8d8);
        background-image: -o-linear-gradient(top, #fefbee, #ede8d8);
        background-image: linear-gradient(to bottom, #fefbee, #ede8d8);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefae9', endColorstr='#ebe6d5', GradientType=0);
        padding: 4em
    }
    .academic section.main-content section.facts>h2 {
        top: -28px
    }
    .academic section.main-content section.facts h3 {
        font-size: 22px;
        font-size: 2.2rem;
        padding-bottom: 0.5em
    }
    .academic section.main-content section.facts>div {
        width: 25%;
        padding-right: 3%;
        float: left;
        z-index: 2;
        position: relative
    }
    .academic section.main-content section.facts>div.col2 {
        width: 50%
    }
    .academic section.main-content section.facts>div.col2 ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        column-gap: 3%
    }
    .academic section.main-content section.facts #facts-bg {
        margin: 0;
        padding: 0;
        border: 0 none;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        height: 100%;
        min-height: 100%
    }
    .academic section.main-content section.facts .apply-today {
        float: right;
        position: relative;
        z-index: 1;
        width: 25%;
        margin-top: 5em
    }
    .academic section.main-content section.facilities>h2 {
        top: -38px
    }
    .academic section.main-content section.facilities .photo-deck {
        min-height: 600px;
        margin-bottom: 20px;
        padding: 0
    }
    .academic section.main-content section.facilities .photo-deck:before,
    .academic section.main-content section.facilities .photo-deck:after {
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto
    }
    .academic section.main-content section.facilities .photo-deck ul li {
        background: none;
        margin: 0;
        padding: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out
    }
    .academic section.main-content section.facilities .photo-deck ul li img {
        width: auto;
        border: 10px solid #fff;
        z-index: 50;
        position: absolute
    }
    .academic section.main-content section.facilities .photo-deck.decked li {
        opacity: 1.0
    }
    .academic section.main-content section.facilities div.about-facilities {
        *zoom: 1;
        margin: 3em 8.15%
    }
    .academic section.main-content section.facilities div.about-facilities:before,
    .academic section.main-content section.facilities div.about-facilities:after {
        display: table;
        content: ""
    }
    .academic section.main-content section.facilities div.about-facilities:after {
        clear: both
    }
    .academic section.main-content section.facilities div.about-facilities h3 {
        font-size: 36px;
        font-size: 3.6rem;
        padding-bottom: 0.3em
    }
    .academic section.main-content section.facilities div.about-facilities>p {
        width: 30%;
        margin-right: 3%;
        float: left
    }
    .academic section.main-content section.facilities div.about-facilities div {
        width: 31%;
        margin-right: 3%;
        float: left
    }
    .academic section.main-content section.facilities div.about-facilities div:last-child {
        margin-right: 0
    }
    .academic section.main-content section.facilities div.about-facilities div h3 {
        font-size: 22px;
        font-size: 2.2rem;
        padding-bottom: 0.5em
    }
    .academic section.main-content .ad-photo-full,
    .academic section.main-content .video-full {
        margin-top: 0;
        margin-bottom: 0
    }
    .academic section.main-content #internal-footer {
        margin-top: 0
    }
    .article section.main-content {
        padding: 0
    }
    .article section.main-content div.secondary-nav {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 26.655348%;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        background-color: transparent;
        background-image: none
    }
    .article section.main-content div.secondary-nav div {
        background-color: transparent;
        background-image: none
    }
    .article section.main-content div.secondary-nav header {
        padding: 1px;
        -webkit-box-shadow: 0 0 2px 0px #000;
        -moz-box-shadow: 0 0 2px 0px #000;
        box-shadow: 0 0 2px 0px #000;
        background-color: #a71a33;
        background-image: -moz-linear-gradient(top, #bf2541, #840a20);
        background-image: -ms-linear-gradient(top, #bf2541, #840a20);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf2541), to(#840a20));
        background-image: -webkit-linear-gradient(top, #bf2541, #840a20);
        background-image: -o-linear-gradient(top, #bf2541, #840a20);
        background-image: linear-gradient(to bottom, #bf2541, #840a20);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bb2440', endColorstr='#7f0a1f', GradientType=0)
    }
    .article section.main-content div.secondary-nav header h1 {
        padding: 6% 0 6% 9%;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1;
        font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        text-transform: none;
        color: #fada63;
        background-color: #ae2840;
        background-image: -moz-linear-gradient(left, #96172e, #ae2840);
        background-image: -ms-linear-gradient(left, #96172e, #ae2840);
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#96172e), to(#ae2840));
        background-image: -webkit-linear-gradient(left, #96172e, #ae2840);
        background-image: -o-linear-gradient(left, #96172e, #ae2840);
        background-image: linear-gradient(to right, #96172e, #ae2840);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#92162d', endColorstr='#aa273e', GradientType=1)
    }
    .article section.main-content div.secondary-nav nav {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 70%, #ffffff);
        background-image: -moz-linear-gradient(#f1f1f1, #f1f1f1 70%, #ffffff);
        background-image: -o-linear-gradient(#f1f1f1, #f1f1f1 70%, #ffffff);
        background-image: linear-gradient(#f1f1f1, #f1f1f1 70%, #ffffff);
        padding-top: 1.0em
    }
    .article section.main-content div.secondary-nav nav ul li {
        background-color: transparent;
        background-image: none
    }
    .article section.main-content div.secondary-nav nav ul li a {
        background-color: transparent;
        background-image: none;
        color: #4a3c31
    }
    .article section.main-content div.secondary-nav nav ul li a:hover {
        background-color: #e8e8e8
    }
    .article section.main-content div.secondary-nav nav ul li.current a {
        background-color: #e8e8e8;
        border-left: 4px solid #ff8849
    }
    .article section.main-content div.secondary-nav nav ul li.current:before {
        display: none
    }
    .article section.main-content div.secondary-nav nav ul.other li a {
        font-family: "Neue Helvetica";
		font-weight: 700;
    }
    .article section.main-content #ad-col {
        float: right;
        width: 26.655348%;
        margin-top: 5.0em;
        padding-left: 2%;
        border-left: 2px solid #fada63
    }
    .article section.main-content #ad-col .ad-photo,
    .article section.main-content #ad-col #internal-footer .next-step,
    .article section.main-content #internal-footer #ad-col .next-step {
        width: 84%;
        padding-bottom: 118%;
        margin: 0
    }
    .article section.main-content #ad-col .people-search-help {
        width: 84%;
        line-height: 1.5em
    }
    .article section.main-content #ad-col .people-search-help h2 {
        line-height: 1.2em
    }
    .article section.main-content article {
        width: 61.13%;
        margin-left: 6.2818336%;
        float: left
    }
    .article section.main-content article h1 {
        margin-right: 0;
        margin-left: -10.2%;
        padding-left: 10.2%
    }
    .article section.main-content article div.content {
        width: 77%;
        float: right
    }
    .article section.main-content article div.content p.intro {
        color: #0a0a0a
    }
    .article section.main-content article aside {
        float: left;
        width: 20%;
        margin: 0;
        padding: 1.4em 0 0 0;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Neue Helvetica";
        color: #595959
    }
    .article section.main-content article aside ul {
        margin-bottom: 4em
    }
    .article section.main-content article aside .clip {
        margin-top: 3.0em;
        padding: 0.5em 0;
        border-top: 2px solid #000
    }
    .article section.main-content article footer {
        clear: both
    }
    .article section.main-content article footer div.credits {
        width: 20%;
        float: left;
        position: relative;
        top: -12.5em;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: "Neue Helvetica";
        line-height: 1.3em
    }
    .article section.main-content article footer div.credits span {
        display: block;
        clear: left
    }
    .article section.main-content article footer div.credits span.date {
        margin-bottom: 1.0em
    }
    .article section.main-content article footer div.credits span.date time {
        display: block
    }
    .article section.main-content article footer div.credits span.author {
        float: left;
        width: 100%;
        margin-bottom: 0.75em;
        font-size: 14px;
        font-size: 1.4rem
    }
    .article section.main-content article footer div.credits span.author strong {
        font-family: "Neue Helvetica";
        display: block
    }
    .article section.main-content article footer div.credits span.author img {
        display: none;
        width: 32%;
        margin-right: 6.89655%;
        float: left;
        border: 1px solid #fff;
        -webkit-box-shadow: 0 0 1px 2px #e8e8e8;
        -moz-box-shadow: 0 0 1px 2px #e8e8e8;
        box-shadow: 0 0 1px 2px #e8e8e8
    }
    .article section.main-content article footer .disclaimer {
        *zoom: 1;
        width: 77%;
        float: right;
        padding-top: 2.0em;
        border-top: 1px solid #aaa;
        font-size: 15px;
        font-size: 1.5rem;
        color: #aaa
    }
    .article section.main-content article footer .disclaimer:before,
    .article section.main-content article footer .disclaimer:after {
        display: table;
        content: ""
    }
    .article section.main-content article footer .disclaimer:after {
        clear: both
    }
    .article section.main-content #internal-footer {
        width: 100%;
        margin-top: 6em;
        margin-left: 0;
        margin-right: 0
    }
    .article #comments {
        clear: both;
        float: left;
        width: 67.23%;
        margin-top: 4.0em;
        padding: 4em 0 4em 6.2%;
        background: transparent url("../img/default/bg-title-lime.png") repeat-x 0 0
    }
    .article #disqus_thread h1,
    .article #disqus_thread h2,
    .article #disqus_thread h3,
    .article #disqus_thread h4 {
        font-size: 22px;
        font-size: 2.2rem;
        color: #ced54a
    }
    .article #disqus_thread a {
        color: #ced54a
    }
    .article .slideshow ul {
        margin: 0;
        padding: 0
    }
    .article .slideshow ul li {
        list-style: none;
        background-image: none;
        margin: 0;
        padding: 0
    }
    .article .slideshow.large img {
        margin: 0
    }
    .article .slideshow.small img {
        margin: 0
    }
    .article .slideshow.small a.magnify {
        display: none;
        position: absolute;
        top: 2.7%;
        right: 2.7%;
        opacity: 0.7;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background-position: 0 -249px;
        height: 22px;
        width: 22px
    }
    .article .slideshow.small a.magnify:hover {
        opacity: 1
    }
    .search-results #main header {
        background-color: #eee;
        width: 100%;
        padding: 2em 3em 1em;
        font-family: "Neue Helvetica"
    }
    .search-results #main header table.gsc-search-box {
        position: relative
    }
    .search-results #main header td.gsc-input {
        width: 95%;
        padding-right: 0
    }
    .search-results #main header .gsc-input input[type="text"] {
        width: 100%;
        background-color: transparent;
        height: auto !important;
        margin: 0 !important;
        background-image: none !important;
        font-family: "GoudyCatalogueW01-Itali" !important;
        font-size: 1.5em !important;
        padding: 0.5em 0 0.5em 1em;
        position: relative;
        border: 1px solid #184f2c;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .search-results #main header td.gsc-search-button {
        width: 5%;
        height: auto
    }
    .search-results #main header td.gsc-search-button input {
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: #184f2c;
        background-image: none;
        filter: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .search-results #main header td.gsc-search-button input:hover {
        background-color: #ced54a
    }
    .search-results #main header td.gsc-clear-button {
        display: none;
        position: absolute;
        right: 5%;
        top: 0.7em
    }
    .search-results #main header span.result-count {
        display: block;
        padding: 0.75em 0 0 0;
        clear: both;
        font-size: 0.8em
    }
    .search-results #main header span.result-count em {
        font-style: normal;
        font-family: "Neue Helvetica"
    }
    .search-results #main header span.result-count b {
        font-weight: normal;
        font-family: "Neue Helvetica"
    }
    .search-results .results,
    .search-results #search-results {
        float: left;
        padding-top: 1.0em;
        width: 61.13%;
        margin-left: 6.2818336%
    }
    .search-results .results .gsc-above-wrapper-area,
    .search-results #search-results .gsc-above-wrapper-area {
        display: none
    }
    .search-results .results .gsc-branding,
    .search-results #search-results .gsc-branding {
        display: none
    }
    .search-results .results .gs-result,
    .search-results #search-results .gs-result {
        list-style: none;
        padding-bottom: 0.75em
    }
    .search-results .results .gs-result .gs-title,
    .search-results #search-results .gs-result .gs-title {
        font-family: "Neue Helvetica";
        line-height: 1.2em;
        text-decoration: none
    }
    .search-results .results .gs-result .gs-title a,
    .search-results #search-results .gs-result .gs-title a {
        color: #444444;
        text-decoration: none
    }
    .search-results .results .gs-result .gs-title b,
    .search-results #search-results .gs-result .gs-title b {
        color: #005293;
        font-weight: normal;
        font-family: "Neue Helvetica";
        text-decoration: none
    }
    .search-results .results .gs-result .gs-visibleUrl,
    .search-results #search-results .gs-result .gs-visibleUrl {
        display: block;
        padding-bottom: 0.5em;
        font-family: "Neue Helvetica";
        font-size: 0.9em;
        line-height: 1.0em;
        color: #96172e
    }
    .search-results .results .gs-result .gs-visibleUrl b,
    .search-results #search-results .gs-result .gs-visibleUrl b {
        font-weight: normal;
        font-family: "Neue Helvetica"
    }
    .search-results .results .gs-result .gs-visibleUrl-short,
    .search-results #search-results .gs-result .gs-visibleUrl-short {
        display: none
    }
    .search-results .results .gs-result .gs-snippet,
    .search-results #search-results .gs-result .gs-snippet {
        font-size: 15px;
        font-size: 1.5rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif
    }
    .search-results .results .gcsc-branding-img-noclear,
    .search-results #search-results .gcsc-branding-img-noclear {
        margin: 0;
        padding: 0;
        border: 0 none;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    .search-results .results .gsc-table-result,
    .search-results .results .gsc-thumbnail-inside,
    .search-results .results .gsc-url-top,
    .search-results #search-results .gsc-table-result,
    .search-results #search-results .gsc-thumbnail-inside,
    .search-results #search-results .gsc-url-top {
        padding-left: 0
    }
    .search-results .results ol.pagination,
    .search-results #search-results ol.pagination {
        float: left;
        clear: left;
        width: 100%;
        margin: 3em 0;
        padding-top: 1.0em;
        text-align: center
    }
    .search-results .results ol.pagination li,
    .search-results #search-results ol.pagination li {
        list-style: none;
        display: inline-block
    }
    .search-results .results ol.pagination li a,
    .search-results #search-results ol.pagination li a {
        font-family: "Neue Helvetica";
        padding: 0.5em
    }
    #people-search {
        width: 84%
    }
    #people-search strong,
    #people-search span,
    #people-search img {
        display: block
    }
    #people-search ul {
        padding: 0;
        margin: 0
    }
    #people-search ul li {
        clear: both;
        float: left;
        padding: 0 0 1em 0;
        margin: 0;
        background: none;
        font-size: 0.9em;
        line-height: 1.2em
    }
    #people-search ul li img {
        width: 25%;
        height: auto;
        margin: 0.2em 0 0 0;
        border: 1px solid #fff;
        -webkit-box-shadow: 0 0 1px gray;
        -moz-box-shadow: 0 0 1px gray;
        box-shadow: 0 0 1px gray
    }
    #people-search ul li .person-info {
        width: 70%;
        float: right
    }
    #people-search ul li .person-info span,
    #people-search ul li .person-info strong {
        padding-bottom: 0.5em
    }
    .home #main {
        margin-top: 75%;
        padding-bottom: 0
    }
    .home #home-gradient {
        position: absolute;
        bottom: 0;
        height: 50%;
        width: 100%;
        z-index: 1;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#66000000');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI4NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 86%, rgba(0, 0, 0, 0.7) 100%);
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 86%, rgba(0, 0, 0, 0.7) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 86%, rgba(0, 0, 0, 0.7) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 86%, rgba(0, 0, 0, 0.7) 100%)
    }
    .home .home-features {
        position: absolute;
        top: -23em;
        width: 100%;
        z-index: 2;
        visibility: hidden;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px)
    }
    .home .home-features ul {
        margin: 0 auto;
        padding: 2.05%
    }
    .home .home-features ul li {
        display: block;
        width: 30.33333%;
        margin: 0 1.5%;
        padding: 1px;
        float: left;
        background-color: #9cd5d4;
        background-image: -moz-linear-gradient(top, #bbe7e6, #6ebbb9);
        background-image: -ms-linear-gradient(top, #bbe7e6, #6ebbb9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbe7e6), to(#6ebbb9));
        background-image: -webkit-linear-gradient(top, #bbe7e6, #6ebbb9);
        background-image: -o-linear-gradient(top, #bbe7e6, #6ebbb9);
        background-image: linear-gradient(to bottom, #bbe7e6, #6ebbb9);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b7e6e5', endColorstr='#6bb9b7', GradientType=0);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        -webkit-transition: margin-top 0.2s ease-in-out;
        -moz-transition: margin-top 0.2s ease-in-out;
        -o-transition: margin-top 0.2s ease-in-out;
        transition: margin-top 0.2s ease-in-out
    }
    .home .home-features ul li a {
        display: block;
        padding: 2.35%;
        background-color: #6cb9b7;
        background-image: -moz-linear-gradient(top, #a0d3d2, #1f9390);
        background-image: -ms-linear-gradient(top, #a0d3d2, #1f9390);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0d3d2), to(#1f9390));
        background-image: -webkit-linear-gradient(top, #a0d3d2, #1f9390);
        background-image: -o-linear-gradient(top, #a0d3d2, #1f9390);
        background-image: linear-gradient(to bottom, #a0d3d2, #1f9390);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9dd1d0', endColorstr='#1e8f8c', GradientType=0)
    }
    .home .home-features ul li a img {
        margin: 0;
        padding: 0;
        border: 0 none;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        width: 100%;
        border: 1px solid rgba(29, 76, 75, 0.29)
    }
    .home .home-features ul li:hover {
        margin-top: -0.5em
    }
    .home #banner {
        position: absolute;
        top: -10px;
        width: 100%;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px)
    }
    .home #banner div {
        background-color: #de8759;
        background-image: -moz-linear-gradient(top, #ffa87a, #ae5729);
        background-image: -ms-linear-gradient(top, #ffa87a, #ae5729);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa87a), to(#ae5729));
        background-image: -webkit-linear-gradient(top, #ffa87a, #ae5729);
        background-image: -o-linear-gradient(top, #ffa87a, #ae5729);
        background-image: linear-gradient(to bottom, #ffa87a, #ae5729);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa575', endColorstr='#aa5528', GradientType=0);
        padding: 1px;
        position: absolute;
        right: 3.5%;
        left: 3.5%;
        z-index: 100;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
    }
    .home #banner div span {
        background-color: #ff8849;
        background-image: -moz-linear-gradient(left, #d36024, #ff8849);
        background-image: -ms-linear-gradient(left, #d36024, #ff8849);
        background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#d36024), to(#ff8849));
        background-image: -webkit-linear-gradient(left, #d36024, #ff8849);
        background-image: -o-linear-gradient(left, #d36024, #ff8849);
        background-image: linear-gradient(to right, #d36024, #ff8849);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cf5e23', endColorstr='#ff8544', GradientType=1);
        height: 35px;
        display: block
    }
    .home #banner b,
    .home #banner i {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        display: block;
        width: 3.5%;
        height: 32px;
        overflow: hidden;
        position: absolute;
        top: -18px;
        z-index: 99;
        border-bottom: 1px solid #af3d00;
        background-color: #c05922;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
    }
    .home #banner b:before,
    .home #banner i:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
        background-color: #dc7139
    }
    .home #banner b:after,
    .home #banner i:after {
        content: "";
        display: block;
        height: 32px;
        width: 82px;
        top: 8px;
        position: absolute;
        z-index: 2;
        background-color: #9d4212;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
    }
    .home #banner b {
        left: 0;
        padding-right: 72px
    }
    .home #banner b:after {
        right: -14px;
        -webkit-transform: rotate(-14deg);
        -moz-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        -o-transform: rotate(-14deg);
        transform: rotate(-14deg)
    }
    .home #banner i {
        right: 0;
        padding-left: 72px
    }
    .home #banner i:after {
        left: -14px;
        -webkit-transform: rotate(14deg);
        -moz-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
        -o-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    .home section.main-content {
        background: none;
        padding: 0;
        margin: 3.5em 0 0 0;
        position: relative;
        z-index: 0;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px)
    }
    .home section.main-content .home-wide {
        width: 100%;
        position: relative;
        margin-top: 3em;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZWVkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZDhiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-linear-gradient(#f4eeda, #e1d8b8);
        background-image: -moz-linear-gradient(#f4eeda, #e1d8b8);
        background-image: -o-linear-gradient(#f4eeda, #e1d8b8);
        background-image: linear-gradient(#f4eeda, #e1d8b8)
    }
    .home section.main-content .home-wide:before {
        content: "";
        display: block;
        width: 100%;
        height: 14px;
        position: absolute;
        top: -14px;
        background: transparent url("../img/default/diag-top-light-sand.png") repeat-x 0 0
    }
    .home section.main-content .campus-happens {
        *zoom: 1;
        margin: 0 3.5%;
        padding: 3.5em 0 13em 0
    }
    .home section.main-content .campus-happens:before,
    .home section.main-content .campus-happens:after {
        display: table;
        content: ""
    }
    .home section.main-content .campus-happens:after {
        clear: both
    }
    .home section.main-content .campus-happens h1 {
        background-image: none;
        margin: 0;
        padding: 0 0 0.6em 0;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.0em;
        text-transform: uppercase
    }
    .home section.main-content .home-news {
        text-align: left;
        width: 80%;
        float: left
    }
    .home section.main-content .home-news h1 {
        color: #005293
    }
    .home section.main-content .home-news a.all {
        font-size: 11px;
        font-size: 1.1rem;
        font-family: "Neue Helvetica";
        text-transform: uppercase;
        float: right;
        margin-right: 2%;
        color: #263f6a
    }
    .home section.main-content .home-news ul li {
        display: inline-block;
        width: 25%;
        padding: 0 2% 0 0;
        margin: 0;
        vertical-align: top;
        background: none
    }
    .home section.main-content .home-news ul li article img {
        width: 100%;
        margin: 0 0 1em 0;
        border: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
    }
    .home section.main-content .home-news ul li article h2 {
        font-family: "Neue Helvetica";
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.285
    }
    .home section.main-content .home-news ul li article h2 a {
        color: #263f6a
    }
    .home section.main-content .home-news ul li article h2 a:hover {
        color: #335590
    }
    .home section.main-content .home-news ul li article p {
        margin-top: 0.6em
    }
    .home section.main-content .home-events {
        width: 20%;
        padding-right: 3%;
        float: left;
        text-align: left
    }
    .home section.main-content .home-events h1 {
        color: #644459
    }
    .home section.main-content .home-events a.all {
        font-size: 11px;
        font-size: 1.1rem;
        font-family: "Neue Helvetica";
        text-transform: uppercase;
        float: right;
        color: #96172e
    }
    .home section.main-content .home-events dl {
        margin-top: 0
    }
    .home section.main-content .home-events dl dt {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.6;
        font-family: "Neue Helvetica";
        text-transform: uppercase;
        color: #bd4f19
    }
    .home section.main-content .home-events dl dd {
        margin: 0 0 0.6em 0
    }
    .home section.main-content .home-events dl dd ol li {
        list-style: none;
        display: block;
        margin: 0 0 0.5em 0;
        padding: 0
    }
    .home section.main-content .home-events dl dd ol li span.time {
        font-family: "Neue Helvetica"
    }
    .home section.main-content .home-actions {
        text-align: center
    }
    .home section.main-content .home-actions ul li {
        background: none;
        filter: none;
        width: 33%;
        height: 7em;
        padding: 0 3.75% 0 14.75%;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        text-align: left;
        border-left: 1px solid #f5f0dc;
        border-right: 1px solid #dad6bd;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px)
    }
    .home section.main-content .home-actions ul li:first-child {
        border-left: 0 none
    }
    .home section.main-content .home-actions ul li:last-child {
        border-right: 0 none
    }
    .home section.main-content .home-actions ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 25%;
        top: 0;
        -webkit-transition: -webkit-transform 0.1s ease-in-out;
        -moz-transition: -moz-transform 0.1s ease-in-out;
        -o-transition: -o-transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out
    }
    .home section.main-content .home-actions ul li:hover:before {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    .home section.main-content .home-actions a {
        width: auto;
        float: none
    }
    .home section.main-content .home-actions h1 {
        background: none;
        margin: 0;
        padding: 0;
        font-family: "GoudyCatalogueW01-Itali";
        font-size: 24px;
        font-size: 2.4rem;
        color: #000
    }
    .home section.main-content .home-actions p {
        font-family: "Neue Helvetica";
        font-size: 16px;
        font-size: 1.6rem;
        color: #000
    }
    .home section.main-content .home-actions .welcome-sabbath {
        padding-left: 11%
    }
    .home section.main-content .home-actions .welcome-sabbath h1 {
        color: #4a3c31
    }
    .home section.main-content .home-actions .welcome-sabbath:before {
        height: 104px;
        width: 37px;
        background-image: url('/_resources/img/ui-elements/common-s735c592c10.png');
        background-position: 0 -164px;
        background-repeat: no-repeat;
        margin-left: -18.5px;
        top: -1px
    }
    .home section.main-content .home-actions .support-southern h1 {
        color: #005293
    }
    .home section.main-content .home-actions .support-southern:before {
        height: 104px;
        width: 123px;
        background-image: url('/_resources/img/ui-elements/common-s735c592c10.png');
        background-position: 0 -278px;
        background-repeat: no-repeat;
        margin-left: -61.5px
    }
    .home section.main-content .home-actions .apply-today {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .home section.main-content .home-actions .apply-today h1 {
        color: #184f2c
    }
    .home section.main-content .home-actions .apply-today:before {
        height: 101px;
        width: 87px;
        background-image: url('/_resources/img/ui-elements/common-s735c592c10.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        margin-left: -43.5px;
        top: -3px
    }
    .messaging #main {
        margin-top: 50%
    }
    .messaging section.main-content {
        padding-top: 3em
    }
    .messaging section.main-content .main-content-title {
        display: none
    }
    .messaging section.main-content h1 {
        position: absolute;
        top: -3.5em;
        right: 3.5%;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 72px;
        font-size: 7.2rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
        text-align: right;
        text-transform: uppercase;
        line-height: 1.0;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        background: none
    }
    .messaging section.main-content h2 {
        font-size: 48px;
        font-size: 4.8rem;
        font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
		font-weight: 300;
        line-height: 1;
        text-align: center;
        color: #184f2c;
        margin: 0;
        padding: 3% 0
    }
    .messaging section.main-content blockquote.ad-photo-full,
    .messaging section.main-content blockquote.video-full {
        display: block
    }
    .messaging section.main-content>div {
        width: 70%;
        margin: 0 auto;
        padding: 0 0 2em 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8;
        text-align: center;
        color: #555
    }
    body {
        position: relative
    }
    #joyRideTipContent {
        display: none
    }
    .joyRideTipContent {
        display: none
    }
    .joyride-tip-guide {
        position: absolute;
        background: #fff;
        background: #e6e6e6;
        display: none;
        color: #222;
        width: 400px;
        z-index: 10001;
        top: 0;
        left: 0;
        font-family: "Neue Helvetica", Helvetica, Arial, Lucida, sans-serif;
        font-weight: normal;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 20px 0
    }
    .joyride-content-wrapper {
        padding: 30px
    }
    .joyride-tip-guide span.joyride-nub {
        display: block;
        position: absolute;
        left: 22px;
        width: 0;
        height: 0;
        border: solid 14px;
        border: solid 14px
    }
    .joyride-tip-guide span.joyride-nub.top {
        border-color: #fff;
        border-color: #e6e6e6;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        top: -28px;
        bottom: none
    }
    .joyride-tip-guide span.joyride-nub.bottom {
        border-color: #fff;
        border-color: #e6e6e6;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -28px;
        bottom: none
    }
    .joyride-tip-guide span.joyride-nub.right {
        border-color: #fff;
        border-color: #e6e6e6;
        border-top-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        top: 22px;
        bottom: none;
        left: auto;
        right: -28px
    }
    .joyride-tip-guide span.joyride-nub.left {
        border-color: #fff;
        border-color: #e6e6e6;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        top: 22px;
        left: -28px;
        right: auto;
        bottom: none
    }
    .joyride-tip-guide span.joyride-nub.top-right {
        border-color: #fff;
        border-color: #e6e6e6;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        top: -28px;
        bottom: none;
        left: auto;
        right: 28px
    }
    .joyride-tip-guide h1,
    .joyride-tip-guide h2,
    .joyride-tip-guide h3,
    .joyride-tip-guide h4,
    .joyride-tip-guide h5,
    .joyride-tip-guide h6 {
        line-height: 1.25;
        margin: 0;
        font-weight: normal;
        color: #222
    }
    .joyride-tip-guide h1 {
        font-size: 30px
    }
    .joyride-tip-guide h2 {
        font-size: 26px
    }
    .joyride-tip-guide h3 {
        font-size: 22px
    }
    .joyride-tip-guide h4 {
        font-size: 18px
    }
    .joyride-tip-guide h5 {
        font-size: 16px
    }
    .joyride-tip-guide h6 {
        font-size: 14px
    }
    .joyride-tip-guide p {
        margin: 10px 0 18px 0;
        font-size: 14px;
        line-height: 18px
    }
    .joyride-tip-guide a {
        color: #005293;
        text-decoration: none;
        border-bottom: dotted 1px #005293
    }
    .joyride-tip-guide a:hover {
        color: #ff8849;
        border-bottom: none
    }
    .joyride-tip-guide .joyride-next-tip {
        width: auto;
        padding: 6px 18px 4px;
        font-size: 13px;
        text-decoration: none;
        color: #e3e696;
        font-weight: bold;
        border: solid 1px #1b7d39;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        background-color: #184f2c;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF184F2C', endColorstr='#FF0C2816');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNjMzNyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg0ZjJjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMxMDNkMjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTUyMmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-linear-gradient(top, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
        background-image: -moz-linear-gradient(top, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
        background-image: -o-linear-gradient(top, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
        background-image: linear-gradient(to bottom, #1e6337 0%, #184f2c 50%, #103d21 51%, #15522b 100%);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .joyride-next-tip:hover {
        color: #fff !important;
        border: solid 1px #003cb4 !important;
        background-color: #005293;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF005293', endColorstr='#FF003660');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjBhYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA1MjkzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDQ0NzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUyOTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-linear-gradient(top, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%);
        background-image: -moz-linear-gradient(top, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%);
        background-image: -o-linear-gradient(top, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%);
        background-image: linear-gradient(to bottom, #0060ac 0%, #005293 50%, #004479 51%, #005293 100%)
    }
    .joyride-next-tip:active {
        outline: none
    }
    .joyride-timer-indicator-wrap {
        width: 50px;
        height: 3px;
        border: solid 1px rgba(255, 255, 255, 0.1);
        position: absolute;
        right: 17px;
        bottom: 16px
    }
    .joyride-timer-indicator {
        display: block;
        width: 0;
        height: inherit;
        background: rgba(255, 255, 255, 0.25)
    }
    .joyride-close-tip {
        position: absolute;
        right: 10px;
        top: 10px;
        color: rgba(34, 34, 34, 0.4) !important;
        text-decoration: none;
        font-family: Verdana, sans-serif;
        font-size: 10px;
        font-weight: bold;
        border-bottom: none !important
    }
    .joyride-close-tip:hover {
        color: rgba(34, 34, 34, 0.9) !important
    }
    .joyride-modal-bg {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #000;
        background: transparent;
        background: rgba(0, 0, 0, 0.9);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: 0.5;
        z-index: 10000;
        display: none;
        top: 0;
        left: 0;
        cursor: pointer
    }
    .joyride-expose-wrapper {
        background-color: #ffffff;
        position: absolute;
        z-index: 102;
        -moz-box-shadow: 0px 0px 30px #fff;
        -webkit-box-shadow: 0px 0px 30px #fff;
        box-shadow: 0px 0px 30px #fff
    }
    .joyride-expose-cover {
        background: transparent;
        position: absolute;
        z-index: 10000;
        top: 0px;
        left: 0px
    }
    .jr-intro {
        width: 500px
    }
    .jr-main-menu {
        margin-left: 49px
    }
    .jr-audience-menu {
        width: 300px;
        margin-left: -39px
    }
    .jr-audience-menu span.joyride-nub.top {
        left: 110px
    }
    .jr-access-login {
        width: 300px;
        margin-left: -196px
    }
    .jr-access-login span.joyride-nub.top {
        right: 40px;
        left: auto
    }
    .jr-home-news,
    .jr-home-events {
        margin-top: -21px
    }
    .jr-home-news span.joyride-nub.bottom,
    .jr-home-events span.joyride-nub.bottom {
        left: 61px
    }
    .jr-footer {
        margin-left: 36%;
        margin-top: -7px
    }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5),
screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .home section.main-content .home-actions .welcome-sabbath:before {
        background-image: url('/_resources/img/ui-elements2x/common-s4a281f85ef.png');
        background-position: 0 -147.5px;
        -webkit-background-size: 123px auto;
        -moz-background-size: 123px auto;
        -o-background-size: 123px auto;
        background-size: 123px auto
    }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5),
screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .home section.main-content .home-actions .support-southern:before {
        background-image: url('/_resources/img/ui-elements2x/common-s4a281f85ef.png');
        background-position: 0 -261.5px;
        -webkit-background-size: 123px auto;
        -moz-background-size: 123px auto;
        -o-background-size: 123px auto;
        background-size: 123px auto
    }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5),
screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2),
screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .home section.main-content .home-actions .apply-today:before {
        background-image: url('/_resources/img/ui-elements2x/common-s4a281f85ef.png');
        background-position: 0 0;
        -webkit-background-size: 123px auto;
        -moz-background-size: 123px auto;
        -o-background-size: 123px auto;
        background-size: 123px auto
    }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
    .joyride-tip-guide {
        width: 95% !important;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        left: 2.5% !important
    }
    .joyride-tip-guide-wrapper {
        width: 100%
    }
}
@media screen and (min-width: 1441px) {
    section.main-content {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 7.4em
    }
    section.main-content div.secondary-nav {
        margin-right: -8.4%
    }
    section.main-content .ad-photo-full,
    section.main-content .video-full {
        width: 116.8%;
        margin: 2.8em -8.35%
    }
    section.main-content #internal-footer {
        width: 116.85%;
        margin-left: -8.4%;
        margin-right: -8.4%
    }
    #main-footer {
        z-index: 10
    }
    #main-footer div.container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2.0em;
        position: relative;
        *zoom: 1
    }
    #main-footer div.container:before,
    #main-footer div.container:after {
        display: table;
        content: ""
    }
    #main-footer div.container:after {
        clear: both
    }
    #main-footer #social-icons {
        top: -0.75em
    }
    #main-footer #footer-info {
        margin-top: 0
    }
    #main-footer #footer-info address {
        top: -14em
    }
    #main-footer #tour-map {
        height: 100%;
        bottom: 0;
        max-width: 475px
    }
    .academic section.main-content {
        position: relative;
        z-index: 0
    }
    .academic section.main-content div.secondary-nav {
        margin-right: -8.5%
    }
    .academic section.main-content h1 {
        right: 0;
        top: -3.5em
    }
    .academic section.main-content .continue-to {
        right: 0;
        top: -5em
    }
    .academic section.main-content section {
        width: 116.85%;
        margin-left: -8.4%;
        margin-right: -8.4%
    }
    .academic section.main-content .ad-photo-full,
    .academic section.main-content .video-full,
    .academic section.main-content .video-full {
        width: 116.8%;
        margin: 0 -8.4%
    }
    .home .home-features ul {
        max-width: 1440px
    }
    .home .main-content {
        margin-left: auto;
        margin-right: auto;
        max-width: none
    }
    .home .main-content .home-actions {
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px
    }
    .home .main-content .home-wide .campus-happens {
        margin-left: auto;
        margin-right: auto;
        max-width: 1330px
    }
    .messaging #main {
        margin-top: 55em
    }
    .messaging section.main-content {
        position: relative
    }
}
@media screen and (min-width: 768px) {
    section.main-content .ou-justedit-region h1 {
        margin-left: -7%;
    }
}