/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #008A98;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #006e7a;
    color: #fff
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover {
    background-color: #008A98
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 600;
    margin-bottom: .375em;
    padding: 0
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: .375em
}

input,
select,
textarea {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: .75em;
    padding: .5em;
    transition: border-color 150ms ease;
    width: 100%
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select:hover {
    border-color: #b1b1b1
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
    border-color: #008A98;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 115, 127, 0.7);
    outline: none
}

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed
}

input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
    border: 1px solid #ddd
}

input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #858585
}

input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #858585
}

input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input:not([type])::placeholder,
textarea::placeholder,
select::placeholder {
    color: #858585
}

select {
    height: 34px
}

textarea {
    resize: vertical
}

[type="checkbox"],
[type="radio"] {
    display: inline;
    margin-right: .375em
}

[type="file"] {
    margin-bottom: .75em;
    width: 100%
}

select {
    margin-bottom: .75em;
    width: 100%
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html,
body {
    height: 100%;
    margin: 0
}

#main {
    padding: 30px 0
}

.container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1em
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

ul.unstyled,
ol.unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0
}

dl {
    margin: 0
}

dt {
    font-weight: 600;
    margin: 0
}

dd {
    margin: 0
}

figure {
    margin: 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

div.photo-caption {
	max-width: 100%;
    width: 320px;
    word-wrap: break-word;
    padding: 10px;
    background: #eee;
    margin-bottom: .75em;
    display: inline-block;
    margin: 0 auto .75em
}
div.photo-caption.center{
	margin: 0 auto .75em;
	display:block;
}
div.photo-caption p {
    font-size: .9em;
    margin: 0
}

@media screen and (min-width: 768px) {
    div.photo-caption.alignleft {
        float: left;
        margin: 0 20px .75em 0
    }
    div.photo-caption.alignright {
        float: right;
        margin: 0 0 .75em 20px
    }
}

table {
    border-collapse: collapse;
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #a6a6a6;
    font-weight: 600;
    padding: .75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #ddd;
    padding: .75em 0
}

tr,
td,
th {
    vertical-align: middle
}

body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.333em;
    line-height: 1.2;
    margin: 0 0 .75em;
    font-weight: normal;
    text-transform: uppercase;
    color: #008A98
}

h1,
h2 {
    font-size: 1.714em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.4em
}

h5 {
    font-size: 1.3em
}

h6 {
    font-size: 1.2em
}

h1.page-title {
    background: #008A98;
    padding: 25px 30px 17px;
    border-bottom: 8px solid #005c65;
    color: #fff
}

p {
    margin: 0 0 .75em
}

a {
    color: #008A98;
    text-decoration: none;
    transition: color 150ms ease
}

a:active,
a:focus,
a:hover {
    color: #006872
}

a.button {
    background: #650000;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

.row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.row::after {
    clear: both;
    content: "";
    display: block
}

@media (min-width: 768px) {
    .span1 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 6.50365%
    }
    .span1:last-child {
        margin-right: 0
    }
    .span2 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 15.00332%
    }
    .span2:last-child {
        margin-right: 0
    }
    .span3 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 23.50298%
    }
    .span3:last-child {
        margin-right: 0
    }
    .span4 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 32.00265%
    }
    .span4:last-child {
        margin-right: 0
    }
    .span5 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 40.50232%
    }
    .span5:last-child {
        margin-right: 0
    }
    .span6 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 49.00199%
    }
    .span6:last-child {
        margin-right: 0
    }
    .span7 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 57.50166%
    }
    .span7:last-child {
        margin-right: 0
    }
    .span8 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 66.00133%
    }
    .span8:last-child {
        margin-right: 0
    }
    .span9 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 74.50099%
    }
    .span9:last-child {
        margin-right: 0
    }
    .span10 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 83.00066%
    }
    .span10:last-child {
        margin-right: 0
    }
    .span11 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 91.50033%
    }
    .span11:last-child {
        margin-right: 0
    }
    .span12 {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 100%
    }
    .span12:last-child {
        margin-right: 0
    }
}

header {
    background: #008A98;
    position: relative;
    z-index: 2
}

header img {
    display: block;
    max-width: 170px;
    padding: 10px 0;
    margin-left: -5px
}

@media screen and (min-width: 768px) {
    header img {
        float: left;
        max-width: 300px;
        padding: 20px 0;
        margin: 0
    }
}

@media screen and (min-width: 1023px) {
    header img {
        max-width: none
    }
}

@media screen and (min-width: 768px) {
    header #mobile-buttons {
        display: none
    }
}

header #mobile-buttons button {
    height: 44px;
    width: 44px;
    padding: 0;
    font-size: 22px;
    outline: none
}

header #mobile-buttons #mobile-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #008A98 !important
}

header #mobile-buttons #mobile-search {
    position: absolute;
    top: 10px;
    right: 54px;
    background-color: #008A98 !important
}

header ul.usernav {
    display: block;
}

@media screen and (min-width: 768px) {
    header ul.usernav {
        display: block;
    }
}

@media screen and (min-width: 1023px) {
    header ul.usernav {
        padding-top: 2%
    }
}

header ul.social-nav {
    display: none;
    clear: right;
    float: right
}

@media screen and (min-width: 768px) {
    header ul.social-nav {
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    header ul.social-nav {
        top: -5px;
        position: relative
    }
    header ul.social-nav li a {
        font-size: 16px;
        height: 34px;
        width: 34px;
        line-height: 34px
    }
}

header .dropdown .dropdown-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 0
}

header .dropdown .dropdown-button::after {
    color: #fff
}

header .dropdown .dropdown-menu li {
    padding: 0
}

header .dropdown .dropdown-menu a {
    color: #008A98;
    text-transform: none;
    font-size: 1em;
    display: block;
    padding: .5em
}

header .dropdown .dropdown-menu a:after {
    display: none
}

header .lower-header {
    background: #fff;
    clear: both;
    position: relative
}

header .lower-header::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 768px) {
    header .lower-header {
        border-bottom: 1px solid #ddd
    }
}

header .lower-header .container {
    padding: 0
}

header .searchbox {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    display: none
}

header .searchbox::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 768px) {
    header .searchbox {
        border-bottom: none;
        padding: 5px;
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    header .searchbox {
        position: absolute;
        right: 0;
        top: -50px;
        width: 40%
    }
}

@media screen and (min-width: 1024px) {
    header .searchbox {
        float: left;
        display: block;
        width: 25.49901%;
        float: right
    }
    header .searchbox:last-child {
        width: 23.50298%
    }
}

header nav {
    display: none;
    clear: both
}

@media screen and (min-width: 768px) {
    header nav {
        clear: none;
        display: block
    }
}

@media screen and (min-width: 1024px) {
    header nav {
        float: left;
        display: block;
        width: 76.49702%
    }
    header nav:last-child {
        width: 74.50099%
    }
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header nav ul li {
    display: block
}

@media screen and (min-width: 768px) {
    header nav ul li {
        display: inline;
        float: left;
        text-align: center
    }
    header nav ul li.nav-about {
        width: 10%
    }
    header nav ul li.nav-current-students,
    header nav ul li.nav-community-alumni,
    header nav ul li.nav-job-opportunities {
        width: 20%
    }
    header nav ul li.nav-employees {
        width: 14%
    }
    header nav ul li.nav-new-students {
        width: 16%
    }
}

header nav ul li a {
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 13px 20px
}

@media screen and (min-width: 768px) {
    header nav ul li a {
        border-bottom: none;
        padding: 13px 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    header nav ul li a {
        font-size: 12px
    }
}

header nav ul li:hover>a {
    color: #121212;
    font-weight: bold
}

header nav ul li .subnav {
    display: none;
    border-bottom: 1px solid #ddd;
    text-align: left
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav .container {
        padding: 0 15px
    }
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav {
        position: absolute;
        left: 0;
        top: 47px;
        width: 100%;
        background: #fff;
        padding: 30px 0
    }
}

header nav ul li .subnav h3 {
    display: none
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav h3 {
        display: block;
        float: left;
        display: block;
        width: 16.99934%
    }
    header nav ul li .subnav h3:last-child {
        width: 15.00332%
    }
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav .nav-hover {
        float: left;
        display: block;
        width: 42.49834%;
        border-left: 1px solid #999;
        border-right: 1px solid #999
    }
    header nav ul li .subnav .nav-hover:last-child {
        width: 40.50232%
    }
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav .nav-hover .nav-hover-block {
        float: left;
        display: block;
        width: 50.99801%
    }
    header nav ul li .subnav .nav-hover .nav-hover-block:last-child {
        width: 49.00199%
    }
}

header nav ul li .subnav .nav-hover .nav-hover-block a {
    color: #999;
    border-bottom: none
}

header nav ul li .subnav .nav-hover .nav-hover-block a:hover {
    color: #008A98
}

header nav ul li .subnav .nav-hover .nav-hover-block .active a {
    color: #008A98;
    font-weight: bold
}

header nav ul li .subnav .nav-hover .nav-hover-block li.active ul {
    display: block
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav .nav-hover .nav-hover-block li.active ul {
        display: none
    }
}

header nav ul li .subnav .nav-secondary {
    display: none
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav .nav-secondary {
        display: block;
        float: left;
        display: block;
        width: 42.49834%
    }
    header nav ul li .subnav .nav-secondary:last-child {
        width: 40.50232%
    }
}

header nav ul li .subnav .nav-hover ul li,
header nav ul li .subnav .nav-secondary ul li {
    display: block;
    float: none;
    text-align: left
}

header nav ul li .subnav .nav-hover ul li a,
header nav ul li .subnav .nav-secondary ul li a {
    font-size: 12px;
    display: block;
    padding: 10px 0 10px 20px
}

@media screen and (min-width: 768px) {
    header nav ul li .subnav .nav-hover ul li a,
    header nav ul li .subnav .nav-secondary ul li a {
        padding: 5px 0 5px 20px
    }
}

header nav ul li .subnav .nav-hover ul li ul,
header nav ul li .subnav .nav-secondary ul li ul {
    display: none
}

@media screen and (min-width: 768px) {
    header nav ul li:hover .subnav {
        display: block
    }
}

@media screen and (max-width: 767px) {
    header nav ul li.hover .subnav {
        display: block
    }
}

.nav-open header nav {
    display: block
}

.nav-open header #mobile-buttons #mobile-menu {
    background-color: #006e7a !important
}

.search-open header .searchbox {
    display: block
}

.search-open header #mobile-buttons #mobile-search {
    background-color: #006e7a !important
}

footer {
    background: #121212;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-size: 12px
}

@media screen and (min-width: 768px) {
    footer {
        padding: 30px 0;
        text-align: left
    }
    footer::after {
        clear: both;
        content: "";
        display: block
    }
}

footer img {
    max-width: 250px;
    display: block;
    margin: 0 auto 1em
}

@media screen and (min-width: 768px) {
    footer img {
        max-width: 220px;
        margin: 0 0 1.5em;
        display: inline-block;
        float: left
    }
}

footer address {
    font-style: normal;
    font-weight: bold;
    margin: 0 0 1.5em
}

@media screen and (min-width: 768px) {
    footer address {
        float: left;
        clear: both;
        margin: 0 0 2.5em
    }
}

footer a {
    color: #fff
}

footer a:hover {
    color: #bfbfbf
}

footer ul {
    padding: 0 0 1.5em;
    margin: 0
}

footer ul li {
    list-style: none
}

footer ul.footer-nav {
    -webkit-column-count: 3;
    column-count: 3
}

@media screen and (min-width: 768px) {
    footer ul.footer-nav {
        float: right;
        -webkit-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        column-gap: 0
    }
}

@media screen and (min-width: 768px) {
    footer ul.sites-nav {
        clear: both;
        float: left
    }
}

footer ul.social-nav {
    margin-bottom: 18px
}

@media screen and (min-width: 768px) {
    footer ul.social-nav {
        float: right;
        padding-top: 18px
    }
}

footer ul.social-nav li a {
    color: #000
}

@media screen and (min-width: 768px) {
    footer p {
        float: right;
        clear: right
    }
}

@media screen and (min-width: 768px) {
    #home-sidebar {
        padding: 0 18px 0 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    #home-sidebar {
        float: left;
        display: block;
        width: 33.99867%
    }
    #home-sidebar:last-child {
        width: 32.00265%
    }
}

@media screen and (min-width: 1100px) {
    #home-sidebar {
        float: left;
        display: block;
        width: 25.49901%
    }
    #home-sidebar:last-child {
        width: 23.50298%
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    #home-content {
        float: left;
        display: block;
        width: 67.99735%
    }
    #home-content:last-child {
        width: 66.00133%
    }
}

@media screen and (min-width: 1100px) {
    #home-content {
        float: left;
        display: block;
        width: 76.49702%
    }
    #home-content:last-child {
        width: 74.50099%
    }
}

@media screen and (min-width: 768px) {
    #home-content {
        padding: 0 0 0 6px;
        float: right
    }
}

#home-slider {
    margin-top: -30px
}

@media screen and (min-width: 768px) {
    #home-slider {
        margin-bottom: 29px
    }
}

#home-slider .slide {
    position: relative
}

#home-slider .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    box-pack: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#home-slider .slider-content .container {
    width: 100%;
    padding: 0 40px
}

@media screen and (min-width: 768px) {
    #home-slider .slider-content .container {
        padding: 0 60px;
        max-width: 1420px
    }
}

#home-slider .slider-content .container h3 {
    font-size: 4vw;
    color: #650000;
    margin: 0 0 5px
}

@media screen and (min-width: 991px) {
    #home-slider .slider-content .container h3 {
        font-size: 36px
    }
}

#home-slider .slider-content .container h3 span {
    background: rgba(255, 255, 255, 0.86);
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 5px;
    margin: 2px 0 2px -2000px;
    padding: 5px 10px 5px 2000px
}

@media screen and (min-width: 768px) {
    #home-slider .slider-content .container h3 span {
        margin: 5px 0 5px -2000px
    }
}

#home-slider .slider-content.right {
    -webkit-box-pack: right;
    box-pack: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    -o-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right
}

#home-slider .slider-content.right .container {
    text-align: right
}

#home-slider .slider-content.right .container h3 span {
    margin: 2px -2000px 2px 0;
    padding: 5px 2000px 5px 10px
}

@media screen and (min-width: 768px) {
    #home-slider .slider-content.right .container h3 span {
        margin: 5px -2000px 5px 0
    }
}

#home-slider .slider-content.center {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

#home-slider .slider-content.center .container {
    text-align: center
}

#home-slider .slider-content.center .container h3 span {
    margin: 2px 0 2px 0;
    padding: 5px 10px 5px 10px
}

@media screen and (min-width: 768px) {
    #home-slider .slider-content.center .container h3 span {
        margin: 5px 0 5px 0
    }
}

@media screen and (min-width: 768px) {
    #home-slider .slider-content .button {
        padding: 10px 20px;
        font-size: 16px
    }
}

#home-slider.slick-slider .slick-dots {
    display: none !important
}

@media screen and (min-width: 768px) {
    #home-slider.slick-slider .slick-dots {
        display: block !important
    }
}

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    position: absolute;
    top: 50%;
    border-radius: 0;
    z-index: 1;
    outline: none
}

.slick-slider button.slick-prev:hover,
.slick-slider button.slick-next:hover {
    background: #121212
}

.slick-slider button.slick-prev.slick-prev,
.slick-slider button.slick-prev.slick-next,
.slick-slider button.slick-next.slick-prev,
.slick-slider button.slick-next.slick-next {
    padding: 31px 13px;
    margin-top: -47px
}

.slick-slider button.slick-prev.slick-prev,
.slick-slider button.slick-next.slick-prev {
    left: 0
}

@media screen and (min-width: 768px) {
    .slick-slider button.slick-prev.slick-prev,
    .slick-slider button.slick-next.slick-prev {
        left: 10px
    }
}

.slick-slider button.slick-prev.slick-next,
.slick-slider button.slick-next.slick-next {
    right: 0
}

@media screen and (min-width: 768px) {
    .slick-slider button.slick-prev.slick-next,
    .slick-slider button.slick-next.slick-next {
        right: 10px
    }
}

.slick-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%
}

.slick-slider ul.slick-dots li {
    display: inline-block;
    padding: 10px 5px 20px
}

.slick-slider ul.slick-dots li button {
    font-size: 0;
    color: #fff;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    outline: 0
}

.slick-slider ul.slick-dots li.slick-active button {
    opacity: 1
}

.container.home-container {
    padding: 0
}

@media screen and (min-width: 768px) {
    .container.home-container {
        padding: 0 15px
    }
}

#latest-news {
    background: #646489 url(../images/latest-news-bg.jpg) no-repeat center;
    background-size: cover;
    margin: 0
}

@media screen and (min-width: 768px) {
    #latest-news {
        margin: 0 0 26px
    }
}

#latest-news .news-container {
    border: 7px solid rgba(0, 0, 0, 0.1);
    padding: 20px 20px 30px
}

@media screen and (min-width: 768px) {
    #latest-news .news-container {
        padding: 20px 60px 50px
    }
}

#latest-news h1 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 20px -10px
}

@media screen and (min-width: 768px) {
    #latest-news h1 {
        font-size: 48px;
        margin: 0 0 25px -25px
    }
}

#latest-news #news-slider .slick-slide a {
    display: block;
    margin: 0 7px 20px !important;
    background-color: #fff;
    padding: 10px
}

#latest-news #news-slider .slick-slide img {
    width: 100% !important;
    margin: 0 0 10px
}

#latest-news #news-slider .slick-slide span {
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    display: block;
    padding: 0 5px
}

#latest-news #news-slider .slick-slide span:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-left: 5px
}

#latest-news #news-slider .slick-slide .news-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
    height: 0;
    padding-bottom: 58%
}

#latest-news #news-slider .slick-slide .news-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: 100% !important;
    height: auto
}

#latest-news .slick-slider button.slick-prev {
    left: -34px
}

@media screen and (min-width: 768px) {
    #latest-news .slick-slider button.slick-prev {
        left: -47px
    }
}

#latest-news .slick-slider button.slick-next {
    right: -34px
}

@media screen and (min-width: 768px) {
    #latest-news .slick-slider button.slick-next {
        right: -47px
    }
}

#latest-news .slick-slider ul.slick-dots {
    bottom: -35px
}

@media screen and (min-width: 768px) {
    #latest-news .slick-slider ul.slick-dots {
        bottom: -47px
    }
}

@media screen and (min-width: 768px) {
    .video {
        margin: 0 0 26px
    }
}

.video a {
    display: block;
    outline: none;
    position: relative
}

.video a:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #121212;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-left: 1%;
    opacity: .6;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    font-size: 32px
}

@media screen and (min-width: 768px) {
    .video a:after {
        width: 140px;
        height: 140px;
        line-height: 140px;
        margin: -70px 0 0 -70px;
        font-size: 64px
    }
}

.video span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold
}

.video img {
    display: block;
    width: 100%
}

.quicklinks {
    background-color: #40558A;
    background-image: linear-gradient(#40558A, #6177B1);
    text-align: center
}

@media screen and (min-width: 768px) {
    .quicklinks {
        margin-bottom: 26px
    }
}

.quicklinks h3 {
    color: #fff;
    font-size: 24px;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.quicklinks .dropdown {
    padding: 0 15px 20px
}

.quicklinks .dropdown .dropdown-container {
    width: 100%
}

.quicklinks .dropdown .dropdown-button {
    background: #fff;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px
}

.quicklinks .dropdown .dropdown-menu {
    width: 100%;
    margin-left: -50%
}

.quicklinks .quicklinks-container {
    border: 6px solid rgba(15, 21, 38, 0.3)
}

@media screen and (min-width: 768px) {
    .home .promise {
        margin: 0 0 26px
    }
}

.home .promise img {
    display: block;
    width: 100%
}

@media screen and (min-width: 768px) {
    .home .promise img {
        border: 1px solid #ddd
    }
}

.upcoming-events {
    background: #892122;
    border: 6px solid #6e1a1b
}

@media screen and (min-width: 768px) {
    .upcoming-events {
        margin-bottom: 26px
    }
}

.upcoming-events h3 {
    color: #fff;
    font-size: 24px;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    margin-bottom: 0
}

.upcoming-events ul {
    padding: 0;
    margin: 0
}

.upcoming-events ul li {
    list-style: none
}

.upcoming-events ul li:last-child a {
    border-bottom: none
}

.upcoming-events ul li.no-events {
    color: #fff;
    padding: 20px
}

.upcoming-events h3 {
    color: #fff
}

.upcoming-events a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: underline;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.2s ease-in-out
}

.upcoming-events a::after {
    clear: both;
    content: "";
    display: block
}

.upcoming-events a:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.upcoming-events a img {
    float: left;
    margin-right: 10px
}

.upcoming-events a .event-thumb {
    width: 124px;
    height: 75px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden
}

.upcoming-events a .event-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: 100% !important;
    height: auto
}

#social-feeds {
    background: #008A98 url(../images/social-feed-bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: -30px
}

@media screen and (min-width: 768px) {
    #social-feeds {
        margin-bottom: 0px
    }
}

#social-feeds h3 {
    color: #fff;
    position: relative;
    font-size: 24px;
    padding: 20px 20px 0;
    text-align: center
}

@media screen and (min-width: 768px) {
    #social-feeds h3 {
        font-size: 30px;
        padding: 40px 0 0 78px;
        text-align: left
    }
}

#social-feeds h3:before {
    display: none
}

@media screen and (min-width: 768px) {
    #social-feeds h3:before {
        display: block;
        content: " ";
        position: absolute;
        background: #fff;
        height: 24px;
        left: -15px;
        width: 72px;
        top: 44px
    }
}

#social-feeds .feed-container {
    border: 15px solid rgba(255, 255, 255, 0.15);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

#social-feeds .feed-container::after {
    clear: both;
    content: "";
    display: block
}

#social-feeds .feed-container>img {
    display: none
}

@media screen and (min-width: 1023px) {
    #social-feeds .feed-container>img {
        display: block;
        position: absolute;
        bottom: -15px;
        left: 5%;
        max-width: 30%
    }
}

@media screen and (min-width: 1100px) {
    #social-feeds .feed-container>img {
        max-width: 40%
    }
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-header {
        float: left
    }
}

#social-feeds .feeds-column {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-column {
        float: right;
        padding: 24px 45px 0 0;
        width: 655px
    }
}

#social-feeds .feeds-column ul.social-tabs {
    margin: 0;
    padding: 0;
    text-align: center
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-column ul.social-tabs {
        padding: 19px 0 5px;
        float: left;
        width: 84px
    }
}

#social-feeds .feeds-column ul.social-tabs li {
    list-style: none;
    text-align: left;
    display: inline-block;
    margin: 0 5px;
    padding-bottom: 5px
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-column ul.social-tabs li {
        display: block;
        margin: 0 0 14px;
        padding-bottom: 0
    }
}

#social-feeds .feeds-column ul.social-tabs li.active {
    background-color: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-column ul.social-tabs li.active {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%
    }
}

#social-feeds .feeds-column ul.social-tabs li.active a {
    opacity: 1
}

#social-feeds .feeds-column ul.social-tabs li a {
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #008A98;
    transition: all 0.3s ease-in-out;
    opacity: .7;
    line-height: 52px;
    font-size: 26px;
    height: 52px;
    width: 52px
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-column ul.social-tabs li a {
        line-height: 67px;
        font-size: 36px;
        height: 67px;
        width: 67px
    }
}

#social-feeds .feeds-column ul.social-tabs li a:hover {
    opacity: 1
}

#social-feeds .feeds-column .feeds {
    min-height: 500px;
    background: #fff;
    padding: 13px
}

@media screen and (min-width: 768px) {
    #social-feeds .feeds-column .feeds {
        width: 526px;
        float: right;
        margin-bottom: -15px;
        padding-bottom: 13px
    }
}

#social-feeds .feeds-column .feeds>div {
    display: none
}

#social-feeds .feeds-column .feeds>div.active {
    display: block
}

#timeline {
  max-width: 960px;
  min-width: 450px;
  border: none;
}

@media screen and (min-width: 768px) {
    #sidebar {
        padding: 0 50px 0 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    #sidebar {
        float: left;
        display: block;
        width: 33.99867%
    }
    #sidebar:last-child {
        width: 32.00265%
    }
}

@media screen and (min-width: 1100px) {
    #sidebar {
        float: left;
        display: block;
        width: 25.49901%
    }
    #sidebar:last-child {
        width: 23.50298%
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    #main-content {
        float: left;
        display: block;
        width: 67.99735%
    }
    #main-content:last-child {
        width: 66.00133%
    }
}

@media screen and (min-width: 1100px) {
    #main-content {
        float: left;
        display: block;
        width: 76.49702%
    }
    #main-content:last-child {
        width: 74.50099%
    }
}

#main-content.fullwidth {
    float: left;
    display: block;
    width: 101.99602%
}

#main-content.fullwidth:last-child {
    width: 100%
}

#grid-samples .row {
    margin-bottom: 15px
}

#grid-samples .row [class*="span"] {
    background: #ddd;
    text-align: center;
    padding: 5px 0
}

ol.breadcrumb {
    padding: 0;
    margin: 0 0 15px 0;
    color: #656565;
    font-size: .9em
}

ol.breadcrumb li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-transform: uppercase
}

ol.breadcrumb li:before {
    content: ">";
    padding: 0 5px;
    color: #656565
}

ol.breadcrumb li:first-child:before {
    content: none;
    padding: 0
}

ol.breadcrumb li.active {
    color: #656565
}

ol.breadcrumb li a {
    color: #656565;
    text-decoration: underline
}

ol.breadcrumb li a:hover,
ol.breadcrumb li a:active {
    color: #008A98
}

ul.usernav {
    float: right;
    margin: 0 -5px 0 0;
    padding: 0
}

ul.usernav li {
    list-style: none;
    display: inline
}

ul.usernav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

ul.usernav li a:after {
    content: "|";
    position: relative;
    margin: 0 10px
}

ul.social-nav {
    padding: 0;
    margin: 0;
    font-size: 0
}

ul.social-nav li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block
}

ul.social-nav li a {
    background: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    color: #008A98;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease-in-out
}

ul.social-nav li a:hover {
    opacity: .7
}

.dropdown {
    line-height: 1.5
}

.dropdown .dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center
}

.dropdown .dropdown-button {
    cursor: pointer;
    line-height: 40px;
    margin: 0;
    padding: 0 2.5em 0 .5em;
    position: relative
}

@media screen and (min-width: 900px) {
    .dropdown .dropdown-button {
        font-size: 1em;
        padding: 0 2.5em 0 .5em
    }
}

.dropdown .dropdown-button::after {
    color: #333;
    content: "\25BE";
    display: block;
    position: absolute;
    right: 1em;
    top: 0
}

.dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #333;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    padding: 0 !important;
    position: absolute;
    left: 50%;
    top: 50px;
    transition: all 0.2s ease-in-out;
    width: 228px;
    margin-left: -114px;
    z-index: 99999
}

.dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    left: 0;
    color: #fff;
    content: "\25b2";
    font-size: 1.4em;
    pointer-events: none;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
    top: -1em
}

.dropdown .dropdown-menu li {
    color: #333;
    list-style: none;
    padding: .5em;
    display: block
}

.dropdown .dropdown-menu li:hover {
    background: #f7f7f7
}

.dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.dropdown .dropdown-menu li:last-child {
    border: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.dropdown .show-menu {
    display: block
}

.searchbox {
    font-size: 0;
    padding: 5px 0
}

.searchbox input[type="text"],
.searchbox input[type="search"] {
    font-size: 14px;
    display: inline-block;
    width: 70%;
    border-radius: 0;
    margin: 0 1% 0 0;
    float: left
}

.searchbox input[type="text"]::-webkit-input-placeholder,
.searchbox input[type="search"]::-webkit-input-placeholder {
    font-style: italic
}

.searchbox input[type="text"]::-moz-placeholder,
.searchbox input[type="search"]::-moz-placeholder {
    font-style: italic
}

.searchbox input[type="text"]:-moz-placeholder,
.searchbox input[type="search"]:-moz-placeholder {
    font-style: italic
}

.searchbox input[type="text"]:-ms-input-placeholder,
.searchbox input[type="search"]:-ms-input-placeholder {
    font-style: italic
}

.searchbox input[type="submit"] {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    width: 29%;
    border-radius: 0;
    background: #650000;
    padding: .83em 0;
    float: right
}

#sidebar h3 {
    background: #ddd;
    color: #121212;
    padding: 12px 20px;
    margin: 0 0 10px;
    font-size: 1.3em;
    position: relative;
    transition: all 0.2s ease-in-out
}

#sidebar h3 a {
    color: #121212
}

#sidebar h3:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    right: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

@media screen and (min-width: 768px) {
    #sidebar h3 {
        background: #008A98;
        color: #fff;
        padding: 20px;
        margin: 0 0 5px;
        font-size: 1.5em;
        text-align: center
    }
    #sidebar h3 a {
        color: #fff
    }
    #sidebar h3:after {
        display: none
    }
}

ul.side-nav {
    margin: 0 0 1.5em;
    padding: 0;
    display: none
}

@media screen and (min-width: 768px) {
    ul.side-nav {
        display: block
    }
}

ul.side-nav li {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase
}

ul.side-nav li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    color: #000
}

ul.side-nav li a:hover,
ul.side-nav li a.active {
    color: #008A98
}

ul.side-nav li a.active {
    font-weight: bold
}

ul.side-nav li ul {
    margin: 0
}

#sidebar.nav-open h3 {
    background: #008A98;
    color: #fff
}

#sidebar.nav-open h3 a {
    color: #fff
}

#sidebar.nav-open ul.side-nav {
    display: block
}

ul.side-subnav {
    padding: 15px 10px;
    margin: -1.5em 0 1.5em 0;
    border-bottom: 1px solid #ddd
}

ul.side-subnav li {
    font-size: 12px;
    list-style: none;
    text-transform: uppercase
}

ul.side-subnav li a {
    display: block;
    color: #000;
    border-bottom: none;
    padding: 5px 20px
}

ul.schools-nav {
    padding: 0;
    margin: 0 0 1.5em;
    display: none
}

@media screen and (min-width: 768px) {
    ul.schools-nav {
        display: block
    }
}

ul.schools-nav li {
    list-style: none;
    margin: 0 0 10px
}

ul.schools-nav li a {
    display: block;
    background-color: #000;
    text-align: center;
    padding-right: 54px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 54px auto;
    border: 4px solid #404040;
    transition: all 0.3s ease-in-out
}

ul.schools-nav li a img {
    display: block;
    margin: 0 auto
}

ul.schools-nav li a:hover {
    background-color: #404040;
    border-color: #000
}

ul.schools-nav li.city a {
    background-color: #B20839;
    border-color: #C4466B
}

ul.schools-nav li.city a:hover {
    background-color: #C4466B;
    border-color: #B20839
}

ul.schools-nav li.mesa a {
    background-color: #00338C;
    border-color: #3F66A9
}

ul.schools-nav li.mesa a:hover {
    background-color: #3F66A9;
    border-color: #00338C
}

ul.schools-nav li.miramar a {
    background-color: #01737E;
    border-color: #42979E
}

ul.schools-nav li.miramar a:hover {
    background-color: #42979E;
    border-color: #01737E
}

ul.schools-nav li.continuing a {
	background-color: #53257F;
	border-color: #8666a5;
}

ul.schools-nav li.continuing a:hover {
	background-color: #8666a5;
	border-color: #53257F;
}

.section-intro {
    border-bottom: 1px solid #ddd;
    margin: 0 0 18px;
    padding: 20px 0
}

.section-intro::after {
    clear: both;
    content: "";
    display: block
}

/* .section-intro img {
    float: right;
    border-radius: 50%;
    max-width: 50%;
    margin: 0 0 20px 20px;
    border: 8px solid #008A98
} */

.two-column-feature {
    border-bottom: 1px solid #ddd;
    margin: 0 0 18px
}

.two-column-feature::after {
    clear: both;
    content: "";
    display: block
}

.two-column-feature .feature-box img {
    display: block;
    width: 100%
}

.two-column-feature .feature-box h3 {
    background: #008A98;
    border-top: 7px solid #005c65;
    color: #fff;
    padding: 10px 20px
}

@media (min-width: 768px) {
    .two-column-feature .feature-box {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 49.00199%
    }
    .two-column-feature .feature-box:last-child {
        margin-right: 0
    }
}

.two-column-info-boxes,
.three-column-info-boxes,
.four-column-info-boxes {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.two-column-info-boxes::after,
.three-column-info-boxes::after,
.four-column-info-boxes::after {
    clear: both;
    content: "";
    display: block
}

@media (min-width: 768px) {
    .two-column-info-boxes .info-box {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 49.00199%
    }
    .two-column-info-boxes .info-box:last-child {
        margin-right: 0
    }
    .three-column-info-boxes .info-box {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 32.00265%
    }
    .three-column-info-boxes .info-box:last-child {
        margin-right: 0
    }
    .four-column-info-boxes .info-box {
        float: left;
        display: block;
        margin-right: 1.99602%;
        width: 23.50298%
    }
    .four-column-info-boxes .info-box:last-child {
        margin-right: 0
    }
}

.info-box {
    border: 8px solid #ddd;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 20px
}

.info-box img {
    display: block;
    width: 100%
}

.info-box .info-content {
    padding: 10px 30px
}

.info-box h4 {
    font-size: 16px
}

.info-box ul,
.info-box ol {
    text-align: left
}

.page-banner {
    margin: -18px 0 18px
}

.page-banner img {
    display: block;
    width: 100%
}